:root {
  --color-ivory: #fcfeff;
  --color-white: #ffffff;
  --color-tint: #edf9ff;
  --color-tint-strong: #cceeff;
  --color-main: #117dac;
  --color-main-dark: #0c76a1;
  --color-main-deep: #0875a1;
  --color-sky: #62cdf5;
  --color-accent: #b85613;
  --color-accent-dark: #94440c;
  --color-accent-soft: #fff0df;
  --color-cream: #f7fcff;
  --color-text: #173b4d;
  --color-text-soft: #5e7885;
  --color-line: #d8edf7;
  --color-placeholder: #edf8fd;
  --font-heading: "Noto Sans JP", sans-serif;
  --font-body: "Noto Sans JP", sans-serif;
  --font-size-body: 17px;
  --font-size-small: 14px;
  --font-size-h2: clamp(35px, 3.5vw, 44px);
  --container: 1080px;
  --container-narrow: 860px;
  --radius-sm: 14px;
  --radius-md: 20px;
  --radius-lg: 28px;
  --radius-pill: 999px;
  --space-section: 112px;
  --shadow-soft: 0 4px 16px rgba(17, 125, 172, .05);
  --shadow-hover: 0 12px 28px rgba(17, 125, 172, .09);
  --transition: 220ms ease;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; padding-bottom: 92px; color: var(--color-text); background: var(--color-ivory); font-family: var(--font-body); font-size: var(--font-size-body); line-height: 1.85; letter-spacing: .035em; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; object-fit: cover; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
p, h1, h2, h3, blockquote, dl, dd { margin-top: 0; }
svg { fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.skip-link { position: fixed; z-index: 9999; top: 8px; left: 8px; transform: translateY(-160%); padding: 8px 16px; background: var(--color-main-deep); color: #fff; border-radius: var(--radius-sm); }
.skip-link:focus { transform: translateY(0); }
.container { width: min(calc(100% - 48px), var(--container)); margin-inline: auto; }
.container--narrow { max-width: var(--container-narrow); }
.section { padding: var(--space-section) 0; overflow: hidden; }
.section--white { background: var(--color-white); }
.section--tint { background: var(--color-tint); }
.section--soft-accent { background: var(--color-accent-soft); }
.section--deep { background: var(--color-main-deep); color: #fff; }
.section-problem { background: linear-gradient(180deg, #def4ff 0%, #edf9ff 100%); }
.section-difference { background: #fffdf9; }
.section-method { background-color: #dff4ff; background-image: radial-gradient(circle at 8% 18%, rgba(98,205,245,.16) 0, rgba(98,205,245,0) 24%), radial-gradient(circle at 94% 80%, rgba(184,86,19,.08) 0, rgba(184,86,19,0) 22%); }
.section-heading { margin: 0 auto 56px; text-align: center; }
.section-heading > p:last-child { max-width: 700px; margin: 18px auto 0; color: var(--color-text-soft); }
.section--deep .section-heading > p:last-child { color: #fff; }
.section-heading__label, .eyebrow { margin-bottom: 12px; color: var(--color-main); font-weight: 800; font-size: 13px; letter-spacing: .18em; }
.hero .eyebrow { font-size: 18px; letter-spacing: .08em; }
.section-heading__label--light { color: #c7efff; }
.section-heading h2 { margin-bottom: 0; font-family: var(--font-heading); font-size: var(--font-size-h2); line-height: 1.55; letter-spacing: .02em; }
.section-copy { max-width: 720px; margin: 0 auto 44px; font-size: 18px; line-height: 2; }
.underline { position: relative; z-index: 0; white-space: nowrap; }
.underline::after { content: ""; position: absolute; z-index: -1; left: -3%; right: -3%; bottom: 4px; height: 9px; background: rgba(98, 205, 245, .3); border-radius: 70% 40% 60% 35%; transform: rotate(-1deg); }
.underline--accent::after { background: rgba(245, 165, 92, .28); }
.circle-accent { position: relative; display: inline-block; }
.circle-accent::after { content: ""; position: absolute; inset: -5px -14px -2px; border: 2px solid rgba(184, 86, 19, .35); border-radius: 48% 55% 44% 50%; transform: rotate(-2deg); }
.sp-only { display: none; }

.launch-bar { min-height: 38px; padding: 6px 20px; color: #fff; background: var(--color-main-dark); text-align: center; font-size: 14px; letter-spacing: .06em; }
.launch-bar span { margin: 0 10px; opacity: .55; }
.launch-bar strong { color: #ffd39e; font-size: 1.06em; }
.site-header { position: sticky; z-index: 100; top: 0; height: 92px; background: rgba(252, 254, 255, .94); border-bottom: 1px solid rgba(17, 125, 172, .1); backdrop-filter: blur(14px); }
.site-header__inner { display: flex; align-items: center; justify-content: space-between; width: min(calc(100% - 48px), var(--container)); height: 100%; margin: auto; }
.site-logo { display: inline-flex; align-items: center; gap: 11px; }
.site-logo__mark { display: grid; place-items: center; width: 38px; height: 38px; color: #fff; background: var(--color-main); border-radius: 50% 45% 52% 42%; font-family: var(--font-heading); font-size: 20px; font-weight: 900; transform: rotate(-5deg); }
.site-logo > span:last-child { display: flex; flex-direction: column; line-height: 1.25; }
.site-logo strong { font-family: var(--font-heading); font-size: 17px; }
.site-logo small { color: var(--color-text-soft); font-size: 9px; letter-spacing: .18em; text-transform: uppercase; }
.site-logo--image { gap: 0; }
.site-logo__image { display: block; width: 194px; height: 88px; }
.site-logo__image img { width: 100%; height: 100%; object-fit: contain; }
.site-header__right { display: flex; align-items: center; gap: 22px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 52px; padding: 12px 26px; border-radius: var(--radius-pill); font-family: var(--font-heading); font-weight: 700; line-height: 1.3; letter-spacing: .02em; transition: transform var(--transition), box-shadow var(--transition), background var(--transition); }
.button svg { width: 22px; height: 22px; }
.button:hover { transform: translateY(-3px); box-shadow: var(--shadow-hover); }
.button:focus-visible, .faq-item button:focus-visible { outline: 3px solid var(--color-sky); outline-offset: 3px; }
.button--header { min-height: 44px; padding: 10px 22px; color: #fff; background: var(--color-main); font-size: 15px; }
.button--header:hover { background: var(--color-main-dark); }
.button--primary { color: #fff; background: var(--color-accent); box-shadow: 0 7px 18px rgba(148, 68, 12, .18); }
.button--primary:hover { background: var(--color-accent-dark); }
.button--large { min-width: 430px; min-height: 64px; padding: 17px 30px; font-size: 18px; }

.hero { position: relative; min-height: 0; overflow: hidden; background: var(--color-ivory); }
.hero::before { content: ""; position: absolute; z-index: 0; top: 50%; left: 5%; width: 440px; height: 440px; background: url("assets/bohm-vita-icon.webp") center / contain no-repeat; opacity: .09; pointer-events: none; transform: translateY(-48%) rotate(-8deg); }
.hero__inner { position: relative; z-index: 1; display: grid; grid-template-columns: 1.03fr .97fr; align-items: center; gap: 66px; padding-top: 12px; padding-bottom: 22px; }
.hero__content { position: relative; z-index: 2; }
.hero__title { margin-bottom: 26px; font-family: var(--font-heading); font-size: clamp(46px, 4.8vw, 64px); line-height: 1.45; letter-spacing: -.01em; }
.hero__title span { font-size: .78em; }
.hero__title em { position: relative; color: var(--color-main); font-style: normal; }
.hero__title em::after { content: ""; position: absolute; z-index: -1; left: -4px; right: -5px; bottom: 5px; height: 15px; background: rgba(98, 205, 245, .32); border-radius: 50%; transform: rotate(-2deg); }
.hero__lead { max-width: 620px; margin-bottom: 26px; font-size: 18px; line-height: 2; }
.hero__badges { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 30px; }
.hero__badges span { padding: 6px 13px; color: var(--color-main-dark); background: #e4f6ff; border-radius: var(--radius-pill); font-size: 13px; font-weight: 700; }
.hero__badges b { color: var(--color-accent); }
.hero__note { margin: 10px 0 0 20px; color: var(--color-text-soft); font-size: 13px; }
.hero__visual { position: relative; }
.hero__photo-wrap { position: relative; width: 88%; margin-left: auto; }
.hero__photo { width: 100%; height: 700px; aspect-ratio: auto; border-radius: 80px 24px 80px 24px; box-shadow: 18px 18px 0 var(--color-tint-strong); object-position: center 50%; }
.hero__photo-label { position: absolute; right: -38px; bottom: 38px; max-width: 230px; padding: 20px 22px; background: rgba(255, 255, 255, .94); border-radius: var(--radius-md); box-shadow: var(--shadow-hover); backdrop-filter: blur(8px); }
.hero__photo-label span { color: var(--color-main); font-size: 9px; font-weight: 800; letter-spacing: .15em; }
.hero__photo-label strong { display: block; margin-top: 5px; font-family: var(--font-heading); font-size: 15px; line-height: 1.65; }
.hero__metric { position: absolute; top: 38px; left: -42px; display: flex; align-items: center; gap: 14px; padding: 17px 21px; background: var(--color-accent-soft); border-radius: var(--radius-md); box-shadow: var(--shadow-soft); }
.hero__metric strong { color: var(--color-accent-dark); font-size: 42px; line-height: 1; }
.hero__metric strong small { font-size: 13px; }
.hero__metric span { font-size: 13px; font-weight: 700; line-height: 1.6; }
.hero__decoration { position: absolute; border-radius: 50%; filter: blur(1px); }
.hero__decoration--one { top: 40px; right: -100px; width: 380px; height: 380px; background: rgba(98, 205, 245, .24); }
.hero__decoration--two { bottom: -160px; left: -140px; width: 360px; height: 300px; background: rgba(245, 165, 92, .1); }

.worry-grid, .feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.speech-card { position: relative; min-height: 250px; padding: 38px 24px 30px; background: var(--color-tint); border-radius: var(--radius-lg); box-shadow: 0 8px 20px rgba(17,125,172,.1); text-align: center; transition: transform var(--transition), box-shadow var(--transition); }
.speech-card::after { content: ""; position: absolute; bottom: -14px; left: 50%; width: 30px; height: 24px; background: var(--color-tint); clip-path: polygon(0 0, 100% 0, 48% 100%); transform: translateX(-50%); }
.speech-card:hover, .feature-card:hover, .coach-card:hover, .voice-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-hover); }
.speech-card__number { position: absolute; top: 18px; right: 20px; color: #76b8d3; font-size: 15px; font-weight: 800; letter-spacing: .12em; }
.icon-circle { display: grid; place-items: center; width: 62px; height: 62px; margin: 0 auto 20px; color: var(--color-main); background: #cceeff; border-radius: 50%; }
.icon-circle svg { width: 28px; height: 28px; }
.speech-card p { margin: 0; font-size: 16px; line-height: 1.9; }
.speech-card strong { font-size: 18px; }
.section-empathy__closing { position: relative; max-width: 680px; margin: 54px auto 0; padding: 25px 34px; overflow: hidden; background: var(--color-accent-soft); border-radius: var(--radius-md); box-shadow: var(--shadow-soft); text-align: center; }
.section-empathy__closing p { position: relative; margin: 0; font-family: var(--font-heading); font-size: 23px; font-weight: 500; line-height: 1.7; }
.section-empathy__closing strong { color: var(--color-accent-dark); font-size: 1.12em; }

.comparison-flow { position: relative; display: grid; grid-template-columns: 1fr 54px 1.35fr; align-items: stretch; margin-top: 44px; }
.comparison-flow__side { padding: 34px; border-radius: var(--radius-lg); }
.comparison-flow__side--muted { background: #e5f4fb; text-align: center; }
.comparison-flow__side--active { display: flex; flex-direction: column; align-items: center; justify-content: center; background: #fff; box-shadow: var(--shadow-soft); }
.comparison-flow__tag { display: inline-block; margin-bottom: 22px; padding: 4px 13px; color: var(--color-text-soft); background: rgba(255,255,255,.75); border-radius: var(--radius-pill); font-size: 12px; font-weight: 700; }
.comparison-flow__side--active .comparison-flow__tag { align-self: center; color: #fff; background: var(--color-main); }
.comparison-flow__item { display: flex; align-items: center; justify-content: center; gap: 10px; }
.comparison-flow__item p { margin: 0; font-weight: 600; }
.mini-icon { display: grid; flex: 0 0 auto; place-items: center; width: 38px; height: 38px; color: #fff; background: var(--color-main); border-radius: 50%; font-size: 11px; font-weight: 700; }
.comparison-flow__side > i { display: block; margin: 8px 0; color: #73a9c0; font-style: normal; }
.comparison-flow__result { padding: 10px; color: #4e7384; background: rgba(255,255,255,.55); border-radius: var(--radius-sm); font-weight: 700; }
.comparison-flow__result small { font-weight: 400; }
.comparison-flow__versus { align-self: center; z-index: 2; display: grid; place-items: center; width: 54px; height: 54px; margin: 0; color: #fff; background: var(--color-accent); border: 5px solid var(--color-tint); border-radius: 50%; font-size: 25px; font-weight: 800; }
.comparison-flow__steps { display: flex; width: 100%; align-items: center; justify-content: space-between; gap: 10px; }
.comparison-flow__steps div { display: flex; flex: 1; flex-direction: column; align-items: center; gap: 6px; text-align: center; }
.comparison-flow__steps b { display: grid; place-items: center; width: 50px; height: 50px; color: var(--color-main); background: var(--color-tint); border-radius: 50%; font-size: 15px; }
.comparison-flow__steps span { font-size: 16px; font-weight: 700; }
.comparison-flow__steps i { color: var(--color-accent); font-style: normal; }
.section-problem__answer { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 10px; margin: 42px 0 0; color: var(--color-text); text-align: center; font-family: var(--font-heading); font-size: 21px; }
.section-problem__answer-focus { display: inline-flex; align-items: center; gap: 8px; }
.section-problem__answer-focus strong { display: inline-block; padding: 8px 18px; color: var(--color-main-dark); background: var(--color-tint); border-radius: var(--radius-pill); font-size: 27px; line-height: 1.4; }
.section-problem__answer-focus strong:last-child { color: var(--color-accent-dark); background: var(--color-accent-soft); }
.section-problem__answer-focus i { color: var(--color-main); font-size: 25px; font-style: normal; font-weight: 800; }

.feature-card { position: relative; padding: 42px 30px 34px; background: var(--color-ivory); border-radius: var(--radius-lg); box-shadow: 0 8px 20px rgba(17,125,172,.1); transition: transform var(--transition), box-shadow var(--transition); }
.number-badge { display: grid; place-items: center; width: 40px; height: 40px; color: #fff; background: var(--color-accent); border-radius: 50%; font-family: var(--font-heading); font-size: 17px; font-weight: 800; }
.feature-card .number-badge { position: absolute; top: 20px; left: 20px; }
.feature-card__icon { display: grid; place-items: center; width: 74px; height: 74px; margin: 0 auto 25px; color: var(--color-main); background: var(--color-tint-strong); border-radius: 42% 50% 45% 52%; }
.feature-card__icon svg { width: 36px; height: 36px; }
.feature-card h3 { margin-bottom: 13px; text-align: center; font-family: var(--font-heading); font-size: 20px; line-height: 1.6; }
.feature-card p { margin: 0; color: var(--color-text-soft); font-size: 15px; }
.center-note { position: relative; display: flex; width: fit-content; max-width: 100%; flex-direction: column; align-items: center; gap: 8px; margin: 48px auto 0; padding: 20px 42px; overflow: hidden; background: var(--color-tint); border-radius: var(--radius-md); text-align: center; }
.center-note strong { position: relative; z-index: 1; display: inline-block; padding: 7px 18px; color: var(--color-main-dark); background: #fff; border-radius: var(--radius-pill); font-family: var(--font-heading); font-size: 24px; line-height: 1.5; box-shadow: var(--shadow-soft); }
.center-note span { position: relative; z-index: 1; color: var(--color-text-soft); font-size: 14px; font-weight: 600; }

.method-flow { display: grid; grid-template-columns: 1fr 32px 1fr 32px 1fr 32px 1fr; align-items: center; }
.method-step { min-height: 370px; padding: 30px 22px; background: #fff; border-radius: var(--radius-lg); text-align: center; box-shadow: var(--shadow-soft); }
.method-step__label { display: inline-block; margin-bottom: 22px; color: var(--color-main); font-size: 14px; font-weight: 800; letter-spacing: .12em; }
.method-step__icon { display: grid; place-items: center; width: 66px; height: 66px; margin: 0 auto 20px; color: var(--color-main); background: var(--color-tint); border-radius: 50%; }
.method-step__icon svg { width: 30px; height: 30px; }
.method-step__timing { display: inline-block; margin-bottom: 8px; padding: 2px 12px; color: var(--color-accent-dark); background: var(--color-accent-soft); border-radius: var(--radius-pill); font-size: 11px; font-weight: 800; }
.method-step h3 { margin-bottom: 12px; font-family: var(--font-heading); font-size: 19px; }
.method-step > p:last-child { margin: 0; color: var(--color-text-soft); font-size: 14px; }
.method-flow__arrow { color: var(--color-accent); text-align: center; font-size: 21px; font-weight: 800; }
.method-theory { display: flex; align-items: center; gap: 18px; max-width: 820px; margin: 36px auto 0; padding: 20px 26px; background: rgba(255,255,255,.68); border-radius: var(--radius-md); }
.icon-circle--small { flex: 0 0 auto; width: 48px; height: 48px; margin: 0; }
.icon-circle--small svg { width: 23px; height: 23px; }
.method-theory p { margin: 0; color: var(--color-text-soft); font-size: 14px; }
.method-theory strong { color: var(--color-text); font-size: 16px; }

.cta-strip { padding: 34px 0; color: #fff; background: var(--color-main-dark); }
.cta-strip--white { color: var(--color-text); background: #fff; border-top: 1px solid var(--color-line); border-bottom: 1px solid var(--color-line); }
.cta-strip--accent { color: var(--color-text); background: var(--color-accent-soft); }
.cta-strip__inner { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 26px; }
.cta-strip__badge { position: relative; display: flex; width: 82px; height: 82px; flex-direction: column; align-items: center; justify-content: center; gap: 5px; overflow: hidden; color: var(--color-main-dark); background: #fff; border-radius: 24px; line-height: 1; isolation: isolate; }
.cta-strip__badge::before { position: absolute; z-index: -1; inset: 5px; border: 1px solid currentColor; border-radius: 19px; content: ""; opacity: .22; }
.cta-strip__badge::after { position: absolute; top: 39%; width: 42%; height: 1px; background: currentColor; content: ""; opacity: .35; }
.cta-strip--white .cta-strip__badge, .cta-strip--accent .cta-strip__badge { color: #fff; background: var(--color-main); }
.cta-strip__badge span { padding-bottom: 7px; font-size: 9px; font-weight: 800; letter-spacing: .16em; }
.cta-strip__badge strong { font-size: 17px; }
.cta-strip__badge em { margin-left: 3px; font-size: 10px; font-style: normal; letter-spacing: 0; }
.cta-strip__copy p { margin: 0; font-family: var(--font-heading); font-size: 22px; font-weight: 700; }
.cta-strip__copy small { opacity: .75; }
.cta-strip--diagnostic { padding: 42px 0; background: linear-gradient(110deg, var(--color-main-deep) 0%, var(--color-main) 58%, #1e99c9 100%); }
.cta-strip--diagnostic .cta-strip__inner { padding: 18px 20px 18px 18px; border: 1px solid rgba(255,255,255,.26); border-radius: var(--radius-lg); background: rgba(255,255,255,.1); box-shadow: 0 10px 24px rgba(7,71,97,.14); }
.cta-strip--diagnostic .cta-strip__badge { width: 96px; height: 96px; color: #fff; background: var(--color-accent); box-shadow: 0 8px 20px rgba(7,71,97,.22); }
.cta-strip--diagnostic .cta-strip__badge span { font-size: 10px; }
.cta-strip--diagnostic .cta-strip__badge strong { font-size: 30px; letter-spacing: -.04em; }
.cta-strip--diagnostic .cta-strip__badge em { font-size: 12px; letter-spacing: 0; }
.cta-strip--diagnostic .cta-strip__copy p { margin-bottom: 8px; color: #fff; font-size: 25px; line-height: 1.45; }
.cta-strip--diagnostic .cta-strip__copy small { display: inline-flex; align-items: center; gap: 7px; padding: 6px 11px; color: #fff; background: rgba(255,255,255,.16); border-radius: var(--radius-pill); font-size: 12px; font-weight: 700; line-height: 1.45; opacity: 1; }
.cta-strip--diagnostic .cta-strip__copy small svg { width: 15px; height: 15px; flex: 0 0 auto; }
.cta-strip--diagnostic .button { min-height: 58px; padding-inline: 30px; box-shadow: 0 8px 18px rgba(7,71,97,.2); }
.cta-strip--accent { padding: 42px 0; background: linear-gradient(110deg, #fff3e6 0%, var(--color-accent-soft) 52%, #e7f8ff 100%); }
.cta-strip--accent .cta-strip__inner { padding: 18px 20px 18px 18px; border: 1px solid rgba(184, 86, 19, .16); border-radius: var(--radius-lg); background: rgba(255,255,255,.68); box-shadow: var(--shadow-soft); }
.cta-strip--accent .cta-strip__badge { width: 96px; height: 96px; color: #fff; background: var(--color-accent); box-shadow: 0 8px 20px rgba(184, 86, 19, .18); }
.cta-strip--accent .cta-strip__badge span { font-size: 10px; }
.cta-strip--accent .cta-strip__badge strong { font-size: 30px; letter-spacing: -.04em; }
.cta-strip--accent .cta-strip__badge em { font-size: 12px; letter-spacing: 0; }
.cta-strip--accent .cta-strip__copy p { margin-bottom: 8px; color: var(--color-text); font-size: 25px; line-height: 1.45; }
.cta-strip--accent .cta-strip__copy small { display: inline-flex; align-items: center; gap: 7px; padding: 6px 11px; color: var(--color-main-dark); background: var(--color-tint); border-radius: var(--radius-pill); font-size: 12px; font-weight: 700; line-height: 1.45; opacity: 1; }
.cta-strip--accent .cta-strip__copy small svg { width: 15px; height: 15px; flex: 0 0 auto; }
.cta-strip--accent .button { min-height: 58px; padding-inline: 30px; box-shadow: 0 8px 18px rgba(148,68,12,.18); }
.cta-strip--emphasis { padding: 42px 0; color: var(--color-text); background: linear-gradient(110deg, #e7f8ff 0%, var(--color-tint) 52%, #fff3e6 100%); }
.cta-strip--emphasis .cta-strip__inner { padding: 18px 20px 18px 18px; border: 1px solid rgba(17, 125, 172, .16); border-radius: var(--radius-lg); background: rgba(255,255,255,.7); box-shadow: var(--shadow-soft); }
.cta-strip--emphasis .cta-strip__badge { width: 96px; height: 96px; color: #fff; background: var(--color-main); box-shadow: 0 8px 20px rgba(17, 125, 172, .18); }
.cta-strip--emphasis .cta-strip__badge span { font-size: 10px; }
.cta-strip--emphasis .cta-strip__badge strong { font-size: 30px; letter-spacing: -.04em; }
.cta-strip--emphasis .cta-strip__badge em { font-size: 12px; letter-spacing: 0; }
.cta-strip--emphasis .cta-strip__copy p { margin-bottom: 8px; color: var(--color-text); font-size: 25px; line-height: 1.45; }
.cta-strip--emphasis .cta-strip__copy small { display: inline-flex; align-items: center; gap: 7px; padding: 6px 11px; color: var(--color-accent-dark); background: var(--color-accent-soft); border-radius: var(--radius-pill); font-size: 12px; font-weight: 700; line-height: 1.45; opacity: 1; }
.cta-strip--emphasis .cta-strip__copy small svg { width: 15px; height: 15px; flex: 0 0 auto; }
.cta-strip--emphasis .button { min-height: 58px; padding-inline: 30px; box-shadow: 0 8px 18px rgba(148,68,12,.18); }

.week-layout { display: grid; grid-template-columns: 270px 1fr; gap: 30px; }
.week-total { display: flex; flex-direction: column; justify-content: center; padding: 36px 30px; color: #fff; background: var(--color-main); border-radius: var(--radius-lg); text-align: center; }
.week-total > p:first-child { margin-bottom: 8px; font-weight: 700; }
.week-total > strong { font-size: 66px; line-height: 1.15; }
.week-total > strong small { font-size: 20px; }
.week-total > span { font-size: 14px; }
.week-total__line { width: 38px; height: 2px; margin: 24px auto; background: rgba(255,255,255,.45); }
.week-total__sub { margin: 0; font-family: var(--font-heading); font-weight: 700; line-height: 1.7; }
.week-calendar { padding: 30px; background: var(--color-ivory); border-radius: var(--radius-lg); box-shadow: var(--shadow-soft); }
.week-calendar__visual { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; height: 230px; margin: -30px -30px 28px; }
.week-calendar__photo { position: relative; min-width: 0; height: 100%; margin: 0; overflow: hidden; border-radius: var(--radius-sm); }
.week-calendar__photo img { width: 100%; height: 100%; object-position: center 44%; }
.week-calendar__head, .week-calendar__body { display: grid; grid-template-columns: repeat(7, 1fr); gap: 8px; text-align: center; }
.week-calendar__head span { padding-bottom: 10px; color: var(--color-text-soft); font-size: 10px; font-weight: 800; letter-spacing: .12em; }
.week-calendar__body > div { display: flex; min-width: 0; flex-direction: column; align-items: center; padding: 16px 3px; background: #fff; border-radius: var(--radius-sm); }
.week-calendar__body .dot { width: 9px; height: 9px; margin-bottom: 8px; background: var(--color-accent); border-radius: 50%; }
.week-calendar__body b { font-size: 12px; }
.week-calendar__body small { color: var(--color-text-soft); font-size: 9px; }
.week-calendar__sessions { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 12px; margin-top: 18px; }
.week-calendar__sessions div { padding: 13px 16px; background: var(--color-tint-strong); border-radius: var(--radius-sm); text-align: center; }
.week-calendar__sessions span { display: block; color: var(--color-main); font-size: 8px; font-weight: 800; letter-spacing: .1em; }
.week-calendar__sessions strong { font-size: 14px; }
.week-calendar > p { margin: 18px 0 0; color: var(--color-text-soft); text-align: center; font-size: 11px; }

.recovery-flow { display: grid; grid-template-columns: 1fr 38px 1fr 38px 1fr; align-items: center; padding: 38px; background: rgba(255,255,255,.65); border-radius: var(--radius-lg); box-shadow: var(--shadow-soft); }
.recovery-flow > div { text-align: center; }
.recovery-flow > div > span { display: block; color: var(--color-accent-dark); font-size: 14px; font-weight: 800; letter-spacing: .12em; }
.icon-circle--cream { margin-top: 10px; background: #fff; }
.recovery-flow strong { display: block; font-family: var(--font-heading); font-size: 17px; }
.recovery-flow p { margin: 5px 0 0; color: var(--color-text-soft); font-size: 13px; }
.recovery-flow > i { color: var(--color-accent); text-align: center; font-style: normal; font-weight: 800; }

.support-grid { display: grid; grid-template-columns: 1.3fr repeat(3, 1fr); gap: 18px; }
.support-card { position: relative; min-height: 290px; padding: 30px 22px; background: var(--color-ivory); border-radius: var(--radius-lg); box-shadow: 0 8px 20px rgba(17,125,172,.1); }
.support-card__num { position: absolute; top: 18px; right: 20px; color: #84b7cb; font-size: 14px; font-weight: 800; letter-spacing: .1em; }
.support-card__icon { display: grid; place-items: center; width: 58px; height: 58px; margin-bottom: 22px; color: var(--color-main); background: var(--color-tint-strong); border-radius: 50%; }
.support-card__icon svg { width: 27px; height: 27px; }
.support-card h3 { margin-bottom: 12px; font-family: var(--font-heading); font-size: 19px; }
.support-card p { margin: 0; color: var(--color-text-soft); font-size: 14px; }
.support-card--wide { color: #fff; background: var(--color-main); }
.support-card--wide .support-card__icon { color: #fff; background: rgba(255,255,255,.16); }
.support-card--wide p { color: rgba(255,255,255,.85); }
.support-card--wide .support-card__num { color: rgba(255,255,255,.5); }
.support-card__tag { display: inline-block; margin-bottom: 7px !important; padding: 3px 10px; color: var(--color-main-dark) !important; background: #fff; border-radius: var(--radius-pill); font-size: 10px !important; font-weight: 800; }
.metric-inline { color: var(--color-accent-dark); font-size: 26px; }

.coach-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.coach-card { min-width: 0; overflow: hidden; background: #fff; border-radius: var(--radius-lg); box-shadow: var(--shadow-soft); transition: transform var(--transition), box-shadow var(--transition); }
.coach-card--primary { display: grid; margin-bottom: 24px; grid-template-columns: minmax(260px, .72fr) minmax(0, 1.28fr); }
.coach-card img { width: 100%; height: 350px; aspect-ratio: auto; object-position: center 28%; }
.coach-card--primary img { height: 100%; min-height: 390px; }
.coach-card__body { padding: 24px; text-align: left; }
.coach-card--primary .coach-card__body { align-self: center; padding: 38px 44px; }
.coach-card__representative { display: inline-block; margin-bottom: 10px; padding: 4px 12px; color: var(--color-main-dark); background: var(--color-tint); border-radius: var(--radius-pill); font-size: 13px; font-weight: 800; }
.coach-card__role { margin-bottom: 14px; color: var(--color-main); font-size: 9px; font-weight: 800; letter-spacing: .13em; }
.coach-card h3 { margin-bottom: 6px; color: var(--color-text); font-family: var(--font-heading); font-size: 27px; line-height: 1.35; text-align: left; }
.coach-card h3 small { margin-left: 8px; color: var(--color-text-soft); font-family: var(--font-body); font-size: 14px; font-weight: 600; letter-spacing: .06em; }
.coach-card__bio { margin: 0; color: var(--color-text-soft); font-size: 13px; }
.coach-card--placeholder img { filter: grayscale(1); }
.confirm-label { display: inline-block; margin-bottom: 8px; padding: 3px 10px; color: #4d7080; background: #e7f5fb; border-radius: var(--radius-pill); font-size: 10px !important; font-weight: 700; }

.voice-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); grid-auto-rows: auto; align-items: start; gap: 22px; max-width: 1080px; margin: 0 auto; }
.voice-card { display: flex; height: 500px; min-height: 500px; align-self: start; flex-direction: column; position: relative; padding: 28px; background: var(--color-ivory); border-radius: var(--radius-lg); box-shadow: 0 10px 24px rgba(17,125,172,.14); transition: transform var(--transition), box-shadow var(--transition); }
.voice-card:has(.voice-card__details[open]) { height: auto; }
.voice-card::after { content: "“"; position: absolute; top: 13px; right: 22px; color: #d8f0fb; font-family: Georgia, serif; font-size: 72px; line-height: 1; }
.voice-card__person { display: flex; position: relative; z-index: 1; align-items: center; gap: 13px; margin-bottom: 20px; }
.voice-card__person img { width: 58px; height: 58px; border-radius: 50%; }
.voice-card__avatar { display: grid; flex: 0 0 auto; place-items: center; width: 58px; height: 58px; color: var(--color-main); background: #cceeff; border-radius: 50%; }
.voice-card__avatar svg { width: 28px; height: 28px; }
.voice-card__person div { display: flex; flex-direction: column; }
.voice-card__person strong { font-family: var(--font-heading); }
.voice-card__person span { color: var(--color-text-soft); font-size: 11px; }
.voice-card blockquote { min-height: 105px; margin-bottom: 18px; font-size: 14px; }
.voice-card__testimonial { display: flex; min-height: 0 !important; flex: 1; flex-direction: column; }
.voice-card__testimonial p { margin: 0 0 16px; color: var(--color-text-soft); font-size: 14px; line-height: 1.9; }
.voice-card__testimonial p:last-child { margin-bottom: 0; }
.voice-card__testimonial { margin: 0 0 18px; }
.voice-card__body { display: -webkit-box; margin-bottom: 16px; overflow: hidden; color: var(--color-text-soft); font-size: 14px; line-height: 1.9; -webkit-box-orient: vertical; -webkit-line-clamp: 11; }
.voice-card__body p { display: inline; }
.voice-card__testimonial:has(.voice-card__details[open]) .voice-card__body { display: block; overflow: visible; }
.voice-card__testimonial:has(.voice-card__details[open]) .voice-card__body p { display: block; }
.voice-card__result { display: flex; flex-wrap: wrap; align-items: center; gap: 5px 9px; margin: 18px 0 0; padding-top: 14px; border-top: 1px solid var(--color-line); }
.voice-card__result span { color: var(--color-text-soft); font-size: 11px; }
.voice-card__result strong { margin-right: 10px; color: var(--color-main-dark); font-size: 13px; }
.voice-card__details { margin-top: auto; padding-top: 4px; }
.voice-card__details summary { display: inline-flex; align-items: center; min-height: 34px; padding: 6px 12px; color: var(--color-main-dark); border: 1px solid var(--color-sky); border-radius: var(--radius-pill); cursor: pointer; font-size: 12px; font-weight: 700; list-style: none; }
.voice-card__details summary::-webkit-details-marker { display: none; }
.voice-card__details summary::after { content: "＋"; margin-left: 8px; font-size: 16px; font-weight: 400; }
.voice-card__details[open] summary { margin-bottom: 16px; color: #fff; background: var(--color-main); border-color: var(--color-main); }
.voice-card__details[open] summary::after { content: "−"; }
.voice-score { display: none; }
.voice-card__testimonial p.voice-card__closing { margin: 18px 0 0; padding: 13px 15px; color: var(--color-main-dark); background: var(--color-tint); border-radius: var(--radius-sm); font-size: 13px; font-weight: 700; line-height: 1.85; }
.voice-score > span { display: block; color: var(--color-main); font-size: 8px; font-weight: 800; letter-spacing: .12em; }
.voice-score p { display: grid; grid-template-columns: auto 1fr auto auto 1fr; align-items: end; gap: 6px; margin: 8px 0 0; }
.voice-score b { color: var(--color-text-soft); font-size: 8px; }
.voice-score strong { text-align: center; font-size: 22px; }
.voice-score i { color: var(--color-accent); font-style: normal; }
.voice-card .confirm-label { margin: 12px 0 0; }
.disclaimer { margin: 22px 0 0; color: var(--color-text-soft); text-align: right; font-size: 10px; }

.pricing-main { max-width: 1040px; margin: 0 auto; overflow: hidden; background: #fff; border-radius: var(--radius-lg); box-shadow: var(--shadow-soft); }
.pricing-main__intro { padding: 32px 38px 28px; background: #fff; color: var(--color-text); text-align: center; }
.pricing-main__intro-note { margin: 0; color: var(--color-text-soft); font-size: 14px; }
.pricing-main__courses { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; padding: 18px 30px 34px; background: #fff; }
.pricing-course { position: relative; display: flex; flex-direction: column; align-items: center; min-width: 0; min-height: 340px; padding: 32px 22px 26px; background: #f6faff; border: 1px solid #dcebf6; border-radius: var(--radius-lg); text-align: center; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.pricing-course:hover { transform: translateY(-3px); border-color: #9bcaf0; box-shadow: 0 8px 22px rgba(30, 94, 145, .1); }
.pricing-course--recommended { background: #f0f8ff; border: 2px solid var(--color-main); box-shadow: 0 8px 24px rgba(30, 94, 145, .12); }
.pricing-course__recommend { position: absolute; top: -15px; left: 50%; display: inline-flex; align-items: center; gap: 5px; padding: 4px 16px; color: var(--color-accent-dark); background: #fff; border: 2px solid var(--color-accent); border-radius: var(--radius-pill); box-shadow: 0 4px 12px rgba(148, 68, 12, .14); font-size: 13px; font-weight: 800; letter-spacing: .08em; white-space: nowrap; transform: translateX(-50%); }
.pricing-course__recommend::before { content: "★"; color: var(--color-accent); font-size: 12px; letter-spacing: 0; }
.pill-label { display: inline-block; padding: 5px 16px; color: #fff; background: var(--color-main); border-radius: var(--radius-pill); font-size: 12px; font-weight: 700; }
.pricing-course__regular { margin: 20px 0 2px; color: var(--color-text-soft); font-size: 14px; }
.pricing-course > strong { display: block; margin: 1px 0 0; color: var(--color-text); font-size: clamp(30px, 2.8vw, 38px); line-height: 1.25; letter-spacing: -.035em; white-space: nowrap; }
.pricing-course > strong span { margin-left: 2px; font-size: 16px; letter-spacing: 0; }
.pricing-course__monthly { margin: 8px 0 0; color: var(--color-text-soft); font-size: 14px; }
.pricing-course__monthly b { color: var(--color-main-dark); font-size: 17px; }
.pricing-course__discount { margin-top: 16px; padding: 5px 15px; color: #fff; background: #ed875c; border-radius: var(--radius-pill); font-size: 13px; font-weight: 800; }
.pricing-course__description { margin: 16px 0 0; color: var(--color-text-soft); font-size: 14px; line-height: 1.75; }
.price-list { margin: 0; padding: 14px 30px 24px; }
.price-list > div { display: grid; grid-template-columns: 140px 1fr; align-items: center; padding: 14px 0; border-bottom: 1px solid var(--color-line); }
.price-list > div:last-child { border: 0; }
.price-list dd { margin: 0; font-weight: 600; }
.price-list dd del { color: var(--color-text-soft); font-size: 13px; font-weight: 400; }
.price-list__campaign { display: inline-block; margin-left: 10px; color: var(--color-accent-dark); font-size: 25px; line-height: 1; }
.price-list dd small { display: inline-block; margin-left: 10px; color: var(--color-text-soft); font-weight: 400; }
.pill-label--small { min-width: 90px; padding: 4px 12px; text-align: center; font-size: 11px; }
.pricing-compare { max-width: 860px; margin: 38px auto 0; padding: 30px; background: rgba(255,255,255,.7); border-radius: var(--radius-lg); }
.pricing-compare h3 { margin-bottom: 4px; font-family: var(--font-heading); font-size: 19px; }
.pricing-compare > p { color: var(--color-text-soft); font-size: 11px; }
.table-scroll { overflow-x: auto; }
table { width: 100%; min-width: 680px; border-collapse: separate; border-spacing: 0 8px; font-size: 12px; }
th, td { padding: 14px 16px; background: #fff; text-align: left; }
th:first-child { width: 160px; border-radius: var(--radius-sm) 0 0 var(--radius-sm); }
td:last-child { border-radius: 0 var(--radius-sm) var(--radius-sm) 0; }
thead th { padding-block: 7px; color: var(--color-text-soft); background: transparent; font-size: 10px; }
tbody th span, tbody th:not(:has(span)) { color: #fff; background: var(--color-text-soft); }
tbody th { color: #fff; background: var(--color-text-soft); }
tbody tr.is-current th { background: var(--color-main); }
tbody tr.is-current td { background: #f1faff; }
table td strong { color: var(--color-main-dark); font-size: 15px; }
table td small { display: block; color: var(--color-text-soft); }
.table-note { display: block; margin-top: 10px; color: var(--color-text-soft); font-size: 9px; }
.table-note a { color: var(--color-main-dark); font-weight: 700; text-decoration: underline; text-underline-offset: 2px; }
.table-note a:hover { color: var(--color-accent-dark); }
.pricing-message { margin: 42px 0 0; text-align: center; font-family: var(--font-heading); font-size: 21px; font-weight: 500; }
.pricing-message strong { display: inline-block; margin-top: 8px; padding: 6px 18px; color: var(--color-accent-dark); background: var(--color-accent-soft); border-radius: var(--radius-pill); font-size: 29px; line-height: 1.45; }

.assurance-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.assurance-card { display: flex; gap: 18px; padding: 30px; background: var(--color-ivory); border-radius: var(--radius-lg); }
.assurance-card .number-badge { flex: 0 0 40px; }
.assurance-card h3 { margin-bottom: 10px; font-family: var(--font-heading); font-size: 19px; }
.assurance-card p { margin: 0; color: var(--color-text-soft); font-size: 14px; }
.assurance-card--featured { grid-column: 1 / -1; align-items: center; padding: 36px 42px; color: #fff; background: var(--color-main); }
.assurance-card--featured .number-badge { color: var(--color-main); background: #fff; }
.assurance-card--featured .assurance-card__kicker { display: inline-block; margin-bottom: 5px; padding: 3px 11px; color: var(--color-main-dark); background: #fff; border-radius: var(--radius-pill); font-size: 10px; font-weight: 800; }
.assurance-card--featured h3 { margin-bottom: 6px; font-size: 26px; }
.assurance-card--featured h3 strong { color: #ffd39e; font-size: 42px; }
.assurance-card--featured div > p:last-child { color: rgba(255,255,255,.82); font-size: 14px; }
.pending-note { margin: 24px 0 0; color: var(--color-text-soft); text-align: center; font-size: 12px; }

.faq-list { display: grid; gap: 12px; }
.faq-item { overflow: hidden; background: #fff; border-radius: var(--radius-md); box-shadow: var(--shadow-soft); transition: box-shadow var(--transition), transform var(--transition); }
.faq-item:hover { box-shadow: var(--shadow-hover); transform: translateY(-2px); }
.faq-item h3 { margin: 0; }
.faq-item button { display: flex; width: 100%; align-items: center; justify-content: space-between; padding: 23px 26px; background: transparent; border: 0; cursor: pointer; text-align: left; }
.faq-item button span { display: flex; align-items: center; gap: 14px; font-weight: 600; }
.faq-item button b, .faq-item__answer b { display: grid; flex: 0 0 auto; place-items: center; width: 32px; height: 32px; color: #fff; background: var(--color-main); border-radius: 50%; font-family: var(--font-heading); }
.faq-item button i { position: relative; width: 20px; height: 20px; }
.faq-item button i::before, .faq-item button i::after { content: ""; position: absolute; top: 50%; left: 50%; width: 14px; height: 2px; background: var(--color-main); transition: transform var(--transition); }
.faq-item button i::before { transform: translate(-50%, -50%); }
.faq-item button i::after { transform: translate(-50%, -50%) rotate(90deg); }
.faq-item.is-open button i::after { transform: translate(-50%, -50%) rotate(0); }
.faq-item__answer { display: grid; grid-template-rows: 0fr; transition: grid-template-rows 300ms ease; }
.faq-item.is-open .faq-item__answer { grid-template-rows: 1fr; }
.faq-item__answer > div { display: flex; min-height: 0; gap: 14px; overflow: hidden; padding: 0 26px; }
.faq-item.is-open .faq-item__answer > div { padding-bottom: 24px; }
.faq-item__answer b { color: var(--color-accent-dark); background: var(--color-accent-soft); }
.faq-item__answer p { margin: 2px 0 0; color: var(--color-text-soft); font-size: 15px; }

.access-locations { display: grid; grid-template-columns: 1fr; gap: 28px; max-width: 560px; margin: 0 auto; }
.access-location { padding: 32px; border: 1px solid var(--color-line); border-radius: var(--radius-md); background: var(--color-ivory); box-shadow: var(--shadow-soft); transition: transform var(--transition), box-shadow var(--transition); }
.access-location:hover { transform: translateY(-4px); box-shadow: var(--shadow-hover); }
.access-location__head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 20px; color: var(--color-main); }
.access-location__head span { font-size: 11px; font-weight: 800; letter-spacing: .16em; }
.access-location__head svg { width: 32px; height: 32px; }
.access-location h3 { margin-bottom: 14px; font-family: var(--font-heading); font-size: 26px; }
.access-location address { min-height: 84px; margin: 0; color: var(--color-text-soft); font-size: 14px; font-style: normal; line-height: 1.8; }
.access-location__map { display: block; width: 100%; height: 220px; margin-top: 20px; border: 0; border-radius: var(--radius-sm); }
.access-location dl { margin: 24px 0 0; border-top: 1px solid var(--color-line); }
.access-location dl div { display: flex; justify-content: space-between; gap: 16px; padding: 12px 0; border-bottom: 1px solid var(--color-line); }
.access-location dt { color: var(--color-text-soft); font-size: 12px; }
.access-location dd { margin: 0; color: var(--color-text); font-size: 13px; font-weight: 700; }
.access-location dd a { color: var(--color-main-dark); text-decoration: none; }
.access-location dd a:hover { color: var(--color-accent-dark); text-decoration: underline; }
.access-online { margin: 26px 0 0; color: var(--color-text-soft); font-size: 14px; text-align: center; }

.section-contact { position: relative; overflow: hidden; color: #fff; background: linear-gradient(125deg, #0875a1 0%, #0a86b4 55%, #1596c1 100%); }
.section-contact::before, .section-contact::after { position: absolute; content: ""; border: 1px solid rgba(255,255,255,.13); border-radius: 50%; pointer-events: none; }
.section-contact::before { top: -230px; left: -150px; width: 560px; height: 560px; }
.section-contact::after { right: -210px; bottom: -360px; width: 720px; height: 720px; }
.contact-layout { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); align-items: start; gap: 56px; scroll-margin-top: 110px; }
.contact-intro { position: relative; z-index: 1; padding-top: 24px; }
.contact-intro .section-heading__label { margin-bottom: 16px; }
.contact-intro .section-heading__label { color: #c9f0ff; }
.contact-intro h2 { margin: 0 0 22px; color: #fff; font-family: var(--font-heading); font-size: clamp(34px, 3.6vw, 46px); line-height: 1.5; }
.contact-intro h2 span { color: #a8e8ff; }
.contact-intro > p:not(.section-heading__label) { max-width: 440px; margin-bottom: 28px; color: rgba(255,255,255,.88); font-size: 16px; }
.contact-facts { display: grid; gap: 10px; margin: 0; padding: 0; list-style: none; }
.contact-facts li { position: relative; padding: 12px 16px 12px 42px; color: #fff; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.25); border-radius: var(--radius-sm); font-size: 14px; font-weight: 700; }
.contact-facts li::before { position: absolute; top: 50%; left: 16px; color: #a8e8ff; content: "✓"; font-size: 17px; font-weight: 900; transform: translateY(-50%); }
.contact-form { position: relative; z-index: 1; display: grid; gap: 20px; padding: 38px; background: #fff; border: 1px solid rgba(255,255,255,.65); border-radius: var(--radius-lg); box-shadow: 0 18px 44px rgba(5,51,76,.22); }
.contact-form__field { display: grid; gap: 9px; margin: 0; padding: 0; border: 0; }
.contact-form__field > label, .contact-form__field legend { color: var(--color-text); font-size: 15px; font-weight: 800; }
.contact-form__field > label span, .contact-form__field legend span { margin-left: 8px; padding: 3px 9px; color: #fff; background: var(--color-main); border-radius: var(--radius-pill); font-size: 11px; font-weight: 700; }
.contact-form__field > label span.is-optional { color: var(--color-text-soft); background: #edf3f6; }
.contact-form__field > input, .contact-form__field > select, .contact-form__field > textarea { width: 100%; padding: 14px 16px; color: var(--color-text); background: #f8fcfe; border: 1px solid #cbdfe9; border-radius: 12px; font: inherit; font-size: 15px; letter-spacing: inherit; }
.contact-form__field > input, .contact-form__field > select { min-height: 54px; }
.contact-form__field > textarea { min-height: 120px; resize: vertical; }
.contact-form__field > input::placeholder, .contact-form__field > textarea::placeholder { color: #718894; }
.contact-form__field > input:focus, .contact-form__field > select:focus, .contact-form__field > textarea:focus { outline: 3px solid rgba(98,205,245,.35); border-color: var(--color-main); }
.contact-form__options { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.contact-form__options label { display: flex; min-height: 52px; align-items: center; gap: 10px; padding: 10px 14px; color: var(--color-text); background: #f8fcfe; border: 1px solid #cbdfe9; border-radius: 12px; cursor: pointer; font-size: 14px; font-weight: 600; transition: border-color var(--transition), background var(--transition); }
.contact-form__options label:hover { background: #eef9ff; border-color: var(--color-main); }
.contact-form__options input { width: 18px; height: 18px; margin: 0; accent-color: var(--color-main); }
.contact-form__field--time > small { color: var(--color-text-soft); font-size: 13px; }
.contact-form__submit { width: 100%; min-height: 58px; margin-top: 4px; cursor: pointer; }
.contact-form__submit:disabled { opacity: .6; cursor: wait; transform: none; box-shadow: none; }
.contact-form__notice { margin: -12px 0 0; color: var(--color-text-soft); text-align: center; font-size: 13px; }
.site-footer { padding: 32px 0; background: #0a709a; color: #fff; }
.site-footer__inner { display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.site-footer__brand { display: flex; align-items: center; gap: 24px; }
.site-logo--footer .site-logo__image { width: 200px; height: 112px; overflow: visible; }
.site-logo--footer .site-logo__image img { width: 100%; height: 100%; object-fit: contain; object-position: center; filter: brightness(0) invert(1); }
.site-footer__brand p { margin: 0; color: rgba(255,255,255,.72); font-size: 12px; }
.site-footer__brand p a { color: #fff; font-weight: 700; text-decoration: underline; text-decoration-color: rgba(255,255,255,.45); text-underline-offset: 4px; }
.site-footer__meta { display: flex; flex-direction: column; align-items: flex-end; gap: 10px; }
.site-footer__corporate-link { display: inline-flex; align-items: center; gap: 7px; padding: 8px 12px; border: 1px solid rgba(255,255,255,.48); border-radius: var(--radius-pill); font-size: 12px; font-weight: 700; transition: background var(--transition), color var(--transition); }
.site-footer__corporate-link svg { width: 15px; height: 15px; }
.site-footer__corporate-link:hover { color: var(--color-main-deep); background: #fff; }
.site-footer__meta small { color: rgba(255,255,255,.55); font-size: 10px; }
.fixed-cta { position: fixed; z-index: 200; right: 0; bottom: 0; left: 0; display: flex; justify-content: center; padding: 10px 24px calc(10px + env(safe-area-inset-bottom)); background: rgba(252,254,255,.56); border-top: 1px solid rgba(255,255,255,.68); box-shadow: 0 -5px 20px rgba(17,125,172,.07); -webkit-backdrop-filter: blur(18px) saturate(118%); backdrop-filter: blur(18px) saturate(118%); }
.fixed-cta__inner { display: flex; width: min(100%, var(--container)); align-items: center; justify-content: center; gap: 34px; }
.fixed-cta__offer { display: flex; flex-direction: column; line-height: 1.45; }
.fixed-cta__offer > strong { color: var(--color-main-deep); font-size: 15px; }
.fixed-cta__offer span { color: var(--color-text-soft); font-size: 12px; }
.fixed-cta__offer b { color: var(--color-accent-dark); font-size: 14px; }
.fixed-cta a { display: flex; width: min(100%, 420px); min-height: 58px; align-items: center; justify-content: center; gap: 14px; color: #fff; background: var(--color-accent); border-radius: var(--radius-pill); box-shadow: 0 7px 18px rgba(148,68,12,.18); font-family: var(--font-heading); transition: transform var(--transition), background var(--transition), box-shadow var(--transition); }
.fixed-cta a:hover { background: var(--color-accent-dark); box-shadow: var(--shadow-hover); transform: translateY(-2px); }
.fixed-cta a:focus-visible { outline: 3px solid var(--color-sky); outline-offset: 3px; }
.fixed-cta a strong { font-size: 16px; }

.fade-in { opacity: 0; transform: translateY(22px); transition: opacity 700ms ease, transform 700ms ease; }
.fade-in.is-visible { opacity: 1; transform: translateY(0); }
.hero .fade-in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .fade-in { opacity: 1; transform: none; transition: none; } *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; } }

@media (max-width: 1079px) {
  :root { --space-section: 92px; }
  .hero__inner { gap: 38px; }
  .hero__title { font-size: 50px; }
  .hero__photo-label { right: -10px; }
  .hero__metric { left: -25px; }
  .method-flow { grid-template-columns: repeat(4, 1fr); gap: 14px; align-items: stretch; }
  .method-flow__arrow { display: none; }
  .method-step { min-height: 390px; }
  .support-grid { grid-template-columns: repeat(2, 1fr); }
  .support-card { min-height: 240px; }
  .coach-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 767px) {
  :root { --font-size-body: 16px; --font-size-h2: 30px; --space-section: 74px; --radius-lg: 20px; }
  body { padding-bottom: 122px; letter-spacing: .025em; }
  .container { width: min(calc(100% - 32px), var(--container)); }
  .section-heading { margin-bottom: 38px; }
  .section-heading h2 { line-height: 1.55; }
  .section-heading > p:last-child { font-size: 14px; }
  .launch-bar { min-height: 34px; padding: 6px 8px; font-size: 11px; line-height: 1.55; }
  .launch-bar span { margin: 0 4px; }
  .site-header { height: 74px; }
  .site-header__inner { width: calc(100% - 32px); }
  .site-logo__image { width: 144px; height: 66px; }
  .site-header__right { display: flex; gap: 0; }
  .button--header { min-height: 46px; padding: 10px 14px; font-size: 13px; white-space: nowrap; }
  .sp-only { display: block; }
  .hero { min-height: auto; background: var(--color-ivory); }
  .hero::before { display: none; }
  .hero__inner { position: static; display: block; padding-top: 40px; padding-bottom: 42px; }
  .hero__content { width: 100%; margin: 0; padding: 0; background: none; border: 0; border-radius: 0; box-shadow: none; -webkit-backdrop-filter: none; backdrop-filter: none; }
  .hero__title { font-size: 36px; line-height: 1.45; text-shadow: none; }
  .hero .eyebrow { font-size: 16px; }
  .hero__title em::after { display: none; }
  .hero__lead { display: inline; margin: 0; padding: .08em .24em; color: var(--color-text); background: rgba(252,254,255,.88); border: 0; border-radius: 0; font-size: 16px; line-height: 1.95; text-shadow: none; -webkit-box-decoration-break: clone; box-decoration-break: clone; -webkit-backdrop-filter: none; backdrop-filter: none; }
  .hero__badges { gap: 6px; margin-top: 26px; }
  .hero__badges span { font-size: 10px; }
  .button--large { width: 100%; min-width: 0; min-height: 60px; padding: 15px 16px; font-size: 15px; }
  .hero__note { margin-left: 0; text-align: center; }
  .hero__visual { position: absolute; z-index: 0; inset: 0; width: 100%; height: 100%; }
  .hero__photo-wrap { width: 100%; height: 100%; margin: 0; -webkit-mask-image: linear-gradient(90deg, transparent 0%, rgba(0,0,0,.25) 24%, #000 58%); mask-image: linear-gradient(90deg, transparent 0%, rgba(0,0,0,.25) 24%, #000 58%); }
  .hero__photo { width: 100%; height: 100%; aspect-ratio: auto; border-radius: 0; box-shadow: none; filter: saturate(.9) contrast(.97); object-position: 58% 54%; }
  .hero__metric, .hero__photo-label, .hero__decoration { display: none; }
  .worry-grid, .feature-grid, .support-grid, .assurance-grid { grid-template-columns: 1fr; }
  .speech-card { min-height: 220px; }
  .speech-card__number { top: 16px; right: 18px; font-size: 16px; letter-spacing: .12em; }
  .number-badge { width: 40px; height: 40px; font-size: 18px; }
  .feature-card .number-badge { top: 16px; left: 16px; }
  .comparison-flow__steps b { width: 50px; height: 50px; font-size: 16px; }
  .method-step__label { font-size: 16px; }
  .recovery-flow > div > span, .support-card__num { font-size: 14px; letter-spacing: .12em; }
  .assurance-card .number-badge { flex-basis: 40px; }
  .section-empathy__closing p { font-size: 18px; }
  .center-note { width: 100%; padding: 18px 16px; }
  .center-note strong { padding: 6px 12px; font-size: 19px; }
  .center-note span { font-size: 12px; }
  .section-problem__answer { gap: 8px; margin-top: 32px; font-size: 17px; }
  .section-problem__answer-focus { gap: 5px; }
  .section-problem__answer-focus strong { padding: 7px 10px; font-size: 18px; }
  .section-problem__answer-focus i { font-size: 18px; }
  .comparison-flow { grid-template-columns: 1fr; gap: 0; }
  .comparison-flow__versus { position: relative; margin: -5px auto; color: transparent; transform: none; }
  .comparison-flow__versus::after { position: absolute; inset: 0; display: grid; place-items: center; color: #fff; content: "↓"; font-size: 25px; font-weight: 800; }
  .comparison-flow__side { padding: 28px 20px; }
  .comparison-flow__steps { flex-direction: column; }
  .comparison-flow__steps div { width: 100%; flex-direction: row; justify-content: center; padding: 7px 14px; background: var(--color-tint); border-radius: var(--radius-sm); text-align: center; }
  .comparison-flow__steps i { transform: rotate(90deg); }
  .method-flow { grid-template-columns: 1fr; gap: 0; }
  .method-step { min-height: 0; padding: 30px 24px; }
  .method-flow__arrow { display: block; padding: 8px; transform: rotate(90deg); }
  .method-theory { align-items: flex-start; padding: 18px; }
  .cta-strip { padding: 30px 0; }
  .cta-strip__inner { grid-template-columns: 72px minmax(0, 1fr); gap: 14px; }
  .cta-strip__badge { width: 64px; height: 64px; border-radius: 18px; }
  .cta-strip__badge::before { border-radius: 14px; }
  .cta-strip__badge span { padding-bottom: 5px; font-size: 8px; }
  .cta-strip__copy { min-width: 0; }
  .cta-strip__copy p { font-size: 17px; line-height: 1.5; }
  .cta-strip__copy small { font-size: 11px; }
  .cta-strip .button { grid-column: 1 / -1; width: 100%; font-size: 15px; }
  .cta-strip--diagnostic { padding: 30px 0; }
  .cta-strip--diagnostic .cta-strip__inner { padding: 16px; }
  .cta-strip--diagnostic .cta-strip__badge { width: 72px; height: 72px; }
  .cta-strip--diagnostic .cta-strip__badge strong { font-size: 23px; }
  .cta-strip--diagnostic .cta-strip__badge em { font-size: 10px; }
  .cta-strip--diagnostic .cta-strip__copy p { margin-bottom: 7px; font-size: 18px; }
  .cta-strip--diagnostic .cta-strip__copy small, .cta-strip--accent .cta-strip__copy small, .cta-strip--emphasis .cta-strip__copy small { max-width: 100%; padding: 5px 8px; font-size: 10px; white-space: normal; }
  .cta-strip--diagnostic .button { min-height: 54px; }
  .cta-strip--accent { padding: 30px 0; }
  .cta-strip--accent .cta-strip__inner { padding: 16px; }
  .cta-strip--accent .cta-strip__badge { width: 72px; height: 72px; }
  .cta-strip--accent .cta-strip__badge strong { font-size: 23px; }
  .cta-strip--accent .cta-strip__badge em { font-size: 10px; }
  .cta-strip--accent .cta-strip__copy p { margin-bottom: 7px; font-size: 18px; }
  .cta-strip--accent .button { min-height: 54px; }
  .cta-strip--emphasis { padding: 30px 0; }
  .cta-strip--emphasis .cta-strip__inner { padding: 16px; }
  .cta-strip--emphasis .cta-strip__badge { width: 72px; height: 72px; }
  .cta-strip--emphasis .cta-strip__badge strong { font-size: 23px; }
  .cta-strip--emphasis .cta-strip__badge em { font-size: 10px; }
  .cta-strip--emphasis .cta-strip__copy p { margin-bottom: 7px; font-size: 18px; }
  .cta-strip--emphasis .button { min-height: 54px; }
  .week-layout { grid-template-columns: 1fr; }
  .week-total { padding: 30px; }
  .week-total > strong { font-size: 58px; }
  .week-calendar { padding: 18px 12px; }
  .week-calendar__visual { gap: 7px; height: 190px; margin: -18px -12px 22px; }
  .week-calendar__photo img { object-position: 56% center; }
  .week-calendar__head, .week-calendar__body { gap: 4px; }
  .week-calendar__body > div { padding: 12px 1px; }
  .week-calendar__body b { font-size: 9px; }
  .week-calendar__sessions { gap: 7px; }
  .week-calendar__sessions div { padding: 11px 5px; }
  .week-calendar__sessions strong { font-size: 12px; }
  .recovery-flow { grid-template-columns: 1fr; padding: 28px; }
  .recovery-flow > i { padding: 6px; transform: rotate(90deg); }
  .support-card { min-height: 0; }
  .coach-grid, .voice-grid { display: flex; align-items: flex-start; width: 100vw; gap: 16px; margin-left: calc(50% - 50vw); overflow-x: auto; padding: 0 9vw 18px; scroll-padding-inline: 9vw; scroll-snap-type: x mandatory; }
  .coach-card, .voice-card { flex: 0 0 82vw; grid-column: auto; scroll-snap-align: center; scroll-snap-stop: always; }
  .coach-grid { align-items: stretch; }
  .voice-grid { align-items: flex-start; }
  .voice-card { height: 500px; }
  .voice-card:has(.voice-card__details[open]) { height: auto; }
  .coach-card--primary { display: block; margin-bottom: 20px; }
  .coach-card img { height: 350px; aspect-ratio: auto; }
  .voice-card blockquote { min-height: 85px; }
  .pricing-main__intro { padding: 32px 16px; }
  .pricing-main__courses { grid-template-columns: 1fr; gap: 18px; padding: 8px 18px 22px; }
  .pricing-course { padding: 22px 18px 18px; }
  .pricing-course--recommended { margin-top: 4px; padding-top: 34px; }
  .pricing-course > strong { font-size: 32px; }
  .price-list { padding: 10px 18px 22px; }
  .price-list > div { grid-template-columns: 100px 1fr; gap: 10px; }
  .price-list dd { font-size: 13px; }
  .price-list__campaign { margin-left: 6px; font-size: 22px; }
  .price-list dd small { display: block; margin: 4px 0 0; }
  .pricing-compare { padding: 22px 16px; }
  .assurance-card--featured { grid-column: auto; align-items: flex-start; padding: 30px 24px; }
  .assurance-card--featured h3 { font-size: 20px; }
  .assurance-card--featured h3 strong { font-size: 34px; }
  .faq-item button { padding: 19px 18px; }
  .faq-item button span { gap: 10px; font-size: 14px; line-height: 1.6; }
  .faq-item button b, .faq-item__answer b { width: 29px; height: 29px; }
  .faq-item__answer > div { padding-inline: 18px; }
  .faq-item__answer p { font-size: 13px; }
  .access-locations { grid-template-columns: 1fr; gap: 16px; }
  .access-location { padding: 25px 22px; }
  .access-location h3 { font-size: 23px; }
  .access-location address { min-height: auto; font-size: 13px; }
  .access-location__map { height: 200px; }
  .contact-layout { grid-template-columns: 1fr; gap: 28px; }
  .contact-intro { padding-top: 0; }
  .contact-intro h2 { font-size: 31px; }
  .contact-intro > p:not(.section-heading__label) { font-size: 15px; }
  .contact-form { gap: 18px; padding: 24px 18px; }
  .contact-form__options { grid-template-columns: 1fr; }
  .site-footer { padding: 34px 0; }
  .site-footer__inner, .site-footer__brand { align-items: flex-start; flex-direction: column; gap: 14px; }
  .site-footer__meta { align-items: flex-start; }
  .fixed-cta { padding: 9px 12px calc(9px + env(safe-area-inset-bottom)); }
  .fixed-cta__inner { flex-direction: column; gap: 6px; }
  .fixed-cta__offer { align-items: center; text-align: center; }
  .fixed-cta__offer > strong { font-size: 12px; }
  .fixed-cta__offer span { font-size: 10px; }
  .fixed-cta__offer b { font-size: 11px; }
  .fixed-cta a { min-height: 48px; gap: 10px; }
  .fixed-cta a strong { font-size: 15px; }
}

/* Thank-you page */
.thanks-page { min-height: 100vh; padding-bottom: 0; }
.thanks-main { display: flex; min-height: min(760px, calc(100vh - 92px)); }
.thanks-section { position: relative; display: grid; width: 100%; place-items: center; overflow: hidden; padding: clamp(56px, 8vw, 100px) 0; background: radial-gradient(ellipse at 15% 15%, rgba(98,205,245,.22), transparent 34%), radial-gradient(ellipse at 88% 82%, rgba(98,205,245,.16), transparent 31%), linear-gradient(145deg, #f5fcff 0%, #e7f7ff 100%); }
.thanks-section::before, .thanks-section::after { position: absolute; z-index: 0; content: ""; border: 1px solid rgba(17,125,172,.1); border-radius: 50%; pointer-events: none; }
.thanks-section::before { top: -165px; right: -105px; width: 440px; height: 440px; }
.thanks-section::after { bottom: -205px; left: -135px; width: 500px; height: 500px; }
.thanks-section > .container { position: relative; z-index: 1; }
.thanks-card { width: min(100%, 760px); margin: auto; padding: clamp(36px, 6vw, 76px); border: 1px solid rgba(255,255,255,.9); border-radius: 32px; background: rgba(255,255,255,.94); box-shadow: 0 22px 70px rgba(17,91,123,.12); text-align: center; }
.thanks-card__check { display: grid; width: 76px; height: 76px; place-items: center; margin: 0 auto 26px; color: #fff; background: var(--color-main); border: 9px solid #dff5ff; border-radius: 50%; box-shadow: 0 0 0 1px rgba(17,125,172,.08); }
.thanks-card__check svg { width: 38px; height: 38px; stroke-width: 3; }
.thanks-card .section-heading__label { margin-bottom: 14px; }
.thanks-card h1 { margin: 0; font-family: var(--font-heading); font-size: clamp(32px, 4vw, 46px); font-weight: 800; line-height: 1.55; letter-spacing: .015em; }
.thanks-card__mobile-break { display: none; }
.thanks-card__message { margin: 22px auto 0; color: var(--color-text-soft); font-size: 17px; line-height: 1.9; }
.thanks-card__summary[hidden], .thanks-card__details [hidden] { display: none; }
.thanks-card__summary { width: min(100%, 600px); margin: 30px auto 0; padding: 24px 28px 26px; border: 1px solid #d7edf7; border-radius: 22px; background: linear-gradient(145deg, #f5fcff 0%, #edf8fd 100%); text-align: left; }
.thanks-card__summary-heading { margin: 0 0 16px; text-align: center; }
.thanks-card__summary-heading > span { color: var(--color-main-deep); font-size: 11px; font-weight: 800; letter-spacing: .16em; }
.thanks-card__summary-heading h2 { margin: 5px 0 0; color: var(--color-text); font-family: var(--font-heading); font-size: 21px; font-weight: 800; }
.thanks-card__summary-heading p { margin: 3px 0 0; color: var(--color-text-soft); font-size: 13px; }
.thanks-card__details { margin: 0; padding: 8px 20px; color: var(--color-text); border: 1px solid #e1f0f7; border-radius: 16px; background: rgba(255,255,255,.9); text-align: left; }
.thanks-card__details > div { display: grid; grid-template-columns: 128px minmax(0, 1fr); gap: 16px; padding: 12px 0; border-bottom: 1px solid #e5f0f5; }
.thanks-card__details > div:last-child { border-bottom: 0; }
.thanks-card__details dt { color: var(--color-text-soft); font-size: 13px; font-weight: 700; }
.thanks-card__details dd { min-width: 0; margin: 0; color: var(--color-text); font-size: 15px; line-height: 1.65; overflow-wrap: anywhere; white-space: pre-wrap; }
.thanks-card__details #thanks-email { color: var(--color-main-deep); font-weight: 700; }
.thanks-card__note { display: flex; align-items: center; justify-content: center; gap: 10px; width: fit-content; max-width: 100%; margin: 30px auto 0; padding: 12px 18px; color: var(--color-text-soft); background: #f2faff; border-radius: 14px; text-align: left; }
.thanks-card__note-mark { display: grid; flex: 0 0 auto; place-items: center; color: var(--color-main); font-size: 14px; font-weight: 800; line-height: 1; }
.thanks-card__note p { margin: 0; font-size: 13px; line-height: 1.7; }
.thanks-card__back { min-width: 280px; margin-top: 32px; }

@media (max-width: 767px) {
  .thanks-main { min-height: calc(100svh - 74px); }
  .thanks-section { padding: 48px 0; }
  .thanks-card { padding: 38px 22px 34px; border-radius: 24px; }
  .thanks-card__check { width: 66px; height: 66px; margin-bottom: 22px; border-width: 7px; }
  .thanks-card__check svg { width: 34px; height: 34px; }
  .thanks-card h1 { font-size: clamp(28px, 7.4vw, 36px); line-height: 1.5; }
  .thanks-card__mobile-break { display: block; }
  .thanks-card__desktop-break { display: none; }
  .thanks-card__message { margin-top: 18px; font-size: 15px; }
  .thanks-card__summary { margin-top: 22px; padding: 20px 15px 17px; border-radius: 18px; }
  .thanks-card__summary-heading { margin-bottom: 13px; }
  .thanks-card__summary-heading h2 { font-size: 19px; }
  .thanks-card__details { padding: 5px 13px; }
  .thanks-card__details > div { grid-template-columns: 90px minmax(0, 1fr); gap: 10px; padding: 10px 0; }
  .thanks-card__details dt { font-size: 12px; }
  .thanks-card__details dd { font-size: 14px; }
  .thanks-card__note { align-items: flex-start; gap: 8px; margin-top: 24px; padding: 11px 13px; }
  .thanks-card__note p { font-size: 12px; }
  .thanks-card__back { width: 100%; min-width: 0; min-height: 58px; margin-top: 26px; font-size: 16px; }
}

/* ===== SEO restructure (2026-09) ===== */
.visually-hidden { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
.hero__h1 { margin: 0 0 18px; color: var(--color-main-deep); font-family: var(--font-heading); font-size: clamp(20px, 1.9vw, 25px); font-weight: 800; line-height: 1.6; letter-spacing: .02em; }
.hero__title { font-size: clamp(40px, 4.2vw, 56px); font-weight: 800; }
.subsection-title { margin: 0 0 28px; text-align: center; font-family: var(--font-heading); font-size: 24px; line-height: 1.6; }

.recommend { max-width: 860px; margin: 64px auto 0; padding: 36px 40px; background: var(--color-accent-soft); border-radius: var(--radius-lg); box-shadow: var(--shadow-soft); }
.recommend__title { margin-bottom: 20px; text-align: center; font-family: var(--font-heading); font-size: 24px; }
.recommend__list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px 24px; margin: 0; padding: 0; list-style: none; }
.recommend__list li { position: relative; padding: 10px 14px 10px 40px; background: #fff; border-radius: var(--radius-sm); font-size: 15px; font-weight: 600; line-height: 1.7; }
.recommend__list li::before { content: "✓"; position: absolute; top: 10px; left: 15px; color: var(--color-accent); font-weight: 900; }

.coaching-def { max-width: 760px; margin: 0 auto; padding: 30px 34px; background: #fff; border-radius: var(--radius-lg); box-shadow: var(--shadow-soft); }
.coaching-def p { margin: 0; font-size: 16px; line-height: 2; }
.coaching-def p + p { margin-top: 14px; }
.coaching-def strong { color: var(--color-main-dark); }

.analysis-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.analysis-card { position: relative; padding: 30px 26px 26px; background: var(--color-ivory); border: 1px solid var(--color-line); border-radius: var(--radius-lg); box-shadow: var(--shadow-soft); }
.analysis-card__num { display: block; margin-bottom: 8px; color: var(--color-main); font-size: 13px; font-weight: 800; letter-spacing: .14em; }
.analysis-card h4 { margin: 0 0 12px; font-family: var(--font-heading); font-size: 18px; line-height: 1.6; }
.analysis-card p { margin: 0; color: var(--color-text-soft); font-size: 14px; line-height: 1.9; }
.analysis-card strong { color: var(--color-text); }

.cycle { margin-top: 64px; padding: 40px 36px; background: var(--color-tint); border-radius: var(--radius-lg); }
.cycle__lead { max-width: 680px; margin: -12px auto 28px; color: var(--color-text-soft); text-align: center; font-size: 15px; }
.cycle__lead strong { color: var(--color-main-dark); }
.cycle__list { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 26px 30px; margin: 0; padding: 0; list-style: none; counter-reset: cycle; }
.cycle__list li { position: relative; display: flex; flex-direction: column; align-items: flex-start; gap: 4px; padding: 18px 18px 16px; background: #fff; border-radius: var(--radius-md); box-shadow: var(--shadow-soft); counter-increment: cycle; }
.cycle__list li::before { content: counter(cycle, decimal-leading-zero); position: absolute; top: 14px; right: 16px; color: #9ccde2; font-size: 13px; font-weight: 800; }
.cycle__list li::after { content: "→"; position: absolute; top: 50%; right: -24px; color: var(--color-accent); font-weight: 800; transform: translateY(-50%); }
.cycle__list li:nth-child(4)::after { content: "↓"; top: auto; right: 50%; bottom: -26px; transform: translateX(50%); }
.cycle__list li:last-child::after { content: "↻"; top: auto; right: 50%; bottom: -28px; transform: translateX(50%); }
.cycle__list strong { font-family: var(--font-heading); font-size: 16px; line-height: 1.5; }
.cycle__list small { color: var(--color-text-soft); font-size: 12px; }
.cycle__phase { padding: 2px 10px; color: var(--color-main-dark); background: var(--color-tint-strong); border-radius: var(--radius-pill); font-size: 11px; font-weight: 800; }
.cycle__phase--training { color: #fff; background: var(--color-main); }
.cycle__phase--feedback { color: var(--color-accent-dark); background: var(--color-accent-soft); }
.cycle__phase--practice { color: #fff; background: var(--color-accent); }
.cycle__phase--improve { color: var(--color-text); background: #e4eef3; }

.why-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; margin: 0; }
.why-item { padding: 24px 26px; background: #fff; border-radius: var(--radius-md); box-shadow: var(--shadow-soft); }
.why-item dt { margin-bottom: 8px; color: var(--color-main-dark); font-family: var(--font-heading); font-size: 17px; font-weight: 800; }
.why-item dd { margin: 0; color: var(--color-text-soft); font-size: 14px; line-height: 1.9; }

.method-theory a { color: var(--color-main-dark); font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
.section-recovery { margin-top: 56px; }
.section-recovery .subsection-title { margin-bottom: 8px; }
.section-recovery__lead { margin: 0 0 24px; color: var(--color-text-soft); text-align: center; font-size: 14px; }

.voice-card { height: auto; }

.pricing-main__intro { border-bottom: 1px solid var(--color-line); }
.pricing-course__regular small { font-size: 11px; }
.price-tax-note { margin: 14px 0 0; color: var(--color-text-soft); text-align: center; font-size: 12px; }

.compare-table { min-width: 560px; border-spacing: 0; font-size: 14px; }
.compare-table th, .compare-table td { padding: 12px 14px; text-align: center; border-bottom: 1px solid var(--color-line); border-radius: 0; }
.compare-table thead th { color: var(--color-text); background: var(--color-tint); font-size: 13px; font-weight: 700; line-height: 1.5; }
.compare-table thead th:first-child { border-radius: var(--radius-sm) 0 0 0; }
.compare-table thead th:last-child { border-radius: 0 var(--radius-sm) 0 0; }
.compare-table tbody th { width: 34%; color: var(--color-text); background: #fff; text-align: left; font-weight: 700; }
.compare-table td { color: var(--color-text-soft); font-size: 18px; }
.compare-table td small { display: inline-block; font-size: 12px; line-height: 1.5; }
.compare-table .is-current { color: #fff; background: var(--color-main); font-weight: 800; }
.compare-table tbody td.is-current { color: var(--color-main-dark); background: #e6f6fe; }
.section-compare .table-note { font-size: 11px; }

.access-location__note { margin: -6px 0 12px; color: var(--color-main-dark); font-size: 13px; font-weight: 700; }
.access-location__map-link { display: inline-block; margin-top: 12px; color: var(--color-main-dark); font-size: 13px; font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
.faq-cta { margin: 36px 0 0; text-align: center; }

.contact-intro__catch { margin: 0 0 18px; color: #fff; font-family: var(--font-heading); font-size: 22px; font-weight: 700; line-height: 1.6; }
.contact-intro__catch span { color: #a8e8ff; }
.site-footer__brand > div { display: grid; gap: 4px; }
.site-footer__about { max-width: 420px; }
.site-footer__links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 8px 18px; font-size: 12px; font-weight: 700; }
.site-footer__links a { text-decoration: underline; text-decoration-color: rgba(255,255,255,.45); text-underline-offset: 4px; }

@media (max-width: 1079px) {
  .analysis-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .cycle__list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .cycle__list li:nth-child(4)::after { content: "→"; top: 50%; right: -24px; bottom: auto; transform: translateY(-50%); }
  .cycle__list li:nth-child(even)::after { content: "↓"; top: auto; right: 50%; bottom: -26px; transform: translateX(50%); }
  .cycle__list li:last-child::after { content: "↻"; }
}

@media (max-width: 767px) {
  .hero__h1 { font-size: 19px; }
  .hero__title { font-size: 32px; }
  .subsection-title { font-size: 20px; }
  .recommend { margin-top: 48px; padding: 26px 18px; }
  .recommend__title { font-size: 20px; }
  .recommend__list { grid-template-columns: 1fr; }
  .recommend__list li { font-size: 14px; }
  .coaching-def { padding: 22px 20px; }
  .coaching-def p { font-size: 15px; }
  .analysis-grid, .why-grid { grid-template-columns: 1fr; }
  .cycle { margin-top: 48px; padding: 28px 16px; }
  .cycle__list { grid-template-columns: 1fr; gap: 26px; }
  .cycle__list li::after, .cycle__list li:nth-child(4)::after, .cycle__list li:nth-child(even)::after { content: "↓"; top: auto; right: 50%; bottom: -26px; transform: translateX(50%); }
  .cycle__list li:last-child::after { content: "↻"; }
  .compare-table { min-width: 0; font-size: 12px; }
  .compare-table th, .compare-table td { padding: 10px 6px; }
  .compare-table thead th { font-size: 11px; }
  .compare-table td { font-size: 16px; }
  .compare-table td small { font-size: 10px; }
  .contact-intro__catch { font-size: 18px; }
  .site-footer__links { justify-content: flex-start; }
}
