/**
 * 方案頁 — 服務內容／服務重點（素色區塊）
 */
.svc-zen-band {
  background: linear-gradient(180deg, #f1f3f6 0%, #f8f9fb 48%, #ffffff 100%);
  border-top: 1px solid #e5e7eb;
  border-bottom: 1px solid #e5e7eb;
}

.svc-section-title {
  font-size: 1.375rem;
  font-weight: 700;
  color: #111111;
  letter-spacing: 0.02em;
  line-height: 1.3;
  margin: 0 0 0.35rem;
}

.svc-section-sub {
  font-size: 0.8125rem;
  color: #64748b;
  line-height: 1.65;
  margin: 0 0 1.75rem;
  max-width: 40rem;
}

/* 簡單雙欄網格（代客拜山單區三卡等） */
.svc-blocks-grid {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: 1fr;
}

@media (min-width: 768px) {
  .svc-blocks-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.svc-blocks-grid .svc-block-full {
  grid-column: 1 / -1;
}

/* 附圖式雙欄：左欄先人／法事／物品，右欄代辦／交通／團隊…（避免三欄自動打亂分類） */
.svc-blocks-split {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

@media (min-width: 768px) {
  .svc-blocks-split {
    flex-direction: row;
    align-items: flex-start;
    gap: 1.5rem;
  }

  .svc-blocks-split > .svc-blocks-col {
    flex: 1 1 0;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
  }
}

.svc-block-after-split {
  margin-top: 1.25rem;
}

.svc-block {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 0.875rem;
  padding: 1.25rem 1.35rem;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.05);
}

.svc-block h3 {
  font-size: 0.9375rem;
  font-weight: 700;
  color: #111111;
  margin: 0 0 0.85rem;
  padding-bottom: 0.65rem;
  border-bottom: 1px solid #f1f5f9;
}

.svc-block ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.svc-block li {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.55;
  color: #374151;
  margin-bottom: 0.4rem;
}

.svc-block li:last-child {
  margin-bottom: 0;
}

.svc-block li::before {
  content: "\2192";
  flex-shrink: 0;
  color: #94a3b8;
  font-weight: 400;
  margin-top: 0.06em;
}

.svc-highlight-band {
  background: #ffffff;
}

.svc-prose-stack {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;
}

@media (min-width: 768px) {
  .svc-prose-stack {
    grid-template-columns: repeat(2, 1fr);
  }

  .svc-prose-stack.svc-prose-wide {
    grid-template-columns: 1fr;
  }
}

.svc-prose-block {
  background: #fafbfc;
  border: 1px solid #e8eaed;
  border-radius: 0.875rem;
  padding: 1.25rem 1.35rem;
}

.svc-prose-block h3 {
  font-size: 0.9375rem;
  font-weight: 700;
  color: #111111;
  margin: 0 0 0.65rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #e8eaed;
}

.svc-prose-block p {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.75;
  color: #374151;
}

.svc-prose-block p + p {
  margin-top: 0.65rem;
}

.svc-prose-block h4 {
  font-size: 0.8125rem;
  font-weight: 700;
  color: #111111;
  margin: 1rem 0 0.35rem;
  letter-spacing: 0.01em;
}

.svc-prose-block h4:first-child {
  margin-top: 0;
}

/* 代客拜山：一般／高級方案分區（不同底色） */
.svc-plan-section {
  border-top: 1px solid #e5e7eb;
}

.svc-plan-section--standard {
  background: linear-gradient(180deg, #e8edf5 0%, #f1f4fa 45%, #f7f9fc 100%);
}

.svc-plan-section--premium {
  background: linear-gradient(180deg, #f2ebe3 0%, #f8f3ec 48%, #fcfaf7 100%);
  border-top-color: #e5ddd4;
}

.svc-plan-eyebrow {
  font-size: 0.75rem;
  font-weight: 700;
  color: #64748b;
  letter-spacing: 0.08em;
  margin: 0 0 0.35rem;
}

.svc-plan-kicker {
  display: block;
  font-size: 0.8125rem;
  font-weight: 600;
  color: #1b4b98;
  letter-spacing: 0.03em;
  margin: 0.2rem 0 0.75rem;
  line-height: 1.5;
}

.svc-plan-section .svc-section-title {
  margin-bottom: 0;
}
