/* Services page */
.svc-hero { padding: 64px 0 32px; }
.svc-hero h1 { max-width: 22ch; margin-bottom: 18px; }
.svc-hero .subhead { font-size: 17px; color: var(--ink-3); max-width: 70ch; line-height: 1.55; }

.jump-nav { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 28px; }
.jump-nav a {
  padding: 9px 16px;
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  font-family: var(--mono);
  font-size: 12px;
  letter-spacing: 0.04em;
  color: var(--ink-2);
}
.jump-nav a:hover { border-color: var(--blue); color: var(--blue); text-decoration: none; }

.svc-block { padding: 72px 0; border-top: 1px solid var(--line); }
@media (max-width: 640px) { .svc-block { padding: 48px 0; } }
.svc-block .split { grid-template-columns: 1fr 1.2fr; gap: 56px; align-items: start; }
@media (max-width: 1080px) { .svc-block .split { grid-template-columns: 1fr; gap: 32px; } }
.svc-block .left .eyebrow { display: block; margin-bottom: 14px; }
.svc-block .left h2 { margin-top: 4px; margin-bottom: 0; }
.svc-block .left .lede { font-size: 16.5px; color: var(--ink-3); margin: 16px 0 26px; max-width: 48ch; line-height: 1.55; }
.section-dark.svc-block .left .lede { color: rgba(255,255,255,0.75); }
.svc-block.section-dark { border-top-color: var(--ink); }

.svc-meta-pricing { font-family: var(--serif); font-size: 20px; color: var(--blue); }
.section-dark .svc-meta-pricing { color: #8CC5E8; }

.svc-headline-link { color: inherit; }
.svc-headline-link:hover { color: var(--blue); }
.section-dark .svc-headline-link:hover { color: #8CC5E8; }

.bundle-card {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: 22px;
  padding: 56px;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 56px;
  align-items: center;
  box-shadow: 0 14px 40px rgba(0,0,0,0.15);
}
.bundle-card .eyebrow { margin-bottom: 14px; }
.bundle-card h2 { max-width: 18ch; }
.bundle-card p { line-height: 1.6; }
@media (max-width: 880px) { .bundle-card { grid-template-columns: 1fr; padding: 36px; gap: 28px; } }

/* === Service 2 — voice demo card with tabs === */
.voice-demo-card {
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 18px;
  padding: 26px;
  box-shadow: 0 14px 40px rgba(0,0,0,0.22);
  backdrop-filter: blur(4px);
}
.vd-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: var(--mono);
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #B9DEF4;
  background: linear-gradient(180deg, rgba(140,197,232,0.18), rgba(74,144,196,0.12));
  border: 1px solid rgba(140,197,232,0.35);
  padding: 6px 12px;
  border-radius: 999px;
  margin-bottom: 18px;
}
.vd-pill::before {
  content: "";
  width: 6px; height: 6px; border-radius: 50%;
  background: #8CC5E8;
  box-shadow: 0 0 8px #8CC5E8;
}
.vd-tabs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5px;
  background: rgba(0,0,0,0.22);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 12px;
  padding: 5px;
  margin-bottom: 18px;
}
.vd-tab {
  background: transparent;
  border: none;
  border-radius: 8px;
  padding: 10px 12px;
  cursor: pointer;
  color: rgba(255,255,255,0.78);
  font-family: var(--sans);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 3px;
  text-align: left;
  transition: all 0.18s ease;
}
.vd-tab:hover { background: rgba(255,255,255,0.06); color: #fff; }
.vd-tab.is-active {
  background: linear-gradient(180deg, #4A90C4 0%, #2E73AD 100%);
  color: #fff;
  box-shadow: 0 4px 14px rgba(74,144,196,0.45), inset 0 0 0 1px rgba(255,255,255,0.15);
}
.vd-tab .vd-eyebrow {
  font-family: var(--mono);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  line-height: 1.2;
}
.vd-tab .vd-dur {
  font-family: var(--mono);
  font-size: 10.5px;
  color: rgba(255,255,255,0.55);
}
.vd-tab.is-active .vd-eyebrow { color: #fff; }
.vd-tab.is-active .vd-dur { color: rgba(255,255,255,0.9); }

.vd-panel { padding: 6px 4px 16px; min-height: 110px; }
.vd-panel[hidden] { display: none; }
.vd-quote {
  font-family: var(--serif);
  font-size: 24px;
  font-style: italic;
  color: #fff;
  margin: 0 0 10px;
  line-height: 1.25;
}
.vd-desc {
  font-size: 14.5px;
  color: rgba(255,255,255,0.85);
  line-height: 1.55;
  margin: 0;
}

.vd-controls {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 14px 4px 0;
  border-top: 1px solid rgba(255,255,255,0.12);
}
.vd-play {
  width: 46px; height: 46px;
  border-radius: 50%;
  background: linear-gradient(180deg, #5AA0D2 0%, #3D7FB0 100%);
  color: #fff;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  box-shadow: 0 6px 18px rgba(74,144,196,0.45);
  flex-shrink: 0;
  transition: all 0.15s;
}
.vd-play:hover { background: #1B5E8A; }
.vd-timer { font-family: var(--mono); font-size: 12px; color: rgba(255,255,255,0.8); flex: 1; }
.vd-volume { display: inline-flex; align-items: center; }
.vd-volume input[type="range"] {
  -webkit-appearance: none;
  appearance: none;
  width: 80px;
  height: 3px;
  background: rgba(255,255,255,0.3);
  border-radius: 999px;
  outline: none;
  cursor: pointer;
  margin: 0;
}
.vd-volume input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none; appearance: none;
  width: 12px; height: 12px;
  border-radius: 50%;
  background: #fff;
  border: none;
  cursor: pointer;
}
.vd-volume input[type="range"]::-moz-range-thumb {
  width: 12px; height: 12px;
  border-radius: 50%;
  background: #fff;
  border: none;
  cursor: pointer;
}

.vd-tiers { margin-top: 18px; border-top: 1px solid rgba(255,255,255,0.10); padding-top: 18px; }
.vd-tiers > summary {
  list-style: none;
  cursor: pointer;
  font-family: var(--mono);
  font-size: 11.5px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.75);
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.vd-tiers > summary::-webkit-details-marker { display: none; }
.vd-tiers > summary:hover { color: #fff; }
.vd-tiers .vd-summary-arrow { transition: transform 0.2s; display: inline-block; }
.vd-tiers[open] .vd-summary-arrow { transform: rotate(90deg); }

@media (max-width: 720px) {
  .vd-tabs { grid-template-columns: 1fr; }
  .vd-quote { font-size: 19px; }
}


/* Service 2 (voice) — vertically center the left + right columns */
#voice .split { align-items: center; }
#voice .left { display: flex; flex-direction: column; justify-content: center; }
@media (max-width: 1080px) { #voice .split { align-items: stretch; } }

/* Voice-demo play button: loading state (between click and audio actually starting) */
.vd-play.is-loading {
  cursor: progress;
}
.vd-play.is-loading::before {
  content: "";
  width: 16px; height: 16px;
  border-radius: 50%;
  border: 2px solid rgba(255,255,255,0.3);
  border-top-color: #fff;
  animation: vdSpin 0.7s linear infinite;
}
@keyframes vdSpin { to { transform: rotate(360deg); } }
