/* ============================================================
   sections.css — セクション固有の見た目
   （汎用部品は components.css、幅と余白は layout.css）
   ============================================================ */

/* ── ヒーロー ── */
.hero { padding: clamp(28px, 5vw, 44px) 24px clamp(72px, 9vw, 104px); }
.hero .row-center { margin-bottom: clamp(28px, 4vw, 40px); }

.hero-title {
  margin: 0 0 28px;
  font-size: clamp(32px, 6.2vw, 56px);
  line-height: 1.38;
  font-weight: 900;
  letter-spacing: -0.02em;
  text-wrap: balance;
}
.hero-title .mark {
  background: linear-gradient(transparent 60%, rgba(240, 140, 58, .38) 60%);
}

.hero-lead {
  margin: 0 auto 14px;
  max-width: 24em;
  font-size: clamp(19px, 2.5vw, 24px);
  font-weight: 700;
  line-height: 1.85;
}
.hero-choose {
  margin: 0 auto clamp(32px, 4vw, 44px);
  max-width: 30em;
  color: var(--text-sub);
  font-size: 17px;
  line-height: 1.9;
}
.hero-note { margin: 20px 0 0; font-size: 15px; color: var(--text-sub); line-height: 1.9; }
.hero-figure { margin: clamp(36px, 5vw, 52px) auto 0; max-width: 820px; }

/* ── 3つのゴール ── */
.goal {
  display: flex;
  flex-direction: column;
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  box-shadow: var(--shadow);
  overflow: hidden;
  transition: transform .2s ease, box-shadow .2s ease;
}
.goal:hover { transform: translateY(-4px); box-shadow: var(--shadow-lift); }

.goal-thumb { border-bottom: 1px solid var(--border); }
.goal-thumb svg { width: 100%; height: auto; }

.goal-body {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 30px 28px 34px;
}
.goal-head { display: flex; align-items: center; gap: 12px; }
.goal-badge {
  width: 38px;
  height: 38px;
  flex: none;
  border-radius: var(--r-pill);
  display: grid;
  place-items: center;
  font-size: 17px;
  font-weight: 900;
  background: var(--blue);
  color: var(--on-blue);
}
.goal-label { font-size: 13px; font-weight: 700; letter-spacing: .08em; color: var(--blue); }
.goal h3 { margin: 0; font-size: 21px; line-height: 1.6; font-weight: 800; }
.goal p { margin: 0; font-size: 16px; line-height: 1.95; color: var(--text-sub); }

.goal--b .goal-badge { background: var(--purple); color: var(--on-purple); }
.goal--b .goal-label { color: var(--purple); }
.goal--c .goal-badge { background: var(--accent); color: var(--on-accent); }
.goal--c .goal-label { color: var(--accent); }

/* ── 必要なもの ── */
.need {
  padding: 30px 24px;
  background: var(--blue-light);
  border-radius: var(--r-md);
  text-align: center;
  font-size: 19px;
  font-weight: 800;
  line-height: 1.75;
  color: var(--text);
}
.needs-after {
  margin: 34px 0 0;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.95;
}
.needs-after .accent-text { color: var(--blue-deep); }

/* ── お好み焼き屋の例 ── */
.example {
  margin: clamp(34px, 4vw, 46px) 0 0;
  padding: clamp(30px, 4vw, 42px);
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  box-shadow: var(--shadow);
}
.example-eyebrow {
  margin: 0 0 24px;
  font-family: var(--font-mono);
  font-size: 13px;
  font-weight: 400;
  color: var(--blue);
  letter-spacing: .12em;
}
.example p { margin: 0 0 1.3em; font-size: 17.5px; line-height: 2.05; }
.example p:last-child { margin-bottom: 0; }
.example-figure { margin-top: 26px; }
.example-punch {
  margin: 28px 0 0;
  padding-top: 26px;
  border-top: 1px solid var(--border);
  font-size: clamp(20px, 2.7vw, 25px);
  font-weight: 800;
  line-height: 1.75;
}

/* ── 講師 ── */
.teacher {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  align-items: start;
  padding: clamp(26px, 3.5vw, 38px);
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  box-shadow: var(--shadow);
}
.teacher-body { flex: 1 1 260px; min-width: 0; }
.teacher-name { margin: 0 0 6px; font-size: 23px; font-weight: 800; line-height: 1.5; }
.teacher-role { margin: 0 0 18px; font-size: 15px; color: var(--text-mute); line-height: 1.8; }
.teacher-body p:not(.teacher-name):not(.teacher-role) {
  margin: 0 0 1em;
  font-size: 17px;
  line-height: 2;
}
.teacher-body p:last-child { margin-bottom: 0; }

/* ── ストーリー ── */
.story p { margin: 0 0 1.5em; font-size: 18px; line-height: 2.15; }
.story p:last-child { margin-bottom: 0; }
.story strong { font-weight: 800; }

/* 飛ばし読みでも芯が伝わるように、要所だけ大きく置く */
.story-punch {
  margin: 0;
  text-align: center;
  font-size: clamp(22px, 3.6vw, 32px);
  font-weight: 900;
  line-height: 1.65;
  letter-spacing: -0.01em;
  text-wrap: balance;
}
.story-punch--blue { color: var(--blue-deep); }
.story-close { font-size: 19px; }

/* ── 体験者の声 ── */
.voice-head {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
  padding-bottom: 22px;
  border-bottom: 1px solid var(--border);
}
.voice-name { font-size: 18px; font-weight: 700; }
.voice-role {
  display: block;
  font-size: 14px;
  color: var(--text-mute);
  font-weight: 400;
  line-height: 1.7;
}
.voice-before { margin: 0 0 24px; font-size: 16.5px; line-height: 2; color: var(--text-sub); }
.voice-quote {
  margin: 0;
  padding: 28px 30px;
  background: var(--blue-light);
  border-radius: var(--r-md);
  font-size: 18px;
  line-height: 2.05;
  font-weight: 600;
}
.voice-quote cite {
  display: block;
  margin-top: 16px;
  font-size: 14.5px;
  font-style: normal;
  color: var(--text-sub);
  font-weight: 400;
}

/* 🚨 このブロックは消さない。tomoさんの現在地は継続学習の結果で、2時間の成果ではない。
   限界を先に言うことで信頼が生まれる。 */
.honest {
  margin-top: 26px;
  padding: 26px 28px;
  background: var(--accent-soft);
  border-radius: var(--r-md);
}
.honest-label {
  display: block;
  margin-bottom: 12px;
  font-family: var(--font-mono);
  font-size: 13px;
  font-weight: 400;
  color: var(--accent);
  letter-spacing: .1em;
}
.honest p { margin: 0 0 .9em; font-size: 16px; line-height: 2; }
.honest p:last-child { margin-bottom: 0; }

.voice-pending {
  margin-top: 22px;
  display: grid;
  place-items: center;
  padding: 44px 28px;
  border: 2px dashed var(--border-strong);
  border-radius: var(--r-lg);
  color: var(--text-mute);
  font-size: 15.5px;
  text-align: center;
  line-height: 2;
}

/* ── 当日の流れ ── */
.flow-note { margin: 30px 0 1.3em; font-size: 17.5px; line-height: 2.05; }
.flow-note:last-child { margin-bottom: 0; }
.flow-note strong { font-weight: 800; }

/* ── 特典 ── */
.gift {
  padding: clamp(30px, 4vw, 42px);
  background: linear-gradient(135deg, var(--purple-light), var(--blue-light));
  border-radius: var(--r-lg);
}
.gift h3 { margin: 0 0 20px; font-size: 22px; font-weight: 800; line-height: 1.65; }
.gift p { margin: 0 0 1.1em; font-size: 17px; line-height: 2; }
.gift p:last-child { margin-bottom: 0; font-weight: 700; }

/* ── 料金 ── */
.price {
  padding: clamp(32px, 4.2vw, 46px);
  background: var(--card);
  border: 2px solid var(--blue);
  border-radius: var(--r-lg);
  text-align: center;
  box-shadow: var(--shadow);
}
.price-label { margin: 0 0 10px; font-size: 15.5px; font-weight: 700; color: var(--text-sub); line-height: 1.8; }
.price-main {
  margin: 0 0 8px;
  font-size: clamp(42px, 7.5vw, 62px);
  font-weight: 900;
  letter-spacing: -0.02em;
  font-variant-numeric: tabular-nums;
  line-height: 1.15;
}
.price-main small { font-size: .4em; font-weight: 700; margin-left: 6px; }
.price-sub { margin: 0; font-size: 15.5px; color: var(--text-sub); line-height: 1.9; }

.price-extra {
  margin-top: 26px;
  padding: 28px 30px;
  background: var(--bg-soft);
  border-radius: var(--r-md);
  text-align: left;
}
.price-extra h4 { margin: 0 0 14px; font-size: 17.5px; font-weight: 800; line-height: 1.7; }
.price-extra p { margin: 0 0 .9em; font-size: 16px; line-height: 1.95; color: var(--text-sub); }
.price-extra p:last-child { margin-bottom: 0; }

.price-compare {
  margin-top: 22px;
  padding: 28px 30px;
  border: 1px solid var(--border);
  border-radius: var(--r-md);
  text-align: left;
}
.price-compare p { margin: 0 0 .9em; font-size: 16px; line-height: 1.95; }
.price-compare p:last-child { margin-bottom: 0; font-weight: 700; }
.price-compare b { font-variant-numeric: tabular-nums; }

/* ── よくある質問（アコーディオンにしない。初心者は開かない） ── */
.faq { display: flex; flex-direction: column; gap: 16px; }
.faq-item {
  padding: 28px 30px;
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: var(--r-md);
}
.faq-item h3 {
  margin: 0 0 14px;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.75;
  display: grid;
  grid-template-columns: 30px 1fr;
  gap: 10px;
}
.faq-item h3::before { content: "Q"; color: var(--blue); font-weight: 900; }
.faq-item p {
  margin: 0;
  font-size: 16.5px;
  line-height: 2;
  color: var(--text-sub);
  display: grid;
  grid-template-columns: 30px 1fr;
  gap: 10px;
}
.faq-item p::before { content: "A"; color: var(--accent); font-weight: 900; }

/* ── 申し込み ── */
.cta { padding: clamp(76px, 9vw, 110px) 24px; }
.cta h2 { margin: 0 0 22px; font-size: clamp(26px, 4.2vw, 38px); font-weight: 900; line-height: 1.5; }
.cta-lead { margin: 0 auto 14px; max-width: 30em; font-size: 18px; line-height: 2.05; }
.cta-list {
  margin: 28px auto 36px;
  padding: 28px 30px;
  max-width: 30em;
  background: var(--card);
  border-radius: var(--r-md);
  text-align: left;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.cta-list li {
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 10px;
  font-size: 16.5px;
  line-height: 1.9;
}
.cta-list li::before { content: "・"; color: var(--blue); font-weight: 900; }
.cta-strong { margin: 0 auto; max-width: 30em; font-size: 17.5px; font-weight: 700; line-height: 2; }

/* ── フッター ── */
.site-footer {
  padding: 48px 24px 64px;
  background: var(--bg-soft);
  text-align: center;
  font-size: 14.5px;
  color: var(--text-mute);
  line-height: 2.05;
}
.site-footer p { margin: 0; }
.site-footer .f-name { font-weight: 700; color: var(--text-sub); }

/* 🚨 公開前に index.html からこのブロックごと削除する */
.dev-note {
  max-width: 820px;
  margin: 30px auto 0;
  padding: 24px 28px;
  background: var(--accent-soft);
  border-radius: 12px;
  font-size: 14.5px;
  line-height: 2;
  color: var(--text-sub);
  text-align: left;
  font-family: var(--font-mono);
}
.dev-note b { color: var(--accent); }

/* ── スマホ ── */
@media (max-width: 620px) {
  .btn { width: 100%; padding: 20px 24px; }
  .teacher { justify-content: center; }
  .example, .gift, .price, .form { padding-left: 22px; padding-right: 22px; }
  .faq-item, .voice-quote, .honest { padding-left: 22px; padding-right: 22px; }
}
