/* OHVO FAQ page rebuild - staging May 2026.
 *
 * Live migration note:
 * Copy this file to:
 * wp-content/themes/ohvo-child/css/ohvo-faq-page.css
 * and copy the matching functions.php enqueue block. Divi page export/import
 * alone will not carry this CSS.
 */
body.page-id-225 {
  --ohvo-green: #8ead2d;
  --ohvo-black: #111;
  --ohvo-text: #565656;
  --ohvo-muted: #737373;
  --ohvo-soft: #f7f8f2;
  --ohvo-line: #e7eadf;
}

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

body.page-id-225 .ohvo-faq-section {
  background: #fff !important;
}

body.page-id-225 .ohvo-faq-section-soft {
  background: var(--ohvo-soft) !important;
}

body.page-id-225 .ohvo-faq-row {
  width: 88% !important;
  max-width: 1180px !important;
}

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

body.page-id-225 .ohvo-faq-kicker,
body.page-id-225 .ohvo-faq-copy p.ohvo-faq-kicker {
  display: block !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;
}

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

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

body.page-id-225 .ohvo-faq-copy h2,
body.page-id-225 .ohvo-faq-cta-card h2 {
  max-width: 760px !important;
  margin: 0 0 18px !important;
  padding: 0 !important;
  font-size: 38px !important;
  line-height: 1.1 !important;
}

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

body.page-id-225 .ohvo-faq-center,
body.page-id-225 .ohvo-faq-center .et_pb_text_inner {
  text-align: center !important;
}

body.page-id-225 .ohvo-faq-center .et_pb_text_inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}

body.page-id-225 .ohvo-faq-center h2,
body.page-id-225 .ohvo-faq-center p {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
}

body.page-id-225 .ohvo-faq-center .ohvo-faq-kicker,
body.page-id-225 .ohvo-faq-center p.ohvo-faq-kicker {
  width: 100% !important;
  max-width: none !important;
  text-indent: .22em !important;
}

body.page-id-225 .ohvo-faq-hero .et_pb_row {
  display: flex;
  align-items: center;
  gap: 54px;
}

body.page-id-225 .ohvo-faq-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin-top: 26px;
}

body.page-id-225 .ohvo-faq-actions-center {
  justify-content: center;
}

body.page-id-225 .ohvo-faq-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 14px 22px;
  border-radius: 999px;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 800;
  text-decoration: none;
  box-sizing: border-box;
  transition: transform .18s ease, box-shadow .18s ease, background-color .18s ease, color .18s ease;
}

body.page-id-225 .ohvo-faq-btn-primary {
  border: 1px solid var(--ohvo-green);
  background: var(--ohvo-green);
  color: #fff !important;
  box-shadow: 0 14px 30px rgba(142, 173, 45, .22);
}

body.page-id-225 .ohvo-faq-btn-secondary {
  border: 1px solid var(--ohvo-green);
  background: #fff;
  color: #111 !important;
}

body.page-id-225 .ohvo-faq-btn:hover,
body.page-id-225 .ohvo-faq-btn:focus {
  transform: translateY(-2px);
}

body.page-id-225 .ohvo-faq-btn-primary:hover,
body.page-id-225 .ohvo-faq-btn-primary:focus {
  background: #9bbb31;
  border-color: #9bbb31;
  color: #fff !important;
}

body.page-id-225 .ohvo-faq-btn-secondary:hover,
body.page-id-225 .ohvo-faq-btn-secondary:focus {
  background: #fff;
  color: #111 !important;
  box-shadow: 0 12px 28px rgba(0, 0, 0, .06);
}

body.page-id-225 .ohvo-faq-hero-card {
  position: relative;
  max-width: 390px;
  margin-left: auto;
  padding: 18px 18px 22px;
  border: 1px solid rgba(142, 173, 45, .22);
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 28px 72px rgba(0, 0, 0, .055);
  box-sizing: border-box;
  overflow: hidden;
}

body.page-id-225 .ohvo-faq-hero-card::before {
  content: "";
  position: absolute;
  inset: auto -42px -72px auto;
  width: 190px;
  height: 190px;
  border-radius: 50%;
  background: rgba(142, 173, 45, .12);
}

body.page-id-225 .ohvo-faq-hero-card img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 168px;
  margin: 0 auto 18px;
  border-radius: 22px;
  object-fit: cover;
  object-position: center 52%;
  transform: scale(1.08);
  transform-origin: center;
}

body.page-id-225 .ohvo-faq-hero-note {
  position: relative;
  z-index: 1;
  padding: 22px;
  border-radius: 20px;
  background: var(--ohvo-soft);
}

body.page-id-225 .ohvo-faq-hero-note span {
  display: block;
  margin: 0 0 8px;
  color: var(--ohvo-green);
  font-size: 12px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}

body.page-id-225 .ohvo-faq-hero-note strong {
  display: block;
  color: #111;
  font-size: 18px;
  line-height: 1.28;
}

body.page-id-225 .ohvo-faq-reassurance-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

body.page-id-225 .ohvo-faq-reassurance-grid div {
  min-height: 116px;
  padding: 22px;
  border: 1px solid var(--ohvo-line);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 18px 40px rgba(0, 0, 0, .032);
  box-sizing: border-box;
}

body.page-id-225 .ohvo-faq-reassurance-grid span {
  display: block;
  margin: 0 0 16px;
  color: var(--ohvo-green);
  font-size: 13px;
  line-height: 1;
  font-weight: 900;
}

body.page-id-225 .ohvo-faq-reassurance-grid strong {
  display: block;
  color: #111;
  font-size: 18px;
  line-height: 1.24;
}

body.page-id-225 .ohvo-faq-pills {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin: 28px auto 0;
  text-align: center;
}

body.page-id-225 .ohvo-faq-pills a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  min-width: 92px;
  padding: 10px 16px;
  border: 1px solid rgba(142, 173, 45, .26);
  border-radius: 999px;
  background: #fff;
  color: #111;
  font-size: 15px;
  line-height: 1.1;
  font-weight: 800;
  text-decoration: none;
  text-align: center;
  box-shadow: 0 10px 24px rgba(0, 0, 0, .025);
  transition: background-color .18s ease, border-color .18s ease, transform .18s ease;
}

body.page-id-225 .ohvo-faq-pills a:hover,
body.page-id-225 .ohvo-faq-pills a:focus {
  border-color: var(--ohvo-green);
  background: var(--ohvo-soft);
  transform: translateY(-1px);
}

body.page-id-225 .ohvo-faq-category-row {
  scroll-margin-top: 132px;
  margin-bottom: 46px !important;
  padding: 48px 0 0 !important;
  border-top: 1px solid rgba(142, 173, 45, .16);
}

body.page-id-225 .ohvo-faq-category-row:first-child {
  border-top: 0;
  padding-top: 0 !important;
}

body.page-id-225 .ohvo-faq-category-row .et_pb_column {
  display: block !important;
  width: 100% !important;
  float: none !important;
}

body.page-id-225 .ohvo-faq-category-heading {
  display: block !important;
  width: 100% !important;
  float: none !important;
  clear: both !important;
  margin-bottom: 22px !important;
  padding-bottom: 2px !important;
}

body.page-id-225 .ohvo-faq-category-heading h2 {
  margin-bottom: 10px !important;
  font-size: 34px !important;
}

body.page-id-225 .ohvo-faq-category-heading p:not(.ohvo-faq-kicker) {
  margin-bottom: 0 !important;
  font-size: 17px !important;
}

body.page-id-225 .ohvo-faq-toggle {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  float: none !important;
  clear: both !important;
  margin: 0 0 14px !important;
  padding: 0 !important;
  border: 1px solid var(--ohvo-line) !important;
  border-radius: 18px !important;
  background: #fff !important;
  box-shadow: 0 16px 34px rgba(0, 0, 0, .028);
  overflow: hidden;
}

body.page-id-225 .ohvo-faq-toggle .et_pb_toggle_title {
  display: block !important;
  width: 100% !important;
  white-space: normal !important;
  writing-mode: horizontal-tb !important;
  text-orientation: mixed !important;
  text-align: left !important;
  min-height: 72px;
  padding: 24px 62px 24px 28px !important;
  color: #111 !important;
  font-family: SFProDisplay-Heavy, Helvetica, Arial, Lucida, sans-serif !important;
  font-size: 20px !important;
  line-height: 1.22 !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
  box-sizing: border-box;
}

body.page-id-225 .ohvo-faq-toggle .et_pb_toggle_title::before {
  right: 28px !important;
  color: var(--ohvo-green) !important;
  font-size: 22px !important;
}

body.page-id-225 .ohvo-faq-toggle .et_pb_toggle_content {
  padding: 0 28px 28px !important;
  text-align: left !important;
}

body.page-id-225 .ohvo-faq-toggle .et_pb_toggle_content p {
  max-width: 790px;
  margin: 0 !important;
  color: #5f5f5f;
  font-size: 17px;
  line-height: 1.52;
  text-align: left !important;
}

body.page-id-225 .ohvo-faq-cta-card {
  max-width: 880px;
  margin: 0 auto;
  padding: 42px 46px 44px;
  border: 1px solid rgba(142, 173, 45, .22);
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 26px 68px rgba(0, 0, 0, .045);
  text-align: center;
  box-sizing: border-box;
}

body.page-id-225 .ohvo-faq-cta-card .ohvo-faq-kicker {
  text-indent: .22em;
}

body.page-id-225 .ohvo-faq-cta-card h2,
body.page-id-225 .ohvo-faq-cta-card p {
  margin-left: auto !important;
  margin-right: auto !important;
}

body.page-id-225 .ohvo-faq-cta-card p {
  max-width: 680px;
  margin-bottom: 0;
  color: var(--ohvo-text);
  font-size: 18px;
  line-height: 1.52;
}

body.page-id-225 #request-pricing {
  scroll-margin-top: 132px;
}

/* Centering polish - 2026-05-23. */
body.page-id-225 .ohvo-faq-nav,
body.page-id-225 .ohvo-faq-nav .et_pb_code_inner {
  text-align: center !important;
}

body.page-id-225 .ohvo-faq-nav .ohvo-faq-pills {
  width: fit-content;
  max-width: 100%;
}

@media (max-width: 980px) {
  body.page-id-225 .ohvo-faq-hero .et_pb_row {
    display: block;
  }

  body.page-id-225 .ohvo-faq-hero-card {
    max-width: 420px;
    margin: 34px auto 0;
  }

  body.page-id-225 .ohvo-faq-copy h1 {
    font-size: 42px !important;
    line-height: 1.08 !important;
  }

  body.page-id-225 .ohvo-faq-copy h2,
  body.page-id-225 .ohvo-faq-cta-card h2 {
    font-size: 34px !important;
  }

  body.page-id-225 .ohvo-faq-reassurance-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  body.page-id-225 .ohvo-faq-section {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  body.page-id-225 .ohvo-faq-copy h1 {
    font-size: 31px !important;
    line-height: 1.12 !important;
  }

  body.page-id-225 .ohvo-faq-copy h2,
  body.page-id-225 .ohvo-faq-cta-card h2 {
    font-size: 29px !important;
    line-height: 1.14 !important;
  }

  body.page-id-225 .ohvo-faq-copy p,
  body.page-id-225 .ohvo-faq-cta-card p {
    font-size: 17px !important;
  }

  body.page-id-225 .ohvo-faq-actions {
    align-items: stretch;
  }

  body.page-id-225 .ohvo-faq-btn {
    width: 100%;
  }

  body.page-id-225 .ohvo-faq-reassurance-grid {
    grid-template-columns: 1fr;
  }

  body.page-id-225 .ohvo-faq-reassurance-grid div {
    min-height: 0;
  }

  body.page-id-225 .ohvo-faq-pills {
    justify-content: center;
    flex-wrap: wrap;
    overflow-x: visible;
    padding: 0;
  }

  body.page-id-225 .ohvo-faq-pills a {
    flex: 0 1 calc(50% - 6px);
    min-width: 0;
  }

  body.page-id-225 .ohvo-faq-category-row {
    scroll-margin-top: 108px;
    margin-bottom: 34px !important;
    padding-top: 36px !important;
  }

  body.page-id-225 .ohvo-faq-toggle .et_pb_toggle_title {
    min-height: 64px;
    padding: 20px 52px 20px 20px !important;
    font-size: 18px !important;
  }

  body.page-id-225 .ohvo-faq-toggle .et_pb_toggle_title::before {
    right: 20px !important;
  }

  body.page-id-225 .ohvo-faq-toggle .et_pb_toggle_content {
    padding: 0 20px 22px !important;
    text-align: left !important;
  }

  body.page-id-225 .ohvo-faq-toggle .et_pb_toggle_content p {
    font-size: 16px !important;
    text-align: left !important;
  }

  body.page-id-225 .ohvo-faq-cta-card {
    padding: 34px 22px 36px;
    border-radius: 24px;
  }

  body.page-id-225 .ohvo-global-quote {
    padding-bottom: 92px !important;
  }
}
