.wfst-container{max-width:1200px;margin:0 auto;padding:20px;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif}.wfst-step{display:none}.wfst-step.active{display:block;animation:fadeIn 0.5s ease-in}@keyframes fadeIn{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.wfst-title{color:#1a3a1a;font-size:2.5em;text-align:center;margin-bottom:10px;font-weight:600}.wfst-subtitle{text-align:center;color:#4a5568;margin-bottom:40px;font-size:1.1em}.wfst-packages{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px;margin-bottom:40px}.wfst-package{background:#fff;border:2px solid #e5e7eb;border-radius:16px;padding:30px;position:relative;transition:all 0.3s ease;box-shadow:0 4px 6px rgb(0 0 0 / .05)}.wfst-package:hover{transform:translateY(-5px);box-shadow:0 12px 24px rgb(0 0 0 / .1);border-color:#1a3a1a}.wfst-package.featured{border-color:#1a3a1a;transform:scale(1.05)}.wfst-ribbon{position:absolute;top:-10px;right:20px;background:#1a3a1a;color:#fff;padding:5px 20px;border-radius:20px;font-size:.85em;font-weight:600}.wfst-package-header h3{color:#1a3a1a;font-size:1.8em;margin-bottom:10px}.wfst-price{font-size:1.5em;color:#2d5a2d;font-weight:600;margin-bottom:20px}.wfst-package-features{list-style:none;padding:0;margin:0 0 30px 0}.wfst-package-features li{padding:10px 0;color:#4a5568;position:relative;padding-left:25px}.wfst-package-features li:before{content:"✓";position:absolute;left:0;color:#2d5a2d;font-weight:700}.wfst-select-package{width:100%;background:#1a3a1a;color:#fff;border:none;padding:15px 30px;border-radius:8px;font-size:1.1em;font-weight:600;cursor:pointer;transition:all 0.3s ease}.wfst-select-package:hover{background:#2d5a2d;transform:translateY(-2px)}.wfst-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:40px;flex-wrap:wrap;gap:20px}.wfst-budget-tracker{background:#f3f4f6;padding:15px 25px;border-radius:8px;font-size:1.1em}.wfst-budget-amount{color:#1a3a1a;font-weight:700;font-size:1.3em;margin:0 10px}.wfst-budget-range{color:#6b7280;margin-left:10px}.wfst-customization{background:#fff;border-radius:16px;padding:40px;box-shadow:0 4px 6px rgb(0 0 0 / .05)}.wfst-item-section{margin-bottom:40px;padding-bottom:40px;border-bottom:1px solid #e5e7eb}.wfst-item-section:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.wfst-section-title{color:#1a3a1a;font-size:1.5em;margin-bottom:20px;display:flex;align-items:center;gap:10px}.wfst-item-options{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px}.wfst-option-group{display:flex;flex-direction:column}.wfst-option-group label{color:#4a5568;font-weight:600;margin-bottom:8px;font-size:.95em}.wfst-select,.wfst-input{padding:12px 15px;border:2px solid #e5e7eb;border-radius:8px;font-size:1em;transition:all 0.3s ease;background:#fff;-webkit-appearance:none;-moz-appearance:none;appearance:none}.wfst-select{background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6,9 12,15 18,9'%3e%3c/polyline%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right 12px center;background-size:16px;padding-right:40px;cursor:pointer}.wfst-select:focus,.wfst-input:focus{outline:none;border-color:#1a3a1a;box-shadow:0 0 0 3px rgb(26 58 26 / .1)}.wfst-select:hover{border-color:#9ca3af}.wfst-select::-ms-expand{display:none}.wfst-actions{margin-top:40px;display:flex;gap:20px;justify-content:center;flex-wrap:wrap}.wfst-btn-primary,.wfst-btn-secondary{padding:15px 40px;border-radius:8px;font-size:1.1em;font-weight:600;border:none;cursor:pointer;transition:all 0.3s ease}.wfst-btn-primary{background:#1a3a1a;color:#fff}.wfst-btn-primary:hover{background:#2d5a2d;transform:translateY(-2px)}.wfst-btn-secondary{background:#fff;color:#1a3a1a;border:2px solid #1a3a1a}.wfst-btn-secondary:hover{background:#f3f4f6}.wfst-summary{background:#fff;border-radius:16px;padding:40px;box-shadow:0 4px 6px rgb(0 0 0 / .05)}.wfst-summary-items{margin-bottom:30px}.wfst-summary-item{display:flex;justify-content:space-between;padding:15px 0;border-bottom:1px solid #e5e7eb}.wfst-summary-total{text-align:right;padding:20px 0;border-top:3px solid #1a3a1a;margin-top:20px}.wfst-summary-total h3{color:#1a3a1a;font-size:1.8em}.wfst-contact-form{margin-top:40px;padding:30px;background:#f9fafb;border-radius:12px}.wfst-contact-form h3{color:#1a3a1a;margin-bottom:20px}#wfst-quote-form{display:grid;gap:15px}#wfst-quote-form input,#wfst-quote-form textarea{padding:12px 15px;border:2px solid #e5e7eb;border-radius:8px;font-size:1em}#wfst-quote-form textarea{min-height:100px;resize:vertical}@media (max-width:768px){.wfst-packages{grid-template-columns:1fr}.wfst-package.featured{transform:none}.wfst-header{flex-direction:column;text-align:center}.wfst-item-options{grid-template-columns:1fr}.wfst-title{font-size:2em}.wfst-customization{padding:20px}}