*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--green-deep:#0a1a0a;--green-forest:#142814;--green-mid:#1b3d1b;--green-field:#2a5e2a;--green-light:#3d8b3d;--green-bright:#4caf50;--green-lime:#66bb6a;--green-pale:#e8f5e9;--cream:#f5f3ef;--warm-white:#fafaf8;--white:#fff;--gold:#b8963e;--gold-light:#d4af5a;--text-dark:#1a1a1a;--text-mid:#4a4a4a;--text-light:#7a7a7a;--text-muted:#9a9a9a;--border-light:#e8e8e8;--border-mid:#d0d0d0;--shadow-xs:0 1px 3px #0000000a;--shadow-soft:0 2px 12px #0000000f;--shadow-med:0 4px 24px #00000014;--shadow-lg:0 8px 40px #0000001f;--radius-sm:6px;--radius-md:12px;--radius-lg:20px;--ease-out:cubic-bezier(.25, .46, .45, .94)}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{background:var(--white);color:var(--text-dark);letter-spacing:-.01em;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-weight:400;line-height:1.7;overflow-x:hidden}h1,h2,h3{letter-spacing:-.02em;color:var(--text-dark);font-family:Playfair Display,Georgia,serif;font-weight:500;line-height:1.15}h1{font-size:clamp(2.4rem,5vw,4rem)}h2{font-size:clamp(1.8rem,3.5vw,2.6rem)}h3{font-size:clamp(1.2rem,2vw,1.5rem)}p{color:var(--text-mid)}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto}@keyframes fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes scrollPulse{0%,to{opacity:.4;transform:scaleY(1)}50%{opacity:.8;transform:scaleY(1.05)}}@keyframes sway1{0%,to{transform-origin:bottom;transform:rotate(-4deg)scaleY(1)}50%{transform-origin:bottom;transform:rotate(4deg)scaleY(1.03)}}@keyframes sway2{0%,to{transform-origin:bottom;transform:rotate(3deg)scaleY(1)}50%{transform-origin:bottom;transform:rotate(-5deg)scaleY(1.04)}}@keyframes sway3{0%,to{transform-origin:bottom;transform:rotate(-2deg)scaleY(1)}50%{transform-origin:bottom;transform:rotate(6deg)scaleY(1.02)}}@keyframes sway4{0%,to{transform-origin:bottom;transform:rotate(5deg)scaleY(1)}50%{transform-origin:bottom;transform:rotate(-3deg)scaleY(1.05)}}@keyframes sway5{0%,to{transform-origin:bottom;transform:rotate(-6deg)scaleY(1)}50%{transform-origin:bottom;transform:rotate(2deg)scaleY(1.03)}}@keyframes bladeGrow{0%{transform-origin:bottom;transform:scaleY(0)}to{transform-origin:bottom;transform:scaleY(1)}}@keyframes dewDrop{0%,to{opacity:.3;transform:scale(1)}50%{opacity:.7;transform:scale(1.3)}}@keyframes gentleBob{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}@keyframes badgeFadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes bannerSlideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}
.Navbar-module__pSp8Ga__nav{z-index:200;-webkit-backdrop-filter:blur(20px);background:#ffffffeb;border-bottom:1px solid #0000;justify-content:space-between;align-items:center;height:72px;padding:0 48px;transition:border-color .3s,box-shadow .3s;display:flex;position:fixed;top:0;left:0;right:0}.Navbar-module__pSp8Ga__scrolled{border-bottom-color:var(--border-light);box-shadow:0 1px 12px #0000000a}.Navbar-module__pSp8Ga__navOpen{background:#fffffffa!important}.Navbar-module__pSp8Ga__logo{align-items:center;display:flex}.Navbar-module__pSp8Ga__logo img{filter:none!important}.Navbar-module__pSp8Ga__desktopLinks{align-items:center;gap:36px;margin:0;padding:0;list-style:none;display:flex}.Navbar-module__pSp8Ga__link{letter-spacing:.01em;color:var(--text-mid);transition:color .2s var(--ease-out);white-space:nowrap;padding:4px 0;font-family:Inter,sans-serif;font-size:.875rem;font-weight:500;text-decoration:none;position:relative}.Navbar-module__pSp8Ga__link:after{content:"";background:var(--green-field);width:0;height:2px;transition:width .25s var(--ease-out);border-radius:1px;position:absolute;bottom:-2px;left:0}.Navbar-module__pSp8Ga__link:hover:after,.Navbar-module__pSp8Ga__active:after{width:100%}.Navbar-module__pSp8Ga__link:hover{color:var(--text-dark)}.Navbar-module__pSp8Ga__active{color:var(--text-dark);font-weight:600}.Navbar-module__pSp8Ga__offerBtn{letter-spacing:.02em;color:#fff;background:var(--green-field);border-radius:var(--radius-sm);transition:background .2s var(--ease-out), transform .2s var(--ease-out);white-space:nowrap;align-items:center;gap:8px;padding:10px 20px;font-family:Inter,sans-serif;font-size:.8rem;font-weight:600;text-decoration:none;display:inline-flex;position:relative;overflow:hidden}.Navbar-module__pSp8Ga__offerBtn:hover{background:var(--green-mid);transform:translateY(-1px)}.Navbar-module__pSp8Ga__offerBtnActive{background:var(--green-mid)}.Navbar-module__pSp8Ga__offerPulse{flex-shrink:0;width:7px;height:7px;position:relative}.Navbar-module__pSp8Ga__offerPulse:before{content:"";z-index:1;background:#fff;border-radius:50%;position:absolute;inset:0}.Navbar-module__pSp8Ga__offerPulse:after{content:"";background:#fff6;border-radius:50%;animation:2s ease-in-out infinite Navbar-module__pSp8Ga__pulse;position:absolute;inset:-3px}.Navbar-module__pSp8Ga__offerLabel{z-index:1;position:relative}.Navbar-module__pSp8Ga__burger{border:1px solid var(--border-light);border-radius:var(--radius-sm);cursor:pointer;background:0 0;flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;gap:5px;width:44px;height:44px;padding:0;transition:background .2s,border-color .2s;display:none}.Navbar-module__pSp8Ga__burger:hover{background:var(--cream);border-color:var(--border-mid)}.Navbar-module__pSp8Ga__burgerLine{background:var(--text-dark);transform-origin:50%;border-radius:2px;width:20px;height:2px;transition:transform .3s cubic-bezier(.23,1,.32,1),opacity .3s,width .3s;display:block}.Navbar-module__pSp8Ga__burgerOpen .Navbar-module__pSp8Ga__burgerLine:first-child{transform:translateY(7px)rotate(45deg)}.Navbar-module__pSp8Ga__burgerOpen .Navbar-module__pSp8Ga__burgerLine:nth-child(2){opacity:0;width:0}.Navbar-module__pSp8Ga__burgerOpen .Navbar-module__pSp8Ga__burgerLine:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.Navbar-module__pSp8Ga__drawer{z-index:190;pointer-events:none;position:fixed;inset:0}.Navbar-module__pSp8Ga__drawerOpen{pointer-events:all}.Navbar-module__pSp8Ga__backdrop{-webkit-backdrop-filter:blur(6px);opacity:0;background:#0000004d;transition:opacity .35s;position:absolute;inset:0}.Navbar-module__pSp8Ga__drawerOpen .Navbar-module__pSp8Ga__backdrop{opacity:1}.Navbar-module__pSp8Ga__panel{background:var(--white);border-bottom:1px solid var(--border-light);box-shadow:var(--shadow-lg);padding:92px 28px 36px;transition:transform .4s cubic-bezier(.23,1,.32,1);position:absolute;top:0;left:0;right:0;transform:translateY(-100%)}.Navbar-module__pSp8Ga__drawerOpen .Navbar-module__pSp8Ga__panel{transform:translateY(0)}.Navbar-module__pSp8Ga__mobileNav{flex-direction:column;gap:2px;display:flex}.Navbar-module__pSp8Ga__mobileLink{color:var(--text-mid);border-bottom:1px solid var(--border-light);padding:14px 0;font-family:Inter,sans-serif;font-size:1.25rem;font-weight:500;text-decoration:none;transition:color .2s;display:block}.Navbar-module__pSp8Ga__mobileLink:hover,.Navbar-module__pSp8Ga__mobileLinkActive{color:var(--text-dark)}.Navbar-module__pSp8Ga__mobileLinkActive{color:var(--green-field);font-weight:600}.Navbar-module__pSp8Ga__mobileOfferBtn{color:#fff;background:var(--green-field);border-radius:var(--radius-sm);align-items:center;gap:10px;margin-top:18px;margin-bottom:10px;padding:16px 22px;font-family:Inter,sans-serif;font-size:.9rem;font-weight:600;text-decoration:none;transition:background .2s;display:flex}.Navbar-module__pSp8Ga__mobileOfferBtn:hover,.Navbar-module__pSp8Ga__mobileOfferBtnActive{background:var(--green-mid)}.Navbar-module__pSp8Ga__mobileCta{text-align:center;color:var(--green-field);background:var(--green-pale);border-radius:var(--radius-sm);padding:16px 24px;font-family:Inter,sans-serif;font-size:.875rem;font-weight:600;text-decoration:none;transition:background .2s;display:block}.Navbar-module__pSp8Ga__mobileCta:hover{background:#d0ecd0}.Navbar-module__pSp8Ga__drawerFooter{border-top:1px solid var(--border-light);flex-direction:column;gap:6px;margin-top:28px;padding-top:20px;display:flex}.Navbar-module__pSp8Ga__drawerFooter a{color:var(--green-field);font-family:Inter,sans-serif;font-size:1rem;font-weight:500;text-decoration:none;transition:color .2s}.Navbar-module__pSp8Ga__drawerFooter a:hover{color:var(--green-light)}.Navbar-module__pSp8Ga__drawerFooter span{color:var(--text-light);letter-spacing:.02em;font-family:Inter,sans-serif;font-size:.8rem}@media (max-width:860px){.Navbar-module__pSp8Ga__nav{height:64px;padding:0 24px}.Navbar-module__pSp8Ga__desktopLinks{display:none}.Navbar-module__pSp8Ga__burger{display:flex}}@media (max-width:480px){.Navbar-module__pSp8Ga__nav{height:60px;padding:0 16px}.Navbar-module__pSp8Ga__panel{padding-top:80px;padding-left:20px;padding-right:20px}.Navbar-module__pSp8Ga__mobileLink{font-size:1.1rem}}@keyframes Navbar-module__pSp8Ga__pulse{0%,to{opacity:.4;transform:scale(1)}50%{opacity:0;transform:scale(1.8)}}
.Footer-module__nhiC3q__footer{background:var(--green-deep);color:#ffffffb3;padding:0;position:relative}.Footer-module__nhiC3q__inner{max-width:1100px;margin:0 auto;padding:64px 32px 32px;position:relative}.Footer-module__nhiC3q__logoRow{border-bottom:1px solid #ffffff14;margin-bottom:40px;padding-bottom:40px}.Footer-module__nhiC3q__tagline{color:#ffffff59;letter-spacing:.01em;margin-top:12px;font-size:.875rem}.Footer-module__nhiC3q__grid{grid-template-columns:repeat(3,1fr);gap:48px;margin-bottom:48px;display:grid}.Footer-module__nhiC3q__col{flex-direction:column;gap:6px;display:flex}.Footer-module__nhiC3q__colHead{letter-spacing:.08em;text-transform:uppercase;color:#ffffffe6;margin-bottom:12px;font-family:Inter,sans-serif;font-size:.75rem;font-weight:600}.Footer-module__nhiC3q__col p,.Footer-module__nhiC3q__col a{color:#ffffff80;font-size:.9rem;line-height:1.7;text-decoration:none;transition:color .2s;display:block}.Footer-module__nhiC3q__col a:hover{color:#fff}.Footer-module__nhiC3q__muted{color:#ffffff47!important;margin-top:2px!important;font-size:.8rem!important}.Footer-module__nhiC3q__offerLink{color:var(--gold-light)!important;margin-top:8px!important;font-weight:500!important;transition:color .2s!important}.Footer-module__nhiC3q__offerLink:hover{color:#fff!important}.Footer-module__nhiC3q__quoteLink{color:var(--green-lime)!important;margin-top:4px!important;font-weight:500!important}.Footer-module__nhiC3q__quoteLink:hover{color:#fff!important}.Footer-module__nhiC3q__bottom{color:#ffffff40;border-top:1px solid #ffffff14;justify-content:space-between;align-items:center;gap:12px;padding-top:24px;font-size:.8rem;display:flex}@media (max-width:768px){.Footer-module__nhiC3q__inner{padding:48px 24px 28px}.Footer-module__nhiC3q__logoRow{margin-bottom:36px;padding-bottom:32px}.Footer-module__nhiC3q__grid{grid-template-columns:1fr 1fr;gap:36px;margin-bottom:40px}.Footer-module__nhiC3q__bottom{text-align:center;flex-direction:column;gap:8px}}@media (max-width:480px){.Footer-module__nhiC3q__inner{padding:40px 16px 24px}.Footer-module__nhiC3q__grid{grid-template-columns:1fr;gap:28px}.Footer-module__nhiC3q__col p,.Footer-module__nhiC3q__col a{font-size:.85rem}.Footer-module__nhiC3q__bottom{font-size:.75rem}}
