:root {
  --ink: #15372d;
  --ink-deep: #0d2b23;
  --green: #1e6a50;
  --mint: #d9f0e4;
  --cream: #f5f1e8;
  --paper: #fffdf8;
  --orange: #ed8a52;
  --muted: #65756e;
  --line: #d8ded9;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  background: var(--paper);
  color: var(--ink);
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
}
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
img { display: block; max-width: 100%; height: auto; }
[hidden] { display: none !important; }
svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9px;
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 1.1em;
  height: 1.1em;
}

.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.skip-link {
  position: fixed;
  left: 18px;
  top: -70px;
  z-index: 100;
  padding: 12px 16px;
  border-radius: 9px;
  background: var(--ink);
  color: #fff;
  text-decoration: none;
  transition: top .2s;
}
.skip-link:focus { top: 18px; }
:focus-visible { outline: 3px solid var(--orange); outline-offset: 3px; }
#app:focus,
.form-card h1[tabindex="-1"]:focus { outline: none; }

.site-header {
  justify-content: space-between;
  align-items: center;
  max-width: 1440px;
  height: 84px;
  margin: auto;
  padding: 0 5vw;
  display: flex;
}
.brand {
  letter-spacing: -1px;
  align-items: center;
  gap: 10px;
  font-size: 20px;
  font-weight: 800;
  display: flex;
}
.brand > span:last-child > span { color: var(--orange); }
.brand-mark {
  background: var(--ink);
  color: #fff;
  border-radius: 12px;
  place-items: center;
  width: 37px;
  height: 37px;
  display: grid;
  flex: none;
}
.brand-mark svg { width: 20px; height: 20px; }
.header-cta,
.final-cta > a,
.why-copy a {
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 750;
  display: inline-flex;
}
.header-cta {
  border-bottom: 1.5px solid var(--ink);
  padding: 8px 0;
}
.header-cta svg,
.why-copy svg,
.final-cta svg { transition: transform .2s; }
.header-cta:hover svg,
.why-copy a:hover svg,
.final-cta a:hover svg { transform: translate(4px); }

.hero {
  grid-template-columns: 1.04fr .96fr;
  align-items: center;
  gap: 7vw;
  max-width: 1440px;
  min-height: 710px;
  margin: auto;
  padding: 60px 5vw 100px;
  display: grid;
  overflow: hidden;
}
.hero-copy { z-index: 2; position: relative; }
.eyebrow,
.section-kicker {
  color: var(--green);
  text-transform: uppercase;
  letter-spacing: .15em;
  font-size: 12px;
  font-weight: 800;
}
.eyebrow {
  align-items: center;
  gap: 8px;
  margin-bottom: 22px;
  display: flex;
}
.eyebrow span {
  background: var(--orange);
  border-radius: 50%;
  width: 8px;
  height: 8px;
}
h1, h2 {
  letter-spacing: -.045em;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
}
.hero h1 {
  color: var(--ink-deep);
  max-width: 760px;
  font-size: clamp(50px, 5.4vw, 79px);
  line-height: .99;
}
.hero h1 em {
  color: var(--green);
  white-space: nowrap;
  font-style: italic;
}
.hero-lede {
  color: var(--muted);
  max-width: 650px;
  margin: 28px 0 29px;
  font-size: 18px;
  line-height: 1.65;
}

.quote-shell {
  max-width: 820px;
  margin: 60px auto 100px;
  padding: 0 22px;
}
.hero .quote-shell {
  max-width: 690px;
  margin: 0;
  padding: 0;
  scroll-margin-top: 40px;
}
.hero .quote-shell > form {
  background: #fff;
  border: 1px solid #e3e6e1;
  border-radius: 18px;
  padding: 20px;
  box-shadow: 0 18px 60px #14372d1a;
}
.hero .quote-shell label {
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: 750;
  display: block;
}
.address-row { gap: 10px; display: flex; }
.input-wrap { flex: 1; position: relative; min-width: 0; }
.input-wrap svg {
  color: var(--green);
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  z-index: 1;
  pointer-events: none;
}
.input-wrap input,
.hero .input-wrap input {
  border: 1px solid var(--line);
  width: 100%;
  height: 55px;
  color: var(--ink);
  background: #fcfcfa;
  border-radius: 10px;
  outline: 0;
  padding: 0 12px 0 43px;
}
.input-wrap input:focus,
.field input:focus,
.field select:focus,
.field textarea:focus {
  border-color: var(--green);
  box-shadow: 0 0 0 3px #1e6a501a;
}
.address-row > button {
  color: #fff;
  background: var(--ink);
  cursor: pointer;
  border: 0;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  gap: 9px;
  height: 55px;
  padding: 0 22px;
  font-weight: 750;
  transition: transform .2s, background .2s;
  display: flex;
  white-space: nowrap;
}
.address-row > button:hover {
  background: var(--green);
  transform: translateY(-1px);
}
.form-note {
  color: #829088;
  margin: 12px 0 0;
  font-size: 11px;
}
.hero-error {
  margin: 8px 0 0;
  color: #8b1f1f;
  font-size: 13px;
  font-weight: 700;
}
.trust-row {
  color: #5e6e66;
  align-items: center;
  gap: 26px;
  margin-top: 22px;
  font-size: 12px;
  display: flex;
}
.trust-row span { align-items: center; gap: 7px; display: flex; }
.trust-row svg {
  color: var(--green);
  border-radius: 50%;
  width: 16px;
  height: 16px;
}

.hero-visual { min-width: 0; height: 585px; position: relative; }
.hero-visual:before {
  content: "";
  z-index: -1;
  background: var(--mint);
  border-radius: 50% 30% 48% 32%;
  position: absolute;
  inset: -45px -75px 50px 55px;
  transform: rotate(-5deg);
}
.hero-visual img {
  object-fit: cover;
  border-radius: 190px 24px;
  width: 100%;
  height: 100%;
  box-shadow: 0 25px 70px #10342a29;
}
.quote-card {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background: #fffffff5;
  border: 1px solid #fffc;
  border-radius: 16px;
  align-items: center;
  gap: 13px;
  max-width: 290px;
  padding: 18px 21px;
  display: flex;
  position: absolute;
  bottom: 35px;
  left: -55px;
  box-shadow: 0 18px 50px #10342a33;
}
.quote-check {
  color: #fff;
  background: var(--green);
  border-radius: 50%;
  flex: none;
  place-items: center;
  width: 36px;
  height: 36px;
  display: grid;
}
.quote-card strong { margin-bottom: 4px; font-size: 13px; display: block; }
.quote-card p { color: var(--muted); margin: 0; font-size: 11px; line-height: 1.4; }
.time-pill {
  color: #fff;
  background: var(--orange);
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 108px;
  height: 108px;
  display: flex;
  position: absolute;
  top: 55px;
  right: -25px;
  transform: rotate(6deg);
  box-shadow: 0 12px 35px #ed8a5259;
}
.time-pill span {
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: 10px;
}
.time-pill strong {
  margin-top: 2px;
  font-family: Georgia, serif;
  font-size: 24px;
}

.address-autocomplete { position: relative; width: 100%; }
.address-suggestions {
  position: absolute;
  z-index: 30;
  left: 0;
  right: 0;
  top: calc(100% + 8px);
  max-height: 310px;
  overflow-y: auto;
  background: #fff;
  border: 1px solid #bdc9c0;
  border-radius: 13px;
  box-shadow: 0 18px 50px rgba(16, 32, 25, .18);
  padding: 6px;
}
.address-option {
  min-height: 48px;
  display: flex;
  align-items: center;
  padding: 10px 12px;
  border-radius: 9px;
  color: var(--ink);
  font-size: 14px;
  line-height: 1.35;
  cursor: pointer;
}
.address-option:hover,
.address-option.active { background: var(--mint); }
.address-status { color: var(--muted); cursor: default; }
.address-status:hover { background: transparent; }
.input-wrap input[aria-invalid="true"] {
  box-shadow: inset 0 0 0 2px #a52a2a;
}

.steps { background: var(--cream); padding: 115px 6vw 80px; }
.section-heading { text-align: center; max-width: 780px; margin: auto; }
.section-heading h2,
.why-panel h2,
.final-cta h2 {
  color: var(--ink-deep);
  margin-top: 14px;
  font-size: clamp(42px, 4.5vw, 63px);
  line-height: 1.08;
}
.section-heading p {
  max-width: 580px;
  color: var(--muted);
  margin: 22px auto 0;
  line-height: 1.65;
}
.step-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  max-width: 1180px;
  margin: 72px auto 0;
  display: grid;
}
.step-grid article {
  background: var(--paper);
  border: 1px solid #e4dfd4;
  border-radius: 3px 35px;
  min-height: 285px;
  padding: 34px;
  position: relative;
}
.step-number {
  color: #b9c0ba;
  font-family: Georgia, serif;
  font-size: 15px;
  font-style: italic;
  position: absolute;
  top: 26px;
  right: 28px;
}
.step-icon {
  width: 49px;
  height: 49px;
  color: var(--green);
  background: var(--mint);
  border-radius: 50%;
  place-items: center;
  display: grid;
}
.step-icon svg { width: 23px; height: 23px; }
.step-grid h3 {
  margin: 26px 0 12px;
  font-family: Georgia, serif;
  font-size: 23px;
  font-weight: 500;
}
.step-grid p { color: var(--muted); margin: 0; font-size: 14px; line-height: 1.65; }

.listing-section {
  background: var(--cream);
  padding: 20px 6vw 115px;
}
.listing-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  max-width: 1180px;
  margin: 56px auto 0;
  display: grid;
}
.listing-card {
  background: var(--paper);
  border: 1px solid #e4dfd4;
  border-radius: 3px 35px;
  min-height: 220px;
  padding: 34px;
  position: relative;
  display: flex;
  flex-direction: column;
}
.listing-card h3 {
  margin: 0 0 10px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 23px;
  font-weight: 500;
  line-height: 1.2;
}
.listing-card p {
  color: var(--muted);
  margin: 0 0 auto;
  font-size: 14px;
  line-height: 1.65;
}
.listing-card .listing-cta {
  margin-top: 22px;
  color: #fff;
  background: var(--ink);
  border-radius: 10px;
  padding: 12px 16px;
  font-size: 14px;
  font-weight: 750;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
}
.listing-card .listing-cta:hover { background: var(--green); }

.why-section { background: var(--cream); padding: 0 5vw 115px; }
.why-panel {
  color: #fff;
  background: var(--ink-deep);
  border-radius: 4px 70px;
  grid-template-columns: 1.1fr .9fr;
  align-items: end;
  gap: 90px;
  max-width: 1240px;
  margin: auto;
  padding: 80px 7%;
  display: grid;
}
.why-panel h2 { color: #fff; }
.section-kicker.light { color: #8ed3b7; }
.why-copy p {
  color: #bed0c8;
  margin: 0 0 28px;
  font-size: 16px;
  line-height: 1.75;
}
.why-copy a {
  color: #fff;
  border-bottom: 1px solid #749b8d;
  padding-bottom: 7px;
}

.final-cta { text-align: center; padding: 115px 5vw 120px; }
.final-cta p { color: var(--muted); margin: 20px 0 30px; }
.final-cta > a {
  background: var(--orange);
  color: #fff;
  border-radius: 9px;
  padding: 17px 24px;
}

footer {
  color: #a8bbb3;
  background: #0a241d;
  grid-template-columns: 1.5fr 1fr 1fr;
  align-items: start;
  gap: 25px;
  padding: 58px 6vw 35px;
  display: grid;
}
.footer-brand { color: #fff; }
footer > p { margin: 11px 0; font-size: 13px; }
.footer-links {
  grid-row: span 2;
  justify-self: end;
  gap: 28px;
  font-size: 13px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.footer-links a { min-height: 44px; display: inline-flex; align-items: center; }

.primary,
.secondary,
.button-link {
  cursor: pointer;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.primary {
  color: #fff;
  background: var(--ink);
  border: 0;
  border-radius: 10px;
  padding: 14px 22px;
  font-weight: 750;
}
.primary:hover { background: var(--green); }
.primary:disabled,
.secondary:disabled,
.back-btn:disabled { cursor: wait; opacity: .62; }
.secondary {
  background: #fff;
  color: var(--ink);
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 12px 18px;
  font-weight: 700;
}
.button-link { width: fit-content; }

.page-head {
  max-width: 1440px;
  margin: auto;
  padding: 80px 5vw 100px;
  min-height: 420px;
}
.page-head h1 {
  color: var(--ink-deep);
  max-width: 960px;
  font-size: clamp(46px, 6vw, 78px);
  line-height: .98;
}
.page-head p {
  color: var(--muted);
  max-width: 680px;
  font-size: 18px;
  line-height: 1.65;
  margin: 20px 0 30px;
}
.portal-locked { max-width: 1050px; }

.quote-progress {
  height: 7px;
  background: #dfe5df;
  border-radius: 99px;
  overflow: hidden;
  margin-bottom: 38px;
}
.progress-fill {
  display: block;
  height: 100%;
  background: var(--green);
  width: 20%;
  transition: width .25s;
}
.quote-progress.step-2 .progress-fill { width: 40%; }
.quote-progress.step-3 .progress-fill { width: 60%; }
.quote-progress.step-4 .progress-fill { width: 80%; }
.quote-progress.step-5 .progress-fill { width: 100%; }

.form-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: 36px;
  box-shadow: 0 18px 60px #14372d1a;
}
.form-card h1,
.form-card h2 {
  font-size: 42px;
  line-height: 1.08;
  letter-spacing: -.04em;
  margin: 0 0 8px;
}
.form-card > p { color: var(--muted); margin-bottom: 30px; }
.form-card > .required-note {
  margin: -18px 0 24px;
  color: #405047;
  font-size: 13px;
  font-weight: 700;
}
.field { display: flex; flex-direction: column; gap: 7px; margin: 18px 0; }
.field label,
.choice-fieldset legend { font-size: 13px; font-weight: 750; }
.field input,
.field select,
.field textarea {
  width: 100%;
  border: 1px solid #748579;
  border-radius: 12px;
  padding: 14px 15px;
  outline: none;
  background: #fbfcfa;
  color: var(--ink);
}
.field textarea { min-height: 100px; resize: vertical; }
.field input[aria-invalid="true"],
.field select[aria-invalid="true"],
.field textarea[aria-invalid="true"] {
  border-color: #a52a2a;
  box-shadow: 0 0 0 3px rgba(165, 42, 42, .12);
}
.label-note { font-weight: 400; color: #65746c; }
.field-error { margin: -9px 0 16px; color: #8b1f1f; font-size: 13px; font-weight: 700; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.choice-fieldset { border: 0; padding: 0; margin: 26px 0 0; }
.choice-fieldset legend { padding: 0; margin-bottom: 9px; }
.choice-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.choice {
  position: relative;
  display: block;
  border: 1px solid #748579;
  border-radius: 14px;
  padding: 16px;
  cursor: pointer;
  background: #fbfcfa;
}
.choice:hover { border-color: #9daf9f; }
.choice.selected,
.choice:has(input:focus-visible) {
  border-color: var(--green);
  background: var(--mint);
}
.choice input { position: absolute; opacity: 0; pointer-events: none; }
.choice span { display: flex; flex-direction: column; gap: 3px; }
.choice small { color: var(--muted); }
.form-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin-top: 28px;
}
.back-btn {
  border: 0;
  background: transparent;
  cursor: pointer;
  color: var(--green);
  padding: 10px 0;
  font-weight: 700;
}
.partner-note {
  border-radius: 14px;
  background: #f1f5ed;
  padding: 13px 15px;
  font-size: 13px;
  margin-bottom: 22px;
}
.consent {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  gap: 11px;
  margin-top: 24px;
  padding: 15px;
  border-radius: 13px;
  border: 1px solid var(--line);
  background: #fbfcfa;
  font-size: 13px;
  cursor: pointer;
  color: var(--muted);
  line-height: 1.45;
}
.consent input {
  width: 19px;
  height: 19px;
  margin: 1px 0 0;
  accent-color: var(--green);
}
.consent input[aria-invalid="true"] { outline: 3px solid rgba(165, 42, 42, .25); }
.form-disclosure {
  margin: 16px 0;
  padding: 13px 15px;
  border-left: 4px solid var(--green);
  background: #f6f8f5;
  color: #4f6056;
  font-size: 13px;
}
.turnstile-wrap { min-height: 108px; margin-top: 20px; }
.turnstile-help { margin: 8px 0 0; color: var(--muted); font-size: 12px; }
.honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}
.submission-error {
  padding: 13px 15px;
  margin: 18px 0 0;
  border: 1px solid #d9aaa5;
  border-radius: 12px;
  background: #fff2f0;
  color: #7b1f1a;
  font-size: 13px;
  font-weight: 700;
}
.success-icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: var(--mint);
  color: var(--green);
  display: grid;
  place-items: center;
  font-size: 25px;
  margin-bottom: 20px;
}
.summary-box {
  background: var(--mint);
  border-radius: 16px;
  padding: 18px;
  margin: 22px 0;
}
.summary-box > div {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 7px 0;
  font-size: 14px;
}
.summary-box span { color: var(--muted); flex: 0 0 auto; }
.success-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.legal-page { max-width: 800px; margin: 0 auto; padding: 90px 24px 110px; }
.legal-page h1 {
  font-size: clamp(44px, 6vw, 68px);
  line-height: 1;
  letter-spacing: -.05em;
}
.legal-page h2 { font-size: 24px; margin-top: 38px; }
.legal-page p { color: var(--muted); font-size: 17px; }
.legal-page a { color: var(--green); font-weight: 700; }

.toast-region {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 99;
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-width: min(440px, calc(100vw - 44px));
}
.toast {
  background: var(--ink);
  color: #fff;
  padding: 13px 16px;
  border-radius: 12px;
  box-shadow: 0 18px 60px #14372d1a;
  font-size: 13px;
}

@media (width <= 1040px) {
  .hero { grid-template-columns: 1fr; padding-top: 45px; }
  .hero-copy { max-width: 800px; }
  .hero-visual { height: 500px; margin: 20px 35px 0 80px; }
  .step-grid,
  .listing-grid { gap: 14px; }
  .step-grid article,
  .listing-card { padding: 28px; }
}

@media (width <= 720px) {
  .site-header { height: 70px; }
  .brand { font-size: 17px; }
  .brand-mark { width: 33px; height: 33px; }
  .header-cta { font-size: 12px; }
  .hero { gap: 55px; padding: 48px 20px 80px; min-height: auto; }
  .hero h1 { font-size: 48px; }
  .hero h1 em { white-space: normal; }
  .hero-lede { font-size: 16px; }
  .address-row { flex-direction: column; }
  .address-row > button { width: 100%; }
  .trust-row { flex-wrap: wrap; gap: 12px; }
  .hero-visual { height: 420px; margin: 0 8px 0 25px; }
  .hero-visual img { border-radius: 110px 18px; }
  .quote-card { bottom: 25px; left: -23px; }
  .time-pill { width: 90px; height: 90px; top: 35px; right: -16px; }
  .time-pill strong { font-size: 20px; }
  .steps { padding: 90px 20px 40px; }
  .step-grid,
  .listing-grid {
    grid-template-columns: 1fr;
    margin-top: 48px;
  }
  .step-grid article,
  .listing-card { min-height: auto; }
  .listing-section { padding: 10px 20px 90px; }
  .why-section { padding: 0 20px 90px; }
  .why-panel {
    border-radius: 3px 45px;
    grid-template-columns: 1fr;
    gap: 40px;
    padding: 58px 30px;
  }
  .final-cta { padding: 90px 20px; }
  footer { grid-template-columns: 1fr; }
  .footer-links { grid-row: auto; justify-self: start; }
  .field-row,
  .choice-grid { grid-template-columns: 1fr; }
  .form-card { padding: 25px; }
  .form-card h1,
  .form-card h2 { font-size: 34px; }
  .page-head { padding: 55px 20px 70px; }
  .page-head h1 { font-size: 43px; }
  .quote-shell { margin-top: 36px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
  }
}
