/* Original Harvest brand tokens. The legacy variable names stay in place so older PPC/location templates keep working, but green/teal aliases now render as Harvest blue instead of the rejected prototype palette. */
:root {
  color-scheme: light;
  --ink: #171a36;
  --muted: #5d637b;
  --paper: #f6f8ff;
  --panel: #ffffff;
  --soft: #eef5ff;
  --soft-2: #f4f8ff;
  --line: #dce4f3;
  --green: #1688ff;
  --green-strong: #0d62d7;
  --teal: #1688ff;
  --teal-dark: #29245f;
  --sun: #f7941d;
  --navy: #29245f;
  --danger: #b42318;
  --shadow: 0 22px 54px rgba(24, 24, 70, 0.14);
  --radius: 16px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  background: #fff;
  color: var(--ink);
  font-size: 16px;
  line-height: 1.55;
  letter-spacing: 0;
  overflow-x: hidden;
}

body,
button,
input,
select,
textarea {
  font: inherit;
  letter-spacing: 0;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
}

:focus-visible {
  outline: 3px solid rgba(22, 136, 255, 0.45);
  outline-offset: 2px;
}

.skip-link {
  position: absolute;
  left: 1rem;
  top: 1rem;
  z-index: 50;
  transform: translateY(-140%);
  background: var(--ink);
  color: #fff;
  padding: 0.65rem 0.85rem;
  border-radius: var(--radius);
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(12px);
  box-shadow: 0 8px 22px rgba(24, 24, 70, 0.08);
}

.nav {
  width: min(1180px, calc(100vw - 2rem));
  margin: 0 auto;
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  color: var(--ink);
  text-decoration: none;
  font-weight: 800;
  white-space: nowrap;
}

.brand-logo-link {
  min-width: 0;
}

.brand-logo {
  width: 174px;
  height: 48px;
  object-fit: contain;
  object-position: left center;
}

.brand-mark {
  width: 38px;
  height: 38px;
  border-radius: var(--radius);
  display: grid;
  place-items: center;
  background: var(--green);
  color: #fff;
  font-weight: 900;
}

.nav-links {
  display: none;
  align-items: center;
  gap: 1rem;
  color: var(--muted);
  font-weight: 700;
  font-size: 0.95rem;
}

.nav-links a {
  text-decoration: none;
}

.header-actions {
  display: none;
  align-items: center;
  gap: 0.6rem;
}

.top-phone {
  display: none;
  font-weight: 800;
  text-decoration: none;
  color: var(--green-strong);
}

.button,
button.button {
  border: 0;
  border-radius: var(--radius);
  min-height: 44px;
  padding: 0.72rem 1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
}

.button-primary {
  background: var(--green-strong);
  color: #fff;
  box-shadow: 0 10px 24px rgba(22, 136, 255, 0.22);
}

.button-primary:hover {
  background: #0b4fb9;
}

.button-secondary {
  background: #fff;
  color: var(--green-strong);
  border: 1px solid var(--line);
}

.button-secondary:hover {
  border-color: var(--teal);
}

.button-call {
  background: var(--navy);
  color: #fff;
}

.button[disabled],
button[disabled] {
  cursor: not-allowed;
  opacity: 0.65;
}

.market-hero {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(180deg, #f6f8ff 0%, #ffffff 72%),
    #ffffff;
  border-bottom: 1px solid var(--line);
}

.hero-alert {
  min-height: 42px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.5rem 1rem;
  padding: 0.55rem 1rem;
  background: #29245f;
  color: #fff;
  font-size: 0.88rem;
  font-weight: 800;
  text-align: center;
}

.hero-alert a {
  color: #f7941d;
  text-decoration: none;
}

.market-inner {
  width: min(1180px, calc(100vw - 2rem));
  margin: 0 auto;
  padding: 2rem 0 2.45rem;
  display: grid;
  gap: 1rem;
}

.market-copy {
  min-width: 0;
}

.market-copy h1 {
  max-width: 18ch;
  font-size: 2.35rem;
  line-height: 1;
}

.market-copy .lead {
  max-width: 54ch;
  margin: 0.95rem 0 0;
  color: #4d5471;
  font-size: 1.06rem;
}

.quote-builder {
  display: grid;
  gap: 0.85rem;
  padding: 1rem;
  border: 1px solid #b9d9c7;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 18px 40px rgba(16, 32, 25, 0.12);
}

.quote-builder-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.65rem;
}

.quote-builder-head strong {
  font-size: 1.02rem;
}

.quote-builder-head span {
  color: var(--muted);
  font-size: 0.84rem;
  font-weight: 800;
}

.coverage-picker {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.55rem;
}

.coverage-card {
  position: relative;
  min-height: 44px;
  display: grid;
  place-items: center;
  border: 1px solid #c4dbcf;
  border-radius: var(--radius);
  background: #f9fcfa;
  color: #21352a;
  font-weight: 850;
  cursor: pointer;
}

.coverage-card input {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
}

.coverage-card:has(input:checked) {
  border-color: var(--green-strong);
  background: #e8f7ec;
  color: var(--green-strong);
  box-shadow: inset 0 0 0 1px rgba(11, 111, 67, 0.12);
}

.quote-fields {
  display: grid;
  gap: 0.7rem;
}

.quote-fields .button {
  width: 100%;
}

.market-proof {
  display: grid;
  gap: 0.8rem;
}

.review-pill {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  min-height: 42px;
  padding: 0.45rem 0.72rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 10px 24px rgba(16, 32, 25, 0.08);
  color: #2b3c33;
  font-weight: 750;
}

.review-pill img {
  width: 18px;
  height: 18px;
}

.carrier-strip {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.7rem 1.15rem;
  padding: 0.85rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.92);
}

.carrier-strip img {
  max-width: 142px;
  max-height: 34px;
  width: auto;
  object-fit: contain;
  filter: grayscale(1);
  opacity: 0.82;
}

.market-photo {
  display: block;
  overflow: hidden;
  border: 1px solid rgba(19, 131, 82, 0.2);
  border-radius: var(--radius);
  min-height: 240px;
  box-shadow: 0 18px 42px rgba(16, 32, 25, 0.14);
}

.market-photo img {
  width: 100%;
  height: 100%;
  min-height: 240px;
  object-fit: cover;
}

.hero {
  position: relative;
  overflow: hidden;
  background: var(--soft);
  border-bottom: 1px solid var(--line);
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto -46px -86px auto;
  width: min(420px, 76vw);
  height: min(420px, 76vw);
  background: url("img/house.png") center / contain no-repeat;
  opacity: 0.34;
  pointer-events: none;
}

.hero-visual {
  position: relative;
  min-height: 188px;
  border: 1px solid rgba(19, 131, 82, 0.18);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: 0 16px 36px rgba(16, 32, 25, 0.12);
}

.hero-visual img {
  width: 100%;
  height: 100%;
  min-height: 188px;
  object-fit: cover;
}

.hero-visual::after {
  content: "Florida home coverage starts with your address";
  position: absolute;
  left: 0.85rem;
  right: 0.85rem;
  bottom: 0.85rem;
  display: inline-flex;
  width: fit-content;
  max-width: calc(100% - 1.7rem);
  padding: 0.45rem 0.6rem;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.92);
  color: var(--green-strong);
  font-weight: 850;
  font-size: 0.88rem;
}

.hero-inner,
.section-inner {
  width: min(1180px, calc(100vw - 2rem));
  margin: 0 auto;
}

.hero-inner {
  position: relative;
  z-index: 2;
  padding: 2.2rem 0 2.55rem;
  display: grid;
  gap: 1.35rem;
}

.eyebrow {
  margin: 0 0 0.7rem;
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 0.45rem;
  padding: 0.32rem 0.55rem;
  border: 1px solid rgba(19, 131, 82, 0.28);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.9);
  color: var(--green-strong);
  font-size: 0.84rem;
  font-weight: 800;
}

h1,
h2,
h3,
p {
  overflow-wrap: break-word;
}

h1 {
  margin: 0;
  max-width: 16ch;
  font-size: 2.12rem;
  line-height: 1.03;
  letter-spacing: 0;
}

.hero-copy {
  max-width: 390px;
  min-width: 0;
}

.hero-copy .lead {
  max-width: 42ch;
  margin: 1rem 0 1.1rem;
  color: #273b30;
  font-size: 1.08rem;
}

.trust-row,
.quick-points {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  padding: 0;
  margin: 1rem 0 0;
  list-style: none;
}

.trust-row li,
.quick-points li {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0.35rem 0.55rem;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  color: #26372d;
  font-weight: 750;
  font-size: 0.88rem;
}

.hero-actions {
  display: grid;
  gap: 0.6rem;
  margin-top: 0;
}

.hero-support {
  display: grid;
  gap: 0.85rem;
}

.quote-panel {
  position: relative;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid #b9d9c7;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 1.1rem;
  min-width: 0;
  max-width: 430px;
}

.quote-panel::before {
  content: "";
  display: block;
  height: 5px;
  margin: -1.1rem -1.1rem 1rem;
  background: var(--sun);
}

.quote-panel h2 {
  margin: 0 0 0.25rem;
  font-size: 1.25rem;
  line-height: 1.2;
}

.quote-panel p {
  margin: 0 0 0.9rem;
  color: var(--muted);
  font-size: 0.94rem;
}

.quote-form {
  display: grid;
  gap: 0.75rem;
}

.field-grid {
  display: grid;
  gap: 0.75rem;
}

.field {
  display: grid;
  gap: 0.32rem;
}

.field label {
  font-size: 0.88rem;
  font-weight: 800;
  color: #28372f;
}

.field input,
.field select,
.field textarea {
  min-height: 46px;
  width: 100%;
  border: 1px solid #bacdc3;
  border-radius: var(--radius);
  background: #fbfdfb;
  color: var(--ink);
  padding: 0.72rem 0.78rem;
}

.field textarea {
  min-height: 92px;
  resize: vertical;
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  border-color: var(--teal);
  box-shadow: 0 0 0 3px rgba(13, 138, 131, 0.14);
  outline: 0;
}

.fine-print {
  margin: 0;
  color: var(--muted);
  font-size: 0.78rem;
}

.form-message {
  min-height: 1.35rem;
  color: var(--danger);
  font-weight: 750;
  font-size: 0.9rem;
}

.form-message.success {
  color: var(--green-strong);
}

.section {
  padding: 3rem 0;
}

.section-band {
  background: #fff;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.section-soft {
  background: var(--soft-2);
}

.section h2 {
  margin: 0 0 0.75rem;
  font-size: 1.8rem;
  line-height: 1.12;
  letter-spacing: 0;
}

.section-intro {
  margin: 0 0 1.35rem;
  max-width: 68ch;
  color: var(--muted);
  font-size: 1.02rem;
}

.two-col {
  display: grid;
  gap: 1.3rem;
}

.split {
  display: grid;
  gap: 1rem;
}

.stat-strip {
  display: grid;
  gap: 0.75rem;
}

.stat {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  padding: 1rem;
}

.stat strong {
  display: block;
  font-size: 1.35rem;
  line-height: 1.1;
  color: var(--green-strong);
}

.stat span {
  display: block;
  margin-top: 0.35rem;
  color: var(--muted);
}

.product-grid,
.reason-grid,
.faq-grid,
.carrier-grid {
  display: grid;
  gap: 0.8rem;
}

.product-link,
.reason,
.faq-item,
.carrier-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  padding: 1rem;
}

.product-link {
  color: var(--ink);
  text-decoration: none;
}

.product-link:hover {
  border-color: var(--teal);
}

.product-link strong,
.reason h3,
.faq-item h3,
.carrier-card strong {
  display: block;
  margin: 0 0 0.35rem;
  font-size: 1.02rem;
  line-height: 1.25;
}

.product-link span,
.reason p,
.faq-item p,
.carrier-card span {
  margin: 0;
  color: var(--muted);
}

.carrier-card {
  display: grid;
  min-height: 88px;
  place-items: center;
  text-align: center;
}

.carrier-card img {
  max-height: 38px;
  width: auto;
  margin: 0 auto 0.55rem;
  object-fit: contain;
}

.call-box {
  display: grid;
  gap: 0.85rem;
  background: var(--navy);
  color: #fff;
  border-radius: var(--radius);
  padding: 1.2rem;
}

.call-box h2,
.call-box p {
  margin: 0;
}

.call-box p {
  color: rgba(255, 255, 255, 0.78);
}

.call-box .button-secondary {
  background: #fff;
  color: var(--ink);
  border-color: #fff;
}

.review-row {
  display: grid;
  gap: 0.8rem;
}

.review {
  border-left: 4px solid var(--green);
  background: #fff;
  border-radius: var(--radius);
  padding: 1rem;
}

.review p {
  margin: 0 0 0.5rem;
  color: #2b3c33;
}

.review strong {
  display: block;
}

.agent-proof {
  margin-top: 1rem;
  display: grid;
  gap: 1rem;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(120deg, rgba(238, 248, 240, 0.92), rgba(255, 255, 255, 0.96));
  padding: 1rem;
}

.agent-proof h3 {
  margin: 0 0 0.4rem;
  font-size: 1.15rem;
}

.agent-proof p {
  margin: 0;
  color: var(--muted);
}

.agent-proof img {
  width: min(220px, 68vw);
  justify-self: center;
  filter: drop-shadow(0 18px 26px rgba(16, 32, 25, 0.16));
}

.breadcrumbs {
  display: none;
  width: min(1180px, calc(100vw - 2rem));
  margin: 0 auto;
  padding: 0.9rem 0 0;
  color: var(--muted);
  font-size: 0.88rem;
}

.breadcrumbs a {
  color: var(--green-strong);
  text-decoration: none;
}

.schedule-widget {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  padding: 1rem;
}

.schedule-widget h3 {
  margin: 0 0 0.5rem;
}

.form-schedule {
  grid-column: 1 / -1;
  background: #f8fbf8;
}
.form-schedule .microcopy {
  margin: 0 0 0.75rem;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.5;
}
.form-schedule .field {
  margin-bottom: 0.6rem;
}

.slots {
  display: grid;
  gap: 0.55rem;
  margin-top: 0.75rem;
}

.slot {
  min-height: 42px;
  border: 1px solid #c8d8cf;
  border-radius: var(--radius);
  background: #fff;
  font-weight: 800;
  cursor: pointer;
}

.slot[aria-pressed="true"] {
  background: var(--teal);
  color: #fff;
  border-color: var(--teal);
}

.footer {
  background: #17143f;
  color: #fff;
  padding: 2rem 0 5rem;
}

.footer-inner {
  width: min(1180px, calc(100vw - 2rem));
  margin: 0 auto;
  display: grid;
  gap: 1rem;
}

.footer a {
  color: #fff;
}

.footer .brand-logo {
  background: #fff;
  border-radius: var(--radius);
  padding: 0.25rem;
}

.footer p {
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1rem;
}

.mobile-call {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 35;
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: #fff;
  border-top: 1px solid var(--line);
  box-shadow: 0 -12px 28px rgba(16, 32, 25, 0.12);
}

.mobile-call a {
  min-height: 56px;
  display: grid;
  place-items: center;
  text-decoration: none;
  font-weight: 900;
}

.mobile-call a:first-child {
  background: var(--green);
  color: #fff;
}

.mobile-call a:last-child {
  color: var(--green-strong);
}

.terms-text h2 {
  margin-top: 2rem;
}

.thank-you-panel {
  max-width: 760px;
}

.hidden {
  display: none !important;
}

@media (min-width: 560px) {
  .hero-actions,
  .slots {
    display: flex;
    flex-wrap: wrap;
  }

  .hero-actions .button {
    width: auto;
  }

  .coverage-picker {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .quote-fields {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .quote-fields .field-wide,
  .quote-fields .fine-print,
  .quote-fields .form-message {
    grid-column: 1 / -1;
  }

  .stat-strip,
  .product-grid,
  .reason-grid,
  .carrier-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 459px) {
  .nav {
    min-height: 66px;
  }

  .brand-logo {
    width: 158px;
    height: 44px;
  }
}

@media (max-width: 759px) {
  body {
    padding-bottom: 58px;
  }

  .hero-alert {
    min-height: 36px;
    padding: 0.45rem 0.7rem;
    font-size: 0.78rem;
  }

  .market-inner {
    padding: 1rem 0 1.2rem;
    gap: 0.65rem;
  }

  .market-copy h1 {
    max-width: 17ch;
    font-size: 2rem;
  }

  .market-copy .lead {
    display: none;
  }

  .quote-builder {
    gap: 0.58rem;
    padding: 0.78rem;
  }

  .quote-builder-head {
    display: none;
  }

  .coverage-picker {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.38rem;
  }

  .coverage-card {
    min-height: 38px;
    font-size: 0.82rem;
  }

  .quote-fields {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.55rem;
  }

  .quote-fields .field-wide,
  .quote-fields .button {
    grid-column: 1 / -1;
  }

  .quote-form {
    gap: 0.58rem;
  }

  .field input,
  .field select,
  .field textarea {
    min-height: 42px;
  }

  .quote-builder .field input {
    min-height: 40px;
    padding: 0.55rem 0.62rem;
  }

  .quote-builder .field label {
    font-size: 0.76rem;
  }

  .quote-builder .button {
    min-height: 42px;
  }

  .quote-builder .fine-print {
    font-size: 0.68rem;
    line-height: 1.34;
  }

  .review-pill {
    min-height: 36px;
    padding: 0.35rem 0.55rem;
    font-size: 0.82rem;
  }

  .carrier-strip,
  .market-photo {
    display: none;
  }

  .agent-proof img {
    display: none;
  }
}

@media (min-width: 760px) {
  .header-actions,
  .nav-links,
  .top-phone {
    display: flex;
  }

  .breadcrumbs {
    display: block;
  }

  .market-inner {
    grid-template-columns: minmax(0, 1.08fr) minmax(330px, 0.78fr);
    grid-template-areas:
      "copy photo"
      "form photo"
      "proof photo";
    align-items: start;
    gap: 1rem 1.25rem;
    padding: 2.7rem 0 2.9rem;
  }

  .market-copy {
    grid-area: copy;
  }

  .quote-builder {
    grid-area: form;
    padding: 1.15rem;
  }

  .market-proof {
    grid-area: proof;
  }

  .market-photo {
    grid-area: photo;
    align-self: stretch;
    min-height: 520px;
  }

  .market-photo img {
    min-height: 520px;
  }

  .market-copy h1 {
    max-width: 17ch;
    font-size: 3.15rem;
  }

  .hero-inner {
    grid-template-columns: minmax(0, 1.02fr) minmax(360px, 430px);
    align-items: center;
    gap: 2.2rem;
    padding: 4.35rem 0 4.1rem;
  }

  .hero-copy {
    grid-column: 1;
    grid-row: 1;
    max-width: 650px;
  }

  .quote-panel {
    grid-column: 2;
    grid-row: 1 / span 2;
  }

  .hero-visual {
    grid-column: 1;
    grid-row: 2;
    min-height: 238px;
  }

  .hero-visual img {
    min-height: 238px;
  }

  .hero-support {
    grid-column: 1;
    grid-row: 3;
  }

  h1 {
    max-width: 14ch;
    font-size: 3.28rem;
  }

  .field-grid.two {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .two-col,
  .split,
  .review-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: start;
  }

  .faq-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .agent-proof {
    grid-template-columns: minmax(0, 1fr) 220px;
  }

  .footer {
    padding-bottom: 2rem;
  }

  .mobile-call {
    display: none;
  }
}

@media (min-width: 1020px) {
  .hero::after {
    opacity: 0.12;
  }

  .reason-grid,
  .carrier-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .product-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .market-inner {
    grid-template-columns: minmax(0, 1.12fr) minmax(380px, 0.82fr);
    gap: 1rem 1.45rem;
  }

  .quote-fields {
    grid-template-columns: 1.2fr 0.9fr 0.9fr 0.95fr auto;
    align-items: end;
  }

  .quote-fields .field-wide,
  .quote-fields .fine-print,
  .quote-fields .form-message {
    grid-column: auto;
  }

  .quote-fields .button {
    min-width: 124px;
  }
}

@media (prefers-color-scheme: dark) {
  :root {
    color-scheme: dark;
    --ink: #f6f8ff;
    --muted: #c3c8df;
    --paper: #100f2f;
    --panel: #17143f;
    --soft: #17143f;
    --soft-2: #1f2a68;
    --line: #36326e;
    --green: #1688ff;
    --green-strong: #66b7ff;
    --teal: #1688ff;
    --teal-dark: #29245f;
    --sun: #f7941d;
    --navy: #29245f;
    --danger: #ff8a7c;
    --shadow: 0 20px 48px rgba(0, 0, 0, 0.34);
  }

  body,
  .section-band,
  .mobile-call {
    background: #100f2f;
  }

  .site-header {
    background: rgba(16, 15, 47, 0.94);
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.24);
  }

  .brand-logo {
    filter: brightness(0) invert(1);
  }

  .hero,
  .market-hero,
  .section-soft {
    background: var(--soft);
  }

  .hero-alert {
    background: #17143f;
  }

  .market-copy .lead {
    color: var(--muted);
  }

  .quote-builder,
  .coverage-card,
  .review-pill,
  .carrier-strip {
    background: #17143f;
    color: var(--ink);
  }

  .coverage-card {
    border-color: var(--line);
  }

  .coverage-card:has(input:checked) {
    background: #29245f;
    color: var(--green-strong);
  }

  .carrier-strip img {
    filter: grayscale(1) invert(1);
    opacity: 0.78;
  }

  .quote-panel,
  .product-link,
  .reason,
  .faq-item,
  .carrier-card,
  .stat,
  .schedule-widget,
  .review {
    background: #17143f;
    color: var(--ink);
  }

  .button-secondary,
  .field input,
  .field select,
  .field textarea,
  .slot {
    background: #100f2f;
    color: var(--ink);
  }

  .field label,
  .review p,
  .hero-copy .lead,
  .trust-row li,
  .quick-points li {
    color: var(--ink);
  }

  .trust-row li,
  .quick-points li,
  .eyebrow {
    background: rgba(23, 20, 63, 0.88);
  }

  .hero-visual::after {
    background: rgba(16, 15, 47, 0.86);
    color: var(--green-strong);
  }

  .agent-proof {
    background: linear-gradient(120deg, rgba(23, 20, 63, 0.96), rgba(31, 42, 104, 0.96));
  }

  .footer {
    background: #0d0b26;
  }

  .footer .brand-logo {
    filter: none;
  }
}

/* Harvest cleanup staging: keep the hero quote form readable in the narrow hero column. */
.quote-builder .quote-fields {
  grid-template-columns: 1fr;
}
.quote-builder .quote-fields .field,
.quote-builder .quote-fields .button,
.quote-builder .quote-fields .form-schedule {
  grid-column: 1 / -1;
}


/* Route-level brand guards for rebuilt Harvest pages. These prevent legacy global/dark-mode CSS from recoloring the official logo, quote cards, or mobile quick actions on the original-brand homepage and auto page. */
body.hi-home-v4,
body.hi-auto-v3 {
  color-scheme: light;
  background: #f6f8ff;
}
body.hi-home-v4 .brand-logo,
body.hi-auto-v3 .brand-logo,
body.hi-home-v4 .footer .brand-logo,
body.hi-auto-v3 .footer .brand-logo {
  filter: none !important;
  opacity: 1 !important;
}
body.hi-home-v4 .mobile-call,
body.hi-auto-v3 .mobile-call {
  background: #ffffff;
  border-top: 1px solid #dce4f3;
  box-shadow: 0 -14px 34px rgba(24, 24, 70, 0.12);
}
body.hi-home-v4 .mobile-call a,
body.hi-auto-v3 .mobile-call a {
  border-radius: 999px;
  background: #29245f;
  color: #ffffff;
}
body.hi-home-v4 .mobile-call a:last-child,
body.hi-auto-v3 .mobile-call a:last-child {
  background: linear-gradient(135deg, #1688ff, #0d62d7);
}
@media (prefers-color-scheme: dark) {
  body.hi-home-v4,
  body.hi-auto-v3 {
    color-scheme: light;
    background: #f6f8ff;
  }
  body.hi-home-v4 .site-header,
  body.hi-auto-v3 .site-header {
    background: rgba(255, 255, 255, 0.96);
  }
  body.hi-home-v4 .brand-logo,
  body.hi-auto-v3 .brand-logo {
    filter: none !important;
  }
}
