:root {
  --navy: #07142f;
  --navy-soft: #24304a;
  --green: #005f3b;
  --green-700: #0e6c44;
  --green-100: #edf5ee;
  --green-050: #f7fbf7;
  --blue: #0d4a86;
  --blue-100: #eef6ff;
  --cream: #fbfaf6;
  --line: #dbe5dc;
  --line-dark: rgba(7, 20, 47, .14);
  --gold: #d7bd77;
  --white: #fff;
  --shadow: 0 18px 42px rgba(7, 20, 47, .08);
  --shadow-small: 0 10px 28px rgba(7, 20, 47, .08);
  --radius: 8px;
  --container: 1360px;
  --font-sans: -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Yu Gothic", "YuGothic", "Noto Sans JP", "Segoe UI", sans-serif;
  --font-serif: "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "Noto Serif JP", serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body {
  margin: 0;
  color: var(--navy);
  background: var(--cream);
  font-family: var(--font-sans);
  line-height: 1.8;
  letter-spacing: 0;
  text-rendering: optimizeLegibility;
}
body.is-menu-open { overflow: hidden; }
a { color: inherit; }
svg { width: 1em; height: 1em; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.svg-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }

:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 4px;
}

.sr-only,
.skip-link {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.skip-link:focus {
  width: auto;
  height: auto;
  margin: 0;
  padding: 10px 14px;
  clip: auto;
  background: var(--green);
  color: var(--white);
  z-index: 1000;
}

.container {
  width: min(calc(100% - 64px), var(--container));
  margin-inline: auto;
}
.container.narrow { width: min(calc(100% - 64px), 900px); }
.section { padding: clamp(76px, 8vw, 120px) 0; }
.section-white { background: var(--white); }

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, .9);
  border-bottom: 1px solid rgba(7, 20, 47, .08);
  backdrop-filter: blur(18px);
  transition: box-shadow .2s ease, background .2s ease;
}
.site-header.is-scrolled {
  background: rgba(255, 255, 255, .97);
  box-shadow: 0 12px 30px rgba(7, 20, 47, .07);
}
.header-inner {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}
.brand {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  flex: 0 0 auto;
}
.brand-logo {
  display: block;
  width: min(280px, 30vw);
  max-width: 100%;
  height: auto;
  max-height: 56px;
  object-fit: contain;
}
.global-nav {
  display: flex;
  align-items: center;
  gap: 22px;
  font-size: 14px;
  font-weight: 800;
}
.global-nav a {
  color: var(--navy);
  text-decoration: none;
}
.global-nav a:hover { color: var(--green); }
.global-nav .nav-cta {
  padding: 10px 18px;
  border-radius: 999px;
  background: var(--green);
  color: var(--white);
  box-shadow: 0 10px 24px rgba(0, 95, 59, .18);
}
.menu-button { display: none; }

.section-label {
  position: relative;
  margin: 0 0 30px;
  color: var(--green);
  font-size: clamp(14px, 1.5vw, 18px);
  font-weight: 700;
  letter-spacing: .12em;
  line-height: 1.2;
}
.section-label::after {
  content: "";
  display: block;
  width: 68px;
  height: 3px;
  margin-top: 14px;
  background: currentColor;
  border-radius: 999px;
}
.section-label-light { color: rgba(255, 255, 255, .82); }

.hero {
  display: grid;
  align-items: center;
  overflow: hidden;
  background: var(--white);
  padding: clamp(64px, 7vw, 96px) 0 clamp(70px, 8vw, 110px);
}
.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(430px, .88fr);
  align-items: center;
  gap: clamp(30px, 4vw, 56px);
}
.notice {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  width: min(100%, 680px);
  margin-bottom: 30px;
  padding: 14px 18px;
  border-radius: var(--radius);
  background: var(--green-100);
  color: var(--green);
  font-weight: 700;
}
.notice-icon {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--white);
  flex: 0 0 auto;
}
.hero h1,
.large-title,
.center-title,
.wide-title,
.philosophy h2,
.fit-section h2,
.speaker-copy h2,
.price-section h2 {
  margin: 0;
  font-family: var(--font-serif);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.24;
  text-wrap: balance;
}
.hero h1 {
  color: var(--navy);
  font-size: clamp(40px, 3.7vw, 56px);
  word-break: keep-all;
}
.hero h1 span { display: block; }
.hero-subtitle {
  margin: 24px 0 0;
  color: var(--navy);
  font-size: clamp(20px, 2.2vw, 30px);
  font-weight: 700;
  line-height: 1.65;
}
.hero-subtitle br { display: block; }
.hero-list {
  list-style: none;
  display: grid;
  gap: 10px;
  width: min(100%, 620px);
  margin: 28px 0 0;
  padding: 0;
}
.hero-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-bottom: 10px;
  border-bottom: 1px dashed var(--line);
  font-weight: 700;
}
.hero-list svg {
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  padding: 4px;
  border-radius: 50%;
  background: var(--green);
  color: var(--white);
  flex: 0 0 auto;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 34px;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-height: 64px;
  padding: 18px 32px;
  border: 2px solid transparent;
  border-radius: var(--radius);
  font-weight: 700;
  text-decoration: none;
  line-height: 1.2;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.button:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-small);
}
.button-primary {
  background: var(--green);
  color: var(--white);
  box-shadow: 0 14px 28px rgba(0, 95, 59, .22);
}
.button-outline {
  min-width: 220px;
  background: var(--white);
  border-color: var(--green);
  color: var(--green);
}
.button span,
.button > svg {
  flex: 0 0 auto;
}
.button span {
  display: grid;
  place-items: center;
}
.button .button-label {
  display: inline;
  min-width: 0;
  flex: 0 1 auto;
}
.button-unit {
  font-size: .68em;
  line-height: 1;
}

.feature-row {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  width: 100%;
  margin-top: 8px;
  padding: 12px;
  border-radius: var(--radius);
  background: #f8f8f5;
}
.feature-row article {
  display: grid;
  grid-template-columns: 42px 1fr;
  align-items: center;
  gap: 12px;
  padding: 14px;
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 8px 20px rgba(7, 20, 47, .06);
  font-weight: 700;
}
.feature-row svg {
  width: 34px;
  height: 34px;
  color: var(--green);
}

.hero-photo,
.speaker-photo {
  position: relative;
  min-height: clamp(520px, 48vw, 720px);
  margin: 0;
  overflow: hidden;
  border-radius: var(--radius);
  background-image:
    linear-gradient(90deg, rgba(255,255,255,.2), rgba(255,255,255,0)),
    var(--image-url),
    linear-gradient(135deg, #eaf3ef 0%, #fbfaf6 46%, #d9e6ef 100%);
  background-size: cover;
  background-position: center;
  box-shadow: var(--shadow);
}
.hero-photo::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255,255,255,.68), rgba(255,255,255,0) 34%),
    radial-gradient(circle at 60% 45%, transparent 0 38%, rgba(255,255,255,.42) 39%, transparent 40%);
  pointer-events: none;
}
.orb {
  position: absolute;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 112px;
  height: 112px;
  border: 2px solid rgba(0, 95, 59, .55);
  border-radius: 50%;
  background: rgba(255, 255, 255, .84);
  color: var(--green);
  box-shadow: 0 12px 30px rgba(7, 20, 47, .08);
  text-align: center;
  font-weight: 700;
}
.orb svg { width: 34px; height: 34px; }
.orb span { display: block; margin-top: 4px; font-size: 13px; }
.orb-ai { top: 10%; left: 12%; }
.orb-doc { top: 10%; right: 8%; }
.orb-chart { bottom: 26%; left: 10%; }
.orb-mail { right: 7%; bottom: 24%; }

.large-title {
  color: var(--navy);
  font-size: clamp(44px, 5.5vw, 74px);
}
.section-lead {
  margin: 22px 0 0;
  color: var(--navy);
  font-size: clamp(18px, 2vw, 24px);
  font-weight: 700;
  line-height: 1.7;
}
#takeaways .section-lead {
  max-width: 980px;
  margin-inline: auto;
  text-align: center;
}
.stats-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 42px;
}
.stat-card {
  min-height: 285px;
  padding: 28px 26px 22px;
  border: 1px solid rgba(7, 20, 47, .08);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--shadow-small);
  text-align: center;
}
.stat-icon {
  display: grid;
  place-items: center;
  width: 92px;
  height: 92px;
  margin: 0 auto 16px;
  border-radius: 50%;
  background: var(--green-100);
  color: var(--green);
}
.stat-icon svg { width: 48px; height: 48px; }
.stat-card strong {
  display: block;
  color: var(--green);
  font-family: var(--font-serif);
  font-size: clamp(54px, 6vw, 76px);
  line-height: 1;
}
.stat-card strong span { font-family: var(--font-sans); font-size: .38em; }
.stat-card p {
  margin: 18px 0 16px;
  color: var(--navy);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.55;
}
.stat-card small {
  display: block;
  padding-top: 14px;
  border-top: 1px dashed var(--line-dark);
  color: #677086;
  font-weight: 700;
}
.message-band {
  display: grid;
  grid-template-columns: 96px 1fr;
  align-items: center;
  gap: 28px;
  margin-top: 32px;
  padding: 30px 36px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--green-050);
}
.message-band > span {
  display: grid;
  place-items: center;
  width: 76px;
  height: 76px;
  border-radius: 50%;
  background: var(--green);
  color: var(--white);
}
.message-band svg { width: 38px; height: 38px; }
.message-band strong {
  display: block;
  color: var(--green);
  font-family: var(--font-serif);
  font-size: clamp(28px, 3.3vw, 46px);
  line-height: 1.35;
}
.message-band p {
  margin: 8px 0 0;
  font-size: 20px;
  font-weight: 700;
}

.center-title {
  text-align: center;
  color: var(--navy);
  font-size: clamp(40px, 5vw, 64px);
}
.center-title span,
.wide-title span { color: var(--green); }
.audience-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
  margin-top: 46px;
}
.audience-card {
  padding: 28px;
  border: 2px solid rgba(0, 95, 59, .24);
  border-radius: var(--radius);
  background: var(--green-050);
}
.audience-blue {
  border-color: rgba(13, 74, 134, .28);
  background: #f6f9ff;
}
.pill {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: min(100%, 360px);
  margin: 0 auto 24px;
  padding: 10px 18px;
  border-radius: 999px;
  background: var(--green);
  color: var(--white);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
}
.audience-blue .pill { background: var(--blue); }
.audience-card h3 {
  margin: 0;
  font-family: var(--font-serif);
  color: var(--navy);
  font-size: clamp(25px, 3vw, 36px);
  text-align: center;
  line-height: 1.55;
}
.mini-stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin-top: 26px;
  padding: 16px;
  border: 1px solid rgba(7, 20, 47, .12);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, .7);
}
.mini-stats div {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 12px;
  align-items: center;
}
.mini-stats svg {
  grid-row: span 2;
  width: 52px;
  height: 52px;
  padding: 12px;
  border-radius: 50%;
  background: var(--green-100);
  color: var(--green);
}
.mini-stats strong {
  color: var(--green);
  font-family: var(--font-serif);
  font-size: 36px;
  line-height: 1;
}
.mini-stats span {
  color: var(--navy);
  font-size: 13px;
  font-weight: 800;
}
.workflow-box {
  margin-top: 26px;
  padding: 18px;
  border: 1px solid rgba(13, 74, 134, .18);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, .72);
  text-align: center;
}
.workflow-box strong {
  color: var(--blue);
  font-size: 20px;
}
.workflow-box div {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin-top: 14px;
}
.workflow-box span {
  display: grid;
  gap: 8px;
  justify-items: center;
  color: var(--blue);
  font-size: 12px;
  font-weight: 700;
}
.workflow-box svg { width: 30px; height: 30px; }
.workflow-box small {
  display: block;
  margin-top: 10px;
  color: #667;
  font-weight: 700;
}
.example-title {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 14px;
  margin: 28px 0 14px;
  color: var(--green);
  font-weight: 700;
}
.example-title::before,
.example-title::after {
  content: "";
  height: 1px;
  background: currentColor;
  opacity: .35;
}
.check-grid {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px 18px;
  margin: 0;
  padding: 0;
}
.check-grid li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
}
.check-grid svg,
.program-list svg,
.fit-card li svg {
  width: 22px;
  height: 22px;
  padding: 4px;
  border-radius: 50%;
  background: var(--green);
  color: var(--white);
  flex: 0 0 auto;
}
.audience-blue .check-grid svg { background: var(--blue); }
.audience-card footer {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 28px;
  padding: 22px;
  border-radius: var(--radius);
  background: rgba(0, 95, 59, .07);
  color: var(--green);
  font-family: var(--font-serif);
  font-size: clamp(22px, 2.2vw, 32px);
  font-weight: 700;
  line-height: 1.45;
}
.audience-blue footer {
  background: rgba(13, 74, 134, .08);
  color: var(--blue);
}
.audience-card footer svg {
  width: 42px;
  height: 42px;
  padding: 10px;
  border-radius: 50%;
  color: var(--white);
  background: var(--green);
  stroke: var(--white);
  flex: 0 0 auto;
}
.audience-blue footer svg { background: var(--blue); }

.philosophy {
  background: radial-gradient(circle at 72% 20%, rgba(215, 189, 119, .08), transparent 28%), #003823;
  color: var(--white);
  text-align: center;
}
.gold-copy {
  margin: 0 auto 26px;
  color: var(--gold);
  font-family: var(--font-serif);
  font-size: clamp(24px, 3vw, 40px);
  font-weight: 700;
}
.philosophy h2 {
  color: var(--white);
  font-size: clamp(54px, 7.5vw, 118px);
  line-height: 1.25;
}
.philosophy-lead {
  margin: 38px auto 0;
  max-width: 920px;
  font-size: clamp(19px, 2vw, 26px);
  font-weight: 700;
}
.role-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
  margin-top: 46px;
}
.role-grid article {
  display: grid;
  grid-template-columns: 130px 1fr;
  align-items: center;
  gap: 20px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: var(--radius);
  text-align: left;
}
.role-grid article:nth-child(2) { border-color: rgba(215, 189, 119, .5); }
.role-grid span {
  display: grid;
  justify-items: center;
  gap: 8px;
  color: var(--green);
  font-size: 24px;
  font-weight: 700;
}
.role-grid span svg {
  width: 82px;
  height: 82px;
  padding: 20px;
  border-radius: 50%;
  background: var(--white);
}
.role-grid article:nth-child(2) span { color: var(--gold); }
.role-grid ul {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin: 0;
  padding: 0;
}
.role-grid li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
}
.role-grid li svg {
  width: 20px;
  height: 20px;
  padding: 4px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .88);
  color: var(--green);
}

.wide-title {
  color: var(--navy);
  font-size: clamp(42px, 5.5vw, 72px);
}
.step-flow {
  display: grid;
  grid-template-columns: 1fr 44px 1fr 44px 1fr;
  align-items: center;
  gap: 18px;
  margin-top: 42px;
}
.step-flow article {
  display: grid;
  grid-template-columns: 104px 1fr;
  align-items: center;
  gap: 22px;
  min-height: 132px;
  padding: 22px;
  border: 2px solid rgba(0, 95, 59, .36);
  border-radius: var(--radius);
}
.step-flow span {
  display: grid;
  place-items: center;
  width: 92px;
  height: 92px;
  border-radius: 50%;
  background: var(--green-100);
  color: var(--green);
  font-weight: 700;
  line-height: 1.1;
}
.step-flow strong {
  font-size: 36px;
}
.step-flow p {
  margin: 0;
  font-size: clamp(20px, 2vw, 28px);
  font-weight: 700;
  line-height: 1.55;
}
.flow-arrow {
  display: grid;
  place-items: center;
  color: var(--green);
  font-size: 40px;
}
.ability-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 26px;
  margin-top: 28px;
}
.ability-box,
.profit-flow {
  padding: 28px;
  border: 2px solid rgba(0, 95, 59, .22);
  border-radius: var(--radius);
  background: var(--green-050);
}
.ability-box h3,
.profit-flow h3 {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 0 0 20px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(0, 95, 59, .25);
  color: var(--green);
  font-size: clamp(26px, 3vw, 36px);
  line-height: 1.35;
}
.ability-box h3 svg {
  width: 52px;
  height: 52px;
  padding: 10px;
  border-radius: 50%;
  background: var(--white);
}
.profit-flow {
  margin-top: 28px;
  background: var(--white);
}
.profit-row {
  display: grid;
  grid-template-columns: 1fr 32px 1fr 32px 1fr 1.25fr;
  align-items: center;
  gap: 16px;
}
.profit-row > span,
.profit-branches b {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 74px;
  padding: 14px 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--green-050);
  font-weight: 700;
}
.profit-row svg { color: var(--green); }
.profit-branches {
  display: grid;
  gap: 10px;
}
.profit-row i {
  display: grid;
  place-items: center;
  color: var(--green);
  font-size: 26px;
}

.program-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
  margin-top: 42px;
}
.program-card {
  position: relative;
  padding: 36px;
  border-radius: var(--radius);
  border: 1px solid rgba(0, 95, 59, .18);
  background: var(--green-050);
  box-shadow: var(--shadow-small);
}
.program-blue {
  border-color: rgba(13, 74, 134, .18);
  background: var(--blue-100);
}
.program-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 96px;
  padding: 8px 18px;
  border-radius: 999px;
  background: var(--green);
  color: var(--white);
  font-size: 20px;
  font-weight: 700;
}
.program-blue .program-badge { background: var(--blue); }
.program-card h3 {
  margin: 24px 0 10px;
  color: var(--green);
  font-family: var(--font-serif);
  font-size: clamp(32px, 4vw, 54px);
  line-height: 1.36;
}
.program-blue h3 { color: var(--navy); }
.program-card > p {
  margin: 0 0 24px;
  color: var(--green);
  font-size: 22px;
  font-weight: 700;
}
.program-blue > p { color: var(--blue); }
.program-list {
  list-style: none;
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
}
.program-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 11px 0;
  border-bottom: 1px dashed rgba(7, 20, 47, .2);
  font-size: 18px;
  font-weight: 700;
}
.program-blue .program-list svg { background: var(--blue); }
.program-follow {
  border-color: rgba(215, 189, 119, .38);
  background: #fffaf0;
}
.program-follow h3 {
  color: var(--green);
}
.program-follow > p {
  color: var(--navy-soft);
}
.program-follow .program-list svg {
  background: var(--gold);
  color: #073323;
}
.takeaway {
  display: grid;
  grid-template-columns: 68px 1fr;
  align-items: center;
  gap: 18px;
  margin-top: 28px;
  padding: 20px;
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 8px 24px rgba(7, 20, 47, .06);
  font-size: 17px;
  font-weight: 700;
}
.takeaway svg {
  width: 56px;
  height: 56px;
  padding: 14px;
  border-radius: 50%;
  background: var(--green-100);
  color: var(--green);
}
.program-blue .takeaway svg {
  background: #e3f0ff;
  color: var(--blue);
}

.fit-section {
  background:
    linear-gradient(135deg, rgba(0,95,59,.15), transparent 35%),
    linear-gradient(120deg, #003823 0%, #07142f 100%);
  color: var(--white);
}
.fit-section .section-label {
  width: max-content;
  margin-inline: auto;
  text-align: center;
}
.fit-section .section-label::after { margin-inline: auto; }
.fit-section h2 {
  color: var(--white);
  text-align: center;
  font-size: clamp(42px, 5vw, 72px);
}
.fit-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
  margin-top: 44px;
}
.fit-card {
  padding: 34px;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, .08);
}
.fit-good {
  background: rgba(255, 255, 255, .92);
  color: var(--navy);
}
.fit-card h3 {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 0 0 26px;
  color: inherit;
  font-size: clamp(26px, 3vw, 40px);
  line-height: 1.35;
}
.fit-card h3 svg {
  width: 52px;
  height: 52px;
  padding: 12px;
  border-radius: 50%;
  background: var(--green);
  color: var(--white);
  stroke: var(--white);
  flex: 0 0 auto;
}
.fit-bad h3 svg {
  background: var(--white);
  color: var(--navy);
  stroke: var(--navy);
}
.fit-card ul {
  list-style: none;
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
}
.fit-card li {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 17px 0;
  border-bottom: 1px dashed currentColor;
  font-size: 18px;
  font-weight: 700;
}
.fit-bad li svg {
  background: rgba(255, 255, 255, .22);
  color: var(--white);
}

.speaker-grid {
  display: grid;
  grid-template-columns: minmax(320px, .8fr) minmax(0, 1fr);
  gap: clamp(36px, 6vw, 84px);
  align-items: center;
}
.speaker-photo {
  min-height: 640px;
  background-image:
    var(--image-url),
    linear-gradient(135deg, #e7e7e7 0%, #ffffff 55%, #d6ded9 100%);
}
.speaker-photo::after {
  content: "PHOTO";
  position: absolute;
  inset: auto 24px 24px auto;
  color: rgba(7, 20, 47, .18);
  font-weight: 700;
}
.speaker-copy h2 {
  color: var(--navy);
  font-size: clamp(42px, 5vw, 68px);
}
.speaker-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 24px 0 0;
  font-weight: 700;
}
.speaker-meta svg {
  width: 38px;
  height: 38px;
  padding: 9px;
  border-radius: 50%;
  background: var(--green-100);
  color: var(--green);
}
.speaker-copy h3 {
  margin: 18px 0 0;
  color: var(--navy);
  font-family: var(--font-serif);
  font-size: clamp(58px, 6vw, 96px);
  line-height: 1.1;
}
.speaker-kicker {
  display: grid;
  grid-template-columns: 42px 1fr;
  align-items: center;
  gap: 14px;
  margin: 22px 0 0;
  color: var(--navy);
}
.speaker-kicker > svg {
  width: 42px;
  height: 42px;
  padding: 9px;
  border-radius: 50%;
  background: var(--green-100);
  color: var(--green);
}
.speaker-kicker span {
  display: grid;
  gap: 4px;
}
.speaker-kicker em {
  color: var(--green);
  font-style: normal;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .08em;
}
.speaker-kicker strong {
  display: block;
  color: var(--navy);
  font-family: var(--font-serif);
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 700;
  line-height: 1.15;
}
.speaker-kicker small {
  color: var(--navy-soft);
  font-size: clamp(14px, 1.3vw, 17px);
  font-weight: 700;
  line-height: 1.5;
}
.speaker-title-copy {
  display: block;
  margin: 20px 0 20px;
  color: var(--green);
  font-family: var(--font-serif);
  font-size: clamp(24px, 2.6vw, 36px);
  font-weight: 700;
  line-height: 1.45;
}
.speaker-title {
  margin: 18px 0 20px;
  color: var(--green);
  font-size: clamp(24px, 3vw, 36px);
  font-weight: 700;
}
.speaker-copy > p:not(.section-label):not(.speaker-meta):not(.speaker-title):not(.speaker-kicker) {
  font-size: 19px;
  font-weight: 800;
}
.speaker-tags {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 28px;
}
.speaker-tags span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 58px;
  border: 1px solid rgba(0, 95, 59, .35);
  border-radius: var(--radius);
  color: var(--green);
  font-weight: 700;
}
.speaker-tags svg { width: 28px; height: 28px; }
blockquote {
  margin: 32px 0 0;
  padding: 28px 34px;
  border-radius: var(--radius);
  background: var(--green-100);
  color: var(--green);
  font-family: var(--font-serif);
  font-size: clamp(22px, 2.4vw, 30px);
  font-weight: 700;
  line-height: 1.7;
}

.price-section {
  background: linear-gradient(180deg, var(--white), #f7faf8);
  text-align: center;
}
.price-section .section-label {
  width: max-content;
  margin-inline: auto;
}
.price-section .section-label::after { width: 100%; }
.price-section h2 {
  color: var(--navy);
  font-size: clamp(46px, 5.5vw, 76px);
}
.price-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin-top: 34px;
  padding-top: 20px;
  align-items: stretch;
  overflow: clip;
}
.price-card {
  position: relative;
  min-height: 180px;
  padding: 28px;
  border: 1px solid rgba(7, 20, 47, .12);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--shadow-small);
}
.price-card .ribbon {
  display: inline-flex;
  padding: 8px 28px;
  border-radius: var(--radius);
  background: var(--green-100);
  color: var(--green);
  font-weight: 700;
}
.price-card .price-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  margin: 16px auto 0;
  padding: 8px 28px;
  border-radius: var(--radius);
  background: rgba(0, 95, 59, .08);
  color: var(--green);
  font-weight: 700;
}
.price-card strong {
  display: block;
  margin-top: 24px;
  color: var(--green);
  font-family: var(--font-serif);
  font-size: clamp(50px, 5vw, 72px);
  line-height: .9;
}
.price-card strong span {
  display: inline;
  margin-left: .08em;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: inherit;
  font-family: var(--font-sans);
  font-size: .3em;
  font-weight: 700;
  line-height: 1;
  vertical-align: baseline;
}
.price-muted strong span {
  font-size: .34em;
}
.price-card small {
  font-family: var(--font-sans);
  font-size: .4em;
}
.price-card p {
  margin: 16px 0 0;
  font-weight: 800;
}
.price-recommend {
  border: 3px solid var(--green);
  background: var(--green-050);
  padding-top: 46px;
}
.price-recommend b {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  min-width: 210px;
  padding: 8px 22px;
  background: var(--green);
  color: var(--white);
  font-weight: 700;
}
.benefit-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  margin-top: 28px;
  border: 1px solid rgba(7, 20, 47, .1);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 8px 22px rgba(7, 20, 47, .05);
}
.benefit-row span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-height: 72px;
  font-weight: 700;
}
.benefit-row span + span { border-left: 1px solid rgba(7, 20, 47, .1); }
.benefit-row svg {
  width: 36px;
  height: 36px;
  padding: 8px;
  border-radius: 50%;
  background: var(--green);
  color: var(--white);
}
.apply-actions {
  margin-top: 34px;
}
.button-wide {
  width: 100%;
  min-height: 76px;
  font-size: 26px;
}
.button-wide > span:not(.button-label) {
  margin-left: auto;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--white);
  color: var(--green);
}
.sub-actions {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
  margin-top: 22px;
}
.sub-actions a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  min-height: 60px;
  border: 1px solid var(--green);
  border-radius: var(--radius);
  color: var(--green);
  font-weight: 700;
  text-decoration: none;
  background: var(--white);
}
.sub-actions svg { width: 24px; height: 24px; }

.faq-list {
  display: grid;
  gap: 12px;
  margin-top: 30px;
}
.faq-list details {
  border: 1px solid rgba(7, 20, 47, .12);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 8px 20px rgba(7, 20, 47, .04);
}
.faq-list summary {
  padding: 20px 24px;
  cursor: pointer;
  color: var(--navy);
  font-weight: 700;
}
.faq-list summary::marker { color: var(--green); }
.faq-list p {
  margin: 0;
  padding: 0 24px 22px;
  color: var(--navy-soft);
}

.sticky-cta {
  position: fixed;
  left: 50%;
  bottom: 18px;
  z-index: 90;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  width: min(calc(100% - 32px), 600px);
  padding: 10px 12px 10px 20px;
  border-radius: 999px;
  background: rgba(0, 72, 47, .94);
  color: var(--white);
  box-shadow: var(--shadow);
  backdrop-filter: blur(14px);
  transform: translateX(-50%) translateY(130px);
  transition: transform .28s ease;
}
.sticky-cta.is-visible { transform: translateX(-50%) translateY(0); }
.sticky-cta span {
  min-width: 0;
  font-weight: 700;
  white-space: nowrap;
}
.sticky-cta a {
  flex: 0 0 auto;
  padding: 10px 18px;
  border-radius: 999px;
  background: var(--white);
  color: var(--green);
  font-weight: 700;
  text-decoration: none;
}

.reveal {
  opacity: 1;
  transform: none;
  transition: opacity .25s ease, transform .25s ease;
}
.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.section-soft {
  background: linear-gradient(180deg, #fbfaf6 0%, #f7fbf7 100%);
}

.eyebrow {
  margin: 0 0 24px;
  color: var(--green);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .14em;
}

.lead {
  max-width: 760px;
  margin: 24px 0 0;
  color: var(--navy);
  font-size: clamp(19px, 1.7vw, 25px);
  font-weight: 800;
  line-height: 1.9;
}

.hero h1 {
  max-width: 920px;
  overflow-wrap: anywhere;
  word-break: normal;
}

.hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  padding: 0;
  margin: 28px 0 0;
  list-style: none;
}

.hero-badges li {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  gap: 10px;
  padding: 8px 14px;
  border: 1px solid rgba(0, 95, 59, .16);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, .88);
  color: var(--green);
  font-weight: 700;
  box-shadow: 0 8px 20px rgba(7, 20, 47, .05);
}

.hero-badges svg {
  width: 22px;
  height: 22px;
}

.diagnosis-section {
  padding-top: clamp(62px, 7vw, 96px);
}

.diagnosis-section .large-title span,
.overview-grid .large-title span {
  color: var(--green);
  font-size: clamp(28px, 4.5vw, 54px);
}

.diagnosis-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 280px;
  gap: 28px;
  align-items: center;
  margin-top: 36px;
  padding: clamp(26px, 4vw, 44px);
  border: 1px solid rgba(0, 95, 59, .16);
  border-radius: var(--radius);
  background: linear-gradient(135deg, rgba(237, 245, 238, .92), #fff);
  box-shadow: var(--shadow-small);
}

.diagnosis-checks {
  display: grid;
  gap: 14px;
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

.diagnosis-check {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 12px;
  align-items: start;
  min-height: 48px;
  padding: 14px 16px;
  border: 1px solid rgba(7, 20, 47, .1);
  border-radius: var(--radius);
  background: var(--white);
  color: var(--navy);
  font-size: 17px;
  font-weight: 800;
  cursor: pointer;
}

.diagnosis-check input {
  width: 22px;
  height: 22px;
  margin: .25em 0 0;
  accent-color: var(--green);
}

.diagnosis-result {
  display: grid;
  place-items: center;
  min-height: 136px;
  padding: 20px;
  border-radius: var(--radius);
  background: var(--green);
  color: var(--white);
  font-family: var(--font-serif);
  font-size: clamp(32px, 4vw, 52px);
  font-weight: 700;
  text-align: center;
}

.diagnosis-result.has-hit {
  background: #00482f;
}

.diagnosis-copy {
  grid-column: 1 / -1;
  display: grid;
  gap: 8px;
  padding-top: 26px;
  border-top: 1px dashed rgba(0, 95, 59, .28);
}

.diagnosis-copy p {
  margin: 0;
  color: var(--navy-soft);
  font-size: 18px;
  font-weight: 700;
}

.diagnosis-copy strong {
  color: var(--green);
  font-size: clamp(21px, 2vw, 30px);
}

.takeaway-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
  margin-top: 36px;
}

.takeaway-card,
.example-card,
.option-card,
.overview-steps article,
.next-step-grid article {
  border: 1px solid rgba(7, 20, 47, .12);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 12px 30px rgba(7, 20, 47, .06);
}

.takeaway-card {
  min-height: 230px;
  padding: 24px;
}

.takeaway-card > svg,
.example-card .pill svg {
  width: 34px;
  height: 34px;
  color: var(--green);
}
.example-card .pill {
  color: var(--white);
}
.example-card .pill svg {
  color: currentColor;
  stroke: currentColor;
}

.takeaway-card h3 {
  margin: 18px 0 8px;
  color: var(--green);
  font-family: var(--font-serif);
  font-size: 24px;
  line-height: 1.45;
}

.takeaway-card p,
.example-card p,
.overview-text,
.option-card p {
  color: var(--navy-soft);
  font-weight: 700;
}

.overview-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr);
  gap: clamp(34px, 5vw, 74px);
  align-items: center;
}

.overview-text {
  margin: 24px 0 0;
  font-size: 18px;
}

.overview-steps {
  display: grid;
  gap: 14px;
}

.overview-steps article,
.next-step-grid article {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 18px;
  align-items: center;
  min-height: 96px;
  padding: 18px;
}

.overview-steps span,
.next-step-grid span {
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: var(--green);
  color: var(--white);
  font-weight: 700;
}

.overview-steps strong,
.next-step-grid strong {
  color: var(--navy);
  font-size: 19px;
  line-height: 1.65;
}

.program-tabs {
  margin-top: 34px;
}

.tab-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-bottom: 24px;
}

.tab-button {
  min-width: 128px;
  min-height: 48px;
  border: 1px solid rgba(0, 95, 59, .24);
  border-radius: 999px;
  background: var(--white);
  color: var(--green);
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}

.tab-button.is-active {
  background: var(--green);
  color: var(--white);
  box-shadow: 0 12px 28px rgba(0, 95, 59, .18);
}

.program-tabs .program-grid {
  grid-template-columns: minmax(0, 920px);
  justify-content: center;
}

.tab-panel[hidden] {
  display: none;
}

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

.program-tabs .program-card h3 {
  max-width: 720px;
  margin-inline: auto;
}

.program-tabs .program-card p {
  max-width: 760px;
  margin: 18px auto 0;
  color: var(--navy-soft);
  font-size: 18px;
  font-weight: 800;
  text-align: left;
}

.price-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, .85fr);
  gap: 24px;
  align-items: stretch;
  margin-top: 38px;
}

.price-layout .price-recommend {
  min-height: 100%;
  border-width: 2px;
}

.price-recommend p {
  max-width: 720px;
  margin: 14px auto 0;
  color: var(--navy-soft);
  font-weight: 800;
}

.price-side {
  display: grid;
  gap: 18px;
}

.price-muted {
  min-height: 0;
  opacity: .78;
}

.price-muted strong {
  font-size: clamp(46px, 5vw, 70px);
}

.price-muted .price-label {
  background: rgba(0, 95, 59, .08);
}

.option-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 24px;
  padding: 24px 28px;
}

.option-card h3 {
  margin: 0;
  color: var(--green);
  font-family: var(--font-serif);
  font-size: clamp(26px, 3vw, 38px);
}
.option-card h3 span {
  font-family: var(--font-sans);
  font-size: .45em;
  font-weight: 700;
  vertical-align: baseline;
}

.option-price {
  margin: 12px 0 0;
  color: var(--green);
  font-family: var(--font-serif);
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 800;
  line-height: 1.35;
}

.option-price span {
  font-family: var(--font-sans);
  font-size: .42em;
  font-weight: 800;
}

.option-card .section-label {
  margin-bottom: 14px;
}

.option-card .section-label::after {
  display: none;
}

.example-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px;
  margin-top: 38px;
}

.example-card {
  padding: clamp(26px, 4vw, 46px);
}

.example-card h3 {
  margin: 28px 0 12px;
  color: var(--green);
  font-family: var(--font-serif);
  font-size: clamp(30px, 3vw, 46px);
}

.example-card p {
  margin: 0;
  font-size: 18px;
}

.example-blue {
  border-color: rgba(13, 74, 134, .25);
  background: linear-gradient(135deg, #fff, var(--blue-100));
}

.example-blue h3 {
  color: var(--blue);
}
.example-blue .pill {
  background: var(--blue);
  color: var(--white);
}

.not-fit-grid {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: 24px;
  margin-top: 38px;
}

.not-fit-card {
  padding: clamp(26px, 4vw, 42px);
  border: 1px solid rgba(7, 20, 47, .12);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 12px 30px rgba(7, 20, 47, .06);
}

.not-fit-card .recommend-list li::before {
  background: #5f6b7a;
}

.not-fit-message {
  background: linear-gradient(135deg, rgba(237, 245, 238, .72), #fff);
}

.not-fit-message h3 {
  margin: 0 0 16px;
  color: var(--green);
  font-family: var(--font-serif);
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.35;
}

.not-fit-message p {
  margin: 14px 0 0;
  color: var(--navy-soft);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.9;
}

.pricing-cta-copy {
  margin: 24px auto 0;
  max-width: 860px;
  color: var(--green);
  font-size: clamp(19px, 2vw, 26px);
  font-weight: 800;
  line-height: 1.7;
  text-align: center;
}

.followup-note {
  color: var(--green);
}

.schedule-section .section-lead {
  max-width: 900px;
  margin-inline: auto;
  text-align: center;
}

.schedule-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: 38px;
}

.schedule-card,
.archive-card {
  border: 1px solid rgba(7, 20, 47, .12);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, .95);
  box-shadow: 0 12px 30px rgba(7, 20, 47, .06);
}

.schedule-card {
  padding: 26px;
  text-align: center;
}

.schedule-card span {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  padding: 4px 16px;
  border-radius: 999px;
  background: var(--green);
  color: var(--white);
  font-weight: 700;
}

.schedule-follow span {
  background: var(--gold);
  color: #073323;
}

.schedule-card h3 {
  margin: 18px 0 8px;
  color: var(--green);
  font-family: var(--font-serif);
  font-size: clamp(30px, 3.2vw, 46px);
  line-height: 1.2;
}

.schedule-card p {
  margin: 0;
  color: var(--navy);
  font-size: 18px;
  font-weight: 800;
  line-height: 1.65;
}

.archive-card {
  display: grid;
  grid-template-columns: 76px 1fr;
  gap: 22px;
  align-items: center;
  margin-top: 22px;
  padding: 24px 28px;
  background: linear-gradient(135deg, rgba(237, 245, 238, .9), #fff);
}

.archive-card > span {
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: var(--green);
  color: var(--white);
}

.archive-card svg {
  width: 34px;
  height: 34px;
}

.archive-card h3 {
  margin: 0 0 8px;
  color: var(--green);
  font-family: var(--font-serif);
  font-size: clamp(26px, 3vw, 38px);
}

.archive-card p {
  margin: 0;
  color: var(--navy-soft);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.85;
}

.gw-flow {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 22px;
}

.gw-flow article {
  min-height: 112px;
  padding: 18px;
  border: 1px solid rgba(0, 95, 59, .16);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 10px 24px rgba(7, 20, 47, .05);
}

.gw-flow span {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  padding: 3px 12px;
  border-radius: 999px;
  background: var(--green-100);
  color: var(--green);
  font-size: 13px;
  font-weight: 800;
}

.gw-flow strong {
  display: block;
  margin-top: 10px;
  color: var(--navy);
  font-size: 18px;
  line-height: 1.5;
}

.schedule-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-top: 28px;
}

.schedule-actions .button {
  min-width: min(100%, 440px);
}

.next-steps {
  background: radial-gradient(circle at 20% 20%, rgba(0, 95, 59, .22), transparent 32%), #003c2b;
}

.next-step-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 42px;
}

.next-step-grid article {
  grid-template-columns: 1fr;
  align-content: start;
  background: rgba(255, 255, 255, .08);
  border-color: rgba(255, 255, 255, .18);
  box-shadow: none;
}

.next-step-grid span {
  background: var(--gold);
  color: #053322;
}

.next-step-grid strong {
  color: var(--white);
}

.final-cta-section {
  background: linear-gradient(135deg, #003f2b, #07142f);
  color: var(--white);
}

.final-cta-box {
  max-width: 1040px;
  text-align: center;
}

.final-cta-box h2 {
  margin: 0;
  color: var(--white);
  font-family: var(--font-serif);
  font-size: clamp(48px, 7vw, 96px);
  line-height: 1.25;
}

.final-cta-box p {
  max-width: 760px;
  margin: 26px auto 0;
  color: rgba(255, 255, 255, .9);
  font-size: 19px;
  font-weight: 800;
}

.final-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 18px;
  margin-top: 38px;
}

.button-on-dark {
  border-color: rgba(255, 255, 255, .64);
  background: transparent;
  color: var(--white);
}

.sticky-cta {
  text-decoration: none;
}

.sticky-cta strong {
  min-width: 0;
  color: var(--white);
  font-size: 16px;
  line-height: 1.3;
}

.sticky-cta svg {
  flex: 0 0 auto;
  width: 28px;
  height: 28px;
  padding: 6px;
  border-radius: 50%;
  background: var(--white);
  color: var(--green);
}

.notice,
.lead,
.hero-badges li,
.button,
.feature-row article,
.section-lead,
.diagnosis-check,
.overview-text,
.program-tabs .program-card p,
.price-recommend p,
.example-card p,
.speaker-copy p,
.faq-list summary {
  font-weight: 700;
}

.hero-gw-copy {
  max-width: 720px;
  margin: 20px 0 0;
  padding: 18px 20px;
  border-left: 4px solid var(--gold);
  border-radius: var(--radius);
  background: linear-gradient(90deg, rgba(215, 189, 119, .15), rgba(237, 245, 238, .72));
  color: var(--green);
  font-size: clamp(17px, 1.45vw, 21px);
  font-weight: 700;
  line-height: 1.8;
}

.hero-timeline {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  max-width: 760px;
  margin-top: 20px;
}

.hero-timeline article {
  min-height: 112px;
  padding: 16px;
  border: 1px solid rgba(0, 95, 59, .14);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, .88);
  box-shadow: 0 8px 22px rgba(7, 20, 47, .05);
}

.hero-timeline span {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  padding: 2px 10px;
  border-radius: 999px;
  background: var(--green-100);
  color: var(--green);
  font-size: 13px;
  font-weight: 700;
}

.hero-timeline strong {
  display: block;
  margin-top: 10px;
  color: var(--navy);
  font-size: 15px;
  line-height: 1.55;
}

.compact-section {
  padding-block: clamp(42px, 5vw, 68px);
}

.positioning-card {
  max-width: 1040px;
  margin-inline: auto;
  padding: clamp(26px, 4vw, 44px);
  border: 1px solid rgba(0, 95, 59, .16);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, .92);
  box-shadow: var(--shadow-small);
}

.positioning-card .section-label {
  margin-bottom: 22px;
}

.positioning-card h2 {
  margin: 0;
  color: var(--navy);
  font-family: var(--font-serif);
  font-size: clamp(30px, 3.2vw, 46px);
  line-height: 1.35;
}

.positioning-card p {
  max-width: 860px;
  margin: 18px 0 0;
  color: var(--navy-soft);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.9;
}

.gw-card {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(300px, .75fr);
  gap: 30px;
  align-items: start;
  margin-top: 34px;
  padding: clamp(26px, 4vw, 44px);
  border: 1px solid rgba(0, 95, 59, .16);
  border-radius: var(--radius);
  background: linear-gradient(135deg, rgba(255, 255, 255, .96), rgba(237, 245, 238, .72));
  box-shadow: var(--shadow-small);
}

.gw-card p {
  margin: 0;
  color: var(--navy-soft);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.9;
}

.gw-card p + p {
  margin-top: 16px;
}

.insight-list,
.recommend-list {
  list-style: none;
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
}

.insight-list {
  padding: 22px;
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 10px 24px rgba(7, 20, 47, .05);
}

.insight-list li,
.recommend-list li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  color: var(--navy);
  font-weight: 700;
  line-height: 1.7;
}

.insight-list svg {
  width: 22px;
  height: 22px;
  margin-top: .25em;
  padding: 4px;
  border-radius: 50%;
  background: var(--green);
  color: var(--white);
  flex: 0 0 auto;
}

.recommend-list li::before {
  content: "";
  width: 10px;
  height: 10px;
  margin-top: .68em;
  border-radius: 50%;
  background: var(--green);
  flex: 0 0 auto;
}

.example-blue .recommend-list li::before {
  background: var(--blue);
}

.followup-band {
  margin-top: 28px;
}

.program-summary {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin: 34px auto 0;
  max-width: 1180px;
}

.program-summary article {
  min-height: 178px;
  padding: 24px;
  border: 1px solid rgba(0, 95, 59, .16);
  border-radius: var(--radius);
  background: linear-gradient(135deg, rgba(255, 255, 255, .96), rgba(237, 245, 238, .78));
  box-shadow: 0 12px 28px rgba(7, 20, 47, .05);
}

.program-summary article:nth-child(2) {
  border-color: rgba(13, 74, 134, .18);
  background: linear-gradient(135deg, rgba(255, 255, 255, .96), rgba(238, 246, 255, .86));
}

.program-summary article:nth-child(3) {
  border-color: rgba(215, 189, 119, .35);
  background: linear-gradient(135deg, rgba(255, 255, 255, .96), rgba(255, 249, 232, .9));
}

.program-summary span {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  padding: 4px 14px;
  border-radius: 999px;
  background: var(--green);
  color: var(--white);
  font-weight: 700;
}

.program-summary article:nth-child(2) span {
  background: var(--blue);
}

.program-summary article:nth-child(3) span,
.program-follow .program-badge {
  background: var(--gold);
  color: #073323;
}

.program-summary strong {
  display: block;
  margin-top: 16px;
  color: var(--navy);
  font-family: var(--font-serif);
  font-size: clamp(24px, 2.5vw, 34px);
  line-height: 1.4;
}

.program-summary p {
  margin: 12px 0 0;
  color: var(--navy-soft);
  font-size: 16px;
  font-weight: 700;
}

.price-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  margin-top: 16px;
  padding: 8px 14px;
  border: 1px solid rgba(0, 95, 59, .24);
  border-radius: var(--radius);
  color: var(--green);
  font-weight: 700;
  text-decoration: none;
}

.price-link:hover {
  background: var(--green-100);
}

.after-purchase-box {
  margin: 24px auto 0;
  padding: 22px 24px;
  max-width: 920px;
  border-left: 4px solid #2e7d32;
  border-radius: 8px;
  background: #f0f7f0;
}

.after-purchase-box h3 {
  margin: 0 0 10px;
  color: #2e7d32;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.5;
}

.after-purchase-box p {
  margin: 0;
  color: #333;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.85;
}

.after-purchase-box strong {
  font-weight: 900;
}

.section-cta {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  margin-top: 32px;
}

.price-note {
  margin: 10px auto 0;
  max-width: 320px;
  color: var(--navy-soft);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.7;
}

@media (max-width: 1040px) {
  .hero-grid,
  .speaker-grid {
    grid-template-columns: 1fr;
  }
  .hero-photo,
  .speaker-photo {
    min-height: 520px;
  }
  .stats-grid,
  .price-grid,
  .takeaway-grid,
  .next-step-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .overview-grid,
  .price-layout {
    grid-template-columns: 1fr;
  }
  .price-side {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .step-flow {
    grid-template-columns: 1fr;
  }
  .flow-arrow {
    transform: rotate(90deg);
  }
  .profit-row {
    grid-template-columns: 1fr;
  }
  .profit-row i {
    transform: rotate(90deg);
  }
}

@media (max-width: 860px) {
  .container,
  .container.narrow {
    width: min(calc(100% - 32px), var(--container));
  }
  .section { padding: 64px 0; }
  .header-inner { min-height: 64px; }
  .brand-logo {
    width: min(220px, 58vw);
    max-height: 46px;
  }
  .menu-button {
    display: inline-grid;
    place-items: center;
    width: 46px;
    height: 46px;
    border: 0;
    border-radius: 50%;
    background: var(--green);
    cursor: pointer;
  }
  .menu-button__line,
  .menu-button__line::before,
  .menu-button__line::after {
    display: block;
    width: 18px;
    height: 2px;
    background: var(--white);
    border-radius: 2px;
    transition: transform .2s ease, opacity .2s ease;
  }
  .menu-button__line { position: relative; }
  .menu-button__line::before,
  .menu-button__line::after {
    content: "";
    position: absolute;
    left: 0;
  }
  .menu-button__line::before { top: -6px; }
  .menu-button__line::after { top: 6px; }
  .menu-button[aria-expanded="true"] .menu-button__line { background: transparent; }
  .menu-button[aria-expanded="true"] .menu-button__line::before { transform: translateY(6px) rotate(45deg); }
  .menu-button[aria-expanded="true"] .menu-button__line::after { transform: translateY(-6px) rotate(-45deg); }
  .global-nav {
    position: fixed;
    inset: 64px 16px auto;
    display: grid;
    gap: 4px;
    padding: 14px;
    border-radius: var(--radius);
    background: var(--white);
    box-shadow: var(--shadow);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-14px);
    transition: opacity .2s ease, transform .2s ease;
  }
  .global-nav.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }
  .global-nav a {
    padding: 14px;
    border-radius: var(--radius);
  }
  .global-nav a:hover { background: var(--green-100); }
  .global-nav .nav-cta { text-align: center; }
  .hero {
    min-height: auto;
    padding-top: 52px;
  }
  .hero h1 {
    font-size: clamp(32px, 8.6vw, 42px);
    line-height: 1.35;
  }
  .hero h1,
  .hero-subtitle,
  .notice,
  .hero-list li {
    overflow-wrap: anywhere;
    word-break: normal;
  }
  .hero h1 span {
    display: inline;
  }
  .hero h1 span + span::before {
    content: "";
    display: block;
  }
  .hero-subtitle { font-size: 18px; }
  .hero-subtitle br,
  .hero h1 br { display: none; }
  .notice {
    align-items: flex-start;
    font-size: 14px;
    line-height: 1.6;
  }
  .hero-actions,
  .button,
  .button-outline {
    width: 100%;
  }
  .hero-timeline,
  .program-summary {
    grid-template-columns: 1fr;
  }
  .feature-row,
  .audience-grid,
  .role-grid,
  .ability-grid,
  .program-grid,
  .fit-grid,
  .speaker-tags,
  .sub-actions,
  .benefit-row,
  .diagnosis-card,
  .gw-card,
  .takeaway-grid,
  .price-side,
  .schedule-grid,
  .gw-flow,
  .example-grid,
  .not-fit-grid,
  .next-step-grid {
    grid-template-columns: 1fr;
  }
  .diagnosis-result {
    min-height: 96px;
  }
  .option-card,
  .schedule-actions,
  .section-cta,
  .final-actions {
    align-items: stretch;
    flex-direction: column;
  }
  .archive-card {
    grid-template-columns: 1fr;
  }
  .overview-steps article {
    grid-template-columns: 56px 1fr;
  }
  .program-tabs .program-grid {
    grid-template-columns: 1fr;
  }
  .feature-row article {
    grid-template-columns: 38px 1fr;
  }
  .hero-photo,
  .speaker-photo {
    min-height: 420px;
  }
  .orb {
    width: 86px;
    height: 86px;
    font-size: 12px;
  }
  .orb svg { width: 26px; height: 26px; }
  .orb-doc { right: 4%; }
  .orb-mail { right: 5%; }
  .large-title,
  .center-title,
  .wide-title,
  .price-section h2,
  .fit-section h2 {
    font-size: clamp(34px, 9vw, 48px);
  }
  .message-band {
    grid-template-columns: 1fr;
    padding: 24px;
  }
  .message-band > span {
    width: 62px;
    height: 62px;
  }
  .mini-stats,
  .workflow-box div,
  .check-grid {
    grid-template-columns: 1fr;
  }
  .audience-card,
  .program-card,
  .fit-card,
  .ability-box,
  .profit-flow {
    padding: 22px;
  }
  .audience-card h3,
  .program-card h3 {
    text-align: left;
  }
  .pill {
    width: 100%;
    font-size: 17px;
  }
  .audience-card footer {
    font-size: 22px;
  }
  .philosophy h2 {
    font-size: clamp(42px, 12vw, 62px);
    text-align: left;
  }
  .philosophy,
  .fit-section,
  .price-section {
    text-align: left;
  }
  .philosophy .section-label,
  .fit-section .section-label,
  .price-section .section-label {
    margin-inline: 0;
    text-align: left;
  }
  .fit-section .section-label::after,
  .price-section .section-label::after {
    margin-inline: 0;
    width: 68px;
  }
  .role-grid article {
    grid-template-columns: 1fr;
  }
  .role-grid ul {
    grid-template-columns: 1fr;
  }
  .step-flow article {
    grid-template-columns: 82px 1fr;
    min-height: auto;
  }
  .step-flow span {
    width: 74px;
    height: 74px;
  }
  .step-flow strong { font-size: 28px; }
  .speaker-copy h3 {
    font-size: clamp(46px, 12vw, 68px);
  }
  .benefit-row span + span {
    border-left: 0;
    border-top: 1px solid rgba(7, 20, 47, .1);
  }
  .button-wide {
    min-height: 68px;
    font-size: 20px;
  }
  .sticky-cta {
    left: 12px;
    right: 12px;
    bottom: 12px;
    width: auto;
    transform: translateY(130px);
  }
  .sticky-cta.is-visible { transform: translateY(0); }
  .sticky-cta span {
    white-space: normal;
    font-size: 12px;
    line-height: 1.45;
  }
  .sticky-cta strong {
    font-size: 14px;
  }
}

@media (max-width: 460px) {
  .section-label { font-size: 12px; }
  .eyebrow {
    font-size: 12px;
    line-height: 1.7;
  }
  .lead {
    font-size: 17px;
  }
  .hero-badges li,
  .diagnosis-check {
    font-size: 15px;
  }
  .diagnosis-card,
  .takeaway-card,
  .example-card,
  .option-card {
    padding: 18px;
  }
  .hero-photo,
  .speaker-photo { min-height: 340px; }
  .hero-photo::before { background: linear-gradient(180deg, rgba(255,255,255,.5), rgba(255,255,255,0)); }
  .orb { display: none; }
  .stat-card strong { font-size: 50px; }
  .price-card strong { font-size: 52px; }
  .price-muted strong { font-size: 44px; }
  .final-cta-box h2 { font-size: clamp(38px, 12vw, 54px); }
}

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