:root {
  --ink: #07111f;
  --ink-soft: #172033;
  --cream: #f8f3ea;
  --paper: #fffdf8;
  --muted: #69717f;
  --line: rgba(7, 17, 31, 0.12);
  --gold: #d5a642;
  --teal: #07998f;
  --blue: #1456a8;
  --green: #17824d;
  --orange: #d76b1c;
  --rose: #c73565;
  --violet: #764bb2;
  --shadow: 0 24px 70px rgba(7, 17, 31, 0.16);
  --radius: 8px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Manrope", Arial, sans-serif;
  color: var(--ink);
  background: var(--paper);
  letter-spacing: 0;
  overflow-x: hidden;
}

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

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

.site-header {
  position: fixed;
  top: 16px;
  left: 50%;
  z-index: 50;
  width: min(calc(100% - 32px), 1180px);
  min-height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 10px 12px 10px 14px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: var(--radius);
  background: rgba(7, 17, 31, 0.86);
  color: #fff;
  box-shadow: 0 16px 44px rgba(7, 17, 31, 0.18);
  backdrop-filter: blur(22px);
  transform: translateX(-50%);
  transition: min-height 220ms ease, background 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.site-header.is-scrolled {
  min-height: 60px;
  border-color: rgba(255, 255, 255, 0.16);
  background: rgba(7, 17, 31, 0.94);
  box-shadow: 0 18px 46px rgba(7, 17, 31, 0.28);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 190px;
}

.brand-mark {
  position: relative;
  overflow: hidden;
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border-radius: 6px;
  background: linear-gradient(135deg, var(--gold), #fff0a9);
  color: var(--ink);
  font-weight: 800;
}

.brand-mark::after {
  position: absolute;
  inset: -50% auto -50% -80%;
  width: 42%;
  background: rgba(255, 255, 255, 0.5);
  content: "";
  transform: rotate(18deg);
  animation: markSheen 4.6s ease-in-out infinite;
}

.brand strong,
.brand small {
  display: block;
  line-height: 1.05;
}

.brand small {
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.74rem;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 6px;
}

.main-nav a {
  position: relative;
  border-radius: 6px;
  padding: 11px 14px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.9rem;
  font-weight: 700;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.main-nav a::after {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 7px;
  height: 2px;
  border-radius: 999px;
  background: var(--gold);
  content: "";
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 220ms ease;
}

.main-nav a:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  transform: translateY(-1px);
}

.main-nav a:hover::after {
  transform: scaleX(1);
}

.nav-toggle {
  display: none;
}

.hero-section {
  position: relative;
  min-height: 100svh;
  padding: 132px 24px 56px;
  background:
    linear-gradient(135deg, rgba(7, 17, 31, 0.94) 0%, rgba(17, 30, 48, 0.88) 46%, rgba(4, 84, 84, 0.84) 100%),
    url("assets/ba-roadmap.jpeg") center / cover;
  color: #fff;
  overflow: hidden;
}

.hero-section::before {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px);
  background-size: 54px 54px;
  content: "";
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.72), transparent 88%);
  animation: gridDrift 26s linear infinite;
}

.hero-section::after {
  position: absolute;
  inset: auto -16% 0 -16%;
  height: 32%;
  pointer-events: none;
  background:
    linear-gradient(90deg, transparent, rgba(213, 166, 66, 0.22), transparent),
    repeating-linear-gradient(115deg, transparent 0 42px, rgba(255, 255, 255, 0.09) 43px 44px);
  content: "";
  opacity: 0.72;
  transform: translateY(42%) rotate(-1deg);
  animation: roadSweep 9s ease-in-out infinite alternate;
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(360px, 0.86fr);
  gap: clamp(32px, 5vw, 76px);
  align-items: center;
  width: min(1180px, 100%);
  margin: 0 auto;
}

.hero-copy {
  animation: heroRise 900ms cubic-bezier(0.2, 0.72, 0.22, 1) both;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

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

h1,
h2 {
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 800;
  line-height: 0.98;
  letter-spacing: 0;
}

h1 {
  max-width: 760px;
  margin-bottom: 24px;
  font-size: clamp(3rem, 8vw, 7.2rem);
}

h2 {
  margin-bottom: 20px;
  font-size: clamp(2rem, 4.6vw, 4.5rem);
}

h3 {
  margin-bottom: 10px;
  font-size: 1.04rem;
  line-height: 1.25;
}

.hero-lede {
  max-width: 680px;
  margin-bottom: 30px;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(1rem, 2vw, 1.24rem);
  line-height: 1.75;
  animation: fadeSlide 760ms 160ms cubic-bezier(0.2, 0.72, 0.22, 1) both;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 34px;
}

.btn {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 6px;
  padding: 0 22px;
  font-weight: 800;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.btn::before {
  position: absolute;
  inset: 0 auto 0 -90%;
  width: 70%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.42), transparent);
  content: "";
  transform: skewX(-18deg);
  transition: left 520ms ease;
}

.btn:hover {
  transform: translateY(-3px);
}

.btn:hover::before {
  left: 120%;
}

.btn-primary {
  background: linear-gradient(135deg, #f4ca69, var(--gold));
  color: var(--ink);
  box-shadow: 0 18px 42px rgba(213, 166, 66, 0.26);
}

.btn-primary:hover {
  box-shadow: 0 24px 54px rgba(213, 166, 66, 0.34);
}

.btn-secondary {
  border-color: rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

.btn-secondary.light {
  border-color: rgba(255, 255, 255, 0.32);
}

.hero-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 660px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  animation: fadeSlide 760ms 280ms cubic-bezier(0.2, 0.72, 0.22, 1) both;
}

.hero-metrics div {
  min-height: 96px;
  padding: 20px 20px 0 0;
}

.hero-metrics strong {
  display: block;
  margin-bottom: 6px;
  color: #fff;
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1;
}

.hero-metrics span {
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.92rem;
  line-height: 1.45;
}

.hero-visual {
  position: relative;
  min-height: 620px;
  perspective: 1200px;
  animation: heroFloatIn 1100ms 120ms cubic-bezier(0.2, 0.72, 0.22, 1) both;
}

.image-shell {
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: var(--radius);
  overflow: hidden;
  background: #fff;
  box-shadow: var(--shadow);
  transform: rotate(1.2deg) translate3d(0, 0, 0);
  transition: transform 420ms ease, box-shadow 420ms ease;
  will-change: transform;
}

.image-shell::after {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(110deg, transparent 0%, rgba(255, 255, 255, 0) 36%, rgba(255, 255, 255, 0.58) 48%, rgba(255, 255, 255, 0) 60%, transparent 100%),
    radial-gradient(circle at var(--mouse-x, 72%) var(--mouse-y, 28%), rgba(213, 166, 66, 0.24), transparent 34%);
  content: "";
  opacity: 0.72;
  transform: translateX(-88%);
  animation: imageSweep 6.8s ease-in-out infinite;
  mix-blend-mode: screen;
}

.hero-visual:hover .image-shell {
  box-shadow: 0 36px 92px rgba(7, 17, 31, 0.28);
  transform: rotate(0deg) translateY(-6px);
}

.image-shell img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

.floating-proof {
  position: absolute;
  z-index: 2;
  min-width: 186px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: var(--radius);
  padding: 16px 18px;
  background: rgba(7, 17, 31, 0.88);
  box-shadow: 0 20px 56px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(18px);
  transition: transform 260ms ease, border-color 260ms ease, background 260ms ease;
  animation: proofFloat 4.8s ease-in-out infinite;
}

.floating-proof::before {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: radial-gradient(circle at var(--mouse-x, 50%) var(--mouse-y, 50%), rgba(213, 166, 66, 0.18), transparent 56%);
  content: "";
  opacity: 0;
  transition: opacity 220ms ease;
}

.floating-proof:hover {
  border-color: rgba(213, 166, 66, 0.42);
  background: rgba(7, 17, 31, 0.94);
  transform: translateY(-5px);
}

.floating-proof:hover::before {
  opacity: 1;
}

.floating-proof span {
  display: block;
  margin-bottom: 5px;
  color: var(--gold);
  font-size: 0.76rem;
  font-weight: 800;
  text-transform: uppercase;
}

.floating-proof strong {
  font-size: 0.98rem;
}

.proof-one {
  top: 62px;
  left: -24px;
}

.proof-two {
  right: -18px;
  bottom: 82px;
  animation-delay: 1.6s;
}

.trust-strip {
  overflow: hidden;
  padding: 18px 20px;
  background: var(--ink);
  color: #fff;
}

.trust-track {
  display: flex;
  width: max-content;
  gap: 10px;
  animation: trustMarquee 28s linear infinite;
}

.trust-strip:hover .trust-track {
  animation-play-state: paused;
}

.trust-strip span {
  flex: 0 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  padding: 10px 14px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.84rem;
  font-weight: 800;
  transition: transform 180ms ease, border-color 180ms ease, color 180ms ease;
}

.trust-strip span:hover {
  border-color: rgba(213, 166, 66, 0.48);
  color: #fff;
  transform: translateY(-2px);
}

.section {
  padding: clamp(76px, 10vw, 130px) 24px;
}

.section-light {
  background: var(--cream);
}

.section-ink {
  background:
    linear-gradient(135deg, rgba(7, 17, 31, 0.97), rgba(20, 86, 168, 0.8)),
    var(--ink);
  color: #fff;
}

.section-heading {
  width: min(920px, 100%);
  margin: 0 auto 44px;
  text-align: center;
}

.section-heading.align-left {
  margin: 0;
  text-align: left;
}

.section-heading p:not(.eyebrow),
.showcase-copy p,
.cta-inner p {
  color: var(--muted);
  line-height: 1.75;
}

.section-ink .section-heading p,
.section-ink .outcome-grid p {
  color: rgba(255, 255, 255, 0.68);
}

.phase-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  width: min(1180px, 100%);
  margin: 0 auto;
}

.phase-grid::before {
  position: absolute;
  top: 36px;
  left: 4%;
  right: 4%;
  z-index: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--blue), var(--green), var(--orange), var(--violet), var(--teal), var(--rose), var(--gold));
  content: "";
  opacity: 0.28;
  transform-origin: left;
  animation: routeTrace 3.2s ease both;
}

.phase-card {
  --accent: var(--blue);
  position: relative;
  z-index: 1;
  overflow: hidden;
  min-height: 238px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 24px;
  background: var(--paper);
  box-shadow: 0 18px 42px rgba(7, 17, 31, 0.06);
  transition: transform 260ms ease, border-color 260ms ease, box-shadow 260ms ease;
}

.phase-card::before,
.outcome-grid article::before,
.schedule-item::before {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: radial-gradient(circle at var(--mouse-x, 50%) var(--mouse-y, 50%), color-mix(in srgb, var(--accent, var(--gold)) 18%, transparent), transparent 44%);
  content: "";
  opacity: 0;
  transition: opacity 220ms ease;
}

.phase-card::after {
  position: absolute;
  inset: 0 auto 0 0;
  width: 5px;
  background: var(--accent);
  content: "";
  transform: scaleY(0.18);
  transform-origin: top;
  transition: transform 260ms ease;
}

.phase-card:hover {
  border-color: color-mix(in srgb, var(--accent) 42%, var(--line));
  box-shadow: 0 28px 70px rgba(7, 17, 31, 0.12);
  transform: translateY(-8px);
}

.phase-card:hover::before {
  opacity: 1;
}

.phase-card:hover::after {
  transform: scaleY(1);
}

.phase-card > * {
  position: relative;
  z-index: 1;
}

.phase-card span {
  display: inline-flex;
  margin-bottom: 42px;
  border-radius: 999px;
  padding: 8px 12px;
  color: #fff;
  font-size: 0.78rem;
  font-weight: 800;
}

.phase-card p {
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.66;
}

.phase-blue { --accent: var(--blue); }
.phase-green { --accent: var(--green); }
.phase-orange { --accent: var(--orange); }
.phase-violet { --accent: var(--violet); }
.phase-teal { --accent: var(--teal); }
.phase-rose { --accent: var(--rose); }
.phase-gold { --accent: var(--gold); }

.phase-blue span { background: var(--blue); }
.phase-green span { background: var(--green); }
.phase-orange span { background: var(--orange); }
.phase-violet span { background: var(--violet); }
.phase-teal span { background: var(--teal); }
.phase-rose span { background: var(--rose); }
.phase-gold span { background: var(--gold); color: var(--ink); }

.showcase-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.42fr) minmax(0, 0.58fr);
  gap: clamp(26px, 5vw, 70px);
  align-items: center;
  padding: clamp(76px, 10vw, 130px) max(24px, calc((100vw - 1180px) / 2));
  background: var(--paper);
}

.showcase-copy {
  padding-left: 24px;
}

.roadmap-frame {
  position: relative;
  display: block;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  background: #fff;
  box-shadow: var(--shadow);
  transform: translateZ(0);
  transition: transform 360ms ease, box-shadow 360ms ease;
}

.roadmap-frame::after {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(110deg, transparent 0%, rgba(255, 255, 255, 0) 38%, rgba(255, 255, 255, 0.48) 50%, rgba(255, 255, 255, 0) 62%, transparent 100%);
  content: "";
  transform: translateX(-92%);
  transition: transform 740ms ease;
}

.roadmap-frame:hover {
  box-shadow: 0 34px 90px rgba(7, 17, 31, 0.2);
  transform: translateY(-6px) scale(1.01);
}

.roadmap-frame:hover::after {
  transform: translateX(92%);
}

.roadmap-frame img {
  width: 100%;
  max-height: 780px;
  object-fit: cover;
  object-position: top center;
}

.outcome-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  width: min(1180px, 100%);
  margin: 0 auto;
}

.outcome-grid article {
  --accent: var(--gold);
  position: relative;
  overflow: hidden;
  min-height: 270px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius);
  padding: 24px;
  background: rgba(255, 255, 255, 0.06);
  transition: transform 260ms ease, border-color 260ms ease, background 260ms ease;
}

.outcome-grid article:hover {
  border-color: rgba(213, 166, 66, 0.44);
  background: rgba(255, 255, 255, 0.1);
  transform: translateY(-8px);
}

.outcome-grid article:hover::before {
  opacity: 1;
}

.outcome-grid article > * {
  position: relative;
  z-index: 1;
}

.icon-tile {
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  margin-bottom: 38px;
  border-radius: 6px;
  background: rgba(213, 166, 66, 0.16);
  color: #f4ca69;
  font-weight: 800;
  transition: transform 260ms ease, background 260ms ease;
}

.outcome-grid article:hover .icon-tile {
  background: rgba(213, 166, 66, 0.26);
  transform: rotate(-4deg) scale(1.06);
}

.split-layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.42fr) minmax(0, 0.58fr);
  gap: clamp(26px, 5vw, 74px);
  align-items: start;
  width: min(1180px, 100%);
  margin: 0 auto;
}

.schedule-board {
  display: grid;
  gap: 12px;
}

.schedule-item {
  --accent: var(--teal);
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 92px 1fr;
  gap: 16px 22px;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 20px;
  background: var(--paper);
  box-shadow: 0 18px 42px rgba(7, 17, 31, 0.06);
  transition: transform 240ms ease, border-color 240ms ease, box-shadow 240ms ease;
}

.schedule-item:hover {
  border-color: rgba(7, 153, 143, 0.34);
  box-shadow: 0 26px 64px rgba(7, 17, 31, 0.1);
  transform: translateX(8px);
}

.schedule-item:hover::before {
  opacity: 1;
}

.schedule-item > * {
  position: relative;
  z-index: 1;
}

.schedule-item span {
  grid-row: span 2;
  display: grid;
  min-height: 70px;
  place-items: center;
  border-radius: 6px;
  background: var(--ink);
  color: #fff;
  font-weight: 800;
  transition: background 240ms ease, transform 240ms ease;
}

.schedule-item:hover span {
  background: var(--teal);
  transform: scale(1.03);
}

.schedule-item strong {
  font-size: 1.05rem;
}

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

.domains-section {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  padding: clamp(76px, 8vw, 110px) max(24px, calc((100vw - 1180px) / 2));
  background: var(--paper);
}

.pill-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.pill-cloud span {
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 12px 16px;
  background: #fff;
  color: var(--ink-soft);
  font-weight: 800;
  box-shadow: 0 12px 28px rgba(7, 17, 31, 0.05);
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.pill-cloud span:hover {
  border-color: rgba(213, 166, 66, 0.36);
  background: #fff9e9;
  box-shadow: 0 18px 38px rgba(7, 17, 31, 0.08);
  transform: translateY(-4px);
}

.cta-section {
  padding: clamp(76px, 9vw, 130px) 24px;
  background:
    linear-gradient(135deg, rgba(7, 17, 31, 0.94), rgba(8, 117, 109, 0.88)),
    url("assets/ba-roadmap.jpeg") center / cover;
  color: #fff;
}

.cta-inner {
  position: relative;
  width: min(920px, 100%);
  margin: 0 auto;
  text-align: center;
}

.cta-inner .hero-actions {
  justify-content: center;
  margin-bottom: 0;
}

.cta-inner p:not(.eyebrow) {
  max-width: 680px;
  margin: 0 auto 28px;
  color: rgba(255, 255, 255, 0.72);
}

.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 680ms ease, transform 680ms cubic-bezier(0.2, 0.72, 0.22, 1);
}

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

.phase-card.reveal,
.outcome-grid article.reveal,
.schedule-item.reveal {
  transition:
    opacity 680ms ease,
    transform 680ms cubic-bezier(0.2, 0.72, 0.22, 1),
    border-color 260ms ease,
    box-shadow 260ms ease,
    background 260ms ease;
}

.phase-card.reveal.is-visible:hover,
.outcome-grid article.reveal.is-visible:hover {
  transform: translateY(-8px);
}

.schedule-item.reveal.is-visible:hover {
  transform: translateX(8px);
}

@keyframes heroRise {
  from {
    opacity: 0;
    transform: translateY(34px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes heroFloatIn {
  from {
    opacity: 0;
    transform: translateY(42px) rotate(-1deg) scale(0.96);
  }
  to {
    opacity: 1;
    transform: translateY(0) rotate(0deg) scale(1);
  }
}

@keyframes fadeSlide {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes gridDrift {
  from { background-position: 0 0; }
  to { background-position: 54px 54px; }
}

@keyframes roadSweep {
  from { transform: translateY(48%) rotate(-1deg) translateX(-2%); }
  to { transform: translateY(36%) rotate(-1deg) translateX(2%); }
}

@keyframes imageSweep {
  0%, 34% { transform: translateX(-88%); }
  54%, 100% { transform: translateX(88%); }
}

@keyframes proofFloat {
  0%, 100% { translate: 0 0; }
  50% { translate: 0 -10px; }
}

@keyframes trustMarquee {
  from { transform: translateX(0); }
  to { transform: translateX(calc(-50% - 5px)); }
}

@keyframes routeTrace {
  from { transform: scaleX(0); }
  to { transform: scaleX(1); }
}

@keyframes markSheen {
  0%, 52% { left: -80%; }
  68%, 100% { left: 140%; }
}

@media (max-width: 1040px) {
  .hero-grid,
  .showcase-section,
  .split-layout {
    grid-template-columns: 1fr;
  }

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

  .phase-grid,
  .outcome-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .phase-grid::before {
    display: none;
  }

  .showcase-copy {
    padding-left: 0;
  }
}

@media (max-width: 760px) {
  .site-header {
    top: 10px;
    width: min(calc(100% - 20px), 1180px);
  }

  .nav-toggle {
    display: inline-grid;
    width: 44px;
    height: 44px;
    place-items: center;
    border: 0;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.1);
  }

  .nav-toggle span {
    display: block;
    width: 18px;
    height: 2px;
    background: #fff;
  }

  .main-nav {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    right: 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 8px;
    border-radius: var(--radius);
    background: rgba(7, 17, 31, 0.96);
  }

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

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

  .hero-section {
    padding-top: 118px;
  }

  .hero-section::after {
    height: 22%;
  }

  .trust-strip {
    padding-left: 0;
    padding-right: 0;
  }

  .trust-track {
    animation-duration: 22s;
  }

  .hero-metrics,
  .domains-section {
    grid-template-columns: 1fr;
  }

  .hero-metrics div {
    min-height: auto;
    border-bottom: 1px solid rgba(255, 255, 255, 0.13);
    padding: 18px 0;
  }

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

  .floating-proof {
    display: none;
  }

  .phase-grid,
  .outcome-grid {
    grid-template-columns: 1fr;
  }

  .schedule-item {
    grid-template-columns: 1fr;
  }

  .schedule-item:hover {
    transform: translateY(-4px);
  }

  .schedule-item span {
    grid-row: auto;
    min-height: 48px;
  }
}

@media (max-width: 480px) {
  .brand {
    min-width: 0;
  }

  .brand small {
    display: none;
  }

  h1 {
    font-size: 2.72rem;
  }

  .btn {
    width: 100%;
  }

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

  .section,
  .showcase-section,
  .domains-section,
  .cta-section {
    padding-left: 18px;
    padding-right: 18px;
  }
}

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

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