@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--bg:#f6f4ee;--surface:#fff;--surface-2:#ede9e0;--border:#00000014;--text:#1a1a1a;--text-muted:#6b6b6b;--primary:#398664;--primary-hover:#2e6e52;--primary-glow:#39866433;--accent:#398664;--gradient:linear-gradient(135deg, #398664 0%, #4aa87a 100%);--radius:12px;--max-w:1140px;--font:"Inter", system-ui, -apple-system, sans-serif}html{scroll-behavior:smooth}body{font-family:var(--font);background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;line-height:1.6}a{color:inherit;text-decoration:none}ul{list-style:none}img{max-width:100%;display:block}.container{width:100%;max-width:var(--max-w);margin:0 auto;padding-inline:24px}h1,h2,h3,h4{font-weight:600;line-height:1.2}h1{font-size:clamp(2rem,5vw,3.25rem)}h2{font-size:clamp(1.5rem,3.5vw,2.25rem)}h3{font-size:clamp(1.125rem,2vw,1.5rem)}.section{padding-block:80px}.section-label{letter-spacing:.1em;text-transform:uppercase;color:var(--primary);margin-bottom:8px;font-size:.75rem;font-weight:600}.section-title{margin-bottom:16px}.section-desc{color:var(--text-muted);max-width:560px;font-size:1.05rem}.btn{cursor:pointer;border:none;border-radius:100px;align-items:center;gap:8px;padding:12px 28px;font-size:.9rem;font-weight:600;transition:all .2s;display:inline-flex}.btn-primary{background:var(--primary);color:#fff}.btn-primary:hover{background:var(--primary-hover);box-shadow:0 0 24px var(--primary-glow)}.btn-outline{color:var(--text);border:1px solid var(--border);background:0 0}.btn-outline:hover{border-color:var(--primary);color:var(--primary)}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:32px;transition:border-color .2s,transform .2s}.card:hover{border-color:#3986644d;transform:translateY(-2px)}.grid-2{grid-template-columns:repeat(2,1fr);gap:24px;display:grid}.grid-3{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}@media (width<=768px){.section{padding-block:48px}.grid-2,.grid-3{grid-template-columns:1fr}}._header_1ymyk_1{z-index:100;background:#fff;border-bottom:1px solid #0000000d;position:sticky;top:0}._nav_1ymyk_11{justify-content:space-between;align-items:center;gap:30px;max-width:1400px;height:92px;margin:auto;padding:0 48px;display:flex}._logo_1ymyk_30 img{width:170px;height:auto;display:block}._menuWrapper_1ymyk_43{flex:1;justify-content:center;align-items:center;display:flex}._links_1ymyk_56{background:#f5f3ec;border:1px solid #e5e2d8;border-radius:50px;align-items:center;gap:4px;padding:5px;list-style:none;display:flex}._link_1ymyk_56{color:#65756b;border-radius:40px;align-items:center;gap:8px;padding:14px 25px;font-size:16px;font-weight:500;text-decoration:none;transition:all .25s;display:flex}._link_1ymyk_56:hover{color:#267653}._active_1ymyk_113{color:#267653;background:#fff;box-shadow:0 2px 8px #0000000d}._dot_1ymyk_126{background:#267653;border-radius:50%;width:8px;height:8px}._cta_1ymyk_142{color:#fff;white-space:nowrap;background:#398664;border-radius:40px;padding:16px 34px;font-size:16px;font-weight:600;text-decoration:none;transition:all .25s;box-shadow:0 8px 20px #39866440}._cta_1ymyk_142:hover{background:#2f7555}._burger_1ymyk_180{cursor:pointer;background:0 0;border:none;display:none}._burger_1ymyk_180 span{background:#1c352b;width:26px;height:2px;margin:5px;display:block}@media (width<=1000px){._nav_1ymyk_11{padding:0 25px}._links_1ymyk_56 ._link_1ymyk_56{padding:12px 15px;font-size:14px}._cta_1ymyk_142{padding:13px 22px;font-size:14px}}@media (width<=768px){._nav_1ymyk_11{height:80px}._logo_1ymyk_30 img{width:140px}._cta_1ymyk_142{display:none}._burger_1ymyk_180{display:block}._menuWrapper_1ymyk_43{background:#f8f6ef;border-bottom:1px solid #ddd;width:100%;padding:20px;display:none;position:absolute;top:80px;left:0}._open_1ymyk_308{display:flex}._links_1ymyk_56{border-radius:20px;flex-direction:column;width:100%}._link_1ymyk_56{justify-content:flex-start;width:100%}}._footer_f5fxu_1{border-top:1px solid var(--border);background:#f8f7f2;padding-top:64px}._inner_f5fxu_7{grid-template-columns:2fr 1fr 1fr 1fr;gap:48px;display:grid}._logo_f5fxu_13{align-items:center;gap:10px;margin-bottom:12px;font-size:1.25rem;font-weight:700;display:flex}._logoIcon_f5fxu_22{font-size:1.5rem}._logoText_f5fxu_26{background:var(--gradient);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}._tagline_f5fxu_33{color:var(--text-muted);max-width:260px;font-size:.9rem}._colTitle_f5fxu_39{color:var(--text);margin-bottom:16px;font-size:.85rem;font-weight:600}._col_f5fxu_39 ul{flex-direction:column;gap:10px;display:flex}._footLink_f5fxu_52{color:var(--text-muted);font-size:.9rem;transition:color .2s}._footLink_f5fxu_52:hover{color:var(--primary)}._bottom_f5fxu_62{border-top:1px solid var(--border);text-align:center;color:var(--text-muted);margin-top:48px;padding-block:24px;font-size:.8rem}@media (width<=768px){._footer_f5fxu_1{margin-top:48px;padding-top:40px}._inner_f5fxu_7{grid-template-columns:1fr 1fr;gap:32px}._brand_f5fxu_77{grid-column:1/-1}._bottom_f5fxu_62{margin-top:32px}}@media (width<=480px){._inner_f5fxu_7{grid-template-columns:1fr}}._hero_yqpkp_1{background:#f8f7f2;padding:90px 0;overflow:hidden}._heroGrid_yqpkp_7{grid-template-columns:1fr .85fr;align-items:center;gap:40px;display:grid}._heroContent_yqpkp_16{max-width:650px}._badge_yqpkp_20{color:#2e7457;background:#e8f5ed;border-radius:40px;align-items:center;gap:8px;margin-bottom:30px;padding:9px 18px;font-size:14px;font-weight:600;display:inline-flex}._badge_yqpkp_20 span{background:#32845f;border-radius:50%;width:8px;height:8px}._heroTitle_yqpkp_40{letter-spacing:-3px;color:#101b36;margin-bottom:30px;font-size:72px;font-weight:800;line-height:.98}._heroTitle_yqpkp_40 span{color:#3b8e6c}._heroDesc_yqpkp_53{color:#56657d;max-width:560px;margin-bottom:40px;font-size:20px;line-height:1.55}._heroButtons_yqpkp_61{flex-wrap:wrap;gap:8px;display:flex}._primaryButton_yqpkp_67{color:#fff;background:#398b68;border-radius:18px;padding:20px 35px;font-weight:700;text-decoration:none;box-shadow:0 15px 30px #398b6840}._secondaryButton_yqpkp_78{color:#26354f;background:#fff;border:1px solid #d8dce5;border-radius:18px;padding:20px 35px;font-weight:600;text-decoration:none}._socialProof_yqpkp_89{border-top:1px solid #ddd;align-items:center;gap:20px;margin-top:45px;padding-top:25px;display:flex}._socialProof_yqpkp_89 p{color:#59677d;line-height:1.5}._avatarGroup_yqpkp_103{display:flex}._avatarGroup_yqpkp_103 span,._avatarGroup_yqpkp_103 b{color:#fff;background:#36a477;border:3px solid #f8f7f2;border-radius:50%;justify-content:center;align-items:center;width:42px;height:42px;margin-left:-10px;font-size:13px;display:flex}._avatarGroup_yqpkp_103 b{background:#17233b}._phoneWrapper_yqpkp_127{justify-content:center;display:flex;position:relative}._phone_yqpkp_127{z-index:2;width:520px;max-width:none;position:relative}._glow_yqpkp_140{filter:blur(120px);width:400px;height:400px;position:absolute;bottom:50px;right:0}._featuresSection_yqpkp_153{text-align:center;background:#fff;padding:100px 0}._featuresTitle_yqpkp_159{letter-spacing:-1.5px;color:#101b36;margin:15px auto 20px;font-size:48px;line-height:1.1}._featuresDesc_yqpkp_167{color:#56657d;max-width:760px;margin:0 auto 55px;font-size:18px;line-height:1.6}._featuresGrid_yqpkp_175{text-align:left;grid-template-columns:repeat(4,1fr);gap:28px;display:grid}._featureCard_yqpkp_182{background:#faf9f5;border:1px solid #ebe6dc;border-radius:24px;flex-direction:column;min-height:430px;padding:34px 30px 24px;display:flex}._featureIcon_yqpkp_192{color:#318362;background:#e6f8ed;border-radius:18px;justify-content:center;align-items:center;width:65px;height:65px;margin-bottom:35px;font-size:26px;font-weight:700;display:flex}._featureCard_yqpkp_182:nth-child(2) ._featureIcon_yqpkp_192{background:#e7edff}._featureCard_yqpkp_182:nth-child(3) ._featureIcon_yqpkp_192{background:#fff3c9}._featureCard_yqpkp_182:nth-child(4) ._featureIcon_yqpkp_192{background:#dffff5}._featureCard_yqpkp_182 h3{color:#142038;margin-bottom:16px;font-size:22px;line-height:1.3}._featureCard_yqpkp_182 p{color:#596981;flex:1;font-size:16px;line-height:1.65}._featureFooter_yqpkp_232{color:#328263;border-top:1px solid #e3ddd2;margin-top:25px;padding-top:18px;font-size:13px;font-weight:600}@media (width<=1100px){._featuresGrid_yqpkp_175{grid-template-columns:repeat(2,1fr)}}@media (width<=600px){._featuresSection_yqpkp_153{padding:70px 0}._featuresTitle_yqpkp_159{font-size:34px}._featuresGrid_yqpkp_175{grid-template-columns:1fr}._featureCard_yqpkp_182{min-height:auto}}._rewardSection_yqpkp_270{background:#f8f7f2;padding:90px 0}._rewardCard_yqpkp_275{color:#fff;background:linear-gradient(120deg,#348564,#439b78);border-radius:32px;grid-template-columns:1fr .85fr;gap:60px;padding:70px 65px;display:grid;box-shadow:0 25px 60px #0000001f}._rewardBadge_yqpkp_292{background:#ffffff26;border-radius:30px;padding:7px 16px;font-size:13px;font-weight:600;display:inline-flex}._rewardContent_yqpkp_301 h2{letter-spacing:-1.5px;margin:25px 0;font-size:52px;line-height:1.05}._rewardContent_yqpkp_301 p{color:#ffffffd9;max-width:560px;font-size:18px;line-height:1.7}._streakBox_yqpkp_315{background:#0000001f;border-radius:18px;grid-template-columns:1fr auto;gap:10px;margin-top:35px;padding:25px;display:grid}._streakBox_yqpkp_315 small{color:#bde6d4;font-size:12px}._streakBox_yqpkp_315 h3{margin-top:8px}._bonus_yqpkp_334 h3{color:#ffc52b}._days_yqpkp_338{grid-column:1/-1;gap:10px;margin-top:15px;display:flex}._days_yqpkp_338 span{text-align:center;background:#ffffff1a;border-radius:12px;flex:1;padding:14px 5px;font-size:13px}._activeDay_yqpkp_354{color:#222;background:#ffbf26!important}._completed_yqpkp_359{margin-top:35px;font-size:15px}._rewardDashboard_yqpkp_365{flex-direction:column;justify-content:center;gap:20px;display:flex}._balanceCard_yqpkp_372,._todayCard_yqpkp_373{border-radius:24px;padding:35px}._balanceCard_yqpkp_372{color:#152039;background:#fff}._balanceCard_yqpkp_372 small,._todayCard_yqpkp_373 small{color:#8290a8;font-weight:700}._balanceCard_yqpkp_372 h3,._todayCard_yqpkp_373 h3{margin:15px 0;font-size:64px}._balanceCard_yqpkp_372 h3 span,._todayCard_yqpkp_373 h3 span{font-size:18px}._balanceCard_yqpkp_372 p{color:#159565}._todayCard_yqpkp_373{background:#00000026;border:1px solid #fff3}._todayCard_yqpkp_373 h3{color:#fff}._nextReward_yqpkp_413{background:#ffffff26;border-radius:18px;justify-content:space-between;padding:18px 25px;display:flex}._nextReward_yqpkp_413 span{font-weight:700}@media (width<=1000px){._rewardCard_yqpkp_275{grid-template-columns:1fr;padding:45px 35px}._rewardContent_yqpkp_301 h2{font-size:42px}}@media (width<=600px){._rewardCard_yqpkp_275{border-radius:24px;padding:30px 20px}._rewardContent_yqpkp_301 h2{font-size:32px}._streakBox_yqpkp_315{grid-template-columns:1fr}._days_yqpkp_338 span{padding:10px 2px;font-size:11px}._balanceCard_yqpkp_372 h3,._todayCard_yqpkp_373 h3{font-size:42px}._nextReward_yqpkp_413{flex-direction:column;gap:10px}}._compareSection_yqpkp_472{background:#fff;padding:100px 0}._compareTitle_yqpkp_477{text-align:center;color:#101b36;letter-spacing:-1.5px;margin:15px 0 20px;font-size:48px;line-height:1.1}._compareDesc_yqpkp_486{text-align:center;color:#596981;max-width:750px;margin:0 auto 60px;font-size:18px;line-height:1.6}._tableWrapper_yqpkp_495{border-radius:20px;overflow-x:auto}._compareTable_yqpkp_500{border-collapse:separate;border-spacing:0;color:#18243b;width:100%;font-size:16px}._compareTable_yqpkp_500 th{text-align:left;color:#44546d;white-space:nowrap;border-bottom:1px solid #e8e8e8;padding:22px 25px;font-weight:700}._compareTable_yqpkp_500 td{color:#63728b;border-bottom:1px solid #edf0ed;padding:22px 25px}._compareTable_yqpkp_500 tbody td:first-child{color:#152039;font-weight:500}._highlightHead_yqpkp_528{background:#edf7f1;border-radius:18px 18px 0 0;color:#318263!important}._highlight_yqpkp_528{background:#f4faf6;font-weight:600;color:#318263!important}@media (width<=768px){._compareTitle_yqpkp_477{font-size:34px}._compareDesc_yqpkp_486{font-size:16px}._compareTable_yqpkp_500{min-width:850px}}._testimonialSection_yqpkp_557{background:#f8f7f2;padding:100px 0}._testimonialTitle_yqpkp_562{text-align:center;letter-spacing:-1.5px;color:#101b36;margin:15px auto 70px;font-size:48px;line-height:1.15}._testimonialGrid_yqpkp_571{grid-template-columns:repeat(3,1fr);gap:35px;display:grid}._testimonialCard_yqpkp_577{background:#fff;border:1px solid #e6eaf0;border-radius:28px;flex-direction:column;min-height:360px;padding:40px;display:flex;box-shadow:0 10px 30px #00000008}._stars_yqpkp_589{color:#ffb800;letter-spacing:3px;margin-bottom:25px;font-size:22px}._testimonialText_yqpkp_596{color:#53647d;flex:1;font-size:18px;line-height:1.7}._user_yqpkp_603{align-items:center;gap:15px;margin-top:30px;display:flex}._avatar_yqpkp_103{color:#30435c;background:#e6edf7;border-radius:50%;justify-content:center;align-items:center;width:52px;height:52px;font-weight:700;display:flex}._user_yqpkp_603 h4{color:#142038;margin:0;font-size:17px}._user_yqpkp_603 span{color:#70819b;font-size:14px}._testimonialCard_yqpkp_577:nth-child(2) ._avatar_yqpkp_103{color:#327858;background:#e1f2e8}._testimonialCard_yqpkp_577:nth-child(3) ._avatar_yqpkp_103{color:#5355dc;background:#e4e6ff}@media (width<=1000px){._testimonialGrid_yqpkp_571{grid-template-columns:repeat(2,1fr)}}@media (width<=650px){._testimonialTitle_yqpkp_562{font-size:34px}._testimonialGrid_yqpkp_571{grid-template-columns:1fr}._testimonialCard_yqpkp_577{padding:30px}}._finalCtaSection_yqpkp_668{background:#fff;padding:100px 0}._finalCtaCard_yqpkp_673{background:#10172b;border-radius:40px;justify-content:center;align-items:center;min-height:520px;display:flex;position:relative;overflow:hidden}._finalCtaContent_yqpkp_684{z-index:2;text-align:center;max-width:850px;padding:50px 30px;position:relative}._ctaGlowLeft_yqpkp_692{filter:blur(100px);opacity:.5;background:#287d70;width:350px;height:350px;position:absolute;top:-80px;left:-120px}._ctaGlowRight_yqpkp_703{filter:blur(110px);opacity:.4;background:#c68a38;width:350px;height:350px;position:absolute;bottom:-80px;right:-100px}._ctaIcon_yqpkp_714{color:#fff;background:#3b916c;border-radius:20px;justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto 35px;font-size:38px;display:flex;box-shadow:0 15px 30px #3b916c59}._finalCtaContent_yqpkp_684 h2{color:#fff;letter-spacing:-2px;margin-bottom:25px;font-size:64px;line-height:1.1}._finalCtaContent_yqpkp_684 p{color:#c4cede;max-width:800px;margin:0 auto 45px;font-size:20px;line-height:1.6}._storeButtons_yqpkp_745{justify-content:center;gap:20px;display:flex}._appStore_yqpkp_751,._playStore_yqpkp_752{border-radius:18px;align-items:center;gap:15px;padding:15px 30px;text-decoration:none;display:flex}._appStore_yqpkp_751{color:#10172b;background:#fff}._playStore_yqpkp_752{color:#fff;background:#ffffff14;border:1px solid #fff3}._storeButtons_yqpkp_745 span{font-size:30px}._storeButtons_yqpkp_745 small{color:#718096;letter-spacing:1px;font-size:11px;display:block}._playStore_yqpkp_752 small{color:#b9c3d5}._storeButtons_yqpkp_745 strong{font-size:20px;display:block}._ctaNote_yqpkp_792{color:#8f9bb2;margin-top:40px;font-size:15px}@media (width<=768px){._finalCtaCard_yqpkp_673{border-radius:25px;min-height:auto}._finalCtaContent_yqpkp_684 h2{font-size:38px}._finalCtaContent_yqpkp_684 p{font-size:16px}._storeButtons_yqpkp_745{flex-direction:column}._appStore_yqpkp_751,._playStore_yqpkp_752{justify-content:center}._ctaNote_yqpkp_792{font-size:13px}}._hero_vrs9j_1{background:#f8f7f2;padding:100px 0}._heroTop_vrs9j_11{text-align:center;max-width:850px;margin:auto}._badge_vrs9j_23{color:#277957;background:#fff;border:1px solid #dfe8df;border-radius:30px;padding:9px 20px;font-size:14px;font-weight:600;display:inline-flex}._heroTop_vrs9j_11 h1{letter-spacing:-3px;color:#0f3328;margin:35px 0 25px;font-size:72px;line-height:1}._heroTop_vrs9j_11 h1 span{font-weight:800}._heroTop_vrs9j_11 h1 i{color:#267754;font-family:Georgia,serif;font-weight:400}._heroTop_vrs9j_11 p{color:#60756d;max-width:720px;margin:auto;font-size:21px;line-height:1.6}._buttons_vrs9j_97{justify-content:center;gap:18px;margin-top:40px;display:flex}._primary_vrs9j_111,._secondary_vrs9j_113{cursor:pointer;border:none;border-radius:18px;padding:18px 32px;font-size:16px;font-weight:700}._primary_vrs9j_111{color:#fff;background:#187553}._secondary_vrs9j_113{color:#19352b;background:#fff;border:1px solid #ddd}._sleepCard_vrs9j_157{background:#fff;border:1px solid #e7e3da;border-radius:35px;grid-template-columns:.8fr 1fr;align-items:center;gap:70px;margin-top:70px;padding:70px;display:grid}._deviceArea_vrs9j_185{justify-content:center;display:flex;position:relative}._device_vrs9j_185{color:#fff;background:#061810;border-radius:40px;width:260px;height:350px;padding:35px;box-shadow:0 20px 50px #00000026}._device_vrs9j_185 strong{color:#42d29a;margin-top:70px;display:block}._deviceScore_vrs9j_229{background:#222c28;border-radius:20px;margin-top:50px;padding:20px}._deviceScore_vrs9j_229 b{font-size:32px}._deviceLabel_vrs9j_251{background:#fff;border-radius:30px;padding:12px 20px;position:absolute;bottom:-20px;box-shadow:0 5px 20px #ddd}._content_vrs9j_273>span{color:#277957;letter-spacing:1px;font-weight:700}._content_vrs9j_273 h2{color:#102d24;margin:20px 0;font-size:38px;line-height:1.2}._content_vrs9j_273 p{color:#61756d;font-size:18px;line-height:1.6}._stats_vrs9j_311{grid-template-columns:repeat(3,1fr);gap:15px;margin-top:35px;display:grid}._stats_vrs9j_311 div{background:#f8f7f2;border-radius:18px;padding:22px}._stats_vrs9j_311 strong{color:#267754;font-size:38px;display:block}._stats_vrs9j_311 span{font-weight:700;display:block}._stats_vrs9j_311 small{color:#708079}@media (width<=900px){._heroTop_vrs9j_11 h1{font-size:48px}._sleepCard_vrs9j_157{grid-template-columns:1fr;padding:40px}._content_vrs9j_273 h2{font-size:32px}}@media (width<=600px){._hero_vrs9j_1{padding:60px 0}._heroTop_vrs9j_11 h1{font-size:38px}._heroTop_vrs9j_11 p{font-size:16px}._buttons_vrs9j_97{flex-direction:column}._sleepCard_vrs9j_157{border-radius:25px;padding:25px}._stats_vrs9j_311{grid-template-columns:1fr}._device_vrs9j_185{width:220px;height:300px}}._sonarSection_vrs9j_471{background:#fff;padding:100px 0}._sonarHeader_vrs9j_481{text-align:center;max-width:800px;margin:0 auto 70px}._sonarBadge_vrs9j_493{color:#277957;background:#eaf6ef;border-radius:30px;padding:8px 18px;font-size:14px;font-weight:700;display:inline-flex}._sonarHeader_vrs9j_481 h2{letter-spacing:-1.5px;color:#102d24;margin:25px 0 15px;font-size:56px}._sonarHeader_vrs9j_481 p{color:#60756d;font-size:20px;line-height:1.6}._sonarGrid_vrs9j_539{grid-template-columns:repeat(3,1fr);gap:35px;display:grid}._sonarCard_vrs9j_551{background:#f8f7f2;border:1px solid #e8e3d8;border-radius:30px;flex-direction:column;min-height:460px;padding:40px;display:flex;position:relative}._highlightCard_vrs9j_573{background:#fff;border:2px solid #237957}._breakthrough_vrs9j_583{color:#fff;background:#237957;border-radius:0 28px 0 25px;padding:12px 22px;font-size:12px;font-weight:700;position:absolute;top:-1px;right:0}._sonarIcon_vrs9j_607{color:#267957;background:#fff;border-radius:20px;justify-content:center;align-items:center;width:70px;height:70px;margin-bottom:35px;font-size:35px;display:flex;box-shadow:0 5px 15px #0000000d}._highlightCard_vrs9j_573 ._sonarIcon_vrs9j_607{background:#eaf6ef}._category_vrs9j_643{color:#27805e;letter-spacing:1px;font-size:13px;font-weight:800}._sonarCard_vrs9j_551 h3{color:#102d24;margin:18px 0;font-size:28px;line-height:1.2}._sonarCard_vrs9j_551 p{color:#60756d;flex:1;font-size:17px;line-height:1.65}._points_vrs9j_685{border-top:1px solid #ddd8ce;margin-top:25px;padding-top:20px}._points_vrs9j_685 div{color:#19352b;margin-bottom:12px;font-size:15px;font-weight:600}@media (width<=1000px){._sonarGrid_vrs9j_539{grid-template-columns:1fr}._sonarCard_vrs9j_551{min-height:auto}}@media (width<=600px){._sonarHeader_vrs9j_481 h2{font-size:38px}._sonarHeader_vrs9j_481 p{font-size:16px}._sonarCard_vrs9j_551{padding:30px}._sonarCard_vrs9j_551 h3{font-size:24px}}._clinicalSection_vrs9j_775{background:#f8f7f2;padding:100px 0}._clinicalGrid_vrs9j_787{grid-template-columns:1.1fr .8fr;align-items:center;gap:70px;display:grid}._hypnogramCard_vrs9j_809{background:#fff;border:1px solid #e7e3da;border-radius:30px;padding:40px}._hypnoHeader_vrs9j_825{border-bottom:1px solid #eee;align-items:center;gap:15px;padding-bottom:25px;display:flex}._hypnoHeader_vrs9j_825 span{color:#277957;letter-spacing:1px;font-size:13px;font-weight:800}._hypnoHeader_vrs9j_825 h3{color:#102d24;margin-top:10px;font-size:30px}._scoreBadge_vrs9j_873,._debtBadge_vrs9j_875{border-radius:30px;padding:10px 18px;font-size:14px;font-weight:700}._scoreBadge_vrs9j_873{color:#277957;background:#e7f5ed;margin-left:auto}._debtBadge_vrs9j_875{background:#f4f2eb}._chart_vrs9j_921{height:260px;margin-top:35px;display:flex}._stageLabels_vrs9j_935{color:#53675f;flex-direction:column;justify-content:space-around;margin-right:25px;font-weight:600;display:flex}._lineChart_vrs9j_955{border-left:1px dashed #ddd;flex:1;position:relative}._sleepLine_vrs9j_969{clip-path:polygon(0 35%,10% 35%,10% 65%,25% 65%,25% 85%,40% 85%,40% 45%,55% 45%,55% 25%,70% 25%,70% 55%,85% 55%,85% 30%,100% 30%);border-bottom:4px solid #187553;border-left:4px solid #187553;position:absolute;inset:20px}._dot_vrs9j_1017{background:#27805e;border-radius:50%;width:12px;height:12px;position:absolute}._dot1_vrs9j_1033{bottom:10%;left:25%}._dot2_vrs9j_1043{bottom:10%;left:55%}._dot3_vrs9j_1053{top:25%;left:75%}._dot4_vrs9j_1063{top:40%;left:40%}._timeLabels_vrs9j_1077{color:#64756e;justify-content:space-around;margin-top:20px;display:flex}._archTitle_vrs9j_1099{color:#23382f;justify-content:space-between;margin-top:35px;display:flex}._progress_vrs9j_1115{border-radius:20px;height:18px;margin:20px 0;display:flex;overflow:hidden}._deep_vrs9j_1133{background:#176f50;width:24%}._rem_vrs9j_1145{background:#479b7b;width:32%}._light_vrs9j_1157{background:#d7d3d0;width:38%}._awake_vrs9j_1169{background:#f4bc45;width:6%}._legend_vrs9j_1181{color:#52655c;gap:20px;font-size:14px;display:flex}._clinicalBadge_vrs9j_1205{color:#277957;background:#fff;border-radius:30px;padding:8px 18px;font-weight:700;display:inline-block}._clinicalContent_vrs9j_1225 h2{color:#102d24;margin:25px 0;font-size:48px;line-height:1.15}._clinicalContent_vrs9j_1225>p{color:#60756d;font-size:19px;line-height:1.7}._infoCard_vrs9j_1257{background:#fff;border:1px solid #e8e3da;border-radius:24px;gap:20px;margin-top:25px;padding:25px;display:flex}._infoIcon_vrs9j_1279{color:#27805e;background:#e8f5ef;border-radius:15px;justify-content:center;align-items:center;width:50px;height:50px;font-size:25px;display:flex}._infoCard_vrs9j_1257 h4{color:#102d24;margin:0 0 10px}._infoCard_vrs9j_1257 p{color:#60756d;margin:0;line-height:1.6}@media (width<=1000px){._clinicalGrid_vrs9j_787{grid-template-columns:1fr}}@media (width<=600px){._hypnogramCard_vrs9j_809{padding:25px}._hypnoHeader_vrs9j_825{flex-wrap:wrap}._clinicalContent_vrs9j_1225 h2{font-size:34px}._legend_vrs9j_1181{flex-direction:column}}._compareSleepSection_vrs9j_1409{background:#fff;padding:100px 0}._compareHeader_vrs9j_1421{text-align:center;max-width:850px;margin:auto}._compareBadge_vrs9j_1435{color:#277957;background:#e8f5ef;border-radius:30px;padding:8px 18px;font-size:14px;font-weight:700;display:inline-flex}._compareHeader_vrs9j_1421 h2{color:#102d24;letter-spacing:-1.5px;margin:25px 0;font-size:56px;line-height:1.1}._compareHeader_vrs9j_1421 p{color:#60756d;font-size:20px;line-height:1.6}._compareCards_vrs9j_1511{grid-template-columns:repeat(3,1fr);align-items:center;gap:30px;margin-top:70px;display:grid}._hardwareCard_vrs9j_1545{background:#f8f7f2;border:1px solid #e6e1d7;border-radius:30px;flex-direction:column;min-height:520px;padding:45px 35px;display:flex;position:relative}._activeHardware_vrs9j_1589{background:#fff;border:2px solid #177553}._bestBadge_vrs9j_1609{color:#fff;background:#177553;border-radius:30px;padding:9px 25px;font-size:13px;font-weight:700;position:absolute;top:-18px;left:50%;transform:translate(-50%)}._productHeader_vrs9j_1661{align-items:center;gap:20px;display:flex}._productIcon_vrs9j_1685{background:#fff;border-radius:18px;justify-content:center;align-items:center;width:58px;height:58px;font-size:30px;display:flex}._activeHardware_vrs9j_1589 ._productIcon_vrs9j_1685{color:#fff;background:#177553}._productHeader_vrs9j_1661 h3{color:#102d24;margin:0 0 8px;font-size:24px}._productHeader_vrs9j_1661 span{color:#60756d;font-size:15px}._hardwareRows_vrs9j_1791{margin-top:35px}._hardwareRow_vrs9j_1791{border-bottom:1px solid #dedbd3;justify-content:space-between;gap:15px;padding:20px 0;font-size:15px;display:flex}._hardwareRow_vrs9j_1791 span{color:#60756d}._hardwareRow_vrs9j_1791 strong{text-align:right;color:#102d24}._activeHardware_vrs9j_1589 ._hardwareRow_vrs9j_1791 strong{color:#187553}._startButton_vrs9j_1895{color:#fff;background:#177553;border:none;border-radius:15px;margin-top:auto;padding:15px;font-size:16px;font-weight:700}._bottomText_vrs9j_1939{text-align:center;color:#60756d;margin-top:auto;font-size:14px}@media (width<=1000px){._compareCards_vrs9j_1511{grid-template-columns:1fr;max-width:500px;margin-left:auto;margin-right:auto}._compareHeader_vrs9j_1421 h2{font-size:40px}}@media (width<=600px){._compareHeader_vrs9j_1421 h2{font-size:32px}._hardwareCard_vrs9j_1545{padding:35px 25px}._hardwareRow_vrs9j_1791{flex-direction:column;gap:8px}._hardwareRow_vrs9j_1791 strong{text-align:left}}._wakeSection_vrs9j_2091{background:#f8f7f2;padding:100px 0}._wakeCard_vrs9j_2103{background:#fff;border:1px solid #e7e3da;border-radius:35px;grid-template-columns:1fr 1fr;align-items:center;gap:70px;padding:75px;display:grid}._wakeBadge_vrs9j_2151{color:#277957;background:#e8f5ef;border-radius:30px;padding:9px 18px;font-size:14px;font-weight:700;display:inline-flex}._wakeContent_vrs9j_2191 h2{letter-spacing:-1px;color:#102d24;margin:30px 0 25px;font-size:48px;line-height:1.15}._wakeContent_vrs9j_2191>p{color:#60756d;max-width:550px;font-size:19px;line-height:1.65}._wakePoints_vrs9j_2251{flex-direction:column;gap:20px;margin-top:40px;display:flex}._wakePoints_vrs9j_2251 div{color:#18362b;align-items:center;gap:18px;font-size:18px;font-weight:600;display:flex}._wakePoints_vrs9j_2251 span{color:#277957;background:#e8f5ef;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;display:flex}._alarmPanel_vrs9j_2369{background:#faf9f4;border:1px solid #e6e1d7;border-radius:25px;padding:35px}._alarmHeader_vrs9j_2397{color:#17352a;justify-content:space-between;align-items:center;font-size:18px;display:flex}._alarmHeader_vrs9j_2397 div{align-items:center;gap:12px;display:flex}._alarmHeader_vrs9j_2397 span{color:#277957;background:#fff;border:1px solid #ddd;border-radius:25px;padding:10px 18px;font-size:14px;font-weight:700}._alarmDivider_vrs9j_2491{background:#ddd8ce;height:1px;margin:25px 0}._alarmItem_vrs9j_2515{background:#fff;border:1px solid #e5e1d7;border-radius:20px;align-items:center;gap:15px;margin-bottom:20px;padding:25px;display:flex}._statusDot_vrs9j_2559{background:#5ca48a;border-radius:50%;flex-shrink:0;width:14px;height:14px}._alarmItem_vrs9j_2515 div:nth-child(2){flex:1}._alarmItem_vrs9j_2515 strong{color:#40584f;font-size:16px}._alarmItem_vrs9j_2515 p{color:#84938d;margin:5px 0 0;font-size:14px}._alarmItem_vrs9j_2515 b{color:#789087}._activeAlarm_vrs9j_2667{border:2px solid #177553}._activeAlarm_vrs9j_2667 b{color:#177553}._energy_vrs9j_2703{color:#60756d;border-top:1px solid #ddd8ce;justify-content:space-between;margin-top:30px;padding-top:20px;display:flex}._energy_vrs9j_2703 strong{color:#177553}@media (width<=1000px){._wakeCard_vrs9j_2103{grid-template-columns:1fr;padding:45px}._wakeContent_vrs9j_2191 h2{font-size:38px}}@media (width<=600px){._wakeCard_vrs9j_2103{border-radius:25px;padding:25px}._wakeContent_vrs9j_2191 h2{font-size:32px}._alarmHeader_vrs9j_2397{flex-direction:column;align-items:flex-start;gap:15px}._alarmItem_vrs9j_2515{flex-direction:column;align-items:flex-start}._energy_vrs9j_2703{flex-direction:column;gap:10px}}._sleepCtaSection_vrs9j_2905{background:#f8f7f2;padding:100px 0}._sleepCtaCard_vrs9j_2919{background:#176d50;border-radius:40px;min-height:520px;padding:80px;position:relative;overflow:hidden}._ctaContent_vrs9j_2955{z-index:2;max-width:850px;position:relative}._circleDecor_vrs9j_2979{border:1px solid #ffffff1f;border-radius:50%;width:600px;height:600px;position:absolute;top:-120px;right:-150px}._circleDecor_vrs9j_2979:after{content:"";border:1px solid #ffffff1f;border-radius:50%;width:450px;height:450px;position:absolute;top:70px;right:70px}._ctaBadge_vrs9j_3063{color:#b9ead5;background:#ffffff1f;border-radius:30px;padding:10px 20px;font-size:14px;font-weight:700;display:inline-flex}._ctaContent_vrs9j_2955 h2{color:#fff;letter-spacing:-2px;margin:35px 0 25px;font-size:64px;line-height:1}._ctaContent_vrs9j_2955 p{color:#c7e4d7;max-width:700px;font-size:20px;line-height:1.6}._downloadButtons_vrs9j_3163{gap:20px;margin-top:45px;display:flex}._appStore_vrs9j_3187,._playStore_vrs9j_3189{cursor:pointer;border-radius:18px;padding:18px 35px;font-size:17px;font-weight:700}._appStore_vrs9j_3187{color:#176d50;background:#fff;border:none}._playStore_vrs9j_3189{color:#fff;background:#ffffff26;border:1px solid #ffffff4d}._ctaFeatures_vrs9j_3273{color:#b8ddcf;border-top:1px solid #fff3;gap:40px;padding-top:30px;font-size:16px;font-weight:600;display:flex;position:absolute;bottom:70px;left:80px;right:80px}._ctaFeatures_vrs9j_3273 div{align-items:center;gap:10px;display:flex}@media (width<=900px){._sleepCtaCard_vrs9j_2919{padding:50px 35px}._ctaContent_vrs9j_2955 h2{font-size:42px}._ctaFeatures_vrs9j_3273{flex-direction:column;gap:20px;margin-top:50px;position:relative;bottom:auto;left:auto;right:auto}}@media (width<=600px){._sleepCtaCard_vrs9j_2919{border-radius:25px;padding:35px 25px}._ctaContent_vrs9j_2955 h2{font-size:34px}._ctaContent_vrs9j_2955 p{font-size:16px}._downloadButtons_vrs9j_3163{flex-direction:column}}._hero_az8sw_1{background:#f8f7f2;padding:100px 0;overflow:hidden}._heroGrid_az8sw_17{grid-template-columns:1fr .8fr;align-items:center;gap:50px;display:grid}._heroContent_az8sw_51{max-width:700px}._badge_az8sw_67{color:#187553;background:#e7f5ed;border-radius:30px;margin-bottom:35px;padding:10px 20px;font-size:14px;font-weight:700;display:inline-flex}._heroContent_az8sw_51 h1{letter-spacing:-3px;color:#062d20;margin-bottom:30px;font-size:72px;font-weight:800;line-height:1.05}._heroContent_az8sw_51 h1 span{color:#063e2d}._heroContent_az8sw_51 p{color:#60756d;max-width:600px;font-size:21px;line-height:1.6}._buttons_az8sw_201{gap:20px;margin-top:40px;display:flex}._primary_az8sw_225,._secondary_az8sw_227{cursor:pointer;border-radius:18px;height:60px;padding:0 32px;font-size:16px;font-weight:700}._primary_az8sw_225{color:#fff;background:#187553;border:none}._secondary_az8sw_227{color:#187553;background:#fff;border:1px solid #ddd;line-height:1.2}._secondary_az8sw_227 span{color:#60756d;font-size:14px}._metrics_az8sw_345{border-top:1px solid #ddd8ce;gap:70px;margin-top:65px;padding-top:35px;display:flex}._metrics_az8sw_345 div{flex-direction:column;display:flex}._metrics_az8sw_345 strong{color:#187553;font-size:40px}._metrics_az8sw_345 span{color:#60756d;margin-top:8px;font-size:15px}._phoneWrapper_az8sw_451{justify-content:center;display:flex;position:relative}._phone_az8sw_451{z-index:2;width:450px;position:relative}._glow_az8sw_499{filter:blur(100px);background:#bde8d1;width:350px;height:350px;position:absolute;bottom:50px}._notification_az8sw_535{z-index:3;background:#fff;border-radius:22px;gap:15px;padding:20px;display:flex;position:absolute;top:30px;right:-50px;box-shadow:0 15px 40px #0000001a}._notification_az8sw_535 div:first-child{background:#e7f5ed;border-radius:14px;justify-content:center;align-items:center;width:45px;height:45px;display:flex}._notification_az8sw_535 strong{color:#15382b;display:block}._notification_az8sw_535 span{color:#70837b;margin-top:5px;font-size:14px;display:block}@media (width<=1000px){._heroGrid_az8sw_17{text-align:center;grid-template-columns:1fr}._heroContent_az8sw_51{margin:auto}._heroContent_az8sw_51 h1{font-size:52px}._heroContent_az8sw_51 p{margin:auto}._buttons_az8sw_201,._metrics_az8sw_345{justify-content:center}._phone_az8sw_451{width:380px}}@media (width<=600px){._hero_az8sw_1{padding:60px 0}._heroContent_az8sw_51 h1{letter-spacing:-1px;font-size:38px}._heroContent_az8sw_51 p{font-size:16px}._buttons_az8sw_201{flex-direction:column}._metrics_az8sw_345{flex-direction:column;gap:25px}._phone_az8sw_451{width:300px}._notification_az8sw_535{right:-20px;transform:scale(.8)}}._archSection_az8sw_943{background:#fff;padding:100px 0}._archHeader_az8sw_957{text-align:center;max-width:850px;margin:auto}._archBadge_az8sw_973{color:#187553;background:#e8f5ef;border-radius:30px;padding:8px 20px;font-size:14px;font-weight:700;display:inline-flex}._archHeader_az8sw_957 h2{letter-spacing:-2px;color:#062d20;margin:25px 0;font-size:58px;line-height:1.1}._archHeader_az8sw_957 p{color:#60756d;font-size:20px;line-height:1.6}._archGrid_az8sw_1071{grid-template-columns:repeat(3,1fr);gap:35px;margin-top:70px;display:grid}._archCard_az8sw_1101{background:#f8f7f2;border:1px solid #e6e1d7;border-radius:30px;flex-direction:column;min-height:400px;padding:40px;display:flex}._archIcon_az8sw_1141{color:#187553;background:#e5f4ed;border-radius:18px;justify-content:center;align-items:center;width:65px;height:65px;margin-bottom:35px;font-size:30px;display:flex}._archCard_az8sw_1101 h3{color:#062d20;margin-bottom:20px;font-size:28px;line-height:1.2}._archCard_az8sw_1101 p{color:#60756d;flex:1;font-size:17px;line-height:1.7}._archPoint_az8sw_1251{color:#187553;border-top:1px solid #ddd8ce;padding-top:25px;font-size:15px;font-weight:700}@media (width<=1000px){._archGrid_az8sw_1071{grid-template-columns:1fr;max-width:500px;margin-left:auto;margin-right:auto}._archHeader_az8sw_957 h2{font-size:42px}}@media (width<=600px){._archHeader_az8sw_957 h2{font-size:34px}._archHeader_az8sw_957 p{font-size:16px}._archCard_az8sw_1101{padding:30px}}._accuracySection_az8sw_1395{background:#f8f7f2;padding:100px 0}._accuracyGrid_az8sw_1407{grid-template-columns:1.15fr .85fr;align-items:center;gap:60px;display:grid}._benchmarkCard_az8sw_1431{background:#fff;border:1px solid #e5e2d8;border-radius:30px;padding:50px}._cardHeader_az8sw_1453{justify-content:space-between;align-items:flex-start;gap:20px;display:flex}._cardHeader_az8sw_1453 h3{color:#062d20;margin:0 0 10px;font-size:32px}._cardHeader_az8sw_1453 p{color:#66776e;font-size:17px}._cardHeader_az8sw_1453 span{color:#197451;background:#e6f3ed;border-radius:30px;padding:10px 18px;font-weight:700}._divider_az8sw_1531{background:#e5e1d7;height:1px;margin:30px 0}._metric_az8sw_345{margin-bottom:30px}._metricTitle_az8sw_1569{color:#143b2e;align-items:center;gap:10px;font-size:18px;font-weight:700;display:flex}._metricTitle_az8sw_1569 strong{margin-left:auto}._green_az8sw_1611{color:#177653}._gray_az8sw_1621{color:#23352f}._orange_az8sw_1631{color:#dd9330}._progressBg_az8sw_1643{background:#e8e8df;border-radius:20px;height:18px;margin-top:15px;overflow:hidden}._progress_az8sw_1643{background:#177653;border-radius:20px;height:100%}._progress_az8sw_1643._gray_az8sw_1621{background:#8b938d}._progress_az8sw_1643._orange_az8sw_1631{background:#dd9330}._note_az8sw_1713{color:#66776e;margin-top:10px;font-size:14px}._bottomStats_az8sw_1735{text-align:center;border-top:1px solid #ddd8cd;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:40px;padding-top:30px;display:grid}._bottomStats_az8sw_1735 p{color:#65756e}._bottomStats_az8sw_1735 strong{color:#062d20;font-size:28px}._consensus_az8sw_1807{padding-right:20px}._badge_az8sw_67{color:#197451;background:#e6f3ed;border-radius:30px;padding:10px 20px;font-weight:700;display:inline-block}._consensus_az8sw_1807 h2{color:#062d20;letter-spacing:-1px;margin:30px 0;font-size:38px;line-height:1.25}._profile_az8sw_1891{align-items:center;gap:20px;margin:40px 0;display:flex}._avatar_az8sw_1919{color:#177653;background:#a8f0d0;border-radius:50%;justify-content:center;align-items:center;width:65px;height:65px;font-size:22px;font-weight:800;display:flex}._profile_az8sw_1891 h4{color:#062d20;margin:0;font-size:20px}._profile_az8sw_1891 p{color:#65756e;margin-top:5px}._paper_az8sw_2007{color:#177653;background:#fff;border:1px solid #e5e2d8;border-radius:20px;align-items:center;gap:20px;padding:25px;display:flex}._paper_az8sw_2007 strong{color:#062d20}._paper_az8sw_2007 p{color:#177653;margin:5px 0 0}@media (width<=1000px){._accuracyGrid_az8sw_1407{grid-template-columns:1fr}._consensus_az8sw_1807 h2{font-size:32px}}@media (width<=600px){._benchmarkCard_az8sw_1431{padding:30px}._cardHeader_az8sw_1453{flex-direction:column}._bottomStats_az8sw_1735{grid-template-columns:1fr}._consensus_az8sw_1807 h2{font-size:26px}}._milesSection_az8sw_2191{background:#fff;padding:100px 0}._milesHeader_az8sw_2203{text-align:center;max-width:850px;margin:0 auto 70px}._milesBadge_az8sw_2219{color:#197653;letter-spacing:1px;background:#e8f3ed;border-radius:30px;padding:8px 20px;font-size:14px;font-weight:700;display:inline-block}._milesHeader_az8sw_2203 h2{letter-spacing:-1.5px;color:#062d20;margin:25px 0 15px;font-size:48px;font-weight:800;line-height:1.15}._milesHeader_az8sw_2203 p{color:#64766e;font-size:20px;line-height:1.6}._milesGrid_az8sw_2297{grid-template-columns:repeat(3,1fr);gap:35px;display:grid}._milesCard_az8sw_2319{background:#f8f7f2;border:1px solid #e6e1d5;border-radius:28px;flex-direction:column;min-height:410px;padding:42px;display:flex}._milesTop_az8sw_2353{justify-content:space-between;align-items:center;margin-bottom:35px;display:flex}._milesIcon_az8sw_2377{background:#e7f2ed;border-radius:18px;justify-content:center;align-items:center;width:62px;height:62px;font-size:28px;display:flex}._milesTop_az8sw_2353 span{color:#197653;background:#fff;border:1px solid #e6e1d5;border-radius:30px;padding:8px 16px;font-size:14px;font-weight:700}._milesCard_az8sw_2319:nth-child(2) ._milesTop_az8sw_2353 span{color:#e39430}._milesCard_az8sw_2319 h3{color:#062d20;letter-spacing:-.5px;margin-bottom:18px;font-size:28px;line-height:1.2}._milesCard_az8sw_2319 p{color:#61736c;font-size:18px;line-height:1.6}._milesBottom_az8sw_2529{background:#fff;border:1px solid #e4dfd3;border-radius:18px;justify-content:space-between;align-items:center;gap:15px;margin-top:auto;padding:18px;display:flex}._milesBottom_az8sw_2529 span{color:#687970;font-weight:600}._milesBottom_az8sw_2529 strong{color:#177653;white-space:nowrap;font-size:20px}._milesCard_az8sw_2319:nth-child(2) ._milesBottom_az8sw_2529 strong{color:#e39430}@media (width<=1000px){._milesGrid_az8sw_2297{grid-template-columns:1fr}._milesHeader_az8sw_2203 h2{font-size:38px}}@media (width<=600px){._milesSection_az8sw_2191{padding:70px 0}._milesCard_az8sw_2319{padding:30px}._milesTop_az8sw_2353{flex-direction:column;align-items:flex-start;gap:20px}._milesBottom_az8sw_2529{flex-direction:column;align-items:flex-start}}._faqSection_az8sw_2767{background:#f8f7f2;padding:110px 0}._faqGrid_az8sw_2779{grid-template-columns:1.4fr .8fr;align-items:start;gap:60px;display:grid}._faqBadge_az8sw_2803{color:#197653;background:#e7f3ed;border-radius:30px;margin-bottom:20px;padding:8px 18px;font-size:14px;font-weight:700;display:inline-flex}._faqLeft_az8sw_2847 h2{letter-spacing:-1.5px;color:#062d20;margin-bottom:45px;font-size:48px;line-height:1.1}._faqList_az8sw_2879{flex-direction:column;gap:22px;display:flex}._faqCard_az8sw_2903{background:#fff;border:1px solid #e5e1d7;border-radius:22px;padding:30px;box-shadow:0 10px 30px #00000008}._faqQuestion_az8sw_2935{border-bottom:1px solid #ebe7dd;justify-content:space-between;align-items:center;padding-bottom:20px;display:flex}._faqQuestion_az8sw_2935 h3{color:#092d20;margin:0;font-size:22px}._faqQuestion_az8sw_2935 span{color:#197653;background:#eaf4ef;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;font-size:18px;display:flex}._faqCard_az8sw_2903 p{color:#61736c;margin-top:20px;font-size:18px;line-height:1.6}._compareCard_az8sw_3069{background:#fff;border:1px solid #e5e1d7;border-radius:28px;padding:35px}._compareCard_az8sw_3069 h3{color:#092d20;margin-bottom:8px;font-size:28px}._compareSubtitle_az8sw_3121{color:#687970;margin-bottom:30px}._compareRow_az8sw_3141{border-bottom:1px solid #ebe7dd;justify-content:space-between;gap:20px;padding:25px 0;font-size:17px;display:flex}._compareRow_az8sw_3141 span{color:#17362c;font-weight:600}._compareRow_az8sw_3141 strong{text-align:right;color:#187653;font-size:18px}._compareRow_az8sw_3141 del{color:#777;font-size:14px;font-weight:400}._compareRow_az8sw_3141 small{color:#f16b5c;margin-top:5px;font-size:14px;font-weight:500;display:block}._compareFooter_az8sw_3277{color:#197653;background:#f7f5ef;border-radius:18px;justify-content:space-between;margin-top:25px;padding:18px;font-weight:700;display:flex}._compareFooter_az8sw_3277 span{color:#60736c}@media (width<=1000px){._faqGrid_az8sw_2779{grid-template-columns:1fr}._faqLeft_az8sw_2847 h2{font-size:38px}}@media (width<=600px){._faqSection_az8sw_2767{padding:70px 0}._faqCard_az8sw_2903{padding:22px}._faqQuestion_az8sw_2935 h3{font-size:18px}._compareRow_az8sw_3141{flex-direction:column}._compareRow_az8sw_3141 strong{text-align:left}}._finalCta_az8sw_3459{background:#f8f7f2;padding:100px 0}._finalCtaBox_az8sw_3477{background:#16714f;border-radius:42px;justify-content:space-between;align-items:center;gap:50px;padding:80px;display:flex;position:relative;overflow:hidden}._finalCtaBox_az8sw_3477:after{content:"";border:2px solid #ffffff14;border-radius:50%;width:500px;height:500px;position:absolute;top:-180px;right:-180px}._finalContent_az8sw_3569{z-index:2;max-width:850px}._finalBadge_az8sw_3589{color:#d7f5e6;background:#ffffff1f;border-radius:30px;margin-bottom:30px;padding:9px 20px;font-size:15px;font-weight:700;display:inline-flex}._finalContent_az8sw_3569 h2{letter-spacing:-2px;color:#fff;max-width:900px;margin-bottom:25px;font-size:58px;line-height:1.05}._finalContent_az8sw_3569 p{color:#b9dfcd;max-width:760px;margin-bottom:45px;font-size:22px;line-height:1.55}._storeButtons_az8sw_3701{gap:20px;display:flex}._appButton_az8sw_3721,._playButton_az8sw_3723{border-radius:18px;justify-content:center;align-items:center;height:70px;padding:0 35px;font-size:20px;font-weight:700;text-decoration:none;display:flex}._appButton_az8sw_3721{color:#176f50;background:#fff}._playButton_az8sw_3723{color:#fff;background:#ffffff26;border:1px solid #ffffff40}._qrCard_az8sw_3821{z-index:2;background:#fff;border-radius:32px;flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;width:300px;height:350px;display:flex;position:relative}._qrCard_az8sw_3821 img{object-fit:contain;width:150px;height:150px;margin-bottom:25px}._qrCard_az8sw_3821 h3{color:#102d22;margin:0 0 5px;font-size:22px}._qrCard_az8sw_3821 p{color:#687970;margin:0;font-size:16px}@media (width<=1100px){._finalCtaBox_az8sw_3477{flex-direction:column;align-items:flex-start;padding:60px 40px}._qrCard_az8sw_3821{align-self:center}._finalContent_az8sw_3569 h2{font-size:44px}}@media (width<=600px){._finalCta_az8sw_3459{padding:60px 0}._finalCtaBox_az8sw_3477{border-radius:28px;padding:35px 25px}._finalContent_az8sw_3569 h2{letter-spacing:-1px;font-size:34px}._finalContent_az8sw_3569 p{font-size:17px}._storeButtons_az8sw_3701{flex-direction:column;width:100%}._appButton_az8sw_3721,._playButton_az8sw_3723{width:100%}._qrCard_az8sw_3821{width:100%;height:320px}}._hero_ck3o6_1{background:#f8f7f2;padding:100px 0;overflow:hidden}._heroGrid_ck3o6_21{grid-template-columns:1fr .8fr;align-items:center;gap:60px;display:grid}._content_ck3o6_49{max-width:700px}._badge_ck3o6_65{color:#267957;background:#e8f3ed;border-radius:30px;align-items:center;margin-bottom:35px;padding:10px 20px;font-size:15px;font-weight:700;display:inline-flex}._content_ck3o6_49 h1{letter-spacing:-3px;color:#102b22;margin:0 0 30px;font-size:72px;font-weight:800;line-height:1}._content_ck3o6_49 h1 span{color:#3c8c6b}._description_ck3o6_165{color:#63766d;max-width:620px;margin-bottom:40px;font-size:21px;line-height:1.6}._buttons_ck3o6_197{gap:18px;margin-bottom:45px;display:flex}._primary_ck3o6_221,._secondary_ck3o6_223{cursor:pointer;border-radius:18px;justify-content:center;align-items:center;padding:18px 32px;font-size:18px;font-weight:700;text-decoration:none;display:flex}._primary_ck3o6_221{color:#fff;background:#398b68;box-shadow:0 15px 30px #398b6840}._secondary_ck3o6_223{color:#20372e;background:#fff;border:1px solid #ddd}._trust_ck3o6_323{border-top:1px solid #dedbd2;gap:35px;padding-top:30px;display:flex}._trust_ck3o6_323 div{color:#398b68;align-items:center;gap:10px;font-size:18px;font-weight:600;display:flex}._trust_ck3o6_323 span{color:#61736b;font-weight:600}._imageWrapper_ck3o6_409{justify-content:center;display:flex;position:relative}._imageWrapper_ck3o6_409 img{filter:drop-shadow(0 30px 50px #0000001f);width:560px;max-width:none}@media (width<=1200px){._content_ck3o6_49 h1{font-size:58px}._imageWrapper_ck3o6_409 img{width:480px}}@media (width<=900px){._heroGrid_ck3o6_21{text-align:center;grid-template-columns:1fr}._content_ck3o6_49{margin:auto}._description_ck3o6_165{margin-left:auto;margin-right:auto}._buttons_ck3o6_197,._trust_ck3o6_323{flex-wrap:wrap;justify-content:center}._imageWrapper_ck3o6_409{order:-1}._imageWrapper_ck3o6_409 img{width:min(90vw,480px)}}@media (width<=600px){._hero_ck3o6_1{padding:70px 0}._content_ck3o6_49 h1{letter-spacing:-1.5px;font-size:42px}._description_ck3o6_165{font-size:17px}._primary_ck3o6_221,._secondary_ck3o6_223{width:100%}._buttons_ck3o6_197{flex-direction:column}._trust_ck3o6_323{flex-direction:column;align-items:center}}._processSection_ck3o6_767{background:#fff;padding:120px 0}._sectionHeader_ck3o6_785{text-align:center;margin-bottom:70px}._sectionHeader_ck3o6_785 ._badge_ck3o6_65{letter-spacing:1px;color:#318365;background:#e8f3ed;border-radius:30px;margin-bottom:25px;padding:8px 22px;font-size:14px;font-weight:700;display:inline-flex}._sectionHeader_ck3o6_785 h2{letter-spacing:-2px;color:#102b22;margin:0 0 20px;font-size:52px;font-weight:800}._sectionHeader_ck3o6_785 p{color:#65766f;margin:auto;font-size:21px}._processGrid_ck3o6_911{grid-template-columns:repeat(3,1fr);gap:42px;display:grid}._processCard_ck3o6_939{background:#f8f7f2;border:1px solid #e4e1d7;border-radius:28px;flex-direction:column;min-height:460px;padding:45px 42px;display:flex;position:relative}._processCard_ck3o6_939._active_ck3o6_983{background:#fff;border:3px solid #3c8c6b;box-shadow:0 25px 50px #388c6b1f}._iconBox_ck3o6_1009,._iconBoxActive_ck3o6_1011{border-radius:20px;justify-content:center;align-items:center;width:64px;height:64px;margin-bottom:35px;font-size:28px;display:flex}._iconBox_ck3o6_1009{background:#fff;border:1px solid #e1dfd5}._iconBoxActive_ck3o6_1011{color:#fff;background:#3c8c6b}._step_ck3o6_1099{color:#398b68;letter-spacing:1px;margin-bottom:22px;font-size:16px;font-weight:800}._processCard_ck3o6_939 h3{color:#102b22;letter-spacing:-1px;margin-bottom:20px;font-size:29px;line-height:1.2}._processCard_ck3o6_939 p{color:#64766d;margin-bottom:auto;font-size:19px;line-height:1.6}._line_ck3o6_1191{background:#dedbd2;height:1px;margin:35px 0 25px}._tag_ck3o6_1219,._tagGreen_ck3o6_1221{border-radius:30px;width:max-content;padding:9px 18px;font-size:15px;font-weight:700;display:inline-flex}._tag_ck3o6_1219{color:#398b68;background:#fff;border:1px solid #dedbd2}._tagGreen_ck3o6_1221{color:#318365;background:#e8f3ed}._patent_ck3o6_1305{color:#398b68;letter-spacing:.5px;background:#e8f3ed;border-radius:20px;padding:8px 18px;font-size:13px;font-weight:800;position:absolute;top:28px;right:28px}@media (width<=1000px){._processGrid_ck3o6_911{grid-template-columns:1fr}._sectionHeader_ck3o6_785 h2{font-size:40px}}._speedSection_ck3o6_1417{background:#f8f7f2;padding:120px 0}._speedHeader_ck3o6_1435{text-align:center;margin-bottom:60px}._speedHeader_ck3o6_1435 span{letter-spacing:1.5px;color:#398b68;font-size:14px;font-weight:800}._speedHeader_ck3o6_1435 h2{letter-spacing:-1.5px;color:#182a24;margin:18px 0;font-size:42px}._speedHeader_ck3o6_1435 p{color:#60736c;max-width:650px;margin:auto;font-size:20px;line-height:1.5}._speedGrid_ck3o6_1525{grid-template-columns:1fr 1fr;gap:32px;max-width:1000px;margin:auto;display:grid}._speedCard_ck3o6_1553{background:#fbfaf6;border:1px solid #e4e1d8;border-radius:26px;min-height:340px;padding:34px}._speedActive_ck3o6_1577{background:#fff;border:2px solid #398b68;box-shadow:0 20px 45px #388c6b1f}._speedTop_ck3o6_1601{align-items:center;gap:15px;display:flex}._speedTop_ck3o6_1601 h3{color:#1b2924;margin:0;font-size:22px}._speedTop_ck3o6_1601 span{color:#398b68;font-size:14px}._speedTop_ck3o6_1601 strong{color:#398b68;margin-left:auto;font-size:28px}._speedIcon_ck3o6_1681,._speedIconMuted_ck3o6_1683{border-radius:14px;justify-content:center;align-items:center;width:48px;height:48px;font-size:22px;display:flex}._speedIcon_ck3o6_1681{color:#fff;background:#398b68}._speedIconMuted_ck3o6_1683{color:#8b948f;background:#f0eee7}._divider_ck3o6_1753{background:#e5e2d9;height:1px;margin:25px 0}._speedCard_ck3o6_1553 ul{margin:0;padding:0;list-style:none}._speedCard_ck3o6_1553 li{color:#435952;margin-bottom:18px;font-size:16px;line-height:1.4}._errorList_ck3o6_1823 li{color:#697770}._errorList_ck3o6_1823 li:first-letter{color:#e87569}._speedFooterGreen_ck3o6_1855,._speedFooterRed_ck3o6_1857{border-radius:14px;justify-content:space-between;margin-top:30px;padding:13px 16px;font-size:14px;display:flex}._speedFooterGreen_ck3o6_1855{color:#398b68;background:#e8f3ed}._speedFooterRed_ck3o6_1857{color:#e87569;background:#fff0ed}._red_ck3o6_1929{color:#e87569!important}@media (width<=900px){._speedGrid_ck3o6_1525{grid-template-columns:1fr}._speedHeader_ck3o6_1435 h2{font-size:34px}}._rewardSection_ck3o6_1989{background:#fff;padding:120px 0}._rewardGrid_ck3o6_2007{grid-template-columns:1fr 1fr;align-items:center;gap:70px;display:grid}._rewardPanel_ck3o6_2033{background:#f8f7f2;border:1px solid #e5e2d8;border-radius:28px;padding:38px}._rewardHeader_ck3o6_2055{align-items:center;gap:18px;display:flex}._rewardIcon_ck3o6_2075{background:#3d8c6b;border-radius:18px;justify-content:center;align-items:center;width:58px;height:58px;font-size:26px;display:flex}._rewardHeader_ck3o6_2055 h3{color:#172a23;margin:0;font-size:23px}._rewardHeader_ck3o6_2055 p{color:#65766e;margin:5px 0 0;font-size:16px}._miles_ck3o6_2159{color:#398b68;background:#fff;border:1px solid #dfddd5;border-radius:30px;margin-left:auto;padding:10px 20px;font-size:18px;font-weight:700}._rewardDivider_ck3o6_2203{background:#dedbd1;height:1px;margin:32px 0}._mealItem_ck3o6_2229{background:#fff;border:1px solid #e5e2d8;border-radius:18px;justify-content:space-between;align-items:center;margin-bottom:18px;padding:20px;display:flex}._mealItem_ck3o6_2229>div{align-items:center;gap:18px;display:flex}._mealItem_ck3o6_2229 span{color:#3d8c6b;border:2px solid #3d8c6b;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;display:flex}._mealItem_ck3o6_2229 strong{color:#22332c;font-size:17px}._mealItem_ck3o6_2229 p{color:#687871;margin:5px 0 0;font-size:15px}._mealItem_ck3o6_2229 b{color:#398b68;font-size:17px}._pending_ck3o6_2399{background:#fff;border-style:dashed}._pending_ck3o6_2399 span{color:#66756e;border-color:#66756e}._rewardBottom_ck3o6_2443{color:#64766e;border-top:1px solid #dedbd1;justify-content:space-between;margin-top:30px;padding-top:25px;display:flex}._rewardBottom_ck3o6_2443 strong{color:#398b68}._rewardLabel_ck3o6_2499{letter-spacing:1.5px;color:#398b68;font-size:15px;font-weight:800}._rewardContent_ck3o6_2527 h2{letter-spacing:-2px;color:#172a23;margin:25px 0;font-size:48px;line-height:1.15}._rewardContent_ck3o6_2527 p{color:#62746d;font-size:21px;line-height:1.6}._statGrid_ck3o6_2583{grid-template-columns:1fr 1fr;gap:24px;margin-top:45px;display:grid}._statBox_ck3o6_2611{background:#f8f7f2;border:1px solid #e4e1d7;border-radius:20px;padding:28px}._statBox_ck3o6_2611 strong{color:#398b68;font-size:38px;display:block}._statBox_ck3o6_2611 span{color:#65766e;font-size:16px}@media (width<=900px){._rewardGrid_ck3o6_2007{grid-template-columns:1fr}._rewardContent_ck3o6_2527 h2{font-size:36px}}._testimonialSection_ck3o6_2731{background:#f8f7f2;padding:120px 0}._quoteBox_ck3o6_2749{text-align:center;max-width:800px;margin:0 auto 90px}._quoteIcon_ck3o6_2769{color:#398b68;background:#e7f3ed;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;margin:0 auto 30px;font-size:20px;font-weight:800;display:flex}._quoteBox_ck3o6_2749 p{letter-spacing:-.5px;color:#1c2924;font-size:28px;font-weight:500;line-height:1.45}._quoteBox_ck3o6_2749 h4{color:#172a23;margin-top:30px;margin-bottom:5px;font-size:18px}._quoteBox_ck3o6_2749 span{color:#667870;font-size:15px}._finalCTA_ck3o6_2907{background:#3d8c6b;border-radius:34px;justify-content:space-between;align-items:center;gap:40px;padding:55px 50px;display:flex;position:relative;overflow:hidden}._finalCTA_ck3o6_2907:after{content:"";border:1px solid #ffffff1f;border-radius:50%;width:450px;height:450px;position:absolute;top:-120px;right:-150px}._ctaContent_ck3o6_2999{z-index:2;max-width:700px;position:relative}._ctaBadge_ck3o6_3023{color:#fff;background:#ffffff1f;border-radius:30px;margin-bottom:25px;padding:9px 18px;font-size:14px;font-weight:700;display:inline-flex}._ctaContent_ck3o6_2999 h2{letter-spacing:-1.5px;color:#fff;margin-bottom:20px;font-size:44px;line-height:1.15}._ctaContent_ck3o6_2999 p{color:#d8eee4;max-width:650px;font-size:20px;line-height:1.6}._storeButtons_ck3o6_3131{gap:18px;margin-top:35px;display:flex}._storeButtons_ck3o6_3131 button{color:#182a23;cursor:pointer;background:#fff;border:none;border-radius:16px;align-items:center;gap:12px;height:65px;padding:0 28px;font-size:22px;font-weight:700;display:flex}._storeButtons_ck3o6_3131 span{text-align:left;font-size:13px;line-height:1.2}._qrCard_ck3o6_3243{z-index:2;background:#fff;border-radius:24px;flex-direction:column;justify-content:center;align-items:center;width:200px;height:230px;display:flex;position:relative;box-shadow:0 20px 40px #0000001f}._qrCard_ck3o6_3243 img{object-fit:contain;width:120px;height:120px;margin-bottom:18px}._qrCard_ck3o6_3243 strong{color:#182a23;font-size:16px}._qrCard_ck3o6_3243 span{color:#65766e;margin-top:5px;font-size:14px}@media (width<=900px){._finalCTA_ck3o6_2907{flex-direction:column;align-items:flex-start}._ctaContent_ck3o6_2999 h2{font-size:34px}._storeButtons_ck3o6_3131{flex-direction:column}}._hero_9k5ls_1{background:#f8f7f2;padding:40px 0 80px}._topMeta_9k5ls_11{color:#354740;align-items:center;gap:12px;margin-bottom:20px;font-size:14px;display:flex}._topMeta_9k5ls_11 div:first-child{color:#187653;font-weight:600}._dot_9k5ls_36{color:#aeb8b2}._headingRow_9k5ls_44{justify-content:space-between;align-items:center;gap:30px;margin-bottom:40px;display:flex}._headingRow_9k5ls_44 h1{letter-spacing:-1.5px;color:#102c22;margin:0 0 10px;font-size:38px}._headingRow_9k5ls_44 p{color:#55665f;max-width:720px;font-size:17px;line-height:1.5}._paperBadge_9k5ls_88{white-space:nowrap;color:#465851;background:#fff;border:1px solid #dddcd3;border-radius:30px;padding:12px 22px;font-size:14px}._featured_9k5ls_110{background:#fff;border:1px solid #e4e2d9;border-radius:24px;grid-template-columns:1.25fr .9fr;display:grid;overflow:hidden;box-shadow:0 15px 40px #0000000d}._featureImage_9k5ls_132{height:485px;position:relative;overflow:hidden}._featureImage_9k5ls_132 img{object-fit:cover;width:100%;height:100%}._imageBadge_9k5ls_158{gap:10px;display:flex;position:absolute;top:20px;left:20px}._imageBadge_9k5ls_158 span{color:#277454;background:#fff;border-radius:30px;padding:8px 16px;font-size:13px;font-weight:600}._imageBadge_9k5ls_158 span:last-child{color:#fff;background:#237957}._imageBottom_9k5ls_204{color:#206d50;background:#fff;border-radius:15px;justify-content:space-between;padding:14px 20px;font-size:14px;display:flex;position:absolute;bottom:20px;left:20px;right:20px}._featureContent_9k5ls_234{flex-direction:column;padding:45px 35px;display:flex}._tags_9k5ls_246{gap:10px;margin-bottom:20px;display:flex}._tags_9k5ls_246 span{color:#267451;background:#e8f3ed;border-radius:20px;padding:7px 15px;font-size:13px}._featureContent_9k5ls_234 h2{letter-spacing:-1px;color:#102c22;font-size:30px;line-height:1.35}._featureContent_9k5ls_234 p{color:#596a63;font-size:16px;line-height:1.6}._author_9k5ls_300{border-top:1px solid #e5e2d8;align-items:center;gap:15px;margin-top:25px;padding-top:25px;display:flex}._avatar_9k5ls_318{color:#207453;background:#dff3e9;border-radius:50%;justify-content:center;align-items:center;width:45px;height:45px;font-weight:700;display:flex}._author_9k5ls_300 span{color:#66766f;margin-top:4px;font-size:14px;display:block}._read_9k5ls_358{color:#187653;justify-content:space-between;margin-top:auto;padding-top:30px;font-weight:700;display:flex}@media (width<=900px){._headingRow_9k5ls_44{flex-direction:column;align-items:flex-start}._featured_9k5ls_110{grid-template-columns:1fr}._featureImage_9k5ls_132{height:350px}}._library_9k5ls_404{background:#f8f7f2;padding:30px 0 100px}._searchBar_9k5ls_414{background:#fff;border:1px solid #e5e2d8;border-radius:16px;gap:10px;padding:12px;display:flex}._input_9k5ls_432{color:#89958f;border:1px solid #e6e3da;border-radius:10px;flex:1;align-items:center;gap:15px;padding:14px 18px;font-size:14px;display:flex}._input_9k5ls_432 input{color:#334;background:0 0;border:none;outline:none;flex:1;font-size:14px}._searchBar_9k5ls_414 button{background:#fff;border:1px solid #ddd;border-radius:10px;padding:0 22px;font-weight:600}._searchBtn_9k5ls_488{color:#fff;background:#14704f!important;border:none!important}._categories_9k5ls_501{gap:10px;margin:20px 0 35px;display:flex}._categories_9k5ls_501 button{cursor:pointer;color:#344;background:#fff;border:1px solid #e3e0d7;border-radius:20px;padding:10px 18px;font-size:14px}._categories_9k5ls_501 button._active_9k5ls_533,._categories_9k5ls_501 ._active_9k5ls_533{color:#fff;background:#167450;border:none}._articleGrid_9k5ls_559{grid-template-columns:repeat(3,1fr);gap:22px;display:grid}._articleCard_9k5ls_573{background:#fff;border:1px solid #e6e3da;border-radius:16px;padding:14px;transition:transform .2s,box-shadow .2s;display:block;box-shadow:0 8px 20px #0000000a}._articleCard_9k5ls_573:hover{transform:translateY(-4px);box-shadow:0 12px 30px #00000014}._thumb_9k5ls_604{border-radius:12px;height:140px;position:relative;overflow:hidden}._thumb_9k5ls_604 img{object-fit:cover;width:100%;height:100%}._thumb_9k5ls_604 span{color:#187653;background:#fff;border-radius:20px;padding:5px 12px;font-size:12px;position:absolute;top:12px;left:12px}._meta_9k5ls_654{color:#287856;margin-top:12px;font-size:12px}._articleCard_9k5ls_573 h3{color:#102c22;font-size:17px;line-height:1.35}._articleCard_9k5ls_573 p{color:#687871;font-size:14px;line-height:1.5}._authorRow_9k5ls_694{border-top:1px solid #eee;align-items:center;gap:10px;margin-top:15px;padding-top:12px;display:flex}._avatar_9k5ls_318{color:#167450;background:#e5f1eb;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;font-size:11px;font-weight:700;display:flex}._authorRow_9k5ls_694 strong{color:#167450;margin-left:auto}@media (width<=900px){._articleGrid_9k5ls_559{grid-template-columns:1fr}._categories_9k5ls_501{overflow:auto}}._newsletter_9k5ls_766{background:#f8f7f2;padding:40px 0 100px}._newsCard_9k5ls_776{background:#fff;border:1px solid #e5e3da;border-radius:18px;height:360px;padding:70px 46px;position:relative;overflow:hidden}._newsContent_9k5ls_796{max-width:700px}._badge_9k5ls_804,._ctaBadge_9k5ls_805{color:#167451;background:#e7f2ed;border-radius:30px;padding:7px 16px;font-size:13px;font-weight:600;display:inline-flex}._newsCard_9k5ls_776 h2{color:#092d21;margin:22px 0 12px;font-size:30px;line-height:1.2}._newsCard_9k5ls_776 p{color:#64736c;max-width:650px;font-size:15px;line-height:1.5}._subscribe_9k5ls_854{gap:12px;margin-top:22px;display:flex}._subscribe_9k5ls_854 input{background:#faf9f5;border:1px solid #ddd9ce;border-radius:10px;width:460px;height:42px;padding:0 18px;font-size:14px}._subscribe_9k5ls_854 button{color:#fff;background:#167451;border:none;border-radius:10px;padding:0 28px;font-weight:600}._note_9k5ls_905{color:#66756d;gap:20px;margin-top:18px;font-size:13px;display:flex}._circle_9k5ls_922{background:#eef6f1;border-radius:50%;width:280px;height:280px;position:absolute;bottom:-100px;right:-80px}._finalCTA_9k5ls_946{background:#167451;border-radius:18px;justify-content:space-between;align-items:center;margin-top:32px;padding:70px 46px;display:flex;overflow:hidden}._ctaText_9k5ls_968{color:#fff;max-width:720px}._ctaBadge_9k5ls_805{color:#fff;background:#ffffff1f}._finalCTA_9k5ls_946 h2{margin:22px 0;font-size:34px;line-height:1.2}._finalCTA_9k5ls_946 p{color:#d5eee4;max-width:650px;font-size:16px;line-height:1.5}._buttons_9k5ls_1015{gap:16px;margin-top:30px;display:flex}._whiteBtn_9k5ls_1027,._greenBtn_9k5ls_1028{border-radius:12px;height:48px;padding:0 25px;font-size:15px;font-weight:600}._whiteBtn_9k5ls_1027{color:#167451;background:#fff;border:none}._greenBtn_9k5ls_1028{color:#fff;background:#ffffff26;border:1px solid #ffffff40}._qrCard_9k5ls_1070{background:#fff;border-radius:18px;flex-direction:column;justify-content:center;align-items:center;gap:10px;width:180px;height:220px;display:flex}._qrCard_9k5ls_1070 img{object-fit:contain;width:100px;height:100px}._qrCard_9k5ls_1070 strong{color:#142b22;font-size:14px}._qrCard_9k5ls_1070 span{color:#65736d;font-size:13px}@media (width<=900px){._finalCTA_9k5ls_946{text-align:center;flex-direction:column;gap:40px}._newsCard_9k5ls_776{height:auto;padding:40px 25px}._subscribe_9k5ls_854{flex-direction:column}._subscribe_9k5ls_854 input{width:100%}}._hero_1izc1_1{background:#f8f7f2;padding:40px 0 50px}._backLink_1izc1_6{color:#187653;align-items:center;gap:6px;margin-bottom:30px;font-size:14px;font-weight:600;text-decoration:none;display:inline-flex}._backLink_1izc1_6:hover{text-decoration:underline}._metaRow_1izc1_21{flex-wrap:wrap;align-items:center;gap:12px;margin-bottom:24px;display:flex}._categoryBadge_1izc1_29{color:#267451;background:#e8f3ed;border-radius:20px;padding:7px 16px;font-size:13px;font-weight:600}._readTime_1izc1_38{color:#66766f;font-size:14px}._tagBadge_1izc1_43{color:#465851;background:#fff;border:1px solid #e4e2d9;border-radius:20px;padding:7px 16px;font-size:13px}._hero_1izc1_1 h1{letter-spacing:-1.5px;color:#102c22;max-width:850px;margin:0 0 30px;font-size:42px;line-height:1.2}._authorRow_1izc1_61{align-items:center;gap:14px;display:flex}._avatar_1izc1_67{color:#207453;background:#dff3e9;border-radius:50%;justify-content:center;align-items:center;width:45px;height:45px;font-size:14px;font-weight:700;display:flex}._authorRow_1izc1_61 strong{color:#102c22;font-size:16px;display:block}._authorRow_1izc1_61 span{color:#66766f;margin-top:2px;font-size:14px;display:block}._cover_1izc1_93{background:#f8f7f2;padding:0 0 60px}._cover_1izc1_93 img{object-fit:cover;border-radius:20px;width:100%;max-height:480px}._content_1izc1_105{background:#fff;padding:60px 0 100px}._body_1izc1_110{max-width:760px;margin:0 auto}._body_1izc1_110 h2{color:#102c22;letter-spacing:-.5px;margin:40px 0 16px;font-size:26px}._body_1izc1_110 h2:first-child{margin-top:0}._body_1izc1_110 p{color:#4a5e56;margin:0 0 20px;font-size:17px;line-height:1.75}._cta_1izc1_133{text-align:center;border-top:1px solid #e5e2d8;margin-top:50px;padding-top:40px}._ctaBtn_1izc1_140{color:#fff;background:#167451;border-radius:12px;padding:14px 32px;font-size:15px;font-weight:600;text-decoration:none;display:inline-block}._ctaBtn_1izc1_140:hover{background:#125e42}._notFound_1izc1_155{text-align:center;padding:100px 0}._notFound_1izc1_155 h1{color:#102c22;margin-bottom:12px;font-size:32px}._notFound_1izc1_155 p{color:#66766f;margin-bottom:30px;font-size:17px}@media (width<=900px){._hero_1izc1_1 h1{font-size:28px}._cover_1izc1_93 img{max-height:300px}._body_1izc1_110{padding:0 8px}}
