:root {
  --bg: #020712;
  --bg-soft: #06101d;
  --surface: rgba(9, 23, 39, 0.76);
  --surface-solid: #081523;
  --surface-2: #0b1b2d;
  --line: rgba(118, 174, 208, 0.2);
  --line-strong: rgba(0, 204, 255, 0.38);
  --text: #effaff;
  --muted: #9ab6c8;
  --cyan: #00ccff;
  --cyan-soft: #61e4ff;
  --navy: #002255;
  --blue: #4f7cff;
  --green: #42e8b4;
  --amber: #ffbe5c;
  --red: #ff5f78;
  --max: 1180px;
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.36);
  color-scheme: dark;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  color: var(--text);
  background:
    radial-gradient(circle at 86% 4%, rgba(0, 204, 255, 0.11), transparent 31rem),
    radial-gradient(circle at 8% 28%, rgba(79, 124, 255, 0.1), transparent 34rem),
    var(--bg);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.28;
  background-image:
    linear-gradient(rgba(38, 82, 113, 0.18) 1px, transparent 1px),
    linear-gradient(90deg, rgba(38, 82, 113, 0.18) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(to bottom, black, transparent 86%);
  z-index: -2;
}

a { color: inherit; }
img { max-width: 100%; display: block; }
button, input, textarea { font: inherit; }
button { color: inherit; }
::selection { background: rgba(0, 204, 255, 0.28); color: #fff; }

.skip-link {
  position: fixed;
  left: 1rem;
  top: 1rem;
  z-index: 1000;
  padding: 0.75rem 1rem;
  color: #001520;
  background: var(--cyan);
  border-radius: 0.6rem;
  font-weight: 800;
  transform: translateY(-180%);
  transition: transform 160ms ease;
}
.skip-link:focus { transform: translateY(0); }

.container { width: min(calc(100% - 2rem), var(--max)); margin-inline: auto; }
.section { padding: 7.5rem 0; position: relative; }
.section-tight { padding: 4.5rem 0; }
.section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  color: var(--cyan-soft);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.section-kicker::before { content: ""; width: 1.9rem; height: 1px; background: var(--cyan); }
.section-title {
  max-width: 850px;
  margin: 1rem 0 1.15rem;
  font-size: clamp(2.1rem, 5vw, 4.35rem);
  line-height: 1.03;
  letter-spacing: -0.045em;
}
.section-copy { max-width: 730px; margin: 0; color: var(--muted); font-size: 1.08rem; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 1px solid rgba(121, 177, 211, 0.12);
  background: rgba(2, 7, 18, 0.78);
  backdrop-filter: blur(18px);
}
.nav-shell { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.brand { display: inline-flex; align-items: center; text-decoration: none; flex: 0 0 auto; }
.brand img { width: 210px; height: auto; }
.nav-links { display: flex; align-items: center; gap: 1.6rem; }
.nav-links a { color: #b8cedb; font-size: 0.92rem; font-weight: 700; text-decoration: none; }
.nav-links a:hover, .nav-links a:focus-visible { color: #fff; }
.nav-links .nav-cta { color: #00131e; background: var(--cyan); padding: 0.72rem 1rem; border-radius: 0.65rem; }
.nav-links .nav-cta:hover { color: #00131e; background: #65e5ff; }
.nav-toggle { display: none; width: 44px; height: 44px; border: 1px solid var(--line); background: var(--surface); border-radius: 0.65rem; }
.nav-toggle span, .nav-toggle::before, .nav-toggle::after { content: ""; display: block; width: 20px; height: 2px; margin: 4px auto; background: #d9f5ff; }

.hero { min-height: calc(100vh - 76px); display: grid; align-items: center; padding: 6rem 0 5rem; overflow: clip; }
.hero::after {
  content: "";
  position: absolute;
  width: 44rem;
  height: 44rem;
  right: -20rem;
  top: 2rem;
  border: 1px solid rgba(0, 204, 255, 0.12);
  border-radius: 50%;
  box-shadow: 0 0 140px rgba(0, 204, 255, 0.12), inset 0 0 100px rgba(79, 124, 255, 0.08);
  z-index: -1;
}
.hero-grid { display: grid; grid-template-columns: 1.03fr 0.97fr; gap: 4rem; align-items: center; }
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0.45rem 0.75rem;
  border: 1px solid rgba(0, 204, 255, 0.28);
  border-radius: 999px;
  color: var(--cyan-soft);
  background: rgba(0, 204, 255, 0.06);
  font-size: 0.77rem;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}
.eyebrow-dot { width: 0.48rem; height: 0.48rem; border-radius: 50%; background: var(--green); box-shadow: 0 0 18px var(--green); }
.hero h1 { margin: 1.4rem 0 1.4rem; font-size: clamp(3rem, 6.8vw, 6rem); line-height: 0.95; letter-spacing: -0.06em; }
.hero h1 span { color: var(--cyan); text-shadow: 0 0 38px rgba(0, 204, 255, 0.24); }
.hero-copy { max-width: 690px; color: #b3c9d6; font-size: clamp(1.05rem, 2vw, 1.25rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 0.9rem; margin-top: 2.1rem; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 0.6rem; min-height: 48px; padding: 0.78rem 1.1rem; border-radius: 0.72rem; border: 1px solid transparent; text-decoration: none; font-weight: 800; }
.button-primary { color: #00131d; background: var(--cyan); box-shadow: 0 14px 36px rgba(0, 204, 255, 0.18); }
.button-primary:hover { background: #6ee9ff; transform: translateY(-1px); }
.button-secondary { color: #e8f9ff; border-color: rgba(159, 206, 232, 0.24); background: rgba(8, 23, 39, 0.72); }
.button-secondary:hover { border-color: var(--line-strong); background: rgba(10, 31, 50, 0.86); }
.hero-note { display: flex; gap: 1.4rem; flex-wrap: wrap; margin-top: 1.5rem; color: #7191a6; font-size: 0.85rem; }
.hero-note span { display: inline-flex; align-items: center; gap: 0.45rem; }
.hero-note span::before { content: ""; width: 0.35rem; height: 0.35rem; border-radius: 50%; background: var(--cyan); }

.authority-console {
  position: relative;
  border: 1px solid rgba(120, 184, 220, 0.24);
  border-radius: 1.25rem;
  background: linear-gradient(160deg, rgba(11, 29, 48, 0.9), rgba(3, 11, 22, 0.94));
  box-shadow: var(--shadow), 0 0 0 1px rgba(0, 204, 255, 0.04) inset;
  overflow: hidden;
}
.authority-console::before {
  content: "";
  position: absolute;
  inset: -1px;
  background: linear-gradient(115deg, transparent 20%, rgba(0, 204, 255, 0.12), transparent 62%);
  transform: translateX(-100%);
  animation: sweep 7s ease-in-out infinite;
  pointer-events: none;
}
@keyframes sweep { 0%, 32% { transform: translateX(-100%); } 68%, 100% { transform: translateX(100%); } }
.console-top { display: flex; align-items: center; justify-content: space-between; padding: 1rem 1.1rem; border-bottom: 1px solid var(--line); background: rgba(1, 8, 16, 0.48); }
.console-lights { display: flex; gap: 0.45rem; }
.console-lights span { width: 0.55rem; height: 0.55rem; border-radius: 50%; background: #24435a; }
.console-lights span:nth-child(1) { background: #ff5f78; }
.console-lights span:nth-child(2) { background: #ffbe5c; }
.console-lights span:nth-child(3) { background: #42e8b4; }
.console-title { color: #87a7bb; font: 700 0.74rem/1.2 ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: 0.08em; text-transform: uppercase; }
.console-body { padding: 1.25rem; }
.console-call { display: grid; grid-template-columns: 1fr auto; gap: 1rem; padding-bottom: 1rem; border-bottom: 1px solid var(--line); }
.console-label { color: #6f93a9; font-size: 0.72rem; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; }
.console-tool { margin-top: 0.28rem; color: #fff; font: 800 1.1rem/1.2 ui-monospace, SFMono-Regular, Menlo, monospace; }
.status-chip { align-self: start; padding: 0.35rem 0.55rem; border-radius: 999px; color: #07150f; background: var(--green); font-size: 0.68rem; font-weight: 900; letter-spacing: 0.08em; }
.console-rows { display: grid; gap: 0.7rem; margin-top: 1rem; }
.console-row { display: grid; grid-template-columns: 8.4rem 1fr auto; gap: 0.8rem; align-items: center; min-height: 48px; padding: 0.62rem 0.72rem; border: 1px solid rgba(117, 176, 211, 0.14); border-radius: 0.7rem; background: rgba(2, 10, 20, 0.66); }
.console-row dt { color: #6f93a9; font-size: 0.72rem; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; }
.console-row dd { margin: 0; overflow: hidden; text-overflow: ellipsis; font: 700 0.83rem/1.2 ui-monospace, SFMono-Regular, Menlo, monospace; white-space: nowrap; }
.console-row .ok { color: var(--green); }
.console-row .bad { color: var(--red); }
.console-row .neutral { color: var(--cyan-soft); }
.row-tag { color: #6f93a9; font-size: 0.66rem; font-weight: 800; letter-spacing: 0.08em; }
.decision { display: grid; grid-template-columns: auto 1fr; gap: 1rem; align-items: center; margin-top: 1rem; padding: 1rem; border: 1px solid rgba(66, 232, 180, 0.28); border-radius: 0.8rem; background: rgba(66, 232, 180, 0.06); }
.seal-pulse { width: 3.2rem; aspect-ratio: 1; border-radius: 50%; display: grid; place-items: center; color: #00131d; background: var(--cyan); font-size: 1.1rem; font-weight: 950; box-shadow: 0 0 0 8px rgba(0, 204, 255, 0.05), 0 0 35px rgba(0, 204, 255, 0.22); }
.decision strong { display: block; color: var(--green); font-size: 1.12rem; letter-spacing: 0.02em; }
.decision span { color: #87a7bb; font-size: 0.82rem; }

.trust-strip { border-block: 1px solid rgba(112, 168, 201, 0.13); background: rgba(4, 13, 25, 0.64); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-item { padding: 1.6rem 1rem; text-align: center; border-right: 1px solid rgba(112, 168, 201, 0.13); }
.trust-item:last-child { border-right: 0; }
.trust-item strong { display: block; color: #fff; font-size: 0.95rem; }
.trust-item span { color: #6f91a6; font-size: 0.78rem; }

.problem-grid, .feature-grid, .proof-grid, .roadmap-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin-top: 3rem; }
.card { position: relative; min-height: 100%; padding: 1.45rem; border: 1px solid var(--line); border-radius: 1rem; background: linear-gradient(160deg, rgba(10, 27, 45, 0.76), rgba(5, 15, 28, 0.82)); box-shadow: 0 18px 60px rgba(0, 0, 0, 0.16); }
.card::after { content: ""; position: absolute; inset: 0; pointer-events: none; border-radius: inherit; background: linear-gradient(125deg, rgba(0, 204, 255, 0.05), transparent 40%); }
.card-number { color: var(--cyan); font: 800 0.78rem/1 ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: 0.1em; }
.card h3 { margin: 1rem 0 0.6rem; font-size: 1.25rem; }
.card p { margin: 0; color: var(--muted); }
.icon-box { width: 2.75rem; height: 2.75rem; display: grid; place-items: center; border: 1px solid rgba(0, 204, 255, 0.25); border-radius: 0.75rem; color: var(--cyan); background: rgba(0, 204, 255, 0.06); font-weight: 900; }

.boundary-section { overflow: clip; }
.boundary-grid { display: grid; grid-template-columns: 0.82fr 1.18fr; gap: 4rem; align-items: center; }
.boundary-visual { position: relative; min-height: 520px; display: grid; align-items: center; }
.boundary-ring { position: absolute; inset: 8% 14%; border: 1px solid rgba(0, 204, 255, 0.22); border-radius: 50%; box-shadow: 0 0 80px rgba(0, 204, 255, 0.09), inset 0 0 70px rgba(0, 204, 255, 0.06); }
.boundary-ring::before, .boundary-ring::after { content: ""; position: absolute; inset: 9%; border: 1px dashed rgba(79, 124, 255, 0.18); border-radius: 50%; animation: rotate 28s linear infinite; }
.boundary-ring::after { inset: 22%; border-style: solid; animation-direction: reverse; animation-duration: 18s; }
@keyframes rotate { to { transform: rotate(360deg); } }
.boundary-core { position: relative; z-index: 2; width: min(82%, 430px); margin: auto; padding: 1.4rem; border: 1px solid var(--line-strong); border-radius: 1rem; background: rgba(5, 18, 31, 0.92); box-shadow: var(--shadow); }
.boundary-core header { display: flex; align-items: center; gap: 0.75rem; padding-bottom: 1rem; border-bottom: 1px solid var(--line); }
.boundary-core img { width: 44px; height: 44px; }
.boundary-core strong { display: block; }
.boundary-core small { color: #6f91a6; }
.policy-list { display: grid; gap: 0.6rem; margin: 1rem 0 0; padding: 0; list-style: none; }
.policy-list li { display: grid; grid-template-columns: 1fr auto; gap: 1rem; padding: 0.72rem; border-radius: 0.65rem; background: rgba(2, 10, 20, 0.66); color: #abc1cf; font-size: 0.84rem; }
.policy-list b { color: var(--green); font: 800 0.72rem/1.4 ui-monospace, SFMono-Regular, Menlo, monospace; }
.boundary-list { display: grid; gap: 1rem; margin-top: 2rem; }
.boundary-item { display: grid; grid-template-columns: 2.7rem 1fr; gap: 1rem; }
.boundary-item h3 { margin: 0 0 0.25rem; }
.boundary-item p { margin: 0; color: var(--muted); }

.comparison-wrap { margin-top: 3rem; overflow: hidden; border: 1px solid var(--line); border-radius: 1.1rem; background: rgba(5, 16, 29, 0.78); }
.comparison-head, .comparison-row { display: grid; grid-template-columns: 1.1fr repeat(3, 1fr); }
.comparison-head { color: #7e9caf; font-size: 0.72rem; font-weight: 900; letter-spacing: 0.11em; text-transform: uppercase; background: rgba(3, 10, 20, 0.74); }
.comparison-head div, .comparison-row div { padding: 1rem; border-right: 1px solid var(--line); }
.comparison-head div:last-child, .comparison-row div:last-child { border-right: 0; }
.comparison-row { border-top: 1px solid var(--line); }
.comparison-row > div:first-child { color: #abc3d1; font-weight: 750; }
.compare-bad { color: var(--red); }
.compare-mid { color: var(--amber); }
.compare-good { color: var(--green); }

.code-shell { margin-top: 3rem; border: 1px solid var(--line); border-radius: 1rem; overflow: hidden; background: #020912; box-shadow: var(--shadow); }
.code-top { display: flex; justify-content: space-between; align-items: center; padding: 0.85rem 1rem; border-bottom: 1px solid var(--line); color: #7796aa; font: 700 0.75rem/1 ui-monospace, SFMono-Regular, Menlo, monospace; }
.copy-button { border: 1px solid var(--line); border-radius: 0.55rem; padding: 0.45rem 0.65rem; background: rgba(12, 31, 50, 0.72); color: #b7d2df; cursor: pointer; }
.copy-button:hover { border-color: var(--line-strong); color: #fff; }
pre { margin: 0; padding: 1.35rem; overflow: auto; color: #b8d7e7; font: 500 0.88rem/1.75 ui-monospace, SFMono-Regular, Menlo, monospace; }
.token-key { color: #84e6ff; }
.token-string { color: #6fe9b7; }
.token-call { color: #c9a6ff; }

.proof-card strong { display: block; margin: 0.4rem 0; color: #fff; font-size: clamp(1.9rem, 4vw, 3.2rem); line-height: 1; }
.proof-card span { color: var(--cyan-soft); font-weight: 800; font-size: 0.8rem; letter-spacing: 0.08em; text-transform: uppercase; }
.proof-card p { margin-top: 0.8rem; }
.proof-note { margin-top: 1.1rem; color: #6f91a6; font-size: 0.8rem; }

.support-solo { margin-top: 3rem; }
.support-card { padding: 1.65rem 1.75rem; border: 1px solid var(--line); border-radius: 1rem; background: rgba(6, 19, 33, 0.78); }
.support-card h3 { margin-top: 0; }
.support-card ul { margin: 1rem 0 0; padding: 0; list-style: none; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0.75rem 2rem; }
.support-card li { display: grid; grid-template-columns: 1.1rem 1fr; gap: 0.7rem; color: #9fb9c8; }
.support-card li::before { content: "✓"; color: var(--green); font-weight: 900; }
.support-card code { color: var(--cyan-soft); }
.inline-link { color: var(--cyan-soft); text-decoration-color: rgba(0, 204, 255, 0.4); }
.inline-link:hover { color: #fff; }

.roadmap-grid { grid-template-columns: repeat(4, 1fr); }
.roadmap-card { padding: 1.25rem; border: 1px dashed rgba(111, 145, 166, 0.32); border-radius: 0.9rem; background: rgba(6, 18, 31, 0.58); }
.roadmap-card .planned { display: inline-block; padding: 0.25rem 0.45rem; border-radius: 999px; color: #c7d7e0; background: rgba(123, 150, 166, 0.12); font-size: 0.65rem; font-weight: 900; letter-spacing: 0.1em; text-transform: uppercase; }
.roadmap-card h3 { margin: 0.8rem 0 0.4rem; font-size: 1rem; }
.roadmap-card p { margin: 0; color: #849fad; font-size: 0.86rem; }

.cta-section { padding: 6rem 0; }
.cta-shell { position: relative; overflow: hidden; padding: clamp(2rem, 6vw, 4.5rem); border: 1px solid rgba(0, 204, 255, 0.25); border-radius: 1.3rem; background: linear-gradient(135deg, rgba(0, 34, 85, 0.78), rgba(3, 16, 28, 0.94)); box-shadow: var(--shadow); }
.cta-shell::after { content: "AS"; position: absolute; right: -0.04em; bottom: -0.3em; color: rgba(0, 204, 255, 0.06); font-size: 17rem; font-weight: 950; line-height: 1; letter-spacing: -0.12em; }
.cta-shell h2 { position: relative; z-index: 1; max-width: 770px; margin: 0 0 1rem; font-size: clamp(2.2rem, 5vw, 4.5rem); line-height: 1; letter-spacing: -0.045em; }
.cta-shell p, .cta-shell .hero-actions { position: relative; z-index: 1; }
.cta-shell p { max-width: 670px; color: #b4cbd7; }

.site-footer { padding: 3.2rem 0 2rem; border-top: 1px solid rgba(112, 168, 201, 0.13); background: rgba(2, 8, 16, 0.72); }
.footer-grid { display: grid; grid-template-columns: 1.4fr repeat(3, 0.7fr); gap: 2rem; }
.footer-brand img { width: 190px; }
.footer-brand p { max-width: 360px; color: #718fa1; font-size: 0.88rem; }
.footer-col h3 { margin: 0 0 0.8rem; color: #d9f3ff; font-size: 0.86rem; }
.footer-col a { display: block; margin: 0.45rem 0; color: #7896a9; font-size: 0.85rem; text-decoration: none; }
.footer-col a:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; gap: 1rem; margin-top: 2rem; padding-top: 1.5rem; border-top: 1px solid rgba(112, 168, 201, 0.12); color: #587487; font-size: 0.76rem; }

.legal-hero { padding: 5rem 0 2.5rem; }
.legal-hero h1 { margin: 0.5rem 0 0.8rem; font-size: clamp(2.5rem, 6vw, 4.8rem); line-height: 1; letter-spacing: -0.04em; }
.legal-hero p { color: var(--muted); }
.legal-layout { display: grid; grid-template-columns: 240px minmax(0, 760px); gap: 4rem; align-items: start; padding-bottom: 7rem; }
.legal-nav { position: sticky; top: 110px; padding: 1rem; border: 1px solid var(--line); border-radius: 0.85rem; background: rgba(7, 20, 34, 0.76); }
.legal-nav a { display: block; padding: 0.45rem 0.5rem; color: #7e9daf; font-size: 0.82rem; text-decoration: none; border-radius: 0.45rem; }
.legal-nav a:hover { color: #fff; background: rgba(0, 204, 255, 0.06); }
.legal-content { color: #b3c8d4; }
.legal-content h2 { scroll-margin-top: 110px; margin: 2.8rem 0 0.8rem; color: #effaff; font-size: 1.65rem; }
.legal-content h2:first-child { margin-top: 0; }
.legal-content h3 { margin: 1.8rem 0 0.6rem; color: #d9f1fa; }
.legal-content p, .legal-content li { color: #a2bac8; }
.legal-content ul { padding-left: 1.2rem; }
.legal-callout { margin: 1.5rem 0; padding: 1rem 1.1rem; border-left: 3px solid var(--cyan); border-radius: 0.3rem 0.7rem 0.7rem 0.3rem; background: rgba(0, 204, 255, 0.05); color: #c2d9e4; }
.legal-content a { color: var(--cyan-soft); }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity 600ms ease, transform 600ms ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@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; }
  .reveal { opacity: 1; transform: none; }
}

@media (max-width: 980px) {
  .hero-grid, .boundary-grid { grid-template-columns: 1fr; }
  .hero { padding-top: 4rem; }
  .authority-console { max-width: 720px; }
  .problem-grid, .feature-grid, .proof-grid { grid-template-columns: repeat(2, 1fr); }
  .roadmap-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .legal-layout { grid-template-columns: 1fr; gap: 1.5rem; }
  .legal-nav { position: static; display: grid; grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 760px) {
  .nav-toggle { display: block; }
  .nav-links { position: fixed; inset: 76px 1rem auto; display: none; padding: 1rem; border: 1px solid var(--line); border-radius: 0.9rem; background: rgba(3, 12, 23, 0.97); box-shadow: var(--shadow); }
  .nav-links.is-open { display: grid; }
  .nav-links a { padding: 0.65rem; }
  .brand img { width: 170px; }
  .section { padding: 5.5rem 0; }
  .hero h1 { font-size: clamp(3.1rem, 15vw, 5rem); }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-item:nth-child(2) { border-right: 0; }
  .trust-item:nth-child(-n+2) { border-bottom: 1px solid rgba(112, 168, 201, 0.13); }
  .problem-grid, .feature-grid, .proof-grid, .roadmap-grid { grid-template-columns: 1fr; }
  .support-card ul { grid-template-columns: 1fr; }
  .comparison-wrap { overflow-x: auto; }
  .comparison-head, .comparison-row { min-width: 780px; }
  .console-row { grid-template-columns: 1fr; gap: 0.25rem; }
  .console-row dd { white-space: normal; overflow-wrap: anywhere; }
  .row-tag { justify-self: start; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; }
  .legal-nav { grid-template-columns: 1fr; }
}

@media print {
  .reveal { opacity: 1 !important; transform: none !important; }
  .site-header { position: static; }
}
