/* OHVO industry landing pages - staged July 2026. */

:root {
  --ohvo-industry-green: #8ead2d;
  --ohvo-industry-bright: #c1db40;
  --ohvo-industry-black: #111111;
  --ohvo-industry-text: #666666;
  --ohvo-industry-line: #dfe5d4;
  --ohvo-industry-soft: #f8f9f5;
  --ohvo-industry-band: #f6f6f6;
}

#main-content .ohvo-industry-landing,
#main-content .ohvo-industry-landing * {
  box-sizing: border-box;
}

#main-content .ohvo-industry-landing {
  color: var(--ohvo-industry-text);
  background: #ffffff;
  overflow-x: hidden;
}

#main-content .ohvo-industry-wrap {
  width: 88%;
  max-width: 1120px;
  margin: 0 auto;
}

#main-content .ohvo-industry-logo-strip {
  padding: 30px 0 12px;
}

#main-content .ohvo-industry-logo-strip img {
  width: 126px;
  height: auto;
}

#main-content .ohvo-industry-hero {
  padding: 46px 0 62px;
  background: #ffffff;
}

#main-content .ohvo-industry-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, .74fr);
  gap: 58px;
  align-items: center;
}

#main-content .ohvo-industry-hero-grid > .et_pb_column,
#main-content .ohvo-industry-info-grid > .et_pb_column {
  width: auto !important;
  margin: 0 !important;
}

#main-content .ohvo-industry-kicker {
  margin: 0 0 26px;
  color: var(--ohvo-industry-green);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.2;
  text-transform: uppercase;
}

#main-content .ohvo-industry-hero h1,
#main-content .ohvo-industry-section-title,
#main-content .ohvo-industry-pricing-title,
#main-content .ohvo-industry-demo-title {
  margin: 0;
  color: var(--ohvo-industry-black);
  font-family: SFProDisplay-Heavy, SFProDisplay-Regular, Arial, sans-serif;
  font-weight: 800;
  letter-spacing: 0;
}

#main-content .ohvo-industry-hero h1 {
  max-width: 650px;
  margin-bottom: 20px;
  font-size: 52px !important;
  line-height: 1.05 !important;
}

#main-content .ohvo-industry-lead,
#main-content .ohvo-industry-center-copy,
#main-content .ohvo-industry-section-copy {
  color: #5f5f5f;
  font-family: SFProDisplay-Regular, Arial, sans-serif;
  font-size: 20px;
  line-height: 1.5;
}

#main-content .ohvo-industry-lead {
  max-width: 650px;
  margin: 0 0 28px;
}

#main-content .ohvo-industry-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin: 0 0 24px;
}

#main-content .ohvo-industry-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 47px;
  padding: 14px 22px;
  border: 1px solid var(--ohvo-industry-green);
  border-radius: 999px;
  background: var(--ohvo-industry-green);
  color: #ffffff !important;
  font-size: 16px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none !important;
  text-transform: uppercase;
}

#main-content .ohvo-industry-btn.secondary {
  background: #ffffff;
  color: #111111 !important;
}

#main-content .ohvo-industry-proof-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  max-width: 620px;
}

#main-content .ohvo-industry-proof-pills span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 8px 14px;
  border: 1px solid var(--ohvo-industry-line);
  border-radius: 999px;
  background: #ffffff;
  color: #161616;
  font-size: 15px;
  line-height: 1.2;
  box-shadow: 0 8px 18px rgba(0, 0, 0, .03);
}

#main-content .ohvo-industry-proof-pills strong {
  margin-right: 5px;
  color: var(--ohvo-industry-green);
}

#main-content .ohvo-industry-image-card {
  overflow: hidden;
  width: 100%;
  border: 1px solid rgba(0, 0, 0, .04);
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 24px 46px rgba(0, 0, 0, .06);
}

#main-content .ohvo-industry-image-card img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

#main-content .ohvo-industry-caption {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 15px 18px;
  border-top: 1px solid #eef1e8;
  color: #555555;
  font-size: 14px;
  line-height: 1.25;
}

#main-content .ohvo-industry-caption strong {
  color: #111111;
}

#main-content .ohvo-industry-band {
  padding: 86px 0 92px;
  background: var(--ohvo-industry-soft);
}

#main-content .ohvo-industry-demo-intro {
  padding-top: 72px !important;
  padding-bottom: 30px !important;
}

#main-content .ohvo-industry-demo-intro .ohvo-industry-center {
  margin-bottom: 0;
}

#main-content .ohvo-industry-demo-intro .ohvo-industry-demo-title {
  margin-bottom: 18px;
}

#main-content .ohvo-industry-script-section {
  padding-top: 68px !important;
  padding-bottom: 64px !important;
}

#main-content .ohvo-industry-script-section .ohvo-industry-center {
  margin-bottom: 28px;
}

#main-content .ohvo-industry-script-section .ohvo-industry-demo-title {
  margin-bottom: 18px;
}

/* This page groups these modules as one transition, so cancel legacy Divi row/text spacing. */
body.page-id-139564 #main-content .ohvo-industry-demo-intro {
  padding: 64px 0 40px !important;
}

body.page-id-139564 #main-content .ohvo-industry-demo-intro .et_pb_text_inner,
body.page-id-139564 #main-content .ohvo-industry-script-intro .et_pb_text_inner,
body.page-id-139564 #main-content .ohvo-industry-demo-heading .et_pb_text_inner {
  margin-top: 0 !important;
}

body.page-id-139564 #main-content .ohvo-industry-demo-section {
  padding: 0 0 72px !important;
}

body.page-id-139564 #main-content .ohvo-industry-scripts {
  padding: 64px 0 !important;
}

body.page-id-139564 #main-content .ohvo-industry-script-intro {
  margin-bottom: 28px;
}

body.page-id-139564 #main-content .ohvo-industry-demo-cta {
  padding: 84px 0 !important;
  background-color: #111111 !important;
  background-image: url('/wp-content/uploads/2026/07/ohvo-mechanics-cta-workshop.png') !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  box-shadow: inset 0 0 0 100vmax rgba(0, 0, 0, .62);
}

body.page-id-139564 #main-content .ohvo-industry-demo-cta-copy,
body.page-id-139564 #main-content .ohvo-industry-demo-cta .ohvo-industry-actions {
  margin-bottom: 0;
}

body.page-id-139564 #main-content .ohvo-industry-demo-cta .ohvo-industry-kicker {
  color: #c1d849;
}

body.page-id-139564 #main-content .ohvo-industry-demo-cta .ohvo-industry-section-title {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
  color: #ffffff !important;
}

body.page-id-139564 #main-content .ohvo-industry-demo-cta .ohvo-industry-btn.secondary {
  border-color: #ffffff;
  background: #ffffff;
  color: #111111 !important;
}

body.page-id-139564 #main-content .ohvo-industry-demo-cta .ohvo-industry-btn.secondary:hover,
body.page-id-139564 #main-content .ohvo-industry-demo-cta .ohvo-industry-btn.secondary:focus {
  border-color: #ffffff;
  background: #ffffff;
  color: #111111 !important;
}

#main-content .ohvo-industry-center {
  max-width: 880px;
  margin: 0 auto 42px;
  text-align: center;
}

#main-content .ohvo-industry-center .ohvo-industry-kicker {
  margin-bottom: 24px;
  text-indent: 0;
}

#main-content .ohvo-industry-demo-title {
  margin-bottom: 25px;
  font-size: 52px;
  line-height: 1.05;
}

#main-content .ohvo-industry-center-copy {
  max-width: 850px;
  margin: 0 auto;
}

#main-content .ohvo-industry-demos .ohvo-home-demo-toggle-section {
  padding-top: 0 !important;
  padding-bottom: 38px !important;
}

#main-content .ohvo-industry-demos .ohvo-home-demo-toggle-buttons {
  margin-bottom: 24px !important;
}

#main-content .ohvo-industry-demo-section {
  padding-top: 18px !important;
  padding-bottom: 64px !important;
  background: var(--ohvo-industry-soft) !important;
}

#main-content .ohvo-industry-demo-heading h2 {
  margin: 0 0 28px;
  color: #111111;
  font-family: SFProDisplay-Heavy, SFProDisplay-Regular, Arial, sans-serif;
  font-size: 40px;
  font-weight: 800;
  line-height: 1.1;
  text-align: center;
}

#main-content .ohvo-industry-demo-heading h2 span {
  color: #b7b7b7;
}

#main-content .ohvo-industry-demo-section .ohvo-industry-demo-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  width: 100% !important;
}

#main-content .ohvo-industry-demo-section .ohvo-industry-demo-grid .et_pb_audio_module,
#main-content .ohvo-industry-demo-section .voicemail-list .et_pb_audio_module {
  box-sizing: border-box;
  width: auto !important;
  min-width: 0;
  height: 100%;
  min-height: 210px;
  margin: 0 !important;
  padding: 26px 22px 24px !important;
  border: 1px solid #eef1e8;
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 18px 38px rgba(0, 0, 0, .045);
}

#main-content .ohvo-industry-demo-section .slick-dots,
#main-content .ohvo-industry-demo-section .slick-dots li,
#main-content .ohvo-industry-demo-section .slick-dots button {
  display: none !important;
}

#main-content .ohvo-industry-demo-section .ohvo-industry-demo-grid .et_pb_audio_cover_art,
#main-content .ohvo-industry-demo-section .voicemail-list .et_pb_audio_cover_art {
  position: static !important;
  float: none !important;
  width: 100% !important;
  height: 72px !important;
  margin: 0 auto 14px !important;
  background-size: contain !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-color: transparent !important;
}

#main-content .ohvo-industry-demo-section .ohvo-demo-no-logo .et_pb_audio_cover_art {
  display: none !important;
}

#main-content .ohvo-industry-demo-section .ohvo-demo-no-logo .et_audio_container {
  padding-top: 36px !important;
}

#main-content .ohvo-industry-demo-section .ohvo-industry-demo-grid .et_audio_container,
#main-content .ohvo-industry-demo-section .voicemail-list .et_audio_container {
  margin: 0 !important;
  padding: 0 !important;
}

#main-content .ohvo-industry-demo-section .ohvo-industry-demo-grid .et_pb_audio_module_content,
#main-content .ohvo-industry-demo-section .voicemail-list .et_pb_audio_module_content {
  padding: 0 !important;
}

#main-content .ohvo-industry-demo-section .ohvo-industry-demo-grid h2,
#main-content .ohvo-industry-demo-section .voicemail-list h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  margin: 0 0 6px !important;
  color: #111111 !important;
  font-family: SFProDisplay-Heavy, SFProDisplay-Regular, Arial, sans-serif !important;
  font-size: 20px !important;
  font-weight: 800 !important;
  line-height: 1.05 !important;
  text-align: center !important;
}

#main-content .ohvo-industry-demo-section .ohvo-industry-demo-grid .et_audio_module_meta,
#main-content .ohvo-industry-demo-section .voicemail-list .et_audio_module_meta {
  margin: 0 0 15px !important;
  color: #8b8b8b !important;
  font-size: 13px !important;
  line-height: 1.3 !important;
  text-align: center !important;
}

#main-content .ohvo-industry-info {
  padding: 72px 0;
  background: #ffffff;
}

#main-content .ohvo-industry-info-grid {
  display: grid;
  grid-template-columns: minmax(0, .88fr) minmax(340px, .72fr);
  gap: 64px;
  align-items: center;
}

#main-content .ohvo-industry-section-title {
  margin-bottom: 18px;
  font-size: 44px;
  line-height: 1.08;
}

#main-content .ohvo-industry-section-copy {
  max-width: 660px;
  margin: 0 0 28px;
  font-size: 19px;
  line-height: 1.55;
}

#main-content .ohvo-industry-list {
  display: grid;
  gap: 15px;
  margin: 0;
  padding: 0;
  list-style: none;
}

#main-content .ohvo-industry-list li {
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 14px;
  align-items: start;
}

#main-content .ohvo-industry-list span {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #f0f3e9;
  color: var(--ohvo-industry-green);
  font-family: SFProDisplay-Heavy, Arial, sans-serif;
  font-weight: 800;
}

#main-content .ohvo-industry-list strong {
  display: block;
  margin: 0 0 4px;
  color: #111111;
  font-family: SFProDisplay-Heavy, Arial, sans-serif;
  font-size: 19px;
  line-height: 1.15;
}

#main-content .ohvo-industry-list p {
  margin: 0;
  color: #747474;
  line-height: 1.45;
}

#main-content .ohvo-industry-pricing-section {
  padding: 72px 0 82px !important;
  background: var(--ohvo-industry-band) !important;
}

#main-content .ohvo-industry-pricing-section .ohvo-industry-kicker {
  margin-bottom: 26px;
  color: #6f6f6f;
  text-align: center;
  text-indent: 5px;
}

#main-content .ohvo-industry-pricing-title {
  margin-bottom: 22px;
  font-size: 36px;
  line-height: 1.08;
  text-align: center;
}

#main-content .ohvo-region-proof {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin: 20px auto 0;
  color: #111111;
}

#main-content .ohvo-region-proof span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-height: 36px;
  padding: 8px 12px;
  border: 1px solid #dfeab7;
  border-radius: 999px;
  background: #ffffff;
  font-size: 14px;
  line-height: 1.2;
}

#main-content .ohvo-region-proof strong {
  color: var(--ohvo-industry-green);
}

#main-content .ohvo-package-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: 30px;
}

/* This page's cached Divi module number was inheriting a narrow 820px text cap. */
body.page-id-139564 #main-content .ohvo-industry-pricing-section .ohvo-pricing-region-module {
  max-width: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

#main-content .ohvo-package-card {
  display: flex;
  flex-direction: column;
  min-height: 420px;
  padding: 27px 25px;
  border: 1px solid var(--ohvo-industry-line);
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 18px 34px rgba(0, 0, 0, .035);
}

#main-content .ohvo-package-card.is-featured {
  border-color: #111111;
  background: #111111;
  color: #ffffff;
}

#main-content .ohvo-package-card h3 {
  margin: 0 0 32px;
  color: var(--ohvo-industry-green);
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.2;
  text-transform: uppercase;
}

#main-content .ohvo-package-card.is-featured h3 {
  color: var(--ohvo-industry-bright);
}

#main-content .ohvo-package-price {
  margin: 0 0 15px;
  color: #111111;
  font-family: SFProDisplay-Heavy, Arial, sans-serif;
  font-size: 30px;
  font-weight: 800;
  line-height: 1;
}

#main-content .ohvo-package-card.is-featured .ohvo-package-price {
  color: #ffffff;
}

#main-content .ohvo-package-tax {
  margin: 0 0 28px;
  color: #888888;
  font-size: 13px;
}

#main-content .ohvo-package-card p {
  margin: 0 0 22px;
  color: #6d6d6d;
  font-size: 16px;
  line-height: 1.4;
}

#main-content .ohvo-package-card.is-featured p {
  color: #f2f2f2;
}

#main-content .ohvo-package-card .highlight {
  color: var(--ohvo-industry-bright);
  font-weight: 800;
}

#main-content .ohvo-package-card .push {
  margin-top: auto;
}

#main-content .ohvo-package-card a,
#main-content .ohvo-custom-price-strip a,
#main-content .ohvo-mobile-package-details a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 47px;
  margin-top: 18px;
  padding: 12px 18px;
  border: 1px solid var(--ohvo-industry-green);
  border-radius: 999px;
  background: #ffffff;
  color: #111111 !important;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.1;
  text-decoration: none !important;
  text-transform: uppercase;
}

#main-content .ohvo-package-card.is-featured a,
#main-content .ohvo-custom-price-strip a {
  background: var(--ohvo-industry-green);
  color: #ffffff !important;
}

#main-content .ohvo-custom-price-strip,
#main-content .ohvo-later-edits-note,
#main-content .ohvo-feature-matrix {
  border: 1px solid var(--ohvo-industry-line);
  border-radius: 14px;
  background: #ffffff;
}

#main-content .ohvo-custom-price-strip {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 22px;
  align-items: center;
  margin-bottom: 30px;
  padding: 23px 26px;
}

#main-content .ohvo-custom-price-strip .ohvo-custom-price-kicker {
  margin: 0 0 14px;
  color: var(--ohvo-industry-green);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

#main-content .ohvo-custom-price-strip strong {
  display: block;
  margin: 0 0 7px;
  color: #111111;
  font-family: SFProDisplay-Heavy, Arial, sans-serif;
  font-size: 22px;
  line-height: 1.15;
}

#main-content .ohvo-custom-price-strip span,
#main-content .ohvo-later-edits-note {
  color: #666666;
}

#main-content .ohvo-later-edits-note {
  margin-bottom: 70px;
  padding: 22px 28px;
  text-align: center;
}

#main-content .ohvo-later-edits-note strong {
  color: #111111;
}

#main-content .ohvo-feature-matrix {
  overflow: hidden;
  color: #555555;
}

#main-content .ohvo-matrix-row {
  display: grid;
  grid-template-columns: 1.35fr repeat(4, minmax(0, 1fr));
  border-top: 1px solid #edf0e8;
}

#main-content .ohvo-matrix-row:first-child {
  border-top: 0;
}

#main-content .ohvo-matrix-feature,
#main-content .ohvo-matrix-cell {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 18px 20px;
}

#main-content .ohvo-matrix-feature {
  justify-content: flex-start;
}

#main-content .ohvo-matrix-head {
  color: #111111;
  font-weight: 800;
}

#main-content .ohvo-matrix-check {
  color: var(--ohvo-industry-green);
  font-family: SFProDisplay-Heavy, Arial, sans-serif;
  font-size: 21px;
  font-weight: 800;
}

#main-content .ohvo-matrix-dash {
  color: #b6b6b6;
}

#main-content .ohvo-mobile-package-details {
  display: none;
}

/* This page has a dedicated quote form; global floating widgets obscure its script panel. */
body.page-id-139564 .slide-in-position-container,
body.page-id-139564 #zsiq_chat_wrap,
body.page-id-139564 #zsiq_float {
  display: none !important;
  pointer-events: none !important;
}

body.page-id-139559 .elfsight-app-b355a3bf-7e8a-4308-93c9-0c773a89b386,
body.page-id-139559 [class*="eapps-google-reviews"],
body.page-id-139559 .slide-in-position-container,
body.page-id-139559 .es-layout-sidebar-container,
body.page-id-139559 .es-badge-container,
body.page-id-139559 .es-compact-badge-container {
  display: none !important;
  pointer-events: none !important;
}

@media (max-width: 767px) {
  body.page-id-139559 .ohvo-mobile-sticky-cta {
    display: none !important;
    pointer-events: none !important;
  }
}

#main-content .ohvo-proof-modern {
  padding: 72px 0 70px !important;
  background: #ffffff !important;
  font-family: inherit;
}

#main-content .ohvo-proof-modern .et_pb_row {
  overflow: visible;
}

#main-content .ohvo-proof-modern .ohvo-kicker {
  display: block;
  margin: 0 0 14px;
  color: var(--ohvo-industry-green);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .12em;
  line-height: 1.2;
  text-align: center;
  text-indent: .12em;
  text-transform: uppercase;
}

#main-content .ohvo-proof-modern .ohvo-section-title {
  margin: 0;
  color: #111111;
  font-family: SFProDisplay-Heavy, SFProDisplay-Regular, Arial, sans-serif;
  font-size: 44px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.05;
  text-align: center;
}

#main-content .ohvo-proof-modern .ohvo-section-title span {
  color: #c9c9c9;
}

#main-content .ohvo-proof-modern .ohvo-section-copy {
  max-width: 720px;
  margin: 18px auto 0;
  color: #666666;
  font-size: 18px;
  line-height: 1.55;
  text-align: center;
}

#main-content .ohvo-proof-modern .et_pb_b3_testimonial_grid_slider {
  max-width: 1080px !important;
  margin: 36px auto 0 !important;
  overflow: hidden !important;
  background: transparent !important;
}

#main-content .ohvo-proof-modern .b3testimonialgridslider_main,
#main-content .ohvo-proof-modern .swiper-container {
  width: 100% !important;
  max-width: 1080px !important;
  margin-right: auto !important;
  margin-left: auto !important;
  padding: 6px 0 24px !important;
  overflow: hidden !important;
}

#main-content .ohvo-proof-modern .swiper-wrapper {
  align-items: stretch !important;
}

#main-content .ohvo-proof-modern .swiper-slide {
  box-sizing: border-box !important;
  height: auto !important;
  opacity: 1 !important;
  transform: none !important;
}

@media (min-width: 981px) {
  #main-content .ohvo-proof-modern .swiper-slide {
    width: calc((100% - 48px) / 3) !important;
    margin-right: 24px !important;
  }
}

#main-content .ohvo-proof-modern .swiper-slide-active,
#main-content .ohvo-proof-modern .swiper-slide-prev,
#main-content .ohvo-proof-modern .swiper-slide-next {
  transform: none !important;
}

#main-content .ohvo-proof-modern .b3testimonialgridslider_testimonial_center.b3testimonialgridslider_grid {
  display: flex !important;
  box-sizing: border-box !important;
  flex-direction: column !important;
  justify-content: flex-start !important;
  min-height: 220px !important;
  height: 100% !important;
  padding: 26px !important;
  border: 1px solid #e9e9e5 !important;
  border-radius: 18px !important;
  background: #ffffff !important;
  box-shadow: none !important;
  text-align: left !important;
}

#main-content .ohvo-proof-modern .b3testimonialgridslider_testimonial_text {
  min-height: 82px !important;
  margin-bottom: 18px !important;
}

#main-content .ohvo-proof-modern .b3testimonialgridslider_testimonial_text p {
  padding-bottom: 0 !important;
  color: #666666 !important;
  font-size: 16px !important;
  font-style: normal !important;
  line-height: 1.55em !important;
  text-align: left !important;
}

#main-content .ohvo-proof-modern .b3testimonialgridslider_image {
  display: none !important;
}

#main-content .ohvo-proof-modern .b3testimonialgridslider_testimonial_name {
  margin-top: auto !important;
  margin-bottom: 4px !important;
  color: #111111 !important;
  font-size: 16px !important;
  font-weight: 800 !important;
  line-height: 1.25em !important;
  text-align: left !important;
}

#main-content .ohvo-proof-modern .b3testimonialgridslider_testimonial_company_name {
  color: var(--ohvo-industry-green) !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  line-height: 1.25em !important;
  text-align: left !important;
}

#main-content .ohvo-proof-modern .swiper-pagination,
#main-content .ohvo-proof-modern .swiper-pagination-bullets {
  display: flex !important;
  position: relative !important;
  bottom: auto !important;
  justify-content: center !important;
  gap: 8px !important;
  margin-top: 10px !important;
}

#main-content .ohvo-proof-modern .swiper-pagination-bullet {
  width: 9px !important;
  height: 9px !important;
  border-radius: 50% !important;
  background: #d5d5d5 !important;
  opacity: 1 !important;
}

#main-content .ohvo-proof-modern .swiper-pagination-bullet-active {
  background: var(--ohvo-industry-bright) !important;
}

#main-content .ohvo-client-logo-row.et_pb_row {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 28px !important;
  align-items: center !important;
  justify-content: center !important;
  max-width: 940px !important;
  padding-top: 30px !important;
}

#main-content .ohvo-client-logo-row .et_pb_column {
  flex: 0 0 132px !important;
  width: 132px !important;
  max-width: 132px !important;
  margin: 0 !important;
  padding: 0 !important;
}

#main-content .ohvo-client-logo-row .et_pb_image {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 132px !important;
  min-height: 42px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: none !important;
  box-shadow: none !important;
  filter: saturate(.86);
  opacity: .92;
}

#main-content .ohvo-client-logo-row .et_pb_image_wrap {
  display: block !important;
  line-height: 0 !important;
}

#main-content .ohvo-client-logo-row img {
  display: block !important;
  width: auto !important;
  max-width: 132px !important;
  height: auto !important;
  max-height: 38px !important;
  object-fit: contain !important;
}

@media (max-width: 980px) {
  #main-content .ohvo-industry-wrap {
    width: 86%;
  }

  #main-content .ohvo-industry-demo-section .ohvo-industry-demo-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  #main-content .ohvo-industry-hero-grid,
  #main-content .ohvo-industry-info-grid {
    grid-template-columns: 1fr;
  }

  #main-content .ohvo-industry-image-card {
    max-width: 640px;
  }

  #main-content .ohvo-package-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  #main-content .ohvo-custom-price-strip {
    grid-template-columns: 1fr;
  }

  #main-content .ohvo-proof-modern {
    padding-top: 58px !important;
    padding-bottom: 58px !important;
  }

  #main-content .ohvo-proof-modern .ohvo-section-title {
    font-size: 34px;
  }

  #main-content .ohvo-proof-modern .ohvo-section-copy {
    font-size: 17px;
  }

  #main-content .ohvo-proof-modern .b3testimonialgridslider_testimonial_center.b3testimonialgridslider_grid {
    min-height: 0 !important;
    padding: 24px !important;
  }

  #main-content .ohvo-proof-modern .b3testimonialgridslider_testimonial_text {
    min-height: 0 !important;
  }

  #main-content .ohvo-client-logo-row.et_pb_row {
    gap: 18px 24px !important;
  }

  #main-content .ohvo-client-logo-row .et_pb_column,
  #main-content .ohvo-client-logo-row .et_pb_image {
    width: 118px !important;
    max-width: 118px !important;
    flex-basis: 118px !important;
  }

  #main-content .ohvo-client-logo-row img {
    max-width: 118px !important;
  }
}

@media (max-width: 640px) {
  #main-content .ohvo-industry-wrap {
    width: 84%;
  }

  #main-content .ohvo-industry-demo-intro {
    padding-top: 50px !important;
    padding-bottom: 24px !important;
  }

  #main-content .ohvo-industry-script-section {
    padding-top: 52px !important;
    padding-bottom: 48px !important;
  }

  #main-content .ohvo-industry-demo-section .ohvo-industry-demo-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  #main-content .ohvo-industry-hero,
  #main-content .ohvo-industry-band,
  #main-content .ohvo-industry-info,
  #main-content .ohvo-industry-pricing-section {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }

  #main-content .ohvo-industry-hero h1 {
    font-size: 34px !important;
    line-height: 1.08 !important;
  }

  #main-content .ohvo-industry-lead,
  #main-content .ohvo-industry-center-copy,
  #main-content .ohvo-industry-section-copy {
    font-size: 17px;
  }

  #main-content .ohvo-industry-actions {
    flex-direction: column;
    align-items: stretch;
  }

  #main-content .ohvo-industry-btn {
    width: 100%;
  }

  #main-content .ohvo-industry-proof-pills {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    max-width: none;
  }

  #main-content .ohvo-industry-proof-pills span:nth-child(n+3) {
    display: none !important;
  }

  #main-content .ohvo-industry-proof-pills span {
    min-height: 34px;
    padding: 7px 9px;
    font-size: 13px;
  }

  #main-content .ohvo-industry-caption {
    align-items: flex-start;
    flex-direction: column;
    gap: 5px;
  }

  #main-content .ohvo-industry-demo-title {
    font-size: 35px;
  }

  #main-content .ohvo-industry-demo-heading h2 {
    font-size: 29px;
  }

  #main-content .ohvo-industry-demo-section .voicemail-list h2 {
    min-height: 0;
  }

  #main-content .ohvo-industry-section-title {
    font-size: 32px;
  }

  #main-content .ohvo-proof-modern {
    padding-top: 44px !important;
    padding-bottom: 48px !important;
  }

  #main-content .ohvo-proof-modern .ohvo-kicker {
    margin-bottom: 12px;
    font-size: 11px;
    letter-spacing: .11em;
  }

  #main-content .ohvo-proof-modern .ohvo-section-title {
    font-size: 31px;
    line-height: 1.08;
  }

  #main-content .ohvo-proof-modern .ohvo-section-copy {
    margin-top: 16px;
    font-size: 16px;
    line-height: 1.5;
  }

  #main-content .ohvo-proof-modern .et_pb_b3_testimonial_grid_slider {
    margin-top: 28px !important;
  }

  #main-content .ohvo-proof-modern .b3testimonialgridslider_testimonial_center.b3testimonialgridslider_grid {
    padding: 22px !important;
  }

  #main-content .ohvo-proof-modern .b3testimonialgridslider_testimonial_text {
    margin-bottom: 16px !important;
  }

  #main-content .ohvo-proof-modern .b3testimonialgridslider_testimonial_text p {
    font-size: 15px !important;
    line-height: 1.48em !important;
  }

  #main-content .ohvo-proof-modern .b3testimonialgridslider_testimonial_name {
    font-size: 15px !important;
  }

  #main-content .ohvo-proof-modern .b3testimonialgridslider_testimonial_company_name {
    font-size: 13px !important;
  }

  #main-content .ohvo-package-grid {
    grid-template-columns: 1fr;
  }

  #main-content .ohvo-package-card {
    min-height: auto;
  }

  #main-content .ohvo-feature-matrix {
    display: none;
  }

  #main-content .ohvo-mobile-package-details {
    display: none !important;
  }

  #main-content .ohvo-mobile-package-details details {
    overflow: hidden;
    border: 1px solid var(--ohvo-industry-line);
    border-radius: 14px;
    background: #ffffff;
  }

  #main-content .ohvo-mobile-package-details summary {
    display: flex;
    justify-content: space-between;
    gap: 14px;
    padding: 18px;
    color: #111111;
    font-weight: 800;
    list-style: none;
    cursor: pointer;
  }

  #main-content .ohvo-mobile-package-details ul {
    margin: 0;
    padding: 16px 22px 8px 38px;
  }
}

@media (max-width: 767px) {
  body.page-id-139559,
  body.page-id-139564,
  body.page-id-139559 #page-container,
  body.page-id-139564 #page-container,
  body.page-id-139559 #main-content,
  body.page-id-139564 #main-content {
    overflow-x: hidden !important;
  }

  #main-content .ohvo-industry-proof-pills > span:nth-of-type(n+3) {
    display: none !important;
  }

  #main-content .ohvo-industry-demo-section {
    padding-bottom: 44px !important;
  }

  #main-content .ohvo-industry-info {
    padding-top: 44px !important;
  }

  #main-content .ohvo-industry-demo-section .slick-arrow {
    display: none !important;
  }

  #main-content .ohvo-industry-demo-section .slick-slider,
  #main-content .ohvo-industry-demo-section .slick-list {
    max-width: 100% !important;
    overflow: hidden !important;
  }
}

@media (min-width: 1200px) {
  body.page-id-139564 #main-content .ohvo-industry-demo-grid-four {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 981px) and (max-width: 1199px) {
  body.page-id-139564 #main-content .ohvo-industry-demo-grid-four {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  body.page-id-139564 #main-content .ohvo-industry-demo-intro {
    padding: 46px 0 28px !important;
  }

  body.page-id-139564 #main-content .ohvo-industry-demo-section {
    padding-bottom: 44px !important;
  }

  body.page-id-139564 #main-content .ohvo-industry-scripts {
    padding: 48px 0 !important;
  }

  body.page-id-139564 #main-content .ohvo-industry-demo-cta {
    padding: 64px 0 !important;
    background-position: 58% center !important;
  }

  /* The page has visible quote actions; the floating bar covers script copy on phones. */
  body.page-id-139564 .ohvo-mobile-sticky-cta {
    display: none !important;
  }
}
