:root{--sd-primary: #62aa20;--sd-primary-hover: #528c1b;--sd-secondary: #012545;--sd-secondary-hover: #011b33;--sd-cream: #fdfbf7;--sd-cream-deep: #f4f0e6;--sd-pale-green: #f4f8ee;--sd-ink: #1a202c;--sd-muted: #4a5568;--sd-border: #e2e8f0;--sd-white: #ffffff;--sd-whatsapp: #25d366;--sd-whatsapp-hover: #1ebd5b}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:DM Sans,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;background:var(--sd-cream);color:var(--sd-ink);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.5}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer;border:0;background:transparent}h1,h2,h3,h4{font-family:Outfit,system-ui,sans-serif;color:var(--sd-secondary);letter-spacing:-.02em;margin:0;line-height:1.08}p{margin:0}::selection{background:var(--sd-primary);color:#fff}.container{max-width:1200px;margin:0 auto;padding:0 16px}@media (min-width: 640px){.container{padding:0 24px}}@media (min-width: 1024px){.container{padding:0 32px}}.overline{font-size:12px;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:var(--sd-primary)}.overline-green,.accent-green{color:var(--sd-primary)}.grain-bg{position:relative;isolation:isolate}.grain-bg:after{content:"";position:absolute;inset:0;pointer-events:none;opacity:.04;z-index:0;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E")}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;font-family:DM Sans,sans-serif;font-weight:600;font-size:15px;border-radius:999px;padding:12px 22px;transition:transform .2s ease,box-shadow .2s ease,background .2s ease,color .2s ease;cursor:pointer;text-align:center;white-space:nowrap}.btn-sm{padding:10px 18px;font-size:14px}.btn-lg{padding:15px 28px;font-size:16px}.btn-full{width:100%}.btn-primary{background:var(--sd-primary);color:#fff}.btn-primary:hover{background:var(--sd-primary-hover);transform:translateY(-2px);box-shadow:0 10px 26px #62aa2059}.btn-primary:active{transform:scale(.97)}.btn-outline{background:transparent;color:var(--sd-secondary);border:2px solid var(--sd-secondary);padding:13px 26px}.btn-outline:hover,.btn-dark{background:var(--sd-secondary);color:#fff}.btn-dark:hover{background:var(--sd-secondary-hover);transform:translateY(-2px)}.btn-ghost{background:#ffffff1a;color:#fff;border:1px solid rgba(255,255,255,.2);backdrop-filter:blur(8px)}.btn-ghost:hover{background:#ffffff26}.btn-white{background:#fff;color:var(--sd-secondary)}.btn-white:hover{transform:translateY(-2px);box-shadow:0 10px 26px #0000001f}.btn-wa{background:var(--sd-whatsapp);color:#fff;border-radius:12px;padding:14px 20px}.btn-wa:hover{background:var(--sd-whatsapp-hover)}.wa-icon{width:20px;height:20px}.logo{max-width:130px}.site-header{position:sticky;top:0;z-index:40;background:#fdfbf7d1;backdrop-filter:blur(12px);border-bottom:1px solid rgba(226,232,240,.6)}.header-inner{display:flex;align-items:center;justify-content:space-between;height:135px}.brand{display:inline-flex;align-items:center;gap:8px}.brand-mark{width:36px;height:36px;border-radius:12px;background:var(--sd-secondary);display:inline-flex;align-items:center;justify-content:center}.brand-mark svg{width:20px;height:20px}.brand-mark-green{background:var(--sd-primary)}.brand-name{font-family:Outfit,sans-serif;font-weight:700;font-size:20px;letter-spacing:-.02em;color:var(--sd-secondary)}.brand-dark .brand-name{color:#fff}.brand-accent{color:var(--sd-primary)}.nav-desktop{display:none;gap:32px}@media (min-width: 768px){.nav-desktop{display:flex}}.nav-desktop a{font-size:14px;font-weight:500;color:var(--sd-ink);transition:color .2s}.nav-desktop a:hover{color:var(--sd-primary)}.header-cta{display:flex;align-items:center;gap:8px}.header-cta .btn-primary{display:none}@media (min-width: 640px){.header-cta .btn-primary{display:inline-flex}}.menu-toggle{display:inline-flex;padding:8px;color:var(--sd-secondary);border-radius:8px}@media (min-width: 768px){.menu-toggle{display:none}}.menu-toggle svg{width:24px;height:24px}.menu-toggle .icon-close,.menu-toggle.open .icon-menu{display:none}.menu-toggle.open .icon-close{display:block}.nav-mobile{display:none;flex-direction:column;gap:12px;padding:16px;border-top:1px solid rgba(226,232,240,.6);background:var(--sd-cream)}.nav-mobile.open{display:flex}.nav-mobile a{font-weight:500;color:var(--sd-ink);padding:4px 0}.nav-mobile .btn-primary{margin-top:8px;justify-content:center}.hero-emph{position:relative;display:inline-block;color:var(--sd-primary)}.hero-emph .scribble{position:absolute;bottom:-8px;left:0;width:100%;height:12px;color:#62aa2066}.hero-sub{margin-top:24px;max-width:560px;font-size:18px;color:var(--sd-muted);line-height:1.6}@media (min-width: 640px){.hero-sub{font-size:20px}}.hero-ctas{margin-top:32px;display:flex;flex-direction:column;gap:12px}@media (min-width: 640px){.hero-ctas{flex-direction:row}}.section-cream{background:var(--sd-cream);padding:80px 0}@media (min-width: 640px){.section-cream{padding:110px 0}}.section-head{display:flex;flex-direction:column;gap:20px;margin-bottom:56px}@media (min-width: 1024px){.section-head{flex-direction:row;justify-content:space-between;align-items:flex-end}}.section-head h2{margin-top:12px;font-size:32px;font-weight:700}@media (min-width: 640px){.section-head h2{font-size:40px}}@media (min-width: 1024px){.section-head h2{font-size:48px}}.section-lead{max-width:420px;font-size:16px;color:var(--sd-muted)}@media (min-width: 640px){.section-lead{font-size:18px}}.section-head-center{text-align:center;margin-bottom:56px}.section-head-center h2{margin-top:12px;font-size:32px}@media (min-width: 640px){.section-head-center h2{font-size:40px}}@media (min-width: 1024px){.section-head-center h2{font-size:48px}}.section-head-center p{margin:16px auto 0;max-width:560px;color:var(--sd-muted)}.floating-wa{position:fixed;bottom:80px;right:20px;z-index:50;width:56px;height:56px;border-radius:50%;background:var(--sd-whatsapp);display:inline-flex;align-items:center;justify-content:center;box-shadow:0 8px 24px #25d36673;transition:transform .2s,background .2s}@media (min-width: 640px){.floating-wa{bottom:24px;right:24px;width:64px;height:64px}}.floating-wa:hover{background:var(--sd-whatsapp-hover);transform:scale(1.1)}.floating-wa svg{width:28px;height:28px}@media (min-width: 640px){.floating-wa svg{width:32px;height:32px}}@keyframes sd-pulse{0%,to{box-shadow:0 0 #25d36680}50%{box-shadow:0 0 0 14px #25d36600}}.wa-pulse{animation:sd-pulse 2.4s ease-out infinite}@keyframes sd-fade-up{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.reveal{opacity:0;animation:sd-fade-up .8s ease-out forwards}.reveal-1{animation-delay:.1s}.reveal-2{animation-delay:.25s}.reveal-3{animation-delay:.4s}.reveal-4{animation-delay:.55s}.faq-inner{max-width:880px;margin:0 auto}.faq-list{background:#fff;border-radius:24px;border:1px solid var(--sd-border);padding:8px 16px}.faq-item{border-bottom:1px solid var(--sd-border)}.faq-item:last-child{border-bottom:0}.faq-q{width:100%;text-align:left;display:flex;justify-content:space-between;align-items:center;gap:16px;font-family:Outfit,sans-serif;font-size:17px;font-weight:600;color:var(--sd-secondary);padding:20px 8px}.faq-q .chev{width:20px;height:20px;flex-shrink:0;transition:transform .25s ease,color .2s}.faq-item.open .faq-q .chev{transform:rotate(180deg);color:var(--sd-primary)}.faq-a{max-height:0;overflow:hidden;transition:max-height .3s ease;color:var(--sd-muted);font-size:15px;line-height:1.65;padding:0 24px 0 8px}.faq-item.open .faq-a{max-height:400px;padding-bottom:20px}.faq-cta{margin-top:40px;text-align:center}
