:root {
  --font-sans: Inter, "Helvetica Neue", ui-sans-serif, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;
  --void: #030817;
  --night: #081735;
  --night-2: #0c2048;
  --blue: #244cff;
  --cyan: #00d7e6;
  --violet: #6b4eff;
  --amber: #ffb45e;
  --pearl: #f5f7fc;
  --paper: #ffffff;
  --ink: #0b1220;
  --muted: #657187;
  --line: #dfe5ef;
  --green: #2bcb9b;
  --shell: min(1220px, calc(100vw - 64px));
  --shadow: 0 24px 70px rgba(3, 8, 23, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; font-family: var(--font-sans); }
body {
  margin: 0;
  color: var(--ink);
  background: var(--pearl);
  font-family: var(--font-sans);
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}
body, button, input, select, textarea, a { font-synthesis: none; }
button, input, select, textarea { font-family: inherit; }
button { cursor: pointer; }
body.dialog-open { overflow: hidden; }
a { color: inherit; }
.shell { width: var(--shell); margin: 0 auto; }
.skip-link { position: fixed; z-index: 200; top: 8px; left: 8px; transform: translateY(-150%); padding: 10px 16px; background: #fff; color: #000; }
.skip-link:focus { transform: none; }
.site-header {
  position: absolute;
  z-index: 30;
  top: 0;
  left: 0;
  width: 100%;
  border-bottom: 1px solid rgba(255,255,255,.14);
}
.header-inner { height: 90px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: block; flex: 0 0 auto; }
.brand img { display: block; width: 224px; height: auto; }
.site-header nav { display: flex; align-items: center; gap: 21px; }
.site-header nav a { color: rgba(255,255,255,.76); text-decoration: none; font-size: 13px; white-space: nowrap; }
.site-header nav a:hover, .site-header nav a:focus-visible { color: #fff; }
.site-header .nav-cta { padding: 9px 16px; color: #07152f; background: var(--cyan); border-radius: 999px; font-weight: 750; }
.menu-button { display: none; color: #fff; background: transparent; border: 1px solid rgba(255,255,255,.3); border-radius: 999px; padding: 8px 14px; }

.hero {
  position: relative;
  min-height: 960px;
  overflow: hidden;
  color: #fff;
  background: var(--void);
}
.hero-visual { position: absolute; inset: 0; background: url("assets/decision-horizon-key-visual-v1.png") 58% center / cover no-repeat; transform: scale(1.02); }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3,8,23,.98) 0%, rgba(3,8,23,.94) 34%, rgba(3,8,23,.45) 62%, rgba(3,8,23,.08) 100%), linear-gradient(0deg, rgba(3,8,23,.92) 0%, transparent 35%); }
.hero-inner { position: relative; z-index: 2; padding-top: 170px; padding-bottom: 150px; }
.program-name { margin: 0 0 26px; color: var(--cyan); font-size: 13px; font-weight: 800; letter-spacing: .2em; }
.program-name span { margin-left: 16px; color: rgba(255,255,255,.56); }
.status { display: inline-flex; align-items: center; gap: 10px; margin: 0 0 24px; padding: 8px 14px; color: rgba(255,255,255,.9); border: 1px solid rgba(255,255,255,.24); border-radius: 999px; font-size: 13px; }
.status i { width: 7px; height: 7px; background: var(--cyan); border-radius: 50%; box-shadow: 0 0 22px var(--cyan); }
.hero h1 { margin: 0; max-width: 760px; font-size: clamp(58px, 6vw, 88px); line-height: .98; letter-spacing: -.055em; }
.hero h1 small { display: block; margin-bottom: 14px; color: rgba(255,255,255,.86); font-size: .42em; letter-spacing: -.02em; }
.hero-slogan { margin: 30px 0 0; font-size: 25px; font-weight: 650; letter-spacing: -.02em; }
.hero-intro { max-width: 670px; margin: 14px 0 0; color: rgba(255,255,255,.7); font-size: 17px; line-height: 1.8; }
.hero-meta { display: flex; flex-wrap: wrap; gap: 0; margin-top: 30px; color: rgba(255,255,255,.58); font-size: 12px; }
.hero-meta span { min-width: 180px; padding: 0 24px; border-left: 1px solid rgba(255,255,255,.2); }
.hero-meta span:first-child { padding-left: 0; border-left: 0; }
.hero-meta strong { display: block; color: #fff; font-size: 15px; letter-spacing: .04em; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 34px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 52px; padding: 0 24px; border: 0; border-radius: 999px; text-decoration: none; font-weight: 760; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible { outline: 3px solid rgba(0,215,230,.38); outline-offset: 3px; }
.button.primary { color: #06122b; background: var(--cyan); box-shadow: 0 14px 34px rgba(0,215,230,.18); }
.button.primary:hover { box-shadow: 0 18px 42px rgba(0,215,230,.3); }
.button.ghost { color: #fff; border: 1px solid rgba(255,255,255,.35); background: rgba(255,255,255,.05); }
.button.white { color: var(--blue); background: #fff; }
.button.full { width: 100%; }
.leader-line { display: grid; grid-template-columns: auto auto; justify-content: start; align-items: baseline; gap: 2px 13px; margin-top: 34px; padding-left: 16px; border-left: 2px solid var(--cyan); }
.leader-line span { color: rgba(255,255,255,.52); font-size: 12px; }
.leader-line strong { font-size: 18px; }
.leader-line em { grid-column: 1 / -1; color: rgba(139,242,250,.86); font-size: 12px; font-style: normal; letter-spacing: .04em; }
.horizon-caption { position: absolute; z-index: 2; right: 5vw; bottom: 42px; display: flex; align-items: center; gap: 12px; color: rgba(255,255,255,.48); font-size: 10px; letter-spacing: .13em; }
.horizon-caption span { width: 56px; height: 1px; background: linear-gradient(90deg, var(--cyan), var(--amber)); }

.signal-strip { color: #fff; background: var(--night); border-top: 1px solid rgba(255,255,255,.12); }
.signal-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.signal-grid p { position: relative; margin: 0; padding: 28px 26px 26px 46px; border-right: 1px solid rgba(255,255,255,.12); }
.signal-grid p:last-child { border-right: 0; }
.signal-grid p::before { content: ""; position: absolute; top: -1px; left: 0; width: 0; height: 2px; background: var(--cyan); transition: width .35s ease; }
.signal-grid p:hover::before { width: 100%; }
.signal-grid span { position: absolute; left: 18px; top: 30px; color: var(--cyan); font-size: 10px; }
.signal-grid strong, .signal-grid small { display: block; }
.signal-grid strong { font-size: 15px; }
.signal-grid small { color: rgba(255,255,255,.48); font-size: 11px; }

.section { padding: 120px 0; }
.section-label, .eyebrow { color: var(--cyan); font-size: 11px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow { margin: 0 0 16px; }
.eyebrow.dark { color: #2455ae; }
.section h2, .apply-section h2 { margin: 0; font-size: clamp(42px, 4.5vw, 64px); line-height: 1.15; letter-spacing: -.045em; }
.editorial { background: var(--paper); }
.statement-layout { display: grid; grid-template-columns: 1.2fr 6.8fr; gap: 36px; align-items: start; }
.statement-layout .section-label { padding-top: 14px; color: #2455ae; }
.lead-copy { max-width: 850px; margin: 28px 0 0; color: var(--muted); font-size: 19px; }
.method-path { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; margin-top: 88px; border-top: 1px solid var(--line); }
.method-path::before { content: ""; position: absolute; top: -1px; left: 0; width: 76%; height: 2px; background: linear-gradient(90deg, var(--blue), var(--cyan)); }
.method-path article { min-height: 250px; padding: 34px 26px 12px 0; border-right: 1px solid var(--line); }
.method-path article:not(:first-child) { padding-left: 26px; }
.method-path article:last-child { border-right: 0; }
.method-path span { color: #2455ae; font-size: 10px; letter-spacing: .14em; }
.method-path h3 { margin: 45px 0 10px; font-size: 24px; }
.method-path p { margin: 0; color: var(--muted); font-size: 14px; }

.cohort-section { color: #fff; background: var(--night); }
.cohort-layout { display: grid; grid-template-columns: .9fr 2.1fr; gap: 90px; align-items: center; }
.cohort-number { position: relative; width: 340px; height: 340px; display: flex; flex-direction: column; align-items: center; justify-content: center; border: 1px solid rgba(255,255,255,.17); border-radius: 50%; }
.cohort-number::before, .cohort-number::after { content: ""; position: absolute; border-radius: 50%; border: 1px solid rgba(0,215,230,.22); }
.cohort-number::before { inset: 24px; }
.cohort-number::after { inset: -20px; border-style: dashed; }
.cohort-number strong { color: var(--cyan); font-size: 70px; line-height: 1; }
.cohort-number span { margin-top: 12px; color: rgba(255,255,255,.58); font-size: 14px; }
.cohort-copy h2 { max-width: 780px; }
.cohort-copy > p:not(.eyebrow) { max-width: 760px; color: rgba(255,255,255,.68); font-size: 18px; }
.cohort-copy small { display: block; margin-top: 28px; padding-top: 22px; color: rgba(255,255,255,.5); border-top: 1px solid rgba(255,255,255,.14); }

.routes-section { position: relative; overflow: hidden; color: #fff; background: var(--void); }
.route-horizon { position: absolute; inset: 0; opacity: .33; background: url("assets/decision-horizon-key-visual-v1.png") center / cover no-repeat; mask-image: linear-gradient(to bottom, #000, transparent 58%); }
.routes-heading, .routes-list { position: relative; z-index: 1; }
.routes-heading { display: grid; grid-template-columns: 1.6fr .8fr; gap: 72px; align-items: end; }
.routes-heading .eyebrow { grid-column: 1 / -1; margin-bottom: -46px; }
.routes-heading > p:last-child { margin: 0; color: rgba(255,255,255,.58); }
.routes-list { margin-top: 74px; border-top: 1px solid rgba(255,255,255,.18); }
.route { display: grid; grid-template-columns: 70px 1fr 280px; gap: 26px; align-items: center; min-height: 190px; border-bottom: 1px solid rgba(255,255,255,.14); }
.route::before { content: ""; position: absolute; left: 0; width: 3px; height: 0; transition: height .35s ease; }
.route:hover::before { height: 190px; }
.route-a::before { background: var(--blue); }
.route-b::before { background: var(--cyan); }
.route-c::before { background: var(--green); }
.route-no { font-size: 14px; color: rgba(255,255,255,.38); }
.route span { color: rgba(255,255,255,.5); font-size: 10px; letter-spacing: .14em; }
.route h3 { margin: 5px 0; font-size: 31px; }
.route p { margin: 0; color: rgba(255,255,255,.62); }
.route small { color: rgba(255,255,255,.44); text-align: right; }

.journey-section { background: var(--pearl); }
.journey-heading { display: grid; grid-template-columns: 1.2fr .8fr; gap: 80px; align-items: end; }
.journey-heading > p { margin: 0; color: var(--muted); }
.timeline { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; margin-top: 74px; padding: 1px; list-style: none; background: var(--line); }
.timeline li { min-height: 245px; padding: 26px 24px; background: #fff; }
.timeline time { display: flex; justify-content: space-between; color: #2455ae; font-size: 13px; font-weight: 750; }
.timeline time b { color: #a2acbd; }
.timeline h3 { margin: 70px 0 10px; font-size: 21px; line-height: 1.35; }
.timeline p { margin: 0; color: var(--muted); font-size: 13px; }

.official-section { color: #fff; background: var(--night); }
.official-layout { display: grid; grid-template-columns: 390px 1fr; gap: 100px; align-items: center; }
.credential-block figure { margin: 0 0 18px; }
.credential-block img { display: block; width: 100%; height: auto; border-radius: 20px; box-shadow: var(--shadow); }
.credential-block figcaption { margin-top: 10px; color: rgba(255,255,255,.42); font-size: 10px; text-align: center; }
.official-copy h2 { max-width: 740px; }
.official-copy > p:not(.eyebrow):not(.official-note) { max-width: 740px; color: rgba(255,255,255,.7); font-size: 18px; }
.benefits { margin-top: 40px; border-top: 1px solid rgba(255,255,255,.16); }
.benefits p { display: grid; grid-template-columns: 200px 1fr; gap: 24px; margin: 0; padding: 20px 0; border-bottom: 1px solid rgba(255,255,255,.13); }
.benefits strong { color: #fff; }
.benefits span { color: rgba(255,255,255,.58); }
.official-note { margin: 26px 0 0; color: rgba(255,255,255,.42); font-size: 11px; }
.official-note a { color: var(--cyan); }

.conversations-section { background: #fff; }
.conversation-layout { display: grid; grid-template-columns: 1.3fr .7fr; gap: 90px; }
.conversation-copy { padding-top: 34px; color: var(--muted); font-size: 17px; }
.conversation-copy p { margin: 0 0 18px; }
.conversation-line { display: flex; align-items: center; gap: 18px; margin-top: 80px; color: #173467; font-weight: 720; }
.conversation-line i { flex: 1; height: 1px; background: linear-gradient(90deg, var(--blue), var(--cyan)); }

.product-section { color: #fff; background: var(--void); }
.product-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; align-items: start; }
.product-heading > p:not(.eyebrow) { color: rgba(255,255,255,.56); }
.product-content { display: grid; grid-template-columns: 1.1fr .9fr; gap: 1px; background: rgba(255,255,255,.14); }
.product-content article, .extensions { padding: 34px; background: var(--night); }
.core > span { color: var(--cyan); font-size: 10px; letter-spacing: .14em; }
.core h3 { margin: 26px 0; font-size: 28px; }
.core ul { margin: 0; padding: 0; list-style: none; }
.core li { padding: 12px 0; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.67); }
.extensions p { margin: 0; padding: 22px 0; border-bottom: 1px solid rgba(255,255,255,.12); }
.extensions p:last-child { border-bottom: 0; }
.extensions b, .extensions span { display: block; }
.extensions span { margin-top: 7px; color: rgba(255,255,255,.5); font-size: 13px; }

.program-section { position: relative; overflow: hidden; min-height: 700px; display: flex; align-items: center; color: #fff; background: var(--void); }
.program-visual { position: absolute; inset: 0; background: url("assets/decision-horizon-key-visual-v1.png") 65% center / cover no-repeat; opacity: .74; }
.program-section::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3,8,23,.96), rgba(3,8,23,.62) 60%, rgba(3,8,23,.24)); }
.program-inner { position: relative; z-index: 1; padding-top: 100px; padding-bottom: 100px; }
.program-inner h2 { font-size: clamp(52px, 6.6vw, 92px); }
.program-slogan { margin: 20px 0 0; color: var(--cyan); font-size: 24px; font-weight: 680; }
.program-copy { max-width: 720px; color: rgba(255,255,255,.68); font-size: 18px; }
.program-seasons { display: flex; flex-wrap: wrap; gap: 1px; margin-top: 58px; background: rgba(255,255,255,.18); max-width: 920px; }
.program-seasons span { flex: 1 1 240px; padding: 20px 24px; color: rgba(255,255,255,.5); background: rgba(3,8,23,.8); font-size: 10px; letter-spacing: .12em; }
.program-seasons b { display: block; margin-top: 7px; color: #fff; font-size: 15px; letter-spacing: 0; }
.program-seasons .active { color: var(--cyan); box-shadow: inset 0 2px var(--cyan); }

.apply-section { position: relative; overflow: hidden; padding: 120px 0; color: #fff; background: var(--void); }
.apply-section::before { content: ""; position: absolute; inset: 0; background: url("assets/decision-horizon-key-visual-v1.png") 82% 54% / cover no-repeat; opacity: .42; }
.apply-section::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3,8,23,.98) 0%, rgba(3,8,23,.92) 45%, rgba(3,8,23,.5) 76%, rgba(3,8,23,.28)), radial-gradient(circle at 78% 50%, rgba(0,215,230,.14), transparent 30%); }
.apply-layout { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1fr) 330px; gap: 110px; align-items: center; }
.apply-layout > div > p:not(.eyebrow) { max-width: 760px; color: rgba(255,255,255,.75); font-size: 17px; }
.apply-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 24px; margin-top: 34px; }
.email-link { color: rgba(255,255,255,.78); font-size: 13px; }
.qr-gateway { position: relative; margin: 0; padding: 22px; color: #fff; background: linear-gradient(145deg, rgba(12,32,72,.88), rgba(3,8,23,.76)); border: 1px solid rgba(160,224,255,.26); border-radius: 28px; box-shadow: 0 28px 90px rgba(0,0,0,.34), inset 0 1px rgba(255,255,255,.07); text-align: center; backdrop-filter: blur(18px); }
.qr-gateway::before { content: ""; position: absolute; top: -1px; left: 34px; right: 34px; height: 2px; background: linear-gradient(90deg, transparent, var(--cyan), var(--amber), transparent); }
.qr-card-head { display: flex; align-items: center; justify-content: space-between; color: rgba(255,255,255,.5); font-size: 9px; font-weight: 800; letter-spacing: .17em; }
.qr-card-head i { width: 7px; height: 7px; background: var(--cyan); border-radius: 50%; box-shadow: 0 0 18px var(--cyan); }
.qr-frame { width: 218px; margin: 22px auto 20px; padding: 15px; background: #fff; border: 1px solid rgba(255,255,255,.82); border-radius: 18px; box-shadow: 0 18px 50px rgba(0,0,0,.27); }
.qr-frame img { display: block; width: 100%; height: auto; }
.qr-gateway figcaption strong, .qr-gateway figcaption span { display: block; }
.qr-gateway figcaption strong { font-size: 17px; letter-spacing: -.01em; }
.qr-gateway figcaption span { margin-top: 5px; color: rgba(255,255,255,.52); font-size: 11px; }
.qr-card-foot { display: flex; justify-content: space-between; margin-top: 18px; padding-top: 15px; color: rgba(255,255,255,.4); border-top: 1px solid rgba(255,255,255,.12); font-size: 9px; letter-spacing: .08em; }
.qr-card-foot b { color: rgba(255,255,255,.72); font-weight: 650; letter-spacing: .02em; }

.contact-dialog {
  width: min(940px, calc(100vw - 40px));
  max-width: calc(100vw - 20px);
  max-height: min(760px, calc(100dvh - 40px));
  margin: auto;
  padding: 0;
  overflow: auto;
  color: var(--ink);
  background: var(--paper);
  border: 1px solid rgba(124,147,190,.28);
  border-radius: 30px;
  box-shadow: 0 34px 110px rgba(0,0,0,.48);
}
.contact-dialog:not([open]) { display: none; }
.contact-dialog::backdrop { background: rgba(2,7,20,.78); backdrop-filter: blur(9px); }
.contact-dialog-toolbar { position: sticky; z-index: 5; top: 0; height: 0; display: flex; justify-content: flex-end; pointer-events: none; }
.contact-dialog-panel { position: relative; display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(300px, .88fr); min-height: 590px; }
.contact-dialog-close {
  position: relative;
  z-index: 3;
  flex: 0 0 44px;
  margin: 16px 16px 0 0;
  pointer-events: auto;
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  padding: 0;
  color: rgba(255,255,255,.86);
  background: rgba(3,8,23,.68);
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 50%;
  font-size: 27px;
  line-height: 1;
}
.contact-dialog-close:hover { color: #fff; background: rgba(3,8,23,.9); }
.contact-dialog-close:focus-visible { outline: 3px solid rgba(0,215,230,.5); outline-offset: 3px; }
.contact-dialog-copy { grid-column: 1; grid-row: 1; min-width: 0; padding: 58px 52px 48px; overflow-wrap: anywhere; }
.contact-dialog-eyebrow { margin: 0 0 14px; color: #2455ae; font-size: 11px; font-weight: 800; letter-spacing: .18em; }
.contact-dialog-copy h2 { margin: 0; font-size: clamp(38px, 4vw, 54px); line-height: 1.12; letter-spacing: -.045em; }
.contact-dialog-copy > p:not(.contact-dialog-eyebrow):not(.contact-response-note) { margin: 22px 0 0; color: var(--muted); font-size: 16px; line-height: 1.85; }
.contact-details { margin: 34px 0 0; border-top: 1px solid var(--line); }
.contact-details div { display: grid; grid-template-columns: 94px 1fr; gap: 16px; padding: 13px 0; border-bottom: 1px solid var(--line); }
.contact-details dt { color: var(--muted); font-size: 13px; }
.contact-details dd { margin: 0; color: var(--ink); font-size: 14px; font-weight: 690; }
.contact-details a { color: #2455ae; }
.contact-response-note { margin: 20px 0 0; color: var(--muted); font-size: 12px; }
.contact-actions { display: flex; flex-direction: column; align-items: flex-start; gap: 14px; margin-top: 27px; }
.contact-actions .button { min-height: 48px; }
.contact-group-link { color: #2455ae; font-size: 13px; font-weight: 700; text-decoration: none; }
.contact-group-link:hover, .contact-group-link:focus-visible { text-decoration: underline; text-underline-offset: 4px; }
.contact-qr-card { position: relative; grid-column: 2; grid-row: 1; min-width: 0; display: flex; flex-direction: column; justify-content: center; margin: 0; padding: 70px 38px 36px; overflow: hidden; color: #fff; background: linear-gradient(145deg, rgba(12,32,72,.98), rgba(3,8,23,.98)); text-align: center; }
.contact-qr-card::before { content: ""; position: absolute; inset: 0; background: url("assets/decision-horizon-key-visual-v1.png") 74% center / cover no-repeat; opacity: .3; }
.contact-qr-card::after { content: ""; position: absolute; top: 0; left: 15%; right: 15%; height: 2px; background: linear-gradient(90deg, transparent, var(--cyan), var(--amber), transparent); }
.contact-qr-card > * { position: relative; z-index: 1; }
.contact-qr-head { display: flex; align-items: center; justify-content: space-between; color: rgba(255,255,255,.8); font-size: 13px; font-weight: 800; letter-spacing: .12em; }
.contact-qr-head i { width: 7px; height: 7px; background: var(--cyan); border-radius: 50%; box-shadow: 0 0 18px var(--cyan); }
.contact-qr-frame { width: min(100%, 292px); margin: 25px auto 21px; padding: 13px; background: #fff; border: 1px solid rgba(255,255,255,.86); border-radius: 20px; box-shadow: 0 22px 60px rgba(0,0,0,.32); }
.contact-qr-frame img { display: block; width: 100%; height: auto; border-radius: 7px; }
.contact-qr-card figcaption strong, .contact-qr-card figcaption span { display: block; }
.contact-qr-card figcaption strong { font-size: 18px; letter-spacing: -.01em; }
.contact-qr-card figcaption span { margin-top: 5px; color: rgba(255,255,255,.76); font-size: 13px; }
.contact-qr-foot { display: flex; justify-content: space-between; gap: 12px; margin-top: 22px; padding-top: 16px; color: rgba(255,255,255,.72); border-top: 1px solid rgba(255,255,255,.13); font-size: 13px; }
.contact-qr-foot b { color: rgba(255,255,255,.8); font-weight: 700; }

footer { padding: 60px 0 44px; color: #fff; background: var(--void); }
.footer-main { display: grid; grid-template-columns: 250px 1fr auto; gap: 50px; align-items: center; }
.footer-main img { display: block; width: 220px; }
.footer-main div strong, .footer-main div span { display: block; }
.footer-main div span { color: rgba(255,255,255,.42); font-size: 12px; }
.footer-main > a:last-child { color: var(--cyan); font-size: 13px; }
.legal { margin-top: 42px; padding-top: 28px; color: rgba(255,255,255,.35); border-top: 1px solid rgba(255,255,255,.12); font-size: 10px; line-height: 1.8; }

@media (max-width: 1060px) {
  :root { --shell: min(100% - 44px, 900px); }
  .site-header nav { position: absolute; top: 78px; right: 22px; display: none; width: min(320px, calc(100vw - 44px)); padding: 22px; background: rgba(3,8,23,.96); border: 1px solid rgba(255,255,255,.15); border-radius: 16px; box-shadow: var(--shadow); }
  .site-header nav.open { display: grid; }
  .menu-button { display: block; }
  .hero { min-height: 900px; }
  .hero-shade { background: linear-gradient(90deg, rgba(3,8,23,.98) 0%, rgba(3,8,23,.9) 60%, rgba(3,8,23,.34)), linear-gradient(0deg, rgba(3,8,23,.9), transparent 45%); }
  .statement-layout { grid-template-columns: 1fr; }
  .method-path, .timeline { grid-template-columns: repeat(2, 1fr); }
  .cohort-layout { grid-template-columns: 300px 1fr; gap: 55px; }
  .cohort-number { width: 280px; height: 280px; }
  .routes-heading, .journey-heading, .conversation-layout, .product-layout { grid-template-columns: 1fr; gap: 38px; }
  .routes-heading .eyebrow { margin-bottom: 0; }
  .official-layout { grid-template-columns: 320px 1fr; gap: 55px; }
  .product-content { max-width: 780px; }
  .contact-dialog-copy { padding: 52px 42px 42px; }
  .contact-qr-card { padding-right: 30px; padding-left: 30px; }
}

@media (max-width: 720px) {
  :root { --shell: calc(100vw - 36px); }
  .header-inner { height: 76px; }
  .brand img { width: 176px; }
  .hero { min-height: 930px; }
  .hero-visual { background-position: 66% center; opacity: .82; }
  .hero-shade { background: linear-gradient(90deg, rgba(3,8,23,.98), rgba(3,8,23,.78)), linear-gradient(0deg, rgba(3,8,23,.98), transparent 55%); }
  .hero-inner { padding-top: 132px; padding-bottom: 112px; }
  .program-name { font-size: 10px; letter-spacing: .13em; }
  .program-name span { display: block; margin: 4px 0 0; }
  .status { font-size: 11px; }
  .hero h1 { font-size: clamp(45px, 13.2vw, 62px); }
  .hero-slogan { font-size: 20px; }
  .hero-intro { font-size: 15px; }
  .hero-meta { display: grid; grid-template-columns: 1fr 1fr; gap: 16px 0; }
  .hero-meta span { min-width: 0; padding: 0 14px; }
  .hero-meta span:nth-child(3) { padding-left: 0; border-left: 0; }
  .hero-actions { display: grid; }
  .button { width: 100%; }
  .leader-line { grid-template-columns: 1fr; }
  .leader-line em { grid-column: 1; }
  .horizon-caption { left: 18px; right: auto; bottom: 26px; max-width: calc(100% - 36px); font-size: 8px; }
  .signal-grid { grid-template-columns: repeat(2, 1fr); }
  .signal-grid p { padding: 22px 14px 20px 40px; border-bottom: 1px solid rgba(255,255,255,.12); }
  .section { padding: 84px 0; }
  .section h2, .apply-section h2 { font-size: 38px; }
  .statement-layout { gap: 8px; }
  .lead-copy { font-size: 17px; }
  .method-path { grid-template-columns: 1fr; margin-top: 56px; }
  .method-path article, .method-path article:not(:first-child) { min-height: auto; padding: 28px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .method-path h3 { margin: 20px 0 6px; }
  .cohort-layout { grid-template-columns: 1fr; gap: 55px; }
  .cohort-number { width: 240px; height: 240px; margin: 0 auto; }
  .cohort-number strong { font-size: 58px; }
  .routes-heading { display: block; }
  .route { position: relative; grid-template-columns: 40px 1fr; gap: 14px; padding: 26px 0; }
  .route small { grid-column: 2; text-align: left; }
  .route h3 { font-size: 25px; }
  .timeline { grid-template-columns: 1fr; }
  .timeline li { min-height: 205px; }
  .timeline h3 { margin-top: 44px; }
  .official-layout { grid-template-columns: 1fr; }
  .credential-block { max-width: 340px; margin: 0 auto; }
  .benefits p { grid-template-columns: 1fr; gap: 6px; }
  .conversation-line { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: var(--line); }
  .conversation-line span { padding: 16px; background: #fff; text-align: center; }
  .conversation-line i { display: none; }
  .product-content { grid-template-columns: 1fr; }
  .program-section { min-height: 780px; }
  .program-inner h2 { font-size: 52px; }
  .program-slogan { font-size: 20px; }
  .apply-layout { grid-template-columns: 1fr; gap: 50px; }
  .qr-gateway { width: min(100%, 320px); margin: 0 auto; padding: 20px; }
  .qr-frame { width: 204px; }
  .contact-dialog { width: calc(100vw - 20px); max-height: calc(100dvh - 20px); border-radius: 22px; }
  .contact-dialog-panel { grid-template-columns: 1fr; min-height: 0; }
  .contact-dialog-close { margin: 12px 12px 0 0; }
  .contact-dialog-copy { grid-column: 1; grid-row: 2; padding: 34px 26px; }
  .contact-dialog-copy h2 { font-size: 38px; }
  .contact-details div { grid-template-columns: 84px 1fr; gap: 12px; }
  .contact-actions { align-items: stretch; }
  .contact-actions .button { width: 100%; }
  .contact-group-link { text-align: center; }
  .contact-qr-card { grid-column: 1; grid-row: 1; padding: 64px 24px 28px; }
  .contact-qr-frame { width: min(100%, 264px); margin-top: 20px; }
  .footer-main { grid-template-columns: 1fr; gap: 24px; }
}

.mobile-conversion-bar { display: none; }

/* Keep the fixed actions clear of content and phone gesture areas. */
@media (pointer: coarse) and (max-width: 720px), (pointer: coarse) and (orientation: landscape) and (max-height: 540px) and (max-width: 1060px) {
  body { padding-bottom: calc(80px + env(safe-area-inset-bottom, 0px)); }
  .mobile-conversion-bar {
    position: fixed;
    z-index: 40;
    inset: auto 0 0;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 12px;
    padding: 12px max(18px, env(safe-area-inset-right, 0px)) calc(12px + env(safe-area-inset-bottom, 0px)) max(18px, env(safe-area-inset-left, 0px));
    border-top: 1px solid rgba(255,255,255,.16);
    background: var(--night);
    box-shadow: 0 -6px 24px rgba(3,8,23,.16);
  }
  .mobile-conversion-bar .button {
    width: 100%;
    min-width: 0;
    min-height: 52px;
    padding: 0 8px;
    font-size: 16px;
    line-height: 1.4;
    text-align: center;
  }
  body.dialog-open .mobile-conversion-bar { visibility: hidden; pointer-events: none; }
}

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