.turbo-page{--blue:#4548ff;--blue-hover:#3336cc;--navy:#121755;--ink:#1d1d1f;--yellow:#f7dc4b;--gray-1:#6b6b6b;--gray-2:#9a9a95;--border:#e8e8e8;--soft:#f7f7f5;--dark:#0f0f0f;--dark-2:#0f0f0f;--white:#fff;--line-dark:hsla(0,0%,100%,.12);--fs-display:clamp(40px,5.2vw,72px);--fs-h2:clamp(30px,3.8vw,52px);--fs-h3:clamp(22px,2.6vw,30px);--fs-body-l:clamp(15px,1.3vw,16px);--fs-body:15px;--fs-body-s:13px;--fs-label:10.5px;--maxw:1100px;--pad-y:110px;--pad-x:56px;--r-pill:100px;background:var(--white);color:var(--ink);font-size:var(--fs-body);line-height:1.6;font-weight:400;letter-spacing:-.01em;-webkit-font-smoothing:antialiased}@media (max-width:768px){.turbo-page{--pad-y:72px;--pad-x:24px}}.turbo-page .section{padding:var(--pad-y) var(--pad-x);position:relative}.turbo-page .container{max-width:var(--maxw);margin:0 auto}.turbo-page .bg-soft{background:var(--soft)}.turbo-page .bg-white{background:var(--white)}.turbo-page .dark{background:var(--dark);color:#ededed}.turbo-page .dark-2{background:var(--dark-2);color:#ededed}.turbo-page .dark h1,.turbo-page .dark h2,.turbo-page .dark h3,.turbo-page .dark-2 h1,.turbo-page .dark-2 h2,.turbo-page .dark-2 h3{color:#fff}.turbo-page .dark .lead,.turbo-page .dark p,.turbo-page .dark-2 .lead,.turbo-page .dark-2 p{color:#b9b9be}.turbo-page .dark em,.turbo-page .dark-2 em{color:var(--yellow);font-style:italic}.turbo-page h1,.turbo-page h2,.turbo-page h3{margin:0;text-wrap:balance;hyphens:none}.turbo-page .display{font-size:var(--fs-display);font-weight:300;line-height:1.03;letter-spacing:-2.5px}.turbo-page .display em{font-style:italic;font-weight:300;color:var(--yellow)}.turbo-page .title{font-size:var(--fs-h2);font-weight:400;line-height:1.1;letter-spacing:-1.5px}.turbo-page .title em{color:var(--ink);font-style:normal;font-weight:inherit}.turbo-page .dark .title em,.turbo-page .dark-2 .title em{color:var(--yellow);font-style:italic;font-weight:200}.turbo-page .eyebrow{font-size:var(--fs-label);font-weight:600;text-transform:uppercase;letter-spacing:1.6px;color:var(--blue);margin:0 0 18px}.turbo-page .dark .eyebrow,.turbo-page .dark-2 .eyebrow,.turbo-page .hero .eyebrow{color:var(--yellow)}.turbo-page .lead{font-size:var(--fs-body-l);font-weight:300;color:var(--gray-1);line-height:1.7;max-width:46ch}.turbo-page .center{text-align:center;max-width:60ch;margin:0 auto 46px}.turbo-page .center .lead{margin:18px auto 0}.turbo-page .btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;cursor:pointer;font-family:inherit;font-size:14px;font-weight:600;border-radius:var(--r-pill);padding:13px 30px;border:1px solid transparent;transition:transform .2s var(--ease),background .15s var(--ease),color .15s var(--ease),border-color .15s var(--ease);line-height:1}.turbo-page .btn .arw{transition:transform .2s var(--ease)}.turbo-page .btn:hover .arw{transform:translateX(3px)}.turbo-page .btn-primary{background:var(--blue);color:#fff}.turbo-page .btn-primary:hover{background:var(--blue-hover);transform:translateY(-1px)}.turbo-page .btn-primary:active{background:var(--blue-hover);transform:translateY(0)}.turbo-page .btn-ghost{background:var(--white);color:var(--ink);border-color:var(--border)}.turbo-page .btn-ghost:hover{background:var(--soft);color:var(--ink);border-color:var(--ink);transform:translateY(-1px)}.turbo-page .hero .btn-ghost{background:none;color:#fff;border-color:hsla(0,0%,100%,.3)}.turbo-page .hero .btn-ghost:hover{background:hsla(0,0%,100%,.08);color:#fff;border-color:#fff;transform:translateY(-1px)}.turbo-page :focus-visible{outline:3px solid rgba(69,72,255,.55);outline-offset:2px;border-radius:6px}.turbo-page .hero{position:relative;overflow:hidden;padding-top:156px;padding-bottom:108px;background:var(--dark);color:#fff;isolation:isolate}.turbo-page .hero:before{content:"";position:absolute;inset:0;z-index:-2;background:radial-gradient(120% 120% at 88% 8%,rgba(69,72,255,.24),transparent 46%),radial-gradient(105% 105% at 10% 100%,rgba(18,23,85,.55),transparent 60%),linear-gradient(180deg,hsla(0,0%,4%,.2),hsla(0,0%,4%,.84)),var(--dark)}.turbo-page .hero:after{content:"";position:absolute;inset:0;z-index:-1;opacity:.045;pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E")}.turbo-page .hero-2col{display:grid;grid-template-columns:1.02fr .98fr;gap:64px;align-items:center}.turbo-page .hero .display{margin:0 0 24px;max-width:15ch}.turbo-page .hero .lead{color:#c7c7cc;max-width:47ch}.turbo-page .hero-cta{display:flex;flex-wrap:wrap;gap:14px;margin:32px 0 0}.turbo-page .hero-trust{margin-top:26px;font-size:var(--fs-body-s);color:hsla(0,0%,100%,.55)}.turbo-page .hero-trust b{color:#fff;font-weight:600}.turbo-page .hp-wrap{position:relative;max-width:500px;justify-self:center;width:100%}.turbo-page .hp-img{border-radius:24px;overflow:hidden;border:1px solid hsla(0,0%,100%,.14);box-shadow:0 30px 80px rgba(0,0,0,.5)}.turbo-page .hp-img img{display:block;width:100%;height:auto}.turbo-page .hp-chip{position:absolute;z-index:5;display:flex;align-items:center;gap:9px;background:hsla(0,0%,100%,.97);color:var(--ink);font-size:12.5px;font-weight:600;white-space:nowrap;border-radius:100px;padding:8px 16px 8px 9px;box-shadow:0 12px 36px rgba(0,0,0,.28),0 2px 6px rgba(0,0,0,.1);animation:thc-float 4.6s ease-in-out infinite}.turbo-page .hp-chip .ck{width:22px;height:22px;border-radius:50%;flex-shrink:0;background:var(--blue);display:flex;align-items:center;justify-content:center}.turbo-page .hp-chip--1{top:22px;left:-28px}.turbo-page .hp-chip--2{top:76px;left:-12px;animation-delay:1.4s}.turbo-page .hp-notif{position:absolute;bottom:-20px;right:-16px;z-index:5;background:hsla(0,0%,100%,.97);border-radius:14px;padding:10px 14px;display:flex;align-items:center;gap:10px;min-width:190px;box-shadow:0 12px 36px rgba(0,0,0,.28),0 2px 6px rgba(0,0,0,.1);animation:thc-float 4.2s ease-in-out .8s infinite}.turbo-page .hp-notif-dot{width:8px;height:8px;border-radius:50%;background:#22c55e;flex-shrink:0;box-shadow:0 0 0 3px rgba(34,197,94,.22);animation:thc-pulse-g 1.8s ease-in-out infinite}.turbo-page .hp-notif-title{font-size:12px;font-weight:700;color:#1d1d1f;line-height:1.25}.turbo-page .hp-notif-sub{font-size:11px;color:var(--gray-2);margin-top:1px}@media (max-width:900px){.turbo-page .hero-2col{grid-template-columns:1fr;gap:52px}.turbo-page .hp-wrap{max-width:460px;justify-self:flex-start}.turbo-page .hp-chip--1{left:12px;top:14px}.turbo-page .hp-chip--2{left:24px;top:66px}.turbo-page .hp-notif{right:10px;bottom:-16px}}@media (max-width:480px){.turbo-page .hp-chip{font-size:11.5px;padding:7px 13px 7px 8px}.turbo-page .hp-chip .ck{width:19px;height:19px}}@keyframes thc-float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes thc-pulse-g{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(.75)}}@keyframes thc-pulse-y{0%,to{opacity:1;transform:scale(1)}50%{opacity:.3;transform:scale(.8)}}.turbo-page .thc-wrap{position:relative;width:100%;max-width:480px}.turbo-page .thc-notif{position:absolute;top:-24px;right:-16px;z-index:5;background:hsla(0,0%,100%,.97);border-radius:14px;padding:10px 14px;display:flex;align-items:center;gap:10px;min-width:190px;box-shadow:0 12px 36px rgba(0,0,0,.28),0 2px 6px rgba(0,0,0,.1);animation:thc-float 4.2s ease-in-out .6s infinite}.turbo-page .thc-notif-dot{width:8px;height:8px;border-radius:50%;background:#22c55e;flex-shrink:0;box-shadow:0 0 0 3px rgba(34,197,94,.22);animation:thc-pulse-g 1.8s ease-in-out infinite}.turbo-page .thc-notif-title{font-size:12px;font-weight:700;color:#1d1d1f;line-height:1.25}.turbo-page .thc-notif-sub{font-size:11px;color:var(--gray-2);margin-top:1px}.turbo-page .thc-card{background:hsla(0,0%,100%,.05);border:1px solid hsla(0,0%,100%,.12);border-radius:24px;padding:28px 32px;width:100%;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.turbo-page .thc-header{display:flex;align-items:center;margin-bottom:22px}.turbo-page .thc-badge{display:inline-flex;align-items:center;gap:7px;font-size:10.5px;font-weight:600;letter-spacing:1.4px;text-transform:uppercase;color:#f7dc4b;background:rgba(247,220,75,.1);border:1px solid rgba(247,220,75,.22);padding:5px 12px;border-radius:100px}.turbo-page .thc-badge-dot{width:5px;height:5px;border-radius:50%;background:#f7dc4b;animation:thc-pulse-y 1.8s ease-in-out infinite}.turbo-page .thc-stat{margin-bottom:22px;padding-bottom:22px;border-bottom:1px solid hsla(0,0%,100%,.08)}.turbo-page .thc-stat-row{display:flex;align-items:baseline;gap:5px;margin-bottom:5px}.turbo-page .thc-stat-num{font-size:clamp(52px,5vw,72px);font-weight:200;letter-spacing:-3px;line-height:1;color:#f7dc4b}.turbo-page .thc-stat-unit{font-size:clamp(20px,2vw,28px);font-weight:300;color:rgba(247,220,75,.65);letter-spacing:-1px;margin-bottom:2px}.turbo-page .thc-stat-label{font-size:13px;font-weight:400;color:hsla(0,0%,100%,.45);margin:0}.turbo-page .thc-flow{display:flex;align-items:flex-start;margin-bottom:22px;padding-bottom:22px;border-bottom:1px solid hsla(0,0%,100%,.08)}.turbo-page .thc-fstep{flex:1;display:flex;flex-direction:column;align-items:center;gap:7px;text-align:center}.turbo-page .thc-fstep-icon{width:42px;height:42px;border-radius:12px;background:hsla(0,0%,100%,.07);border:1px solid hsla(0,0%,100%,.1);display:flex;align-items:center;justify-content:center}.turbo-page .thc-fstep-label{font-size:12px;font-weight:600;color:hsla(0,0%,100%,.85);line-height:1.2}.turbo-page .thc-fstep-time{font-size:10.5px;color:hsla(0,0%,100%,.35);margin-top:-2px}.turbo-page .thc-farrow{width:36px;flex-shrink:0;display:flex;align-items:center;margin-top:21px}.turbo-page .thc-benefits{display:grid;grid-template-columns:1fr 1fr;gap:12px}.turbo-page .thc-benefit{display:flex;align-items:center;gap:9px;font-size:13px;font-weight:500;color:hsla(0,0%,100%,.7)}.turbo-page .thc-check{width:20px;height:20px;border-radius:50%;flex-shrink:0;background:rgba(69,72,255,.18);border:1px solid rgba(69,72,255,.25);display:flex;align-items:center;justify-content:center}.turbo-page .title--2l{max-width:none}@media (max-width:900px){.turbo-page .thc-notif{right:0;top:-20px}.turbo-page .thc-card{padding:22px}}@media (max-width:480px){.turbo-page .thc-notif{display:none}.turbo-page .thc-stat-num{font-size:48px}}.turbo-page .sys-sec{overflow-x:clip}.turbo-page .sys-2col{display:grid;grid-template-columns:1fr 420px;gap:64px;align-items:center}.turbo-page .sys-2col .lead{margin-top:16px}.turbo-page .sys-list{list-style:none;margin:26px 0 0;padding:0;display:flex;flex-direction:column;gap:13px}.turbo-page .sys-list li{display:flex;align-items:center;gap:11px;font-size:15px;font-weight:500;color:var(--ink)}.turbo-page .sys-ck{width:22px;height:22px;border-radius:50%;flex-shrink:0;background:var(--blue);display:flex;align-items:center;justify-content:center}.turbo-page .sys-cta{margin-top:32px}.turbo-page .sys-mockup{display:flex;justify-content:center;align-items:center}@media (max-width:900px){.turbo-page .sys-2col{grid-template-columns:1fr;gap:40px}.turbo-page .sys-mockup{order:-1}}.turbo-page .center--wide{max-width:900px;margin-bottom:52px}.turbo-page .exp{display:grid;grid-template-columns:.92fr 1.08fr;gap:56px;align-items:center}@media (max-width:900px){.turbo-page .exp{grid-template-columns:1fr;gap:40px}}.turbo-page .psteps{list-style:none;margin:22px 0 0;padding:0}.turbo-page .pstep{display:flex;gap:16px;padding:18px 0;border-top:1px solid var(--border)}.turbo-page .pstep:first-child{border-top:0;padding-top:0}.turbo-page .pstep .n{font-size:.82rem;font-weight:700;color:var(--blue);flex:none;width:28px;height:28px;border-radius:50%;background:rgba(69,72,255,.08);display:grid;place-items:center;margin-top:1px}.turbo-page .pstep h3{font-size:17px;font-weight:600;letter-spacing:-.2px;margin:0 0 5px;color:var(--ink);display:flex;align-items:baseline;gap:9px}.turbo-page .pstep h3 .tt{font-size:.66rem;font-weight:600;color:var(--gray-2);letter-spacing:.02em}.turbo-page .pstep p{margin:0;color:var(--gray-1);font-size:var(--fs-body-s);max-width:46ch}.turbo-page .win{max-width:860px;margin:56px auto 0;border:1px solid var(--border);border-radius:14px;overflow:hidden;box-shadow:0 22px 54px rgba(18,23,85,.09);background:#fff}.turbo-page .win .bar{display:flex;align-items:center;gap:7px;padding:12px 16px;border-bottom:1px solid var(--border);background:var(--soft)}.turbo-page .win .bar i{width:11px;height:11px;border-radius:50%;display:inline-block}.turbo-page .win .bar i.r{background:#ff5f57}.turbo-page .win .bar i.y{background:#febc2e}.turbo-page .win .bar i.g{background:#28c840}.turbo-page .win .bar .ttl{margin-left:12px;font-size:.76rem;color:var(--gray-2);font-weight:600}.turbo-page .win .op{padding:13px 18px;border-bottom:1px solid var(--border);background:var(--soft);display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;font-size:.78rem}.turbo-page .win .op .l{color:var(--gray-1);font-weight:500}.turbo-page .win .op .r{color:var(--ink);font-weight:600}.turbo-page .win .store{display:flex;gap:14px;align-items:flex-start;padding:15px 18px;border-bottom:1px solid var(--border)}.turbo-page .win .store:last-child{border-bottom:0}.turbo-page .win .store .ic{width:34px;height:34px;border-radius:9px;background:var(--blue-soft);color:var(--blue);display:grid;place-items:center;flex:none}.turbo-page .win .store .ic svg{width:17px;height:17px}.turbo-page .win .store .info{flex:1;min-width:0}.turbo-page .win .store .nm{font-weight:600;font-size:.9rem;color:var(--ink)}.turbo-page .win .store .ad{font-size:.74rem;color:var(--gray-2);margin-top:1px}.turbo-page .win .store .pills{display:flex;gap:6px;margin-top:8px;flex-wrap:wrap}.turbo-page .spill{font-size:.64rem;padding:2px 9px;border-radius:100px;background:var(--soft);color:var(--gray-1);font-weight:600;white-space:nowrap}.turbo-page .spill.ex{background:#e7f7ee;color:#1e874b}.turbo-page .win-cap{text-align:center;max-width:64ch;margin:18px auto 0;font-size:var(--fs-body-s);color:var(--gray-1)}.turbo-page .tl-head{max-width:60ch;margin-bottom:44px}.turbo-page .tl-head--center{text-align:center;margin:0 auto 44px}.turbo-page .tl-head--center .lead{margin:18px auto 0}.turbo-page .tl-head .lead{margin-top:18px}.turbo-page .tl-grid{display:grid;grid-template-columns:1fr 460px;gap:64px;align-items:center}.turbo-page .tl-visual{display:flex;justify-content:center}@media (max-width:1024px){.turbo-page .tl-grid{grid-template-columns:1fr;gap:52px}.turbo-page .tl-visual{justify-content:flex-start}}.turbo-page .tl{list-style:none;margin:0;padding:0 0 0 30px;border-left:2px dashed var(--line-dark);max-width:660px}.turbo-page .tl li{position:relative;padding-bottom:30px}.turbo-page .tl li:last-child{padding-bottom:0}.turbo-page .tl li:before{content:"";position:absolute;left:-38px;top:4px;width:12px;height:12px;border-radius:50%;background:var(--yellow);box-shadow:0 0 0 4px var(--dark)}.turbo-page .tl .tm{font-size:var(--fs-body-s);font-weight:600;color:var(--yellow);letter-spacing:.02em}.turbo-page .tl .tx{color:#c7c7cc;margin-top:5px;font-size:var(--fs-body)}.turbo-page .tl .tx b{color:#fff;font-weight:600}.turbo-page .tl .hid{color:var(--gray-2);font-size:var(--fs-body-s);font-style:italic;margin-top:10px;padding-left:14px;border-left:2px solid var(--line-dark);max-width:52ch}.turbo-page .punch{display:flex;align-items:center;gap:24px;flex-wrap:wrap;margin-top:40px;padding-top:32px;border-top:1px solid var(--line-dark)}.turbo-page .punch .big{font-size:clamp(3rem,2rem + 5vw,4.8rem);font-weight:200;letter-spacing:-2.5px;color:var(--yellow);line-height:.9}.turbo-page .punch .big span{font-size:.28em;font-weight:400;color:#b9b9be}.turbo-page .punch p{max-width:380px;color:#b9b9be;margin:0}.turbo-page .net-head{max-width:900px;margin:0 auto 40px;text-align:center}.turbo-page .net-head .lead{margin:18px auto 0}.turbo-page .turbo-net{max-width:1040px;margin:0 auto;position:relative;height:clamp(480px,62vh,660px);border-radius:22px;overflow:hidden;background:#070919;border:1px solid rgba(69,72,255,.35);box-shadow:0 30px 70px rgba(18,23,85,.25)}.turbo-page .turbo-net canvas{position:absolute;inset:0;display:block;cursor:crosshair}.turbo-page .tn-hud{position:absolute;top:0;left:0;right:0;padding:22px 26px 0;display:flex;justify-content:flex-start;gap:34px;flex-wrap:wrap;pointer-events:none;z-index:10}.turbo-page .tn-stat .val{font-size:clamp(20px,2.2vw,30px);font-weight:200;letter-spacing:-1px;color:#fff;font-variant-numeric:tabular-nums;line-height:1}.turbo-page .tn-stat .val em{font-style:normal;color:var(--yellow)}.turbo-page .tn-stat .lbl{font-size:9px;font-weight:600;letter-spacing:2px;text-transform:uppercase;color:#8b90b8;margin-top:5px}.turbo-page .tn-panel{position:absolute;right:22px;top:50%;transform:translateY(-50%) translateX(24px);width:280px;padding:24px 24px 20px;background:rgba(10,13,51,.78);border:1px solid rgba(69,72,255,.35);backdrop-filter:blur(14px);border-radius:14px;opacity:0;pointer-events:none;z-index:20;transition:opacity .45s var(--ease),transform .45s var(--ease);color:#fff}.turbo-page .tn-panel.on{opacity:1;transform:translateY(-50%) translateX(0);pointer-events:auto}.turbo-page .tn-panel .ptype{display:inline-block;font-size:9px;font-weight:600;letter-spacing:2px;text-transform:uppercase;padding:4px 10px;border-radius:100px;margin-bottom:13px;background:rgba(69,72,255,.18);color:#9ea0ff;border:1px solid rgba(69,72,255,.45)}.turbo-page .tn-panel h3{font-size:21px;font-weight:300;letter-spacing:-.8px;margin:0 0 3px;color:#fff}.turbo-page .tn-panel .pzone{font-size:11px;color:#8b90b8;margin-bottom:16px}.turbo-page .tn-panel .divider{height:1px;background:rgba(139,144,184,.18);margin:14px 0}.turbo-page .tn-mrow{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:10px}.turbo-page .tn-mrow .k{font-size:11px;color:#8b90b8}.turbo-page .tn-mrow .v{font-size:14px;color:#fff;font-variant-numeric:tabular-nums}.turbo-page .tn-mrow .v.hl{color:var(--yellow)}.turbo-page .tn-rtitle{font-size:9px;font-weight:600;letter-spacing:2px;text-transform:uppercase;color:#8b90b8;margin:2px 0 9px}.turbo-page .tn-route{display:flex;justify-content:space-between;align-items:center;padding:6px 0;font-size:12px;border-bottom:1px solid rgba(139,144,184,.08)}.turbo-page .tn-route:last-child{border-bottom:none}.turbo-page .tn-route .dest{color:#fff}.turbo-page .tn-route .eta{color:#8b90b8;font-variant-numeric:tabular-nums}.turbo-page .tn-route .eta b{color:var(--yellow);font-weight:500}.turbo-page .tn-panel .hint{font-size:10px;color:#4a4f7a;margin-top:12px}.turbo-page .tn-legend{position:absolute;left:24px;bottom:20px;z-index:10;display:flex;flex-direction:column;gap:8px;pointer-events:none}.turbo-page .tn-leg{display:flex;align-items:center;gap:9px;font-size:11px;color:#8b90b8}.turbo-page .tn-dot{width:10px;height:10px;border-radius:50%;flex:none;margin:0 6px}.turbo-page .tn-dot.store{background:var(--blue);box-shadow:0 0 6px rgba(69,72,255,.7)}.turbo-page .tn-dot.consumer{background:#8b90b8}.turbo-page .tn-line{width:22px;height:2px;flex:none}.turbo-page .tn-line.mesh{background:linear-gradient(90deg,transparent,rgba(69,72,255,.7),transparent)}.turbo-page .tn-line.pulse{background:linear-gradient(90deg,transparent,var(--yellow),transparent)}.turbo-page .tn-status{position:absolute;right:24px;bottom:20px;z-index:10;display:flex;align-items:center;gap:8px;font-size:10px;letter-spacing:2px;text-transform:uppercase;color:#8b90b8;pointer-events:none}.turbo-page .tn-status .beacon{width:7px;height:7px;border-radius:50%;background:var(--yellow);animation:tnbeacon 2.2s ease-in-out infinite}@keyframes tnbeacon{0%,to{opacity:1;box-shadow:0 0 0 0 rgba(247,220,75,.5)}50%{opacity:.55;box-shadow:0 0 0 6px rgba(247,220,75,0)}}@media (max-width:760px){.turbo-page .turbo-net{height:520px}.turbo-page .tn-hud{gap:20px}.turbo-page .tn-panel{right:14px;left:14px;width:auto;top:auto;bottom:64px;transform:translateY(12px)}.turbo-page .tn-panel.on{transform:translateY(0)}.turbo-page .tn-status{display:none}}.turbo-page .kpis{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;max-width:860px;margin:0 auto}.turbo-page .kpi{text-align:center;padding:0 14px}.turbo-page .kpi .n{font-size:clamp(2rem,1.5rem + 1.8vw,2.9rem);font-weight:600;letter-spacing:-1.5px;color:#fff;line-height:1.05}.turbo-page .kpi .l{font-weight:600;margin:12px 0 5px;font-size:var(--fs-body);color:#ededed}.turbo-page .kpi .c{color:#9a9aa0;font-size:var(--fs-body-s);margin:0}.turbo-page .kpi:not(:last-child){border-right:1px solid var(--line-dark)}@media (max-width:760px){.turbo-page .kpis{grid-template-columns:1fr;gap:34px}.turbo-page .kpi:not(:last-child){border-right:0}}.turbo-page .marquee{position:relative;overflow:hidden;margin-top:52px;-webkit-mask-image:linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent);mask-image:linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent)}.turbo-page .marquee-track{display:flex;gap:56px;width:max-content;align-items:center;animation:turbo-scroll 46s linear infinite}.turbo-page .marquee:hover .marquee-track{animation-play-state:paused}.turbo-page .marquee img{height:28px;width:auto;object-fit:contain;filter:brightness(0) invert(1);opacity:.5;transition:opacity .25s var(--ease)}.turbo-page .marquee img:hover{opacity:1}@keyframes turbo-scroll{to{transform:translateX(-50%)}}.turbo-page .cierre{text-align:center;max-width:720px;margin:70px auto 0;padding-top:56px;border-top:1px solid var(--line-dark)}.turbo-page .cierre .lead{color:#c7c7cc;margin:16px auto 0;max-width:50ch}.turbo-page .cierre .btn{margin-top:30px}@media (prefers-reduced-motion:reduce){.turbo-page .marquee-track,.turbo-page .tn-status .beacon{animation:none}.turbo-page .btn,.turbo-page .tn-panel{transition:none}}.turbo-page .exp-shot{width:100%;height:auto;display:block;border-radius:14px;border:1px solid var(--border);box-shadow:0 22px 54px rgba(18,23,85,.12);background:#fff}