:root {
  --ink: #14313f;
  --ink-2: #264857;
  --muted: #61747d;
  --paper: #fbfaf7;
  --cream: #f4f0e8;
  --mist: #edf3f2;
  --line: #dbe3e3;
  --white: #ffffff;
  --teal: #0e6265;
  --teal-dark: #0a4f52;
  --teal-soft: #dcebea;
  --warm: #b97943;
  --warm-soft: #f2e4d6;
  --green: #2f6b57;
  --green-soft: #e1eee8;
  --red: #98453d;
  --red-soft: #f7e8e6;
  --shadow-sm: 0 8px 24px rgba(25, 57, 69, .08);
  --shadow: 0 22px 60px rgba(25, 57, 69, .12);
  --radius: 22px;
  --radius-sm: 14px;
  --max: 1220px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
[hidden] { display: none !important; }

.skip-link { position: absolute; left: 12px; top: -80px; background: var(--ink); color: white; padding: 10px 14px; border-radius: 8px; z-index: 100; }
.skip-link:focus { top: 12px; }
.container { width: min(calc(100% - 48px), var(--max)); margin-inline: auto; }

h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { color: var(--ink); }
h1, h2 {
  font-family: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Georgia, serif;
  font-weight: 700;
  letter-spacing: -.035em;
  line-height: 1.02;
}
h1 { font-size: clamp(3.1rem, 7vw, 6.35rem); margin-bottom: 24px; }
h2 { font-size: clamp(2.3rem, 5vw, 4.35rem); margin-bottom: 18px; }
h3 { font-size: 1.18rem; line-height: 1.25; margin-bottom: 8px; }
.eyebrow { text-transform: uppercase; letter-spacing: .14em; font-size: .74rem; font-weight: 800; color: var(--teal); margin-bottom: 14px; }
.lede { font-size: clamp(1.05rem, 1.6vw, 1.25rem); line-height: 1.65; color: var(--ink-2); max-width: 760px; }
.small { font-size: .85rem; color: var(--muted); line-height: 1.5; }

.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(251,250,247,.93);
  border-bottom: 1px solid rgba(219,227,227,.9);
  backdrop-filter: blur(14px);
}
.nav-wrap { min-height: 76px; display: flex; align-items: center; gap: 26px; }
.wordmark { text-decoration: none; display: inline-flex; align-items: center; gap: 12px; color: var(--ink); min-width: max-content; }
.wordmark-mark { width: 36px; height: 36px; border-radius: 50%; background: var(--ink); color: white; display: grid; place-items: center; font-weight: 800; font-size: .78rem; letter-spacing: .05em; }
.wordmark-copy { display: grid; line-height: 1; }
.wordmark-name { font-family: "Iowan Old Style", Georgia, serif; font-size: 1.35rem; font-weight: 700; letter-spacing: -.03em; }
.wordmark-tag { font-size: .57rem; text-transform: uppercase; letter-spacing: .15em; color: var(--muted); margin-top: 4px; }
.nav-links { margin-left: auto; display: flex; align-items: center; gap: 28px; }
.nav-links a { text-decoration: none; font-size: .9rem; font-weight: 650; color: #405966; }
.nav-links a:hover { color: var(--teal); }
.nav-toggle { display: none; margin-left: auto; border: 0; background: transparent; color: var(--ink); font-weight: 700; }
.desktop-cta { margin-left: 8px; }

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  min-height: 50px; padding: 0 22px; border: 1px solid transparent; border-radius: 999px;
  text-decoration: none; font-weight: 800; font-size: .95rem; transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.btn:hover { transform: translateY(-1px); }
.btn:focus-visible { outline: 3px solid rgba(14,98,101,.22); outline-offset: 3px; }
.btn--primary { background: var(--teal); color: #fff; box-shadow: 0 10px 24px rgba(14,98,101,.18); }
.btn--primary:hover { background: var(--teal-dark); }
.btn--secondary { border-color: #b9c9ca; background: rgba(255,255,255,.72); color: var(--ink); }
.btn--small { min-height: 42px; padding: 0 18px; font-size: .86rem; }
.btn--full { width: 100%; }
.btn--light { background: #fff; color: var(--ink); }
.btn--ghost { border-color: #adc0c1; background: #fff; color: var(--ink); }

.hero { padding: 76px 0 68px; background: radial-gradient(circle at 15% 10%, #fff 0, #fbfaf7 48%, #f0f5f3 100%); }
.hero-grid { display: grid; grid-template-columns: 1.02fr .98fr; gap: 72px; align-items: center; }
.hero h1 { max-width: 720px; }
.hero-copy .lede { max-width: 660px; margin-bottom: 26px; }
.hero-actions { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; margin-bottom: 28px; }
.hero-note { font-size: .88rem; color: var(--muted); }
.hero-microproof { display: flex; flex-wrap: wrap; gap: 12px 22px; border-top: 1px solid var(--line); padding-top: 22px; }
.hero-microproof span { display: inline-flex; align-items: center; gap: 8px; color: var(--ink-2); font-size: .87rem; font-weight: 650; }
.hero-microproof i { width: 20px; height: 20px; border-radius: 50%; background: var(--teal-soft); color: var(--teal); display: grid; place-items: center; font-style: normal; font-size: .72rem; }
.hero-visual { position: relative; }
.hero-photo { width: 100%; height: auto; aspect-ratio: 4 / 5; object-fit: cover; max-height: 620px; border-radius: 28px; box-shadow: var(--shadow); border: 1px solid rgba(255,255,255,.8); }
.hero-card { position: absolute; left: -30px; bottom: 30px; width: 300px; background: rgba(255,255,255,.95); border: 1px solid rgba(214,225,225,.94); border-radius: 18px; box-shadow: var(--shadow-sm); padding: 18px 19px; backdrop-filter: blur(10px); }
.hero-card-kicker { color: var(--teal); text-transform: uppercase; letter-spacing: .12em; font-weight: 800; font-size: .67rem; }
.hero-card strong { display: block; font-family: "Iowan Old Style", Georgia, serif; font-size: 1.25rem; line-height: 1.18; margin: 7px 0 4px; }
.hero-card span { color: var(--muted); font-size: .82rem; }

.proof-band { border-block: 1px solid var(--line); background: var(--white); }
.proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.proof-item { padding: 24px 26px; display: grid; grid-template-columns: 38px 1fr; gap: 12px; align-items: start; }
.proof-item + .proof-item { border-left: 1px solid var(--line); }
.proof-icon { width: 36px; height: 36px; border-radius: 11px; background: var(--mist); color: var(--teal); display: grid; place-items: center; font-weight: 900; }
.proof-item strong { display: block; font-size: .91rem; margin-bottom: 3px; }
.proof-item span { color: var(--muted); font-size: .79rem; line-height: 1.35; }

.section { padding: 96px 0; }
.section--white { background: #fff; }
.section--cream { background: var(--cream); }
.section--mist { background: var(--mist); }
.section-intro { max-width: 760px; margin-bottom: 42px; }
.section-intro--split { max-width: none; display: grid; grid-template-columns: 1fr .8fr; gap: 70px; align-items: end; }
.section-intro--split p:last-child { margin-bottom: 4px; }

.space-grid { display: grid; grid-template-columns: 1.1fr .9fr .9fr; gap: 20px; }
.space-card { position: relative; overflow: hidden; min-height: 350px; border-radius: 22px; background: #e8eeee; box-shadow: var(--shadow-sm); }
.space-card:first-child { grid-row: span 2; min-height: 720px; }
.space-card img { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; }
.space-card::after { content: ""; position: absolute; inset: 40% 0 0; background: linear-gradient(transparent, rgba(9,38,48,.88)); }
.space-card-copy { position: absolute; z-index: 2; left: 24px; right: 24px; bottom: 22px; color: white; }
.space-card-copy h3 { color: white; font-family: "Iowan Old Style", Georgia, serif; font-size: 1.55rem; margin-bottom: 4px; }
.space-card-copy p { margin: 0; font-size: .83rem; color: rgba(255,255,255,.78); }

.process-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 72px; align-items: center; }
.process-image img { width: 100%; height: auto; aspect-ratio: 4 / 5; object-fit: cover; max-height: 560px; border-radius: 24px; box-shadow: var(--shadow-sm); }
.steps { display: grid; gap: 0; margin-top: 34px; }
.step { display: grid; grid-template-columns: 48px 1fr; gap: 18px; padding: 22px 0; border-top: 1px solid var(--line); }
.step:last-child { border-bottom: 1px solid var(--line); }
.step-num { width: 42px; height: 42px; border-radius: 50%; background: var(--teal); color: white; display: grid; place-items: center; font-weight: 800; }
.step h3 { margin-top: 2px; }
.step p { margin: 0; color: var(--muted); font-size: .93rem; }

.quote-section { padding: 100px 0; background: var(--ink); color: white; position: relative; overflow: hidden; }
.quote-section::before { content: ""; position: absolute; width: 520px; height: 520px; border-radius: 50%; background: #1d5160; filter: blur(0); opacity: .28; right: -180px; top: -220px; }
.quote-section .eyebrow { color: #9fd4d2; }
.quote-section h2, .quote-section .lede { color: white; }
.quote-section .lede { color: #d1dde0; }
.quote-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 68px; align-items: start; position: relative; z-index: 1; }
.quote-sticky { position: sticky; top: 116px; }
.quote-benefits { display: grid; gap: 12px; margin: 28px 0 0; }
.quote-benefits span { display: flex; gap: 10px; color: #d4e1e3; font-size: .9rem; }
.quote-benefits i { color: #9fd4d2; font-style: normal; font-weight: 900; }
.quote-shell { background: #fff; border-radius: 26px; box-shadow: 0 30px 80px rgba(0,0,0,.26); overflow: hidden; color: var(--ink); }
.quote-head { padding: 26px 30px 18px; border-bottom: 1px solid var(--line); display: flex; justify-content: space-between; gap: 20px; align-items: center; }
.quote-head h2 { font-family: inherit; font-size: 1.3rem; letter-spacing: -.02em; margin: 0 0 4px; color: var(--ink); }
.quote-head p { margin: 0; color: var(--muted); font-size: .85rem; }
.quote-badge { font-size: .74rem; font-weight: 700; color: var(--teal); background: var(--teal-soft); padding: 8px 11px; border-radius: 999px; white-space: nowrap; }
.quote-body { display: grid; grid-template-columns: 1fr .72fr; }
.quote-form-wrap { padding: 30px; }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 18px; }
.field { display: grid; gap: 7px; }
.field--full { grid-column: 1 / -1; }
label { font-size: .81rem; font-weight: 760; color: #314f5d; }
input, select, textarea { width: 100%; min-height: 48px; border: 1px solid #cdd9da; border-radius: 10px; background: #fff; color: var(--ink); padding: 10px 13px; }
textarea { min-height: 112px; resize: vertical; }
input[readonly] { background: #f4f6f5; color: #5f727a; }
input:focus, select:focus, textarea:focus { outline: 3px solid rgba(14,98,101,.13); border-color: var(--teal); }
.field-error { min-height: 17px; font-size: .74rem; color: var(--red); }
.result-panel { background: #f5f7f6; border-left: 1px solid var(--line); padding: 30px; display: flex; align-items: center; }
.result-kicker { text-transform: uppercase; letter-spacing: .12em; font-size: .68rem; color: var(--teal); font-weight: 820; }
.result-price { font-size: clamp(2.45rem, 4vw, 3.5rem); font-weight: 820; letter-spacing: -.05em; line-height: 1; margin: 12px 0 8px; color: var(--ink); }
.result-price span { font-size: .9rem; font-weight: 650; letter-spacing: 0; color: var(--muted); }
.result-secondary { color: var(--muted); margin-bottom: 18px; }
.result-secondary strong { color: var(--ink); }
.result-rule { height: 1px; background: var(--line); margin: 20px 0; }
.result-guarantee { display: flex; gap: 9px; align-items: flex-start; margin-top: 18px; color: #41605b; font-size: .83rem; }
.check-dot { flex: 0 0 20px; width: 20px; height: 20px; border-radius: 50%; display: grid; place-items: center; background: var(--green-soft); color: var(--green); font-weight: 900; font-size: .72rem; }
.custom-state { padding: 18px; border-radius: 14px; background: var(--warm-soft); }
.custom-state h3 { margin-top: 7px; }
.custom-state p { color: #715744; }

.signup-panel { margin-top: 24px; background: #fff; color: var(--ink); border-radius: 26px; overflow: hidden; box-shadow: 0 30px 80px rgba(0,0,0,.24); }
.signup-header { padding: 28px 30px 20px; border-bottom: 1px solid var(--line); }
.signup-header h2 { font-family: inherit; font-size: 1.65rem; letter-spacing: -.025em; margin: 0 0 6px; }
.signup-header p { margin: 0; color: var(--muted); }
.signup-body { padding: 30px; display: grid; grid-template-columns: 1fr 310px; gap: 34px; }
.signup-summary { border-left: 1px solid var(--line); padding-left: 26px; }
.summary-box { position: sticky; top: 112px; }
.summary-box h3 { font-size: 1rem; }
.summary-list { list-style: none; padding: 0; margin: 0; }
.summary-list li { display: flex; justify-content: space-between; gap: 14px; padding: 10px 0; border-bottom: 1px solid var(--line); color: var(--muted); font-size: .82rem; }
.summary-list strong { color: var(--ink); text-align: right; }
.consent-row { display: grid; grid-template-columns: 20px 1fr; gap: 10px; margin: 20px 0; }
.consent-row input { width: 18px; height: 18px; min-height: auto; margin-top: 3px; }
.consent-row label { font-weight: 500; line-height: 1.45; }
.form-status { margin-top: 14px; padding: 12px 14px; border-radius: 10px; font-size: .83rem; }
.form-status--error { background: var(--red-soft); color: var(--red); border: 1px solid #ebcac6; }
.form-status--success { background: var(--green-soft); color: var(--green); border: 1px solid #cce2d9; }
.confirmation { padding: 36px; }
.confirmation-icon { width: 54px; height: 54px; border-radius: 50%; background: var(--green-soft); color: var(--green); display: grid; place-items: center; font-size: 1.3rem; font-weight: 900; margin-bottom: 16px; }
.confirmation h2 { font-size: 2.7rem; }
.confirmation dl { max-width: 680px; display: grid; grid-template-columns: 160px 1fr; }
.confirmation dt, .confirmation dd { padding: 9px 0; border-bottom: 1px solid var(--line); }
.confirmation dd { margin: 0; font-weight: 750; }

.guarantee-wrap { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; }
.guarantee-photo { position: relative; }
.guarantee-photo img { width: 100%; height: auto; aspect-ratio: 4 / 5; object-fit: cover; max-height: 560px; border-radius: 24px; box-shadow: var(--shadow-sm); }
.guarantee-float { position: absolute; right: -20px; bottom: 24px; max-width: 260px; padding: 17px; border-radius: 16px; background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow-sm); font-size: .84rem; color: var(--muted); }
.guarantee-float strong { color: var(--ink); display: block; margin-bottom: 3px; }
.guarantee-list { display: grid; margin-top: 28px; }
.guarantee-item { padding: 20px 0; border-top: 1px solid #d8d3c8; display: grid; grid-template-columns: 34px 1fr; gap: 14px; }
.guarantee-item:last-child { border-bottom: 1px solid #d8d3c8; }
.guarantee-item i { width: 30px; height: 30px; border-radius: 9px; display: grid; place-items: center; background: #fff; color: var(--teal); font-style: normal; font-weight: 850; }
.guarantee-item p { margin: 0; color: #657078; font-size: .9rem; }

.area-wrap { display: grid; grid-template-columns: .86fr 1.14fr; gap: 56px; align-items: center; }
.area-map { min-height: 360px; border-radius: 24px; border: 1px solid var(--line); background: linear-gradient(145deg, #e3edeb, #f6f5ef); position: relative; overflow: hidden; }
.area-map::before, .area-map::after { content: ""; position: absolute; border: 1px solid rgba(69,110,111,.18); width: 120%; height: 1px; transform: rotate(-16deg); top: 42%; left: -10%; }
.area-map::after { transform: rotate(13deg); top: 60%; }
.map-dot { position: absolute; width: 12px; height: 12px; border-radius: 50%; background: var(--teal); box-shadow: 0 0 0 7px rgba(14,98,101,.12); }
.map-dot.dallas { left: 64%; top: 44%; }
.map-dot.fortworth { left: 32%; top: 50%; }
.map-label { position: absolute; color: var(--ink-2); font-weight: 750; font-size: .8rem; }
.map-label.dallas { left: calc(64% + 14px); top: calc(44% - 8px); }
.map-label.fortworth { left: calc(32% - 72px); top: calc(50% - 8px); }
.map-caption { position: absolute; left: 22px; bottom: 20px; background: rgba(255,255,255,.88); padding: 10px 12px; border-radius: 10px; color: var(--muted); font-size: .75rem; border: 1px solid rgba(219,227,227,.9); }

.faq-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 72px; align-items: start; }
.faq-list details { border-top: 1px solid var(--line); }
.faq-list details:last-child { border-bottom: 1px solid var(--line); }
.faq-list summary { list-style: none; cursor: pointer; padding: 20px 42px 20px 0; position: relative; font-weight: 760; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 4px; top: 16px; font-size: 1.35rem; color: var(--teal); }
.faq-list details[open] summary::after { content: "–"; }
.faq-list p { margin: -2px 0 20px; color: var(--muted); font-size: .92rem; max-width: 780px; }

.cta-band { padding: 70px 0; background: var(--teal); color: white; }
.cta-inner { display: flex; justify-content: space-between; align-items: center; gap: 36px; }
.cta-band h2 { color: white; margin: 0 0 8px; font-size: clamp(2.2rem, 4vw, 3.5rem); }
.cta-band p { margin: 0; color: #d5e7e6; }

.site-footer { background: #102b39; color: #c0cdd1; padding: 52px 0 28px; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 36px; }
.site-footer .wordmark { color: #fff; }
.site-footer .wordmark-mark { background: white; color: var(--ink); }
.site-footer .wordmark-tag { color: #9fb2ba; }
.footer-copy { margin-top: 16px; max-width: 380px; font-size: .86rem; }
.footer-title { color: white; font-weight: 800; font-size: .86rem; margin-bottom: 12px; }
.footer-links { display: grid; gap: 8px; }
.footer-links a { color: #c0cdd1; text-decoration: none; font-size: .86rem; }
.footer-links a:hover { color: white; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid #2a4654; margin-top: 34px; padding-top: 20px; font-size: .78rem; }

.quote-page { background: #f7f8f6; }
.quote-page .site-header { position: static; }
.simple-header { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.support-link { text-decoration: none; font-size: .88rem; color: var(--muted); }
.quote-page main { padding: 56px 0 90px; }
.quote-page .quote-context { display: grid; grid-template-columns: 1fr .9fr; gap: 60px; align-items: end; margin-bottom: 34px; }
.quote-page .quote-context h1 { font-size: clamp(3rem, 6vw, 5.5rem); }
.quote-page .quote-context .lede { margin: 0; }
.mini-guarantee { background: var(--cream); border-radius: 16px; padding: 18px 20px; color: #5f6a6d; border: 1px solid #e4dfd7; }
.mini-guarantee strong { color: var(--ink); display: block; margin-bottom: 4px; }
.quote-page .quote-layout { display: grid; grid-template-columns: 1fr; gap: 24px; }
.quote-page .quote-shell { box-shadow: var(--shadow); }
.quote-page .quote-body { grid-template-columns: 1.1fr .9fr; }
.quote-page .signup-panel { box-shadow: var(--shadow); }
.quote-page .visual-strip { margin-top: 26px; display: grid; grid-template-columns: 1.25fr .75fr; gap: 20px; }
.quote-page .visual-strip img { border-radius: 20px; width: 100%; height: 280px; object-fit: cover; }
.quote-page .visual-note { border-radius: 20px; background: var(--cream); padding: 26px; display: flex; flex-direction: column; justify-content: center; }
.quote-page .visual-note strong { font-family: "Iowan Old Style", Georgia, serif; font-size: 1.7rem; line-height: 1.12; margin-bottom: 10px; }
.quote-page .visual-note span { color: var(--muted); font-size: .9rem; }

.legal-page .site-header { position: static; }
.legal-wrap { max-width: 850px; padding: 76px 0 96px; }
.legal-wrap h1 { font-size: clamp(3rem, 6vw, 5rem); }
.legal-wrap h2 { font-family: inherit; font-size: 1.45rem; letter-spacing: -.02em; margin-top: 42px; }
.legal-wrap p, .legal-wrap li { color: #52656e; }
.legal-meta { color: var(--muted); font-size: .86rem; margin-bottom: 34px; }
.notice { background: var(--cream); border-left: 3px solid var(--warm); padding: 16px 18px; border-radius: 0 12px 12px 0; color: #655545; }

@media (max-width: 1040px) {
  .hero-grid, .process-grid, .guarantee-wrap, .area-wrap, .faq-grid { grid-template-columns: 1fr; gap: 46px; }
  .hero-visual { max-width: 760px; }
  .hero-card { left: 22px; }
  .proof-grid { grid-template-columns: repeat(2, 1fr); }
  .proof-item:nth-child(3) { border-left: 0; border-top: 1px solid var(--line); }
  .proof-item:nth-child(4) { border-top: 1px solid var(--line); }
  .space-grid { grid-template-columns: repeat(2, 1fr); }
  .space-card:first-child { grid-row: auto; min-height: 350px; grid-column: 1 / -1; }
  .quote-layout { grid-template-columns: 1fr; }
  .quote-sticky { position: static; }
  .signup-body { grid-template-columns: 1fr; }
  .signup-summary { border-left: 0; border-top: 1px solid var(--line); padding: 24px 0 0; }
  .summary-box { position: static; }
}

@media (max-width: 780px) {
  .container { width: min(calc(100% - 28px), var(--max)); }
  .site-header { position: sticky; }
  .nav-toggle { display: block; }
  .nav-links { display: none; position: absolute; top: 68px; left: 14px; right: 14px; padding: 12px; background: #fff; border: 1px solid var(--line); border-radius: 16px; box-shadow: var(--shadow-sm); flex-direction: column; align-items: stretch; gap: 0; }
  .nav-links.is-open { display: flex; }
  .nav-links a { padding: 11px 10px; }
  .nav-wrap > .desktop-cta { display: none; }
  .hero { padding: 50px 0 44px; }
  h1 { font-size: clamp(3rem, 14vw, 4.5rem); }
  h2 { font-size: clamp(2.2rem, 10vw, 3.45rem); }
  .hero-grid { gap: 38px; }
  .hero-card { position: static; width: auto; margin: -34px 16px 0; transform: translateY(0); }
  .proof-grid { grid-template-columns: 1fr; }
  .proof-item + .proof-item { border-left: 0; border-top: 1px solid var(--line); }
  .section { padding: 72px 0; }
  .section-intro--split { grid-template-columns: 1fr; gap: 16px; }
  .space-grid { grid-template-columns: 1fr; }
  .space-card:first-child { grid-column: auto; }
  .space-card { min-height: 340px; }
  .quote-section { padding: 72px 0; }
  .quote-body { grid-template-columns: 1fr; }
  .result-panel { border-left: 0; border-top: 1px solid var(--line); }
  .quote-head { align-items: flex-start; flex-direction: column; }
  .form-grid { grid-template-columns: 1fr; }
  .field--full { grid-column: auto; }
  .quote-form-wrap, .result-panel, .signup-body { padding: 22px; }
  .signup-header { padding: 24px 22px 18px; }
  .guarantee-float { position: static; max-width: none; margin: -16px 12px 0; }
  .cta-inner { align-items: flex-start; flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; }
  .quote-page .quote-context { grid-template-columns: 1fr; gap: 18px; }
  .quote-page .quote-body { grid-template-columns: 1fr; }
  .quote-page .visual-strip { grid-template-columns: 1fr; }
  .quote-page .visual-strip img { height: 240px; }
  .confirmation dl { grid-template-columns: 1fr; }
  .confirmation dt { padding-bottom: 0; border-bottom: 0; }
  .confirmation dd { padding-top: 2px; }
  .wordmark-tag { display: none; }
}

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

/* Honeypot anti-spam field: keep out of sight and out of tab order. */
.hp-wrap{position:absolute!important;left:-9999px;top:auto;width:1px;height:1px;overflow:hidden;opacity:0;pointer-events:none}
