:root {
  --ink: #59595b;
  --cream: #f7f4f0;
  --lime: #0f76bc;
  --orange: #8a512c;
  --tan: #b1957d;
  --line: #d8d0c9;
}

.brand img {
  display: block;
  width: 116px;
  height: 58px;
  object-fit: contain;
  object-position: left center;
  transform: scale(1.55);
  transform-origin: left center;
}

.seo-headline {
  display: block;
  margin-bottom: 18px;
  color: #0f76bc;
  font: 700 12px Manrope, sans-serif;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.format-line {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 26px 0 0;
}

.format-line span {
  padding: 7px 10px;
  border: 1px solid #0f76bc55;
  border-radius: 99px;
  color: #59595b;
  font: 700 9px Manrope, sans-serif;
  letter-spacing: .1em;
}

.hero-summary {
  align-self: center;
  padding: 36px;
  background: #59595b;
  color: #fff;
  border-radius: 5px;
  box-shadow: 0 30px 70px #59595b26;
  text-align: left;
}

.summary-top {
  display: flex;
  justify-content: space-between;
  padding-bottom: 21px;
  border-bottom: 1px solid #ffffff35;
  font: 700 9px Manrope, sans-serif;
  letter-spacing: .15em;
}

.summary-top b { color: #b1957d; }
.hero-summary article { padding: 25px 0; border-bottom: 1px solid #ffffff35; }
.hero-summary article strong { display: block; margin-bottom: 7px; font: 600 21px Manrope, sans-serif; letter-spacing: -.025em; }
.hero-summary article p { margin: 0; color: #d4d1d5; font-size: 13px; line-height: 1.55; }
.summary-footer { padding-top: 21px; color: #c7c4c8; font: 700 9px Manrope, sans-serif; letter-spacing: .1em; }
.summary-footer span { display: inline-block; width: 7px; height: 7px; margin-right: 8px; border-radius: 50%; background: #0f76bc; }

.brand {
  width: 150px;
  height: 62px;
  overflow: hidden;
}

.footer-brand img { width: 124px; }
.button { color: #fff; }
.button-small,
.cta .button { background: #59595b; }
.hero-visual { background: #59595b; }
.hero-visual::before {
  background: radial-gradient(circle at 65% 30%, #0f76bc38, transparent 32%),
              linear-gradient(140deg, transparent 55%, #8a512c30);
}
.core { color: #fff; }
.satellite b,
.outcome-list b { color: #b1957d; }
.signal { background: #0f76bc; color: #fff; }
.signal p,
.signal p:first-child { color: #fff; }
.module.lime { background: #0f76bc; color: #fff; }
.module.lime p { color: #e8f4fb; }
.module.paper { background: #b1957d; }
.module.orange { background: #8a512c; color: #fff; }
.module.orange p { color: #f5e7de; }
.cta { background: #8a512c; color: #fff; }
.cta input { color: #fff; border-bottom-color: #ffffff80; }
.cta input::placeholder { color: #ffffff99; }
.light-eye i { background: #fff; }

.human-first {
  display: grid;
  grid-template-columns: .42fr 1.58fr;
  gap: 70px;
  align-items: center;
  padding-top: 105px;
  padding-bottom: 15px;
}

.human-first-mark {
  width: 210px;
  height: 210px;
  display: grid;
  place-items: center;
  border: 1px solid #0f76bc55;
  border-radius: 50%;
  color: #0f76bc;
  font: 400 110px/1 Georgia, serif;
  box-shadow: inset 0 0 0 18px #0f76bc0a;
}

.human-first-copy h2 {
  max-width: 780px;
  margin: 18px 0 25px;
  font: 700 clamp(39px, 4.7vw, 64px)/1.05 Manrope, sans-serif;
  letter-spacing: -.055em;
}

.human-first-copy h2 em { font-family: Georgia, serif; font-weight: 400; }
.human-first-copy > p { max-width: 820px; color: #646066; font-size: 17px; line-height: 1.7; }
.human-actions { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 34px; border-top: 1px solid #d8d0c9; }
.human-actions span { display: flex; gap: 11px; padding: 18px 14px 18px 0; border-bottom: 1px solid #d8d0c9; font: 600 12px Manrope, sans-serif; }
.human-actions span + span { padding-left: 18px; border-left: 1px solid #d8d0c9; }
.human-actions b { color: #0f76bc; font-size: 9px; }

.mandatory-banner {
  background: #8a512c;
  color: #fff;
}

.mandatory-inner {
  min-height: 86px;
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 48px;
  align-items: center;
}

.mandatory-inner > div { display: flex; align-items: center; gap: 12px; }
.mandatory-inner b { font: 700 17px Manrope, sans-serif; }
.mandatory-inner p { margin: 0; padding: 20px 0; color: #f4e6de; font-size: 13px; line-height: 1.6; }
.mandatory-inner strong { color: #fff; }
.mandatory-inner a { color: #fff; white-space: nowrap; font-weight: 700; text-underline-offset: 3px; }
.mandatory-dot { width: 9px; height: 9px; flex: 0 0 9px; border-radius: 50%; background: #b1957d; box-shadow: 0 0 0 5px #b1957d30; }

.why-now {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 72px;
  align-items: stretch;
  padding-top: 54px;
  padding-bottom: 72px;
}

.why-intro {
  padding: 32px 0 28px;
}

.why-intro h2 {
  max-width: 520px;
  margin: 18px 0 22px;
  font: 700 clamp(34px, 3.7vw, 52px)/1.08 Manrope, sans-serif;
  letter-spacing: -.045em;
}

.why-intro p {
  max-width: 535px;
  margin: 0;
  color: #686469;
  font-size: 17px;
  line-height: 1.7;
}

.act-card {
  position: relative;
  overflow: hidden;
  padding: 32px 36px;
  border-radius: 5px;
  background: #59595b;
  color: #fff;
  text-align: left;
}

.act-card::after {
  content: "04";
  position: absolute;
  right: -12px;
  bottom: -54px;
  color: #ffffff0d;
  font: 800 210px/1 Manrope, sans-serif;
}

.act-card-top {
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
  border-bottom: 1px solid #ffffff50;
  font: 700 10px Manrope, sans-serif;
  letter-spacing: .16em;
}

.act-card-top b { color: #b1957d; }

.act-quote {
  position: relative;
  z-index: 1;
  margin: 24px 0 22px;
  font: 600 20px/1.45 Manrope, sans-serif;
  letter-spacing: -.02em;
}

.act-points {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 10px;
}

.covered-label {
  position: relative;
  z-index: 1;
  margin: 0 0 12px;
  color: #b1957d;
  font: 700 9px Manrope, sans-serif;
  letter-spacing: .15em;
}

.act-points span {
  display: flex;
  gap: 10px;
  font-size: 13px;
  line-height: 1.5;
}

.act-points span::before {
  content: "✓";
  color: #b1957d;
  font-weight: 700;
}

.act-note {
  position: relative;
  z-index: 1;
  margin: 24px 0 0;
  padding-top: 18px;
  border-top: 1px solid #ffffff50;
  color: #e1dfe2;
  font-size: 12px;
  line-height: 1.65;
}

.act-note b { color: #fff; }

.act-source {
  position: relative;
  z-index: 1;
  display: inline-flex;
  gap: 10px;
  margin-top: 16px;
  color: #fff;
  font: 700 11px Manrope, sans-serif;
  letter-spacing: .08em;
  text-decoration: none;
  text-transform: uppercase;
}

.act-links { display: flex; flex-wrap: wrap; gap: 22px; }

.program-cta {
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  gap: 34px;
  align-items: center;
  margin-top: -62px;
  margin-bottom: 15px;
  padding: 28px 32px;
  background: #e5f1f7;
  border-left: 4px solid #0f76bc;
}

.program-cta > div { display: grid; gap: 6px; }
.program-cta > div span { color: #0f76bc; font: 700 9px Manrope, sans-serif; letter-spacing: .14em; }
.program-cta > div b { font: 600 18px/1.4 Manrope, sans-serif; }
.program-cta p { margin: 0; color: #646066; font-size: 13px; line-height: 1.55; }
.program-cta .button { white-space: nowrap; }

.why-now + .hero {
  min-height: 650px;
  padding-top: 72px;
}

.tailored-callout {
  display: grid;
  grid-template-columns: .55fr 1.45fr;
  gap: 48px;
  margin: -28px 0 44px;
  padding: 26px 30px;
  border-left: 4px solid #0f76bc;
  background: #e5f1f7;
}

.tailored-callout > span {
  font: 700 10px Manrope, sans-serif;
  letter-spacing: .15em;
}

.tailored-callout p { margin: 0; line-height: 1.65; color: #57545a; }

.sample-program {
  display: grid;
  grid-template-columns: .72fr 1.28fr;
  gap: 64px;
  margin-top: 80px;
  padding: 52px;
  background: #59595b;
  color: #fff;
  border-radius: 5px;
  align-items: start;
  text-align: left;
}

.sample-intro h3 {
  margin: 18px 0;
  font: 700 42px/1.05 Manrope, sans-serif;
  letter-spacing: -.045em;
}

.sample-intro .kicker { color: #b1957d; }
.sample-intro p { max-width: 310px; color: #c6c3c7; line-height: 1.65; }
.agenda { margin: 0; padding: 0; list-style: none; }
.agenda li { display: grid; grid-template-columns: 112px 1fr; gap: 18px; padding: 17px 0; border-top: 1px solid #ffffff25; }
.agenda li:last-child { border-bottom: 1px solid #ffffff25; }
.agenda time { color: #b1957d; font: 700 11px Manrope, sans-serif; letter-spacing: .05em; }
.agenda div { display: grid; gap: 4px; }
.agenda b { font: 600 16px Manrope, sans-serif; }
.agenda span { color: #aaa7ac; font-size: 12px; line-height: 1.5; }
.break-note { grid-column: 2; margin: 8px 0 0; color: #a9a6aa; font-size: 10px; line-height: 1.5; }

.delivery { padding-top: 20px; padding-bottom: 130px; }
.delivery-head { display: block; margin-bottom: 44px; text-align: left; }
.delivery-head .kicker { margin-bottom: 18px; }
.delivery-head h2 { margin: 0; font: 700 clamp(40px, 5vw, 66px)/1.04 Manrope, sans-serif; letter-spacing: -.055em; }
.delivery-coverage { display: flex; flex-wrap: wrap; gap: 10px; margin: 24px 0 0; }
.delivery-coverage b,
.delivery-coverage span { padding: 8px 12px; border-radius: 99px; font: 700 10px Manrope, sans-serif; letter-spacing: .08em; text-transform: uppercase; }
.delivery-coverage b { background: #0f76bc; color: #fff; }
.delivery-coverage span { border: 1px solid #0f76bc55; color: #59595b; }
.delivery-options { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.delivery-card { min-height: 265px; padding: 32px; background: #b1957d; border-radius: 4px; text-align: left; }
.delivery-card.recommended { background: #0f76bc; color: #fff; }
.format-label { font: 700 9px Manrope, sans-serif; letter-spacing: .15em; }
.delivery-card h3 { margin: 70px 0 12px; font: 700 30px Manrope, sans-serif; letter-spacing: -.04em; }
.delivery-card p { max-width: 455px; margin: 0; line-height: 1.65; }
.recommended p { color: #e0f0f8; }
.discovery-strip { display: grid; grid-template-columns: .65fr 1.2fr auto; gap: 36px; align-items: center; padding: 30px 32px; background: #8a512c; color: #fff; }
.discovery-strip b { font: 600 18px Manrope, sans-serif; }
.discovery-strip p { margin: 0; color: #f1ded4; font-size: 13px; line-height: 1.55; }
.discovery-strip a { color: #fff; white-space: nowrap; font: 700 11px Manrope, sans-serif; text-decoration: none; border-bottom: 1px solid #ffffff90; padding-bottom: 4px; }
.discovery-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin: 0; padding: 0; list-style: none; }
.discovery-steps li { display: grid; gap: 5px; color: #f1ded4; font-size: 11px; line-height: 1.4; }
.discovery-steps span { color: #b1957d; font: 700 9px Manrope, sans-serif; letter-spacing: .08em; }

.about {
  position: relative;
  overflow: hidden;
  padding: 120px 0;
  background: #e5f1f7;
}

.about::after {
  content: "2C4P";
  position: absolute;
  right: -35px;
  bottom: -48px;
  color: #0f76bc0a;
  font: 800 190px/1 Manrope, sans-serif;
  letter-spacing: -.08em;
}

.about-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 110px;
  align-items: start;
}

.about-heading h2 {
  margin: 20px 0 42px;
  font: 700 clamp(42px, 5vw, 66px)/1.04 Manrope, sans-serif;
  letter-spacing: -.055em;
}

.about-heading h2 em { font-family: Georgia, serif; font-weight: 400; }
.about-heading blockquote {
  max-width: 480px;
  margin: 0;
  padding: 22px 0 0 24px;
  border-left: 3px solid #8a512c;
  color: #5f5b60;
  font: 400 17px/1.65 Georgia, serif;
}

.about-copy > p { color: #5e5a60; line-height: 1.75; }
.about-copy .about-lead {
  color: #59595b;
  font: 600 22px/1.55 Manrope, sans-serif;
  letter-spacing: -.02em;
}

.trainer-role {
  margin-bottom: 24px;
  padding-bottom: 18px;
  border-bottom: 1px solid #0f76bc50;
  color: #0f76bc !important;
  font: 700 11px/1.55 Manrope, sans-serif;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.credentials {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 38px;
  border-top: 1px solid #0f76bc50;
}

.credentials span {
  display: grid;
  grid-template-columns: 30px 1fr;
  gap: 8px;
  padding: 18px 16px 18px 0;
  border-bottom: 1px solid #0f76bc50;
  font: 600 12px/1.45 Manrope, sans-serif;
}

.credentials span:nth-child(odd) { border-right: 1px solid #0f76bc50; }
.credentials span:nth-child(even) { padding-left: 18px; }
.credentials b { color: #0f76bc; font-size: 9px; letter-spacing: .08em; }

.box-reveal {
  opacity: 0;
  transform: translateY(24px) scale(.985);
  transition: opacity .65s ease var(--box-delay, 0ms),
              transform .65s cubic-bezier(.2,.7,.2,1) var(--box-delay, 0ms),
              box-shadow .25s ease;
}

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

.sources {
  display: grid;
  grid-template-columns: .7fr 1.3fr;
  gap: 80px;
  padding-top: 70px;
  padding-bottom: 70px;
  border-top: 1px solid #d8d0c9;
  align-items: start;
  text-align: left;
}

.why-intro,
.human-first-copy,
.sample-intro,
.about-heading,
.about-copy,
.accordion,
.cta,
.discovery-strip {
  text-align: left;
}

.sources h2 { margin: 12px 0 0; font: 700 28px Manrope, sans-serif; letter-spacing: -.035em; }
.sources p { color: #686469; font-size: 12px; line-height: 1.6; }
.sources ul { margin: 18px 0 0; padding: 0; list-style: none; }
.sources li { padding: 10px 0; border-top: 1px solid #d8d0c9; }
.sources li:last-child { border-bottom: 1px solid #d8d0c9; }
.sources a { color: #0f76bc; font: 600 12px Manrope, sans-serif; }

.module.box-reveal:hover,
.delivery-card.box-reveal:hover {
  transform: translateY(-5px) scale(1);
  box-shadow: 0 18px 38px #59595b20;
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal,
  .box-reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

@media (max-width: 520px) {
  .brand { width: 112px; height: 54px; }
  .brand img { width: 94px; transform: scale(1.5); }
}

@media (max-width: 850px) {
  .mandatory-inner { grid-template-columns: 1fr; gap: 7px; padding-top: 18px; padding-bottom: 18px; }
  .why-now { grid-template-columns: 1fr; gap: 18px; padding-top: 40px; padding-bottom: 52px; }
  .why-intro { padding-bottom: 8px; }
  .act-card { padding: 28px; }
  .why-now + .hero { padding-top: 84px; }
  .tailored-callout, .sample-program { grid-template-columns: 1fr; gap: 28px; }
  .break-note { grid-column: 1; margin: 0; }
  .delivery-head { display: block; }
  .delivery-head .kicker { margin-bottom: 18px; }
  .delivery-options { grid-template-columns: 1fr; }
  .discovery-strip { grid-template-columns: 1fr; gap: 14px; }
  .discovery-steps { grid-template-columns: 1fr; }
  .about { padding: 85px 0; }
  .about-grid { grid-template-columns: 1fr; gap: 55px; }
  .sources { grid-template-columns: 1fr; gap: 28px; }
  .human-first { grid-template-columns: 1fr; gap: 38px; padding-top: 80px; }
  .human-first-mark { width: 150px; height: 150px; font-size: 80px; }
  .hero-summary { width: 100%; }
  .program-cta { grid-template-columns: 1fr; margin-top: -42px; }
}

@media (max-width: 520px) {
  .tailored-callout { grid-template-columns: 1fr; gap: 12px; padding: 22px; }
  .sample-program { margin-top: 55px; padding: 30px 24px; }
  .agenda li { grid-template-columns: 1fr; gap: 7px; }
  .delivery { padding-bottom: 80px; }
  .credentials { grid-template-columns: 1fr; }
  .credentials span:nth-child(odd) { border-right: 0; }
  .credentials span:nth-child(even) { padding-left: 0; }
  .human-actions { grid-template-columns: 1fr; }
  .human-actions span + span { padding-left: 0; border-left: 0; }
}
