:root {
  color-scheme: dark;
  --ink: #080c18;
  --ink-2: #11182a;
  --panel: #161e32;
  --line: rgba(255, 255, 255, .1);
  --text: #f7f8fa;
  --muted: #a2aab5;
  --red: #7c5cff;
  --red-dark: #5d3ee5;
  --lime: #45e1a1;
  --paper: #f2f3f4;
  --paper-text: #11151b;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--ink); }
body { margin: 0; min-width: 320px; min-height: 100vh; color: var(--text); background: var(--ink); }
body::before { content: ""; position: fixed; inset: 0; z-index: -1; opacity: .06; pointer-events: none; background-image: linear-gradient(45deg, #fff 25%, transparent 25%), linear-gradient(-45deg, #fff 25%, transparent 25%); background-size: 4px 4px; }
button, input, textarea, select, a { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; }
img, video { max-width: 100%; }
.container { width: min(100% - 48px, 1240px); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

.site-header { position: sticky; top: 0; z-index: 50; border-bottom: 1px solid var(--line); background: rgba(7, 9, 13, .88); backdrop-filter: blur(18px); }
.nav-shell { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.wordmark { display: inline-flex; align-items: center; gap: 12px; color: #fff; text-decoration: none; font-weight: 900; letter-spacing: .06em; }
.wordmark strong { color: #d946ef; }
.wordmark-mark { width: 39px; height: 39px; display: grid; place-items: center; color: #fff; background: linear-gradient(145deg, #7057f5, #d946ef); font-size: 12px; font-weight: 950; letter-spacing: -.05em; transform: skew(-7deg); box-shadow: 6px 0 0 rgba(124, 92, 255, .22); }
.nav-links { display: flex; align-items: center; gap: 30px; }
.nav-links a { position: relative; color: #c0c5cc; text-decoration: none; font-size: 13px; font-weight: 700; transition: color .2s; }
.nav-links a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 2px; background: var(--red); transition: right .2s; }
.nav-links a:hover, .nav-links a.active { color: #fff; }
.nav-links a:hover::after, .nav-links a.active::after { right: 0; }
.nav-links .nav-cta { padding: 12px 17px; color: #fff; background: linear-gradient(100deg, #6749e9, #a43be2); }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 10px; border: 1px solid var(--line); background: transparent; }
.menu-toggle > span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; background: #fff; }
.native-app-bar, .app-bottom-nav { display: none; }

.hero-section { position: relative; overflow: hidden; min-height: 690px; display: grid; align-items: center; background: radial-gradient(circle at 77% 38%, rgba(217, 70, 239, .2), transparent 25rem), radial-gradient(circle at 18% 20%, rgba(124, 92, 255, .13), transparent 28rem), linear-gradient(115deg, #080c18 0 58%, #11182a 58% 100%); }
.hero-section::after { content: ""; position: absolute; width: 560px; height: 760px; right: -120px; top: -90px; opacity: .25; transform: rotate(22deg); background: repeating-linear-gradient(90deg, transparent 0 34px, rgba(255,255,255,.1) 34px 36px); }
.race-line { position: absolute; left: 0; top: 28%; width: 7px; height: 260px; background: linear-gradient(#7c5cff, #d946ef); box-shadow: 14px 0 0 rgba(124,92,255,.25); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 1.06fr) minmax(420px, .94fr); gap: clamp(48px, 7vw, 110px); align-items: center; padding-block: 96px; }
.kicker { margin: 0 0 18px; display: flex; align-items: center; gap: 10px; color: #c9ced4; font-size: 11px; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; }
.kicker span { width: 28px; height: 3px; background: var(--red); }
h1, h2, h3, p { overflow-wrap: break-word; }
h1 { max-width: 720px; margin: 0; font-size: clamp(54px, 6.2vw, 92px); line-height: .93; letter-spacing: -.065em; text-transform: uppercase; }
h1 em { display: block; color: transparent; background: linear-gradient(90deg, #a997ff, #ed64de); background-clip: text; -webkit-background-clip: text; font-style: italic; }
.hero-lead { max-width: 620px; margin: 28px 0 0; color: var(--muted); font-size: 17px; line-height: 1.75; }
.hero-actions { margin-top: 32px; display: flex; align-items: center; gap: 24px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 24px; padding: 0 22px; border: 0; color: #fff; background: linear-gradient(100deg, #6749e9, #a43be2); text-decoration: none; font-weight: 850; cursor: pointer; transition: transform .18s, filter .18s, color .18s; }
.button:hover { transform: translateY(-2px); filter: brightness(1.1); }
.button-primary { clip-path: polygon(0 0, calc(100% - 14px) 0, 100% 14px, 100% 100%, 14px 100%, 0 calc(100% - 14px)); }
.text-link { color: #fff; font-size: 13px; font-weight: 800; text-underline-offset: 6px; }
.feature-ticks { margin: 30px 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: 10px 24px; color: #c1c7ce; font-size: 12px; list-style: none; }
.feature-ticks li::before { content: "+"; margin-right: 7px; color: var(--red); font-weight: 900; }

.download-card { padding: 32px; border: 1px solid rgba(165, 142, 255, .22); background: rgba(17, 24, 42, .96); box-shadow: 0 36px 90px rgba(0,0,0,.5); clip-path: polygon(0 0, calc(100% - 24px) 0, 100% 24px, 100% 100%, 24px 100%, 0 calc(100% - 24px)); }
.card-topline { display: flex; align-items: flex-start; justify-content: space-between; gap: 18px; }
.card-label { margin: 0 0 8px; color: var(--red); font-size: 10px; font-weight: 950; letter-spacing: .2em; }
.card-topline h2 { margin: 0; font-size: 24px; letter-spacing: -.03em; }
.live-badge { flex: none; display: inline-flex; align-items: center; gap: 7px; color: #9ceab0; font-size: 11px; font-weight: 800; }
.live-badge i { width: 7px; height: 7px; border-radius: 50%; background: #5ade7d; box-shadow: 0 0 12px #5ade7d; }
#download-form { margin-top: 28px; }
.platform-picker { margin-top: 24px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 7px; }
.platform-chip { min-width: 0; min-height: 45px; display: flex; align-items: center; justify-content: center; gap: 6px; padding: 0 7px; border: 1px solid #303844; border-radius: 10px; color: #949daa; background: #0a0e16; font-size: 10px; font-weight: 800; cursor: pointer; transition: border-color .18s, color .18s, background .18s; }
.platform-chip span { width: 21px; height: 21px; display: grid; place-items: center; border-radius: 6px; color: #fff; background: #343c48; font-size: 10px; font-weight: 950; }
.platform-chip:hover, .platform-chip.active { color: #fff; border-color: rgba(165,142,255,.65); background: rgba(124,92,255,.12); }
.platform-chip.instagram span { background: linear-gradient(145deg, #7c3aed, #e1306c); }
.platform-chip.facebook span { background: #1877f2; }
.platform-chip.twitter span { background: #111; border: 1px solid #555; }
.platform-chip.pinterest span { border-radius: 50%; background: #e60023; }
.field-label { display: block; margin-bottom: 9px; color: #9fa7b1; font-size: 11px; font-weight: 750; }
.input-wrap { min-height: 62px; display: flex; align-items: center; gap: 12px; padding: 0 8px 0 18px; border: 1px solid #303844; background: #080b10; transition: border-color .2s, box-shadow .2s; }
.input-wrap:focus-within { border-color: var(--red); box-shadow: 0 0 0 3px rgba(124,92,255,.15); }
.link-symbol { color: #78818d; font-size: 21px; }
.input-wrap input { min-width: 0; height: 60px; flex: 1; border: 0; outline: 0; color: #fff; background: transparent; }
.input-wrap input::placeholder { color: #5f6874; }
.paste { min-height: 42px; padding: 0 14px; border: 1px solid #343d49; color: #fff; background: #1b222c; font-size: 12px; font-weight: 800; cursor: pointer; }
.paste:hover { border-color: var(--red); }
.submit-button { width: 100%; margin-top: 13px; background: linear-gradient(100deg, #6749e9, #a43be2); }
.submit-button:disabled { opacity: .65; cursor: wait; transform: none; }
.status { margin-top: 14px; padding: 12px 14px; border-left: 3px solid #d946ef; color: #f2c5ff; background: rgba(217,70,239,.09); font-size: 13px; line-height: 1.5; }
.status.loading { border-color: var(--lime); color: #e6ff9e; background: rgba(200,255,50,.07); }
.status.success { border-color: #35e394; color: #b9ffdc; background: rgba(53,227,148,.09); }
.form-note { margin: 15px 0 0; color: #737c88; font-size: 10px; text-align: center; }

.result-wrap { padding-block: 38px; }
.result-wrap[hidden] { display: none; }
.result-panel { padding: 26px; border: 1px solid var(--line); background: var(--panel); }
.result-head { margin-bottom: 18px; }
.success-pill { display: inline-block; padding: 6px 9px; color: #dfff88; background: rgba(200,255,50,.1); font-size: 10px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.result-head h2 { margin: 12px 0 0; color: #e9ecf0; font-size: 17px; }
.media-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); gap: 16px; }
.media-item { min-width: 0; padding: 9px; border: 1px solid var(--line); background: #090c11; }
.media-frame { overflow: hidden; aspect-ratio: 4 / 5; background: #030406; }
.media-frame video, .media-frame img { width: 100%; height: 100%; display: block; object-fit: cover; }
.download { width: 100%; min-height: 46px; margin-top: 9px; display: flex; align-items: center; justify-content: center; border: 0; color: #fff; background: var(--red); text-decoration: none; font-size: 12px; font-weight: 850; }

.trust-strip { border-block: 1px solid var(--line); background: #0b0f15; }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-grid div { min-height: 108px; display: flex; align-items: center; gap: 15px; padding: 18px 24px; border-right: 1px solid var(--line); }
.trust-grid div:first-child { border-left: 1px solid var(--line); }
.trust-grid strong { color: var(--red); font-size: 12px; }
.trust-grid span { color: #d2d6db; font-size: 12px; font-weight: 750; }
.section { padding: 110px 0; }
.section-heading h2, .gear-copy h2, .cta-box h2, .page-hero h1 { margin: 0; font-size: clamp(38px, 4vw, 62px); line-height: 1; letter-spacing: -.055em; text-transform: uppercase; }
.split-heading { display: grid; grid-template-columns: 1.3fr .7fr; gap: 70px; align-items: end; margin-bottom: 48px; }
.split-heading > p, .centered-heading > p, .gear-copy > p { margin: 0; color: var(--muted); line-height: 1.75; }
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.step-card { position: relative; min-height: 310px; padding: 32px; border: 1px solid var(--line); background: #0c1016; overflow: hidden; }
.step-card.featured { background: linear-gradient(145deg, #19142b, #0c1016); border-color: rgba(124,92,255,.45); }
.step-number { position: absolute; right: 22px; top: 20px; color: rgba(255,255,255,.08); font-size: 56px; font-weight: 950; }
.step-icon { width: 68px; height: 68px; display: grid; place-items: center; border: 1px solid rgba(124,92,255,.55); color: #b8a9ff; background: rgba(124,92,255,.1); font-size: 10px; font-weight: 950; letter-spacing: .1em; }
.step-card h3 { margin: 44px 0 12px; font-size: 20px; }
.step-card p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.7; }

.gear-section { color: var(--paper-text); background: var(--paper); }
.gear-grid { display: grid; grid-template-columns: .88fr 1.12fr; gap: clamp(60px, 9vw, 130px); align-items: center; }
.gear-visual { position: relative; min-height: 450px; display: grid; place-items: center; color: #fff; background: #10151d; overflow: hidden; }
.gear-visual::before { content: ""; position: absolute; inset: 0; opacity: .18; background: repeating-linear-gradient(135deg, transparent 0 18px, #fff 18px 20px); }
.gear-visual::after { content: ""; position: absolute; width: 160%; height: 100px; background: linear-gradient(90deg, #7057f5, #d946ef); transform: rotate(-28deg); }
.speed-ring { position: relative; z-index: 2; width: 210px; height: 210px; display: grid; place-items: center; border: 16px solid #fff; border-radius: 50%; box-shadow: 0 0 0 7px #7c5cff, inset 0 0 0 7px #d946ef; }
.speed-ring span { font-size: 64px; font-weight: 950; font-style: italic; letter-spacing: -.1em; }
.gear-visual > p { position: absolute; left: 28px; bottom: 22px; z-index: 3; margin: 0; font-size: 11px; letter-spacing: .15em; }
.gear-copy .kicker { color: #4d545d; }
.gear-copy > p { margin-top: 25px; color: #5d6570; }
.mini-grid { margin: 30px 0; display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.mini-grid div { padding-left: 16px; border-left: 3px solid var(--red); }
.mini-grid strong, .mini-grid span { display: block; }
.mini-grid strong { font-size: 14px; }
.mini-grid span { margin-top: 5px; color: #6f7680; font-size: 12px; line-height: 1.5; }
.button-outline { border: 1px solid #1a2028; color: #11151b; background: transparent; }
.button-outline:hover { color: #fff; background: #11151b; }

.feature-section { background: #090c11; }
.centered-heading { max-width: 730px; margin: 0 auto 50px; text-align: center; }
.centered-heading .kicker { justify-content: center; }
.centered-heading > p { margin-top: 20px; }
.feature-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; }
.feature-grid article { min-height: 240px; padding: 28px; border-top: 3px solid #252c35; background: #11161e; transition: transform .2s, border-color .2s; }
.feature-grid article:hover { transform: translateY(-5px); border-color: var(--red); }
.feature-tag { color: var(--red); font-size: 9px; font-weight: 950; letter-spacing: .18em; }
.feature-grid h3 { margin: 62px 0 12px; font-size: 18px; }
.feature-grid p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.65; }
.cta-section { padding: 0 0 100px; background: #090c11; }
.cta-box { min-height: 300px; padding: 55px 64px; display: flex; align-items: center; justify-content: space-between; gap: 60px; background: linear-gradient(110deg, #6749e9, #a43be2 65%, #d946ef); clip-path: polygon(0 0, calc(100% - 40px) 0, 100% 40px, 100% 100%, 40px 100%, 0 calc(100% - 40px)); }
.cta-box h2 { max-width: 700px; }
.cta-box p { margin: 14px 0 0; color: rgba(255,255,255,.78); }
.light-kicker { color: #fff; }
.light-kicker span { background: #fff; }
.button-light { flex: none; color: #11151b; background: #fff; }
.button-light:hover { color: #fff; background: #11151b; }

.site-footer { padding: 70px 0 24px; border-top: 1px solid var(--line); background: #05070a; }
.footer-grid { display: grid; grid-template-columns: 1.6fr .7fr .7fr 1fr; gap: 60px; }
.footer-brand > p, .footer-grid > div > p { max-width: 330px; color: #747d89; font-size: 12px; line-height: 1.7; }
.footer-grid h3 { margin: 8px 0 20px; color: #fff; font-size: 11px; letter-spacing: .15em; text-transform: uppercase; }
.footer-grid > div:not(.footer-brand) a { width: fit-content; display: block; margin: 10px 0; color: #8e97a2; text-decoration: none; font-size: 12px; }
.footer-grid a:hover { color: #fff; }
.footer-bottom { margin-top: 58px; padding-top: 22px; display: flex; justify-content: space-between; gap: 30px; border-top: 1px solid var(--line); color: #626b76; font-size: 10px; }
.footer-bottom p { margin: 0; }

.page-main { background: #0a0d12; }
.page-hero { position: relative; overflow: hidden; padding: 105px 0 90px; border-bottom: 1px solid var(--line); background: radial-gradient(circle at 80% 30%, rgba(217,70,239,.16), transparent 24rem), radial-gradient(circle at 15% 20%, rgba(124,92,255,.13), transparent 26rem), #090c18; }
.page-hero::after { content: attr(data-label); position: absolute; right: -20px; bottom: -40px; color: rgba(255,255,255,.025); font-size: clamp(100px, 18vw, 260px); font-weight: 950; letter-spacing: -.08em; }
.page-hero .container { position: relative; z-index: 1; }
.page-hero h1 { max-width: 900px; }
.page-hero p:not(.kicker) { max-width: 680px; margin: 24px 0 0; color: var(--muted); font-size: 17px; line-height: 1.75; }
.content-section { padding: 90px 0 110px; }
.content-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(50px, 9vw, 130px); }
.content-aside { position: sticky; top: 120px; align-self: start; }
.content-aside h2 { margin: 0; font-size: 28px; line-height: 1.1; text-transform: uppercase; }
.content-aside p { color: var(--muted); font-size: 13px; line-height: 1.7; }
.prose h2 { margin: 0 0 16px; font-size: 28px; letter-spacing: -.03em; }
.prose h3 { margin: 36px 0 10px; font-size: 18px; }
.prose p, .prose li { color: #a6aeb8; font-size: 14px; line-height: 1.85; }
.prose p { margin: 0 0 20px; }
.prose ul { padding-left: 20px; }
.prose section { padding: 0 0 35px; margin-bottom: 35px; border-bottom: 1px solid var(--line); }
.prose section:last-child { border: 0; }
.prose a { color: #fff; text-decoration-color: var(--red); text-underline-offset: 4px; }
.values-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.value-card { padding: 28px; border: 1px solid var(--line); background: #11161e; }
.value-card strong { color: var(--red); font-size: 11px; letter-spacing: .15em; }
.value-card h3 { margin: 35px 0 10px; }
.value-card p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.7; }
.contact-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 24px; }
.contact-info, .contact-form { padding: 34px; border: 1px solid var(--line); background: #11161e; }
.contact-info h2, .contact-form h2 { margin: 0 0 14px; font-size: 28px; }
.contact-info p, .contact-form > p { color: var(--muted); font-size: 13px; line-height: 1.7; }
.contact-email { display: block; margin: 34px 0; color: #fff; font-size: clamp(17px, 2vw, 24px); font-weight: 800; text-decoration-color: var(--red); text-underline-offset: 6px; }
.contact-meta { padding-top: 22px; border-top: 1px solid var(--line); }
.contact-meta strong, .contact-meta span { display: block; }
.contact-meta strong { font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }
.contact-meta span { margin-top: 7px; color: var(--muted); font-size: 12px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-field { margin-top: 17px; }
.form-field label { display: block; margin-bottom: 8px; color: #cbd0d6; font-size: 11px; font-weight: 750; }
.form-field input, .form-field textarea, .form-field select { width: 100%; border: 1px solid #313944; outline: 0; color: #fff; background: #090c11; }
.form-field input, .form-field select { height: 52px; padding: 0 14px; }
.form-field textarea { min-height: 145px; padding: 14px; resize: vertical; }
.form-field input:focus, .form-field textarea:focus, .form-field select:focus { border-color: var(--red); }
.contact-form .button { margin-top: 18px; }
.form-feedback { margin: 12px 0 0; color: #dfff88; font-size: 12px; }

body.native-app { min-height: 100dvh; padding-bottom: calc(74px + env(safe-area-inset-bottom)); background: radial-gradient(circle at 85% 8%, rgba(217,70,239,.18), transparent 24rem), radial-gradient(circle at 12% 25%, rgba(124,92,255,.14), transparent 22rem), #080c18; }
body.native-app .site-header,
body.native-app .hero-copy,
body.native-app .trust-strip,
body.native-app #how-it-works,
body.native-app .gear-section,
body.native-app .feature-section,
body.native-app .cta-section,
body.native-app .site-footer { display: none; }
body.native-app .native-app-bar { min-height: calc(68px + env(safe-area-inset-top)); display: flex; align-items: center; gap: 12px; padding: calc(12px + env(safe-area-inset-top)) 18px 12px; border-bottom: 1px solid rgba(255,255,255,.08); background: rgba(8,12,24,.94); backdrop-filter: blur(18px); }
body.native-app .native-app-bar > div { min-width: 0; flex: 1; }
body.native-app .native-app-bar strong, body.native-app .native-app-bar > div span { display: block; }
body.native-app .native-app-bar strong { font-size: 15px; }
body.native-app .native-app-bar > div span { margin-top: 2px; color: #7f899d; font-size: 10px; }
.app-online { display: inline-flex; align-items: center; gap: 6px; color: #8debb6; font-size: 10px; font-weight: 800; }
.app-online i { width: 7px; height: 7px; border-radius: 50%; background: #45e1a1; box-shadow: 0 0 10px #45e1a1; }
body.native-app .hero-section { min-height: auto; display: block; overflow: visible; background: transparent; }
body.native-app .hero-section::after, body.native-app .race-line { display: none; }
body.native-app .hero-grid { width: 100%; display: block; padding: 18px 14px 10px; }
body.native-app .download-card { width: 100%; max-width: 560px; margin: 0 auto; padding: 23px 18px; border-radius: 24px; clip-path: none; background: linear-gradient(145deg, rgba(22,30,50,.98), rgba(14,20,35,.98)); box-shadow: 0 20px 55px rgba(0,0,0,.32); }
body.native-app .card-label { font-size: 9px; }
body.native-app .card-topline h2 { font-size: 21px; }
body.native-app .platform-picker { grid-template-columns: repeat(2, 1fr); }
body.native-app #download-form { margin-top: 22px; }
body.native-app .input-wrap { border-radius: 14px; }
body.native-app .paste, body.native-app .submit-button { border-radius: 12px; }
body.native-app .result-wrap { width: 100%; padding: 8px 14px 22px; }
body.native-app .result-panel { max-width: 560px; margin: 0 auto; padding: 14px; border-radius: 22px; background: rgba(17,24,42,.96); }
body.native-app .app-bottom-nav { position: fixed; z-index: 80; left: 0; right: 0; bottom: 0; min-height: calc(66px + env(safe-area-inset-bottom)); display: grid; grid-template-columns: repeat(3, 1fr); padding: 8px 12px env(safe-area-inset-bottom); border-top: 1px solid rgba(255,255,255,.09); background: rgba(9,13,25,.96); backdrop-filter: blur(20px); }
.app-bottom-nav a, .app-bottom-nav button { display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 4px; border: 0; color: #778196; background: transparent; text-decoration: none; font-size: 9px; font-weight: 750; }
.app-bottom-nav span { font-size: 18px; line-height: 1; }
.app-bottom-nav .active { color: #a997ff; }

@media (max-width: 980px) {
  .menu-toggle { display: block; }
  .nav-links { position: absolute; left: 24px; right: 24px; top: 69px; display: none; padding: 20px; border: 1px solid var(--line); background: #0b0f15; box-shadow: 0 24px 50px rgba(0,0,0,.45); }
  .nav-links.open { display: grid; }
  .nav-links a { padding: 10px; }
  .nav-links a::after { display: none; }
  .nav-links .nav-cta { text-align: center; }
  .hero-section { min-height: 0; background: radial-gradient(circle at 80% 22%, rgba(217,70,239,.16), transparent 26rem), radial-gradient(circle at 15% 20%, rgba(124,92,255,.13), transparent 24rem), #080c18; }
  .hero-grid { grid-template-columns: 1fr; gap: 55px; padding-block: 80px; }
  .hero-copy { max-width: 760px; }
  .download-card { max-width: 720px; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-grid div:nth-child(3) { border-left: 1px solid var(--line); }
  .trust-grid div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .steps-grid, .values-grid { grid-template-columns: 1fr; }
  .step-card { min-height: 250px; }
  .gear-grid { grid-template-columns: 1fr; }
  .gear-visual { max-width: 640px; }
  .feature-grid { grid-template-columns: repeat(2, 1fr); }
  .cta-box { align-items: flex-start; flex-direction: column; }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 1 / -1; }
  .content-grid, .contact-layout { grid-template-columns: 1fr; }
  .content-aside { position: static; }
}

@media (max-width: 640px) {
  .container { width: min(100% - 28px, 1240px); }
  .nav-shell { min-height: 68px; }
  .wordmark { gap: 9px; font-size: 13px; }
  .wordmark-mark { width: 34px; height: 34px; }
  .nav-links { left: 14px; right: 14px; top: 61px; }
  .hero-grid { padding-block: 62px; gap: 42px; }
  h1 { font-size: clamp(46px, 14vw, 68px); }
  .hero-lead { font-size: 15px; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .feature-ticks { display: grid; }
  .download-card { padding: 22px 17px; clip-path: polygon(0 0, calc(100% - 16px) 0, 100% 16px, 100% 100%, 16px 100%, 0 calc(100% - 16px)); }
  .card-topline h2 { font-size: 20px; }
  .live-badge { display: none; }
  .input-wrap { padding-left: 12px; }
  .link-symbol { display: none; }
  .paste { padding-inline: 11px; }
  .media-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
  .result-panel { padding: 12px; }
  .download { font-size: 10px; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-grid div { min-height: 72px; border-left: 1px solid var(--line); border-bottom: 1px solid var(--line); }
  .section { padding: 78px 0; }
  .split-heading { grid-template-columns: 1fr; gap: 20px; }
  .section-heading h2, .gear-copy h2, .cta-box h2, .page-hero h1 { font-size: clamp(36px, 11vw, 50px); }
  .step-card { min-height: 270px; padding: 25px; }
  .gear-visual { min-height: 350px; }
  .speed-ring { width: 160px; height: 160px; border-width: 12px; }
  .speed-ring span { font-size: 50px; }
  .mini-grid, .feature-grid, .form-grid { grid-template-columns: 1fr; }
  .feature-grid article { min-height: 210px; }
  .feature-grid h3 { margin-top: 42px; }
  .cta-section { padding-bottom: 70px; }
  .cta-box { padding: 42px 25px; clip-path: polygon(0 0, calc(100% - 24px) 0, 100% 24px, 100% 100%, 24px 100%, 0 calc(100% - 24px)); }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 38px 25px; }
  .footer-brand, .footer-grid > div:last-child { grid-column: 1 / -1; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
  .page-hero { padding: 75px 0 65px; }
  .page-hero p:not(.kicker) { font-size: 15px; }
  .content-section { padding: 65px 0 80px; }
  .contact-info, .contact-form { padding: 24px 18px; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } * { transition: none !important; } }
