/* OHVO services overview page refresh - staging May 2026.
 *
 * Live migration note:
 * Copy this file to wp-content/themes/ohvo-child/css/ohvo-services-page.css
 * with the matching functions.php enqueue block and page 188 Divi content.
 */
body.page-id-188 {
  --ohvo-green: #8ead2d;
  --ohvo-green-soft: #f5f8eb;
  --ohvo-black: #111;
  --ohvo-text: #626262;
  --ohvo-line: #e8eadf;
  --ohvo-soft: #fbfcf7;
}

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

body.page-id-188 #services-list,
body.page-id-188 #services-path,
body.page-id-188 #request-pricing {
  scroll-margin-top: 118px;
}

body.page-id-188 #main-content .et_pb_section,
body.page-id-188 #main-content .et_pb_row,
body.page-id-188 #main-content .et_pb_column,
body.page-id-188 #main-content .et_pb_code,
body.page-id-188 #main-content .et_pb_code_inner {
  overflow: visible;
}

body.page-id-188 #main-content .ohvo-services-page {
  color: var(--ohvo-black);
  font-family: inherit;
}

body.page-id-188 #main-content .ohvo-services-page * {
  box-sizing: border-box;
}

body.page-id-188 #main-content .ohvo-services-page h1,
body.page-id-188 #main-content .ohvo-services-page h2,
body.page-id-188 #main-content .ohvo-services-page h3,
body.page-id-188 #main-content .ohvo-services-page p {
  letter-spacing: 0;
}

body.page-id-188 #main-content .ohvo-services-page a {
  text-decoration: none;
}

body.page-id-188 #main-content .ohvo-services-kicker {
  margin: 0 0 16px;
  color: var(--ohvo-green);
  font-size: 13px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: .22em !important;
  text-transform: uppercase;
}

body.page-id-188 #main-content .ohvo-services-hero {
  display: grid;
  grid-template-columns: minmax(0, 3fr) minmax(280px, 2fr);
  gap: clamp(34px, 6vw, 78px);
  align-items: center;
  padding: 96px 0 70px;
}

body.page-id-188 #main-content .ohvo-services-hero-copy {
  max-width: 660px;
}

body.page-id-188 #main-content .ohvo-services-hero h1 {
  margin: 0;
  color: var(--ohvo-black);
  font-family: SFProDisplay-Bold, Arial, sans-serif;
  font-size: clamp(42px, 5vw, 64px);
  font-weight: 900;
  line-height: 1.02;
}

body.page-id-188 #main-content .ohvo-services-lede {
  max-width: 620px;
  margin: 20px 0 0;
  color: var(--ohvo-text);
  font-size: 20px;
  line-height: 1.5;
}

body.page-id-188 #main-content .ohvo-services-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

body.page-id-188 #main-content .ohvo-services-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 14px 22px;
  border: 1px solid var(--ohvo-green);
  border-radius: 999px;
  color: var(--ohvo-black);
  font-size: 15px;
  font-weight: 900;
  line-height: 1.15;
  text-align: center;
  text-transform: uppercase;
  transition: background .18s ease, color .18s ease, border-color .18s ease, transform .18s ease;
}

body.page-id-188 #main-content .ohvo-services-button:hover,
body.page-id-188 #main-content .ohvo-services-button:focus {
  transform: translateY(-1px);
}

body.page-id-188 #main-content .ohvo-services-button-primary {
  background: var(--ohvo-green);
  color: #fff;
}

body.page-id-188 #main-content .ohvo-services-button-secondary {
  background: #fff;
  color: var(--ohvo-black);
}

body.page-id-188 #main-content .ohvo-services-trust-line {
  max-width: 610px;
  margin: 20px 0 0;
  color: var(--ohvo-text);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.45;
}

body.page-id-188 #main-content .ohvo-services-trust-line strong {
  color: var(--ohvo-green);
  font-weight: 900;
}

body.page-id-188 #main-content .ohvo-services-hub-strip {
  display: none !important;
}

body.page-id-188 #main-content .ohvo-services-hero-visual {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 420px;
}

body.page-id-188 #main-content .ohvo-services-routing-visual {
  position: relative;
  width: min(460px, 100%);
  padding: 22px;
  border: 1px solid var(--ohvo-line);
  border-radius: 28px;
  background: #fbfcf7;
  box-shadow: 0 26px 70px rgba(0, 0, 0, .07);
}

body.page-id-188 #main-content .ohvo-services-routing-visual::after {
  content: "";
  position: absolute;
  inset: 18px;
  border-radius: 24px;
  background:
    radial-gradient(circle at 18% 23%, rgba(193, 219, 64, .32), transparent 0 24px, transparent 25px),
    radial-gradient(circle at 82% 82%, rgba(142, 173, 45, .16), transparent 0 54px, transparent 55px);
  pointer-events: none;
  z-index: 0;
}

body.page-id-188 #main-content .ohvo-services-routing-visual::before {
  position: absolute;
  top: 72px;
  bottom: 112px;
  left: 45px;
  width: 2px;
  background: #dfe5cf;
  content: "";
}

body.page-id-188 #main-content .ohvo-routing-top,
body.page-id-188 #main-content .ohvo-routing-output {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

body.page-id-188 #main-content .ohvo-routing-top {
  margin-bottom: 16px;
}

body.page-id-188 #main-content .ohvo-routing-top p {
  margin: 0;
  color: var(--ohvo-green);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .18em;
  line-height: 1.2;
  text-transform: uppercase;
}

body.page-id-188 #main-content .ohvo-routing-top span {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 12px;
  border-radius: 999px;
  background: var(--ohvo-green);
  color: #fff;
  font-size: 12px;
  font-weight: 900;
}

body.page-id-188 #main-content .ohvo-routing-card {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 14px;
  align-items: center;
  min-height: 84px;
  margin-top: 10px;
  padding: 16px;
  border: 1px solid #e7ebdd;
  border-radius: 20px;
  background: #fff;
}

body.page-id-188 #main-content .ohvo-routing-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #eef4dd;
  color: var(--ohvo-green);
  font-size: 13px;
  font-weight: 900;
}

body.page-id-188 #main-content .ohvo-routing-card strong {
  display: block;
  color: var(--ohvo-black);
  font-family: SFProDisplay-Bold, Arial, sans-serif;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.2;
}

body.page-id-188 #main-content .ohvo-routing-card div span {
  display: block;
  margin-top: 5px;
  color: var(--ohvo-text);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.35;
}

body.page-id-188 #main-content .ohvo-routing-output {
  margin-top: 14px;
}

body.page-id-188 #main-content .ohvo-routing-output div {
  flex: 1 1 0;
  min-height: 66px;
  padding: 13px 14px;
  border-radius: 16px;
  background: var(--ohvo-black);
  color: #fff;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.2;
}

body.page-id-188 #main-content .ohvo-routing-output span {
  display: block;
  margin-top: 5px;
  color: rgba(255, 255, 255, .72);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

body.page-id-188 #main-content .ohvo-services-section {
  padding: 86px 0;
  border-top: 1px solid #f0f0ec;
}

body.page-id-188 #main-content .ohvo-services-section-soft {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-left: calc(50vw - 50%);
  padding-right: calc(50vw - 50%);
  background: #f7f7f4;
}

body.page-id-188 #main-content .ohvo-services-section-head {
  max-width: 760px;
  margin: 0 auto 42px;
  text-align: center;
}

body.page-id-188 #main-content .ohvo-services-section-head h2 {
  margin: 0;
  color: var(--ohvo-black);
  font-family: SFProDisplay-Bold, Arial, sans-serif;
  font-size: clamp(34px, 4vw, 52px);
  font-weight: 900;
  line-height: 1.04;
}

body.page-id-188 #main-content .ohvo-services-section-head p {
  max-width: 720px;
  margin: 18px auto 0;
  color: var(--ohvo-text);
  font-size: 18px;
  line-height: 1.55;
}

body.page-id-188 #main-content .ohvo-services-section-head .ohvo-services-kicker {
  text-indent: .22em;
}

body.page-id-188 #main-content .ohvo-services-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

body.page-id-188 #main-content .ohvo-service-card {
  display: flex;
  flex-direction: column;
  min-height: 310px;
  padding: 28px;
  border: 1px solid var(--ohvo-line);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(0, 0, 0, .035);
}

body.page-id-188 #main-content .ohvo-service-card-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 24px;
  border-radius: 999px;
  background: var(--ohvo-green-soft);
  color: var(--ohvo-green);
  font-size: 14px;
  font-weight: 900;
}

body.page-id-188 #main-content .ohvo-service-card h3 {
  margin: 0;
  color: var(--ohvo-black);
  font-family: SFProDisplay-Bold, Arial, sans-serif;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.12;
}

body.page-id-188 #main-content .ohvo-service-card p {
  margin: 14px 0 0;
  color: var(--ohvo-text);
  font-size: 16px;
  line-height: 1.5;
}

body.page-id-188 #main-content .ohvo-service-card a {
  align-self: flex-start;
  margin-top: auto;
  padding-top: 22px;
  color: var(--ohvo-green);
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
}

body.page-id-188 #main-content .ohvo-services-path {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

body.page-id-188 #main-content .ohvo-services-path-step {
  min-height: 178px;
  padding: 26px;
  border: 1px solid var(--ohvo-line);
  border-radius: 20px;
  background: #fff;
}

body.page-id-188 #main-content .ohvo-services-path-step .ohvo-services-kicker {
  margin-bottom: 10px;
  letter-spacing: .12em !important;
}

body.page-id-188 #main-content .ohvo-services-path-step h3 {
  margin: 0 0 10px;
  color: var(--ohvo-black);
  font-family: SFProDisplay-Bold, Arial, sans-serif;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.12;
}

body.page-id-188 #main-content .ohvo-services-path-step p {
  margin: 0;
  color: var(--ohvo-text);
  font-size: 16px;
  line-height: 1.45;
}

body.page-id-188 #main-content .ohvo-services-pricing-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, .82fr);
  gap: 26px;
  align-items: start;
  padding: 34px;
  border: 1px solid var(--ohvo-line);
  border-radius: 22px;
  background: #fbfcf7;
  box-shadow: none;
}

body.page-id-188 #main-content .ohvo-services-pricing-copy {
  grid-column: 1;
}

body.page-id-188 #main-content .ohvo-services-pricing-panel h2 {
  margin: 0;
  color: var(--ohvo-black);
  font-family: SFProDisplay-Bold, Arial, sans-serif;
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 900;
  line-height: 1.06;
}

body.page-id-188 #main-content .ohvo-services-pricing-panel p {
  margin: 16px 0 0;
  color: var(--ohvo-text);
  font-size: 17px;
  line-height: 1.5;
}

body.page-id-188 #main-content .ohvo-services-pricing-list {
  grid-column: 2;
  grid-row: 1 / span 2;
  display: grid;
  gap: 9px;
  padding: 18px;
  border: 1px solid #e8eadf;
  border-radius: 18px;
  background: #fff;
}

body.page-id-188 #main-content .ohvo-services-pricing-list div {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: var(--ohvo-black);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.35;
}

body.page-id-188 #main-content .ohvo-services-pricing-list span {
  display: inline-flex;
  flex: 0 0 24px;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 999px;
  background: var(--ohvo-green);
  color: #fff;
  font-size: 12px;
  font-weight: 900;
}

body.page-id-188 #main-content .ohvo-services-pricing-actions {
  grid-column: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 6px;
}

body.page-id-188 #zs-fl-tip,
body.page-id-188 #zsiq_float,
body.page-id-188 .zsiq-float,
body.page-id-188 .elfsight-app-b355a3bf-7e8a-4308-93c9-0c773a89b386,
body.page-id-188 [class*="elfsight"],
body.page-id-188 [id*="elfsight"],
body.page-id-188 iframe[src*="elfsight"],
body.page-id-188 iframe[src*="apps.elfsight"],
body.page-id-188 iframe[src*="trustindex"],
body.page-id-188 iframe[title*="Google"],
body.page-id-188 iframe[title*="Review"],
body.page-id-188 [aria-label*="Google review"],
body.page-id-188 div[class*="eapps-widget"],
body.page-id-188 div[id*="eapps"],
body.page-id-188 [class*="eapps-google"],
body.page-id-188 [id*="eapps-google"],
body.page-id-188 [class*="ti-widget"],
body.page-id-188 [class*="wp-google"],
body.page-id-188 [id*="wp-google"],
body.page-id-188 [class*="GoogleReviews"],
body.page-id-188 [id*="GoogleReviews"],
body.page-id-188 [id*="google-review"],
body.page-id-188 [class*="google-review"],
body.page-id-188 > div[style*="position: fixed"][style*="left"][style*="bottom"],
body.page-id-188 > div[style*="position:fixed"][style*="left"][style*="bottom"],
body.page-id-188 > iframe[style*="position: fixed"][style*="left"][style*="bottom"],
body.page-id-188 > iframe[style*="position:fixed"][style*="left"][style*="bottom"] {
  display: none !important;
}

@media (max-width: 980px) {
  body.page-id-188 #main-content .ohvo-services-hero,
  body.page-id-188 #main-content .ohvo-services-pricing-panel {
    grid-template-columns: 1fr;
  }

  body.page-id-188 #main-content .ohvo-services-hero {
    padding: 64px 0 48px;
  }

  body.page-id-188 #main-content .ohvo-services-hero-visual {
    min-height: 0;
  }

  body.page-id-188 #main-content .ohvo-services-grid,
  body.page-id-188 #main-content .ohvo-services-path {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 767px) {
  body.page-id-188 #main-content .et_pb_row {
    width: 86% !important;
    max-width: 520px !important;
  }

  body.page-id-188 #main-content .ohvo-services-hero h1 {
    font-size: 34px;
    line-height: 1.08;
  }

  body.page-id-188 #main-content .ohvo-services-lede,
  body.page-id-188 #main-content .ohvo-services-section-head p {
    font-size: 17px;
  }

  body.page-id-188 #main-content .ohvo-services-actions,
  body.page-id-188 #main-content .ohvo-services-pricing-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  body.page-id-188 #main-content .ohvo-services-button {
    width: 100%;
  }

  body.page-id-188 #main-content .ohvo-services-trust-line {
    margin-top: 18px;
    font-size: 15px;
  }

  body.page-id-188 #main-content .ohvo-services-hero-visual {
    display: flex;
    justify-content: stretch;
    width: 100%;
  }

  body.page-id-188 #main-content .ohvo-services-routing-visual {
    width: 100%;
    padding: 18px;
    border-radius: 22px;
  }

  body.page-id-188 #main-content .ohvo-services-routing-visual::before {
    top: 68px;
    bottom: 100px;
    left: 39px;
  }

  body.page-id-188 #main-content .ohvo-routing-top {
    align-items: flex-start;
  }

  body.page-id-188 #main-content .ohvo-routing-top p {
    font-size: 12px;
  }

  body.page-id-188 #main-content .ohvo-routing-card {
    grid-template-columns: 40px 1fr;
    min-height: 0;
    padding: 14px;
  }

  body.page-id-188 #main-content .ohvo-routing-icon {
    width: 40px;
    height: 40px;
  }

  body.page-id-188 #main-content .ohvo-routing-output {
    display: grid;
    grid-template-columns: 1fr;
  }

  body.page-id-188 #main-content .ohvo-routing-output div {
    min-height: 0;
  }

  body.page-id-188 #main-content .ohvo-services-section {
    padding: 58px 0;
  }

  body.page-id-188 #main-content .ohvo-services-section-head {
    margin-bottom: 28px;
  }

  body.page-id-188 #main-content .ohvo-services-section-head h2 {
    font-size: 31px;
    line-height: 1.08;
  }

  body.page-id-188 #main-content .ohvo-services-grid,
  body.page-id-188 #main-content .ohvo-services-path {
    grid-template-columns: 1fr;
  }

  body.page-id-188 #main-content .ohvo-service-card,
  body.page-id-188 #main-content .ohvo-services-path-step,
  body.page-id-188 #main-content .ohvo-services-pricing-panel {
    min-height: 0;
    padding: 24px;
    border-radius: 18px;
  }

  body.page-id-188 #main-content .ohvo-services-pricing-panel {
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
  }

  body.page-id-188 #main-content .ohvo-services-pricing-copy,
  body.page-id-188 #main-content .ohvo-services-pricing-list,
  body.page-id-188 #main-content .ohvo-services-pricing-actions {
    grid-column: auto;
    grid-row: auto;
  }

  body.page-id-188 #main-content .ohvo-services-pricing-actions {
    margin-top: 0;
  }
}
