/* =========================
   加盟店テンプレ 共通
   ========================= */

.lp-main--partner .lp-hero {
  background: linear-gradient(135deg, #ecfdf5, #e0f2fe);
}

.lp-main--partner .lp-problem-label--blue {
  background: #dbeafe;
  color: #1d4ed8;
}

.lp-main--partner .lp-problem-cta {
  background: linear-gradient(135deg, #ecfdf5, #f1f5f9);
}

/* お悩み1カラム用レイアウト */
.lp-main--partner .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--strength {
  background: linear-gradient(180deg, #f8fafc 0%, #ffffff 70%);
}

.lp-strength-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 18px;
}

.lp-strength-card {
  border-radius: 20px;
  padding: 18px 20px 16px;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  box-shadow:
    0 16px 40px rgba(15, 23, 42, .06),
    0 1px 2px rgba(15, 23, 42, .03);
}

.lp-strength-title {
  font-size: 17px;
  font-weight: 900;
  line-height: 1.5;
  margin: 0 0 8px;
}

.lp-strength-text {
  font-size: 13px;
  color: #475569;
  margin: 0;
}

/* =========================
   詳細セクション（加盟店）
   ========================= */

.lp-section--detail {
  background: linear-gradient(180deg, #ecfdf5 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-partner .lp-detail-label {
  background: #dcfce7;
  border: 1px solid #bbf7d0;
  color: #166534;
}

.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-partner .lp-detail-box--target {
  border-left: 4px solid #16a34a;
  background: #ecfdf5;
}

.lp-section--detail-partner .lp-detail-box--merit {
  border-left: 4px solid #22c55e;
  background: #f0fdf4;
}

.lp-detail-box .lp-list {
  margin-bottom: 6px;
}

.lp-detail-box .lp-list li {
  font-size: 14px;
}

/* =========================
   STEPタイムライン（加盟店）
   ========================= */

.lp-detail-card--timeline {
  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--partner .lp-step-flow__dot {
  background: #22c55e;
}

.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;
}

/* =========================
   料金＆募集エリア 2カラム
   ========================= */

.lp-recruit-box {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 10px;
}

.lp-recruit-box__col {
  background: #f8fafc;
  border-radius: 16px;
  padding: 14px 16px;
  border: 1px solid #e5e7eb;
}

/* =========================
   募集要項カード強調
   ========================= */

.lp-main--partner .lp-recruit-card--partner {
  border-left: 4px solid #16a34a;
  box-shadow: 0 18px 40px rgba(22, 163, 74, .15);
}

/* FAQ 1カラム最大幅 */

.lp-main--partner .lp-faq-block {
  max-width: 880px;
  margin: 0 auto;
}

/* =========================
   レスポンシブ
   ========================= */

@media (max-width: 900px) {
  .lp-strength-grid {
    grid-template-columns: 1fr;
  }

  .lp-highlight-grid {
    grid-template-columns: 1fr;
  }

  .lp-recruit-box {
    grid-template-columns: 1fr;
  }
}

@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--partner .lp-problem--single {
    padding-inline: 16px;
  }
}

/* =========================
   絶賛募集中セクション
   ========================= */

.lp-section--recruit-highlight {
  background: radial-gradient(circle at top, #fef9c3, transparent 60%),
              #fffbeb;
}

.lp-section--recruit-highlight .lp-section__head--center {
  text-align: center;
}

.lp-section--recruit-highlight .lp-heading--emphasis {
  font-size: 24px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: none;
  display: inline-block;
  padding: 6px 16px;
  border-radius: 999px;
  background: #f97316;
  color: #ffffff;
  box-shadow: 0 10px 30px rgba(248, 113, 36, .4);
  margin-bottom: 6px;
}

.lp-section--recruit-highlight .lp-section__lead {
  font-size: 14px;
}

/* 6つの枠レイアウト */

.lp-highlight-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 22px;
}

.lp-highlight-item {
  position: relative;
  border-radius: 18px;
  padding: 16px 16px 14px;
  background: #ffffff;
  border: 1px solid #fed7aa;
  box-shadow:
    0 14px 30px rgba(15, 23, 42, .08),
    0 1px 2px rgba(15, 23, 42, .04);
  display: flex;
  flex-direction: column;
  gap: 6px;
  text-align: left;
}

.lp-highlight-tag {
  position: absolute;
  top: 10px;
  left: 12px;
  min-width: 26px;
  padding: 2px 8px;
  border-radius: 999px;
  background: #ffedd5;
  color: #c2410c;
  font-size: 11px;
  font-weight: 800;
  text-align: center;
}

.lp-highlight-main {
  margin: 0;
  padding-top: 18px; /* 番号タグ分の余白 */
  font-size: 15px;
  font-weight: 800;
  line-height: 1.5;
  color: #0f172a;
}

.lp-highlight-main strong {
  font-weight: 900;
}

.lp-highlight-sub {
  margin: 0;
  font-size: 12px;
  line-height: 1.7;
  color: #6b7280;
}

/* レスポンシブ */

@media (max-width: 1024px) {
  .lp-highlight-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .lp-highlight-grid {
    grid-template-columns: 1fr;
  }

  .lp-section--recruit-highlight .lp-heading--emphasis {
    font-size: 20px;
    padding-inline: 12px;
  }
}
