/* =========================================================
   集客サポート・オプション料金ページ（option.html）専用スタイル
   トーンを変えるため、導入バナーの背景色のみ濃緑（#0E5E45）に変更。
   カード・バッジ等の造形は worries.css / compare.css の言語を踏襲。
   ========================================================= */

/* 導入バナー：ヒーロー系ページより落ち着いた濃緑にして「運用・集客」の
   トーンを制作プランのページ（明るい緑）と少し変える */
.option-intro {
  --hearing-intro-bg: #0e5e45;
}

/* スマホ表示時のみ見出しを少し小さく（hearing.cssの共通サイズより控えめに） */
@media screen and (max-width: 900px) {
  .option-intro .hearing-form-intro-title {
    font-size: 23px;
  }
}

@media screen and (max-width: 600px) {
  .option-intro .hearing-form-intro-title {
    font-size: 19px;
  }
}

/* ページ内アンカーナビ（集客サポート／制作オプションへジャンプ） */
.option-page-nav {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  padding: 20px 20px 0;
  background: #ffffff;
}

.option-page-nav a {
  display: inline-block;
  padding: 10px 22px;
  border: 1.5px solid #cfe8e0;
  border-radius: 999px;
  color: #0e5e45;
  font-size: 0.9rem;
  font-weight: 700;
  text-decoration: none;
  background: #f4fbf8;
  transition: background 0.2s ease, border-color 0.2s ease;
}

.option-page-nav a:hover {
  background: #e9f7f1;
  border-color: #1d9e75;
}

/* ---------------------------------------------------------
   集客サポートプラン（SEO・MEO対策）
--------------------------------------------------------- */
.support-plans-section {
  padding: 72px 20px;
  background: #ffffff;
}

.support-plans-inner {
  max-width: 1080px;
  margin: 0 auto;
}

.support-plans-lead {
  text-align: center;
  font-size: 1.05rem;
  color: #555;
  line-height: 1.8;
  margin: 0 0 40px;
}

.plan-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  align-items: stretch;
}

.plan-card {
  position: relative;
  background: #ffffff;
  border: 1.5px solid #e4efe9;
  border-radius: 16px;
  padding: 32px 26px 28px;
  box-shadow: 0 6px 20px rgba(14, 94, 69, 0.06);
  display: flex;
  flex-direction: column;
}

.plan-card--recommend {
  border: 2px solid #1d9e75;
  box-shadow: 0 10px 28px rgba(29, 158, 117, 0.18);
  transform: translateY(-6px);
}

.plan-card-badge {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: #f3c94a;
  color: #0e5e45;
  font-size: 0.75rem;
  font-weight: 800;
  padding: 4px 18px;
  border-radius: 999px;
  letter-spacing: 0.04em;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.plan-card-header {
  text-align: center;
  margin-bottom: 16px;
}

.plan-card-label {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  color: #9ca3af;
  letter-spacing: 0.08em;
  margin-bottom: 4px;
}

.plan-card-name {
  font-size: 1.25rem;
  font-weight: 800;
  color: #0e3b34;
  margin: 0;
  line-height: 1.4;
}

.plan-card-tagline {
  font-size: 0.82rem;
  font-weight: 700;
  color: #1d9e75;
  margin: 6px 0 0;
  line-height: 1.5;
}

.plan-card-price {
  text-align: center;
  margin: 0 0 20px;
  color: #0e5e45;
}

.plan-price-num {
  font-size: 2.1rem;
  font-weight: 900;
}

.plan-price-unit {
  font-size: 0.95rem;
  font-weight: 700;
  margin-left: 2px;
}

.plan-card-list {
  list-style: none;
  margin: 0;
  padding: 0;
  flex-grow: 1;
}

.plan-card-list li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 12px;
  font-size: 0.92rem;
  line-height: 1.6;
  color: #444;
}

.plan-card-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 7px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #1d9e75;
}

.plan-note,
.addon-note {
  text-align: center;
  font-size: 0.82rem;
  color: #999;
  line-height: 1.7;
  margin: 28px 0 0;
}

/* ---------------------------------------------------------
   制作オプション料金
--------------------------------------------------------- */
.addon-options-section {
  padding: 72px 20px;
  background: #f7faf9;
}

.addon-options-inner {
  max-width: 900px;
  margin: 0 auto;
}

.addon-options-lead {
  text-align: center;
  font-size: 1.05rem;
  color: #555;
  line-height: 1.8;
  margin: 0 0 36px;
}

.addon-table-wrap {
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(0, 0, 0, 0.06);
  background: #ffffff;
}

.addon-table {
  width: 100%;
  border-collapse: collapse;
}

.addon-table th,
.addon-table td {
  padding: 16px 18px;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid #eef1f0;
  font-size: 0.95rem;
  line-height: 1.6;
}

.addon-table thead th {
  background: #0e5e45;
  color: #ffffff;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.addon-table tbody th {
  width: 22%;
  color: #0e5e45;
  font-weight: 700;
  background: #f4fbf8;
  white-space: nowrap;
}

.addon-table td:last-child {
  width: 30%;
  color: #0e5e45;
  font-weight: 700;
  white-space: nowrap;
}

.addon-table tbody tr:last-child th,
.addon-table tbody tr:last-child td {
  border-bottom: 0;
}

/* ---------------------------------------------------------
   その他のご要望（要相談）
--------------------------------------------------------- */
.other-requests-section {
  padding: 72px 20px;
  background: #ffffff;
}

.other-requests-inner {
  max-width: 960px;
  margin: 0 auto;
  text-align: center;
}

.other-requests-list {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
}

.other-requests-list li {
  white-space: nowrap;
  padding: 14px 26px;
  background: #e9f7f1;
  border: 1.5px solid #1d9e75;
  border-radius: 999px;
  font-size: 1rem;
  color: #0e5e45;
  font-weight: 800;
  box-shadow: 0 4px 14px rgba(14, 94, 69, 0.12);
}

.other-requests-note {
  margin: 28px 0 0;
  font-size: 0.95rem;
  color: #555;
  line-height: 1.7;
}

/* ---------------------------------------------------------
   レスポンシブ
--------------------------------------------------------- */
@media (max-width: 900px) {
  .support-plans-section,
  .addon-options-section,
  .other-requests-section { padding: 56px 18px; }

  .plan-grid { grid-template-columns: 1fr; gap: 20px; max-width: 480px; margin: 0 auto; }
  .plan-card--recommend { transform: none; }
}

@media (max-width: 700px) {
  .option-page-nav { padding: 16px 14px 0; gap: 8px; }
  .option-page-nav a { padding: 8px 16px; font-size: 0.82rem; }

  .support-plans-lead,
  .addon-options-lead { font-size: 0.92rem; margin-bottom: 28px; }

  .plan-card { padding: 26px 20px 22px; }
  .plan-price-num { font-size: 1.8rem; }

  /* 表 → カード化（項目名をラベルとして先頭に表示） */
  .addon-table thead { display: none; }
  .addon-table, .addon-table tbody, .addon-table tr, .addon-table th, .addon-table td {
    display: block;
    width: 100%;
    box-sizing: border-box;
  }
  .addon-table tr {
    border-bottom: 8px solid #f7faf9;
  }
  .addon-table tr:last-child { border-bottom: 0; }
  .addon-table th,
  .addon-table td {
    border-bottom: 0;
    padding: 10px 16px;
  }
  .addon-table td:last-child {
    width: auto;
    padding-bottom: 16px;
  }
  .addon-table td[data-label]::before,
  .addon-table th[data-label]::before {
    content: attr(data-label);
    display: block;
    font-size: 0.72rem;
    font-weight: 700;
    color: #9ca3af;
    margin-bottom: 2px;
  }

  .other-requests-list { gap: 10px; }
  .other-requests-list li {
    padding: 11px 18px;
    font-size: 0.85rem;
  }
}
