:root{--bg:#f6f5f1;--surface:#ffffff;--line:#e7e4dd;--text:#1c1d1a;--text-2:#5b5f58;--text-3:#8a8d86;--forest:#2d5a3d;--forest-700:#285036;--forest-600:#336848;--forest-50:#eef3ee;--forest-100:#dde8df;--amber:#91640f;--radius:12px;--radius-lg:20px;--maxw:1080px;--font:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif}*{box-sizing:border-box}body,html{margin:0;padding:0}body{background:var(--bg);color:var(--text);font-family:var(--font);font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer}a:focus-visible,button:focus-visible,input:focus-visible{outline:2px solid var(--forest);outline-offset:2px;border-radius:6px}@media (prefers-reduced-motion:reduce){*{transition-duration:.001ms!important}}.wrap{max-width:var(--maxw);margin:0 auto;padding:0 22px}.nav{position:-webkit-sticky;position:sticky;top:0;z-index:10;background:rgba(246,245,241,.86);-webkit-backdrop-filter:saturate(180%) blur(10px);backdrop-filter:saturate(180%) blur(10px);border-bottom:1px solid var(--line)}.nav-inner{display:flex;align-items:center;justify-content:space-between;height:62px}.brand{gap:10px;font-size:18px;letter-spacing:-.01em}.brand,.brand .mark{display:flex;align-items:center;font-weight:800}.brand .mark{width:30px;height:30px;border-radius:8px;background:var(--forest);color:#fff;justify-content:center;font-size:17px}.brand .par{color:var(--forest)}.nav-links{display:flex;align-items:center;gap:22px;font-size:14px;color:var(--text-2)}.nav-links a:hover{color:var(--text)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:none;border-radius:10px;padding:11px 18px;font-weight:600;font-size:14px;transition:background-color .15s,opacity .15s}.btn-primary{background:var(--forest);color:#fff}.btn-primary:hover{background:var(--forest-700)}.btn-primary:disabled{opacity:.55;cursor:not-allowed}.btn-ghost{background:var(--forest-50);color:var(--forest)}.btn-ghost:hover{background:var(--forest-100)}.hero{padding:56px 0 30px}.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;grid-gap:40px;gap:40px;align-items:center}@media (max-width:880px){.hero-grid{grid-template-columns:1fr;gap:30px}.hero{padding:40px 0 10px}}.hero h1{font-size:clamp(32px,4.6vw,48px);line-height:1.08;letter-spacing:-.02em;font-weight:800;margin:0 0 18px}.hero h1 .accent{color:var(--forest)}.hero p.sub{font-size:clamp(16px,2.2vw,19px);color:var(--text-2);max-width:52ch;margin:0 0 26px}.pill{display:inline-flex;align-items:center;gap:7px;background:var(--forest-50);color:var(--forest);font-size:13px;font-weight:600;padding:6px 13px;border-radius:999px;margin-bottom:22px}.pill .dot{width:7px;height:7px;border-radius:50%;background:var(--forest)}.trust{display:flex;flex-wrap:wrap;gap:26px;margin-top:26px}.trust .item{display:flex;flex-direction:column}.trust .n{font-size:24px;font-weight:800;color:var(--forest);letter-spacing:-.02em}.trust .l{font-size:13px;color:var(--text-3)}.phone-col{display:flex;justify-content:center}.phone{width:290px;max-width:80vw;aspect-ratio:9/19;background:#0e1512;border-radius:42px;padding:9px;box-shadow:0 30px 60px -20px rgba(40,80,54,.45),0 8px 24px -12px rgba(0,0,0,.25);position:relative}.phone .notch{position:absolute;top:16px;left:50%;transform:translateX(-50%);width:110px;height:26px;background:#0e1512;border-radius:16px;z-index:3}.phone .screen{width:100%;height:100%;border-radius:34px;overflow:hidden;background:var(--bg);display:flex;flex-direction:column}.app-top{padding:30px 18px 10px;font-size:13px;color:var(--text-3);font-weight:600}.app-hero{margin:4px 14px 0;border-radius:20px;padding:20px 18px;background:linear-gradient(158deg,var(--forest-600),var(--forest-700));color:#fff}.app-hero .lbl{font-size:12px;opacity:.85;font-weight:600}.app-hero .big{font-size:52px;font-weight:800;letter-spacing:-2px;line-height:1.05;margin:2px 0}.app-hero .sub{font-size:11.5px;opacity:.85}.app-hero .bar{height:6px;border-radius:4px;background:rgba(255,255,255,.25);margin-top:13px;overflow:hidden}.app-hero .bar>i{display:block;height:100%;width:80%;background:#fff;border-radius:4px}.app-cards{display:flex;gap:10px;margin:12px 14px 0}.app-cards .mini{flex:1 1;background:var(--surface);border:1px solid var(--line);border-radius:14px;padding:11px 12px}.app-cards .mini .k{font-size:10px;color:var(--text-3)}.app-cards .mini .v{font-size:18px;font-weight:800;color:var(--text);letter-spacing:-.02em}.app-row{margin:11px 14px 0;background:var(--surface);border:1px solid var(--line);border-radius:14px;padding:10px 12px;display:flex;align-items:center;justify-content:space-between}.app-row .nm{font-size:12.5px;font-weight:600}.app-row .meta{font-size:10.5px;color:var(--text-3)}.app-row .sc{font-size:15px;font-weight:800;color:var(--forest)}.mock-note{text-align:center;font-size:11px;color:var(--text-3);margin-top:12px}.gps{position:relative;margin:8px 14px 0;border-radius:18px;overflow:hidden;aspect-ratio:5/6}.gps svg{display:block;width:100%;height:100%}.gps-chip{position:absolute;background:rgba(14,21,18,.82);color:#fff;font-size:13px;font-weight:800;padding:5px 9px;border-radius:10px;line-height:1.1;display:flex;flex-direction:column}.gps-chip span{font-size:9px;font-weight:600;opacity:.8}.gps-chip--pin{top:12px;right:12px}.gps-chip--haz{bottom:40%;left:12px;background:rgba(145,100,15,.9)}.stat-card{margin:6px 14px 0;background:var(--surface);border:1px solid var(--line);border-radius:16px;padding:14px;display:grid;grid-gap:12px;gap:12px}.stat-head{display:flex;justify-content:space-between;font-size:11.5px;color:var(--text-2);margin-bottom:5px}.stat-head b{color:var(--text)}.stat-bar{height:7px;border-radius:5px;background:var(--forest-50);overflow:hidden}.stat-bar>i{display:block;height:100%;background:var(--forest);border-radius:5px}.stat-lost{margin:10px 14px 0;background:var(--forest-700);color:#fff;border-radius:14px;padding:11px 13px}.stat-lost .k{font-size:10.5px;opacity:.82}.stat-lost .v{font-size:15px;font-weight:800;margin-top:2px}.stat-lost .v span{font-weight:600;opacity:.85;font-size:12px}.gallery{display:flex;flex-wrap:wrap;gap:28px 30px;justify-content:center;margin-top:30px}.gallery .phone{width:250px}.mock-title{text-align:center;font-size:14px;font-weight:700;color:var(--text);margin-bottom:12px}.lb{margin:8px 14px 0;background:var(--surface);border:1px solid var(--line);border-radius:16px;padding:7px 8px;display:grid;grid-gap:2px;gap:2px}.lb-row{display:flex;align-items:center;gap:11px;padding:9px;border-radius:11px;font-size:13px}.lb-row.me{background:var(--forest-50)}.lb-rank{flex:none;width:22px;height:22px;border-radius:7px;background:var(--bg);color:var(--text-2);font-weight:800;font-size:12px;display:flex;align-items:center;justify-content:center}.lb-rank.top{background:var(--forest);color:#fff}.lb-nm{flex:1 1;font-weight:600}.lb-hcp{font-weight:800;color:var(--forest)}.ch-hero{margin:4px 14px 0;border-radius:18px;padding:16px;background:linear-gradient(158deg,var(--forest-600),var(--forest-700));color:#fff}.ch-lbl{font-size:11px;opacity:.85;font-weight:600}.ch-win{font-size:24px;font-weight:800;letter-spacing:-.02em;margin:1px 0}.ch-sub{font-size:11.5px;opacity:.85}.ch-pt{font-weight:800;color:var(--text-2);font-size:14px}.ch-pt.win{color:var(--forest)}.wx-hero{margin:4px 14px 0;display:flex;align-items:center;gap:14px;background:var(--surface);border:1px solid var(--line);border-radius:16px;padding:14px 16px}.wx-temp{font-size:40px;font-weight:800;letter-spacing:-2px;color:var(--text)}.wx-cond{font-size:13px;font-weight:600}.wx-cond span{display:block;font-size:11px;font-weight:500;color:var(--text-3);margin-top:2px}.wx-hours{margin:10px 14px 0;display:flex;gap:8px}.wx-h{flex:1 1;background:var(--surface);border:1px solid var(--line);border-radius:12px;padding:9px 0;text-align:center}.wx-h span{display:block;font-size:10.5px;color:var(--text-3)}.wx-h b{font-size:14px}.showcase{display:grid;grid-gap:56px;gap:56px}.show-row{display:grid;grid-template-columns:1fr 1fr;grid-gap:40px;gap:40px;align-items:center}.show-row.rev .show-text{order:2}@media (max-width:820px){.show-row,.show-row.rev .show-text{grid-template-columns:1fr;order:0}.showcase{gap:40px}}.show-text .eyebrow{font-size:13px;font-weight:700;color:var(--forest);text-transform:uppercase;letter-spacing:.04em}.show-text h3{font-size:clamp(20px,2.6vw,26px);margin:8px 0 10px;letter-spacing:-.01em}.show-text p{color:var(--text-2);margin:0;font-size:15.5px;max-width:42ch}.card .ic svg{width:22px;height:22px;stroke:var(--forest);fill:none;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.waitlist{display:flex;gap:10px;max-width:460px;flex-wrap:wrap}.waitlist input{flex:1 1;min-width:200px;border:1px solid var(--line);background:var(--surface);border-radius:10px;padding:12px 14px;font-size:15px;color:var(--text)}.waitlist input::placeholder{color:var(--text-3)}.note{font-size:13px;color:var(--text-3);margin-top:10px}.msg{font-size:14px;margin-top:12px;padding:10px 14px;border-radius:10px}.msg.ok{background:var(--forest-50);color:var(--forest)}.msg.err{background:#fbe9e7;color:#b3261e}.section{padding:48px 0}.section h2{font-size:clamp(22px,3vw,30px);letter-spacing:-.01em;margin:0 0 8px}.section .lead{color:var(--text-2);margin:0 0 30px;max-width:56ch}.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));grid-gap:16px;gap:16px}.card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-lg);padding:24px}.card .ic{width:42px;height:42px;border-radius:11px;background:var(--forest-50);color:var(--forest);display:flex;align-items:center;justify-content:center;font-size:20px;margin-bottom:14px}.card h3{font-size:17px;margin:0 0 6px}.card p{font-size:14.5px;color:var(--text-2);margin:0}.steps{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:18px;gap:18px}@media (max-width:760px){.steps{grid-template-columns:1fr}}.step{position:relative;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-lg);padding:26px 22px 22px;overflow:hidden}.step .num{font-size:46px;font-weight:800;color:var(--forest-100);letter-spacing:-.03em;line-height:1}.step h3{font-size:18px;margin:8px 0 6px}.step p{font-size:14.5px;color:var(--text-2);margin:0}.step .conn{display:none}.why{background:var(--forest-50);border-top:1px solid var(--forest-100);border-bottom:1px solid var(--forest-100)}.why-grid{display:grid;grid-template-columns:.85fr 1.15fr;grid-gap:38px;gap:38px;align-items:start}@media (max-width:820px){.why-grid{grid-template-columns:1fr;gap:22px}}.why h2{margin:0 0 10px}.why .lead{color:var(--text-2);margin:0}.why ul{list-style:none;margin:0;padding:0;display:grid;grid-gap:14px;gap:14px}.why li{display:flex;gap:13px;align-items:flex-start}.why li .chk{flex:none;width:26px;height:26px;border-radius:8px;background:var(--forest);color:#fff;display:flex;align-items:center;justify-content:center;margin-top:1px}.why li .chk svg{width:15px;height:15px;stroke:#fff;fill:none;stroke-width:2.4;stroke-linecap:round;stroke-linejoin:round}.why li b{display:block;font-size:15.5px;margin-bottom:2px}.why li span{font-size:14px;color:var(--text-2)}.faq{display:grid;grid-gap:10px;gap:10px;max-width:760px}.faq details{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:2px 18px}.faq summary{list-style:none;cursor:pointer;padding:16px 0;font-weight:600;font-size:15.5px;display:flex;align-items:center;justify-content:space-between;gap:14px}.faq summary::-webkit-details-marker{display:none}.faq summary:after{content:"+";font-size:22px;color:var(--forest);font-weight:400;line-height:1;transition:transform .2s}.faq details[open] summary:after{transform:rotate(45deg)}.faq p{margin:0 0 16px;font-size:14.5px}.faq p,.footer{color:var(--text-2)}.footer{border-top:1px solid var(--line);padding:34px 0;margin-top:24px;font-size:14px}.footer-inner{display:flex;flex-wrap:wrap;gap:20px 32px;align-items:center;justify-content:space-between}.footer a:hover{color:var(--text)}.footer .links{display:flex;flex-wrap:wrap;gap:20px}.legal{padding:36px 0 70px}.legal-head{background:linear-gradient(155deg,var(--forest-600),var(--forest-700));color:#fff;border-radius:var(--radius-lg);padding:30px 28px;margin-bottom:22px}.legal-head h1{font-size:26px;font-weight:800;margin:0}.legal-head .v{opacity:.85;font-size:13px;margin-top:7px}.legal section{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:20px 22px;margin-bottom:14px}.legal h2{font-size:16px;color:var(--forest);margin:0 0 10px}.legal p{margin:0 0 8px;font-size:15px;color:#333}.legal p:last-child{margin-bottom:0}.back{display:inline-block;margin-bottom:18px;color:var(--forest);font-weight:600;font-size:14px}.join{padding:60px 0;text-align:center}.join .code{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:30px;font-weight:700;letter-spacing:6px;background:var(--forest);color:#fff;border-radius:14px;padding:18px 26px;display:inline-block;margin:18px 0}