:root {
  --red: #003369;
  --red-dark: #001f43;
  --yellow: #dfe200;
  --yellow-soft: #f4f6c7;
  --ink: #181714;
  --paper: #f4f3ee;
  --white: #fff;
  --muted: #665f56;
  --line: #d9cec0;
  --page-width: 1180px;
  --header-height: 76px;
}

.journey-page--startline {
  --journey-header-accent: #003369;
  --journey-header-cta-bg: #003369;
  --journey-header-cta-text: #fff;
  --journey-header-price: #dfe200;
  --journey-menu-bg: #003369;
  --journey-menu-text: #fff;
  --journey-menu-line: rgba(255, 255, 255, .28);
  --cta-section-bg: #071c31;
  --cta-overlay-rgb: 0 35 70;
  --cta-photo: url("../images/startline-online-meetup.jpg");
  --cta-highlight: #dfe200;
  --cta-primary: #dfe200;
  --cta-primary-text: #181714;
  --cta-primary-offer: #003369;
  --cta-diagnosis: #003369;
  --cta-diagnosis-text: #fff;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: #fff;
  font-family: "Montserrat Digits", "Montserrat", "Noto Sans CJK JP", "Hiragino Sans", "Yu Gothic", Arial, Helvetica, sans-serif;
  font-size: 16px;
  letter-spacing: .06em;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
h1, h2, h3 { line-break: strict; text-wrap: balance; }
.title-line { display: block; }
.sp-br { display: none; }
.skip-link { position: fixed; z-index: 300; top: 12px; left: 12px; padding: 10px 14px; color: #fff; background: var(--ink); text-decoration: none; transform: translateY(-180%); }
.skip-link:focus { transform: none; }
.page-width { width: min(calc(100% - 56px), var(--page-width)); margin-inline: auto; }
.page-width--narrow { max-width: 940px; }
.section { padding-block: 108px; }
.section-title { margin: 0; font-size: clamp(34px, 4.2vw, 56px); font-weight: 900; letter-spacing: .03em; line-height: 1.35; text-align: center; }
.section-title em { color: var(--red); font-style: normal; }
.section-title--light { color: #fff; }
.section-title--light em { color: var(--yellow); }
.section-lead { max-width: 760px; margin: 26px auto 0; color: var(--muted); font-size: 15px; font-weight: 600; line-height: 2; text-align: center; }

.button { display: inline-flex; min-height: 70px; padding: 12px 22px; align-items: center; justify-content: space-between; gap: 24px; border: 2px solid var(--ink); font-size: 15px; font-weight: 900; line-height: 1.45; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease; }
.button:hover, .button:focus-visible { transform: translate(-2px,-2px); }
.button small { display: block; margin-top: 3px; font-size: 10px; font-weight: 650; opacity: .78; }
.button small strong { color: var(--red); }
.button--hero { min-width: min(440px,100%); color: #fff; background: var(--red); border-color: var(--red); box-shadow: none; }
.button--hero small strong { color: #fff; }
.button--consult { color: var(--red); background: rgba(255,255,255,.96); border-color: #fff; }
.button--diagnosis { width: 100%; min-height: 58px; margin-top: 20px; color: #fff; background: var(--red); border: 0; border-radius: 0; }
.button--session { border: 0; }
.micro-notes { display: flex; margin: 15px 0 0; padding: 0; justify-content: center; gap: 22px; list-style: none; font-size: 11px; font-weight: 700; }
.micro-notes li::before { margin-right: 5px; content: "✓"; }

/* Hero */
.hero { position: relative; min-height: 800px; padding-top: var(--header-height); background: url("../images/startline-hero.webp") center / cover no-repeat; }
.hero__inner { display: flex; min-height: 724px; padding-block: 70px; align-items: center; }
.hero__copy { max-width: 650px; }
.hero__eyebrow { display: inline-block; margin: 0 0 22px; padding: 7px 11px; color: var(--red); background: rgba(255,255,255,.94); font-size: 12px; font-weight: 800; }
.hero__logo { width: min(400px,78%); margin-bottom: 32px; filter: drop-shadow(0 0 10px rgba(255,255,255,.9)); }
.hero h1 { margin: 0; color: #fff; font-size: clamp(42px,3.8vw,52px); font-weight: 900; letter-spacing: .01em; line-height: 1.45; text-shadow: 0 2px 14px rgba(0,31,67,.52); }
.hero__lead { max-width: 570px; margin: 22px 0 28px; padding: 15px 18px; color: var(--red); background: rgba(255,255,255,.94); font-size: 14px; font-weight: 650; line-height: 1.9; }
.hero__lead strong { font-size: 16px; font-weight: 900; }
.hero__actions { display: flex; width: min(620px,100%); gap: 12px; }
.hero__actions .button--hero { min-width: 0; flex: 1.12; }
.hero__actions .button--consult { flex: .88; }
.hero__cta-note { width: min(620px,100%); margin: 10px 0 0; color: #fff; font-size: 10px; font-weight: 800; text-align: center; text-shadow: 0 1px 8px rgba(0,31,67,.8); }

/* Desire */
.desire { background: var(--paper); }
.desire-card-grid { display: grid; margin-top: 56px; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 22px; }
.desire-card-grid article { overflow: hidden; background: #fff; border: 1px solid var(--line); box-shadow: 0 14px 34px rgba(0,31,67,.07); }
.desire-card-grid article > img { width: 100%; aspect-ratio: 16/10; object-fit: cover; }
.desire-card-grid article:nth-child(1) > img { object-position: 58% center; }
.desire-card-grid article:nth-child(2) > img { object-position: center; }
.desire-card-grid article:nth-child(3) > img { object-position: center; }
.desire-card-grid article:nth-child(4) > img { object-position: center; }
.desire-card-grid article:nth-child(5) > img { object-position: 62% center; }
.desire-card-grid article:nth-child(6) > img { object-position: center 36%; }
.desire-card-grid article > div { padding: 24px 24px 28px; }
.desire-card-grid span { display: block; margin-bottom: 11px; color: var(--red); font-size: 11px; font-weight: 900; letter-spacing: .1em; }
.desire-card-grid h3 { margin: 0; font-size: 18px; font-weight: 900; line-height: 1.65; }
.desire__closing { margin: 42px 0 0; font-size: 18px; font-weight: 700; line-height: 1.8; text-align: center; }
.desire__closing strong { color: var(--red); font-size: 21px; }

/* Resonance */
.resonance { position: relative; color: #fff; background: linear-gradient(90deg, rgba(0,31,67,.54), rgba(0,31,67,.2)), url("../images/startline-resonance-samp.jpg") center 58% / cover no-repeat; }
.resonance__inner { display: block; }
.resonance__copy { max-width: 1100px; margin-inline: auto; text-align: center; }
.resonance h2 { margin: 0; font-size: clamp(36px,3.7vw,46px); font-weight: 900; line-height: 1.5; }
.resonance h2 mark { color: #fff; background: transparent; }
.resonance__copy > p:last-child { max-width: 820px; margin: 26px auto 0; color: #fff; font-size: 15px; font-weight: 700; line-height: 2; text-shadow: 0 2px 12px rgba(0,31,67,.65); }
.resonance__list { display: grid; margin-top: 46px; grid-template-columns: repeat(3,1fr); border-block: 1px solid rgba(255,255,255,.7); }
.resonance__list article { display: grid; min-height: 150px; padding: 26px 24px; grid-template-columns: 58px 1fr; align-items: center; color: #fff; background: rgba(0,31,67,.2); }
.resonance__list article + article { border-left: 1px solid rgba(255,255,255,.7); }
.resonance__list span { display: grid; width: 38px; height: 38px; place-items: center; color: var(--ink); background: var(--yellow); border-radius: 50%; font-size: 20px; font-weight: 900; }
.resonance__list p { margin: 0; font-size: 17px; font-weight: 600; line-height: 1.75; }
.resonance__list strong { font-size: 20px; font-weight: 900; }

/* Reason and conversion */
.section-kicker--left { text-align: left; }
.reason { background: #fff; }
.reason__shell { display: grid; grid-template-columns: .86fr 1.14fr; align-items: start; gap: 70px; }
.reason__copy h2 { margin: 0; color: var(--red); font-size: clamp(36px,3.7vw,50px); font-weight: 900; line-height: 1.5; }
.reason__copy > p:last-child { margin: 28px 0 0; color: var(--muted); font-size: 14px; font-weight: 600; line-height: 2; }
.reason__cycle { display: grid; grid-template-columns: repeat(3,1fr); border-block: 1px solid #b9c8d6; }
.reason__cycle article { position: relative; min-height: 245px; padding: 30px 24px; background: #fff; }
.reason__cycle article + article { border-left: 1px solid #b9c8d6; }
.reason__cycle article:not(:last-child)::after { position: absolute; z-index: 1; top: 50%; right: -14px; display: grid; width: 28px; height: 28px; place-items: center; color: #fff; background: var(--red); border-radius: 50%; content: "→"; font-size: 13px; font-weight: 900; transform: translateY(-50%); }
.reason__cycle span { display: grid; width: 38px; height: 38px; place-items: center; color: #fff; background: var(--red); border-radius: 50%; font-size: 16px; font-weight: 900; }
.reason__cycle strong { display: block; margin-top: 24px; font-size: 19px; font-weight: 900; line-height: 1.5; }
.reason__cycle p { margin: 18px 0 0; color: var(--muted); font-size: 12px; font-weight: 600; line-height: 1.8; }
.reason__answer { grid-column: 1 / -1; margin: -20px 0 0; padding: 25px 30px; color: #fff; background: var(--red); font-size: 18px; font-weight: 800; line-height: 1.7; text-align: center; }
.reason__answer strong { color: var(--yellow); font-size: 21px; }
.conversion { padding-block: 54px; color: #fff; background: #071c31; }
.conversion--future { position: relative; display: flex; min-height: 560px; padding-block: 92px; align-items: center; background: linear-gradient(90deg, rgba(0,31,67,.76) 0%, rgba(0,31,67,.48) 54%, rgba(0,31,67,.16) 100%), url("../images/startline-future-cta.jpg") center 42% / cover no-repeat; }
.conversion--future .conversion__inner { width: min(calc(100% - 56px),1120px); }
.conversion--future .conversion__inner > div { max-width: 670px; }
.conversion--future h2 { font-size: clamp(38px,4.5vw,58px); line-height: 1.45; text-shadow: 0 3px 18px rgba(0,31,67,.42); }
.conversion--future p { max-width: 600px; margin-top: 22px; color: #fff; font-size: 15px; line-height: 1.9; text-shadow: 0 2px 12px rgba(0,31,67,.52); }
.conversion--future .action-button { min-height: 92px; box-shadow: 0 16px 36px rgba(0,31,67,.24); }
.conversion__inner { display: grid; grid-template-columns: minmax(0,1fr) minmax(340px,.58fr); align-items: center; gap: 54px; }
.conversion__inner > div > small { display: block; margin-bottom: 10px; color: var(--yellow); font-size: 11px; font-weight: 900; }
.conversion h2 { margin: 0; font-size: clamp(26px,2.7vw,36px); font-weight: 900; line-height: 1.5; }
.conversion p { margin: 14px 0 0; color: rgba(255,255,255,.76); font-size: 13px; font-weight: 600; line-height: 1.8; }
.action-button--accent { color: var(--ink); background: var(--yellow); }

/* Manifesto */
.manifesto { position: relative; min-height: 760px; display: flex; overflow: hidden; align-items: center; color: #fff; background: var(--red-dark); }
.manifesto__photo { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,31,67,.78) 0%, rgba(0,51,105,.48) 56%, rgba(0,31,67,.1) 100%), url("../images/startline-manifesto-background.jpg") center / cover no-repeat; }
.manifesto__inner { position: relative; z-index: 1; padding-block: 100px; }
.manifesto__inner > img { width: min(440px,58%); margin-bottom: 34px; filter: brightness(0) invert(1); }
.manifesto h2 { max-width: 1120px; margin: 0; font-size: clamp(38px,4vw,48px); font-weight: 900; line-height: 1.5; }
.manifesto h2 em { color: var(--yellow); font-style: normal; }
.manifesto__inner > p:not(.manifesto__statement) { max-width: 710px; margin: 30px 0 0; color: rgba(255,255,255,.82); font-size: 15px; font-weight: 600; line-height: 2; }
.manifesto__statement { margin: 42px 0 0; padding-left: 22px; color: #fff; border-left: 4px solid var(--yellow); font-size: 18px; font-weight: 900; line-height: 1.65; }

/* Action loop */
.mechanism { background: #fff; }
.mechanism-list { display: grid; margin: 58px 0 0; padding: 0; grid-template-columns: repeat(4,1fr); border: 1px solid #b9c8d6; list-style: none; }
.mechanism-list li { position: relative; min-height: 245px; padding: 28px 24px; background: var(--paper); }
.mechanism-list li + li { border-left: 1px solid #b9c8d6; }
.mechanism-list li:not(:last-child)::after { position: absolute; z-index: 1; top: 37px; right: -14px; display: grid; width: 28px; height: 28px; place-items: center; color: #fff; background: var(--red); border-radius: 50%; content: "→"; font-size: 13px; font-weight: 900; }
.mechanism-list span { display: block; width: auto; height: auto; color: var(--red); background: transparent; border-radius: 0; font-size: 52px; font-weight: 900; line-height: 1; }
.mechanism-list strong { display: block; margin-top: 22px; font-size: 20px; font-weight: 900; }
.mechanism-list p { margin: 16px 0 0; color: var(--muted); font-size: 12px; font-weight: 600; line-height: 1.8; }
.mechanism__message { margin: 34px 0 0; color: var(--red); font-size: 19px; font-weight: 900; text-align: center; }

/* Community */
.community { background: #fff; }
.community__eyebrow { margin: 0 0 16px; color: var(--red); font-size: 12px; font-weight: 900; letter-spacing: .12em; text-align: center; }
.community-grid { display: grid; margin-top: 60px; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 24px; }
.community-card { overflow: hidden; background: var(--paper); border: 1px solid var(--line); }
.community-card__visual { position: relative; height: 260px; overflow: hidden; }
.community-card__visual img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.community-card:hover .community-card__visual img { transform: scale(1.03); }
.community-card__body { padding: 28px 26px 32px; }
.community-card__number { margin: 0 0 14px; color: var(--red); font-size: 13px; font-weight: 900; letter-spacing: .16em; }
.community-card h3 { margin: 0; font-size: 22px; font-weight: 900; line-height: 1.55; }
.community-card__body > p:last-child { margin: 18px 0 0; color: var(--muted); font-size: 13px; font-weight: 600; line-height: 1.9; }

/* Rhythm */
.rhythm { color: #fff; background: var(--red); }
.rhythm__heading { display: grid; grid-template-columns: 1.1fr .9fr; align-items: end; gap: 70px; }
.rhythm__heading h2 { margin: 0; font-size: clamp(36px,3.2vw,42px); font-weight: 900; line-height: 1.45; }
.rhythm__heading > p { margin: 0 0 4px; color: rgba(255,255,255,.78); font-size: 14px; font-weight: 600; line-height: 2; }
.rhythm-list { display: grid; margin: 60px 0 0; padding: 0; grid-template-columns: repeat(4,1fr); border: 1px solid rgba(255,255,255,.55); list-style: none; }
.rhythm-list li { min-height: 320px; padding: 28px 24px; border-right: 1px solid rgba(255,255,255,.55); }
.rhythm-list li:last-child { border-right: 0; }
.rhythm-list span { color: var(--yellow); font-size: 11px; font-weight: 900; letter-spacing: .16em; }
.rhythm-list strong { display: block; margin-top: 34px; font-size: 20px; font-weight: 900; line-height: 1.5; }
.rhythm-list p { margin: 22px 0 0; color: rgba(255,255,255,.78); font-size: 13px; font-weight: 600; line-height: 1.9; }

/* STARTLINE 0期生 */
.cohort-proof { background: var(--paper); }
.cohort-proof__heading { display: grid; grid-template-columns: .9fr 1.1fr; align-items: end; gap: 80px; }
.cohort-proof__heading h2 { margin: 0; color: var(--red); font-size: clamp(38px,4vw,52px); font-weight: 900; line-height: 1.45; }
.cohort-proof__heading > p { margin: 0 0 5px; color: var(--muted); font-size: 14px; font-weight: 650; line-height: 2; }
.cohort-proof__photos { display: grid; margin-top: 56px; grid-template-columns: 1.35fr .65fr; align-items: start; gap: 18px; }
.cohort-proof__photo { position: relative; min-height: 0; margin: 0; overflow: hidden; background: #071c31; }
.cohort-proof__photo img { width: 100%; height: auto; object-fit: contain; }
.cohort-proof__photo--wide img { object-position: center; }
.cohort-proof__photo--finale img { object-position: center; }
.cohort-proof__photo figcaption { position: absolute; right: 0; bottom: 0; left: 0; padding: 12px 16px; color: #fff; background: rgba(0,31,67,.86); font-size: 10px; font-weight: 800; }
.cohort-quotes { display: grid; margin-top: 48px; grid-template-columns: repeat(3,1fr); border-top: 1px solid #b9c8d6; border-left: 1px solid #b9c8d6; }
.cohort-quotes blockquote { position: relative; min-height: 190px; margin: 0; padding: 34px 30px 28px; border-right: 1px solid #b9c8d6; border-bottom: 1px solid #b9c8d6; }
.cohort-quotes blockquote::before { position: absolute; top: 16px; left: 18px; color: var(--yellow); content: "“"; font-family: Georgia, serif; font-size: 48px; font-weight: 900; line-height: 1; }
.cohort-quotes p { position: relative; margin: 18px 0 0; font-size: 16px; font-weight: 900; line-height: 1.75; }
.cohort-quotes cite { display: block; margin-top: 18px; color: var(--red); font-size: 11px; font-style: normal; font-weight: 900; }

/* Voices */
.voices { color: #fff; background: #071c31; }
.voices-grid { display: grid; margin-top: 58px; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 24px; }
.voice-card { overflow: hidden; color: var(--ink); background: #fff; }
.voice-card > img { width: 100%; aspect-ratio: 4/3; object-fit: cover; object-position: center 28%; filter: saturate(.9); }
.voice-card > div { padding: 27px 26px 30px; }
.voice-card__tag { display: inline-block; margin: 0 0 15px; padding: 5px 8px; color: var(--red); background: var(--yellow-soft); font-size: 10px; font-weight: 900; }
.voice-card h3 { margin: 0; font-size: 20px; font-weight: 900; line-height: 1.6; }
.voice-card > div > p:not(.voice-card__tag):not(.voice-card__profile) { margin: 18px 0 0; color: var(--muted); font-size: 13px; font-weight: 600; line-height: 1.9; }
.voice-card__profile { display: flex; margin: 20px 0 0; align-items: baseline; gap: 10px; }
.voice-card__profile strong { color: var(--red); font-size: 15px; }
.voice-card__profile span { color: var(--muted); font-size: 11px; }
.voices__link { display: flex; width: fit-content; margin: 40px auto 0; padding-bottom: 8px; align-items: center; gap: 60px; color: #fff; border-bottom: 2px solid var(--yellow); font-size: 13px; font-weight: 900; text-decoration: none; }
.voices__link span { color: var(--yellow); font-size: 20px; }

/* Fit */
.fit { background: var(--paper); }
.fit__inner { display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: 70px; }
.fit__photo img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.fit h2 { margin: 0; font-size: clamp(38px,4.4vw,56px); font-weight: 900; line-height: 1.4; }
.fit ul { display: grid; margin: 35px 0 0; padding: 0; gap: 13px; list-style: none; }
.fit li { position: relative; padding: 15px 18px 15px 46px; background: #fff; border-left: 4px solid var(--red); font-size: 14px; font-weight: 800; line-height: 1.7; }
.fit li::before { position: absolute; left: 17px; color: var(--red); content: "✓"; font-weight: 900; }
.fit__note { margin: 28px 0 0; padding: 20px 24px; color: var(--muted); background: #fff; border: 1px solid var(--line); font-size: 14px; font-weight: 600; line-height: 1.9; }
.fit__note strong { color: var(--red); font-size: 16px; }

/* Plans and pricing */
.section-kicker { margin: 0 0 16px; color: var(--red); font-size: 12px; font-weight: 900; letter-spacing: .12em; text-align: center; }
.section-kicker--light { color: #b9d7f1; text-align: left; }
.plans { background: #fff; }
.price-card { display: grid; margin-top: 52px; grid-template-columns: .78fr 1.22fr; border: 1px solid #b9c8d6; box-shadow: 0 20px 55px rgba(0,31,67,.09); }
.price-card__head { display: grid; min-width: 0; grid-template-rows: minmax(250px,1fr) auto; color: #fff; background: var(--red); }
.price-card__photo { min-height: 250px; overflow: hidden; background: #dfe6eb; }
.price-card__photo img { width: 100%; height: 100%; object-fit: cover; filter: none !important; }
.price-card__brand { padding: 28px 34px 32px; }
.price-card__brand img { width: min(300px,100%); filter: brightness(0) invert(1); }
.price-card__brand p { margin: 20px 0 0; padding-top: 16px; border-top: 1px solid rgba(255,255,255,.35); font-size: 13px; font-weight: 800; }
.price-card__body { padding: 42px 46px 46px; }
.price-card__price { display: flex; align-items: baseline; justify-content: space-between; gap: 20px; padding-bottom: 22px; border-bottom: 1px solid var(--line); }
.price-card__price > span { color: var(--muted); font-size: 13px; font-weight: 800; }
.price-card__price strong { color: var(--red); font-size: 46px; font-weight: 900; letter-spacing: .01em; }
.price-card__price small { margin-left: 5px; font-size: 17px; }
.price-card__price-values { text-align: right; }
.price-card__price-values > p { display: flex; margin: 4px 0 0; align-items: baseline; justify-content: flex-end; gap: 14px; color: var(--muted); font-size: 12px; font-weight: 700; }
.price-card__price-values > p span { color: var(--red); font-size: 13px; }
.price-card__price-values > p b { font-size: 18px; font-weight: 900; }
.price-card ul { display: grid; margin: 26px 0 30px; padding: 0; grid-template-columns: 1fr 1fr; gap: 13px 20px; list-style: none; }
.price-card li { position: relative; padding-left: 22px; color: var(--muted); font-size: 13px; font-weight: 700; line-height: 1.65; }
.price-card li::before { position: absolute; left: 0; color: var(--red); content: "✓"; font-weight: 900; }
.action-button { display: flex; width: 100%; min-height: 72px; padding: 14px 20px; align-items: center; justify-content: space-between; gap: 20px; font-size: 15px; font-weight: 900; line-height: 1.45; text-decoration: none; }
.action-button small { display: block; margin-top: 3px; font-size: 10px; font-weight: 650; opacity: .76; }
.action-button b { font-size: 21px; }
.action-button--primary { color: #fff; background: var(--red); }
.action-button--light { color: var(--red); background: #fff; }

/* CHANGE JOURNEY set */
.journey-set { color: #fff; background: #071c31; }
.journey-set__inner { display: grid; grid-template-columns: .9fr 1.1fr; align-items: stretch; }
.journey-set__photo { min-height: 640px; }
.journey-set__photo img { width: 100%; height: 100%; object-fit: cover; object-position: center center; }
.journey-set__content { display: flex; padding: 60px 58px; flex-direction: column; justify-content: center; background: var(--red); }
.journey-set__badge { width: fit-content; margin: 0 0 18px !important; padding: 7px 11px; color: var(--red) !important; background: #fff; font-size: 11px !important; font-weight: 900 !important; letter-spacing: .06em; line-height: 1.5 !important; }
.journey-set h2 { margin: 0; font-size: clamp(34px,3.4vw,44px); font-weight: 900; line-height: 1.48; }
.journey-set__content > p:not(.section-kicker):not(.journey-set__saving) { margin: 24px 0 0; color: rgba(255,255,255,.82); font-size: 14px; font-weight: 600; line-height: 1.95; }
.journey-set__route { display: grid; margin-top: 28px; grid-template-columns: 1fr auto 1.3fr auto 1fr; align-items: center; gap: 10px; }
.journey-set__route span { padding: 14px 10px; color: var(--red); background: #fff; font-size: 10px; font-weight: 700; line-height: 1.45; text-align: center; }
.journey-set__route strong { font-size: 11px; }
.journey-set__route i { color: #b9d7f1; font-style: normal; font-weight: 900; }
.journey-set__comparison { display: grid; margin-top: 25px; grid-template-columns: 1fr 1fr; border: 1px solid rgba(255,255,255,.42); }
.journey-set__comparison-row { display: flex; min-width: 0; padding: 18px 16px; flex-direction: column; }
.journey-set__comparison-row + .journey-set__comparison-row { border-left: 1px solid rgba(255,255,255,.42); }
.journey-set__comparison-row > span { margin-bottom: 13px; color: #b9d7f1; font-size: 10px; font-weight: 900; }
.journey-set__comparison-row > p { display: flex; margin: 0 !important; align-items: center; justify-content: space-between; gap: 7px; color: #fff !important; }
.journey-set__comparison-row b { font-size: 10px; font-weight: 700; line-height: 1.6; }
.journey-set__comparison-row b small { display: block; margin-top: 1px; font-size: 7px; font-weight: 650; opacity: .72; }
.journey-set__comparison-row i { color: #b9d7f1; font-size: 12px; font-style: normal; font-weight: 900; }
.journey-set__comparison-row > strong { display: block; margin-top: 15px; padding-top: 13px; border-top: 1px solid rgba(255,255,255,.25); font-size: 15px; font-weight: 900; }
.journey-set__comparison-row > strong small { font-size: 9px; }
.journey-set__comparison-row--regular { opacity: .68; }
.journey-set__comparison-row--regular > strong { text-decoration: line-through; text-decoration-thickness: 1px; }
.journey-set__comparison-row--set { background: rgba(255,255,255,.1); }
.journey-set__comparison-row--set > span { color: #fff; }
.journey-set__comparison-row--set em { color: #fff; font-size: 13px; font-style: normal; font-weight: 900; }
.journey-set__price { display: flex; margin-top: 30px; padding: 22px 0; flex-wrap: wrap; align-items: baseline; gap: 8px 18px; border-block: 1px solid rgba(255,255,255,.35); }
.journey-set__price > span { width: 100%; color: #b9d7f1; font-size: 11px; font-weight: 900; }
.journey-set__price strong { font-size: 44px; font-weight: 900; letter-spacing: .01em; }
.journey-set__price small { margin-left: 4px; font-size: 14px; }
.journey-set__price em { padding: 5px 9px; color: var(--red); background: #fff; font-size: 11px; font-style: normal; font-weight: 900; }
.journey-set__saving { margin: 16px 0 24px; color: #fff; font-size: 12px; font-weight: 800; line-height: 1.7; }

/* Next schedule */
.schedule { background: var(--paper); }
.schedule-card { margin-top: 48px; padding: 44px 48px 48px; background: #fff; border-top: 6px solid var(--red); box-shadow: 0 18px 50px rgba(0,31,67,.08); }
.schedule-card__date { display: flex; padding-bottom: 28px; align-items: center; justify-content: center; gap: 18px; border-bottom: 1px solid var(--line); }
.schedule-card__date small { color: var(--red); font-size: 11px; font-weight: 900; }
.schedule-card__date strong { font-size: 30px; font-weight: 900; letter-spacing: .01em; }
.schedule-card__date strong span { display: inline-grid; width: 24px; height: 24px; place-items: center; color: #fff; background: var(--red); border-radius: 50%; font-size: 10px; vertical-align: middle; }
.schedule-card__date i { color: var(--red); font-size: 24px; font-style: normal; font-weight: 900; }
.schedule-card dl { margin: 28px 0 32px; }
.schedule-card dl div { display: grid; padding: 14px 0; grid-template-columns: 110px 1fr; border-bottom: 1px solid #ebe6df; }
.schedule-card dt { color: var(--red); font-size: 12px; font-weight: 900; }
.schedule-card dd { margin: 0; color: var(--muted); font-size: 13px; font-weight: 700; line-height: 1.7; }
.schedule-card__actions { display: grid; grid-template-columns: 1fr .75fr; align-items: center; gap: 24px; }
.text-cta { color: var(--red); font-size: 12px; font-weight: 900; line-height: 1.6; text-align: center; text-underline-offset: 5px; }

/* STARTLINE CTA */
.startline-cta { color: #fff; background: #071c31; }
.startline-cta__shell {
  display: grid;
  overflow: hidden;
  grid-template-columns: minmax(0,1.22fr) minmax(360px,.78fr);
  background:
    linear-gradient(90deg, rgba(0,31,67,.78) 0%, rgba(0,51,105,.54) 58%, rgba(0,31,67,.3) 100%),
    url("../images/startline-online-meetup.jpg") center / cover no-repeat;
}
.startline-cta__copy { padding: 66px 58px; }
.startline-cta__eyebrow { margin: 0 0 20px; color: #b9d7f1; font-size: 12px; font-weight: 900; letter-spacing: .12em; }
.startline-cta h2 { margin: 0; font-size: clamp(34px,3vw,42px); font-weight: 900; line-height: 1.5; }
.startline-cta__lead { max-width: 650px; margin: 24px 0 0; color: rgba(255,255,255,.84); font-size: 14px; font-weight: 600; line-height: 2; }
.startline-cta__points { display: grid; margin: 32px 0 0; padding: 0; gap: 12px; list-style: none; }
.startline-cta__points li { position: relative; padding-left: 27px; color: #fff; font-size: 13px; font-weight: 800; line-height: 1.7; }
.startline-cta__points li::before { position: absolute; top: 0; left: 0; color: #b9d7f1; content: "✓"; font-weight: 900; }
.startline-cta__panel { display: flex; margin: 28px; padding: 38px 34px; flex-direction: column; justify-content: center; color: var(--ink); background: rgba(255,255,255,.97); }
.startline-cta__panel-label { margin: 0; color: var(--red); font-size: 12px; font-weight: 900; letter-spacing: .08em; }
.startline-cta__offer { display: flex; margin: 17px 0 0; flex-wrap: wrap; align-items: baseline; gap: 7px 13px; }
.startline-cta__offer strong { color: var(--red); font-size: 27px; font-weight: 900; letter-spacing: .01em; }
.startline-cta__summary { margin: 18px 0 0; color: var(--muted); font-size: 13px; font-weight: 600; line-height: 1.85; }
.startline-cta__participation { margin: 17px 0 0; padding: 10px 12px; color: var(--red); background: #e8f1f8; font-size: 12px; font-weight: 900; line-height: 1.6; text-align: center; }
.startline-cta__button { display: flex; min-height: 70px; margin-top: 26px; padding: 16px 20px; align-items: center; justify-content: space-between; gap: 18px; color: #fff; background: var(--red); font-size: 14px; font-weight: 900; line-height: 1.5; text-decoration: none; }
.startline-cta__button span:last-child { font-size: 20px; }
.startline-cta__note { margin: 14px 0 0; color: var(--muted); font-size: 11px; font-weight: 700; text-align: center; }

/* FAQ */
.faq { background: #fff; }
.faq-list { margin-top: 50px; border-top: 1px solid var(--ink); }
.faq details { border-bottom: 1px solid var(--ink); }
.faq summary { display: grid; padding: 25px 54px 25px 0; grid-template-columns: 46px 1fr; align-items: center; cursor: pointer; font-size: 15px; font-weight: 900; line-height: 1.7; list-style: none; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary { position: relative; }
.faq summary::after { position: absolute; right: 12px; color: var(--red); content: "+"; font-size: 28px; }
.faq details[open] summary::after { content: "−"; }
.faq summary span { color: var(--red); font-size: 22px; }
.faq details > p { margin: 0; padding: 0 42px 28px 46px; color: var(--muted); font-size: 14px; font-weight: 600; line-height: 2; }

/* THE BREAK link */
.break-link { padding-block: 96px; color: var(--ink); background: #f4efec; }
.break-link__inner { display: grid; grid-template-columns: minmax(360px,.85fr) minmax(0,1.15fr); align-items: stretch; gap: 64px; }
.break-link__media { min-height: 440px; overflow: hidden; }
.break-link__media img { width: 100%; height: 100%; object-fit: cover; }
.break-link__content { display: flex; flex-direction: column; justify-content: center; }
.break-link__eyebrow { margin: 0 0 16px; color: #991f1f; font-size: 12px; font-weight: 900; }
.break-link h2 { margin: 0; font-size: clamp(30px,2.5vw,32px); font-weight: 900; line-height: 1.55; }
.break-link h2 .title-line:last-child { color: #991f1f; }
.break-link__description { margin: 24px 0 0; color: var(--muted); font-size: 14px; font-weight: 600; line-height: 1.95; }
.break-link__compare { display: grid; margin-top: 26px; grid-template-columns: repeat(2,1fr); border-block: 1px solid #d5c6c0; }
.break-link__compare p { margin: 0; padding: 18px 20px; }
.break-link__compare p + p { border-left: 1px solid #d5c6c0; }
.break-link__compare span, .break-link__compare strong { display: block; }
.break-link__compare span { margin-bottom: 5px; color: #991f1f; font-size: 11px; font-weight: 900; }
.break-link__compare strong { font-size: 13px; line-height: 1.5; }
.break-link a { display: flex; width: min(100%,430px); min-height: 66px; margin-top: 28px; padding: 16px 22px; align-items: center; justify-content: space-between; color: #fff; background: #991f1f; font-size: 14px; font-weight: 900; text-decoration: none; }
.break-link a span { font-size: 20px; }

@media (min-width: 961px) {
  .title-line { white-space: nowrap; }
}

/* Final message */
.final-cta { position: relative; display: flex; min-height: 700px; overflow: hidden; align-items: center; color: #fff; background: var(--red-dark); }
.final-cta__shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,31,67,.78) 0%, rgba(0,51,105,.5) 58%, rgba(0,31,67,.18) 100%), url("../images/startline-manifesto-background.jpg") center / cover no-repeat; }
.final-cta__content { position: relative; z-index: 1; padding-block: 90px; }
.final-cta__content > img { width: min(390px,58%); margin-bottom: 34px; filter: brightness(0) invert(1); }
.final-cta h2 { max-width: 1060px; margin: 0; font-size: clamp(36px,4vw,52px); font-weight: 900; line-height: 1.5; }
.final-cta__content > p { max-width: 720px; margin: 28px 0 0; color: rgba(255,255,255,.84); font-size: 15px; font-weight: 650; line-height: 2; }
.final-cta__actions { display: flex; width: min(640px,100%); margin-top: 34px; flex-direction: column; align-items: stretch; gap: 16px; }
.final-cta__secondary { width: fit-content; color: #fff; font-size: 12px; font-weight: 900; text-underline-offset: 6px; }

/* Fixed mobile CTA */
.mobile-cta-group { display: none; }

/* Footer */
.site-footer { padding: 72px 0 28px; color: #fff; background: #11100f; }
.journey-footer__inner { display: grid; grid-template-columns: .85fr 1.15fr; gap: 80px; }
.journey-footer__brand img { width: min(360px,100%); }
.journey-footer__brand p { margin: 20px 0 0; color: rgba(255,255,255,.6); font-size: 12px; }
.journey-footer__nav { display: grid; grid-template-columns: repeat(3,1fr); gap: 30px; }
.journey-footer__nav div { display: grid; align-content: start; gap: 11px; }
.journey-footer__nav strong { margin-bottom: 7px; color: var(--yellow); font-size: 11px; }
.journey-footer__nav a { color: rgba(255,255,255,.72); font-size: 11px; font-weight: 600; line-height: 1.5; text-decoration: none; }
.journey-footer__bottom { margin-top: 56px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.16); color: rgba(255,255,255,.5); font-size: 10px; }

@media (max-width: 960px) {
  .section { padding-block: 82px; }
  .page-width { width: min(calc(100% - 36px),var(--page-width)); }
  .hero { min-height: 760px; }
  .hero__inner { min-height: 684px; padding-block: 60px; }
  .hero__copy { max-width: 620px; }
  .desire-card-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .resonance__inner, .fit__inner { grid-template-columns: 1fr; gap: 55px; }
  .resonance__list { max-width: 700px; margin-inline: auto; grid-template-columns: 1fr; }
  .resonance__list article + article { border-top: 1px solid rgba(255,255,255,.7); border-left: 0; }
  .reason__shell { grid-template-columns: 1fr; gap: 42px; }
  .conversion__inner { grid-template-columns: 1fr; gap: 28px; }
  .conversion .action-button { max-width: 560px; }
  .conversion--future { min-height: 620px; padding-block: 82px; background-position: 58% center; }
  .conversion--future .conversion__inner { width: min(calc(100% - 36px),var(--page-width)); }
  .manifesto { min-height: 690px; }
  .mechanism-list { grid-template-columns: repeat(2,1fr); }
  .mechanism-list li:nth-child(3) { border-left: 0; }
  .mechanism-list li:nth-child(-n+2) { border-bottom: 1px solid #b9c8d6; }
  .mechanism-list li:nth-child(2)::after { display: none; }
  .community-grid { grid-template-columns: 1fr; gap: 24px; }
  .community-card { display: grid; grid-template-columns: .9fr 1.1fr; }
  .community-card__visual { height: 100%; min-height: 290px; }
  .rhythm__heading { grid-template-columns: 1fr; gap: 25px; }
  .rhythm-list { grid-template-columns: repeat(2,1fr); }
  .rhythm-list li { border-bottom: 1px solid rgba(255,255,255,.55); }
  .rhythm-list li:nth-child(2n) { border-right: 0; }
  .rhythm-list li:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.55); }
  .startline-cta__shell { grid-template-columns: 1fr; }
  .startline-cta__panel { margin: 0 36px 36px; }
  .voices-grid { grid-template-columns: 1fr; }
  .cohort-proof__heading { grid-template-columns: 1fr; gap: 26px; }
  .cohort-proof__photos { grid-template-columns: 1fr; }
  .cohort-proof__photo, .cohort-proof__photo--finale { min-height: 0; aspect-ratio: auto; }
  .cohort-quotes { grid-template-columns: repeat(2,1fr); }
  .voice-card { display: grid; grid-template-columns: 270px 1fr; }
  .voice-card > img { height: 100%; aspect-ratio: auto; }
  .fit__photo { width: min(560px,calc(100% - 16px)); margin-inline: auto; }
  .fit__photo img { aspect-ratio: 16/11; }
  .journey-set__inner { grid-template-columns: 1fr; }
  .journey-set__photo { min-height: 440px; }
  .price-card { grid-template-columns: 1fr; }
  .price-card__head { min-height: 0; grid-template-columns: 1.18fr .82fr; grid-template-rows: none; }
  .price-card__photo { min-height: 250px; }
  .price-card__brand { display: flex; padding: 34px 28px; flex-direction: column; justify-content: center; }
  .break-link__inner { grid-template-columns: 1fr; gap: 38px; }
  .break-link__media { min-height: 360px; }
  .journey-footer__inner { grid-template-columns: 1fr; gap: 55px; }
}

@media (max-width: 720px) {
  body { padding-bottom: calc(72px + env(safe-area-inset-bottom)); }
  .mobile-cta-group {
    position: fixed;
    z-index: 120;
    right: 0;
    bottom: 0;
    left: 0;
    display: grid;
    min-height: 72px;
    padding-bottom: env(safe-area-inset-bottom);
    grid-template-columns: .72fr 1.28fr;
    background: #fff;
    border-top: 1px solid rgba(255,255,255,.28);
    box-shadow: 0 -8px 24px rgba(0,31,67,.2);
  }
  .mobile-cta-group--single { grid-template-columns: 1fr; }
  .mobile-cta {
    display: flex;
    min-height: 72px;
    padding: 10px 14px;
    align-items: center;
    justify-content: center;
    gap: 12px;
    font-size: 13px;
    font-weight: 900;
    text-decoration: none;
  }
  .mobile-cta span { line-height: 1.25; text-align: center; }
  .mobile-cta small { display: block; margin-bottom: 2px; font-size: 9px; font-weight: 700; opacity: .72; }
  .mobile-cta b { font-size: 16px; }
  .mobile-cta--consult { color: var(--red); background: #fff; }
  .mobile-cta--apply { color: #fff; background: var(--red); }
}

@media (max-width: 640px) {
  body { padding-bottom: calc(72px + env(safe-area-inset-bottom)); letter-spacing: .04em; }
  .section { padding-block: 68px; }
  .page-width { width: min(calc(100% - 28px),var(--page-width)); }
  .section-title { font-size: 31px; line-height: 1.45; }
  .section-lead { font-size: 13px; line-height: 1.9; }
  .hero { min-height: 870px; background: url("../images/startline-hero.webp") center / cover no-repeat; }
  .hero__inner { min-height: 794px; padding-block: 46px 54px; align-items: flex-end; }
  .hero__eyebrow { margin-bottom: 18px; padding: 6px 9px; font-size: 10px; }
  .hero__logo { width: 76%; margin-bottom: 22px; }
  .hero h1 { font-size: 29px; line-height: 1.5; }
  .hero__lead { margin: 18px 0 22px; padding: 12px 13px; font-size: 12px; line-height: 1.8; }
  .hero__actions { display: grid; grid-template-columns: 1fr; gap: 9px; }
  .hero__actions .button { min-height: 60px; }
  .hero__cta-note { font-size: 9px; line-height: 1.6; }
  .button { min-height: 64px; padding: 10px 16px; font-size: 13px; }
  .hero__lead strong { font-size: 13px; }
  .desire-card-grid { margin-top: 36px; grid-template-columns: 1fr; gap: 16px; }
  .desire-card-grid article > img { aspect-ratio: 16/9; }
  .desire-card-grid article > div { padding: 20px 19px 23px; }
  .desire-card-grid h3 { font-size: 16px; }
  .desire__closing { margin-top: 30px; font-size: 14px; }
  .desire__closing strong { display: block; margin-top: 4px; font-size: 16px; }
  .resonance__inner { gap: 38px; }
  .resonance h2 { font-size: 27px; }
  .resonance h2 .sp-br { display: block; }
  .resonance__copy > p:last-child { font-size: 13px; }
  .resonance__list article { min-height: 108px; padding: 18px 16px; grid-template-columns: 48px 1fr; }
  .resonance__list article + article { border-top: 1px solid rgba(255,255,255,.7); border-left: 0; }
  .resonance__list span { width: 34px; height: 34px; font-size: 16px; }
  .resonance__list p { font-size: 13px; }
  .resonance__list strong { font-size: 15px; }
  .reason__copy h2 { font-size: 26px; }
  .reason__copy > p:last-child { font-size: 13px; }
  .reason__cycle { grid-template-columns: 1fr; }
  .reason__cycle article { min-height: 0; padding: 22px 20px 24px; }
  .reason__cycle article + article { border-top: 1px solid #b9c8d6; border-left: 0; }
  .reason__cycle article:not(:last-child)::after { display: none; }
  .reason__cycle strong { margin-top: 16px; font-size: 18px; }
  .reason__answer { margin-top: -18px; padding: 20px 18px; font-size: 14px; }
  .reason__answer strong { display: block; font-size: 17px; }
  .conversion { padding-block: 42px; }
  .conversion h2 { font-size: 24px; }
  .conversion p { font-size: 12px; }
  .conversion--future { min-height: 650px; padding-block: 72px 96px; background: linear-gradient(180deg, rgba(0,31,67,.34) 0%, rgba(0,31,67,.54) 44%, rgba(0,31,67,.84) 100%), url("../images/startline-future-cta.jpg") center / cover no-repeat; align-items: flex-end; }
  .conversion--future .conversion__inner { width: min(calc(100% - 28px),var(--page-width)); gap: 26px; }
  .conversion--future h2 { font-size: 31px; line-height: 1.5; }
  .conversion--future p { font-size: 13px; }
  .conversion--future .action-button { min-height: 76px; }
  .mechanism-list span { font-size: 44px; }
  .manifesto { min-height: 630px; }
  .manifesto__photo { background-position: 58% center; }
  .manifesto__inner { padding-block: 74px; }
  .manifesto__inner > img { width: 88%; margin-bottom: 23px; }
  .manifesto h2 { font-size: 30px; }
  .manifesto__inner > p:not(.manifesto__statement) { font-size: 13px; }
  .manifesto__statement { margin-top: 30px; padding: 0 0 0 15px; font-size: 13px; }
  .mechanism-list { margin-top: 38px; grid-template-columns: 1fr; }
  .mechanism-list li { min-height: 0; padding: 22px 20px 24px; }
  .mechanism-list li + li { border-top: 1px solid #b9c8d6; border-left: 0; }
  .mechanism-list li:not(:last-child)::after { display: none; }
  .mechanism-list strong { margin-top: 18px; font-size: 19px; }
  .mechanism__message { font-size: 15px; line-height: 1.7; }
  .community-grid { margin-top: 40px; }
  .community__eyebrow { margin-bottom: 13px; font-size: 10px; line-height: 1.7; }
  .community-card { display: block; }
  .community-card__visual { height: 220px; min-height: 0; }
  .community-card__body { padding: 23px 20px 26px; }
  .community-card h3 { font-size: 19px; }
  .rhythm__heading h2 { font-size: 31px; }
  .rhythm__heading > p { font-size: 13px; }
  .rhythm-list { grid-template-columns: 1fr; margin-top: 40px; }
  .rhythm-list li { min-height: auto; padding: 24px 22px 28px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.55) !important; }
  .rhythm-list li:last-child { border-bottom: 0 !important; }
  .rhythm-list li::after { display: none; }
  .rhythm-list strong { margin-top: 18px; font-size: 21px; }
  .rhythm-list p { margin-top: 14px; }
  .voices-grid { margin-top: 40px; }
  .cohort-proof__heading h2 { font-size: 31px; }
  .cohort-proof__heading > p { font-size: 13px; }
  .cohort-proof__photos { margin-top: 38px; gap: 12px; }
  .cohort-proof__photo, .cohort-proof__photo--finale { aspect-ratio: auto; }
  .cohort-quotes { margin-top: 34px; grid-template-columns: 1fr; }
  .cohort-quotes blockquote { min-height: 0; padding: 28px 22px 24px; }
  .cohort-quotes p { font-size: 14px; }
  .voice-card { display: block; }
  .voice-card > img { height: auto; aspect-ratio: 4/3; }
  .voice-card > div { padding: 22px 20px 25px; }
  .voice-card h3 { font-size: 18px; }
  .fit__inner { gap: 50px; }
  .fit__photo img { aspect-ratio: 4/3; }
  .fit h2 { font-size: 33px; }
  .fit li { padding-left: 42px; font-size: 12px; }
  .fit__note { font-size: 12px; }
  .fit__note strong { font-size: 13px; }
  .price-card { margin-top: 36px; }
  .price-card__head { min-height: 0; grid-template-columns: 1fr; grid-template-rows: auto auto; }
  .price-card__photo { min-height: 0; aspect-ratio: 4/3; }
  .price-card__brand { padding: 28px 24px 30px; }
  .price-card__brand img { width: 82%; }
  .price-card__body { padding: 28px 22px 30px; }
  .price-card__price { display: block; }
  .price-card__price strong { display: block; margin-top: 6px; font-size: 40px; }
  .price-card__price-values { text-align: left; }
  .price-card__price-values > p { justify-content: flex-start; flex-wrap: wrap; gap: 4px 12px; }
  .price-card ul { grid-template-columns: 1fr; }
  .action-button { min-height: 66px; padding-inline: 17px; font-size: 13px; }
  .journey-set { padding-block: 0; }
  .journey-set .page-width { width: 100%; }
  .journey-set__photo { min-height: 0; aspect-ratio: 4/5; }
  .journey-set__content { padding: 48px 22px 54px; }
  .journey-set h2 { font-size: 30px; }
  .journey-set__route { gap: 5px; }
  .journey-set__route span { padding: 11px 5px; font-size: 8px; }
  .journey-set__route strong { font-size: 8px; }
  .journey-set__comparison { grid-template-columns: 1fr; }
  .journey-set__comparison-row { padding: 18px 16px; }
  .journey-set__comparison-row + .journey-set__comparison-row { border-top: 1px solid rgba(255,255,255,.42); border-left: 0; }
  .journey-set__comparison-row > p { display: grid; grid-template-columns: 1fr auto 1fr; }
  .journey-set__comparison-row b { font-size: 11px; text-align: center; }
  .journey-set__comparison-row--set em { font-size: 14px; }
  .journey-set__comparison-row > strong { font-size: 17px; text-align: center; }
  .journey-set__price strong { font-size: 39px; }
  .schedule-card { margin-top: 36px; padding: 30px 21px 32px; }
  .schedule-card__date { display: grid; grid-template-columns: 1fr auto 1fr; gap: 8px; }
  .schedule-card__date small { grid-column: 1 / -1; text-align: center; }
  .schedule-card__date strong { font-size: 18px; text-align: center; }
  .schedule-card__date i { font-size: 17px; }
  .schedule-card dl div { grid-template-columns: 82px 1fr; gap: 8px; }
  .schedule-card dt, .schedule-card dd { font-size: 11px; }
  .schedule-card__actions { grid-template-columns: 1fr; gap: 18px; }
  .startline-cta .page-width { width: min(calc(100% - 28px),560px); }
  .startline-cta__copy { padding: 46px 22px 38px; }
  .startline-cta h2 { font-size: 30px; line-height: 1.5; }
  .startline-cta__lead { margin-top: 20px; font-size: 13px; }
  .startline-cta__points { margin-top: 26px; }
  .startline-cta__panel { margin: 0; padding: 32px 22px 34px; }
  .startline-cta__offer { display: block; }
  .startline-cta__offer strong { font-size: 25px; }
  .startline-cta__button { min-height: 66px; padding-inline: 17px; font-size: 13px; }
  .faq summary { padding: 21px 40px 21px 0; grid-template-columns: 36px 1fr; font-size: 13px; }
  .faq details > p { padding: 0 8px 24px 36px; font-size: 12px; }
  .final-cta { min-height: 650px; }
  .final-cta__shade { background-position: 58% center; }
  .final-cta__content { padding-block: 74px; }
  .final-cta__content > img { width: 82%; margin-bottom: 26px; }
  .final-cta h2 { font-size: 29px; }
  .final-cta__content > p { font-size: 13px; }
  .break-link { padding-block: 52px; }
  .break-link__inner { align-items: stretch; }
  .break-link__media { min-height: 0; aspect-ratio: 4/3; }
  .break-link h2 { font-size: 19px; }
  .break-link h2 strong { font-size: 28px; }
  .break-link a { min-width: 0; }
  .site-footer { padding-top: 54px; }
  .journey-footer__nav { grid-template-columns: 1fr 1fr; row-gap: 36px; }
  .journey-footer__nav div:last-child { grid-column: 1 / -1; }
}

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