:root {
  --blue-950: #032b58;
  --blue-900: #043c78;
  --blue-800: #07539d;
  --blue-700: #0869c7;
  --blue-500: #2f91df;
  --blue-100: #e7f3fc;
  --blue-50: #f3f8fc;
  --ink: #10283f;
  --muted: #5b6e80;
  --line: #d9e4ed;
  --white: #ffffff;
  --accent: #ffb400;
  --accent-hover: #ffc42f;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--white);
  color: var(--ink);
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", YuGothic, "Noto Sans JP", sans-serif;
  font-feature-settings: "palt" 1;
  line-height: 1.85;
  letter-spacing: .025em;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
a, button { -webkit-tap-highlight-color: transparent; }
p, li, h1, h2, h3, blockquote { line-break: strict; overflow-wrap: normal; word-break: auto-phrase; }
.skip-link {
  position: fixed;
  left: 16px;
  top: -80px;
  z-index: 100;
  padding: 10px 16px;
  color: white;
  background: var(--blue-950);
  text-decoration: none;
  font-weight: 800;
}
.skip-link:focus { top: 12px; }
.section p, .narrow-copy p, .decision-copy p { text-wrap: pretty; }
h1, h2, h3 { text-wrap: balance; word-break: auto-phrase; }
.heading-line, .cta-line { display: block; }
.prose-line, .step-line, .reassurance-line, .case-line, .worry-line { display: inline; }
.no-break { white-space: nowrap; }
.copy-line { display: block; width: max-content; max-width: 100%; white-space: nowrap; text-wrap: balance; }

.site-header {
  height: 76px;
  padding: 0 clamp(18px, 4.6vw, 72px);
  display: flex;
  align-items: center;
  gap: 36px;
  background: rgba(255, 255, 255, .96);
  border-bottom: 1px solid rgba(4, 60, 120, .1);
  position: sticky;
  top: 0;
  z-index: 60;
  backdrop-filter: blur(14px);
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--blue-900);
  text-decoration: none;
  flex-shrink: 0;
}
.brand-symbol {
  width: 46px;
  height: 30px;
  display: grid;
  place-items: center;
  color: white;
  background: linear-gradient(135deg, var(--blue-700), var(--blue-950));
  border-radius: 50% 43% 50% 43%;
  font: italic 900 14px/1 Arial, sans-serif;
  letter-spacing: -.05em;
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, .22);
}
.brand-copy { display: flex; flex-direction: column; line-height: 1; letter-spacing: .08em; }
.brand-copy strong { font: 900 12px/1 Arial, sans-serif; }
.brand-copy small { margin-top: 4px; font: 700 8px/1 Arial, sans-serif; letter-spacing: .25em; }
.site-header nav { margin-left: auto; display: flex; align-items: center; gap: clamp(18px, 2.6vw, 40px); }
.site-header nav a { font-size: 12px; font-weight: 800; text-decoration: none; white-space: nowrap; }
.site-header nav a:hover { color: var(--blue-700); }

.cta-button {
  width: min(100%, 470px);
  min-height: 66px;
  padding: 0 27px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  color: var(--blue-950);
  background: var(--accent);
  border-radius: 3px;
  box-shadow: 0 16px 36px rgba(0, 24, 58, .22);
  text-decoration: none;
  font-weight: 900;
  transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
}
.cta-button:hover { transform: translateY(-2px); background: var(--accent-hover); box-shadow: 0 20px 42px rgba(0, 24, 58, .28); }
.cta-button:focus-visible { outline: 3px solid white; outline-offset: 4px; }
.cta-button b {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--white);
  background: var(--blue-900);
  font-size: 14px;
}
.cta-button.compact { width: auto; min-height: 44px; padding: 0 17px; gap: 15px; font-size: 12px; box-shadow: none; }
.cta-button.compact b { width: 22px; height: 22px; font-size: 11px; }

.hero {
  min-height: 770px;
  color: white;
  background:
    radial-gradient(circle at 78% 28%, rgba(75, 168, 233, .54), transparent 24%),
    linear-gradient(118deg, #022951 0%, #054a8c 52%, #1680ca 100%);
  position: relative;
  overflow: hidden;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 70px), 0 100%);
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, transparent 0 70%, rgba(255, 255, 255, .05) 70% 70.2%, transparent 70.2%),
    linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px);
  background-size: auto, 74px 74px, 74px 74px;
  opacity: .7;
}
.hero::after {
  content: "DIAGNOSIS";
  position: absolute;
  left: -1vw;
  bottom: 35px;
  color: rgba(255,255,255,.035);
  font: 900 clamp(110px, 18vw, 290px)/.75 Arial, sans-serif;
  letter-spacing: -.07em;
  white-space: nowrap;
}
.network { position: absolute; inset: 0; pointer-events: none; opacity: .8; }
.network::before, .network::after {
  content: "";
  position: absolute;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.65), transparent);
  transform-origin: left center;
}
.network::before { width: 52vw; right: -12vw; top: 29%; transform: rotate(34deg); }
.network::after { width: 46vw; right: 5vw; top: 58%; transform: rotate(-18deg); }
.network i { position: absolute; width: 9px; height: 9px; border-radius: 50%; background: #bce8ff; box-shadow: 0 0 0 8px rgba(151, 218, 255, .12), 0 0 26px #8fd6ff; }
.network i:nth-child(1) { top: 16%; right: 19%; }
.network i:nth-child(2) { top: 31%; right: 7%; }
.network i:nth-child(3) { top: 45%; right: 30%; }
.network i:nth-child(4) { top: 66%; right: 11%; }
.network i:nth-child(5) { top: 77%; right: 39%; }
.network i:nth-child(6) { top: 26%; right: 47%; }
.hero-inner {
  width: min(1180px, calc(100% - 42px));
  min-height: 710px;
  margin: auto;
  padding: 70px 0 125px;
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  align-items: center;
  gap: clamp(45px, 7vw, 100px);
  position: relative;
  z-index: 2;
}
.hero-copy { min-width: 0; }
.hero-kicker {
  margin: 0 0 18px;
  display: inline-block;
  padding: 6px 12px;
  color: #d9f1ff;
  border-left: 4px solid var(--accent);
  background: rgba(0, 25, 63, .24);
  font-size: 13px;
  font-weight: 800;
}
.hero-en {
  margin: 0 0 18px;
  font: 900 clamp(38px, 5.1vw, 70px)/.93 Arial, sans-serif;
  letter-spacing: -.055em;
  opacity: .22;
}
.hero h1 {
  margin: 0;
  max-width: 750px;
  font-size: clamp(36px, 4vw, 54px);
  line-height: 1.28;
  letter-spacing: -.055em;
  font-weight: 900;
}
.hero h1 span, .hero h1 strong { display: block; }
.hero h1 span, .hero h1 strong { width: max-content; max-width: 100%; white-space: nowrap; }
.hero h1 strong { color: #fff5ca; }
.hero-lead { max-width: 660px; margin: 24px 0 0; color: #e8f5fd; font-size: clamp(15px, 1.4vw, 18px); }
.hero-lead b { color: white; }
.hero-points { margin-top: 20px; display: flex; flex-wrap: wrap; gap: 8px; }
.hero-points span { padding: 5px 10px; border: 1px solid rgba(255,255,255,.32); background: rgba(0,30,68,.24); color: #e7f6ff; font-size: 11px; font-weight: 800; }
.hero-action { margin-top: 29px; }
.hero-action > p { margin: 10px 0 0; color: #bcd9ea; font-size: 11px; font-weight: 700; }

.structure-visual {
  width: min(100%, 430px);
  justify-self: end;
  padding: 26px 22px 22px;
  background: rgba(255, 255, 255, .94);
  color: var(--blue-950);
  box-shadow: 0 30px 80px rgba(0, 25, 58, .3);
  position: relative;
}
.structure-visual::before { content: ""; position: absolute; top: 0; right: 0; border-style: solid; border-width: 0 55px 55px 0; border-color: transparent var(--blue-500) transparent transparent; }
.structure-visual > p:first-child { margin: 0; color: var(--blue-700); font: 900 10px/1 Arial, sans-serif; letter-spacing: .2em; }
.orbit { width: 330px; max-width: 100%; aspect-ratio: 1; margin: 10px auto 0; position: relative; border: 1px solid #bdd8ec; border-radius: 50%; background: radial-gradient(circle, #fff 0 34%, #eef6fb 34.5% 62%, transparent 62.5%); }
.orbit::before, .orbit::after { content: ""; position: absolute; inset: 50%; width: 42%; height: 1px; background: #bdd8ec; transform-origin: left; }
.orbit::before { transform: rotate(18deg); }
.orbit::after { transform: rotate(148deg); }
.orbit > strong { position: absolute; inset: 50% auto auto 50%; transform: translate(-50%, -50%); width: 126px; aspect-ratio: 1; display: grid; place-content: center; text-align: center; border-radius: 50%; color: white; background: linear-gradient(135deg, var(--blue-700), var(--blue-950)); font-size: 15px; line-height: 1.55; box-shadow: 0 12px 28px rgba(4, 60, 120, .22); }
.orbit > strong small { display: block; color: #bfe6ff; font-size: 9px; letter-spacing: .15em; }
.orbit-item { position: absolute; width: 70px; aspect-ratio: 1; display: grid; place-content: center; text-align: center; border: 1px solid #b6d4e9; border-radius: 50%; background: white; font-weight: 900; font-size: 13px; box-shadow: 0 8px 20px rgba(4,60,120,.11); z-index: 2; }
.orbit-item i { display: block; color: var(--blue-500); font: 700 9px/1 Arial, sans-serif; font-style: normal; }
.item-1 { left: 3%; top: 38%; }
.item-2 { left: 22%; top: 3%; }
.item-3 { right: 22%; top: 3%; }
.item-4 { right: 3%; top: 38%; }
.item-5 { left: calc(50% - 35px); bottom: 1%; }
.visual-caption { margin: 6px 0 0; padding-top: 14px; border-top: 1px solid var(--line); text-align: center; font-weight: 900; font-size: 13px; }

.proof-strip {
  width: min(1060px, calc(100% - 42px));
  margin: -31px auto 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: white;
  box-shadow: 0 16px 48px rgba(3, 43, 88, .15);
  position: relative;
  z-index: 4;
}
.proof-strip > div { min-height: 92px; padding: 16px; display: flex; align-items: baseline; justify-content: center; gap: 8px; border-right: 1px solid var(--line); }
.proof-strip > div:last-child { border-right: 0; }
.proof-strip strong { color: var(--blue-800); font: italic 900 34px/1 Arial, sans-serif; }
.proof-strip span { color: var(--muted); font-size: 12px; font-weight: 800; text-align: center; text-wrap: balance; }

.section { padding: 110px max(22px, calc((100vw - 1180px) / 2)); }
.section-title { max-width: 780px; }
.section-title > p { margin: 0 0 10px; color: var(--blue-800); font: 900 clamp(38px, 5vw, 68px)/.94 Arial, sans-serif; letter-spacing: -.055em; text-transform: uppercase; }
.section-title h2 { margin: 0; color: var(--ink); font-size: clamp(25px, 2.7vw, 39px); line-height: 1.45; letter-spacing: -.04em; text-wrap: balance; }
.section-title i { width: 52px; height: 4px; margin-top: 19px; display: block; background: var(--blue-700); }
.section-title.light > p { color: white; opacity: .98; }
.section-title.light h2 { color: white; }
.section-title.light i { background: var(--accent); }
.heading-row { display: flex; align-items: flex-end; justify-content: space-between; gap: 60px; margin-bottom: 56px; }
.heading-row > p { max-width: 440px; margin: 0 0 9px; color: var(--muted); text-wrap: balance; }

.eyebrow { margin: 0 0 16px; color: var(--blue-700); font: 900 11px/1 Arial, sans-serif; letter-spacing: .2em; }
.narrow-copy { width: min(820px, 100%); margin: auto; }
.narrow-copy h2 { margin: 0; color: var(--blue-950); font-size: clamp(29px, 3.4vw, 46px); line-height: 1.48; letter-spacing: -.045em; }
.narrow-copy p { margin: 24px 0 0; color: var(--muted); }
.narrow-copy .lead-paragraph { color: var(--ink); font-size: clamp(17px, 1.7vw, 21px); font-weight: 800; line-height: 1.9; }
.resistance-section { padding-top: 125px; padding-bottom: 120px; background: white; }

.concerns { padding-top: 105px; background: linear-gradient(180deg, white 0%, var(--blue-50) 100%); }
.worry-grid { margin-top: 52px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: #cfdeea; border: 1px solid #cfdeea; }
.worry-card { min-height: 152px; padding: 25px; display: flex; flex-direction: column; justify-content: flex-start; background: white; position: relative; overflow: hidden; }
.worry-card::after { content: ""; position: absolute; right: -27px; bottom: -27px; width: 64px; height: 64px; border: 1px solid #d2e7f5; border-radius: 50%; }
.worry-card > span { color: var(--blue-500); font: italic 900 17px/1 Arial, sans-serif; }
.worry-card p { width: 100%; margin: 34px 0 0; font-size: clamp(14px, 1.25vw, 16px); font-weight: 800; line-height: 1.75; text-wrap: balance; }
.empathy-copy { width: min(820px, 100%); margin: 56px auto 0; padding-left: 28px; border-left: 4px solid var(--blue-700); }
.empathy-copy p { margin: 0; color: var(--muted); font-size: 16px; }
.empathy-copy p + p { margin-top: 16px; }

.reason-section { color: white; background: linear-gradient(120deg, #032b58, #075ba5); position: relative; overflow: hidden; }
.reason-section::after { content: "FLOW"; position: absolute; right: -1vw; bottom: -2vw; color: rgba(255,255,255,.04); font: 900 clamp(130px, 20vw, 310px)/.75 Arial, sans-serif; letter-spacing: -.07em; }
.reason-section .heading-row, .reason-section .broken-flow, .reason-section .reason-copy { position: relative; z-index: 1; }
.reason-section .heading-row > p { color: #c5e0f2; }
.broken-flow { margin-top: 58px; display: grid; grid-template-columns: repeat(9, auto); align-items: center; justify-content: space-between; gap: 12px; }
.broken-flow > div { width: 150px; min-height: 142px; padding: 20px 15px; display: flex; flex-direction: column; justify-content: center; border: 1px solid rgba(255,255,255,.24); background: rgba(255,255,255,.07); }
.broken-flow > div span { color: #77c7fa; font: italic 900 13px/1 Arial, sans-serif; }
.broken-flow > div strong { margin-top: 14px; font-size: 20px; }
.broken-flow > div p { margin: 3px 0 0; color: #b9d9ed; font-size: 11px; }
.broken-flow > b { color: #73bce9; font-size: 15px; }
.two-column-copy { margin-top: 58px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; background: rgba(255,255,255,.18); border: 1px solid rgba(255,255,255,.18); }
.two-column-copy > div { padding: 32px; background: rgba(2,32,67,.74); }
.two-column-copy h3 { margin: 0; font-size: 18px; line-height: 1.7; }
.two-column-copy p { margin: 12px 0 0; color: #bddbef; font-size: 13px; }

.structure-section { padding: 135px max(22px, calc((100vw - 1180px) / 2)); background: white; position: relative; overflow: hidden; }
.structure-section::before { content: "BUSINESS"; position: absolute; left: -2vw; bottom: 0; color: rgba(4, 83, 157, .035); font: 900 clamp(120px, 19vw, 300px)/.72 Arial, sans-serif; letter-spacing: -.07em; }
.structure-inner { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: clamp(60px, 9vw, 130px); position: relative; }
.structure-diagram { width: min(100%, 480px); aspect-ratio: 1; position: relative; border-radius: 50%; background: radial-gradient(circle, white 0 27%, #edf6fc 27.5% 52%, transparent 52.5%); }
.structure-diagram::before, .structure-diagram::after { content: ""; position: absolute; inset: 50% auto auto 50%; width: 78%; height: 1px; background: #9bc7e7; transform-origin: left; }
.structure-diagram::before { transform: translate(-50%, -50%) rotate(22deg); }
.structure-diagram::after { transform: translate(-50%, -50%) rotate(144deg); }
.diagram-word { position: absolute; left: -20%; top: 43%; margin: 0; color: rgba(4, 83, 157, .05); font: 900 60px/1 Arial, sans-serif; transform: rotate(-90deg); }
.diagram-center { position: absolute; inset: 50% auto auto 50%; transform: translate(-50%, -50%); width: 142px; aspect-ratio: 1; display: grid; place-items: center; border-radius: 50%; color: white; background: linear-gradient(135deg, var(--blue-700), var(--blue-950)); font-weight: 900; box-shadow: 0 18px 38px rgba(4,60,120,.24); }
.diagram-node { position: absolute; width: 82px; aspect-ratio: 1; display: grid; place-items: center; border: 1px solid #a7cae3; border-radius: 50%; background: white; color: var(--blue-900); font-weight: 900; box-shadow: 0 10px 24px rgba(4,60,120,.1); }
.node-1 { left: 1%; top: 39%; }
.node-2 { left: 20%; top: 3%; }
.node-3 { right: 20%; top: 3%; }
.node-4 { right: 1%; top: 39%; }
.node-5 { left: calc(50% - 41px); bottom: 1%; }
.structure-copy .section-title > p { font-size: clamp(46px, 5.5vw, 76px); }
.structure-copy > p { color: var(--muted); }
.structure-copy .lead-copy { color: var(--ink); font-size: 18px; font-weight: 900; }
.structure-formula { margin-top: 28px; padding: 21px 22px; display: flex; align-items: center; justify-content: space-between; gap: 8px; color: var(--blue-900); border: 1px solid #b7d3e7; background: var(--blue-50); font-weight: 900; }
.structure-formula b { color: #90a4b4; }

.self-check-section { background: white; }
.check-list { margin: 0; padding: 0; list-style: none; border-top: 2px solid var(--blue-900); }
.check-list li { min-height: 126px; padding: 24px 20px; display: grid; grid-template-columns: 62px 1fr; align-items: center; gap: 20px; border-bottom: 1px solid var(--line); }
.check-list li > span { color: var(--blue-500); font: italic 900 24px/1 Arial, sans-serif; }
.check-list li > div { display: grid; grid-template-columns: 120px 1fr; align-items: center; gap: 20px; }
.check-list strong { color: var(--blue-900); font-size: 20px; }
.check-list p { margin: 0; color: var(--muted); }
.insight-box { width: min(920px, 100%); margin: 50px auto 0; padding: 30px 34px; color: white; background: linear-gradient(110deg, var(--blue-950), var(--blue-700)); box-shadow: 0 16px 38px rgba(3,43,88,.15); }
.insight-box strong { font-size: 18px; }
.insight-box p { margin: 9px 0 0; color: #cae4f5; }

.diagnosis-section { background: var(--blue-50); }
.diagnosis-grid { display: grid; grid-template-columns: repeat(5, 1fr); border-top: 1px solid #bcd3e4; border-left: 1px solid #bcd3e4; }
.diagnosis-grid article { min-height: 270px; padding: 27px 23px; background: white; border-right: 1px solid #bcd3e4; border-bottom: 1px solid #bcd3e4; position: relative; overflow: hidden; }
.diagnosis-grid article::after { content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 5px; background: var(--blue-700); transform: scaleX(.3); transform-origin: left; transition: transform .25s ease; }
.diagnosis-grid article:hover::after { transform: scaleX(1); }
.diagnosis-grid article > span { color: #8db9d8; font: italic 900 25px/1 Arial, sans-serif; }
.diagnosis-grid h3 { margin: 38px 0 15px; color: var(--blue-900); font-size: 24px; }
.diagnosis-grid p { margin: 0; color: var(--muted); font-size: 13px; text-wrap: balance; }
.mid-cta { margin-top: 48px; padding: 28px 32px; display: flex; align-items: center; justify-content: space-between; gap: 34px; color: white; background: linear-gradient(100deg, var(--blue-950), var(--blue-700)); }
.mid-cta > div { display: flex; flex-direction: column; }
.mid-cta > div strong { font-size: 18px; }
.mid-cta > div span { color: #bcdcf1; font-size: 13px; }
.mid-cta .cta-button { width: 360px; min-height: 56px; flex-shrink: 0; }

.session-process-section { background: white; }
.session-process-section > .section-title { margin-bottom: 58px; }
.timeline { max-width: 980px; margin: auto; position: relative; }
.timeline::before { content: ""; position: absolute; left: 72px; top: 24px; bottom: 24px; width: 1px; background: #a9cce5; }
.timeline article { min-height: 170px; display: grid; grid-template-columns: 145px 1fr; gap: 35px; position: relative; }
.timeline article > span { width: 94px; height: 42px; display: grid; place-items: center; color: white; background: var(--blue-700); font: 900 10px/1 Arial, sans-serif; letter-spacing: .1em; position: relative; z-index: 1; }
.timeline article > div { padding: 0 0 45px; }
.timeline small { color: var(--blue-700); font-size: 11px; font-weight: 900; }
.timeline h3 { margin: 6px 0 9px; font-size: 22px; }
.timeline p { margin: 0; color: var(--muted); }

.outcomes-section { padding: 145px max(22px, calc((100vw - 1180px) / 2)); color: white; background: linear-gradient(115deg, #032b58, #0764b1); clip-path: polygon(0 7%, 100% 0, 100% 93%, 0 100%); position: relative; overflow: hidden; }
.outcomes-section::before { content: "OUTCOMES"; position: absolute; right: -3vw; bottom: 2%; color: rgba(255,255,255,.04); font: 900 clamp(120px, 18vw, 280px)/.75 Arial, sans-serif; letter-spacing: -.07em; }
.outcomes-inner { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(60px, 9vw, 130px); position: relative; }
.outcomes-inner ol { margin: 0; padding: 0; list-style: none; }
.outcomes-inner li { padding: 21px 0; display: grid; grid-template-columns: 54px 1fr; align-items: start; gap: 20px; border-bottom: 1px solid rgba(255,255,255,.2); }
.outcomes-inner li:first-child { padding-top: 0; }
.outcomes-inner li > span { width: 42px; height: 42px; display: grid; place-items: center; color: var(--blue-950); background: white; border-radius: 50%; font: 900 12px/1 Arial, sans-serif; }
.outcomes-inner strong { font-size: 18px; }
.outcomes-inner li p { margin: 3px 0 0; color: #c4e0f3; font-size: 13px; text-wrap: balance; }
.outcomes-note { width: min(860px, 100%); margin: 50px auto 0; color: #b9d8ec; font-size: 11px; text-align: center; position: relative; }

.fit-section { background: var(--blue-50); }
.fit-section > .section-title { margin-bottom: 55px; }
.fit-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.fit-card { padding: 38px; border: 1px solid #c9d9e5; background: white; }
.fit-card.recommended { border-top: 6px solid var(--blue-700); }
.fit-card > span { color: var(--blue-600, #1b7ec9); font: 900 10px/1 Arial, sans-serif; letter-spacing: .16em; }
.fit-card h3 { margin: 17px 0 25px; font-size: 23px; }
.fit-card ul { margin: 0; padding: 0; list-style: none; }
.fit-card li { padding: 13px 0 13px 28px; border-top: 1px solid var(--line); color: var(--muted); position: relative; font-size: 15px; line-height: 1.8; text-wrap: balance; }
.fit-card li::before { content: "✓"; position: absolute; left: 0; color: var(--blue-700); font-weight: 900; }
.fit-card:not(.recommended) li::before { content: "—"; color: #8293a1; }

.case-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.case-card { display: flex; flex-direction: column; min-height: 480px; border: 1px solid var(--line); background: white; box-shadow: 0 14px 34px rgba(3,43,88,.08); }
.case-card header { min-height: 88px; padding: 20px 23px; display: flex; flex-direction: column; justify-content: center; color: white; background: linear-gradient(110deg, var(--blue-950), var(--blue-700)); }
.case-card header span { color: #a8d8f8; font: 900 10px/1 Arial, sans-serif; letter-spacing: .16em; }
.case-card header strong { margin-top: 8px; font-size: 21px; }
.case-before, .case-middle, .case-after { padding: 23px; }
.case-before { min-height: 155px; color: var(--muted); background: #f5f7f9; }
.case-middle { min-height: 205px; color: var(--muted); background: white; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.case-after { min-height: 175px; color: var(--ink); background: #e8f4fc; }
.case-card small { color: var(--blue-700); font: 900 10px/1 Arial, sans-serif; letter-spacing: .14em; }
.case-card p { margin: 10px 0 0; font-size: 15px; font-weight: 700; line-height: 1.75; text-wrap: balance; }
.case-arrow { width: 34px; height: 34px; margin: -7px auto; display: grid; place-items: center; border-radius: 50%; color: white; background: var(--blue-700); position: relative; z-index: 2; }
.case-note { max-width: 850px; margin: 24px auto 0; color: #728495; font-size: 11px; text-align: center; }
.case-note.light { color: #b7d8ee; }

.voices-section { padding: 135px max(22px, calc((100vw - 1180px) / 2)); color: white; background: #032b58; position: relative; overflow: hidden; }
.voices-section::after { content: "VOICE"; position: absolute; right: -2vw; top: 16%; color: rgba(255,255,255,.035); font: 900 clamp(130px, 18vw, 290px)/1 Arial, sans-serif; }
.voices-inner { position: relative; z-index: 1; }
.voice-grid { margin-top: 52px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.voice-grid blockquote { min-height: 270px; margin: 0; padding: 29px; display: flex; flex-direction: column; background: rgba(255,255,255,.07); border-top: 4px solid #59b4ed; }
.voice-grid blockquote > span { color: #65baf0; font: 900 48px/.8 Georgia, serif; }
.voice-grid blockquote p { margin: 22px 0 30px; font-size: 17px; font-weight: 800; text-wrap: balance; }
.voice-grid cite { margin-top: auto; color: #a9d7f4; font-size: 11px; font-style: normal; }

.difference-section { background: white; }
.difference-section > .section-title { margin-bottom: 55px; }
.difference-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.difference-grid article { min-height: 245px; padding: 34px; border: 1px solid var(--line); background: linear-gradient(145deg, white, var(--blue-50)); }
.difference-grid article > span { color: var(--blue-500); font: italic 900 22px/1 Arial, sans-serif; }
.difference-grid h3 { margin: 28px 0 12px; font-size: 20px; }
.difference-grid p { margin: 0; color: var(--muted); font-size: 15px; text-wrap: balance; }
.simple-cta { margin-top: 54px; }

.details-section { display: grid; grid-template-columns: 1fr 1fr; gap: 40px 80px; }
.details-heading > p { max-width: 570px; color: var(--muted); }
.details-section dl { margin: 0; border-top: 2px solid var(--blue-900); }
.details-section dl > div { min-height: 66px; padding: 12px 8px; display: grid; grid-template-columns: 100px 1fr; align-items: center; border-bottom: 1px solid var(--line); }
.details-section dt { color: var(--muted); font-size: 12px; font-weight: 800; }
.details-section dd { margin: 0; font-weight: 900; }
.details-section dd strong { color: var(--blue-700); font-size: 25px; }
.steps { grid-column: 1 / -1; margin-top: 25px; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid #bcd3e4; border-left: 1px solid #bcd3e4; }
.steps > div { min-height: 190px; padding: 25px; border-right: 1px solid #bcd3e4; border-bottom: 1px solid #bcd3e4; }
.steps > div > span { color: var(--blue-500); font: italic 900 24px/1 Arial, sans-serif; }
.steps strong { display: block; margin-top: 28px; color: var(--blue-900); }
.steps p { margin: 7px 0 0; color: var(--muted); font-size: 12px; text-wrap: balance; }

.profile-section { padding: 135px max(22px, calc((100vw - 1180px) / 2)); display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(60px, 9vw, 130px); align-items: center; color: white; background: linear-gradient(115deg, var(--blue-900), #0876c5); clip-path: polygon(0 0, 100% 8%, 100% 100%, 0 92%); }
.profile-visual { width: min(100%, 430px); aspect-ratio: 1; border: 1px solid rgba(255,255,255,.4); border-radius: 50%; position: relative; background: radial-gradient(circle, rgba(255,255,255,.2) 0 20%, transparent 20.5% 42%, rgba(255,255,255,.08) 42.5% 43%, transparent 43.5%); }
.profile-visual span { position: absolute; inset: 50% auto auto 50%; transform: translate(-50%, -50%); width: 145px; aspect-ratio: 1; display: grid; place-items: center; border-radius: 50%; color: var(--blue-900); background: white; font: italic 900 48px/1 Arial, sans-serif; }
.profile-visual i { position: absolute; width: 14px; height: 14px; border-radius: 50%; background: #cbeaff; box-shadow: 0 0 0 12px rgba(255,255,255,.09); }
.profile-visual i:nth-of-type(1) { left: 9%; top: 47%; }
.profile-visual i:nth-of-type(2) { right: 17%; top: 17%; }
.profile-visual i:nth-of-type(3) { right: 7%; bottom: 25%; }
.profile-copy { max-width: 650px; }
.profile-copy .profile-title { color: white; font-size: 18px; font-weight: 900; text-wrap: balance; }
.profile-copy > p:not(.profile-title) { color: #d5ebf8; text-wrap: pretty; }

.value-section { background: var(--blue-50); }
.value-intro { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; align-items: start; }
.value-intro > div:last-child { padding-top: 8px; }
.value-intro > div:last-child p { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.95; text-wrap: pretty; }
.value-intro > div:last-child p + p { margin-top: 18px; }
.offer-card { margin-top: 70px; padding: 48px; display: grid; grid-template-columns: 1.1fr .9fr; gap: 50px 70px; color: white; background: linear-gradient(118deg, var(--blue-950), var(--blue-700)); box-shadow: 0 24px 58px rgba(3,43,88,.2); }
.offer-heading > span { color: #8fd1f8; font: 900 10px/1 Arial, sans-serif; letter-spacing: .18em; }
.offer-heading h2 { margin: 14px 0 12px; font-size: 31px; }
.offer-heading p { margin: 0; color: #c9e5f6; }
.offer-card dl { margin: 0; border-top: 1px solid rgba(255,255,255,.4); }
.offer-card dl > div { min-height: 62px; padding: 10px 0; display: grid; grid-template-columns: 90px 1fr; align-items: center; border-bottom: 1px solid rgba(255,255,255,.22); }
.offer-card dt { color: #b9d9ed; font-size: 11px; font-weight: 800; }
.offer-card dd { margin: 0; font-weight: 900; }
.offer-card dd strong { color: #fff0a6; font-size: 27px; }
.offer-action { grid-column: 1 / -1; text-align: center; }
.offer-action .cta-button { margin: auto; }
.offer-action p { margin: 13px 0 0; color: #b7d7e9; font-size: 11px; }

.application-section { background: white; }
.reassurance-grid { margin-top: 45px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.reassurance-grid > div { padding: 28px; border-left: 4px solid var(--blue-700); background: var(--blue-50); }
.reassurance-grid strong { display: block; color: var(--blue-900); font-size: clamp(16px, 1.35vw, 19px); line-height: 1.55; text-wrap: balance; }
.reassurance-grid p { margin: 9px 0 0; color: var(--muted); font-size: 13px; text-wrap: balance; }

.faq-section { padding-top: 100px; }
.faq-section > .section-title { margin-bottom: 50px; }
.faq-list { max-width: 940px; border-top: 2px solid var(--blue-900); }
.faq-list details { border-bottom: 1px solid #bfcfdb; }
.faq-list summary { min-height: 76px; padding: 22px 60px 22px 0; display: flex; align-items: center; gap: 22px; cursor: pointer; list-style: none; position: relative; font-weight: 900; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list .faq-number { color: var(--blue-700); font: 900 12px/1 Arial, sans-serif; letter-spacing: .08em; flex-shrink: 0; }
.faq-list .question-text { min-width: 0; text-wrap: pretty; }
.faq-list summary::after { content: "+"; position: absolute; right: 8px; top: 17px; color: var(--blue-700); font: 300 30px/1 Arial, sans-serif; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details > p { margin: -4px 60px 24px 47px; color: var(--muted); text-wrap: pretty; }

.decision-section { padding: 125px 22px; background: white; }
.decision-inner { width: min(920px, 100%); margin: auto; text-align: center; }
.decision-inner h2 { margin: 0; color: var(--blue-950); font-size: clamp(30px, 3.8vw, 48px); line-height: 1.5; letter-spacing: -.045em; }
.decision-copy { width: min(740px, 100%); margin: 40px auto 0; text-align: left; }
.decision-copy p { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.95; text-wrap: pretty; }
.decision-copy p + p { margin-top: 18px; }

.final-cta { padding: 130px 22px 145px; color: white; text-align: center; background: linear-gradient(115deg, #021f40, #075fa9); position: relative; overflow: hidden; }
.final-network { position: absolute; inset: 0; opacity: .2; background-image: linear-gradient(rgba(255,255,255,.3) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.3) 1px, transparent 1px); background-size: 70px 70px; transform: perspective(500px) rotateX(58deg) scale(1.5); transform-origin: center bottom; }
.final-cta > div:last-child { width: min(820px, 100%); margin: auto; position: relative; z-index: 2; }
.final-en { margin: 0 0 15px; color: #a9daf6; font: 900 clamp(30px, 4.5vw, 60px)/1 Arial, sans-serif; letter-spacing: -.045em; }
.final-cta h2 { margin: 0; font-size: clamp(31px, 4vw, 55px); line-height: 1.38; letter-spacing: -.045em; }
.final-cta h2 span, .final-cta h2 strong { display: block; }
.final-cta h2 i { font-style: normal; }
.final-cta h2 span, .final-cta h2 strong { text-wrap: balance; }
.final-cta > div > p:not(.final-en) { color: #d1e7f4; }
.price { margin: 28px 0; display: flex; align-items: center; justify-content: center; gap: 15px; }
.price strong { color: #fff0aa; font: italic 900 64px/1 Arial, sans-serif; }
.price span { text-align: left; font-size: 12px; font-weight: 800; line-height: 1.5; }
.final-cta small { display: block; margin-top: 13px; color: #a9c9dd; }
.final-cta .result-disclaimer { margin: 18px auto 0; color: #9cbdd2 !important; font-size: 10px; }

footer { min-height: 110px; padding: 28px max(22px, calc((100vw - 1180px) / 2)); display: flex; align-items: center; gap: 30px; color: #a9bfd0; background: #021a35; font-size: 11px; }
.footer-brand { color: white; margin-right: auto; }
.footer-copy { max-width: 520px; }
.footer-copy p { margin: 0; }
.footer-copy p + p { margin-top: 3px; color: #7f9bb1; }
.mobile-sticky { display: none; }

.thanks-page { min-height: 100vh; padding: 90px 20px; background: var(--blue-50); }
.thanks-hero { max-width: 760px; margin: auto; text-align: center; }
.thanks-hero .eyebrow { margin: 0 0 16px; color: var(--blue-700); font: 900 44px/1 Arial, sans-serif; }
.thanks-check { width: 72px; height: 72px; margin: 0 auto 25px; display: grid; place-items: center; color: white; background: var(--blue-700); border-radius: 50%; font-size: 31px; font-weight: 900; }
.thanks-hero h1 { margin: 0; font-size: clamp(33px, 5vw, 56px); line-height: 1.4; letter-spacing: -.04em; }
.thanks-hero > p:last-child { color: var(--muted); }
.thanks-steps { max-width: 980px; margin: 52px auto 0; display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.thanks-steps article { padding: 32px; background: white; border-top: 5px solid var(--blue-700); box-shadow: 0 12px 32px rgba(3,43,88,.08); }
.thanks-steps article > span { color: var(--blue-700); font: 900 11px/1 Arial, sans-serif; letter-spacing: .14em; }
.thanks-steps h2 { margin: 18px 0 8px; font-size: 24px; }
.thanks-steps p { color: var(--muted); }
.thanks-steps .cta-button { margin-top: 18px; min-height: 56px; font-size: 14px; }
.thanks-warning { max-width: 980px; margin: 22px auto 0; padding: 19px; color: #6f4d08; background: #fff7d6; border: 1px solid #efd57c; text-align: center; font-size: 13px; font-weight: 800; }

@media (max-width: 1040px) {
  .site-header nav { display: none; }
  .site-header .cta-button { margin-left: auto; }
  .hero-inner { grid-template-columns: 1fr .72fr; gap: 38px; }
  .hero h1 span, .hero h1 strong { white-space: normal; width: auto; }
  .orbit { width: 280px; }
  .orbit-item { width: 62px; }
  .item-5 { left: calc(50% - 31px); }
  .diagnosis-grid { grid-template-columns: repeat(2, 1fr); }
  .diagnosis-grid article:nth-child(n) { grid-column: auto; min-height: 220px; }
  .diagnosis-grid article:last-child { grid-column: 1 / -1; }
  .worry-grid { grid-template-columns: repeat(2, 1fr); }
  .worry-card:last-child { grid-column: 1 / -1; }
  .two-column-copy, .fit-grid, .difference-grid, .value-intro { grid-template-columns: 1fr; }
  .fit-grid, .case-grid, .difference-grid, .voice-grid, .reassurance-grid { width: min(760px, 100%); margin-left: auto; margin-right: auto; }
  .case-grid, .voice-grid, .reassurance-grid { grid-template-columns: 1fr; }
  .case-card, .voice-grid blockquote { min-height: 0; }
  .case-before, .case-middle, .case-after { min-height: 0; }
  .steps { grid-template-columns: repeat(2, 1fr); }
  .structure-inner, .outcomes-inner, .profile-section { grid-template-columns: 1fr; }
  .structure-diagram, .profile-visual { width: min(100%, 430px); }
  .offer-card { grid-template-columns: 1fr; }
  .offer-action { grid-column: 1; }
  .value-intro { gap: 38px; }
  .value-intro > div:last-child { width: min(720px, 100%); }
  .profile-section { clip-path: polygon(0 0, 100% 4%, 100% 100%, 0 96%); }
  .structure-copy .copy-line, .profile-copy .copy-line { width: auto; white-space: normal; }
  .heading-row { display: block; }
  .heading-row > p { max-width: 660px; margin-top: 26px; }
  .broken-flow { grid-template-columns: repeat(2, 1fr); }
  .broken-flow > div { width: auto; }
  .broken-flow > div:last-child { grid-column: 1 / -1; }
  .broken-flow > b { display: none; }
}

@media (max-width: 820px) {
  .hero { clip-path: polygon(0 0, 100% 0, 100% calc(100% - 42px), 0 100%); }
  .hero-inner { grid-template-columns: 1fr; padding-top: 58px; }
  .structure-visual { width: min(100%, 560px); justify-self: start; }
  .orbit { width: 330px; }
  .orbit-item { width: 70px; }
  .item-5 { left: calc(50% - 35px); }
  .proof-strip { grid-template-columns: repeat(2, 1fr); }
  .proof-strip > div:nth-child(2) { border-right: 0; }
  .proof-strip > div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .prose-line, .reassurance-line, .case-line { display: inline; }
  .heading-row { display: block; }
  .heading-row > p { margin-top: 28px; }
  .diagnosis-grid { grid-template-columns: repeat(2, 1fr); }
  .diagnosis-grid article:nth-child(n) { grid-column: auto; }
  .diagnosis-grid article:last-child { grid-column: 1 / -1; }
  .voice-grid blockquote { min-height: 220px; }
  .details-section { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
  body { padding-bottom: 76px; font-size: 15px; }
  .site-header { height: 62px; padding: 0 15px; }
  .brand-symbol { width: 39px; height: 27px; font-size: 12px; }
  .brand-copy strong { font-size: 10px; }
  .brand-copy small { font-size: 7px; }
  .site-header .cta-button { display: none; }
  .hero { min-height: 0; }
  .hero-inner { width: min(100% - 32px, 520px); padding: 46px 0 102px; gap: 45px; }
  .hero-kicker { padding: 5px 9px; font-size: 11px; line-height: 1.65; }
  .hero-en { font-size: clamp(34px, 12vw, 52px); }
  .hero h1 { font-size: clamp(31px, 8.8vw, 42px); line-height: 1.4; letter-spacing: -.045em; }
  .hero h1 span, .hero h1 strong { white-space: normal; }
  .copy-line { display: inline; width: auto; white-space: normal; }
  .hero-lead .copy-line { display: block; }
  .final-cta h2 strong > i { display: block; }
  .hero-lead { font-size: 15px; line-height: 1.85; }
  .hero-points { gap: 6px; }
  .hero-points span { font-size: 10px; }
  .hero-action .cta-button { min-height: 60px; padding: 0 18px; font-size: 14px; }
  .hero-action > p { line-height: 1.6; }
  .structure-visual { padding: 22px 14px 17px; }
  .orbit { width: 290px; }
  .orbit > strong { width: 112px; font-size: 13px; }
  .orbit-item { width: 62px; font-size: 12px; }
  .item-5 { left: calc(50% - 31px); }
  .proof-strip { width: calc(100% - 32px); margin-top: -24px; }
  .proof-strip > div { min-height: 72px; padding: 12px 6px; gap: 6px; }
  .proof-strip strong { font-size: 27px; }
  .proof-strip span { font-size: 10px; }
  .section { padding: 78px 18px; }
  .section-title > p { font-size: clamp(28px, 9vw, 44px); line-height: 1; overflow-wrap: normal; word-break: keep-all; }
  .section-title h2 { font-size: 25px; line-height: 1.5; }
  .desktop-break { display: none; }
  .resistance-section { padding-top: 88px; padding-bottom: 82px; }
  .narrow-copy h2 { font-size: 28px; line-height: 1.55; }
  .narrow-copy .lead-paragraph { font-size: 16px; }
  .worry-grid { margin-top: 38px; grid-template-columns: 1fr; }
  .worry-card:last-child { grid-column: auto; }
  .worry-card { min-height: 118px; padding: 20px; }
  .worry-card p { margin-top: 22px; }
  .worry-line, .step-line { display: inline; }
  .empathy-copy { margin-top: 40px; padding-left: 18px; }
  .reason-section .heading-row { margin-bottom: 0; }
  .broken-flow { margin-top: 38px; grid-template-columns: 1fr; gap: 8px; }
  .broken-flow > div { min-height: 92px; padding: 16px 20px; }
  .broken-flow > div strong { margin-top: 8px; }
  .two-column-copy { margin-top: 38px; grid-template-columns: 1fr; }
  .two-column-copy > div { padding: 24px 21px; }
  .structure-section { padding: 88px 18px; }
  .structure-inner { gap: 52px; }
  .structure-diagram { width: 310px; max-width: 100%; margin: auto; }
  .diagram-center { width: 108px; font-size: 13px; }
  .diagram-node { width: 60px; font-size: 12px; }
  .node-5 { left: calc(50% - 30px); }
  .diagram-word { display: none; }
  .structure-copy .section-title > p { font-size: clamp(35px, 11vw, 54px); }
  .structure-copy .lead-copy { font-size: 16px; }
  .structure-formula { padding: 18px 12px; flex-wrap: wrap; justify-content: center; }
  .structure-formula b { font-size: 10px; }
  .heading-row { margin-bottom: 38px; }
  .check-list li { padding: 21px 8px; grid-template-columns: 45px 1fr; gap: 10px; }
  .check-list li > span { font-size: 18px; }
  .check-list li > div { grid-template-columns: 65px 1fr; gap: 10px; }
  .check-list strong { font-size: 16px; }
  .check-list p { font-size: 13px; }
  .insight-box { margin-top: 38px; padding: 24px 21px; }
  .diagnosis-grid { grid-template-columns: 1fr; }
  .diagnosis-grid article:last-child { grid-column: auto; }
  .diagnosis-grid article { min-height: 0 !important; padding: 23px 21px; }
  .diagnosis-grid h3 { margin: 22px 0 10px; }
  .mid-cta { padding: 23px 19px; flex-direction: column; align-items: stretch; }
  .mid-cta .cta-button { width: 100%; min-height: 60px; font-size: 14px; }
  .session-process-section > .section-title { margin-bottom: 42px; }
  .timeline::before { left: 20px; }
  .timeline article { min-height: 0; grid-template-columns: 55px 1fr; gap: 14px; }
  .timeline article > span { width: 43px; height: 43px; padding: 0 5px; text-align: center; font-size: 8px; line-height: 1.2; }
  .timeline article > div { padding-bottom: 38px; }
  .timeline h3 { font-size: 18px; line-height: 1.6; }
  .outcomes-section { padding: 105px 18px; clip-path: polygon(0 3%, 100% 0, 100% 97%, 0 100%); }
  .outcomes-inner { gap: 45px; }
  .outcomes-inner li { grid-template-columns: 43px 1fr; gap: 14px; }
  .outcomes-inner li > span { width: 36px; height: 36px; }
  .outcomes-inner strong { font-size: 16px; }
  .fit-section > .section-title { margin-bottom: 38px; }
  .fit-grid { grid-template-columns: 1fr; }
  .fit-card { padding: 28px 21px; }
  .fit-card h3 { font-size: 20px; }
  .case-card header { min-height: 78px; }
  .case-before, .case-middle, .case-after { padding: 20px; }
  .case-before { min-height: 0; }
  .voices-section { padding: 92px 18px; }
  .voice-grid { margin-top: 38px; }
  .voice-grid blockquote { min-height: 210px; padding: 24px; }
  .difference-section > .section-title { margin-bottom: 38px; }
  .difference-grid { grid-template-columns: 1fr; }
  .difference-grid article { min-height: 0; padding: 27px 22px; }
  .details-section dl { margin-top: 8px; }
  .steps { grid-template-columns: 1fr; }
  .steps > div { min-height: 135px; }
  .profile-section { padding: 100px 18px; gap: 48px; }
  .profile-visual { width: 280px; max-width: 100%; }
  .profile-visual span { width: 102px; font-size: 35px; }
  .value-intro { grid-template-columns: 1fr; gap: 34px; }
  .offer-card { margin-top: 48px; padding: 30px 21px; grid-template-columns: 1fr; gap: 35px; }
  .offer-heading h2 { font-size: 25px; }
  .offer-card dl > div { grid-template-columns: 75px 1fr; }
  .offer-action .cta-button { min-height: 60px; padding: 0 17px; font-size: 14px; }
  .reassurance-grid { margin-top: 36px; grid-template-columns: 1fr; }
  .reassurance-grid > div { padding: 23px 20px; }
  .faq-list summary { padding-right: 45px; align-items: flex-start; gap: 14px; line-height: 1.7; }
  .faq-list details > p { margin-left: 0; margin-right: 12px; }
  .section-title .heading-line,
  .narrow-copy .heading-line,
  .decision-inner .heading-line { display: inline; }
  .decision-section { padding: 86px 18px; }
  .decision-inner h2 { font-size: 28px; }
  .decision-copy { margin-top: 30px; }
  .final-cta { padding: 95px 18px 108px; }
  .final-en { font-size: clamp(30px, 9vw, 44px); }
  .final-cta h2 { font-size: 29px; }
  .final-cta h2 span, .final-cta h2 strong { text-wrap: balance; }
  .price strong { font-size: 54px; }
  footer { padding: 30px 18px; flex-direction: column; align-items: flex-start; gap: 7px; }
  .footer-brand { margin-bottom: 10px; }
  .mobile-sticky { position: fixed; left: 0; right: 0; bottom: 0; z-index: 80; height: 76px; padding: 10px 11px; display: flex; align-items: center; justify-content: space-between; gap: 10px; color: white; background: rgba(2, 31, 64, .97); box-shadow: 0 -10px 30px rgba(0,0,0,.18); backdrop-filter: blur(10px); }
  .mobile-sticky > div { display: flex; flex-direction: column; flex-shrink: 0; line-height: 1.3; }
  .mobile-sticky > div strong { color: #fff1ac; }
  .mobile-sticky > div span { color: #aacde3; font-size: 9px; }
  .mobile-sticky .cta-button { min-height: 52px; padding: 0 12px; flex: 1; justify-content: center; gap: 8px; font-size: 12px; }
  .mobile-sticky .cta-button b { display: none; }
  .thanks-page { padding: 58px 15px; }
  .thanks-hero .eyebrow { font-size: 34px; }
  .thanks-hero h1 { font-size: 31px; }
  .thanks-hero > p:last-child br { display: none; }
  .thanks-steps { grid-template-columns: 1fr; }
  .thanks-steps article { padding: 25px 21px; }
}

@media (max-width: 370px) {
  .hero h1 { font-size: 29px; }
  .orbit { width: 258px; }
  .orbit-item { width: 56px; font-size: 11px; }
  .item-5 { left: calc(50% - 28px); }
  .orbit > strong { width: 100px; }
  .proof-strip span { white-space: normal; line-height: 1.35; }
  .mobile-sticky .cta-button { font-size: 11px; }
}

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