/* OHVO hold music page polish - May 2026.
 *
 * Live migration note:
 * Copy this file to:
 * wp-content/themes/ohvo-child/css/ohvo-hold-music-service.css
 * and copy the matching functions.php enqueue block. Divi page export/import
 * alone will not carry this page-specific CSS.
 */
.page-id-197 {
  --ohvo-green: #8ead2d;
  --ohvo-green-hover: #7f9f24;
  --ohvo-black: #111;
  --ohvo-text: #555;
  --ohvo-muted: #707070;
  --ohvo-soft: #f7f8f2;
  --ohvo-line: #e7eadf;
}

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

.page-id-197 #zs-fl-tip,
.page-id-197 .zsiq-float-tooltip {
  display: none !important;
}

.page-id-197 #top-menu .get-quote > a::after {
  display: none !important;
  content: none !important;
}

.page-id-197 #et-boc,
.page-id-197 .et-l--post,
.page-id-197 .et_builder_inner_content {
  max-width: 100vw;
  overflow-x: hidden;
}

.page-id-197 .ohvo-hm-section {
  padding: 86px 0 !important;
  background: #fff !important;
  scroll-margin-top: 145px;
}

.page-id-197 .ohvo-hm-section-soft {
  background: var(--ohvo-soft) !important;
}

.page-id-197 .ohvo-hm-hero {
  padding: 74px 0 68px !important;
}

.page-id-197 .ohvo-hm-row {
  width: 88% !important;
  max-width: 1180px !important;
  box-sizing: border-box;
}

.page-id-197 .ohvo-hm-hero .et_pb_row {
  display: flex;
  align-items: center;
  gap: 46px;
}

.page-id-197 .ohvo-hm-hero .et_pb_column:first-child {
  width: 54% !important;
}

.page-id-197 .ohvo-hm-hero .et_pb_column:last-child {
  width: 46% !important;
}

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

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

.page-id-197 .ohvo-hm-kicker,
.page-id-197 .ohvo-hm-copy p.ohvo-hm-kicker {
  display: block !important;
  width: 100% !important;
  margin: 0 0 14px !important;
  padding: 0 !important;
  color: var(--ohvo-green) !important;
  font-size: 14px !important;
  line-height: 1.25 !important;
  font-weight: 800 !important;
  letter-spacing: .22em !important;
  text-transform: uppercase !important;
}

.page-id-197 .ohvo-hm-copy h1,
.page-id-197 .ohvo-hm-copy h2,
.page-id-197 .ohvo-hm-copy h3,
.page-id-197 .ohvo-hm-card h3,
.page-id-197 .ohvo-hm-demo-list .et_pb_audio_module h2 {
  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-197 .ohvo-hm-copy h1 {
  max-width: 760px !important;
  margin: 0 0 20px !important;
  padding: 0 !important;
  font-size: 52px !important;
  line-height: 1.05 !important;
  overflow-wrap: break-word !important;
  word-break: normal !important;
}

.page-id-197 .ohvo-hm-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-197 .ohvo-hm-copy h3,
.page-id-197 .ohvo-hm-card h3 {
  margin: 0 0 12px !important;
  padding: 0 !important;
  font-size: 24px !important;
  line-height: 1.18 !important;
}

.page-id-197 .ohvo-hm-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-197 .ohvo-hm-center,
.page-id-197 .ohvo-hm-center .et_pb_text_inner {
  text-align: center !important;
}

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

.page-id-197 .ohvo-hm-center .ohvo-hm-kicker,
.page-id-197 .ohvo-hm-center p.ohvo-hm-kicker {
  max-width: none !important;
  text-align: center !important;
  text-indent: .22em !important;
}

.page-id-197 .ohvo-hm-hero-image {
  text-align: center !important;
}

.page-id-197 .ohvo-hm-hero-image img {
  width: min(620px, 100%) !important;
  max-width: 620px !important;
  aspect-ratio: 16 / 10 !important;
  height: auto !important;
  object-fit: cover !important;
  border-radius: 22px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, .08);
}

.page-id-197 .ohvo-hm-pills {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  align-items: stretch;
  width: min(100%, 640px);
  max-width: 640px;
  margin-top: 18px;
}

.page-id-197 .ohvo-hm-hero-pills {
  margin-bottom: 0 !important;
}

.page-id-197 .ohvo-hm-pills span {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 36px;
  padding: 8px 12px 8px 14px;
  border: 1px solid #e5ebd6;
  border-radius: 14px;
  background: #fbfcf7;
  color: #111;
  font-size: 15px;
  line-height: 1.2;
  white-space: nowrap;
  box-shadow: none;
}

.page-id-197 .ohvo-hm-pills strong {
  color: var(--ohvo-green);
  font-weight: 800;
  margin-right: 5px;
}

.page-id-197 .ohvo-hm-region-price {
  display: none;
}

.page-id-197 .ohvo-hm-hero-price-pill {
  width: min(100%, 640px) !important;
  max-width: 640px !important;
  margin: 8px 0 0 !important;
}

.page-id-197 .ohvo-hm-hero-price-pill p {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  width: 100% !important;
  max-width: 100% !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0;
  background: transparent;
  color: #555 !important;
  font-size: 15px !important;
  line-height: 1.45 !important;
  box-shadow: none;
}

.page-id-197 .ohvo-hm-hero-price-pill strong {
  color: var(--ohvo-green);
  font-weight: 800;
  margin-right: 5px;
}

.page-id-197 .ohvo-hm-hero .et_pb_button_module_wrapper,
.page-id-197 #holdmusic-next-step .et_pb_button_module_wrapper {
  display: inline-block !important;
  width: auto !important;
  margin: 18px 14px 0 0 !important;
  vertical-align: top !important;
}

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

.page-id-197 .ohvo-hm-btn-primary .et_pb_button,
.page-id-197 .ohvo-hm-btn-secondary .et_pb_button,
.page-id-197 .et_pb_button.ohvo-hm-btn-primary,
.page-id-197 .et_pb_button.ohvo-hm-btn-secondary {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 164px !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;
  transition: transform .18s ease, box-shadow .18s ease, background-color .18s ease !important;
}

.page-id-197 .ohvo-hm-btn-primary .et_pb_button,
.page-id-197 .et_pb_button.ohvo-hm-btn-primary {
  background: var(--ohvo-green) !important;
  border: 2px solid var(--ohvo-green) !important;
  color: #fff !important;
}

.page-id-197 .ohvo-hm-btn-secondary .et_pb_button,
.page-id-197 .et_pb_button.ohvo-hm-btn-secondary {
  background: #fff !important;
  border: 2px solid var(--ohvo-green) !important;
  color: #111 !important;
}

.page-id-197 .ohvo-hm-btn-primary .et_pb_button:hover,
.page-id-197 .et_pb_button.ohvo-hm-btn-primary:hover {
  background: var(--ohvo-green-hover) !important;
  border-color: var(--ohvo-green-hover) !important;
  color: #fff !important;
}

.page-id-197 .ohvo-hm-btn-primary .et_pb_button:hover,
.page-id-197 .ohvo-hm-btn-secondary .et_pb_button:hover,
.page-id-197 .et_pb_button.ohvo-hm-btn-primary:hover,
.page-id-197 .et_pb_button.ohvo-hm-btn-secondary:hover {
  transform: translateY(-1px);
  box-shadow: 0 16px 34px rgba(142, 173, 45, .16);
  padding: 14px 22px !important;
}

.page-id-197 .ohvo-hm-btn-secondary .et_pb_button:hover,
.page-id-197 .ohvo-hm-btn-secondary .et_pb_button:focus-visible,
.page-id-197 .et_pb_button.ohvo-hm-btn-secondary:hover,
.page-id-197 .et_pb_button.ohvo-hm-btn-secondary:focus-visible {
  background: #fff !important;
  border-color: var(--ohvo-green) !important;
  color: #111 !important;
}

.page-id-197 .ohvo-hm-card {
  height: 100%;
  padding: 32px;
  border: 1px solid var(--ohvo-line);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 16px 38px rgba(0, 0, 0, .032);
}

.page-id-197 .ohvo-hm-card-grid,
.page-id-197 .ohvo-hm-benefit-grid {
  display: grid !important;
  gap: 22px !important;
}

.page-id-197 .ohvo-hm-card-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.page-id-197 .ohvo-hm-benefit-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.page-id-197 .ohvo-hm-card-grid .et_pb_column,
.page-id-197 .ohvo-hm-benefit-grid .et_pb_column,
.page-id-197 .ohvo-hm-proof-grid .et_pb_column {
  width: auto !important;
  margin: 0 !important;
}

.page-id-197 #holdmusic-demos .ohvo-hm-player-column {
  width: 100% !important;
}

.page-id-197 #holdmusic-demos .ohvo-hm-player-wrap {
  margin: 0 !important;
  padding: 32px !important;
  border: 1px solid var(--ohvo-line);
  border-radius: 16px;
  background: #fff !important;
  box-shadow: 0 18px 46px rgba(0, 0, 0, .04);
}

.page-id-197 #holdmusic-demos .ohvo-hm-zoomsounds {
  max-width: 100%;
  overflow: visible;
}

.page-id-197 #holdmusic-demos .audiogallery,
.page-id-197 #holdmusic-demos .audiogallery * {
  box-sizing: border-box;
}

.page-id-197 #holdmusic-demos .audiogallery {
  max-width: 100% !important;
  height: auto !important;
  min-height: 510px !important;
}

.page-id-197 #holdmusic-demos .audioplayer {
  border-radius: 12px !important;
}

.page-id-197 #holdmusic-demos .nav-main.zoomsounds-nav {
  height: 360px !important;
  max-height: 360px !important;
  overflow-y: auto !important;
  margin-top: 12px !important;
  padding: 10px !important;
  border: 1px solid #e7eadf;
  border-radius: 14px;
  background: #fbfcf7;
  scrollbar-color: var(--ohvo-green) #edf1e2;
  scrollbar-width: thin;
}

.page-id-197 #holdmusic-demos .nav-main.zoomsounds-nav .nav-clipper {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 10px;
  height: auto !important;
  min-height: 0 !important;
  overflow: visible !important;
}

.page-id-197 #holdmusic-demos .nav-main.zoomsounds-nav .menu-item {
  width: auto !important;
  min-height: 34px;
  padding: 7px 12px !important;
  border: 1px solid #edf1e4;
  border-radius: 8px;
  background: #fff;
  color: #111 !important;
  font-size: 15px;
  line-height: 1.3;
  transition: background-color .16s ease, border-color .16s ease, color .16s ease;
}

.page-id-197 #holdmusic-demos .nav-main.zoomsounds-nav .menu-item .the-name {
  display: block !important;
  overflow-wrap: anywhere;
}

.page-id-197 #holdmusic-demos .nav-main.zoomsounds-nav .menu-item.active,
.page-id-197 #holdmusic-demos .nav-main.zoomsounds-nav .menu-item:hover {
  background: #f0f3e8 !important;
  border-color: rgba(142, 173, 45, .34);
  color: #111 !important;
}

.page-id-197 #holdmusic-demos .ohvo-hm-player-note {
  max-width: none !important;
  margin: 16px 0 0 !important;
  color: #666 !important;
  font-size: 15px !important;
  line-height: 1.45 !important;
  text-align: center;
}

.page-id-197 .ohvo-hm-note {
  margin-top: 20px !important;
  color: #696969 !important;
  font-size: 16px !important;
}

.page-id-197 .ohvo-hm-note a {
  color: #111 !important;
  font-weight: 800;
  text-decoration: underline;
  text-decoration-color: rgba(142, 173, 45, .55);
  text-underline-offset: 4px;
}

.page-id-197 .ohvo-hm-music-detail-image {
  margin: 20px auto 6px !important;
  text-align: center !important;
}

.page-id-197 .ohvo-hm-music-detail-image img {
  width: min(760px, 100%) !important;
  max-width: 760px !important;
  aspect-ratio: 16 / 10 !important;
  height: auto !important;
  object-fit: cover !important;
  border-radius: 22px;
  box-shadow: 0 24px 58px rgba(0, 0, 0, .075);
}

.page-id-197 #holdmusic-next-step .ohvo-hm-price-panel {
  margin-bottom: 0 !important;
  padding: 42px 42px 10px;
  border: 1px solid rgba(142, 173, 45, .24);
  border-bottom: 0;
  border-radius: 16px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background: #fff;
  box-shadow: 0 18px 48px rgba(0, 0, 0, .042);
}

.page-id-197 #holdmusic-next-step .ohvo-hm-price-panel-lower {
  margin-bottom: 0 !important;
  padding-top: 4px;
  padding-bottom: 42px;
  border-top: 0;
  border-bottom: 1px solid rgba(142, 173, 45, .24);
  border-radius: 16px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  box-shadow: 0 26px 52px rgba(0, 0, 0, .042);
}

.page-id-197 #holdmusic-next-step .ohvo-hm-price-panel p {
  margin-bottom: 16px !important;
}

.page-id-197 #holdmusic-next-step .ohvo-hm-price-panel .ohvo-hm-includes-label {
  margin: 22px 0 10px !important;
  color: #111 !important;
  font-size: 16px !important;
  line-height: 1.25 !important;
  font-weight: 800 !important;
}

.page-id-197 #holdmusic-next-step .ohvo-hm-price-panel .ohvo-hm-price-label {
  margin: 24px 0 8px !important;
  color: #111 !important;
  font-size: 15px !important;
  line-height: 1.2 !important;
  font-weight: 800 !important;
  text-transform: uppercase;
}

.page-id-197 #holdmusic-next-step .ohvo-hm-price-amount {
  margin: 0 !important;
  padding: 8px 42px 20px !important;
  border-left: 1px solid rgba(142, 173, 45, .24);
  border-right: 1px solid rgba(142, 173, 45, .24);
  background: #fff;
}

.page-id-197 #holdmusic-next-step .ohvo-hm-price-amount p {
  display: flex;
  align-items: baseline;
  gap: 12px;
  max-width: none !important;
  margin: 0 !important;
  color: #111 !important;
}

.page-id-197 #holdmusic-next-step .ohvo-hm-price-amount strong {
  color: var(--ohvo-green);
  font-family: SFProDisplay-Heavy, Helvetica, Arial, Lucida, sans-serif;
  font-size: 54px;
  line-height: .95;
  font-weight: 800;
}

.page-id-197 #holdmusic-next-step .ohvo-hm-price-amount span {
  color: #555;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 800;
}

.page-id-197 #holdmusic-next-step .ohvo-hm-price-panel ul {
  display: grid;
  gap: 8px;
  margin: 0 0 22px !important;
  padding: 0 !important;
  list-style: none !important;
}

.page-id-197 #holdmusic-next-step .ohvo-hm-price-panel li {
  position: relative;
  margin: 0 !important;
  padding-left: 22px !important;
  color: #555 !important;
  font-size: 17px !important;
  line-height: 1.35 !important;
}

.page-id-197 #holdmusic-next-step .ohvo-hm-price-panel li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .62em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--ohvo-green);
}

.page-id-197 .ohvo-hm-proof-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px !important;
}

.page-id-197 .ohvo-hm-proof-logos {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  max-width: 900px;
  margin: 28px auto 0;
}

.page-id-197 .ohvo-hm-proof-logos span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid #e6edd0;
  border-radius: 999px;
  background: #fff;
  color: #111;
  font-size: 14px;
  line-height: 1;
  font-weight: 800;
}

.page-id-197 .ohvo-hm-proof-logo-images {
  gap: 26px;
  align-items: center;
  max-width: 1060px;
  margin-top: 34px;
}

.page-id-197 .ohvo-hm-proof-logo-images img {
  display: block;
  max-width: 150px;
  max-height: 48px;
  width: auto;
  height: auto;
  object-fit: contain;
  filter: saturate(.95);
}

.page-id-197 .ohvo-hm-proof-logo-images img[alt="Deloitte"] {
  max-width: 136px;
}

.page-id-197 .ohvo-hm-proof-logo-images img[alt="LJ Hooker"] {
  max-width: 148px;
}

.page-id-197 .ohvo-hm-legacy-pricing,
.page-id-197 .ohvo-hm-legacy-proof,
.page-id-197 .ohvo-vm-single-greeting-note,
.page-id-197 #demo-1.ohvo-proof-modern,
.page-id-197 .ohvo-client-logo-row,
.page-id-197 .ohvo-vm-legacy-hidden {
  display: none !important;
}

.page-id-197 .ohvo-b3-testimonial-slider,
.page-id-197 .ohvo-b3-testimonial-slider .swiper-container,
.page-id-197 .ohvo-b3-testimonial-slider .swiper-wrapper {
  max-width: 100% !important;
  overflow: hidden !important;
}

.page-id-197 [class*="es-badge"],
.page-id-197 [class*="BadgeContainer"],
.page-id-197 [class*="LayoutSidebar"],
.page-id-197 div[class*="slide-in"] {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

@media (max-width: 980px) {
  .page-id-197 .ohvo-hm-section {
    padding: 68px 0 !important;
  }

  .page-id-197 .ohvo-hm-hero {
    padding: 58px 0 64px !important;
  }

  .page-id-197 .ohvo-hm-hero .et_pb_row {
    display: block;
  }

  .page-id-197 .ohvo-hm-hero .et_pb_column {
    width: 100% !important;
    float: none !important;
    display: block !important;
    clear: both !important;
    margin-right: 0 !important;
  }

  .page-id-197 .ohvo-hm-hero .et_pb_column:first-child,
  .page-id-197 .ohvo-hm-hero .et_pb_column:last-child {
    width: 100% !important;
    max-width: 100% !important;
  }

  .page-id-197 .ohvo-hm-hero-image {
    margin-top: 34px !important;
  }

  .page-id-197 .ohvo-hm-copy h1 {
    font-size: 42px !important;
    line-height: 1.06 !important;
  }

  .page-id-197 .ohvo-hm-copy h2 {
    font-size: 34px !important;
  }

  .page-id-197 .ohvo-hm-card-grid,
  .page-id-197 .ohvo-hm-benefit-grid,
  .page-id-197 .ohvo-hm-proof-grid {
    grid-template-columns: 1fr !important;
  }

  .page-id-197 .ohvo-hm-row,
  .page-id-197 #holdmusic-demos .et_pb_row {
    width: calc(100vw - 56px) !important;
    max-width: calc(100vw - 56px) !important;
  }
}

@media (max-width: 640px) {
  .page-id-197 .ohvo-hm-row,
  .page-id-197 #holdmusic-demos .et_pb_row {
    width: calc(100vw - 48px) !important;
    max-width: calc(100vw - 48px) !important;
  }

  .page-id-197 .ohvo-hm-copy h1 {
    font-size: 31px !important;
    line-height: 1.1 !important;
  }

  .page-id-197 .ohvo-hm-copy h2 {
    font-size: 28px !important;
    line-height: 1.14 !important;
  }

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

  .page-id-197 .ohvo-hm-hero .et_pb_button_module_wrapper,
  .page-id-197 #holdmusic-next-step .et_pb_button_module_wrapper {
    display: block !important;
    margin: 12px 0 0 !important;
  }

  .page-id-197 .ohvo-hm-btn-primary,
  .page-id-197 .ohvo-hm-btn-secondary,
  .page-id-197 .ohvo-hm-btn-primary .et_pb_button,
  .page-id-197 .ohvo-hm-btn-secondary .et_pb_button {
    width: 100% !important;
  }

  .page-id-197 .ohvo-hm-pills {
    gap: 6px;
    padding-bottom: 0;
    grid-template-columns: 1fr !important;
  }

  .page-id-197 .ohvo-hm-pills span {
    min-height: 34px;
    padding: 7px 12px;
    font-size: 14px;
    white-space: normal;
    text-align: left;
  }

  .page-id-197 .ohvo-hm-card,
  .page-id-197 #holdmusic-next-step .ohvo-hm-price-panel {
    padding: 26px;
    border-radius: 14px;
  }

  .page-id-197 #holdmusic-next-step .ohvo-hm-price-panel {
    padding-bottom: 8px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }

  .page-id-197 #holdmusic-next-step .ohvo-hm-price-panel-lower {
    padding-top: 4px;
    padding-bottom: 26px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .page-id-197 #holdmusic-next-step .ohvo-hm-price-amount {
    padding: 0 26px 18px !important;
  }

  .page-id-197 #holdmusic-next-step .ohvo-hm-price-amount strong {
    font-size: 46px;
  }

  .page-id-197 .ohvo-hm-proof-logo-images {
    gap: 22px 24px;
    margin-top: 30px;
  }

  .page-id-197 .ohvo-hm-proof-logo-images img {
    max-width: 124px;
    max-height: 42px;
  }

  .page-id-197 #holdmusic-demos .ohvo-hm-player-wrap {
    padding: 18px !important;
    border-radius: 14px;
  }

  .page-id-197 #holdmusic-demos .audiogallery {
    min-height: 470px !important;
  }

  .page-id-197 #holdmusic-demos .nav-main.zoomsounds-nav {
    height: 320px !important;
    max-height: 320px !important;
  }

  .page-id-197 #holdmusic-demos .nav-main.zoomsounds-nav .nav-clipper {
    grid-template-columns: 1fr;
  }

  .page-id-197 #holdmusic-demos .nav-main.zoomsounds-nav .menu-item {
    min-height: 36px;
    font-size: 14px;
  }

  .page-id-197 .ohvo-hm-hero {
    padding-bottom: 92px !important;
  }

  .page-id-197 #zsiq_float,
  .page-id-197 .zsiq_floatmain,
  .page-id-197 [id^="zsiq"] {
    display: none !important;
  }
}

/* Header/hero tightening pass - keep the first screen focused on demos and pricing. */
@media (min-width: 981px) {
  .page-id-197 .ohvo-hm-hero {
    padding-top: 44px !important;
    padding-bottom: 24px !important;
  }

  .page-id-197 .ohvo-hm-hero .et_pb_row {
    align-items: flex-start !important;
    gap: 58px !important;
    padding-top: 0 !important;
  }

  .page-id-197 .ohvo-hm-hero .et_pb_column:first-child {
    width: 52% !important;
  }

  .page-id-197 .ohvo-hm-hero .et_pb_column:last-child {
    width: 48% !important;
    align-self: flex-start !important;
    padding-top: 96px !important;
  }

  .page-id-197 .ohvo-hm-hero .et_pb_text_0 {
    margin-bottom: 0 !important;
  }

  .page-id-197 .ohvo-hm-hero .et_pb_button_module_wrapper {
    margin-top: 12px !important;
  }

  .page-id-197 .ohvo-hm-hero-pills {
    margin-top: 12px !important;
  }

  .page-id-197 .ohvo-hm-hero-price-pill {
    margin-top: 4px !important;
  }

  .page-id-197 .ohvo-hm-hero-price-pill .et_pb_text_inner {
    padding-top: 0 !important;
  }

  .page-id-197 .ohvo-hm-hero-image img {
    width: min(560px, 100%) !important;
    max-width: 560px !important;
    box-shadow: 0 20px 46px rgba(0, 0, 0, .07);
  }
}

@media (max-width: 980px) {
  .page-id-197 .ohvo-hm-hero {
    padding-top: 44px !important;
    padding-bottom: 48px !important;
  }

  .page-id-197 .ohvo-hm-hero .et_pb_row {
    padding-top: 0 !important;
  }

  .page-id-197 .ohvo-hm-hero .et_pb_text_0 {
    margin-bottom: 0 !important;
  }

  .page-id-197 .ohvo-hm-hero-image {
    margin-top: 24px !important;
  }
}

@media (max-width: 640px) {
  .page-id-197 .ohvo-hm-hero {
    padding-top: 34px !important;
    padding-bottom: 38px !important;
  }

  .page-id-197 .ohvo-hm-copy h1 {
    font-size: 30px !important;
    line-height: 1.08 !important;
  }

  .page-id-197 .ohvo-hm-hero .et_pb_button_module_wrapper {
    margin-top: 10px !important;
  }

  .page-id-197 .ohvo-hm-hero-image {
    margin-top: 120px !important;
  }

  .page-id-197 .ohvo-hm-hero-pills {
    margin-top: 14px !important;
  }

  .page-id-197 .ohvo-hm-hero-price-pill .et_pb_text_inner {
    padding-top: 0 !important;
  }

  .page-id-197 .ohvo-hm-hero-price-pill p {
    justify-content: flex-start !important;
    min-height: 0 !important;
    padding: 0 !important;
    font-size: 14px !important;
    line-height: 1.4 !important;
  }

  .page-id-197 .ohvo-hm-hero-price-pill strong {
    white-space: nowrap !important;
  }

  .page-id-197 #zs-fl-tip,
  .page-id-197 .zsiq-float-tooltip {
    display: none !important;
  }
}
