@import url("https://fonts.googleapis.com/css2?family=Rajdhani:wght@500;600;700&family=Space+Grotesk:wght@400;500;600;700&display=swap");

:root {
  color-scheme: dark;
  --bg: #050915;
  --ink: #f4fbff;
  --muted: #a9bed8;
  --cyan: #33d7ff;
  --blue: #2478ff;
  --violet: #9a66ff;
  --magenta: #ff5bd8;
  --line: rgba(112, 221, 255, 0.25);
  --panel: rgba(5, 15, 33, 0.68);
  --panel-strong: rgba(6, 20, 43, 0.86);
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.45);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  color: var(--ink);
  background: var(--bg);
  font-family: "Space Grotesk", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

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

.shell {
  min-height: 100vh;
  overflow: hidden;
}

.hero {
  position: relative;
  min-height: 92vh;
  display: flex;
  flex-direction: column;
  padding: 24px clamp(18px, 4vw, 72px) 56px;
  isolation: isolate;
}

.hero::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  background:
    linear-gradient(90deg, rgba(5, 9, 21, 0.88) 0%, rgba(5, 9, 21, 0.35) 48%, rgba(5, 9, 21, 0.66) 100%),
    linear-gradient(180deg, rgba(5, 9, 21, 0.12) 0%, #050915 100%);
}

.hero__backdrop {
  position: absolute;
  inset: 0;
  z-index: -2;
  background-image: url("/assets/metaacademy-hero-optimized.jpg");
  background-position: center;
  background-size: cover;
  transform: scale(1.01);
  will-change: auto;
}

.grid-scan {
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0.18;
  background-image:
    linear-gradient(rgba(51, 215, 255, 0.12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(51, 215, 255, 0.10) 1px, transparent 1px);
  background-size: 96px 96px;
  mask-image: linear-gradient(to bottom, transparent 0%, black 18%, transparent 92%);
}

.orbital {
  position: absolute;
  border: 1px solid rgba(51, 215, 255, 0.34);
  border-radius: 999px;
  pointer-events: none;
  opacity: 0.22;
  box-shadow: inset 0 0 18px rgba(51, 215, 255, 0.05);
}

.orbital--one {
  width: 38vw;
  aspect-ratio: 1;
  right: 12vw;
  top: 15vh;
}

.orbital--two {
  width: 18vw;
  aspect-ratio: 1;
  left: 8vw;
  bottom: 16vh;
}

.topbar {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.brand,
.topbar__link {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(3, 10, 23, 0.42);
  box-shadow: 0 14px 38px rgba(0, 0, 0, 0.18);
}

.brand {
  gap: 10px;
  padding: 8px 16px 8px 8px;
  border-radius: 999px;
  font-weight: 800;
  letter-spacing: 0;
}

.brand__logo {
  width: 38px;
  height: 38px;
  object-fit: cover;
  object-position: center;
  border: 1px solid rgba(255, 213, 105, 0.58);
  border-radius: 50%;
  box-shadow: 0 0 18px rgba(255, 191, 73, 0.34);
}

.topbar__link {
  padding: 0 18px;
  border-radius: 999px;
  color: var(--muted);
  transition: transform 180ms ease, border-color 180ms ease, color 180ms ease;
}

.topbar__link:hover {
  color: var(--ink);
  border-color: rgba(51, 215, 255, 0.48);
  transform: translateY(-2px);
}

.hero__content {
  width: min(1020px, 100%);
  margin-inline: auto;
  margin-top: auto;
  padding: 12vh 0 0;
  text-align: center;
}

.hero__kicker {
  width: min(760px, 100%);
  margin-inline: auto;
  text-align: left;
}

.kicker {
  margin: 0 0 14px;
  color: var(--cyan);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

h1,
h2,
p {
  margin-top: 0;
}

h1 {
  position: relative;
  max-width: 920px;
  margin-inline: auto;
  margin-bottom: 18px;
  font-size: clamp(3rem, 8vw, 7.4rem);
  line-height: 0.92;
  letter-spacing: 0;
  font-family: "Rajdhani", "Space Grotesk", ui-sans-serif, system-ui, sans-serif;
  font-weight: 700;
  text-wrap: balance;
  text-shadow: 0 0 34px rgba(51, 215, 255, 0.28);
}

.gold-title {
  color: transparent;
  background:
    linear-gradient(180deg, #f4fbff 0%, #dff3ff 58%, #a7dfff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  filter: drop-shadow(0 0 18px rgba(51, 215, 255, 0.20));
}

.gold-title::after {
  position: absolute;
  inset: 0;
  content: attr(data-title);
  color: transparent;
  pointer-events: none;
  background:
    linear-gradient(110deg, transparent 0%, transparent 34%, rgba(255, 209, 92, 0.1) 40%, #ffeeb7 47%, #d89c22 51%, rgba(255, 236, 170, 0.82) 56%, transparent 64%, transparent 100%);
  background-size: 220% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  filter: drop-shadow(0 0 14px rgba(255, 196, 67, 0.55));
  animation: goldenTitleSweep 3.8s ease-in-out infinite;
}

.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;
}

.hero__copy {
  max-width: 680px;
  margin-inline: auto;
  color: var(--muted);
  font-size: clamp(1rem, 2vw, 1.24rem);
  line-height: 1.6;
}

.hero__crest-wrap {
  display: flex;
  justify-content: center;
  margin: 12px 0 24px;
}

.hero__crest {
  width: min(100%, 460px);
  height: auto;
  display: block;
  filter: drop-shadow(0 24px 48px rgba(0, 0, 0, 0.45));
}

.hero__detail {
  max-width: 780px;
  margin-inline: auto;
  color: #dceeff;
  font-size: clamp(0.98rem, 1.6vw, 1.12rem);
  line-height: 1.65;
}

.hero__closing {
  max-width: 760px;
  margin: 16px auto 0;
  color: var(--ink);
  font-size: clamp(1rem, 1.7vw, 1.18rem);
  font-weight: 700;
  line-height: 1.5;
  text-shadow: 0 0 18px rgba(255, 191, 73, 0.18);
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 28px;
}

.hero-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 22px;
  overflow: hidden;
  border: 1px solid rgba(112, 221, 255, 0.28);
  border-radius: 8px;
  color: var(--ink);
  background: rgba(3, 10, 23, 0.50);
  box-shadow: 0 14px 38px rgba(0, 0, 0, 0.20);
  font-weight: 900;
  transition: transform 180ms ease, border-color 180ms ease, filter 180ms ease;
}

.hero-button--primary {
  border-color: rgba(255, 213, 105, 0.62);
  color: #07101b;
  background: linear-gradient(135deg, #ffeeb7, #d89c22);
}

.hero-button:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 213, 105, 0.70);
  filter: brightness(1.08);
}

.access-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  width: min(1080px, 100%);
  margin-inline: auto;
  margin-top: 38px;
  text-align: left;
}

.access-card,
.ask-panel,
.knowledge__intro {
  border: 1px solid var(--line);
  background: linear-gradient(145deg, rgba(10, 27, 55, 0.72), rgba(8, 13, 30, 0.52));
  box-shadow: var(--shadow);
}

.access-card {
  position: relative;
  display: grid;
  min-height: 190px;
  align-content: end;
  overflow: hidden;
  padding: 22px;
  border-radius: 8px;
  transition: transform 220ms ease, border-color 220ms ease, background 220ms ease;
}

.access-card--players {
  border-color: rgba(51, 215, 255, 0.38);
  background:
    linear-gradient(180deg, rgba(5, 12, 29, 0.20), rgba(5, 12, 29, 0.88)),
    url("/assets/player-explore-optimized.jpg") center / cover,
    radial-gradient(circle at 14% 12%, rgba(51, 215, 255, 0.20), transparent 34%),
    linear-gradient(145deg, rgba(7, 40, 72, 0.78), rgba(5, 12, 29, 0.62));
}

.access-card--masters {
  border-color: rgba(154, 102, 255, 0.42);
  background:
    linear-gradient(180deg, rgba(6, 12, 31, 0.35), rgba(6, 12, 31, 0.90)),
    url("/assets/player-strategy-optimized.jpg") center / cover,
    radial-gradient(circle at 18% 10%, rgba(154, 102, 255, 0.22), transparent 35%),
    linear-gradient(145deg, rgba(34, 20, 74, 0.76), rgba(6, 12, 31, 0.62));
}

.access-card--market {
  border-color: rgba(255, 91, 216, 0.40);
  background:
    linear-gradient(180deg, rgba(7, 12, 31, 0.35), rgba(7, 12, 31, 0.90)),
    url("/assets/player-inventory-optimized.jpg") center / cover,
    radial-gradient(circle at 16% 12%, rgba(255, 91, 216, 0.20), transparent 34%),
    linear-gradient(145deg, rgba(66, 17, 62, 0.72), rgba(7, 12, 31, 0.62));
}

.access-card::before {
  position: absolute;
  inset: -1px;
  content: "";
  background: linear-gradient(120deg, transparent 0%, rgba(51, 215, 255, 0.28) 45%, rgba(255, 91, 216, 0.2) 55%, transparent 100%);
  opacity: 0;
  transform: translateX(-45%);
  transition: opacity 220ms ease;
}

.access-card:hover {
  transform: translateY(-8px);
  border-color: rgba(51, 215, 255, 0.64);
  background: linear-gradient(145deg, rgba(20, 54, 98, 0.78), rgba(13, 18, 39, 0.62));
}

.access-card--players:hover {
  border-color: rgba(51, 215, 255, 0.74);
  background:
    linear-gradient(180deg, rgba(5, 12, 29, 0.10), rgba(5, 12, 29, 0.82)),
    url("/assets/player-explore-optimized.jpg") center / cover,
    radial-gradient(circle at 14% 12%, rgba(51, 215, 255, 0.28), transparent 36%),
    linear-gradient(145deg, rgba(9, 55, 96, 0.84), rgba(5, 12, 29, 0.66));
}

.access-card--masters:hover {
  border-color: rgba(154, 102, 255, 0.78);
  background:
    linear-gradient(180deg, rgba(6, 12, 31, 0.22), rgba(6, 12, 31, 0.84)),
    url("/assets/player-strategy-optimized.jpg") center / cover,
    radial-gradient(circle at 18% 10%, rgba(154, 102, 255, 0.30), transparent 36%),
    linear-gradient(145deg, rgba(45, 26, 92, 0.84), rgba(6, 12, 31, 0.66));
}

.access-card--market:hover {
  border-color: rgba(255, 91, 216, 0.76);
  background:
    linear-gradient(180deg, rgba(7, 12, 31, 0.22), rgba(7, 12, 31, 0.84)),
    url("/assets/player-inventory-optimized.jpg") center / cover,
    radial-gradient(circle at 16% 12%, rgba(255, 91, 216, 0.28), transparent 36%),
    linear-gradient(145deg, rgba(82, 21, 74, 0.82), rgba(7, 12, 31, 0.66));
}

.access-card:hover::before {
  opacity: 1;
  animation: sheen 950ms ease forwards;
}

.access-card__icon,
.access-card__title,
.access-card__text {
  position: relative;
}

.access-card__icon {
  color: var(--magenta);
  font-weight: 900;
}

.access-card__title {
  margin-top: 18px;
  font-size: 1.25rem;
  font-weight: 900;
  font-family: "Rajdhani", "Space Grotesk", ui-sans-serif, system-ui, sans-serif;
  letter-spacing: 0.02em;
}

.access-card__text {
  margin-top: 10px;
  color: var(--muted);
  line-height: 1.45;
}

.video-lab,
.knowledge {
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
}

.knowledge__intro p {
  color: var(--muted);
  line-height: 1.65;
}

.training-card__eyebrow {
  color: var(--cyan);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.video-lab {
  padding: 30px 0 28px;
}

.video-lab__header {
  display: grid;
  grid-template-columns: minmax(240px, 0.72fr) minmax(280px, 1fr);
  gap: 20px;
  align-items: end;
  margin-bottom: 18px;
}

.video-lab__header h2 {
  margin-bottom: 0;
  font-size: clamp(2.2rem, 5vw, 4.8rem);
  line-height: 0.95;
  font-family: "Rajdhani", "Space Grotesk", ui-sans-serif, system-ui, sans-serif;
}

.video-lab__header p:last-child {
  margin-bottom: 6px;
  color: var(--muted);
  line-height: 1.65;
}

.video-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.video-card {
  overflow: hidden;
  border: 1px solid rgba(112, 221, 255, 0.28);
  border-radius: 8px;
  background:
    radial-gradient(circle at 15% 12%, rgba(51, 215, 255, 0.14), transparent 34%),
    linear-gradient(145deg, rgba(10, 27, 55, 0.72), rgba(8, 13, 30, 0.52));
  box-shadow: var(--shadow);
  transition: transform 200ms ease, border-color 200ms ease, box-shadow 200ms ease;
}

.video-card:hover {
  transform: translateY(-6px);
  border-color: rgba(51, 215, 255, 0.62);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.5), 0 0 34px rgba(51, 215, 255, 0.12);
}

.video-card--accent {
  border-color: rgba(154, 102, 255, 0.36);
  background:
    radial-gradient(circle at 18% 10%, rgba(154, 102, 255, 0.18), transparent 36%),
    linear-gradient(145deg, rgba(26, 20, 64, 0.76), rgba(8, 13, 30, 0.52));
}

.video-frame {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(51, 215, 255, 0.18), rgba(154, 102, 255, 0.14)),
    rgba(0, 0, 0, 0.36);
}

.video-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.video-card__body {
  padding: 20px;
}

.video-card__body span {
  color: var(--magenta);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.video-card__body h3 {
  margin: 10px 0 10px;
  font-family: "Rajdhani", "Space Grotesk", ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(1.45rem, 2vw, 1.9rem);
  line-height: 1.05;
}

.video-card__body p {
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.55;
}

.knowledge {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  padding: 26px 0 70px;
  content-visibility: auto;
  contain-intrinsic-size: 1100px;
}

.knowledge__intro,
.ask-panel,
.answer {
  border-radius: 8px;
}

.knowledge__intro {
  position: relative;
  overflow: hidden;
  padding: clamp(28px, 4vw, 46px);
}

.knowledge__intro::after {
  position: absolute;
  inset: auto 28px -60px auto;
  width: min(380px, 46vw);
  aspect-ratio: 1;
  content: "";
  border: 1px solid rgba(51, 215, 255, 0.22);
  border-radius: 50%;
  box-shadow: inset 0 0 44px rgba(51, 215, 255, 0.08);
  opacity: 0.5;
}

.knowledge__intro h2 {
  max-width: 760px;
  margin-bottom: 14px;
  font-size: clamp(2rem, 4vw, 4rem);
  line-height: 1;
}

.knowledge__intro > p,
.knowledge__intro .stats {
  max-width: 860px;
}

.knowledge__trust {
  max-width: 900px;
  margin: 4px auto 0;
  color: var(--muted);
  line-height: 1.65;
  text-align: center;
}

.stats {
  margin-top: 28px;
  color: var(--ink);
  line-height: 1.7;
}

.ask-panel {
  padding: clamp(22px, 3vw, 34px);
  background:
    linear-gradient(135deg, rgba(51, 215, 255, 0.09), transparent 44%),
    linear-gradient(145deg, rgba(10, 27, 55, 0.72), rgba(8, 13, 30, 0.52));
}

label {
  display: block;
  margin-bottom: 10px;
  color: var(--cyan);
  font-weight: 900;
}

textarea {
  width: 100%;
  min-height: 148px;
  resize: vertical;
  padding: 16px;
  border: 1px solid rgba(51, 215, 255, 0.28);
  border-radius: 8px;
  color: var(--ink);
  background: rgba(0, 0, 0, 0.24);
  font: inherit;
  line-height: 1.5;
  outline: none;
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

textarea:focus {
  border-color: rgba(51, 215, 255, 0.82);
  box-shadow: 0 0 0 4px rgba(51, 215, 255, 0.12);
}

.question-examples {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 16px;
}

.question-examples span {
  padding: 12px 14px;
  border: 1px solid rgba(112, 221, 255, 0.18);
  border-radius: 8px;
  color: var(--muted);
  background: rgba(255, 255, 255, 0.045);
  line-height: 1.45;
}

.pulse-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 320px;
  min-height: 54px;
  margin-top: 14px;
  overflow: hidden;
  border: 1px solid rgba(51, 215, 255, 0.62);
  border-radius: 8px;
  color: #04101c;
  background: linear-gradient(135deg, var(--cyan), var(--violet));
  cursor: pointer;
  font: inherit;
  font-weight: 900;
  transition: transform 180ms ease, filter 180ms ease;
}

.pulse-button::before {
  position: absolute;
  inset: -30%;
  content: "";
  background: conic-gradient(from 90deg, transparent, rgba(255, 255, 255, 0.78), transparent 34%);
  opacity: 0.55;
}

.pulse-button span {
  position: relative;
  z-index: 1;
}

.pulse-button:hover {
  filter: brightness(1.1);
  transform: translateY(-2px);
}

.answer {
  min-height: 260px;
  padding: clamp(24px, 3vw, 38px);
  border: 1px solid var(--line);
  background:
    radial-gradient(circle at 88% 10%, rgba(154, 102, 255, 0.14), transparent 34%),
    linear-gradient(145deg, rgba(10, 27, 55, 0.72), rgba(8, 13, 30, 0.52));
  box-shadow: var(--shadow);
}

.answer__status {
  color: var(--cyan);
  font-weight: 900;
}

.answer__body {
  margin-top: 18px;
  color: #dceeff;
  white-space: pre-line;
  line-height: 1.65;
}

.sources {
  display: grid;
  gap: 10px;
  margin-top: 20px;
}

.source {
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.045);
}

.source strong {
  display: block;
  margin-bottom: 4px;
}

.source span {
  color: var(--muted);
  font-size: 0.9rem;
}

.source p {
  margin: 10px 0 0;
  color: #dceeff;
  line-height: 1.5;
}

.player-page {
  min-height: 100vh;
  background:
    radial-gradient(circle at 16% 12%, rgba(51, 215, 255, 0.14), transparent 30%),
    radial-gradient(circle at 84% 28%, rgba(154, 102, 255, 0.16), transparent 32%),
    #050915;
}

.master-page {
  min-height: 100vh;
  background:
    radial-gradient(circle at 18% 8%, rgba(154, 102, 255, 0.18), transparent 30%),
    radial-gradient(circle at 82% 20%, rgba(51, 215, 255, 0.13), transparent 34%),
    radial-gradient(circle at 50% 88%, rgba(255, 91, 216, 0.10), transparent 34%),
    #050915;
}

.market-page {
  min-height: 100vh;
  background:
    radial-gradient(circle at 20% 10%, rgba(255, 91, 216, 0.16), transparent 30%),
    radial-gradient(circle at 78% 18%, rgba(51, 215, 255, 0.15), transparent 34%),
    radial-gradient(circle at 48% 86%, rgba(36, 120, 255, 0.12), transparent 34%),
    #050915;
}

.player-hero,
.master-hero,
.market-hero {
  position: relative;
  min-height: 58vh;
  display: flex;
  flex-direction: column;
  padding: 24px clamp(18px, 4vw, 72px) 54px;
  overflow: hidden;
  isolation: isolate;
}

.player-hero::after,
.master-hero::after,
.market-hero::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  background:
    linear-gradient(180deg, rgba(5, 9, 21, 0.34), #050915 100%),
    linear-gradient(90deg, rgba(5, 9, 21, 0.82), rgba(5, 9, 21, 0.32));
}

.master-hero {
  min-height: 68vh;
}

.market-hero {
  min-height: 54vh;
}

.master-hero::after {
  background:
    radial-gradient(circle at 70% 32%, rgba(154, 102, 255, 0.24), transparent 32%),
    linear-gradient(180deg, rgba(5, 9, 21, 0.28), #050915 100%),
    linear-gradient(90deg, rgba(5, 9, 21, 0.88), rgba(5, 9, 21, 0.38));
}

.market-hero::after {
  background:
    radial-gradient(circle at 72% 28%, rgba(255, 91, 216, 0.22), transparent 32%),
    linear-gradient(180deg, rgba(5, 9, 21, 0.26), #050915 100%),
    linear-gradient(90deg, rgba(5, 9, 21, 0.90), rgba(5, 9, 21, 0.34));
}

.player-hero__content,
.master-hero__content,
.market-hero__content {
  width: min(980px, 100%);
  margin: auto auto 0;
  text-align: center;
}

.player-hero__content h1,
.master-hero__content h1,
.market-hero__content h1 {
  max-width: 920px;
  font-size: clamp(2.6rem, 6.4vw, 5.8rem);
}

.player-hero__content p,
.master-hero__content p,
.market-hero__content p {
  width: min(720px, 100%);
  margin-inline: auto;
  color: var(--muted);
  font-size: clamp(0.98rem, 1.45vw, 1.08rem);
  line-height: 1.52;
}

.mission-strip,
.academy-board,
.master-command,
.master-focus,
.franchise-proof,
.franchise-core,
.franchise-flow,
.franchise-demand,
.franchise-levels {
  width: min(1180px, calc(100% - 36px));
  margin-inline: auto;
}

.visual-lane {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.2fr 0.9fr 0.9fr;
  gap: 14px;
  width: min(1180px, calc(100% - 36px));
  margin: -54px auto 28px;
  content-visibility: auto;
  contain-intrinsic-size: 320px;
}

.visual-lane img {
  width: 100%;
  height: clamp(180px, 22vw, 310px);
  object-fit: cover;
  border: 1px solid rgba(112, 221, 255, 0.28);
  border-radius: 8px;
  box-shadow: var(--shadow);
  filter: saturate(1.08) contrast(1.04);
}

.mission-strip {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  margin-top: 0;
  position: relative;
  z-index: 2;
  content-visibility: auto;
  contain-intrinsic-size: 120px;
}

.mission-strip article {
  min-height: 96px;
  display: grid;
  align-content: center;
  gap: 8px;
  padding: 18px;
  border: 1px solid rgba(51, 215, 255, 0.28);
  border-radius: 8px;
  background: rgba(5, 15, 33, 0.76);
  box-shadow: var(--shadow);
  transition: transform 180ms ease, border-color 180ms ease;
}

.mission-strip article:hover {
  transform: translateY(-5px);
  border-color: rgba(51, 215, 255, 0.72);
}

.mission-strip span {
  color: var(--magenta);
  font-weight: 900;
}

.mission-strip strong {
  font-family: "Rajdhani", "Space Grotesk", ui-sans-serif, system-ui, sans-serif;
  font-size: 1.55rem;
}

.master-command {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: -46px;
  content-visibility: auto;
  contain-intrinsic-size: 220px;
}

.master-command article,
.master-command__link {
  min-height: 170px;
  display: grid;
  align-content: center;
  padding: 22px;
  border: 1px solid rgba(154, 102, 255, 0.34);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(24, 20, 60, 0.78), rgba(5, 15, 33, 0.68));
  box-shadow: var(--shadow);
  text-align: center;
  transition: transform 180ms ease, border-color 180ms ease;
}

.master-command article:hover,
.master-command__link:hover {
  transform: translateY(-5px);
  border-color: rgba(255, 91, 216, 0.58);
}

.master-command__link {
  color: inherit;
  cursor: pointer;
}

.master-command span {
  color: var(--magenta);
  font-weight: 900;
}

.master-command strong {
  display: block;
  margin: 0 0 14px;
  font-family: "Rajdhani", "Space Grotesk", ui-sans-serif, system-ui, sans-serif;
  font-size: 1.65rem;
  line-height: 1;
}

.master-command p {
  margin-bottom: 0;
  max-width: 280px;
  margin-inline: auto;
  color: var(--muted);
  line-height: 1.5;
}

.master-focus {
  display: grid;
  gap: 14px;
  padding: 28px 0 24px;
  content-visibility: auto;
  contain-intrinsic-size: 1080px;
}

.master-focus__intro {
  overflow: hidden;
  border: 1px solid rgba(112, 221, 255, 0.24);
  border-radius: 8px;
  background:
    radial-gradient(circle at 82% 18%, rgba(154, 102, 255, 0.16), transparent 32%),
    linear-gradient(145deg, rgba(10, 27, 55, 0.72), rgba(8, 13, 30, 0.52));
  box-shadow: var(--shadow);
}

.master-focus__intro div {
  padding: clamp(20px, 3vw, 32px);
}

.master-focus__intro h2 {
  max-width: 760px;
  margin: 8px 0 10px;
  font-family: "Rajdhani", "Space Grotesk", ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(1.55rem, 3vw, 2.45rem);
  line-height: 0.98;
}

.master-focus__intro p:last-child {
  max-width: 840px;
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.65;
}

.training-module-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  align-items: start;
}

.training-module {
  overflow: hidden;
  border: 1px solid rgba(112, 221, 255, 0.24);
  border-radius: 8px;
  background:
    radial-gradient(circle at 18% 10%, rgba(51, 215, 255, 0.12), transparent 32%),
    linear-gradient(145deg, rgba(10, 27, 55, 0.72), rgba(8, 13, 30, 0.52));
  box-shadow: var(--shadow);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.training-module:hover {
  transform: translateY(-6px);
  border-color: rgba(51, 215, 255, 0.56);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.48), 0 0 28px rgba(51, 215, 255, 0.10);
}

.training-module--featured {
  grid-column: span 1;
}

.training-module__media {
  position: relative;
  min-height: 96px;
  aspect-ratio: 16 / 8.5;
  overflow: hidden;
  background: rgba(5, 12, 29, 0.78);
}

.training-module__media::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(180deg, rgba(5, 9, 21, 0.08), rgba(5, 9, 21, 0.78)),
    linear-gradient(90deg, rgba(5, 9, 21, 0.10), rgba(5, 9, 21, 0.42));
}

.training-module__media img {
  width: 100%;
  height: 100%;
  min-height: 96px;
  object-fit: cover;
  display: block;
  filter: saturate(1.08) contrast(1.05);
}

.training-module__body {
  display: grid;
  gap: 7px;
  padding: 14px 14px 16px;
}

.training-module__eyebrow {
  color: var(--cyan);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.training-module h3 {
  margin: 0;
  font-family: "Rajdhani", "Space Grotesk", ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(1.02rem, 1.1vw, 1.24rem);
  line-height: 1.04;
}

.training-module p {
  margin: 0;
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.38;
}

.training-module__cta {
  margin-top: 2px;
  color: #ffe7a8;
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.02em;
}

.master-panel {
  min-height: 260px;
  padding: 28px;
  border: 1px solid rgba(112, 221, 255, 0.24);
  border-radius: 8px;
  background:
    radial-gradient(circle at 20% 10%, rgba(51, 215, 255, 0.12), transparent 34%),
    linear-gradient(145deg, rgba(10, 27, 55, 0.72), rgba(8, 13, 30, 0.52));
  box-shadow: var(--shadow);
  transition: transform 200ms ease, border-color 200ms ease;
}

.master-panel:hover {
  transform: translateY(-6px);
  border-color: rgba(51, 215, 255, 0.56);
}

.master-panel--wide {
  grid-column: span 2;
  background:
    radial-gradient(circle at 18% 14%, rgba(154, 102, 255, 0.22), transparent 34%),
    linear-gradient(145deg, rgba(34, 20, 74, 0.78), rgba(5, 12, 29, 0.62));
}

.master-panel--accent {
  border-color: rgba(255, 91, 216, 0.36);
  background:
    radial-gradient(circle at 16% 14%, rgba(255, 91, 216, 0.18), transparent 34%),
    rgba(28, 10, 42, 0.68);
}

.master-panel h2,
.master-panel h3 {
  margin: 16px 0 12px;
  font-family: "Rajdhani", "Space Grotesk", ui-sans-serif, system-ui, sans-serif;
  line-height: 1.04;
}

.master-panel h2 {
  font-size: clamp(2.2rem, 4vw, 4rem);
}

.master-panel h3 {
  font-size: 1.75rem;
}

.master-panel p {
  color: var(--muted);
  line-height: 1.6;
}

.video-lab--page {
  padding-bottom: 72px;
  content-visibility: auto;
  contain-intrinsic-size: 980px;
}

.franchise-proof {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 12px;
  margin-top: -30px;
  content-visibility: auto;
  contain-intrinsic-size: 760px;
}

.franchise-proof__intro {
  display: grid;
  grid-template-columns: minmax(280px, 0.95fr) minmax(300px, 1.05fr);
  overflow: hidden;
  border: 1px solid rgba(212, 169, 84, 0.4);
  border-radius: 8px;
  background:
    radial-gradient(circle at 80% 18%, rgba(255, 206, 103, 0.18), transparent 34%),
    linear-gradient(145deg, rgba(13, 21, 45, 0.82), rgba(5, 10, 24, 0.72));
  box-shadow: var(--shadow);
}

.franchise-proof__intro img {
  width: 100%;
  height: 100%;
  min-height: 250px;
  object-fit: cover;
  filter: saturate(1.12) contrast(1.04);
}

.franchise-proof__intro div {
  display: grid;
  align-content: center;
  padding: clamp(20px, 3vw, 34px);
}

.franchise-proof__intro h2 {
  max-width: 620px;
  margin: 8px 0 10px;
  font-size: clamp(1.9rem, 3.8vw, 3.5rem);
}

.franchise-proof__intro p:last-child {
  color: rgba(255, 232, 178, 0.9);
  font-weight: 800;
}

.franchise-proof__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.franchise-proof article {
  min-height: 210px;
  display: grid;
  align-content: start;
  padding: 18px;
  border: 1px solid rgba(255, 91, 216, 0.32);
  border-radius: 8px;
  background:
    radial-gradient(circle at 18% 10%, rgba(255, 91, 216, 0.12), transparent 36%),
    linear-gradient(145deg, rgba(48, 16, 56, 0.76), rgba(5, 15, 33, 0.66));
  box-shadow: var(--shadow);
  transition: transform 180ms ease, border-color 180ms ease;
}

.franchise-proof article:hover {
  transform: translateY(-5px);
  border-color: rgba(51, 215, 255, 0.58);
}

.franchise-proof span {
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.franchise-proof h2,
.franchise-core__content h2,
.franchise-flow__content h2,
.franchise-demand h2 {
  font-family: "Rajdhani", "Space Grotesk", ui-sans-serif, system-ui, sans-serif;
  line-height: 1.04;
}

.franchise-proof h2 {
  margin: 12px 0 10px;
  font-size: 1.45rem;
}

.franchise-proof p,
.franchise-core__content p,
.franchise-flow__content p,
.franchise-demand p,
.franchise-list {
  color: var(--muted);
  line-height: 1.6;
}

.franchise-core {
  display: grid;
  grid-template-columns: minmax(280px, 0.85fr) minmax(320px, 1.15fr);
  gap: 12px;
  padding: 24px 0 14px;
  content-visibility: auto;
  contain-intrinsic-size: 620px;
}

.franchise-core__visual,
.franchise-core__content {
  overflow: hidden;
  border: 1px solid rgba(112, 221, 255, 0.26);
  border-radius: 8px;
  background: linear-gradient(145deg, rgba(10, 27, 55, 0.72), rgba(8, 13, 30, 0.52));
  box-shadow: var(--shadow);
}

.franchise-core__visual img {
  width: 100%;
  height: 100%;
  min-height: 290px;
  object-fit: cover;
  filter: saturate(1.12) contrast(1.06);
  transform: scale(1.02);
}

.franchise-core__content {
  padding: clamp(22px, 3vw, 32px);
  background:
    radial-gradient(circle at 88% 12%, rgba(51, 215, 255, 0.14), transparent 34%),
    linear-gradient(145deg, rgba(10, 27, 55, 0.72), rgba(8, 13, 30, 0.52));
}

.franchise-core__content h2 {
  max-width: 720px;
  margin-bottom: 12px;
  font-size: clamp(1.9rem, 3.4vw, 3.2rem);
}

.production-chain {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
  margin-top: 18px;
}

.production-chain span {
  display: grid;
  min-height: 58px;
  place-items: center;
  padding: 10px;
  border: 1px solid rgba(51, 215, 255, 0.26);
  border-radius: 8px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.045);
  font-weight: 900;
  text-align: center;
}

.franchise-flow {
  display: grid;
  grid-template-columns: minmax(320px, 0.92fr) minmax(320px, 1.08fr);
  gap: 12px;
  padding: 8px 0 14px;
  content-visibility: auto;
  contain-intrinsic-size: 620px;
}

.franchise-flow__content,
.franchise-flow__visual,
.franchise-demand {
  overflow: hidden;
  border: 1px solid rgba(112, 221, 255, 0.26);
  border-radius: 8px;
  background: linear-gradient(145deg, rgba(10, 27, 55, 0.72), rgba(8, 13, 30, 0.52));
  box-shadow: var(--shadow);
}

.franchise-flow__content {
  display: grid;
  align-content: center;
  padding: clamp(22px, 3vw, 32px);
  background:
    radial-gradient(circle at 16% 10%, rgba(41, 255, 168, 0.13), transparent 34%),
    linear-gradient(145deg, rgba(8, 28, 42, 0.74), rgba(8, 13, 30, 0.52));
}

.franchise-flow__content h2,
.franchise-demand h2 {
  margin: 10px 0 12px;
  font-size: clamp(1.9rem, 3.4vw, 3.1rem);
}

.franchise-flow__visual img {
  width: 100%;
  height: 100%;
  min-height: 300px;
  object-fit: cover;
  filter: saturate(1.1) contrast(1.06);
}

.franchise-list {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 16px 0 0;
  list-style: none;
}

.franchise-list li {
  padding: 12px 14px;
  border: 1px solid rgba(51, 215, 255, 0.2);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.045);
}

.franchise-list strong {
  color: var(--cyan);
}

.franchise-demand {
  padding: clamp(22px, 4vw, 34px);
  margin-bottom: 14px;
  text-align: center;
  content-visibility: auto;
  contain-intrinsic-size: 250px;
  background:
    radial-gradient(circle at 50% 0%, rgba(212, 169, 84, 0.16), transparent 38%),
    linear-gradient(145deg, rgba(30, 18, 45, 0.72), rgba(5, 13, 28, 0.72));
}

.franchise-demand p {
  max-width: 880px;
  margin-inline: auto;
}

.franchise-demand__note {
  margin-top: 18px;
  color: rgba(255, 232, 178, 0.92) !important;
  font-weight: 900;
}

.franchise-levels {
  position: relative;
  overflow: hidden;
  padding: clamp(22px, 3vw, 34px);
  margin-bottom: 42px;
  content-visibility: auto;
  contain-intrinsic-size: 700px;
  border: 1px solid rgba(212, 169, 84, 0.38);
  border-radius: 8px;
  background:
    linear-gradient(rgba(51, 215, 255, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(51, 215, 255, 0.06) 1px, transparent 1px),
    radial-gradient(circle at 18% 18%, rgba(51, 215, 255, 0.16), transparent 32%),
    radial-gradient(circle at 86% 14%, rgba(255, 91, 216, 0.18), transparent 34%),
    linear-gradient(145deg, rgba(8, 23, 48, 0.86), rgba(21, 8, 34, 0.82));
  background-size: 44px 44px, 44px 44px, auto, auto, auto;
  box-shadow: var(--shadow);
}

.franchise-levels::before,
.franchise-levels::after {
  content: "";
  position: absolute;
  inset: auto -10% 28% -10%;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(51, 215, 255, 0.62), rgba(212, 169, 84, 0.74), transparent);
  opacity: 0.7;
  transform: rotate(-3deg);
}

.franchise-levels::after {
  inset: auto -8% 34% -8%;
  transform: rotate(4deg);
  opacity: 0.5;
}

.franchise-levels__header {
  position: relative;
  z-index: 2;
  max-width: 980px;
  margin: 0 auto 22px;
  text-align: center;
}

.franchise-levels__header h2 {
  margin: 10px 0 12px;
  font-family: "Rajdhani", "Space Grotesk", ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(1.9rem, 3.4vw, 3rem);
  line-height: 1.02;
  color: #f5f7ff;
  text-shadow: 0 10px 24px rgba(0, 0, 0, 0.28);
}

.franchise-levels__header p:not(.kicker),
.franchise-levels__closing {
  color: var(--muted);
  font-size: clamp(1rem, 1.6vw, 1.18rem);
  line-height: 1.6;
}

.franchise-levels__comparison {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(180px, 0.9fr) repeat(3, minmax(0, 1fr));
  gap: clamp(12px, 1.4vw, 18px);
  align-items: stretch;
}

.franchise-levels__labels {
  position: relative;
  display: grid;
  gap: 10px;
  align-content: end;
  padding: 82px 0 4px;
}

.franchise-levels__labels span {
  display: grid;
  min-height: 74px;
  align-items: center;
  padding: 14px 14px;
  border: 1px solid rgba(133, 182, 255, 0.18);
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(8, 20, 46, 0.76), rgba(8, 18, 38, 0.54));
  color: rgba(242, 247, 255, 0.9);
  font-size: clamp(1rem, 1.4vw, 1.15rem);
  font-weight: 800;
  line-height: 1.2;
}

.franchise-card {
  position: absolute;
  position: relative;
  overflow: hidden;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02)),
    rgba(7, 15, 34, 0.78);
  box-shadow: 0 28px 42px rgba(0, 0, 0, 0.3);
}

.franchise-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 2px;
  background: var(--franchise-frame, linear-gradient(135deg, rgba(255, 229, 150, 0.7), rgba(255, 255, 255, 0.14)));
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.franchise-card::after {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 120px;
  background:
    radial-gradient(circle at 50% 0%, var(--franchise-glow, rgba(255, 214, 94, 0.34)), transparent 65%);
  opacity: 0.95;
  pointer-events: none;
}

.franchise-card--pro {
  --franchise-frame: linear-gradient(135deg, rgba(255, 230, 154, 0.92), rgba(180, 123, 24, 0.92), rgba(255, 233, 179, 0.88));
  --franchise-glow: rgba(255, 217, 108, 0.38);
}

.franchise-card--nine {
  --franchise-frame: linear-gradient(135deg, rgba(114, 255, 188, 0.84), rgba(44, 180, 143, 0.92), rgba(181, 255, 223, 0.78));
  --franchise-glow: rgba(104, 255, 186, 0.32);
}

.franchise-card--seven {
  --franchise-frame: linear-gradient(135deg, rgba(147, 200, 255, 0.86), rgba(99, 120, 255, 0.88), rgba(198, 217, 255, 0.84));
  --franchise-glow: rgba(122, 177, 255, 0.32);
}

.franchise-card h3 {
  position: relative;
  z-index: 2;
  margin: 0;
  padding: 20px 18px 16px;
  text-align: center;
  font-family: "Rajdhani", "Space Grotesk", ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(1.8rem, 2.4vw, 2.5rem);
  font-weight: 800;
  letter-spacing: 0.04em;
  color: #f8fbff;
  text-shadow: 0 8px 20px rgba(0, 0, 0, 0.36);
}

.franchise-card dl {
  position: relative;
  z-index: 2;
  display: grid;
  margin: 0;
}

.franchise-card dl > div {
  display: grid;
  min-height: 74px;
  align-content: center;
  padding: 14px 14px 16px;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.015));
}

.franchise-card dt {
  display: none;
}

.franchise-card dd {
  margin: 0;
  color: #f5efe2;
  font-family: "Rajdhani", "Space Grotesk", ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(1.35rem, 2vw, 2rem);
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.04;
  text-shadow: 0 4px 16px rgba(0, 0, 0, 0.28);
}

.franchise-card dl > div:last-child dd {
  font-size: clamp(1.9rem, 3vw, 2.8rem);
  font-weight: 900;
  text-transform: uppercase;
}

.franchise-levels__closing {
  position: relative;
  z-index: 2;
  max-width: 980px;
  margin: 22px auto 0;
  padding: 14px 16px;
  border: 1px solid rgba(212, 169, 84, 0.42);
  border-radius: 8px;
  color: rgba(255, 244, 209, 0.94);
  background: rgba(5, 15, 33, 0.58);
  text-align: center;
  font-weight: 900;
}

.academy-board {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  padding: 34px 0 70px;
  content-visibility: auto;
  contain-intrinsic-size: 1200px;
}

.academy-card {
  min-height: 255px;
  padding: 0 24px 24px;
  overflow: hidden;
  border: 1px solid rgba(112, 221, 255, 0.24);
  border-radius: 8px;
  background:
    radial-gradient(circle at 16% 14%, rgba(51, 215, 255, 0.16), transparent 34%),
    rgba(5, 15, 33, 0.68);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.28);
  transition: transform 200ms ease, border-color 200ms ease;
}

.academy-card:hover {
  transform: translateY(-6px);
  border-color: rgba(51, 215, 255, 0.56);
}

.academy-card img {
  width: calc(100% + 48px);
  height: 170px;
  margin: 0 -24px 20px;
  object-fit: cover;
  filter: saturate(1.08) contrast(1.05);
  transition: transform 500ms ease;
}

.academy-card:hover img {
  transform: scale(1.05);
}

.academy-card--wide {
  grid-column: span 2;
  background:
    radial-gradient(circle at 12% 12%, rgba(51, 215, 255, 0.22), transparent 36%),
    linear-gradient(145deg, rgba(7, 40, 72, 0.78), rgba(5, 12, 29, 0.62));
}

.academy-card--accent {
  border-color: rgba(255, 91, 216, 0.36);
  background:
    radial-gradient(circle at 16% 14%, rgba(255, 91, 216, 0.18), transparent 34%),
    rgba(28, 10, 42, 0.68);
}

.academy-card h2,
.academy-card h3 {
  margin: 16px 0 12px;
  font-family: "Rajdhani", "Space Grotesk", ui-sans-serif, system-ui, sans-serif;
  line-height: 1.04;
}

@keyframes floatIn {
  from {
    opacity: 0;
    transform: translateY(24px) scale(0.98);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.academy-card h2 {
  font-size: clamp(2.2rem, 4vw, 4rem);
}

.academy-card h3 {
  font-size: 1.75rem;
}

.academy-card p {
  color: var(--muted);
  line-height: 1.58;
}

@keyframes cinematicDrift {
  from { transform: scale(1.04) translate3d(-0.6%, -0.4%, 0); }
  to { transform: scale(1.09) translate3d(0.6%, 0.4%, 0); }
}

@keyframes gridMove {
  from { background-position: 0 0; }
  to { background-position: 86px 86px; }
}

@keyframes orbitPulse {
  0%, 100% { opacity: 0.24; transform: scale(0.96) rotate(0deg); }
  50% { opacity: 0.62; transform: scale(1.04) rotate(18deg); }
}

@keyframes sheen {
  from { transform: translateX(-65%); }
  to { transform: translateX(65%); }
}

@keyframes rotateGlow {
  to { transform: rotate(1turn); }
}

@keyframes goldenTitleSweep {
  0%, 18% {
    opacity: 0;
    background-position: 130% 0;
  }
  28% {
    opacity: 1;
  }
  58% {
    opacity: 1;
    background-position: -80% 0;
  }
  72%, 100% {
    opacity: 0;
    background-position: -120% 0;
  }
}

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

@media (max-width: 920px) {
  .hero {
    min-height: auto;
  }

  .hero__content {
    padding-top: 16vh;
  }

  .access-grid,
  .video-lab__header,
  .video-grid,
  .question-examples,
  .knowledge,
  .visual-lane,
  .mission-strip,
  .master-command,
  .master-focus,
  .training-module-grid,
  .franchise-proof,
  .franchise-proof__intro,
  .franchise-proof__grid,
  .franchise-core,
  .franchise-flow,
  .franchise-levels,
  .production-chain,
  .academy-board,
  .ask-panel {
    grid-template-columns: 1fr;
  }

  .academy-card--wide,
  .master-panel--wide,
  .training-module--featured {
    grid-column: auto;
  }

  .franchise-levels {
    padding: 28px 18px 34px;
  }

  .franchise-levels__comparison {
    grid-template-columns: 1fr;
  }

  .franchise-levels__labels {
    gap: 10px;
    padding: 0;
  }

  .franchise-levels__labels span {
    min-height: auto;
  }

  .franchise-card h3 {
    font-size: clamp(2rem, 5vw, 2.8rem);
  }
}

@media (max-width: 620px) {
  .topbar {
    align-items: stretch;
    flex-direction: column;
  }

  .brand,
  .topbar__link {
    justify-content: center;
  }

  .hero {
    padding-inline: 16px;
  }

  h1 {
    font-size: clamp(2.65rem, 16vw, 4.4rem);
  }

  .access-card,
  .knowledge__intro,
  .ask-panel,
  .answer {
    padding: 20px;
  }

  .video-lab,
  .knowledge,
  .visual-lane,
  .mission-strip,
  .master-command,
  .master-focus,
  .franchise-proof,
  .franchise-core,
  .franchise-flow,
  .franchise-demand,
  .franchise-levels,
  .academy-board {
    width: calc(100% - 24px);
  }

  .franchise-levels__header h2 {
    font-size: clamp(2rem, 10vw, 2.8rem);
  }

  .franchise-levels__labels {
    display: none;
  }

  .franchise-card dl > div {
    min-height: auto;
    gap: 6px;
    padding: 16px 16px 18px;
  }

  .franchise-card dt {
    display: block;
    color: rgba(186, 219, 255, 0.84);
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    line-height: 1.2;
    text-transform: uppercase;
  }
}
