/* Split layout: Services, Resources, Why Us subpages */
.services-v2__layout,
.resources-v2__layout {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 2rem;
  align-items: start;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.25rem 3rem;
}
@media (max-width: 900px) {
  .services-v2__layout,
  .resources-v2__layout {
    grid-template-columns: 1fr;
  }
  .services-v2__nav,
  .resources-v2__nav {
    position: static;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    border-right: none;
    border-bottom: 1px solid rgba(0, 212, 255, 0.2);
    padding-bottom: 1rem;
  }
  .services-v2__nav ul,
  .resources-v2__nav ul {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem;
  }
  .services-v2__nav a,
  .resources-v2__nav a {
    font-size: 0.85rem;
    padding: 0.35rem 0.6rem;
  }
}
.services-v2__nav,
.resources-v2__nav {
  position: sticky;
  top: 88px;
  border-right: 1px solid rgba(0, 212, 255, 0.15);
  padding-right: 1rem;
}
.services-v2__nav-title,
.resources-v2__nav-title {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #64748b;
  margin: 0 0 0.75rem;
}
body.bg-slate-900 .services-v2__nav-title,
body.bg-slate-900 .resources-v2__nav-title {
  color: #94a3b8;
}
.services-v2__nav ul,
.resources-v2__nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.services-v2__nav li,
.resources-v2__nav li {
  margin: 0 0 0.4rem;
}
.services-v2__nav a,
.resources-v2__nav a {
  color: #334155;
  text-decoration: none;
  display: block;
  padding: 0.4rem 0.25rem;
  border-radius: 4px;
  font-size: 0.9rem;
  line-height: 1.3;
  transition: background 0.15s, color 0.15s;
}
body.bg-slate-900 .services-v2__nav a,
body.bg-slate-900 .resources-v2__nav a {
  color: #cbd5e1;
}
.services-v2__nav a:hover,
.resources-v2__nav a:hover {
  color: #0891b2;
  background: rgba(8, 145, 178, 0.08);
}
body.bg-slate-900 .services-v2__nav a:hover,
body.bg-slate-900 .resources-v2__nav a:hover {
  color: #22d3ee;
  background: rgba(0, 212, 255, 0.08);
}
.service-detail,
.resources-v2__panel {
  scroll-margin-top: 96px;
  padding-bottom: 2.5rem;
  border-bottom: 1px solid #e2e8f0;
  margin-bottom: 0;
}
body.bg-slate-900 .service-detail,
body.bg-slate-900 .resources-v2__panel {
  border-bottom-color: rgba(0, 212, 255, 0.12);
}
.service-detail:last-of-type,
.resources-v2__panel:last-of-type {
  border-bottom: none;
}
.service-detail h2,
.resources-v2__panel h2 {
  color: #0f172a;
  font-size: 1.5rem;
  margin: 0 0 0.5rem;
}
body.bg-slate-900 .service-detail h2,
body.bg-slate-900 .resources-v2__panel h2 {
  color: #e2e8f0;
}
.service-detail__meta,
.resources-v2__lead {
  color: #64748b;
  font-size: 0.95rem;
  margin-bottom: 1rem;
}
body.bg-slate-900 .service-detail__meta,
body.bg-slate-900 .resources-v2__lead {
  color: #94a3b8;
}
.service-detail__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  margin-top: 1rem;
}
@media (max-width: 700px) {
  .service-detail__grid {
    grid-template-columns: 1fr;
  }
}
.service-detail__img {
  border-radius: 8px;
  border: 1px solid rgba(0, 212, 255, 0.2);
  background: #0f172a;
  min-height: 180px;
  object-fit: cover;
  width: 100%;
  height: auto;
}
.trust-strip {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 1rem 2rem;
  padding: 1.25rem 1rem;
  background: rgba(15, 23, 42, 0.85);
  border-top: 1px solid rgba(0, 212, 255, 0.15);
  border-bottom: 1px solid rgba(0, 212, 255, 0.15);
}
.why-choose-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 0.75rem 1.25rem;
  list-style: none;
  margin: 0;
  padding: 0;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.why-choose-grid li {
  color: #cbd5e1;
  font-size: 0.95rem;
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
}
.why-grid-2x2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem;
  max-width: 960px;
  margin: 0 auto;
}
@media (max-width: 700px) {
  .why-grid-2x2 {
    grid-template-columns: 1fr;
  }
}
.why-card {
  background: var(--cs-white, #f8fafc);
  border: 1px solid var(--cs-border, #e2e8f0);
  border-radius: 12px;
  padding: 1.25rem 1.5rem;
}
.why-card h3 {
  color: var(--cs-navy, #0f172a);
  font-size: 1.1rem;
  margin: 0 0 0.75rem;
}
.why-card ul {
  margin: 0;
  padding-left: 1.1rem;
  color: var(--cs-text-muted, #64748b);
  font-size: 0.95rem;
  line-height: 1.55;
}
.testimonial-dots {
  display: flex;
  gap: 0.5rem;
  justify-content: center;
  margin-top: 0.5rem;
}
.faq-accordion details {
  border: 1px solid var(--cs-border, #e2e8f0);
  border-radius: 8px;
  margin-bottom: 0.5rem;
  padding: 0.75rem 1rem;
  background: #fff;
}
.faq-accordion summary {
  cursor: pointer;
  font-weight: 600;
  color: var(--cs-navy, #0f172a);
}
.faq-accordion details[open] summary {
  color: #0891b2;
  margin-bottom: 0.5rem;
}
.resources-v2__panel.hidden {
  display: none;
}
.map-embed {
  width: 100%;
  min-height: 280px;
  border: 0;
  border-radius: 8px;
  background: #1e293b;
}
.maps-embed-grid {
  display: grid;
  gap: 1.5rem;
}
@media (min-width: 768px) {
  .maps-embed-grid {
    grid-template-columns: 1fr 1fr;
  }
}
.contact-quote-note {
  font-size: 0.85rem;
  color: #94a3b8;
  margin-top: 0.5rem;
}
