/*
 * Facial Remedy Article LP - Stylesheet
 * 
 * モバイル最適化 (480px / 375px / 340px の3段階レスポンシブ)
 */

*, *::before, *::after { box-sizing: border-box; }
  html { -webkit-text-size-adjust: 100%; overflow-x: hidden; }
  body {
    margin: 0;
    font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "游ゴシック", "Yu Gothic", "Noto Sans JP", "Meiryo", sans-serif;
    font-size: 17px;
    line-height: 1.9;
    color: #2a2020;
    background: #faf5f0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    letter-spacing: 0.03em;
    word-break: normal;
    line-break: strict;
    overflow-wrap: break-word;
    overflow-x: hidden;
    text-rendering: optimizeLegibility;
  }
  /* 日本語の自然な折り返し(文節を壊さない) */
  p, h1, h2, h3, h4, li, dd, dt {
    word-break: keep-all;
    overflow-wrap: anywhere;
    line-break: strict;
  }
  /* 句読点ぶら下げ的な処理(両端禁則の自然化) */
  .jp-text {
    word-break: keep-all;
    overflow-wrap: anywhere;
    line-break: strict;
  }

  /* デザイントーン: クリーム #faf5f0 / ピンクゴールド #d4a8a0 / ボルドー #8b3a3a / 
     アクセント深緑 #4a5f4a / 文字 #3a3030 */

  body, p, span, div, h1, h2, h3, li, td, th, a, button {
    font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Yu Gothic", "游ゴシック", "Noto Sans JP", "Meiryo", sans-serif;
    font-weight: 400;
  }

  .display, .display * {
    font-family: "Hiragino Mincho ProN", "ヒラギノ明朝 ProN", "游明朝", "Yu Mincho", "Noto Serif JP", serif !important;
    font-weight: 600;
  }

  img { max-width: 100%; height: auto; display: block; }
  a { color: #8b3a3a; text-decoration: none; }

  /* 文節を途中で切らないためのユーティリティ
     "決めつけがなくて" のような短い文節を一塊で扱うために使う */
  .nobr {
    display: inline-block;
    white-space: nowrap;
  }
  /* セミブロック(短いフレーズが画面端で分断されないよう保護) */
  .seg {
    display: inline-block;
  }

  .wrap {
    max-width: 480px;
    width: 100%;
    margin: 0 auto;
    background: #faf5f0;
    min-height: 100vh;
    box-shadow: 0 0 30px rgba(139, 58, 58, 0.06);
    overflow-x: hidden;
    position: relative;
  }

  /* ============ Header ============ */
  .header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 24px;
    background: #faf5f0;
    border-bottom: 1px solid #e8d8c8;
    position: sticky;
    top: 0;
    z-index: 100;
  }
  .header-logo {
    font-size: 14px;
    font-weight: 600;
    color: #2a2020;
    letter-spacing: 0.1em;
  }
  .header-logo .display-mark {
    font-family: "Hiragino Mincho ProN", serif;
    font-style: italic;
    color: #8b3a3a;
    margin-right: 6px;
    font-size: 17px;
  }
  .pr-tag {
    background: transparent;
    color: #8b3a3a;
    font-size: 13px;
    padding: 4px 10px;
    border-radius: 0;
    font-weight: 700;
    letter-spacing: 0.2em;
    border: 1px solid #8b3a3a;
  }

  .content { padding: 0 18px; }

  /* ============ Hero FV (統合画像版) ============ */
  .hero-fv {
    margin: 0;
    padding: 0;
    line-height: 0;
    background: #faf5f0;
  }
  .hero-fv-img {
    width: 100%;
    height: auto;
    display: block;
  }

  /* ============ Hero Animation (FV直下のGIF) ============ */
  .hero-animation {
    margin: 0;
    padding: 0;
    line-height: 0;
    background: #faf5f0;
  }
  .hero-animation-img {
    width: 100%;
    height: auto;
    display: block;
  }

  /* ============ Hero ============ */
  .hero {
    background: #faf5f0;
    padding: 32px 24px 0;
    position: relative;
  }

  /* 画像FV直下のテキスト見出しブロック専用 */
  .hero-text-block {
    padding: 28px 24px 24px;
    text-align: center;
  }
  .hero-text-block .hero-subtitle strong {
    color: #8b3a3a;
    font-weight: 700;
  }

  .hero-eyebrow {
    font-family: "Hiragino Mincho ProN", serif;
    font-style: italic;
    color: #8b3a3a;
    font-size: 13px;
    letter-spacing: 0.3em;
    margin-bottom: 18px;
    display: flex;
    align-items: center;
    gap: 12px;
  }
  .hero-eyebrow::before, .hero-eyebrow::after {
    content: "";
    flex: 1;
    height: 1px;
    background: #d4a8a0;
  }

  .hero-title {
    font-family: "Hiragino Mincho ProN", "ヒラギノ明朝 ProN", serif;
    font-size: 26px;
    font-weight: 600;
    line-height: 1.6;
    margin: 0 0 18px;
    color: #2a2020;
    text-align: center;
    letter-spacing: 0.02em;
  }
  .hero-title .quote-mark {
    color: #d4a8a0;
    font-size: 36px;
    line-height: 0;
    vertical-align: -8px;
    font-family: serif;
  }
  .hero-title em {
    font-style: normal;
    color: #8b3a3a;
  }

  .hero-subtitle {
    text-align: center;
    font-size: 15px;
    color: #4a3a3a;
    line-height: 1.85;
    margin: 0 0 24px;
    letter-spacing: 0.05em;
  }

  .hero-img {
    overflow: hidden;
    margin: 0 -24px;
    position: relative;
  }
  .hero-img img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
  }
  .hero-img-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 35%;
    background: linear-gradient(180deg, transparent 0%, rgba(250,245,240,0.4) 100%);
    pointer-events: none;
  }
  .hero-credit {
    text-align: right;
    font-size: 13px;
    color: #888;
    margin: 4px 24px 0 0;
    letter-spacing: 0.1em;
  }

  /* ============ Lead ============ */
  .lead-block {
    margin: 32px 0;
    padding: 0;
  }
  .lead-block .lead-tag {
    font-family: "Hiragino Mincho ProN", serif;
    font-style: italic;
    color: #8b3a3a;
    font-size: 13px;
    letter-spacing: 0.3em;
    margin-bottom: 12px;
  }
  .lead-block .lead-text {
    font-family: "Hiragino Mincho ProN", serif;
    font-size: 18px;
    line-height: 1.9;
    color: #2a2020;
    letter-spacing: 0.02em;
  }
  .lead-block .lead-text strong {
    background: linear-gradient(transparent 60%, #f0d8c8 60%);
    font-weight: 600;
  }

  /* ============ Body ============ */
  .body-text {
    font-size: 17px;
    margin: 24px 0;
    line-height: 1.95;
    letter-spacing: 0.03em;
    color: #2a2020;
  }
  .body-text p {
    margin: 0 0 22px;
  }
  .body-text p:last-child {
    margin-bottom: 0;
  }
  .body-text .em {
    color: #8b3a3a;
    font-weight: 700;
  }
  .body-text .marker {
    background: linear-gradient(transparent 60%, #f5d4c8 60%);
    font-weight: 600;
  }
  .body-text .marker-soft {
    background: linear-gradient(transparent 60%, #efe1c8 60%);
  }
  .body-text .double-underline {
    border-bottom: 2px double #8b3a3a;
    padding-bottom: 1px;
    font-weight: 600;
  }
  /* 強調文(短い1行) - 段落を分けて余白を持たせる時に使う */
  .body-text .accent-line {
    display: block;
    text-align: center;
    font-family: "Hiragino Mincho ProN", serif;
    font-size: 18px;
    color: #8b3a3a;
    font-weight: 600;
    margin: 28px 0;
    letter-spacing: 0.05em;
    line-height: 1.6;
  }

  /* ============ Author ============ */
  .author-card {
    background: #fff;
    padding: 18px 20px;
    margin: 24px 0;
    display: flex;
    gap: 16px;
    align-items: flex-start;
    border-top: 2px solid #8b3a3a;
    border-bottom: 1px solid #e8d8c8;
    position: relative;
  }
  .author-avatar {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    flex-shrink: 0;
    background: linear-gradient(135deg, #d4a8a0, #b88878);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-family: "Hiragino Mincho ProN", serif;
    font-weight: 600;
    font-size: 22px;
    border: 2px solid #fff;
    box-shadow: 0 2px 8px rgba(139,58,58,0.2);
  }
  .author-name {
    font-family: "Hiragino Mincho ProN", serif;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 2px;
    color: #2a2020;
  }
  .author-role {
    font-size: 13px;
    color: #8b3a3a;
    letter-spacing: 0.2em;
    margin-bottom: 8px;
    font-family: "Hiragino Mincho ProN", serif;
    font-style: italic;
  }
  .author-bio {
    font-size: 13.5px;
    color: #4a3a3a;
    line-height: 1.85;
  }

  /* ============ Chapter Heading ============ */
  .chapter-mark {
    text-align: center;
    margin: 36px 0 22px;
  }
  .chapter-num {
    font-family: "Hiragino Mincho ProN", serif;
    font-style: italic;
    color: #8b3a3a;
    font-size: 15px;
    letter-spacing: 0.3em;
    margin-bottom: 8px;
  }
  .chapter-title {
    font-family: "Hiragino Mincho ProN", serif;
    font-size: 22px;
    font-weight: 600;
    color: #2a2020;
    line-height: 1.55;
    letter-spacing: 0.02em;
    padding: 0 0 14px;
    border-bottom: 1px solid #d4a8a0;
    display: inline-block;
    position: relative;
  }
  .chapter-title::after {
    content: "❋";
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    background: #faf5f0;
    color: #8b3a3a;
    padding: 0 8px;
    font-size: 13px;
  }

  /* ============ Pull Quote ============ */
  .pullquote {
    margin: 28px 0;
    padding: 24px 20px;
    text-align: center;
    background: linear-gradient(180deg, #fff 0%, #faf5f0 100%);
    border-top: 1px solid #d4a8a0;
    border-bottom: 1px solid #d4a8a0;
    position: relative;
  }
  .pullquote::before {
    content: "❝";
    position: absolute;
    top: -2px;
    left: 24px;
    font-family: "Hiragino Mincho ProN", serif;
    font-size: 48px;
    color: #d4a8a0;
    line-height: 1;
  }
  .pullquote-text {
    font-family: "Hiragino Mincho ProN", serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.75;
    color: #2a2020;
    letter-spacing: 0.04em;
  }
  .pullquote-text em {
    font-style: normal;
    color: #8b3a3a;
  }

  /* ============ Quote Illustration (吹き出しイラスト) ============ */
  .quote-illust {
    margin: 28px 0;
    line-height: 0;
    text-align: center;
    padding: 0 16px;
  }
  .quote-illust img {
    width: 75%;
    max-width: 320px;
    height: auto;
    display: inline-block;
  }

  /* ============ Stat Block (横長カード) ============ */
  .stat-card {
    background: #fff;
    padding: 24px 18px;
    margin: 28px 0;
    text-align: center;
    border: 1px solid #d4a8a0;
    border-radius: 4px;
    position: relative;
  }
  .stat-card::before, .stat-card::after {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
  }
  .stat-card::before {
    top: 8px; left: 8px;
    border-top: 1px solid #8b3a3a;
    border-left: 1px solid #8b3a3a;
  }
  .stat-card::after {
    bottom: 8px; right: 8px;
    border-bottom: 1px solid #8b3a3a;
    border-right: 1px solid #8b3a3a;
  }
  .stat-card-tag {
    font-family: "Hiragino Mincho ProN", serif;
    font-style: italic;
    color: #8b3a3a;
    font-size: 13px;
    letter-spacing: 0.3em;
    margin-bottom: 10px;
  }
  .stat-card-figure {
    font-family: "Hiragino Mincho ProN", serif;
    font-size: 64px;
    font-weight: 600;
    color: #8b3a3a;
    line-height: 1;
    letter-spacing: -0.02em;
    margin: 8px 0;
  }
  .stat-card-figure .unit {
    font-size: 26px;
    margin-left: 4px;
  }
  .stat-card-text {
    font-size: 15px;
    line-height: 1.75;
    color: #2a2020;
    letter-spacing: 0.04em;
    border-top: 1px solid #e8d8c8;
    padding-top: 14px;
    margin-top: 14px;
  }

  /* ============ Insight Box (left aligned, sober) ============ */
  .insight {
    background: #fff;
    border-left: 3px solid #8b3a3a;
    padding: 18px 22px;
    margin: 24px 0;
    font-size: 14.5px;
    line-height: 1.95;
    color: #2a2020;
  }
  .insight-tag {
    font-family: "Hiragino Mincho ProN", serif;
    font-style: italic;
    color: #8b3a3a;
    font-size: 13px;
    letter-spacing: 0.25em;
    margin-bottom: 6px;
  }
  .insight-title {
    font-weight: 700;
    font-size: 15.5px;
    margin-bottom: 8px;
    color: #2a2020;
  }

  /* ============ Reality Check List (旧シグナルチェックの再構成) ============ */
  .reality-block {
    background: #fff;
    padding: 24px 18px;
    margin: 28px 0;
    border: 1px solid #e8d8c8;
    border-radius: 2px;
  }
  .reality-eyebrow {
    text-align: center;
    font-family: "Hiragino Mincho ProN", serif;
    font-style: italic;
    color: #8b3a3a;
    font-size: 13px;
    letter-spacing: 0.3em;
    margin-bottom: 6px;
  }
  .reality-title {
    text-align: center;
    font-family: "Hiragino Mincho ProN", serif;
    font-size: 20px;
    font-weight: 600;
    color: #2a2020;
    line-height: 1.5;
    margin-bottom: 24px;
    letter-spacing: 0.03em;
  }
  .reality-row {
    display: flex;
    gap: 14px;
    padding: 14px 0;
    border-bottom: 1px dashed #e8d8c8;
    align-items: flex-start;
  }
  .reality-row:last-child {
    border-bottom: none;
  }
  .reality-num {
    font-family: "Hiragino Mincho ProN", serif;
    font-style: italic;
    font-size: 24px;
    color: #d4a8a0;
    flex-shrink: 0;
    width: 32px;
    line-height: 1.4;
  }
  .reality-text {
    font-size: 15.5px;
    line-height: 1.8;
    color: #2a2020;
    letter-spacing: 0.02em;
  }
  .reality-text .accent {
    color: #8b3a3a;
    font-weight: 700;
  }
  .reality-conclusion {
    margin-top: 22px;
    padding-top: 18px;
    border-top: 2px solid #8b3a3a;
    text-align: center;
    font-family: "Hiragino Mincho ProN", serif;
    font-size: 15.5px;
    color: #8b3a3a;
    font-weight: 600;
    line-height: 1.7;
    letter-spacing: 0.02em;
  }

  /* ============ Method Block (上品なversion) ============ */
  .method-section {
    margin: 28px 0;
    padding: 26px 18px;
    background: linear-gradient(180deg, #fff 0%, #faf5f0 100%);
    border-top: 2px solid #8b3a3a;
    border-bottom: 2px solid #8b3a3a;
    text-align: center;
  }
  .method-eyebrow {
    font-family: "Hiragino Mincho ProN", serif;
    font-style: italic;
    color: #8b3a3a;
    font-size: 13px;
    letter-spacing: 0.4em;
    margin-bottom: 8px;
  }
  .method-title {
    font-family: "Hiragino Mincho ProN", serif;
    font-size: 18px;
    color: #2a2020;
    line-height: 1.6;
    margin-bottom: 20px;
    letter-spacing: 0.03em;
  }
  .method-formula {
    font-family: "Hiragino Mincho ProN", serif;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.7;
    color: #2a2020;
    letter-spacing: 0.05em;
  }
  .method-formula .x-mark {
    color: #d4a8a0;
    margin: 0 6px;
    font-weight: 400;
  }
  .method-formula em {
    font-style: normal;
    color: #8b3a3a;
    border-bottom: 1px solid #d4a8a0;
    padding-bottom: 2px;
  }
  .method-caption {
    font-size: 13.5px;
    color: #4a3a3a;
    line-height: 1.95;
    margin-top: 18px;
    text-align: left;
    padding: 0 4px;
  }

  /* ============ Interview Block (体験談を雑誌取材風に) ============ */
  .interview {
    background: #fff;
    margin: 36px 0;
    padding: 0;
    border: 1px solid #e8d8c8;
    border-radius: 2px;
    overflow: hidden;
  }
  .interview-image {
    margin: 28px 0;
    line-height: 0;
  }
  .interview-image img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 2px;
  }
  .interview-header {
    background: linear-gradient(135deg, #faf5f0, #fff);
    padding: 24px 22px 18px;
    border-bottom: 1px solid #e8d8c8;
    text-align: center;
    position: relative;
  }
  .interview-no {
    font-family: "Hiragino Mincho ProN", serif;
    font-style: italic;
    color: #8b3a3a;
    font-size: 13px;
    letter-spacing: 0.4em;
    margin-bottom: 10px;
  }
  .interview-headline {
    font-family: "Hiragino Mincho ProN", serif;
    font-size: 19px;
    line-height: 1.6;
    color: #2a2020;
    font-weight: 600;
    letter-spacing: 0.03em;
  }
  .interview-headline em {
    font-style: normal;
    color: #8b3a3a;
  }
  .interview-meta {
    background: #faf5f0;
    padding: 16px 22px;
    display: flex;
    gap: 14px;
    align-items: center;
    border-bottom: 1px solid #e8d8c8;
  }
  .interview-avatar {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: linear-gradient(135deg, #d4a8a0, #b88878);
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-family: "Hiragino Mincho ProN", serif;
    font-size: 24px;
    font-weight: 600;
    border: 2px solid #fff;
    box-shadow: 0 2px 8px rgba(139,58,58,0.15);
  }
  .interview-name-box {
    flex: 1;
  }
  .interview-name {
    font-family: "Hiragino Mincho ProN", serif;
    font-size: 17px;
    font-weight: 600;
    color: #2a2020;
    margin-bottom: 2px;
  }
  .interview-role {
    font-size: 13px;
    color: #4a3a3a;
    line-height: 1.5;
  }
  .interview-body {
    padding: 22px 22px 18px;
    font-size: 16px;
    line-height: 1.9;
    color: #2a2020;
    letter-spacing: 0.02em;
  }
  .interview-body p {
    margin: 0 0 14px;
  }
  .interview-body .em {
    color: #8b3a3a;
    font-weight: 700;
  }
  .interview-disclaimer {
    text-align: right;
    font-size: 13px;
    color: #777;
    padding: 0 22px 16px;
    letter-spacing: 0.05em;
    border-top: 1px solid #f0e0d0;
    padding-top: 12px;
    margin-top: 8px;
  }

  /* ============ Q&A inline (体験会の中身紹介) ============ */
  .seminar-preview {
    background: #fff;
    padding: 24px 22px;
    margin: 24px 0;
    border: 1px solid #e8d8c8;
    border-radius: 2px;
  }
  .seminar-preview-tag {
    font-family: "Hiragino Mincho ProN", serif;
    font-style: italic;
    color: #8b3a3a;
    font-size: 13px;
    letter-spacing: 0.3em;
    margin-bottom: 6px;
    text-align: center;
  }
  .seminar-preview-title {
    text-align: center;
    font-family: "Hiragino Mincho ProN", serif;
    font-size: 18px;
    color: #2a2020;
    margin-bottom: 18px;
    line-height: 1.5;
  }
  .qa-q {
    border-left: 3px solid #8b3a3a;
    padding: 10px 14px;
    font-weight: 700;
    font-size: 14.5px;
    color: #2a2020;
    margin-bottom: 12px;
    background: #faf5f0;
    line-height: 1.6;
  }
  .qa-options {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    margin-bottom: 18px;
  }
  .qa-option {
    background: #fff;
    border: 1px solid #d4a8a0;
    color: #2a2020;
    padding: 12px 8px;
    text-align: center;
    font-size: 13.5px;
    line-height: 1.5;
    border-radius: 2px;
    font-weight: 500;
  }

  /* ============ Comparison: Two-column with center axis ============ */
  .vs-section {
    margin: 28px 0;
    padding: 24px 16px;
    background: #fff;
    border: 1px solid #e8d8c8;
    border-radius: 2px;
  }
  .vs-eyebrow {
    text-align: center;
    font-family: "Hiragino Mincho ProN", serif;
    font-style: italic;
    color: #8b3a3a;
    font-size: 13px;
    letter-spacing: 0.3em;
    margin-bottom: 6px;
  }
  .vs-title {
    text-align: center;
    font-family: "Hiragino Mincho ProN", serif;
    font-size: 19px;
    color: #2a2020;
    margin-bottom: 22px;
    line-height: 1.5;
    font-weight: 600;
  }
  .vs-table {
    display: grid;
    grid-template-columns: 1fr 30px 1fr;
    gap: 0;
    align-items: stretch;
  }
  .vs-col {
    padding: 14px 12px;
  }
  .vs-col-head {
    text-align: center;
    font-family: "Hiragino Mincho ProN", serif;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 8px;
    margin-bottom: 12px;
    border-bottom: 1px solid;
  }
  .vs-col.before .vs-col-head {
    color: #5a4a4a;
    border-bottom-color: #d4c8c0;
  }
  .vs-col.after .vs-col-head {
    color: #8b3a3a;
    border-bottom-color: #8b3a3a;
  }
  .vs-axis {
    background: linear-gradient(180deg, transparent, #d4a8a0 30%, #d4a8a0 70%, transparent);
    width: 1px;
    margin: 0 auto;
    position: relative;
  }
  .vs-axis::before {
    content: "VS";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    color: #8b3a3a;
    font-family: "Hiragino Mincho ProN", serif;
    font-style: italic;
    font-size: 13.5px;
    padding: 4px 0;
    letter-spacing: 0.1em;
  }
  .vs-list {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .vs-list li {
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 12px;
    padding-left: 18px;
    position: relative;
    color: #2a2020;
  }
  .vs-col.before .vs-list li {
    color: #5a4a4a;
  }
  .vs-col.before .vs-list li::before {
    content: "—";
    position: absolute;
    left: 0;
    color: #8a7a6a;
  }
  .vs-col.after .vs-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #8b3a3a;
    font-weight: 700;
  }

  /* ============ CTA Button ============ */
  .cta-section {
    margin: 28px 0 14px;
    padding: 24px 18px;
    background: linear-gradient(135deg, #fff 0%, #faf5f0 100%);
    border-top: 2px solid #8b3a3a;
    border-bottom: 2px solid #8b3a3a;
    text-align: center;
  }
  .cta-eyebrow {
    font-family: "Hiragino Mincho ProN", serif;
    font-style: italic;
    color: #8b3a3a;
    font-size: 13px;
    letter-spacing: 0.3em;
    margin-bottom: 10px;
  }
  .cta-title {
    font-family: "Hiragino Mincho ProN", serif;
    font-size: 20px;
    color: #2a2020;
    line-height: 1.6;
    margin-bottom: 16px;
    letter-spacing: 0.03em;
    font-weight: 600;
  }
  .cta-title em {
    font-style: normal;
    color: #8b3a3a;
  }
  .cta-text {
    font-size: 14.5px;
    color: #4a3a3a;
    line-height: 1.95;
    margin-bottom: 20px;
  }
  .cta-button {
    display: block;
    background: #06C755;
    color: #fff;
    padding: 20px 16px;
    font-size: 17px;
    font-weight: 700;
    text-decoration: none;
    text-align: center;
    letter-spacing: 0.05em;
    line-height: 1.45;
    box-shadow: 0 6px 16px rgba(6, 199, 85, 0.28);
    border: 1px solid #06C755;
    position: relative;
    transition: all 0.3s;
    border-radius: 6px;
  }
  .cta-button:active {
    transform: translateY(1px);
    box-shadow: 0 3px 8px rgba(6, 199, 85, 0.28);
    background: #05B14C;
  }
  /* LINEアイコン(吹き出し) - 擬似要素で軽く表示 */
  .cta-button .line-icon {
    display: inline-block;
    width: 22px;
    height: 22px;
    background: #fff;
    color: #06C755;
    border-radius: 50%;
    line-height: 22px;
    font-weight: 900;
    font-size: 13px;
    margin-right: 8px;
    vertical-align: -4px;
    font-family: "Hiragino Kaku Gothic ProN", sans-serif;
    letter-spacing: 0;
  }
  .cta-button .arrow {
    margin-left: 8px;
    font-family: "Hiragino Mincho ProN", serif;
  }
  .cta-button-sub {
    display: block;
    margin-top: 6px;
    font-size: 13.5px;
    font-weight: 400;
    opacity: 0.92;
    letter-spacing: 0.1em;
  }
  .cta-note {
    margin-top: 12px;
    font-family: "Hiragino Mincho ProN", serif;
    font-style: italic;
    font-size: 13.5px;
    color: #8b3a3a;
    letter-spacing: 0.15em;
  }

  /* ============ Founder ============ */
  .founder-section {
    background: #fff;
    margin: 28px 0;
    padding: 28px 18px;
    border: 1px solid #e8d8c8;
    border-radius: 2px;
    text-align: center;
  }
  .founder-eyebrow {
    font-family: "Hiragino Mincho ProN", serif;
    font-style: italic;
    color: #8b3a3a;
    font-size: 13px;
    letter-spacing: 0.4em;
    margin-bottom: 6px;
  }
  .founder-section .founder-title {
    font-family: "Hiragino Mincho ProN", serif;
    font-size: 22px;
    line-height: 1.6;
    color: #2a2020;
    font-weight: 600;
    margin-bottom: 24px;
    letter-spacing: 0.03em;
  }
  .founder-photo {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    margin: 0 auto 14px;
    overflow: hidden;
    border: 4px solid #fff;
    box-shadow: 0 4px 16px rgba(139,58,58,0.2);
    background: linear-gradient(135deg, #d4a8a0, #8b3a3a);
  }
  .founder-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  .founder-name {
    font-family: "Hiragino Mincho ProN", serif;
    font-size: 17px;
    font-weight: 600;
    color: #2a2020;
    margin-bottom: 4px;
  }
  .founder-role {
    font-size: 13px;
    color: #8b3a3a;
    letter-spacing: 0.2em;
    margin-bottom: 18px;
    font-family: "Hiragino Mincho ProN", serif;
    font-style: italic;
  }
  .founder-text {
    text-align: left;
    font-size: 15.5px;
    line-height: 1.9;
    color: #2a2020;
    letter-spacing: 0.02em;
  }
  .founder-text p { margin: 0 0 14px; }
  .founder-text .em {
    color: #8b3a3a;
    font-weight: 700;
  }
  .founder-text .marker {
    background: linear-gradient(transparent 60%, #f5d4c8 60%);
    font-weight: 600;
  }
  .founder-quote {
    margin-top: 18px;
    padding: 14px;
    border-top: 1px solid #d4a8a0;
    border-bottom: 1px solid #d4a8a0;
    font-family: "Hiragino Mincho ProN", serif;
    font-size: 15px;
    color: #8b3a3a;
    text-align: center;
    letter-spacing: 0.04em;
    font-style: italic;
  }

  /* ============ Process Steps (Vertical timeline) ============ */
  .timeline {
    margin: 28px 0;
    position: relative;
    padding-left: 32px;
  }
  .timeline::before {
    content: "";
    position: absolute;
    left: 14px;
    top: 14px;
    bottom: 14px;
    width: 1px;
    background: #d4a8a0;
  }
  .timeline-item {
    position: relative;
    padding-bottom: 24px;
  }
  .timeline-item:last-child { padding-bottom: 0; }
  .timeline-marker {
    position: absolute;
    left: -32px;
    top: 4px;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid #8b3a3a;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Hiragino Mincho ProN", serif;
    color: #8b3a3a;
    font-size: 14px;
    font-weight: 600;
  }
  .timeline-title {
    font-family: "Hiragino Mincho ProN", serif;
    font-size: 16.5px;
    font-weight: 600;
    color: #2a2020;
    margin-bottom: 4px;
    letter-spacing: 0.02em;
  }
  .timeline-time {
    font-size: 13px;
    color: #8b3a3a;
    letter-spacing: 0.1em;
    font-family: "Hiragino Mincho ProN", serif;
    font-style: italic;
    margin-bottom: 6px;
  }
  .timeline-desc {
    font-size: 14.5px;
    line-height: 1.9;
    color: #4a3a3a;
  }

  /* ============ Comparison Table ============ */
  .comparison-table {
    width: 100%;
    border-collapse: collapse;
    margin: 24px 0;
    font-size: 14px;
    background: #fff;
    border: 1px solid #e8d8c8;
  }
  .comparison-table th, .comparison-table td {
    padding: 12px 8px;
    text-align: center;
    border-bottom: 1px solid #f0e0d0;
    line-height: 1.6;
  }
  .comparison-table thead th {
    font-size: 13.5px;
    background: #faf5f0;
    color: #2a2020;
    border-bottom: 2px solid #8b3a3a;
    font-family: "Hiragino Mincho ProN", serif;
    font-weight: 600;
  }
  .comparison-table .col-brand {
    background: #fff;
    color: #8b3a3a;
  }
  .comparison-table tbody td:first-child {
    background: #faf5f0;
    text-align: left;
    padding-left: 12px;
    color: #4a3a3a;
    font-size: 13.5px;
    border-right: 1px solid #f0e0d0;
  }
  .comparison-table .ours {
    color: #8b3a3a;
    font-weight: 700;
  }
  .comparison-table .ours::before {
    content: "✓";
    margin-right: 4px;
  }
  .comparison-table .theirs {
    color: #888;
  }

  /* ============ Notice & Privacy ============ */
  .notice {
    background: #faf5f0;
    border-top: 1px solid #8b3a3a;
    border-bottom: 1px solid #8b3a3a;
    text-align: center;
    padding: 14px;
    margin: 32px 0 16px;
    font-family: "Hiragino Mincho ProN", serif;
    color: #8b3a3a;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 0.1em;
  }
  .privacy-box {
    background: #fff;
    padding: 18px 22px;
    margin: 16px 0;
    font-size: 14px;
    line-height: 1.9;
    color: #4a3a3a;
    border: 1px solid #e8d8c8;
    border-radius: 2px;
  }
  .privacy-box ol {
    padding-left: 18px;
    margin: 8px 0 0;
  }
  .privacy-box strong {
    color: #8b3a3a;
    font-size: 13px;
    font-family: "Hiragino Mincho ProN", serif;
    letter-spacing: 0.05em;
  }
  .no-pressure-banner {
    background: #fff;
    border-top: 2px solid #8b3a3a;
    border-bottom: 2px solid #8b3a3a;
    padding: 22px 16px;
    text-align: center;
    margin: 16px 0;
  }
  .no-pressure-line1 {
    font-size: 14px;
    color: #4a3a3a;
    margin-bottom: 6px;
    letter-spacing: 0.05em;
  }
  .no-pressure-line2 {
    font-family: "Hiragino Mincho ProN", serif;
    font-size: 26px;
    color: #8b3a3a;
    font-weight: 600;
    letter-spacing: 0.05em;
    line-height: 1.4;
  }
  .no-pressure-line3 {
    font-size: 13px;
    color: #4a3a3a;
    margin-top: 8px;
    letter-spacing: 0.1em;
  }

  /* ============ Benefits ============ */
  .benefits-section {
    background: #fff;
    padding: 28px 18px;
    margin: 28px 0;
    border: 1px solid #e8d8c8;
    border-radius: 2px;
    position: relative;
  }
  .benefits-section::before {
    content: "✦";
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    background: #faf5f0;
    color: #8b3a3a;
    padding: 0 12px;
    font-size: 17px;
  }
  .benefits-title {
    text-align: center;
    font-family: "Hiragino Mincho ProN", serif;
    font-size: 20px;
    color: #2a2020;
    line-height: 1.6;
    font-weight: 600;
    margin-bottom: 24px;
    letter-spacing: 0.03em;
  }
  .benefits-title em {
    font-style: normal;
    color: #8b3a3a;
  }
  .benefit-row {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    padding: 14px 0;
    border-bottom: 1px dashed #e8d8c8;
  }
  .benefit-row:last-child { border-bottom: none; }
  .benefit-num {
    font-family: "Hiragino Mincho ProN", serif;
    font-style: italic;
    color: #d4a8a0;
    font-size: 26px;
    flex-shrink: 0;
    line-height: 1.2;
    width: 32px;
  }
  .benefit-text {
    flex: 1;
    font-size: 16px;
    line-height: 1.75;
    color: #2a2020;
    font-weight: 600;
    letter-spacing: 0.02em;
  }
  .benefits-final {
    margin-top: 22px;
    padding: 18px;
    background: linear-gradient(135deg, #faf5f0, #fff);
    border-top: 2px solid #8b3a3a;
    border-bottom: 2px solid #8b3a3a;
    text-align: center;
    font-family: "Hiragino Mincho ProN", serif;
    font-size: 17px;
    color: #8b3a3a;
    font-weight: 600;
    line-height: 1.6;
    letter-spacing: 0.03em;
  }

  /* ============ Footer ============ */
  .article-divider {
    text-align: center;
    margin: 40px 0 28px;
    color: #d4a8a0;
    letter-spacing: 14px;
    font-size: 15px;
  }
  .article-end {
    text-align: center;
    font-family: "Hiragino Mincho ProN", serif;
    font-style: italic;
    color: #8b3a3a;
    font-size: 13.5px;
    letter-spacing: 0.3em;
    margin: 24px 0;
  }
  .author-card-final {
    background: #fff;
    border: 1px solid #e8d8c8;
    padding: 18px 20px;
    display: flex;
    gap: 14px;
    align-items: flex-start;
    margin: 18px 0;
  }
  .footer-meta {
    background: #3a3030;
    color: #a89888;
    text-align: center;
    padding: 22px 20px;
    font-size: 13px;
    margin: 24px 0 0;
    line-height: 1.9;
    letter-spacing: 0.04em;
  }
  .footer-cta {
    background: linear-gradient(180deg, #06C755, #05A848);
    color: #fff;
    text-align: center;
    padding: 20px;
    margin: 0;
    font-family: "Hiragino Mincho ProN", serif;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 0.05em;
  }
  .footer-cta-sub {
    display: block;
    font-size: 13.5px;
    font-family: "Hiragino Kaku Gothic ProN", sans-serif;
    font-weight: 400;
    margin-top: 6px;
    opacity: 0.95;
    letter-spacing: 0.1em;
  }

  /* ============ Image card ============ */
  .img-card {
    overflow: hidden;
    margin: 22px 0;
    aspect-ratio: 3 / 2;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #4a3a3a;
    font-size: 13.5px;
    background:
      radial-gradient(ellipse at 30% 30%, rgba(255,255,255,0.6) 0%, transparent 60%),
      linear-gradient(135deg, #f5e0d4 0%, #e8c8b8 50%, #d4a8a0 100%);
    text-align: center;
    padding: 16px;
    border: 1px solid #e8d8c8;
  }
  .img-real {
    overflow: hidden;
    margin: 22px 0;
    border: 1px solid #e8d8c8;
    line-height: 0;
  }
  .img-real img {
    width: 100%;
    height: auto;
    display: block;
  }
  .img-card-caption {
    text-align: center;
    font-size: 13px;
    color: #4a3a3a;
    margin-top: -22px;
    margin-bottom: 24px;
    font-style: chic;
    font-family: "Hiragino Mincho ProN", serif;
    letter-spacing: 0.1em;
  }

  /* ============ Sticky CTA (画面下追従ボタン) ============ */
  .sticky-cta {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%) translateY(100%);
    width: 100%;
    max-width: 420px;
    background: linear-gradient(180deg, rgba(250,245,240,0.95) 0%, rgba(250,245,240,1) 30%);
    padding: 12px 16px 14px;
    z-index: 999;
    box-shadow: 0 -8px 24px rgba(0,0,0,0.12);
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.5s ease;
    opacity: 0;
    pointer-events: none;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
  }
  .sticky-cta.visible {
    transform: translateX(-50%) translateY(0);
    opacity: 1;
    pointer-events: auto;
  }
  .sticky-cta-button {
    display: block;
    background: #06C755;
    color: #fff;
    padding: 16px 14px;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    text-align: center;
    letter-spacing: 0.05em;
    box-shadow: 0 6px 16px rgba(6, 199, 85, 0.35);
    border: 1px solid #06C755;
    position: relative;
    border-radius: 6px;
    transition: all 0.3s;
  }
  .sticky-cta-button:hover {
    transform: translateY(-1px);
    box-shadow: 0 8px 20px rgba(6, 199, 85, 0.4);
  }
  .sticky-cta-button:active {
    transform: translateY(1px);
    background: #05B14C;
  }
  .sticky-cta-button .line-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #fff;
    color: #06C755;
    border-radius: 50%;
    line-height: 20px;
    font-weight: 900;
    font-size: 12px;
    margin-right: 6px;
    vertical-align: -3px;
    letter-spacing: 0;
  }
  .sticky-cta-button .arrow {
    margin-left: 6px;
    font-family: "Hiragino Mincho ProN", serif;
  }
  .sticky-cta-sub {
    display: block;
    margin-top: 4px;
    font-size: 13px;
    font-weight: 400;
    opacity: 0.95;
    letter-spacing: 0.15em;
  }
  /* スティッキーCTAが表示中はページ下部に余白を確保 */
  body.sticky-active {
    padding-bottom: 90px;
  }

  /* ===== スマホ最適化 (タブレット以下) ===== */
  @media (max-width: 480px) {
    /* タイポグラフィ調整 */
    .hero-title { font-size: 24px; line-height: 1.55; }
    .interview-headline { font-size: 17px; line-height: 1.6; }
    .stat-card-figure { font-size: 52px; }
    .stat-card-text { font-size: 14px; }
    .method-formula { font-size: 19px; line-height: 1.7; letter-spacing: 0.03em; }
    .no-pressure-line2 { font-size: 24px; }
    .no-pressure-line1, .no-pressure-line3 { font-size: 13.5px; }
    .benefits-title { font-size: 18px; line-height: 1.6; }
    .benefit-text { font-size: 15.5px; line-height: 1.75; }
    .benefits-final { font-size: 16px; }
    .chapter-title { font-size: 21px; line-height: 1.55; }
    .chapter-num { font-size: 14px; }
    .pullquote-text { font-size: 18px; line-height: 1.7; }
    .lead-block .lead-text { font-size: 17px; line-height: 1.9; }
    .lead-block .lead-tag { font-size: 13px; }
    .reality-title { font-size: 18px; line-height: 1.55; }
    .reality-text { font-size: 14.5px; line-height: 1.8; }
    .reality-conclusion { font-size: 15px; }
    .reality-eyebrow { font-size: 13px; }
    .method-title { font-size: 16px; line-height: 1.6; }
    .method-eyebrow { font-size: 13px; }
    .method-caption { font-size: 13px; line-height: 1.95; }
    .founder-title { font-size: 20px; line-height: 1.55; }
    .founder-section .founder-title { font-size: 20px; line-height: 1.55; }
    .founder-text { font-size: 14.5px; line-height: 1.9; }
    .founder-quote { font-size: 14px; padding: 12px; }
    .founder-name { font-size: 16px; }
    .founder-role { font-size: 13px; }
    .vs-title { font-size: 18px; line-height: 1.55; }
    .vs-list li { font-size: 13.5px; line-height: 1.7; }
    .vs-col-head { font-size: 13.5px; }
    .vs-eyebrow { font-size: 13px; }
    .cta-title { font-size: 19px; line-height: 1.6; }
    .cta-text { font-size: 14px; line-height: 1.95; }
    .cta-eyebrow { font-size: 13px; }
    .cta-note { font-size: 13px; }
    .seminar-preview-title { font-size: 16px; line-height: 1.55; }
    .seminar-preview-tag { font-size: 13px; }
    .body-text { font-size: 16px; line-height: 1.95; }
    .body-text p { margin: 0 0 20px; }
    .body-text .accent-line { font-size: 17px; margin: 24px 0; }
    .hero-subtitle { font-size: 14.5px; line-height: 1.85; }
    .hero-eyebrow { font-size: 13px; }
    .insight { font-size: 14px; line-height: 1.95; padding: 18px 20px; }
    .insight-tag { font-size: 13px; }
    .insight-title { font-size: 15px; }

    /* レイアウト・余白 */
    .vs-table { grid-template-columns: 1fr 24px 1fr; gap: 0; }
    .qa-options { grid-template-columns: 1fr; }
    .content { padding: 0 18px; }
    .header { padding: 14px 18px; }
    .hero { padding: 24px 18px 0; }
    .hero-img, .lp-img, .img-real, .img-card { margin: 22px -18px; }

    /* CTAボタン */
    .cta-button { 
      padding: 18px 12px; 
      font-size: 16.5px; 
      letter-spacing: 0.03em;
      line-height: 1.45;
    }
    .cta-button-sub { font-size: 13px; }
    .sticky-cta { padding: 10px 12px 12px; }
    .sticky-cta-button { 
      padding: 14px 10px; 
      font-size: 15px;
      letter-spacing: 0.02em;
      line-height: 1.45;
    }
    .sticky-cta-sub { font-size: 13px; }
    body.sticky-active { padding-bottom: 86px; }

    /* テーブル */
    .comparison-table { font-size: 13px; }
    .comparison-table th, .comparison-table td { padding: 10px 5px; line-height: 1.55; }
    .comparison-table thead th { font-size: 13px; }
    .comparison-table tbody td:first-child { font-size: 13px; }

    /* タイムライン */
    .timeline { padding-left: 30px; }
    .timeline-marker { left: -30px; width: 26px; height: 26px; font-size: 13px; }
    .timeline-title { font-size: 16px; }
    .timeline-time { font-size: 13px; }
    .timeline-desc { font-size: 14px; line-height: 1.85; }

    /* Q&A */
    .qa-q { font-size: 14px; line-height: 1.6; padding: 10px 12px; }
    .qa-option { font-size: 13px; padding: 11px 8px; }

    /* 著者カード */
    .author-card { padding: 14px 16px; gap: 12px; }
    .author-avatar { width: 50px; height: 50px; font-size: 20px; }
    .author-name { font-size: 15px; }
    .author-role { font-size: 13px; }
    .author-bio { font-size: 13px; line-height: 1.85; }

    /* インタビュー */
    .interview-meta { padding: 14px 18px; gap: 12px; }
    .interview-avatar { width: 50px; height: 50px; font-size: 22px; }
    .interview-name { font-size: 16px; }
    .interview-role { font-size: 13px; }
    .interview-body { padding: 18px 18px 14px; font-size: 15px; line-height: 1.9; }
    .interview-header { padding: 20px 18px 16px; }
    .interview-no { font-size: 13px; }

    /* ファウンダー */
    .founder-section { padding: 26px 16px; }
    .founder-photo { width: 100px; height: 100px; }
    .founder-eyebrow { font-size: 13px; }

    /* method */
    .method-section { padding: 22px 14px; }

    /* notice / privacy */
    .privacy-box { padding: 16px 18px; font-size: 13.5px; line-height: 1.9; }
    .privacy-box strong { font-size: 13px; }
    .footer-meta { padding: 20px 16px; font-size: 13px; line-height: 1.9; }
    .footer-cta { padding: 18px 14px; font-size: 16px; line-height: 1.45; }
    .footer-cta-sub { font-size: 13px; }

    /* notice */
    .notice { font-size: 14px; }
  }

  /* ===== iPhone SE / 小型端末 ===== */
  @media (max-width: 375px) {
    .hero-title { font-size: 22px; }
    .chapter-title { font-size: 19px; line-height: 1.55; }
    .pullquote-text { font-size: 17px; line-height: 1.7; }
    .method-formula { font-size: 17.5px; }
    .interview-headline { font-size: 16px; }
    .benefits-title { font-size: 17px; }
    .benefit-text { font-size: 14.5px; }
    .body-text { font-size: 15px; line-height: 1.95; }
    .body-text p { margin: 0 0 18px; }
    .content { padding: 0 14px; }
    .header { padding: 12px 14px; }
    .hero-img, .lp-img, .img-real, .img-card { margin: 20px -14px; }
    .sticky-cta-button { font-size: 14px; padding: 13px 8px; }
    .sticky-cta-sub { font-size: 13px; }
    .cta-button { font-size: 15.5px; padding: 16px 10px; }
    .cta-button-sub { font-size: 13px; }
    .footer-cta { font-size: 15px; }
    .footer-cta-sub { font-size: 13px; }
    .no-pressure-line2 { font-size: 22px; }
    .stat-card-figure { font-size: 44px; }
    .stat-card-figure .unit { font-size: 22px; }
    .stat-card-text { font-size: 13.5px; }
    .reality-text { font-size: 14px; }
    .reality-title { font-size: 17px; }
    .reality-conclusion { font-size: 14.5px; }
    .timeline-title { font-size: 15px; }
    .timeline-desc { font-size: 13.5px; }
    .timeline-time { font-size: 13px; }
    .qa-q { font-size: 13.5px; }
    .qa-option { font-size: 13px; padding: 10px 6px; }
    .comparison-table { font-size: 13px; }
    .comparison-table th, .comparison-table td { padding: 9px 4px; }
    .comparison-table thead th { font-size: 13px; }
    .comparison-table tbody td:first-child { font-size: 13px; }
    .privacy-box { font-size: 13px; }
    .privacy-box strong { font-size: 13px; }
    .insight { font-size: 13.5px; padding: 16px 18px; }
    .insight-tag { font-size: 13px; }
    .insight-title { font-size: 14.5px; }
    .lead-block .lead-text { font-size: 16px; }
    .vs-list li { font-size: 13px; line-height: 1.7; }
    .vs-col-head { font-size: 13px; }
    .vs-title { font-size: 17px; }
    .interview-body { font-size: 14.5px; }
    .interview-name { font-size: 15px; }
    .founder-text { font-size: 14px; }
    .founder-title { font-size: 19px; }
    .founder-section .founder-title { font-size: 19px; }
    .founder-quote { font-size: 13.5px; }
    .cta-title { font-size: 18px; }
    .cta-text { font-size: 13.5px; }
    .seminar-preview-title { font-size: 15.5px; }
    .method-title { font-size: 15px; }
    .method-caption { font-size: 13px; }
    .notice { font-size: 13.5px; }
    .author-bio { font-size: 13px; }
    .hero-subtitle { font-size: 14px; }
  }

  /* ===== 極小端末 (旧型) ===== */
  @media (max-width: 340px) {
    .hero-title { font-size: 20px; }
    .chapter-title { font-size: 18px; }
    .body-text { font-size: 14.5px; line-height: 1.95; }
    .content { padding: 0 12px; }
    .sticky-cta-button { font-size: 13px; padding: 12px 6px; }
    .cta-button { font-size: 14.5px; }
    .vs-table { grid-template-columns: 1fr 20px 1fr; }
    .vs-list li { font-size: 13px; padding-left: 14px; }
    .pullquote-text { font-size: 16px; }
    .reality-text { font-size: 13.5px; }
    .comparison-table { font-size: 13px; }
    .comparison-table th, .comparison-table td { padding: 8px 3px; }
    .timeline-desc { font-size: 13px; }
    .founder-text { font-size: 13.5px; }
    .interview-body { font-size: 14px; }
    .benefit-text { font-size: 14px; }
    .lead-block .lead-text { font-size: 15.5px; }
  }
