/* Premium in-depth service pages */

.svc-hero-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem 2.5rem;
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255,255,255,0.15);
}
.svc-hero-stat strong {
  display: block;
  font-size: 1.25rem;
  color: #fff;
}
.svc-hero-stat span {
  font-size: 0.75rem;
  color: rgba(255,255,255,0.65);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.svc-intro {
  background: #fff;
  padding: 4rem 0;
}
.svc-intro-lead {
  font-family: var(--serif);
  font-size: clamp(1.25rem, 2.5vw, 1.5rem);
  color: var(--navy);
  line-height: 1.5;
  margin-bottom: 1.25rem;
}

.svc-deliverables {
  background: var(--gray-50);
  padding: 4rem 0 5rem;
}
.svc-grid {
  display: grid;
  gap: 1.25rem;
}
@media (min-width: 640px) { .svc-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .svc-grid { grid-template-columns: repeat(3, 1fr); } }

.svc-card {
  background: #fff;
  border: 1px solid var(--gray-200);
  border-radius: 0.75rem;
  padding: 1.5rem;
  transition: border-color 0.2s, box-shadow 0.2s, transform 0.2s;
}
.svc-card:hover {
  border-color: rgba(232, 119, 34, 0.35);
  box-shadow: 0 12px 32px rgba(11, 37, 69, 0.08);
  transform: translateY(-2px);
}
.svc-card-icon {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 0.5rem;
  background: rgba(232, 119, 34, 0.12);
  color: var(--accent);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.125rem;
  font-weight: 800;
  margin-bottom: 1rem;
}
.svc-card h3 {
  font-size: 0.9375rem;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 0.5rem;
}
.svc-card p {
  font-size: 0.8125rem;
  color: var(--gray-600);
  line-height: 1.6;
}

.svc-process {
  padding: 4rem 0 5rem;
  background: #fff;
}
.svc-steps {
  display: grid;
  gap: 1.5rem;
  counter-reset: svcstep;
}
@media (min-width: 768px) { .svc-steps { grid-template-columns: repeat(4, 1fr); } }
.svc-step {
  position: relative;
  padding: 1.5rem 1.25rem 1.25rem;
  border-left: 3px solid var(--accent);
  background: var(--gray-50);
  border-radius: 0 0.75rem 0.75rem 0;
}
.svc-step-num {
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  color: var(--accent);
  margin-bottom: 0.5rem;
}
.svc-step h3 {
  font-size: 0.9375rem;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 0.35rem;
}
.svc-step p {
  font-size: 0.8125rem;
  color: var(--gray-600);
  line-height: 1.55;
}

.svc-audience {
  background: var(--navy);
  color: #fff;
  padding: 4rem 0 5rem;
}
.svc-audience .section-title { color: #fff; }
.svc-audience-grid {
  display: grid;
  gap: 1rem;
}
@media (min-width: 640px) { .svc-audience-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .svc-audience-grid { grid-template-columns: repeat(4, 1fr); } }
.svc-audience-card {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 0.75rem;
  padding: 1.25rem;
}
.svc-audience-card h3 {
  font-size: 0.875rem;
  font-weight: 700;
  margin-bottom: 0.35rem;
}
.svc-audience-card p {
  font-size: 0.8125rem;
  opacity: 0.8;
  line-height: 1.5;
}

.svc-why {
  padding: 4rem 0;
  background: #fff;
}
.svc-why-grid {
  display: grid;
  gap: 1.5rem;
}
@media (min-width: 768px) { .svc-why-grid { grid-template-columns: repeat(3, 1fr); } }
.svc-why-item {
  text-align: center;
  padding: 1.5rem 1rem;
}
.svc-why-item strong {
  display: block;
  font-size: 1.75rem;
  color: var(--accent);
  margin-bottom: 0.5rem;
}
.svc-why-item h3 {
  font-size: 0.9375rem;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 0.35rem;
}
.svc-why-item p {
  font-size: 0.8125rem;
  color: var(--gray-600);
}

.svc-related {
  background: var(--gray-50);
  padding: 3rem 0;
  border-top: 1px solid var(--gray-200);
}
.svc-related-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
}
.svc-related-links a {
  padding: 0.5rem 1rem;
  border-radius: 9999px;
  border: 1px solid var(--gray-200);
  background: #fff;
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--navy);
  text-decoration: none;
  transition: border-color 0.2s, color 0.2s;
}
.svc-related-links a:hover {
  border-color: var(--accent);
  color: var(--accent);
}

/* Mega menu */
.nav-dropdown-menu--mega {
  min-width: 22rem;
  padding: 0.75rem;
}
.dropdown-section-label {
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gray-400);
  padding: 0.5rem 0.875rem 0.25rem;
}
.dropdown-item-head {
  font-weight: 700 !important;
  color: var(--navy) !important;
  border-bottom: 1px solid var(--gray-100);
  margin-bottom: 0.25rem;
  border-radius: 0.375rem 0.375rem 0 0 !important;
}
.dropdown-item-desc {
  display: block;
  font-size: 0.7rem;
  font-weight: 400;
  color: var(--gray-500);
  margin-top: 0.125rem;
}

/* Sticky in-page nav */
.svc-subnav-wrap {
  position: sticky;
  top: 4.25rem;
  z-index: 40;
  background: rgba(255, 255, 255, 0.97);
  border-bottom: 1px solid var(--gray-200);
  backdrop-filter: blur(10px);
}
.svc-subnav {
  display: flex;
  gap: 0.25rem;
  overflow-x: auto;
  padding: 0.5rem 1rem;
  max-width: 80rem;
  margin: 0 auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.svc-subnav::-webkit-scrollbar { display: none; }
.svc-subnav a {
  flex-shrink: 0;
  padding: 0.5rem 0.875rem;
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--gray-600);
  text-decoration: none;
  border-radius: 9999px;
  transition: background 0.15s, color 0.15s;
}
.svc-subnav a:hover { color: var(--navy); background: var(--gray-100); }
.svc-subnav a.is-active {
  background: var(--navy);
  color: #fff;
}

/* Interactive deliverable cards */
.svc-card--interactive { cursor: default; }
.svc-card-detail {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  font-size: 0.8125rem;
  color: var(--gray-600);
  line-height: 1.6;
  transition: max-height 0.35s ease, opacity 0.25s, margin 0.25s;
  margin-top: 0;
}
.svc-card.is-expanded .svc-card-detail {
  max-height: 12rem;
  opacity: 1;
  margin-top: 0.75rem;
  padding-top: 0.75rem;
  border-top: 1px solid var(--gray-100);
}
.svc-card-toggle {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  margin-top: 0.75rem;
  padding: 0;
  border: none;
  background: none;
  font-family: inherit;
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--accent);
  cursor: pointer;
}
.svc-card-toggle::after { content: '↓'; transition: transform 0.2s; }
.svc-card.is-expanded .svc-card-toggle::after { transform: rotate(180deg); }

/* Audience tabs */
.svc-tab-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: center;
  margin-bottom: 1.5rem;
}
.svc-tab {
  padding: 0.5rem 1rem;
  font-size: 0.8125rem;
  font-weight: 600;
  border-radius: 9999px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.85);
  cursor: pointer;
  font-family: inherit;
  transition: background 0.15s, border-color 0.15s;
}
.svc-tab:hover { border-color: rgba(255, 255, 255, 0.35); }
.svc-tab.is-active {
  background: var(--accent);
  border-color: var(--accent);
  color: #fff;
}
.svc-tab-panel {
  display: none;
  max-width: 36rem;
  margin: 0 auto;
  text-align: center;
  padding: 1.5rem;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
}
.svc-tab-panel.is-active { display: block; }
.svc-tab-panel h3 {
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.svc-tab-panel p {
  font-size: 0.9375rem;
  opacity: 0.9;
  line-height: 1.65;
}

/* Interactive process steps */
.svc-step--interactive {
  cursor: pointer;
  transition: border-color 0.2s, box-shadow 0.2s, transform 0.2s;
}
.svc-step--interactive:hover { transform: translateX(4px); }
.svc-step--interactive.is-active {
  border-left-width: 4px;
  box-shadow: 0 8px 24px rgba(232, 119, 34, 0.12);
  background: #fff;
}

/* Highlights strip */
.svc-highlights {
  background: var(--gray-50);
  border-top: 1px solid var(--gray-200);
  border-bottom: 1px solid var(--gray-200);
  padding: 2rem 0;
}
.svc-highlights-grid {
  display: grid;
  gap: 1rem;
  max-width: 56rem;
  margin: 0 auto;
}
@media (min-width: 640px) {
  .svc-highlights-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 1024px) {
  .svc-highlights-grid { grid-template-columns: repeat(3, 1fr); }
}
.svc-highlight-item {
  display: flex;
  gap: 0.75rem;
  align-items: flex-start;
  font-size: 0.875rem;
  color: var(--gray-700);
  line-height: 1.5;
}
.svc-highlight-item::before {
  content: '✓';
  flex-shrink: 0;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(232, 119, 34, 0.12);
  color: var(--accent);
  border-radius: 0.375rem;
  font-size: 0.75rem;
  font-weight: 800;
}

/* Software strip */
.svc-software {
  padding: 2.5rem 0;
  background: #fff;
  text-align: center;
}
.svc-software-logos {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem 2rem;
  justify-content: center;
  align-items: center;
  margin-top: 1.25rem;
}
.svc-software-logos img {
  height: 2rem;
  width: auto;
  max-width: 7rem;
  object-fit: contain;
  opacity: 0.85;
  transition: opacity 0.2s, transform 0.2s;
}
.svc-software-logos img:hover {
  opacity: 1;
  transform: scale(1.04);
}
.svc-software-logos img.logo-pill {
  background: #fff;
  border: 1px solid var(--gray-200);
  border-radius: 0.45rem;
  padding: 0.35rem 0.65rem;
  height: 2.35rem;
}

/* Service FAQ */
.svc-faq {
  padding: 4rem 0 5rem;
  background: var(--gray-50);
}
.svc-faq-accordion .faq-item {
  background: #fff;
  border: 1px solid var(--gray-200);
  border-radius: 0.5rem;
  margin-bottom: 0.5rem;
  overflow: hidden;
}
.svc-faq-accordion .faq-item summary {
  padding: 1rem 1.25rem;
  font-size: 0.9375rem;
  font-weight: 600;
  color: var(--navy);
  cursor: pointer;
  list-style: none;
}
.svc-faq-accordion .faq-item summary::-webkit-details-marker { display: none; }
.svc-faq-accordion .faq-item[open] summary { color: var(--accent); }
.svc-faq-accordion .faq-item p {
  padding: 0 1.25rem 1rem;
  font-size: 0.875rem;
  color: var(--gray-600);
  line-height: 1.65;
}
