/* AI Calling page visuals use the same tokens as the approved V2 homepage. */
html[data-wf-page="6981cb023086895fad793087"] {
  --voice-navy: var(--ag-navy);
  --voice-navy-2: var(--ag-navy-2);
  --voice-teal: var(--ag-cyan);
  --voice-teal-soft: var(--ag-cyan-soft);
  --voice-cyan: var(--ag-cyan);
  --voice-surface: var(--ag-surface);
  --voice-line: var(--ag-line);
}

html[data-wf-page="6981cb023086895fad793087"] .section.bord,
html[data-wf-page="6981cb023086895fad793087"] .section.growth,
html[data-wf-page="6981cb023086895fad793087"] .section.csr {
  background: var(--ag-white);
}

html[data-wf-page="6981cb023086895fad793087"] .section.do,
html[data-wf-page="6981cb023086895fad793087"] .section.growth:nth-of-type(even) {
  background: var(--voice-surface);
}

html[data-wf-page="6981cb023086895fad793087"] .bord-card-md,
html[data-wf-page="6981cb023086895fad793087"] .brand-card,
html[data-wf-page="6981cb023086895fad793087"] .action-image,
html[data-wf-page="6981cb023086895fad793087"] .groth-image {
  overflow: hidden;
  border: 1px solid var(--voice-line);
  border-radius: 6px;
  background: var(--voice-surface);
  box-shadow: none;
}

html[data-wf-page="6981cb023086895fad793087"] .bord-card-md:hover {
  border-color: var(--voice-teal);
  transform: translateY(-2px);
}

html[data-wf-page="6981cb023086895fad793087"] .bord-img {
  display: grid;
  width: 100%;
  height: auto;
  aspect-ratio: 900 / 560;
  place-items: center;
  background: var(--voice-surface);
}

html[data-wf-page="6981cb023086895fad793087"] .bord-img img,
html[data-wf-page="6981cb023086895fad793087"] .action-image img,
html[data-wf-page="6981cb023086895fad793087"] .groth-image img,
html[data-wf-page="6981cb023086895fad793087"] .crs-image-wrap img {
  width: 100% !important;
  height: 100% !important;
  display: block;
  object-fit: contain !important;
  object-position: center !important;
}

html[data-wf-page="6981cb023086895fad793087"] .step,
html[data-wf-page="6981cb023086895fad793087"] .header-wrapper .text-lg {
  color: #0b817b;
}

html[data-wf-page="6981cb023086895fad793087"] .do-card-main-wrapper {
  gap: 28px 32px;
}

html[data-wf-page="6981cb023086895fad793087"] .do-logo-wrap {
  width: 58px;
  height: 58px;
  margin-bottom: 12px;
  border: 1px solid var(--voice-line);
  border-radius: 4px;
  background: var(--voice-teal-soft);
}

html[data-wf-page="6981cb023086895fad793087"] .do-icon {
  width: 40px;
  height: 40px;
}

html[data-wf-page="6981cb023086895fad793087"] .groth-image {
  display: grid;
  width: 100%;
  min-height: 0;
  aspect-ratio: 12 / 7;
  place-items: center;
  background: var(--voice-navy);
}

html[data-wf-page="6981cb023086895fad793087"] .action-card-main-wrapper {
  gap: 64px;
}

html[data-wf-page="6981cb023086895fad793087"] .action-image {
  width: 100%;
  min-width: 0;
  min-height: 0;
  aspect-ratio: 8 / 5;
  align-self: center;
}

html[data-wf-page="6981cb023086895fad793087"] .nav-link-wrap.w--current,
html[data-wf-page="6981cb023086895fad793087"] .footer-link.w--current,
html[data-wf-page="6981cb023086895fad793087"] .autor-name.orange,
html[data-wf-page="6981cb023086895fad793087"] [class~="orange"] {
  color: var(--voice-teal) !important;
  border-color: var(--voice-teal) !important;
}

html[data-wf-page="6981cb023086895fad793087"] .action-content-wrap {
  min-width: 0;
}

html[data-wf-page="6981cb023086895fad793087"] .audio-player {
  display: grid !important;
  grid-template-columns: 48px minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px !important;
  width: min(100%, 560px);
  min-height: 64px;
  max-height: none !important;
  margin: 0 !important;
  padding: 8px 12px;
  border: 1px solid #d7b22d;
  border-radius: 4px;
  background: #fff9df;
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

html[data-wf-page="6981cb023086895fad793087"] .audio-player.is-playing {
  border-color: #f4c542;
  box-shadow: 0 0 0 3px rgba(244, 197, 66, 0.18);
}

html[data-wf-page="6981cb023086895fad793087"] .play-button {
  width: 46px !important;
  height: 46px !important;
  border-radius: 4px !important;
  background: #f4c542 !important;
  box-shadow: none !important;
}

html[data-wf-page="6981cb023086895fad793087"] .play-button:hover {
  background: #ffd65b !important;
}

html[data-wf-page="6981cb023086895fad793087"] .play-icon {
  border-left-color: var(--voice-navy) !important;
}

html[data-wf-page="6981cb023086895fad793087"] .pause-icon span {
  background: var(--voice-navy) !important;
}

html[data-wf-page="6981cb023086895fad793087"] .waveform-container {
  position: relative;
  width: 100%;
  min-width: 0;
  min-height: 44px;
  padding: 6px 2px;
  overflow: hidden;
  border-radius: 3px;
  cursor: ew-resize;
  touch-action: manipulation;
}

html[data-wf-page="6981cb023086895fad793087"] .waveform-container::after {
  position: absolute;
  z-index: 0;
  right: 0;
  bottom: 50%;
  left: 0;
  height: 2px;
  border-radius: 999px;
  background: #e5ddbf;
  content: "";
  transform: translateY(50%);
}

html[data-wf-page="6981cb023086895fad793087"] .waveform-container:focus-visible {
  outline: 3px solid rgba(11, 129, 123, 0.35);
  outline-offset: 2px;
}

html[data-wf-page="6981cb023086895fad793087"] .waveform-bar {
  position: relative;
  z-index: 1;
  flex: 1 1 3px;
  max-width: 4px;
  min-width: 2px;
  background: #d8d1b6 !important;
  pointer-events: none;
}

html[data-wf-page="6981cb023086895fad793087"] .waveform-bar::before {
  content: none !important;
}

html[data-wf-page="6981cb023086895fad793087"] .waveform-bar.playing {
  background: #f4c542 !important;
  opacity: 1 !important;
}

html[data-wf-page="6981cb023086895fad793087"] .audio-timing {
  min-width: 76px;
  color: var(--voice-navy);
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  text-align: right;
  font-variant-numeric: tabular-nums;
}

html[data-wf-page="6981cb023086895fad793087"] .brand-card-wrapper {
  align-items: stretch;
}

html[data-wf-page="6981cb023086895fad793087"] .brand-card {
  display: flex;
  flex-direction: column;
}

html[data-wf-page="6981cb023086895fad793087"] .crs-image-wrap.md {
  height: 300px;
  background: var(--voice-surface);
}

html[data-wf-page="6981cb023086895fad793087"] .crs-card-content {
  flex: 1;
  border-top: 1px solid var(--voice-line);
}

/* Keep the three process screens readable instead of shrinking them into one narrow column. */
html[data-wf-page="6981cb023086895fad793087"] .bord-card-main-wrapper {
  display: block;
  width: 100%;
}

html[data-wf-page="6981cb023086895fad793087"] .bord-card-wrap {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

html[data-wf-page="6981cb023086895fad793087"] .bord-card-md {
  min-width: 0;
}

/* The source UI already has its own frame. Extra fixed-height wrappers made it look squeezed. */
html[data-wf-page="6981cb023086895fad793087"] .action-image {
  display: grid;
  aspect-ratio: 8 / 5;
  place-items: center;
}

/* One continuous, consistently sized integration rail. Duplicate items remain for the loop. */
html[data-wf-page="6981cb023086895fad793087"] .section.logo .logo-slide-wrapper {
  overflow: hidden;
}

html[data-wf-page="6981cb023086895fad793087"] .section.logo .logo-box-wrapper._22 {
  display: flex;
  width: max-content;
  min-width: max-content;
  flex-flow: row nowrap;
  align-items: stretch;
}

html[data-wf-page="6981cb023086895fad793087"] .section.logo .logo-wrap {
  display: grid;
  width: 132px;
  min-width: 132px;
  height: 92px;
  padding: 18px;
  flex: 0 0 132px;
  place-items: center;
}

html[data-wf-page="6981cb023086895fad793087"] .section.logo .web-logo {
  width: auto !important;
  max-width: 94px !important;
  height: auto !important;
  max-height: 48px !important;
  object-fit: contain !important;
}

@media (max-width: 991px) {
  html[data-wf-page="6981cb023086895fad793087"] .action-image { min-height: 0; }
}

@media (max-width: 767px) {
  html[data-wf-page="6981cb023086895fad793087"] .bord-card-wrap {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  html[data-wf-page="6981cb023086895fad793087"] .action-image { min-height: 0; }
  html[data-wf-page="6981cb023086895fad793087"] .crs-image-wrap.md { height: 240px; }
  html[data-wf-page="6981cb023086895fad793087"] .action-card-main-wrapper { gap: 52px; }

  html[data-wf-page="6981cb023086895fad793087"] .audio-player {
    grid-template-columns: 44px minmax(0, 1fr) auto;
    gap: 8px !important;
    padding-inline: 8px;
  }

  html[data-wf-page="6981cb023086895fad793087"] .audio-timing {
    min-width: 62px;
    font-size: 10px;
  }
}

@media (max-width: 360px) {
  html[data-wf-page="6981cb023086895fad793087"] .button-primary.is-nav {
    padding-inline: 10px;
    white-space: nowrap;
  }

  html[data-wf-page="6981cb023086895fad793087"] .crs-image-wrap.md { height: 210px; }
}
