*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--brand:#2d6a4f;--brand-dark:#1b4332;--brand-light:#d8f3dc;--lime:#c8f135;--lime-dark:#a8d42a;--mint:#e8f5e9;--off-white:#f4faf6;--white:#fff;--black:#0f1a14;--gray-400:#94a39a;--gray-500:#6b7b72;--gray-600:#4b5c52;--gray-700:#37443c;--border:#e2e8e4}html{scroll-behavior:smooth}body{background:var(--white);color:var(--gray-700);-webkit-font-smoothing:antialiased;font-family:Inter,sans-serif;overflow-x:hidden}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.page{overflow-x:hidden}.navbar{z-index:100;align-items:center;gap:32px;padding:16px 48px;transition:background .3s,box-shadow .3s;display:flex;position:fixed;top:0;left:0;right:0}.navbar--scrolled{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffffff7;box-shadow:0 2px 20px #0f1a1414}.navbar__logo{color:var(--black);align-items:center;gap:10px;font-size:20px;font-weight:700;text-decoration:none;display:flex}.navbar--scrolled .navbar__logo{color:var(--black)}.navbar:not(.navbar--scrolled) .navbar__logo{color:#fff}.navbar:not(.navbar--scrolled) .navbar__logo strong{color:var(--lime)}.navbar--scrolled .navbar__logo strong{color:var(--brand)}.navbar__logo-img{object-fit:cover;border:2px solid #ffffff4d;border-radius:11px;flex-shrink:0;width:38px;height:38px}.navbar--scrolled .navbar__logo-img{border-color:var(--border)}.navbar__links{gap:32px;margin-left:auto;list-style:none;display:flex}.navbar:not(.navbar--scrolled) .navbar__links a{color:#ffffffd9}.navbar:not(.navbar--scrolled) .navbar__links a:hover{color:var(--lime)}.navbar--scrolled .navbar__links a{color:var(--gray-600)}.navbar--scrolled .navbar__links a:hover{color:var(--brand)}.navbar__links a{font-size:15px;font-weight:500;transition:color .2s}.navbar__cta{margin-left:8px}.navbar__burger{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;margin-left:auto;padding:4px;display:none}.navbar:not(.navbar--scrolled) .navbar__burger span{background:#fff}.navbar--scrolled .navbar__burger span{background:var(--gray-700)}.navbar__burger span{border-radius:2px;width:22px;height:2px;transition:background .2s;display:block}@media (width<=860px){.navbar{padding:14px 20px}.navbar__links{background:#fff;flex-direction:column;justify-content:center;align-items:center;gap:0;display:none;position:fixed;inset:0}.navbar__links--open{display:flex}.navbar__links li a{padding:16px 32px;font-size:20px;display:block;color:var(--gray-700)!important}.navbar__cta{display:none}.navbar__burger{display:flex}}.btn{cursor:pointer;white-space:nowrap;border:none;border-radius:99px;align-items:center;gap:8px;padding:12px 24px;font-size:15px;font-weight:700;text-decoration:none;transition:all .2s;display:inline-flex}.btn--lime{background:var(--lime);color:var(--black)}.btn--lime:hover{background:var(--lime-dark);transform:translateY(-1px)}.btn--ghost{color:var(--brand);border:2px solid var(--brand);background:0 0}.btn--ghost:hover{background:var(--mint)}.btn--lg{padding:15px 32px;font-size:16px}.btn--full{justify-content:center;width:100%;margin-top:auto}.section{text-align:center;max-width:1200px;margin:0 auto;padding:100px 48px}.section__label{letter-spacing:1.6px;text-transform:uppercase;color:var(--brand);margin-bottom:12px;font-size:11px;font-weight:800}.section__title{color:var(--black);letter-spacing:-1px;margin-bottom:16px;font-size:44px;font-weight:900;line-height:1.1}.section__sub{color:var(--gray-500);max-width:560px;margin:0 auto;font-size:17px;line-height:1.6}.text-lime{color:var(--lime-dark)}@media (width<=768px){.section{padding:64px 20px}.section__title{font-size:28px}}.hero{background:linear-gradient(135deg,#1b4332 0%,#2d6a4f 50%,#40916c 100%);justify-content:center;align-items:center;gap:80px;min-height:100vh;padding:120px 48px 80px;display:flex;position:relative;overflow:hidden}.hero__bg-orb{pointer-events:none;border-radius:50%;position:absolute}.hero__bg-orb--1{background:#c8f13514;width:600px;height:600px;top:-200px;right:-120px}.hero__bg-orb--2{background:#ffffff0d;width:400px;height:400px;bottom:-120px;left:-80px}.hero__content{z-index:1;flex:1;max-width:580px;position:relative}.hero__badge{color:#c8f135;letter-spacing:.3px;background:#c8f1352e;border:1px solid #c8f13559;border-radius:99px;align-items:center;gap:6px;margin-bottom:28px;padding:7px 18px;font-size:13px;font-weight:700;display:inline-flex}.hero__title{color:#fff;letter-spacing:-2px;text-shadow:0 2px 20px #00000026;margin-bottom:24px;font-size:62px;font-weight:900;line-height:1.04}.hero__title--lime{color:#c8f135}.hero__sub{color:#ffffffe0;text-shadow:0 1px 4px #0000001a;max-width:480px;margin-bottom:36px;font-size:18px;line-height:1.65}.hero__actions{flex-wrap:wrap;gap:14px;margin-bottom:32px;display:flex}.hero__actions .btn--ghost{color:#fff;background:#ffffff14;border:2px solid #ffffff80}.hero__actions .btn--ghost:hover{background:#ffffff2e;border-color:#fffc}.hero__trust{flex-wrap:wrap;gap:20px;display:flex}.hero__trust-item{color:#ffffffbf;align-items:center;gap:7px;font-size:13px;font-weight:500;display:flex}.hero__trust-dot{border-radius:50%;flex-shrink:0;width:7px;height:7px;box-shadow:0 0 6px}.hero__trust-dot--green{color:#10b981;background:#10b981}.hero__trust-dot--lime{color:#c8f135;background:#c8f135}.hero__phone-wrap{z-index:1;flex-shrink:0;position:relative}@media (width<=1024px){.hero{gap:48px;padding:110px 32px 80px}.hero__title{font-size:50px}}@media (width<=860px){.hero{text-align:center;flex-direction:column;align-items:center;gap:48px;padding:100px 20px 64px}.hero__title{letter-spacing:-1px;font-size:40px}.hero__sub{margin-left:auto;margin-right:auto;font-size:16px}.hero__actions,.hero__trust{justify-content:center}.hero__phone-wrap{transform:scale(.9)}}@media (width<=420px){.hero__title{font-size:32px}.hero{padding:90px 16px 56px}}.phone-frame{background:#0f1a14;border-radius:40px;flex-direction:column;width:260px;height:520px;padding:14px;display:flex;position:relative;box-shadow:0 0 0 2px #2d6a4f,0 40px 80px #00000080,inset 0 0 0 1px #ffffff0f}.phone-frame__notch{z-index:2;background:#0f1a14;border-radius:0 0 14px 14px;flex-shrink:0;width:80px;height:20px;margin:0 auto 2px;position:relative}.phone-frame__screen{background:#f4faf6;border-radius:28px;flex-direction:column;flex:1;display:flex;overflow:hidden}.phone-frame__home-bar{background:#fff3;border-radius:2px;flex-shrink:0;width:80px;height:4px;margin:8px auto 0}.mock-screen{background:#f4faf6;flex-direction:column;flex:1;font-family:Inter,sans-serif;display:flex;overflow:hidden}.mock-header{flex-shrink:0;padding:28px 12px 12px}.mock-appbar{color:#37443c;background:#f4faf6;flex-shrink:0;justify-content:space-between;align-items:center;padding:28px 12px 10px;font-size:11px;display:flex}.mock-body{flex:1;padding:10px 10px 0;overflow:hidden}.mock-card{border:1px solid #e2e8e4;border-radius:12px;padding:10px 12px}.mock-navbar{background:#fff;border-top:1px solid #e2e8e4;flex-shrink:0;padding:6px 0 4px;display:flex}.mock-navbar__item{color:#94a39a;flex-direction:column;flex:1;align-items:center;gap:2px;font-size:7px;font-weight:500;display:flex}.mock-navbar__item span:first-child{font-size:14px}.mock-navbar__item--active{color:#1b4332}.mock-navbar__item--active span:first-child{background:#e8f5e9;border-radius:8px;padding:3px 10px}.mock-home .mock-body{padding:10px}.features-section{padding-top:100px;padding-bottom:100px}.features-grid{text-align:left;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:56px;display:grid}.feature-card{border:1px solid var(--border);background:#fff;border-radius:20px;padding:28px;transition:transform .2s,box-shadow .2s}.feature-card:hover{transform:translateY(-4px);box-shadow:0 16px 40px #0f1a1414}.feature-card__icon{background:var(--mint);border-radius:16px;justify-content:center;align-items:center;width:56px;height:56px;margin-bottom:16px;font-size:32px;display:flex}.feature-card__title{color:var(--black);margin-bottom:8px;font-size:18px;font-weight:700}.feature-card__desc{color:var(--gray-500);font-size:14px;line-height:1.6}@media (width<=900px){.features-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=600px){.features-grid{grid-template-columns:1fr}}.showcase-section{background:var(--off-white);max-width:100%;padding:100px 48px}.showcase-layout{align-items:center;gap:64px;max-width:1000px;margin-top:56px;margin-left:auto;margin-right:auto;display:flex}.showcase-tabs{text-align:left;flex-direction:column;flex:1;gap:8px;display:flex}.showcase-tab{border:1px solid var(--border);cursor:pointer;text-align:left;background:0 0;border-radius:14px;padding:16px 20px;font-family:Inter,sans-serif;transition:all .2s}.showcase-tab:hover{border-color:var(--brand)}.showcase-tab--active{border-color:var(--brand);background:#fff;box-shadow:0 4px 20px #0f1a140f}.showcase-tab__label{color:var(--black);font-size:15px;font-weight:700;display:block}.showcase-tab__desc{color:var(--gray-500);margin-top:6px;font-size:13px;line-height:1.5}.showcase-phone{flex-shrink:0}@media (width<=900px){.showcase-section{padding:64px 20px}.showcase-layout{flex-direction:column-reverse;gap:40px}}.stats-section{background:linear-gradient(135deg,#1b4332,#2d6a4f);padding:60px 48px}.stats-inner{text-align:center;grid-template-columns:repeat(4,1fr);gap:32px;max-width:900px;margin:0 auto;display:grid}.stat-item__value{color:var(--lime);margin-bottom:6px;font-size:48px;font-weight:900;line-height:1}.stat-item__label{color:#fff;margin-bottom:4px;font-size:16px;font-weight:700}.stat-item__sub{color:#ffffff8c;font-size:12px}@media (width<=768px){.stats-section{padding:48px 20px}.stats-inner{grid-template-columns:repeat(2,1fr);gap:24px}.stat-item__value{font-size:36px}}.testimonials-section{background:#fff;max-width:100%;padding:100px 48px}.testimonials-grid{grid-template-columns:repeat(3,1fr);gap:24px;max-width:1100px;margin-top:56px;margin-left:auto;margin-right:auto;display:grid}.testimonial-card{background:var(--off-white);border:1px solid var(--border);text-align:left;border-radius:20px;flex-direction:column;gap:16px;padding:28px;display:flex}.testimonial-card__stars{color:var(--lime-dark);letter-spacing:2px;font-size:16px}.testimonial-card__text{color:var(--gray-600);flex:1;font-size:14px;line-height:1.7}.testimonial-card__author{align-items:center;gap:12px;display:flex}.testimonial-card__avatar{color:#fff;background:linear-gradient(135deg,#1b4332,#2d6a4f);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:15px;font-weight:800;display:flex}.testimonial-card__name{color:var(--black);font-size:14px;font-weight:700}.testimonial-card__role{color:var(--gray-400);font-size:12px}@media (width<=900px){.testimonials-grid{grid-template-columns:1fr}}@media (width<=768px){.testimonials-section{padding:64px 20px}}.pricing-section{padding:100px 48px}.pricing-grid{grid-template-columns:repeat(2,400px);justify-content:center;gap:24px;margin-top:56px;display:grid}.pricing-card{border:1px solid var(--border);text-align:left;background:#fff;border-radius:24px;flex-direction:column;gap:12px;padding:32px;display:flex;position:relative}.pricing-card--premium{border-color:var(--brand);box-shadow:0 8px 40px #2d6a4f26}.pricing-card__badge{background:var(--lime);color:var(--black);white-space:nowrap;border-radius:99px;padding:4px 16px;font-size:11px;font-weight:800;position:absolute;top:-14px;left:50%;transform:translate(-50%)}.pricing-card__tier{color:var(--brand);text-transform:uppercase;letter-spacing:1px;font-size:13px;font-weight:800}.pricing-card__price{color:var(--black);font-size:36px;font-weight:900}.pricing-card__price span{color:var(--gray-500);font-size:14px;font-weight:500}.pricing-card__features{flex-direction:column;flex:1;gap:10px;padding:0;list-style:none;display:flex}.pricing-card__features li{color:var(--gray-600);align-items:center;gap:10px;font-size:14px;display:flex}.pricing-check{color:var(--brand);font-weight:800}.pricing-check--lime{color:var(--lime-dark)}@media (width<=900px){.pricing-grid{grid-template-columns:1fr;max-width:440px;margin-left:auto;margin-right:auto}}@media (width<=768px){.pricing-section{padding:64px 20px}}.cta-section{text-align:center;background:linear-gradient(135deg,#1b4332,#2d6a4f,#40916c);padding:100px 48px;position:relative;overflow:hidden}.cta-section__bg-orb{pointer-events:none;background:#c8f13514;border-radius:50%;width:500px;height:500px;position:absolute;top:-200px;right:-100px}.cta-section__content{z-index:1;position:relative}.cta-section__title{color:#fff;letter-spacing:-1px;margin-bottom:16px;font-size:48px;font-weight:900;line-height:1.1}.cta-section__sub{color:#ffffffb3;max-width:500px;margin:0 auto 32px;font-size:17px;line-height:1.6}.cta-section__pkg{color:#ffffff59;margin-top:16px;font-size:12px}@media (width<=768px){.cta-section{padding:64px 20px}.cta-section__title{font-size:30px}}.footer{background:var(--black);padding:60px 48px 32px}.footer__inner{flex-wrap:wrap;gap:64px;max-width:1000px;margin:0 auto 48px;display:flex}.footer__brand{flex:1;min-width:200px}.footer__logo{color:#fff;align-items:center;gap:10px;margin-bottom:12px;font-size:18px;font-weight:700;display:flex}.footer__logo strong{color:var(--lime)}.footer__logo-img{object-fit:cover;border-radius:9px;width:34px;height:34px}.footer__tagline{color:#fff6;font-size:14px;line-height:1.5}.footer__links{flex-wrap:wrap;gap:48px;display:flex}.footer__col{flex-direction:column;gap:10px;display:flex}.footer__col-title{color:#fff6;text-transform:uppercase;letter-spacing:1px;margin-bottom:4px;font-size:12px;font-weight:700}.footer__col a{color:#fff9;font-size:14px;transition:color .2s}.footer__col a:hover{color:var(--lime)}.footer__bottom{color:#ffffff4d;border-top:1px solid #ffffff14;flex-wrap:wrap;justify-content:space-between;gap:8px;max-width:1000px;margin:0 auto;padding-top:24px;font-size:13px;display:flex}@media (width<=768px){.footer{padding:48px 20px 28px}.footer__inner{flex-direction:column;gap:32px}.footer__bottom{text-align:center;flex-direction:column}}@media (width<=600px){.section{padding:56px 16px}.section__title{letter-spacing:-.5px;font-size:26px}.section__sub{font-size:15px}.stats-section{padding:40px 16px}.stats-inner{grid-template-columns:repeat(2,1fr);gap:20px}.stat-item__value{font-size:30px}.cta-section{padding:56px 16px}.cta-section__title{font-size:26px}.pricing-section{padding:56px 16px}.pricing-grid{grid-template-columns:1fr;max-width:100%}.testimonials-section{padding:56px 16px}.testimonials-grid{grid-template-columns:1fr}.showcase-section,.features-section{padding:56px 16px}.features-grid{grid-template-columns:1fr;gap:16px}.btn--lg{padding:13px 24px;font-size:14px}.showcase-phone{transform-origin:top;transform:scale(.85)}}
