@import "https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&family=JetBrains+Mono:wght@400;500;600&display=swap";
.landing-root{--brand:#0f4c5c;--brand-700:#0a3a45;--brand-600:#0e4c5a;--brand-500:#1f7c8e;--brand-tint:#eaf3f5;--brand-tint-2:#f2f8f9;--sky:#3bafda;--sky-tint:#e5f4fb;--green:#16a34a;--green-500:#22c55e;--green-tint:#e7f8ee;--amber:#f59e0b;--amber-tint:#fef3d9;--red:#ef4444;--red-tint:#fcebeb;--wa:#25d366;--wa-dark:#128c7e;--bg:#f8fafc;--surface:#fff;--ink:#0b1b22;--ink-2:#5b6b72;--ink-3:#8a979d;--border:#e7ebee;--border-2:#dce2e6;--maxw:1180px;--r-sm:12px;--r-md:16px;--r-lg:22px;--r-xl:30px;--r-2xl:38px;--pill:999px;--shadow-xs:0 1px 2px #0b1b220d;--shadow-sm:0 6px 18px #0b1b220f;--shadow-md:0 14px 38px #0b1b2217;--shadow-lg:0 30px 70px #0b1b2224;--shadow-phone:0 40px 90px #0b1b2238;--font:"Plus Jakarta Sans", system-ui, -apple-system, sans-serif;--mono:"JetBrains Mono", ui-monospace, monospace;font-family:var(--font);background:var(--bg);color:var(--ink);-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;line-height:1.55;overflow-x:hidden}.landing-root *{box-sizing:border-box}.landing-root img{max-width:100%;display:block}.landing-root a{color:inherit;text-decoration:none}.landing-root button{cursor:pointer;font-family:inherit}.landing-root .wrap{width:100%;max-width:var(--maxw);margin:0 auto;padding:0 20px}.landing-root .section{padding:64px 0}.landing-root .section-sm{padding:44px 0}@media (min-width:880px){.landing-root .section{padding:104px 0}.landing-root .section-sm{padding:64px 0}}.landing-root .eyebrow{letter-spacing:.1em;text-transform:uppercase;color:var(--brand-500);align-items:center;gap:8px;font-size:12px;font-weight:700;display:inline-flex}.landing-root .eyebrow.center:before{display:none}.landing-root .section-head{max-width:640px}.landing-root .section-head.center{text-align:center;margin:0 auto}.landing-root h1,.landing-root h2,.landing-root h3{letter-spacing:-.025em;margin:0;font-weight:800;line-height:1.08}.landing-root .h2{font-size:clamp(28px,6vw,46px)}.landing-root .h3{letter-spacing:-.02em;font-size:clamp(20px,4vw,26px)}.landing-root .lead{color:var(--ink-2);font-size:clamp(16px,2.4vw,19px);font-weight:500}.landing-root .muted{color:var(--ink-2)}.landing-root .btn{border-radius:var(--r-md);white-space:nowrap;border:0;justify-content:center;align-items:center;gap:9px;height:54px;padding:0 26px;font-size:15.5px;font-weight:700;transition:transform .18s,box-shadow .18s,background .18s;display:inline-flex}.landing-root .btn svg{width:18px;height:18px}.landing-root .btn-primary{background:var(--brand);color:#fff;box-shadow:0 10px 24px #0f4c5c47}.landing-root .btn-primary:hover{transform:translateY(-2px);box-shadow:0 16px 32px #0f4c5c57}.landing-root .btn-ghost{background:var(--surface);color:var(--ink);border:1.5px solid var(--border-2)}.landing-root .btn-ghost:hover{border-color:var(--brand-500);box-shadow:var(--shadow-sm);transform:translateY(-2px)}.landing-root .btn-wa{background:var(--wa);color:#fff;box-shadow:0 10px 24px #25d3664d}.landing-root .btn-wa:hover{transform:translateY(-2px);box-shadow:0 16px 32px #25d3665c}.landing-root .btn-light{color:var(--brand);background:#fff}.landing-root .btn-light:hover{transform:translateY(-2px);box-shadow:0 16px 32px #0000002e}.landing-root .btn-block{width:100%}.landing-root .btn-lg{height:58px;padding:0 30px;font-size:16.5px}.landing-root .header{z-index:60;-webkit-backdrop-filter:saturate(180%)blur(14px);background:#f8fafcd1;border-bottom:1px solid #0000;transition:border-color .2s,box-shadow .2s,background .2s;position:fixed;top:0;left:0;right:0}.landing-root main{padding-top:68px}.landing-root .header.is-scrolled{border-color:var(--border);box-shadow:var(--shadow-xs)}.landing-root .header-inner{align-items:center;gap:16px;height:68px;display:flex}.landing-root .brand{letter-spacing:-.02em;align-items:center;gap:11px;font-size:18px;font-weight:800;display:inline-flex}.landing-root .brand-mark{background:linear-gradient(135deg, var(--brand) 0%, var(--brand-500) 100%);color:#fff;border-radius:11px;flex-shrink:0;place-items:center;width:38px;height:38px;display:grid;box-shadow:0 6px 16px #0f4c5c47}.landing-root .brand-mark svg{width:20px;height:20px}.landing-root .brand small{letter-spacing:.16em;color:var(--ink-3);text-transform:uppercase;margin-top:1px;font-size:9.5px;font-weight:700;display:block}.landing-root .nav{align-items:center;gap:4px;margin-left:auto;display:flex}.landing-root .nav-links{align-items:center;gap:4px;display:none}.landing-root .nav-links a{color:var(--ink-2);border-radius:10px;padding:9px 14px;font-size:14.5px;font-weight:600;transition:color .15s,background .15s}.landing-root .nav-links a:hover{color:var(--ink);background:var(--surface)}.landing-root .nav-cta{align-items:center;gap:10px;display:none}.landing-root .nav-login{color:var(--ink);padding:9px 8px;font-size:14.5px;font-weight:700}.landing-root .nav-toggle{background:var(--surface);border:1.5px solid var(--border-2);border-radius:12px;place-items:center;width:44px;height:44px;margin-left:auto;display:inline-grid}.landing-root .nav-toggle svg{width:22px;height:22px}@media (max-width:879px){.landing-root .nav{background:var(--surface);border-bottom:1px solid var(--border);box-shadow:var(--shadow-md);opacity:0;pointer-events:none;visibility:hidden;flex-direction:column;align-items:stretch;gap:6px;padding:16px 20px 24px;transition:transform .22s,opacity .22s,visibility .22s;position:fixed;inset:68px 0 auto;transform:translateY(-12px)}.landing-root .nav.is-open{opacity:1;pointer-events:auto;visibility:visible;transform:translateY(0)}.landing-root .nav-links{flex-direction:column;align-items:stretch;gap:2px;display:flex}.landing-root .nav-links a{padding:13px 14px;font-size:16px}.landing-root .nav-cta{flex-direction:column;align-items:stretch;gap:10px;margin-top:10px;display:flex}.landing-root .nav-login{text-align:center;border:1.5px solid var(--border-2);border-radius:var(--r-md);padding:14px}}@media (min-width:880px){.landing-root .nav-toggle{display:none}.landing-root .nav-links,.landing-root .nav-cta{display:flex}}.landing-root .hero{padding:36px 0 24px;position:relative;overflow:hidden}.landing-root .hero:before{content:"";z-index:0;filter:blur(8px);background:radial-gradient(circle,#3bafda38,#0000 64%);border-radius:50%;width:560px;height:560px;position:absolute;top:-180px;right:-160px}.landing-root .hero:after{content:"";z-index:0;background:radial-gradient(circle,#22c55e24,#0000 64%);border-radius:50%;width:520px;height:520px;position:absolute;bottom:-200px;left:-180px}.landing-root .hero-grid{z-index:1;align-items:center;gap:36px;display:grid;position:relative}@media (min-width:980px){.landing-root .hero{padding:70px 0 40px}.landing-root .hero-grid{grid-template-columns:1.05fr .95fr;gap:40px}}.landing-root .hero h1{letter-spacing:-.03em;font-size:clamp(33px,7.4vw,60px)}.landing-root .hero h1 .hl-underline{color:var(--brand);position:relative}.landing-root .hero h1 .hl-underline:after{content:"";z-index:-1;background:#3bafda47;border-radius:4px;height:.28em;position:absolute;bottom:.04em;left:0;right:0}.landing-root .hero .lead{max-width:520px;margin-top:20px}.landing-root .hero-cta{flex-wrap:wrap;gap:12px;margin-top:28px;display:flex}.landing-root .hero-cta .btn{flex:auto;min-width:200px}@media (min-width:560px){.landing-root .hero-cta .btn{flex:none}}.landing-root .hero-trust{flex-wrap:wrap;gap:8px 18px;margin-top:24px;display:flex}.landing-root .hero-trust span{color:var(--ink-2);align-items:center;gap:7px;font-size:13.5px;font-weight:600;display:inline-flex}.landing-root .hero-trust svg{width:17px;height:17px;color:var(--green);flex-shrink:0}.landing-root .phone-stage{justify-content:center;display:flex;position:relative}.landing-root .phone{width:300px;height:624px;box-shadow:var(--shadow-phone);background:#0b1b22;border-radius:46px;flex-shrink:0;padding:11px;position:relative}.landing-root .phone-screen{background:var(--bg);border-radius:36px;flex-direction:column;width:100%;height:100%;display:flex;position:relative;overflow:hidden}.landing-root .phone-notch{z-index:30;background:#0b1b22;border-radius:0 0 16px 16px;width:116px;height:26px;position:absolute;top:0;left:50%;transform:translate(-50%)}.landing-root .phone-glow{z-index:-1;filter:blur(10px);background:radial-gradient(#0f4c5c47,#0000 70%);height:220px;position:absolute;inset:auto -40px -40px}.landing-root .float-card{z-index:5;background:var(--surface);box-shadow:var(--shadow-md);border:1px solid var(--border);border-radius:16px;align-items:center;gap:10px;padding:11px 13px;display:flex;position:absolute}.landing-root .float-card .fc-ic{border-radius:10px;flex-shrink:0;place-items:center;width:36px;height:36px;display:grid}.landing-root .float-card .fc-ic svg{width:18px;height:18px}.landing-root .float-card .fc-t{color:var(--ink-2);font-size:11px;font-weight:600}.landing-root .float-card .fc-v{letter-spacing:-.01em;font-size:14px;font-weight:800}.landing-root .fc-pay{top:78px;left:-18px}.landing-root .fc-occ{bottom:96px;right:-16px}@media (max-width:420px){.landing-root .fc-pay{left:-6px;transform:scale(.92)}.landing-root .fc-occ{right:-4px;transform:scale(.92)}}.landing-root .float-anim{animation:5s ease-in-out infinite floaty}.landing-root .float-anim.d2{animation-delay:1.4s}@keyframes floaty{0%,to{transform:translateY(0)}50%{transform:translateY(-9px)}}@media (prefers-reduced-motion:reduce){.landing-root .float-anim{animation:none}}.landing-root .app{flex-direction:column;height:100%;font-size:13px;display:flex}.landing-root .app-statusbar{color:var(--ink);justify-content:space-between;align-items:center;padding:9px 22px 4px;font-size:11px;font-weight:700;display:flex}.landing-root .app-statusbar .sb-dots{align-items:center;gap:4px;display:flex}.landing-root .app-statusbar .sb-dots i{background:var(--ink);border-radius:50%;width:4px;height:4px;display:block}.landing-root .app-scroll{flex-direction:column;flex:1;min-height:0;display:flex;overflow:hidden}.landing-root .app-header{background:var(--surface);border-bottom:1px solid var(--border);align-items:center;gap:10px;padding:8px 16px 14px;display:flex}.landing-root .av{color:#fff;border-radius:50%;flex-shrink:0;place-items:center;font-weight:700;display:grid}.landing-root .av-1{background:linear-gradient(135deg,#155e6e,#3bafda)}.landing-root .av-2{background:linear-gradient(135deg,#0b3f4a,#15803d)}.landing-root .av-3{background:linear-gradient(135deg,#1f7c8e,#0e4c5a)}.landing-root .av-4{background:linear-gradient(135deg,#7c2d12,#f59e0b)}.landing-root .app-hello{flex:1;min-width:0}.landing-root .app-hello .s{color:var(--ink-2);font-size:11px;font-weight:600}.landing-root .app-hello .n{letter-spacing:-.01em;align-items:center;gap:5px;font-size:14.5px;font-weight:800;display:flex}.landing-root .app-bell{background:var(--bg);border-radius:50%;flex-shrink:0;place-items:center;width:36px;height:36px;display:grid;position:relative}.landing-root .app-bell svg{width:18px;height:18px}.landing-root .app-bell .dot{background:var(--red);border:2px solid var(--surface);border-radius:50%;width:8px;height:8px;position:absolute;top:7px;right:8px}.landing-root .app-body{flex-direction:column;flex:1;gap:12px;min-height:0;padding:14px 16px;display:flex;overflow:hidden}.landing-root .kpis{grid-template-columns:1fr 1fr;gap:9px;display:grid}.landing-root .kpi{border:1px solid var(--border);border-radius:16px;flex-direction:column;justify-content:space-between;min-height:92px;padding:12px;display:flex}.landing-root .kpi .kl{opacity:.85;justify-content:space-between;align-items:center;font-size:11px;font-weight:600;display:flex}.landing-root .kpi .kl svg{opacity:.8;width:15px;height:15px}.landing-root .kpi .kv{letter-spacing:-.03em;font-size:25px;font-weight:800;line-height:1}.landing-root .kpi .ks{opacity:.72;margin-top:3px;font-size:10.5px;font-weight:600}.landing-root .kpi-teal{background:var(--brand);color:#fff;border:none}.landing-root .kpi-dark{background:var(--ink);color:#fff;border:none}.landing-root .kpi-green{background:var(--green-tint);color:#14532d}.landing-root .kpi-amber{background:var(--amber-tint);color:#7c2d12}.landing-root .app-sec-h{justify-content:space-between;align-items:center;padding:0 2px;display:flex}.landing-root .app-sec-h .t{letter-spacing:-.01em;font-size:14px;font-weight:800}.landing-root .app-sec-h .a{color:var(--brand);font-size:11.5px;font-weight:700}.landing-root .actions{grid-template-columns:repeat(4,1fr);gap:8px;display:grid}.landing-root .action{flex-direction:column;align-items:center;gap:6px;display:flex}.landing-root .action .ai{color:#fff;border-radius:16px;place-items:center;width:50px;height:50px;display:grid;box-shadow:0 6px 14px #0b1b221f}.landing-root .action .ai svg{width:19px;height:19px}.landing-root .action .al{color:var(--ink-2);font-size:10.5px;font-weight:600}.landing-root .tcard{background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow-xs);border-radius:16px;align-items:center;gap:10px;padding:12px;display:flex}.landing-root .tcard .tc-ic{border-radius:12px;place-items:center;width:40px;height:40px;display:grid}.landing-root .tcard .tc-ic svg{width:19px;height:19px}.landing-root .tcard .tc-main{flex:1;min-width:0}.landing-root .tcard .tc-title{align-items:center;gap:6px;font-size:13px;font-weight:700;display:flex}.landing-root .tcard .tc-sub{color:var(--ink-2);margin-top:2px;font-size:11px}.landing-root .tcard .tc-amt{color:var(--green);font-size:14px;font-weight:800}.landing-root .badge{border-radius:var(--pill);white-space:nowrap;align-items:center;gap:4px;padding:3px 8px;font-size:10.5px;font-weight:700;display:inline-flex}.landing-root .badge-amber{background:var(--amber-tint);color:#92400e}.landing-root .badge-green{background:var(--green-tint);color:#166534}.landing-root .badge-info{background:var(--sky-tint);color:#075985}.landing-root .badge-red{background:var(--red-tint);color:#991b1b}.landing-root .occ-card{background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow-xs);border-radius:16px;padding:13px}.landing-root .occ-top{justify-content:space-between;align-items:center;margin-bottom:10px;display:flex}.landing-root .occ-top .t{font-size:13.5px;font-weight:700}.landing-root .occ-top .v{color:var(--brand);letter-spacing:-.02em;font-size:22px;font-weight:800}.landing-root .occ-grid{grid-template-columns:repeat(18,1fr);gap:3px;display:grid}.landing-root .occ-grid i{border-radius:4px;height:24px;font-style:normal;display:block}.landing-root .app-nav{background:var(--surface);border-top:1px solid var(--border);flex-shrink:0;padding:7px 4px;display:flex}.landing-root .app-nav .ni{color:var(--ink-3);flex-direction:column;flex:1;align-items:center;gap:3px;display:flex}.landing-root .app-nav .ni svg{width:21px;height:21px}.landing-root .app-nav .ni .nl{font-size:9.5px;font-weight:600}.landing-root .app-nav .ni.on{color:var(--brand)}.landing-root .app-nav .ni.on .pill{background:var(--brand-tint)}.landing-root .app-nav .ni .pill{border-radius:var(--pill);place-items:center;padding:3px 13px;display:grid}.landing-root .app-tabs{background:var(--bg);border-radius:12px;gap:5px;padding:4px;display:flex}.landing-root .app-tabs .tab{text-align:center;color:var(--ink-2);border-radius:9px;flex:1;padding:7px 0;font-size:11px;font-weight:700}.landing-root .app-tabs .tab.on{background:var(--surface);color:var(--ink);box-shadow:var(--shadow-xs)}.landing-root .rev-hero{background:var(--ink);color:#fff;border-radius:18px;padding:15px}.landing-root .rev-hero .lab{opacity:.65;text-transform:uppercase;letter-spacing:.06em;font-size:11px;font-weight:700}.landing-root .rev-hero .big{letter-spacing:-.03em;margin-top:5px;font-size:30px;font-weight:800}.landing-root .rev-hero .big small{opacity:.6;font-size:13px;font-weight:700}.landing-root .rev-bars{align-items:flex-end;gap:7px;height:84px;margin-top:16px;display:flex}.landing-root .rev-bars .bar{flex-direction:column;flex:1;align-items:center;gap:5px;display:flex}.landing-root .rev-bars .bar i{background:#fff3;border-radius:5px;width:100%;font-style:normal;display:block}.landing-root .rev-bars .bar.on i{background:var(--sky)}.landing-root .rev-bars .bar span{opacity:.6;font-size:9.5px;font-weight:600}.landing-root .rank{background:var(--surface);border:1px solid var(--border);border-radius:16px;overflow:hidden}.landing-root .rank .row{border-bottom:1px solid var(--border);align-items:center;gap:10px;padding:10px 12px;display:flex}.landing-root .rank .row:last-child{border-bottom:none}.landing-root .rank .rk{background:var(--bg);width:25px;height:25px;color:var(--ink-2);border-radius:8px;flex-shrink:0;place-items:center;font-size:12px;font-weight:800;display:grid}.landing-root .rank .row:first-child .rk{background:var(--amber-tint);color:#92400e}.landing-root .rank .rmain{flex:1;min-width:0}.landing-root .rank .rname{font-size:12.5px;font-weight:700}.landing-root .rank .rsub{color:var(--ink-2);font-size:10.5px}.landing-root .rank .rval{color:var(--brand);font-size:13px;font-weight:800}.landing-root .thumb{background:linear-gradient(135deg,#0e4c5a,#1f7c8e);border-radius:10px;flex-shrink:0;position:relative;overflow:hidden}.landing-root .thumb.t1{background:linear-gradient(135deg,#155e6e,#3bafda)}.landing-root .thumb.t2{background:linear-gradient(135deg,#0b3f4a,#15803d)}.landing-root .thumb.t3{background:linear-gradient(135deg,#1f7c8e,#0e4c5a)}.landing-root .resv{background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow-xs);border-radius:16px;padding:12px}.landing-root .resv-top{align-items:flex-start;gap:10px;display:flex}.landing-root .resv-top .rt-main{flex:1;min-width:0}.landing-root .resv .rt-name{font-size:13.5px;font-weight:700}.landing-root .resv .rt-apt{color:var(--ink-2);margin-top:1px;font-size:11px}.landing-root .resv-meta{color:var(--ink-2);align-items:center;gap:8px;margin-top:9px;font-size:11px;font-weight:600;display:flex}.landing-root .resv-meta svg{width:13px;height:13px}.landing-root .resv-foot{border-top:1px dashed var(--border-2);justify-content:space-between;align-items:center;margin-top:9px;padding-top:9px;display:flex}.landing-root .resv-foot .st{font-size:10.5px;font-weight:700}.landing-root .resv-foot .amt{letter-spacing:-.02em;font-size:14px;font-weight:800}.landing-root .strip{border-top:1px solid var(--border);border-bottom:1px solid var(--border);background:var(--surface)}.landing-root .strip-inner{flex-direction:column;gap:18px;padding:28px 0;display:flex}.landing-root .strip-label{color:var(--ink-3);text-align:center;letter-spacing:.02em;font-size:12.5px;font-weight:700}.landing-root .strip-logos{flex-wrap:wrap;justify-content:center;align-items:center;gap:10px 12px;display:flex}.landing-root .op{border-radius:var(--pill);background:var(--bg);border:1px solid var(--border);color:var(--ink);align-items:center;gap:8px;padding:9px 15px;font-size:13px;font-weight:700;display:inline-flex}.landing-root .op .op-logo{color:#fff;border-radius:7px;flex-shrink:0;place-items:center;width:24px;height:24px;font-size:12px;font-weight:800;display:grid}.landing-root .op .op-logo svg{width:15px;height:15px}.landing-root .ba-grid{gap:16px;margin-top:36px;display:grid}@media (min-width:760px){.landing-root .ba-grid{grid-template-columns:1fr 1fr;gap:20px}}.landing-root .ba-col{border-radius:var(--r-xl);border:1px solid var(--border);padding:26px}.landing-root .ba-before{background:var(--surface)}.landing-root .ba-after{background:linear-gradient(160deg, var(--brand) 0%, var(--brand-700) 100%);color:#fff;box-shadow:var(--shadow-md)}.landing-root .ba-col h3{align-items:center;gap:10px;margin-bottom:4px;font-size:19px;display:flex}.landing-root .ba-tag{letter-spacing:.08em;text-transform:uppercase;border-radius:var(--pill);padding:4px 10px;font-size:11px;font-weight:800}.landing-root .ba-before .ba-tag{background:var(--red-tint);color:#991b1b}.landing-root .ba-after .ba-tag{color:#fff;background:#ffffff29}.landing-root .ba-list{flex-direction:column;gap:13px;margin:18px 0 0;padding:0;list-style:none;display:flex}.landing-root .ba-list li{align-items:flex-start;gap:11px;font-size:14.5px;font-weight:500;display:flex}.landing-root .ba-list li svg{flex-shrink:0;width:20px;height:20px;margin-top:1px}.landing-root .ba-before .ba-list li{color:var(--ink-2)}.landing-root .ba-before .ba-list li svg{color:var(--red)}.landing-root .ba-after .ba-list li svg{color:#6ee7a8}.landing-root .feat-grid{gap:16px;margin-top:40px;display:grid}@media (min-width:680px){.landing-root .feat-grid{grid-template-columns:1fr 1fr}}@media (min-width:1000px){.landing-root .feat-grid{grid-template-columns:repeat(3,1fr)}}.landing-root .feat{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-xl);box-shadow:var(--shadow-xs);padding:24px;transition:transform .2s,box-shadow .2s,border-color .2s}.landing-root .feat:hover{box-shadow:var(--shadow-md);border-color:#0000;transform:translateY(-4px)}.landing-root .feat.hl{background:linear-gradient(165deg, #fbfefd 0%, var(--brand-tint-2) 100%);border-color:var(--brand-tint)}.landing-root .feat-ic{border-radius:15px;place-items:center;width:50px;height:50px;margin-bottom:16px;display:grid}.landing-root .feat-ic svg{width:24px;height:24px}.landing-root .fic-teal{background:var(--brand-tint);color:var(--brand)}.landing-root .fic-green{background:var(--green-tint);color:var(--green)}.landing-root .fic-sky{background:var(--sky-tint);color:#1283b0}.landing-root .fic-amber{background:var(--amber-tint);color:#b45309}.landing-root .fic-wa{color:var(--wa-dark);background:#dbf5e3}.landing-root .fic-ink{color:var(--ink);background:#edf0f2}.landing-root .feat h3{margin-bottom:7px;font-size:18px}.landing-root .feat p{color:var(--ink-2);margin:0;font-size:14.5px}.landing-root .feat .feat-pill{color:var(--brand);text-transform:uppercase;letter-spacing:.06em;align-items:center;gap:6px;margin-top:14px;font-size:11.5px;font-weight:800;display:inline-flex}.landing-root .feat .feat-pill svg{width:14px;height:14px}.landing-root .show{align-items:center;gap:32px;display:grid}.landing-root .show+.show{margin-top:72px}@media (min-width:920px){.landing-root .show{grid-template-columns:1fr 1fr;gap:56px}.landing-root .show.rev .show-text{order:2}.landing-root .show.rev .show-media{order:1}}.landing-root .show-media{justify-content:center;display:flex}.landing-root .show-text .eyebrow{margin-bottom:14px}.landing-root .show-text h3{font-size:clamp(24px,4vw,34px)}.landing-root .show-text p{color:var(--ink-2);margin:16px 0 0;font-size:16.5px}.landing-root .show-points{flex-direction:column;gap:13px;margin:22px 0 0;padding:0;list-style:none;display:flex}.landing-root .show-points li{align-items:flex-start;gap:11px;font-size:15px;font-weight:600;display:flex}.landing-root .show-points li svg{width:22px;height:22px;color:var(--green);flex-shrink:0}.landing-root .show .phone{transform:scale(.92)}@media (min-width:920px){.landing-root .show .phone{transform:scale(1)}}.landing-root .show-media{position:relative}.landing-root .show-media:before{content:"";z-index:0;background:radial-gradient(circle,#3bafda29,#0000 65%);border-radius:50%;width:320px;height:320px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.landing-root .video-wrap{max-width:920px;margin-top:36px;margin-left:auto;margin-right:auto}.landing-root .video-box{border-radius:var(--r-2xl);aspect-ratio:16/9;box-shadow:var(--shadow-lg);cursor:pointer;background:radial-gradient(circle at 28% 30%,#3bafda80,#0000 55%),radial-gradient(circle at 78% 74%,#22c55e59,#0000 55%),linear-gradient(150deg,#0b3f4a 0%,#0f4c5c 55%,#0a3a45 100%);place-items:center;display:grid;position:relative;overflow:hidden}.landing-root .video-box:after{content:"";opacity:.5;pointer-events:none;background-image:linear-gradient(#ffffff0d 1px,#0000 1px),linear-gradient(90deg,#ffffff0d 1px,#0000 1px);background-size:40px 40px;position:absolute;inset:0}.landing-root .video-inner{z-index:2;text-align:center;color:#fff;padding:20px;position:relative}.landing-root .video-play{width:78px;height:78px;color:var(--brand);background:#fff;border:0;border-radius:50%;place-items:center;margin:0 auto 16px;transition:transform .2s;display:grid;position:relative;box-shadow:0 16px 40px #0000004d}.landing-root .video-play svg{width:30px;height:30px;margin-left:4px}.landing-root .video-play:before{content:"";border:2px solid #ffffff80;border-radius:50%;width:78px;height:78px;animation:2.4s ease-out infinite ring;position:absolute}@keyframes ring{0%{opacity:.7;transform:scale(1)}to{opacity:0;transform:scale(1.7)}}@media (prefers-reduced-motion:reduce){.landing-root .video-play:before{animation:none}}.landing-root .video-box:hover .video-play{transform:scale(1.06)}.landing-root .video-inner .vt{letter-spacing:-.01em;font-size:18px;font-weight:800}.landing-root .video-inner .vs{opacity:.82;margin-top:4px;font-size:13.5px;font-weight:500}.landing-root .offer-grid{align-items:center;gap:22px;margin-top:40px;display:grid}@media (min-width:900px){.landing-root .offer-grid{grid-template-columns:1fr .9fr;gap:40px}}.landing-root .offer-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-2xl);box-shadow:var(--shadow-md);padding:30px;position:relative;overflow:hidden}.landing-root .offer-card:before{content:"";background:radial-gradient(circle,#22c55e29,#0000 65%);border-radius:50%;width:200px;height:200px;position:absolute;top:-60px;right:-60px}.landing-root .offer-ribbon{border-radius:var(--pill);background:var(--green-tint);color:#14532d;align-items:center;gap:7px;padding:7px 14px;font-size:12.5px;font-weight:800;display:inline-flex}.landing-root .offer-ribbon svg{width:16px;height:16px}.landing-root .offer-price{flex-wrap:wrap;align-items:baseline;gap:10px;margin:18px 0 2px;display:flex}.landing-root .offer-price .free{letter-spacing:-.03em;color:var(--brand);font-size:clamp(38px,8vw,52px);font-weight:800}.landing-root .offer-price .free small{color:var(--ink-2);font-size:18px;font-weight:700}.landing-root .offer-after{color:var(--ink-2);font-size:13.5px;font-weight:600}.landing-root .offer-list{flex-direction:column;gap:12px;margin:22px 0;padding:0;list-style:none;display:flex}.landing-root .offer-list li{align-items:flex-start;gap:11px;font-size:14.5px;font-weight:600;display:flex}.landing-root .offer-list li svg{width:20px;height:20px;color:var(--green);flex-shrink:0;margin-top:1px}.landing-root .offer-note{color:var(--ink-3);text-align:center;margin-top:12px;font-size:12.5px}.landing-root .guarantee{flex-direction:column;gap:18px;display:flex}.landing-root .guar-card{background:var(--bg);border:1px solid var(--border);border-radius:var(--r-xl);align-items:flex-start;gap:15px;padding:22px;display:flex}.landing-root .guar-card .g-ic{border-radius:14px;flex-shrink:0;place-items:center;width:48px;height:48px;display:grid}.landing-root .guar-card .g-ic svg{width:24px;height:24px}.landing-root .guar-card h4{margin:0 0 4px;font-size:16px;font-weight:800}.landing-root .guar-card p{color:var(--ink-2);margin:0;font-size:13.5px}.landing-root .faq-list{flex-direction:column;gap:12px;max-width:760px;margin:36px auto 0;display:flex}.landing-root .faq{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-md);transition:border-color .2s,box-shadow .2s;overflow:hidden}.landing-root .faq.is-open{border-color:var(--brand-tint);box-shadow:var(--shadow-sm)}.landing-root .faq-q{text-align:left;width:100%;color:var(--ink);background:0 0;border:0;align-items:center;gap:14px;padding:19px 20px;font-size:15.5px;font-weight:700;display:flex}.landing-root .faq-q .fi{background:var(--brand-tint);width:26px;height:26px;color:var(--brand);border-radius:8px;flex-shrink:0;place-items:center;margin-left:auto;transition:transform .25s,background .2s;display:grid}.landing-root .faq-q .fi svg{width:16px;height:16px}.landing-root .faq.is-open .faq-q .fi{background:var(--brand);color:#fff;transform:rotate(45deg)}.landing-root .faq-a{max-height:0;transition:max-height .3s;overflow:hidden}.landing-root .faq.is-open .faq-a{max-height:320px}.landing-root .faq-a p{color:var(--ink-2);margin:0;padding:0 20px 20px;font-size:14.5px}.landing-root .cta{border-radius:var(--r-2xl);color:#fff;text-align:center;background:linear-gradient(155deg,#0e4c5a 0%,#0f4c5c 45%,#0a2e38 100%);padding:56px 28px;position:relative;overflow:hidden}.landing-root .cta:before{content:"";background:radial-gradient(circle,#3bafda4d,#0000 62%);border-radius:50%;width:360px;height:360px;position:absolute;top:-120px;left:-80px}.landing-root .cta:after{content:"";background:radial-gradient(circle,#22c55e38,#0000 62%);border-radius:50%;width:380px;height:380px;position:absolute;bottom:-140px;right:-80px}.landing-root .cta-inner{z-index:2;max-width:640px;margin:0 auto;position:relative}.landing-root .cta h2{letter-spacing:-.03em;font-size:clamp(28px,6vw,46px)}.landing-root .cta p{color:#ffffffd1;max-width:480px;margin:16px auto 0;font-size:17px}.landing-root .cta-btns{flex-wrap:wrap;justify-content:center;gap:12px;margin-top:30px;display:flex}.landing-root .cta-btns .btn{flex:auto;min-width:220px}@media (min-width:560px){.landing-root .cta-btns .btn{flex:none}}.landing-root .cta-fine{color:#fff9;margin-top:20px;font-size:13px}.landing-root .contact-grid{max-width:680px;margin:48px auto 0}.landing-root .contact-form{flex-direction:column;gap:20px;display:flex}.landing-root .cf-row{grid-template-columns:1fr 1fr;gap:16px;display:grid}@media (max-width:600px){.landing-root .cf-row{grid-template-columns:1fr}}.landing-root .cf-field{flex-direction:column;gap:7px;display:flex}.landing-root .cf-field label{color:var(--ink);font-size:14px;font-weight:700}.landing-root .cf-req{color:var(--brand)}.landing-root .cf-opt{color:var(--ink-3);font-size:13px;font-weight:500}.landing-root .cf-field input,.landing-root .cf-field textarea{box-sizing:border-box;background:var(--bg);border:1.5px solid var(--border-2);border-radius:var(--r-md);width:100%;color:var(--ink);resize:vertical;outline:none;padding:12px 14px;font-family:inherit;font-size:15px;transition:border-color .18s,box-shadow .18s}.landing-root .cf-field input:focus,.landing-root .cf-field textarea:focus{border-color:var(--brand);box-shadow:0 0 0 3px var(--brand-tint)}.landing-root .cf-field input::placeholder,.landing-root .cf-field textarea::placeholder{color:var(--ink-3)}.landing-root .cf-error{color:#dc2626;background:#fee2e2;border-radius:10px;padding:10px 14px;font-size:14px}.landing-root .contact-success{text-align:center;background:var(--bg);border:1.5px solid var(--border);border-radius:var(--r-lg);padding:56px 24px}.landing-root .contact-success-ic{background:#d1fae5;border-radius:50%;place-items:center;width:64px;height:64px;margin:0 auto 20px;display:grid}.landing-root .contact-success-ic svg{color:#16a34a;width:30px;height:30px}.landing-root .contact-success h3{color:var(--ink);margin:0 0 8px;font-size:22px}.landing-root .contact-success p{color:var(--ink-2);margin:0;font-size:15px}.landing-root .footer{background:var(--surface);border-top:1px solid var(--border);padding:54px 0 30px}.landing-root .footer-top{gap:32px;display:grid}@media (min-width:760px){.landing-root .footer-top{grid-template-columns:1.4fr 1fr 1fr 1fr;gap:28px}}.landing-root .footer-brand p{color:var(--ink-2);max-width:280px;margin:14px 0 0;font-size:14px}.landing-root .footer-col h5{letter-spacing:.08em;text-transform:uppercase;color:var(--ink-3);margin:0 0 14px;font-size:12px;font-weight:800}.landing-root .footer-col ul{flex-direction:column;gap:10px;margin:0;padding:0;list-style:none;display:flex}.landing-root .footer-col a{color:var(--ink-2);font-size:14px;font-weight:500}.landing-root .footer-col a:hover{color:var(--brand)}.landing-root .footer-bottom{border-top:1px solid var(--border);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-top:40px;padding-top:24px;display:flex}.landing-root .footer-bottom p{color:var(--ink-3);margin:0;font-size:13px}.landing-root .footer-flag{color:var(--ink-2);align-items:center;gap:7px;font-size:13px;font-weight:600;display:inline-flex}.landing-root [data-reveal]{opacity:0;transition:opacity .7s cubic-bezier(.16,.84,.44,1),transform .7s cubic-bezier(.16,.84,.44,1);transform:translateY(26px)}.landing-root [data-reveal].is-visible{opacity:1;transform:none}@media (prefers-reduced-motion:reduce){.landing-root [data-reveal]{opacity:1;transition:none;transform:none}}
