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

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

body.page-id-215 #phone-pricing-bundles,
body.page-id-215 #request-pricing,
body.page-id-215 .ohvo-global-quote {
  scroll-margin-top: 118px;
}

body.page-id-215 #main-content h1,
body.page-id-215 #main-content h2,
body.page-id-215 #main-content h3 {
  letter-spacing: 0 !important;
}

body.page-id-215 #main-content p[style*="letter-spacing"] {
  text-indent: .08em;
}

body.page-id-215 #main-content .ohvo-pricing-actions {
  gap: 12px !important;
}

body.page-id-215 #main-content .ohvo-pricing-actions a,
body.page-id-215 #main-content .ohvo-package-card a,
body.page-id-215 #main-content .ohvo-choice-panel a {
  transition: background .18s ease, color .18s ease, box-shadow .18s ease, transform .18s ease;
}

body.page-id-215 #main-header #top-menu li.get-quote > a {
  color: #111 !important;
  opacity: 1 !important;
}

body.page-id-215 #main-content .ohvo-pricing-actions a,
body.page-id-215 #main-content .ohvo-choice-panel a,
body.page-id-215 #main-content .ohvo-package-card .ohvo-card-cta a {
  min-height: 50px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-sizing: border-box !important;
  line-height: 1.15 !important;
  text-decoration: none !important;
}

body.page-id-215 #main-content .ohvo-choice-panel {
  position: relative !important;
  min-height: 285px !important;
  border-color: rgba(142, 173, 45, .22) !important;
  box-shadow: 0 22px 52px rgba(0, 0, 0, .045) !important;
  overflow: hidden !important;
}

body.page-id-215 #main-content .ohvo-choice-panel-inner {
  position: relative !important;
  display: block !important;
  min-height: 260px !important;
  padding-bottom: 128px !important;
}

body.page-id-215 #main-content .ohvo-choice-panel img {
  display: none !important;
}

body.page-id-215 #main-content .ohvo-choice-panel-inner::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: auto;
  height: 110px;
  border: 1px solid #e2e8d4;
  border-radius: 20px;
  background:
    linear-gradient(90deg, #c1db40 0 54%, transparent 54%) 122px 24px / 132px 7px no-repeat,
    linear-gradient(90deg, #e1e8d3 0 72%, transparent 72%) 122px 55px / 132px 7px no-repeat,
    linear-gradient(90deg, #e1e8d3 0 64%, transparent 64%) 122px 86px / 132px 7px no-repeat,
    linear-gradient(#fbfcf7, #fbfcf7) 12px 11px / calc(100% - 24px) 26px no-repeat,
    linear-gradient(#fbfcf7, #fbfcf7) 12px 42px / calc(100% - 24px) 26px no-repeat,
    linear-gradient(#fbfcf7, #fbfcf7) 12px 73px / calc(100% - 24px) 26px no-repeat,
    #fff;
  box-shadow: 0 14px 30px rgba(0, 0, 0, .04);
  pointer-events: none;
}

body.page-id-215 #main-content .ohvo-choice-panel-inner::after {
  content: "Essentials\A Business\A Custom quote";
  position: absolute;
  left: 18px;
  bottom: 3px;
  width: 112px;
  color: #111;
  font-size: 13px;
  font-weight: 900;
  line-height: 31px;
  white-space: pre-line;
  pointer-events: none;
}

body.page-id-215 #main-content .ohvo-choice-panel p,
body.page-id-215 #main-content .ohvo-choice-panel h2 {
  max-width: 305px !important;
}

body.page-id-215 #main-content .ohvo-package-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: stretch;
  gap: 20px !important;
}

body.page-id-215 .ohvo-pricing-region-module {
  display: none !important;
}

body.page-id-215.ohvo-pricing-country-default .ohvo-pricing-region-default,
body.page-id-215.ohvo-pricing-country-nz .ohvo-pricing-region-nz,
body.page-id-215.ohvo-pricing-country-au .ohvo-pricing-region-au,
body.page-id-215.ohvo-pricing-country-gb .ohvo-pricing-region-gb {
  display: block !important;
}

body.page-id-215 #main-content .ohvo-package-card {
  display: flex;
  flex-direction: column;
  min-height: 314px !important;
  border-color: var(--ohvo-line) !important;
  box-shadow: 0 18px 42px rgba(0, 0, 0, .038) !important;
}

body.page-id-215 #main-content .ohvo-package-card ul {
  padding-left: 18px;
  margin: 16px 0 22px;
  color: inherit;
}

body.page-id-215 #main-content .ohvo-package-card li {
  margin: 0 0 8px;
}

body.page-id-215 #main-content .ohvo-package-card .ohvo-card-note {
  margin-top: 16px !important;
  padding-top: 14px !important;
  font-size: 14px !important;
  line-height: 1.28 !important;
}

body.page-id-215 #main-content .ohvo-package-card .ohvo-card-cta {
  margin-top: auto;
  padding-top: 18px !important;
}

body.page-id-215 #main-content .ohvo-package-card .ohvo-card-cta a {
  min-height: 46px !important;
  padding: 12px 18px !important;
  font-size: 14px !important;
  letter-spacing: .01em !important;
}

body.page-id-215 #main-content .ohvo-package-card[style*="#111111"] {
  box-shadow: 0 22px 48px rgba(0, 0, 0, .09) !important;
}

body.page-id-215 #main-content .ohvo-human-proof-panel,
body.page-id-215 #main-content .ohvo-included-strip,
body.page-id-215 #main-content .ohvo-feature-matrix,
body.page-id-215 #main-content .ohvo-later-edits-note {
  border-color: var(--ohvo-line) !important;
  box-shadow: 0 18px 42px rgba(0, 0, 0, .035) !important;
}

body.page-id-215 #main-content .ohvo-human-proof-panel {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: 34px;
  align-items: center;
  background: #fff;
  border: 1px solid var(--ohvo-line);
  border-radius: 22px;
  padding: 34px;
  box-sizing: border-box;
  overflow: hidden;
}

body.page-id-215 #main-content .ohvo-human-proof-photo {
  height: 278px;
  border-radius: 18px;
  overflow: hidden;
  background: #f6f6f6;
}

body.page-id-215 #main-content .ohvo-human-proof-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

body.page-id-215 #main-content .ohvo-human-proof-copy {
  max-width: 520px;
}

body.page-id-215 #main-content .ohvo-human-proof-kicker {
  margin: 0 0 12px;
  color: var(--ohvo-green);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}

body.page-id-215 #main-content .ohvo-human-proof-copy h2 {
  margin: 0 0 14px;
  color: #111;
  font-family: SFProDisplay-Bold, Arial, sans-serif;
  font-size: 34px;
  line-height: 1.08;
}

body.page-id-215 #main-content .ohvo-human-proof-copy p {
  margin: 0 0 18px;
  color: #666;
  font-size: 17px;
  line-height: 1.5;
}

body.page-id-215 #main-content .ohvo-human-proof-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

body.page-id-215 #main-content .ohvo-human-proof-chips span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 16px;
  border: 1px solid #e6edd0;
  border-radius: 999px;
  background: #fbfcf7;
  color: #111;
  font-weight: 700;
  line-height: 1;
}

body.page-id-215 #main-content .ohvo-human-proof-chips strong {
  color: var(--ohvo-green);
  margin-right: 5px;
}

body.page-id-215 #main-content .ohvo-included-strip {
  background: #fff;
  border: 1px solid var(--ohvo-line);
  border-radius: 18px;
  padding: 28px;
  box-sizing: border-box;
}

body.page-id-215 #main-content .ohvo-included-kicker {
  margin: 0 0 18px;
  color: var(--ohvo-green);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .14em;
  text-align: center;
  text-transform: uppercase;
}

body.page-id-215 #main-content .ohvo-included-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
}

body.page-id-215 #main-content .ohvo-included-item {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 76px;
  padding: 14px 12px;
  border: 1px solid #e6edd0;
  border-radius: 999px;
  background: #fbfcf7;
  color: #111;
  font-weight: 700;
  line-height: 1.22;
  text-align: center;
  box-sizing: border-box;
}

body.page-id-215 #main-content .ohvo-feature-matrix {
  overflow: hidden;
  text-align: left;
  font-size: 14px !important;
}

body.page-id-215 #main-content .ohvo-matrix-row {
  display: grid;
  grid-template-columns: 1.35fr repeat(4, minmax(0, 1fr));
  align-items: stretch;
  border-top: 1px solid #eee;
}

body.page-id-215 #main-content .ohvo-matrix-row:first-child {
  border-top: 0;
  background: #fbfcf7;
}

body.page-id-215 #main-content .ohvo-matrix-cell,
body.page-id-215 #main-content .ohvo-matrix-feature {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 58px !important;
  padding: 15px 14px !important;
  box-sizing: border-box;
}

body.page-id-215 #main-content .ohvo-matrix-feature {
  justify-content: flex-start;
  color: #555;
  font-weight: 800;
}

body.page-id-215 #main-content .ohvo-matrix-head {
  color: #111;
  font-weight: 900;
  text-align: center;
}

body.page-id-215 #main-content .ohvo-matrix-check {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 999px;
  background: #eef5d5;
  color: #6f941e;
  font-weight: 900;
}

body.page-id-215 #main-content .ohvo-matrix-dash {
  color: #c8c8c8;
  font-weight: 800;
}

body.page-id-215 #main-content .ohvo-pricing-tables-section {
  display: none !important;
}

body.page-id-215 #main-content .ohvo-single-greeting-note {
  background: #f6f6f6 !important;
  padding: 22px 0 !important;
}

body.page-id-215 #main-content .ohvo-single-greeting-note .et_pb_row {
  max-width: 900px !important;
  width: 88% !important;
}

body.page-id-215 #main-content .ohvo-single-greeting-note .et_pb_text {
  background: #fff;
  border: 1px solid var(--ohvo-line);
  border-radius: 999px;
  padding: 14px 22px !important;
  box-shadow: 0 12px 28px rgba(0, 0, 0, .035);
}

body.page-id-215 #main-content .ohvo-single-greeting-note p {
  margin: 0 !important;
  color: #666 !important;
  font-size: 15px !important;
  line-height: 1.35 !important;
}

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

body.page-id-215 #main-content .ohvo-mobile-package-details details {
  overflow: hidden;
  margin: 0 0 12px;
  border: 1px solid var(--ohvo-line);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(0, 0, 0, .045);
  text-align: left !important;
}

body.page-id-215 #main-content .ohvo-mobile-package-details summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 18px;
  color: #111;
  font-weight: 900;
  line-height: 1.15;
  cursor: pointer;
  list-style: none;
}

body.page-id-215 #main-content .ohvo-mobile-package-details summary::-webkit-details-marker {
  display: none;
}

body.page-id-215 #main-content .ohvo-mobile-package-details summary::after {
  content: "+";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  border-radius: 999px;
  background: #eef5d5;
  color: #6f941e;
  font-weight: 900;
}

body.page-id-215 #main-content .ohvo-mobile-package-details details[open] summary {
  border-bottom: 1px solid #eee;
}

body.page-id-215 #main-content .ohvo-mobile-package-details details[open] summary::after {
  content: "-";
}

body.page-id-215 #main-content .ohvo-mobile-package-details .ohvo-mobile-price {
  color: var(--ohvo-green);
  font-size: 18px;
  white-space: nowrap;
}

body.page-id-215 #main-content .ohvo-mobile-package-details ul {
  margin: 0;
  padding: 16px 22px 8px 38px;
  color: #666;
}

body.page-id-215 #main-content .ohvo-mobile-package-details li {
  margin: 0 0 9px;
}

body.page-id-215 #main-content .ohvo-mobile-package-details a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  margin: 12px 18px 18px;
  border-radius: 999px;
  background: var(--ohvo-green);
  color: #fff !important;
  font-weight: 800;
  text-decoration: none;
}

body.page-id-215 #main-content .ohvo-quote-flow > div {
  background: #fff !important;
  border-color: var(--ohvo-line) !important;
  box-shadow: 0 14px 34px rgba(0, 0, 0, .03) !important;
}

body.page-id-215 #main-content .ohvo-quote-flow p:first-child {
  text-indent: .05em;
}

body.page-id-215 .zsiq-float-tooltip {
  display: none !important;
}

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

@media (max-width: 980px) {
  body.page-id-215 #main-content .ohvo-choice-panel {
    min-height: 0 !important;
    text-align: left !important;
  }

  body.page-id-215 #main-content .ohvo-choice-panel-inner::before,
  body.page-id-215 #main-content .ohvo-choice-panel-inner::after {
    opacity: .72 !important;
  }

  body.page-id-215 #main-content .ohvo-package-grid {
    grid-template-columns: 1fr 1fr !important;
  }

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

@media (max-width: 640px) {
  html,
  body.page-id-215,
  body.page-id-215 #et-main-area,
  body.page-id-215 #page-container,
  body.page-id-215 #main-content {
    width: 100% !important;
    max-width: 100vw !important;
    overflow-x: hidden !important;
  }

  body.page-id-215 #main-content .et_pb_section,
  body.page-id-215 #main-content .et_pb_row,
  body.page-id-215 #main-content .et_pb_column,
  body.page-id-215 #main-content .et_pb_module,
  body.page-id-215 #main-content .et_pb_text,
  body.page-id-215 #main-content .et_pb_code,
  body.page-id-215 #main-content .et_pb_text_inner {
    box-sizing: border-box !important;
    min-width: 0 !important;
    max-width: 100% !important;
  }

  body.page-id-215 #main-content .et_pb_row {
    width: calc(100vw - 48px) !important;
    max-width: 342px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  body.page-id-215 #main-content .et_pb_column {
    width: 100% !important;
    margin-right: 0 !important;
  }

  body.page-id-215 #main-content .et_pb_section:first-child {
    padding-top: 54px !important;
    padding-bottom: 50px !important;
  }

  body.page-id-215 #main-content h1 {
    display: block !important;
    max-width: 100% !important;
    width: 100% !important;
    font-size: 27px !important;
    line-height: 1.12 !important;
    white-space: normal !important;
    overflow-wrap: anywhere !important;
  }

  body.page-id-215 #main-content h2 {
    display: block !important;
    max-width: 100% !important;
    width: 100% !important;
    font-size: 30px !important;
    line-height: 1.12 !important;
    white-space: normal !important;
    overflow-wrap: anywhere !important;
  }

  body.page-id-215 #main-content p {
    max-width: 100% !important;
    white-space: normal !important;
    overflow-wrap: anywhere !important;
  }

  body.page-id-215 #main-content .ohvo-pricing-actions {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 10px !important;
    width: 100% !important;
    max-width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  body.page-id-215 #main-content .ohvo-pricing-actions a,
  body.page-id-215 #main-content .ohvo-choice-panel a {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
    min-height: 52px !important;
    text-align: center !important;
  }

  body.page-id-215 #main-content .ohvo-pricing-actions a {
    display: flex !important;
  }

  body.page-id-215 #main-content .ohvo-choice-panel {
    padding: 26px 24px !important;
    width: 100% !important;
    max-width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important;
  }

  body.page-id-215 #main-content .ohvo-choice-panel > *,
  body.page-id-215 #main-content .ohvo-choice-panel-inner,
  body.page-id-215 #main-content .ohvo-choice-panel-inner > div {
    max-width: 100% !important;
    width: 100% !important;
  }

  body.page-id-215 #main-content .ohvo-choice-panel img {
    display: none !important;
  }

  body.page-id-215 #main-content .ohvo-choice-panel-inner {
    min-height: 0 !important;
  }

  body.page-id-215 #main-content .ohvo-choice-panel-inner::before,
  body.page-id-215 #main-content .ohvo-choice-panel-inner::after {
    display: none !important;
  }

  body.page-id-215 #main-content .et_pb_section:first-child::after {
    content: "";
    display: block;
    width: calc(100vw - 48px);
    max-width: 342px;
    height: 104px;
    margin: 26px auto 0;
    border: 1px solid #e2e8d4;
    border-radius: 20px;
    background:
      linear-gradient(90deg, #c1db40 0 52%, transparent 52%) 132px 25px / 122px 7px no-repeat,
      linear-gradient(90deg, #e1e8d3 0 72%, transparent 72%) 132px 53px / 122px 7px no-repeat,
      linear-gradient(90deg, #e1e8d3 0 64%, transparent 64%) 132px 81px / 122px 7px no-repeat,
      linear-gradient(#fbfcf7, #fbfcf7) 14px 12px / calc(100% - 28px) 23px no-repeat,
      linear-gradient(#fbfcf7, #fbfcf7) 14px 40px / calc(100% - 28px) 23px no-repeat,
      linear-gradient(#fbfcf7, #fbfcf7) 14px 68px / calc(100% - 28px) 23px no-repeat,
      #fff;
    box-shadow: 0 16px 34px rgba(0, 0, 0, .04);
  }

  body.page-id-215 #main-content .ohvo-human-proof-panel {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 20px;
    border-radius: 18px;
  }

  body.page-id-215 #main-content .ohvo-human-proof-photo {
    height: 224px;
    border-radius: 16px;
  }

  body.page-id-215 #main-content .ohvo-human-proof-copy h2 {
    font-size: 27px;
    line-height: 1.12;
  }

  body.page-id-215 #main-content .ohvo-human-proof-copy p {
    font-size: 16px;
  }

  body.page-id-215 #main-content .ohvo-human-proof-chips span {
    min-height: 34px;
    padding: 0 12px;
    font-size: 13px;
  }

  body.page-id-215 #main-content .ohvo-choice-panel p,
  body.page-id-215 #main-content .ohvo-choice-panel h2 {
    max-width: none !important;
  }

  body.page-id-215 #main-content .ohvo-package-grid {
    grid-template-columns: 1fr !important;
    gap: 16px !important;
  }

  body.page-id-215 #main-content .ohvo-package-card {
    width: 100% !important;
    max-width: 100% !important;
    min-height: 0 !important;
    border-radius: 18px !important;
    padding: 24px !important;
  }

  body.page-id-215 #main-content .ohvo-package-card .ohvo-card-cta a {
    min-height: 50px !important;
    width: 100% !important;
  }

  body.page-id-215 #main-content .ohvo-feature-matrix {
    display: none !important;
  }

  body.page-id-215 #main-content .ohvo-mobile-package-details {
    display: block !important;
  }

  body.page-id-215 #main-content .ohvo-included-grid {
    grid-template-columns: 1fr !important;
  }

  body.page-id-215 #main-content .ohvo-included-item {
    min-height: 54px !important;
    border-radius: 999px !important;
  }

  body.page-id-215 #main-content .ohvo-quote-flow {
    grid-template-columns: 1fr !important;
  }

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

  body.page-id-215 #zsiq_float,
  body.page-id-215 #zsiq_chat_wrap,
  body.page-id-215 .zsiq_floatmain,
  body.page-id-215 [class*="slide-in__PositionContainer"] {
    display: none !important;
  }
}

/*
 * Mobile comprehension polish - staging May 2026.
 *
 * Regional package duplication is intentionally left alone for Local/Divi
 * Display Logic testing. This block only fixes viewport containment, CTA
 * sizing, and the custom-pricing hero card on narrow screens.
 */
body.page-id-215,
body.page-id-215 #page-container,
body.page-id-215 #main-content{
  max-width:100vw!important;
  overflow-x:hidden!important;
}

@media(max-width:767px){
  body.page-id-215 #main-content .et_pb_section,
  body.page-id-215 #main-content .et_pb_row,
  body.page-id-215 #main-content .et_pb_column,
  body.page-id-215 #main-content .et_pb_module,
  body.page-id-215 #main-content .et_pb_text_inner{
    max-width:100%!important;
    box-sizing:border-box!important;
  }

  body.page-id-215 #main-content .et_pb_row{
    width:calc(100vw - 48px)!important;
    max-width:342px!important;
    min-width:0!important;
    margin-left:auto!important;
    margin-right:auto!important;
    left:auto!important;
    right:auto!important;
    transform:none!important;
  }

  body.page-id-215 #main-content .et_pb_section:first-child{
    padding-top:48px!important;
    padding-bottom:44px!important;
  }

  body.page-id-215 #main-content h1{
    font-size:29px!important;
    line-height:1.1!important;
    overflow-wrap:normal!important;
    word-break:normal!important;
  }

  body.page-id-215 #main-content h2{
    font-size:29px!important;
    line-height:1.12!important;
    overflow-wrap:normal!important;
    word-break:normal!important;
  }

  body.page-id-215 #main-content p{
    overflow-wrap:break-word!important;
    word-break:normal!important;
  }

  body.page-id-215 #main-content .ohvo-pricing-actions{
    width:100%!important;
    gap:10px!important;
  }

  body.page-id-215 #main-content .ohvo-pricing-actions a,
  body.page-id-215 #main-content .ohvo-choice-panel a,
  body.page-id-215 #main-content .ohvo-package-card .ohvo-card-cta a{
    width:100%!important;
    max-width:100%!important;
    min-height:52px!important;
    padding-left:14px!important;
    padding-right:14px!important;
    white-space:normal!important;
    box-sizing:border-box!important;
  }

  body.page-id-215 #main-content .ohvo-choice-panel{
    display:none!important;
  }

  body.page-id-215 #main-content .ohvo-choice-panel h2{
    max-width:250px!important;
    margin-left:auto!important;
    margin-right:auto!important;
  }

  body.page-id-215 #main-content .ohvo-choice-panel p{
    max-width:245px!important;
    margin-left:auto!important;
    margin-right:auto!important;
  }

  body.page-id-215 #main-content .ohvo-choice-panel img{
    display:none!important;
  }

  body.page-id-215 #main-content .ohvo-region-proof-nz,
  body.page-id-215 #main-content .ohvo-region-proof-non-nz,
  body.page-id-215 #main-content [class*="ohvo-region-proof"]{
    max-width:100%!important;
  }

  body.page-id-215 #main-content .ohvo-region-proof-nz span,
  body.page-id-215 #main-content .ohvo-region-proof-non-nz span,
  body.page-id-215 #main-content [class*="ohvo-region-proof"] span{
    white-space:normal!important;
    line-height:1.35!important;
  }

body.page-id-215 #main-content .ohvo-package-card{
    padding:24px 22px!important;
  }
}

/* Tight pricing-intent pass: keep reassurance up top, bring packages into view. */
body.page-id-215 #main-content > .et_pb_section:first-child {
  padding-top: 46px !important;
  padding-bottom: 28px !important;
}

body.page-id-215 #main-content > .et_pb_section:first-child > .et_pb_row {
  max-width: 1040px !important;
}

body.page-id-215 #main-content > .et_pb_section:first-child .et_pb_column:first-child {
  width: 100% !important;
  max-width: 780px !important;
  margin-right: auto !important;
}

body.page-id-215 #main-content > .et_pb_section:first-child h1 {
  max-width: 760px !important;
  font-size: clamp(38px, 4.1vw, 52px) !important;
  line-height: 1.05 !important;
}

body.page-id-215 #main-content > .et_pb_section:first-child .et_pb_text:first-child p:not([style*="letter-spacing"]) {
  max-width: 760px !important;
}

body.page-id-215 #main-content > .et_pb_section:nth-of-type(2) {
  padding-top: 28px !important;
  padding-bottom: 46px !important;
}

body.page-id-215 #main-content > .et_pb_section:nth-of-type(2) > .et_pb_row:first-child {
  padding-bottom: 10px !important;
}

body.page-id-215 #main-content .ohvo-custom-price-strip {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  margin: 18px 0 0;
  padding: 18px 20px;
  border: 1px solid var(--ohvo-line);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 16px 36px rgba(0, 0, 0, .035);
}

body.page-id-215 #main-content .ohvo-custom-price-strip p {
  margin: 0 0 6px;
}

body.page-id-215 #main-content .ohvo-custom-price-kicker {
  color: var(--ohvo-green);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .14em;
  line-height: 1.2;
  text-transform: uppercase;
}

body.page-id-215 #main-content .ohvo-custom-price-strip strong {
  display: block;
  color: var(--ohvo-black);
  font-size: 20px;
  line-height: 1.2;
}

body.page-id-215 #main-content .ohvo-custom-price-strip span {
  display: block;
  margin-top: 5px;
  color: var(--ohvo-text);
  font-size: 15px;
  line-height: 1.4;
}

body.page-id-215 #main-content .ohvo-custom-price-strip a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 20px;
  border-radius: 999px;
  background: var(--ohvo-green);
  color: #fff !important;
  font-weight: 800;
  line-height: 1.15;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
  white-space: nowrap;
}

@media (min-width: 981px) {
  body.page-id-215 #main-content .ohvo-package-grid {
    gap: 16px !important;
  }

  body.page-id-215 #main-content .ohvo-package-card {
    min-height: 294px !important;
  }
}

@media (max-width: 640px) {
  body.page-id-215 #main-content > .et_pb_section:first-child {
    padding-top: 38px !important;
    padding-bottom: 24px !important;
  }

  body.page-id-215 #main-content > .et_pb_section:first-child::after {
    display: none !important;
  }

  body.page-id-215 #main-content > .et_pb_section:first-child h1 {
    font-size: 30px !important;
    line-height: 1.08 !important;
  }

  body.page-id-215 #main-content > .et_pb_section:nth-of-type(2) {
    padding-top: 22px !important;
    padding-bottom: 38px !important;
  }

  body.page-id-215 #main-content .ohvo-custom-price-strip {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 18px;
  }

  body.page-id-215 #main-content .ohvo-custom-price-strip strong {
    font-size: 19px;
  }

  body.page-id-215 #main-content .ohvo-custom-price-strip a {
    width: 100%;
    white-space: normal;
  }
}

/* Divi wraps sections inside an article, so these descendant overrides carry the final layout. */
body.page-id-215 #main-content .et_pb_section:first-child {
  padding-top: 40px !important;
  padding-bottom: 24px !important;
}

body.page-id-215 #main-content .et_pb_section:first-child .et_pb_row {
  max-width: 1040px !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

body.page-id-215 #main-content .et_pb_section:first-child .et_pb_column:first-child {
  width: 100% !important;
  max-width: 780px !important;
  margin-right: auto !important;
}

body.page-id-215 #main-content .et_pb_section:first-child h1 {
  max-width: 760px !important;
  font-size: clamp(38px, 4.1vw, 52px) !important;
  line-height: 1.05 !important;
}

body.page-id-215 #main-content .et_pb_section:nth-of-type(2) {
  padding-top: 22px !important;
  padding-bottom: 42px !important;
}

body.page-id-215 #main-content .et_pb_section:nth-of-type(2) > .et_pb_row:first-child,
body.page-id-215 #main-content .et_pb_section:nth-of-type(2) .et_pb_row:first-child {
  padding-bottom: 8px !important;
}

body.page-id-215 #main-content #phone-pricing-bundles + p {
  margin-bottom: 6px !important;
}

body.page-id-215 #main-content #phone-pricing-bundles ~ h2 {
  margin: 0 0 8px !important;
  font-size: 34px !important;
  line-height: 1.08 !important;
}

body.page-id-215 #main-content #phone-pricing-bundles ~ p:last-child {
  margin-bottom: 0 !important;
}

@media (max-width: 640px) {
  body.page-id-215 #main-content .et_pb_section:first-child {
    padding-top: 26px !important;
    padding-bottom: 6px !important;
  }

  body.page-id-215 #main-content .et_pb_section:first-child::after {
    content: none !important;
    display: none !important;
  }

  body.page-id-215 #main-content .et_pb_section:first-child h1 {
    font-size: 28px !important;
    line-height: 1.08 !important;
  }

  body.page-id-215 #main-content .et_pb_section:first-child .et_pb_text_0 {
    margin-bottom: 14px !important;
  }

  body.page-id-215 #main-content .et_pb_section:first-child .et_pb_text_0 p:first-child {
    margin-bottom: 12px !important;
  }

  body.page-id-215 #main-content .et_pb_section:first-child .et_pb_text_0 p:not(:first-child) {
    font-size: 18px !important;
    line-height: 1.42 !important;
  }

  body.page-id-215 #main-content .et_pb_section:first-child .et_pb_text_1 {
    margin-top: 12px !important;
  }

  body.page-id-215 #main-content .et_pb_section:first-child .et_pb_text_2,
  body.page-id-215 #main-content .et_pb_section:first-child .et_pb_text_3 {
    margin-top: 18px !important;
  }

  body.page-id-215 #main-content .et_pb_section:first-child .ohvo-region-proof span {
    min-height: 34px !important;
    padding: 6px 10px !important;
  }

  body.page-id-215 #main-content .et_pb_section:nth-of-type(2) {
    padding-top: 18px !important;
  }

  body.page-id-215 #main-content .ohvo-pricing-actions {
    grid-template-columns: 1fr !important;
    gap: 10px !important;
  }

  body.page-id-215 #main-content .ohvo-pricing-actions a {
    min-height: 50px !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
    font-size: 14px !important;
  }

  body.page-id-215 #main-content #phone-pricing-bundles ~ h2 {
    font-size: 28px !important;
    margin-bottom: 0 !important;
  }

  body.page-id-215 #main-content #phone-pricing-bundles ~ p:last-child {
    display: none !important;
  }

  body.page-id-215 #main-content .et_pb_section:nth-of-type(2) .et_pb_row,
  body.page-id-215 #main-content .et_pb_section:nth-of-type(2) .et_pb_module {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
  }

  body.page-id-215 #main-content .et_pb_section:nth-of-type(2) .ohvo-package-grid {
    margin-top: 24px !important;
  }
}
