:root {
  --ink: #071426;
  --ink-2: #0d223f;
  --blue: #175cff;
  --blue-soft: #e9efff;
  --orange: #ff7a1a;
  --mist: #f3f6fa;
  --line: #cfd8e4;
  --muted: #58687b;
  --success: #137a4b;
  --danger: #a72d24;
  --paper: #fff;
  --content: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; }
button, input, select, textarea { font: inherit; }
a, button, summary, input, select, textarea { outline-offset: 4px; }
:focus-visible { outline: 3px solid var(--orange); }

.funnel-page {
  min-height: 100vh;
  color: var(--ink);
  background: #f8fafc;
  font-family: Inter, "Noto Sans SC", system-ui, sans-serif;
}
.funnel-nav, .funnel-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: var(--content);
  margin: 0 auto;
}
.funnel-nav { min-height: 76px; }
.funnel-nav nav { display: flex; gap: 18px; }
.funnel-nav a, .funnel-footer a { color: inherit; text-decoration: none; font-weight: 780; }
.funnel-brand { font-size: 1.3rem; letter-spacing: .14em; }
.funnel-brand span { color: var(--orange); }
.funnel-eyebrow { margin: 0; color: #81a9ff; font-size: .76rem; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; }
.funnel-lead, .section-lead { font-size: clamp(1.02rem, 1.8vw, 1.28rem); line-height: 1.7; }
.funnel-lead, .mechanism-section .section-lead { color: #c4cedb; }
.section-lead { color: var(--muted); }
.funnel-cta, .mobile-sticky-cta {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 34px;
  padding: 17px 21px;
  border: 0;
  color: white;
  background: var(--blue);
  text-decoration: none;
  font-weight: 850;
}
.text-link { color: white; font-weight: 800; text-decoration-color: var(--orange); text-decoration-thickness: 2px; text-underline-offset: 7px; }
.section-index { margin: 0 0 12px; color: var(--blue); font-size: .78rem; font-weight: 850; letter-spacing: .12em; }
.section-intro { display: grid; grid-template-columns: 120px minmax(0, 1fr); align-items: start; border-top: 2px solid var(--ink); padding-top: 26px; }
.section-intro h2, .content-section h2, .speaker-copy h2, .conversion-section h2, .hrd-section h2 {
  margin: 0;
  font-size: clamp(2rem, 4.3vw, 4rem);
  line-height: 1.04;
  letter-spacing: -.045em;
}
.content-section, .participation-section, .faq-section { width: var(--content); margin: 0 auto; padding: 96px 0; }

.home-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(380px, .85fr);
  min-height: 720px;
  color: white;
  background: var(--ink);
}
.home-hero__copy { padding: clamp(72px, 9vw, 128px) max(20px, calc((100vw - 1180px) / 2)); padding-right: clamp(36px, 6vw, 90px); }
.home-hero h1, .programme-hero h1 {
  margin: 22px 0;
  max-width: 850px;
  font-size: clamp(3rem, 6.5vw, 6.25rem);
  line-height: .98;
  letter-spacing: -.057em;
}
.hero-trust { display: flex; flex-wrap: wrap; gap: 8px; margin: 32px 0; }
.hero-trust span, .capacity-pill { padding: 8px 10px; border: 1px solid #40536c; color: #bfcada; font-size: .7rem; font-weight: 800; letter-spacing: .08em; }
.hero-registration {
  display: grid;
  align-content: center;
  gap: 28px;
  padding: clamp(38px, 6vw, 84px);
  background: var(--ink-2);
  border-left: 1px solid #304761;
}
.session-kicker { display: grid; gap: 8px; }
.session-kicker span, .session-kicker small { color: #90a3b9; font-size: .75rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.session-kicker strong { color: white; font-size: clamp(1.4rem, 2.5vw, 2.15rem); }

.participation-grid { display: grid; grid-template-columns: 1fr 1fr; margin-top: 42px; border: 1px solid var(--line); background: var(--line); gap: 1px; }
.mode-card { min-height: 260px; padding: clamp(28px, 4vw, 52px); background: white; }
.mode-card--primary { color: white; background: var(--blue); }
.mode-card > span { font-size: .75rem; font-weight: 850; letter-spacing: .12em; opacity: .7; }
.mode-card h3 { margin: 44px 0 16px; font-size: clamp(1.55rem, 3vw, 2.4rem); letter-spacing: -.035em; }
.mode-card p { max-width: 540px; line-height: 1.7; color: var(--muted); }
.mode-card--primary > span { color: white; opacity: 1; }
.mode-card--primary p { color: white; }

.speaker-section {
  display: grid;
  grid-template-columns: minmax(280px, .68fr) minmax(0, 1.32fr);
  min-height: 620px;
  color: white;
  background: var(--ink);
}
.speaker-portrait { display: grid; align-items: end; justify-items: center; overflow: hidden; background: linear-gradient(155deg, #153357, #09172b); }
.speaker-portrait img { display: block; width: min(100%, 560px); height: auto; filter: saturate(.9) contrast(1.04); }
.speaker-copy { align-self: center; padding: clamp(48px, 8vw, 110px); }
.proof-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; margin-top: 46px; background: #30435b; border: 1px solid #30435b; }
.proof-grid > div { display: grid; gap: 10px; min-height: 150px; padding: 28px; background: var(--ink-2); }
.proof-grid strong { color: white; font-size: clamp(1.45rem, 3vw, 2.5rem); }
.proof-grid span { color: #aebed0; line-height: 1.5; }

.faq-list { margin: 40px 0; border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; justify-content: space-between; gap: 20px; padding: 24px 4px; cursor: pointer; font-weight: 800; font-size: 1.05rem; }
.faq-list summary::after { content: "+"; color: var(--blue); font-size: 1.3rem; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { max-width: 800px; margin: 0; padding: 0 4px 26px; color: var(--muted); line-height: 1.7; }

.programme-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(320px, .65fr);
  gap: clamp(36px, 6vw, 80px);
  padding: clamp(72px, 9vw, 120px) max(20px, calc((100vw - 1180px) / 2));
  color: white;
  background: var(--ink);
}
.programme-hero__copy { min-width: 0; }
.programme-value { margin: 26px 0 8px; color: #aebed0; font-weight: 800; letter-spacing: .04em; }
.programme-price { margin: 0 0 22px; color: var(--orange); font-size: clamp(1.35rem, 2.8vw, 2rem); font-weight: 900; }
.session-panel { display: grid; align-content: center; gap: 12px; padding: 34px; border: 1px solid #36506e; background: var(--ink-2); }
.session-panel strong { color: white; font-size: 1.45rem; }
.session-panel span { color: #aebdce; line-height: 1.5; }
.problem-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 42px; background: var(--line); border: 1px solid var(--line); }
.problem-grid article { min-height: 230px; padding: 32px; background: white; }
.problem-grid article > span { display: grid; place-items: center; width: 32px; height: 32px; color: white; background: var(--orange); font-weight: 900; }
.problem-grid p { margin-top: 46px; color: #334155; line-height: 1.65; font-weight: 650; }

.mechanism-section { color: white; background: var(--ink); }
.mechanism-section .content-section { width: var(--content); }
.mechanism-section h2 { max-width: 900px; margin-top: 18px; }
.framework-grid { display: grid; grid-template-columns: repeat(5, 1fr); margin-top: 50px; border: 1px solid #31465f; }
.framework-grid article { min-height: 260px; padding: 25px; border-right: 1px solid #31465f; }
.framework-grid article:last-child { border-right: 0; }
.framework-grid span { color: #7192b8; font-size: .72rem; font-weight: 850; }
.framework-grid h3 { margin: 70px 0 12px; color: white; font-size: 1.28rem; }
.framework-grid p { color: #aebed0; line-height: 1.55; }
.split-section { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(50px, 8vw, 110px); }
.check-list { display: grid; gap: 0; margin: 36px 0 0; padding: 0; list-style: none; }
.check-list li { position: relative; padding: 17px 0 17px 34px; border-bottom: 1px solid var(--line); line-height: 1.55; }
.check-list li::before { position: absolute; left: 3px; color: var(--blue); content: "✓"; font-weight: 900; }
.tier-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 42px; }
.tier-cards article { display: grid; align-content: start; min-height: 480px; padding: clamp(28px, 4vw, 46px); border: 1px solid var(--line); background: white; }
.tier-cards .tier-card--premium { color: white; background: var(--ink-2); border-color: var(--ink-2); }
.tier-label { min-height: 34px; color: var(--blue); font-size: .7rem; font-weight: 850; letter-spacing: .12em; }
.tier-card--premium .tier-label { color: #88aaff; }
.tier-cards h3 { margin: 24px 0; font-size: clamp(1.8rem, 3.5vw, 3rem); letter-spacing: -.04em; }
.tier-cards ul { display: grid; gap: 14px; padding-left: 20px; line-height: 1.5; }
.tier-cards a { align-self: end; margin-top: 28px; padding: 15px 18px; color: white; background: var(--blue); text-align: center; text-decoration: none; font-weight: 850; }
.price-equation { padding: 14px; color: var(--ink); background: #e6edff; font-weight: 900; }
.implementation-section .framework-grid { grid-template-columns: repeat(4, 1fr); color: white; background: var(--ink); }
.implementation-section .framework-grid article { min-height: 230px; }
.implementation-section .framework-grid p { color: #c3cfdd; }
.ladder-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 42px; border: 1px solid var(--line); background: var(--line); }
.ladder-grid article { min-height: 210px; padding: 30px; background: white; }
.ladder-grid h3 { margin: 0 0 42px; font-size: 1.35rem; }
.ladder-grid p { color: var(--muted); line-height: 1.65; }
.day-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 42px; background: var(--line); border: 1px solid var(--line); }
.day-grid article { min-height: 270px; padding: 34px; background: white; }
.day-grid h3 { margin: 72px 0 15px; font-size: 1.45rem; }
.day-grid p { color: var(--muted); line-height: 1.65; }
.before-after-table { margin-top: 42px; border-top: 1px solid var(--line); }
.before-after-table > div { display: grid; grid-template-columns: minmax(0, .8fr) 44px minmax(0, 1.2fr); align-items: center; gap: 18px; padding: 24px 4px; border-bottom: 1px solid var(--line); }
.before-after-table p { color: var(--muted); }
.before-after-table span { color: var(--orange); font-size: 1.4rem; font-weight: 900; }
.before-after-table strong { line-height: 1.55; }
.case-logic-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 42px; }
.case-logic-grid article { min-height: 240px; padding: 30px; border: 1px solid var(--line); background: white; }
.case-logic-grid h3 { margin: 0 0 62px; font-size: 1.3rem; }
.case-logic-grid p { color: var(--muted); line-height: 1.65; }
.ai-validation-band { color: white; background: var(--ink); }
.ai-validation-band .content-section { padding-block: 78px; }
.ai-validation-band h2 { max-width: 900px; margin: 18px 0; }
.ai-validation-band p:last-child { max-width: 780px; color: #bdc9d8; line-height: 1.7; }
.toolkit-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; margin-top: 42px; background: var(--line); border: 1px solid var(--line); }
.toolkit-grid article { display: grid; gap: 42px; min-height: 150px; padding: 24px; background: white; }
.toolkit-grid span { color: var(--blue); font-size: .72rem; font-weight: 900; }
.authority-tags { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 36px; }
.authority-tags span { padding: 12px 15px; color: white; background: var(--ink-2); font-weight: 750; }
.hrd-section { margin-top: 10px; padding: clamp(46px, 7vw, 86px); color: white; background: var(--blue); }
.hrd-section h2 { margin: 18px 0; }
.hrd-section p { max-width: 800px; color: white; line-height: 1.7; }
.hrd-section strong { display: block; margin-top: 24px; font-size: clamp(1.35rem, 3vw, 2rem); }
.speaker-section--programme { margin-top: 96px; }
.conversion-section { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(40px, 7vw, 90px); padding: 96px max(20px, calc((100vw - 1180px) / 2)); color: white; background: var(--ink); }
.conversion-section h2 { margin-top: 18px; }
.conversion-section > div > p:not(.funnel-eyebrow,.boundary-note) { color: #b8c6d7; }

.registration-shell, .hero-registration #funnel-registration-app { padding: clamp(24px, 3vw, 36px); color: var(--ink); background: white; border: 1px solid #d7e0eb; box-shadow: 0 24px 70px rgba(3, 12, 25, .13); }
.no-js-fallback { margin-top: 16px; padding: 16px; color: var(--ink); background: #fff8ed; border: 1px solid var(--line); }
.no-js-fallback a { color: var(--blue-deep); font-weight: 800; }
.hero-registration #funnel-registration-app { padding: 0; border: 0; box-shadow: none; }
.funnel-form { display: grid; gap: 17px; }
.funnel-form h2 { margin: 0; font-size: 1.8rem; letter-spacing: -.03em; }
.funnel-form label { display: grid; gap: 7px; font-size: .82rem; font-weight: 800; }
.funnel-form input, .funnel-form select, .funnel-form textarea { width: 100%; min-height: 48px; padding: 12px 13px; border: 1px solid #9eafc2; border-radius: 0; color: var(--ink); background: white; }
.funnel-form textarea { min-height: 120px; resize: vertical; }
.funnel-form button, .upgrade-card button { min-height: 50px; padding: 14px 18px; border: 0; color: white; background: var(--blue); font-weight: 850; cursor: pointer; }
.funnel-form button:disabled, .upgrade-card button:disabled { opacity: .55; cursor: not-allowed; }
.check-row { display: grid !important; grid-template-columns: 22px 1fr; align-items: start; line-height: 1.5; }
.check-row input { width: 18px; min-height: 18px; height: 18px; margin-top: 2px; }
.form-error { margin: 0; padding: 12px; color: var(--danger); background: #fff0ee; border-left: 3px solid #d43f32; }
.form-success { padding: 24px; color: var(--ink); background: #e9f8f0; border-left: 4px solid var(--success); }
.form-success .funnel-cta { margin-top: 12px; }
.form-actions { display: flex; gap: 12px; }
.funnel-form fieldset { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; padding: 18px; border: 1px solid #53677e; }
.funnel-form legend { padding: 0 8px; font-weight: 900; }
.funnel-form .hrd-options { grid-template-columns: 1fr; }
.hrd-options small { color: var(--muted); line-height: 1.5; }
.payment-recovery { padding: 14px; color: var(--ink); background: #fff3e8; border-left: 4px solid var(--orange); }
.payment-recovery p { margin-bottom: 0; line-height: 1.5; }

.boundary-note { margin-top: 24px; padding: 18px; color: var(--ink); background: #fff3e8; border-left: 4px solid var(--orange); line-height: 1.65; }
.funnel-footer { min-height: 96px; border-top: 1px solid #d6dee8; color: #526071; font-size: .82rem; }
.mobile-sticky-cta { display: none; }

.private-shell { width: min(720px, calc(100% - 40px)); margin: 10vh auto; padding: clamp(34px, 7vw, 72px); color: white; background: var(--ink); }
.private-shell h1 { font-size: clamp(2.2rem, 6vw, 4.6rem); line-height: 1; letter-spacing: -.05em; }
.private-shell > p:not(.funnel-eyebrow) { color: #c4cedb; line-height: 1.7; }
.private-shell > p.boundary-note { color: var(--ink); }
.private-shell--wide { width: min(980px, calc(100% - 40px)); }
.portal-links { display: flex; flex-wrap: wrap; gap: 12px; margin: 28px 0; }
.portal-links a { padding: 14px 18px; color: white; background: var(--blue); text-decoration: none; font-weight: 800; }
.upgrade-card, .next-step-card, .order-summary { margin-top: 28px; padding: 26px; color: var(--ink); background: white; }
.upgrade-card dl > div { display: flex; justify-content: space-between; padding: 11px 0; border-bottom: 1px solid #dbe3ec; }
.upgrade-card dd { font-weight: 900; }
.payment-status { padding: 18px; color: var(--ink); background: #dce8ff; }
.payment-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; margin-top: 14px; }
.payment-actions button { min-height: 44px; padding: 10px 16px; border: 0; color: white; background: var(--blue); font-weight: 850; }
.payment-actions a, .upgrade-card > a { color: var(--blue); font-weight: 800; }
.bonus-note { padding: 12px; color: #0b5636; background: #e9f8f0; border-left: 3px solid var(--success); }
.button-secondary { color: var(--ink) !important; background: #e8edf3 !important; }
.offer-countdown { display: flex; gap: 12px; margin: 28px 0; }
.offer-countdown span { min-width: 88px; padding: 14px; color: var(--ink); background: white; text-align: center; }
.offer-countdown strong { display: block; font-size: 1.7rem; }

.admin-shell { width: var(--content); margin: 60px auto 100px; }
.admin-shell h1 { font-size: clamp(2.4rem, 6vw, 5rem); letter-spacing: -.05em; }
.admin-metrics { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin: 44px 0; background: var(--line); border: 1px solid var(--line); }
.admin-metrics article { display: grid; gap: 8px; padding: 24px; background: white; }
.admin-metrics strong { font-size: 2rem; }
.admin-metrics span { color: #64748b; text-transform: capitalize; }
.admin-session { margin: 26px 0; padding: 28px; border: 1px solid var(--line); background: white; }
.admin-session__head { display: flex; justify-content: space-between; gap: 20px; align-items: start; }
.admin-session__meta { color: var(--muted); }
.admin-form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; margin-top: 22px; }
.admin-form-grid label { display: grid; gap: 7px; font-size: .8rem; font-weight: 800; }
.admin-form-grid input, .admin-form-grid select { width: 100%; min-height: 44px; padding: 10px; border: 1px solid #9eafc2; }
.admin-form-grid button { align-self: end; min-height: 44px; border: 0; color: white; background: var(--blue); font-weight: 850; }
.admin-flash { padding: 14px 18px; color: var(--ink); background: #e9f8f0; border-left: 4px solid var(--success); }
.admin-table-wrap { max-width: 100%; margin: 26px 0 54px; overflow-x: auto; border: 1px solid var(--line); background: white; }
.admin-table { width: 100%; min-width: 860px; border-collapse: collapse; font-size: .82rem; }
.admin-table th, .admin-table td { padding: 14px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
.admin-table th { color: #44546a; background: var(--mist); font-size: .72rem; letter-spacing: .06em; text-transform: uppercase; }
.admin-table small { color: var(--muted); line-height: 1.5; }
.admin-inline-form { display: grid; gap: 7px; min-width: 210px; }
.admin-inline-form input, .admin-inline-form select, .admin-inline-form button { min-height: 38px; padding: 8px; border: 1px solid #9eafc2; }
.admin-inline-form button { border-color: var(--blue); color: white; background: var(--blue); font-weight: 800; cursor: pointer; }
.admin-shell code { overflow-wrap: anywhere; user-select: all; }

@media (max-width: 900px) {
  .home-hero, .programme-hero, .speaker-section, .conversion-section { grid-template-columns: 1fr; }
  .home-hero__copy { padding: 72px 20px; }
  .hero-registration { border-left: 0; border-top: 1px solid #304761; }
  .framework-grid { grid-template-columns: 1fr 1fr; }
  .framework-grid article { min-height: 220px; border-bottom: 1px solid #31465f; }
  .framework-grid h3 { margin-top: 42px; }
  .problem-grid, .day-grid, .case-logic-grid { grid-template-columns: 1fr; }
  .problem-grid article, .day-grid article { min-height: auto; }
  .day-grid h3 { margin-top: 20px; }
}

@media (max-width: 700px) {
  :root { --content: min(100% - 28px, 1180px); }
  .funnel-nav { min-height: 66px; }
  .funnel-nav nav { gap: 12px; font-size: .78rem; }
  .home-hero h1, .programme-hero h1 { font-size: clamp(2.65rem, 13vw, 4.4rem); }
  .programme-hero { padding: 64px 20px; }
  .home-hero__copy { padding-bottom: 54px; }
  .hero-registration { padding: 34px 20px 54px; }
  .section-intro { grid-template-columns: 1fr; }
  .content-section, .participation-section, .faq-section { padding: 70px 0; }
  .participation-grid, .split-section, .tier-cards, .proof-grid, .ladder-grid, .toolkit-grid { grid-template-columns: 1fr; }
  .mode-card { min-height: 230px; }
  .speaker-portrait { min-height: 430px; }
  .speaker-copy { padding: 48px 22px 62px; }
  .framework-grid { grid-template-columns: 1fr; }
  .implementation-section .framework-grid { grid-template-columns: 1fr; }
  .framework-grid article { min-height: 170px; }
  .framework-grid h3 { margin: 30px 0 10px; }
  .conversion-section { padding: 70px 20px 90px; }
  .tier-cards article { min-height: 0; }
  .funnel-form fieldset, .admin-form-grid { grid-template-columns: 1fr; }
  .admin-metrics { grid-template-columns: 1fr 1fr; }
  .admin-session__head { display: grid; }
  .mobile-sticky-cta { position: fixed; z-index: 20; right: 12px; bottom: max(12px, env(safe-area-inset-bottom)); left: 12px; display: flex; box-shadow: 0 14px 38px rgba(7,20,38,.28); }
  .funnel-footer { min-height: 220px; padding-top: 28px; padding-bottom: calc(124px + env(safe-area-inset-bottom)); align-items: flex-start; }
}

@media (max-width: 410px) {
  .home-hero h1, .programme-hero h1 { font-size: 2.7rem; overflow-wrap: anywhere; }
  .hero-trust { display: grid; }
  .admin-metrics { grid-template-columns: 1fr; }
  .private-shell { width: calc(100% - 20px); padding: 28px 20px; }
  .before-after-table > div { grid-template-columns: 1fr; gap: 5px; }
  .before-after-table span { transform: rotate(90deg); transform-origin: left center; }
  .offer-countdown span { min-width: 0; flex: 1; padding-inline: 8px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}
