:root {
  --ink: #f7fbff;
  --muted: #9fb2bf;
  --muted-strong: #d7dfdf;
  --gold: #d9c49a;
  --red: #bf001f;
  --red-dark: #8f0019;
  --navy: #00101f;
  --navy-soft: #061d31;
  --line: rgba(170, 205, 225, 0.16);
  --shadow: 0 30px 90px rgba(0, 0, 0, 0.48);
  --radius: 8px;
  --max: 1180px;
  --gutter: clamp(18px, 5vw, 70px);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    linear-gradient(180deg, #00101f 0%, #031626 44%, #061d31 100%);
  font-family:
    "Helvetica Neue", Arial, sans-serif;
  line-height: 1.5;
  overflow-x: hidden;
}

body::selection {
  color: #fff;
  background: var(--red);
}

a {
  color: inherit;
}

.topbar {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 20;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  width: min(var(--max), calc(100% - (var(--gutter) * 2)));
  padding: 28px 0;
  transform: translateX(-50%);
}

.brand {
  grid-column: 2;
  color: #fff;
  font-size: 30px;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
  letter-spacing: -1px;
}

.brand span {
  font-weight: 950;
}

.nav {
  justify-self: end;
  display: flex;
  gap: 20px;
  color: rgba(247, 251, 255, 0.72);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.nav a {
  text-decoration: none;
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-content: start;
  min-height: 1120px;
  padding: 98px var(--gutter) 64px;
  overflow: hidden;
  isolation: isolate;
  background:
    linear-gradient(180deg, rgba(0, 8, 18, 0.22), rgba(0, 13, 25, 0.96) 83%),
    radial-gradient(ellipse at 50% -15%, rgba(53, 117, 150, 0.32), transparent 48%),
    linear-gradient(180deg, #061d32 0%, #00101d 100%);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -3;
  background:
    linear-gradient(180deg, rgba(2, 22, 38, 0.16), rgba(0, 6, 12, 0.84)),
    url("https://images.unsplash.com/photo-1507525428034-b723cf961d3e?auto=format&fit=crop&w=1800&q=80");
  background-position: center top;
  background-size: cover;
  filter: saturate(0.72) brightness(0.45);
  transform: scale(1.03);
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(0, 13, 26, 0.95) 0%, rgba(0, 13, 26, 0.72) 48%, rgba(0, 13, 26, 0.28) 100%),
    linear-gradient(180deg, transparent 0%, rgba(0, 9, 18, 0.92) 82%, #00101f 100%);
  pointer-events: none;
}

.water-layer {
  position: absolute;
  inset: 0;
  z-index: -2;
  opacity: 0.28;
  background:
    repeating-linear-gradient(174deg, rgba(255, 255, 255, 0.1) 0 1px, transparent 1px 24px),
    repeating-linear-gradient(8deg, rgba(107, 155, 180, 0.1) 0 1px, transparent 1px 38px);
  mix-blend-mode: screen;
  mask-image: linear-gradient(180deg, transparent 0%, #000 14%, #000 72%, transparent 100%);
}

.hero-copy {
  position: relative;
  z-index: 4;
  width: min(var(--max), 100%);
  margin: 0 auto;
  padding-top: 8px;
}

.hero-kicker {
  max-width: 760px;
  margin: 0 auto 38px;
  color: rgba(247, 251, 255, 0.88);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.55;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 4px;
}

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

h1 {
  position: relative;
  z-index: 5;
  max-width: 1100px;
  margin: 0 auto;
  color: #fff;
  font-family:
    Impact, "Arial Narrow", "Helvetica Neue Condensed", sans-serif;
  font-size: clamp(58px, 9vw, 128px);
  font-stretch: condensed;
  font-weight: 900;
  line-height: 0.86;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0;
  text-shadow: 0 8px 24px rgba(0, 0, 0, 0.54);
}

h1 span {
  display: block;
}

.headline-stamp {
  width: fit-content;
  margin: 8px auto 0;
  padding: 9px 24px 13px;
  color: #fff;
  background: linear-gradient(180deg, #d10024 0%, var(--red) 100%);
  box-shadow:
    0 16px 38px rgba(0, 0, 0, 0.42),
    inset 0 0 0 1px rgba(255, 255, 255, 0.12);
  transform: rotate(-1.5deg);
}

.mentor-line {
  margin: 16px 0 36px;
  color: rgba(159, 178, 191, 0.94);
  font-size: clamp(25px, 4vw, 44px);
  font-weight: 500;
  text-align: center;
}

.hero-lead {
  position: relative;
  z-index: 5;
  max-width: 470px;
  margin: 0 0 48px;
  color: #fff;
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.34;
  font-weight: 500;
  text-shadow: 0 5px 18px rgba(0, 0, 0, 0.55);
}

.hero-lead strong {
  display: block;
  color: var(--gold);
  font-weight: 900;
}

.hero-quote {
  position: relative;
  z-index: 5;
  max-width: 360px;
  margin: 0 0 48px;
  color: var(--gold);
  font-size: 15px;
  font-weight: 900;
  line-height: 1.45;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  text-shadow: 0 5px 18px rgba(0, 0, 0, 0.55);
}

.hero-quote span {
  display: block;
  height: 34px;
  color: #fff;
  font-family: Georgia, serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 0.8;
  letter-spacing: 0;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 74px;
  padding: 0 42px;
  border: 0;
  border-radius: 5px;
  color: #fff;
  font-size: 18px;
  font-weight: 950;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 3px;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    background 180ms ease;
}

.button-primary {
  position: relative;
  z-index: 5;
  width: min(700px, 100%);
  background: linear-gradient(180deg, #c90024 0%, #a4001d 100%);
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow:
    0 24px 48px rgba(107, 0, 20, 0.42),
    inset 0 0 0 5px rgba(255, 255, 255, 0.05);
}

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

.button:focus-visible,
.nav a:focus-visible,
.brand:focus-visible,
.text-link:focus-visible,
.footer a:focus-visible {
  outline: 3px solid rgba(217, 196, 154, 0.58);
  outline-offset: 4px;
}

.hero-proof {
  position: relative;
  z-index: 6;
  display: grid;
  grid-template-columns: repeat(3, minmax(160px, 1fr));
  gap: 18px;
  width: min(900px, 100%);
  margin: 58px auto 0;
}

.hero-proof span {
  display: grid;
  min-height: 66px;
  place-items: center;
  padding: 14px 18px;
  color: #fff;
  background: rgba(0, 19, 34, 0.68);
  border: 1px solid var(--line);
  border-radius: 5px;
  font-size: 16px;
  font-weight: 850;
  text-align: center;
  backdrop-filter: blur(8px);
}

.hero-visual {
  position: absolute;
  z-index: 3;
  right: max(-80px, calc((100vw - var(--max)) / 2 - 120px));
  bottom: 168px;
  width: min(50vw, 650px);
  max-width: 650px;
  margin: 0;
  pointer-events: none;
  filter: drop-shadow(0 28px 70px rgba(0, 0, 0, 0.58));
}

.hero-visual::after {
  content: "";
  position: absolute;
  inset: auto 8% -8% 20%;
  height: 28%;
  background: radial-gradient(ellipse, rgba(0, 0, 0, 0.48), transparent 70%);
  filter: blur(18px);
  z-index: -1;
}

.hero-visual img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center bottom;
  -webkit-mask-image:
    linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.68) 14%, #000 30%, #000 100%),
    linear-gradient(180deg, #000 0%, #000 86%, transparent 100%);
  -webkit-mask-composite: source-in;
  mask-image:
    linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.68) 14%, #000 30%, #000 100%),
    linear-gradient(180deg, #000 0%, #000 86%, transparent 100%);
  mask-composite: intersect;
}

.conversion-strip,
.section,
.final-cta,
.footer {
  width: min(var(--max), calc(100% - (var(--gutter) * 2)));
  margin-right: auto;
  margin-left: auto;
}

.conversion-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin-top: -34px;
  margin-bottom: 42px;
  padding: 26px 30px;
  background: rgba(0, 22, 39, 0.84);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  backdrop-filter: blur(14px);
}

.conversion-strip p {
  max-width: 820px;
  margin: 0;
  color: var(--muted-strong);
  font-size: 19px;
  font-weight: 700;
}

.text-link {
  flex: 0 0 auto;
  color: var(--gold);
  font-size: 15px;
  font-weight: 950;
  text-transform: uppercase;
  text-decoration-thickness: 2px;
  text-underline-offset: 6px;
}

.section {
  padding: 74px 0;
}

.section-heading {
  max-width: 780px;
  margin-bottom: 32px;
}

.section-kicker {
  margin-bottom: 12px;
  color: var(--gold);
  font-size: 14px;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: 2px;
}

h2 {
  margin-bottom: 0;
  color: #fff;
  font-family:
    Impact, "Arial Narrow", "Helvetica Neue Condensed", sans-serif;
  font-size: clamp(38px, 5vw, 70px);
  line-height: 0.95;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0;
}

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

.program-card,
.audience-item,
.result-list li {
  background: rgba(0, 20, 36, 0.74);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 20px 55px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(10px);
}

.program-card {
  min-height: 330px;
  padding: 30px;
}

.program-card.featured {
  background:
    linear-gradient(180deg, rgba(191, 0, 31, 0.92), rgba(115, 0, 20, 0.92)),
    rgba(0, 20, 36, 0.74);
  transform: translateY(-14px);
}

.card-number {
  display: inline-flex;
  margin-bottom: 54px;
  color: var(--gold);
  font-size: 14px;
  font-weight: 950;
}

.program-card h3 {
  margin-bottom: 16px;
  color: #fff;
  font-size: 25px;
  line-height: 1.08;
  font-weight: 950;
}

.program-card p {
  margin-bottom: 0;
  color: var(--muted-strong);
  font-size: 16px;
  font-weight: 650;
}

.split-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1fr);
  gap: 52px;
  align-items: start;
}

.audience-list {
  display: grid;
  gap: 14px;
}

.audience-item {
  display: grid;
  gap: 8px;
  padding: 24px;
}

.audience-item strong {
  color: #fff;
  font-size: 21px;
  font-weight: 950;
}

.audience-item span {
  color: var(--muted-strong);
  font-weight: 650;
}

.results-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(380px, 1fr);
  gap: 44px;
  padding: clamp(30px, 5vw, 58px);
  background:
    linear-gradient(135deg, rgba(0, 26, 45, 0.86), rgba(0, 14, 26, 0.94));
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

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

.result-list li {
  position: relative;
  padding: 18px 18px 18px 50px;
  color: var(--muted-strong);
  font-weight: 750;
}

.result-list li::before {
  content: "";
  position: absolute;
  top: 22px;
  left: 20px;
  width: 13px;
  height: 13px;
  background: var(--red);
  border-radius: 50%;
  box-shadow: 0 0 0 7px rgba(191, 0, 31, 0.18);
}

.final-cta {
  margin-top: 34px;
  margin-bottom: 90px;
  padding: clamp(34px, 6vw, 68px);
  text-align: center;
  background:
    linear-gradient(180deg, rgba(191, 0, 31, 0.96), rgba(108, 0, 18, 0.96));
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.date-line {
  display: inline-flex;
  align-items: center;
  margin: 0 0 16px;
  color: var(--gold);
  font-size: 14px;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.final-cta h2 {
  margin-bottom: 18px;
}

.final-cta p:not(.date-line) {
  max-width: 690px;
  margin: 0 auto 30px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 20px;
  font-weight: 700;
}

.footer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 30px 0 42px;
  color: var(--muted);
  border-top: 1px solid var(--line);
  font-size: 14px;
  font-weight: 700;
}

.footer p {
  margin: 0;
}

.footer a {
  color: var(--gold);
  font-weight: 950;
}

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

  .brand {
    grid-column: 1;
  }

  .nav {
    gap: 14px;
    font-size: 12px;
  }

  .hero {
    min-height: 1050px;
  }

  .hero-visual {
    right: -110px;
    bottom: 190px;
    width: min(62vw, 560px);
  }

  .hero-lead,
  .hero-quote {
    max-width: 430px;
  }

  .program-grid,
  .split-section,
  .results-panel {
    grid-template-columns: 1fr;
  }

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

  .program-card.featured {
    transform: none;
  }
}

@media (max-width: 720px) {
  :root {
    --gutter: 24px;
  }

  .topbar {
    display: block;
    text-align: center;
    padding-top: 28px;
  }

  .brand {
    font-size: 26px;
  }

  .nav {
    display: none;
  }

  .hero {
    min-height: 1110px;
    padding-top: 86px;
    padding-bottom: 42px;
  }

  .hero-kicker {
    margin-bottom: 28px;
    font-size: 12px;
    letter-spacing: 3px;
  }

  h1 {
    font-size: clamp(56px, 15vw, 84px);
  }

  .headline-stamp {
    padding: 8px 18px 12px;
  }

  .mentor-line {
    margin-bottom: 28px;
    font-size: 27px;
  }

  .hero-lead {
    max-width: 320px;
    margin-bottom: 46px;
    font-size: 24px;
  }

  .hero-quote {
    max-width: 285px;
    margin-bottom: 44px;
    font-size: 13px;
  }

  .button {
    width: 100%;
    min-height: 78px;
    padding-right: 18px;
    padding-left: 18px;
    font-size: 18px;
  }

  .hero-visual {
    right: -135px;
    bottom: 226px;
    width: 430px;
  }

  .hero-proof {
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-top: 34px;
  }

  .hero-proof span {
    min-height: 58px;
    padding: 12px;
    font-size: 14px;
  }

  .hero-proof span:last-child {
    grid-column: 1 / -1;
  }

  .conversion-strip {
    display: grid;
    margin-bottom: 24px;
    padding: 22px;
  }

  .conversion-strip p {
    font-size: 17px;
  }

  .section {
    padding: 54px 0;
  }

  h2 {
    font-size: 42px;
  }

  .program-card,
  .audience-item {
    padding: 24px;
  }

  .card-number {
    margin-bottom: 30px;
  }

  .final-cta {
    margin-bottom: 52px;
  }

  .footer {
    display: grid;
  }
}

/* Hero portrait cutout: keep the person clear on desktop and mobile. */
.hero-visual {
  position: absolute;
  right: clamp(-26px, 4vw, 72px);
  bottom: clamp(170px, 18vw, 260px);
  z-index: 7;
  width: min(42vw, 560px);
  margin: 0;
  pointer-events: none;
  filter: drop-shadow(0 34px 70px rgba(0, 0, 0, 0.58));
}

.hero-visual img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center bottom;
}

@media (max-width: 900px) {
  .hero {
    min-height: 1080px;
    padding-bottom: 360px;
  }

  .hero-visual {
    right: max(14px, 5vw);
    top: 300px;
    bottom: auto;
    width: min(45vw, 310px);
    transform: none;
  }
}

@media (max-width: 560px) {
  .hero {
    min-height: 1180px;
    padding-bottom: 120px;
  }

  .hero-kicker {
    max-width: 78%;
    margin-left: 0;
    text-align: left;
  }

  h1 {
    max-width: 82%;
    margin-left: 0;
    font-size: clamp(48px, 14vw, 72px);
    text-align: left;
  }

  .headline-stamp {
    margin-left: 0;
    max-width: 82%;
  }

  .mentor-line,
  .hero-lead,
  .hero-quote {
    max-width: 56%;
    text-align: left;
  }

  .mentor-line {
    margin-left: 0;
    font-size: clamp(25px, 8vw, 34px);
  }

  .hero-lead {
    font-size: clamp(22px, 7vw, 30px);
  }

  .hero-visual {
    right: -12px;
    top: 350px;
    width: min(54vw, 260px);
  }

  .hero-proof {
    margin-top: 34px;
  }
}
