.hero-cinematic {
  position: relative; overflow: hidden; padding: 3.6rem 2rem 2rem; border: 1px solid rgba(214, 168, 102, 0.3); border-radius: var(--radius-xl); box-shadow: 0 24px 52px rgba(8, 20, 16, 0.32);
}
.hero-video-wrap { position: absolute; inset: 0; z-index: -2; }
.hero-video { width: 100%; height: 100%; object-fit: cover; transform: scale(1.06); filter: saturate(0.8) contrast(0.95) brightness(0.56); }
.hero-overlay {
  position: absolute; inset: 0;
  background: radial-gradient(circle at 20% 14%, rgba(214, 168, 102, 0.28), transparent 32%), linear-gradient(118deg, rgba(7, 22, 19, 0.92) 0%, rgba(12, 34, 29, 0.68) 42%, rgba(16, 40, 33, 0.5) 100%);
}
.hero-cinematic .hero-layout { position: relative; z-index: 2; }
.hero-cinematic h1 { max-width: 18ch; margin-bottom: 0.65rem; color: #f8f6f0; text-shadow: 0 12px 28px rgba(0, 0, 0, 0.25); }
.hero-cinematic .hero-copy { max-width: 56ch; margin-bottom: 1rem; color: rgba(248, 246, 240, 0.87); }
.hero-cinematic .btn-ghost { background: rgba(255, 255, 255, 0.08); color: #fff; border-color: rgba(255, 255, 255, 0.26); }
.hero-media {
  display: grid;
  gap: 0.75rem;
  align-content: start;
}

.hero-media > img {
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: contain;
  padding: 0.5rem;
  background: linear-gradient(180deg, rgba(255, 250, 241, 0.96), rgba(247, 237, 221, 0.92));
  box-shadow: 0 12px 30px rgba(95, 61, 20, 0.26);
}
.hero-trust { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0.55rem; max-width: 420px; margin: 0.35rem 0 0; padding: 0; list-style: none; }
.hero-trust li, .hero-live-card { border: 1px solid rgba(214, 168, 102, 0.28); border-radius: 14px; backdrop-filter: blur(1.5px); }
.hero-trust li { padding: 0.5rem 0.58rem; color: #f8f2e7; font-size: 0.76rem; line-height: 1.3; background: rgba(30, 25, 22, 0.3); }
.hero-trust strong { display: block; color: #fbf8f2; font-size: 0.94rem; }
.hero-live-card { margin-top: 0.6rem; padding: 0.68rem 0.76rem; color: #f8f2e7; background: rgba(30, 25, 22, 0.38); }
.hero-live-label { margin: 0 0 0.24rem; color: #ccbda9; font-size: 0.66rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; }
.hero-live-card h3 { margin: 0 0 0.22rem; font-size: 1rem; }
.hero-live-card p { margin: 0; color: rgba(248, 242, 231, 0.85); font-size: 0.85rem; }
.trust-strip-section { padding-top: 1rem; }
.trust-strip {
  position: relative; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 0.55rem; overflow: hidden; padding: 0.75rem;
  border: 1px solid #dbc7a7; border-radius: 22px; background: radial-gradient(circle at 10% 0%, rgba(21, 77, 61, 0.12), transparent 40%), linear-gradient(135deg, #fbf4e8, #f4e8d5); box-shadow: 0 14px 26px rgba(70, 52, 30, 0.12);
}
.trust-strip span {
  display: flex; align-items: center; justify-content: center; min-height: 46px; padding: 0.38rem 0.55rem; border: 1px solid #d9c6a7; border-radius: 14px;
  text-align: center; font-size: 0.8rem; font-weight: 700; color: var(--accent-strong); background: linear-gradient(160deg, #fffaf1, #f7eddd); box-shadow: 0 6px 12px rgba(58, 45, 29, 0.08);
}
.cinematic-story, #contract-model, #coverage-network, #contact { position: relative; overflow: hidden; }
#story { background: radial-gradient(circle at 8% 0%, rgba(214, 168, 102, 0.14), transparent 32%), linear-gradient(180deg, #fbf7ef, #f5ecdc); }
#contract-model { background: radial-gradient(circle at 95% 10%, rgba(21, 77, 61, 0.12), transparent 28%), linear-gradient(180deg, #fbf8f2, #f4ecde); }
#coverage-network { background: radial-gradient(circle at 86% 12%, rgba(21, 77, 61, 0.1), transparent 34%), linear-gradient(180deg, #fbf8f2, #f6eddf); }
#story::before, #coverage-network::before, #contact::before {
  content: ""; position: absolute; top: 0; left: 0; width: 180px; height: 2px; background: linear-gradient(90deg, rgba(69, 61, 50, 0.55), transparent);
}
.healing-grid { display: grid; grid-template-columns: 1fr 1fr; gap: var(--space-3); align-items: stretch; }
.healing-media { position: relative; overflow: hidden; min-height: 320px; border-radius: var(--radius-lg); box-shadow: var(--shadow-md); }
.healing-video { width: 100%; height: 100%; object-fit: cover; display: block; }
.healing-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(10, 24, 19, 0.08), rgba(10, 24, 19, 0.7)); }
.healing-status {
  position: absolute; right: var(--space-3); bottom: var(--space-3); left: var(--space-3); z-index: 1; padding: 0.8rem 0.9rem; border: 1px solid rgba(214, 168, 102, 0.32);
  border-radius: 14px; color: #fff; background: rgba(10, 42, 33, 0.64);
}
.healing-status-label { margin: 0 0 0.25rem; color: #e8d7b8; font-size: 0.7rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; }
.healing-content {
  padding: var(--space-4); border: 1px solid rgba(214, 168, 102, 0.24); border-radius: var(--radius-lg); background: rgba(10, 42, 33, 0.82); color: #f8f2e7; box-shadow: var(--shadow-md);
}
.healing-content .eyebrow { color: #e5d6c2; }
.healing-content h2, .healing-content .rate-note, .home-visual-list { color: #f8f2e7; }
.healing-points { display: grid; gap: 0.75rem; }
.healing-point { padding: 0.85rem 0.95rem; border: 1px solid rgba(214, 168, 102, 0.2); border-radius: 14px; background: linear-gradient(170deg, #f7efe1, #f3e8d7); color: var(--text); }
.healing-point.is-active { border-color: #c9a56f; box-shadow: var(--shadow-sm); }
.healing-step { margin: 0 0 0.25rem; color: var(--brand); font-size: 0.8rem; font-weight: 700; letter-spacing: 0.08em; }
.impact-block {
  padding: 1.2rem 1rem 1rem; border: 1px solid #ccbda9; border-radius: 20px; background: radial-gradient(circle at 12% 0%, rgba(214, 168, 102, 0.24), transparent 32%), radial-gradient(circle at 100% 0%, rgba(21, 77, 61, 0.14), transparent 34%), linear-gradient(180deg, #fbf8f2, #f5ecdc); box-shadow: 0 12px 28px rgba(141, 87, 21, 0.12);
}
.impact-title { margin: 0; text-align: center; color: var(--accent-strong); font-family: var(--font-serif); font-size: clamp(1.7rem, 3.3vw, 3rem); }
.impact-title::after { content: ""; display: block; width: 84px; height: 4px; margin: 0.45rem auto 0.85rem; border-radius: var(--radius-pill); background: var(--accent); }
.home-visual-grid { align-items: center; }
.home-visual-list { margin: var(--space-3) 0 0; padding-left: 1.1rem; }
.home-visual-list li + li { margin-top: 0.4rem; }
.seo-brand-section { background: radial-gradient(circle at 8% 0%, rgba(214, 168, 102, 0.16), transparent 34%), linear-gradient(180deg, #fbf7ef, #f3ebde); }
.seo-brand-grid, .seo-faq-list { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
.seo-faq-list { margin-top: 1rem; }
.seo-brand-card, .seo-faq-item {
  padding: 1rem;
  border: 1px solid rgba(214, 168, 102, 0.28);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(255, 251, 244, 0.96), rgba(247, 238, 224, 0.96));
  box-shadow: 0 12px 24px rgba(74, 52, 24, 0.08);
}
.seo-brand-card h3, .seo-faq-item h3 { margin-bottom: 0.45rem; color: var(--accent-strong); }
.seo-brand-card p, .seo-faq-item p { margin: 0; }
@media (max-width: 900px) {
  .hero-cinematic { padding: 2.1rem 1.1rem 1.2rem; box-shadow: 0 16px 34px rgba(8, 20, 16, 0.26); }
  .healing-grid { grid-template-columns: 1fr; }
  .trust-strip { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0.45rem; padding: 0.6rem; border-radius: var(--radius-md); }
  .trust-strip span { min-height: 38px; padding: 0.3rem 0.52rem; font-size: 0.74rem; }
  .trust-strip span:nth-child(n + 3) { display: none; }
  .seo-brand-grid, .seo-faq-list { grid-template-columns: 1fr; }
}
