/* ============================================================
   GPG CASH OFFER — OPEN-CHROME twin  (/sell/cash-offer/get-started/)
   - .coo-hero*   = landing address-gate hero (centered, cash-offer framing)
   - .coo-step / .coo-* = step pages (sans-only, navy pills, centered 520px
                   column). Rendered INSIDE the normal WP theme chrome
                   (header / logo / nav / footer / breadcrumbs all intact) —
                   so every component carries a defensive body.gpg-cashoffer-open
                   override to defeat the hello-elementor child theme, but there
                   is NO viewport breakout and NO chrome strip.
   Brand: navy #0A1F3C · steel #2E6DA4 · tint #F4F7FB · line #DCE7F2

   Adapted from the proven open valuation funnel CSS:
     gpg-val-co-*  ->  coo-*
     body.gpg-valuation-funnel  ->  body.gpg-cashoffer-open
============================================================ */

.coo-step {
  --coo-navy: #0A1F3C;
  --coo-navy-soft: #142B4D;
  --coo-steel: #2E6DA4;
  --coo-steel-soft: #6993BB;
  --coo-white: #FFFFFF;
  --coo-tint: #F4F7FB;
  --coo-line: #DCE7F2;
  --coo-line-soft: #E8EEF5;
  --coo-charcoal: #2C3E50;
  --coo-muted: #6B7785;
  --coo-disabled: #C7CFD8;
  --coo-sans: 'Onest', system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  --coo-ease: cubic-bezier(0.22, 0.61, 0.36, 1);
}

/* ============================================================
   STEP SECTION (steps 1–5). Lives inside the theme content column.
   No body-scope breakout — just a centered max-width inner column.
============================================================ */
.coo-step {
  display: block;
  background: var(--coo-white);
  padding: 32px 24px 16px;
  max-width: 880px;
  margin: 0 auto;
  font-family: var(--coo-sans);
  color: var(--coo-charcoal);
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
.coo-step,
.coo-step *,
.coo-foot,
.coo-foot * { box-sizing: border-box; }

.coo-step__inner {
  max-width: 520px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  text-align: center;
}

/* ---------- Progress (top of inner; shortcode or inline) ---------- */
.coo-progress {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 8px;
  margin: 0 0 22px;
}
.coo-progress__label {
  font-family: var(--coo-sans);
  font-size: .72rem;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--coo-muted);
  text-align: center;
}
.coo-progress__bar {
  height: 4px;
  background: var(--coo-line);
  border-radius: 999px;
  overflow: hidden;
}
.coo-progress__fill {
  height: 100%;
  background: var(--coo-navy);
  border-radius: 999px;
  transition: width .35s var(--coo-ease);
}
/* Shortcode renders .gpg-coo-progress — alias it to the same look. */
.gpg-coo-progress {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 8px;
  margin: 0 0 22px;
}
.gpg-coo-progress__label {
  font-family: var(--coo-sans, 'Onest', system-ui, sans-serif);
  font-size: .72rem;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #6B7785;
  text-align: center;
}
.gpg-coo-progress__bar {
  height: 4px;
  background: #DCE7F2;
  border-radius: 999px;
  overflow: hidden;
}
.gpg-coo-progress__fill {
  height: 100%;
  background: #0A1F3C;
  border-radius: 999px;
  transition: width .35s cubic-bezier(0.22, 0.61, 0.36, 1);
}

/* ---------- Kicker / heading / sub ---------- */
.coo-step__kicker {
  font-family: var(--coo-sans);
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--coo-muted);
  margin: 0 0 8px;
}
.coo-step__heading {
  font-family: var(--coo-sans);
  font-weight: 600;
  font-style: normal;
  font-size: clamp(1.25rem, 3.2vw, 1.875rem);
  line-height: 1.25;
  letter-spacing: -.01em;
  color: var(--coo-navy);
  margin: 0 0 14px;
  text-wrap: balance;
  text-transform: none;
  text-shadow: none;
}
.coo-step__sub {
  font-family: var(--coo-sans);
  font-weight: 600;
  font-size: clamp(.95rem, 1.5vw, 1.0625rem);
  color: var(--coo-navy);
  margin: 0 0 16px;
  letter-spacing: -.005em;
  line-height: 1.3;
}
.coo-step__sub:empty { display: none; }

/* ---------- Illustration ---------- */
.coo-step__illustration {
  width: 100%;
  max-width: 180px;
  margin: 0 auto 18px;
  color: var(--coo-navy);
}
.coo-step__illustration svg { width: 100%; height: auto; display: block; }

/* ---------- Form wrapper ---------- */
.coo-form {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 0;
  text-align: left;
}

/* ---------- Options list (pills) ---------- */
.coo-options {
  display: flex;
  flex-direction: column;
  gap: 8px;
  list-style: none;
  padding: 0;
  margin: 0 0 14px;
  text-align: left;
}
.coo-options li { list-style: none; padding: 0; margin: 0; }

/* Grouped options (source step: Online / Offline labels) */
.coo-group-label {
  font-family: var(--coo-sans);
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--coo-muted);
  margin: 4px 0 8px 4px;
  text-align: left;
}

/* ---------- Pill option button (defensive against theme link/button rules) ---------- */
.coo-option,
button.coo-option {
  -webkit-appearance: none;
  appearance: none;
  position: relative;
  display: block;
  width: 100%;
  background: var(--coo-white);
  background-image: none;
  border: 1.5px solid var(--coo-line);
  border-radius: 999px;
  padding: 13px 22px 13px 70px;
  margin: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  text-shadow: none;
  letter-spacing: 0;
  font-family: var(--coo-sans);
  font-size: 1rem;
  font-weight: 500;
  color: var(--coo-navy);
  line-height: 1.3;
  cursor: pointer;
  box-shadow: none;
  outline: none;
  min-height: 0;
  height: auto;
  transition: border-color .18s var(--coo-ease),
              background .18s var(--coo-ease),
              color .18s var(--coo-ease);
}
.coo-option:hover,
.coo-option:focus,
.coo-option:active {
  background: var(--coo-white);
  color: var(--coo-navy);
  text-decoration: none;
}
@media (hover: hover) {
  .coo-option:hover {
    border-color: var(--coo-steel);
    background: rgba(46, 109, 164, .06);
  }
}
.coo-option.is-selected {
  border-color: var(--coo-navy);
  background: rgba(46, 109, 164, .10);
  color: var(--coo-navy);
}
@media (hover: hover) {
  .coo-option.is-selected:hover { background: rgba(46, 109, 164, .14); }
}
.coo-option.is-loading { opacity: .7; cursor: wait; }
.coo-option__radio {
  position: absolute;
  top: 50%;
  left: 24px;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1.5px solid var(--coo-line);
  background: var(--coo-white);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  box-shadow: none;
  transition: border-color .18s var(--coo-ease),
              background .18s var(--coo-ease);
}
.coo-option__radio::after {
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--coo-white);
  opacity: 0;
  transform: scale(.4);
  transition: opacity .18s var(--coo-ease),
              transform .2s var(--coo-ease);
}
.coo-option.is-selected .coo-option__radio {
  border-color: var(--coo-navy);
  background: var(--coo-navy);
}
.coo-option.is-selected .coo-option__radio::after {
  opacity: 1;
  transform: scale(1);
}

/* ---------- Contact form pills (step 5) ---------- */
.coo-form__field {
  position: relative;
  background: var(--coo-white);
  border: 1.5px solid var(--coo-line);
  border-radius: 999px;
  transition: border-color .18s var(--coo-ease);
}
.coo-form__field:focus-within { border-color: var(--coo-navy); }
.coo-form__icon {
  position: absolute;
  top: 50%;
  left: 22px;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  color: var(--coo-muted);
  pointer-events: none;
}
.coo-form__input {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  padding: 14px 22px 14px 52px;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  font-family: var(--coo-sans);
  font-size: 1rem;
  color: var(--coo-navy);
  border-radius: 999px;
  box-shadow: none;
}
.coo-form__input::placeholder { color: var(--coo-muted); }

/* ---------- Consent line ---------- */
.coo-form__consent {
  font-family: var(--coo-sans);
  font-size: .8rem;
  line-height: 1.5;
  color: var(--coo-muted);
  text-align: center;
  margin: 14px auto 0;
  max-width: 46ch;
}
.coo-form__consent a { color: var(--coo-steel); text-decoration: underline; }

/* ---------- Inline error ---------- */
.coo-error {
  font-family: var(--coo-sans);
  font-size: .85rem;
  color: #B23434;
  text-align: left;
  margin: 6px 4px 0;
}
.coo-error[hidden] { display: none; }

/* ============================================================
   STEP FOOTER (CTA + Back)
============================================================ */
.coo-foot {
  display: block;
  background: var(--coo-white);
  padding: 0 24px 28px;
  max-width: 880px;
  margin: 0 auto;
  font-family: var(--coo-sans);
}
.coo-foot__inner {
  max-width: 520px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.coo-btn-next,
button.coo-btn-next {
  -webkit-appearance: none;
  appearance: none;
  background: var(--coo-disabled);
  background-image: none;
  color: var(--coo-white);
  border: none;
  border-radius: 999px;
  padding: 16px 28px;
  margin: 0;
  width: 100%;
  display: block;
  font-family: var(--coo-sans);
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
  line-height: 1.2;
  cursor: not-allowed;
  box-shadow: none;
  text-shadow: none;
  min-height: 0;
  height: auto;
  transition: background .18s var(--coo-ease),
              opacity .18s var(--coo-ease);
}
.coo-btn-next:not([disabled]),
.coo-btn-next.is-enabled {
  background: var(--coo-navy);
  cursor: pointer;
}
.coo-btn-next.is-submitting { opacity: .6; cursor: wait; }
@media (hover: hover) {
  .coo-btn-next:not([disabled]):not(.is-submitting):hover,
  .coo-btn-next.is-enabled:not(.is-submitting):hover {
    background: var(--coo-navy-soft);
  }
}

/* Auto-advance steps hide the Continue button (JS submits on pill click). */
.coo-foot--auto .coo-btn-next { display: none; }

.coo-foot__back {
  text-align: center;
  color: var(--coo-muted);
  font-size: .8rem;
  font-weight: 500;
  padding: 4px;
  text-decoration: none;
  background: transparent;
  border: none;
  box-shadow: none;
}
@media (hover: hover) {
  .coo-foot__back:hover { color: var(--coo-navy); }
}

/* ============================================================
   SUBMITTED PAGE (same co-* visual language)
============================================================ */
.coo-submitted {
  display: block;
  background: var(--coo-white);
  padding: 40px 24px;
  max-width: 720px;
  margin: 0 auto;
  font-family: var(--coo-sans);
  color: var(--coo-charcoal);
  text-align: center;
}
.coo-submitted__kicker {
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--coo-steel);
  margin: 0 0 12px;
}
.coo-submitted__heading {
  font-family: var(--coo-sans);
  font-weight: 600;
  font-size: clamp(1.5rem, 3.4vw, 2rem);
  line-height: 1.2;
  color: var(--coo-navy);
  margin: 0 0 14px;
  letter-spacing: -.01em;
}
.coo-submitted__reach {
  font-family: var(--coo-sans);
  font-size: 1.0625rem;
  line-height: 1.55;
  color: var(--coo-charcoal);
  margin: 0 auto 24px;
  max-width: 44ch;
}
.coo-submitted__rule {
  width: 48px;
  height: 2px;
  background: var(--coo-steel);
  border: none;
  margin: 0 auto 30px;
}
.coo-submitted__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  max-width: 620px;
  margin: 0 auto 28px;
  text-align: left;
}
@media (max-width: 620px) {
  .coo-submitted__grid { grid-template-columns: 1fr; }
}
.coo-submitted__block {
  border: 1px solid var(--coo-line);
  border-radius: 14px;
  padding: 22px 22px 20px;
  background: var(--coo-tint);
}
.coo-submitted__icon {
  width: 26px;
  height: 26px;
  color: var(--coo-steel);
  margin: 0 0 12px;
}
.coo-submitted__icon svg { width: 100%; height: 100%; }
.coo-submitted__h {
  font-family: var(--coo-sans);
  font-weight: 600;
  font-size: 1.0625rem;
  line-height: 1.3;
  color: var(--coo-navy);
  margin: 0 0 8px;
}
.coo-submitted__p {
  font-family: var(--coo-sans);
  font-size: .92rem;
  line-height: 1.6;
  color: var(--coo-charcoal);
  margin: 0;
}
.coo-submitted__p strong { font-weight: 600; color: var(--coo-navy); }
.coo-submitted__cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 8px;
  padding: 14px 28px;
  background: var(--coo-navy);
  color: var(--coo-white);
  border-radius: 999px;
  font-family: var(--coo-sans);
  font-weight: 600;
  font-size: 1rem;
  text-decoration: none;
  transition: background .18s var(--coo-ease);
}
@media (hover: hover) {
  .coo-submitted__cta:hover { background: var(--coo-navy-soft); }
}

/* ============================================================
   LANDING HERO — cash-offer-style centered address gate (.coo-hero*)
============================================================ */
.coo-hero {
  background: #FFFFFF;
  padding: clamp(48px, 7vh, 96px) 24px clamp(36px, 5vh, 56px);
  text-align: center;
  border-bottom: 1px solid #E8EEF5;
}
.coo-hero__inner {
  max-width: 560px;
  width: 100%;
  margin: 0 auto;
}
.coo-hero__illustration {
  width: 100%;
  max-width: 260px;
  height: auto;
  margin: 0 auto 24px;
  color: #0A1F3C;
}
.coo-hero__illustration svg { width: 100%; height: auto; display: block; }

.coo-hero__sub {
  font-family: 'Onest', system-ui, sans-serif;
  font-size: clamp(.98rem, 1.4vw, 1.0625rem);
  line-height: 1.5;
  color: #6B7785;
  margin: 0 auto 28px;
  max-width: 44ch;
}

.coo-address-form {
  max-width: 440px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.coo-hero__trust {
  margin-top: 24px;
  font-family: 'Onest', system-ui, sans-serif;
  font-size: .74rem;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #6B7785;
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
}
.coo-hero__trust span:not(:last-child)::after {
  content: '·';
  margin-left: 14px;
  color: #C7CFD8;
}

.coo-hero__error {
  font-family: 'Onest', system-ui, sans-serif;
  font-size: .88rem;
  color: #B33232;
  margin: 12px auto 0;
  max-width: 440px;
}
.coo-hero__error[hidden] { display: none; }

/* ============================================================
   RESPONSIVE — step pages mobile compaction
============================================================ */
@media (max-width: 640px) {
  .coo-step { padding: 22px 16px 12px; }
  .coo-step__illustration { max-width: 130px; margin-bottom: 14px; }
  .coo-step__heading { font-size: 1.1875rem; margin-bottom: 12px; }
  .coo-step__kicker { font-size: .66rem; margin-bottom: 6px; }
  .coo-options { gap: 6px; margin-bottom: 10px; }
  .coo-option { padding: 11px 18px 11px 56px; font-size: .95rem; }
  .coo-option__radio { left: 18px; width: 18px; height: 18px; }
  .coo-option__radio::after { width: 8px; height: 8px; }
  .coo-foot { padding: 0 16px 22px; }
  .coo-btn-next { padding: 13px 24px; font-size: .95rem; }
  .coo-hero { padding: 36px 18px 32px; }
  .coo-hero__illustration { max-width: 200px; margin-bottom: 18px; }
  .coo-hero__sub { margin-bottom: 22px; }
  .coo-address-form { gap: 14px; max-width: 380px; }
  .coo-hero__trust { margin-top: 18px; font-size: .68rem; gap: 10px; }
  .coo-hero__trust span:not(:last-child)::after { margin-left: 10px; }
}

/* ============================================================
   DEFENSIVE — guarantee the step footer + continue button render no
   matter what theme/Elementor wraps the wp:html block in.
============================================================ */
.coo-foot,
.coo-foot__inner,
.coo-btn-next {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
.coo-foot--auto .coo-btn-next { display: none !important; }
.coo-foot__inner {
  display: flex !important;
  flex-direction: column !important;
  gap: 10px !important;
}

/* Hide the sitewide sticky CTA bar on funnel pages — it covers the Continue
   button. The funnel has its own foot CTA, so the sticky bar is redundant here.
   (Renamed from the valuation rule's body class.) */
body.gpg-cashoffer-open .gpg-sticky-bar,
body.gpg-cashoffer-open #gpgStickyBar {
  display: none !important;
}
body.gpg-cashoffer-open.has-gpg-sticky-bar {
  padding-bottom: 0 !important;
}

/* ============================================================
   DEFENSIVE OVERRIDES — body-scoped specificity to defeat the
   hello-elementor child-theme button/link styles. Full site chrome
   stays intact; only the .coo-* components are hardened.
============================================================ */
body.gpg-cashoffer-open .coo-option,
body.gpg-cashoffer-open button.coo-option {
  -webkit-appearance: none !important;
  appearance: none !important;
  position: relative !important;
  display: block !important;
  width: 100% !important;
  background: #FFFFFF !important;
  background-image: none !important;
  border: 1.5px solid #DCE7F2 !important;
  border-radius: 999px !important;
  padding: 14px 24px 14px 64px !important;
  margin: 0 !important;
  text-align: left !important;
  text-transform: none !important;
  text-decoration: none !important;
  text-shadow: none !important;
  letter-spacing: 0 !important;
  font-family: 'Onest', system-ui, sans-serif !important;
  font-size: 1rem !important;
  font-weight: 500 !important;
  color: #0A1F3C !important;
  line-height: 1.3 !important;
  cursor: pointer !important;
  box-shadow: none !important;
  outline: none !important;
  min-height: 0 !important;
  height: auto !important;
  transition: border-color .18s ease, background .18s ease, color .18s ease !important;
}
body.gpg-cashoffer-open .coo-option:hover,
body.gpg-cashoffer-open .coo-option:focus,
body.gpg-cashoffer-open .coo-option:active {
  background: #FFFFFF !important;
  color: #0A1F3C !important;
  text-decoration: none !important;
}
@media (hover: hover) {
  body.gpg-cashoffer-open .coo-option:hover {
    border-color: #2E6DA4 !important;
    background: rgba(46,109,164,.06) !important;
  }
}
body.gpg-cashoffer-open .coo-option.is-selected {
  border-color: #0A1F3C !important;
  background: rgba(46,109,164,.10) !important;
  color: #0A1F3C !important;
}
@media (hover: hover) {
  body.gpg-cashoffer-open .coo-option.is-selected:hover {
    background: rgba(46,109,164,.14) !important;
  }
}

body.gpg-cashoffer-open .coo-option__radio {
  position: absolute !important;
  top: 50% !important;
  left: 22px !important;
  transform: translateY(-50%) !important;
  width: 20px !important;
  height: 20px !important;
  border-radius: 50% !important;
  border: 1.5px solid #DCE7F2 !important;
  background: #FFFFFF !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 !important;
  margin: 0 !important;
  box-shadow: none !important;
  transition: border-color .18s ease, background .18s ease !important;
}
body.gpg-cashoffer-open .coo-option__radio::after {
  content: '' !important;
  width: 10px !important;
  height: 10px !important;
  border-radius: 50% !important;
  background: #FFFFFF !important;
  opacity: 0;
  transform: scale(.4);
  transition: opacity .18s ease, transform .2s ease;
}
body.gpg-cashoffer-open .coo-option.is-selected .coo-option__radio {
  border-color: #0A1F3C !important;
  background: #0A1F3C !important;
}
body.gpg-cashoffer-open .coo-option.is-selected .coo-option__radio::after {
  opacity: 1;
  transform: scale(1);
}

/* Contact form fields — defensive */
body.gpg-cashoffer-open .coo-form__field {
  position: relative !important;
  background: #FFFFFF !important;
  border: 1.5px solid #DCE7F2 !important;
  border-radius: 999px !important;
}
body.gpg-cashoffer-open .coo-form__field:focus-within { border-color: #0A1F3C !important; }
body.gpg-cashoffer-open .coo-form__input {
  -webkit-appearance: none !important;
  appearance: none !important;
  width: 100% !important;
  padding: 14px 22px 14px 52px !important;
  border: none !important;
  outline: none !important;
  background: transparent !important;
  background-image: none !important;
  font-family: 'Onest', system-ui, sans-serif !important;
  font-size: 1rem !important;
  color: #0A1F3C !important;
  border-radius: 999px !important;
  box-shadow: none !important;
  text-shadow: none !important;
  letter-spacing: 0 !important;
}

/* Continue button + back link — same defensive pattern */
body.gpg-cashoffer-open .coo-btn-next,
body.gpg-cashoffer-open button.coo-btn-next {
  -webkit-appearance: none !important;
  appearance: none !important;
  background: #C7CFD8 !important;
  background-image: none !important;
  color: #FFFFFF !important;
  border: none !important;
  border-radius: 999px !important;
  padding: 16px 28px !important;
  margin: 0 !important;
  width: 100% !important;
  display: block !important;
  font-family: 'Onest', system-ui, sans-serif !important;
  font-size: 1rem !important;
  font-weight: 600 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  text-shadow: none !important;
  line-height: 1.2 !important;
  cursor: not-allowed !important;
  box-shadow: none !important;
  min-height: 0 !important;
  height: auto !important;
  transition: background .18s ease, opacity .18s ease !important;
}
body.gpg-cashoffer-open .coo-btn-next:not([disabled]),
body.gpg-cashoffer-open .coo-btn-next.is-enabled {
  background: #0A1F3C !important;
  cursor: pointer !important;
}
body.gpg-cashoffer-open .coo-btn-next.is-submitting {
  opacity: .6 !important;
  cursor: wait !important;
}
@media (hover: hover) {
  body.gpg-cashoffer-open .coo-btn-next:not([disabled]):not(.is-submitting):hover,
  body.gpg-cashoffer-open .coo-btn-next.is-enabled:not(.is-submitting):hover {
    background: #142B4D !important;
  }
}
body.gpg-cashoffer-open .coo-foot__back {
  text-decoration: none !important;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  color: #6B7785 !important;
  text-shadow: none !important;
}

/* ============================================================
   STEP HEADING/KICKER — force sans + lighter weight (defend against
   theme Playfair H1 / entry-title styles).
============================================================ */
body.gpg-cashoffer-open .coo-step__kicker,
body.gpg-cashoffer-open .coo-step__heading,
body.gpg-cashoffer-open h1.coo-step__heading,
body.gpg-cashoffer-open .coo-step__sub,
body.gpg-cashoffer-open .coo-progress__label,
body.gpg-cashoffer-open .gpg-coo-progress__label {
  font-family: 'Onest', system-ui, -apple-system, BlinkMacSystemFont, sans-serif !important;
  font-style: normal !important;
  text-shadow: none !important;
  text-transform: none !important;
  text-wrap: balance !important;
}
body.gpg-cashoffer-open .coo-step__heading,
body.gpg-cashoffer-open h1.coo-step__heading {
  font-weight: 600 !important;
  font-size: clamp(1.5rem, 3.5vw, 2.125rem) !important;
  line-height: 1.2 !important;
  letter-spacing: -.012em !important;
  color: #0A1F3C !important;
  margin: 0 0 18px !important;
  max-width: 24ch !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
body.gpg-cashoffer-open .coo-step__kicker {
  font-size: .72rem !important;
  font-weight: 700 !important;
  letter-spacing: .18em !important;
  text-transform: uppercase !important;
  color: #6B7785 !important;
  margin: 0 0 8px !important;
}
body.gpg-cashoffer-open .coo-step__sub {
  font-weight: 600 !important;
  font-size: 1rem !important;
  color: #0A1F3C !important;
  margin: -8px 0 16px !important;
}
body.gpg-cashoffer-open .coo-group-label {
  font-family: 'Onest', system-ui, sans-serif !important;
  font-size: .72rem !important;
  font-weight: 700 !important;
  letter-spacing: .12em !important;
  text-transform: uppercase !important;
  color: #6B7785 !important;
  text-shadow: none !important;
}
/* Defeat theme entry-title on funnel pages — belt-and-suspenders. */
body.gpg-cashoffer-open .coo-step .entry-title,
body.gpg-cashoffer-open .coo-step .page-title { display: none !important; }

/* ============================================================
   LANDING HERO — defensive (mirror the address-gate treatment).
   The hero heading goes sans/bold; em is steel (not italic serif).
============================================================ */
body.gpg-cashoffer-open .coo-hero__heading,
body.gpg-cashoffer-open h1.coo-hero__heading {
  font-family: 'Onest', system-ui, -apple-system, BlinkMacSystemFont, sans-serif !important;
  font-style: normal !important;
  font-weight: 700 !important;
  font-size: clamp(1.625rem, 4.4vw, 2.625rem) !important;
  line-height: 1.12 !important;
  color: #0A1F3C !important;
  margin: 0 0 14px !important;
  letter-spacing: -.018em !important;
  text-wrap: balance !important;
  text-shadow: none !important;
  text-transform: none !important;
  max-width: 18ch !important;
  margin-left: auto !important;
  margin-right: auto !important;
  -webkit-font-smoothing: antialiased;
}
body.gpg-cashoffer-open .coo-hero__heading em {
  font-style: normal !important;
  color: #2E6DA4 !important;
  font-weight: 700 !important;
}
body.gpg-cashoffer-open .coo-address-input,
body.gpg-cashoffer-open input.coo-address-input {
  -webkit-appearance: none !important;
  appearance: none !important;
  background: transparent !important;
  background-image: none !important;
  color: #0A1F3C !important;
  border: none !important;
  border-bottom: 1.5px solid #0A1F3C !important;
  border-radius: 0 !important;
  padding: 14px 4px !important;
  font-family: 'Onest', system-ui, sans-serif !important;
  font-size: 1.0625rem !important;
  text-align: center !important;
  box-shadow: none !important;
  width: 100% !important;
  outline: none !important;
  text-shadow: none !important;
  letter-spacing: 0 !important;
}
body.gpg-cashoffer-open .coo-address-input::placeholder { color: #6B7785 !important; }
body.gpg-cashoffer-open .coo-address-input:focus {
  border-bottom-color: #2E6DA4 !important;
  border-bottom-width: 2px !important;
}
body.gpg-cashoffer-open .coo-address-cta,
body.gpg-cashoffer-open button.coo-address-cta {
  -webkit-appearance: none !important;
  appearance: none !important;
  background: #0A1F3C !important;
  background-image: none !important;
  color: #FFFFFF !important;
  border: none !important;
  border-radius: 999px !important;
  padding: 17px 30px !important;
  font-family: 'Onest', system-ui, sans-serif !important;
  font-size: 1rem !important;
  font-weight: 600 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  text-shadow: none !important;
  cursor: pointer !important;
  box-shadow: none !important;
  width: 100% !important;
  transition: background .18s ease !important;
}
@media (hover: hover) {
  body.gpg-cashoffer-open .coo-address-cta:hover { background: #142B4D !important; }
}
body.gpg-cashoffer-open .coo-address-cta:disabled { opacity: .55 !important; cursor: not-allowed !important; }

/* Submitted page heading defensive sans treatment */
body.gpg-cashoffer-open .coo-submitted__heading,
body.gpg-cashoffer-open h1.coo-submitted__heading {
  font-family: 'Onest', system-ui, -apple-system, sans-serif !important;
  font-style: normal !important;
  font-weight: 600 !important;
  color: #0A1F3C !important;
  text-shadow: none !important;
  text-transform: none !important;
}
body.gpg-cashoffer-open .coo-submitted__cta,
body.gpg-cashoffer-open a.coo-submitted__cta {
  background: #0A1F3C !important;
  color: #FFFFFF !important;
  text-decoration: none !important;
  box-shadow: none !important;
  border: none !important;
  border-radius: 999px !important;
  font-family: 'Onest', system-ui, sans-serif !important;
  font-weight: 600 !important;
  text-shadow: none !important;
}
