:root{--leafy-green:#17332e;--citrus-green:#b0e673;--pantry-gray:#e5e5e5;--ice:#43d2e6;--cooler:#73ddc9;--zest:#fad154;--rind:#fc8d56;--dark-surface:#030d0b;--dark-card:#ffffff08;--dark-border:#ffffff0f;--light-surface:#fff;--light-card:#17332e08;--light-border:#17332e14;--color-bg-dark:var(--dark-surface);--color-bg-light:#fff;--color-accent:var(--citrus-green);--color-text-on-dark:#fff;--color-text-on-light:var(--leafy-green);--font-family:"Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--section-padding:120px 40px;--section-padding-mobile:72px 20px;--max-width:1200px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-family);color:var(--color-text-on-light);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#fff}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}ul{list-style:none}.app{width:100%;overflow-x:hidden}.navbar{z-index:100;-webkit-backdrop-filter:blur(16px);border-bottom:1px solid var(--light-border);background:#ffffffd9;justify-content:space-between;align-items:center;padding:14px 40px;transition:box-shadow .3s;display:flex;position:fixed;top:0;left:0;right:0}.navbar.scrolled{box-shadow:0 1px 12px #0000000f}.navbar-logo img{width:auto;height:65px}.navbar-links{align-items:center;gap:32px;display:flex}.navbar-links a{color:#17332e8c;font-size:14px;font-weight:450;transition:color .2s}.navbar-links a:hover{color:var(--leafy-green)}.navbar-cta{background:var(--leafy-green);border-radius:8px;padding:9px 22px;transition:all .2s;box-shadow:0 1px 3px #17332e26;color:#fff!important;font-size:13px!important;font-weight:600!important}.navbar-cta:hover{transform:translateY(-1px);box-shadow:0 4px 16px #17332e33}.navbar-hamburger{cursor:pointer;background:0 0;border:none;padding:4px;display:none}.navbar-hamburger span{background:var(--leafy-green);width:22px;height:2px;margin:5px 0;transition:transform .3s,opacity .3s;display:block}.navbar-hamburger.open span:first-child{transform:rotate(45deg)translate(5px,5px)}.navbar-hamburger.open span:nth-child(2){opacity:0}.navbar-hamburger.open span:nth-child(3){transform:rotate(-45deg)translate(5px,-5px)}.navbar-mobile-overlay{z-index:99;background:#fff;flex-direction:column;justify-content:center;align-items:center;gap:32px;display:none;position:fixed;inset:0}.navbar-mobile-overlay.open{display:flex}.navbar-mobile-overlay a{color:var(--leafy-green);font-size:22px;font-weight:500}.navbar-mobile-overlay .navbar-cta{padding:14px 36px;font-size:18px!important}@media (width<=767px){.navbar{padding:12px 20px}.navbar-links{display:none}.navbar-hamburger{display:block}}.hero{background:var(--color-bg-light);align-items:center;min-height:100vh;padding:140px 40px 80px;display:flex;position:relative;overflow:hidden}.hero-inner{max-width:var(--max-width);align-items:center;gap:60px;width:100%;margin:0 auto;display:flex}.hero-text{flex:1;min-width:0}.hero-badge{color:var(--leafy-green);letter-spacing:.3px;background:#b0e67314;border:1px solid #17332e1f;border-radius:100px;align-items:center;gap:8px;margin-bottom:28px;padding:6px 18px;font-size:13px;font-weight:500;display:inline-flex}.hero-badge-dot{background:var(--citrus-green);border-radius:50%;width:6px;height:6px;animation:2s ease-in-out infinite pulse}@keyframes pulse{0%,to{opacity:1}50%{opacity:.3}}.hero-headline{letter-spacing:-2px;color:var(--leafy-green);margin-bottom:24px;font-size:clamp(40px,5.5vw,70px);font-weight:800;line-height:1.08}.hero-headline-accent{background:linear-gradient(135deg, #4a8c2a, var(--citrus-green), #3ab577);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.hero-body{color:#17332e8c;max-width:480px;margin-bottom:36px;font-size:17px;line-height:1.7}.hero-buttons{flex-wrap:wrap;gap:16px;display:flex}.hero-btn-primary{background:var(--leafy-green);color:#fff;border-radius:10px;align-items:center;gap:8px;padding:14px 28px;font-size:15px;font-weight:600;transition:all .2s;display:inline-flex;box-shadow:0 1px 3px #17332e26,0 4px 16px #17332e1a}.hero-btn-primary:hover{transform:translateY(-2px);box-shadow:0 4px 20px #17332e40}.hero-btn-arrow{transition:transform .2s}.hero-btn-primary:hover .hero-btn-arrow{transform:translate(2px)}.hero-btn-secondary{color:var(--leafy-green);border:1px solid var(--light-border);background:0 0;border-radius:10px;align-items:center;gap:8px;padding:14px 28px;font-size:15px;font-weight:500;transition:all .2s;display:inline-flex}.hero-btn-secondary:hover{background:#17332e08;border-color:#17332e26}.hero-images{flex:1;align-items:flex-start;gap:24px;min-width:0;max-width:520px;margin-right:-60px;display:flex;position:relative}.hero-images-glow{pointer-events:none;z-index:0;filter:blur(100px);background:#b0e67373;border-radius:50%;width:550px;height:550px;position:absolute;top:-60px;right:-80px}.hero-col{z-index:1;flex-direction:column;gap:24px;display:flex;position:relative}.hero-col-1{flex:1;padding-top:60px}.hero-col-2{flex:1;padding-top:0}.hero-col-3{flex:.85;align-self:center}.hero-img{background:var(--pantry-gray);border-radius:18px;overflow:hidden;box-shadow:0 4px 24px #00000012}.hero-img img{object-fit:cover;width:100%;height:100%;display:block}.hero-col-1 .hero-img:first-child{height:200px}.hero-col-1 .hero-img:last-child{height:250px}.hero-col-2 .hero-img:first-child{height:270px}.hero-col-2 .hero-img:last-child{height:220px}.hero-col-3 .hero-img{height:260px}@media (width<=1023px){.hero-inner{text-align:center;flex-direction:column;gap:48px}.hero-text{flex-direction:column;align-items:center;display:flex}.hero-body{max-width:540px}.hero-buttons{justify-content:center}.hero-images{width:100%;max-width:100%;margin-right:-40px}}@media (width<=767px){.hero{min-height:auto;padding:110px 20px 48px}.hero-images{gap:14px;max-width:100%;margin-right:-20px}.hero-col{gap:14px}.hero-col-1{padding-top:30px}.hero-col-1 .hero-img:first-child{height:130px}.hero-col-1 .hero-img:last-child{height:160px}.hero-col-2 .hero-img:first-child{height:170px}.hero-col-2 .hero-img:last-child{height:140px}.hero-col-3 .hero-img{height:165px}}.about{background:var(--color-bg-light);padding:var(--section-padding);overflow:hidden}.about-divider{background:var(--light-border);height:1px;max-width:var(--max-width);margin:0 auto 80px}.about-layout{max-width:var(--max-width);align-items:center;gap:60px;margin:0 auto;display:flex}.about-wheel{flex:1;justify-content:center;align-items:center;min-width:0;display:flex}.about-wheel img{width:100%;max-width:420px}.about-inner{flex:1;min-width:0;max-width:600px}.about-label{text-transform:uppercase;letter-spacing:2px;color:var(--citrus-green);filter:brightness(.7);margin-bottom:16px;font-size:13px;font-weight:600;display:block}.about-headline{color:var(--color-text-on-light);letter-spacing:-1px;margin-bottom:24px;font-size:clamp(30px,4vw,44px);font-weight:700;line-height:1.15}.about-intro{color:#17332e99;margin-bottom:36px;font-size:17px;line-height:1.8}.about-list{flex-direction:column;gap:16px;margin-bottom:36px;display:flex}.about-list li{color:var(--color-text-on-light);align-items:flex-start;gap:14px;font-size:16px;line-height:1.6;display:flex}.about-list li:before{content:"";background:var(--citrus-green);border-radius:2px;flex-shrink:0;width:20px;height:3px;margin-top:11px;display:inline-block}.about-closing{color:#17332e8c;font-size:15px;font-weight:400;line-height:1.7}@media (width<=1023px){.about-layout{flex-direction:column;gap:40px}.about-wheel img{max-width:280px}}@media (width<=767px){.about{padding:var(--section-padding-mobile)}.about-divider{margin-bottom:48px}.about-wheel img{max-width:220px}}.footer{background:var(--color-bg-light);padding:0 40px 48px}.footer-divider{background:var(--light-border);height:1px;max-width:var(--max-width);margin:0 auto 48px}.footer-inner{max-width:var(--max-width);justify-content:space-between;align-items:center;margin:0 auto;display:flex}.footer-copy{color:#17332e4d;font-size:13px}.footer-logo img{opacity:.35;width:auto;height:65px}@media (width<=767px){.footer{padding:0 20px 40px}.footer-inner{flex-direction:column-reverse;align-items:center;gap:16px}}
