body.voice-call-page {
  margin: 0;
  background: linear-gradient(180deg, #f7f8fc 0%, #ffffff 100%);
  color: #1e2433;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.voice-call-page .site-header {
  position: sticky;
  top: 0;
}

.voice-call-shell {
  width: min(1520px, calc(100% - 40px));
  padding-top: 40px;
}

.voice-call-layout {
  align-items: start;
  max-width: 1480px;
}

.voice-call-hero {
  display: grid;
  grid-template-columns: minmax(480px, 0.95fr) minmax(640px, 1.05fr);
  gap: 26px;
  align-items: stretch;
  padding: 16px 32px 24px;
  border-radius: 40px;
  background:
    radial-gradient(circle at 28% 34%, rgba(117, 130, 255, 0.14), transparent 32%),
    radial-gradient(circle at 64% 8%, rgba(123, 150, 255, 0.08), transparent 24%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(246, 249, 255, 0.98));
}

.voice-call-hero-copy {
  display: grid;
  grid-template-rows: auto auto auto minmax(56px, 1fr) auto minmax(56px, 1fr) auto;
  gap: 14px;
  align-content: stretch;
  justify-items: start;
  text-align: left;
  height: 100%;
  padding-top: 10px;
  padding-bottom: 18px;
  min-width: 0;
}

.voice-call-hero h1 {
  width: min(100%, 700px);
  max-width: none;
  margin: 0;
  font-size: clamp(2.95rem, 4vw, 4.45rem);
  font-weight: 800;
  line-height: 0.92;
  letter-spacing: -0.085em;
  white-space: normal;
}

.voice-call-hero-line {
  display: block;
}

.voice-call-hero-line:last-child {
  white-space: normal;
}

.voice-call-hero-gradient {
  background: linear-gradient(135deg, #4f7cff, #7b63ff 52%, #3f9df8);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.voice-call-hero .meta {
  width: min(100%, 500px);
  max-width: none;
  margin: 0;
  color: #556884;
  font-size: 1.02rem;
  line-height: 1.48;
  text-align: left;
}

.voice-call-hero-actions {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  gap: 16px;
  width: min(100%, 560px);
  grid-row: 5;
  align-self: start;
  margin-top: 0;
}

.voice-call-hero-actions .button {
  flex: 0 0 calc((100% - 16px) / 2);
  width: calc((100% - 16px) / 2);
  min-width: 0;
  justify-content: center;
  margin-top: 0;
}

.voice-call-button-icon,
.voice-call-hero-metrics span svg,
.voice-call-placeholder-secure svg {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.voice-call-button-icon svg,
.voice-call-hero-metrics span svg,
.voice-call-placeholder-secure svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.voice-call-card-grid {
  margin-top: 24px;
}

.voice-call-feature-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.voice-call-hero-metrics {
  display: flex;
  gap: 0;
  width: 100%;
  grid-row: 7;
  align-self: end;
  margin-top: 0;
  overflow: hidden;
  border: 1px solid #dbe5f2;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 14px 30px rgba(31, 50, 96, 0.06);
}

.voice-call-hero-metrics span {
  flex: 1 1 0;
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  grid-template-areas:
    "icon title"
    "icon subtitle";
  align-items: center;
  column-gap: 18px;
  row-gap: 2px;
  min-height: 96px;
  padding: 16px 18px;
  color: #25344a;
  min-width: 0;
}

.voice-call-hero-metrics span + span {
  border-left: 1px solid #e6edf8;
}

.voice-call-hero-metrics span svg {
  grid-area: icon;
  width: 48px;
  height: 48px;
  align-self: center;
}

.voice-call-hero-metrics span strong,
.voice-call-hero-metrics span small {
  display: block;
}

.voice-call-hero-metrics span strong {
  grid-area: title;
  color: #243346;
  font-size: 0.8rem;
  font-weight: 800;
  line-height: 1.08;
  white-space: nowrap;
}

.voice-call-hero-metrics span small {
  grid-area: subtitle;
  color: #6b7d96;
  font-size: 0.72rem;
  font-weight: 600;
  line-height: 1.2;
  white-space: nowrap;
}

.voice-call-hero-placeholder {
  display: grid;
  gap: 0;
  overflow: hidden;
  border: 1px solid #dde4f3;
  border-radius: 34px;
  background: #fff;
  box-shadow: 0 18px 54px rgba(18, 36, 82, 0.08);
}

.voice-call-hero-placeholder-image-only {
  min-height: 0;
}

.voice-call-hero-placeholder-image-only .voice-call-hero-placeholder-body {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 0;
}

.voice-call-hero-placeholder-head,
.voice-call-placeholder-status,
.voice-call-placeholder-meta,
.voice-call-scenario-tabs,
.voice-call-hero-controls,
.voice-call-hero-state,
.voice-call-hero-lines p,
.voice-call-signal-bars,
.voice-call-pill-bars {
  display: flex;
  align-items: center;
}

.voice-call-hero-placeholder-head {
  justify-content: space-between;
  gap: 18px;
  padding: 16px 24px;
  border-bottom: 1px solid #e9eef7;
}

.voice-call-placeholder-status,
.voice-call-placeholder-meta {
  gap: 12px;
}

.voice-call-live-dot-success {
  background: #74d68f;
  box-shadow: 0 0 0 6px rgba(116, 214, 143, 0.14);
}

.voice-call-placeholder-status strong,
.voice-call-placeholder-meta span {
  color: #27344a;
  font-size: 0.95rem;
}

.voice-call-placeholder-meta {
  color: #64748b;
}

.voice-call-signal-bars {
  gap: 3px;
}

.voice-call-signal-bars i {
  width: 4px;
  border-radius: 999px;
  background: #6ad17e;
}

.voice-call-signal-bars i:nth-child(1) { height: 10px; }
.voice-call-signal-bars i:nth-child(2) { height: 14px; }
.voice-call-signal-bars i:nth-child(3) { height: 18px; }

.voice-call-placeholder-secure {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.voice-call-placeholder-secure svg {
  color: #6ad17e;
}

.voice-call-hero-placeholder-body {
  position: relative;
  padding: 18px;
  height: 100%;
}

.voice-call-demo-link {
  position: absolute;
  inset: 0;
  z-index: 2;
  border-radius: 0 0 34px 34px;
}

.voice-call-demo-link:focus-visible {
  outline: 3px solid rgba(76, 99, 230, 0.42);
  outline-offset: -6px;
}

.voice-call-hero-preview-image {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: 550px;
  height: auto;
  border: 1px solid #e3e9f4;
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(248, 250, 255, 0.98), rgba(241, 245, 255, 0.92));
  box-shadow: 0 16px 38px rgba(18, 36, 82, 0.08);
  object-fit: contain;
  object-position: center top;
}

.voice-call-scenario-strip {
  display: grid;
  gap: 12px;
}

.voice-call-scenario-strip p {
  color: #334155;
  font-size: 1rem;
  font-weight: 700;
}

.voice-call-scenario-tabs {
  gap: 12px;
}

.voice-call-scenario-tabs button {
  min-height: 52px;
  padding: 0 22px;
  border: 1px solid #dfe7f4;
  border-radius: 18px;
  background: #fff;
  color: #38485f;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 700;
}

.voice-call-scenario-tabs button:disabled {
  cursor: not-allowed;
  opacity: 0.56;
}

.voice-call-scenario-tabs .is-active {
  border-color: #8fa2ff;
  box-shadow: inset 0 0 0 1px #9caeff;
  color: #4d63e6;
}

.voice-call-hero-waveform {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 88px;
  padding: 2px 0;
}

.voice-call-hero-waveform i {
  width: 5px;
  border-radius: 999px;
  background: linear-gradient(180deg, #4f95ff, #7a55ff);
}

.voice-call-hero-waveform i:nth-child(1) { height: 12px; }
.voice-call-hero-waveform i:nth-child(2) { height: 22px; }
.voice-call-hero-waveform i:nth-child(3) { height: 34px; }
.voice-call-hero-waveform i:nth-child(4) { height: 24px; }
.voice-call-hero-waveform i:nth-child(5) { height: 44px; }
.voice-call-hero-waveform i:nth-child(6) { height: 18px; }
.voice-call-hero-waveform i:nth-child(7) { height: 32px; }
.voice-call-hero-waveform i:nth-child(8) { height: 24px; }
.voice-call-hero-waveform i:nth-child(9) { height: 50px; }
.voice-call-hero-waveform i:nth-child(10) { height: 34px; }
.voice-call-hero-waveform i:nth-child(11) { height: 18px; }
.voice-call-hero-waveform i:nth-child(12) { height: 40px; }
.voice-call-hero-waveform i:nth-child(13) { height: 28px; }
.voice-call-hero-waveform i:nth-child(14) { height: 56px; }
.voice-call-hero-waveform i:nth-child(15) { height: 18px; }
.voice-call-hero-waveform i:nth-child(16) { height: 44px; }
.voice-call-hero-waveform i:nth-child(17) { height: 24px; }
.voice-call-hero-waveform i:nth-child(18) { height: 48px; }
.voice-call-hero-waveform i:nth-child(19) { height: 32px; }
.voice-call-hero-waveform i:nth-child(20) { height: 18px; }
.voice-call-hero-waveform i:nth-child(21) { height: 42px; }
.voice-call-hero-waveform i:nth-child(22) { height: 30px; }
.voice-call-hero-waveform i:nth-child(23) { height: 52px; }
.voice-call-hero-waveform i:nth-child(24) { height: 20px; }
.voice-call-hero-waveform i:nth-child(25) { height: 38px; }
.voice-call-hero-waveform i:nth-child(26) { height: 28px; }
.voice-call-hero-waveform i:nth-child(27) { height: 16px; }
.voice-call-hero-waveform i:nth-child(28) { height: 10px; }

.voice-call-hero-detail-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) minmax(200px, 0.72fr);
  gap: 16px;
}

.voice-call-hero-caption-card,
.voice-call-hero-side-card {
  padding: 20px 20px;
  border: 1px solid #e3e9f4;
  border-radius: 28px;
  background: #fff;
}

.voice-call-hero-caption-card h3,
.voice-call-hero-state strong {
  margin: 0 0 14px;
  color: #263548;
  font-size: 1.05rem;
  font-weight: 800;
}

.voice-call-hero-lines {
  display: grid;
  gap: 14px;
}

.voice-call-hero-lines p {
  gap: 14px;
  color: #45556f;
  font-size: 0.94rem;
  line-height: 1.52;
  align-items: flex-start;
}

.voice-call-hero-lines p span {
  min-width: 46px;
  color: #6b7280;
  font-size: 0.98rem;
  font-weight: 700;
}

.voice-call-hero-lines p b {
  min-width: 40px;
  color: #5a67d8;
  font-size: 0.98rem;
  font-weight: 800;
}

.voice-call-hero-side-card {
  display: grid;
  gap: 28px;
}

.voice-call-hero-state {
  display: grid;
  gap: 12px;
  align-items: start;
}

.voice-call-hero-state strong {
  margin: 0;
  font-size: 0.98rem;
}

.voice-call-pill-bars {
  gap: 6px;
}

.voice-call-pill-bars i {
  width: 14px;
  height: 14px;
  border-radius: 999px;
  background: #d8deea;
}

.voice-call-pill-bars-active i {
  background: #6a79ff;
}

.voice-call-pill-bars i:nth-child(-n+4) {
  background: #7a5cff;
}

.voice-call-hero-controls {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr) minmax(0, 1.15fr);
  gap: 18px;
  padding: 14px 0 0;
  border-top: 1px solid #edf2f8;
}

.voice-call-hero-controls button,
.voice-call-hero-inline-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 74px;
  padding: 0 16px;
  border: 1px solid #dde5f4;
  border-radius: 24px;
  background: #fff;
  color: #334155;
  cursor: pointer;
  text-decoration: none;
  font-size: 0.94rem;
  font-weight: 700;
}

.voice-call-hero-controls button strong {
  color: #5b6ee7;
  font-size: 0.82rem;
}

.voice-call-hero-controls > button.is-active,
.voice-call-hero-controls > button[aria-pressed="true"] {
  border-color: #8fa2ff;
  box-shadow: inset 0 0 0 1px #9caeff;
}

.voice-call-hero-menu-shell {
  position: relative;
}

.voice-call-hero-popover {
  position: absolute;
  right: 0;
  bottom: calc(100% + 10px);
  z-index: 4;
  display: grid;
  min-width: 280px;
  gap: 8px;
  padding: 12px;
  border: 1px solid #dbe4f7;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 22px 46px rgba(32, 51, 99, 0.14);
}

.voice-call-hero-popover button {
  justify-content: space-between;
  min-height: 52px;
  border-radius: 16px;
  font-size: 0.92rem;
}

.voice-call-hero-popover button.is-active {
  border-color: #8fa2ff;
  box-shadow: inset 0 0 0 1px #9caeff;
  color: #495fe2;
}

.voice-call-hero-popover button:disabled {
  cursor: not-allowed;
  opacity: 0.56;
}

.voice-call-hero-footer-actions {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
  gap: 16px;
}

.voice-call-hero-inline-primary {
  border-color: #a9b9ff;
  background: linear-gradient(180deg, #4f78ff, #5d63f3);
  color: #fff;
  box-shadow: 0 18px 30px rgba(77, 99, 230, 0.22);
}

.voice-call-feature-card,
.voice-call-use-case-card {
  border-color: #dbe4f7;
  background: linear-gradient(180deg, #ffffff, #f8fbff);
  box-shadow: 0 18px 40px rgba(23, 42, 92, 0.06);
}

.voice-call-feature-card {
  gap: 16px;
  padding: 26px 24px 24px;
}

.voice-call-feature-card h3 {
  max-width: 12ch;
  font-size: 1.05rem;
  line-height: 1.08;
  letter-spacing: -0.03em;
}

.voice-call-feature-card p {
  font-size: 0.98rem;
  line-height: 1.7;
}

.voice-call-icon-tile,
.voice-call-use-case-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border: 1px solid currentColor;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.25), 0 10px 22px rgba(34, 62, 126, 0.08);
}

.voice-call-icon-tile {
  width: 62px;
  height: 62px;
}

.voice-call-icon-tile svg,
.voice-call-use-case-icon svg,
.voice-call-use-case-arrow svg,
.voice-call-faq-chevron svg {
  width: 28px;
  height: 28px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.voice-call-icon-blue {
  color: #4f7cff;
}

.voice-call-icon-violet {
  color: #9a63ff;
}

.voice-call-icon-cyan {
  color: #2da6d8;
}

.voice-call-icon-magenta {
  color: #b069ff;
}

.voice-call-preview-section {
  display: grid;
  gap: 22px;
}

.voice-call-section-copy {
  display: grid;
  gap: 8px;
}

.voice-call-section-kicker {
  margin: 0;
  color: #62748f;
  font-size: 0.92rem;
  font-weight: 700;
}

.voice-call-section-intro {
  max-width: 64ch;
  color: #5c6f8d;
  font-size: 1rem;
  line-height: 1.6;
}

.voice-call-use-case-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.voice-call-use-case-card {
  display: grid;
  align-content: start;
  gap: 14px;
  padding: 22px 20px 20px;
  border: 1px solid #d9e2f3;
  border-radius: 24px;
}

.voice-call-use-case-card h3 {
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.08;
  letter-spacing: -0.03em;
}

.voice-call-use-case-card p {
  min-height: 76px;
  color: #5f7290;
}

.voice-call-use-case-head,
.voice-call-mock-footer,
.voice-call-avatar-wave {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.voice-call-use-case-icon {
  width: 48px;
  height: 48px;
}

.voice-call-use-case-icon svg {
  width: 22px;
  height: 22px;
}

.voice-call-use-case-arrow {
  color: #8392aa;
}

.voice-call-use-case-arrow svg,
.voice-call-faq-chevron svg {
  width: 18px;
  height: 18px;
}

.voice-call-mock-panel {
  display: grid;
  gap: 12px;
  padding: 14px;
  border: 1px solid #dbe5f8;
  border-radius: 20px;
  background: linear-gradient(180deg, #f6f9ff, #eef3ff);
}

.voice-call-mini-wave {
  display: flex;
  align-items: end;
  gap: 4px;
  height: 68px;
  padding: 14px 14px 12px;
  border-radius: 16px;
  background: linear-gradient(180deg, #121c39, #1f2f62);
}

.voice-call-mini-wave i {
  width: 4px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(166, 214, 255, 0.42));
}

.voice-call-mini-wave i:nth-child(1) { height: 14px; }
.voice-call-mini-wave i:nth-child(2) { height: 26px; }
.voice-call-mini-wave i:nth-child(3) { height: 40px; }
.voice-call-mini-wave i:nth-child(4) { height: 28px; }
.voice-call-mini-wave i:nth-child(5) { height: 34px; }
.voice-call-mini-wave i:nth-child(6) { height: 20px; }
.voice-call-mini-wave i:nth-child(7) { height: 30px; }
.voice-call-mini-wave i:nth-child(8) { height: 46px; }
.voice-call-mini-wave i:nth-child(9) { height: 36px; }
.voice-call-mini-wave i:nth-child(10) { height: 18px; }

.voice-call-mini-wave-blue i {
  background: linear-gradient(180deg, #86d3ff, #5b7fff);
}

.voice-call-mini-wave-violet i {
  background: linear-gradient(180deg, #d39cff, #7a5cff);
}

.voice-call-mini-wave-cyan i {
  background: linear-gradient(180deg, #77d7ff, #4c7bff);
}

.voice-call-mock-panel-avatar .voice-call-mini-wave {
  flex: 1;
}

.voice-call-avatar-glow {
  width: 48px;
  height: 48px;
  border-radius: 18px;
  background: radial-gradient(circle at 35% 30%, #a8bcff, #556cff 55%, #1f2553 100%);
  box-shadow: 0 10px 24px rgba(80, 109, 255, 0.3);
}

.voice-call-mock-badge,
.voice-call-mock-time {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.86);
  color: #4b5f7f;
  font-size: 0.79rem;
  font-weight: 700;
}

.voice-call-mock-badge {
  padding: 0 12px;
}

.voice-call-mock-time {
  padding: 0 10px;
  white-space: nowrap;
}

.voice-call-primary,
.voice-call-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 74px;
  gap: 10px;
  padding: 0 28px;
  border-radius: 999px;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
}

.voice-call-primary {
  background: linear-gradient(135deg, #3b82f6, #6d5ef8);
  color: #fff;
  box-shadow: 0 24px 50px rgba(92, 104, 248, 0.24);
  min-width: 332px;
}

.voice-call-secondary {
  border: 1px solid #e6eaf2;
  background: #fff;
  color: #1e2433;
  min-width: 272px;
}

.voice-call-live-dot {
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: linear-gradient(135deg, #5b6cff, #8b5cf6);
  box-shadow: 0 0 0 8px rgba(109, 94, 248, 0.12);
}

.voice-call-faq-card {
  display: grid;
  gap: 18px;
}

.voice-call-faq-copy {
  display: grid;
  gap: 10px;
}

.voice-call-faq-copy h3 {
  margin: 0;
  font-size: 1.9rem;
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.voice-call-faq-list {
  display: grid;
  gap: 0;
  border: 1px solid #dbe4f4;
  border-radius: 22px;
  overflow: hidden;
  background: #fff;
}

.voice-call-faq-item + .voice-call-faq-item {
  border-top: 1px solid #e8edf6;
}

.voice-call-faq-trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  padding: 18px 20px;
  border: 0;
  background: #fff;
  color: #1d2a3f;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 700;
  text-align: left;
}

.voice-call-faq-trigger:hover {
  background: #f9fbff;
}

.voice-call-faq-chevron {
  color: #6b7b93;
  transition: transform 160ms ease;
}

.voice-call-faq-trigger[aria-expanded="true"] .voice-call-faq-chevron {
  transform: rotate(180deg);
}

.voice-call-faq-answer {
  padding: 0 20px 18px;
  background: #fff;
}

.voice-call-faq-answer p {
  color: #5e718f;
  font-size: 0.95rem;
  line-height: 1.7;
}

@media (max-width: 1180px) {
  .voice-call-hero {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .voice-call-hero h1,
  .voice-call-hero .meta {
    max-width: none;
  }

  .voice-call-hero-copy {
    grid-template-rows: none;
    height: auto;
    padding-top: 2px;
    padding-bottom: 0;
    gap: 16px;
  }

  .voice-call-hero-actions {
    flex-wrap: wrap;
    width: auto;
  }

  .voice-call-hero-metrics {
    max-width: 720px;
  }

  .voice-call-hero-placeholder-image-only {
    min-height: 0;
  }

  .voice-call-primary,
  .voice-call-secondary {
    min-width: 0;
  }

  .voice-call-feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .voice-call-use-case-grid {
    grid-template-columns: 1fr;
  }

  .voice-call-hero-detail-grid {
    grid-template-columns: 1fr;
  }

  .voice-call-use-case-card p {
    min-height: 0;
  }
}

@media (max-width: 760px) {
  .voice-call-shell {
    width: min(100%, calc(100% - 24px));
    padding-top: 24px;
  }

  .voice-call-hero {
    padding: 24px;
    border-radius: 28px;
  }

  .voice-call-hero h1 {
    font-size: clamp(3.25rem, 10vw, 4.4rem);
    max-width: none;
  }

  .voice-call-hero-placeholder-image-only {
    min-height: auto;
  }

  .voice-call-hero-placeholder-body {
    padding: 12px;
  }

  .voice-call-hero-preview-image {
    width: 100%;
    max-height: none;
    height: auto;
    object-fit: contain;
  }

  .voice-call-hero .meta {
    max-width: none;
    font-size: 1rem;
    width: auto;
  }

  .voice-call-feature-grid,
  .voice-call-use-case-grid {
    grid-template-columns: 1fr;
  }

  .voice-call-hero-actions,
  .voice-call-scenario-tabs {
    flex-direction: column;
    align-items: stretch;
  }

  .voice-call-hero-controls,
  .voice-call-hero-footer-actions {
    grid-template-columns: 1fr;
  }

  .voice-call-hero-actions .button {
    flex: 0 1 auto;
  }

  .voice-call-hero-metrics {
    display: grid;
  }

  .voice-call-hero-metrics span {
    min-height: 78px;
  }

  .voice-call-hero-metrics span + span {
    border-left: 0;
    border-top: 1px solid #e6edf8;
  }

  .voice-call-hero-controls {
    padding-top: 14px;
  }

  .voice-call-hero-controls button {
    width: 100%;
  }

  .voice-call-hero-popover {
    left: 0;
    right: 0;
    min-width: 0;
  }

  .voice-call-hero-placeholder-head {
    flex-direction: column;
    align-items: flex-start;
  }

  .voice-call-feature-card,
  .voice-call-use-case-card,
  .voice-call-faq-trigger,
  .voice-call-faq-answer {
    padding-left: 18px;
    padding-right: 18px;
  }

  .voice-call-faq-copy h3 {
    font-size: 1.5rem;
  }
}
