/* Standalone, crawlable service pages. Core colors, typography, navigation,
   cards and footer come from site.css. */
.service-page { position: relative; z-index: 1; padding-top: 5rem; }
.service-page .subhero { padding-bottom: 3rem; }
.service-breadcrumb {
  display: flex; justify-content: center; gap: .55rem; align-items: center;
  margin-bottom: 1.5rem; color: var(--text3); font: .78rem var(--mono);
}
.service-breadcrumb a { color: var(--text2); }
.service-breadcrumb a:hover { color: #fff; }
.service-intro {
  max-width: 760px; margin: 0 auto 4rem; padding: 2rem;
  background: var(--bg-card); border: 1px solid var(--border); border-radius: 20px;
  color: #ddd; font-size: 1.08rem; line-height: 1.75;
}
.service-intro strong { color: #fff; }
.service-heading {
  color: #fff; font-size: clamp(1.65rem, 3vw, 2.25rem); font-weight: 800;
  letter-spacing: -.5px; text-align: center; margin: 0 0 2rem;
}
.service-subheading {
  color: var(--text2); text-align: center; max-width: 650px;
  margin: -1.2rem auto 2.5rem; line-height: 1.7;
}
.service-section { margin-bottom: 4.5rem; scroll-margin-top: 7rem; }
.service-page .fb h3 { margin-top: 0; }
.service-page .fb { height: 100%; }
.service-faq { max-width: 820px; margin: 0 auto; }
.service-faq details {
  background: var(--bg-card); border: 1px solid var(--border);
  border-radius: 14px; margin-bottom: .85rem; padding: 0 1.25rem;
}
.service-faq details[open] { border-color: rgba(230,51,51,.3); }
.service-faq summary {
  color: #fff; cursor: pointer; font-weight: 700; padding: 1.2rem 2rem 1.2rem 0;
  position: relative; list-style: none;
}
.service-faq summary::-webkit-details-marker { display: none; }
.service-faq summary::after {
  content: "+"; position: absolute; right: 0; top: 1rem;
  color: var(--accent-bright); font-size: 1.35rem;
}
.service-faq details[open] summary::after { content: "–"; }
.service-faq p { color: var(--text2); line-height: 1.7; padding: 0 0 1.2rem; }
.service-page .showb .bp { display: inline-flex; align-items: center; }
.service-page .nav .active { color: #fff; }

@media(max-width: 700px) {
  .service-page { padding-top: 4.5rem; }
  .service-page .subhero { padding-top: 5.5rem; }
  .service-intro { padding: 1.4rem; }
}
