*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--green-dark:#1b4332;--green:#2d6a4f;--green-light:#52b788;--green-pale:#d8f3dc;--gold:#e9c46a;--sand:#fefae0;--white:#ffffff;--gray-50:#f8f9fa;--gray-100:#e9ecef;--gray-600:#6c757d;--gray-800:#343a40;--gray-900:#212529;--font-heading:"Playfair Display",Georgia,serif;--font-body:"Inter",system-ui,sans-serif;--shadow:0 4px 24px rgba(0,0,0,.08);--shadow-lg:0 8px 40px rgba(0,0,0,.12);--radius:12px;--max-w:1200px;--transition:.3s ease}html{scroll-behavior:smooth;font-size:16px}body{font-family:var(--font-body);color:var(--gray-800);line-height:1.7;background:var(--white)}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}ul{list-style:none}h1,h2,h3,h4{font-family:var(--font-heading);line-height:1.2;color:var(--green-dark)}h1{font-size:clamp(2.2rem,5vw,3.5rem)}h2{font-size:clamp(1.8rem,4vw,2.6rem)}h3{font-size:1.3rem}p{max-width:72ch}.container{width:90%;max-width:var(--max-w);margin:0 auto}.btn{display:inline-block;padding:.85rem 2rem;border-radius:50px;font-weight:600;font-size:.95rem;cursor:pointer;transition:var(--transition);border:none;font-family:var(--font-body)}.btn-primary{background:var(--green);color:var(--white)}.btn-primary:hover{background:var(--green-dark);transform:translateY(-2px);box-shadow:var(--shadow)}.btn-outline{border:2px solid var(--white);color:var(--white);background:transparent}.btn-outline:hover{background:var(--white);color:var(--green-dark)}.btn-gold{background:var(--gold);color:var(--green-dark)}.btn-gold:hover{background:#d4a843;transform:translateY(-2px);box-shadow:var(--shadow)}.section{padding:5rem 0}.section-label{text-transform:uppercase;letter-spacing:3px;font-size:.8rem;font-weight:700;color:var(--green-light);margin-bottom:.5rem}.section-title{margin-bottom:1rem}.section-subtitle{color:var(--gray-600);font-size:1.1rem;margin-bottom:3rem;max-width:600px}.text-center{text-align:center}.mx-auto{margin-left:auto;margin-right:auto}.bg-pale{background:var(--green-pale)}.bg-gray{background:var(--gray-50)}.grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:2.5rem;align-items:center}.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.header{position:fixed;top:0;left:0;width:100%;z-index:1000;transition:var(--transition);padding:1rem 0}.header.scrolled{background:#fffffff7;backdrop-filter:blur(10px);box-shadow:var(--shadow);padding:.6rem 0}.header .container{display:flex;align-items:center;justify-content:space-between}.logo{font-family:var(--font-heading);font-size:1.5rem;font-weight:700;color:var(--white);transition:var(--transition)}.logo span{color:var(--green-light)}.header.scrolled .logo{color:var(--green-dark)}.nav-links{display:flex;gap:2rem;align-items:center}.nav-links a{color:#ffffffe6;font-weight:500;font-size:.95rem;transition:var(--transition);position:relative}.nav-links a:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:2px;background:var(--green-light);transition:var(--transition)}.nav-links a:hover:after,.nav-links a.active:after{width:100%}.header.scrolled .nav-links a{color:var(--gray-800)}.nav-links .btn{padding:.6rem 1.5rem}.header.scrolled .nav-links .btn-outline{border-color:var(--green);color:var(--green)}.header.scrolled .nav-links .btn-outline:hover{background:var(--green);color:var(--white)}.hamburger{display:none;flex-direction:column;gap:5px;cursor:pointer;z-index:1001}.hamburger span{width:26px;height:2.5px;background:var(--white);border-radius:2px;transition:var(--transition)}.header.scrolled .hamburger span{background:var(--gray-800)}.hero{position:relative;min-height:100vh;display:flex;align-items:center;overflow:hidden}.hero-bg{position:absolute;inset:0;background-size:cover;background-position:center;background-repeat:no-repeat}.hero-bg:after{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#1b4332d9,#2d6a4fb3)}.hero-content{position:relative;z-index:2;color:var(--white);max-width:650px}.hero-content h1{color:var(--white);margin-bottom:1rem}.hero-content p{font-size:1.2rem;opacity:.9;margin-bottom:2rem;max-width:500px}.hero-badges{display:flex;gap:1.5rem;margin-top:2.5rem;flex-wrap:wrap}.hero-badge{display:flex;align-items:center;gap:.5rem;font-size:.9rem;opacity:.85}.hero-badge svg{width:20px;height:20px;fill:var(--green-light)}.hero-btns{display:flex;gap:1rem;flex-wrap:wrap}.hero-small{min-height:45vh;display:flex;align-items:center;position:relative;overflow:hidden}.hero-small .hero-bg:after{background:linear-gradient(135deg,#1b4332e6,#2d6a4fcc)}.hero-small .hero-content{text-align:center;max-width:700px;margin:0 auto;padding-top:5rem}.hero-small .hero-content p{margin-left:auto;margin-right:auto}.service-card{background:var(--white);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow);transition:var(--transition)}.service-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-lg)}.service-card img{width:100%;height:220px;object-fit:cover}.service-card-body{padding:1.5rem}.service-card-body h3{margin-bottom:.5rem}.service-card-body p{font-size:.95rem;color:var(--gray-600);margin-bottom:1rem}.service-card-body a{color:var(--green);font-weight:600;font-size:.9rem;display:inline-flex;align-items:center;gap:.3rem}.service-card-body a:hover{gap:.6rem}.feature-card{text-align:center;padding:2rem 1.5rem}.feature-icon{width:64px;height:64px;background:var(--green-pale);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem}.feature-icon svg{width:28px;height:28px;fill:var(--green)}.feature-card h3{margin-bottom:.5rem}.feature-card p{font-size:.9rem;color:var(--gray-600)}.cta-banner{background:linear-gradient(135deg,var(--green-dark),var(--green));color:var(--white);padding:4rem 0;text-align:center}.cta-banner h2{color:var(--white);margin-bottom:.75rem}.cta-banner p{color:#ffffffd9;margin:0 auto 2rem;font-size:1.1rem}.testimonial-card{background:var(--white);padding:2rem;border-radius:var(--radius);box-shadow:var(--shadow);position:relative}.testimonial-card:before{content:"“";font-size:4rem;color:var(--green-pale);font-family:serif;position:absolute;top:.5rem;left:1.5rem;line-height:1}.testimonial-card p{font-style:italic;margin-bottom:1rem;position:relative;z-index:1;color:var(--gray-600)}.testimonial-card .author{font-weight:600;color:var(--green-dark);font-size:.9rem}.stars{color:var(--gold);margin-bottom:.5rem;font-size:1.1rem}.about-img{border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow-lg)}.about-img img{width:100%;height:100%;object-fit:cover;min-height:350px}.about-text h2{margin-bottom:1rem}.about-text p{color:var(--gray-600);margin-bottom:1rem}.about-text ul{margin:1rem 0 1.5rem}.about-text ul li{padding:.4rem 0 .4rem 1.5rem;position:relative;color:var(--gray-600)}.about-text ul li:before{content:"✓";position:absolute;left:0;color:var(--green);font-weight:700}.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;text-align:center;padding:3rem 0}.stat h3{font-size:2.5rem;color:var(--green);margin-bottom:.25rem}.stat p{font-size:.9rem;color:var(--gray-600)}.service-detail{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center;padding:3rem 0;border-bottom:1px solid var(--gray-100)}.service-detail:last-child{border-bottom:none}.service-detail.reverse{direction:rtl}.service-detail.reverse>*{direction:ltr}.service-detail img{border-radius:var(--radius);box-shadow:var(--shadow);width:100%;height:320px;object-fit:cover}.service-detail h3{font-size:1.6rem;margin-bottom:.75rem}.service-detail p{color:var(--gray-600);margin-bottom:1rem}.service-detail ul{margin-bottom:1.5rem}.service-detail ul li{padding:.3rem 0 .3rem 1.5rem;position:relative;color:var(--gray-600)}.service-detail ul li:before{content:"•";position:absolute;left:0;color:var(--green);font-weight:700;font-size:1.2rem}.hero-compact{position:relative;padding:7rem 0 2.5rem;overflow:hidden;text-align:center}.hero-compact .hero-bg:after{background:linear-gradient(135deg,#1b4332eb,#2d6a4fd9)}.hero-compact-content{position:relative;z-index:2;color:var(--white);max-width:600px;margin:0 auto}.hero-compact-content h1{color:var(--white);font-size:clamp(1.6rem,4vw,2.4rem);margin-bottom:.5rem}.hero-compact-content p{opacity:.9;font-size:1rem;margin:0 auto}.hero-compact-content a{color:var(--green-light);font-weight:600}.fullpage-form-wrapper{min-height:70vh;display:flex;flex-direction:column;background:var(--gray-50)}.fp-progress-inline{height:4px;background:var(--gray-100);width:100%}.fp-progress-bar{height:100%;width:25%;background:linear-gradient(90deg,var(--green-light),var(--green));transition:width .4s ease}.fp-steps-indicator{display:flex;justify-content:center;gap:2rem;padding:1.5rem 1rem .5rem;position:relative;z-index:1}.fp-step-dot{display:flex;flex-direction:column;align-items:center;gap:.3rem;background:none;border:none;cursor:pointer;font-family:var(--font-body);transition:var(--transition)}.fp-step-dot span{width:36px;height:36px;border-radius:50%;background:var(--white);border:2px solid var(--gray-100);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.9rem;color:var(--gray-600);transition:var(--transition);box-shadow:0 1px 4px #0000000f}.fp-step-dot em{font-style:normal;font-size:.72rem;color:var(--gray-600);font-weight:500;letter-spacing:.3px}.fp-step-dot.active span{background:var(--green);border-color:var(--green);color:var(--white);box-shadow:0 2px 12px #2d6a4f4d}.fp-step-dot.active em{color:var(--green-dark);font-weight:600}.fp-step-dot.completed span{background:var(--green-light);border-color:var(--green-light);color:var(--white)}.fp-step-dot.completed em{color:var(--green)}.fp-form{flex:1;display:flex;flex-direction:column}.fp-step{display:none;flex:1}.fp-step.active{display:flex;align-items:center;justify-content:center;animation:fadeStep .35s ease}.fp-step-inner{width:100%;max-width:640px;margin:0 auto;padding:2rem 1.5rem 3rem}.fp-title{font-size:clamp(1.5rem,4vw,2rem);margin-bottom:.5rem;text-align:center}.fp-subtitle{color:var(--gray-600);font-size:1rem;margin-bottom:2rem;text-align:center;max-width:480px;margin-left:auto;margin-right:auto}.form-group{margin-bottom:1.5rem}.form-group label{display:block;font-weight:600;font-size:.95rem;margin-bottom:.5rem;color:var(--gray-800)}.form-group input,.form-group select,.form-group textarea{width:100%;padding:.9rem 1.1rem;border:2px solid var(--gray-100);border-radius:10px;font-family:var(--font-body);font-size:1rem;transition:var(--transition);background:var(--white)}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:var(--green-light);box-shadow:0 0 0 3px #52b78826}.form-group textarea{min-height:110px;resize:vertical}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.fp-option-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem}.fp-option-card{cursor:pointer}.fp-option-card input{position:absolute;opacity:0;pointer-events:none}.fp-option-inner{border:2px solid var(--gray-100);border-radius:var(--radius);padding:1.2rem .75rem;text-align:center;transition:var(--transition);background:var(--white);display:flex;flex-direction:column;align-items:center;gap:.3rem;min-height:110px;justify-content:center}.fp-option-inner svg{width:28px;height:28px;fill:var(--green);margin-bottom:.15rem}.fp-option-label{font-weight:600;font-size:.85rem;color:var(--gray-800);line-height:1.2}.fp-option-desc{font-size:.72rem;color:var(--gray-600)}.fp-option-card input:checked~.fp-option-inner{border-color:var(--green);background:var(--green-pale);box-shadow:0 0 0 3px #2d6a4f1f}.fp-option-card:hover .fp-option-inner{border-color:var(--green-light);transform:translateY(-2px);box-shadow:var(--shadow)}.fp-pill-row{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.5rem}.fp-pill{cursor:pointer;padding:.65rem 1.2rem;border:2px solid var(--gray-100);border-radius:50px;font-size:.9rem;font-weight:500;color:var(--gray-800);background:var(--white);transition:var(--transition);text-align:center;display:flex;flex-direction:column;align-items:center;gap:0}.fp-pill.wide{padding:.7rem 1.4rem}.fp-pill input{position:absolute;opacity:0;pointer-events:none}.fp-pill:has(input:checked){border-color:var(--green);background:var(--green-pale);color:var(--green-dark)}.fp-pill:hover{border-color:var(--green-light)}.fp-pill-hint{font-size:.68rem;color:var(--gray-600);font-weight:400;line-height:1}.fp-pill:has(input:checked) .fp-pill-hint{color:var(--green)}.fp-nav{display:flex;justify-content:space-between;margin-top:2.5rem;gap:1rem}.btn-submit{min-width:220px;text-align:center;font-size:1rem}.fp-success{display:none;flex:1;align-items:center;justify-content:center;text-align:center;padding:2rem}.fp-success-icon{width:72px;height:72px;fill:var(--green);margin:0 auto 1.5rem}.fp-alt-contact{text-align:center;padding:1.5rem;border-top:1px solid var(--gray-100);color:var(--gray-600);font-size:.9rem}.fp-alt-contact a{color:var(--green);font-weight:600}.footer{background:var(--gray-900);color:#ffffffb3;padding:4rem 0 2rem}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;margin-bottom:3rem}.footer h4{color:var(--white);font-family:var(--font-body);font-size:1rem;margin-bottom:1rem}.footer p{font-size:.9rem;line-height:1.8}.footer a{transition:var(--transition);font-size:.9rem}.footer a:hover{color:var(--green-light)}.footer ul li{margin-bottom:.5rem}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:2rem;display:flex;justify-content:space-between;align-items:center;font-size:.85rem;flex-wrap:wrap;gap:1rem}.footer .logo{font-size:1.3rem}.multistep-form{padding:2rem 2.5rem}.form-progress{height:4px;background:var(--gray-100);border-radius:4px;margin-bottom:1.5rem;overflow:hidden}.form-progress-bar{height:100%;width:25%;background:linear-gradient(90deg,var(--green-light),var(--green));border-radius:4px;transition:width .4s ease}.form-steps-indicator{display:flex;justify-content:space-between;margin-bottom:2rem;gap:.5rem}.step-dot{display:flex;flex-direction:column;align-items:center;gap:.35rem;font-size:.7rem;color:var(--gray-600);background:none;border:none;cursor:pointer;font-family:var(--font-body);transition:var(--transition);flex:1}.step-dot span{width:32px;height:32px;border-radius:50%;background:var(--gray-100);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.85rem;transition:var(--transition);color:var(--gray-600)}.step-dot.active span{background:var(--green);color:var(--white)}.step-dot.completed span{background:var(--green-light);color:var(--white)}.step-dot.active,.step-dot.completed{color:var(--green-dark)}.form-step{display:none}.form-step.active{display:block;animation:fadeStep .35s ease}@keyframes fadeStep{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes shake{0%,to{transform:translate(0)}20%,60%{transform:translate(-6px)}40%,80%{transform:translate(6px)}}.shake{animation:shake .4s ease}.step-title{font-size:1.5rem;margin-bottom:.35rem}.step-subtitle{color:var(--gray-600);font-size:.95rem;margin-bottom:1.75rem}.form-nav{display:flex;justify-content:space-between;margin-top:2rem;gap:1rem}.btn-back{background:none;color:var(--gray-600);font-weight:600;padding:.85rem 1.5rem}.btn-back:hover{color:var(--green-dark)}.btn-submit{min-width:200px;text-align:center}.option-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.option-card{cursor:pointer}.option-card input{position:absolute;opacity:0;pointer-events:none}.option-card-inner{border:2px solid var(--gray-100);border-radius:var(--radius);padding:1.25rem;text-align:center;transition:var(--transition);background:var(--gray-50);display:flex;flex-direction:column;align-items:center;gap:.35rem}.option-card-inner svg{width:32px;height:32px;fill:var(--green);margin-bottom:.25rem}.option-label{font-weight:600;font-size:.95rem;color:var(--gray-800)}.option-desc{font-size:.8rem;color:var(--gray-600)}.option-card input:checked~.option-card-inner{border-color:var(--green);background:var(--green-pale);box-shadow:0 0 0 3px #2d6a4f26}.option-card:hover .option-card-inner{border-color:var(--green-light)}.option-row{display:flex;flex-wrap:wrap;gap:.6rem;margin-top:.5rem}.pill-option{cursor:pointer;padding:.6rem 1.2rem;border:2px solid var(--gray-100);border-radius:50px;font-size:.9rem;font-weight:500;color:var(--gray-800);background:var(--gray-50);transition:var(--transition);text-align:center;display:flex;flex-direction:column;align-items:center;gap:0}.pill-option.wide{padding:.7rem 1.5rem}.pill-option input{position:absolute;opacity:0;pointer-events:none}.pill-option:has(input:checked){border-color:var(--green);background:var(--green-pale);color:var(--green-dark)}.pill-option:hover{border-color:var(--green-light)}.pill-hint{font-size:.7rem;color:var(--gray-600);font-weight:400}.pill-option:has(input:checked) .pill-hint{color:var(--green)}.form-success{display:none;text-align:center;padding:3rem 1rem}.form-success svg{width:64px;height:64px;fill:var(--green);margin-bottom:1rem}.form-success h3{margin-bottom:.5rem}.form-success p{color:var(--gray-600)}@media(max-width:992px){.grid-2,.service-detail{grid-template-columns:1fr}.service-detail.reverse{direction:ltr}.footer-grid{grid-template-columns:1fr 1fr}.stats,.fp-option-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.grid-3{grid-template-columns:1fr}.nav-links{position:fixed;top:0;right:-100%;width:280px;height:100vh;background:var(--green-dark);flex-direction:column;padding:5rem 2rem 2rem;gap:1.5rem;transition:var(--transition);box-shadow:var(--shadow-lg)}.nav-links.open{right:0}.nav-links a{color:var(--white)!important;font-size:1.1rem}.nav-links .btn-outline{border-color:var(--green-light);text-align:center;width:100%}.hamburger{display:flex}.hero-content{padding-top:4rem}.section{padding:3.5rem 0}.footer-grid,.form-row{grid-template-columns:1fr}.stats{grid-template-columns:1fr 1fr}.hero-small .hero-content{padding-top:6rem}.fullpage-form-wrapper{padding-top:60px}.fp-steps-indicator{gap:1rem;padding:1rem .5rem .25rem}.fp-step-dot span{width:30px;height:30px;font-size:.8rem}.fp-step-dot em{font-size:.65rem}.fp-step-inner{padding:1.5rem 1rem 2rem}.fp-option-grid{grid-template-columns:1fr 1fr;gap:.6rem}.fp-option-inner{padding:.9rem .5rem;min-height:90px}.fp-option-inner svg{width:24px;height:24px}.fp-option-label{font-size:.8rem}.fp-option-desc{font-size:.65rem}.fp-pill{padding:.55rem 1rem;font-size:.85rem}.fp-nav{margin-top:1.5rem}.btn-submit{min-width:auto;width:100%}.fp-title{font-size:1.3rem}.fp-subtitle{font-size:.9rem;margin-bottom:1.5rem}}
