@font-face {
  font-family: "Space Grotesk";
  src: url("assets/fonts/space-grotesk-var.woff2") format("woff2");
  font-weight: 300 700;
  font-display: swap;
}
@font-face {
  font-family: "Space Mono";
  src: url("assets/fonts/space-mono-700.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
}

:root {
  --font-display: "Space Grotesk", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  --font-mono: "Space Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
  --bg: #05070d;
  --card: rgba(255, 255, 255, 0.04);
  --card-strong: rgba(255, 255, 255, 0.07);
  --line: rgba(255, 255, 255, 0.09);
  --text: #eef3fa;
  --muted: #93a4ba;
  --accent: #4da9ff;
  --accent-bright: #7cc4ff;
  --good: #3ddc97;
  --radius: 26px;
  --shell: min(1140px, calc(100vw - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: hidden;
  color: var(--text);
  background: var(--bg);
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
a:focus-visible, summary:focus-visible { outline: 2px solid var(--accent-bright); outline-offset: 3px; border-radius: 6px; }
img { display: block; max-width: 100%; }
.shell { width: var(--shell); margin-inline: auto; }
.skip-link { position: fixed; z-index: 100; top: 12px; left: 12px; padding: 10px 16px; border-radius: 10px; color: var(--bg); background: var(--text); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

/* Header */
.site-header { position: fixed; z-index: 50; top: 0; left: 0; width: 100%; padding-top: env(safe-area-inset-top); transition: background 0.3s ease, box-shadow 0.3s ease; }
.site-header.scrolled { background: rgba(5, 7, 13, 0.78); box-shadow: 0 1px 0 var(--line); backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px); }
.nav { height: 72px; display: flex; align-items: center; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-family: var(--font-display); font-size: 20px; font-weight: 700; letter-spacing: -0.01em; }
.brand img { width: 40px; height: 40px; border-radius: 11px; box-shadow: 0 5px 18px rgba(21, 118, 224, 0.35); }
.nav-links { display: flex; margin-left: auto; gap: 30px; font-family: var(--font-display); font-size: 14px; font-weight: 500; }
.nav-links a { opacity: 0.72; transition: opacity 0.2s; }
.nav-links a:hover { opacity: 1; }
.nav-download { padding: 10px 20px; border: 1px solid var(--line); border-radius: 100px; font-family: var(--font-display); font-size: 14px; font-weight: 600; background: var(--card-strong); transition: background 0.2s, border-color 0.2s; }
.nav-download:hover { border-color: var(--accent); background: rgba(77, 169, 255, 0.16); }

/* Hero */
.hero { position: relative; overflow: hidden; }
.hero-glow { position: absolute; border-radius: 50%; pointer-events: none; }
.hero-glow-one { top: -160px; right: -120px; width: 620px; height: 620px; background: radial-gradient(circle, rgba(28, 118, 226, 0.34), transparent 68%); }
.hero-glow-two { bottom: -260px; left: -140px; width: 640px; height: 640px; background: radial-gradient(circle, rgba(13, 84, 176, 0.24), transparent 68%); -webkit-mask-image: linear-gradient(to bottom, #000 28%, transparent 58%); mask-image: linear-gradient(to bottom, #000 28%, transparent 58%); }
.hero-grid { position: relative; z-index: 2; padding-top: 150px; padding-bottom: 40px; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(340px, 0.95fr); gap: 64px; align-items: center; }
.eyebrow { display: flex; gap: 10px; align-items: center; margin: 0 0 24px; color: var(--accent-bright); font-family: var(--font-mono); font-size: 11px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; }
.eyebrow span { width: 24px; height: 1px; background: var(--accent); }
.hero h1 { margin: 0; font-family: var(--font-display); font-size: clamp(44px, 5.8vw, 78px); font-weight: 550; line-height: 1.04; letter-spacing: -0.03em; text-wrap: balance; }
.hero h1 em { color: var(--accent-bright); font-style: normal; }
.hero-lead { max-width: 560px; margin: 26px 0 0; color: var(--muted); font-size: 18px; line-height: 1.8; }
.hero-actions { display: flex; gap: 26px; align-items: center; margin-top: 34px; flex-wrap: wrap; }
.store-button { display: inline-flex; padding: 11px 22px; gap: 12px; align-items: center; border-radius: 14px; color: #071019; background: white; box-shadow: 0 16px 40px rgba(0, 0, 0, 0.45); transition: transform 0.2s, box-shadow 0.2s; }
.store-button:hover { transform: translateY(-2px); box-shadow: 0 20px 50px rgba(0, 0, 0, 0.55); }
.store-button svg { width: 28px; fill: currentColor; }
.store-button span { display: flex; flex-direction: column; font-family: var(--font-display); font-size: 18px; font-weight: 600; line-height: 1.1; }
.store-button small { font-size: 9px; font-weight: 600; letter-spacing: 0.05em; }
.text-link { font-family: var(--font-display); font-size: 14px; font-weight: 500; }
.text-link span { display: inline-block; margin-left: 6px; color: var(--accent-bright); transition: transform 0.2s; }
.text-link:hover span { transform: translateY(3px); }
.hero-proof { display: flex; margin: 52px 0 0; }
.hero-proof > div { min-width: 130px; padding-right: 28px; margin-right: 28px; border-right: 1px solid var(--line); }
.hero-proof > div:last-child { border: 0; }
.hero-proof dt { font-family: var(--font-display); font-size: 22px; font-weight: 700; letter-spacing: -0.01em; }
.hero-proof dd { margin: 6px 0 0; color: var(--muted); font-size: 11px; line-height: 1.5; }

/* Phone mockup */
.hero-visual { position: relative; display: grid; place-items: center; padding: 30px 0 10px; }
.orbit { position: absolute; border: 1px solid rgba(124, 196, 255, 0.22); border-radius: 50%; -webkit-mask-image: linear-gradient(to bottom, #000 40%, transparent 92%); mask-image: linear-gradient(to bottom, #000 40%, transparent 92%); }
.orbit-one { width: 480px; height: 480px; }
.orbit-two { width: 640px; height: 640px; border-color: rgba(124, 196, 255, 0.15); }
.orbit-one::before { content: ""; position: absolute; top: 20%; right: 8.6%; width: 7px; height: 7px; border-radius: 50%; background: var(--accent-bright); box-shadow: 0 0 12px rgba(124, 196, 255, 0.8); }
.phone-wrap { position: relative; z-index: 2; }
.phone {
  position: relative; width: 322px; padding: 20px 18px 16px; display: flex; flex-direction: column; gap: 14px; text-align: left;
  border: 1px solid rgba(255, 255, 255, 0.12); border-radius: 44px;
  background: linear-gradient(165deg, #0d1524 0%, #0a101c 60%, #0b1322 100%);
  box-shadow: 0 50px 100px rgba(0, 0, 0, 0.6), inset 0 1px rgba(255, 255, 255, 0.07);
}
.chat-head { display: flex; align-items: center; gap: 12px; padding-bottom: 14px; border-bottom: 1px solid var(--line); }
.chat-avatar { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 14px; font-size: 16px; font-weight: 750; color: #dff0ff; background: linear-gradient(150deg, #1d5fb8, #123a72); }
.chat-title { display: flex; flex-direction: column; gap: 3px; }
.chat-title strong { font-size: 15px; }
.chat-title small { display: flex; gap: 5px; align-items: center; color: var(--good); font-size: 10px; }
.chat-title svg { width: 11px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.chat-call { width: 20px; margin-left: auto; fill: none; stroke: var(--accent-bright); stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.chat-body { display: flex; flex-direction: column; gap: 10px; }
.chat-note { display: flex; gap: 6px; align-items: center; align-self: center; margin: 2px 0; padding: 5px 11px; border-radius: 100px; color: var(--muted); font-size: 10px; background: var(--card); }
.chat-note svg { width: 11px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; }
.bubble { position: relative; max-width: 82%; margin: 0; padding: 10px 14px 12px; border-radius: 18px; font-size: 13px; line-height: 1.5; }
.bubble time { display: block; margin-top: 3px; font-size: 9px; opacity: 0.55; text-align: right; }
.bubble.in { align-self: flex-start; border-bottom-left-radius: 6px; background: var(--card-strong); }
.bubble.out { align-self: flex-end; color: #f2f8ff; border-bottom-right-radius: 6px; background: linear-gradient(140deg, #1e6fd6, #1552a8); }
.bubble.media span { display: inline-flex; gap: 7px; align-items: center; padding: 7px 4px; font-weight: 600; font-size: 12px; }
.bubble.media svg { width: 15px; fill: none; stroke: currentColor; stroke-width: 1.7; }
.bubble.has-reaction { margin-bottom: 8px; }
.reaction { position: absolute; bottom: -11px; left: -7px; padding: 4px 7px 3px; border: 1px solid rgba(255, 255, 255, 0.14); border-radius: 100px; font-size: 10px; line-height: 1; background: #101a2c; box-shadow: 0 6px 16px rgba(0, 0, 0, 0.45); }
.bubble.voice { min-width: 190px; }
.voice-row { display: flex; align-items: center; gap: 9px; padding: 3px 0 1px; }
.voice-row svg { width: 13px; flex: none; fill: var(--accent-bright); }
.wave { display: flex; align-items: center; gap: 2.5px; height: 17px; }
.wave i { width: 2.5px; border-radius: 2px; background: rgba(238, 243, 250, 0.62); }
.wave i:nth-child(1) { height: 5px; }
.wave i:nth-child(2) { height: 10px; }
.wave i:nth-child(3) { height: 15px; }
.wave i:nth-child(4) { height: 8px; }
.wave i:nth-child(5) { height: 12px; }
.wave i:nth-child(6) { height: 17px; }
.wave i:nth-child(7) { height: 7px; }
.wave i:nth-child(8) { height: 13px; }
.wave i:nth-child(9) { height: 6px; }
.wave i:nth-child(10) { height: 10px; }
.wave i:nth-child(11) { height: 5px; }
.voice-dur { font-size: 9px; opacity: 0.6; }
.transcript { display: block; margin-top: 7px; padding-top: 7px; border-top: 1px solid rgba(255, 255, 255, 0.09); color: var(--muted); font-size: 11px; font-style: italic; line-height: 1.5; }
.chat-input { display: flex; align-items: center; justify-content: space-between; padding: 11px 15px; border: 1px solid var(--line); border-radius: 100px; color: var(--muted); font-size: 12px; background: rgba(255, 255, 255, 0.03); }
.chat-input svg { width: 16px; fill: none; stroke: var(--accent-bright); stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.floating-card { position: absolute; z-index: 4; display: flex; gap: 12px; align-items: center; padding: 14px 16px; border: 1px solid rgba(255, 255, 255, 0.14); border-radius: 18px; background: rgba(10, 18, 32, 0.88); box-shadow: 0 18px 50px rgba(0, 0, 0, 0.45); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); }
.floating-card span:not(.mini-icon):not(.status-dot) { display: flex; flex-direction: column; }
.floating-card strong { font-size: 12px; }
.floating-card small { margin-top: 4px; color: var(--muted); font-size: 10px; }
.floating-lock { top: -34px; right: -26px; }
.floating-id { bottom: -36px; left: -26px; }
.mini-icon { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 10px; color: var(--accent-bright); background: rgba(77, 169, 255, 0.14); }
.mini-icon svg { width: 19px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.status-dot { width: 9px; height: 9px; border-radius: 50%; background: var(--good); box-shadow: 0 0 0 6px rgba(61, 220, 151, 0.12); }
.trust-row { position: relative; z-index: 2; display: flex; align-items: center; justify-content: center; gap: 20px; margin: 0; padding: 34px 0; color: var(--muted); font-size: 11px; letter-spacing: 0.07em; }
.trust-row::after { content: ""; position: absolute; right: 0; bottom: 0; left: 0; height: 1px; background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.13) 22%, rgba(255, 255, 255, 0.13) 78%, transparent); }
.trust-row i { width: 3px; height: 3px; border-radius: 50%; background: #2c4767; }

/* Sections */
.section { padding: 104px 0; }
.section-heading { max-width: 720px; margin-bottom: 52px; }
.section-kicker { margin: 0 0 16px; color: var(--accent-bright); font-family: var(--font-mono); font-size: 11px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; }
.section-heading h2, .cta-inner h2 { margin: 0; font-family: var(--font-display); font-size: clamp(36px, 4.4vw, 58px); font-weight: 550; line-height: 1.08; letter-spacing: -0.02em; text-wrap: balance; }
.section-heading > p:not(.section-kicker) { max-width: 560px; margin: 22px 0 0; color: var(--muted); font-size: 16px; line-height: 1.8; }

/* Pillars */
.pillar-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.pillar-card { padding: 30px 28px 36px; border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(170deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02)); }
.pillar-visual { min-height: 96px; display: flex; align-items: center; }
.id-chip { padding: 12px 16px; border: 1px solid rgba(124, 196, 255, 0.28); border-radius: 14px; font: 700 14px/1 var(--font-mono); letter-spacing: 0.04em; background: rgba(77, 169, 255, 0.08); }
.id-chip span { color: var(--accent-bright); }
.pillar-shield { width: 62px; fill: rgba(77, 169, 255, 0.1); stroke: var(--accent-bright); stroke-width: 1.4; stroke-linecap: round; stroke-linejoin: round; }
.knock-chip { display: inline-flex; flex-direction: column; gap: 6px; padding: 12px 16px; border: 1px solid var(--line); border-radius: 14px; font-size: 13px; font-weight: 700; background: var(--card); }
.knock-chip em { color: var(--muted); font-size: 10px; font-style: normal; letter-spacing: 0.04em; }
.pillar-card h3 { margin: 18px 0 12px; font-family: var(--font-display); font-size: 21px; font-weight: 600; letter-spacing: -0.01em; }
.pillar-card p { margin: 0; color: var(--muted); font-size: 14.5px; line-height: 1.75; }

/* Server section */
.server-section { background: linear-gradient(180deg, var(--bg) 0%, #071021 45%, var(--bg) 100%); }
.relay-diagram { display: grid; grid-template-columns: 1fr 1.5fr 1fr; align-items: center; padding: 44px 34px; border: 1px solid var(--line); border-radius: 32px; background: rgba(255, 255, 255, 0.025); }
.relay-node { display: flex; flex-direction: column; align-items: center; gap: 12px; color: var(--muted); font-size: 11px; }
.relay-avatar { width: 74px; height: 74px; display: grid; place-items: center; border: 1px solid rgba(124, 196, 255, 0.3); border-radius: 26px; color: var(--text); font-size: 15px; font-weight: 800; background: rgba(77, 169, 255, 0.1); }
.relay-path { position: relative; height: 130px; display: grid; place-items: center; }
.path-line { position: absolute; top: 36px; right: -8px; left: -8px; height: 1px; background-image: linear-gradient(to right, rgba(124, 196, 255, 0.5) 50%, transparent 50%); background-size: 9px 1px; }
.packet { position: absolute; z-index: 2; top: 22px; left: 8%; padding: 7px 12px; border-radius: 10px; color: #071019; font: 700 11px/1 var(--font-mono); background: var(--accent-bright); box-shadow: 0 8px 22px rgba(30, 120, 220, 0.4); animation: packet 3.2s ease-in-out infinite; }
@keyframes packet { 0%, 100% { left: 4%; } 50% { left: 78%; } }
.relay-server { position: absolute; bottom: 4px; display: flex; flex-direction: column; align-items: center; gap: 8px; color: var(--muted); font-size: 10px; }
.relay-server svg { width: 44px; padding: 10px; border: 1px solid var(--line); border-radius: 13px; fill: none; stroke: var(--accent-bright); stroke-width: 1.5; }
.purge-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin: 20px 0 0; }
.purge-stats > div { padding: 26px 24px; border: 1px solid var(--line); border-radius: 20px; background: var(--card); }
.purge-stats dt { font-family: var(--font-display); font-size: 26px; font-weight: 650; letter-spacing: -0.01em; color: var(--accent-bright); }
.purge-stats dd { margin: 10px 0 0; color: var(--muted); font-size: 13px; line-height: 1.65; }

/* Feature grid */
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.feature-card {
  position: relative; padding: 30px 26px 34px; border: 1px solid transparent; border-radius: 22px;
  background:
    linear-gradient(175deg, #111a2b, #0b1220 72%) padding-box,
    linear-gradient(160deg, rgba(124, 196, 255, 0.32), rgba(124, 196, 255, 0.08) 34%, rgba(255, 255, 255, 0.07) 85%) border-box;
  transition: transform 0.25s, box-shadow 0.25s;
}
.feature-card::after { content: ""; position: absolute; inset: 0; border-radius: inherit; background: radial-gradient(130% 90% at 50% -10%, rgba(77, 169, 255, 0.16), transparent 55%); opacity: 0; transition: opacity 0.3s; pointer-events: none; }
.feature-card:hover { transform: translateY(-4px); box-shadow: 0 20px 44px rgba(0, 0, 0, 0.35); }
.feature-card:hover::after { opacity: 1; }
.feature-icon { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 15px; color: var(--accent-bright); background: rgba(77, 169, 255, 0.13); box-shadow: inset 0 0 0 1px rgba(124, 196, 255, 0.18); }
.feature-icon svg { width: 25px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.feature-card h3 { margin: 19px 0 10px; font-family: var(--font-display); font-size: 18px; font-weight: 600; letter-spacing: -0.01em; }
.feature-card p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.7; }
.feature-link, .faq-item p a { color: var(--accent-bright); text-decoration: underline; text-decoration-color: rgba(124, 196, 255, 0.4); text-underline-offset: 3px; transition: text-decoration-color 0.2s; }
.feature-link:hover, .faq-item p a:hover { text-decoration-color: var(--accent-bright); }

/* FAQ */
.faq-section { background: linear-gradient(180deg, var(--bg) 0%, #070e1b 50%, var(--bg) 100%); }
.faq-grid { display: grid; grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr); gap: 56px; align-items: start; }
.faq-grid .section-heading { position: sticky; top: 110px; margin-bottom: 0; }
.faq-list { display: flex; flex-direction: column; gap: 14px; }
.faq-item { border: 1px solid var(--line); border-radius: 18px; background: var(--card); }
.faq-item summary { position: relative; padding: 20px 60px 20px 24px; font-family: var(--font-display); font-size: 16px; font-weight: 600; letter-spacing: 0; cursor: pointer; list-style: none; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: "+"; position: absolute; top: 50%; right: 20px; width: 27px; height: 27px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--accent-bright); font-size: 16px; font-weight: 500; line-height: 1; transform: translateY(-50%); }
.faq-item[open] summary::after { content: "−"; }
.faq-item > p { margin: 0; padding: 0 24px 22px; color: var(--muted); font-size: 14.5px; line-height: 1.8; }

/* CTA */
.cta-section { position: relative; overflow: hidden; padding: 122px 0 132px; text-align: center; }
.cta-section::before { position: absolute; top: -240px; left: 50%; width: 820px; height: 820px; border: 1px solid rgba(124, 196, 255, 0.09); border-radius: 50%; content: ""; transform: translateX(-50%); box-shadow: 0 0 0 120px rgba(77, 169, 255, 0.03), 0 0 0 240px rgba(77, 169, 255, 0.02); }
.cta-inner { position: relative; display: flex; flex-direction: column; align-items: center; }
.cta-icon { width: 96px; height: 96px; margin-bottom: 30px; border-radius: 24px; box-shadow: 0 24px 60px rgba(18, 100, 200, 0.35); }
.cta-inner > p { max-width: 440px; margin: 20px 0 32px; color: var(--muted); font-size: 16px; line-height: 1.75; }
.cta-note { margin-top: 16px; color: #7286a0; font-size: 11px; }

/* Footer */
.site-footer { padding: 44px 0; border-top: 1px solid var(--line); }
.footer-inner { display: flex; align-items: center; gap: 28px; flex-wrap: wrap; }
.footer-inner .brand { font-size: 16px; }
.footer-inner .brand img { width: 32px; height: 32px; border-radius: 9px; }
.footer-links { display: flex; gap: 24px; margin-left: auto; font-size: 13px; }
.footer-links a { opacity: 0.75; transition: opacity 0.2s; }
.footer-links a:hover { opacity: 1; }
.footer-inner > p { width: 100%; margin: 6px 0 0; color: #7286a0; font-size: 11px; }

/* Reveal animation — hidden state only applies once the inline head script confirms JS is running */
html.js .reveal { opacity: 0; transform: translateY(22px); transition: opacity 0.75s ease, transform 0.75s cubic-bezier(0.2, 0.72, 0.2, 1); }
html.js .reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 960px) {
  .hero-grid { padding-top: 130px; grid-template-columns: 1fr; gap: 56px; text-align: center; }
  .hero-copy { display: flex; flex-direction: column; align-items: center; }
  .eyebrow, .hero-actions { justify-content: center; }
  .hero-proof { justify-content: center; }
  .section-heading > p:not(.section-kicker) { max-width: none; }
  .pillar-grid { grid-template-columns: 1fr; }
  .pillar-card { padding: 26px 24px 30px; }
  .feature-grid { grid-template-columns: 1fr 1fr; }
  .feature-card:last-child { grid-column: 1 / -1; }
  .faq-grid { grid-template-columns: 1fr; gap: 36px; }
  .faq-grid .section-heading { position: static; }
  .purge-stats { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  :root { --shell: min(100% - 32px, 1140px); }
  .nav { height: 64px; gap: 16px; }
  .nav-links { display: none; }
  .nav-download { margin-left: auto; }
  .hero-grid { padding-top: 112px; gap: 44px; }
  .hero-lead { font-size: 16px; line-height: 1.7; }
  .hero-actions { flex-direction: column; gap: 18px; }
  .hero-proof { width: 100%; margin-top: 40px; }
  .hero-proof > div { min-width: 0; flex: 1; padding: 0 8px; margin: 0; }
  .hero-proof dt { font-size: 18px; }
  .hero-proof dd { font-size: 10px; }
  .hero-visual { padding-top: 12px; }
  .orbit-one { width: 380px; height: 380px; }
  .orbit-two { width: 500px; height: 500px; }
  .phone { width: 288px; }
  .floating-lock { top: -38px; right: -6px; }
  .floating-id { bottom: -38px; left: -6px; }
  .trust-row { flex-wrap: wrap; gap: 8px; padding: 22px 0 28px; letter-spacing: 0.02em; }
  .trust-row i { display: none; }
  .trust-row span { padding: 8px 13px; border: 1px solid var(--line); border-radius: 100px; color: #aebfd4; font-size: 11px; font-weight: 600; background: rgba(255, 255, 255, 0.04); }
  .section { padding: 88px 0; }
  .section-heading { margin-bottom: 40px; }
  .relay-diagram { grid-template-columns: 1fr; gap: 8px; padding: 30px 22px; border-radius: 24px; }
  .relay-path { height: 150px; }
  .path-line { right: 8%; left: 8%; }
  .feature-grid { grid-template-columns: 1fr; }
  .faq-item summary { padding: 18px 52px 18px 18px; font-size: 15px; }
  .faq-item > p { padding: 0 18px 20px; }
  .cta-section { padding: 110px 0 120px; }
  .footer-inner { flex-direction: column; align-items: flex-start; gap: 18px; }
  .footer-links { margin-left: 0; flex-wrap: wrap; gap: 16px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; }
  html.js .reveal { opacity: 1; transform: none; }
}
