/* ===== Sub-page common styles ===== */
.sub-page-hero {
  background: linear-gradient(135deg, var(--primary-light) 0%, var(--primary) 100%);
  color: #fff;
  padding: 80px 0 70px;
  position: relative;
  overflow: hidden;
}
.sub-page-hero::before {
  content: ''; position: absolute; top: -120px; right: -120px;
  width: 360px; height: 360px;
  border: 1px solid rgba(255,255,255,0.15); border-radius: 50%;
  pointer-events: none;
}
.sub-page-hero .breadcrumb { font-size: 12px; letter-spacing: 0.1em; color: rgba(255,255,255,0.7); margin-bottom: 14px; }
.sub-page-hero .breadcrumb a { color: rgba(255,255,255,0.85); border-bottom: 1px solid rgba(255,255,255,0.3); }
.sub-page-hero .eyebrow { color: var(--accent); margin-bottom: 8px; }
.sub-page-hero h1 { color: #fff; font-size: 38px; margin-bottom: 18px; letter-spacing: 0.04em; }
.sub-page-hero p.lead { font-size: 16px; line-height: 2; color: rgba(255,255,255,0.9); max-width: 800px; }
.sub-page-hero .hero-stats-row { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 28px; }
.sub-page-hero .hero-stat-pill {
  background: rgba(255,255,255,0.12); border: 1px solid rgba(255,255,255,0.25);
  padding: 8px 18px; font-size: 13.5px; border-radius: 100px; color: #fff; font-weight: 500;
}
.symptom-check-list {
  background: var(--bg-cream); border-left: 3px solid var(--accent);
  padding: 28px 32px; border-radius: 0 2px 2px 0; margin: 32px 0;
}
.symptom-check-list ul { list-style: none; padding: 0; margin: 0; }
.symptom-check-list li {
  padding: 8px 0 8px 28px; position: relative; font-size: 15px; line-height: 1.7;
  border-bottom: 1px solid var(--border-light);
}
.symptom-check-list li:last-child { border-bottom: none; }
.symptom-check-list li::before { content: '□'; position: absolute; left: 0; top: 8px; color: var(--accent); font-size: 18px; }
.feature-list { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin: 32px 0; }
.feature-block { background: #fff; border: 1px solid var(--border-light); padding: 24px 26px; border-radius: 2px; }
.feature-block h4 { font-size: 17px; margin-bottom: 10px; display: flex; align-items: center; gap: 10px; }
.feature-block h4::before { content: ''; display: inline-block; width: 4px; height: 18px; background: var(--accent); }
.feature-block p { font-size: 14px; color: var(--text); line-height: 1.85; }
.info-table-wrap { margin: 24px 0; overflow-x: auto; }
.info-table { width: 100%; border-collapse: collapse; font-size: 14px; }
.info-table thead th {
  background: var(--primary); color: #fff; padding: 12px 16px; text-align: left;
  font-weight: 500; letter-spacing: 0.02em; font-size: 13.5px;
}
.info-table tbody td { padding: 14px 16px; border-bottom: 1px solid var(--border-light); vertical-align: top; line-height: 1.75; }
.info-table tbody tr:nth-child(even) { background: var(--bg-cream); }
.info-table tbody td:first-child { font-weight: 500; color: var(--primary); white-space: nowrap; width: 130px; }
.callout-box {
  background: var(--bg-cream); border-left: 3px solid var(--accent);
  padding: 22px 28px; border-radius: 0 2px 2px 0; margin: 24px 0;
}
.callout-box strong { display: block; color: var(--primary); font-size: 14.5px; margin-bottom: 6px; letter-spacing: 0.05em; }
.callout-box p { font-size: 14px; line-height: 1.85; color: var(--text); }
.callout-warning { background: #FFF7E5; border-left-color: #D89A2A; }
.callout-warning strong { color: #5A3A0F; }
.faq-item { border-bottom: 1px solid var(--border); padding: 22px 0; }
.faq-item:first-child { border-top: 1px solid var(--border); }
.faq-q {
  font-family: 'Noto Serif JP', serif; font-size: 17px; color: var(--primary);
  font-weight: 500; margin-bottom: 10px; padding-left: 36px; position: relative;
}
.faq-q::before {
  content: 'Q.'; position: absolute; left: 0; top: 0; color: var(--accent);
  font-family: 'Cormorant Garamond', serif; font-size: 22px; font-weight: 500;
}
.faq-a { padding-left: 36px; font-size: 14.5px; line-height: 1.95; color: var(--text); position: relative; }
.faq-a::before {
  content: 'A.'; position: absolute; left: 0; top: 0; color: var(--text-muted);
  font-family: 'Cormorant Garamond', serif; font-size: 16px; font-weight: 500;
}
.content-section { padding: 70px 0; }
.content-section.bg-cream { background: var(--bg-cream); }
.content-wrap { max-width: 880px; margin: 0 auto; }
.content-wrap h2 { font-size: 28px; margin-bottom: 20px; padding-bottom: 12px; border-bottom: 2px solid var(--accent); display: inline-block; }
.content-wrap h3 { font-size: 19px; margin: 32px 0 14px; color: var(--primary); }
.content-wrap p { font-size: 15px; line-height: 1.95; margin-bottom: 16px; }
.content-wrap ul { font-size: 15px; line-height: 1.95; padding-left: 20px; margin-bottom: 16px; }
.bottom-cta { background: var(--primary); color: #fff; padding: 60px 0; text-align: center; }
.bottom-cta h2 { color: #fff; font-size: 26px; margin-bottom: 14px; }
.bottom-cta p { color: rgba(255,255,255,0.85); font-size: 15px; margin-bottom: 28px; }
.bottom-cta-actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.bottom-cta .btn { background: var(--accent); border: none; color: var(--primary-dark) !important; }
.bottom-cta .btn:hover { background: #fff; }
.bottom-cta .btn-outline { background: transparent; border: 1px solid rgba(255,255,255,0.5); color: #fff !important; }
.bottom-cta .btn-outline:hover { background: #fff; color: var(--primary) !important; }
@media (max-width: 760px) {
  .sub-page-hero { padding: 60px 0 50px; }
  .sub-page-hero h1 { font-size: 26px; }
  .feature-list { grid-template-columns: 1fr; }
  .info-table tbody td:first-child { white-space: normal; width: auto; }
  .content-section { padding: 50px 0; }
  .content-wrap h2 { font-size: 22px; }
}
