/* pryvpn.com — home page. The page tells one story: exposed (ember, dark) → the seal → protected (blue, light). */

/* ---------- journey rail ---------- */
.journey { position: fixed; left: 14px; top: 50%; transform: translateY(-50%); z-index: 70; display: none; flex-direction: column; gap: 26px; padding: 14px 10px; border-radius: 999px; background: rgba(9,11,34,.55); border: 1px solid rgba(255,255,255,.1); backdrop-filter: blur(12px); }
.journey::before { content: ""; position: absolute; left: 50%; top: 22px; bottom: 22px; width: 2px; margin-left: -1px; background: rgba(255,255,255,.12); border-radius: 2px; }
.journey a { position: relative; display: grid; place-items: center; width: 22px; height: 22px; text-decoration: none; }
.journey a i { width: 12px; height: 12px; border-radius: 50%; background: #2A2F66; border: 2px solid #4A5090; transition: all .4s var(--ease); }
.journey a span { position: absolute; left: 34px; white-space: nowrap; font-size: .78rem; font-weight: 600; color: #fff; background: rgba(9,11,34,.9); padding: 5px 10px; border-radius: 8px; opacity: 0; transform: translateX(-6px); transition: .25s var(--ease); pointer-events: none; }
.journey a:hover span, .journey a:focus-visible span { opacity: 1; transform: none; }
.journey a[data-stage="exposed"].on i, .journey a[data-stage="exposed"].done i { background: #FF8A3D; border-color: #FFB27A; box-shadow: 0 0 12px #FF8A3D; }
.journey a[data-stage="seal"].on i, .journey a[data-stage="seal"].done i { background: #9A7BFF; border-color: #C3B6FF; box-shadow: 0 0 12px #7C5CFF; }
.journey a[data-stage="protected"].on i { background: #7C87FF; border-color: #C3C9FF; box-shadow: 0 0 12px #6470FF; }
@media (min-width: 1400px) { .journey { display: flex; } }

/* ---------- HERO ---------- */
.hero { min-height: max(100svh, 820px); padding: calc(120px + env(safe-area-inset-top, 0px)) 0 70px; overflow: hidden; isolation: isolate; display: flex; align-items: center; }
.hero .bg { position: absolute; inset: 0; z-index: -2; background: radial-gradient(50% 60% at 74% 46%, rgba(255, 122, 40, .14), transparent 70%), radial-gradient(60% 50% at 10% 110%, rgba(51, 64, 255, .16), transparent 60%), #070920; }
.hero .bg-on { position: absolute; inset: 0; z-index: -2; opacity: 0; transition: opacity 1.2s var(--ease); background: radial-gradient(55% 65% at 72% 46%, rgba(70, 84, 255, .42), transparent 70%), radial-gradient(40% 40% at 90% 90%, rgba(47, 181, 255, .18), transparent 70%), radial-gradient(60% 50% at 10% 110%, rgba(91, 75, 255, .3), transparent 60%), #070920; }
body[data-safety="sealed"] .hero .bg-on { opacity: 1; }
.hero .stars { position: absolute; inset: 0; z-index: -1; opacity: .5; background-image: radial-gradient(1px 1px at 12% 22%, #fff 50%, transparent), radial-gradient(1px 1px at 32% 72%, #cfd3ff 50%, transparent), radial-gradient(1.5px 1.5px at 52% 12%, #fff 50%, transparent), radial-gradient(1px 1px at 68% 88%, #cfd3ff 50%, transparent), radial-gradient(1px 1px at 88% 30%, #fff 50%, transparent), radial-gradient(1px 1px at 8% 90%, #fff 50%, transparent), radial-gradient(1.5px 1.5px at 42% 42%, #aab2ff 50%, transparent), radial-gradient(1px 1px at 94% 64%, #fff 50%, transparent); }
.hero .gridlines { position: absolute; inset: auto 0 0; height: 38%; z-index: -1; opacity: .22; background-image: linear-gradient(rgba(124,135,255,.3) 1px, transparent 1px), linear-gradient(90deg, rgba(124,135,255,.3) 1px, transparent 1px); background-size: 64px 64px; transform: perspective(600px) rotateX(62deg); transform-origin: bottom; mask-image: linear-gradient(to top, #000, transparent); }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.08fr); gap: 28px; align-items: center; }
.hero-copy { position: relative; z-index: 2; }
.status-word { display: inline-flex; align-items: center; gap: 10px; font-weight: 600; font-size: .9rem; padding: 7px 16px 7px 12px; border-radius: 999px; background: rgba(255,255,255,.06); color: #C3C9FF; border: 1px solid rgba(255,255,255,.14); margin-bottom: 24px; transition: all .5s; text-decoration: none; }
.status-word .dot { width: 9px; height: 9px; border-radius: 50%; background: currentColor; box-shadow: 0 0 12px currentColor; animation: blink .8s infinite; }
.hero a.status-word { color: #C3C9FF; }
.hero a.status-word.exposed { background: rgba(255,138,61,.13); color: #FFB27A; border-color: rgba(255,138,61,.3); }
.status-word.exposed .dot, body[data-safety="sealed"] .status-word .dot { animation: none; }
body[data-safety="sealed"] .hero a.status-word { background: rgba(116,128,255,.18); color: #C3C9FF; border-color: rgba(116,128,255,.4); }
@keyframes blink { 50% { opacity: .25; } }
.hero h1 { font-size: clamp(3rem, 6.3vw, 5.6rem); line-height: .98; letter-spacing: -.05em; font-weight: 700; }
.hero h1 .h1-top { display: block; font: 600 clamp(1.05rem, 1.5vw, 1.25rem)/1.2 var(--f-body); letter-spacing: 0; color: #AEB5FF; margin-bottom: 16px; }
.hero h1 .line { display: block; overflow: hidden; padding-bottom: .08em; }
.hero h1 .line > span { display: inline-block; transform: translateY(105%); animation: rise .9s var(--ease) forwards; }
.hero h1 .line:nth-of-type(2) > span { animation-delay: .1s; } .hero h1 .line:nth-of-type(3) > span { animation-delay: .2s; }
@keyframes rise { to { transform: none; } }
.hero h1 .sheen { background: linear-gradient(100deg, #fff, #fff); -webkit-background-clip: text; background-clip: text; color: transparent; background-size: 200% 100%; }
.hero h1 .soft { background-image: linear-gradient(100deg, #FFD0A8 0%, #FF9A5A 60%, #FFD0A8 100%); transition: all .6s; }
body[data-safety="sealed"] .hero h1 .soft { background-image: linear-gradient(100deg, #C3C9FF 0%, #8FE0FF 60%, #C3C9FF 100%); }
body[data-safety="sealed"] .hero h1 .sheen { background-image: linear-gradient(100deg, #fff 0%, #C3C9FF 30%, #8FE0FF 50%, #C3C9FF 70%, #fff 100%); animation: sheen 5s linear infinite; }
@keyframes sheen { to { background-position: -200% 0; } }
.hero .lede { margin-top: 26px; animation: fadeIn .9s .35s var(--ease) both; }
.hero .lede b { color: #fff; font-weight: 600; }
@keyframes fadeIn { from { opacity: 0; transform: translateY(14px); } }
.hero-cta { margin-top: 32px; animation: fadeIn .9s .45s var(--ease) both; }
.hero .trust { animation: fadeIn .9s .55s var(--ease) both; }
.hero .trust .i { color: #9AA2FF; }
.hero-visual { position: relative; height: min(740px, 84vh); min-height: 600px; }
.hero-visual canvas { position: absolute; top: -14%; left: -12%; width: 140%; height: 128%; cursor: grab; transition: transform .6s var(--ease); }
.hero-visual canvas:active { cursor: grabbing; }
.drag-hint { position: absolute; right: 4%; top: 2%; z-index: 3; display: inline-flex; align-items: center; gap: 6px; font-size: .74rem; color: var(--ink-3); pointer-events: none; }
.drag-hint .i { width: 14px; height: 14px; }
.console { position: absolute; z-index: 4; left: 0; bottom: 2%; width: min(340px, 92%); border-radius: 28px; padding: 18px; color: #F1F2FF; transition: box-shadow .8s var(--ease), border-color .8s, transform .4s var(--ease); transform-style: preserve-3d; }
body[data-safety="sealed"] .console { border-color: rgba(124,135,255,.5); box-shadow: 0 0 0 1px rgba(124,135,255,.2), 0 30px 80px -30px rgba(70,84,255,.9); }
.console-head { display: flex; align-items: center; gap: 10px; margin-bottom: 14px; }
.mini-seal { width: 38px; height: 38px; position: relative; flex: none; }
.mini-seal .seal { position: absolute; inset: 0; }
.mini-seal .s-ring, .mini-seal .s-track { stroke-width: 14; }
.mini-seal .s-depth, .mini-seal .s-wave, .mini-seal .s-gap { display: none; }
.console-head b { display: block; font: 600 .95rem var(--f-display); }
.console-head span { font-size: .78rem; color: var(--ink-3); }
.console-head .tag { margin-left: auto; font-size: .68rem; font-weight: 700; padding: 4px 9px; border-radius: 999px; background: rgba(255,255,255,.08); color: var(--ink-2); white-space: nowrap; flex: none; }
.c-loc { display: flex; align-items: center; gap: 10px; padding: 10px 12px; border-radius: 16px; background: rgba(255,255,255,.06); font-size: .88rem; }
.flagc { width: 30px; height: 30px; border-radius: 50%; overflow: hidden; display: grid; place-items: center; font-size: 1.7rem; background: rgba(255,255,255,.08); flex: none; }
.c-loc b { display: block; font-weight: 600; } .c-loc small { color: var(--ink-3); font-size: .76rem; }
.c-loc .bolt { margin-left: auto; font-size: .68rem; font-weight: 700; padding: 3px 8px; border-radius: 6px; background: rgba(124,135,255,.2); color: #C3C9FF; white-space: nowrap; flex: none; }
.c-btn { position: relative; overflow: hidden; width: 100%; margin-top: 12px; min-height: 52px; border: 0; border-radius: 18px; background: var(--grad-seal); background-size: 180% 100%; color: #fff; font: 600 1rem var(--f-body); display: flex; align-items: center; justify-content: center; box-shadow: 0 14px 32px -14px rgba(70,84,255,1), inset 0 1px 0 rgba(255,255,255,.25); transition: background-position .6s var(--ease), transform .15s; }
.c-btn:hover { background-position: 100% 0; }
.c-btn:active { transform: scale(.98); }
.c-btn .prog { position: absolute; inset: 0 auto 0 0; width: 0; background: rgba(255,255,255,.18); transition: width .6s var(--ease); }
.c-btn .lbl { position: relative; display: flex; gap: 10px; align-items: center; }
body[data-safety="sealed"] .c-btn { background: rgba(255,255,255,.06); box-shadow: inset 0 0 0 1.5px rgba(255,255,255,.2); }
.c-steps { list-style: none; margin: 12px 0 0; padding: 0; display: grid; gap: 6px; font-size: .8rem; color: var(--ink-3); }
.c-steps li { display: flex; align-items: center; gap: 8px; }
.c-steps li i { width: 16px; height: 16px; border-radius: 50%; border: 1.5px solid var(--line-strong); display: grid; place-items: center; flex: none; }
.c-steps li.done { color: var(--ink); } .c-steps li.done i { background: var(--seal); border-color: var(--seal); }
.c-steps li.done i::after { content: ""; width: 5px; height: 8px; border: solid #fff; border-width: 0 1.5px 1.5px 0; transform: rotate(45deg) translate(-1px, -1px); }
.c-steps li.now i { border-color: var(--seal); border-top-color: transparent; animation: spin .7s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }
.readout { margin: 12px 0 0; font-size: .82rem; }
.readout div { display: flex; justify-content: space-between; gap: 12px; padding: 8px 2px; border-top: 1px solid var(--line); }
.readout dt { color: var(--ink-3); } .readout dd { margin: 0; font-weight: 600; text-align: right; }
.readout dd.warn-text { color: #FFB27A; } .readout dd.ok-text { color: #AEB5FF; }
.demo-note { margin-top: 8px; font-size: .72rem; color: var(--ink-3); text-align: center; }
@media (max-width: 1000px) {
  .hero-grid { grid-template-columns: minmax(0, 1fr); }
  .hero-visual { height: 660px; min-height: 0; }
  .hero-visual canvas { top: -4%; left: -14%; width: 128%; height: 86%; }
  .console { left: 50%; transform: translateX(-50%); bottom: 0; }
}
@media (max-width: 520px) { .console { width: calc(100% - 8px); } }

/* ---------- proof ribbon ---------- */
.ribbon { padding-block: 0 70px; }
.metrics { display: grid; grid-template-columns: repeat(5, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.metrics div { padding: 26px 22px; border-left: 1px solid var(--line); }
.metrics div:first-child { border-left: 0; padding-left: 0; }
.metrics b { display: block; font: 700 clamp(1.9rem, 3.4vw, 2.8rem)/1 var(--f-display); letter-spacing: -.04em; margin-bottom: 6px; }
.metrics b.grad-text { width: fit-content; }
.metrics span { color: var(--ink-3); font-size: .9rem; }
.marquee { overflow: hidden; margin-top: 28px; mask-image: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent); }
.marquee-track { display: flex; gap: 12px; width: max-content; animation: marquee 80s linear infinite; }
.marquee:hover .marquee-track { animation-play-state: paused; }
.marquee span { display: inline-flex; align-items: center; gap: 8px; padding: 7px 14px 7px 7px; border-radius: 999px; border: 1px solid var(--line); background: var(--surface); font-size: .86rem; color: var(--ink-2); white-space: nowrap; }
.marquee span em { font-style: normal; font-size: 1.4rem; line-height: 1; width: 26px; height: 26px; border-radius: 50%; overflow: hidden; display: grid; place-items: center; }
.marquee span b { color: var(--ink); font-weight: 500; }
.marquee span small { color: var(--seal); font: 500 .78rem var(--f-mono); }
@keyframes marquee { to { transform: translateX(-50%); } }
@media (max-width: 900px) { .metrics { grid-template-columns: repeat(2, 1fr); } .metrics div { border-left: 0; padding-left: 0; border-top: 1px solid var(--line); } .metrics div:first-child { border-top: 0; } .metrics div:nth-child(2) { border-top: 0; } .metrics div:last-child { grid-column: 1 / -1; } }

/* ---------- exposure scan ---------- */
.exposed { background: radial-gradient(60% 40% at 50% 0%, rgba(255,110,40,.12), transparent 70%), #080818; }
.scan-meter { display: grid; grid-template-columns: auto 1fr auto; gap: 22px; align-items: center; padding: 20px 24px; border-radius: 26px; background: rgba(255,138,61,.07); border: 1px solid rgba(255,138,61,.22); margin-bottom: 18px; transition: background .8s, border-color .8s; }
.gauge-wrap { position: relative; width: 120px; }
.gauge-wrap svg { width: 120px; height: 70px; display: block; }
.gauge-wrap #expArc { transition: stroke-dasharray 1.2s var(--ease), stroke .8s; }
.gauge-wrap b { position: absolute; left: 0; right: 0; bottom: 0; text-align: center; font: 700 1rem var(--f-display); color: #FFB27A; }
.scan-sum b { display: block; font: 600 1.2rem var(--f-display); letter-spacing: -.02em; }
.scan-sum span { color: var(--ink-2); font-size: .94rem; }
.scan-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 18px; }
.scan-col { display: grid; gap: 10px; align-content: start; padding: 18px; border-radius: 26px; background: rgba(255,255,255,.03); border: 1px solid var(--line); }
.scan-col h3 { display: flex; justify-content: space-between; align-items: baseline; gap: 10px; font-size: 1.05rem; padding: 4px 6px 8px; }
.scan-col h3 small { font: 500 .78rem var(--f-body); color: var(--ink-3); letter-spacing: 0; }
.scan-card { display: grid; grid-template-columns: 40px 1fr auto; gap: 12px; align-items: center; padding: 12px 14px; border-radius: 18px; background: rgba(255,255,255,.04); border: 1px solid transparent; transition: background .6s, border-color .6s; opacity: 0; transform: translateY(8px); }
.scan-card.shown { opacity: 1; transform: none; transition: opacity .5s var(--ease), transform .5s var(--ease), background .6s, border-color .6s; }
.scan-card .ic { width: 40px; height: 40px; border-radius: 12px; display: grid; place-items: center; background: rgba(255,255,255,.06); color: var(--ink-2); }
.scan-card.vpn .ic { background: rgba(255,138,61,.14); color: #FF9A4D; }
.scan-card .lbl { display: block; font-size: .78rem; color: var(--ink-3); }
.scan-card .val { display: block; font: 500 .95rem var(--f-body); color: var(--ink); margin-top: 2px; }
.scan-card.vpn .val { color: #FFD0A8; }
.scan-card .tag { font-size: .7rem; font-weight: 600; padding: 4px 9px; border-radius: 999px; background: rgba(255,255,255,.06); color: var(--ink-3); white-space: nowrap; }
.scan-card.typing .val::after { content: "▍"; animation: blink .7s infinite; margin-left: 2px; color: var(--ink-3); }
body[data-safety="sealed"] .scan-card.vpn { background: rgba(116,128,255,.1); border-color: rgba(116,128,255,.3); }
body[data-safety="sealed"] .scan-card.vpn .ic { background: rgba(116,128,255,.2); color: #AEB5FF; }
body[data-safety="sealed"] .scan-card.vpn .val { color: #DDE0FF; }
body[data-safety="sealed"] .scan-card.vpn .tag { background: var(--grad-seal); color: #fff; }
body[data-safety="sealed"] .scan-meter { background: rgba(116,128,255,.1); border-color: rgba(116,128,255,.3); }
body[data-safety="sealed"] .gauge-wrap b { color: #AEB5FF; }
.scan-col.browser .scan-card .val { color: var(--ink-2); }
.scan-note { font-size: .86rem; color: var(--ink-3); padding: 6px 6px 0; }
@media (max-width: 900px) { .scan-grid { grid-template-columns: 1fr; } .scan-meter { grid-template-columns: 1fr; justify-items: start; } .scan-card { grid-template-columns: 40px 1fr; } .scan-card .tag { grid-column: 2; justify-self: start; } }

/* ---------- café Wi-Fi scene ---------- */
.diff { background: linear-gradient(180deg, #080818 0%, #0B0E30 100%); }
.toggle-big { position: relative; display: inline-grid; grid-template-columns: 1fr 1fr; padding: 6px; border-radius: 999px; background: rgba(255,255,255,.06); border: 1px solid var(--line); margin-top: 8px; }
.toggle-big .knob { position: absolute; top: 6px; bottom: 6px; left: 6px; width: calc(50% - 6px); border-radius: 999px; background: linear-gradient(135deg, #FF9A3D, #FF5E4D); box-shadow: 0 10px 30px -10px rgba(255,94,77,.8); transition: transform .5s var(--ease), background .5s; }
.diff[data-mode="protected"] .toggle-big .knob { transform: translateX(100%); background: var(--grad-seal); box-shadow: 0 10px 30px -10px rgba(70,84,255,1); }
.toggle-big button { position: relative; border: 0; background: none; color: var(--ink-2); font: 600 1rem var(--f-body); padding: 14px 28px; border-radius: 999px; display: flex; align-items: center; gap: 8px; justify-content: center; white-space: nowrap; transition: color .3s; }
.toggle-big button[aria-pressed="true"] { color: #fff; }
.scene-wrap { display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: 20px; }
.scene { position: relative; border-radius: 32px; border: 1px solid var(--line); background: radial-gradient(80% 90% at 50% 50%, rgba(124,135,255,.08), transparent 70%), rgba(255,255,255,.02); overflow: hidden; }
.scene svg { display: block; width: 100%; height: auto; }
.scene .lbl { fill: var(--ink-2); font: 600 13px var(--f-body); }
.scene .sub { fill: var(--ink-3); font: 500 11px var(--f-body); }
.scene .node-bg { fill: rgba(255,255,255,.05); stroke: rgba(255,255,255,.18); }
.scene .wire { stroke: rgba(255,255,255,.14); stroke-width: 2; stroke-dasharray: 4 6; }
.scene .tunnel { fill: none; stroke: url(#tg); stroke-width: 44; stroke-linecap: round; opacity: 0; transition: opacity .8s var(--ease); }
.scene .tunnel-core { fill: none; stroke: rgba(124,135,255,.9); stroke-width: 1.5; opacity: 0; transition: opacity .8s; stroke-dasharray: 8 8; animation: dash 1s linear infinite; }
@keyframes dash { to { stroke-dashoffset: -16; } }
.diff[data-mode="protected"] .scene .tunnel { opacity: .55; }
.diff[data-mode="protected"] .scene .tunnel-core { opacity: 1; }
.scene .server { opacity: .18; transition: opacity .6s; }
.diff[data-mode="protected"] .scene .server { opacity: 1; }
.scene .eye-ray { stroke: #FF8A3D; stroke-width: 1.5; stroke-dasharray: 3 5; animation: dash 1s linear infinite; transition: stroke .5s; }
.diff[data-mode="protected"] .scene .eye-ray { stroke: rgba(255,255,255,.2); }
.scene .eye { color: #FF8A3D; transition: color .5s; }
.diff[data-mode="protected"] .scene .eye { color: #8A8FBE; }
.pkt rect { rx: 13; }
.pkt text { font: 500 11px var(--f-mono); }
.pkt.plain rect { fill: rgba(255,138,61,.16); stroke: #FF8A3D; } .pkt.plain text { fill: #FFD2B0; }
.pkt.enc rect { fill: #5B67FF; stroke: #AEB5FF; } .pkt.enc text { fill: #fff; }
.pkt.out rect { fill: rgba(255,255,255,.08); stroke: rgba(255,255,255,.3); } .pkt.out text { fill: #D6D9FF; }
.burst { fill: none; stroke: #FF6B78; stroke-width: 2; }
.logs { display: grid; gap: 14px; grid-template-rows: auto 1fr; }
.logbox { border-radius: 24px; border: 1px solid var(--line); background: rgba(255,255,255,.03); padding: 16px; display: flex; flex-direction: column; }
.logbox h3 { font: 600 .9rem var(--f-body); letter-spacing: 0; display: flex; align-items: center; gap: 8px; margin-bottom: 10px; }
.logbox h3 .i { width: 18px; height: 18px; color: #FF8A3D; transition: color .5s; }
.diff[data-mode="protected"] .logbox h3 .i { color: #9AA2FF; }
.logbox ul { list-style: none; margin: 0; padding: 0; font: .76rem/1.5 var(--f-mono); color: var(--ink-2); display: grid; gap: 4px; max-height: 210px; overflow: hidden; mask-image: linear-gradient(#000 70%, transparent); }
.logbox li { animation: logIn .35s var(--ease); display: flex; gap: 8px; }
.logbox li time { color: var(--ink-3); }
.logbox li.bad b { color: #FFB27A; font-weight: 500; } .logbox li.good b { color: #AEB5FF; font-weight: 500; } .logbox li.blk b { color: #FF8A95; font-weight: 500; }
@keyframes logIn { from { opacity: 0; transform: translateY(-6px); } }
.seen { font-size: .88rem; }
.seen b { display: block; font: 500 1.1rem var(--f-mono); margin-top: 4px; transition: color .4s; }
.seen .where { color: var(--ink-3); font-size: .82rem; margin-top: 4px; }
.diff[data-mode="exposed"] .seen b { color: #FFB27A; } .diff[data-mode="protected"] .seen b { color: #AEB5FF; }
.diff-foot { margin-top: 24px; color: var(--ink-3); font-size: .92rem; text-align: center; }
.diff-foot b { color: var(--ink); }
@media (max-width: 980px) { .scene-wrap { grid-template-columns: 1fr; } .logs { grid-template-columns: 1fr 1fr; grid-template-rows: none; } }
@media (max-width: 600px) { .logs { grid-template-columns: 1fr; } .toggle-big button { padding: 12px 14px; font-size: .88rem; } }

/* ---------- the seal (scroll-driven turning point) ---------- */
.seal-scroll { height: 300vh; padding: 0; background: #0B0E30; }
.ss-sticky { position: sticky; top: 0; height: 100vh; min-height: 640px; display: flex; align-items: center; overflow: hidden; isolation: isolate; }
.ss-bg { position: absolute; inset: 0; z-index: -1; transition: opacity .2s linear; }
.ss-bg.ember { background: radial-gradient(50% 60% at 68% 50%, rgba(255,110,40,.22), transparent 70%), #0B0B24; }
.ss-bg.blue { opacity: 0; background: radial-gradient(55% 65% at 68% 50%, rgba(70,84,255,.5), transparent 70%), radial-gradient(40% 40% at 90% 90%, rgba(47,181,255,.2), transparent 70%), #080A2A; }
.ss-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(28px, 5vw, 80px); align-items: center; width: min(1240px, 100% - 40px); }
.ss-copy h2 { margin-top: 14px; }
.ss-copy .lede { margin-top: 16px; }
.nowrap { white-space: nowrap; }
.ss-list { list-style: none; padding: 0; margin: 28px 0; display: grid; gap: 10px; }
.ss-list li { display: grid; grid-template-columns: 34px 1fr; gap: 14px; align-items: center; padding: 12px 14px; border-radius: 18px; background: rgba(255,138,61,.07); border: 1px solid rgba(255,138,61,.2); transition: background .5s, border-color .5s; }
.ss-list .st { width: 34px; height: 34px; border-radius: 50%; display: grid; place-items: center; border: 2px solid #FF8A3D; position: relative; transition: all .5s var(--ease); }
.ss-list .st::after { content: ""; width: 10px; height: 10px; border-radius: 50%; background: #FF8A3D; box-shadow: 0 0 12px #FF8A3D; transition: all .5s var(--ease); }
.ss-list b { display: block; font-weight: 600; }
.ss-list .from, .ss-list .to { display: block; font-size: .88rem; transition: opacity .4s, transform .4s var(--ease); }
.ss-list .from { color: #FFB27A; }
.ss-list .to { color: #C3C9FF; height: 0; opacity: 0; transform: translateY(6px); overflow: hidden; }
.ss-list li.done { background: rgba(116,128,255,.12); border-color: rgba(116,128,255,.35); }
.ss-list li.done .st { border-color: transparent; background: var(--grad-seal); }
.ss-list li.done .st::after { width: 7px; height: 12px; border-radius: 0; background: none; box-shadow: none; border: solid #fff; border-width: 0 2.5px 2.5px 0; transform: rotate(45deg) translate(-1px, -2px); }
.ss-list li.done .from { height: 0; opacity: 0; overflow: hidden; }
.ss-list li.done .to { height: auto; opacity: 1; transform: none; }
.ss-visual { display: grid; place-items: center; }
.ss-ring { position: relative; width: min(480px, 42vw); aspect-ratio: 1; }
.ss-ring > svg { position: absolute; inset: 0; width: 100%; height: 100%; overflow: visible; }
.ss-ring .trk { fill: none; stroke: rgba(255,255,255,.08); stroke-width: 12; }
.ss-ring .arc { fill: none; stroke: url(#none); stroke: #FF8A3D; stroke-width: 12; stroke-linecap: round; transform-origin: 100px 100px; transform: rotate(-90deg); transition: stroke .5s; filter: drop-shadow(0 0 10px rgba(255,138,61,.6)); }
.ss-ring.sealed .arc { stroke: #7C87FF; filter: drop-shadow(0 0 16px rgba(100,112,255,.9)); }
.ss-ring .halo { fill: none; stroke: #7C87FF; stroke-width: 1; opacity: 0; transition: opacity .8s, r .8s; }
.ss-ring.sealed .halo.h1 { opacity: .4; } .ss-ring.sealed .halo.h2 { opacity: .2; }
.ss-core { position: absolute; inset: 22%; border-radius: 50%; display: grid; place-content: center; justify-items: center; gap: 10px; background: radial-gradient(circle at 30% 25%, rgba(255,255,255,.08), rgba(255,255,255,.02) 70%); border: 1px solid rgba(255,255,255,.1); text-align: center; }
.ss-core .pry-mark { color: #fff; width: 76px; height: 76px; }
.ss-core b { font: 600 1.05rem var(--f-display); color: #FFB27A; transition: color .5s; }
.ss-ring.sealed .ss-core { background: radial-gradient(circle at 30% 25%, #5B67FF, #2430E0 70%); border-color: transparent; box-shadow: 0 30px 80px -20px rgba(51,64,255,.9); }
.ss-ring.sealed .ss-core b { color: #fff; }
.ss-progress { position: absolute; left: 50%; bottom: 28px; width: min(300px, 60%); height: 4px; transform: translateX(-50%); border-radius: 2px; background: rgba(255,255,255,.1); overflow: hidden; }
.ss-progress i { display: block; height: 100%; width: 0; background: linear-gradient(90deg, #FF8A3D, #9A7BFF, #7C87FF); }
@media (max-width: 900px) {
  .seal-scroll { height: 260vh; }
  .ss-grid { grid-template-columns: minmax(0, 1fr); gap: 18px; }
  .ss-visual { order: -1; }
  .ss-ring { width: min(220px, 56vw); }
  .ss-list { margin: 16px 0; gap: 6px; } .ss-list li { padding: 8px 10px; } .ss-copy .lede { display: none; }
  .ss-core { gap: 4px; }
  .ss-core .pry-mark { width: 44px; height: 44px; }
  .ss-core b { font-size: .8rem; }
}
@media (prefers-reduced-motion: reduce) { .seal-scroll { height: auto; } .ss-sticky { position: relative; height: auto; padding-block: 100px; } }

/* ---------- features bento ---------- */
.features { background: var(--bg); }
.bento { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 16px; }
.tile { position: relative; overflow: hidden; border-radius: 30px; border: 1px solid var(--line); background: var(--surface); padding: clamp(22px, 2.6vw, 32px); display: flex; flex-direction: column; gap: 10px; min-height: 300px; box-shadow: var(--shadow); }
.tile p { color: var(--ink-2); font-size: .96rem; max-width: 48ch; }
.tile .kicker { font-size: .8rem; }
.tile .viz { margin-top: auto; padding-top: 16px; position: relative; }
.s4 { grid-column: span 4; } .s3 { grid-column: span 3; } .s2 { grid-column: span 2; } .s6 { grid-column: span 6; }
.tile.hero-tile { background: radial-gradient(120% 100% at 100% 0%, rgba(51,64,255,.1), transparent 55%), var(--surface); }
.minis-tile { min-height: 0; }
@media (max-width: 1080px) { .s4, .s3, .s6 { grid-column: span 6; } .s2 { grid-column: span 3; } }
@media (max-width: 680px) { .s2 { grid-column: span 6; } }
.spot::before { content: ""; position: absolute; inset: 0; pointer-events: none; opacity: 0; transition: opacity .3s; background: radial-gradient(420px circle at var(--mx, 50%) var(--my, 50%), rgba(51,64,255,.08), transparent 60%); }
.spot:hover::before { opacity: 1; }
.rank2 { list-style: none; padding: 0; margin: 0; position: relative; height: 292px; }
.rank2 li { position: absolute; left: 0; right: 0; height: 52px; display: grid; grid-template-columns: 30px minmax(0, 150px) 1fr 56px; gap: 14px; align-items: center; padding: 0 14px; border-radius: 16px; transition: transform .8s var(--ease), background .4s; }
.rank2 li.win { background: var(--grad-seal); color: #fff; box-shadow: 0 16px 30px -16px rgba(51,64,255,.9); }
.rank2 .flg { font-size: 1.5rem; width: 30px; height: 30px; border-radius: 50%; overflow: hidden; display: grid; place-items: center; }
.rank2 .nm { font-weight: 600; min-width: 0; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } .rank2 .nm small { display: block; font-weight: 400; font-size: .74rem; color: var(--ink-3); overflow: hidden; text-overflow: ellipsis; }
.rank2 li.win .nm small { color: rgba(255,255,255,.8); }
.rank2 .bar { height: 8px; border-radius: 4px; background: var(--surface-2); overflow: hidden; }
.rank2 .bar i { display: block; height: 100%; border-radius: 4px; background: var(--seal); transition: width .8s var(--ease); }
.rank2 li.win .bar { background: rgba(255,255,255,.2); } .rank2 li.win .bar i { background: #fff; }
.rank2 .sc { font: 700 1.15rem var(--f-display); text-align: right; font-variant-numeric: tabular-nums; }
.reasons { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 14px; }
.reasons span { font-size: .78rem; font-weight: 600; padding: 5px 10px; border-radius: 999px; background: var(--seal-soft); color: var(--seal); }
.wg-viz { height: 150px; } .wg-viz svg { width: 100%; height: 100%; }
.wg-specs { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: 8px; }
.wg-specs div { padding: 10px 12px; border-radius: 14px; background: var(--surface-2); font-size: .76rem; color: var(--ink-3); }
.wg-specs b { display: block; color: var(--ink); font-size: .88rem; font-weight: 600; }
.blk-count { font: 700 3rem/1 var(--f-display); letter-spacing: -.04em; font-variant-numeric: tabular-nums; }
.blk-sub { font-size: .84rem; color: var(--ink-3); }
.blk-list { list-style: none; margin: 10px 0 0; padding: 0; height: 132px; overflow: hidden; mask-image: linear-gradient(#000 60%, transparent); display: grid; gap: 6px; align-content: start; }
.blk-list li { display: flex; justify-content: space-between; gap: 10px; font: .76rem var(--f-mono); color: var(--ink-3); padding: 6px 10px; border-radius: 10px; background: var(--surface-2); animation: logIn .4s var(--ease); }
.blk-list li s { text-decoration-color: var(--bad); text-decoration-thickness: 1.5px; }
.blk-list li b { font: 700 .66rem var(--f-body); color: var(--bad); }
.ks-viz { height: 120px; } .ks-viz svg { width: 100%; height: 100%; }
.ks-viz .line { stroke: var(--seal); stroke-width: 3; stroke-linecap: round; transition: stroke .3s; }
.ks-viz.drop .line.b { stroke-dasharray: 2 8; stroke: var(--bad); }
.ks-viz .gate { transition: transform .4s var(--ease), fill .3s; transform-origin: 150px 60px; fill: var(--seal); }
.ks-viz.drop .gate { fill: var(--bad); transform: scale(1.15); }
.ks-viz .lbl2 { font: 600 11px var(--f-body); fill: var(--ink-3); }
.wifi-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 8px; }
.wifi-list li { display: flex; align-items: center; gap: 10px; padding: 10px 12px; border-radius: 14px; background: var(--surface-2); font-size: .86rem; transition: background .4s, box-shadow .4s; }
.wifi-list li .i { color: var(--ink-3); }
.wifi-list li span { flex: 1; font-weight: 500; }
.wifi-list li em { font-style: normal; font-size: .7rem; font-weight: 700; padding: 3px 8px; border-radius: 999px; background: var(--surface-3); color: var(--ink-3); }
.wifi-list li.hot { background: var(--seal-soft); box-shadow: inset 0 0 0 1.5px var(--seal); }
.wifi-list li.hot em { background: var(--seal); color: #fff; }
.split-viz { display: grid; grid-template-columns: 1fr 120px 1fr; align-items: center; gap: 10px; }
.split-apps { display: grid; gap: 8px; }
.split-app { display: flex; align-items: center; gap: 10px; padding: 8px 10px; border-radius: 14px; background: var(--surface-2); border: 0; text-align: left; font-weight: 500; font-size: .86rem; color: var(--ink); }
.split-app .ic { width: 28px; height: 28px; border-radius: 9px; display: grid; place-items: center; color: #fff; font-weight: 700; font-size: .8rem; }
.split-app small { margin-left: auto; font-size: .7rem; font-weight: 700; color: var(--seal); }
.split-app.direct small { color: var(--ink-3); }
.split-mid svg { width: 100%; height: 200px; }
.split-dst { display: grid; gap: 12px; }
.split-dst div { padding: 14px; border-radius: 16px; font-size: .84rem; font-weight: 600; text-align: center; }
.split-dst .tun { background: var(--grad-seal); color: #fff; }
.split-dst .dir { background: var(--surface-2); color: var(--ink-2); border: 1px dashed var(--line-strong); }
@media (max-width: 600px) { .split-viz { grid-template-columns: 1fr; } .split-mid { display: none; } }
.hop-viz svg { width: 100%; height: 170px; }
.hop-viz .hopline { fill: none; stroke: var(--seal); stroke-width: 2.5; stroke-dasharray: 6 8; animation: dash .8s linear infinite; }
.hop-viz .hn { fill: var(--surface); stroke: var(--seal); stroke-width: 2; }
.hop-viz text { font: 500 12px var(--f-body); fill: var(--ink-2); }
.hop-viz .pk { fill: var(--seal); }
.minis { display: grid; grid-template-columns: repeat(6, 1fr); }
.mini { padding: 6px 18px; border-left: 1px solid var(--line); }
.mini:first-child { border-left: 0; padding-left: 0; }
.mini .i { width: 24px; height: 24px; color: var(--seal); }
.mini b { display: block; margin: 10px 0 4px; font-size: .95rem; font-weight: 600; }
.mini span { font-size: .84rem; color: var(--ink-3); }
@media (max-width: 1080px) { .minis { grid-template-columns: repeat(3, 1fr); gap: 20px 0; } .mini:nth-child(4) { border-left: 0; padding-left: 0; } }
@media (max-width: 600px) { .minis { grid-template-columns: 1fr 1fr; } .mini { border-left: 0; padding-left: 0; } }
.mid-cta { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 14px; margin-top: 40px; color: var(--ink-2); font-size: .95rem; }

/* ---------- app showcase ---------- */
.showcase { background: radial-gradient(60% 50% at 50% 60%, rgba(70,84,255,.28), transparent 70%), #070920; overflow: hidden; }
.show-tabs { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; margin-bottom: 40px; }
.show-tabs button { border: 1px solid var(--line); background: rgba(255,255,255,.04); color: var(--ink-2); padding: 10px 18px; border-radius: 999px; font-weight: 500; display: flex; gap: 8px; align-items: center; transition: all .25s; }
.show-tabs button[aria-pressed="true"] { background: #fff; color: #0A0C24; border-color: #fff; }
.phones { position: relative; display: flex; justify-content: center; align-items: center; perspective: 1800px; height: 700px; }
.ph { position: relative; width: 320px; height: 670px; border-radius: 50px; padding: 10px; flex: none; background: linear-gradient(145deg, #2A2E4F, #05060F 40%, #1E2140); box-shadow: 0 50px 100px -40px rgba(0,0,0,.9), 0 0 0 1px #34385E; transition: transform .8s var(--ease); }
.ph iframe { width: 100%; height: 100%; border: 0; border-radius: 40px; background: #0C0E26; display: block; }
.ph.side { transform: scale(.86) rotateY(24deg) translateX(40px); opacity: .9; }
.ph.side.r { transform: scale(.86) rotateY(-24deg) translateX(-40px); }
.ph.side iframe { pointer-events: none; }
.ph.center { z-index: 2; box-shadow: 0 60px 120px -40px rgba(0,0,0,.9), 0 0 0 1px #4A50A0, 0 0 80px -20px rgba(70,84,255,.6); }
.callout-o { position: absolute; z-index: 3; display: grid; gap: 4px; width: 168px; font-size: .86rem; color: var(--ink-2); }
.callout-o b { color: #fff; font-size: .95rem; font-weight: 600; }
.callout-o::before { content: ""; width: 34px; height: 2px; background: var(--grad-seal); border-radius: 2px; margin-bottom: 6px; }
.co1 { left: 0; top: 14%; } .co2 { left: 0; bottom: 16%; } .co3 { right: 0; top: 18%; } .co4 { right: 0; bottom: 12%; }
@media (max-width: 1200px) { .callout-o { display: none; } }
@media (max-width: 900px) { .ph.side { display: none; } .phones { height: 690px; } }

/* ---------- unblock websites ---------- */
.unblock { background: linear-gradient(180deg, var(--bg), #EEF0FF); }
.unb-tabs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 18px; }
.unb-tabs button { display: inline-flex; align-items: center; gap: 8px; padding: 10px 16px; border-radius: 999px; border: 1px solid var(--line-strong); background: var(--surface); color: var(--ink-2); font-weight: 500; font-size: .92rem; transition: all .25s; }
.unb-tabs button .i { width: 17px; height: 17px; }
.unb-tabs button[aria-selected="true"] { background: var(--ink); border-color: var(--ink); color: #fff; }
@media (max-width: 700px) { .unb-tabs { flex-wrap: nowrap; overflow-x: auto; margin-inline: -20px; padding: 2px 20px 6px; scrollbar-width: none; scroll-snap-type: x proximity; } .unb-tabs::-webkit-scrollbar { display: none; } .unb-tabs button { flex: none; scroll-snap-align: start; } }
.unb-stage { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(0, .75fr); gap: 22px; align-items: stretch; }
.browser { border-radius: 22px; background: var(--surface); border: 1px solid var(--line); box-shadow: 0 40px 80px -40px rgba(15,18,53,.35); overflow: hidden; display: flex; flex-direction: column; min-height: 420px; }
.browser .bar { display: flex; align-items: center; gap: 12px; padding: 12px 14px; background: var(--surface-2); border-bottom: 1px solid var(--line); }
.browser .dots { display: flex; gap: 6px; } .browser .dots i { width: 11px; height: 11px; border-radius: 50%; background: var(--line-strong); }
.browser .url { flex: 1; display: flex; align-items: center; gap: 8px; padding: 8px 14px; border-radius: 999px; background: var(--surface); border: 1px solid var(--line); font: 500 .88rem var(--f-mono); color: var(--ink-2); min-width: 0; }
.browser .url .i { width: 15px; height: 15px; color: var(--ink-3); flex: none; }
.vpn-toggle { display: inline-flex; align-items: center; gap: 8px; font-size: .82rem; font-weight: 600; color: var(--ink-2); cursor: pointer; white-space: nowrap; }
.browser .view { position: relative; flex: 1; }
.browser .blocked { position: absolute; inset: 0; display: grid; place-content: center; justify-items: center; gap: 10px; padding: 30px; text-align: center; background: repeating-linear-gradient(135deg, #FFF6EF 0 14px, #FFFFFF 14px 28px); transition: opacity .5s var(--ease), transform .5s var(--ease); }
.browser .blocked .big-ic { width: 72px; height: 72px; border-radius: 22px; display: grid; place-items: center; background: var(--ember-soft); color: var(--ember); }
.browser .blocked .big-ic .i { width: 34px; height: 34px; }
.browser .blocked b { font: 700 1.4rem var(--f-display); letter-spacing: -.02em; }
.browser .blocked span { color: var(--ink-2); max-width: 40ch; }
.browser .blocked code { font: 500 .8rem var(--f-mono); color: var(--ink-3); background: var(--surface-2); padding: 4px 10px; border-radius: 8px; }
.browser .site { position: absolute; inset: 0; padding: 22px; display: grid; gap: 14px; align-content: start; opacity: 0; transform: scale(.98); transition: opacity .6s var(--ease), transform .6s var(--ease); }
.browser .site i { display: block; border-radius: 10px; background: var(--surface-2); }
.browser .s-head { display: flex; gap: 10px; align-items: center; } .browser .s-head i:first-child { width: 90px; height: 16px; background: var(--seal-soft); } .browser .s-head i { width: 50px; height: 12px; }
.browser .s-head i:last-child { margin-left: auto; width: 80px; height: 30px; border-radius: 999px; background: var(--seal); }
.browser .s-hero { height: 150px; border-radius: 18px; background: linear-gradient(135deg, #3340FF, #5B4BFF 50%, #2FB5FF); position: relative; overflow: hidden; }
.browser .s-hero::after { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 80% 30%, rgba(255,255,255,.35), transparent 40%); }
.browser .s-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; } .browser .s-row i { height: 70px; border-radius: 14px; }
.browser .s-lines { display: grid; gap: 8px; } .browser .s-lines i { height: 10px; } .browser .s-lines i:nth-child(2) { width: 90%; } .browser .s-lines i:nth-child(3) { width: 75%; } .browser .s-lines i:nth-child(4) { width: 55%; }
.browser .via { position: absolute; right: 16px; bottom: 16px; display: inline-flex; align-items: center; gap: 8px; padding: 8px 12px; border-radius: 999px; background: var(--ink); color: #fff; font-size: .8rem; font-weight: 600; }
.browser .via::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: #7C87FF; box-shadow: 0 0 10px #7C87FF; }
.browser[data-on="1"] .blocked { opacity: 0; transform: scale(1.02); pointer-events: none; }
.browser[data-on="1"] .site { opacity: 1; transform: none; }
.browser[data-on="1"] .url .i { color: var(--seal); }
.unb-side { display: grid; gap: 14px; align-content: start; padding: 26px; border-radius: 22px; background: var(--surface); border: 1px solid var(--line); box-shadow: var(--shadow); }
.unb-side h3 { font-size: 1.35rem; }
.unb-side p { color: var(--ink-2); }
.unb-steps { margin: 0; padding-left: 20px; display: grid; gap: 6px; color: var(--ink-2); font-size: .95rem; }
.unb-note { font-size: .88rem; color: var(--ink-3); padding: 12px 14px; border-radius: 14px; background: var(--surface-2); }
.unb-side .btn { justify-self: start; }
@media (max-width: 980px) { .unb-stage { grid-template-columns: minmax(0, 1fr); } }
@media (max-width: 560px) { .browser .vpn-toggle > span:first-child { display: none; } .browser .dots { display: none; } .browser .s-row i { height: 50px; } }

/* ---------- private browsing ---------- */
.private { background: radial-gradient(60% 50% at 80% 30%, rgba(91,75,255,.22), transparent 70%), #07071C; }
.pv-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(32px, 5vw, 70px); align-items: center; }
.pv-grid .lede { margin-top: 18px; }
.pv-table { margin-top: 28px; }
.pv-table .cmp { background: rgba(255,255,255,.03); box-shadow: none; }
.pv-table .cmp thead th { background: transparent; }
.pv-table .cmp thead th.us { background: var(--grad-seal); }
.pv-table .cmp td.us { background: rgba(116,128,255,.1); }
.pv-links { display: flex; flex-wrap: wrap; gap: 8px 22px; margin-top: 20px; font-weight: 500; }
.router { border-radius: 26px; background: #0D0F2E; border: 1px solid rgba(255,255,255,.1); box-shadow: 0 40px 90px -40px rgba(0,0,0,.8); overflow: hidden; font-size: .9rem; }
.r-head { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 12px; padding: 16px 18px; border-bottom: 1px solid rgba(255,255,255,.08); background: rgba(255,255,255,.03); }
.r-dot { width: 9px; height: 9px; border-radius: 50%; background: #FF8A3D; box-shadow: 0 0 10px #FF8A3D; transition: all .5s; }
.r-when { color: var(--ink-3); font-size: .8rem; margin-left: auto; }
.r-vis { width: 100%; font-size: .78rem; color: #FFB27A; transition: color .5s; }
.r-list { list-style: none; margin: 0; padding: 8px; display: grid; gap: 2px; min-height: 330px; }
.r-list li { display: grid; grid-template-columns: 52px 88px 1fr; gap: 10px; align-items: center; padding: 9px 10px; border-radius: 12px; font: .82rem var(--f-mono); color: var(--ink-2); }
.r-list li:nth-child(odd) { background: rgba(255,255,255,.025); }
.r-list time { color: var(--ink-3); }
.r-list .dev { color: var(--ink-3); font-family: var(--f-body); font-size: .8rem; }
.r-list .dom { color: #FFD0A8; filter: blur(4.5px); transition: filter .6s, color .6s; user-select: none; }
.r-list .enc { display: none; color: #AEB5FF; }
.router.sealed .r-list .dom { display: none; }
.router.sealed .r-list .enc { display: inline; animation: logIn .4s var(--ease) both; }
.router.sealed .r-dot { background: #7C87FF; box-shadow: 0 0 10px #7C87FF; }
.router.sealed .r-vis { color: #AEB5FF; }
.r-foot { display: flex; align-items: center; gap: 12px; justify-content: space-between; padding: 14px 18px; border-top: 1px solid rgba(255,255,255,.08); color: var(--ink-3); font-size: .82rem; }
@media (max-width: 980px) { .pv-grid { grid-template-columns: minmax(0, 1fr); } }
@media (max-width: 520px) { .r-list li { grid-template-columns: 46px 1fr; } .r-list .dev { display: none; } }

/* ---------- network ---------- */
.network { background: #070920; overflow: hidden; }
.net-grid { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr); gap: 40px; align-items: center; }
.net-globe { position: relative; aspect-ratio: 1; max-height: 680px; }
.net-globe canvas { position: absolute; inset: -6%; width: 112%; height: 112%; cursor: grab; }
.network .lede { margin-top: 18px; }
.reg-tabs { display: flex; flex-wrap: wrap; gap: 6px; margin: 28px 0 16px; }
.reg-tabs button { border: 1px solid var(--line); background: none; color: var(--ink-2); padding: 8px 14px; border-radius: 999px; font-weight: 500; font-size: .86rem; }
.reg-tabs button[aria-selected="true"] { background: var(--seal-soft); border-color: var(--seal); color: #fff; }
.city-list { list-style: none; margin: 0; padding: 0 4px 0 0; display: grid; grid-template-columns: 1fr 1fr; gap: 6px; max-height: 360px; overflow-y: auto; }
.city-list[hidden] { display: none; }
.city-list button { width: 100%; display: flex; align-items: center; gap: 10px; padding: 10px 12px; border-radius: 14px; border: 1px solid transparent; background: rgba(255,255,255,.035); color: var(--ink); text-align: left; transition: all .2s; }
.city-list button:hover, .city-list button:focus-visible, .city-list button.on { border-color: var(--seal); background: var(--seal-soft); }
.city-list .flagc { width: 26px; height: 26px; font-size: 1.4rem; }
.city-list .nm { flex: 1; min-width: 0; font-weight: 500; font-size: .88rem; }
.city-list .nm small { display: block; font-weight: 400; font-size: .72rem; color: var(--ink-3); }
.city-list .ms { font: 500 .78rem var(--f-mono); color: var(--seal); }
.city-list .mt { font-size: .7rem; font-weight: 600; color: #A99EFF; }
@media (max-width: 980px) { .net-grid { grid-template-columns: minmax(0, 1fr); } .net-globe { max-width: 560px; margin: 0 auto; width: 100%; } }
@media (max-width: 520px) { .city-list { grid-template-columns: 1fr; } }

/* ---------- steps ---------- */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; position: relative; }
.steps .rail { position: absolute; left: 8%; right: 8%; top: 38px; height: 2px; background: var(--line); }
.steps .rail i { display: block; height: 100%; width: 0; background: var(--grad-seal); transition: width 1.4s var(--ease); }
.steps.in .rail i { width: 100%; }
.step { position: relative; text-align: center; display: grid; justify-items: center; gap: 12px; padding: 0 10px; }
.step .num { width: 76px; height: 76px; border-radius: 50%; display: grid; place-items: center; font: 700 1.5rem var(--f-display); background: var(--bg); border: 2px solid var(--line-strong); color: var(--ink-3); transition: all .6s var(--ease); position: relative; z-index: 1; }
.steps.in .step .num { border-color: var(--seal); color: var(--seal); box-shadow: 0 0 0 8px var(--seal-soft); }
.steps.in .step:nth-child(3) .num { transition-delay: .4s; } .steps.in .step:nth-child(4) .num { transition-delay: .8s; }
.step p { color: var(--ink-2); max-width: 30ch; }
@media (max-width: 760px) { .steps { grid-template-columns: 1fr; gap: 36px; } .steps .rail { display: none; } }

/* ---------- privacy receipt ---------- */
.priv-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(32px, 6vw, 80px); align-items: center; }
.priv-grid h2 { margin-top: 16px; max-width: 14ch; }
.priv-grid .lede { margin-top: 20px; }
.btn-row { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
.badge-rot { position: relative; width: 180px; height: 180px; margin-bottom: 28px; }
.badge-rot svg.txt { position: absolute; inset: 0; animation: rot 24s linear infinite; }
.badge-rot svg.txt text { font: 600 11px var(--f-body); letter-spacing: .24em; fill: var(--ink-2); }
.badge-rot .core { position: absolute; inset: 36px; border-radius: 50%; background: var(--grad-seal); display: grid; place-items: center; color: #fff; box-shadow: 0 20px 50px -20px rgba(51,64,255,.9); }
.badge-rot .core .pry-mark { color: #fff; }
@keyframes rot { to { transform: rotate(360deg); } }
.receipt { position: relative; background: var(--surface); border: 1px solid var(--line); border-radius: 26px 26px 6px 6px; padding: 28px 28px 38px; font-size: .92rem; box-shadow: 0 30px 60px -30px rgba(15,18,53,.25); -webkit-mask: radial-gradient(circle at 12px 100%, transparent 8px, #000 8.5px) 0 0 / 24px 100% repeat-x; mask: radial-gradient(circle at 12px 100%, transparent 8px, #000 8.5px) 0 0 / 24px 100% repeat-x; }
.receipt h3 { display: flex; justify-content: space-between; align-items: baseline; font-size: 1.1rem; }
.receipt h3 small { font: 400 .76rem var(--f-mono); color: var(--ink-3); letter-spacing: 0; }
.receipt .sep { border-top: 2px dashed var(--line-strong); margin: 16px 0; }
.receipt dl { margin: 0; display: grid; gap: 10px; }
.receipt dl div { display: flex; justify-content: space-between; gap: 14px; }
.receipt dt { color: var(--ink-2); } .receipt dd { margin: 0; font: 400 .82rem var(--f-mono); color: var(--ink); text-align: right; white-space: nowrap; }
.receipt .never dt { text-decoration: line-through; text-decoration-color: var(--ember); color: var(--ink-3); }
.receipt .never dd { color: var(--ember); }
.receipt .total { display: flex; justify-content: space-between; align-items: baseline; font: 700 1.25rem var(--f-display); }
.receipt .total b { font: 500 1.15rem var(--f-mono); }
@media (max-width: 900px) { .priv-grid { grid-template-columns: minmax(0, 1fr); } }

/* ---------- free ---------- */
.free { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: clamp(32px, 6vw, 80px); align-items: start; }
.free h2 { margin-top: 16px; }
.free .body { display: grid; gap: 18px; font-size: 1.05rem; color: var(--ink-2); max-width: 56ch; margin-top: 24px; }
.free .body strong { color: var(--ink); font-weight: 600; }
@media (max-width: 900px) { .free { grid-template-columns: minmax(0, 1fr); } }

/* ---------- guides teaser ---------- */
.guide-card .art { height: 150px; border-radius: 18px; margin: -6px -6px 8px; position: relative; overflow: hidden; display: grid; place-items: center; color: #fff; }
.guide-card .art .i { width: 48px; height: 48px; filter: drop-shadow(0 8px 20px rgba(0,0,0,.3)); }
.guide-card .art::after { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 25% 20%, rgba(255,255,255,.3), transparent 50%); }

/* ---------- final CTA ---------- */
.final { background: radial-gradient(50% 60% at 50% 50%, rgba(70,84,255,.35), transparent 70%), #070920; text-align: center; overflow: hidden; }
.final .big-seal { width: min(320px, 64vw); margin: 0 auto 30px; position: relative; }
.final .big-seal .seal .s-ring { stroke-width: 6; } .final .big-seal .seal .s-track { stroke-width: 6; stroke: rgba(255,255,255,.1); }
.final .big-seal .core { position: absolute; inset: 30%; display: grid; place-items: center; color: #fff; }
.final .big-seal .core .pry-mark { color: #fff; }
.final h2 { max-width: 16ch; margin: 0 auto; }
.final .lede { margin: 20px auto 0; }
.final .cta-block { margin: 32px auto 0; }
.final .cta-note { justify-content: center; }

/* ---------- live network (real locations, hydrated from /api/v1/locations and /api/v1/status) ---------- */
.m-live b { display: flex !important; align-items: baseline; gap: 2px; }
.m-live b span { font: inherit; color: inherit; }
.m-live b small { font-size: .5em; color: var(--ink-3); letter-spacing: 0; }
.m-live > span { display: inline-flex; align-items: center; gap: 8px; }
.m-live[data-state="warn"] .live-dot { background: var(--warn); }
.marquee span em.ic { background: var(--seal-soft); color: var(--seal); }
.marquee span em.ic .i { width: 15px; height: 15px; }
.marquee .tk-loc { border-color: rgba(61,214,154,.35); background: rgba(61,214,154,.07); }
.marquee .tk-loc small { color: var(--ok); }
.marquee .tk-loc[data-status="degraded"] small, .marquee .tk-loc[data-status="maintenance"] small { color: var(--warn); }
.marquee .tk-loc[data-status="offline"] small { color: var(--bad); }
.marquee .tk-next { border-style: dashed; }
.marquee .tk-next small { color: var(--ink-3); }
.ribbon-note { margin-top: 16px; color: var(--ink-3); font-size: .84rem; text-align: center; }
.viz-note { margin-top: 12px; font-size: .78rem !important; color: var(--ink-3) !important; }
.soon-tile .viz { opacity: .55; filter: saturate(.6); }
.soon-pill { font-style: normal; margin-left: 8px; padding: 2px 9px; border-radius: 999px; background: var(--warn-soft, #FFF1CC); color: var(--warn, #9A6700); font-size: .7rem; font-weight: 700; letter-spacing: .02em; text-transform: none; }
.proto-note { display: inline-flex; align-items: center; gap: 8px; margin: 16px auto 0; padding: 7px 14px; border-radius: 999px; border: 1px solid var(--line); background: var(--surface); color: var(--ink-2); font-size: .84rem; }
.proto-note .i { width: 16px; height: 16px; color: var(--seal); flex: none; }
.net-live { display: inline-flex; align-items: center; gap: 10px; margin-top: 22px; padding: 8px 16px 8px 12px; border-radius: 999px; border: 1px solid var(--line); background: var(--surface); font-size: .86rem; color: var(--ink-2); }
.net-live[data-state="idle"] .live-dot, .net-live[data-state="off"] .live-dot { background: var(--ink-3); animation: none; box-shadow: none; }
.net-live[data-state="ok"] { border-color: rgba(61,214,154,.35); color: #9DEBC6; }
.net-live[data-state="warn"] { border-color: rgba(242,178,58,.4); color: #F6CD7C; } .net-live[data-state="warn"] .live-dot { background: var(--warn); }
.net-live[data-state="down"] { border-color: rgba(255,107,120,.4); color: #FFA3AC; } .net-live[data-state="down"] .live-dot { background: var(--bad); }
.loc-cards { list-style: none; margin: 20px 0 0; padding: 0; display: grid; gap: 10px; }
.loc-card { position: relative; width: 100%; display: grid; grid-template-columns: 40px minmax(0, 1fr) auto; grid-template-areas: "f n s" "c c c" "l l l"; gap: 10px 14px; align-items: center; padding: 16px 18px; border-radius: 20px; border: 1px solid var(--line); background: linear-gradient(135deg, rgba(124,135,255,.08), rgba(255,255,255,.02)); color: var(--ink); text-align: left; overflow: hidden; transition: border-color .25s, background .25s, transform .25s var(--ease); }
.loc-card::after { content: ""; position: absolute; inset: 0; background: radial-gradient(60% 120% at 0% 0%, rgba(124,135,255,.22), transparent 60%); opacity: 0; transition: opacity .3s; pointer-events: none; }
.loc-card:hover, .loc-card:focus-visible, .loc-card.on { border-color: var(--seal); transform: translateY(-2px); }
.loc-card:hover::after, .loc-card.on::after { opacity: 1; }
.loc-card .flagc { grid-area: f; width: 40px; height: 40px; font-size: 2.1rem; }
.loc-card .nm { grid-area: n; font: 600 1.12rem var(--f-display); letter-spacing: -.02em; }
.loc-card .nm small { display: block; font: 400 .8rem var(--f-body); letter-spacing: 0; color: var(--ink-3); margin-top: 2px; }
.loc-card .st { grid-area: s; display: inline-flex; align-items: center; gap: 7px; padding: 5px 11px; border-radius: 999px; font-size: .76rem; font-weight: 600; background: rgba(255,255,255,.06); color: var(--ink-2); }
.loc-card .st::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--ink-3); }
.loc-card[data-status="online"] .st { background: rgba(61,214,154,.12); color: #7CE3B4; } .loc-card[data-status="online"] .st::before { background: #3DD69A; box-shadow: 0 0 10px #3DD69A; animation: livePulse 1.8s infinite; }
.loc-card[data-status="degraded"] .st, .loc-card[data-status="maintenance"] .st { background: rgba(242,178,58,.14); color: #F6CD7C; } .loc-card[data-status="degraded"] .st::before, .loc-card[data-status="maintenance"] .st::before { background: var(--warn); }
.loc-card[data-status="offline"] .st { background: rgba(255,107,120,.14); color: #FFA3AC; } .loc-card[data-status="offline"] .st::before { background: var(--bad); }
.loc-card .chips { grid-area: c; display: flex; flex-wrap: wrap; gap: 6px; }
.loc-card .chips i { font-style: normal; font-size: .72rem; font-weight: 500; padding: 4px 9px; border-radius: 8px; background: rgba(255,255,255,.05); border: 1px solid var(--line); color: var(--ink-2); }
.loc-card .load { grid-area: l; display: grid; grid-template-columns: auto 1fr auto; gap: 10px; align-items: center; font-size: .76rem; color: var(--ink-3); }
.loc-card .load[hidden] { display: none; }
.loc-card .meter { height: 6px; border-radius: 3px; background: rgba(255,255,255,.08); overflow: hidden; }
.loc-card .meter i { display: block; height: 100%; width: 0; border-radius: 3px; background: linear-gradient(90deg, #3DD69A, #7C87FF); transition: width 1s var(--ease); }
.loc-card .load b { font: 500 .76rem var(--f-mono); color: var(--ink-2); }
.loc-next { display: flex; align-items: center; gap: 14px; padding: 14px 18px; border-radius: 20px; border: 1px dashed var(--line-strong); color: var(--ink-3); font-size: .84rem; }
.loc-next .ic { width: 40px; height: 40px; flex: none; border-radius: 50%; display: grid; place-items: center; background: var(--seal-soft); color: var(--seal); }
.loc-next .ic .i { width: 18px; height: 18px; }
.loc-next b { display: block; color: var(--ink); font-weight: 600; font-size: .92rem; }
@media (max-width: 520px) { .loc-card { padding: 14px; gap: 10px; } .loc-card .nm { font-size: 1rem; } }
@media (prefers-reduced-motion: reduce) { .loc-card, .loc-card .meter i { transition: none; } .loc-card[data-status="online"] .st::before { animation: none; } }
.weights { margin-bottom: 18px; }
.weights .wbar { display: flex; gap: 3px; height: 10px; border-radius: 6px; overflow: hidden; }
.weights .wbar i, .weights .wleg i { background: var(--seal); }
.weights .wbar i:nth-child(2), .weights .wleg span:nth-child(2) i { background: #5B4BFF; }
.weights .wbar i:nth-child(3), .weights .wleg span:nth-child(3) i { background: #2FB5FF; }
.weights .wbar i:nth-child(4), .weights .wleg span:nth-child(4) i { background: #9AA2FF; }
.weights .wleg { display: flex; flex-wrap: wrap; gap: 6px 16px; margin-top: 10px; font-size: .78rem; color: var(--ink-2); }
.weights .wleg span { display: inline-flex; align-items: center; gap: 6px; }
.weights .wleg i { width: 8px; height: 8px; border-radius: 2px; }
.weights .wleg b { font: 600 .78rem var(--f-mono); color: var(--ink); }
