:root{--evergreen:#1a3320;--hunter:#3a5c3a;--fern:#5a7e3a;--palm:#8aaa55;--lime-cream:#d6e87a;--off-white:#f8faf2;--warm-white:#fafdf5;--text-dark:#141f14;--text-mid:#4a5f4a}.skip-link:focus{top:0 !important}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:'Raleway',sans-serif;background:var(--warm-white);color:var(--text-dark);overflow-x:hidden}nav{position:fixed;top:0;left:0;right:0;z-index:100;padding:12px 40px;display:flex;align-items:center;justify-content:space-between;background:rgba(250,253,245,0.93);backdrop-filter:blur(12px);border-bottom:1px solid rgba(26,51,32,0.08);gap:16px}.nav-logo{display:flex;align-items:center;gap:10px;text-decoration:none}.nav-logo img{height:48px;width:auto;display:block}.nav-logo-text{font-family:'Playfair Display',serif;font-size:1.15rem;font-weight:600;color:var(--evergreen);letter-spacing:.02em}.nav-links{display:flex;gap:24px;list-style:none}.nav-links a{text-decoration:none;font-size:.72rem;font-weight:500;letter-spacing:.08em;text-transform:uppercase;color:var(--text-mid);transition:color .3s}.nav-links a:hover,.nav-links a.active{color:var(--evergreen)}.nav-cta{background:var(--evergreen) !important;color:var(--off-white) !important;padding:10px 24px;border-radius:2px;transition:background .3s}.nav-cta:hover{background:var(--hunter) !important}.hamburger{display:none;flex-direction:column;gap:5px;background:0;border:0;cursor:pointer;padding:8px;z-index:110}.hamburger span{width:24px;height:2px;background:var(--evergreen);border-radius:2px;transition:all .3s ease;display:block}.hamburger.open span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.hamburger.open span:nth-child(2){opacity:0}.hamburger.open span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}.mobile-menu{display:none;position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(250,253,245,0.98);backdrop-filter:blur(16px);z-index:105;flex-direction:column;align-items:center;justify-content:center;gap:28px;opacity:0;pointer-events:none;transition:opacity .3s ease}.mobile-menu.open{opacity:1;pointer-events:auto}.mobile-menu a{text-decoration:none;font-size:1.1rem;font-weight:500;letter-spacing:.06em;text-transform:uppercase;color:var(--text-mid);transition:color .3s}.mobile-menu a:hover,.mobile-menu a.active{color:var(--evergreen)}.mobile-menu .nav-cta{background:var(--evergreen) !important;color:var(--off-white) !important;padding:14px 36px;border-radius:2px;font-size:.9rem}.page-hero{background:var(--evergreen);padding:160px 80px 80px;position:relative;overflow:hidden}.page-hero::after{content:'';position:absolute;bottom:-1px;left:0;right:0;height:48px;background:var(--warm-white);clip-path:ellipse(55% 100% at 50% 100%)}.page-hero::before{content:'';position:absolute;top:0;right:0;width:600px;height:600px;background:radial-gradient(circle,rgba(90,126,58,0.12) 0,transparent 70%);pointer-events:none}.page-hero-eyebrow{display:inline-flex;align-items:center;gap:12px;font-size:.72rem;letter-spacing:.2em;text-transform:uppercase;color:var(--palm);margin-bottom:20px;font-weight:500}.page-hero-eyebrow::before{content:'';width:24px;height:1px;background:var(--palm)}.page-hero h1{font-family:'Playfair Display',serif;font-size:clamp(2.8rem,5vw,4.5rem);font-weight:300;color:var(--off-white);line-height:1.1;margin-bottom:20px}.page-hero h1 em{font-style:italic;color:var(--lime-cream)}.page-hero p{font-size:1rem;font-weight:300;color:rgba(248,250,242,0.65);line-height:1.75;max-width:520px}.hero-stats{display:flex;gap:48px;margin-top:36px}.hero-stat{display:flex;flex-direction:column}.hero-stat-number{font-family:'Playfair Display',serif;font-size:2rem;font-weight:600;color:var(--lime-cream)}.hero-stat-label{font-size:.75rem;font-weight:400;color:rgba(248,250,242,0.5);letter-spacing:.06em;text-transform:uppercase;margin-top:4px}.section-label{display:inline-flex;align-items:center;gap:12px;font-size:.72rem;letter-spacing:.2em;text-transform:uppercase;color:var(--fern);margin-bottom:20px;font-weight:500}.section-label::before{content:'';width:24px;height:1px;background:var(--fern)}.section-title{font-family:'Playfair Display',serif;font-size:clamp(2rem,3.5vw,3rem);font-weight:300;line-height:1.2;color:var(--evergreen)}.btn-primary{background:var(--lime-cream);color:var(--evergreen);padding:14px 36px;text-decoration:none;font-size:.78rem;letter-spacing:.12em;text-transform:uppercase;font-weight:700;border-radius:2px;transition:background .3s;white-space:nowrap;border:0;cursor:pointer;display:inline-block}.btn-primary:hover{background:#c8da60}.cta-strip{background:var(--evergreen);padding:72px 80px;display:grid;grid-template-columns:1fr auto;gap:40px;align-items:center;position:relative;overflow:hidden}.cta-strip::before{content:'';position:absolute;top:-100px;right:-100px;width:400px;height:400px;background:radial-gradient(circle,rgba(90,126,58,0.15) 0,transparent 70%);pointer-events:none}.cta-strip h2{font-family:'Playfair Display',serif;font-size:2rem;font-weight:300;color:var(--off-white);line-height:1.3}.cta-strip h2 em{font-style:italic;color:var(--lime-cream)}.cta-strip p{font-size:.9rem;font-weight:300;color:rgba(248,250,242,0.6);margin-top:10px}.trust-strip{padding:56px 80px;background:var(--off-white);display:flex;align-items:center;justify-content:center;gap:56px;flex-wrap:wrap;border-top:1px solid rgba(90,126,58,0.08);border-bottom:1px solid rgba(90,126,58,0.08)}.trust-item{display:flex;align-items:center;gap:14px}.trust-icon{width:44px;height:44px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:linear-gradient(135deg,rgba(90,126,58,0.08) 0,rgba(138,170,85,0.12) 100%)}.trust-icon svg{width:22px;height:22px;stroke:var(--fern);fill:none;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}.trust-text{display:flex;flex-direction:column}.trust-text strong{font-family:'Playfair Display',serif;font-size:1.05rem;font-weight:600;color:var(--evergreen)}.trust-text span{font-size:.78rem;font-weight:300;color:var(--text-mid)}#cookie-banner{position:fixed;bottom:0;left:0;right:0;z-index:999;background:var(--text-dark);color:var(--off-white);padding:16px 48px;display:flex;align-items:center;justify-content:space-between;gap:24px;font-size:.82rem;line-height:1.6;transform:translateY(100%);transition:transform .4s ease}#cookie-banner.show{transform:translateY(0)}#cookie-banner a{color:var(--lime-cream);text-decoration:underline}.cookie-btn{background:var(--fern);color:white;border:0;padding:10px 24px;cursor:pointer;font-family:'Raleway',sans-serif;font-size:.78rem;letter-spacing:.1em;text-transform:uppercase;border-radius:2px;white-space:nowrap;transition:background .3s}.cookie-btn:hover{background:var(--hunter)}.cookie-btn.secondary{background:transparent;border:1px solid rgba(248,250,242,0.3);margin-right:8px}.cookie-btn.secondary:hover{background:rgba(248,250,242,0.08)}footer{background:var(--text-dark);padding:28px 80px;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:16px}.footer-brand{display:flex;align-items:center;gap:12px}.footer-brand-text{font-family:'Playfair Display',serif;font-size:1.1rem;font-weight:400;color:var(--off-white)}.footer-copy{font-size:.75rem;color:rgba(248,250,242,0.6);letter-spacing:.04em;line-height:1.8}.footer-copy a{color:rgba(248,250,242,0.6);text-decoration:none;transition:color .3s}.footer-copy a:hover{color:rgba(248,250,242,0.65)}@media(max-width:900px){nav{padding:12px 20px}.nav-links{display:none}.hamburger{display:flex}.mobile-menu{display:flex}.page-hero{padding:120px 24px 72px}.page-hero h1{font-size:clamp(2rem,4vw,3rem)}.hero-stats{gap:28px;flex-wrap:wrap}.hero-stat-number{font-size:1.5rem}.cta-strip{padding:48px 24px;grid-template-columns:1fr;gap:24px}.trust-strip{padding:40px 24px;gap:32px;flex-direction:column;align-items:flex-start}footer{padding:24px;flex-direction:column;text-align:center}}@media(max-width:600px){nav{padding:12px 16px}.page-hero{padding:100px 16px 60px}.page-hero h1{font-size:clamp(1.8rem,3vw,2.5rem)}.page-hero p{font-size:.9rem}.hero-stats{gap:20px}.hero-stat-number{font-size:1.3rem}.hero-stat-label{font-size:.68rem}.cta-strip{padding:40px 16px}.cta-strip h2{font-size:1.5rem}.trust-strip{padding:32px 16px;gap:20px}footer{padding:20px 16px}.footer-copy{font-size:.7rem;line-height:2}#cookie-banner{flex-direction:column;padding:16px;gap:12px;text-align:center;font-size:.75rem}#cookie-banner>div{display:flex;gap:8px;width:100%}.cookie-btn{flex:1;padding:12px 16px}}.whatsapp-float{position:fixed;bottom:24px;right:24px;z-index:998;width:56px;height:56px;border-radius:50%;background:#25d366;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 16px rgba(37,211,102,0.35);transition:transform .3s,box-shadow .3s;text-decoration:none}.whatsapp-float:hover{transform:scale(1.1);box-shadow:0 6px 24px rgba(37,211,102,0.5)}.whatsapp-float svg{width:30px;height:30px;fill:white}@media(max-width:600px){.whatsapp-float{bottom:16px;right:16px;width:50px;height:50px}.whatsapp-float svg{width:26px;height:26px}}