
:root {
  color-scheme: dark;
  --bg: #071018;
  --bg-2: #091722;
  --panel: rgba(13, 29, 43, .78);
  --panel-strong: #0d1d2b;
  --line: rgba(181, 213, 232, .13);
  --line-strong: rgba(181, 213, 232, .23);
  --text: #f5f9fb;
  --muted: #9db0be;
  --accent: #5ce1e6;
  --accent-2: #7c78ff;
  --success: #57e59b;
  --warning: #ffc76d;
  --shadow: 0 30px 90px rgba(0, 0, 0, .34);
  --radius-xl: 34px;
  --radius-lg: 25px;
  --radius-md: 16px;
  --max-width: 1190px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--bg);
}

body {
  margin: 0;
  min-width: 320px;
  min-height: 100vh;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system,
    BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 8% 3%, rgba(92, 225, 230, .08), transparent 29rem),
    radial-gradient(circle at 94% 10%, rgba(124, 120, 255, .13), transparent 30rem),
    linear-gradient(180deg, #071018 0%, #071018 50%, #081622 100%);
  -webkit-font-smoothing: antialiased;
}

body.menu-open {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  font: inherit;
}

::selection {
  color: #031114;
  background: var(--accent);
}

.skip-link {
  position: fixed;
  left: 16px;
  top: 12px;
  z-index: 100;
  padding: 10px 14px;
  color: #031114;
  border-radius: 9px;
  background: var(--accent);
  transform: translateY(-160%);
  transition: transform .2s ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.site-shell {
  width: min(var(--max-width), calc(100% - 40px));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 14px;
  z-index: 50;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
  min-height: 72px;
  margin-top: 14px;
  padding: 12px 15px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(7, 16, 24, .77);
  box-shadow: 0 18px 48px rgba(0, 0, 0, .2);
  backdrop-filter: blur(22px);
  transition: background .25s ease, border-color .25s ease;
}

.site-header.is-scrolled {
  border-color: var(--line-strong);
  background: rgba(7, 16, 24, .95);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  width: fit-content;
}

.brand-icon {
  display: grid;
  grid-template-columns: repeat(3, 7px);
  align-items: end;
  gap: 3px;
  width: 27px;
  height: 28px;
}

.brand-icon span {
  display: block;
  border-radius: 2px;
  background: linear-gradient(180deg, var(--accent), var(--accent-2));
}

.brand-icon span:nth-child(1) { height: 13px; }
.brand-icon span:nth-child(2) { height: 22px; }
.brand-icon span:nth-child(3) { height: 28px; }

.brand-copy {
  display: grid;
  line-height: 1;
}

.brand-copy strong {
  font-size: 17px;
  letter-spacing: .045em;
}

.brand-copy small {
  margin-top: 4px;
  color: var(--muted);
  font-size: 7px;
  font-weight: 800;
  letter-spacing: .18em;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 7px;
}

.site-nav a {
  padding: 10px 12px;
  color: var(--muted);
  border-radius: 10px;
  font-size: 13px;
  font-weight: 700;
  transition: color .2s ease, background .2s ease;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: var(--text);
  background: rgba(255, 255, 255, .055);
  outline: none;
}

.header-actions {
  display: flex;
  justify-self: end;
  align-items: center;
  gap: 10px;
}

.language-switcher {
  display: flex;
  align-items: center;
  gap: 2px;
  padding: 3px;
  border: 1px solid var(--line);
  border-radius: 10px;
}

.language-switcher button {
  min-width: 33px;
  padding: 7px;
  color: var(--muted);
  border: 0;
  border-radius: 7px;
  background: transparent;
  cursor: pointer;
  font-size: 10px;
  font-weight: 900;
}

.language-switcher button.is-active {
  color: var(--text);
  background: rgba(255, 255, 255, .09);
}

.company-link {
  padding: 9px 11px;
  color: var(--muted);
  border: 1px solid var(--line);
  border-radius: 10px;
  font-size: 11px;
  font-weight: 800;
}

.menu-button {
  display: none;
  color: var(--text);
  border: 1px solid var(--line);
  border-radius: 10px;
  background: transparent;
}

.section {
  padding: 120px 0;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(380px, .92fr);
  align-items: center;
  gap: 70px;
  min-height: calc(100vh - 100px);
}

.status-pill {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 32px;
  padding: 8px 11px;
  color: #cad5dc;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, .035);
  font-size: 11px;
  font-weight: 800;
}

.live-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--success);
  box-shadow: 0 0 17px rgba(87, 229, 155, .75);
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--accent);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .18em;
  line-height: 1.5;
}

.hero h1 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(54px, 7.1vw, 100px);
  line-height: .94;
  letter-spacing: -.07em;
}

.hero h1 span {
  display: block;
}

.gradient-text {
  color: transparent;
  background: linear-gradient(100deg, var(--accent), #a8b2ff 58%, var(--accent-2));
  -webkit-background-clip: text;
  background-clip: text;
}

.hero-description {
  max-width: 680px;
  margin: 29px 0 0;
  color: var(--muted);
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.62;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 37px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 48px;
  padding: 0 18px;
  border: 1px solid transparent;
  border-radius: 12px;
  font-size: 13px;
  font-weight: 900;
  transition: transform .2s ease, background .2s ease, border-color .2s ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-primary {
  color: #031114;
  background: linear-gradient(110deg, var(--accent), #8deff2);
  box-shadow: 0 15px 42px rgba(92, 225, 230, .14);
}

.button-secondary {
  color: var(--text);
  border-color: var(--line);
  background: rgba(255, 255, 255, .035);
}

.button-disabled {
  color: #728592;
  border-color: var(--line);
  background: rgba(255, 255, 255, .025);
  cursor: not-allowed;
}

.button-disabled:hover {
  transform: none;
}

.button-small {
  min-height: 40px;
  padding: 0 14px;
}

.hero-note {
  margin: 18px 0 0;
  color: #728593;
  font-size: 11px;
}

.product-visual {
  padding: 19px;
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  background:
    linear-gradient(rgba(255, 255, 255, .025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .025) 1px, transparent 1px),
    radial-gradient(circle at 80% 6%, rgba(124, 120, 255, .12), transparent 36%),
    rgba(9, 23, 34, .74);
  background-size: 32px 32px, 32px 32px, auto, auto;
  box-shadow: var(--shadow);
}

.visual-topbar,
.visual-footer,
.match-meta,
.product-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.visual-topbar {
  padding: 2px 4px 18px;
}

.visual-logo {
  margin-right: 9px;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .08em;
}

.visual-sub {
  color: var(--muted);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .12em;
}

.visual-online {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #cbd6dd;
  font-size: 9px;
  font-weight: 900;
}

.match-card {
  padding: 24px;
  border: 1px solid var(--line-strong);
  border-radius: 23px;
  background: rgba(7, 16, 24, .88);
  box-shadow: 0 20px 60px rgba(0, 0, 0, .29);
}

.match-meta {
  color: var(--muted);
  font-size: 10px;
  font-weight: 700;
}

.teams {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 13px;
  margin: 28px 0;
}

.teams > div:not(.score) {
  display: grid;
  justify-items: center;
  gap: 8px;
  text-align: center;
}

.team-badge {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(92, 225, 230, .22);
  border-radius: 14px;
  color: var(--accent);
  background: rgba(92, 225, 230, .06);
  font-size: 13px;
  font-weight: 900;
}

.team-badge.away {
  color: #aaa8ff;
  border-color: rgba(124, 120, 255, .24);
  background: rgba(124, 120, 255, .06);
}

.teams strong {
  font-size: 11px;
}

.score {
  font-size: 31px;
  font-weight: 900;
  letter-spacing: -.04em;
}

.score span {
  color: #526673;
}

.signal-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 18px;
  border: 1px solid rgba(92, 225, 230, .16);
  border-radius: 18px;
  background: linear-gradient(115deg, rgba(92, 225, 230, .075), rgba(124, 120, 255, .055));
}

.signal-card > div:first-child {
  display: grid;
  gap: 6px;
}

.signal-label {
  color: var(--accent);
  font-size: 8px;
  font-weight: 900;
  letter-spacing: .14em;
}

.signal-card strong {
  font-size: 18px;
}

.confidence-ring {
  display: grid;
  place-items: center;
  width: 76px;
  height: 76px;
  border: 5px solid rgba(92, 225, 230, .15);
  border-top-color: var(--accent);
  border-right-color: #91eef1;
  border-radius: 50%;
}

.confidence-ring span {
  font-size: 21px;
  font-weight: 900;
}

.confidence-ring small {
  margin-top: -9px;
  color: var(--muted);
  font-size: 7px;
}

.metric-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 9px;
  margin-top: 13px;
}

.metric-grid div {
  display: grid;
  gap: 7px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 13px;
  background: rgba(255, 255, 255, .025);
}

.metric-grid span {
  color: var(--muted);
  font-size: 8px;
  font-weight: 800;
}

.metric-grid strong {
  font-size: 15px;
}

.visual-footer {
  padding: 16px 4px 1px;
  color: #708490;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .04em;
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.trust-strip div {
  display: grid;
  gap: 12px;
  padding: 27px 23px;
  border-right: 1px solid var(--line);
}

.trust-strip div:last-child {
  border-right: 0;
}

.trust-strip span {
  color: var(--accent);
  font-size: 9px;
  font-weight: 900;
}

.trust-strip strong {
  font-size: 12px;
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, .42fr) minmax(0, 1.08fr);
  gap: 23px 62px;
  margin-bottom: 50px;
}

.section-heading .eyebrow {
  grid-row: span 2;
}

.section-heading h2,
.atlas-copy h2,
.safety-card h2,
.access-card h2 {
  margin: 0;
  font-size: clamp(40px, 5.2vw, 68px);
  line-height: 1.02;
  letter-spacing: -.058em;
}

.section-heading > p:last-child {
  max-width: 680px;
  margin: 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.72;
}

.section-heading.compact {
  grid-template-columns: minmax(0, .42fr) minmax(0, 1.08fr);
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.feature-card {
  display: grid;
  align-content: start;
  gap: 22px;
  min-height: 430px;
  padding: 32px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .04), transparent 44%),
    var(--panel);
  box-shadow: var(--shadow);
}

.feature-card-large {
  grid-row: span 2;
  min-height: 882px;
  background:
    radial-gradient(circle at 90% 7%, rgba(92, 225, 230, .12), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, .045), transparent 44%),
    var(--panel);
}

.feature-number {
  color: #6f828f;
  font-size: 10px;
  font-weight: 900;
}

.feature-kicker {
  margin: 0 0 12px;
  color: var(--accent);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .16em;
}

.feature-card h3 {
  margin: 0 0 17px;
  font-size: clamp(30px, 3.8vw, 50px);
  line-height: 1.04;
  letter-spacing: -.05em;
}

.feature-card > p,
.feature-card > div > p:last-child {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.7;
}

.live-bars {
  display: flex;
  align-items: end;
  gap: 7px;
  min-height: 230px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 19px;
  background:
    linear-gradient(rgba(255, 255, 255, .025) 1px, transparent 1px);
  background-size: 100% 38px;
}

.live-bars span {
  flex: 1;
  height: var(--h);
  min-height: 16px;
  border-radius: 6px 6px 2px 2px;
  background: linear-gradient(180deg, var(--accent), rgba(124, 120, 255, .52));
  opacity: .8;
}

.feature-list,
.atlas-list {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.feature-list li,
.atlas-list li {
  position: relative;
  padding-left: 22px;
  color: #c6d2d9;
  font-size: 13px;
  line-height: 1.55;
}

.feature-list li::before,
.atlas-list li::before {
  position: absolute;
  left: 0;
  top: .55em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--accent), var(--accent-2));
  content: "";
}

.mini-panel {
  display: grid;
  gap: 9px;
  margin-top: auto;
}

.mini-panel span {
  padding: 12px 13px;
  color: #bdcad2;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: rgba(255, 255, 255, .025);
  font-size: 11px;
  font-weight: 800;
}

.notification-preview {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-top: auto;
  padding: 15px;
  border: 1px solid var(--line);
  border-radius: 15px;
  background: rgba(255, 255, 255, .028);
}

.notification-icon {
  display: grid;
  place-items: center;
  width: 39px;
  height: 39px;
  border: 1px solid rgba(92, 225, 230, .22);
  border-radius: 12px;
  color: var(--accent);
  background: rgba(92, 225, 230, .05);
}

.notification-preview div {
  display: grid;
  gap: 4px;
}

.notification-preview strong {
  font-size: 12px;
}

.notification-preview small {
  color: var(--muted);
  font-size: 9px;
}

.atlas-card {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(360px, 1.05fr);
  gap: 70px;
  padding: clamp(34px, 6vw, 70px);
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  background:
    radial-gradient(circle at 92% 8%, rgba(124, 120, 255, .14), transparent 31%),
    rgba(11, 27, 40, .72);
  box-shadow: var(--shadow);
}

.atlas-copy > p:not(.eyebrow) {
  margin: 25px 0 30px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.72;
}

.chat-preview {
  align-self: center;
  padding: 19px;
  border: 1px solid var(--line-strong);
  border-radius: 24px;
  background: rgba(7, 16, 24, .9);
  box-shadow: 0 20px 60px rgba(0, 0, 0, .3);
}

.chat-header {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 3px 3px 17px;
  border-bottom: 1px solid var(--line);
}

.atlas-avatar {
  display: grid;
  place-items: center;
  width: 43px;
  height: 43px;
  border-radius: 14px;
  color: #041114;
  background: linear-gradient(135deg, var(--accent), #9a98ff);
  font-weight: 900;
}

.chat-header > div:last-child {
  display: grid;
  gap: 4px;
}

.chat-header strong {
  font-size: 13px;
}

.chat-header small {
  color: var(--muted);
  font-size: 9px;
}

.message {
  max-width: 88%;
  margin-top: 18px;
  padding: 13px 14px;
  border-radius: 15px;
  font-size: 12px;
  line-height: 1.6;
}

.message-user {
  margin-left: auto;
  color: #d5dce2;
  background: rgba(124, 120, 255, .13);
  border: 1px solid rgba(124, 120, 255, .18);
}

.message-atlas {
  color: #cad6dd;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, .03);
}

.message-label {
  color: var(--accent);
  font-size: 8px;
  font-weight: 900;
  letter-spacing: .14em;
}

.message-atlas p {
  margin: 7px 0 0;
}

.chat-suggestions {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 17px;
}

.chat-suggestions span {
  padding: 8px 10px;
  color: var(--muted);
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 8px;
  font-weight: 800;
}

.process {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.process-step {
  min-height: 320px;
  padding: 31px 25px;
  border-right: 1px solid var(--line);
}

.process-step:last-child {
  border-right: 0;
}

.process-step > span {
  color: var(--accent);
  font-size: 9px;
  font-weight: 900;
}

.process-step > div {
  margin-top: 100px;
}

.process-step h3 {
  margin: 0 0 14px;
  font-size: 24px;
  letter-spacing: -.04em;
}

.process-step p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.68;
}

.safety-card {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(300px, .92fr);
  gap: 70px;
  padding: clamp(34px, 6vw, 70px);
  border: 1px solid rgba(255, 199, 109, .18);
  border-radius: var(--radius-xl);
  background:
    radial-gradient(circle at 84% 8%, rgba(255, 199, 109, .09), transparent 32%),
    rgba(24, 26, 28, .58);
}

.safety-copy {
  display: grid;
  align-content: end;
  gap: 18px;
}

.safety-copy p {
  margin: 0;
  color: #b8c3ca;
  font-size: 16px;
  line-height: 1.72;
}

.access-card {
  padding: clamp(36px, 7vw, 78px);
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  background:
    radial-gradient(circle at 88% 10%, rgba(92, 225, 230, .12), transparent 33%),
    rgba(11, 27, 40, .72);
  box-shadow: var(--shadow);
}

.access-label {
  display: inline-flex;
  margin-bottom: 23px;
  padding: 7px 10px;
  color: var(--accent);
  border: 1px solid rgba(92, 225, 230, .22);
  border-radius: 999px;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .12em;
}

.access-card > p {
  max-width: 760px;
  margin: 25px 0 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.72;
}

.launch-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 11px;
  margin-top: 38px;
}

.launch-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 15px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(255, 255, 255, .025);
}

.launch-item span {
  display: grid;
  place-items: center;
  width: 27px;
  height: 27px;
  border-radius: 50%;
  font-weight: 900;
}

.launch-item strong {
  font-size: 12px;
}

.launch-item.complete span {
  color: #031114;
  background: var(--success);
}

.launch-item.active span {
  color: #031114;
  background: var(--accent);
}

.launch-item.waiting {
  color: #83949f;
}

.launch-item.waiting span {
  border: 1px solid var(--line-strong);
}

.access-action {
  margin-top: 30px;
}

.site-footer {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 34px;
  padding: 48px 0;
  border-top: 1px solid var(--line);
  color: var(--muted);
}

.footer-brand-block > p {
  margin: 17px 0 0;
  font-size: 12px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: start;
  gap: 17px;
}

.footer-links a {
  font-size: 12px;
  transition: color .2s ease;
}

.footer-links a:hover {
  color: var(--text);
}

.copyright {
  grid-column: 1 / -1;
  margin: 0;
  padding-top: 26px;
  border-top: 1px solid var(--line);
  font-size: 12px;
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity .65s ease, transform .65s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.legal-header {
  position: relative;
  grid-template-columns: 1fr auto auto;
}

.legal-shell {
  padding: 90px 0 120px;
}

.legal-document {
  max-width: 820px;
  margin: 0 auto;
}

.legal-document h1 {
  margin: 0 0 14px;
  font-size: clamp(48px, 7vw, 78px);
  line-height: 1;
  letter-spacing: -.06em;
}

.legal-updated {
  margin: 0 0 60px;
  color: var(--muted);
  font-size: 13px;
}

.legal-document h2 {
  margin: 46px 0 14px;
  font-size: 23px;
  letter-spacing: -.025em;
}

.legal-document p {
  color: #b2c0ca;
  font-size: 16px;
  line-height: 1.78;
}

.legal-footer {
  grid-template-columns: 1fr auto;
}

.not-found {
  display: grid;
  place-items: center;
  min-height: 72vh;
  text-align: center;
}

.not-found h1 {
  margin: 0;
  font-size: clamp(84px, 17vw, 185px);
  line-height: .9;
  letter-spacing: -.08em;
}

.not-found p {
  max-width: 520px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.6;
}

@media (max-width: 980px) {
  .site-header {
    grid-template-columns: 1fr auto auto;
  }

  .menu-button {
    display: inline-flex;
    min-height: 39px;
    padding: 0 12px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }

  .site-nav {
    position: fixed;
    top: 96px;
    right: 20px;
    left: 20px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 16px;
    border: 1px solid var(--line);
    border-radius: 18px;
    background: rgba(7, 16, 24, .985);
    box-shadow: var(--shadow);
  }

  .site-nav.is-open {
    display: flex;
  }

  .site-nav a {
    padding: 14px;
  }

  .company-link {
    display: none;
  }

  .hero {
    grid-template-columns: 1fr;
    padding-top: 86px;
  }

  .product-visual {
    width: min(100%, 650px);
    justify-self: center;
  }

  .trust-strip {
    grid-template-columns: repeat(2, 1fr);
  }

  .trust-strip div:nth-child(2) {
    border-right: 0;
  }

  .trust-strip div:nth-child(-n+2) {
    border-bottom: 1px solid var(--line);
  }

  .section-heading,
  .section-heading.compact,
  .atlas-card,
  .safety-card {
    grid-template-columns: 1fr;
  }

  .section-heading .eyebrow {
    grid-row: auto;
  }

  .feature-grid {
    grid-template-columns: 1fr;
  }

  .feature-card-large {
    grid-row: auto;
    min-height: 690px;
  }

  .process {
    grid-template-columns: repeat(2, 1fr);
  }

  .process-step:nth-child(2) {
    border-right: 0;
  }

  .process-step:nth-child(-n+2) {
    border-bottom: 1px solid var(--line);
  }
}

@media (max-width: 640px) {
  .site-shell {
    width: min(100% - 24px, var(--max-width));
  }

  .site-header {
    top: 8px;
    margin-top: 8px;
    padding: 10px;
    gap: 8px;
  }

  .brand-copy small {
    display: none;
  }

  .language-switcher button {
    min-width: 29px;
  }

  .section {
    padding: 86px 0;
  }

  .hero {
    gap: 45px;
    min-height: auto;
    padding-bottom: 80px;
  }

  .hero h1 {
    font-size: clamp(48px, 15vw, 72px);
  }

  .hero-description {
    font-size: 17px;
  }

  .hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .product-visual {
    padding: 12px;
    border-radius: 24px;
  }

  .match-card {
    padding: 17px;
  }

  .teams {
    gap: 8px;
  }

  .team-badge {
    width: 38px;
    height: 38px;
  }

  .score {
    font-size: 25px;
  }

  .signal-card {
    align-items: flex-start;
    flex-direction: column;
  }

  .confidence-ring {
    width: 68px;
    height: 68px;
  }

  .trust-strip {
    grid-template-columns: 1fr;
  }

  .trust-strip div {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .trust-strip div:last-child {
    border-bottom: 0;
  }

  .section-heading h2,
  .atlas-copy h2,
  .safety-card h2,
  .access-card h2 {
    font-size: 40px;
  }

  .feature-card {
    min-height: auto;
    padding: 24px;
  }

  .feature-card-large {
    min-height: auto;
  }

  .live-bars {
    min-height: 190px;
    padding: 17px;
  }

  .atlas-card,
  .safety-card,
  .access-card {
    padding: 25px;
  }

  .launch-grid {
    grid-template-columns: 1fr;
  }

  .process {
    grid-template-columns: 1fr;
  }

  .process-step {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .process-step:last-child {
    border-bottom: 0;
  }

  .process-step > div {
    margin-top: 48px;
  }

  .site-footer,
  .legal-footer {
    grid-template-columns: 1fr;
  }

  .footer-links {
    justify-content: flex-start;
  }

  .legal-header {
    grid-template-columns: 1fr auto;
  }

  .legal-header .language-switcher {
    grid-column: 1 / -1;
    justify-self: start;
  }
}

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

  .reveal {
    opacity: 1;
    transform: none;
  }
}
