:root {
  color-scheme: light;
  --ink: #101114;
  --muted: #5c6270;
  --paper: #f7f8fa;
  --panel: #ffffff;
  --line: #dfe2e8;
  --line-dark: #2d3038;
  --blue: #1457d9;
  --blue-dark: #0d43ad;
  --gold: #f0b82f;
  --brand-green: #00bf63;
  --green: #16845f;
  --red-soft: #fff2ee;
  --green-soft: #ecf8f2;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--panel); color: var(--ink); font-size: 16px; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3, .brand, .button, .nav-cta, .package-price, .impact-stats strong { letter-spacing: 0; }

h1 {
  font-size: clamp(3.5rem, 4.6vw, 5.3rem);
  line-height: 0.96;
  margin-bottom: 24px;
  max-width: 720px;
}

.headline-line { color: inherit; display: block; white-space: nowrap; }
.headline-line .headline-accent { color: var(--gold); display: inline; }
h2 { font-size: clamp(2.25rem, 4.1vw, 4.7rem); line-height: 1; margin-bottom: 20px; }
h3 { font-size: 1.2rem; line-height: 1.25; margin-bottom: 10px; }

.site-header {
  align-items: center;
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid var(--line);
  display: grid;
  gap: 28px;
  grid-template-columns: 1fr auto 1fr;
  min-height: 72px;
  padding: 12px clamp(20px, 4vw, 64px);
  position: sticky;
  top: 0;
  z-index: 30;
  backdrop-filter: blur(16px);
}

.brand, .nav-links, .hero-actions { align-items: center; display: flex; }
.brand { justify-self: start; }
.brand-logo { height: 58px; object-fit: contain; width: auto; }

.nav-links { color: #3f4551; gap: 28px; font-size: 0.92rem; font-weight: 650; }
.nav-links a, .button, .nav-cta, .package-link { transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease; }
.nav-links a:hover { color: var(--blue); }
.nav-cta, .button { align-items: center; border-radius: 6px; display: inline-flex; font-weight: 800; justify-content: center; line-height: 1; }
.nav-cta { background: var(--blue); color: white; justify-self: end; padding: 14px 18px; }
.nav-cta:hover, .button.primary:hover { background: var(--blue-dark); transform: translateY(-1px); }

.webinar-feature {
  background: var(--ink);
  color: white;
  display: grid;
  grid-template-columns: minmax(200px, 250px) minmax(0, 1fr) minmax(245px, 0.34fr);
  min-height: 250px;
  overflow: hidden;
}
.webinar-media { height: 250px; margin: 0; min-height: 250px; overflow: hidden; }
.webinar-media img { height: 100%; object-fit: cover; object-position: center 49%; width: 100%; }
.webinar-copy { align-self: center; padding: 32px clamp(28px, 4vw, 64px); }
.webinar-meta { align-items: center; display: flex; flex-wrap: wrap; gap: 12px 18px; margin-bottom: 16px; }
.webinar-kicker { background: var(--brand-green); border-radius: 3px; color: #07140d; font-size: 0.72rem; font-weight: 900; padding: 7px 9px; text-transform: uppercase; }
.webinar-meta time { color: #d5d9e2; font-size: 0.82rem; font-weight: 750; }
.webinar-copy h2 { font-size: clamp(2.15rem, 3.1vw, 3.5rem); margin-bottom: 14px; max-width: 760px; }
.webinar-copy p { color: #cdd1da; line-height: 1.6; margin: 0; max-width: 800px; }
.webinar-action { align-items: flex-start; border-left: 1px solid var(--line-dark); display: flex; flex-direction: column; justify-content: center; padding: 32px clamp(24px, 3vw, 44px); }
.webinar-action > span { color: #ffe28c; font-size: 0.72rem; font-weight: 850; margin-bottom: 12px; text-transform: uppercase; }
.webinar-action > a { align-items: center; background: var(--brand-green); border-radius: 6px; color: #07140d; display: flex; font-weight: 900; gap: 16px; justify-content: space-between; line-height: 1.2; padding: 16px 18px; transition: background-color 160ms ease, transform 160ms ease; width: 100%; }
.webinar-action > a:hover { background: #20d77d; transform: translateY(-1px); }
.webinar-action small { color: #979eac; font-size: 0.7rem; line-height: 1.4; margin-top: 12px; }

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(480px, 1.14fr);
  height: 560px;
  min-height: 560px;
  overflow: hidden;
  padding: 0;
}
.hero-copy { align-self: center; max-width: 760px; padding: 36px clamp(20px, 2vw, 32px) 36px clamp(28px, 4vw, 64px); }
.eyebrow { color: var(--blue); font-size: 0.75rem; font-weight: 850; letter-spacing: 0.08em; margin: 0 0 15px; text-transform: uppercase; }
.hero-lede, .large-copy, .section-heading > p:not(.eyebrow), .muted { color: var(--muted); font-size: clamp(1rem, 1.5vw, 1.18rem); line-height: 1.65; }
.hero-lede { font-size: clamp(1.08rem, 1.6vw, 1.3rem); margin-bottom: 0; max-width: 580px; }

.hero-highlights { display: grid; gap: 18px; grid-template-columns: repeat(4, minmax(0, 1fr)); margin: 20px 0; }
.hero-highlights div { border-left: 2px solid var(--gold); padding-left: 10px; }
.hero-highlights strong, .hero-highlights span { display: block; }
.hero-highlights strong { font-size: 0.84rem; margin-bottom: 5px; }
.hero-highlights span { color: var(--muted); font-size: 0.74rem; line-height: 1.35; }
.hero-actions { flex-wrap: wrap; gap: 14px; margin-top: 20px; }
.button { min-height: 50px; padding: 16px 22px; }
.button.primary { background: var(--blue); color: white; }
.button.secondary { border: 1px solid transparent; color: var(--ink); }
.button.secondary::after { content: "→"; margin-left: 10px; }
.button.secondary:hover { border-color: var(--line); }
.hero-visual { height: 100%; margin: 0; overflow: hidden; }
.hero-visual img { height: 100%; object-fit: cover; object-position: center 56%; width: 100%; }

.impact-stats { background: var(--ink); color: white; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); padding: 26px clamp(20px, 5vw, 76px); }
.impact-stats article { border-right: 1px solid var(--line-dark); padding: 5px clamp(12px, 2.5vw, 36px); }
.impact-stats article:last-child { border-right: 0; }
.impact-stats strong, .impact-stats span { display: block; }
.impact-stats strong { color: var(--gold); font-size: clamp(1.45rem, 2.5vw, 2.15rem); margin-bottom: 5px; }
.impact-stats span { color: #cdd1da; font-size: 0.78rem; }

section { padding: clamp(72px, 8vw, 122px) clamp(20px, 5vw, 76px); }
.section-heading { margin: 0 auto 50px; max-width: 900px; text-align: center; }
.section-heading p:last-child, .large-copy p:last-child { margin-bottom: 0; }
.launch-numbers { background: var(--panel); }
.launch-numbers .section-heading { margin-bottom: 58px; }
.number-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); margin: 0 auto; max-width: 1320px; }
.number-grid article { border-top: 1px solid #bfc4cf; min-height: 220px; padding: 0 clamp(16px, 2vw, 30px) 24px; }
.number-grid article:first-child { padding-left: 0; }
.number-grid article:last-child { padding-right: 0; }
.number-grid strong {
  align-items: center;
  background: var(--blue);
  border: 5px solid white;
  border-radius: 50%;
  color: white;
  display: flex;
  font-size: 0.78rem;
  height: 42px;
  justify-content: center;
  margin: -21px 0 28px -5px;
  width: 42px;
}
.number-grid h3 { margin-bottom: 10px; }
.number-grid span { color: var(--muted); font-size: 0.92rem; line-height: 1.55; }

.section-grid { border-top: 1px solid var(--line); display: grid; gap: clamp(36px, 7vw, 100px); grid-template-columns: minmax(280px, 0.8fr) minmax(0, 1.2fr); }
.problem { background: var(--ink); border-top: 0; color: white; }
.problem .eyebrow { color: var(--gold); }
.problem .large-copy { color: #cdd1da; }
.program { background: var(--paper); }

.steps, .package-grid, .outcome-grid { display: grid; }
.steps { border-bottom: 1px solid var(--line); border-top: 1px solid var(--line); grid-template-columns: repeat(6, minmax(0, 1fr)); margin: 0 auto; max-width: 1380px; }
.steps article { border-right: 1px solid var(--line); min-height: 230px; padding: 28px 22px; }
.steps article:last-child { border-right: 0; }
.steps > article > span, .bonus-grid span { color: var(--blue); display: block; font-size: 0.76rem; font-weight: 850; margin-bottom: 38px; }
.steps p, .package p, .package li, .outcome-grid p, .curriculum-list p, .faq p, .bonus-grid p { color: var(--muted); line-height: 1.6; }

.curriculum { background: white; }
.curriculum-list { border-top: 1px solid var(--line); }
.curriculum-list article { border-bottom: 1px solid var(--line); display: grid; gap: 24px; grid-template-columns: minmax(190px, 0.42fr) minmax(0, 1fr); padding: 26px 0; }
.curriculum-list h3, .curriculum-list p { margin-bottom: 0; }
.fit { background: var(--paper); }
.fit-grid { display: grid; gap: 16px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.fit-card { border: 1px solid var(--line); border-radius: 6px; padding: 30px; }
.fit-card-good { background: var(--green-soft); border-color: #c9e7da; }
.fit-card-no { background: var(--red-soft); border-color: #efd5ce; }
.fit-card ul { color: var(--muted); line-height: 1.55; margin: 20px 0 0; padding-left: 20px; }
.fit-card li + li { margin-top: 10px; }

.assets { background: white; }
.asset-grid { border-left: 1px solid var(--line); border-top: 1px solid var(--line); display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); margin: 0 auto; max-width: 1260px; }
.asset-grid span { border-bottom: 1px solid var(--line); border-right: 1px solid var(--line); font-size: 0.9rem; font-weight: 750; min-height: 84px; padding: 24px; }

.packages { background: var(--paper); }
.package-grid { border-left: 1px solid var(--line); border-top: 1px solid var(--line); grid-template-columns: repeat(4, minmax(0, 1fr)); margin: 0 auto; max-width: 1420px; }
.package { background: white; border-bottom: 1px solid var(--line); border-right: 1px solid var(--line); display: flex; flex-direction: column; padding: 30px 26px; }
.package.highlighted { background: var(--blue); border-color: var(--blue); color: white; }
.package.highlighted p, .package.highlighted li { color: #e5edff; }
.package-label { color: var(--blue); font-size: 0.72rem; font-weight: 850; letter-spacing: 0.06em; margin-bottom: 18px; text-transform: uppercase; }
.highlighted .package-label { color: #ffe08a; }
.package-price { align-items: baseline; color: var(--ink) !important; display: flex; flex-wrap: wrap; font-size: clamp(2rem, 3.3vw, 3.2rem); font-weight: 900; gap: 10px; line-height: 1; margin: 18px 0 8px; }
.highlighted .package-price { color: white !important; }
.package-price span { color: #858b98; font-size: 0.88rem; font-weight: 700; text-decoration: line-through; }
.highlighted .package-price span { color: #c7d5fb; }
.discount-note { color: var(--green) !important; font-size: 0.74rem; font-weight: 850; margin: 0 0 20px; text-transform: uppercase; }
.highlighted .discount-note { color: #ffe08a !important; }
.package ul { margin: 22px 0 30px; padding-left: 19px; }
.package li + li { margin-top: 9px; }
.package-link { border-top: 1px solid var(--line); color: var(--blue); display: block; font-weight: 850; margin-top: auto; padding-top: 20px; }
.package-link::after { content: "→"; float: right; }
.highlighted .package-link { border-color: rgba(255, 255, 255, 0.25); color: white; }
.package-note { color: var(--muted); line-height: 1.65; margin: 36px auto 0; max-width: 920px; text-align: center; }

.bonuses { background: white; }
.bonus-grid { border-bottom: 1px solid var(--line); border-top: 1px solid var(--line); display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); }
.bonus-grid article { border-right: 1px solid var(--line); min-height: 260px; padding: 28px 24px; }
.bonus-grid article:last-child { border-right: 0; }
.community { background: #f4f7ff; }
.guarantee { background: var(--green-soft); border-color: #c9e7da; }
.guarantee .eyebrow { color: var(--green); }
.muted-small { border-left: 3px solid var(--green); font-size: 0.94rem !important; padding-left: 16px; }

.outcomes { background: var(--ink); color: white; }
.outcomes .eyebrow { color: var(--gold); }
.outcomes .section-heading > p:not(.eyebrow) { color: #cdd1da; }
.outcome-grid { border-bottom: 1px solid var(--line-dark); border-top: 1px solid var(--line-dark); grid-template-columns: repeat(3, minmax(0, 1fr)); }
.outcome-grid article { border-right: 1px solid var(--line-dark); padding: 30px; }
.outcome-grid article:last-child { border-right: 0; }
.outcome-grid p { color: #cdd1da; }

.faq { background: white; }
.faq-list { margin: 0 auto; max-width: 920px; }
details { border-top: 1px solid var(--line); padding: 24px 0; }
details:last-child { border-bottom: 1px solid var(--line); }
summary { cursor: pointer; font-size: 1.08rem; font-weight: 800; list-style-position: outside; }
summary::marker { color: var(--blue); }
details p { margin: 14px 0 0; max-width: 760px; }

.final-cta { background: var(--blue); color: white; text-align: center; }
.final-cta .eyebrow { color: #ffe08a; }
.final-cta h2 { margin-left: auto; margin-right: auto; max-width: 980px; }
.final-cta .button.primary { background: white; color: var(--blue); }
.cta-help { color: #e5edff; margin: 24px 0 0; }
.cta-help a { color: #ffe08a; font-weight: 850; }
.site-footer { align-items: center; background: var(--ink); color: #cdd1da; display: flex; flex-wrap: wrap; font-size: 0.88rem; gap: 18px; justify-content: space-between; padding: 28px clamp(20px, 5vw, 76px); }
.site-footer p { margin: 0; }
.footer-brand { align-items: center; display: flex; gap: 12px; }
.footer-brand img { background: white; border-radius: 4px; height: 48px; object-fit: contain; padding: 3px 5px; width: auto; }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; }

@media (max-width: 1180px) {
  .steps { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .steps article:nth-child(3) { border-right: 0; }
  .steps article:nth-child(-n + 3) { border-bottom: 1px solid var(--line); }
  .package-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .bonus-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .bonus-grid article:nth-child(3) { border-right: 0; }
  .bonus-grid article:nth-child(-n + 3) { border-bottom: 1px solid var(--line); }
}

@media (max-width: 900px) {
  .site-header { grid-template-columns: 1fr auto; }
  .nav-links { display: none; }
  .webinar-feature { grid-template-columns: 190px minmax(0, 1fr); }
  .webinar-media { grid-row: 1 / span 2; height: 100%; }
  .webinar-action { border-left: 0; grid-column: 2; padding: 0 28px 30px; }
  .webinar-action > a { max-width: 310px; }
  .hero { grid-template-columns: 1fr; height: auto; }
  .hero-copy { max-width: none; padding-bottom: 54px; padding-top: 64px; }
  .hero-visual { aspect-ratio: 16 / 10; }
  .impact-stats { grid-template-columns: repeat(4, minmax(145px, 1fr)); overflow-x: auto; }
  .number-grid { gap: 28px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .number-grid article { min-height: 190px; }
  .number-grid article:last-child { grid-column: 1 / -1; }
  .section-grid { grid-template-columns: 1fr; }
  .asset-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 620px) {
  h1 { font-size: clamp(2.9rem, 12.7vw, 3.25rem); margin-bottom: 18px; }
  .site-header { min-height: 64px; padding: 10px 16px; }
  .brand-logo { height: 50px; }
  .nav-cta { padding: 12px 13px; }
  .webinar-feature { grid-template-columns: 1fr; }
  .webinar-media { grid-row: auto; height: 190px; min-height: 190px; }
  .webinar-media img { object-position: center 48%; }
  .webinar-copy { padding: 28px 20px 22px; }
  .webinar-meta { align-items: flex-start; flex-direction: column; }
  .webinar-copy h2 { font-size: 2.25rem; }
  .webinar-action { grid-column: 1; padding: 0 20px 30px; }
  .webinar-action > a { max-width: none; }
  .hero-copy { padding: 42px 20px 36px; }
  .hero-highlights { grid-template-columns: repeat(2, minmax(0, 1fr)); margin: 20px 0; }
  .hero-actions { margin-top: 22px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .button { width: 100%; }
  .hero-visual { aspect-ratio: 4 / 3; }
  .hero-visual img { object-position: center 58%; }
  .impact-stats { padding-left: 8px; padding-right: 8px; }
  section { padding-bottom: 76px; padding-top: 76px; }
  .number-grid, .steps, .fit-grid, .asset-grid, .package-grid, .bonus-grid, .outcome-grid { grid-template-columns: 1fr; }
  .number-grid article, .number-grid article:last-child { grid-column: auto; }
  .steps article, .steps article:nth-child(3), .bonus-grid article, .bonus-grid article:nth-child(3), .outcome-grid article { border-bottom: 1px solid var(--line); border-right: 0; }
  .curriculum-list article { gap: 8px; grid-template-columns: 1fr; }
  .package { padding: 28px 22px; }
  .site-footer { align-items: flex-start; flex-direction: column; }
}

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