@font-face {
  font-family: "Rajdhani";
  src: url("../fonts/Rajdhani-SemiBold.ttf") format("truetype");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: "Rajdhani";
  src: url("../fonts/Rajdhani-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

:root {
  color-scheme: dark;
  --ink: #e8f8ff;
  --muted: #9db8c7;
  --deep: #050a12;
  --navy: #071522;
  --panel: rgba(10, 27, 40, 0.86);
  --panel-solid: #0b1b29;
  --line: rgba(107, 207, 230, 0.22);
  --cyan: #69e4ff;
  --cyan-bright: #b7f5ff;
  --orange: #ff9d43;
  --danger: #ff675d;
  --violet: #a58aff;
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.35);
  --content: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  background:
    radial-gradient(circle at 20% 0%, rgba(28, 122, 161, 0.16), transparent 34rem),
    var(--deep);
  color: var(--ink);
  font-family: "Rajdhani", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1.1rem;
  line-height: 1.6;
}

body::before {
  position: fixed;
  z-index: -1;
  inset: 0;
  background-image:
    linear-gradient(rgba(105, 228, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(105, 228, 255, 0.025) 1px, transparent 1px);
  background-size: 44px 44px;
  content: "";
  mask-image: linear-gradient(to bottom, black, transparent 75%);
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: var(--cyan);
  text-underline-offset: 0.2em;
}

a:hover {
  color: var(--cyan-bright);
}

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

button,
input,
textarea,
select {
  font: inherit;
}

:focus-visible {
  outline: 3px solid var(--orange);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  z-index: 100;
  top: 12px;
  left: 12px;
  padding: 0.65rem 1rem;
  transform: translateY(-160%);
  border-radius: 2px;
  background: var(--cyan);
  color: #031018;
  font-weight: 700;
}

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

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

.site-header {
  position: sticky;
  z-index: 50;
  top: 0;
  border-bottom: 1px solid rgba(105, 228, 255, 0.12);
  background: rgba(5, 10, 18, 0.82);
  backdrop-filter: blur(18px);
}

.nav {
  display: flex;
  min-height: 76px;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.brand {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  gap: 0.75rem;
  color: var(--ink);
  text-decoration: none;
}

.brand-mark {
  width: 46px;
  height: 46px;
  flex: 0 0 46px;
  aspect-ratio: 1;
  border: 1px solid rgba(105, 228, 255, 0.36);
  border-radius: 10px;
  box-shadow: 0 0 24px rgba(105, 228, 255, 0.15);
  object-fit: cover;
}

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

.brand-name {
  display: block;
  letter-spacing: 0.12em;
  font-size: 1.18rem;
  font-weight: 700;
}

.brand-tag {
  display: block;
  margin-top: 0.3rem;
  color: var(--muted);
  font-size: 0.74rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.nav-actions,
.nav-links {
  display: flex;
  align-items: center;
  gap: 0.55rem;
}

.nav-links a,
.lang-toggle,
.menu-toggle {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  border: 0;
  background: transparent;
  color: var(--muted);
  cursor: pointer;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-decoration: none;
}

.nav-links a {
  padding: 0.55rem 0.75rem;
}

.nav-links a:hover,
.nav-links a[aria-current="page"] {
  color: var(--cyan-bright);
}

.lang-toggle {
  min-width: 50px;
  padding: 0.45rem 0.65rem;
  border: 1px solid var(--line);
  border-radius: 2px;
}

.lang-toggle:hover {
  border-color: rgba(105, 228, 255, 0.6);
  color: var(--cyan-bright);
}

.menu-toggle {
  display: none;
  width: 46px;
  flex-direction: column;
  gap: 5px;
}

.menu-toggle span {
  width: 22px;
  height: 2px;
  background: currentColor;
  transition: transform 160ms ease, opacity 160ms ease;
}

.hero {
  position: relative;
  min-height: min(780px, calc(100svh - 76px));
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  isolation: isolate;
}

.hero::before {
  position: absolute;
  z-index: -3;
  inset: 0;
  background: url("../images/earth-command.webp") center 42% / cover no-repeat;
  content: "";
  filter: saturate(0.9) contrast(1.05);
}

.hero::after {
  position: absolute;
  z-index: -2;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(4, 10, 18, 0.97) 0%, rgba(4, 10, 18, 0.82) 38%, rgba(4, 10, 18, 0.22) 70%, rgba(4, 10, 18, 0.54) 100%),
    linear-gradient(0deg, var(--deep), transparent 45%);
  content: "";
}

.hero-grid {
  display: grid;
  min-height: inherit;
  grid-template-columns: minmax(0, 0.94fr) minmax(360px, 0.76fr);
  align-items: center;
  gap: clamp(2rem, 7vw, 7rem);
  padding-block: 5rem 6rem;
}

.hero-visual {
  position: relative;
  min-height: 590px;
}

.command-console {
  position: absolute;
  z-index: 4;
  top: 2%;
  right: 0;
  width: min(82%, 390px);
  padding: 0.9rem;
  border: 1px solid rgba(105, 228, 255, 0.42);
  background: linear-gradient(155deg, rgba(12, 34, 50, 0.96), rgba(4, 12, 20, 0.92));
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.48), inset 0 0 45px rgba(105, 228, 255, 0.05);
  clip-path: polygon(18px 0, 100% 0, 100% calc(100% - 18px), calc(100% - 18px) 100%, 0 100%, 0 18px);
}

.console-topline {
  display: flex;
  justify-content: space-between;
  color: rgba(183, 245, 255, 0.72);
  font-size: 0.68rem;
  letter-spacing: 0.15em;
}

.console-topline span:nth-child(3),
.console-topline span:nth-child(4) {
  color: var(--orange);
}

.app-emblem {
  width: min(78%, 275px);
  margin: 0.9rem auto;
  overflow: hidden;
  border: 1px solid rgba(105, 228, 255, 0.24);
  border-radius: 22%;
  box-shadow: 0 0 44px rgba(105, 228, 255, 0.2);
}

.app-emblem img {
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  object-fit: cover;
}

.console-readout {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.4rem;
}

.console-readout span {
  display: grid;
  min-width: 0;
  padding: 0.55rem 0.25rem;
  border-top: 1px solid var(--line);
  text-align: center;
}

.console-readout strong {
  color: var(--cyan-bright);
  font-size: 1.35rem;
  line-height: 1;
}

.console-readout small {
  margin-top: 0.35rem;
  color: var(--muted);
  font-size: 0.65rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  color: var(--cyan);
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.eyebrow::before {
  width: 30px;
  height: 2px;
  background: var(--cyan);
  box-shadow: 0 0 12px var(--cyan);
  content: "";
}

h1,
h2,
h3 {
  margin: 0;
  line-height: 1.02;
  text-wrap: balance;
}

h1 {
  max-width: 760px;
  margin-top: 1rem;
  font-size: clamp(3.7rem, 9vw, 7.8rem);
  letter-spacing: 0.035em;
  text-transform: uppercase;
}

h1 .accent {
  display: block;
  color: var(--cyan-bright);
  text-shadow: 0 0 34px rgba(105, 228, 255, 0.35);
}

.hero-lead {
  max-width: 640px;
  margin: 1.5rem 0 0;
  color: #c5dae4;
  font-size: clamp(1.18rem, 2vw, 1.48rem);
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 2rem;
}

.button {
  position: relative;
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 0.72rem 1.25rem;
  clip-path: polygon(9px 0, 100% 0, 100% calc(100% - 9px), calc(100% - 9px) 100%, 0 100%, 0 9px);
  background: var(--cyan);
  color: #031018;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform 160ms ease, filter 160ms ease;
}

.button:hover {
  color: #031018;
  filter: brightness(1.14);
  transform: translateY(-2px);
}

.button.secondary {
  box-shadow: inset 0 0 0 1px rgba(105, 228, 255, 0.45);
  background: rgba(7, 21, 34, 0.82);
  color: var(--cyan-bright);
}

.button.secondary:hover {
  color: white;
}

.availability {
  display: flex;
  margin-top: 1.4rem;
  align-items: center;
  gap: 0.65rem;
  color: var(--muted);
  font-size: 0.95rem;
}

.pulse-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--orange);
  box-shadow: 0 0 12px var(--orange);
}

.tactical-board {
  position: relative;
  min-height: 360px;
  border: 1px solid rgba(105, 228, 255, 0.24);
  background:
    linear-gradient(145deg, rgba(7, 21, 34, 0.32), rgba(5, 10, 18, 0.84)),
    url("../images/earth-surface.webp") center / cover;
  box-shadow: var(--shadow), inset 0 0 80px rgba(105, 228, 255, 0.06);
  clip-path: polygon(28px 0, 100% 0, 100% calc(100% - 28px), calc(100% - 28px) 100%, 0 100%, 0 28px);
}

.hero-visual .tactical-board {
  position: absolute;
  right: 12%;
  bottom: 1%;
  left: 0;
}

.tactical-board::after {
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(105, 228, 255, 0.14);
  content: "";
  pointer-events: none;
}

.route-line {
  position: absolute;
  z-index: 1;
  height: 2px;
  transform-origin: left center;
  background: linear-gradient(90deg, rgba(105, 228, 255, 0.16), var(--cyan), rgba(105, 228, 255, 0.18));
  box-shadow: 0 0 12px rgba(105, 228, 255, 0.55);
}

.route-a { width: 42%; left: 29%; top: 69%; transform: rotate(-41deg); }
.route-b { width: 33%; left: 48%; top: 45%; transform: rotate(30deg); background: linear-gradient(90deg, rgba(105, 228, 255, 0.18), var(--danger)); }
.route-c { width: 32%; left: 24%; top: 35%; transform: rotate(48deg); }

.station {
  position: absolute;
  z-index: 2;
  width: clamp(72px, 22%, 118px);
  filter: drop-shadow(0 0 18px rgba(105, 228, 255, 0.26));
}

.station.one { left: 12%; bottom: 9%; }
.station.two { left: 42%; top: 29%; }
.station.three { right: 8%; top: 12%; filter: drop-shadow(0 0 18px rgba(255, 103, 93, 0.27)); }
.station.four { left: 12%; top: 13%; opacity: 0.75; }

.board-label {
  position: absolute;
  z-index: 3;
  right: 24px;
  bottom: 22px;
  color: rgba(232, 248, 255, 0.74);
  font-size: 0.78rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.signal-strip {
  border-bottom: 1px solid var(--line);
  background: rgba(7, 21, 34, 0.76);
}

.signal-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.signal-grid > span {
  display: grid;
  min-height: 108px;
  align-content: center;
  padding: 1.15rem 1.5rem;
  border-left: 1px solid var(--line);
}

.signal-grid > span:last-child {
  border-right: 1px solid var(--line);
}

.signal-grid strong {
  color: var(--cyan-bright);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.signal-grid small {
  margin-top: 0.2rem;
  color: var(--muted);
  font-size: 0.84rem;
}

.section {
  padding-block: clamp(5rem, 9vw, 8rem);
}

.section.compact {
  padding-block: 3.5rem;
}

.section-header {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(280px, 1.2fr);
  align-items: end;
  gap: 2rem;
  margin-bottom: 3rem;
}

.section-header h2,
.content-hero h1 {
  margin-top: 0.75rem;
  font-size: clamp(2.7rem, 6vw, 5rem);
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.section-header p {
  margin: 0;
  color: var(--muted);
  font-size: 1.2rem;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

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

.feature-grid-four .feature-card:nth-child(4)::before {
  background: var(--danger);
  box-shadow: 0 0 18px var(--danger);
}

.feature-card,
.legal-card,
.support-card {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  background: linear-gradient(145deg, rgba(12, 34, 50, 0.78), rgba(7, 18, 29, 0.82));
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.025);
  clip-path: polygon(16px 0, 100% 0, 100% calc(100% - 16px), calc(100% - 16px) 100%, 0 100%, 0 16px);
}

.feature-card {
  min-height: 310px;
  padding: 2rem;
}

.feature-card::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 42%;
  height: 2px;
  background: var(--cyan);
  box-shadow: 0 0 18px var(--cyan);
  content: "";
}

.feature-card:nth-child(2)::before { background: var(--orange); box-shadow: 0 0 18px var(--orange); }
.feature-card:nth-child(3)::before { background: var(--violet); box-shadow: 0 0 18px var(--violet); }

.card-index {
  color: rgba(105, 228, 255, 0.7);
  font-size: 0.84rem;
  letter-spacing: 0.16em;
}

.feature-card h3,
.support-card h2,
.support-card h3,
.legal-card h2,
.legal-card h3 {
  margin-top: 1.7rem;
  font-size: 1.55rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.feature-card p,
.support-card p,
.support-card li,
.legal-card p,
.legal-card li {
  color: var(--muted);
}

.journey {
  position: relative;
  overflow: hidden;
  border-block: 1px solid var(--line);
  background:
    linear-gradient(90deg, rgba(5, 10, 18, 0.98) 0%, rgba(5, 10, 18, 0.82) 54%, rgba(5, 10, 18, 0.5) 100%),
    url("../images/road-to-earth.webp") center 54% / cover no-repeat;
}

.journey-grid {
  display: grid;
  min-height: 620px;
  grid-template-columns: minmax(0, 0.72fr) minmax(280px, 0.48fr);
  align-items: center;
  gap: 4rem;
}

.journey h2 {
  margin-top: 0.8rem;
  font-size: clamp(3.4rem, 7vw, 6.6rem);
  letter-spacing: 0.035em;
  text-transform: uppercase;
}

.journey p {
  max-width: 620px;
  color: #c3d8e2;
  font-size: 1.2rem;
}

.league-section {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background:
    radial-gradient(circle at 22% 50%, rgba(165, 138, 255, 0.16), transparent 27rem),
    linear-gradient(180deg, rgba(11, 27, 41, 0.5), transparent);
}

.league-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1fr);
  align-items: center;
  gap: clamp(3rem, 8vw, 8rem);
}

.league-grid h2 {
  margin-top: 0.75rem;
  font-size: clamp(3.2rem, 7vw, 6rem);
  letter-spacing: 0.035em;
  text-transform: uppercase;
}

.league-grid p {
  max-width: 680px;
  color: #c3d8e2;
  font-size: 1.2rem;
}

.league-art {
  position: relative;
  display: grid;
  min-height: 410px;
  place-items: center;
}

.league-art::before {
  position: absolute;
  width: 70%;
  aspect-ratio: 1;
  border: 1px solid rgba(165, 138, 255, 0.34);
  border-radius: 50%;
  box-shadow: inset 0 0 80px rgba(165, 138, 255, 0.08), 0 0 55px rgba(105, 228, 255, 0.08);
  content: "";
}

.league-art img {
  position: relative;
  z-index: 2;
  width: 52%;
  height: auto;
  aspect-ratio: 1;
  object-fit: contain;
  filter: drop-shadow(0 0 30px rgba(165, 138, 255, 0.36));
}

.orbit {
  position: absolute;
  width: 88%;
  height: 36%;
  border: 1px solid rgba(105, 228, 255, 0.2);
  border-radius: 50%;
  transform: rotate(18deg);
}

.orbit-two {
  transform: rotate(-32deg);
  border-color: rgba(255, 157, 67, 0.22);
}

.league-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 1.5rem;
}

.league-pills span {
  padding: 0.38rem 0.7rem;
  border: 1px solid rgba(165, 138, 255, 0.36);
  background: rgba(165, 138, 255, 0.08);
  color: #ddd6ff;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.stat-stack {
  display: grid;
  gap: 0.8rem;
}

.stat {
  display: flex;
  min-height: 92px;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1.3rem;
  border: 1px solid var(--line);
  background: rgba(5, 15, 24, 0.76);
  clip-path: polygon(12px 0, 100% 0, 100% calc(100% - 12px), calc(100% - 12px) 100%, 0 100%, 0 12px);
}

.stat strong {
  color: var(--cyan-bright);
  font-size: 2rem;
}

.stat span {
  max-width: 60%;
  color: var(--muted);
  text-align: right;
  text-transform: uppercase;
}

.cta-panel {
  display: grid;
  padding: clamp(2rem, 5vw, 4rem);
  border: 1px solid rgba(105, 228, 255, 0.3);
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 2rem;
  background:
    radial-gradient(circle at 86% 50%, rgba(105, 228, 255, 0.16), transparent 24rem),
    var(--panel-solid);
  clip-path: polygon(24px 0, 100% 0, 100% calc(100% - 24px), calc(100% - 24px) 100%, 0 100%, 0 24px);
}

.cta-panel h2 {
  font-size: clamp(2.2rem, 4vw, 3.5rem);
  text-transform: uppercase;
}

.cta-panel p {
  max-width: 700px;
  margin: 0.8rem 0 0;
  color: var(--muted);
}

.cta-actions {
  display: grid;
  gap: 0.8rem;
  justify-items: stretch;
  text-align: center;
}

.text-link {
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-decoration: none;
  text-transform: uppercase;
}

.content-hero {
  padding-block: clamp(4.8rem, 9vw, 8rem) 3rem;
  border-bottom: 1px solid var(--line);
  background:
    radial-gradient(circle at 78% 20%, rgba(105, 228, 255, 0.12), transparent 26rem),
    linear-gradient(180deg, rgba(11, 27, 41, 0.74), transparent);
}

.content-hero p {
  max-width: 760px;
  margin: 1.25rem 0 0;
  color: var(--muted);
  font-size: 1.22rem;
}

.content-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem 1.4rem;
  margin-top: 1.5rem;
  color: #7fa0b1;
  font-size: 0.92rem;
  letter-spacing: 0.03em;
}

.legal-layout,
.support-grid {
  display: grid;
  grid-template-columns: minmax(190px, 0.32fr) minmax(0, 1fr);
  gap: 2rem;
}

.toc {
  position: sticky;
  top: 104px;
  align-self: start;
  padding: 1.2rem;
  border-left: 2px solid var(--line);
}

.toc strong {
  display: block;
  margin-bottom: 0.7rem;
  color: var(--cyan-bright);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.toc a {
  display: block;
  min-height: 42px;
  padding: 0.45rem 0;
  color: var(--muted);
  text-decoration: none;
}

.toc a:hover {
  color: var(--cyan-bright);
}

.legal-content,
.support-content {
  display: grid;
  gap: 1rem;
}

.legal-card,
.support-card {
  padding: clamp(1.5rem, 4vw, 2.6rem);
  scroll-margin-top: 100px;
}

.legal-card h2:first-child,
.support-card h2:first-child {
  margin-top: 0;
}

.legal-card h3,
.support-card h3 {
  margin-top: 2rem;
  font-size: 1.22rem;
}

.legal-card ul,
.support-card ul,
.legal-card ol,
.support-card ol {
  padding-left: 1.3rem;
}

.legal-card li + li,
.support-card li + li {
  margin-top: 0.55rem;
}

.notice {
  padding: 1rem 1.2rem;
  border-left: 3px solid var(--orange);
  background: rgba(255, 157, 67, 0.08);
  color: #f4d4b5;
}

.faq-list details {
  border-top: 1px solid var(--line);
}

.faq-list details:last-child {
  border-bottom: 1px solid var(--line);
}

.faq-list summary {
  min-height: 58px;
  padding: 1rem 2.4rem 1rem 0;
  color: var(--ink);
  cursor: pointer;
  font-weight: 700;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list details p {
  margin-top: 0;
  padding: 0 0 1rem;
}

.contact-block {
  padding: 1.5rem;
  border: 1px solid rgba(105, 228, 255, 0.28);
  background: rgba(105, 228, 255, 0.055);
}

.contact-email {
  display: inline-block;
  margin-top: 0.35rem;
  font-size: clamp(1.25rem, 3vw, 1.7rem);
  font-weight: 700;
}

.site-footer {
  border-top: 1px solid var(--line);
  background: #04080e;
}

.footer-grid {
  display: grid;
  padding-block: 3rem;
  grid-template-columns: minmax(240px, 1fr) auto;
  align-items: start;
  gap: 2rem;
}

.footer-copy {
  max-width: 530px;
  margin: 1rem 0 0;
  color: var(--muted);
}

.footer-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(110px, 1fr));
  gap: 0.5rem 1.4rem;
}

.footer-links a {
  min-height: 40px;
  color: var(--muted);
  text-decoration: none;
}

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

.footer-bottom {
  display: flex;
  padding-block: 1.1rem 1.5rem;
  border-top: 1px solid rgba(105, 228, 255, 0.08);
  justify-content: space-between;
  gap: 1rem;
  color: #6f8b9a;
  font-size: 0.85rem;
}

[data-copy="tr"] {
  display: none;
}

html[data-lang="tr"] [data-copy="en"] {
  display: none;
}

html[data-lang="tr"] [data-copy="tr"] {
  display: revert;
}

@media (max-width: 940px) {
  .menu-toggle {
    display: inline-flex;
  }

  .nav-links {
    position: absolute;
    top: calc(100% + 1px);
    right: 0;
    left: 0;
    display: none;
    padding: 0.7rem 20px 1.2rem;
    border-bottom: 1px solid var(--line);
    flex-direction: column;
    align-items: stretch;
    background: rgba(5, 10, 18, 0.98);
  }

  .nav-links[data-open="true"] {
    display: flex;
  }

  .nav-links a {
    justify-content: flex-start;
  }

  .hero-grid,
  .journey-grid,
  .league-grid {
    grid-template-columns: 1fr;
  }

  .hero-grid {
    padding-block: 4.5rem;
  }

  .tactical-board {
    width: min(100%, 560px);
    min-height: 440px;
  }

  .hero-visual {
    width: min(100%, 600px);
    min-height: 590px;
  }

  .journey-grid {
    padding-block: 5rem;
  }

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

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

  .signal-grid > span {
    min-height: 88px;
    border-right: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
  }

  .league-grid {
    gap: 1rem;
  }

  .league-art {
    min-height: 330px;
  }

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

  .section-header,
  .legal-layout,
  .support-grid {
    grid-template-columns: 1fr;
  }

  .toc {
    position: static;
    display: flex;
    overflow-x: auto;
    padding: 0.7rem 0;
    border-bottom: 1px solid var(--line);
    border-left: 0;
    gap: 1rem;
  }

  .toc strong {
    display: none;
  }

  .toc a {
    flex: 0 0 auto;
  }
}

@media (max-width: 680px) {
  body {
    font-size: 1rem;
  }

  .shell {
    width: min(calc(100% - 28px), var(--content));
  }

  .nav {
    min-height: 68px;
  }

  .brand-mark {
    width: 42px;
    height: 42px;
    flex-basis: 42px;
  }

  .brand-tag {
    display: none;
  }

  h1 {
    font-size: clamp(3.2rem, 18vw, 5rem);
  }

  .hero::after {
    background: linear-gradient(90deg, rgba(4, 10, 18, 0.94), rgba(4, 10, 18, 0.54)), linear-gradient(0deg, var(--deep), transparent 55%);
  }

  .tactical-board {
    min-height: 390px;
  }

  .hero-visual {
    min-height: 520px;
  }

  .command-console {
    width: min(88%, 350px);
  }

  .hero-visual .tactical-board {
    right: 5%;
    min-height: 320px;
  }

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

  .section-header {
    align-items: start;
  }

  .cta-panel,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .cta-panel .button {
    width: 100%;
  }

  .footer-bottom {
    flex-direction: column;
  }
}

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

@media print {
  .site-header,
  .site-footer,
  .toc,
  .button-row {
    display: none !important;
  }

  body {
    background: white;
    color: black;
    font-family: system-ui, sans-serif;
    font-size: 11pt;
  }

  .content-hero,
  .section {
    padding: 1rem 0;
  }

  .legal-layout {
    display: block;
  }

  .legal-card,
  .support-card {
    border: 0;
    background: transparent;
    color: black;
    clip-path: none;
    break-inside: avoid;
  }

  .legal-card p,
  .legal-card li,
  .support-card p,
  .support-card li {
    color: #222;
  }
}
