/* OHVO terms page refresh - staging May 2026.
 *
 * Live migration note:
 * Copy this file to:
 * wp-content/themes/ohvo-child/css/ohvo-terms-page.css
 * and copy the matching functions.php enqueue block. Divi page export/import
 * alone will not carry this CSS.
 */
body.page-id-229 {
  --ohvo-green: #8ead2d;
  --ohvo-black: #111;
  --ohvo-text: #5d5d5d;
  --ohvo-muted: #777;
  --ohvo-soft: #f7f8f2;
  --ohvo-line: #e6ead7;
}

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

body.page-id-229 #main-content .ohvo-terms-section {
  background: #fff !important;
}

body.page-id-229 #main-content .ohvo-terms-section-soft {
  background: var(--ohvo-soft) !important;
}

body.page-id-229 #main-content .ohvo-terms-row {
  width: 88% !important;
  max-width: 1120px !important;
}

body.page-id-229 #main-content .ohvo-terms-hero .et_pb_row {
  display: flex;
  align-items: center;
  gap: 58px;
}

body.page-id-229 #main-content .ohvo-terms-hero-copy,
body.page-id-229 #main-content .ohvo-terms-copy,
body.page-id-229 #main-content .ohvo-terms-copy p,
body.page-id-229 #main-content .ohvo-terms-copy li {
  color: var(--ohvo-text);
  font-family: "Open Sans", Helvetica, Arial, Lucida, sans-serif;
}

body.page-id-229 #main-content .ohvo-terms-kicker {
  margin: 0 0 15px;
  color: var(--ohvo-green);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .2em;
  line-height: 1.2;
  text-transform: uppercase;
}

body.page-id-229 #main-content h1,
body.page-id-229 #main-content h2,
body.page-id-229 #main-content h3,
body.page-id-229 #main-content .ohvo-terms-card-title {
  color: var(--ohvo-black);
  font-family: SFProDisplay-Heavy, Helvetica, Arial, Lucida, sans-serif;
  font-weight: 800;
  letter-spacing: 0;
}

body.page-id-229 #main-content .ohvo-terms-hero-copy h1 {
  max-width: 760px;
  margin: 0 0 20px;
  padding: 0;
  font-size: 52px;
  line-height: 1.05;
}

body.page-id-229 #main-content .ohvo-terms-lede {
  max-width: 650px;
  margin: 0 0 24px;
  color: var(--ohvo-text);
  font-size: 19px;
  line-height: 1.55;
}

body.page-id-229 #main-content .ohvo-terms-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin: 30px 0 24px;
}

body.page-id-229 #main-content .ohvo-terms-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 14px 22px;
  border: 1px solid var(--ohvo-green);
  border-radius: 999px;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none;
  transition: transform .18s ease, box-shadow .18s ease, background-color .18s ease, color .18s ease;
}

body.page-id-229 #main-content .ohvo-terms-button:hover,
body.page-id-229 #main-content .ohvo-terms-button:focus {
  transform: translateY(-2px);
}

body.page-id-229 #main-content .ohvo-terms-button-primary {
  background: var(--ohvo-green);
  color: #fff !important;
  box-shadow: 0 14px 30px rgba(142, 173, 45, .22);
}

body.page-id-229 #main-content .ohvo-terms-button-primary:hover,
body.page-id-229 #main-content .ohvo-terms-button-primary:focus {
  background: #9bbb31;
  border-color: #9bbb31;
  color: #fff !important;
}

body.page-id-229 #main-content .ohvo-terms-button-secondary {
  background: #fff;
  color: #111 !important;
}

body.page-id-229 #main-content .ohvo-terms-button-secondary:hover,
body.page-id-229 #main-content .ohvo-terms-button-secondary:focus {
  background: #fff;
  color: #111 !important;
  box-shadow: 0 12px 28px rgba(0, 0, 0, .06);
}

body.page-id-229 #main-content .ohvo-terms-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

body.page-id-229 #main-content .ohvo-terms-proof li {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 9px 14px;
  border: 1px solid rgba(142, 173, 45, .24);
  border-radius: 999px;
  background: #f7f9ef;
  color: #303030;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.2;
}

body.page-id-229 #main-content .ohvo-terms-visual-card {
  position: relative;
  max-width: 400px;
  margin-left: auto;
  padding: 28px;
  border: 1px solid rgba(142, 173, 45, .24);
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 28px 72px rgba(17, 17, 17, .07);
  box-sizing: border-box;
  overflow: hidden;
}

body.page-id-229 #main-content .ohvo-terms-visual-card::before {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid var(--ohvo-line);
  border-radius: 22px;
  background: #fbfcf7;
}

body.page-id-229 #main-content .ohvo-terms-visual-card-inner {
  position: relative;
  z-index: 1;
  padding: 22px;
  border: 1px solid var(--ohvo-line);
  border-radius: 20px;
  background: #fff;
}

body.page-id-229 #main-content .ohvo-terms-doc-line {
  display: block;
  height: 9px;
  margin: 0 0 14px;
  border-radius: 999px;
  background: #e4e9d8;
}

body.page-id-229 #main-content .ohvo-terms-doc-line:nth-child(1) {
  width: 72%;
  background: var(--ohvo-green);
}

body.page-id-229 #main-content .ohvo-terms-doc-line:nth-child(2) {
  width: 92%;
}

body.page-id-229 #main-content .ohvo-terms-doc-line:nth-child(3) {
  width: 82%;
}

body.page-id-229 #main-content .ohvo-terms-doc-line:nth-child(4) {
  width: 64%;
}

body.page-id-229 #main-content .ohvo-terms-doc-checks {
  display: grid;
  gap: 10px;
  margin-top: 28px;
}

body.page-id-229 #main-content .ohvo-terms-doc-check {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #242424;
  font-size: 14px;
  font-weight: 800;
}

body.page-id-229 #main-content .ohvo-terms-doc-check::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--ohvo-green);
  box-shadow: inset 0 0 0 5px #fff, 0 0 0 1px rgba(142, 173, 45, .35);
}

body.page-id-229 #main-content .ohvo-terms-summary-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

body.page-id-229 #main-content .ohvo-terms-summary-card,
body.page-id-229 #main-content .ohvo-terms-panel,
body.page-id-229 #main-content .ohvo-terms-aside,
body.page-id-229 #main-content .ohvo-terms-cta-card {
  border: 1px solid var(--ohvo-line);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(17, 17, 17, .04);
}

body.page-id-229 #main-content .ohvo-terms-summary-card {
  min-height: 100%;
  padding: 24px;
}

body.page-id-229 #main-content .ohvo-terms-summary-card span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  margin: 0 0 16px;
  border-radius: 50%;
  background: #f0f4e3;
  color: var(--ohvo-green);
  font-weight: 900;
}

body.page-id-229 #main-content .ohvo-terms-summary-card h3 {
  margin: 0 0 9px;
  padding: 0;
  font-size: 21px;
  line-height: 1.16;
}

body.page-id-229 #main-content .ohvo-terms-summary-card p {
  margin: 0;
  color: var(--ohvo-text);
  font-size: 15px;
  line-height: 1.5;
}

body.page-id-229 #main-content .ohvo-terms-legal-layout {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 28px;
  align-items: start;
}

body.page-id-229 #main-content .ohvo-terms-aside {
  position: sticky;
  top: 112px;
  padding: 24px;
}

body.page-id-229 #main-content .ohvo-terms-aside p {
  margin: 0 0 14px;
  color: var(--ohvo-muted);
  font-size: 14px;
  line-height: 1.45;
}

body.page-id-229 #main-content .ohvo-terms-aside a {
  display: block;
  padding: 11px 0;
  border-top: 1px solid var(--ohvo-line);
  color: #111;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.25;
  text-decoration: none;
}

body.page-id-229 #main-content .ohvo-terms-aside a:hover,
body.page-id-229 #main-content .ohvo-terms-aside a:focus {
  color: var(--ohvo-green);
}

body.page-id-229 #main-content .ohvo-terms-panel {
  padding: 34px;
}

body.page-id-229 #main-content .ohvo-terms-panel + .ohvo-terms-panel {
  margin-top: 20px;
}

body.page-id-229 #main-content .ohvo-terms-panel h2 {
  margin: 0 0 18px;
  padding: 0;
  font-size: 34px;
  line-height: 1.1;
}

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

body.page-id-229 #main-content .ohvo-terms-panel ul,
body.page-id-229 #main-content .ohvo-terms-panel ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

body.page-id-229 #main-content .ohvo-terms-panel li {
  position: relative;
  margin: 0 0 13px;
  padding-left: 28px;
  color: var(--ohvo-text);
  font-size: 16px;
  line-height: 1.58;
}

body.page-id-229 #main-content .ohvo-terms-panel li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .68em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--ohvo-green);
}

body.page-id-229 #main-content .ohvo-terms-panel li:last-child,
body.page-id-229 #main-content .ohvo-terms-panel p:last-child {
  margin-bottom: 0;
}

body.page-id-229 #main-content .ohvo-terms-panel strong {
  color: #111;
  font-weight: 800;
}

body.page-id-229 #main-content .ohvo-terms-cta-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  padding: 34px;
}

body.page-id-229 #main-content .ohvo-terms-cta-card h2 {
  margin: 0 0 10px;
  padding: 0;
  font-size: 34px;
  line-height: 1.1;
}

body.page-id-229 #main-content .ohvo-terms-cta-card p {
  margin: 0;
  max-width: 650px;
  color: var(--ohvo-text);
  font-size: 17px;
  line-height: 1.55;
}

body.page-id-229 #zs-fl-tip,
body.page-id-229 #zsiq_float,
body.page-id-229 #zsiq_chat_wrap,
body.page-id-229 .zsiq_floatmain,
body.page-id-229 .zsiq-float,
body.page-id-229 [class*="elfsight"],
body.page-id-229 [id*="elfsight"],
body.page-id-229 div[class*="eapps-widget"],
body.page-id-229 iframe[src*="elfsight"],
body.page-id-229 iframe[src*="trustindex"],
body.page-id-229 > div[style*="position: fixed"][style*="left"][style*="bottom"],
body.page-id-229 > iframe[style*="position: fixed"][style*="left"][style*="bottom"] {
  display: none !important;
}

@media (max-width: 980px) {
  body.page-id-229 #main-content .ohvo-terms-hero .et_pb_row {
    display: block;
  }

  body.page-id-229 #main-content .ohvo-terms-visual-card {
    margin: 36px auto 0;
  }

  body.page-id-229 #main-content .ohvo-terms-summary-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.page-id-229 #main-content .ohvo-terms-legal-layout {
    grid-template-columns: 1fr;
  }

  body.page-id-229 #main-content .ohvo-terms-aside {
    position: static;
  }

  body.page-id-229 #main-content .ohvo-terms-cta-card {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  body.page-id-229 #main-content .ohvo-terms-section,
  body.page-id-229 #main-content .ohvo-terms-section-soft {
    padding-top: 54px !important;
    padding-bottom: 54px !important;
  }

  body.page-id-229 #main-content .ohvo-terms-row {
    width: 90% !important;
  }

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

  body.page-id-229 #main-content .ohvo-terms-lede {
    font-size: 17px;
  }

  body.page-id-229 #main-content .ohvo-terms-actions,
  body.page-id-229 #main-content .ohvo-terms-button {
    width: 100%;
  }

  body.page-id-229 #main-content .ohvo-terms-summary-grid {
    grid-template-columns: 1fr;
  }

  body.page-id-229 #main-content .ohvo-terms-panel,
  body.page-id-229 #main-content .ohvo-terms-aside,
  body.page-id-229 #main-content .ohvo-terms-cta-card,
  body.page-id-229 #main-content .ohvo-terms-summary-card {
    border-radius: 20px;
    padding: 24px;
  }

  body.page-id-229 #main-content .ohvo-terms-panel h2,
  body.page-id-229 #main-content .ohvo-terms-cta-card h2 {
    font-size: 28px;
  }

  body.page-id-229 #main-content .ohvo-terms-visual-card {
    padding: 18px;
    border-radius: 24px;
  }

  body.page-id-229 #main-content .ohvo-terms-visual-card-inner {
    padding: 18px;
  }
}
