:root{--brand:#5026d3;--brand-600:#3a1aaa;--brand-700:#2a1380;--brand-100:#e8e1fb;--brand-50:#f2eefd;--lime:#c0db52;--lime-dark:#92ad2a;--lime-soft:#eef5c9;--ink:#0e0c19;--ink-2:#3a3744;--ink-3:#605b6d;--ink-4:#8e899b;--paper:#fbfaf6;--paper-2:#f4f1e8;--paper-3:#e9e5d7;--line:rgba(14,12,25,0.08);--line-2:rgba(14,12,25,0.14);--green:#3bb273;--green-bg:#e1f4ea;--pink:#d4537e;--pink-bg:#fbeaf0;--orange:#f5a524;--orange-bg:#fef1d8;--display:var(--font-display),"Plus Jakarta Sans",system-ui,sans-serif;--body:var(--font-body),"Inter","Plus Jakarta Sans",system-ui,sans-serif;--mono:"JetBrains Mono",ui-monospace,monospace;--container:1200px;--pad:clamp(24px,4vw,40px);--r-sm:10px;--r-md:16px;--r-lg:22px;--r-xl:28px;--r-full:999px}.landing{font-family:var(--body);background:var(--paper);color:var(--ink);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;font-feature-settings:"ss01","cv11";line-height:1.55;overflow-x:hidden;width:100%}.landing,.landing *{-webkit-tap-highlight-color:transparent}.landing *{box-sizing:border-box}.landing img{max-width:100%;display:block}.landing a{color:inherit;text-decoration:none}.landing button{font-family:inherit}.landing .container{width:100%;max-width:var(--container);margin:0 auto;padding-left:var(--pad);padding-right:var(--pad)}.landing .section{padding:clamp(28px,3.5vw,52px) 0;position:relative}.landing .section--tight{padding:clamp(20px,2.5vw,36px) 0}.landing .eyebrow{display:inline-flex;align-items:center;gap:8px;font-family:var(--body);font-size:12px;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:var(--brand)}.landing .eyebrow:before{content:"";width:24px;height:1.5px;background:var(--brand);border-radius:2px}.landing .eyebrow.on-dark{color:var(--lime)}.landing .eyebrow.on-dark:before{background:var(--lime)}.landing h1,.landing h2,.landing h3,.landing h4{font-family:var(--display);font-weight:800;letter-spacing:-.02em;margin:0;line-height:1.05;color:var(--ink);text-wrap:balance}.landing h1{font-size:clamp(44px,7.2vw,96px);line-height:.96}.landing h2{font-size:clamp(34px,4.6vw,60px)}.landing h3{font-size:clamp(22px,2.2vw,30px);line-height:1.1}.landing h4{font-size:18px;line-height:1.25;letter-spacing:-.01em}.landing p{margin:0;color:var(--ink-2);font-size:17px;line-height:1.6;text-wrap:pretty}.landing .lead{font-size:clamp(17px,1.6vw,21px);color:var(--ink-3);line-height:1.55;max-width:52ch}.landing .kicker{color:var(--ink-3);font-size:14px;font-weight:500;letter-spacing:.02em}.landing .btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:18px 26px;border-radius:var(--r-full);font-family:var(--body);font-weight:600;font-size:15px;letter-spacing:-.01em;border:none;cursor:pointer;transition:transform .12s ease,box-shadow .2s ease,background .2s ease,color .2s ease;white-space:nowrap}.landing .btn:active{transform:translateY(1px)}.landing .btn--primary{background:var(--brand);color:#fff;box-shadow:0 12px 28px -10px rgba(80,38,211,.5),inset 0 1px 0 rgba(255,255,255,.12)}.landing .btn--primary:hover{background:var(--brand-600)}.landing .btn--lime{background:var(--lime);color:var(--brand-700);box-shadow:0 14px 28px -12px rgba(192,219,82,.7)}.landing .btn--lime:hover{background:#b0cc40}.landing .btn--ghost{background:transparent;color:var(--ink);border:1.5px solid var(--line-2)}.landing .btn--ghost:hover{background:var(--paper-2);border-color:var(--ink-4)}.landing .btn--dark{background:var(--ink);color:#fff}.landing .btn--dark:hover{background:#000}.landing .btn--lg{padding:20px 32px;font-size:16px}.landing .btn--sm{padding:11px 18px;font-size:13.5px}.landing .btn .arrow{display:inline-flex;width:18px;height:18px;align-items:center;justify-content:center;transition:transform .2s ease}.landing .btn:hover .arrow{transform:translateX(3px)}.landing .nav{position:-webkit-sticky;position:sticky;top:0;z-index:80;background:rgba(251,250,246,.78);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border-bottom:1px solid transparent;transition:border-color .2s ease,background .2s ease}.landing .nav.is-scrolled{border-bottom-color:var(--line)}.landing .nav-inner{display:flex;align-items:center;padding-top:14px;padding-bottom:14px;gap:32px}.landing .nav-logo{display:flex;align-items:center;gap:10px;font-family:var(--display);font-weight:800;font-size:18px;color:var(--brand);letter-spacing:-.02em}.landing .nav-logo img{width:64px;height:64px;display:block}.landing .nav-links{display:flex;align-items:center;gap:6px;margin-left:auto}.landing .nav-links a{padding:9px 14px;border-radius:var(--r-full);font-size:14.5px;font-weight:500;color:var(--ink-2);transition:color .15s,background .15s}.landing .nav-links a:hover{color:var(--ink);background:var(--paper-2)}.landing .nav-cta{display:flex;gap:8px;align-items:center}.landing .nav-burger{display:none;width:42px;height:42px;border-radius:50%;background:var(--ink);color:#fff;border:none;cursor:pointer;align-items:center;justify-content:center;font-size:20px}@media (max-width:1080px){.landing .nav-links{display:none}.landing .nav-burger{display:inline-flex}.landing .nav-cta .btn--primary .arrow{display:none}}@media (max-width:640px){.landing .nav-inner{gap:8px;padding-top:10px;padding-bottom:10px}.landing .nav-logo img{width:44px;height:44px}.landing .nav-cta{margin-left:auto;gap:6px}.landing .nav-cta .btn--primary{display:none}.landing .nav-cta .btn--ghost{padding:7px 12px;font-size:13px;border-color:transparent}.landing .nav-burger{width:38px;height:38px;background:transparent;color:var(--ink);font-size:22px}}.landing .nav-mobile{display:none;border-top:1px solid var(--line);background:rgba(251,250,246,.98);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px)}.landing .nav.is-menu-open .nav-mobile{display:block}.landing .nav-mobile-inner{display:flex;flex-direction:column;gap:2px;padding:12px 0 18px}.landing .nav-mobile a{padding:12px 4px;font-size:16px;font-weight:500;color:var(--ink-2);border-bottom:1px solid var(--line)}.landing .nav-mobile a:last-child{border-bottom:none}@media (min-width:1081px){.landing .nav-mobile{display:none!important}}.landing .hero{position:relative;padding-top:clamp(24px,4vw,56px);padding-bottom:clamp(40px,5vw,80px);overflow:hidden}.landing .hero-bg{position:absolute;inset:0;z-index:0;pointer-events:none}.landing .hero-bg:before{content:"";position:absolute;width:780px;height:780px;border-radius:50%;right:-260px;top:-220px;background:radial-gradient(circle,rgba(192,219,82,.32),rgba(192,219,82,0) 60%);filter:blur(8px)}.landing .hero-bg:after{content:"";position:absolute;width:520px;height:520px;border-radius:50%;left:-180px;bottom:-200px;background:radial-gradient(circle,rgba(80,38,211,.16),rgba(80,38,211,0) 60%)}.landing .hero-grid{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,1fr);grid-gap:clamp(28px,4vw,72px);gap:clamp(28px,4vw,72px);align-items:center}@media (max-width:980px){.landing .hero-grid{grid-template-columns:minmax(0,1fr);gap:48px}}.landing .hero-copy{max-width:620px;width:100%;min-width:0}.landing .hero h1 .accent{color:var(--brand);display:inline-block;position:relative}.landing .hero h1 .accent svg{position:absolute;left:-4%;right:-4%;bottom:-14%;width:108%;height:34%;fill:none;stroke:var(--lime);stroke-width:14;stroke-linecap:round;z-index:-1;pointer-events:none}.landing .hero-sub{margin-top:24px;font-size:clamp(17px,1.5vw,20px);color:var(--ink-3);line-height:1.55;max-width:48ch}.landing .hero-sub strong{color:var(--ink);font-weight:600}.landing .hero-cta{display:flex;flex-wrap:wrap;gap:12px;margin-top:36px}@media (max-width:640px){.landing .hero-cta{flex-direction:column;gap:16px;margin-top:28px;width:100%;max-width:100%}.landing .hero-cta .btn{width:100%;max-width:100%;justify-content:center;white-space:normal}.landing .hero-cta .btn--ghost{background:transparent;border:none;color:var(--brand);padding:8px 0;font-weight:700}}.landing .hero-trust{display:flex;flex-wrap:wrap;gap:22px;margin-top:32px;align-items:center;font-size:13px;color:var(--ink-3)}@media (max-width:640px){.landing .hero h1,.landing .hero-copy,.landing .hero-sub{text-align:center}.landing .hero-trust{display:flex;flex-direction:row;flex-wrap:nowrap;gap:6px;margin-top:24px;width:100%;max-width:100%}.landing .hero-trust-item{flex:1 1;min-width:0;justify-content:center;padding:7px 8px;border:1px solid var(--line);border-radius:999px;background:rgba(255,255,255,.6);font-size:11.5px;gap:5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.landing .hero-trust-item i{font-size:13px}}.landing .hero-trust-item{display:inline-flex;align-items:center;gap:8px}.landing .hero-trust-item i{font-size:18px;color:var(--brand)}.landing .hero-visual{position:relative;display:flex;justify-content:center;align-items:center;min-height:0;min-width:0;width:100%;max-width:100%}.landing .hero-curve{position:absolute;inset:0;z-index:0;pointer-events:none}.landing .hero-curve svg{width:100%;height:100%;overflow:visible}.landing .hero-curve path{fill:none;stroke:var(--lime);stroke-width:48;stroke-linecap:round;opacity:.85}.landing .hero-phone-wrap{position:relative;z-index:2;transform:rotate(-3deg);filter:drop-shadow(0 38px 50px rgba(58,26,170,.22))}@media (max-width:640px){.landing .hero-phone-wrap{transform:scale(.88);transform-origin:top center;margin:0 auto calc(610px * -.12)}.landing .phone{width:300px}}@media (max-width:380px){.landing .hero-phone-wrap{transform:scale(.78);margin-bottom:calc(610px * -.22)}}.landing .phone{width:clamp(240px,17vw,270px);aspect-ratio:300/610;background:#0e0e10;border-radius:44px;padding:10px;position:relative;box-shadow:inset 0 0 0 1px rgba(255,255,255,.08)}.landing .phone-screen{width:100%;height:100%;background:#fff;border-radius:38px;overflow:hidden;position:relative;display:flex;flex-direction:column}.landing .phone-notch{position:absolute;top:8px;left:50%;transform:translateX(-50%);width:90px;height:24px;background:#0e0e10;border-radius:14px;z-index:5}.landing .ph-statusbar{display:flex;justify-content:space-between;align-items:center;padding:14px 26px 4px;font-size:11px;font-weight:700;color:#111;flex-shrink:0}.landing .ph-statusbar .right{display:flex;gap:4px;font-size:11px}.landing .ph-appbar{display:flex;align-items:center;gap:8px;padding:8px 14px 10px;flex-shrink:0}.landing .ph-applogo{width:26px;height:26px;border-radius:7px;background:var(--brand);display:flex;align-items:center;justify-content:center;color:#fff;font-size:9px;font-weight:800;letter-spacing:-.02em}.landing .ph-appname{font-size:13px;font-weight:700;letter-spacing:-.01em;color:var(--ink)}.landing .ph-bell{margin-left:auto;width:26px;height:26px;border-radius:50%;background:var(--paper-2);display:flex;align-items:center;justify-content:center;color:var(--ink);font-size:13px;position:relative}.landing .ph-bell:after{content:"";position:absolute;top:4px;right:5px;width:6px;height:6px;border-radius:50%;background:var(--orange);border:1.5px solid var(--paper-2)}.landing .ph-avatar{width:26px;height:26px;border-radius:50%;background:var(--brand);color:#fff;font-size:10px;font-weight:700;display:flex;align-items:center;justify-content:center}.landing .ph-map{margin:4px 12px 0;border-radius:20px;flex:1 1;min-height:140px;background:#f1ecdd;position:relative;overflow:hidden;box-shadow:inset 0 0 0 1px rgba(0,0,0,.04)}.landing .ph-map-svg{position:absolute;inset:0;width:100%;height:100%}.landing .ph-pin{position:absolute;transform:translate(-50%,-100%);filter:drop-shadow(0 4px 8px rgba(0,0,0,.18))}.landing .ph-pin-shape{width:30px;height:30px;border-radius:50% 50% 50% 0;transform:rotate(-45deg);border:2.5px solid #fff;display:flex;align-items:center;justify-content:center}.landing .ph-pin-shape i{transform:rotate(45deg);color:#fff;font-size:13px}.landing .ph-pin--center .ph-pin-shape{width:42px;height:42px;border-width:3px}.landing .ph-pin--center .ph-pin-shape i{font-size:18px}.landing .ph-pill{position:absolute;display:inline-flex;align-items:center;gap:6px;background:#fff;border-radius:var(--r-full);padding:5px 10px 5px 8px;font-size:9.5px;font-weight:700;color:var(--ink);box-shadow:0 2px 8px rgba(0,0,0,.08)}.landing .ph-pill .dot{width:6px;height:6px;border-radius:50%;background:var(--green);animation:phPulse 1.5s ease-in-out infinite}@keyframes phPulse{50%{opacity:.35}}.landing .ph-pill i{font-size:12px;color:var(--green)}.landing .ph-pill--status{top:10px;right:10px}.landing .ph-pill--battery{bottom:10px;left:10px}.landing .ph-headline{padding:18px 18px 8px;flex-shrink:0}.landing .ph-headline h3{font-family:var(--display);font-size:17px;font-weight:800;letter-spacing:-.02em;line-height:1.15;margin:0;color:var(--ink)}.landing .ph-headline h3 em{color:var(--brand);font-style:normal}.landing .ph-headline p{font-size:11px;color:var(--ink-3);margin:4px 0 0;line-height:1.4}.landing .ph-cta{margin:10px 14px 8px;background:var(--brand);color:#fff;border-radius:12px;padding:12px;display:flex;align-items:center;justify-content:center;gap:6px;font-size:12px;font-weight:600;white-space:nowrap;flex-shrink:0;box-shadow:0 4px 12px rgba(80,38,211,.28)}.landing .ph-cta i{font-size:13px}.landing .ph-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:4px;gap:4px;margin:8px 12px 0;flex-shrink:0}.landing .ph-stat{display:flex;flex-direction:column;align-items:center;text-align:center;gap:3px;padding:6px 2px;background:#fff;border:1px solid var(--line);border-radius:8px;min-width:0}.landing .ph-stat i{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;border-radius:50%;background:rgba(80,38,211,.08);color:var(--brand);font-size:11px}.landing .ph-stat strong{font-size:7.5px;font-weight:700;color:var(--ink);line-height:1.1;-webkit-hyphens:auto;hyphens:auto}.landing .ph-stat span,.landing .ph-stat strong{display:block;width:100%;word-break:break-word;overflow-wrap:anywhere}.landing .ph-stat span{font-size:6.5px;color:var(--ink-3);line-height:1.2}.landing .ph-tabbar{margin-top:auto;display:flex;border-top:1px solid var(--line);padding:6px 0 18px;background:#fff;flex-shrink:0}.landing .ph-tab{flex:1 1;display:flex;flex-direction:column;align-items:center;gap:2px;font-size:8px;font-weight:600;color:var(--ink-4)}.landing .ph-tab.active{color:var(--brand)}.landing .ph-tab i{font-size:18px}.landing .float-card{position:absolute;z-index:3;background:#fff;border-radius:var(--r-md);padding:14px 16px;box-shadow:0 18px 36px -10px rgba(14,12,25,.18),0 2px 6px rgba(14,12,25,.06);display:flex;align-items:center;gap:12px}.landing .float-card .ic{width:38px;height:38px;border-radius:11px;flex-shrink:0;display:flex;align-items:center;justify-content:center}.landing .float-card .ic i{font-size:20px}.landing .float-card-body strong{display:block;font-size:13px;font-weight:700;letter-spacing:-.01em}.landing .float-card-body span{font-size:11px;color:var(--ink-3);display:block;margin-top:1px}.landing .float-card--tl{top:14%;left:-6%;animation:float 6s ease-in-out infinite}.landing .float-card--br{bottom:14%;right:-8%;animation:float 6s ease-in-out -3s infinite}@keyframes float{50%{transform:translateY(-8px)}}.landing .press{border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:34px 0;background:var(--paper)}.landing .press-inner{display:flex;flex-wrap:wrap;align-items:center;gap:32px 48px;justify-content:space-between}.landing .press-label{font-size:12px;font-weight:600;color:var(--ink-4);letter-spacing:.16em;text-transform:uppercase;flex-shrink:0}.landing .press-logos{display:flex;gap:42px;flex-wrap:wrap;align-items:center;opacity:.65}.landing .press-logo{font-family:var(--display);font-weight:800;font-size:21px;letter-spacing:-.04em;color:var(--ink-2);display:inline-flex;align-items:center;gap:4px}.landing .press-logo.serif{font-family:Georgia,Times New Roman,serif;font-style:italic;font-weight:700}.landing .press-logo .dot{width:6px;height:6px;border-radius:50%;background:var(--ink-2);display:inline-block}.landing .press-logo.mono{font-family:var(--mono);font-size:18px;letter-spacing:-.02em}.landing .press-logo.thin{font-weight:300;letter-spacing:.18em;text-transform:uppercase;font-size:14px}.landing .value{background:linear-gradient(180deg,var(--paper) 0,var(--paper-2) 100%)}.landing .value-head{display:grid;grid-template-columns:1fr 1fr;grid-gap:48px;gap:48px;align-items:end;margin-bottom:60px}.landing .value-head p{max-width:46ch}@media (max-width:820px){.landing .value-head{grid-template-columns:1fr;gap:20px}}.landing .value-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:18px;gap:18px}@media (max-width:880px){.landing .value-grid{grid-template-columns:1fr 1fr}}@media (max-width:560px){.landing .value-grid{grid-template-columns:1fr}}.landing .value-card{background:#fff;border:1px solid var(--line);border-radius:var(--r-lg);padding:30px;display:flex;flex-direction:column;gap:14px;min-height:220px;transition:transform .2s ease,box-shadow .2s ease}.landing .value-card:hover{transform:translateY(-3px);box-shadow:0 14px 30px -16px rgba(14,12,25,.18)}.landing .value-card .ic{width:46px;height:46px;border-radius:13px;background:var(--brand-50);color:var(--brand);display:flex;align-items:center;justify-content:center;flex-shrink:0}.landing .value-card .ic i{font-size:24px}.landing .value-card h3{font-size:21px;letter-spacing:-.02em}.landing .value-card p{font-size:14.5px;color:var(--ink-3);line-height:1.55}.landing .value-card--big{grid-column:span 2;background:var(--ink);color:#fff;border-color:transparent;position:relative;overflow:hidden}.landing .value-card--big h3{color:#fff;font-size:28px;max-width:18ch}.landing .value-card--big p{color:rgba(255,255,255,.7);font-size:15.5px;max-width:42ch}.landing .value-card--big .ic{background:rgba(192,219,82,.18);color:var(--lime)}.landing .value-card--big .deco{position:absolute;right:-40px;bottom:-40px;width:240px;height:240px;border-radius:50%;border:1px dashed rgba(192,219,82,.25)}.landing .value-card--big .deco:after{content:"";position:absolute;inset:36px;border-radius:50%;border:1px dashed rgba(192,219,82,.18)}@media (max-width:880px){.landing .value-card--big{grid-column:span 2}}@media (max-width:560px){.landing .value-card--big{grid-column:span 1}.landing .value-card--big h3{font-size:24px}}.landing .cats-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:18px;gap:18px}@media (max-width:980px){.landing .cats-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:520px){.landing .cats-grid{grid-template-columns:1fr}}.landing .cat-card{--cat-bg:var(--brand-50);--cat-accent:var(--brand);border-radius:var(--r-lg);padding:28px;background:var(--cat-bg);display:flex;flex-direction:column;gap:18px;min-height:280px;position:relative;overflow:hidden;border:1px solid transparent;transition:transform .2s ease}.landing .cat-card:hover{transform:translateY(-4px)}.landing .cat-card .ic{width:54px;height:54px;border-radius:15px;background:#fff;color:var(--cat-accent);display:flex;align-items:center;justify-content:center;box-shadow:0 6px 14px -8px rgba(14,12,25,.18)}.landing .cat-card .ic i{font-size:28px}.landing .cat-card h3{font-size:22px;letter-spacing:-.02em;color:var(--ink);max-width:14ch}.landing .cat-card p{font-size:14px;color:var(--ink-2);line-height:1.5}.landing .cat-card .tags{margin-top:auto;display:flex;flex-wrap:wrap;gap:6px}.landing .cat-card .tag{font-size:11px;font-weight:600;padding:5px 10px;border-radius:var(--r-full);background:rgba(14,12,25,.06);color:var(--ink-2)}.landing .cat-card .arrow{position:absolute;top:24px;right:24px;width:36px;height:36px;border-radius:50%;background:#fff;color:var(--cat-accent);display:flex;align-items:center;justify-content:center;font-size:16px;opacity:0;transform:translateX(-6px);transition:opacity .2s,transform .2s}.landing .cat-card:hover .arrow{opacity:1;transform:translateX(0)}.landing .how{background:var(--ink);color:#fff;position:relative;overflow:hidden}.landing .how h2{color:#fff}.landing .how p{color:rgba(255,255,255,.7)}.landing .how:before{content:"";position:absolute;top:-200px;right:-100px;width:500px;height:500px;border-radius:50%;background:radial-gradient(circle,rgba(192,219,82,.16),transparent 70%)}.landing .how-head{text-align:center;max-width:680px;margin:0 auto 60px}.landing .how-head p{margin-top:18px;font-size:18px}.landing .steps{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;gap:24px;position:relative}@media (max-width:880px){.landing .steps{grid-template-columns:1fr}}.landing .step{background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.08);border-radius:var(--r-lg);padding:32px 28px 30px;position:relative;transition:background .2s,border-color .2s}.landing .step:hover{background:rgba(255,255,255,.06);border-color:rgba(255,255,255,.16)}.landing .step-num{font-family:var(--display);font-weight:800;font-size:54px;letter-spacing:-.04em;background:linear-gradient(180deg,var(--lime) 0,rgba(192,219,82,.4) 100%);-webkit-background-clip:text;background-clip:text;color:transparent;line-height:1;margin-bottom:18px}.landing .step h3{color:#fff;font-size:24px;margin-bottom:10px;letter-spacing:-.02em}.landing .step p{color:rgba(255,255,255,.65);font-size:15px;line-height:1.55}.landing .step .ic{width:44px;height:44px;border-radius:13px;background:rgba(192,219,82,.14);color:var(--lime);display:flex;align-items:center;justify-content:center;margin-top:24px}.landing .step .ic i{font-size:22px}.landing .how-cta{text-align:center;margin-top:54px}.landing .product{background:var(--paper-2)}.landing .product-grid{display:grid;grid-template-columns:1.1fr 1fr;grid-gap:64px;gap:64px;align-items:center}@media (max-width:980px){.landing .product-grid{grid-template-columns:1fr;gap:40px}}.landing .product-art{position:relative;aspect-ratio:1/1;border-radius:var(--r-xl);background:radial-gradient(circle at 30% 30%,rgba(192,219,82,.5),transparent 50%),radial-gradient(circle at 70% 70%,rgba(80,38,211,.18),transparent 55%),var(--paper-3);display:flex;align-items:center;justify-content:center;overflow:hidden}.landing .product-art:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(14,12,25,.04) 1px,transparent 0),linear-gradient(90deg,rgba(14,12,25,.04) 1px,transparent 0);background-size:32px 32px}.landing .tag-device{width:62%;aspect-ratio:1/1;background:#fff;border-radius:24%;position:relative;box-shadow:0 30px 60px -20px rgba(14,12,25,.3),inset 0 0 0 8px var(--brand),inset 0 0 0 9px rgba(255,255,255,.5);display:flex;align-items:center;justify-content:center;transform:rotate(-6deg)}.landing .tag-device:before{content:"";position:absolute;top:9%;left:50%;transform:translateX(-50%);width:18%;height:6%;border-radius:50%;background:rgba(14,12,25,.08)}.landing .tag-device .qr{width:64%;height:64%;display:grid;grid-template-columns:repeat(13,1fr);grid-template-rows:repeat(13,1fr);grid-gap:1.5px;gap:1.5px}.landing .tag-device .qr span{background:var(--ink);border-radius:1px}.landing .tag-device .qr .empty{background:transparent}.landing .tag-pill{position:absolute;background:#fff;border-radius:var(--r-full);padding:8px 14px;font-size:12px;font-weight:700;color:var(--ink);box-shadow:0 10px 24px -12px rgba(14,12,25,.25);display:inline-flex;align-items:center;gap:8px}.landing .tag-pill i{font-size:14px;color:var(--brand)}.landing .tag-pill--anatel{top:8%;left:6%}.landing .tag-pill--bat{bottom:10%;right:6%}.landing .tag-pill--bat i{color:var(--green)}.landing .product-copy h2 em{color:var(--brand);font-style:normal}.landing .product-features{margin-top:32px;display:grid;grid-template-columns:1fr 1fr;grid-gap:14px;gap:14px}@media (max-width:520px){.landing .product-features{grid-template-columns:1fr}}.landing .feat{display:flex;gap:12px;align-items:flex-start;padding:16px;background:#fff;border-radius:var(--r-md);border:1px solid var(--line)}.landing .feat .ic{width:36px;height:36px;border-radius:10px;flex-shrink:0;background:var(--brand-50);color:var(--brand);display:flex;align-items:center;justify-content:center}.landing .feat .ic i{font-size:18px}.landing .feat strong{display:block;font-size:14px;font-weight:700;letter-spacing:-.01em;color:var(--ink)}.landing .feat span{font-size:12.5px;color:var(--ink-3);display:block;margin-top:3px;line-height:1.4}.landing .trust-row{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:0;gap:0;background:#fff;border:1px solid var(--line);border-radius:var(--r-lg);overflow:hidden}@media (max-width:780px){.landing .trust-row{grid-template-columns:1fr 1fr}}@media (max-width:480px){.landing .trust-row{grid-template-columns:1fr}}.landing .trust-cell{padding:28px;display:flex;flex-direction:column;gap:10px;border-right:1px solid var(--line)}.landing .trust-cell:last-child{border-right:none}@media (max-width:780px){.landing .trust-cell{border-right:none;border-bottom:1px solid var(--line)}.landing .trust-cell:nth-child(2){border-right:none}}.landing .trust-cell .num{font-family:var(--display);font-weight:800;font-size:38px;letter-spacing:-.04em;color:var(--brand);line-height:1}.landing .trust-cell strong{font-size:14px;font-weight:700;color:var(--ink);letter-spacing:-.01em}.landing .trust-cell span{font-size:13px;color:var(--ink-3);line-height:1.5}.landing .coverage-grid{display:grid;grid-template-columns:1fr 1.1fr;grid-gap:64px;gap:64px;align-items:center}@media (max-width:980px){.landing .coverage-grid{grid-template-columns:1fr}}.landing .coverage-map{position:relative;aspect-ratio:1/1;max-width:560px;width:100%;margin:0 auto}.landing .coverage-map img,.landing .coverage-map svg{width:100%;height:100%;object-fit:contain;display:block}.landing .coverage-pin{position:absolute;width:14px;height:14px;border-radius:50%;background:var(--brand);border:3px solid #fff;box-shadow:0 4px 10px rgba(80,38,211,.4);transform:translate(-50%,-50%)}.landing .coverage-pin:after{content:"";position:absolute;inset:-8px;border-radius:50%;border:2px solid var(--brand);opacity:.3;animation:radar 2.5s ease-out infinite}@keyframes radar{0%{transform:scale(1);opacity:.5}to{transform:scale(2.4);opacity:0}}.landing .coverage-list{margin-top:32px;display:grid;grid-template-columns:repeat(2,1fr);grid-gap:12px 24px;gap:12px 24px;padding:0}.landing .coverage-list li{display:flex;align-items:center;gap:10px;font-size:14px;color:var(--ink-2);list-style:none}.landing .coverage-list li i{color:var(--green);font-size:18px}.landing .tt{background:var(--brand);color:#fff;position:relative;overflow:hidden}.landing .tt h2{color:#fff;font-size:clamp(26px,3.4vw,44px);white-space:nowrap}@media (max-width:720px){.landing .tt h2{white-space:normal;font-size:clamp(24px,6vw,32px)}}.landing .tt:before{content:"";position:absolute;top:10%;right:-200px;width:500px;height:500px;border-radius:50%;background:radial-gradient(circle,rgba(192,219,82,.18),transparent 60%)}.landing .tt-head{display:flex;justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:48px}@media (max-width:780px){.landing .tt-head{flex-direction:column;align-items:flex-start}}.landing .tt-rating{display:inline-flex;align-items:center;gap:10px;background:rgba(255,255,255,.08);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);padding:10px 16px;border-radius:var(--r-full);border:1px solid rgba(255,255,255,.14)}.landing .tt-rating .stars{color:var(--lime);font-size:14px;letter-spacing:1px}.landing .tt-rating strong{font-size:14px;font-weight:700;color:#fff}.landing .tt-rating span{font-size:12.5px;color:rgba(255,255,255,.7)}.landing .tt-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:20px;gap:20px}@media (max-width:980px){.landing .tt-grid{grid-template-columns:1fr 1fr}}@media (max-width:640px){.landing .tt-grid{grid-template-columns:1fr}}.landing .tt-card{background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.12);border-radius:var(--r-lg);padding:28px;display:flex;flex-direction:column;gap:18px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.landing .tt-card .stars{color:var(--lime);font-size:13px;letter-spacing:2px}.landing .tt-card blockquote{margin:0;font-size:16px;line-height:1.55;color:#fff;font-weight:500;letter-spacing:-.01em}.landing .tt-card cite{display:flex;align-items:center;gap:12px;font-style:normal;margin-top:auto;padding-top:14px;border-top:1px solid rgba(255,255,255,.1)}.landing .tt-card cite .avatar{width:42px;height:42px;border-radius:50%;background:var(--lime);color:var(--brand-700);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:14px}.landing .tt-card cite .who strong{display:block;font-size:14px;font-weight:700;color:#fff}.landing .tt-card cite .who span{display:block;font-size:12px;color:rgba(255,255,255,.6);margin-top:1px}.landing .faq-grid{display:grid;grid-template-columns:.9fr 1.2fr;grid-gap:48px;gap:48px;align-items:flex-start}@media (max-width:880px){.landing .faq-grid{grid-template-columns:1fr;gap:32px}}.landing .faq-side h2{margin-bottom:18px}.landing .faq-side p{font-size:16px}.landing .faq-side .btn{margin-top:20px}.landing .faq-list{display:flex;flex-direction:column;gap:0;border-top:1px solid var(--line)}.landing .faq-item{border-bottom:1px solid var(--line)}.landing .faq-trigger{width:100%;text-align:left;background:none;border:none;cursor:pointer;padding:24px 4px;display:flex;align-items:center;justify-content:space-between;gap:24px;font-family:var(--display);font-size:18px;font-weight:700;letter-spacing:-.01em;color:var(--ink);transition:color .15s}.landing .faq-trigger:hover{color:var(--brand)}.landing .faq-icon{width:36px;height:36px;border-radius:50%;background:var(--paper-2);color:var(--ink);display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:transform .25s ease,background .25s ease,color .25s ease;font-size:20px}.landing .faq-item.open .faq-icon{transform:rotate(45deg);background:var(--brand);color:#fff}.landing .faq-content{display:grid;grid-template-rows:0fr;transition:grid-template-rows .3s ease}.landing .faq-item.open .faq-content{grid-template-rows:1fr}.landing .faq-content>div{overflow:hidden;min-height:0}.landing .faq-content p{font-size:15.5px;color:var(--ink-3);line-height:1.65;padding:0 4px 24px;max-width:64ch}.landing .final{position:relative;overflow:hidden;padding:clamp(56px,8vw,100px) 0}.landing .final-card{background:radial-gradient(circle at 80% 20%,rgba(192,219,82,.32),transparent 50%),var(--ink);color:#fff;border-radius:var(--r-xl);padding:clamp(40px,6vw,80px);position:relative;overflow:hidden;display:grid;grid-template-columns:1.4fr 1fr;grid-gap:48px;gap:48px;align-items:center}@media (max-width:880px){.landing .final-card{grid-template-columns:1fr;gap:32px}}.landing .final-card h2{color:#fff;font-size:clamp(34px,5vw,56px)}.landing .final-card h2 em{color:var(--lime);font-style:normal}.landing .final-card p{color:rgba(255,255,255,.7);margin-top:20px;font-size:17px;max-width:46ch}.landing .final-cta{display:flex;flex-direction:column;gap:14px;align-items:flex-start}@media (min-width:881px){.landing .final-cta{align-items:flex-end}}.landing .final-cta small{font-size:12.5px;color:rgba(255,255,255,.55);letter-spacing:.04em}.landing .final-card .deco{position:absolute;left:-80px;bottom:-80px;width:280px;height:280px;border-radius:50%;border:1px dashed rgba(192,219,82,.18)}.landing .footer{background:#5026d3;color:rgba(255,255,255,.75);padding:80px 0 28px;font-size:14px}.landing .footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;grid-gap:48px;gap:48px;padding-bottom:48px;border-bottom:1px solid rgba(255,255,255,.1)}@media (max-width:880px){.landing .footer-grid{grid-template-columns:1fr 1fr;gap:36px}}@media (max-width:520px){.landing .footer-grid{grid-template-columns:1fr}}.landing .footer-brand .logo{display:flex;align-items:center;gap:10px;color:#fff;font-family:var(--display);font-weight:800;font-size:20px;letter-spacing:-.02em;margin-bottom:18px}.landing .footer-brand .logo img{width:80px;height:80px;display:block}.landing .footer-cta{margin:8px 0 22px}.landing .footer-brand p{color:rgba(255,255,255,.55);font-size:14.5px;max-width:36ch;line-height:1.55}.landing .footer-socials{display:flex;gap:10px;margin-top:24px}.landing .footer-socials a{width:38px;height:38px;border-radius:50%;background:rgba(255,255,255,.06);display:flex;align-items:center;justify-content:center;color:#fff;transition:background .15s}.landing .footer-socials a:hover{background:var(--brand)}.landing .footer-socials a i{font-size:18px}.landing .footer-col h5{font-family:var(--display);font-size:13px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:#fff;margin:0 0 16px}.landing .footer-col ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px}.landing .footer-col a{color:rgba(255,255,255,.65);font-size:14.5px;transition:color .15s}.landing .footer-col a:hover{color:#fff}.landing .footer-newsletter{margin-top:18px;display:flex;gap:8px;align-items:stretch;max-width:340px}.landing .footer-newsletter input{flex:1 1;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.12);color:#fff;font-family:inherit;font-size:14px;padding:11px 14px;border-radius:var(--r-full);outline:none;transition:border-color .15s,background .15s}.landing .footer-newsletter input::placeholder{color:rgba(255,255,255,.45)}.landing .footer-newsletter input:focus{border-color:var(--lime);background:rgba(255,255,255,.08)}.landing .footer-newsletter button{background:var(--lime);color:var(--brand-700);border:none;cursor:pointer;padding:0 18px;border-radius:var(--r-full);font-weight:700;font-size:14px;font-family:inherit}.landing .footer-bottom{display:flex;justify-content:space-between;align-items:center;gap:24px;padding-top:24px;flex-wrap:wrap;font-size:13px;color:rgba(255,255,255,.45)}.landing .footer-bottom-copy{display:flex;flex-direction:column;gap:4px}.landing .footer-bottom-links{display:flex;gap:22px;flex-wrap:wrap}.landing .footer-bottom-links a{color:rgba(255,255,255,.55)}.landing .footer-bottom-links a:hover{color:#fff}.landing .reveal{opacity:0;transform:translateY(20px);transition:opacity .6s ease,transform .6s ease}.landing .reveal.is-visible{opacity:1;transform:translateY(0)}.landing .reveal:nth-child(2){transition-delay:.05s}.landing .reveal:nth-child(3){transition-delay:.1s}.landing .reveal:nth-child(4){transition-delay:.15s}