/*
 * OHVO video voiceovers page refresh - staging May 2026.
 *
 * Live migration note:
 * Copy this file to the OHVO child theme at
 * wp-content/themes/ohvo-child/css/ohvo-video-voiceovers.css
 * and copy the matching enqueue block in functions.php.
 */
.page-id-203 {
  --ohvo-green: #8ead2d;
  --ohvo-black: #111;
  --ohvo-text: #4f4f4f;
  --ohvo-muted: #707070;
  --ohvo-soft: #f7f8f2;
  --ohvo-line: #e7eadf;
  --vv-purple: #7a44e5;
  --vv-blue: #2ea3f2;
  --vv-soft: #f7f3ff;
  --vv-line: rgba(122, 68, 229, .18);
}

.page-id-203 #main-content,
.page-id-203 #page-container {
  overflow-x: hidden;
}

.page-id-203 #main-content {
  background: #fff;
}

.page-id-203 .ohvo-video-section,
.page-id-203 .ohvo-video-hero,
.page-id-203 #video-demos,
.page-id-203 #video-pricing,
.page-id-203 #request-pricing {
  scroll-margin-top: 145px;
}

.page-id-203 .ohvo-video-hero {
  padding: 74px 0 68px !important;
  background: linear-gradient(180deg, #fff 0%, #fbf9ff 100%) !important;
}

.page-id-203 .ohvo-video-section {
  padding: 72px 0 !important;
}

.page-id-203 .ohvo-video-section-soft {
  background: linear-gradient(180deg, #fbf9ff 0%, #f4f8ff 100%) !important;
}

.page-id-203 .ohvo-video-row {
  width: 88% !important;
  max-width: 1180px !important;
}

.page-id-203 .ohvo-video-copy,
.page-id-203 .ohvo-video-copy p,
.page-id-203 .ohvo-video-copy li {
  color: var(--ohvo-text) !important;
  font-family: "Open Sans", Helvetica, Arial, Lucida, sans-serif !important;
}

.page-id-203 .ohvo-video-kicker,
.page-id-203 .ohvo-video-copy p.ohvo-video-kicker {
  margin: 0 0 14px !important;
  padding: 0 !important;
  color: var(--vv-purple) !important;
  font-size: 14px !important;
  line-height: 1.25 !important;
  font-weight: 800 !important;
  letter-spacing: .22em !important;
  text-transform: uppercase !important;
}

.page-id-203 .ohvo-video-copy h1,
.page-id-203 .ohvo-video-copy h2,
.page-id-203 .ohvo-video-copy h3 {
  color: var(--ohvo-black) !important;
  font-family: SFProDisplay-Heavy, Helvetica, Arial, Lucida, sans-serif !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
}

.page-id-203 .ohvo-video-copy h1 {
  max-width: 760px !important;
  margin: 0 0 20px !important;
  padding: 0 !important;
  font-size: 52px !important;
  line-height: 1.05 !important;
}

.page-id-203 .ohvo-video-copy h2 {
  max-width: 780px !important;
  margin: 0 0 20px !important;
  padding: 0 !important;
  font-size: 38px !important;
  line-height: 1.1 !important;
}

.page-id-203 .ohvo-video-copy h3 {
  margin: 0 0 10px !important;
  font-size: 24px !important;
  line-height: 1.16 !important;
}

.page-id-203 .ohvo-video-copy p {
  max-width: 760px !important;
  margin: 0 0 16px !important;
  font-size: 18px !important;
  line-height: 1.52 !important;
  font-weight: 400 !important;
}

.page-id-203 .ohvo-video-center,
.page-id-203 .ohvo-video-center .et_pb_text_inner {
  text-align: center !important;
}

.page-id-203 .ohvo-video-center h2,
.page-id-203 .ohvo-video-center p {
  margin-left: auto !important;
  margin-right: auto !important;
}

.page-id-203 .ohvo-video-center p.ohvo-video-kicker,
.page-id-203 .ohvo-video-copy.ohvo-video-center p.ohvo-video-kicker {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  text-indent: .22em !important;
}

.page-id-203 .ohvo-video-hero .et_pb_row {
  display: flex;
  align-items: center;
  gap: 52px;
}

.page-id-203 .ohvo-video-hero .et_pb_column {
  margin-bottom: 0 !important;
}

.page-id-203 .ohvo-video-hero-image {
  overflow: hidden;
  border: 1px solid var(--vv-line);
  border-radius: 28px;
  background: #f7f3ff;
  box-shadow: 0 28px 80px rgba(122, 68, 229, .12);
}

.page-id-203 .ohvo-video-hero-image img {
  display: block;
  width: 100% !important;
  height: auto !important;
  object-fit: cover !important;
}

.page-id-203 .ohvo-video-hero .et_pb_button_module_wrapper,
.page-id-203 .ohvo-video-actions .et_pb_button_module_wrapper {
  display: inline-block !important;
  width: auto !important;
  margin: 18px 14px 0 0 !important;
  vertical-align: top !important;
  line-height: 0;
}

.page-id-203 .ohvo-video-btn-primary,
.page-id-203 .ohvo-video-btn-secondary {
  display: inline-block !important;
}

.page-id-203 .ohvo-video-btn-primary .et_pb_button,
.page-id-203 .ohvo-video-btn-secondary .et_pb_button,
.page-id-203 .et_pb_button.ohvo-video-btn-primary,
.page-id-203 .et_pb_button.ohvo-video-btn-secondary {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 154px !important;
  min-height: 52px !important;
  padding: 14px 22px !important;
  border-radius: 999px !important;
  font-size: 16px !important;
  line-height: 1.2 !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
  text-align: center !important;
  text-transform: uppercase !important;
  white-space: nowrap !important;
  transition: transform .18s ease, box-shadow .18s ease, background-color .18s ease !important;
}

.page-id-203 .ohvo-video-btn-primary .et_pb_button,
.page-id-203 .et_pb_button.ohvo-video-btn-primary {
  background: var(--vv-purple) !important;
  border: 2px solid var(--vv-purple) !important;
  color: #fff !important;
}

.page-id-203 .ohvo-video-btn-secondary .et_pb_button,
.page-id-203 .et_pb_button.ohvo-video-btn-secondary {
  background: #fff !important;
  border: 2px solid var(--vv-purple) !important;
  color: #111 !important;
}

.page-id-203 .ohvo-video-btn-primary .et_pb_button:hover,
.page-id-203 .ohvo-video-btn-secondary .et_pb_button:hover,
.page-id-203 .et_pb_button.ohvo-video-btn-primary:hover,
.page-id-203 .et_pb_button.ohvo-video-btn-secondary:hover {
  transform: translateY(-1px);
  box-shadow: 0 16px 34px rgba(122, 68, 229, .18);
  padding: 14px 22px !important;
}

.page-id-203 .ohvo-video-btn-secondary .et_pb_button:hover,
.page-id-203 .ohvo-video-btn-secondary .et_pb_button:focus-visible,
.page-id-203 .et_pb_button.ohvo-video-btn-secondary:hover,
.page-id-203 .et_pb_button.ohvo-video-btn-secondary:focus-visible {
  background: #fff !important;
  border-color: var(--vv-purple) !important;
  color: #111 !important;
}

.page-id-203 .ohvo-video-proof-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  max-width: 760px;
  margin-top: 22px;
}

.page-id-203 .ohvo-video-proof-pills span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 8px 14px;
  border: 1px solid var(--vv-line);
  border-radius: 999px;
  background: #fff;
  color: #111;
  font-size: 16px;
  line-height: 1.12;
  white-space: nowrap;
  box-sizing: border-box;
  box-shadow: 0 8px 20px rgba(0, 0, 0, .025);
}

.page-id-203 .ohvo-video-proof-pills strong {
  color: var(--vv-purple);
  font-weight: 800;
}

.page-id-203 .ohvo-video-demo-grid,
.page-id-203 .ohvo-video-card-grid,
.page-id-203 .ohvo-video-step-grid,
.page-id-203 .ohvo-video-price-grid {
  display: grid !important;
  gap: 18px;
}

.page-id-203 .ohvo-video-demo-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 18px;
}

.page-id-203 .ohvo-video-card-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 28px;
}

.page-id-203 .ohvo-video-step-grid,
.page-id-203 .ohvo-video-price-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 26px;
}

.page-id-203 .ohvo-video-card,
.page-id-203 .ohvo-video-step,
.page-id-203 .ohvo-video-price-card {
  height: 100%;
  padding: 26px;
  border: 1px solid rgba(17, 17, 17, .08);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 18px 46px rgba(122, 68, 229, .045);
  box-sizing: border-box;
}

.page-id-203 .ohvo-video-card {
  border-top: 3px solid rgba(122, 68, 229, .42);
}

.page-id-203 .ohvo-video-price-card {
  border-top: 3px solid rgba(46, 163, 242, .36);
}

.page-id-203 .ohvo-video-section-soft .ohvo-video-card,
.page-id-203 .ohvo-video-section-soft .ohvo-video-step,
.page-id-203 .ohvo-video-section-soft .ohvo-video-price-card {
  border-color: rgba(122, 68, 229, .13);
}

.page-id-203 .ohvo-video-card h3,
.page-id-203 .ohvo-video-step h3,
.page-id-203 .ohvo-video-price-card h3 {
  margin: 0 0 9px !important;
}

.page-id-203 .ohvo-video-card p,
.page-id-203 .ohvo-video-step p,
.page-id-203 .ohvo-video-price-card p {
  margin: 0 !important;
  font-size: 16px !important;
  line-height: 1.45 !important;
}

.page-id-203 .ohvo-video-step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  margin: 0 0 18px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--vv-purple), var(--vv-blue));
  color: #fff;
  font-weight: 800;
}

.page-id-203 .ohvo-video-demo-row {
  width: 88% !important;
  max-width: 980px !important;
}

.page-id-203 .ohvo-video-demo-grid.et_pb_row::after {
  display: none !important;
}

.page-id-203 .ohvo-video-demo-grid .et_pb_column {
  width: auto !important;
  margin: 0 !important;
}

.page-id-203 .ohvo-video-demo-audio {
  display: flex !important;
  min-height: 228px;
  padding: 22px 18px 24px !important;
  border: 1px solid rgba(17, 17, 17, .08);
  border-radius: 18px;
  background: #fff !important;
  box-shadow: 0 18px 46px rgba(17, 17, 17, .04);
  box-sizing: border-box;
}

.page-id-203 .ohvo-video-demo-audio .et_audio_container {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 184px;
  padding: 0 !important;
}

.page-id-203 .ohvo-video-demo-audio .et_pb_audio_cover_art {
  display: block !important;
  width: 88px !important;
  height: 88px !important;
  margin: 0 auto 16px !important;
  border-radius: 18px !important;
  background-size: contain !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

.page-id-203 .ohvo-video-demo-audio h2 {
  min-height: 44px;
  margin: 0 auto 14px !important;
  padding: 0 !important;
  color: #111 !important;
  font-family: SFProDisplay-Heavy, Helvetica, Arial, Lucida, sans-serif !important;
  font-size: 19px !important;
  line-height: 1.16 !important;
  text-align: center !important;
}

.page-id-203 .ohvo-video-demo-audio .mejs-container {
  margin-top: auto !important;
}

.page-id-203 .ohvo-video-vidvoices-panel {
  padding: 42px 48px;
  border: 1px solid var(--vv-line);
  border-radius: 24px;
  background: linear-gradient(135deg, #fff 0%, #fbf9ff 100%);
  box-shadow: 0 22px 60px rgba(122, 68, 229, .08);
}

.page-id-203 .ohvo-video-vidvoices-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 20px;
}

.page-id-203 .ohvo-video-vidvoices-brand img {
  display: block;
  width: 142px;
  max-width: 100%;
  height: auto;
}

.page-id-203 .ohvo-video-vidvoices-wordmark {
  display: inline-flex;
  align-items: center;
  color: #7a44e5;
  font-family: SFProDisplay-Heavy, Helvetica, Arial, Lucida, sans-serif;
  font-size: 29px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0;
}

.page-id-203 .ohvo-video-vidvoices-note {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 18px;
  padding: 7px 12px;
  border: 1px solid rgba(122, 68, 229, .2);
  border-radius: 999px;
  background: #fff;
  color: #6d45ce;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 800;
}

.page-id-203 .ohvo-video-vidvoices-list {
  display: grid;
  gap: 12px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.page-id-203 .ohvo-video-vidvoices-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: var(--ohvo-text);
  font-size: 17px;
  line-height: 1.4;
}

.page-id-203 .ohvo-video-vidvoices-list li::before {
  content: "";
  flex: 0 0 auto;
  width: 9px;
  height: 9px;
  margin-top: 8px;
  border-radius: 999px;
  background: var(--vv-purple);
}

.page-id-203 .ohvo-video-cta-row .et_pb_button_module_wrapper {
  display: inline-block !important;
  margin: 14px 7px 0 !important;
}

.page-id-203 .ohvo-video-cta-row,
.page-id-203 .ohvo-video-cta-row .et_pb_column {
  text-align: center !important;
}

.page-id-203 .ohvo-video-cta-row .et_pb_column {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
  align-items: center !important;
  column-gap: 14px !important;
  row-gap: 0 !important;
}

.page-id-203 .ohvo-video-cta-row .et_pb_text {
  flex: 0 0 100% !important;
  width: 100% !important;
}

.page-id-203 .ohvo-video-cta-row .et_pb_button_module_wrapper {
  display: inline-flex !important;
  flex: 0 0 auto !important;
  justify-content: center !important;
  text-align: center !important;
  margin: 14px 0 0 !important;
}

.page-id-203 .ohvo-video-cta-row.et_pb_row {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.page-id-203 .ohvo-video-cta-row .et_pb_column {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.page-id-203 .ohvo-video-cta-row .ohvo-video-copy {
  margin-bottom: 10px !important;
}

.page-id-203 .ohvo-video-cta-row .et_pb_button {
  margin-left: auto !important;
  margin-right: auto !important;
}

.page-id-203 .ohvo-video-hidden-global {
  display: none !important;
}

.page-id-203 #zs-fl-tip {
  display: none !important;
}

@media (max-width: 980px) {
  .page-id-203 .ohvo-video-hero {
    padding: 54px 0 56px !important;
  }

  .page-id-203 .ohvo-video-section {
    padding: 64px 0 !important;
  }

  .page-id-203 .ohvo-video-hero .et_pb_row {
    display: block !important;
  }

  .page-id-203 .ohvo-video-hero .et_pb_column:first-child {
    margin-bottom: 34px !important;
  }

  .page-id-203 .ohvo-video-copy,
  .page-id-203 .ohvo-video-copy .et_pb_text_inner,
  .page-id-203 .ohvo-video-copy h1,
  .page-id-203 .ohvo-video-copy h2,
  .page-id-203 .ohvo-video-copy h3,
  .page-id-203 .ohvo-video-copy p {
    text-align: center !important;
  }

  .page-id-203 .ohvo-video-copy h1 {
    max-width: 620px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    font-size: 38px !important;
  }

  .page-id-203 .ohvo-video-copy h2 {
    font-size: 32px !important;
  }

  .page-id-203 .ohvo-video-copy p {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .page-id-203 .ohvo-video-actions,
  .page-id-203 .ohvo-video-proof-pills,
  .page-id-203 .ohvo-video-cta-row {
    justify-content: center;
    text-align: center;
  }

  .page-id-203 .ohvo-video-hero .et_pb_button_module_wrapper,
  .page-id-203 .ohvo-video-actions .et_pb_button_module_wrapper,
  .page-id-203 .ohvo-video-cta-row .et_pb_button_module_wrapper {
    margin-right: 7px !important;
    margin-left: 7px !important;
  }

  .page-id-203 .ohvo-video-demo-grid,
  .page-id-203 .ohvo-video-card-grid,
  .page-id-203 .ohvo-video-step-grid,
  .page-id-203 .ohvo-video-price-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .page-id-203 .ohvo-video-vidvoices-panel {
    padding: 34px 30px;
  }
}

@media (max-width: 640px) {
  .page-id-203 .ohvo-video-row,
  .page-id-203 .ohvo-video-demo-row {
    width: 90% !important;
  }

  .page-id-203 .ohvo-video-copy h1 {
    font-size: 29px !important;
    line-height: 1.1 !important;
  }

  .page-id-203 .ohvo-video-copy h2 {
    font-size: 28px !important;
    line-height: 1.12 !important;
  }

  .page-id-203 .ohvo-video-copy p {
    font-size: 17px !important;
  }

  .page-id-203 .ohvo-video-demo-grid,
  .page-id-203 .ohvo-video-card-grid,
  .page-id-203 .ohvo-video-step-grid,
  .page-id-203 .ohvo-video-price-grid {
    grid-template-columns: 1fr;
  }

  .page-id-203 .ohvo-video-proof-pills span {
    width: 100%;
    white-space: normal;
  }

  .page-id-203 .ohvo-video-hero .et_pb_button_module_wrapper,
  .page-id-203 .ohvo-video-actions .et_pb_button_module_wrapper,
  .page-id-203 .ohvo-video-cta-row .et_pb_button_module_wrapper {
    display: flex !important;
    justify-content: center !important;
    width: 100% !important;
    max-width: 310px;
    margin: 12px auto 0 !important;
  }

  .page-id-203 .ohvo-video-btn-primary .et_pb_button,
  .page-id-203 .ohvo-video-btn-secondary .et_pb_button,
  .page-id-203 .et_pb_button.ohvo-video-btn-primary,
  .page-id-203 .et_pb_button.ohvo-video-btn-secondary {
    width: 100% !important;
    min-width: 0 !important;
  }

  .page-id-203 .ohvo-video-cta-row .et_pb_column {
    text-align: center !important;
  }

  .page-id-203 .ohvo-video-cta-row .et_pb_button {
    width: 100% !important;
    max-width: 310px !important;
  }

  .page-id-203 .ohvo-video-cta-row .et_pb_button_module_wrapper .et_pb_button {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .page-id-203 .ohvo-video-demo-audio {
    min-height: 214px;
  }
}

/* Optical centering for global form kicker on this VidVoices bridge page. */
.page-id-203 .ohvo-global-quote .ohvo-global-kicker {
  text-align: center !important;
  text-indent: .22em !important;
}

/*
 * Floating-widget guard - staging May 2026.
 * This page already includes testimonial proof and long-form CTAs. Keep mobile
 * overlays from covering proof pills, cards, pricing buttons, or the form.
 */
@media (max-width: 767px) {
  .page-id-203 .slide-in-position-container,
  .page-id-203 .es-layout-sidebar-container,
  .page-id-203 .es-badge-container,
  .page-id-203 .elfsight-app-b355a3bf-7e8a-4308-93c9-0c773a89b386,
  .page-id-203 [class*="eapps-google-reviews"],
  .page-id-203 [class*="elfsight"] iframe,
  .page-id-203 iframe[src*="elfsight"],
  .page-id-203 iframe[title*="Google Reviews"],
  .page-id-203 #zs-fl-tip,
  .page-id-203 .zsiq-float-tooltip {
    display: none !important;
    pointer-events: none !important;
  }
}
