:root {
  color-scheme: light;
  font-family:
    "Readex Pro", "Segoe UI", Inter, ui-sans-serif, system-ui, -apple-system,
    BlinkMacSystemFont, sans-serif;
  --warm-navy: #1e3653;
  --warm-navy-deep: #12243a;
  --ice-blue: #99c5ff;
  --ice-blue-soft: #e8f2ff;
  --soft-sand: #ded9d5;
  --soft-sand-light: #f6f2ed;
  --vivid-red: #ff4a63;
  --ink: #172132;
  --muted: #657082;
  --paper: #fffdf9;
  --white: #ffffff;
  --line: rgba(30, 54, 83, 0.14);
  --shadow: 0 24px 70px rgba(18, 36, 58, 0.16);
  --radius: 8px;
  --section-x: clamp(20px, 5vw, 76px);
  --content-max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-size: 16px;
  line-height: 1.6;
}

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

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

.site-header {
  position: fixed;
  z-index: 20;
  top: 18px;
  right: var(--section-x);
  left: var(--section-x);
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 22px;
  max-width: var(--content-max);
  margin: 0 auto;
  padding: 10px 12px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: var(--radius);
  background: rgba(18, 36, 58, 0.72);
  box-shadow: 0 16px 46px rgba(18, 36, 58, 0.18);
  color: var(--white);
  backdrop-filter: blur(18px);
  transition:
    background 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease;
}

.site-header.is-scrolled {
  border-color: rgba(30, 54, 83, 0.12);
  background: rgba(255, 253, 249, 0.94);
  box-shadow: 0 16px 36px rgba(18, 36, 58, 0.1);
  color: var(--warm-navy);
}

.brand {
  display: inline-flex;
  align-items: center;
}

.brand img {
  width: 148px;
  height: auto;
  border-radius: 4px;
}

.nav-links {
  display: flex;
  justify-content: center;
  gap: clamp(14px, 2vw, 30px);
  font-size: 0.86rem;
  font-weight: 700;
}

.nav-links a {
  position: relative;
  padding: 8px 0;
  opacity: 0.88;
}

.nav-links a::after {
  position: absolute;
  right: 0;
  bottom: 4px;
  left: 0;
  height: 2px;
  background: var(--vivid-red);
  content: "";
  opacity: 0;
  transform: scaleX(0.4);
  transition:
    opacity 160ms ease,
    transform 160ms ease;
}

.nav-links a:hover::after,
.nav-links a:focus-visible::after {
  opacity: 1;
  transform: scaleX(1);
}

.header-cta,
.button {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius);
  font-weight: 800;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
}

.header-cta {
  padding: 0 16px;
  background: var(--ice-blue);
  color: var(--warm-navy-deep);
  font-size: 0.84rem;
}

.button {
  min-width: 168px;
  padding: 0 20px;
  border: 1px solid transparent;
}

.button-primary {
  background: var(--vivid-red);
  color: var(--white);
  box-shadow: 0 16px 34px rgba(255, 74, 99, 0.25);
}

.button-secondary {
  border-color: rgba(255, 255, 255, 0.34);
  background: rgba(255, 255, 255, 0.12);
  color: var(--white);
}

.button-outline {
  border-color: rgba(30, 54, 83, 0.22);
  background: var(--white);
  color: var(--warm-navy);
}

.button:hover,
.button:focus-visible,
.header-cta:hover,
.header-cta:focus-visible {
  transform: translateY(-1px);
}

.hero {
  position: relative;
  display: flex;
  min-height: min(820px, 88svh);
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  padding: 140px var(--section-x) 34px;
  color: var(--white);
}

.hero-media,
.hero-media img,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(18, 36, 58, 0.9) 0%, rgba(18, 36, 58, 0.74) 38%, rgba(18, 36, 58, 0.2) 78%),
    linear-gradient(180deg, rgba(18, 36, 58, 0.24) 0%, rgba(18, 36, 58, 0.58) 100%);
}

.hero-content,
.hero-proof {
  position: relative;
  z-index: 1;
  width: min(100%, var(--content-max));
  margin-right: auto;
  margin-left: auto;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--vivid-red);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: var(--ice-blue);
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1 {
  max-width: 680px;
  margin: 0;
  font-size: clamp(3.6rem, 10vw, 7.6rem);
  line-height: 0.92;
  letter-spacing: 0;
}

.hero-subtitle {
  max-width: 650px;
  margin: 26px 0 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(1.12rem, 2.2vw, 1.55rem);
  line-height: 1.48;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.hero-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: clamp(46px, 9vh, 92px);
}

.hero-proof div {
  min-height: 92px;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(14px);
}

.hero-proof strong,
.hero-proof span {
  display: block;
}

.hero-proof strong {
  font-size: 1.05rem;
}

.hero-proof span {
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.9rem;
}

.intro-band {
  padding: 26px var(--section-x);
  background: var(--ice-blue-soft);
  color: var(--warm-navy);
}

.intro-band p {
  max-width: 920px;
  margin: 0 auto;
  font-size: clamp(1.05rem, 1.7vw, 1.28rem);
  font-weight: 650;
  line-height: 1.55;
  text-align: center;
}

.section {
  padding: clamp(70px, 9vw, 116px) var(--section-x);
}

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

.section-heading,
.section-heading-wide,
.experience-section,
.contact-inner,
.site-footer {
  width: min(100%, var(--content-max));
  margin-right: auto;
  margin-left: auto;
}

.section-heading {
  max-width: 720px;
  margin-bottom: 36px;
}

.section-heading-wide {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(280px, 0.7fr);
  gap: 44px;
  max-width: var(--content-max);
  align-items: end;
}

.section-heading h2,
.experience-copy h2,
.contact-inner h2 {
  margin: 0;
  color: var(--warm-navy);
  font-size: clamp(2.1rem, 4.2vw, 4.2rem);
  line-height: 1.02;
  letter-spacing: 0;
}

.section-heading p:not(.eyebrow),
.section-heading-wide p:not(.eyebrow),
.experience-copy p,
.contact-inner p {
  color: var(--muted);
  font-size: 1.05rem;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  width: min(100%, var(--content-max));
  margin: 0 auto;
}

.feature-card,
.timeline-step,
.score-panel,
.contact-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 16px 40px rgba(18, 36, 58, 0.06);
}

.feature-card {
  min-height: 288px;
  padding: 28px;
}

.feature-number {
  display: inline-flex;
  width: 46px;
  height: 46px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: var(--soft-sand-light);
  color: var(--vivid-red);
  font-weight: 900;
}

.feature-card h3,
.timeline-step h3,
.contact-card h3 {
  margin: 24px 0 8px;
  color: var(--warm-navy);
  font-size: 1.35rem;
  line-height: 1.2;
}

.feature-card p,
.timeline-step p {
  margin: 0;
  color: var(--muted);
}

.program-section {
  background:
    linear-gradient(180deg, var(--soft-sand-light), #fff8f2),
    var(--soft-sand);
}

.program-timeline {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  width: min(100%, var(--content-max));
  margin: 42px auto 0;
}

.timeline-step {
  position: relative;
  min-height: 252px;
  padding: 24px;
  overflow: hidden;
}

.timeline-step::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--ice-blue), var(--vivid-red));
  content: "";
}

.timeline-step span {
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--warm-navy);
  color: var(--white);
  font-weight: 900;
}

.timeline-step h3 {
  margin-top: 26px;
}

.experience-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(330px, 0.62fr);
  gap: clamp(32px, 5vw, 70px);
  align-items: center;
}

.experience-copy > p {
  max-width: 660px;
}

.check-list {
  display: grid;
  gap: 12px;
  max-width: 720px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 34px;
  color: var(--warm-navy);
  font-weight: 700;
}

.check-list li::before {
  position: absolute;
  top: 0.16em;
  left: 0;
  display: inline-flex;
  width: 22px;
  height: 22px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--ice-blue);
  color: var(--warm-navy);
  content: "✓";
  font-size: 0.78rem;
  font-weight: 900;
}

.score-panel {
  padding: 28px;
  background:
    radial-gradient(circle at 82% 12%, rgba(153, 197, 255, 0.46), transparent 26%),
    var(--warm-navy);
  color: var(--white);
  box-shadow: var(--shadow);
}

.score-panel > p {
  margin: 0 0 24px;
  color: var(--ice-blue);
  font-size: 0.86rem;
  font-weight: 900;
  text-transform: uppercase;
}

.score-row {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  margin-top: 20px;
  font-size: 0.95rem;
}

.score-row strong {
  color: var(--ice-blue);
  white-space: nowrap;
}

.progress-track {
  height: 10px;
  margin-top: 10px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
}

.progress-track span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--ice-blue), var(--vivid-red));
}

.contact-section {
  padding: clamp(72px, 9vw, 116px) var(--section-x);
  background: var(--warm-navy-deep);
  color: var(--white);
}

.contact-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.62fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
}

.contact-inner h2 {
  color: var(--white);
}

.contact-inner p {
  max-width: 680px;
  color: rgba(255, 255, 255, 0.72);
}

.contact-card {
  padding: 30px;
  background: var(--white);
  color: var(--warm-navy);
}

.contact-label {
  color: var(--vivid-red);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.contact-card h3 {
  margin-top: 14px;
  font-size: 2rem;
}

.contact-phone {
  display: inline-block;
  margin-top: 4px;
  color: var(--warm-navy);
  font-size: clamp(1.35rem, 3.2vw, 2.1rem);
  font-weight: 900;
  line-height: 1.15;
}

.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.site-footer {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 24px;
  align-items: center;
  padding: 26px var(--section-x);
  color: var(--muted);
  font-size: 0.92rem;
}

.site-footer img {
  width: 128px;
  border-radius: 4px;
}

.site-footer p {
  margin: 0;
}

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

  .nav-links {
    order: 3;
    grid-column: 1 / -1;
    justify-content: flex-start;
    overflow-x: auto;
    padding: 0 2px 2px;
  }

  .header-cta {
    justify-self: end;
  }

  .hero {
    min-height: auto;
    padding-top: 168px;
  }

  .hero-proof,
  .feature-grid,
  .program-timeline,
  .section-heading-wide,
  .experience-section,
  .contact-inner {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 680px) {
  :root {
    --section-x: 18px;
  }

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

  .brand img {
    width: 126px;
  }

  .header-cta {
    min-height: 40px;
    padding: 0 10px;
    font-size: 0.76rem;
  }

  .nav-links {
    gap: 16px;
    font-size: 0.82rem;
  }

  .hero {
    padding-top: 154px;
    padding-bottom: 24px;
  }

  .hero-overlay {
    background:
      linear-gradient(90deg, rgba(18, 36, 58, 0.92) 0%, rgba(18, 36, 58, 0.72) 72%, rgba(18, 36, 58, 0.5) 100%),
      linear-gradient(180deg, rgba(18, 36, 58, 0.24) 0%, rgba(18, 36, 58, 0.58) 100%);
  }

  h1 {
    font-size: clamp(3.15rem, 17vw, 4.35rem);
  }

  .button,
  .hero-actions,
  .contact-actions {
    width: 100%;
  }

  .button {
    min-width: 0;
  }

  .hero-proof,
  .program-timeline {
    grid-template-columns: 1fr;
  }

  .feature-card,
  .timeline-step,
  .score-panel,
  .contact-card {
    padding: 22px;
  }

  .site-footer {
    grid-template-columns: 1fr;
    text-align: left;
  }
}

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