/* =========================
   独立支援プラン共通
   ========================= */

.lp-main--independence .lp-hero {
  background: linear-gradient(135deg, #eff6ff, #e0f2fe);
}

.lp-main--independence .lp-problem-cta {
  background: linear-gradient(135deg, #e0f2fe, #f5f3ff);
}

/* ラベル色（独立支援＝グリーン系） */
.lp-main--independence .lp-problem-label--green {
  background: #dcfce7;
  color: #166534;
}

/* お悩み1カラム用レイアウト */
.lp-main--independence .lp-problem--single {
  max-width: 880px;
  margin: 0 auto;
  border-radius: 20px;
  padding: 18px 20px 16px;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  box-shadow:
    0 16px 40px rgba(15, 23, 42, .08),
    0 1px 2px rgba(15, 23, 42, .04);
}

/* =========================
   詳細セクション（独立支援）
   ========================= */

.lp-section--detail {
  background: linear-gradient(180deg, #eff6ff 0%, #ffffff 70%);
}

.lp-section--detail .lp-detail-heading {
  font-size: 18px;
  font-weight: 900;
  line-height: 1.5;
}

.lp-detail-stack {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.lp-detail-card {
  border-radius: 22px;
  padding: 20px 22px 18px;
  border: 1px solid #e5e7eb;
  background: #ffffff;
  box-shadow:
    0 18px 40px rgba(15, 23, 42, .08),
    0 1px 2px rgba(15, 23, 42, .04);
}

/* 小ラベル */

.lp-detail-label {
  display: inline-flex;
  align-items: center;
  padding: 3px 10px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  margin-bottom: 6px;
}

/* 独立支援＝青系トーン */

.lp-section--detail-beginner .lp-detail-label {
  background: #e0edff;
  border: 1px solid #bfdbfe;
  color: #1d4ed8;
}

.lp-detail-label--sub {
  opacity: .9;
}

/* タイムライン用ニュートラルラベル */

.lp-detail-label--line {
  background: #f1f5f9;
  border: 1px solid #e2e8f0;
  color: #0f172a;
}

/* スプリットカード内ボックス */

.lp-detail-card--split {
  padding: 18px 20px;
}

.lp-detail-card--split .lp-detail-box + .lp-detail-box {
  margin-top: 14px;
}

.lp-detail-box {
  border-radius: 18px;
  padding: 14px 16px 12px;
  background: #f8fafc;
  border: 1px solid #e5e7eb;
}

/* 対象ボックス・内容ボックスの色差 */

.lp-section--detail-beginner .lp-detail-box--target {
  border-left: 4px solid #2563eb;
  background: #eff6ff;
}

.lp-section--detail-beginner .lp-detail-box--merit {
  border-left: 4px solid #3b82f6;
  background: #e0edff;
}

.lp-detail-box .lp-list {
  margin-bottom: 6px;
}

.lp-detail-box .lp-list li {
  font-size: 14px;
}

/* =========================
   STEPタイムライン（独立支援）
   ========================= */

.lp-detail-card--flow {
  padding-top: 18px;
}

.lp-step-flow {
  list-style: none;
  margin: 18px 0 0;
  padding: 0;
  position: relative;
}

.lp-step-flow::before {
  content: "";
  position: absolute;
  left: 68px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: #e5e7eb;
}

.lp-step-flow__item {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  margin-bottom: 18px;
}

.lp-step-flow__meta {
  width: 90px;
  text-align: right;
  position: relative;
  padding-top: 4px;
}

.lp-step-flow__step {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  color: #64748b;
}

.lp-step-flow__dot {
  position: absolute;
  right: -12px;
  top: 18px;
  width: 20px;
  height: 20px;
  border-radius: 999px;
  border: 3px solid #ffffff;
  box-shadow: 0 4px 10px rgba(15, 23, 42, .18);
}

/* 独立支援タイムラインは青ドット */

.lp-step-flow--beginner .lp-step-flow__dot {
  background: #2563eb;
}

.lp-step-flow__card {
  flex: 1;
  background: #ffffff;
  border-radius: 16px;
  padding: 14px 16px;
  border: 1px solid #e5e7eb;
  box-shadow: 0 6px 16px rgba(15, 23, 42, .06);
}

.lp-step-flow__title {
  font-size: 15px;
  font-weight: 800;
  margin: 0 0 4px;
}

.lp-step-flow__text {
  font-size: 13px;
  color: #475569;
  margin: 0;
}

.lp-detail-card--flow .lp-image-card {
  margin-top: 16px;
}

/* =========================
   受講生の声レイアウト
   ========================= */

.lp-main--independence .lp-voices-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.lp-main--independence .lp-voice-card {
  border-radius: 20px;
  border: 1px solid #e5e7eb;
  background: #ffffff;
  box-shadow:
    0 16px 40px rgba(15, 23, 42, .08),
    0 1px 2px rgba(15, 23, 42, .04);
}

.lp-main--independence .lp-voice-label--green {
  background: #dcfce7;
  color: #166534;
}

/* =========================
   FAQ（1カラムでOKなので微調整のみ）
   ========================= */

.lp-main--independence .lp-faq-block {
  max-width: 880px;
  margin: 0 auto;
}

/* =========================
   レスポンシブ
   ========================= */

@media (max-width: 768px) {
  .lp-detail-card {
    padding-inline: 16px;
  }

  .lp-detail-card--split {
    padding-inline: 14px;
  }

  .lp-detail-box {
    padding-inline: 12px;
  }

  .lp-step-flow::before {
    left: 54px;
  }

  .lp-step-flow__meta {
    width: 72px;
  }

  .lp-step-flow__item {
    gap: 12px;
  }

  .lp-step-flow__card {
    padding: 12px 14px;
  }

  .lp-main--independence .lp-problem--single {
    padding-inline: 16px;
  }
}
