@font-face {
  font-family: "Space Grotesk";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("assets/fonts/space-grotesk-400-700-latin.woff2") format("woff2");
}

@font-face {
  font-family: "DM Mono";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("assets/fonts/dm-mono-400-latin.woff2") format("woff2");
}

@font-face {
  font-family: "DM Mono";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("assets/fonts/dm-mono-500-latin.woff2") format("woff2");
}

:root {
  --paper: #f1f0e9;
  --ink: #111111;
  --acid: #c7ff19;
  --purple: #8d6bff;
  --orange: #ff6038;
  --line: rgba(17,17,17,.18);
  --radius: 22px;
  --mono: "DM Mono", monospace;
  --sans: "Space Grotesk", system-ui, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); overflow-x: hidden; }
a { color: inherit; }
button { font: inherit; }
.skip-link { position: fixed; left: 16px; top: -60px; z-index: 100; background: var(--acid); padding: 12px 16px; font-weight: 700; transition: top .2s; }
.skip-link:focus { top: 16px; }

.site-header { max-width: 1440px; margin: 0 auto; height: 86px; padding: 0 4vw; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.logo { display: inline-flex; gap: 10px; align-items: center; text-decoration: none; font-size: 19px; font-weight: 700; letter-spacing: -.05em; }
.logo-mark { display: grid; place-items: center; width: 39px; height: 39px; border: 2px solid var(--ink); border-radius: 50%; font: 500 12px var(--mono); transform: rotate(-9deg); }
.logo-dot { color: var(--purple); }
nav { display: flex; align-items: center; gap: 32px; font-size: 14px; font-weight: 600; }
nav a { text-decoration: none; }
.nav-cta { padding: 11px 17px; border: 1px solid var(--ink); border-radius: 100px; transition: background .2s, color .2s; }
.nav-cta:hover { background: var(--ink); color: white; }

.hero { min-height: 720px; max-width: 1440px; margin: 0 auto; padding: 74px 6vw 96px; display: grid; grid-template-columns: 1.12fr .88fr; gap: 4vw; align-items: center; }
.eyebrow, .kicker { font: 500 11px var(--mono); letter-spacing: .11em; text-transform: uppercase; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; background: white; border: 1px solid var(--ink); border-radius: 100px; padding: 8px 12px; box-shadow: 3px 3px 0 var(--ink); }
.pulse { width: 8px; height: 8px; background: var(--orange); border-radius: 50%; box-shadow: 0 0 0 5px rgba(255,96,56,.18); animation: pulse 1.6s infinite; }
@keyframes pulse { 50% { box-shadow: 0 0 0 9px rgba(255,96,56,0); } }
h1, h2, h3, p { margin-top: 0; }
h1 { font-size: clamp(58px, 7.2vw, 112px); line-height: .87; letter-spacing: -.085em; margin: 30px 0 34px; max-width: 850px; }
h1 span { color: var(--purple); font-weight: 500; }
.hero-lead { max-width: 630px; font-size: clamp(19px, 1.65vw, 25px); line-height: 1.45; letter-spacing: -.025em; }
.hero-lead strong { background: linear-gradient(transparent 62%, var(--acid) 62%); }
.hero-actions { display: flex; align-items: center; gap: 24px; margin-top: 35px; }
.button { border: 0; display: inline-flex; justify-content: center; align-items: center; gap: 25px; min-height: 56px; padding: 0 23px; border-radius: 8px; text-decoration: none; font-weight: 700; cursor: pointer; }
.button-primary { background: var(--ink); color: white; box-shadow: 7px 7px 0 var(--purple); }
.button-primary:hover { transform: translate(2px, 2px); box-shadow: 5px 5px 0 var(--purple); }
.text-link { font-size: 14px; font-weight: 700; text-underline-offset: 5px; }
.microcopy { margin-top: 26px; font: 400 11px var(--mono); opacity: .55; }

.hero-visual { min-height: 520px; position: relative; display: grid; place-items: center; }
.phone { position: relative; width: min(310px, 77vw); height: 566px; padding: 13px; background: #151515; border: 3px solid #111; border-radius: 43px; box-shadow: 22px 25px 0 rgba(17,17,17,.12); transform: rotate(4deg); overflow: hidden; }
.phone-top { height: 35px; padding: 5px 14px; display: flex; justify-content: space-between; color: white; font: 500 9px var(--mono); }
.vpn-app { height: 350px; padding: 21px 17px; background: var(--purple); border-radius: 26px 26px 12px 12px; }
.app-title { display: flex; align-items: center; gap: 8px; font-weight: 700; font-size: 13px; }
.tiny-logo { display: grid; place-items: center; width: 24px; height: 24px; border-radius: 7px; background: #111; color: white; }
.status-orbit { width: 194px; height: 194px; margin: 34px auto 24px; border: 1px dashed rgba(17,17,17,.5); border-radius: 50%; display: grid; place-items: center; animation: rotate 18s linear infinite; }
@keyframes rotate { to { transform: rotate(360deg); } }
.status-core { width: 152px; height: 152px; border-radius: 50%; display: flex; flex-direction: column; justify-content: center; align-items: center; background: var(--acid); border: 2px solid var(--ink); animation: counterRotate 18s linear infinite; }
@keyframes counterRotate { to { transform: rotate(-360deg); } }
.status-core span { display: grid; place-items: center; width: 34px; height: 34px; margin-bottom: 8px; background: #111; color: white; border-radius: 50%; }
.status-core strong { font-size: 16px; }
.status-core small { margin-top: 5px; font: 400 8px var(--mono); }
.app-stats { display: flex; justify-content: space-between; font: 500 9px var(--mono); }
.app-stats span { display: flex; flex-direction: column; gap: 3px; }
.app-stats small { font-size: 7px; opacity: .5; }
.behind-screen { color: white; display: flex; height: 145px; padding: 26px 20px; flex-direction: column; position: relative; font-family: var(--mono); background: repeating-linear-gradient(0deg, #151515 0, #151515 6px, #1b1b1b 7px); }
.behind-screen span { color: var(--orange); font-size: 9px; }
.behind-screen strong { font-size: 46px; letter-spacing: -.08em; line-height: 1.05; }
.behind-screen small { opacity: .45; font-size: 8px; }
.sticker { position: absolute; z-index: 2; padding: 10px 15px; border: 2px solid var(--ink); font: 500 12px var(--mono); box-shadow: 4px 4px 0 var(--ink); }
.sticker-top { top: 29px; right: 9%; background: var(--acid); transform: rotate(7deg); }
.sticker-bottom { bottom: 37px; left: 0; background: var(--orange); transform: rotate(-8deg); }
.scribble { position: absolute; width: 120px; color: var(--ink); bottom: 27px; right: 0; transform: rotate(-12deg); }

.marquee { overflow: hidden; padding: 14px 0; background: var(--ink); color: white; border-block: 1px solid var(--ink); font: 500 12px var(--mono); white-space: nowrap; }
.marquee div { width: max-content; animation: marquee 27s linear infinite; }
.marquee span { color: var(--acid); }
@keyframes marquee { to { transform: translateX(-50%); } }

.section { padding: 110px max(5vw, calc((100vw - 1320px)/2)); }
.section-heading { max-width: 810px; margin-bottom: 60px; }
.section-heading h2, .explain-section h2, .checklist-intro h2, .sources h2 { font-size: clamp(44px, 5.4vw, 78px); line-height: .98; letter-spacing: -.065em; margin: 18px 0 24px; }
.section-heading > p:last-child { max-width: 640px; font-size: 18px; line-height: 1.6; }
.kicker { opacity: .58; }

.scanner-section { background: var(--ink); color: white; }
.scanner-grid { display: grid; grid-template-columns: minmax(440px, 1.1fr) .9fr; gap: 7vw; align-items: center; }
.id-card { min-height: 540px; padding: 25px; position: relative; isolation: isolate; color: var(--ink); border-radius: var(--radius); overflow: hidden; background: var(--acid); transform: rotate(-1.3deg); box-shadow: 0 0 0 1px #111, 14px 14px 0 var(--purple); }
.id-card::after { content: ""; position: absolute; inset: 0; z-index: -1; opacity: .18; background-image: linear-gradient(rgba(0,0,0,.3) 1px, transparent 1px), linear-gradient(90deg, rgba(0,0,0,.3) 1px, transparent 1px); background-size: 24px 24px; mask-image: linear-gradient(to bottom, black, transparent); }
.card-glow { position: absolute; width: 300px; height: 300px; border-radius: 50%; background: white; filter: blur(85px); opacity: .45; right: -90px; top: 80px; z-index: -1; }
.id-card-head, .card-footer { display: flex; justify-content: space-between; align-items: center; font: 500 9px var(--mono); letter-spacing: .05em; }
.risk-badge { padding: 7px 9px; border: 1px solid; border-radius: 100px; background: var(--orange); }
.identity-row { display: flex; align-items: center; gap: 20px; padding: 25px 0; border-bottom: 1px solid rgba(0,0,0,.25); }
.avatar { position: relative; width: 94px; height: 114px; display: grid; place-items: center; flex: none; border: 1px solid; background: rgba(255,255,255,.5); overflow: hidden; }
.avatar span { font-size: 56px; font-weight: 600; opacity: .55; }
.scan-line { position: absolute; left: 0; right: 0; height: 2px; background: var(--orange); box-shadow: 0 0 12px var(--orange); animation: scan 2.8s ease-in-out infinite alternate; }
@keyframes scan { from { top: 8%; } to { top: 92%; } }
.identity-row small { font: 500 8px var(--mono); opacity: .55; }
.identity-row h3 { margin: 6px 0 4px; font-size: 28px; letter-spacing: -.04em; }
.identity-row p { margin: 0; font: 400 10px var(--mono); }
.data-list { margin: 12px 0 18px; }
.data-list div { min-height: 47px; display: flex; align-items: center; justify-content: space-between; gap: 15px; border-bottom: 1px solid rgba(0,0,0,.19); }
.data-list dt { font-size: 12px; }
.data-list dd { margin: 0; font: 500 11px var(--mono); text-align: right; letter-spacing: .04em; }
.id-card.scanning .data-list dd { color: transparent; background: linear-gradient(90deg, #111 20%, var(--purple) 50%, #111 80%); background-size: 200%; background-clip: text; animation: loading 1s linear infinite; }
@keyframes loading { to { background-position: -200%; } }
.id-card.revealed .data-list dd { color: var(--ink); }
.scanner-copy { max-width: 480px; }
.big-callout { font-size: clamp(36px, 4vw, 62px); line-height: 1.02; letter-spacing: -.06em; font-weight: 600; }
.big-callout em { color: var(--acid); font-style: normal; }
.scanner-copy > p:nth-child(2) { color: rgba(255,255,255,.65); font-size: 18px; line-height: 1.6; }
.button-dark { width: 100%; margin-top: 25px; background: white; color: var(--ink); justify-content: space-between; }
.button-dark:hover { background: var(--purple); }
.privacy-note { margin: 15px 0 0; font: 400 10px var(--mono) !important; color: rgba(255,255,255,.45) !important; }
.privacy-note span { color: var(--acid); }

.split-heading { max-width: none; display: grid; grid-template-columns: 1.1fr .9fr; gap: 9vw; align-items: end; }
.split-heading h2 { margin-bottom: 0; }
.risk-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.risk-card { min-height: 410px; padding: 26px; display: flex; flex-direction: column; border: 1px solid var(--ink); border-radius: var(--radius); position: relative; overflow: hidden; transition: transform .25s; }
.risk-card:hover { transform: translateY(-6px); }
.risk-card .number { font: 500 11px var(--mono); opacity: .6; }
.risk-card h3 { max-width: 510px; margin: auto 0 14px; font-size: clamp(30px, 3vw, 45px); line-height: 1; letter-spacing: -.055em; }
.risk-card p { max-width: 500px; font-size: 15px; line-height: 1.55; }
.risk-card .tag { align-self: flex-start; padding: 7px 10px; border: 1px solid; border-radius: 100px; font: 500 9px var(--mono); }
.risk-card.acid { background: var(--acid); }
.risk-card.purple { background: var(--purple); }
.risk-card.orange { background: var(--orange); }
.risk-card.black { background: var(--ink); color: white; }
.icon-eye { position: absolute; top: 52px; right: 35px; width: 130px; height: 76px; border: 2px solid; border-radius: 50% 0 50% 0; transform: rotate(-14deg); }
.icon-eye::after { content: ""; position: absolute; width: 45px; height: 45px; left: 41px; top: 13px; background: var(--ink); border-radius: 50%; box-shadow: inset 12px 0 var(--purple); }
.icon-bug, .icon-lock, .icon-network { position: absolute; right: 35px; top: 35px; font-size: 94px; line-height: 1; }
.icon-lock { font-size: 120px; transform: rotate(10deg); }
.icon-network { font-size: 120px; color: var(--acid); }

.explain-section { background: white; text-align: center; }
.explain-section h2 { max-width: 870px; margin-inline: auto; }
.tunnel-diagram { max-width: 980px; margin: 75px auto 45px; display: grid; grid-template-columns: 160px 1fr 190px 1fr 160px; align-items: center; }
.diagram-node { min-height: 180px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 5px; border: 1px solid; border-radius: 50%; background: var(--paper); position: relative; }
.diagram-node .node-icon { font: 500 22px var(--mono); margin-bottom: 9px; }
.diagram-node strong { font-size: 13px; }
.diagram-node small { font: 400 9px/1.5 var(--mono); opacity: .55; }
.diagram-node.provider { min-height: 210px; background: var(--purple); box-shadow: 9px 9px 0 var(--ink); }
.diagram-node.provider b { position: absolute; top: -17px; background: var(--acid); border: 1px solid; padding: 6px 8px; font: 500 8px var(--mono); transform: rotate(-4deg); }
.connection { position: relative; height: 2px; background: var(--ink); }
.connection::after { content: ">"; position: absolute; right: -2px; top: -10px; font: 700 16px var(--mono); }
.connection span { position: absolute; width: 100%; top: -24px; left: 0; font: 400 8px var(--mono); }
.connection i { position: absolute; top: -4px; left: 10%; width: 9px; height: 9px; border-radius: 50%; background: var(--orange); animation: travel 2.5s linear infinite; }
@keyframes travel { to { left: 90%; } }
.diagram-caption { max-width: 720px; margin: 0 auto; color: rgba(0,0,0,.55); line-height: 1.65; }

.checklist-section { display: grid; grid-template-columns: .75fr 1.25fr; gap: 8vw; }
.checklist-intro { position: sticky; top: 35px; align-self: start; }
.checklist-intro h2 span { color: var(--purple); }
.checklist-intro > p:last-child { max-width: 430px; line-height: 1.6; }
.checklist { border-top: 1px solid; }
.check-item { appearance: none; width: 100%; min-height: 88px; display: grid; grid-template-columns: 45px 1fr 34px; gap: 16px; align-items: center; text-align: left; background: transparent; border: 0; border-bottom: 1px solid; cursor: pointer; }
.check-item span { font: 500 10px var(--mono); opacity: .4; }
.check-item strong { font-size: 19px; letter-spacing: -.025em; }
.check-item i { width: 28px; height: 28px; border: 1px solid; border-radius: 50%; position: relative; }
.check-item i::after { content: ""; position: absolute; width: 8px; height: 4px; border-left: 2px solid white; border-bottom: 2px solid white; transform: rotate(-45deg); top: 9px; left: 8px; opacity: 0; }
.check-item[aria-pressed="true"] { background: var(--acid); padding-inline: 15px; }
.check-item[aria-pressed="true"] i { background: var(--ink); }
.check-item[aria-pressed="true"] i::after { opacity: 1; }
.check-score { margin-top: 20px; display: flex; align-items: center; gap: 18px; }
.check-score span { font-size: 46px; font-weight: 700; letter-spacing: -.07em; }
.check-score p { margin: 0; max-width: 240px; font: 400 10px/1.5 var(--mono); }

.action-section { min-height: 650px; padding: 110px max(5vw, calc((100vw - 1320px)/2)); background: var(--purple); position: relative; display: grid; grid-template-columns: 1fr 1.1fr; gap: 9vw; align-items: center; overflow: hidden; }
.action-section::before { content: ""; position: absolute; width: 500px; height: 500px; border: 2px solid rgba(0,0,0,.12); border-radius: 50%; left: -100px; top: -230px; box-shadow: 0 0 0 80px rgba(0,0,0,.03), 0 0 0 160px rgba(0,0,0,.025); }
.action-copy, .action-steps { position: relative; z-index: 1; }
.action-copy h2 { font-size: clamp(76px, 9vw, 135px); line-height: .73; letter-spacing: -.085em; margin: 40px 0 0; }
.action-copy h2 span { color: var(--acid); }
.action-steps article { display: grid; grid-template-columns: 58px 1fr; gap: 20px; padding: 27px 0; border-bottom: 1px solid rgba(0,0,0,.28); }
.action-steps article > span { display: grid; place-items: center; width: 49px; height: 49px; border-radius: 50%; background: var(--acid); border: 1px solid; font: 500 13px var(--mono); }
.action-steps h3 { margin: 0 0 8px; font-size: 24px; letter-spacing: -.04em; }
.action-steps p { max-width: 530px; margin: 0; line-height: 1.55; }

.sources { display: grid; grid-template-columns: .7fr 1.3fr; gap: 8vw; }
.sources h2 { font-size: clamp(38px, 4vw, 60px); }
.source-links { display: flex; flex-direction: column; border-top: 1px solid; }
.source-links a { display: flex; gap: 20px; padding: 24px 0; border-bottom: 1px solid; text-decoration: none; font-weight: 600; }
.source-links a:hover { padding-left: 10px; color: #5b3ce5; }
.source-links span { min-width: 50px; font: 500 10px var(--mono); opacity: .5; }
.source-note { grid-column: 2; max-width: 700px; font: 400 10px/1.6 var(--mono); opacity: .55; }

.seo-section { padding-top: 85px; border-top: 1px solid var(--line); background: #e8e6de; }
.seo-header { max-width: 980px; margin-bottom: 72px; }
.seo-header h2 { max-width: 950px; margin: 18px 0 28px; font-size: clamp(43px, 5vw, 72px); line-height: .98; letter-spacing: -.065em; }
.seo-lead { max-width: 850px; font-size: clamp(19px, 1.8vw, 24px); line-height: 1.55; letter-spacing: -.025em; }
.seo-lead strong { background: linear-gradient(transparent 62%, var(--acid) 62%); }
.seo-content { display: grid; grid-template-columns: 1fr 1fr; column-gap: 7vw; border-top: 1px solid var(--ink); }
.seo-content article { padding: 42px 0 36px; border-bottom: 1px solid var(--line); }
.seo-content article:last-child { grid-column: 1 / -1; display: grid; grid-template-columns: .65fr 1fr 1fr; gap: 3vw; }
.seo-content h3 { margin-bottom: 22px; font-size: clamp(27px, 2.5vw, 36px); line-height: 1.08; letter-spacing: -.045em; }
.seo-content p, .seo-content li { font-size: 15px; line-height: 1.75; color: rgba(17,17,17,.74); }
.seo-content p:last-child { margin-bottom: 0; }
.seo-content ul { margin: 0; padding-left: 20px; }
.seo-content li { padding-left: 5px; margin-bottom: 9px; }
.seo-content strong { color: var(--ink); }
.seo-faq { margin-top: 85px; display: grid; grid-template-columns: .65fr 1.35fr; gap: 7vw; }
.seo-faq-heading h3 { max-width: 330px; margin-top: 15px; font-size: clamp(35px, 4vw, 55px); line-height: .98; letter-spacing: -.06em; }
.faq-list { border-top: 1px solid var(--ink); }
.faq-list details { border-bottom: 1px solid var(--ink); }
.faq-list summary { min-height: 82px; padding: 20px 52px 20px 0; display: flex; align-items: center; position: relative; list-style: none; cursor: pointer; font-size: 18px; font-weight: 700; letter-spacing: -.025em; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 8px; font: 400 28px var(--mono); transition: transform .2s; }
.faq-list details[open] summary::after { transform: rotate(45deg); }
.faq-list details p { max-width: 720px; padding: 0 50px 24px 0; margin: -5px 0 0; color: rgba(17,17,17,.68); font-size: 15px; line-height: 1.7; }

footer { max-width: 1440px; margin: 0 auto; min-height: 140px; padding: 25px 4vw; display: flex; justify-content: space-between; align-items: center; gap: 30px; border-top: 1px solid var(--line); font: 500 11px var(--mono); }
.footer-logo { font-family: var(--sans); }
.footer-brand { display: inline-flex; align-items: center; gap: 8px; padding: 11px 14px; color: white; background: var(--ink); border-radius: 8px; text-decoration: none; font: 700 16px var(--sans); letter-spacing: -.04em; transition: transform .2s, box-shadow .2s; }
.footer-brand:hover { transform: translateY(-2px); box-shadow: 4px 4px 0 var(--purple); }
.footer-brand img { width: 25px; height: 23px; object-fit: contain; }
.footer-brand-dot { color: var(--purple); }
.footer-links { display: flex; align-items: center; gap: 24px; font: 500 11px var(--mono); }
.footer-links a { text-underline-offset: 4px; }

.legal-main { max-width: 1320px; margin: 0 auto; padding: 90px 5vw 120px; }
.legal-hero { max-width: 900px; margin-bottom: 100px; }
.legal-hero h1 { margin-bottom: 36px; }
.legal-hero > p:not(.kicker) { max-width: 680px; font-size: 20px; line-height: 1.55; }
.draft-warning { max-width: 720px; margin-top: 32px; padding: 15px 18px; border: 1px solid var(--ink); border-radius: 8px; background: var(--acid); font: 500 11px/1.5 var(--mono); box-shadow: 5px 5px 0 var(--ink); }
.draft-warning span { display: inline-block; margin-right: 12px; padding: 4px 7px; background: var(--ink); color: white; }
.legal-content { border-top: 1px solid var(--ink); }
.legal-block { display: grid; grid-template-columns: 90px 1fr; gap: 4vw; padding: 54px 0; border-bottom: 1px solid var(--line); }
.legal-number { margin: 4px 0 0; font: 500 11px var(--mono); opacity: .45; }
.legal-block > div { max-width: 900px; }
.legal-block h2 { margin: 0 0 27px; font-size: clamp(32px, 3.4vw, 48px); line-height: 1; letter-spacing: -.055em; }
.legal-block p, .legal-block address { font-size: 16px; line-height: 1.75; color: rgba(17,17,17,.72); }
.legal-block address { font-style: normal; }
.legal-block a { color: var(--ink); text-underline-offset: 4px; }
.legal-block mark { padding: 2px 5px; color: var(--ink); background: rgba(199,255,25,.72); box-decoration-break: clone; -webkit-box-decoration-break: clone; }
.legal-update { margin-top: 30px; font: 500 11px/1.6 var(--mono) !important; }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 900px) {
  .site-header nav a:not(.nav-cta) { display: none; }
  .hero { grid-template-columns: 1fr; padding-top: 50px; }
  .hero-copy { position: relative; z-index: 2; }
  .hero-visual { margin-top: 10px; }
  .scanner-grid, .split-heading, .checklist-section, .action-section, .sources { grid-template-columns: 1fr; }
  .scanner-grid { gap: 80px; }
  .checklist-intro { position: static; }
  .source-note { grid-column: 1; }
  .seo-content article:last-child { grid-template-columns: 1fr; }
  .seo-faq { grid-template-columns: 1fr; }
  .tunnel-diagram { grid-template-columns: 130px 1fr 150px 1fr 130px; }
}

@media (max-width: 620px) {
  .site-header { height: 72px; }
  .logo { font-size: 16px; }
  .logo-mark { width: 34px; height: 34px; }
  .nav-cta { font-size: 12px; padding: 9px 12px; }
  .hero { min-height: auto; padding: 47px 22px 75px; }
  h1 { font-size: clamp(54px, 17.5vw, 78px); }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .button-primary { width: 100%; justify-content: space-between; }
  .hero-visual { min-height: 540px; }
  .phone { height: 540px; }
  .sticker-top { right: -3%; }
  .scribble { display: none; }
  .section { padding: 78px 22px; }
  .section-heading h2, .explain-section h2, .checklist-intro h2, .sources h2 { font-size: 44px; }
  .scanner-grid { grid-template-columns: 1fr; }
  .id-card { min-height: 510px; padding: 18px; margin-inline: -6px; }
  .scanner-grid { gap: 0; }
  .scanner-grid .id-card { order: 1; }
  .scanner-copy { display: contents; }
  .scanner-copy .button-dark { order: 2; margin-top: 28px; }
  .scanner-copy .privacy-note { order: 3; margin: 14px 0 0; }
  .scanner-copy .big-callout { order: 4; margin-top: 68px; }
  .scanner-copy > p:nth-child(2) { order: 5; }
  .identity-row { gap: 12px; }
  .avatar { width: 76px; height: 94px; }
  .identity-row h3 { font-size: 23px; }
  .data-list div { min-height: 45px; }
  .data-list dt, .data-list dd { font-size: 10px; }
  .risk-grid { grid-template-columns: 1fr; }
  .seo-content { grid-template-columns: 1fr; }
  .seo-content article:last-child { grid-column: auto; display: block; }
  .seo-content article:last-child p { margin-top: 20px; }
  .seo-faq { margin-top: 65px; }
  .risk-card { min-height: 370px; }
  .tunnel-diagram { grid-template-columns: 1fr; gap: 34px; max-width: 210px; }
  .connection { height: 55px; width: 2px; justify-self: center; }
  .connection::after { content: "⌄"; right: -7px; top: 39px; }
  .connection span { width: 120px; left: -59px; top: 19px; transform: rotate(-90deg); }
  .connection i { left: -3px; top: 10%; animation-name: travelY; }
  @keyframes travelY { to { top: 90%; } }
  .action-section { padding: 85px 22px; }
  .action-copy h2 { font-size: 86px; }
  .action-steps article { grid-template-columns: 52px 1fr; }
  footer { padding: 28px 22px; flex-wrap: wrap; gap: 24px; }
  .footer-links { width: 100%; justify-content: space-between; order: 3; }
  .legal-main { padding: 70px 22px 90px; }
  .legal-hero { margin-bottom: 75px; }
  .legal-block { grid-template-columns: 42px 1fr; gap: 8px; padding: 42px 0; }
  .legal-block p, .legal-block address { font-size: 15px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
