@charset "UTF-8";

:root {
  --school-ink: #14213a;
  --school-deep: #0a1830;
  --school-deep-2: #11294c;
  --school-muted: #5a667b;
  --school-blue: #2f64e9;
  --school-blue-dark: #214fbf;
  --school-blue-soft: #edf3ff;
  --school-mint: #168c70;
  --school-mint-soft: #e9f8f3;
  --school-orange: #d86f45;
  --school-orange-soft: #fff0e8;
  --school-yellow: #ffdf76;
  --school-ivory: #fbfaf5;
  --school-cloud: #f3f6fa;
  --school-line: #d9e1ed;
  --school-white: #fff;
  --school-shadow: 0 26px 74px rgba(18, 36, 68, 0.13);
  --school-shadow-soft: 0 14px 38px rgba(18, 36, 68, 0.08);
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 82px;
}

body {
  margin: 0;
  color: var(--school-ink);
  background: #fff;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.9;
  letter-spacing: 0.018em;
  -webkit-font-smoothing: antialiased;
}

body::selection {
  color: var(--school-deep);
  background: #cfe1ff;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

button,
input,
textarea {
  font: inherit;
}

a {
  color: inherit;
}

.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 1200;
  padding: 9px 14px;
  border-radius: 8px;
  color: #fff;
  background: var(--school-deep);
  text-decoration: none;
  transform: translateY(-150%);
  transition: transform 160ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.container {
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
}

.section-pad {
  padding: clamp(92px, 10vw, 150px) 0;
}

.section-heading {
  max-width: 940px;
  margin-bottom: clamp(44px, 6vw, 72px);
}

.section-heading.centered {
  margin-inline: auto;
  text-align: center;
}

.narrow-heading {
  max-width: 800px;
}

.section-label,
.eyebrow,
.format-number {
  margin: 0 0 16px;
  color: var(--school-blue);
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.16em;
}

.section-heading h2,
.future-copy h2,
.decision-card h2 {
  margin: 0;
  color: var(--school-ink);
  font-size: clamp(2rem, 4.3vw, 3.75rem);
  line-height: 1.36;
  letter-spacing: -0.04em;
}

.section-heading h2 span,
.future-copy h2 span,
.decision-card h2 span {
  color: var(--school-blue);
}

.section-heading > p:last-child {
  max-width: 780px;
  margin: 24px auto 0;
  color: var(--school-muted);
  font-size: 1.02rem;
}

.section-heading:not(.centered) > p:last-child {
  margin-inline: 0;
}

.section-heading > p strong {
  color: var(--school-ink);
}

.button {
  min-height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 13px 23px;
  border: 1px solid transparent;
  border-radius: 10px;
  font-size: 0.91rem;
  font-weight: 800;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-primary {
  color: #fff;
  background: var(--school-blue);
  box-shadow: 0 15px 30px rgba(47, 100, 233, 0.26);
}

.button-primary:hover {
  background: var(--school-blue-dark);
  box-shadow: 0 18px 36px rgba(47, 100, 233, 0.32);
}

.button-secondary {
  border-color: rgba(20, 33, 58, 0.18);
  color: var(--school-ink);
  background: rgba(255, 255, 255, 0.84);
}

.button-secondary:hover {
  background: #fff;
}

/* Hero */
.sales-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(72px, 8vw, 112px) 0 0;
  background:
    radial-gradient(circle at 3% 15%, rgba(216, 111, 69, 0.12), transparent 27%),
    radial-gradient(circle at 93% 8%, rgba(47, 100, 233, 0.12), transparent 29%),
    linear-gradient(180deg, #fff 0%, #f8faff 100%);
}

.sales-hero::before {
  content: "";
  position: absolute;
  top: -270px;
  right: -160px;
  width: 520px;
  height: 520px;
  border: 1px solid rgba(47, 100, 233, 0.12);
  border-radius: 50%;
  pointer-events: none;
}

.sales-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(430px, 0.98fr);
  gap: clamp(48px, 7vw, 86px);
  align-items: center;
  padding-bottom: clamp(58px, 7vw, 90px);
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 23px;
}

.eyebrow::before {
  content: "";
  width: 30px;
  height: 1px;
  background: currentColor;
}

.sales-hero h1 {
  margin: 0;
  color: var(--school-deep);
  font-size: clamp(2.55rem, 5.1vw, 4.85rem);
  line-height: 1.22;
  letter-spacing: -0.055em;
}

.sales-hero h1 span {
  position: relative;
  color: var(--school-blue);
}

.sales-hero h1 span::after {
  content: "";
  position: absolute;
  z-index: -1;
  right: -0.02em;
  bottom: 0.03em;
  left: -0.02em;
  height: 0.17em;
  border-radius: 999px;
  background: #ffe0c9;
}

.hero-lead {
  margin: 32px 0 0;
  color: var(--school-ink);
  font-size: clamp(1.15rem, 2vw, 1.45rem);
  font-weight: 800;
  line-height: 1.75;
}

.hero-body {
  max-width: 650px;
  margin: 19px 0 0;
  color: var(--school-muted);
  font-size: 0.97rem;
}

.hero-body strong {
  color: var(--school-ink);
}

.hero-relief {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 22px 0 0;
  color: var(--school-mint);
  font-size: 0.88rem;
  font-weight: 800;
}

.hero-relief::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--school-mint);
  box-shadow: 0 0 0 5px var(--school-mint-soft);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
  margin-top: 31px;
}

.hero-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  margin: 17px 0 0;
  padding: 0;
  list-style: none;
}

.hero-facts li {
  position: relative;
  padding-left: 16px;
  color: #778196;
  font-size: 0.72rem;
  font-weight: 700;
}

.hero-facts li::before {
  content: "";
  position: absolute;
  top: 0.78em;
  left: 2px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--school-blue);
}

.hero-school-preview,
.school-screen {
  overflow: hidden;
  border: 1px solid #cad5e6;
  border-radius: 21px;
  background: #fff;
  box-shadow: var(--school-shadow);
}

.hero-school-preview {
  transform: rotate(0.5deg);
}

.preview-window-head,
.screen-top {
  min-height: 56px;
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 0 19px;
  border-bottom: 1px solid var(--school-line);
  color: var(--school-ink);
  background: #f5f7fa;
  font-size: 0.76rem;
}

.preview-window-head strong,
.screen-top strong {
  flex: 1;
}

.preview-window-head > span,
.screen-top > span {
  color: #8b95a7;
  font-size: 0.64rem;
  font-weight: 700;
}

.window-dots {
  display: flex;
  gap: 5px;
}

.window-dots i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #f1976d;
}

.window-dots i:nth-child(2) { background: #e9bd55; }
.window-dots i:nth-child(3) { background: #63b99e; }

.preview-chat-body {
  display: grid;
  gap: 18px;
  padding: clamp(24px, 4vw, 34px);
  background:
    radial-gradient(circle at 100% 0, rgba(47, 100, 233, 0.07), transparent 32%),
    #fff;
}

.preview-date {
  color: #9aa4b4;
  font-size: 0.65rem;
  text-align: center;
}

.chat-message {
  display: flex;
  gap: 11px;
  align-items: flex-start;
}

.chat-message > div {
  flex: 1;
  min-width: 0;
}

.chat-avatar,
.mini-avatar {
  flex: 0 0 auto;
  width: 35px;
  height: 35px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  color: #fff;
  background: #79869c;
  font-size: 0.68rem;
  font-weight: 800;
}

.teacher-message .chat-avatar,
.mini-avatar {
  background: var(--school-blue);
}

.chat-message p {
  margin: 0;
  padding: 14px 15px;
  border-radius: 4px 14px 14px 14px;
  color: #36435a;
  background: #f0f3f7;
  font-size: 0.77rem;
  line-height: 1.75;
}

.teacher-message p {
  color: #2e4571;
  background: var(--school-blue-soft);
}

.chat-message small {
  display: block;
  margin-top: 5px;
  color: #929cad;
  font-size: 0.59rem;
}

.video-reply-card {
  overflow: hidden;
  margin-top: 9px;
  border: 1px solid #c8d5eb;
  border-radius: 11px;
  background: #fff;
}

.video-thumbnail {
  position: relative;
  min-height: 150px;
  display: grid;
  place-items: center;
  background:
    linear-gradient(rgba(12, 29, 56, 0.1), rgba(12, 29, 56, 0.1)),
    linear-gradient(145deg, #e9effa, #cbd9ee);
}

.video-thumbnail::before {
  content: "売上を計上するのはいつ？";
  position: absolute;
  top: 28px;
  left: 25px;
  color: #203760;
  font-size: 0.73rem;
  font-weight: 800;
}

.video-play {
  position: relative;
  z-index: 2;
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  padding-left: 3px;
  border-radius: 50%;
  color: #fff;
  background: var(--school-blue);
  box-shadow: 0 10px 22px rgba(47, 100, 233, 0.3);
}

.board-lines {
  position: absolute;
  right: 25px;
  bottom: 30px;
  left: 25px;
  display: grid;
  gap: 7px;
}

.board-lines i {
  height: 5px;
  border-radius: 999px;
  background: rgba(32, 55, 96, 0.2);
}

.board-lines i:nth-child(2) { width: 75%; }
.board-lines i:nth-child(3) { width: 48%; }

.video-thumbnail b {
  position: absolute;
  right: 9px;
  bottom: 8px;
  padding: 2px 6px;
  border-radius: 4px;
  color: #fff;
  background: rgba(8, 19, 37, 0.78);
  font-size: 0.59rem;
}

.video-meta {
  display: grid;
  gap: 3px;
  padding: 11px 13px;
}

.video-meta strong { font-size: 0.72rem; }
.video-meta span { color: var(--school-muted); font-size: 0.61rem; }

.teacher-followup {
  margin-left: 46px;
  padding: 13px 15px;
  border-left: 3px solid var(--school-mint);
  background: var(--school-mint-soft);
}

.teacher-followup span {
  color: var(--school-mint);
  font-size: 0.61rem;
  font-weight: 800;
}

.teacher-followup p {
  margin: 2px 0 0;
  color: #315a4f;
  font-size: 0.73rem;
  font-weight: 700;
}

.hero-conclusion {
  min-height: 94px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  color: #e4ebf8;
  background: var(--school-deep);
  box-shadow: 0 0 0 100vmax var(--school-deep);
  clip-path: inset(0 -100vmax);
  text-align: center;
}

.hero-conclusion span { color: #9faec7; font-size: 0.88rem; }
.hero-conclusion strong { color: #fff; font-size: 1rem; }

/* Mirror and implication */
.mirror-section { background: var(--school-ivory); }

.moment-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.moment-card {
  position: relative;
  min-height: 340px;
  display: flex;
  flex-direction: column;
  padding: 28px 24px;
  border: 1px solid var(--school-line);
  border-radius: 18px;
  background: #fff;
  box-shadow: var(--school-shadow-soft);
}

.moment-card::after {
  content: "“";
  position: absolute;
  top: 5px;
  right: 16px;
  color: #e5eaf2;
  font-family: Georgia, serif;
  font-size: 4.2rem;
  line-height: 1;
}

.moment-time {
  margin: 0;
  color: var(--school-orange);
  font-family: "Inter", sans-serif;
  font-size: 0.69rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.moment-type {
  margin: 8px 0 21px;
  color: #8690a2;
  font-size: 0.69rem;
  font-weight: 700;
}

.moment-card h3 {
  margin: 0;
  font-size: 1.06rem;
  line-height: 1.75;
}

.moment-card > p:last-child {
  margin: auto 0 0;
  padding-top: 24px;
  color: var(--school-muted);
  font-size: 0.78rem;
}

.mirror-reframe {
  max-width: 900px;
  margin: 54px auto 0;
  text-align: center;
}

.mirror-reframe p {
  margin: 0 0 8px;
  color: var(--school-muted);
}

.mirror-reframe h3 {
  margin: 0;
  font-size: clamp(1.65rem, 3.5vw, 2.75rem);
  line-height: 1.55;
  letter-spacing: -0.03em;
}

.mirror-reframe h3 span { color: var(--school-orange); }

.implication-board {
  display: grid;
  grid-template-columns: minmax(270px, 0.78fr) minmax(0, 1.22fr);
  gap: clamp(36px, 6vw, 70px);
  align-items: center;
  margin-top: 72px;
  padding: clamp(38px, 6vw, 68px);
  border-radius: 24px;
  color: #fff;
  background:
    radial-gradient(circle at 100% 0, rgba(216, 111, 69, 0.17), transparent 35%),
    var(--school-deep);
  box-shadow: var(--school-shadow);
}

.implication-copy .section-label { color: #ffb592; }

.implication-copy h3 {
  margin: 0 0 19px;
  color: #fff;
  font-size: clamp(1.55rem, 3vw, 2.35rem);
  line-height: 1.55;
}

.implication-copy > p:last-child {
  margin: 0;
  color: #b7c3d8;
  font-size: 0.9rem;
}

.implication-flow {
  margin: 0;
  padding: 0;
  list-style: none;
}

.implication-flow li {
  position: relative;
  display: grid;
  grid-template-columns: 38px 1fr auto;
  gap: 13px;
  align-items: center;
  min-height: 65px;
  padding: 8px 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
}

.implication-flow li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 18px;
  z-index: 0;
  width: 1px;
  height: 72px;
  background: rgba(255, 255, 255, 0.17);
}

.implication-flow li:last-child::before { display: none; }

.implication-flow li > span {
  position: relative;
  z-index: 1;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #aebbd1;
  background: #172b4d;
  font-family: "Inter", sans-serif;
  font-size: 0.64rem;
  font-weight: 800;
}

.implication-flow li:last-child > span {
  color: #fff;
  background: var(--school-orange);
}

.implication-flow strong { font-size: 0.88rem; }
.implication-flow small { color: #92a0b8; font-size: 0.66rem; }

/* Why question first */
.belief-section { background: #fff; }
.belief-heading { max-width: 990px; }

.starting-point-compare {
  display: grid;
  grid-template-columns: 1fr 100px 1fr;
  align-items: stretch;
  margin-top: 16px;
}

.start-card {
  padding: clamp(30px, 4vw, 46px);
  border: 1px solid var(--school-line);
  border-radius: 22px;
  background: #fff;
  box-shadow: var(--school-shadow-soft);
}

.lecture-start { color: #586477; background: #f6f7f9; }
.question-start { border-color: #b9caf8; background: linear-gradient(145deg, #fff, #eff4ff); }

.start-label {
  display: inline-flex;
  margin: 0 0 18px;
  padding: 5px 10px;
  border-radius: 999px;
  color: #6f7888;
  background: #e7e9ed;
  font-size: 0.69rem;
  font-weight: 800;
}

.question-start .start-label { color: var(--school-blue-dark); background: #dce8ff; }

.start-card h3 {
  margin: 0 0 26px;
  color: var(--school-ink);
  font-size: 1.24rem;
  line-height: 1.55;
}

.start-card ol {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: start-counter;
}

.start-card li {
  position: relative;
  padding: 13px 8px 13px 39px;
  border-bottom: 1px solid var(--school-line);
  counter-increment: start-counter;
  font-size: 0.86rem;
}

.start-card li::before {
  content: counter(start-counter, decimal-leading-zero);
  position: absolute;
  left: 7px;
  color: #9ba4b3;
  font-family: "Inter", sans-serif;
  font-size: 0.65rem;
  font-weight: 800;
}

.question-start li::before { color: var(--school-blue); }

.start-outcome {
  margin: 28px 0 0;
  padding: 18px 20px;
  border-left: 3px solid #aeb6c3;
  background: rgba(255, 255, 255, 0.7);
  font-size: 0.85rem;
  font-weight: 800;
}

.question-start .start-outcome {
  border-left-color: var(--school-blue);
  color: var(--school-blue-dark);
}

.start-shift {
  position: relative;
  z-index: 2;
  display: grid;
  place-items: center;
}

.start-shift::before,
.start-shift::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  width: 32px;
  height: 2px;
  background: #bac7dc;
}

.start-shift::before { right: 67px; }
.start-shift::after { left: 67px; }

.start-shift span {
  width: 74px;
  height: 74px;
  display: grid;
  place-items: center;
  border: 7px solid #fff;
  border-radius: 50%;
  color: #fff;
  background: var(--school-deep);
  box-shadow: 0 12px 28px rgba(14, 31, 58, 0.18);
  font-size: 0.65rem;
  font-weight: 800;
  line-height: 1.4;
  text-align: center;
}

.question-value-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 32px;
}

.question-value-grid article {
  min-height: 330px;
  padding: 31px 28px;
  border: 1px solid var(--school-line);
  border-radius: 17px;
  background: #fff;
}

.question-value-grid article:nth-child(2) { background: var(--school-blue-soft); }
.question-value-grid article:nth-child(3) { background: var(--school-mint-soft); }

.question-value-grid span {
  color: var(--school-blue);
  font-family: "Inter", sans-serif;
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.11em;
}

.question-value-grid article:nth-child(3) span { color: var(--school-mint); }

.question-value-grid h3 {
  margin: 22px 0 17px;
  font-size: 1.2rem;
  line-height: 1.65;
}

.question-value-grid p {
  margin: 0;
  color: var(--school-muted);
  font-size: 0.83rem;
}

.belief-payoff {
  display: grid;
  gap: 4px;
  margin-top: 42px;
  padding: 30px;
  border: 1px solid #cdd8e8;
  border-radius: 16px;
  background: var(--school-cloud);
  text-align: center;
}

.belief-payoff p { margin: 0; color: var(--school-muted); }
.belief-payoff strong { color: var(--school-blue); font-size: 1.25rem; }
.belief-payoff a { margin-top: 13px; color: var(--school-ink); font-size: 0.82rem; font-weight: 800; }

/* School preview */
.school-preview-section {
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 0 20%, rgba(47, 100, 233, 0.25), transparent 34%),
    radial-gradient(circle at 100% 84%, rgba(22, 140, 112, 0.18), transparent 31%),
    var(--school-deep);
}

.section-heading-light .section-label { color: #90b2ff; }
.section-heading-light h2 { color: #fff; }
.section-heading-light h2 span { color: #8ee4c9; }
.section-heading-light > p:last-child { color: #b8c4d8; }

.format-experience {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.055);
  box-shadow: 0 35px 90px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(14px);
}

.format-tabs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.format-tab {
  min-height: 105px;
  display: grid;
  grid-template-columns: 34px 1fr;
  grid-template-rows: auto auto;
  gap: 1px 8px;
  align-content: center;
  padding: 17px 22px;
  border: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.11);
  color: #9eabc1;
  background: transparent;
  text-align: left;
  cursor: pointer;
}

.format-tab > span {
  grid-row: 1 / 3;
  align-self: center;
  font-family: "Inter", sans-serif;
  font-size: 0.68rem;
  font-weight: 800;
}

.format-tab strong { color: inherit; font-size: 0.88rem; }
.format-tab small { color: #7f8da5; font-size: 0.65rem; }

.format-tab:hover,
.format-tab:focus-visible { color: #fff; background: rgba(255, 255, 255, 0.055); }

.format-tab.is-active {
  color: #fff;
  background: rgba(47, 100, 233, 0.23);
  box-shadow: inset 0 -3px 0 #78d9bb;
}

.format-tab.is-active > span { color: #8ee4c9; }
.format-tab.is-active small { color: #b9c6da; }

.format-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(480px, 1.18fr);
  gap: clamp(40px, 6vw, 72px);
  align-items: center;
  min-height: 700px;
  padding: clamp(38px, 6vw, 70px);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.is-enhanced .format-panel:not(.is-active) { display: none; }

.format-number { color: #8ee4c9; }

.format-copy h3 {
  margin: 0 0 24px;
  color: #fff;
  font-size: clamp(1.75rem, 3.3vw, 2.75rem);
  line-height: 1.45;
  letter-spacing: -0.03em;
}

.format-copy h3 span { color: #8fb2ff; }

.format-copy > p:not(.format-number):not(.format-payoff) {
  margin: 0;
  color: #bac6da;
  font-size: 0.9rem;
}

.format-copy ul {
  display: grid;
  gap: 0;
  margin: 24px 0 0;
  padding: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
  list-style: none;
}

.format-copy li {
  position: relative;
  padding: 11px 8px 11px 28px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
  color: #e1e8f4;
  font-size: 0.82rem;
  font-weight: 600;
}

.format-copy li::before {
  content: "";
  position: absolute;
  top: 1.6em;
  left: 7px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #69d2b0;
}

.format-payoff {
  margin: 27px 0 0;
  padding: 17px 19px;
  border-left: 3px solid #ffab80;
  color: #fff;
  background: rgba(255, 255, 255, 0.055);
  font-size: 0.91rem;
  font-weight: 800;
}

.school-screen {
  color: var(--school-ink);
  box-shadow: 0 28px 68px rgba(0, 0, 0, 0.27);
}

.screen-content {
  min-height: 490px;
  display: grid;
  align-content: center;
  gap: 18px;
  padding: clamp(25px, 4vw, 38px);
  background: #fff;
}

.ui-message {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 11px;
  align-items: start;
}

.ui-message > span {
  width: 42px;
  height: 33px;
  display: grid;
  place-items: center;
  border-radius: 9px;
  color: #fff;
  background: #78869c;
  font-size: 0.62rem;
  font-weight: 800;
}

.ui-teacher > span { background: var(--school-blue); }

.ui-message p {
  margin: 0;
  padding: 13px 15px;
  border-radius: 4px 13px 13px 13px;
  color: #39465c;
  background: #f0f3f7;
  font-size: 0.75rem;
  line-height: 1.72;
}

.ui-teacher p { color: #2f4774; background: var(--school-blue-soft); }

.chat-logic {
  display: flex;
  align-items: stretch;
  gap: 7px;
  margin-left: 55px;
}

.chat-logic > div {
  flex: 1;
  display: grid;
  align-content: center;
  gap: 2px;
  min-height: 72px;
  padding: 9px;
  border: 1px solid var(--school-line);
  border-radius: 9px;
  background: #f8fafc;
  text-align: center;
}

.chat-logic .logic-accent { border-color: #9bd0bf; background: var(--school-mint-soft); }
.chat-logic small { color: var(--school-muted); font-size: 0.57rem; }
.chat-logic strong { font-size: 0.68rem; }
.chat-logic i { display: grid; place-items: center; color: #9aa5b6; font-style: normal; }

.reply-field {
  min-height: 55px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-left: 55px;
  padding: 10px 12px 10px 15px;
  border: 1px solid #cdd5e2;
  border-radius: 9px;
  color: #9aa3b2;
  font-size: 0.68rem;
}

.reply-field span {
  padding: 5px 12px;
  border-radius: 6px;
  color: #fff;
  background: var(--school-blue);
  font-weight: 800;
}

.video-chat-layout {
  min-height: 510px;
  display: grid;
  align-content: center;
  gap: 14px;
  padding: clamp(24px, 4vw, 36px);
  background: #fff;
}

.video-chat-message {
  display: flex;
  gap: 10px;
  align-items: start;
}

.video-chat-message p {
  margin: 0;
  padding: 12px 14px;
  border-radius: 4px 12px 12px 12px;
  color: #2f4774;
  background: var(--school-blue-soft);
  font-size: 0.72rem;
}

.lesson-video-card {
  overflow: hidden;
  margin-left: 45px;
  border: 1px solid #cbd6e7;
  border-radius: 13px;
  background: #fff;
}

.lesson-video-stage {
  position: relative;
  min-height: 245px;
  display: grid;
  place-items: center;
  padding: 27px;
  background: linear-gradient(145deg, #e8eef8, #d0ddec);
}

.lesson-board {
  width: 100%;
  min-height: 170px;
  display: grid;
  align-content: center;
  gap: 22px;
  padding: 23px;
  border-radius: 7px;
  background: #fff;
  box-shadow: 0 9px 24px rgba(18, 36, 68, 0.14);
}

.board-title { color: #243c66; font-size: 0.78rem; font-weight: 800; }

.stock-flow {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.stock-flow span,
.stock-flow strong {
  padding: 7px 8px;
  border-radius: 6px;
  color: #33445f;
  background: #edf1f6;
  font-size: 0.58rem;
}

.stock-flow strong { color: #fff; background: var(--school-mint); }
.stock-flow b { color: #758198; font-size: 0.66rem; }
.board-underline { width: 72%; height: 5px; border-radius: 99px; background: #ffd78c; }

.lesson-video-stage button {
  position: absolute;
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  padding-left: 4px;
  border: 0;
  border-radius: 50%;
  color: #fff;
  background: var(--school-blue);
  box-shadow: 0 12px 26px rgba(47, 100, 233, 0.3);
  cursor: default;
}

.lesson-video-stage > small {
  position: absolute;
  right: 34px;
  bottom: 32px;
  padding: 2px 6px;
  border-radius: 4px;
  color: #fff;
  background: rgba(10, 24, 48, 0.78);
  font-size: 0.58rem;
}

.lesson-video-info { display: grid; gap: 3px; padding: 13px 16px; }
.lesson-video-info strong { font-size: 0.75rem; }
.lesson-video-info span { color: var(--school-muted); font-size: 0.62rem; }

.video-followup {
  margin-left: 45px;
  padding: 13px 15px;
  border-left: 3px solid var(--school-mint);
  background: var(--school-mint-soft);
}

.video-followup span { color: var(--school-mint); font-size: 0.6rem; font-weight: 800; }
.video-followup p { margin: 2px 0 0; color: #315a4f; font-size: 0.68rem; }

.online-top .live-badge {
  flex: 0 0 auto;
  padding: 4px 8px;
  border-radius: 999px;
  color: #fff;
  background: #db5f4d;
  font-family: "Inter", sans-serif;
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.online-classroom {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 150px;
  min-height: 410px;
  background: #e7edf6;
}

.shared-board { margin: 18px 8px 18px 18px; border-radius: 10px; background: #fff; box-shadow: 0 8px 22px rgba(18, 36, 68, 0.12); }
.shared-toolbar { min-height: 38px; display: flex; align-items: center; gap: 6px; padding: 0 12px; border-bottom: 1px solid var(--school-line); color: #7d8798; font-size: 0.58rem; }
.shared-toolbar span { flex: 1; }
.shared-toolbar i { width: 7px; height: 7px; border-radius: 50%; background: #9fb0ca; }

.shared-content {
  position: relative;
  min-height: 320px;
  display: grid;
  align-content: center;
  gap: 25px;
  padding: 32px;
}

.shared-content > p { margin: 0; color: #233b65; font-size: 1rem; font-weight: 800; }

.period-visual { display: grid; grid-template-columns: 1fr 70px 1fr; align-items: center; text-align: center; }
.period-visual span { padding: 14px 7px; border-radius: 8px; color: #35517f; background: var(--school-blue-soft); font-size: 0.67rem; font-weight: 800; }
.period-visual span:last-child { color: #346759; background: var(--school-mint-soft); }
.period-visual b { position: relative; z-index: 1; padding: 7px; border-radius: 6px; color: #fff; background: var(--school-orange); font-size: 0.62rem; }
.period-visual b::before { content: ""; position: absolute; top: 50%; right: 100%; left: -160px; z-index: -1; height: 2px; background: #aebbd0; }
.period-visual b::after { content: ""; position: absolute; top: 50%; right: -160px; left: 100%; z-index: -1; height: 2px; background: #aebbd0; }
.shared-note { padding: 13px 15px; border-left: 3px solid var(--school-orange); color: #5a4a42; background: var(--school-orange-soft); font-size: 0.67rem; font-weight: 700; }
.cursor-note { position: absolute; top: 82px; right: 40px; padding: 4px 7px; border-radius: 4px; color: #fff; background: var(--school-blue); font-size: 0.53rem; transform: rotate(-3deg); }

.online-sidebar { display: grid; align-content: start; gap: 8px; padding: 18px 18px 18px 8px; }
.teacher-tile,
.student-tile { min-height: 117px; display: grid; place-items: center; align-content: center; gap: 3px; padding: 10px; border-radius: 9px; color: #fff; background: #172a4b; text-align: center; }
.student-tile { color: var(--school-ink); background: #fff; }
.teacher-initial,
.student-initial { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--school-blue); font-size: 0.7rem; font-weight: 800; }
.student-initial { background: #77859c; }
.teacher-tile strong,
.student-tile strong { font-size: 0.65rem; }
.teacher-tile small,
.student-tile small { color: #9eb0cc; font-size: 0.52rem; }
.student-tile small { color: #8994a6; }

.understanding-status { padding: 10px; border-radius: 8px; background: #fff; }
.understanding-status span { display: block; color: var(--school-mint); font-size: 0.51rem; font-weight: 800; }
.understanding-status strong { display: block; margin-top: 2px; font-size: 0.6rem; }
.understanding-status i { height: 4px; display: block; margin-top: 7px; border-radius: 99px; background: #e2e7ee; }
.understanding-status b { width: 66%; height: 100%; display: block; border-radius: inherit; background: var(--school-mint); }

.online-caption { display: grid; grid-template-columns: 42px 1fr; gap: 10px; padding: 14px 17px; border-top: 1px solid var(--school-line); background: #fff; }
.online-caption span { height: 31px; display: grid; place-items: center; border-radius: 8px; color: #fff; background: var(--school-blue); font-size: 0.58rem; font-weight: 800; }
.online-caption p { margin: 0; color: #3a4b66; font-size: 0.69rem; }

/* Use cases */
.routes-section { background: var(--school-cloud); }

.route-case-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.route-case {
  min-height: 410px;
  display: flex;
  flex-direction: column;
  padding: clamp(27px, 4vw, 39px);
  border: 1px solid var(--school-line);
  border-radius: 19px;
  background: #fff;
  box-shadow: var(--school-shadow-soft);
}

.case-head { display: flex; align-items: center; gap: 12px; }
.case-head span { padding: 4px 8px; border-radius: 99px; color: var(--school-blue); background: var(--school-blue-soft); font-family: "Inter", sans-serif; font-size: 0.62rem; font-weight: 800; }
.case-head strong { font-size: 0.86rem; }

.case-before {
  margin: 25px 0 0;
  color: var(--school-ink);
  font-size: 1.12rem;
  font-weight: 800;
  line-height: 1.75;
}

.case-support { display: grid; gap: 5px; margin-top: 23px; padding: 19px; border-left: 3px solid var(--school-orange); background: var(--school-orange-soft); }
.case-support span { color: var(--school-orange); font-size: 0.63rem; font-weight: 800; }
.case-support p { margin: 0; color: #66534c; font-size: 0.78rem; }

.case-future { display: grid; gap: 5px; margin: auto 0 0; padding-top: 24px; border-top: 1px solid var(--school-line); }
.case-future span { color: var(--school-mint); font-size: 0.63rem; font-weight: 800; }
.case-future strong { color: #245e50; font-size: 0.85rem; line-height: 1.7; }

/* Future */
.future-section { color: #fff; background: var(--school-deep); }
.future-container { max-width: 980px; }
.future-copy .section-label { color: #8fb2ff; }
.future-copy h2 { color: #fff; }
.future-copy h2 span { color: #8ee4c9; }
.future-copy > p:not(.section-label) { max-width: 760px; margin: 23px 0 0; color: #b7c4d9; }

.future-scenes { display: grid; gap: 10px; margin-top: 46px; }
.future-scenes article { display: grid; grid-template-columns: 70px minmax(0, 0.8fr) 48px minmax(0, 1.2fr); gap: 14px; align-items: center; min-height: 92px; padding: 17px 22px; border: 1px solid rgba(255, 255, 255, 0.13); border-radius: 12px; background: rgba(255, 255, 255, 0.045); }
.future-scenes span { color: #8c9bb4; font-family: "Inter", sans-serif; font-size: 0.6rem; font-weight: 800; letter-spacing: 0.1em; }
.future-scenes p { margin: 0; color: #aebbd0; font-size: 0.82rem; }
.future-scenes i { color: #657690; font-style: normal; text-align: center; }
.future-scenes strong { color: #fff; font-size: 0.86rem; }

.future-container blockquote { margin: 58px 0 0; padding: 35px 0 0; border-top: 1px solid rgba(255, 255, 255, 0.14); color: #fff; font-size: clamp(1.8rem, 4.1vw, 3.2rem); font-weight: 700; line-height: 1.55; letter-spacing: -0.03em; text-align: center; }
.future-container blockquote strong { color: #8ee4c9; }

/* Day timeline */
.daily-section { background: #fff; }

.day-timeline { position: relative; max-width: 900px; margin: 0 auto; padding: 0; list-style: none; }
.day-timeline::before { content: ""; position: absolute; top: 30px; bottom: 35px; left: 104px; width: 1px; background: #becadd; }
.day-timeline li { position: relative; display: grid; grid-template-columns: 80px 1fr; gap: 46px; min-height: 142px; }
.day-timeline li::before { content: ""; position: absolute; top: 24px; left: 98px; z-index: 1; width: 13px; height: 13px; border: 4px solid #fff; border-radius: 50%; background: var(--school-blue); box-shadow: 0 0 0 1px #aebdd4; }
.day-timeline li:nth-child(3)::before { background: var(--school-orange); }
.day-timeline li:nth-child(n + 4)::before { background: var(--school-mint); }
.day-timeline time { padding-top: 18px; color: #7a8598; font-family: "Inter", "Noto Sans JP", sans-serif; font-size: 0.75rem; font-weight: 800; text-align: right; }
.day-timeline li > div { padding: 20px 24px; border: 1px solid var(--school-line); border-radius: 13px; background: #fbfcfe; }
.day-timeline span { color: var(--school-blue); font-family: "Inter", sans-serif; font-size: 0.58rem; font-weight: 800; letter-spacing: 0.1em; }
.day-timeline li:nth-child(3) span { color: var(--school-orange); }
.day-timeline li:nth-child(n + 4) span { color: var(--school-mint); }
.day-timeline strong { display: block; margin-top: 3px; font-size: 0.92rem; }
.day-timeline p { margin: 4px 0 0; color: var(--school-muted); font-size: 0.77rem; }

/* Position */
.position-section { color: #fff; background: linear-gradient(150deg, #102442, #17345f); }

.position-table { overflow: hidden; border: 1px solid rgba(255, 255, 255, 0.16); border-radius: 17px; background: rgba(255, 255, 255, 0.05); }
.position-row { display: grid; grid-template-columns: 0.65fr 1fr 1fr 0.8fr; }
.position-row > * { min-height: 86px; display: flex; align-items: center; padding: 18px 20px; border-right: 1px solid rgba(255, 255, 255, 0.11); color: #c1ccdd; font-size: 0.78rem; }
.position-row + .position-row { border-top: 1px solid rgba(255, 255, 255, 0.11); }
.position-row strong { color: #fff; font-size: 0.85rem; }
.position-head { background: rgba(6, 16, 31, 0.34); }
.position-head span { min-height: 57px; color: #8fa0ba; font-size: 0.65rem; font-weight: 800; }
.position-eff { background: rgba(47, 100, 233, 0.22); }
.position-eff > * { color: #fff; font-weight: 700; }
.position-eff strong { color: #9fe5cf; }
.position-note { margin: 12px 0 0; color: #8fa0b9; font-size: 0.66rem; }

.monthly-value { display: grid; grid-template-columns: 0.7fr 1.3fr; gap: 28px 58px; align-items: center; margin-top: 42px; padding: clamp(30px, 5vw, 48px); border: 1px solid rgba(255, 255, 255, 0.14); border-radius: 17px; background: rgba(255, 255, 255, 0.055); }
.monthly-value .section-label { color: #8ee4c9; }
.monthly-value h3 { margin: 0; color: #fff; font-size: 1.55rem; line-height: 1.55; }
.monthly-value > p { margin: 0; color: #b6c2d6; font-size: 0.85rem; }
.monthly-value > a { grid-column: 1 / -1; justify-self: center; padding: 10px 20px; border: 1px solid rgba(255, 255, 255, 0.22); border-radius: 9px; color: #fff; font-size: 0.78rem; font-weight: 800; text-decoration: none; }
.monthly-value > a:hover { background: rgba(255, 255, 255, 0.08); }

/* Trust */
.trust-section { background: var(--school-ivory); }
.trust-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(400px, 0.92fr); gap: clamp(50px, 8vw, 90px); align-items: center; }
.trust-copy .section-heading { margin-bottom: 30px; }
.trust-copy > p { margin: 0 0 17px; color: var(--school-muted); }
.text-link { display: inline-flex; align-items: center; gap: 16px; margin-top: 11px; color: var(--school-blue); font-size: 0.82rem; font-weight: 800; }

.promise-board { overflow: hidden; border: 1px solid #cfd9e8; border-radius: 21px; background: #fff; box-shadow: var(--school-shadow); }
.promise-head { min-height: 68px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 0 24px; color: #fff; background: var(--school-deep); }
.promise-head strong { font-size: 0.82rem; }
.promise-head span { color: #92a4c1; font-family: "Inter", sans-serif; font-size: 0.56rem; font-weight: 800; letter-spacing: 0.11em; }
.promise-board ol { margin: 0; padding: 23px; list-style: none; }
.promise-board li { display: grid; grid-template-columns: 38px 1fr; gap: 13px; align-items: start; padding: 16px 8px; border-bottom: 1px solid var(--school-line); }
.promise-board li:last-child { border-bottom: 0; }
.promise-board li > span { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 9px; color: var(--school-blue); background: var(--school-blue-soft); font-family: "Inter", sans-serif; font-size: 0.63rem; font-weight: 800; }
.promise-board li strong { font-size: 0.82rem; }
.promise-board li p { margin: 3px 0 0; color: var(--school-muted); font-size: 0.71rem; }

/* FAQ */
.faq-section { background: var(--school-cloud); }
.faq-layout { display: grid; grid-template-columns: minmax(260px, 0.68fr) minmax(0, 1.32fr); gap: clamp(50px, 8vw, 100px); align-items: start; }
.faq-heading { position: sticky; top: 98px; margin-bottom: 0; }
.faq-heading > a { display: inline-block; margin-top: 22px; color: var(--school-blue); font-size: 0.81rem; font-weight: 800; }
.faq-list { border-top: 1px solid #bcc8d9; }
.faq-list details { border-bottom: 1px solid #bcc8d9; }
.faq-list summary { min-height: 86px; display: grid; grid-template-columns: 36px 1fr 24px; gap: 14px; align-items: center; padding: 18px 6px; color: var(--school-ink); font-weight: 800; list-style: none; cursor: pointer; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; color: var(--school-blue); font-family: "Inter", sans-serif; font-size: 1.35rem; font-weight: 400; text-align: center; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list summary span { color: var(--school-blue); font-family: "Inter", sans-serif; font-size: 0.67rem; letter-spacing: 0.08em; }
.faq-list details > div { padding: 0 44px 27px 56px; }
.faq-list details p { margin: 0; color: var(--school-muted); font-size: 0.87rem; }

/* Decision */
.decision-section { background: radial-gradient(circle at 10% 10%, rgba(216, 111, 69, 0.12), transparent 27%), radial-gradient(circle at 90% 90%, rgba(22, 140, 112, 0.12), transparent 30%), var(--school-ivory); }
.decision-card { max-width: 1000px; padding: clamp(46px, 8vw, 82px); border: 1px solid var(--school-line); border-radius: 26px; background: rgba(255, 255, 255, 0.92); box-shadow: var(--school-shadow); text-align: center; }
.decision-card > p:not(.section-label) { max-width: 760px; margin: 23px auto 0; color: var(--school-muted); }
.decision-card > p strong { color: var(--school-ink); }
.decision-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 11px; margin-top: 33px; }
.decision-reassurance { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px 20px; margin: 18px 0 0; padding: 0; list-style: none; }
.decision-reassurance li { position: relative; padding-left: 16px; color: #7c8698; font-size: 0.7rem; font-weight: 700; }
.decision-reassurance li::before { content: ""; position: absolute; top: 0.75em; left: 2px; width: 6px; height: 6px; border-radius: 50%; background: var(--school-mint); }

/* Related and footer */
.related-section { padding: 70px 0; border-top: 1px solid var(--school-line); background: #fff; }
.related-section h2 { margin: 0 0 29px; font-size: 1.08rem; }
.related-links { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); overflow: hidden; border: 1px solid var(--school-line); border-radius: 15px; }
.related-links a { min-height: 175px; display: grid; align-content: center; gap: 6px; padding: 29px; text-decoration: none; transition: background 180ms ease; }
.related-links a + a { border-left: 1px solid var(--school-line); }
.related-links a:hover { background: var(--school-cloud); }
.related-links span { color: var(--school-blue); font-family: "Inter", sans-serif; font-size: 0.64rem; font-weight: 800; letter-spacing: 0.11em; }
.related-links strong { font-size: 0.9rem; line-height: 1.65; }
.related-links b { color: var(--school-muted); font-size: 0.72rem; font-weight: 700; }

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

.footer { padding: 30px 0; color: #a6b3c7; background: #081326; }
.footer p { margin: 0; font-size: 0.74rem; text-align: center; }

@media (max-width: 1050px) {
  .sales-hero-grid { grid-template-columns: 1fr; }
  .sales-hero-copy { max-width: 800px; }
  .hero-school-preview { width: min(100%, 690px); transform: none; }
  .moment-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .moment-card { min-height: 300px; }
  .format-panel { grid-template-columns: 1fr; }
  .format-copy { max-width: 760px; }
  .school-screen { width: min(100%, 760px); margin: 0 auto; }
  .trust-grid { grid-template-columns: 1fr; }
  .promise-board { width: min(100%, 700px); }
  .faq-heading { position: static; }
}

@media (max-width: 820px) {
  .starting-point-compare { grid-template-columns: 1fr; gap: 12px; }
  .start-shift { height: 72px; }
  .start-shift::before,
  .start-shift::after { top: auto; right: auto; left: calc(50% - 1px); width: 2px; height: 17px; }
  .start-shift::before { bottom: 56px; }
  .start-shift::after { top: 56px; }
  .question-value-grid { grid-template-columns: 1fr; }
  .question-value-grid article { min-height: 0; }
  .format-tabs { grid-template-columns: repeat(3, 220px); overflow-x: auto; }
  .format-tab { min-width: 220px; }
  .route-case-grid { grid-template-columns: 1fr; }
  .future-scenes article { grid-template-columns: 64px 1fr; }
  .future-scenes i { display: none; }
  .future-scenes strong { grid-column: 2; }
  .position-table { overflow-x: auto; }
  .position-row { min-width: 780px; }
  .monthly-value { grid-template-columns: 1fr; }
  .monthly-value > a { grid-column: auto; }
  .faq-layout { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
  html { scroll-padding-top: 76px; }
  body { padding-bottom: 68px; }
  .container { width: min(100% - 28px, 1180px); }
  .section-pad { padding: 78px 0; }
  .section-heading { margin-bottom: 38px; }
  .section-heading h2,
  .future-copy h2,
  .decision-card h2 { font-size: clamp(1.75rem, 8vw, 2.65rem); line-height: 1.46; }
  .section-heading > p:last-child { font-size: 0.9rem; }

  .sales-hero { padding-top: 66px; }
  .sales-hero-grid { gap: 42px; padding-bottom: 60px; }
  .sales-hero h1 { font-size: clamp(2.22rem, 11.6vw, 3.4rem); line-height: 1.28; }
  .hero-lead { font-size: 1.06rem; }
  .hero-body { font-size: 0.88rem; }
  .hero-actions { display: grid; grid-template-columns: 1fr; }
  .button { width: 100%; }
  .hero-facts { display: grid; gap: 5px; }
  .hero-school-preview { border-radius: 16px; }
  .preview-chat-body { padding: 21px 16px; }
  .chat-message p { font-size: 0.7rem; }
  .teacher-followup { margin-left: 0; }
  .hero-conclusion { min-height: 112px; display: grid; align-content: center; gap: 2px; padding: 18px 0; }

  .moment-grid { grid-template-columns: 1fr; }
  .moment-card { min-height: 265px; }
  .mirror-reframe { text-align: left; }
  .implication-board { grid-template-columns: 1fr; padding: 31px 21px; }
  .implication-flow li { grid-template-columns: 38px 1fr; }
  .implication-flow small { grid-column: 2; margin-top: -12px; }

  .start-card { padding: 28px 21px; }
  .belief-payoff { text-align: left; }

  .format-panel { gap: 35px; min-height: 0; padding: 32px 18px 40px; }
  .format-copy h3 { font-size: 1.72rem; }
  .school-screen { border-radius: 14px; }
  .screen-content { min-height: 470px; padding: 22px 14px; }
  .ui-message { grid-template-columns: 37px 1fr; gap: 8px; }
  .ui-message > span { width: 36px; }
  .ui-message p { font-size: 0.68rem; }
  .chat-logic { display: grid; grid-template-columns: 1fr; margin-left: 44px; }
  .chat-logic i { transform: rotate(90deg); }
  .reply-field { margin-left: 44px; }
  .video-chat-layout { padding: 21px 14px; }
  .lesson-video-card,
  .video-followup { margin-left: 43px; }
  .lesson-video-stage { min-height: 210px; padding: 18px; }
  .lesson-board { min-height: 160px; padding: 16px; }
  .stock-flow { flex-wrap: wrap; }
  .online-classroom { grid-template-columns: 1fr; }
  .shared-board { margin: 12px; }
  .online-sidebar { grid-template-columns: repeat(2, 1fr); padding: 0 12px 12px; }
  .understanding-status { grid-column: 1 / -1; }
  .shared-content { min-height: 300px; padding: 24px 17px; }
  .period-visual { grid-template-columns: 1fr; gap: 7px; }
  .period-visual b::before,
  .period-visual b::after { display: none; }
  .cursor-note { top: 70px; right: 20px; }

  .route-case { min-height: 0; padding: 27px 20px; }
  .case-future { margin-top: 28px; }
  .future-scenes article { padding: 16px; }
  .future-container blockquote { text-align: left; }

  .day-timeline::before { left: 15px; }
  .day-timeline li { grid-template-columns: 1fr; gap: 7px; min-height: 0; padding: 0 0 29px 38px; }
  .day-timeline li::before { top: 8px; left: 9px; }
  .day-timeline time { padding-top: 0; text-align: left; }
  .day-timeline li > div { padding: 17px; }

  .position-row > * { padding: 16px; }
  .monthly-value { padding: 27px 20px; }
  .promise-head { padding: 0 18px; }
  .promise-head span { display: none; }
  .promise-board ol { padding: 15px; }

  .faq-list summary { grid-template-columns: 28px 1fr 22px; gap: 8px; font-size: 0.86rem; }
  .faq-list details > div { padding: 0 28px 24px 36px; }

  .decision-card { padding: 43px 20px; border-radius: 20px; }
  .decision-actions { display: grid; }
  .decision-reassurance { justify-content: flex-start; text-align: left; }

  .related-links { grid-template-columns: 1fr; }
  .related-links a { min-height: 145px; padding: 24px 21px; }
  .related-links a + a { border-top: 1px solid var(--school-line); border-left: 0; }

  .mobile-cta-bar {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 850;
    display: grid;
    grid-template-columns: 1.4fr 0.6fr;
    gap: 8px;
    min-height: 68px;
    padding: 9px 12px;
    border-top: 1px solid #cbd6e7;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 -10px 30px rgba(12, 28, 53, 0.14);
    backdrop-filter: blur(12px);
  }

  .mobile-cta-bar a {
    display: grid;
    place-items: center;
    border-radius: 9px;
    color: #fff;
    background: var(--school-blue);
    font-size: 0.78rem;
    font-weight: 800;
    text-decoration: none;
  }

  .mobile-cta-bar a:last-child {
    border: 1px solid var(--school-line);
    color: var(--school-ink);
    background: #fff;
  }
}

/* Modern learning context, target segments and one-month conversion paths. */
.flexible-use-section,
.school-faq-section {
  background: #f4f7fb;
}

.school-value-section,
.final-cta-section {
  background: #fff;
}

.modern-question-value {
  display: grid;
  grid-template-columns: minmax(300px, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(34px, 6vw, 72px);
  align-items: center;
  margin-top: 20px;
  padding: clamp(34px, 6vw, 64px);
  border: 1px solid #b9c9e7;
  border-radius: 22px;
  background:
    radial-gradient(circle at 100% 0%, rgba(47, 100, 233, 0.1), transparent 33%),
    linear-gradient(140deg, #fff 0%, #f2f6ff 100%);
  box-shadow: 0 20px 54px rgba(17, 28, 54, 0.07);
}

.modern-question-copy .section-label {
  margin-bottom: 13px;
}

.modern-question-copy h3 {
  margin: 0;
  color: var(--school-ink);
  font-size: clamp(1.45rem, 2.8vw, 2.15rem);
  letter-spacing: -0.04em;
  line-height: 1.55;
}

.modern-question-copy h3 span {
  color: var(--school-blue);
}

.modern-question-copy > p:last-child {
  margin: 22px 0 0;
  color: var(--school-muted);
  font-size: 0.82rem;
  line-height: 1.95;
}

.modern-question-reasons {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
}

.modern-question-reasons article {
  min-height: 205px;
  padding: 24px 21px;
  border: 1px solid var(--school-line);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.9);
}

.modern-question-reasons small {
  color: var(--school-blue);
  font-family: "Inter", sans-serif;
  font-size: 0.5rem;
  font-weight: 800;
  letter-spacing: 0.09em;
}

.modern-question-reasons strong {
  display: block;
  margin-top: 9px;
  color: var(--school-ink);
  font-size: 0.87rem;
}

.modern-question-reasons p {
  margin: 9px 0 0;
  color: var(--school-muted);
  font-size: 0.68rem;
  line-height: 1.8;
}

.flexible-heading {
  max-width: 1000px;
}

.use-style-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.use-style-grid article {
  min-height: 415px;
  display: flex;
  flex-direction: column;
  padding: clamp(28px, 4vw, 42px);
  border: 1px solid var(--school-line);
  border-radius: 19px;
  background: #fff;
  box-shadow: 0 16px 42px rgba(17, 28, 54, 0.065);
}

.use-style-grid article:nth-child(3) {
  border-color: #9fb9f0;
  background: linear-gradient(145deg, #fff, var(--school-blue-soft));
  box-shadow: 0 20px 50px rgba(47, 100, 233, 0.11);
}

.use-style-label {
  margin: 0;
  color: var(--school-blue);
  font-family: "Inter", sans-serif;
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.use-style-grid h3 {
  margin: 15px 0 0;
  color: var(--school-ink);
  font-size: clamp(1.22rem, 2.2vw, 1.62rem);
  letter-spacing: -0.03em;
  line-height: 1.55;
}

.use-style-grid article > p:not(.use-style-label) {
  margin: 18px 0 0;
  color: var(--school-muted);
  font-size: 0.77rem;
  line-height: 1.9;
}

.use-style-grid article > strong {
  display: block;
  margin-top: auto;
  padding-top: 24px;
  border-top: 1px solid var(--school-line);
  color: var(--school-blue);
  font-size: 0.66rem;
}

.use-style-grid article > span {
  display: block;
  margin-top: 7px;
  color: #707c8f;
  font-size: 0.68rem;
  line-height: 1.75;
}

.flexible-payoff {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 44px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  margin-top: 12px;
  padding: 29px clamp(25px, 5vw, 50px);
  border-radius: 16px;
  color: #fff;
  background: linear-gradient(135deg, #14264a 0%, #1d3c72 100%);
}

.flexible-payoff div {
  display: grid;
  gap: 5px;
  text-align: center;
}

.flexible-payoff small {
  color: #8fa9d0;
  font-family: "Inter", sans-serif;
  font-size: 0.53rem;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.flexible-payoff strong {
  font-size: 0.9rem;
}

.flexible-payoff > b {
  color: #8ee4c9;
  font-size: 1.3rem;
  text-align: center;
}

.flexible-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin-top: 12px;
  padding: 23px 26px;
  border: 1px solid var(--school-line);
  border-radius: 15px;
  background: #fff;
}

.flexible-actions p {
  margin: 0;
  color: var(--school-muted);
  font-size: 0.74rem;
}

.flexible-actions .button {
  flex: 0 0 auto;
}

@media (max-width: 900px) {
  .modern-question-value {
    grid-template-columns: 1fr;
  }

  .use-style-grid {
    grid-template-columns: 1fr;
  }

  .use-style-grid article {
    min-height: 0;
  }

  .use-style-grid article > strong {
    margin-top: 24px;
  }
}

@media (max-width: 760px) {
  .modern-question-value {
    padding: 27px 18px;
  }

  .modern-question-copy h3 br {
    display: none;
  }

  .modern-question-reasons {
    grid-template-columns: 1fr;
  }

  .modern-question-reasons article {
    min-height: 0;
  }

  .flexible-payoff {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .flexible-payoff > b {
    transform: rotate(90deg);
  }

  .flexible-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .flexible-actions .button {
    width: 100%;
  }
}

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

/* 2026 school landing page: textbook-page narrative */
body {
  overflow-x: hidden;
  background: var(--school-ivory);
  font-weight: 500;
}

:focus-visible {
  outline: 3px solid rgba(47, 100, 233, 0.44);
  outline-offset: 3px;
}

.school-hero {
  position: relative;
  min-height: calc(100svh - 64px);
  display: grid;
  place-items: center;
  overflow: hidden;
  padding: clamp(88px, 11vw, 148px) 0;
  isolation: isolate;
  color: #fff;
  background:
    radial-gradient(circle at 12% 18%, rgba(47, 100, 233, 0.32), transparent 30%),
    radial-gradient(circle at 88% 80%, rgba(22, 140, 112, 0.22), transparent 28%),
    linear-gradient(145deg, #061326 0%, #0b1d3c 55%, #102d54 100%);
}

.school-hero::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  opacity: 0.18;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.09) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.09) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to bottom, transparent, #000 20%, #000 78%, transparent);
}

.school-hero::after {
  content: "?";
  position: absolute;
  z-index: -1;
  right: -0.08em;
  bottom: -0.38em;
  color: rgba(255, 255, 255, 0.025);
  font-family: "Inter", sans-serif;
  font-size: min(68vw, 760px);
  font-weight: 800;
  line-height: 1;
}

.school-hero .hero-inner {
  max-width: 980px;
  text-align: center;
}

.school-hero .eyebrow {
  color: #8eb3ff;
}

.school-hero .eyebrow::after {
  content: "";
  width: 30px;
  height: 1px;
  background: currentColor;
}

.school-hero h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(2.9rem, 6.2vw, 5.3rem);
  font-weight: 700;
  letter-spacing: -0.07em;
  line-height: 1.16;
  text-wrap: balance;
}

.school-hero .hero-statement {
  max-width: none;
  margin: 30px 0 0;
  color: #82abff;
  font-size: clamp(1.4rem, 3vw, 2.2rem);
  font-weight: 600;
  letter-spacing: -0.035em;
  line-height: 1.55;
}

.school-hero .hero-copy {
  max-width: 800px;
  display: grid;
  gap: 10px;
  margin: 30px auto 0;
  color: #c6d2e7;
  font-size: clamp(0.96rem, 1.4vw, 1.08rem);
}

.school-hero .hero-copy p {
  margin: 0;
}

.school-hero .hero-copy strong {
  color: #fff;
}

.hero-proof-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.hero-proof-list li {
  padding: 8px 14px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  color: #d7e2f4;
  background: rgba(255, 255, 255, 0.06);
  font-size: 0.76rem;
  font-weight: 700;
  backdrop-filter: blur(8px);
}

.school-hero .button-secondary,
.final-cta-section .button-secondary {
  border-color: rgba(255, 255, 255, 0.24);
  color: #fff;
  background: rgba(255, 255, 255, 0.07);
}

.school-hero .button-secondary:hover,
.final-cta-section .button-secondary:hover {
  background: rgba(255, 255, 255, 0.14);
}

.empathy-section {
  background: #fff;
}

.empathy-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(60px, 9vw, 120px);
  align-items: start;
}

.empathy-grid > div:first-child {
  position: sticky;
  top: 112px;
}

.empathy-grid h2,
.audience-heading h2,
.final-cta-card h2 {
  margin: 0;
  color: var(--school-ink);
  font-size: clamp(2.1rem, 4vw, 3.45rem);
  font-weight: 700;
  letter-spacing: -0.05em;
  line-height: 1.32;
}

.empathy-title-line {
  color: #8c96a8;
  font-size: 0.66em;
}

.empathy-title-accent {
  color: var(--school-ink);
}

.empathy-copy > p {
  margin: 0 0 22px;
  color: var(--school-muted);
  font-size: clamp(0.96rem, 1.25vw, 1.08rem);
}

.empathy-copy .empathy-lead {
  color: var(--school-ink);
  font-size: clamp(1.12rem, 1.7vw, 1.35rem);
  font-weight: 700;
  line-height: 1.8;
}

.empathy-copy strong {
  color: var(--school-ink);
}

.question-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 34px 0;
  padding: 0;
  list-style: none;
}

.question-list li {
  min-height: 148px;
  padding: 22px;
  border: 1px solid var(--school-line);
  border-radius: 14px;
  color: #657084;
  background: #fbfcfe;
  font-size: 0.79rem;
  line-height: 1.7;
}

.question-list span {
  display: block;
  margin-bottom: 8px;
  color: var(--school-blue);
  font-size: 0.88rem;
  font-weight: 800;
}

.empathy-copy .empathy-definition {
  margin: 38px 0 0;
  padding: 27px 28px;
  border-left: 4px solid var(--school-blue);
  color: #4d5b72;
  background: var(--school-blue-soft);
}

.empathy-definition > span {
  display: block;
  margin-bottom: 6px;
  color: var(--school-blue);
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.empathy-copy .empathy-conclusion {
  margin: 35px 0 0;
  color: var(--school-ink);
  font-size: clamp(1.08rem, 1.5vw, 1.28rem);
  line-height: 1.9;
}

.learning-compare-section {
  background: linear-gradient(180deg, #f1f5fc 0%, #f8f9fb 100%);
}

.compare-heading {
  max-width: 840px;
  margin-inline: auto;
  text-align: center;
}

.compare-heading > p:last-child {
  margin-inline: auto;
}

.learning-contrast {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 100px minmax(0, 1fr);
  align-items: stretch;
}

.contrast-card {
  padding: clamp(28px, 4vw, 46px);
  border: 1px solid var(--school-line);
  border-radius: 22px;
  background: #fff;
  box-shadow: var(--school-shadow-soft);
}

.contrast-card-after {
  border-color: rgba(47, 100, 233, 0.3);
  box-shadow: 0 24px 60px rgba(47, 100, 233, 0.12);
}

.contrast-label {
  margin: 0;
  color: #8993a4;
  font-size: 0.7rem;
  font-weight: 800;
}

.contrast-card-after .contrast-label {
  color: var(--school-blue);
}

.contrast-card h3 {
  margin: 12px 0 28px;
  color: var(--school-ink);
  font-size: clamp(1.45rem, 2.7vw, 2.1rem);
  letter-spacing: -0.035em;
  line-height: 1.48;
}

.contrast-card-after h3 {
  color: var(--school-blue);
}

.contrast-path {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.contrast-path li {
  position: relative;
  min-height: 96px;
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 16px;
  align-items: start;
  padding: 19px 0 19px 24px;
  border-top: 1px solid var(--school-line);
}

.contrast-path li::before {
  content: "";
  position: absolute;
  top: 28px;
  left: 2px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #aab3c1;
}

.contrast-card-after .contrast-path li::before {
  background: var(--school-mint);
}

.contrast-path b {
  color: var(--school-ink);
  font-size: 0.77rem;
}

.contrast-path span {
  color: var(--school-muted);
  font-size: 0.73rem;
  line-height: 1.7;
}

.contrast-note {
  margin: 24px 0 0;
  padding: 17px 18px;
  color: #6d5d57;
  background: var(--school-orange-soft);
  font-size: 0.75rem;
  line-height: 1.75;
}

.contrast-card-after .contrast-note {
  color: #315f53;
  background: var(--school-mint-soft);
}

.contrast-connector {
  display: grid;
  place-content: center;
  gap: 10px;
  text-align: center;
}

.contrast-connector b {
  color: var(--school-blue);
  font-size: 1.7rem;
}

.contrast-connector span {
  color: #7c8799;
  font-size: 0.62rem;
  font-weight: 800;
  writing-mode: vertical-rl;
}

.question-value-message {
  max-width: 920px;
  margin: 74px auto 0;
  padding: clamp(34px, 6vw, 60px);
  border: 1px solid var(--school-line);
  border-radius: 22px;
  background: #fff;
  text-align: center;
}

.question-value-message > p {
  margin: 0 0 6px;
  color: var(--school-muted);
}

.question-value-message strong {
  color: var(--school-ink);
}

.question-value-message blockquote {
  margin: 26px 0;
  padding: 24px 0;
  border-top: 1px solid var(--school-line);
  border-bottom: 1px solid var(--school-line);
  color: var(--school-ink);
  font-size: clamp(1.2rem, 2.2vw, 1.7rem);
  font-weight: 700;
  line-height: 1.7;
}

.question-value-message blockquote span {
  color: var(--school-blue);
}

.question-value-message > a {
  color: var(--school-blue);
  font-size: 0.8rem;
  font-weight: 800;
}

.strength-section {
  color: #fff;
  background:
    radial-gradient(circle at 90% 12%, rgba(47, 100, 233, 0.2), transparent 26%),
    linear-gradient(160deg, #071429, #0b1a31 65%, #0f2646);
}

.section-heading-light h2 {
  color: #fff;
}

.section-heading-light > p:last-child {
  color: #aebbd0;
}

.support-tab-shell {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.04);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.24);
}

.support-tab-scroll {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
}

.support-tab {
  min-height: 104px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 5px;
  padding: 18px 10px;
  border: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.12);
  color: #91a0b7;
  background: transparent;
  font-size: 0.71rem;
  font-weight: 700;
  cursor: pointer;
}

.support-tab:last-child {
  border-right: 0;
}

.support-tab span {
  color: #637590;
  font-family: "Inter", sans-serif;
  font-size: 0.62rem;
}

.support-tab:hover,
.support-tab.is-active {
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
}

.support-tab.is-active {
  box-shadow: inset 0 -3px 0 #72d5b4;
}

.support-tab.is-active span {
  color: #72d5b4;
}

.support-panel {
  display: grid;
  grid-template-columns: minmax(300px, 0.75fr) minmax(0, 1.25fr);
  gap: clamp(42px, 6vw, 76px);
  align-items: center;
  min-height: 700px;
  padding: clamp(36px, 6vw, 72px);
}

.is-enhanced .support-panel:not(.is-active),
.is-enhanced .method-item:not(.is-active) {
  display: none;
}

.support-copy .panel-number {
  color: #72d5b4;
}

.support-copy h3 {
  margin: 0;
  color: #fff;
  font-size: clamp(1.8rem, 3.3vw, 2.65rem);
  letter-spacing: -0.045em;
  line-height: 1.42;
}

.support-copy > p:not(.panel-number):not(.panel-outcome) {
  margin: 20px 0 0;
  color: #b4c0d3;
  font-size: 0.86rem;
}

.panel-points {
  display: grid;
  gap: 8px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.panel-points li {
  position: relative;
  padding-left: 23px;
  color: #e4eaf4;
  font-size: 0.77rem;
  font-weight: 700;
}

.panel-points li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #72d5b4;
  font-weight: 800;
}

.support-copy .panel-outcome {
  margin: 28px 0 0;
  padding: 17px 18px;
  border-left: 3px solid #72d5b4;
  color: #fff;
  background: rgba(255, 255, 255, 0.06);
  font-size: 0.82rem;
  font-weight: 800;
}

.support-controls {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.support-controls button {
  border: 0;
  color: #c4d0e0;
  background: transparent;
  font-size: 0.73rem;
  font-weight: 800;
  cursor: pointer;
}

.support-controls button:hover {
  color: #fff;
}

.support-controls p {
  min-width: 74px;
  margin: 0;
  color: #71819a;
  font-family: "Inter", sans-serif;
  font-size: 0.7rem;
  text-align: center;
}

.support-controls strong {
  color: #72d5b4;
  font-size: 1.15rem;
}

.school-screen {
  overflow: hidden;
  width: 100%;
  border: 1px solid #cad5e5;
  border-radius: 18px;
  background: #fff;
}

.question-compose-screen,
.dialogue-screen,
.check-screen,
.route-screen {
  min-height: 500px;
}

.compose-body,
.dialogue-body,
.check-body,
.route-body,
.method-chat-body,
.method-video-body {
  min-height: 450px;
  display: grid;
  align-content: center;
  gap: 15px;
  padding: clamp(22px, 4vw, 36px);
  background: #fff;
}

.selected-topic,
.route-answer {
  display: grid;
  gap: 3px;
  padding: 14px 16px;
  border: 1px solid var(--school-line);
  border-radius: 10px;
  background: #f8fafc;
}

.selected-topic span,
.route-answer span {
  color: var(--school-muted);
  font-size: 0.6rem;
  font-weight: 800;
}

.selected-topic strong,
.route-answer strong {
  color: #2d4265;
  font-size: 0.78rem;
}

.compose-message {
  min-height: 150px;
  display: grid;
  align-content: space-between;
  padding: 18px;
  border: 1px solid #bfcbe0;
  border-radius: 11px;
}

.compose-message p,
.compose-message small,
.compose-send p {
  margin: 0;
}

.compose-message p {
  color: #394a66;
  font-size: 0.76rem;
}

.compose-message small {
  color: #99a3b2;
  font-size: 0.59rem;
}

.attachment-row {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.attachment-row span {
  padding: 7px 10px;
  border: 1px solid var(--school-line);
  border-radius: 7px;
  color: #647187;
  background: #f8fafc;
  font-size: 0.58rem;
  font-weight: 700;
}

.compose-send {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.compose-send p {
  max-width: 280px;
  color: var(--school-muted);
  font-size: 0.6rem;
}

.compose-send button {
  flex: 0 0 auto;
  padding: 10px 14px;
  border: 0;
  border-radius: 8px;
  color: #fff;
  background: var(--school-blue);
  font-size: 0.66rem;
  font-weight: 800;
}

.dialogue-body {
  gap: 12px;
}

.diagnosis-path {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-left: 55px;
  padding: 14px;
  border: 1px solid #b9dacd;
  border-radius: 10px;
  background: var(--school-mint-soft);
}

.diagnosis-path span,
.diagnosis-path strong {
  color: #36695b;
  font-size: 0.62rem;
}

.diagnosis-path i {
  color: #87a69d;
  font-style: normal;
}

.diagnosis-note {
  margin: 0 0 0 55px;
  color: var(--school-muted);
  font-size: 0.6rem;
}

.support-format-panel {
  align-items: start;
}

.method-buttons {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 6px;
  margin-top: 25px;
}

.method-buttons button {
  min-height: 48px;
  padding: 8px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  color: #9cabc0;
  background: rgba(255, 255, 255, 0.04);
  font-size: 0.66rem;
  font-weight: 800;
  cursor: pointer;
}

.method-buttons button:hover,
.method-buttons button.is-active {
  border-color: #72d5b4;
  color: #fff;
  background: rgba(114, 213, 180, 0.12);
}

.method-stage {
  min-width: 0;
}

.method-chat-body,
.method-video-body {
  min-height: 470px;
}

.method-caption {
  margin: 13px 0 0;
  color: #9eacc0;
  font-size: 0.68rem;
  text-align: center;
}

.method-caption strong {
  color: #fff;
}

.mini-avatar {
  flex: 0 0 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 9px;
  color: #fff;
  background: var(--school-blue);
  font-size: 0.61rem;
  font-weight: 800;
}

.check-question {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 12px;
  align-items: center;
  padding: 16px;
  border-radius: 10px;
  color: #31445f;
  background: #f4f7fb;
}

.check-question span {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--school-blue);
  font-family: "Inter", sans-serif;
  font-size: 0.7rem;
  font-weight: 800;
}

.check-question p,
.reason-input p,
.route-note {
  margin: 0;
  font-size: 0.69rem;
}

.answer-options {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}

.answer-options button {
  min-height: 48px;
  border: 1px solid #cbd5e3;
  border-radius: 9px;
  color: #40516d;
  background: #fff;
  font-size: 0.7rem;
  font-weight: 800;
}

.reason-input {
  padding: 14px 16px;
  border: 1px dashed #b7c4d5;
  border-radius: 9px;
}

.reason-input span {
  color: var(--school-mint);
  font-size: 0.58rem;
  font-weight: 800;
}

.reason-input p {
  margin-top: 5px;
  color: #8190a5;
}

.check-next {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  padding: 14px 16px;
  color: #2f5c50;
  background: var(--school-mint-soft);
  font-size: 0.62rem;
}

.check-next span {
  flex: 0 0 auto;
  color: var(--school-mint);
  font-weight: 800;
}

.route-body {
  align-content: center;
}

.route-arrow {
  color: var(--school-blue);
  font-size: 1.2rem;
  text-align: center;
}

.route-destinations {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.route-destinations article {
  min-height: 145px;
  display: grid;
  align-content: center;
  gap: 6px;
  padding: 14px;
  border: 1px solid var(--school-line);
  border-radius: 10px;
  background: #f8fafc;
}

.route-destinations span {
  color: var(--school-blue);
  font-size: 0.54rem;
  font-weight: 800;
}

.route-destinations strong {
  color: #2f4262;
  font-size: 0.67rem;
}

.route-destinations small {
  color: #8995a7;
  font-size: 0.53rem;
}

.route-note {
  padding: 13px 15px;
  color: #315d52;
  background: var(--school-mint-soft);
}

.audience-section {
  background: #fff;
}

.audience-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.78fr) minmax(0, 1.22fr);
  gap: clamp(56px, 9vw, 110px);
  align-items: start;
}

.audience-heading > p:last-child {
  margin: 24px 0 0;
  color: var(--school-muted);
}

.audience-checks {
  padding: clamp(30px, 5vw, 48px);
  border: 1px solid var(--school-line);
  border-radius: 22px;
  background: #f8fafc;
}

.audience-checks h3 {
  margin: 0 0 20px;
  color: var(--school-ink);
  font-size: 1.12rem;
}

.audience-checks ul {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.audience-checks li {
  position: relative;
  padding: 15px 0 15px 35px;
  border-top: 1px solid var(--school-line);
  color: #556176;
  font-size: 0.84rem;
}

.audience-checks li::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 4px;
  width: 15px;
  height: 15px;
  border: 2px solid #8cb0fb;
  border-radius: 4px;
  background: #fff;
}

.audience-checks > p {
  margin: 25px 0 0;
  padding: 20px;
  color: #345f54;
  background: var(--school-mint-soft);
  font-size: 0.82rem;
}

.product-section {
  background: var(--school-ivory);
}

.product-heading {
  max-width: 760px;
}

.product-info {
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0;
  border: 1px solid var(--school-line);
  border-radius: 18px;
  background: #fff;
}

.product-info > div {
  min-height: 156px;
  padding: 27px 30px;
  border-bottom: 1px solid var(--school-line);
}

.product-info > div:nth-child(odd) {
  border-right: 1px solid var(--school-line);
}

.product-info > div:nth-last-child(-n + 2) {
  border-bottom: 0;
}

.product-info dt {
  color: var(--school-blue);
  font-size: 0.76rem;
  font-weight: 800;
}

.product-info dd {
  margin: 8px 0 0;
  color: var(--school-muted);
  font-size: 0.8rem;
}

.product-note {
  margin: 13px 0 0;
  color: #8b94a3;
  font-size: 0.68rem;
}

.school-faq-section {
  background: #fff;
}

.school-faq-grid {
  display: grid;
  grid-template-columns: minmax(260px, 0.68fr) minmax(0, 1.32fr);
  gap: clamp(52px, 9vw, 110px);
  align-items: start;
}

.school-faq-heading {
  position: sticky;
  top: 110px;
}

.school-faq-heading h2 {
  margin: 0;
  color: var(--school-ink);
  font-size: clamp(2rem, 3.8vw, 3.25rem);
  letter-spacing: -0.045em;
  line-height: 1.35;
}

.school-faq-heading > p:last-child {
  margin: 23px 0 0;
  color: var(--school-muted);
}

.school-faq-list {
  border-top: 1px solid #bcc8d9;
}

.school-faq-list details {
  border-bottom: 1px solid #bcc8d9;
}

.school-faq-list summary {
  min-height: 96px;
  display: grid;
  grid-template-columns: 38px 1fr 24px;
  gap: 14px;
  align-items: center;
  padding: 19px 5px;
  color: var(--school-ink);
  font-size: 0.91rem;
  font-weight: 800;
  list-style: none;
  cursor: pointer;
}

.school-faq-list summary::-webkit-details-marker {
  display: none;
}

.school-faq-list summary::after {
  content: "+";
  color: var(--school-blue);
  font-family: "Inter", sans-serif;
  font-size: 1.35rem;
  font-weight: 400;
  text-align: center;
}

.school-faq-list details[open] summary::after {
  content: "−";
}

.school-faq-list summary span {
  color: var(--school-blue);
  font-family: "Inter", sans-serif;
  font-size: 0.72rem;
}

.school-faq-list details > div {
  padding: 0 44px 30px 57px;
}

.school-faq-list details p {
  margin: 0;
  color: var(--school-muted);
  font-size: 0.85rem;
}

.final-cta-section {
  color: #fff;
  background: #07152a;
}

.final-cta-card {
  max-width: 980px;
  text-align: center;
}

.final-cta-card h2 {
  color: #fff;
  font-size: clamp(2.4rem, 5.5vw, 4.5rem);
}

.final-cta-card > p {
  max-width: 720px;
  margin: 24px auto 0;
  color: #b8c5d8;
}

.final-quotes {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin-top: 30px;
}

.final-quotes span {
  padding: 9px 14px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  color: #d2dceb;
  background: rgba(255, 255, 255, 0.05);
  font-size: 0.7rem;
  font-weight: 700;
}

@media (max-width: 1050px) {
  .support-panel {
    grid-template-columns: 1fr;
  }

  .support-copy {
    max-width: 760px;
  }

  .support-panel .school-screen,
  .method-stage {
    width: min(100%, 760px);
    margin-inline: auto;
  }
}

@media (max-width: 820px) {
  .empathy-grid,
  .audience-grid,
  .school-faq-grid {
    grid-template-columns: 1fr;
  }

  .empathy-grid > div:first-child,
  .school-faq-heading {
    position: static;
  }

  .learning-contrast {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .contrast-connector {
    min-height: 72px;
  }

  .contrast-connector b {
    transform: rotate(90deg);
  }

  .contrast-connector span {
    writing-mode: horizontal-tb;
  }

  .support-tab-scroll {
    grid-template-columns: repeat(5, 190px);
    overflow-x: auto;
    scrollbar-width: thin;
  }

  .support-tab {
    min-width: 190px;
  }
}

@media (max-width: 760px) {
  .school-hero {
    min-height: auto;
    padding: 78px 0 84px;
  }

  .school-hero h1 {
    font-size: clamp(2.05rem, 8.4vw, 3.2rem);
    line-height: 1.24;
  }

  .school-hero .hero-statement {
    font-size: 1.25rem;
  }

  .school-hero .hero-copy br {
    display: none;
  }

  .hero-proof-list {
    display: grid;
  }

  .hero-proof-list li {
    text-align: left;
  }

  .hero-proof-list li::before {
    content: "✓";
    margin-right: 8px;
    color: #72d5b4;
  }

  .empathy-grid h2,
  .audience-heading h2,
  .final-cta-card h2 {
    font-size: clamp(1.9rem, 9vw, 2.75rem);
  }

  .question-list {
    grid-template-columns: 1fr;
  }

  .question-list li {
    min-height: 0;
  }

  .empathy-copy .empathy-definition {
    padding: 22px 19px;
  }

  .contrast-card {
    padding: 27px 20px;
  }

  .contrast-path li {
    grid-template-columns: 76px 1fr;
    gap: 10px;
    padding-left: 20px;
  }

  .question-value-message {
    margin-top: 50px;
    padding: 30px 20px;
  }

  .support-tab-shell {
    margin-inline: -5px;
    border-radius: 16px;
  }

  .support-panel {
    gap: 34px;
    min-height: 0;
    padding: 38px 16px;
  }

  .support-copy h3 {
    font-size: 1.75rem;
  }

  .method-buttons {
    grid-template-columns: 1fr;
  }

  .compose-body,
  .dialogue-body,
  .check-body,
  .route-body,
  .method-chat-body,
  .method-video-body {
    min-height: 420px;
    padding: 20px 13px;
  }

  .compose-send {
    align-items: stretch;
    flex-direction: column;
  }

  .compose-send button {
    min-height: 44px;
  }

  .diagnosis-path {
    flex-wrap: wrap;
    margin-left: 44px;
  }

  .diagnosis-note {
    margin-left: 44px;
  }

  .lesson-video-card {
    margin-left: 0;
  }

  .lesson-video-stage {
    padding: 12px;
  }

  .route-destinations {
    grid-template-columns: 1fr;
  }

  .route-destinations article {
    min-height: 100px;
  }

  .product-info {
    grid-template-columns: 1fr;
  }

  .product-info > div,
  .product-info > div:nth-child(odd),
  .product-info > div:nth-last-child(-n + 2) {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid var(--school-line);
  }

  .product-info > div:last-child {
    border-bottom: 0;
  }

  .final-quotes {
    display: grid;
  }
}

/* Match the textbook page's section-title rhythm and hierarchy. */
.section-heading {
  max-width: 1180px;
  margin-bottom: 48px;
}

.section-heading h2,
.empathy-grid h2,
.audience-heading h2,
.school-faq-heading h2,
.final-cta-card h2 {
  margin: 0;
  font-size: clamp(2.1rem, 4vw, 3.35rem);
  font-weight: 700;
  letter-spacing: -0.045em;
  line-height: 1.28;
}

.section-heading > p:last-child,
.audience-heading > p:last-child,
.school-faq-heading > p:last-child {
  max-width: 780px;
  margin: 20px 0 0;
  line-height: 1.85;
}

.empathy-grid > div:first-child::before,
.compare-heading::before,
.audience-heading::before,
.product-heading::before,
.school-faq-heading::before {
  content: "";
  width: 46px;
  height: 4px;
  display: block;
  margin-bottom: 22px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--school-blue), #76a5ff);
}

.empathy-grid {
  grid-template-columns: 1fr;
  gap: clamp(38px, 5vw, 58px);
}

.empathy-grid > div:first-child {
  position: static;
}

.empathy-title-line {
  color: var(--school-ink);
  font-size: 1em;
}

.empathy-title-accent {
  color: var(--school-blue);
}

.empathy-copy {
  width: min(100%, 960px);
  display: grid;
  gap: 24px;
  line-height: 1.9;
}

.empathy-copy > p,
.empathy-copy .empathy-lead,
.empathy-copy .empathy-definition,
.empathy-copy .empathy-conclusion,
.question-list {
  margin: 0;
}

.empathy-copy .empathy-lead {
  max-width: 780px;
  font-size: 1.22rem;
  line-height: 1.75;
}

.question-list li {
  min-height: 118px;
  background: linear-gradient(135deg, #fff 0%, #f7faff 100%);
}

.compare-heading {
  max-width: 1180px;
  margin-inline: 0;
  text-align: left;
}

.compare-heading > p:last-child {
  max-width: 780px;
  margin-inline: 0;
}

.question-value-message {
  position: relative;
  overflow: hidden;
  max-width: none;
  padding: clamp(38px, 6vw, 64px);
  border-radius: 26px;
  background:
    radial-gradient(circle at 100% 0%, rgba(47, 100, 233, 0.08), transparent 31%),
    #fff;
  text-align: left;
}

.question-value-message::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 5px;
  background: linear-gradient(180deg, var(--school-blue), var(--school-mint));
}

.question-value-message .question-value-label {
  margin: 0 0 15px;
  color: var(--school-blue);
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.question-value-message h3 {
  max-width: 820px;
  margin: 0;
  color: var(--school-ink);
  font-size: clamp(1.85rem, 3.5vw, 2.85rem);
  letter-spacing: -0.045em;
  line-height: 1.34;
}

.question-value-message h3 span + span {
  margin-left: 0.35em;
}

.question-value-message .question-value-lead {
  max-width: 860px;
  margin: 20px 0 0;
  color: var(--school-muted);
  font-size: 1rem;
  line-height: 1.9;
}

.question-value-route {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin: 36px 0 0;
  padding: 0;
  list-style: none;
}

.question-value-route li {
  position: relative;
  min-height: 148px;
  display: grid;
  align-content: center;
  gap: 6px;
  padding: 22px 20px;
  border: 1px solid #d9e1ed;
  border-radius: 16px;
  background: #f8fafc;
}

.question-value-route li:not(:last-child)::after {
  content: "→";
  position: absolute;
  z-index: 1;
  top: 50%;
  right: -18px;
  width: 26px;
  height: 26px;
  display: grid;
  place-items: center;
  border: 1px solid #d6dfed;
  border-radius: 50%;
  color: var(--school-blue);
  background: #fff;
  font-size: 0.68rem;
  transform: translateY(-50%);
}

.question-value-route small,
.question-value-benefits small {
  color: #8c98aa;
  font-family: "Inter", sans-serif;
  font-size: 0.56rem;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.question-value-route strong {
  color: var(--school-ink);
  font-size: 0.86rem;
}

.question-value-route span {
  color: var(--school-muted);
  font-size: 0.7rem;
  line-height: 1.65;
}

.question-value-route .question-value-route-focus {
  border-color: #a9c2fa;
  background: var(--school-blue-soft);
}

.question-value-route-focus small,
.question-value-route-focus strong {
  color: var(--school-blue);
}

.question-value-route .question-value-route-goal {
  border-color: #a7d7c8;
  background: var(--school-mint-soft);
}

.question-value-route-goal small,
.question-value-route-goal strong {
  color: var(--school-mint);
}

.question-value-message .question-value-result-label {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 28px 0 0;
  color: #66748a;
  font-size: 0.7rem;
  font-weight: 800;
}

.question-value-result-label::after {
  content: "";
  flex: 1;
  height: 1px;
  background: var(--school-line);
}

.question-value-benefits {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin: 13px 0 0;
  padding: 0;
  list-style: none;
}

.question-value-benefits li {
  min-height: 118px;
  display: grid;
  align-content: center;
  gap: 5px;
  padding: 18px 20px;
  border-top: 3px solid #c9d8f7;
  border-radius: 4px 4px 12px 12px;
  background: #f8faff;
}

.question-value-benefits strong {
  color: var(--school-blue);
  font-size: 0.91rem;
}

.question-value-benefits span {
  color: var(--school-muted);
  font-size: 0.7rem;
  line-height: 1.75;
}

.question-value-message blockquote {
  margin: 30px 0 24px;
  padding: 25px 28px;
  border: 0;
  border-left: 4px solid var(--school-blue);
  border-radius: 0 14px 14px 0;
  background: linear-gradient(120deg, #eef4ff 0%, #f4fbf8 100%);
  font-size: clamp(1.1rem, 1.8vw, 1.38rem);
  text-align: left;
}

.audience-grid,
.school-faq-grid {
  grid-template-columns: 1fr;
  gap: clamp(30px, 4vw, 48px);
}

.school-faq-heading {
  position: static;
}

.product-heading {
  max-width: 1180px;
}

.strength-section .section-heading {
  max-width: none;
}

.final-cta-section {
  background: #f4f7fb;
}

.final-cta-card {
  position: relative;
  overflow: hidden;
  max-width: none;
  padding: clamp(50px, 8vw, 96px);
  border-radius: 34px;
  background:
    radial-gradient(circle at 100% 0%, rgba(114, 213, 180, 0.24), transparent 32%),
    linear-gradient(145deg, #101b36 0%, #1c3267 100%);
  box-shadow: 0 36px 90px rgba(17, 28, 54, 0.22);
  text-align: left;
}

.final-cta-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 5px;
  background: linear-gradient(180deg, #72d5b4, #5e92ff);
}

.final-cta-card > p {
  max-width: 760px;
  margin: 24px 0 0;
}

.final-cta-card .final-quotes,
.final-cta-card .hero-actions {
  justify-content: flex-start;
}

@media (max-width: 760px) {
  .section-heading {
    margin-bottom: 38px;
  }

  .section-heading h2,
  .empathy-grid h2,
  .audience-heading h2,
  .school-faq-heading h2,
  .final-cta-card h2 {
    font-size: clamp(1.82rem, 7.9vw, 2rem);
    line-height: 1.4;
  }

  .empathy-grid > div:first-child::before,
  .compare-heading::before,
  .audience-heading::before,
  .product-heading::before,
  .school-faq-heading::before {
    margin-bottom: 18px;
  }

  .empathy-title-line {
    display: inline-block;
    white-space: nowrap;
  }

  .empathy-copy .empathy-lead {
    font-size: 1.06rem;
  }

  .question-value-message {
    padding: 28px 18px;
  }

  .question-value-message .question-value-label {
    margin-bottom: 12px;
  }

  .question-value-message h3 {
    margin-top: 0;
    font-size: 1.72rem;
  }

  .question-value-message h3 span {
    display: block;
  }

  .question-value-message h3 span + span {
    margin-left: 0;
  }

  .question-value-message h3 br {
    display: none;
  }

  .question-value-route {
    grid-template-columns: 1fr;
    margin-top: 28px;
  }

  .question-value-route li {
    min-height: 112px;
  }

  .question-value-route li:not(:last-child)::after {
    top: auto;
    right: auto;
    bottom: -19px;
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
  }

  .question-value-benefits {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .question-value-benefits li {
    min-height: 0;
    padding: 17px 14px;
  }

  .question-value-message blockquote {
    padding: 22px 18px;
  }

  .final-cta-card {
    padding: 44px 22px;
    border-radius: 24px;
  }
}

/* Section rhythm and the light textbook-style support tab design. */
.empathy-section,
.question-value-section,
.audience-section,
.school-faq-section {
  background: #fff;
}

.learning-compare-section,
.strength-section,
.product-section,
.final-cta-section {
  background: #f4f7fb;
}

.question-value-message {
  overflow: visible;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.question-value-message::before {
  display: none;
}

.question-value-message .question-value-label {
  position: relative;
  padding-top: 26px;
}

.question-value-message .question-value-label::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 46px;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--school-blue), #76a5ff);
}

.strength-section {
  color: var(--school-ink);
}

.strength-section::after {
  display: none;
}

.section-heading-light h2 {
  color: var(--school-ink);
}

.section-heading-light > p:last-child {
  color: var(--school-muted);
}

.support-tab-shell {
  border-color: var(--school-line);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 22px 60px rgba(17, 28, 54, 0.1);
}

.support-tab-scroll {
  border-bottom-color: var(--school-line);
}

.support-tab {
  min-height: 92px;
  align-content: center;
  padding: 16px 13px;
  border-right-color: var(--school-line);
  color: #71809a;
  background: #fff;
  font-size: 0.78rem;
  font-weight: 600;
  line-height: 1.45;
  text-align: left;
}

.support-tab span {
  color: #9ba7bb;
  font-size: 0.68rem;
}

.support-tab:hover,
.support-tab.is-active {
  color: var(--school-ink);
  background: #f1f5ff;
}

.support-tab.is-active {
  box-shadow: inset 0 -3px var(--school-blue);
}

.support-tab.is-active span {
  color: var(--school-blue);
}

.support-panel {
  min-height: 0;
  padding: clamp(32px, 5vw, 66px);
  background: #fff;
}

.support-copy .panel-number {
  color: var(--school-blue);
}

.support-copy h3 {
  color: var(--school-ink);
  font-size: clamp(1.8rem, 3vw, 2.55rem);
  line-height: 1.35;
}

.support-copy > p:not(.panel-number):not(.panel-outcome) {
  color: var(--school-muted);
  font-size: 0.96rem;
  line-height: 1.9;
}

.panel-points {
  gap: 10px;
  margin-top: 26px;
  padding-top: 20px;
  border-top: 1px solid var(--school-line);
}

.panel-points li {
  color: var(--school-ink);
  font-size: 0.86rem;
}

.panel-points li::before {
  color: var(--school-blue);
}

.support-copy .panel-outcome {
  margin-top: 26px;
  padding: 24px 26px;
  border: 0;
  border-radius: 16px;
  color: var(--school-ink);
  background: linear-gradient(100deg, #e2f7ef 0%, #eef5ff 100%);
  box-shadow: inset 4px 0 0 var(--school-blue);
  font-size: 0.94rem;
}

.method-buttons button {
  border-color: var(--school-line);
  color: #71809a;
  background: #fff;
}

.method-buttons button:hover,
.method-buttons button.is-active {
  border-color: #a9c2fa;
  color: var(--school-blue);
  background: var(--school-blue-soft);
}

.method-caption {
  color: var(--school-muted);
}

.method-caption strong {
  color: var(--school-ink);
}

.school-screen {
  box-shadow: 0 20px 50px rgba(17, 28, 54, 0.12);
}

.support-controls {
  border-top-color: var(--school-line);
}

.support-controls button {
  color: #71809a;
}

.support-controls button:hover {
  color: var(--school-blue);
}

.support-controls p {
  color: #9ba7bb;
}

.support-controls strong {
  color: var(--school-blue);
}

@media (max-width: 760px) {
  .question-value-message .question-value-label {
    padding-top: 22px;
  }

  .support-tab {
    text-align: center;
  }

  .support-copy .panel-outcome {
    padding: 21px 20px;
  }
}

/* Outcome-led school page: future first, then the reason question-first works. */
.empathy-section,
.question-logic-section,
.school-journey-section,
.product-section,
.final-cta-section {
  background: #fff;
}

.learning-future-section,
.strength-section,
.audience-section,
.school-faq-section {
  background: #f4f7fb;
}

.future-heading,
.question-logic-heading,
.journey-heading {
  max-width: 980px;
}

.future-heading .section-label,
.question-logic-heading .section-label,
.journey-heading .section-label,
.strength-section .section-label {
  margin-bottom: 18px;
  color: var(--school-blue);
}

.future-benefit-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.future-benefit-grid article {
  min-height: 500px;
  display: flex;
  flex-direction: column;
  padding: clamp(28px, 3.4vw, 42px);
  border: 1px solid var(--school-line);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 18px 46px rgba(17, 28, 54, 0.07);
}

.future-benefit-grid article:nth-child(2) {
  border-color: #b9cdf8;
  box-shadow: 0 22px 54px rgba(47, 100, 233, 0.11);
}

.future-benefit-grid article:nth-child(3) {
  border-color: #b9dacd;
}

.future-benefit-number {
  margin: 0;
  color: var(--school-blue);
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.11em;
}

.future-benefit-grid article:nth-child(3) .future-benefit-number {
  color: var(--school-mint);
}

.future-benefit-grid h3 {
  margin: 17px 0 0;
  color: var(--school-ink);
  font-size: clamp(1.38rem, 2.3vw, 1.86rem);
  letter-spacing: -0.035em;
  line-height: 1.52;
}

.future-benefit-grid article > p:not(.future-benefit-number) {
  margin: 19px 0 0;
  color: var(--school-muted);
  font-size: 0.82rem;
  line-height: 1.9;
}

.future-benefit-grid article > div {
  display: grid;
  grid-template-columns: 65px 1fr;
  gap: 6px 12px;
  align-items: start;
  margin-top: auto;
  padding-top: 26px;
  border-top: 1px solid var(--school-line);
}

.future-benefit-grid article > div span {
  color: #8b96a7;
  font-family: "Inter", sans-serif;
  font-size: 0.56rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.future-benefit-grid article > div span:last-of-type {
  color: var(--school-blue);
}

.future-benefit-grid article > div b,
.future-benefit-grid article > div strong {
  font-size: 0.72rem;
  line-height: 1.7;
}

.future-benefit-grid article > div b {
  color: #7a8495;
}

.future-benefit-grid article > div strong {
  color: var(--school-ink);
}

.future-benefit-grid article > div i {
  grid-column: 1 / -1;
  height: 22px;
  color: #a9b4c5;
  font-style: normal;
  line-height: 1;
  text-align: center;
  transform: rotate(90deg);
}

.future-payoff {
  display: grid;
  grid-template-columns: minmax(190px, 0.55fr) minmax(0, 1.1fr) minmax(230px, 0.8fr);
  gap: 24px;
  align-items: center;
  margin-top: 20px;
  padding: 29px clamp(26px, 4vw, 46px);
  border-radius: 17px;
  color: #fff;
  background:
    radial-gradient(circle at 100% 0%, rgba(114, 213, 180, 0.2), transparent 34%),
    linear-gradient(135deg, #14264a 0%, #1d3c72 100%);
}

.future-payoff p,
.future-payoff strong,
.future-payoff span {
  margin: 0;
}

.future-payoff p {
  color: #92a8ca;
  font-size: 0.68rem;
  font-weight: 800;
}

.future-payoff strong {
  font-size: clamp(1.05rem, 1.8vw, 1.35rem);
  line-height: 1.65;
}

.future-payoff span {
  color: #c3cfe0;
  font-size: 0.76rem;
  line-height: 1.75;
}

.question-logic-message {
  display: grid;
  grid-template-columns: minmax(300px, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(42px, 7vw, 84px);
  align-items: center;
  padding: clamp(34px, 6vw, 68px);
  border: 1px solid var(--school-line);
  border-radius: 24px;
  background: linear-gradient(135deg, #fff 0%, #f8faff 100%);
  box-shadow: 0 20px 54px rgba(17, 28, 54, 0.07);
}

.question-logic-intro > p:first-child {
  margin: 0 0 15px;
  color: var(--school-blue);
  font-size: 0.72rem;
  font-weight: 800;
}

.question-logic-intro h3 {
  margin: 0;
  color: var(--school-ink);
  font-size: clamp(1.45rem, 2.65vw, 2.12rem);
  letter-spacing: -0.04em;
  line-height: 1.58;
}

.question-logic-intro > p:last-child {
  margin: 22px 0 0;
  color: var(--school-muted);
  font-size: 0.84rem;
  line-height: 1.95;
}

.question-logic-route {
  position: relative;
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.question-logic-route::before {
  content: "";
  position: absolute;
  top: 24px;
  bottom: 24px;
  left: 29px;
  width: 1px;
  background: #b9c9e4;
}

.question-logic-route li {
  position: relative;
  display: grid;
  grid-template-columns: 62px 1fr;
  gap: 2px 14px;
  align-items: center;
  min-height: 88px;
  padding: 16px 19px;
  border: 1px solid var(--school-line);
  border-radius: 13px;
  background: #fff;
}

.question-logic-route li::before {
  content: "";
  position: absolute;
  top: 34px;
  left: 25px;
  z-index: 1;
  width: 9px;
  height: 9px;
  border: 3px solid #fff;
  border-radius: 50%;
  background: var(--school-blue);
  box-shadow: 0 0 0 1px #9cb5e5;
}

.question-logic-route li:nth-child(n + 4)::before {
  background: var(--school-mint);
}

.question-logic-route small {
  grid-row: 1 / span 2;
  padding-left: 22px;
  color: #8490a3;
  font-family: "Inter", sans-serif;
  font-size: 0.53rem;
  font-weight: 800;
  letter-spacing: 0.06em;
}

.question-logic-route strong {
  color: var(--school-ink);
  font-size: 0.79rem;
}

.question-logic-route span {
  color: var(--school-muted);
  font-size: 0.67rem;
  line-height: 1.65;
}

.question-logic-payoff {
  display: grid;
  grid-template-columns: 0.65fr 1.35fr;
  gap: 8px 34px;
  align-items: center;
  margin: 20px 0 0;
  padding: 30px clamp(26px, 5vw, 54px);
  border: 0;
  border-left: 5px solid var(--school-blue);
  border-radius: 0 17px 17px 0;
  background: linear-gradient(120deg, var(--school-blue-soft), var(--school-mint-soft));
}

.question-logic-payoff p {
  margin: 0;
  color: #6d7a90;
  font-size: 0.74rem;
  font-weight: 700;
}

.question-logic-payoff strong {
  color: var(--school-ink);
  font-size: clamp(1.02rem, 1.8vw, 1.3rem);
  line-height: 1.65;
}

.question-logic-payoff a {
  grid-column: 2;
  color: var(--school-blue);
  font-size: 0.74rem;
  font-weight: 800;
}

.strength-section .section-heading-light h2 {
  color: var(--school-ink);
}

.strength-section .section-heading-light h2 span {
  color: var(--school-blue);
}

.strength-section .section-heading-light > p:last-child {
  color: var(--school-muted);
}

.school-journey-section {
  position: relative;
}

.journey-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.journey-steps li {
  position: relative;
  min-height: 330px;
  display: grid;
  align-content: start;
  gap: 20px;
  padding: 28px 24px;
  border: 1px solid var(--school-line);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 15px 38px rgba(17, 28, 54, 0.065);
}

.journey-steps li:not(:last-child)::after {
  content: "→";
  position: absolute;
  z-index: 2;
  top: 43px;
  right: -20px;
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border: 1px solid var(--school-line);
  border-radius: 50%;
  color: var(--school-blue);
  background: #fff;
  font-size: 0.68rem;
}

.journey-steps li > span {
  width: 43px;
  height: 43px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  color: var(--school-blue);
  background: var(--school-blue-soft);
  font-family: "Inter", sans-serif;
  font-size: 0.7rem;
  font-weight: 800;
}

.journey-steps li:last-child > span {
  color: var(--school-mint);
  background: var(--school-mint-soft);
}

.journey-steps small {
  color: #8c98aa;
  font-family: "Inter", sans-serif;
  font-size: 0.55rem;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.journey-steps strong {
  display: block;
  margin-top: 8px;
  color: var(--school-ink);
  font-size: 0.91rem;
  line-height: 1.7;
}

.journey-steps p {
  margin: 13px 0 0;
  color: var(--school-muted);
  font-size: 0.73rem;
  line-height: 1.85;
}

.journey-payoff {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px 18px;
  margin: 20px 0 0;
  padding: 27px;
  border-radius: 15px;
  color: var(--school-ink);
  background: linear-gradient(120deg, var(--school-blue-soft), var(--school-mint-soft));
  text-align: center;
}

.journey-payoff span {
  font-size: 0.8rem;
  font-weight: 800;
}

.journey-payoff b {
  color: var(--school-blue);
}

.journey-payoff strong {
  flex-basis: 100%;
  color: var(--school-ink);
  font-size: clamp(1rem, 1.8vw, 1.25rem);
}

.audience-checks {
  background: #fff;
}

.final-cta-card .section-label {
  margin-bottom: 18px;
  color: #8fb2ff;
}

@media (max-width: 980px) {
  .future-benefit-grid {
    grid-template-columns: 1fr;
  }

  .future-benefit-grid article {
    min-height: 0;
  }

  .future-benefit-grid article > div {
    margin-top: 28px;
  }

  .future-payoff,
  .question-logic-message {
    grid-template-columns: 1fr;
  }

  .journey-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .journey-steps li:nth-child(2)::after {
    display: none;
  }
}

@media (max-width: 760px) {
  .school-hero h1 br,
  .school-hero .hero-statement br,
  .future-heading h2 br,
  .question-logic-heading h2 br,
  .journey-heading h2 br,
  .strength-section h2 br,
  .product-heading h2 br,
  .final-cta-card h2 br {
    display: none;
  }

  .future-benefit-grid article {
    padding: 27px 21px;
  }

  .future-payoff {
    gap: 8px;
    padding: 25px 21px;
  }

  .future-payoff p,
  .future-payoff strong,
  .future-payoff span {
    display: block;
  }

  .question-logic-message {
    gap: 30px;
    padding: 28px 18px;
  }

  .question-logic-intro h3 br {
    display: none;
  }

  .question-logic-route li {
    grid-template-columns: 54px 1fr;
    min-height: 94px;
    padding: 15px 12px;
  }

  .question-logic-route::before {
    left: 24px;
  }

  .question-logic-route li::before {
    left: 20px;
  }

  .question-logic-route small {
    padding-left: 19px;
  }

  .question-logic-payoff {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 25px 20px;
  }

  .question-logic-payoff a {
    grid-column: 1;
  }

  .journey-steps {
    grid-template-columns: 1fr;
  }

  .journey-steps li {
    min-height: 0;
  }

  .journey-steps li:not(:last-child)::after,
  .journey-steps li:nth-child(2)::after {
    top: auto;
    right: auto;
    bottom: -20px;
    left: 50%;
    display: grid;
    transform: translateX(-50%) rotate(90deg);
  }

  .journey-payoff {
    align-items: center;
    flex-direction: column;
  }
}

/* Question-first sales narrative: necessity, accessibility, personal support and value. */
.question-necessity-section,
.strength-section,
.audience-section,
.school-faq-section {
  background: #fff;
}

.question-environment-section,
.support-ecosystem-section,
.school-value-section,
.final-cta-section {
  background: #f4f7fb;
}

.necessity-heading,
.environment-heading,
.ecosystem-heading,
.value-heading {
  max-width: 1000px;
}

.necessity-heading .section-label,
.environment-heading .section-label,
.ecosystem-heading .section-label,
.value-heading .section-label {
  margin-bottom: 18px;
}

.learning-order-compare {
  display: grid;
  grid-template-columns: minmax(280px, 0.82fr) minmax(0, 1.18fr);
  gap: 16px;
  align-items: stretch;
}

.learning-order-card {
  display: flex;
  flex-direction: column;
  padding: clamp(28px, 4vw, 44px);
  border: 1px solid var(--school-line);
  border-radius: 22px;
  background: #f8fafc;
}

.learning-order-boki {
  border-color: #aec5f5;
  background:
    radial-gradient(circle at 100% 0%, rgba(114, 213, 180, 0.12), transparent 32%),
    linear-gradient(140deg, #fff 0%, #eef4ff 100%);
  box-shadow: 0 22px 56px rgba(47, 100, 233, 0.11);
}

.learning-order-card > p {
  margin: 0;
  color: #7b8799;
  font-size: 0.72rem;
  font-weight: 800;
}

.learning-order-boki > p {
  color: var(--school-blue);
}

.learning-order-card ol {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  margin: 27px 0 0;
  padding: 0;
  list-style: none;
}

.learning-order-boki ol {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.learning-order-card li {
  position: relative;
  min-height: 122px;
  display: grid;
  align-content: center;
  gap: 8px;
  padding: 16px 11px;
  border: 1px solid var(--school-line);
  border-radius: 13px;
  background: #fff;
  text-align: center;
}

.learning-order-card li:not(:last-child)::after {
  content: "→";
  position: absolute;
  z-index: 2;
  top: 50%;
  right: -13px;
  width: 18px;
  height: 18px;
  display: grid;
  place-items: center;
  color: #9ca8ba;
  background: #fff;
  font-size: 0.56rem;
  transform: translateY(-50%);
}

.learning-order-card li span {
  color: #9aa5b5;
  font-family: "Inter", sans-serif;
  font-size: 0.52rem;
  font-weight: 800;
}

.learning-order-card li strong {
  color: var(--school-ink);
  font-size: 0.72rem;
  line-height: 1.55;
}

.learning-order-boki .learning-order-stop {
  border-color: #edc5b5;
  background: var(--school-orange-soft);
}

.learning-order-boki .learning-order-question {
  border-color: #9db9f5;
  background: #e4edff;
  box-shadow: inset 0 -3px var(--school-blue);
}

.learning-order-boki .learning-order-question span,
.learning-order-boki .learning-order-question strong {
  color: var(--school-blue-dark);
}

.learning-order-boki .learning-order-goal {
  border-color: #9dd1c0;
  background: var(--school-mint-soft);
}

.learning-order-card > small {
  display: block;
  margin-top: auto;
  padding-top: 24px;
  color: #778397;
  font-size: 0.7rem;
  line-height: 1.75;
}

.learning-order-boki > small {
  color: #315f53;
  font-weight: 700;
}

.question-mirror-block {
  margin-top: 20px;
  padding: clamp(30px, 5vw, 52px);
  border: 1px solid var(--school-line);
  border-radius: 22px;
  background: #fff;
}

.question-mirror-label {
  margin: 0 0 24px;
  color: var(--school-ink);
  font-size: clamp(1.1rem, 2vw, 1.35rem);
  font-weight: 800;
}

.question-mirror-block > ul {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 11px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.question-mirror-block > ul li {
  min-height: 190px;
  padding: 24px;
  border: 1px solid var(--school-line);
  border-radius: 15px;
  background: #f8fafc;
}

.question-mirror-block > ul strong {
  display: block;
  color: var(--school-ink);
  font-size: 0.86rem;
  line-height: 1.7;
}

.question-mirror-block > ul span {
  display: block;
  margin-top: 10px;
  color: var(--school-muted);
  font-size: 0.73rem;
  line-height: 1.8;
}

.question-cost-flow {
  margin-top: 12px;
  padding: 25px 26px;
  border-radius: 15px;
  background: var(--school-orange-soft);
}

.question-cost-flow > p {
  margin: 0 0 14px;
  color: var(--school-orange);
  font-size: 0.7rem;
  font-weight: 800;
}

.question-cost-flow ol {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 26px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.question-cost-flow li {
  position: relative;
  color: #594942;
  font-size: 0.77rem;
  font-weight: 800;
  text-align: center;
}

.question-cost-flow li:not(:last-child)::after {
  content: "→";
  position: absolute;
  right: -20px;
  color: #c39d8e;
}

.necessity-conclusion {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: 8px 36px;
  align-items: center;
  margin: 20px 0 0;
  padding: 32px clamp(28px, 5vw, 56px);
  border: 0;
  border-left: 5px solid var(--school-blue);
  border-radius: 0 18px 18px 0;
  background: linear-gradient(120deg, var(--school-blue-soft), var(--school-mint-soft));
}

.necessity-conclusion p {
  margin: 0;
  color: #6b778b;
  font-size: 0.76rem;
  font-weight: 700;
}

.necessity-conclusion strong {
  color: var(--school-ink);
  font-size: clamp(1.06rem, 1.9vw, 1.38rem);
  line-height: 1.65;
}

.necessity-conclusion a {
  grid-column: 2;
  color: var(--school-blue);
  font-size: 0.75rem;
  font-weight: 800;
}

.environment-facts {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.environment-facts article {
  min-height: 300px;
  display: flex;
  flex-direction: column;
  padding: clamp(26px, 3vw, 36px);
  border: 1px solid var(--school-line);
  border-radius: 19px;
  background: #fff;
  box-shadow: 0 17px 42px rgba(17, 28, 54, 0.07);
}

.environment-facts article:nth-child(2) {
  border-color: #b3d9cd;
}

.environment-facts article:nth-child(3) {
  border-color: #adc4f4;
}

.environment-facts small,
.environment-detail-label {
  color: var(--school-blue);
  font-family: "Inter", sans-serif;
  font-size: 0.56rem;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.environment-facts article:nth-child(2) small {
  color: var(--school-mint);
}

.environment-facts strong {
  display: block;
  margin-top: 16px;
  color: var(--school-ink);
  font-size: clamp(1.25rem, 2.2vw, 1.7rem);
  letter-spacing: -0.035em;
  line-height: 1.48;
}

.environment-facts strong b {
  color: var(--school-blue);
  font-size: 1.28em;
}

.environment-facts article:nth-child(2) strong b {
  color: var(--school-mint);
}

.environment-facts p {
  margin: auto 0 0;
  padding-top: 22px;
  border-top: 1px solid var(--school-line);
  color: var(--school-muted);
  font-size: 0.73rem;
  line-height: 1.82;
}

.environment-detail-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 12px;
}

.environment-detail-grid article {
  padding: clamp(28px, 4vw, 44px);
  border: 1px solid var(--school-line);
  border-radius: 19px;
  background: #fff;
}

.environment-detail-grid h3 {
  margin: 13px 0 0;
  color: var(--school-ink);
  font-size: clamp(1.22rem, 2.1vw, 1.62rem);
  line-height: 1.55;
}

.environment-detail-grid article > p:last-child {
  margin: 16px 0 0;
  color: var(--school-muted);
  font-size: 0.79rem;
  line-height: 1.9;
}

.environment-promise {
  margin: 12px 0 0;
  padding: 28px clamp(25px, 4vw, 44px);
  border-radius: 16px;
  color: #587068;
  background: linear-gradient(110deg, var(--school-mint-soft), var(--school-blue-soft));
  font-size: 0.84rem;
  line-height: 1.9;
  text-align: center;
}

.environment-promise strong {
  color: var(--school-ink);
}

.support-ecosystem-section {
  position: relative;
}

.ecosystem-route {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ecosystem-route li {
  position: relative;
  min-height: 365px;
  display: grid;
  align-content: start;
  gap: 22px;
  padding: 29px 24px;
  border: 1px solid var(--school-line);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 15px 38px rgba(17, 28, 54, 0.065);
}

.ecosystem-route li:not(:last-child)::after {
  content: "→";
  position: absolute;
  z-index: 2;
  top: 44px;
  right: -20px;
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border: 1px solid var(--school-line);
  border-radius: 50%;
  color: var(--school-blue);
  background: #fff;
  font-size: 0.68rem;
}

.ecosystem-route li > span {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  color: var(--school-blue);
  background: var(--school-blue-soft);
  font-family: "Inter", sans-serif;
  font-size: 0.7rem;
  font-weight: 800;
}

.ecosystem-route li:last-child > span {
  color: var(--school-mint);
  background: var(--school-mint-soft);
}

.ecosystem-route small {
  color: #8d98aa;
  font-family: "Inter", sans-serif;
  font-size: 0.55rem;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.ecosystem-route strong {
  display: block;
  margin-top: 8px;
  color: var(--school-ink);
  font-size: 0.91rem;
  line-height: 1.7;
}

.ecosystem-route p {
  margin: 14px 0 0;
  color: var(--school-muted);
  font-size: 0.73rem;
  line-height: 1.85;
}

.ecosystem-result {
  margin-top: 16px;
  padding: 30px clamp(25px, 5vw, 52px);
  border-radius: 17px;
  color: #fff;
  background:
    radial-gradient(circle at 100% 0%, rgba(114, 213, 180, 0.19), transparent 34%),
    linear-gradient(135deg, #14264a 0%, #1d3c72 100%);
  text-align: center;
}

.ecosystem-result p {
  margin: 0;
  color: #c5d1e3;
  font-size: 0.75rem;
  font-weight: 700;
}

.ecosystem-result p i {
  margin: 0 8px;
  color: #7990b5;
  font-style: normal;
}

.ecosystem-result strong {
  display: block;
  margin-top: 11px;
  font-size: clamp(1.02rem, 1.9vw, 1.3rem);
}

.audience-heading h2 span {
  color: var(--school-blue);
}

.audience-segments {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.audience-segments article {
  min-height: 330px;
  display: flex;
  flex-direction: column;
  padding: clamp(28px, 4vw, 42px);
  border: 1px solid var(--school-line);
  border-radius: 19px;
  background: #f8fafc;
}

.audience-segments article:nth-child(2) {
  border-color: #abc2f4;
  background: linear-gradient(140deg, #fff, var(--school-blue-soft));
  box-shadow: 0 19px 48px rgba(47, 100, 233, 0.1);
}

.audience-segments article > p {
  margin: 0;
  color: var(--school-blue);
  font-family: "Inter", sans-serif;
  font-size: 0.59rem;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.audience-segments h3 {
  margin: 12px 0 0;
  color: var(--school-ink);
  font-size: 1.05rem;
}

.audience-segments strong {
  display: block;
  margin-top: 21px;
  color: var(--school-ink);
  font-size: 0.85rem;
  line-height: 1.75;
}

.audience-segments article > span {
  display: block;
  margin-top: auto;
  padding-top: 24px;
  color: var(--school-muted);
  font-size: 0.74rem;
  line-height: 1.85;
}

.audience-contexts {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  margin-top: 12px;
  border: 1px solid var(--school-line);
  border-radius: 15px;
  background: var(--school-line);
}

.audience-contexts span {
  min-height: 105px;
  display: grid;
  align-content: center;
  gap: 5px;
  padding: 20px;
  color: var(--school-muted);
  background: #fff;
  font-size: 0.69rem;
  line-height: 1.7;
}

.audience-contexts b {
  color: var(--school-blue);
  font-size: 0.75rem;
}

.audience-fit-note {
  margin: 12px 0 0;
  padding: 23px 26px;
  border-radius: 14px;
  color: #66554f;
  background: var(--school-orange-soft);
  font-size: 0.75rem;
  line-height: 1.85;
}

.audience-fit-note > span {
  display: block;
  margin-bottom: 7px;
  color: var(--school-orange);
  font-size: 0.66rem;
  font-weight: 800;
}

.price-snapshot {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.price-snapshot article {
  min-height: 250px;
  display: grid;
  align-content: center;
  gap: 11px;
  padding: clamp(28px, 4vw, 44px);
  border: 1px solid var(--school-line);
  border-radius: 19px;
  background: #fff;
  text-align: center;
  box-shadow: 0 16px 42px rgba(17, 28, 54, 0.07);
}

.price-snapshot article:first-child {
  border-color: #9db9f5;
  box-shadow: 0 20px 50px rgba(47, 100, 233, 0.12);
}

.price-snapshot p {
  margin: 0;
  color: var(--school-blue);
  font-size: 0.82rem;
  font-weight: 800;
}

.price-snapshot strong {
  color: var(--school-ink);
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-size: clamp(2rem, 4vw, 3rem);
  letter-spacing: -0.05em;
  line-height: 1.2;
}

.price-snapshot strong span,
.price-snapshot strong small {
  margin: 0 4px;
  color: #7c8798;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.7rem;
  letter-spacing: 0;
}

.price-snapshot b {
  color: var(--school-muted);
  font-size: 0.72rem;
}

.monthly-value-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 12px;
}

.monthly-value-grid article {
  min-height: 190px;
  padding: 26px;
  border: 1px solid var(--school-line);
  border-radius: 16px;
  background: #fff;
}

.monthly-value-grid span {
  color: var(--school-blue);
  font-family: "Inter", sans-serif;
  font-size: 0.62rem;
  font-weight: 800;
}

.monthly-value-grid strong {
  display: block;
  margin-top: 9px;
  color: var(--school-ink);
  font-size: 0.85rem;
}

.monthly-value-grid p {
  margin: 9px 0 0;
  color: var(--school-muted);
  font-size: 0.72rem;
  line-height: 1.8;
}

.value-action {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin-top: 16px;
  padding: 24px 27px;
  border: 1px solid var(--school-line);
  border-radius: 15px;
  background: #fff;
}

.value-action p {
  max-width: 680px;
  margin: 0;
  color: #818b9a;
  font-size: 0.67rem;
  line-height: 1.75;
}

.value-action .button {
  flex: 0 0 auto;
}

@media (max-width: 1000px) {
  .learning-order-compare,
  .environment-detail-grid {
    grid-template-columns: 1fr;
  }

  .environment-facts,
  .ecosystem-route,
  .audience-contexts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ecosystem-route li:nth-child(2)::after {
    display: none;
  }
}

@media (max-width: 760px) {
  .learning-order-card {
    padding: 26px 18px;
  }

  .learning-order-card ol,
  .learning-order-boki ol {
    grid-template-columns: 1fr;
  }

  .learning-order-card li {
    min-height: 76px;
    grid-template-columns: 42px 1fr;
    align-items: center;
    text-align: left;
  }

  .learning-order-card li:not(:last-child)::after {
    top: auto;
    right: auto;
    bottom: -14px;
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
  }

  .question-mirror-block {
    padding: 25px 17px;
  }

  .question-mirror-block > ul,
  .question-cost-flow ol,
  .environment-facts,
  .ecosystem-route,
  .audience-segments,
  .audience-contexts,
  .price-snapshot,
  .monthly-value-grid {
    grid-template-columns: 1fr;
  }

  .question-mirror-block > ul li,
  .environment-facts article,
  .ecosystem-route li,
  .monthly-value-grid article {
    min-height: 0;
  }

  .question-cost-flow ol {
    gap: 8px;
  }

  .question-cost-flow li {
    min-height: 48px;
    display: grid;
    place-items: center;
    border-radius: 9px;
    background: rgba(255, 255, 255, 0.62);
  }

  .question-cost-flow li:not(:last-child)::after {
    right: auto;
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
  }

  .necessity-conclusion {
    grid-template-columns: 1fr;
    gap: 13px;
    padding: 25px 20px;
  }

  .necessity-conclusion a {
    grid-column: 1;
  }

  .environment-facts p {
    margin-top: 28px;
  }

  .environment-promise {
    text-align: left;
  }

  .ecosystem-route li:not(:last-child)::after,
  .ecosystem-route li:nth-child(2)::after {
    top: auto;
    right: auto;
    bottom: -20px;
    left: 50%;
    display: grid;
    transform: translateX(-50%) rotate(90deg);
  }

  .ecosystem-result p i {
    display: block;
    margin: 3px 0;
    transform: rotate(90deg);
  }

  .value-action {
    align-items: stretch;
    flex-direction: column;
  }

  .value-action .button {
    width: 100%;
  }
}

/* Final zebra order after the marketing sections were reorganized. */
.question-necessity-section,
.strength-section,
.audience-section,
.school-value-section,
.final-cta-section {
  background: #fff;
}

.question-environment-section,
.support-ecosystem-section,
.flexible-use-section,
.school-faq-section {
  background: #f4f7fb;
}

@media (min-width: 761px) {
  .school-hero {
    min-height: auto;
    padding: 72px 0 80px;
  }

  .school-hero h1 {
    font-size: clamp(2.75rem, 5.1vw, 4.35rem);
  }

  .school-hero .hero-statement {
    margin-top: 24px;
    font-size: clamp(1.25rem, 2.5vw, 1.9rem);
  }

  .school-hero .hero-copy {
    gap: 6px;
    margin-top: 22px;
  }

  .hero-proof-list {
    margin-top: 22px;
  }

  .school-hero .hero-actions {
    margin-top: 24px;
  }
}

/* 2026-07 sales narrative rebuild */
.school-story-section {
  position: relative;
  border-top: 1px solid rgba(20, 33, 58, 0.06);
}

.school-story-white { background: #fff; }
.school-story-tint { background: #edf2f8; }

.school-story-section + .school-story-section {
  border-top: 1px solid #d6e0ec;
}

.school-story-section .section-heading {
  max-width: 1040px;
  margin-bottom: clamp(42px, 6vw, 68px);
}

.school-story-section .section-heading::before,
.school-final-cta-inner::before {
  content: "";
  width: 48px;
  height: 4px;
  display: block;
  margin-bottom: 22px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--school-blue), #75a6ff);
}

.school-story-section .section-heading h2 {
  max-width: 1000px;
  text-wrap: balance;
}

.school-story-section .section-heading > p:last-child {
  max-width: 900px;
  font-size: clamp(0.94rem, 1.25vw, 1.06rem);
}

.school-sales-hero {
  min-height: auto;
  padding: clamp(88px, 10vw, 132px) 0;
}

.school-sales-hero::after {
  content: "?";
  right: 0.02em;
  bottom: -0.42em;
  font-size: min(60vw, 680px);
}

.school-sales-hero-inner {
  max-width: 1040px;
  text-align: left;
}

.school-sales-hero .eyebrow {
  margin-bottom: 24px;
  color: #91b7ff;
}

.school-sales-hero .eyebrow::after { display: none; }

.school-sales-hero h1 {
  max-width: 1040px;
  font-size: clamp(2.85rem, 6.2vw, 5.7rem);
  line-height: 1.14;
}

.school-sales-hero h1 span { color: #7fa8ff; }

.school-sales-hero-lead {
  max-width: 820px;
  margin: 30px 0 0;
  color: #fff;
  font-size: clamp(1.18rem, 2.4vw, 1.7rem);
  font-weight: 700;
  line-height: 1.75;
}

.school-sales-hero-body {
  max-width: 830px;
  margin: 20px 0 0;
  color: #c3d0e5;
  font-size: clamp(0.94rem, 1.3vw, 1.04rem);
}

.school-sales-hero-body strong { color: #fff; }

.school-sales-proof {
  max-width: 980px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin: 34px 0 0;
  padding: 1px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.08);
  list-style: none;
  overflow: hidden;
}

.school-sales-proof li {
  min-height: 104px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 3px;
  padding: 19px 22px;
  background: rgba(7, 22, 45, 0.74);
}

.school-sales-proof strong {
  color: #fff;
  font-size: 1rem;
}

.school-sales-proof span {
  color: #9eb0ca;
  font-size: 0.7rem;
}

.school-sales-hero .hero-actions { justify-content: flex-start; }

.school-sales-hero-note {
  margin: 16px 0 0;
  color: #91a4c1;
  font-size: 0.72rem;
}

.recognition-grid,
.question-value-grid,
.monthly-choice-grid,
.personal-strength-grid,
.night-facts,
.contract-reassurance,
.teacher-policy-grid,
.ecosystem-screen-slots {
  display: grid;
  gap: 12px;
}

.recognition-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }

.recognition-grid article {
  min-height: 235px;
  padding: 30px 26px;
  border: 1px solid var(--school-line);
  border-radius: 16px;
  background: #fff;
}

.recognition-grid article > span,
.question-value-grid article > span,
.personal-process article > span,
.contract-reassurance article > span,
.teacher-policy-grid article > span {
  color: var(--school-blue);
  font-family: "Inter", sans-serif;
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.recognition-grid .recognition-tag {
  width: fit-content;
  min-height: 28px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 5px 11px;
  border-radius: 999px;
  color: var(--school-blue);
  background: var(--school-blue-soft);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.68rem;
  letter-spacing: 0.04em;
}

.recognition-grid .recognition-tag::before {
  content: "";
  width: 6px;
  height: 6px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: currentColor;
}

.recognition-grid article:nth-child(2) .recognition-tag {
  color: #137c67;
  background: var(--school-mint-soft);
}

.recognition-grid article:nth-child(3) .recognition-tag {
  color: #b65b34;
  background: var(--school-orange-soft);
}

.recognition-grid article:nth-child(4) .recognition-tag {
  color: #6b5ac7;
  background: #f0edff;
}

.recognition-grid h3,
.question-value-grid h3,
.monthly-choice-grid h3,
.personal-strength-grid h3 {
  margin: 17px 0 0;
  color: var(--school-ink);
  font-size: 1rem;
  line-height: 1.6;
}

.recognition-grid p,
.question-value-grid p,
.monthly-choice-grid > article > span,
.personal-strength-grid p {
  margin: 12px 0 0;
  color: var(--school-muted);
  font-size: 0.78rem;
  line-height: 1.85;
}

.detour-story {
  display: grid;
  grid-template-columns: minmax(0, 0.84fr) minmax(0, 1.16fr);
  gap: clamp(42px, 7vw, 86px);
  margin-top: clamp(52px, 7vw, 82px);
  padding: clamp(34px, 5vw, 58px);
  border: 1px solid #d5dfed;
  border-radius: 20px;
  background: #f8fafc;
}

.detour-kicker {
  margin: 0;
  color: var(--school-blue);
  font-size: 0.76rem;
  font-weight: 800;
}

.detour-copy h3 {
  margin: 16px 0 0;
  font-size: clamp(1.45rem, 2.9vw, 2.35rem);
  line-height: 1.5;
  letter-spacing: -0.035em;
}

.detour-copy h3 span { color: var(--school-blue); }

.detour-copy > p:last-child {
  margin: 22px 0 0;
  color: var(--school-muted);
  font-size: 0.88rem;
}

.detour-loop {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--school-line);
  list-style: none;
}

.detour-loop li {
  position: relative;
  display: grid;
  grid-template-columns: 44px 150px 1fr;
  gap: 10px;
  align-items: center;
  padding: 18px 0;
  border-bottom: 1px solid var(--school-line);
}

.detour-loop small { color: #98a6ba; font-family: "Inter", sans-serif; font-weight: 800; }
.detour-loop strong { font-size: 0.82rem; }
.detour-loop span { color: var(--school-muted); font-size: 0.72rem; }

.school-detour-section .detour-story {
  margin-top: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.school-detour-section .detour-heading {
  max-width: 1000px;
}

.school-detour-section .detour-copy > .detour-summary {
  max-width: 390px;
  margin: 14px 0 0;
  color: var(--school-muted);
  font-size: 0.84rem;
}

.school-detour-section .detour-story {
  grid-template-columns: minmax(280px, 0.78fr) minmax(0, 1.22fr);
  gap: clamp(42px, 7vw, 92px);
  align-items: center;
}

.detour-insight {
  padding: 28px 0;
  border-top: 1px solid #c9d7e9;
  border-bottom: 1px solid #c9d7e9;
}

.detour-insight h3 {
  margin: 13px 0 0;
  color: var(--school-ink);
  font-size: clamp(1.45rem, 2.7vw, 2.25rem);
  line-height: 1.48;
  letter-spacing: -0.04em;
}

.detour-insight h3 span { color: var(--school-blue); }

.school-detour-section .detour-insight > .detour-summary {
  max-width: 440px;
  margin: 17px 0 0;
  color: var(--school-muted);
  font-size: 0.84rem;
}

.detour-search-path {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 7px;
  margin-top: 24px;
}

.detour-search-path span {
  padding: 6px 10px;
  border: 1px solid #cfdae9;
  border-radius: 999px;
  color: #52667f;
  background: rgba(255, 255, 255, 0.7);
  font-size: 0.65rem;
  font-weight: 700;
}

.detour-search-path i {
  color: #95a5ba;
  font-style: normal;
  font-size: 0.7rem;
}

.detour-path-note {
  margin: 14px 0 0;
  color: #7d8ba0;
  font-size: 0.68rem;
  line-height: 1.75;
}

.detour-cycle {
  padding: 0;
}

.detour-cycle-heading {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: end;
  padding-bottom: 16px;
  border-bottom: 1px solid #c9d7e9;
}

.detour-cycle-heading p {
  margin: 0;
  color: var(--school-blue);
  font-family: "Inter", sans-serif;
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.13em;
}

.detour-cycle-heading strong {
  max-width: 360px;
  color: var(--school-ink);
  font-size: 0.78rem;
  text-align: right;
}

.school-detour-section .detour-loop {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 10px;
  border: 0;
}

.school-detour-section .detour-loop li {
  min-height: 126px;
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 13px;
  align-items: start;
  padding: 20px;
  border: 1px solid #d2ddeb;
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.78);
}

.school-detour-section .detour-loop li:nth-child(2) { background: rgba(238, 246, 255, 0.86); }
.school-detour-section .detour-loop li:nth-child(3) { background: rgba(239, 250, 246, 0.86); }
.school-detour-section .detour-loop li:nth-child(4) { background: rgba(255, 246, 240, 0.86); }

.detour-symbol {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--school-blue);
  background: var(--school-blue-soft);
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-size: 0.9rem;
  font-weight: 800;
}

.school-detour-section .detour-loop li:nth-child(2) .detour-symbol { color: #5c62bc; background: #eeefff; }
.school-detour-section .detour-loop li:nth-child(3) .detour-symbol { color: var(--school-mint); background: var(--school-mint-soft); }
.school-detour-section .detour-loop li:nth-child(4) .detour-symbol { color: var(--school-orange); background: var(--school-orange-soft); }

.school-detour-section .detour-loop strong {
  display: block;
  color: var(--school-ink);
  font-size: 0.8rem;
}

.school-detour-section .detour-loop p {
  margin: 5px 0 0;
  color: var(--school-muted);
  font-size: 0.67rem;
  line-height: 1.7;
}

.school-detour-section .story-conclusion {
  margin-top: clamp(40px, 6vw, 68px);
  padding: 24px 0 24px 28px;
  border-top: 1px solid #cbd8ea;
  border-right: 0;
  border-bottom: 1px solid #cbd8ea;
  border-left: 4px solid var(--school-blue);
  background: transparent;
}

.story-conclusion {
  display: grid;
  grid-template-columns: 0.64fr 1.36fr;
  gap: 24px;
  align-items: center;
  margin: 34px 0 0;
  padding: 30px 34px;
  border-left: 4px solid var(--school-blue);
  background: var(--school-blue-soft);
}

.story-conclusion p { margin: 0; color: var(--school-muted); font-size: 0.83rem; }
.story-conclusion strong { color: var(--school-ink); font-size: clamp(1rem, 1.8vw, 1.28rem); }

.question-value-grid {
  grid-template-columns: repeat(10, minmax(0, 1fr));
}

.question-value-grid article {
  min-height: 245px;
  grid-column: span 2;
  padding: 29px 24px;
  border: 1px solid var(--school-line);
  border-radius: 15px;
  background: #fff;
}

.question-value-grid h3 { font-size: 0.94rem; }

.question-payoff {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 140px minmax(0, 1fr);
  gap: clamp(18px, 3vw, 34px);
  align-items: center;
  margin-top: 28px;
  padding: 0;
  border: 0;
  background: transparent;
}

.payoff-path {
  min-height: 230px;
  padding: 26px 28px;
  border: 1px solid var(--school-line);
  border-radius: 17px;
  background: #fff;
}

.payoff-path header { display: grid; gap: 4px; }
.payoff-path header span { color: #8693a5; font-family: "Inter", sans-serif; font-size: 0.62rem; font-weight: 800; letter-spacing: 0.13em; }
.payoff-path header strong { color: var(--school-ink); font-size: 0.9rem; }
.payoff-path ol { display: flex; gap: 0; margin: 21px 0 0; padding: 0; list-style: none; }
.payoff-path li { position: relative; display: grid; flex: 1 1 0; justify-items: center; gap: 7px; min-width: 0; color: #738196; text-align: center; }
.payoff-path li:not(:last-child)::after { content: "→"; position: absolute; top: 12px; right: -7px; z-index: 2; color: #a6b1c1; font-size: 0.65rem; }
.payoff-path li i { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 50%; color: #718097; background: #eef2f7; font-family: "Inter", "Noto Sans JP", sans-serif; font-size: 0.66rem; font-style: normal; font-weight: 800; }
.payoff-path li span { font-size: 0.63rem; font-weight: 700; line-height: 1.45; }
.payoff-path > p { margin: 19px 0 0; padding-top: 15px; border-top: 1px solid var(--school-line); color: #7a879a; font-size: 0.67rem; line-height: 1.7; }

.payoff-before { background: #fafbfc; }
.payoff-before li:last-child i { color: #b56755; background: #fff0eb; }

.payoff-after {
  border-color: #9abafa;
  background: linear-gradient(135deg, #f3f7ff, #f6fcfa);
  box-shadow: 0 16px 32px rgba(47, 100, 233, 0.09);
}

.payoff-after header span,
.payoff-after header strong { color: var(--school-blue); }
.payoff-after li i { color: var(--school-blue); background: #dfeaff; }
.payoff-after li:nth-child(2) i { color: var(--school-mint); background: var(--school-mint-soft); }
.payoff-after li:nth-child(3) i { color: #5d67c7; background: #eff0ff; }
.payoff-after li:nth-child(4) i { color: #168c70; background: #dff6ee; }
.payoff-after > p { border-top-color: #c9dafa; color: #3266bf; }

.payoff-shift { display: grid; justify-items: center; gap: 6px; text-align: center; }
.payoff-shift span { color: var(--school-blue); font-size: 0.66rem; font-weight: 800; }
.payoff-shift strong { color: var(--school-ink); font-size: 0.72rem; line-height: 1.55; }
.payoff-shift i { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--school-blue); box-shadow: 0 10px 20px rgba(47, 100, 233, 0.24); font-size: 1rem; font-style: normal; }

.question-value-result {
  margin-top: 20px;
  padding: clamp(32px, 5vw, 55px);
  border-radius: 18px;
  color: #d1dded;
  background: linear-gradient(135deg, #0a1a34, #12345e);
}

.question-value-result p { margin: 0; color: #9eb2ce; font-size: 0.82rem; }
.question-value-result strong { display: block; margin-top: 13px; color: #fff; font-size: clamp(1.15rem, 2.4vw, 1.72rem); line-height: 1.65; }
.question-value-result a { display: flex; width: fit-content; margin: 24px 0 0 auto; color: #8cb4ff; font-size: 0.76rem; font-weight: 800; }

.monthly-choice-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }

.monthly-choice-grid > article {
  min-height: 300px;
  padding: clamp(28px, 3vw, 40px);
  border: 1px solid var(--school-line);
  border-radius: 18px;
  background: #fff;
}

.monthly-choice-grid > article > .monthly-choice-audience {
  margin: 0;
  color: var(--school-blue);
  font-family: "Inter", sans-serif;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.06em;
}

.monthly-choice-grid h3 { margin-top: 4px; font-size: clamp(1.1rem, 1.8vw, 1.4rem); }
.monthly-choice-grid ul { display: grid; gap: 12px; margin: 25px 0 0; padding: 23px 0 0; border-top: 1px solid var(--school-line); list-style: none; }
.monthly-choice-grid li { position: relative; padding-left: 20px; color: var(--school-ink); font-size: 0.77rem; }
.monthly-choice-grid li::before { content: "✓"; position: absolute; left: 0; color: var(--school-mint); font-weight: 800; }
.monthly-choice-accent { border-color: #8cafff !important; background: linear-gradient(180deg, #f7faff, #edf3ff) !important; box-shadow: var(--school-shadow-soft); }

.monthly-band {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 28px;
  align-items: center;
  margin-top: 18px;
  padding: 28px 34px;
  border-radius: 16px;
  background: var(--school-deep);
}

.monthly-band > div { display: grid; gap: 6px; }
.monthly-band small { color: #80a8ff; font-weight: 800; }
.monthly-band strong { color: #fff; font-size: 0.88rem; }
.monthly-band > b { color: #6f829e; }

.experience-shell {
  overflow: hidden;
  border: 1px solid #ced9e8;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 22px 54px rgba(18, 36, 68, 0.08);
}

.experience-tabs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-bottom: 1px solid var(--school-line);
}

.experience-tabs button {
  min-height: 112px;
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto;
  gap: 2px 12px;
  align-content: center;
  padding: 22px 28px;
  border: 0;
  border-right: 1px solid var(--school-line);
  color: #738198;
  background: #f8fafc;
  text-align: left;
  cursor: pointer;
}

.experience-tabs button:last-child { border-right: 0; }
.experience-tabs button span { grid-row: 1 / 3; color: #9cadc4; font-family: "Inter", sans-serif; font-size: 0.66rem; font-weight: 800; }
.experience-tabs button strong { font-size: 0.92rem; }
.experience-tabs button small { font-size: 0.66rem; }
.experience-tabs button.is-active { color: var(--school-blue); background: #fff; box-shadow: inset 0 -4px var(--school-blue); }

.experience-panel {
  display: none;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(34px, 6vw, 72px);
  align-items: center;
  padding: clamp(32px, 6vw, 70px);
}

.experience-panel.is-active { display: grid; }
.experience-copy h3 { margin: 0; font-size: clamp(1.55rem, 3vw, 2.35rem); line-height: 1.5; letter-spacing: -0.035em; }
.experience-copy .experience-chat-title { font-size: clamp(1.3rem, 2.5vw, 2.1rem); }
.experience-chat-title span { white-space: nowrap; }
.experience-copy > p { margin: 20px 0 0; color: var(--school-muted); font-size: 0.86rem; }
.experience-panel .school-screen { width: 100%; box-shadow: 0 18px 42px rgba(18, 36, 68, 0.13); }
.experience-panel .screen-top > span { font-size: 0.58rem; }

.experience-media {
  width: 100%;
  margin: 0;
  overflow: hidden;
  border-radius: 18px;
  background: #f8fafc;
  box-shadow: 0 18px 42px rgba(18, 36, 68, 0.13);
  line-height: 0;
}

.experience-media img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 2;
  object-fit: contain;
}

.personal-process {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1px;
  padding: 1px;
  border: 1px solid var(--school-line);
  border-radius: 18px;
  background: var(--school-line);
  overflow: hidden;
}

.personal-process article {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-content: start;
  column-gap: 10px;
  row-gap: 10px;
  min-height: 160px;
  padding: 25px 24px;
  background: #fff;
}
.personal-process article:not(:last-child)::after { content: "→"; position: absolute; z-index: 2; top: 50%; right: -13px; width: 26px; height: 26px; display: grid; place-items: center; border: 1px solid var(--school-line); border-radius: 50%; color: var(--school-blue); background: #fff; font-size: 0.7rem; transform: translateY(-50%); }
.personal-process article > span { align-self: center; }
.personal-process strong { display: block; align-self: center; margin: 0; font-size: 0.85rem; }
.personal-process p { grid-column: 1 / -1; margin: 0; color: var(--school-muted); font-size: 0.7rem; }

.personal-strength-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: 18px; }
.personal-strength-grid article { min-height: 164px; padding: 28px 30px; border: 1px solid var(--school-line); border-radius: 16px; background: var(--school-blue-soft); }
.personal-strength-grid h3 {
  display: table;
  width: fit-content;
  max-width: 100%;
  position: relative;
  margin: 0 auto;
  padding-bottom: 14px;
  text-align: center;
}

.personal-strength-grid h3::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--school-blue), #65a0ff);
}

section[aria-labelledby="personal-title"].school-story-section.section-pad { padding-bottom: clamp(68px, 6vw, 92px); }

.night-schedule {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
}

.night-time { position: relative; min-height: 220px; padding: 28px 24px; border: 1px solid var(--school-line); border-radius: 16px; background: #fff; }
.night-time:not(:last-child)::after { content: "→"; position: absolute; top: 50%; right: -17px; z-index: 2; color: #91a0b5; font-size: 1rem; transform: translateY(-50%); }
.night-time > span { color: #75849a; font-family: "Inter", sans-serif; font-size: 1.18rem; font-weight: 800; }
.night-time strong { display: block; margin-top: 28px; font-size: 0.85rem; }
.night-time small { display: block; margin-top: 9px; color: var(--school-muted); font-size: 0.68rem; }
.night-time.is-stop { border-color: #f1c0a9; background: #fff7f2; }
.night-time.is-answer { border-color: #8db0ff; background: #edf3ff; }
.night-time.is-answer > span { color: var(--school-blue); }
.night-time.is-goal { border-color: #9fd4c4; background: var(--school-mint-soft); }
.night-time.is-goal > span { color: var(--school-mint); }

.night-facts { grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: 18px; }
.night-facts article { padding: 24px 28px; border-left: 3px solid var(--school-blue); background: #fff; }
.night-facts strong { display: block; font-size: 0.83rem; text-align: center; }
.night-facts p { margin: 7px 0 0; color: var(--school-muted); font-size: 0.7rem; text-align: center; }

.audience-tabs-shell { display: grid; grid-template-columns: 230px minmax(0, 1fr); gap: 18px; align-items: stretch; }
.audience-tabs { display: grid; align-content: start; gap: 8px; }
.audience-tabs button { min-height: 76px; padding: 18px 22px; border: 1px solid var(--school-line); border-radius: 12px; color: #718096; background: #fff; font-weight: 800; text-align: left; cursor: pointer; }
.audience-tabs button.is-active { border-color: var(--school-blue); color: #fff; background: var(--school-blue); box-shadow: 0 13px 25px rgba(47, 100, 233, 0.19); }
.audience-panels { min-width: 0; }
.audience-panel { display: none; grid-template-columns: minmax(0, 1.18fr) minmax(270px, 0.82fr); gap: clamp(35px, 6vw, 70px); min-height: 450px; align-content: center; padding: clamp(34px, 6vw, 65px); border: 1px solid var(--school-line); border-radius: 18px; background: #fff; }
.audience-panel.is-active { display: grid; }
.audience-panel > div > p { margin: 0; color: var(--school-blue); font-family: "Inter", sans-serif; font-size: 0.7rem; font-weight: 800; letter-spacing: 0.14em; }
.audience-panel h3 { margin: 0; font-size: clamp(1.45rem, 3vw, 2.35rem); line-height: 1.5; letter-spacing: -0.035em; }
.audience-panel > div > span { display: block; margin-top: 20px; color: var(--school-muted); font-size: 0.85rem; }
.audience-panel ul { display: grid; gap: 0; margin: 0; padding: 0; border-top: 1px solid var(--school-line); list-style: none; }
.audience-panel li { display: grid; gap: 5px; padding: 17px 0; border-bottom: 1px solid var(--school-line); color: var(--school-muted); font-size: 0.72rem; }
.audience-panel li strong { color: var(--school-ink); font-size: 0.79rem; }
.audience-panel blockquote { grid-column: 1 / -1; margin: 0; padding: 20px 24px; border-left: 4px solid var(--school-mint); color: #176d5b; background: var(--school-mint-soft); font-size: 0.84rem; font-weight: 800; }

.ecosystem-route-new { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 1px; margin: 0; padding: 1px; border: 1px solid var(--school-line); border-radius: 18px; background: var(--school-line); list-style: none; overflow: hidden; }
.ecosystem-route-new li { position: relative; min-height: 260px; padding: 28px 23px; background: #fff; }
.ecosystem-route-new li > span { display: grid; width: 34px; height: 34px; place-items: center; border-radius: 50%; color: #fff; background: var(--school-blue); font-family: "Inter", sans-serif; font-size: 0.65rem; font-weight: 800; }
.ecosystem-route-new small { display: block; margin-top: 23px; color: #8290a5; font-family: "Inter", sans-serif; font-size: 0.61rem; font-weight: 800; letter-spacing: 0.12em; }
.ecosystem-route-new strong { display: block; margin-top: 8px; font-size: 0.82rem; line-height: 1.6; }
.ecosystem-route-new p { margin: 10px 0 0; color: var(--school-muted); font-size: 0.67rem; }
.ecosystem-screen-slots { grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: 18px; }
.ecosystem-screen-slots article { min-height: 160px; display: grid; align-content: center; padding: 27px; border: 1px dashed #aebed3; border-radius: 14px; background: rgba(255,255,255,.55); }
.ecosystem-screen-slots span { color: var(--school-blue); font-family: "Inter", sans-serif; font-size: 0.62rem; font-weight: 800; }
.ecosystem-screen-slots strong { margin-top: 8px; font-size: 0.8rem; }
.ecosystem-screen-slots p { margin: 6px 0 0; color: #8491a3; font-size: 0.66rem; }

.teacher-trust-layout { display: grid; grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr); gap: clamp(38px, 7vw, 84px); align-items: center; }
.teacher-message { padding: clamp(30px, 4vw, 45px); border-left: 4px solid var(--school-blue); background: var(--school-blue-soft); }
.teacher-quote { margin: 0; color: var(--school-ink); font-size: clamp(1.25rem, 2.5vw, 1.85rem); font-weight: 800; line-height: 1.7; }
.teacher-message > p:nth-child(2) { margin: 20px 0 0; color: var(--school-muted); font-size: 0.85rem; }
.teacher-message a { display: inline-flex; margin-top: 22px; color: var(--school-blue); font-size: 0.75rem; font-weight: 800; }
.teacher-profile-card { display: grid; grid-template-columns: 0.82fr 1.18fr; min-height: 360px; overflow: hidden; border: 1px solid var(--school-line); border-radius: 18px; background: #fff; box-shadow: var(--school-shadow-soft); }
.teacher-photo-slot { display: grid; align-content: center; justify-items: center; gap: 6px; min-height: 360px; color: #6e7e94; background: linear-gradient(145deg, #edf2f8, #d9e3f0); }
.teacher-photo-slot span { font-family: "Inter", sans-serif; font-size: 0.62rem; font-weight: 800; letter-spacing: .14em; }
.teacher-photo-slot strong { font-size: 1.1rem; }
.teacher-photo-slot small { font-size: .62rem; }
.teacher-profile-copy { padding: 42px 34px; }
.teacher-profile-copy > p { margin: 0; color: var(--school-blue); font-family: "Inter", sans-serif; font-size: .64rem; font-weight: 800; letter-spacing: .12em; }
.teacher-profile-copy h3 { margin: 10px 0 0; font-size: 1.3rem; }
.teacher-profile-copy ul { display: grid; gap: 10px; margin: 25px 0 0; padding: 20px 0 0; border-top: 1px solid var(--school-line); list-style: none; }
.teacher-profile-copy li { color: var(--school-muted); font-size: .75rem; }
.teacher-profile-copy > small { display: block; margin-top: 22px; color: #929cac; font-size: .62rem; }
.teacher-policy-grid { grid-template-columns: repeat(3, minmax(0,1fr)); margin-top: 18px; }
.teacher-policy-grid article { display: flex; gap: 14px; align-items: center; min-height: 90px; padding: 20px 24px; border: 1px solid var(--school-line); border-radius: 13px; background: #fff; }
.teacher-policy-grid strong { font-size: .76rem; }

.contract-reassurance { grid-template-columns: repeat(4, minmax(0,1fr)); margin-top: 18px; }
.contract-reassurance article { min-height: 180px; padding: 27px; border: 1px solid var(--school-line); border-radius: 15px; background: #fff; }
.contract-reassurance strong { display: block; margin-top: 13px; font-size: .85rem; }
.contract-reassurance p { margin: 9px 0 0; color: var(--school-muted); font-size: .7rem; }
.price-notes { display: flex; gap: 30px; align-items: center; justify-content: space-between; margin-top: 18px; padding: 24px 27px; border: 1px solid var(--school-line); border-radius: 15px; background: #fff; }
.price-notes p { max-width: 740px; margin: 0; color: #7e8999; font-size: .67rem; }
.price-notes .button { flex: 0 0 auto; }

.school-faq-layout { display: grid; grid-template-columns: 1fr; gap: clamp(34px, 4vw, 52px); align-items: start; }
.school-faq-heading-new { position: static; }
.school-faq-list-new { width: min(100%, 980px); margin-inline: auto; border-top-color: #b9c5d5; }

.future-school-layout { display: grid; grid-template-columns: minmax(280px, .75fr) minmax(0,1.25fr); gap: clamp(48px, 8vw, 100px); align-items: center; }
.future-before { display: grid; gap: 0; padding: 30px; border: 1px solid var(--school-line); border-radius: 18px; background: #fff; }
.future-before > p { margin: 0 0 15px; color: #8b97a8; font-family: "Inter", sans-serif; font-size: .68rem; font-weight: 800; letter-spacing: .14em; }
.future-before strong { padding: 18px 0; border-top: 1px solid var(--school-line); color: #667286; font-size: .83rem; }
.future-school-copy h2 { margin: 0; font-size: clamp(2.15rem, 4.2vw, 3.55rem); line-height: 1.35; letter-spacing: -.045em; }
.future-school-copy h2 span { color: var(--school-blue); }
.future-school-copy > p:not(.section-label) { margin: 23px 0 0; color: var(--school-muted); font-size: .9rem; }
.future-school-copy ul { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 9px; margin: 28px 0 0; padding: 0; list-style: none; }
.future-school-copy li { position: relative; padding: 16px 17px 16px 40px; border: 1px solid var(--school-line); border-radius: 12px; color: var(--school-ink); background: #fff; font-size: .75rem; font-weight: 700; }
.future-school-copy li::before { content: "✓"; position: absolute; left: 17px; color: var(--school-mint); font-weight: 800; }

.school-final-cta { color: #fff; background: linear-gradient(140deg, #061327, #0d2850); }
.school-final-cta-inner { max-width: 1040px; text-align: left; }
.school-final-cta-inner::before { background: linear-gradient(90deg, #71a2ff, #83e4c5); }
.school-final-cta h2 { margin: 0; color: #fff; font-size: clamp(2.35rem, 5.2vw, 4.65rem); line-height: 1.28; letter-spacing: -.055em; }
.school-final-cta h2 span { color: #84adff; }
.school-final-cta-inner > p:not(.section-label):not(.final-small-note) { max-width: 820px; margin: 24px 0 0; color: #b9c8dc; font-size: .94rem; }
.school-final-cta .final-quotes { justify-content: flex-start; margin-inline: 0; }
.school-final-cta .hero-actions { justify-content: flex-start; }
.final-small-note { margin: 18px 0 0; color: #8699b7; font-size: .68rem; }

@media (max-width: 1100px) {
  .school-sales-proof,
  .recognition-grid,
  .contract-reassurance { grid-template-columns: repeat(2, minmax(0, 1fr)); }

  .question-value-grid { grid-template-columns: repeat(6, minmax(0, 1fr)); }
  .question-value-grid article { grid-column: span 2; }
  .question-value-grid article:nth-last-child(-n + 2) { grid-column: span 3; }

  .personal-process,
  .night-schedule,
  .ecosystem-route-new { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .personal-process article:not(:last-child)::after,
  .night-time:not(:last-child)::after { display: none; }
}

@media (max-width: 850px) {
  .recognition-grid,
  .monthly-choice-grid,
  .personal-strength-grid,
  .night-facts,
  .teacher-policy-grid,
  .ecosystem-screen-slots { grid-template-columns: 1fr; }

  .detour-story,
  .experience-panel,
  .teacher-trust-layout,
  .future-school-layout,
  .school-faq-layout { grid-template-columns: 1fr; }

  .detour-loop li { grid-template-columns: 40px 125px 1fr; }
  .question-payoff,
  .monthly-band { grid-template-columns: 1fr; }
  .question-payoff > span,
  .monthly-band > b { transform: rotate(90deg); justify-self: center; }

  .monthly-choice-grid > article { min-height: 0; }
  .personal-process,
  .night-schedule,
  .ecosystem-route-new { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .audience-tabs-shell { grid-template-columns: 1fr; }
  .audience-tabs { grid-template-columns: repeat(4, minmax(145px,1fr)); overflow-x: auto; padding-bottom: 4px; }
  .audience-panel { grid-template-columns: 1fr; min-height: 0; }
  .school-faq-heading-new { position: static; }
}

@media (max-width: 760px) {
  .school-story-section.section-pad { padding: 66px 0; }
  .school-story-section .section-heading { margin-bottom: 28px; }
  .school-story-section .section-heading h2 { font-size: clamp(1.85rem, 9vw, 2.55rem); }

  .school-sales-hero { padding: 74px 0 80px; }
  .school-sales-hero h1 { font-size: clamp(2.45rem, 12vw, 3.75rem); }
  .school-sales-hero-lead br { display: none; }
  .school-sales-proof { grid-template-columns: 1fr 1fr; }
  .school-sales-proof li { min-height: 94px; padding: 17px; }
  .school-sales-proof strong { font-size: .85rem; }
  .school-sales-proof span { font-size: .6rem; }

  .recognition-grid {
    display: block;
    overflow: hidden;
    border: 1px solid #d6e0ee;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 14px 30px rgba(18, 36, 68, 0.06);
  }

  .recognition-grid .recognition-tag { display: none; }

  .recognition-grid article {
    position: relative;
    min-height: 0;
    padding: 20px 18px 20px 34px;
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #dce5f0;
    background: linear-gradient(90deg, #f4f8ff 0%, #fff 48%);
  }

  .recognition-grid article:last-child { border-bottom: 0; }

  .recognition-grid article::before {
    content: "";
    position: absolute;
    top: 22px;
    bottom: 22px;
    left: 15px;
    width: 4px;
    border-radius: 999px;
    background: var(--school-blue);
  }

  .recognition-grid article:nth-child(2) { background: linear-gradient(90deg, #f0faf7 0%, #fff 48%); }
  .recognition-grid article:nth-child(2)::before { background: var(--school-mint); }
  .recognition-grid article:nth-child(3) { background: linear-gradient(90deg, #fff7f1 0%, #fff 48%); }
  .recognition-grid article:nth-child(3)::before { background: var(--school-orange); }
  .recognition-grid article:nth-child(4) { background: linear-gradient(90deg, #f4f2ff 0%, #fff 48%); }
  .recognition-grid article:nth-child(4)::before { background: #7362c9; }

  .recognition-grid h3 {
    margin: 0;
    font-size: 1rem;
    line-height: 1.55;
  }

  .recognition-grid p {
    margin-top: 7px;
    font-size: 0.75rem;
    line-height: 1.75;
  }

  .question-value-grid {
    display: block;
    overflow: hidden;
    border-top: 1px solid #d8e1ed;
    border-bottom: 1px solid #d8e1ed;
    background: transparent;
  }

  .question-value-grid article,
  .question-value-grid article:nth-child(2),
  .question-value-grid article:nth-child(3),
  .question-value-grid article:nth-child(4),
  .question-value-grid article:nth-child(5) {
    position: relative;
    min-height: 0;
    padding: 17px 0 17px 24px;
    border: 0;
    border-bottom: 1px solid #d8e1ed;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .question-value-grid article:last-child { border-bottom: 0; }

  .question-value-grid article::before {
    content: "";
    position: absolute;
    top: 21px;
    bottom: 21px;
    left: 0;
    width: 4px;
    border-radius: 999px;
    background: var(--school-blue);
  }

  .question-value-grid article:nth-child(2)::before { background: #6b5ac7; }
  .question-value-grid article:nth-child(3)::before { background: var(--school-mint); }
  .question-value-grid article:nth-child(4)::before { background: var(--school-orange); }
  .question-value-grid article:nth-child(5)::before { background: #b365a5; }

  .question-value-grid article > span {
    display: block;
    margin: 0;
    color: var(--school-blue);
    font-size: 0.58rem;
    letter-spacing: 0.12em;
  }

  .question-value-grid article:nth-child(2) > span { color: #6b5ac7; }
  .question-value-grid article:nth-child(3) > span { color: var(--school-mint); }
  .question-value-grid article:nth-child(4) > span { color: var(--school-orange); }
  .question-value-grid article:nth-child(5) > span { color: #b365a5; }

  .question-value-grid h3 {
    margin: 4px 0 0;
    font-size: 0.92rem;
    line-height: 1.55;
  }

  .question-value-grid p {
    margin: 5px 0 0;
    font-size: 0.7rem;
    line-height: 1.7;
  }

  .detour-story { padding: 26px 19px; }
  .detour-loop li { grid-template-columns: 38px 1fr; }
  .detour-loop span { grid-column: 2; }
  .story-conclusion { grid-template-columns: 1fr; gap: 10px; padding: 24px 20px; }

  .question-value-grid { grid-template-columns: 1fr; }
  .question-value-grid article,
  .question-value-grid article:nth-last-child(-n + 2) { grid-column: auto; }
  .question-value-result { margin-top: 14px; padding: 24px 20px; }

  .experience-tabs { display: flex; overflow-x: auto; }
  .experience-tabs button { min-width: 190px; min-height: 96px; padding: 18px; }
  .experience-panel { padding: 25px 16px 30px; }
  .experience-copy h3,
  .experience-copy .experience-chat-title { font-size: 1.55rem; }
  .experience-panel .school-screen { border-radius: 14px; }
  .experience-media { border-radius: 14px; }
  .experience-panel .screen-top > span { max-width: 110px; text-align: right; }

  .personal-process,
  .night-schedule,
  .ecosystem-route-new { grid-template-columns: 1fr; }
  .personal-process article,
  .night-time,
  .ecosystem-route-new li { min-height: 0; }
  .night-time strong { margin-top: 12px; }

  .audience-tabs { grid-template-columns: repeat(4, 130px); }
  .audience-tabs button { min-height: 62px; padding: 13px; text-align: center; }
  .audience-panel { padding: 28px 20px; }
  .audience-panel h3 { font-size: 1.55rem; }
  .audience-panel blockquote { padding: 18px; }

  .teacher-profile-card { grid-template-columns: 1fr; }
  .teacher-photo-slot { min-height: 240px; }
  .teacher-profile-copy { padding: 30px 24px; }

  .contract-reassurance { grid-template-columns: 1fr; }
  .contract-reassurance article { min-height: 0; }
  .price-notes { align-items: stretch; flex-direction: column; }
  .price-notes .button { width: 100%; }

  .future-school-copy ul { grid-template-columns: 1fr; }
  .school-final-cta h2 { font-size: clamp(2.1rem, 10vw, 3.25rem); }
}

@media (max-width: 760px) {
  .school-detour-section .detour-story {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .detour-insight { padding: 22px 0; }
  .detour-insight h3 { font-size: 1.48rem; }
  .school-detour-section .detour-insight > .detour-summary { margin-top: 12px; font-size: 0.76rem; }
  .detour-search-path { margin-top: 17px; }
  .detour-path-note { margin-top: 10px; font-size: 0.63rem; }

  .detour-cycle-heading {
    display: grid;
    gap: 5px;
    align-items: start;
  }

  .detour-cycle-heading strong { max-width: none; text-align: left; }

  .school-detour-section .detour-loop { grid-template-columns: 1fr; gap: 7px; }

  .school-detour-section .detour-loop li {
    min-height: 0;
    grid-template-columns: 32px 1fr;
    gap: 11px;
    padding: 14px;
  }

  .school-detour-section .detour-loop .detour-symbol {
    width: 31px;
    height: 31px;
    grid-column: auto;
    font-size: 0.78rem;
  }

  .school-detour-section .detour-loop p { margin-top: 3px; font-size: 0.64rem; }
  .school-detour-section .story-conclusion { margin-top: 30px; padding: 18px 0 18px 18px; }
}

@media (max-width: 850px) {
  .question-payoff {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 20px;
  }

  .payoff-path {
    min-height: 0;
    padding: 20px;
  }

  .payoff-path ol { margin-top: 16px; }
  .payoff-path > p { margin-top: 14px; padding-top: 12px; }

  .payoff-shift {
    grid-template-columns: auto 1fr auto;
    gap: 10px;
    align-items: center;
    justify-items: stretch;
    padding: 3px 0;
  }

  .payoff-shift span { display: none; }
  .payoff-shift strong { text-align: left; }
  .payoff-shift i { width: 32px; height: 32px; transform: rotate(90deg); }
}

@media (max-width: 760px) {
  #monthly-title > span {
    display: inline-block;
    white-space: nowrap;
    font-size: clamp(1.35rem, 7.4vw, 1.9rem);
    letter-spacing: -0.06em;
  }
}

/* Keep the detour loop deliberately simple: one message, one readable list. */
.school-detour-section .detour-story {
  grid-template-columns: minmax(280px, 0.84fr) minmax(0, 1.16fr);
  gap: clamp(42px, 7vw, 86px);
  align-items: start;
}

.school-detour-section .detour-loop {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--school-line);
}

.school-detour-section .detour-loop li,
.school-detour-section .detour-loop li:nth-child(2),
.school-detour-section .detour-loop li:nth-child(3),
.school-detour-section .detour-loop li:nth-child(4) {
  min-height: 0;
  display: grid;
  grid-template-columns: 44px 150px 1fr;
  gap: 10px;
  align-items: center;
  padding: 18px 0;
  border: 0;
  border-bottom: 1px solid var(--school-line);
  border-radius: 0;
  background: transparent !important;
  box-shadow: none;
}

.school-detour-section .detour-loop small {
  color: #98a6ba;
  font-family: "Inter", sans-serif;
  font-size: 0.74rem;
  font-weight: 800;
}

.school-detour-section .detour-loop strong { color: var(--school-ink); font-size: 0.82rem; }
.school-detour-section .detour-loop span { color: var(--school-muted); font-size: 0.72rem; }

@media (max-width: 760px) {
  .school-detour-section .detour-story { grid-template-columns: 1fr; gap: 25px; }

  .school-detour-section .detour-loop li,
  .school-detour-section .detour-loop li:nth-child(2),
  .school-detour-section .detour-loop li:nth-child(3),
  .school-detour-section .detour-loop li:nth-child(4) {
    grid-template-columns: 38px 1fr;
    padding: 14px 0;
  }

  .school-detour-section .detour-loop span { grid-column: 2; font-size: 0.68rem; }
}

/* The comparison is about one choice: whether the learner can ask a question. */
.question-payoff {
  display: block;
  margin-top: clamp(44px, 6vw, 68px);
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.payoff-intro {
  display: flex;
  justify-content: space-between;
  gap: 28px;
  align-items: end;
  padding-bottom: 22px;
}

.payoff-intro p {
  margin: 0;
  color: #7590bd;
  font-family: "Inter", sans-serif;
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.13em;
}

.payoff-intro strong {
  color: var(--school-ink);
  font-size: clamp(1rem, 1.8vw, 1.28rem);
  position: relative;
  z-index: 0;
  isolation: isolate;
  padding: 0 0.16em 0.16em;
  text-align: right;
}

.payoff-intro strong::after {
  content: "";
  position: absolute;
  z-index: -1;
  right: -0.12em;
  bottom: 0.08em;
  left: -0.12em;
  height: 0.48em;
  border-radius: 2px;
  background:
    linear-gradient(rgba(217, 232, 255, 0.88), rgba(217, 232, 255, 0.88)),
    linear-gradient(135deg, transparent 45%, rgba(75, 139, 245, 0.55) 46% 54%, transparent 55%) 0 0 / 12px 10px repeat-x,
    linear-gradient(45deg, transparent 45%, rgba(75, 139, 245, 0.55) 46% 54%, transparent 55%) 6px 0 / 12px 10px repeat-x;
}

.payoff-intro strong span { color: var(--school-blue); }

.payoff-rows {
  border-top: 1px solid #cbd9ec;
}

.payoff-row {
  display: grid;
  grid-template-columns: 178px minmax(0, 1fr) 250px;
  gap: 22px;
  align-items: center;
  padding: 22px 0;
  border-bottom: 1px solid #cbd9ec;
}

.payoff-row:last-child { border-bottom: 0; }

.payoff-row-title { display: grid; gap: 3px; }
.payoff-row-title small { color: #8a97a9; font-size: 0.68rem; font-weight: 800; }
.payoff-row-title strong { color: var(--school-ink); font-size: 0.86rem; }

.payoff-row > p {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin: 0;
  color: #5f6d80;
  font-size: 0.73rem;
  font-weight: 800;
}

.payoff-row > p i { color: #9ba8b9; font-style: normal; }
.payoff-row > em { color: #748196; font-size: 0.67rem; font-style: normal; line-height: 1.65; }

.payoff-with {
  position: relative;
  margin-inline: -14px;
  padding: 22px 14px 22px 22px;
  background: rgba(255, 255, 255, 0.62);
}

.payoff-with::before {
  content: "";
  position: absolute;
  inset: 14px auto 14px 0;
  width: 4px;
  border-radius: 999px;
  background: var(--school-blue);
}

.payoff-with .payoff-row-title small,
.payoff-with .payoff-row-title strong,
.payoff-with > p,
.payoff-with > em { color: var(--school-blue); }

.payoff-with > p i { color: #6e9bf4; }

@media (max-width: 850px) {
  .question-payoff { margin-top: 34px; padding: 0; }
  .payoff-intro { display: grid; gap: 7px; align-items: start; }
  .payoff-intro strong { text-align: left; }
  .payoff-row { grid-template-columns: 1fr; gap: 10px; padding: 18px 0; }
  .payoff-row > p { gap: 6px; font-size: 0.7rem; }
  .payoff-with { margin-inline: -8px; padding: 18px 8px 18px 18px; }
}

/* A single horizontal loop reads faster than a split explanation and list. */
.school-detour-section .detour-story {
  display: block;
  margin-top: 0;
}

.school-detour-section .detour-copy {
  display: grid;
  grid-template-columns: minmax(230px, 0.42fr) minmax(0, 1fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: start;
  max-width: 900px;
  margin: 0 auto 34px;
  padding: 0 0 24px;
  border-bottom: 1px solid #cbd8ea;
}

.school-detour-section .detour-copy > .detour-summary {
  max-width: none;
  margin: 0;
  font-size: 0.88rem;
}

.school-detour-section .detour-loop {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  max-width: 1180px;
  margin: 0 auto;
  border-top: 1px solid #cbd8ea;
  border-bottom: 1px solid #cbd8ea;
}

.school-detour-section .detour-loop li,
.school-detour-section .detour-loop li:nth-child(2),
.school-detour-section .detour-loop li:nth-child(3),
.school-detour-section .detour-loop li:nth-child(4) {
  position: relative;
  display: block;
  min-height: 162px;
  padding: 27px 28px;
  border: 0;
  border-right: 1px solid #cbd8ea;
  background: transparent !important;
}

.school-detour-section .detour-loop li:last-child { border-right: 0; }

.school-detour-section .detour-loop li:not(:last-child)::after {
  content: "→";
  position: absolute;
  z-index: 2;
  top: 50%;
  right: -13px;
  width: 26px;
  height: 26px;
  display: grid;
  place-items: center;
  border: 1px solid #cbd8ea;
  border-radius: 50%;
  color: var(--school-blue);
  background: #f4f7fb;
  font-size: 0.68rem;
  transform: translateY(-50%);
}

.school-detour-section .detour-loop small {
  display: block;
  color: var(--school-blue);
  font-size: 0.68rem;
}

.school-detour-section .detour-loop strong {
  display: block;
  margin-top: 13px;
  font-size: 0.88rem;
}

.school-detour-section .detour-loop span {
  display: block;
  margin-top: 9px;
  color: var(--school-muted);
  font-size: 0.7rem;
  line-height: 1.7;
}

@media (max-width: 760px) {
  .school-detour-section .detour-copy {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-bottom: 22px;
    padding-bottom: 18px;
  }

  .school-detour-section .detour-copy > .detour-summary { font-size: 0.76rem; }

  .school-detour-section .detour-loop { grid-template-columns: 1fr; }

  .school-detour-section .detour-loop li,
  .school-detour-section .detour-loop li:nth-child(2),
  .school-detour-section .detour-loop li:nth-child(3),
  .school-detour-section .detour-loop li:nth-child(4) {
    min-height: 0;
    padding: 14px 0 14px 42px;
    border-right: 0;
    border-bottom: 1px solid #cbd8ea;
  }

  .school-detour-section .detour-loop li:last-child { border-bottom: 0; }

  .school-detour-section .detour-loop li:not(:last-child)::after { display: none; }

  .school-detour-section .detour-loop small {
    position: absolute;
    top: 16px;
    left: 0;
    width: 27px;
    height: 27px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: var(--school-blue-soft);
    font-size: 0.58rem;
  }

  .school-detour-section .detour-loop strong { margin-top: 0; font-size: 0.8rem; }
  .school-detour-section .detour-loop span { margin-top: 3px; font-size: 0.66rem; }
}

/* The visual contrast is the environment itself, not the individual steps. */
.payoff-environments {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 118px minmax(0, 1fr);
  gap: 22px;
  align-items: stretch;
  padding-top: 22px;
  border-top: 1px solid #cbd9ec;
}

.environment-lane {
  min-height: 224px;
  display: grid;
  align-content: center;
  padding: 26px 28px;
}

.environment-heading { display: grid; gap: 5px; }
.environment-heading span { color: #7e8b9d; font-size: 0.7rem; font-weight: 800; }
.environment-heading strong { color: var(--school-ink); font-size: 0.98rem; }

.environment-flow {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin: 25px 0 0;
  color: #637187;
  font-size: 0.78rem;
  font-weight: 800;
}

.environment-flow i { color: #a2adbc; font-style: normal; }
.environment-lane > small { margin-top: 20px; padding-top: 15px; border-top: 1px solid #d1dbe8; color: #778499; font-size: 0.67rem; line-height: 1.7; }

.environment-without {
  border: 1px solid #d4deeb;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.54);
}

.environment-switch {
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 12px;
  text-align: center;
}

.environment-switch span { color: var(--school-blue); font-size: 0.68rem; font-weight: 800; line-height: 1.55; }
.environment-switch i { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--school-blue); box-shadow: 0 12px 24px rgba(47, 100, 233, 0.26); font-size: 1rem; font-style: normal; }

.environment-with {
  position: relative;
  overflow: hidden;
  border-radius: 14px;
  color: #fff;
  background: linear-gradient(135deg, #2461df, #287acf);
  box-shadow: 0 16px 30px rgba(32, 81, 187, 0.2);
}

.environment-with::after { content: "?"; position: absolute; right: 12px; bottom: -34px; color: rgba(255,255,255,.08); font-family: "Inter", sans-serif; font-size: 140px; font-weight: 800; line-height: 1; }
.environment-with .environment-heading,
.environment-with .environment-flow,
.environment-with > small { position: relative; z-index: 1; }
.environment-with .environment-heading span,
.environment-with .environment-heading strong,
.environment-with .environment-flow,
.environment-with .environment-flow i,
.environment-with > small { color: #fff; }
.environment-with > small { border-top-color: rgba(255,255,255,.28); }

@media (max-width: 850px) {
  .payoff-environments { grid-template-columns: 1fr; gap: 12px; }
  .environment-lane { min-height: 0; padding: 22px 20px; }
  .environment-switch { grid-template-columns: 1fr auto; justify-items: start; padding: 2px 0; text-align: left; }
  .environment-switch i { width: 34px; height: 34px; transform: rotate(90deg); }
  .environment-flow { margin-top: 16px; font-size: 0.72rem; }
  .environment-lane > small { margin-top: 14px; padding-top: 12px; }
}

/* The detour is one loop: its motion should read from left to right. */
.school-detour-section .detour-additional-copy {
  margin-top: 12px;
  color: #526783;
}

.school-detour-section .detour-additional-copy strong { color: var(--school-blue); }

.school-detour-section .detour-story > .detour-additional-copy {
  max-width: 900px;
  margin: 0 auto 28px;
  padding: 0 0 20px;
  border-bottom: 1px solid #cbd8ea;
  color: #4c607e;
  font-size: 1rem;
  line-height: 1.75;
  text-align: center;
}

.school-detour-section .detour-story > .detour-additional-copy strong,
.school-detour-section .detour-story > .detour-additional-copy span {
  display: block;
}

.school-detour-section .detour-story > .detour-additional-copy strong {
  margin-bottom: 5px;
  font-size: 1rem;
}

.school-detour-section .detour-loop {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

.school-detour-section .detour-loop::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  width: 46%;
  content: "";
  pointer-events: none;
  background: linear-gradient(90deg, rgba(62, 114, 232, 0), rgba(62, 114, 232, 0.08) 28%, rgba(62, 114, 232, 0.24) 52%, rgba(62, 114, 232, 0.08) 76%, rgba(62, 114, 232, 0));
  transform: translateX(-125%);
  animation: school-detour-flow 6.8s cubic-bezier(0.45, 0, 0.25, 1) infinite;
}

.school-detour-section .detour-loop li,
.school-detour-section .detour-loop li:nth-child(2),
.school-detour-section .detour-loop li:nth-child(3),
.school-detour-section .detour-loop li:nth-child(4) {
  z-index: 1;
}

.school-detour-section .detour-step-heading {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 12px;
  white-space: nowrap;
}

.school-detour-section .detour-loop small {
  display: inline-block;
  flex: 0 0 auto;
}

.school-detour-section .detour-loop strong {
  display: inline-block;
  margin: 0;
}

@media (min-width: 761px) {
  .school-detour-section .detour-loop li,
  .school-detour-section .detour-loop li:nth-child(2),
  .school-detour-section .detour-loop li:nth-child(3),
  .school-detour-section .detour-loop li:nth-child(4) {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: auto auto;
    align-content: center;
    justify-items: center;
    text-align: center;
  }

  .school-detour-section .detour-step-heading {
    justify-content: center;
  }

  .school-detour-section .detour-loop span {
    max-width: 22ch;
  }
}

@keyframes school-detour-flow {
  0%, 10% {
    opacity: 0;
    transform: translateX(-125%);
  }

  18%, 70% { opacity: 1; }

  88%, 100% {
    opacity: 0;
    transform: translateX(265%);
  }
}

@media (max-width: 760px) {
  .school-detour-section .detour-step-heading {
    min-height: 27px;
    gap: 10px;
  }

  .school-detour-section .detour-loop strong { margin: 0; }

  .school-detour-section .detour-story > .detour-additional-copy {
    margin-bottom: 20px;
    padding-bottom: 16px;
    font-size: 0.88rem;
    line-height: 1.75;
  }
}

@media (prefers-reduced-motion: reduce) {
  .school-detour-section .detour-loop::before {
    opacity: 0.45;
    transform: translateX(58%);
    animation: none;
  }
}

/* The comparison should make the choice to ask visually unmistakable. */
.payoff-intro {
  justify-content: center;
  align-items: center;
  padding-bottom: 22px;
}

.payoff-intro strong { text-align: center; }

.environment-lane {
  border-radius: 16px;
}

.environment-without {
  border-color: #dfd4d8;
  background: linear-gradient(135deg, #fcfaf9 0%, #f6f0f1 100%);
  box-shadow: none;
}

.environment-without .environment-heading span { color: #8e7078; }
.environment-without .environment-heading strong { color: #4b5666; }
.environment-without .environment-flow { color: #707a88; }
.environment-without .environment-flow i { color: #ba9da5; }
.environment-without > small { border-top-color: #dfd4d8; color: #74808d; }

.environment-with {
  transform: translateY(-6px);
  border: 2px solid #2f64e9;
  color: var(--school-ink);
  background: linear-gradient(135deg, #ffffff 0%, #e8f2ff 100%);
  box-shadow: 0 20px 36px rgba(35, 85, 196, 0.2);
}

.environment-with::after { content: none; }

.environment-with::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 6px;
  content: "";
  background: linear-gradient(90deg, #2463df, #56a4eb);
}

.environment-with .environment-heading,
.environment-with .environment-flow,
.environment-with > small { color: var(--school-ink); }

.environment-with .environment-heading span {
  color: #2463df;
}

.environment-with .environment-heading strong { color: #102a52; }

.environment-flow {
  gap: 7px;
  line-height: 1.45;
}

.environment-flow span {
  padding: 4px 7px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.68);
}

.environment-with .environment-flow { color: #35516f; }
.environment-with .environment-flow i { color: #7998c5; }

.environment-with .environment-flow span {
  border: 1px solid #cbdcf4;
  background: rgba(255, 255, 255, 0.82);
}

.environment-with .environment-flow .flow-question {
  border-color: #2f64e9;
  color: #fff;
  background: #2f64e9;
  box-shadow: 0 5px 12px rgba(47, 100, 233, 0.22);
}

.environment-with > small {
  border-top-color: #c7d9f2;
  color: #496482;
}

@media (max-width: 850px) {
  .payoff-intro { justify-content: start; }
  .payoff-intro strong { text-align: left; }
  .environment-with { transform: translateY(0); }
}

/* Each stage arrives in order once the detour loop enters view. */
@media (prefers-reduced-motion: no-preference) {
  .school-detour-section .detour-loop.is-sequenced:not(.is-sequence-visible) li {
    opacity: 0;
    transform: translateX(-28px);
  }

  .school-detour-section .detour-loop.is-sequence-visible li {
    animation: school-detour-step-in 0.58s cubic-bezier(0.22, 0.75, 0.25, 1) both;
  }

  .school-detour-section .detour-loop.is-sequence-visible li:nth-child(2) { animation-delay: 0.16s; }
  .school-detour-section .detour-loop.is-sequence-visible li:nth-child(3) { animation-delay: 0.32s; }
  .school-detour-section .detour-loop.is-sequence-visible li:nth-child(4) { animation-delay: 0.48s; }
}

@keyframes school-detour-step-in {
  from {
    opacity: 0;
    transform: translateX(-28px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@media (prefers-reduced-motion: no-preference) {
  .payoff-environments.is-environment-sequenced:not(.is-environment-visible) .environment-without,
  .payoff-environments.is-environment-sequenced:not(.is-environment-visible) .environment-switch,
  .payoff-environments.is-environment-sequenced:not(.is-environment-visible) .environment-with {
    opacity: 0;
  }

  .payoff-environments.is-environment-sequenced:not(.is-environment-visible) .environment-without {
    transform: translateX(-30px);
  }

  .payoff-environments.is-environment-sequenced:not(.is-environment-visible) .environment-switch {
    transform: scale(0.82);
  }

  .payoff-environments.is-environment-sequenced:not(.is-environment-visible) .environment-with {
    transform: translate(30px, -6px);
  }

  .payoff-environments.is-environment-visible .environment-without {
    animation: school-environment-left-in 0.68s cubic-bezier(0.22, 0.75, 0.25, 1) both;
  }

  .payoff-environments.is-environment-visible .environment-switch {
    animation: school-environment-switch-in 0.36s cubic-bezier(0.22, 0.75, 0.25, 1) 0.72s both;
  }

  .payoff-environments.is-environment-visible .environment-with {
    animation: school-environment-right-in 0.7s cubic-bezier(0.22, 0.75, 0.25, 1) 1.08s both;
  }
}

@keyframes school-environment-left-in {
  from { opacity: 0; transform: translateX(-30px); }
  to { opacity: 1; transform: translateX(0); }
}

@keyframes school-environment-switch-in {
  from { opacity: 0; transform: scale(0.82); }
  to { opacity: 1; transform: scale(1); }
}

@keyframes school-environment-right-in {
  from { opacity: 0; transform: translate(30px, -6px); }
  to { opacity: 1; transform: translateY(-6px); }
}

/* Give the question-enabled path more room than the stalled path. */
@media (min-width: 851px) {
  .payoff-environments {
    grid-template-columns: minmax(280px, 0.78fr) 64px minmax(0, 1.22fr);
    gap: 16px;
    align-items: center;
  }

  .environment-without {
    min-height: 188px;
    padding: 22px 24px;
  }

  .environment-with {
    min-height: 236px;
  }

  .environment-with .environment-flow {
    flex-wrap: nowrap;
    gap: 5px;
    font-size: 0.72rem;
    white-space: nowrap;
  }

  .environment-with .environment-flow span { padding: 4px 6px; }

  .environment-without .environment-flow {
    flex-wrap: nowrap;
    gap: 5px;
    font-size: 0.7rem;
    white-space: nowrap;
  }

  .environment-without .environment-flow span { padding: 4px 6px; }
}

@media (max-width: 850px) {
  .environment-with .environment-flow {
    flex-wrap: wrap;
    white-space: normal;
  }
}

/* Quiet editorial backgrounds make the two learning environments tangible. */
.environment-without {
  background-image:
    linear-gradient(90deg, rgba(252, 250, 249, 0.98) 0%, rgba(252, 250, 249, 0.94) 52%, rgba(246, 240, 241, 0.72) 100%),
    url("/img/generated/school-question-without-bg.jpg");
  background-position: center;
  background-size: cover;
}

.environment-with {
  background-image:
    linear-gradient(90deg, rgba(255, 255, 255, 0.98) 0%, rgba(244, 250, 255, 0.95) 52%, rgba(232, 242, 255, 0.72) 100%),
    url("/img/generated/school-question-with-bg.jpg");
  background-position: center;
  background-size: cover;
}

/* Each timing choice carries its own quiet study scene. */
.monthly-choice-grid > article {
  background-position: right center;
  background-size: cover;
}

.monthly-choice-grid > article:nth-child(1) {
  background-image:
    linear-gradient(90deg, rgba(255, 255, 255, 0.98) 0%, rgba(249, 252, 255, 0.94) 58%, rgba(232, 244, 255, 0.72) 100%),
    url("/img/generated/school-monthly-start-bg.jpg");
}

.monthly-choice-grid > article:nth-child(2) {
  background-image:
    linear-gradient(90deg, rgba(255, 255, 255, 0.98) 0%, rgba(248, 253, 252, 0.94) 58%, rgba(231, 247, 243, 0.72) 100%),
    url("/img/generated/school-monthly-needed-bg.jpg");
}

.monthly-choice-grid > article.monthly-choice-accent {
  background:
    linear-gradient(90deg, rgba(248, 251, 255, 0.97) 0%, rgba(243, 247, 255, 0.86) 58%, rgba(239, 244, 255, 0.56) 100%),
    url("/img/generated/school-monthly-final-bg.jpg") right center / cover no-repeat !important;
}

/* Keep the time-and-cost benefit as two immediately scannable ideas. */
.monthly-band {
  gap: 14px;
  padding: 14px;
  border: 1px solid #cbdcf8;
  border-radius: 18px;
  background: linear-gradient(135deg, #f8fbff 0%, #eef5ff 100%);
}

.monthly-band > div {
  position: relative;
  isolation: isolate;
  min-height: 128px;
  align-content: center;
  gap: 9px;
  padding: 20px 24px;
  border: 1px solid #d9e4f4;
  border-radius: 12px;
  overflow: hidden;
  background:
    radial-gradient(circle at 100% 0%, rgba(73, 126, 239, 0.15), transparent 42%),
    linear-gradient(135deg, #ffffff 0%, #f1f6ff 100%);
  box-shadow: 0 10px 24px rgba(36, 71, 130, 0.07);
}

.monthly-band > div:last-child {
  border-color: #cce8e2;
  background:
    radial-gradient(circle at 100% 0%, rgba(28, 161, 142, 0.16), transparent 42%),
    linear-gradient(135deg, #ffffff 0%, #effbf8 100%);
}

.monthly-band > div::after {
  content: "";
  position: absolute;
  right: -52px;
  bottom: -88px;
  z-index: 0;
  width: 168px;
  height: 168px;
  border: 1px solid rgba(47, 100, 233, 0.2);
  border-radius: 50%;
  box-shadow: 0 0 0 22px rgba(47, 100, 233, 0.05), 0 0 0 44px rgba(47, 100, 233, 0.03);
}

.monthly-band > div:last-child::after {
  border-color: rgba(14, 150, 144, 0.22);
  box-shadow: 0 0 0 22px rgba(14, 150, 144, 0.05), 0 0 0 44px rgba(14, 150, 144, 0.03);
}

.monthly-band small {
  position: relative;
  z-index: 1;
  width: fit-content;
  padding: 4px 9px;
  border-radius: 999px;
  background: #e6efff;
  color: var(--school-blue);
  font-size: 0.68rem;
  letter-spacing: 0.08em;
}

.monthly-band > div:last-child small {
  background: #def4ef;
  color: #087f78;
}

.monthly-band strong {
  position: relative;
  z-index: 1;
  color: var(--school-ink);
  font-size: clamp(0.9rem, 1.45vw, 1.04rem);
  line-height: 1.6;
}

.monthly-band > b {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid #b9ceef;
  border-radius: 50%;
  background: #fff;
  color: var(--school-blue);
  font-size: 1.1rem;
  line-height: 1;
}

@media (max-width: 850px) {
  .monthly-band { gap: 10px; }
  .monthly-band > b { transform: rotate(0deg); }
}

@media (max-width: 560px) {
  .monthly-band { padding: 10px; }
  .monthly-band > div { min-height: 118px; padding: 18px; }
}

@media (max-width: 760px) {
  .environment-switch {
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    align-items: center;
    min-height: 54px;
    gap: 10px;
    padding: 4px 0;
  }

  .environment-switch i {
    grid-column: 2;
    grid-row: 1;
    transform: none;
  }

  .environment-switch span {
    grid-column: 3;
    grid-row: 1;
    justify-self: start;
    text-align: left;
  }
}

@media (max-width: 760px) {
  section[aria-labelledby="monthly-title"].school-story-section.section-pad {
    padding-top: 46px;
  }

  section[aria-labelledby="monthly-title"] .section-heading {
    margin: 0 auto 28px;
    text-align: center;
  }

  section[aria-labelledby="monthly-title"] .section-heading::before {
    margin-inline: auto;
    margin-bottom: 16px;
  }

  section[aria-labelledby="monthly-title"] .section-heading > p:last-child {
    margin: 18px auto 0;
    text-align: center;
  }
}

/* Decorative numbers make each card distinct without making it read as a procedure. */
.question-value-grid article,
.monthly-choice-grid > article {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

.question-value-grid article > span {
  position: absolute;
  top: 12px;
  left: 18px;
  z-index: 0;
  display: block;
  margin: 0;
  color: rgba(41, 99, 233, 0.11);
  font-family: "Inter", sans-serif;
  font-size: clamp(5.3rem, 6.8vw, 7.4rem);
  font-weight: 800;
  line-height: 0.76;
  letter-spacing: -0.1em;
  pointer-events: none;
}

.question-value-grid article:nth-child(2) > span { color: rgba(107, 90, 199, 0.11); }
.question-value-grid article:nth-child(3) > span { color: rgba(14, 150, 144, 0.12); }
.question-value-grid article:nth-child(4) > span { color: rgba(221, 126, 63, 0.11); }
.question-value-grid article:nth-child(5) > span { color: rgba(179, 101, 165, 0.11); }

.question-value-grid article > h3,
.question-value-grid article > p,
.monthly-choice-grid > article > h3,
.monthly-choice-grid > article > .monthly-choice-audience,
.monthly-choice-grid > article > ul {
  position: relative;
  z-index: 1;
}

.question-value-grid article > h3 { margin-top: 20px; }

@media (max-width: 760px) {
  .question-value-grid article,
  .question-value-grid article:nth-child(2),
  .question-value-grid article:nth-child(3),
  .question-value-grid article:nth-child(4),
  .question-value-grid article:nth-child(5) {
    padding: 20px 0 20px 58px;
  }

  .question-value-grid article::before { display: none; }

  .question-value-grid article > span {
    top: 12px;
    left: 3px;
    font-size: 4.2rem;
  }

  .question-value-grid article > h3 {
    margin-top: -2px;
    min-height: 2.1em;
  }

}

/* Time performance and cost performance are two equal reasons to choose the monthly plan. */
.monthly-band {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 68px minmax(0, 1fr);
  gap: 0;
  align-items: stretch;
  margin-top: 24px;
  padding: clamp(22px, 3.2vw, 40px) clamp(18px, 3vw, 42px) 26px;
  border: 1px solid #d5e2f4;
  border-radius: 22px;
  background:
    linear-gradient(90deg, rgba(239, 246, 255, 0.78) 0%, rgba(255, 255, 255, 0.92) 48%, rgba(242, 252, 248, 0.8) 100%);
  overflow: hidden;
}

.monthly-band::before,
.monthly-band::after {
  content: "";
  position: absolute;
  z-index: 0;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  pointer-events: none;
}

.monthly-band::before {
  top: -184px;
  left: -124px;
  border: 28px solid rgba(47, 100, 233, 0.05);
}

.monthly-band::after {
  right: -146px;
  bottom: -178px;
  border: 34px solid rgba(18, 145, 91, 0.05);
}

.monthly-benefit {
  position: relative;
  z-index: 1;
  min-width: 0;
  padding: 2px clamp(16px, 2.6vw, 36px) 8px;
}

.monthly-benefit-time { border-right: 0; }

.monthly-benefit-eyebrow {
  margin: 0;
  color: #173c78;
  font-size: clamp(0.86rem, 1.3vw, 1.08rem);
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1.3;
  text-align: center;
}

.monthly-benefit-cost .monthly-benefit-eyebrow { color: #176541; }

.monthly-benefit h3 {
  margin: 8px auto 12px;
  color: #1358bd;
  font-size: clamp(3rem, 5.2vw, 5rem);
  font-weight: 900;
  letter-spacing: -0.1em;
  line-height: 0.92;
  text-align: center;
}

.monthly-benefit-cost h3 { color: #187344; }

.monthly-benefit-lead {
  width: fit-content;
  max-width: 100%;
  margin: 0 auto;
  padding: 8px 16px 9px;
  color: #fff;
  background: linear-gradient(100deg, #1763cb, #2d82ef);
  font-size: clamp(0.84rem, 1.4vw, 1.04rem);
  font-weight: 800;
  line-height: 1.35;
  text-align: center;
}

.monthly-benefit-cost .monthly-benefit-lead { background: linear-gradient(100deg, #187344, #32935b); }

.monthly-benefit ul {
  display: grid;
  gap: 0;
  width: min(100%, 400px);
  margin: 22px auto 0;
  padding: 0;
  border: 0;
  list-style: none;
}

.monthly-benefit li {
  position: relative;
  display: grid;
  grid-template-columns: 28px minmax(0, 330px);
  grid-template-rows: auto auto;
  column-gap: 12px;
  align-content: center;
  justify-content: center;
  min-height: 76px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(75, 111, 159, 0.18);
  color: var(--school-ink);
  text-align: left;
}

.monthly-benefit li + li { padding-top: 12px; }

.monthly-benefit li::before {
  content: "✓";
  position: static;
  grid-column: 1;
  grid-row: 1 / 3;
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  align-self: center;
  border-radius: 50%;
  color: #fff;
  background: #1966ca;
  font-size: 0.82rem;
  font-weight: 900;
}

.monthly-benefit-cost li::before { background: #278152; }

.monthly-benefit li strong {
  grid-column: 2;
  display: block;
  color: var(--school-ink);
  font-size: clamp(0.88rem, 1.25vw, 1.02rem);
  font-weight: 800;
  line-height: 1.42;
}

.monthly-benefit li span {
  grid-column: 2;
  display: block;
  margin-top: 2px;
  color: #596b83;
  font-size: 0.77rem;
  line-height: 1.55;
}

.monthly-band > .monthly-band-cross {
  position: relative;
  z-index: 3;
  align-self: start;
  justify-self: center;
  display: grid;
  width: 54px;
  min-height: 54px;
  height: 54px;
  place-items: center;
  margin: 28px 0 0;
  padding: 0;
  border: 1px solid #d6e1ef;
  border-radius: 50%;
  overflow: visible;
  color: #1c669e;
  background: #fff;
  box-shadow: 0 8px 20px rgba(24, 83, 156, 0.12);
  font-family: Arial, "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
}

.monthly-band > .monthly-band-cross::after {
  display: none;
  content: none;
}

.monthly-band-conclusion {
  z-index: 1;
  grid-column: 1 / -1;
  margin: 24px 0 0;
  padding-top: 20px;
  border-top: 1px solid #d7e3f2;
  color: var(--school-ink);
  font-size: clamp(1.08rem, 2.2vw, 1.55rem);
  font-weight: 900;
  letter-spacing: 0.02em;
  line-height: 1.35;
  text-align: center;
}

.monthly-band-conclusion span { color: #1763cb; }
.monthly-band-conclusion i { margin: 0 0.16em; color: var(--school-ink); font-style: normal; }
.monthly-band-conclusion strong { color: var(--school-ink); font-size: inherit; }
.monthly-band-conclusion strong em { color: #2d8954; font-style: normal; }

@media (max-width: 850px) {
  .monthly-band {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 24px 20px 22px;
  }

  .monthly-benefit { padding: 0 4px 22px; }
  .monthly-benefit-time { border-right: 0; border-bottom: 1px solid #d9e4f2; }
  .monthly-band > .monthly-band-cross { align-self: center; margin: -45px auto -44px; }
  .monthly-band-conclusion { margin-top: 4px; }
}

@media (max-width: 560px) {
  .monthly-band { margin-top: 18px; padding: 22px 18px 18px; border-radius: 18px; }
  .monthly-benefit h3 { margin: 6px auto 10px; font-size: 3.15rem; }
  .monthly-benefit-lead { padding: 8px 12px; font-size: 0.8rem; }
  .monthly-benefit ul { margin-top: 17px; }
  .monthly-benefit li { min-height: 44px; padding-left: 38px; }
  .monthly-benefit li::before { width: 25px; height: 25px; font-size: 0.74rem; }
  .monthly-benefit li strong { font-size: 0.86rem; }
  .monthly-benefit li span { font-size: 0.73rem; }
  .monthly-band-conclusion { margin-top: 0; padding-top: 17px; font-size: 1.04rem; }
}

/* Hero: question-first learning, shown through an actual evening study scene. */
.school-sales-hero {
  min-height: calc(100svh - 64px);
  place-items: start center;
  padding: clamp(54px, 5.8vw, 82px) 0 28px;
  background:
    linear-gradient(90deg, rgba(2, 10, 25, 0.98) 0%, rgba(3, 14, 33, 0.96) 36%, rgba(4, 17, 39, 0.72) 58%, rgba(4, 15, 34, 0.12) 100%),
    url("../img/service/school-hero-night-study.png") right center / auto 92% no-repeat,
    #020a19;
}

.school-sales-hero::before {
  opacity: 0.08;
  mask-image: none;
}

.school-sales-hero::after { display: none; }

.school-sales-hero-inner {
  position: relative;
  width: min(1420px, calc(100% - 64px));
  max-width: none;
}

.school-sales-hero .eyebrow { margin-bottom: 20px; }

.school-sales-hero .eyebrow::after {
  display: block;
  content: "";
  width: 30px;
  height: 1px;
  background: currentColor;
}

.school-mobile-break,
.school-section-mobile-break,
.school-hero-scene { display: none; }

.school-hero-visual { display: contents; }

.school-sales-hero h1 {
  max-width: 900px;
  font-size: clamp(3.05rem, 4.55vw, 4.65rem);
  line-height: 1.1;
  white-space: nowrap;
}

.school-sales-hero-lead {
  max-width: 680px;
  margin-top: 24px;
  font-size: clamp(1.2rem, 1.9vw, 1.55rem);
  line-height: 1.75;
}

.school-sales-hero-body {
  max-width: 690px;
  margin-top: 14px;
  font-size: clamp(0.86rem, 1.08vw, 0.98rem);
  line-height: 1.9;
}

.school-sales-hero-body strong { color: #6bb6ff; }

.school-hero-benefit {
  position: absolute;
  top: 6px;
  right: 23%;
  display: grid;
  width: 190px;
  min-height: 190px;
  place-content: center;
  margin: 0;
  border: 1px solid #72a9ff;
  border-radius: 50%;
  color: #fff;
  background: rgba(5, 22, 48, 0.66);
  box-shadow: 0 0 42px rgba(29, 104, 232, 0.18), inset 0 0 36px rgba(34, 106, 224, 0.12);
  font-size: 0.82rem;
  line-height: 1.7;
  text-align: center;
  backdrop-filter: blur(5px);
}

.school-hero-benefit strong {
  display: block;
  margin-top: 6px;
  color: #67a9ff;
  font-size: 1.02rem;
  line-height: 1.7;
}

.school-sales-hero .hero-actions {
  gap: 16px;
  margin-top: 24px;
}

.school-sales-hero .hero-actions .button {
  min-width: 268px;
  min-height: 62px;
  justify-content: center;
  border-radius: 999px;
}

.school-sales-proof {
  max-width: none;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  margin-top: 34px;
  border-color: rgba(157, 185, 230, 0.27);
  background: rgba(6, 19, 42, 0.72);
  backdrop-filter: blur(8px);
}

.school-sales-proof li {
  min-height: 116px;
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  grid-template-rows: auto auto;
  column-gap: 12px;
  align-content: center;
  justify-content: stretch;
  padding: 18px 16px;
  background: rgba(8, 23, 48, 0.66);
}

.school-sales-proof li::before { display: none; }

.school-proof-icon {
  grid-row: 1 / 3;
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  align-self: center;
  border: 1px solid rgba(105, 154, 255, 0.64);
  border-radius: 50%;
  color: #9cbcff;
  background: radial-gradient(circle at 35% 30%, rgba(100, 143, 255, 0.34), rgba(19, 47, 104, 0.78));
  box-shadow: 0 6px 20px rgba(20, 76, 178, 0.22);
}

.school-proof-icon svg {
  width: 25px;
  height: 25px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.school-proof-copy {
  grid-column: 2;
  display: grid;
  align-content: center;
  gap: 3px;
  min-width: 0;
}

.school-proof-copy strong {
  align-self: end;
  font-size: clamp(0.74rem, 1vw, 0.9rem);
  line-height: 1.45;
}

.school-proof-copy span {
  align-self: start;
  margin-top: 3px;
  font-size: clamp(0.58rem, 0.72vw, 0.68rem);
  line-height: 1.55;
}

@media (max-width: 1180px) {
  .school-hero-benefit { display: none; }
  .school-sales-proof { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .school-sales-hero {
    background:
      linear-gradient(90deg, rgba(2, 10, 25, 0.98) 0%, rgba(3, 14, 33, 0.95) 48%, rgba(4, 17, 39, 0.56) 74%, rgba(4, 15, 34, 0.22) 100%),
      url("../img/service/school-hero-night-study.png") right center / auto 92% no-repeat,
      #020a19;
  }
}

@media (max-width: 760px) {
  .school-sales-hero {
    min-height: auto;
    padding: 42px 0 28px;
    background:
      radial-gradient(circle at 84% 18%, rgba(28, 91, 198, 0.16), transparent 34%),
      linear-gradient(180deg, #020b1b 0%, #061326 48%, #07152b 100%),
      #061326;
  }

  .school-sales-hero-inner { width: min(100% - 36px, 1420px); }
  .school-sales-hero .eyebrow {
    width: 100%;
    justify-content: center;
    gap: 11px;
    margin-bottom: 18px;
    font-size: 0.66rem;
    letter-spacing: 0.11em;
    white-space: nowrap;
  }
  .school-sales-hero .eyebrow::before,
  .school-sales-hero .eyebrow::after { width: 23px; }
  .school-sales-hero h1 {
    max-width: 100%;
    font-size: min(6.1vw, 1.68rem);
    line-height: 1.38;
    letter-spacing: -0.05em;
    white-space: nowrap;
  }
  .school-sales-hero h1 br { display: block; }
  .school-section-mobile-break { display: block; }

  #lecture-gap-title,
  #experience-title {
    font-size: min(6.55vw, 1.65rem);
    line-height: 1.42;
    white-space: nowrap;
  }

  #question-value-title {
    font-size: min(6.1vw, 1.52rem);
    line-height: 1.48;
  }

  #question-value-title > span,
  #price-title,
  #price-title > span {
    white-space: nowrap;
  }

  #price-title {
    font-size: min(6.5vw, 1.64rem);
    line-height: 1.45;
  }
  .school-sales-hero-lead {
    margin-top: 18px;
    font-size: 0.9rem;
    line-height: 1.85;
  }
  .school-sales-hero-body {
    margin-top: 12px;
    font-size: 0.84rem;
    line-height: 1.85;
  }
  .school-sales-hero-body br { display: block; }
  .school-hero-visual {
    position: relative;
    display: block;
    margin: 6px -18px 18px;
  }
  .school-hero-scene {
    display: block;
    height: clamp(220px, 60vw, 245px);
    background:
      linear-gradient(90deg, rgba(4, 17, 39, 0.86) 0%, rgba(4, 17, 39, 0.24) 46%, rgba(4, 17, 39, 0.02) 100%),
      linear-gradient(180deg, #061326 0%, rgba(6, 19, 38, 0.03) 20%, rgba(6, 19, 38, 0.02) 72%, #061326 100%),
      url("../img/service/school-hero-night-study.png") 68% center / auto 300px no-repeat;
  }
  .school-hero-benefit {
    top: 43px;
    right: auto;
    left: 28px;
    display: grid;
    width: 122px;
    min-height: 122px;
    padding: 12px;
    border-color: #6aa4ff;
    background: rgba(5, 22, 48, 0.7);
    font-size: 0.68rem;
    line-height: 1.65;
  }
  .school-hero-benefit strong {
    margin-top: 4px;
    font-size: 0.8rem;
    line-height: 1.65;
  }
  .school-sales-hero .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 0;
  }
  .school-sales-hero .hero-actions .button { width: 100%; min-width: 0; min-height: 56px; }
  .school-sales-proof {
    grid-template-columns: 1fr;
    gap: 0;
    margin-top: 20px;
    padding: 4px 20px;
    border-radius: 12px;
    background: linear-gradient(135deg, rgba(8, 24, 52, 0.94), rgba(10, 30, 62, 0.82));
  }
  .school-sales-proof li {
    min-height: 82px;
    grid-template-columns: 46px minmax(0, 1fr);
    column-gap: 14px;
    padding: 12px 2px;
    border-bottom: 1px solid rgba(157, 185, 230, 0.22);
    background: transparent;
  }
  .school-sales-proof li:last-child { border-bottom: 0; }
  .school-proof-icon { width: 44px; height: 44px; }
  .school-proof-icon svg { width: 25px; height: 25px; }
  .school-proof-copy strong { font-size: 0.94rem; }
  .school-proof-copy span { margin-top: 1px; font-size: 0.72rem; }

  .site-header .site-menu-toggle {
    width: 44px;
    min-height: 44px;
    padding: 0;
    border-color: transparent;
    border-radius: 8px;
    background: transparent;
  }
  .site-header .site-menu-toggle > span:last-child {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
  }
  .site-header .site-menu-toggle-bars,
  .site-header .site-menu-toggle-bars::before,
  .site-header .site-menu-toggle-bars::after {
    width: 26px;
    height: 1.5px;
  }
  .site-header .site-menu-toggle-bars::before { top: -8px; }
  .site-header .site-menu-toggle-bars::after { top: 8px; }
}

/* Mobile: keep sequential content compact and visibly connected. */
@media (max-width: 760px) {
  .environment-switch i {
    transform: rotate(90deg) !important;
  }

  section[aria-labelledby="monthly-title"] .section-heading {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    text-align: left;
  }

  section[aria-labelledby="monthly-title"] .section-heading::before {
    margin-right: 0;
    margin-left: 0;
  }

  section[aria-labelledby="monthly-title"] .section-heading > p:last-child {
    margin-right: 0;
    margin-left: 0;
    text-align: left;
  }

  #monthly-title,
  #monthly-title > span {
    text-align: left;
  }

  .personal-process {
    position: relative;
    display: block;
    padding: 0;
    border: 0;
    border-radius: 0;
    overflow: visible;
    background: transparent;
  }

  .personal-process::before {
    position: absolute;
    top: 28px;
    bottom: 28px;
    left: 21px;
    width: 2px;
    content: "";
    background: linear-gradient(180deg, #4d82ee, #8ab0f8 78%, #54bca4);
  }

  .personal-process article {
    position: relative;
    display: block;
    min-height: 92px;
    padding: 16px 0 18px 62px;
    border: 0;
    border-bottom: 1px solid #d7e1ee;
    background: transparent;
  }

  .personal-process article:last-child { border-bottom: 0; }

  .personal-process article > span {
    position: absolute;
    top: 14px;
    left: 0;
    z-index: 1;
    display: grid;
    width: 44px;
    height: 44px;
    place-items: center;
    border: 4px solid #f4f7fb;
    border-radius: 50%;
    color: #fff;
    background: linear-gradient(145deg, #2f64e9, #568cf4);
    box-shadow: 0 8px 18px rgba(47, 100, 233, 0.2);
    font-size: 0.68rem;
    font-weight: 900;
  }

  .personal-process article:last-child > span {
    background: linear-gradient(145deg, #248d75, #43b59b);
  }

  .personal-process strong {
    display: block;
    margin: 0;
    font-size: 0.92rem;
    line-height: 1.55;
  }

  .personal-process p {
    margin: 7px 0 0;
    color: var(--school-muted);
    font-size: 0.72rem;
    line-height: 1.7;
  }

  .personal-process article:not(:last-child)::after { display: none; }

  .night-schedule {
    position: relative;
    display: block;
    padding: 4px 0;
  }

  .night-schedule::before {
    position: absolute;
    top: 24px;
    bottom: 24px;
    left: 64px;
    width: 2px;
    content: "";
    background: linear-gradient(180deg, #c3cfdf 0%, #f0a67e 48%, #5f8ff0 72%, #55b99f 100%);
  }

  .night-time,
  .night-time.is-stop,
  .night-time.is-answer,
  .night-time.is-goal {
    position: relative;
    min-height: 82px;
    padding: 15px 0 18px 90px;
    border: 0;
    border-bottom: 1px solid #dbe3ed;
    border-radius: 0;
    background: transparent;
  }

  .night-time:last-child { border-bottom: 0; }

  .night-time::before {
    position: absolute;
    top: 22px;
    left: 58px;
    z-index: 1;
    width: 14px;
    height: 14px;
    border: 3px solid #fff;
    border-radius: 50%;
    content: "";
    background: #a6b4c7;
    box-shadow: 0 0 0 1px #b9c7d9;
  }

  .night-time.is-stop::before { background: #e7814d; box-shadow: 0 0 0 1px #e9a27e; }
  .night-time.is-answer::before { background: var(--school-blue); box-shadow: 0 0 0 1px #7ca2f7; }
  .night-time.is-goal::before { background: var(--school-mint); box-shadow: 0 0 0 1px #75c8b5; }

  .night-time > span {
    position: absolute;
    top: 17px;
    left: 0;
    width: 48px;
    color: #73839a;
    font-size: 0.78rem;
    text-align: right;
  }

  .night-time strong {
    margin: 0;
    font-size: 0.88rem;
    line-height: 1.5;
  }

  .night-time small {
    margin-top: 4px;
    font-size: 0.69rem;
    line-height: 1.55;
  }

  .night-time:not(:last-child)::after { display: none; }

  .audience-panel ul,
  .audience-panel li {
    text-align: center;
  }

  .audience-panel li {
    justify-items: center;
  }

  .monthly-band > .monthly-band-cross {
    margin: 10px auto 14px;
    transform: none;
  }

  .monthly-band > .monthly-band-cross::after { display: none; }

  .school-detour-section .detour-loop::before {
    top: 0;
    right: 0;
    bottom: auto;
    left: 0;
    width: 100%;
    height: 42%;
    background: linear-gradient(180deg, rgba(62, 114, 232, 0), rgba(62, 114, 232, 0.08) 28%, rgba(62, 114, 232, 0.2) 52%, rgba(62, 114, 232, 0.08) 76%, rgba(62, 114, 232, 0));
    transform: translateY(-125%);
    animation: school-detour-flow-mobile 6.8s cubic-bezier(0.45, 0, 0.25, 1) infinite;
  }

  .school-detour-section .detour-loop span {
    width: 100%;
    max-width: none;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .school-detour-section .detour-story > .detour-additional-copy strong {
    margin-bottom: 6px;
    font-size: clamp(0.72rem, 3.45vw, 0.84rem);
    letter-spacing: -0.035em;
    white-space: nowrap;
  }
}

@keyframes school-detour-flow-mobile {
  0%, 10% {
    opacity: 0;
    transform: translateY(-125%);
  }

  18%, 70% { opacity: 1; }

  88%, 100% {
    opacity: 0;
    transform: translateY(265%);
  }
}

@media (max-width: 760px) and (prefers-reduced-motion: reduce) {
  .school-detour-section .detour-loop::before {
    opacity: 0.35;
    transform: translateY(58%);
    animation: none;
  }
}

/* Mobile: present repeated benefits as three intentional points, not stacked cards. */
@media (max-width: 760px) {
  .personal-strength-grid {
    display: grid;
    gap: 10px;
    margin-top: 24px;
    padding: 0;
    border: 0;
  }

  .personal-strength-grid::before {
    display: block;
    margin: 0 0 4px;
    padding-left: 13px;
    border-left: 3px solid var(--school-blue);
    color: var(--school-ink);
    content: "質問を続けられる、3つの仕組み";
    font-size: 0.76rem;
    font-weight: 900;
    letter-spacing: 0.04em;
    line-height: 1.5;
    text-align: left;
  }

  .personal-strength-grid article {
    position: relative;
    min-height: 0;
    overflow: hidden;
    padding: 18px 68px 18px 18px;
    border: 1px solid #cbdcf6;
    border-radius: 16px;
    background: linear-gradient(135deg, #f8fbff 0%, #eaf2ff 100%);
    box-shadow: 0 10px 24px rgba(39, 78, 139, 0.08);
  }

  .personal-strength-grid article:nth-of-type(2) {
    margin-left: 0;
    border-color: #d7d4f5;
    background: linear-gradient(135deg, #fbfaff 0%, #f0efff 100%);
  }

  .personal-strength-grid article:nth-of-type(3) {
    margin-right: 0;
    border-color: #bfe2d9;
    background: linear-gradient(135deg, #f7fcfa 0%, #e8f7f3 100%);
  }

  .personal-strength-grid article::before {
    position: absolute;
    top: 50%;
    right: 16px;
    display: grid;
    width: 38px;
    height: 38px;
    place-items: center;
    border-radius: 50%;
    border: 1px solid rgba(47, 100, 233, 0.2);
    color: var(--school-blue);
    content: "∞";
    background: rgba(255, 255, 255, 0.72);
    font-family: "Inter", sans-serif;
    font-size: 1.1rem;
    font-weight: 900;
    transform: translateY(-50%);
  }

  .personal-strength-grid article:nth-of-type(2)::before {
    border-color: rgba(107, 90, 199, 0.2);
    color: #6b5ac7;
    content: "◎";
  }

  .personal-strength-grid article:nth-of-type(3)::before {
    border-color: rgba(24, 138, 117, 0.22);
    color: #188a75;
    content: "✓";
  }

  .personal-strength-grid h3 {
    display: block;
    width: auto;
    margin: 0;
    padding: 0;
    font-size: 0.88rem;
    line-height: 1.55;
    text-align: left;
  }

  .personal-strength-grid h3::after { display: none; }

  .personal-strength-grid p {
    margin: 5px 0 0;
    font-size: 0.69rem;
    line-height: 1.65;
    text-align: left;
  }

  .night-facts {
    display: block;
    margin-top: 22px;
    padding: 18px 18px 8px;
    border: 1px solid #cddbf0;
    border-radius: 18px;
    background: linear-gradient(145deg, #f8fbff 0%, #eef5ff 62%, #eefaf7 100%);
    box-shadow: 0 14px 32px rgba(30, 68, 126, 0.08);
  }

  .night-facts::before {
    display: block;
    margin: 0 0 8px;
    color: var(--school-blue);
    content: "質問環境の3つの安心";
    font-size: 0.7rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-align: center;
  }

  .night-facts article {
    position: relative;
    display: grid;
    min-height: 84px;
    grid-template-columns: 46px minmax(0, 1fr);
    align-content: center;
    padding: 15px 0;
    border: 0;
    border-bottom: 1px solid #d8e3f1;
    background: transparent;
  }

  .night-facts article:last-child { border-bottom: 0; }

  .night-facts article::before {
    grid-row: 1 / 3;
    display: grid;
    width: 34px;
    height: 34px;
    place-items: center;
    align-self: center;
    border-radius: 50%;
    color: #fff;
    content: "24";
    background: linear-gradient(145deg, #245dde, #4d8cf4);
    font-family: "Inter", sans-serif;
    font-size: 0.6rem;
    font-weight: 900;
  }

  .night-facts article:nth-of-type(2)::before { content: "人"; background: linear-gradient(145deg, #356fdc, #70a3f7); }
  .night-facts article:nth-of-type(3)::before { content: "↔"; background: linear-gradient(145deg, #188a75, #49b89f); font-size: 0.9rem; }

  .night-facts strong,
  .night-facts p {
    grid-column: 2;
    text-align: left;
  }

  .night-facts strong { font-size: 0.84rem; }
  .night-facts p { margin-top: 3px; font-size: 0.69rem; line-height: 1.6; }

  .audience-panel ul {
    display: block;
    padding: 14px;
    border: 1px solid #d2def0;
    border-radius: 16px;
    background: linear-gradient(145deg, #f8fbff, #f1f6ff);
    counter-reset: audience-point;
  }

  .audience-panel ul::before {
    display: none;
  }

  .audience-panel li {
    display: block;
    margin: 0;
    padding: 18px 12px;
    border: 0;
    border-bottom: 1px solid #d8e3f1;
    color: var(--school-muted);
    background: rgba(255, 255, 255, 0.56);
    text-align: center;
  }

  .audience-panel li:last-child { border-bottom: 0; }

  .audience-panel li::before {
    display: none;
  }

  .audience-panel li strong {
    display: block;
    margin: 0;
    font-size: 0.86rem;
    text-align: center;
  }

  .audience-panel li strong::before,
  .audience-panel li strong::after {
    color: var(--school-blue);
    font-weight: 900;
  }

  .audience-panel li strong::before { content: "【"; }
  .audience-panel li strong::after { content: "】"; }

  .audience-panel li > span {
    display: block;
    margin-top: 3px;
    color: var(--school-muted);
    font-size: 0.72rem;
    line-height: 1.6;
    text-align: center;
  }

  .monthly-band > .monthly-benefit-time { border-bottom: 0; }

  .monthly-choice-grid > article > h3,
  .monthly-choice-grid > article > .monthly-choice-audience {
    display: block;
    width: 100%;
    text-align: center;
  }

  .audience-panel blockquote {
    margin-top: 12px;
    padding: 20px 18px;
    border: 0;
    border-top: 4px solid var(--school-mint);
    border-radius: 14px;
    background: linear-gradient(145deg, #effaf7, #e5f6f1);
    box-shadow: 0 10px 22px rgba(23, 109, 91, 0.08);
    text-align: center;
  }
}

@media (max-width: 760px) {
  #detour-title {
    font-size: clamp(1.25rem, 6.6vw, 1.62rem);
    line-height: 1.48;
    letter-spacing: -0.04em;
  }
}

.monthly-benefit-title { display: contents; }
.monthly-benefit-symbol,
.monthly-conclusion-break { display: none; }

@media (max-width: 760px) {
  .monthly-band {
    display: block;
    margin-top: 24px;
    padding: 0;
    border-color: #d5e5f7;
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 20px 48px rgba(25, 73, 137, 0.12);
  }

  .monthly-band::before {
    top: -150px;
    left: -170px;
    width: 330px;
    height: 330px;
    border: 34px solid rgba(32, 105, 220, 0.06);
  }

  .monthly-band::after {
    right: -180px;
    bottom: -150px;
    width: 340px;
    height: 340px;
    border: 38px solid rgba(34, 146, 82, 0.07);
  }

  .monthly-benefit {
    padding: 30px 18px 26px;
  }

  .monthly-benefit-time {
    border: 0;
    background:
      radial-gradient(circle at 98% 8%, rgba(47, 119, 234, 0.1), transparent 31%),
      linear-gradient(180deg, #f5f9ff 0%, #fff 100%);
  }

  .monthly-benefit-cost {
    padding-top: 34px;
    background:
      radial-gradient(circle at 2% 92%, rgba(39, 151, 82, 0.1), transparent 32%),
      linear-gradient(180deg, #fbfffc 0%, #f3fcf6 100%);
  }

  .monthly-benefit-eyebrow {
    position: relative;
    display: table;
    margin: 0 auto 10px;
    padding: 0 13px 5px;
    color: #0d2f64;
    font-size: 1.04rem;
    letter-spacing: 0.06em;
    transform: rotate(-2deg);
  }

  .monthly-benefit-eyebrow::after {
    position: absolute;
    right: 2px;
    bottom: 0;
    left: 2px;
    height: 5px;
    border-radius: 999px;
    content: "";
    background: linear-gradient(90deg, rgba(255, 221, 0, 0.55), #ffdf00, rgba(255, 221, 0, 0.28));
    transform: skewX(-18deg);
  }

  .monthly-benefit-cost .monthly-benefit-eyebrow { color: #145d37; }

  .monthly-benefit-title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin: 2px 0 14px;
  }

  .monthly-benefit-symbol {
    flex: 0 0 78px;
    display: grid;
    width: 78px;
    height: 78px;
    place-items: center;
    color: #1266d4;
  }

  .monthly-benefit-cost .monthly-benefit-symbol { color: #21854a; }

  .monthly-benefit-symbol svg {
    width: 78px;
    height: 78px;
    fill: none;
    stroke: currentColor;
    stroke-width: 4.5;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .monthly-benefit h3 {
    margin: 0;
    font-size: clamp(3.9rem, 18vw, 4.55rem);
    line-height: 0.9;
  }

  .monthly-benefit-lead {
    display: block;
    width: 100%;
    padding: 12px 13px 13px;
    border-radius: 999px;
    font-size: 0.88rem;
    line-height: 1.4;
    box-shadow: 0 9px 22px rgba(23, 99, 203, 0.18);
  }

  .monthly-benefit-cost .monthly-benefit-lead {
    box-shadow: 0 9px 22px rgba(30, 126, 69, 0.17);
  }

  .monthly-benefit ul {
    width: 100%;
    margin: 21px 0 0;
  }

  .monthly-benefit li,
  .monthly-benefit li + li {
    display: grid;
    min-height: 78px;
    align-content: center;
    padding: 13px 2px 13px 66px;
    border-bottom-color: rgba(31, 94, 181, 0.2);
  }

  .monthly-benefit-cost li,
  .monthly-benefit-cost li + li { border-bottom-color: rgba(32, 126, 70, 0.2); }

  .monthly-benefit li::before {
    top: 50%;
    width: 50px;
    height: 50px;
    content: attr(data-mobile-icon);
    background: linear-gradient(145deg, #1471e3, #0753b8);
    box-shadow: 0 9px 20px rgba(18, 91, 195, 0.2);
    font-family: "Inter", "Noto Sans JP", sans-serif;
    font-size: 1.35rem;
    transform: translateY(-50%);
  }

  .monthly-benefit-cost li::before {
    background: linear-gradient(145deg, #2b9a55, #127138);
    box-shadow: 0 9px 20px rgba(25, 123, 62, 0.19);
  }

  .monthly-benefit li strong {
    font-size: 0.94rem;
    line-height: 1.45;
  }

  .monthly-benefit li span {
    margin-top: 4px;
    font-size: 0.75rem;
    line-height: 1.55;
  }

  .monthly-band > .monthly-band-cross {
    width: 96px;
    min-height: 96px;
    height: 96px;
    margin: -5px auto -8px;
    border: 0;
    border-radius: 0;
    color: transparent;
    background: linear-gradient(135deg, #1266d4 0%, #1266d4 47%, #2b9a55 53%, #2b9a55 100%);
    background-clip: text;
    box-shadow: none;
    font-size: 5.3rem;
    font-weight: 500;
    filter: drop-shadow(0 10px 14px rgba(27, 102, 119, 0.13));
  }

  .monthly-band-conclusion {
    margin: 0;
    padding: 28px 14px 32px;
    border: 0;
    background:
      linear-gradient(100deg, rgba(232, 243, 255, 0.88), rgba(255, 255, 255, 0.96) 48%, rgba(232, 249, 238, 0.88));
    font-size: 1.42rem;
    line-height: 1.45;
  }

  .monthly-band-conclusion span { font-size: 1.25em; }
  .monthly-band-conclusion strong em { font-size: 1.25em; }
  .monthly-conclusion-break { display: block; }
}

.monthly-band-reference { display: none; }

@media (max-width: 760px) {
  .monthly-band-reference {
    display: block;
    overflow: hidden;
    width: 100%;
    margin: 24px 0 0;
    background: #fff;
  }

  .monthly-band-reference img {
    display: block;
    width: 100%;
    height: auto;
  }

  .monthly-band {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    margin: -1px !important;
    padding: 0 !important;
    border: 0 !important;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    white-space: nowrap;
  }
}

/* Anonymous class community */
.class-community-section {
  position: relative;
  overflow: hidden;
  color: var(--school-ink);
  background: #fff;
}

.class-community-section::before,
.class-community-section::after {
  display: none;
}

.class-community-section .section-heading::before {
  background: linear-gradient(90deg, var(--school-blue), #75a6ff);
}

.class-community-section .section-heading h2 { color: var(--school-ink); }
.class-community-section .section-heading h2 span { color: var(--school-blue); }
.class-community-section .section-heading > p:last-child { color: var(--school-muted); }

.class-community-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.class-community-card {
  min-width: 0;
  min-height: 330px;
  padding: clamp(28px, 3vw, 38px);
  border: 1px solid var(--school-line);
  border-radius: 20px;
  background: linear-gradient(145deg, #f9fbff, #f1f6fd);
  box-shadow: 0 16px 36px rgba(18, 50, 94, 0.08);
}

.class-community-icon {
  display: grid;
  width: 62px;
  height: 62px;
  place-items: center;
  border: 1px solid rgba(47, 100, 233, 0.2);
  border-radius: 18px;
  color: var(--school-blue);
  background: #e9f1ff;
}

.class-community-card:nth-child(2) .class-community-icon {
  color: #188a75;
  background: #e8f7f3;
}

.class-community-card:nth-child(3) .class-community-icon {
  color: #6b5ac7;
  background: #f0efff;
}

.class-community-card-heading {
  display: grid;
  grid-template-columns: 62px minmax(0, 1fr);
  gap: 20px;
  align-items: center;
}

.class-community-icon svg {
  width: 34px;
  height: 34px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.class-community-card h3 {
  margin: 0;
  color: var(--school-ink);
  font-size: clamp(1.08rem, 1.7vw, 1.38rem);
  line-height: 1.55;
  letter-spacing: -0.025em;
}

.class-community-card p {
  margin: 16px 0 0;
  color: var(--school-muted);
  font-size: 0.78rem;
  line-height: 1.9;
}

.class-community-reassurance {
  margin: 22px 0 0;
  padding: 24px 28px;
  border: 1px solid #bfe2d9;
  border-radius: 16px;
  color: #176d5b;
  background: var(--school-mint-soft);
  font-size: clamp(0.78rem, 1.2vw, 0.9rem);
  font-weight: 800;
  line-height: 1.75;
  text-align: center;
}

@media (max-width: 850px) {
  .class-community-grid { grid-template-columns: 1fr; }

  .class-community-card { min-height: 0; }
}

@media (max-width: 760px) {
  .class-community-heading h2 br { display: none; }

  .class-community-grid { gap: 12px; }

  .class-community-card {
    padding: 21px 19px;
    border-radius: 17px;
  }

  .class-community-card-heading {
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 15px;
  }

  .class-community-icon {
    width: 48px;
    height: 48px;
    border-radius: 14px;
  }

  .class-community-icon svg { width: 27px; height: 27px; }
  .class-community-card h3 { font-size: 0.94rem; }
  .class-community-card h3 br { display: none; }
  .class-community-card p { margin-top: 8px; font-size: 0.7rem; line-height: 1.75; }

  .class-community-reassurance {
    margin-top: 14px;
    padding: 20px 18px;
    font-size: 0.72rem;
    text-align: left;
  }
}

/* Clear section zebra shared with the service overview page. */
.school-story-white {
  background: #fff;
}

.school-story-tint {
  border-top-color: #cfdeed;
  border-bottom: 1px solid #cfdeed;
  background:
    radial-gradient(circle at 8% 4%, rgba(62, 130, 238, 0.1), transparent 25%),
    radial-gradient(circle at 96% 96%, rgba(44, 154, 128, 0.045), transparent 24%),
    #eaf2fc;
}
