:root {
  --ink: #17131f;
  --muted: #6d6875;
  --cream: #f7f4ee;
  --paper: #fffdf9;
  --white: #ffffff;
  --plum: #241443;
  --plum-2: #3a2066;
  --purple: #7952d8;
  --lavender: #d9c9ff;
  --lime: #dafa83;
  --line: #ded9d1;
  --soft-line: rgba(255,255,255,.16);
  --green: #2f7858;
  --font-head: "Manrope", sans-serif;
  --font-body: "DM Sans", sans-serif;
  --shadow: 0 24px 80px rgba(26, 16, 45, .18);
  --radius: 24px;
  --shell: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--font-body); line-height: 1.55; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, summary { -webkit-tap-highlight-color: transparent; }
.shell { width: min(var(--shell), calc(100% - 44px)); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 200; padding: 10px 16px; background: var(--lime); color: var(--ink); border-radius: 10px; font-weight: 700; }
.skip-link:focus { top: 16px; }
.stars { color: #f5b83d; letter-spacing: .05em; }

.trust-strip { background: #180e2e; color: rgba(255,255,255,.82); font-size: .8rem; }
.trust-strip__inner { min-height: 34px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 20px; }
.trust-strip__inner > :last-child { justify-self: end; font-weight: 700; color: white; }
.trust-strip a:hover { color: white; }
.site-header { position: sticky; top: 0; z-index: 80; background: rgba(255,253,249,.92); border-bottom: 1px solid rgba(23,19,31,.09); backdrop-filter: blur(14px); }
.nav { min-height: 72px; display: flex; align-items: center; gap: 28px; }
.logo { display: inline-flex; align-items: center; gap: 10px; font: 700 1.12rem var(--font-head); letter-spacing: -.03em; white-space: nowrap; }
.logo img { width: 39px; height: 39px; object-fit: contain; }
.logo b { color: var(--purple); }
.nav-links { display: flex; align-items: center; gap: 28px; margin-left: auto; color: #4d4854; font-size: .9rem; font-weight: 600; }
.nav-links a { position: relative; }
.nav-links a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 2px; background: var(--purple); transition: right .2s ease; }
.nav-links a:hover::after { right: 0; }
.nav-actions { display: flex; align-items: center; gap: 16px; }
.nav-phone { font-weight: 700; font-size: .9rem; }
.menu-button { display: none; border: 0; background: transparent; width: 42px; height: 42px; padding: 8px; }
.menu-button span { display: block; width: 24px; height: 2px; background: var(--ink); margin: 5px auto; transition: transform .2s ease, opacity .2s ease; }

.button { display: inline-flex; justify-content: center; align-items: center; gap: 10px; min-height: 52px; padding: 0 24px; border: 1px solid var(--plum); border-radius: 999px; background: var(--plum); color: white; font: 700 .95rem var(--font-head); cursor: pointer; transition: transform .18s ease, background .18s ease, box-shadow .18s ease; }
.button:hover { transform: translateY(-2px); background: var(--plum-2); box-shadow: 0 12px 28px rgba(36,20,67,.2); }
.button--small { min-height: 42px; padding-inline: 19px; font-size: .84rem; }
.button--dark { background: var(--ink); border-color: var(--ink); }
.button--outline { background: white; border-color: var(--line); color: var(--plum); }
.button--outline:hover { background: var(--cream); border-color: var(--plum); }
.button--light { background: white; border-color: white; color: var(--plum); }
.button--light:hover { background: var(--lime); border-color: var(--lime); }
.button--form { width: 100%; border-radius: 13px; min-height: 56px; font-size: 1rem; margin-top: 16px; background: var(--purple); border-color: var(--purple); }

.hero { position: relative; overflow: hidden; padding: 76px 0 80px; background: var(--plum); color: white; }
.hero::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 15% 15%, rgba(121,82,216,.32), transparent 38%), linear-gradient(120deg, transparent 55%, rgba(255,255,255,.035)); pointer-events: none; }
.hero-glow { position: absolute; width: 360px; height: 360px; border-radius: 50%; right: 4%; bottom: -220px; background: var(--lime); opacity: .15; filter: blur(80px); }
.hero-grid { position: relative; display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(430px, .78fr); gap: 70px; align-items: center; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; color: var(--lavender); font: 700 .75rem var(--font-head); letter-spacing: .12em; text-transform: uppercase; }
.eyebrow > span { width: 24px; height: 2px; background: var(--lime); }
.eyebrow--dark { color: var(--purple); }
.eyebrow--dark > span { background: var(--purple); }
.hero h1 { margin: 19px 0 22px; max-width: 720px; font: 700 clamp(2.7rem, 5.2vw, 4.9rem)/1.02 var(--font-head); letter-spacing: -.06em; }
.hero h1 em { color: var(--lime); font-style: normal; }
.hero-lead { max-width: 610px; margin: 0; color: rgba(255,255,255,.76); font-size: 1.12rem; }
.benefit-list { display: flex; flex-wrap: wrap; gap: 11px 20px; margin-top: 28px; }
.benefit-list span { display: flex; align-items: center; gap: 7px; font-weight: 600; font-size: .88rem; }
.benefit-list svg, .why-list svg { width: 20px; height: 20px; flex: 0 0 20px; fill: none; stroke: var(--lime); stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round; }
.hero-proof { display: flex; align-items: center; gap: 15px; margin-top: 34px; padding-top: 27px; border-top: 1px solid var(--soft-line); }
.hero-proof strong, .hero-proof span { display: block; }
.hero-proof strong { font: 700 .9rem var(--font-head); }
.hero-proof span { color: rgba(255,255,255,.58); font-size: .77rem; margin-top: 3px; }
.avatar-stack { display: flex; }
.avatar-stack img { width: 38px; height: 38px; border-radius: 50%; object-fit: cover; border: 2px solid var(--plum); margin-left: -9px; background: #ddd; }
.avatar-stack img:first-child { margin-left: 0; }

.offer-card { background: white; color: var(--ink); border-radius: var(--radius); box-shadow: var(--shadow); overflow: hidden; }
.offer-card__top { display: flex; align-items: center; gap: 8px; min-height: 45px; padding: 0 26px; background: #f1ecfa; color: #514760; font-size: .76rem; font-weight: 700; }
.live-dot { width: 8px; height: 8px; border-radius: 50%; background: #50a477; box-shadow: 0 0 0 4px rgba(80,164,119,.12); }
.step-label { margin-left: auto; }
.lead-form { padding: 28px; }
.honeypot { position: absolute; left: -9999px; }
.form-step[hidden] { display: none !important; }
.form-heading { margin-bottom: 23px; }
.form-heading--compact { margin: -4px 0 19px; }
.form-heading h2 { margin: 5px 0 7px; font: 800 1.5rem/1.18 var(--font-head); letter-spacing: -.035em; }
.form-heading p { margin: 0; color: var(--muted); font-size: .82rem; }
.form-kicker { color: var(--purple) !important; text-transform: uppercase; letter-spacing: .1em; font-weight: 800; font-size: .67rem !important; }
.field-label, .field label, .choice-group legend { display: block; margin-bottom: 7px; color: #3d3745; font-weight: 700; font-size: .78rem; }
.field label span, .optional-details summary span { color: #98919e; font-weight: 500; }
.address-input { position: relative; }
.address-input svg { position: absolute; left: 15px; top: 50%; transform: translateY(-50%); width: 21px; height: 21px; fill: none; stroke: var(--purple); stroke-width: 1.8; }
.address-input input { padding-left: 46px; }
input, select, textarea { width: 100%; min-height: 50px; border: 1px solid #d7d1dc; border-radius: 11px; background: #fff; color: var(--ink); padding: 11px 13px; outline: none; transition: border .16s ease, box-shadow .16s ease; }
textarea { resize: vertical; }
input:focus, select:focus, textarea:focus { border-color: var(--purple); box-shadow: 0 0 0 4px rgba(121,82,216,.11); }
input::placeholder, textarea::placeholder { color: #aaa4af; }
.form-assurance { display: flex; justify-content: space-between; gap: 10px; margin-top: 13px; color: #827c88; font-size: .68rem; }
.back-button { border: 0; background: transparent; color: var(--purple); padding: 0 0 10px; cursor: pointer; font-weight: 700; font-size: .78rem; }
.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }
.field--full { grid-column: 1/-1; }
.choice-group { border: 0; padding: 0; margin: 14px 0; }
.choice-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.choice { position: relative; cursor: pointer; margin: 0 !important; }
.choice input { position: absolute; opacity: 0; pointer-events: none; }
.choice span { display: flex; justify-content: center; align-items: center; min-height: 42px; border: 1px solid #d7d1dc; border-radius: 10px; color: #5c5563; background: white; font-weight: 700; }
.choice input:checked + span { color: var(--purple); border-color: var(--purple); background: #f4efff; box-shadow: inset 0 0 0 1px var(--purple); }
.specific-time { margin-top: 12px; }
.optional-details { margin: 14px 0; border: 1px solid #e2dde6; border-radius: 11px; overflow: hidden; }
.optional-details summary { padding: 12px 14px; cursor: pointer; list-style: none; font-weight: 700; font-size: .8rem; }
.optional-details summary::-webkit-details-marker { display: none; }
.optional-details__grid { padding: 4px 14px 14px; }
.consent { display: grid; grid-template-columns: 17px 1fr; gap: 9px; align-items: start; margin-top: 13px; color: #746e7a; font-size: .68rem; line-height: 1.4; }
.consent input { min-height: 0; width: 17px; height: 17px; margin: 1px 0 0; accent-color: var(--purple); }
.form-fineprint { margin: 8px 0 0; text-align: center; color: #8c8691; font-size: .68rem; }
.form-error { margin: 9px 0 0; color: #a23737; font-weight: 600; font-size: .75rem; }

.proof-bar { background: var(--lime); }
.proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); min-height: 104px; }
.proof-grid > div { display: flex; flex-direction: column; justify-content: center; padding: 15px 28px; border-left: 1px solid rgba(23,19,31,.14); }
.proof-grid > div:last-child { border-right: 1px solid rgba(23,19,31,.14); }
.proof-grid strong { font: 800 1.55rem var(--font-head); letter-spacing: -.04em; }
.proof-grid small { color: #8a641b; font-size: .75em; }
.proof-grid span { color: #4f5438; font-size: .75rem; font-weight: 600; }

.network-trust { padding: 72px 0; background: white; border-bottom: 1px solid var(--line); }
.network-trust__grid { display: grid; grid-template-columns: 280px 1fr; gap: 68px; align-items: center; }
.network-trust__brand { display: flex; flex-direction: column; align-items: center; justify-content: center; min-height: 245px; padding: 34px; border: 1px solid rgba(255,255,255,.1); border-radius: 22px; background: var(--plum); box-shadow: 0 18px 45px rgba(33,25,44,.14); text-align: center; }
.network-trust__brand img { display: block; width: min(100%, 195px); height: auto; }
.network-trust__brand span { margin-top: 20px; color: rgba(255,255,255,.72); font-size: .68rem; font-weight: 800; letter-spacing: .08em; line-height: 1.45; text-transform: uppercase; }
.network-trust__copy h2 { margin: 12px 0 14px; font: 750 clamp(1.85rem, 3.2vw, 2.8rem)/1.1 var(--font-head); letter-spacing: -.05em; }
.network-trust__copy > p { max-width: 820px; margin: 0; color: var(--muted); }
.network-trust__facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin: 24px 0 20px; }
.network-trust__facts span { min-height: 104px; padding: 15px; border: 1px solid var(--line); border-radius: 13px; background: var(--cream); color: var(--muted); font-size: .75rem; line-height: 1.45; }
.network-trust__facts b { display: block; margin-bottom: 3px; color: var(--ink); font: 750 .79rem var(--font-head); }
.network-trust__link { display: inline-block; }

.section { padding: 100px 0; }
.section-heading { margin-bottom: 45px; }
.section-heading h2, .why h2, .review-header h2, .faq h2, .homes h2, .final-cta h2 { margin: 14px 0 0; font: 750 clamp(2rem, 4vw, 3.5rem)/1.08 var(--font-head); letter-spacing: -.055em; }
.section-heading p { color: var(--muted); }
.section-heading--split { display: grid; grid-template-columns: 1.25fr .75fr; align-items: end; gap: 80px; }
.section-heading--split p { margin: 0 0 5px; }
.center-heading { text-align: center; max-width: 740px; margin-inline: auto; }
.center-heading p { max-width: 580px; margin: 15px auto 0; }
.situations { background: var(--cream); }
.situation-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.situation-card { min-height: 240px; padding: 25px; background: var(--paper); border: 1px solid var(--line); border-radius: 18px; transition: transform .2s ease, box-shadow .2s ease; }
.situation-card:hover { transform: translateY(-5px); box-shadow: 0 18px 40px rgba(33,25,44,.08); }
.situation-card > span:first-child { display: inline-grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; background: #ece4ff; color: var(--purple); font: 800 .72rem var(--font-head); }
.situation-card h3 { margin: 39px 0 9px; font: 750 1.12rem var(--font-head); letter-spacing: -.03em; }
.situation-card p { margin: 0; color: var(--muted); font-size: .86rem; }
.situation-tags { display: flex; justify-content: center; flex-wrap: wrap; gap: 9px; margin-top: 23px; }
.situation-tags span { padding: 8px 13px; background: #ece8e1; border-radius: 999px; color: #625c66; font-size: .72rem; font-weight: 600; }

.process { background: white; }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); position: relative; }
.process-grid::before { content: ""; position: absolute; top: 31px; left: 12.5%; right: 12.5%; border-top: 1px dashed #bdb4c7; }
.process-grid article { position: relative; text-align: center; padding: 0 22px; }
.process-grid b { position: relative; z-index: 1; display: grid; place-items: center; width: 64px; height: 64px; margin: 0 auto 23px; border-radius: 50%; background: var(--plum); color: var(--lime); font: 800 1.25rem var(--font-head); box-shadow: 0 0 0 8px white; }
.process-grid h3 { margin: 0 0 9px; font: 750 1rem var(--font-head); }
.process-grid p { margin: 0; color: var(--muted); font-size: .82rem; }
.center-action { display: flex; flex-direction: column; align-items: center; gap: 10px; margin-top: 48px; }
.center-action span { color: var(--muted); font-size: .73rem; }

.why { background: var(--cream); }
.why-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: 75px; align-items: center; }
.why-photo { position: relative; }
.why-photo img { width: 100%; aspect-ratio: 4/4.5; object-fit: cover; border-radius: var(--radius); }
.office-badge { position: absolute; left: -22px; bottom: 24px; max-width: 245px; padding: 17px 19px; border-radius: 14px; background: var(--lime); box-shadow: 0 15px 35px rgba(31,25,39,.16); }
.office-badge strong, .office-badge span { display: block; }
.office-badge strong { font: 800 .95rem var(--font-head); }
.office-badge span { margin-top: 3px; color: #515537; font-size: .72rem; }
.why-copy > p { margin: 20px 0 25px; color: var(--muted); }
.why-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 17px; }
.why-list li { display: grid; grid-template-columns: 28px 1fr; gap: 10px; }
.why-list svg { padding: 3px; border-radius: 50%; background: #e8f6be; stroke: var(--green); }
.why-list strong, .why-list span { display: block; }
.why-list strong { font: 750 .9rem var(--font-head); }
.why-list span { color: var(--muted); font-size: .79rem; margin-top: 2px; }
.why-actions { display: flex; align-items: center; gap: 24px; margin-top: 31px; }
.text-link { color: var(--purple); font-weight: 700; }
.text-link--large { display: inline-block; margin-top: 20px; font: 800 1.15rem var(--font-head); }

.comparison { background: white; }
.comparison-table { max-width: 920px; margin: 0 auto; border: 1px solid var(--line); border-radius: 18px; overflow: hidden; }
.comparison-row { display: grid; grid-template-columns: 1.1fr 1fr 1fr; }
.comparison-row > div { padding: 16px 19px; border-bottom: 1px solid var(--line); font-size: .85rem; }
.comparison-row:last-child > div { border-bottom: 0; }
.comparison-row > div:not(:last-child) { border-right: 1px solid var(--line); }
.comparison-row > div:first-child { font-weight: 700; }
.comparison-head { background: #f1ede7; font: 800 .76rem var(--font-head); text-transform: uppercase; letter-spacing: .05em; }
.comparison-head > div { font-size: .72rem; }
.livli-col { background: #f5f0ff; color: #3d2769; font-weight: 700; }
.comparison-note { max-width: 760px; margin: 19px auto 0; color: var(--muted); text-align: center; font-size: .76rem; }

.homes { padding: 92px 0 40px; overflow: hidden; background: var(--plum); color: white; }
.homes-heading { display: grid; grid-template-columns: 1.2fr .6fr; gap: 70px; align-items: end; margin-bottom: 40px; }
.homes-heading p { margin: 0 0 7px; color: rgba(255,255,255,.63); }
.home-reel { display: grid; grid-auto-flow: column; grid-auto-columns: min(320px, 72vw); gap: 16px; overflow-x: auto; padding: 0 max(22px, calc((100vw - var(--shell))/2)) 34px; scroll-snap-type: x mandatory; scrollbar-color: var(--purple) transparent; }
.home-reel img { width: 100%; height: 330px; object-fit: cover; border-radius: 18px; scroll-snap-align: start; background: #38294d; }

.reviews { background: var(--cream); }
.review-header { display: flex; justify-content: space-between; align-items: end; gap: 40px; margin-bottom: 42px; }
.review-score { display: grid; grid-template-columns: auto auto; align-items: center; gap: 0 12px; }
.review-score strong { grid-row: 1/3; font: 800 3.6rem var(--font-head); letter-spacing: -.06em; }
.review-score small { color: var(--muted); }
.review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.review-card { display: flex; flex-direction: column; min-height: 310px; padding: 25px; background: white; border: 1px solid var(--line); border-radius: 18px; }
.review-card__top { display: flex; justify-content: space-between; gap: 10px; align-items: center; }
.review-tag { color: var(--purple); font-size: .68rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.review-card .stars { font-size: .72rem; }
.review-card blockquote { margin: 32px 0; color: #3f3946; font-size: .92rem; flex: 1; }
.review-card footer strong, .review-card footer span { display: block; }
.review-card footer strong { font: 750 .82rem var(--font-head); }
.review-card footer span { color: var(--muted); font-size: .7rem; }

.faq { background: white; }
.faq-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 90px; align-items: start; }
.faq-intro { position: sticky; top: 120px; }
.faq-intro p { color: var(--muted); }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; justify-content: space-between; gap: 20px; align-items: center; padding: 21px 0; cursor: pointer; list-style: none; font: 750 .95rem var(--font-head); }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { font-size: 1.35rem; color: var(--purple); transition: transform .2s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list p { margin: -4px 48px 22px 0; color: var(--muted); font-size: .86rem; }

.final-cta { padding: 85px 0; background: var(--plum); color: white; }
.final-cta__grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 70px; align-items: center; }
.final-cta p { color: rgba(255,255,255,.68); max-width: 620px; }
.final-cta__actions { display: grid; gap: 12px; justify-items: stretch; text-align: center; }
.final-cta__actions > a:not(.button) { color: rgba(255,255,255,.77); font-size: .84rem; font-weight: 700; }

.footer { padding: 65px 0 25px; background: #130b24; color: rgba(255,255,255,.67); }
.footer-grid { display: grid; grid-template-columns: 1.4fr repeat(3, .7fr); gap: 55px; }
.footer-grid > div { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.footer-grid h3 { margin: 0 0 6px; color: white; font: 800 .78rem var(--font-head); text-transform: uppercase; letter-spacing: .1em; }
.footer-grid a, .footer-grid span { font-size: .8rem; }
.footer-grid a:hover { color: white; }
.logo--footer { color: white; }
.footer-brand p { max-width: 330px; margin: 8px 0 0; font-size: .82rem; }
.footer-affiliation { margin-top: 6px; color: var(--lime); font-size: .72rem !important; font-weight: 700; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 50px; padding-top: 21px; border-top: 1px solid rgba(255,255,255,.1); font-size: .7rem; }
.mobile-bar { display: none; }

.contact-page { min-height: calc(100vh - 106px); padding: 60px 0 80px; background: var(--cream); }
.contact-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 70px; align-items: start; }
.contact-copy { position: sticky; top: 120px; }
.contact-copy h1 { margin: 15px 0; font: 750 clamp(2.4rem, 5vw, 4.2rem)/1.04 var(--font-head); letter-spacing: -.06em; }
.contact-copy > p { color: var(--muted); }
.contact-points { display: grid; gap: 13px; margin: 28px 0; }
.contact-points span { display: flex; align-items: center; gap: 10px; font-weight: 600; }
.contact-points b { display: grid; place-items: center; width: 25px; height: 25px; border-radius: 50%; background: var(--lime); color: var(--green); }
.contact-card { background: white; border-radius: var(--radius); box-shadow: 0 20px 65px rgba(33,24,46,.12); overflow: hidden; }
.contact-direct { display: flex; gap: 15px; flex-wrap: wrap; margin-top: 24px; }
.contact-direct a { color: var(--purple); font-weight: 700; }

.thankyou { min-height: 70vh; display: grid; place-items: center; padding: 70px 22px; background: var(--cream); text-align: center; }
.thankyou-card { max-width: 680px; padding: 45px; background: white; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); }
.thankyou-icon { display: grid; place-items: center; width: 68px; height: 68px; margin: 0 auto 20px; border-radius: 50%; background: var(--lime); font-size: 1.7rem; }
.thankyou h1 { margin: 0; font: 800 2.4rem var(--font-head); letter-spacing: -.05em; }
.thankyou p { color: var(--muted); }
.thankyou-actions { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; margin-top: 24px; }
.thankyou-actions .button { min-width: 124px; }

.legal { padding: 70px 0 100px; }
.legal article { max-width: 820px; }
.legal h1 { font: 800 3rem var(--font-head); letter-spacing: -.05em; }
.legal h2 { margin-top: 32px; font: 750 1.25rem var(--font-head); }
.legal p, .legal li { color: var(--muted); }

/* High-intent landing pages */
.breadcrumb { display: flex; flex-wrap: wrap; gap: 7px; margin-bottom: 18px; color: rgba(255,255,255,.62); font-size: .74rem; }
.breadcrumb a:hover { color: white; }
.landing-hero { position: relative; overflow: hidden; padding: 64px 0 72px; background: var(--plum); color: white; }
.landing-hero::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 10% 10%, rgba(121,82,216,.34), transparent 40%), radial-gradient(circle at 88% 95%, rgba(218,250,131,.12), transparent 34%); }
.landing-hero__grid { position: relative; display: grid; grid-template-columns: minmax(0, 1fr) minmax(410px, .78fr); gap: 68px; align-items: center; }
.landing-copy h1 { margin: 16px 0 20px; font: 750 clamp(2.6rem, 5vw, 4.65rem)/1.02 var(--font-head); letter-spacing: -.06em; }
.landing-copy h1 em { color: var(--lime); font-style: normal; }
.landing-copy > p { max-width: 650px; margin: 0; color: rgba(255,255,255,.76); font-size: 1.08rem; }
.landing-copy .benefit-list { margin-top: 26px; }
.landing-direct { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 28px; padding-top: 24px; border-top: 1px solid var(--soft-line); }
.landing-direct a { font-weight: 750; }
.landing-direct a:last-child { color: var(--lime); }
.landing-proof { background: var(--lime); }
.landing-proof__inner { display: grid; grid-template-columns: repeat(3, 1fr); min-height: 82px; }
.landing-proof__inner span { display: grid; place-items: center; padding: 15px 20px; border-left: 1px solid rgba(23,19,31,.14); text-align: center; font: 750 .82rem var(--font-head); }
.landing-proof__inner span:last-child { border-right: 1px solid rgba(23,19,31,.14); }
.story-section { background: white; }
.story-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 80px; align-items: start; }
.story-intro { position: sticky; top: 116px; }
.story-intro h2, .page-section h2, .hub-hero h1 { margin: 14px 0 16px; font: 750 clamp(2rem, 4vw, 3.45rem)/1.08 var(--font-head); letter-spacing: -.055em; }
.story-intro p, .story-copy p, .page-section > .shell > p { color: var(--muted); }
.story-copy { display: grid; gap: 18px; }
.story-copy h3 { margin: 0 0 8px; font: 750 1.15rem var(--font-head); letter-spacing: -.03em; }
.story-copy p { margin: 0; }
.detail-section { background: var(--cream); }
.detail-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }
.detail-card { min-height: 220px; padding: 27px; border: 1px solid var(--line); border-radius: 18px; background: white; }
.detail-card b { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; background: #ece4ff; color: var(--purple); font: 800 .72rem var(--font-head); }
.detail-card h3 { margin: 26px 0 9px; font: 750 1.08rem var(--font-head); letter-spacing: -.03em; }
.detail-card p { margin: 0; color: var(--muted); font-size: .84rem; }
.page-section { padding: 88px 0; }
.page-section--white { background: white; }
.page-section--cream { background: var(--cream); }
.page-section .center-heading { margin-bottom: 40px; }
.related-grid, .hub-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }
.related-card { display: flex; min-height: 185px; padding: 24px; border: 1px solid var(--line); border-radius: 17px; background: white; flex-direction: column; transition: transform .18s ease, box-shadow .18s ease; }
.related-card:hover { transform: translateY(-4px); box-shadow: 0 16px 34px rgba(33,25,44,.08); }
.related-card small { color: var(--purple); font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.related-card h3 { margin: 24px 0 8px; font: 750 1.08rem var(--font-head); }
.related-card p { margin: 0; color: var(--muted); font-size: .82rem; }
.related-card span { margin-top: auto; padding-top: 18px; color: var(--purple); font-weight: 750; font-size: .8rem; }
.hub-hero { padding: 72px 0; background: var(--plum); color: white; text-align: center; }
.hub-hero .eyebrow { justify-content: center; }
.hub-hero h1 { max-width: 850px; margin-inline: auto; }
.hub-hero p { max-width: 690px; margin: 0 auto; color: rgba(255,255,255,.7); }
.location-strip { padding: 34px 0; background: #eee8f8; }
.location-strip__inner { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 10px; }
.location-strip a { padding: 9px 14px; border: 1px solid #d6cce8; border-radius: 999px; background: white; color: var(--purple); font-size: .76rem; font-weight: 750; }
.location-strip a:hover { border-color: var(--purple); }
.situation-card { display: block; }
.situation-card .card-link { display: inline-block; margin-top: 18px; color: var(--purple); font-size: .78rem; font-weight: 750; }
.situation-tags a { padding: 8px 13px; background: #ece8e1; border-radius: 999px; color: #625c66; font-size: .72rem; font-weight: 600; }
.situation-tags a:hover { background: #e1d9ee; color: var(--purple); }

@media (max-width: 1020px) {
  .nav-links { display: none; }
  .nav-actions { margin-left: auto; }
  .hero-grid { grid-template-columns: 1fr 430px; gap: 35px; }
  .hero h1 { font-size: 3.4rem; }
  .situation-grid { grid-template-columns: 1fr 1fr; }
  .why-grid { gap: 45px; }
  .faq-grid { gap: 50px; }
  .landing-hero__grid { gap: 38px; }
  .story-grid { gap: 48px; }
}

@media (max-width: 820px) {
  html { scroll-padding-top: 72px; }
  body { padding-bottom: 58px; }
  .shell { width: min(100% - 30px, var(--shell)); }
  .trust-strip__inner { grid-template-columns: 1fr auto; }
  .trust-strip__local { display: none; }
  .site-header { top: 0; }
  .nav { min-height: 66px; }
  .nav-phone, .nav-actions .button { display: none; }
  .menu-button { display: block; margin-left: auto; }
  .menu-button.is-open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-button.is-open span:nth-child(2) { opacity: 0; }
  .menu-button.is-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .nav-links.is-open { position: fixed; display: flex; flex-direction: column; align-items: stretch; gap: 0; top: 99px; left: 0; right: 0; padding: 16px 22px 28px; background: var(--paper); border-bottom: 1px solid var(--line); box-shadow: 0 15px 30px rgba(20,15,28,.1); }
  .nav-links.is-open a { padding: 13px 0; border-bottom: 1px solid var(--line); }
  .hero { padding: 54px 0 58px; }
  .hero-grid { grid-template-columns: 1fr; gap: 42px; }
  .hero h1 { font-size: clamp(2.7rem, 11vw, 4rem); }
  .hero-lead { font-size: 1rem; }
  .offer-card { max-width: 590px; width: 100%; }
  .proof-grid { grid-template-columns: 1fr 1fr; }
  .proof-grid > div { min-height: 84px; border-bottom: 1px solid rgba(23,19,31,.14); }
  .proof-grid > div:nth-child(even) { border-right: 1px solid rgba(23,19,31,.14); }
  .network-trust__grid { grid-template-columns: 220px 1fr; gap: 38px; }
  .network-trust__brand { min-height: 210px; }
  .network-trust__facts { grid-template-columns: 1fr; }
  .section { padding: 76px 0; }
  .section-heading--split, .homes-heading, .final-cta__grid { grid-template-columns: 1fr; gap: 20px; }
  .process-grid { grid-template-columns: 1fr 1fr; gap: 35px 0; }
  .process-grid::before { display: none; }
  .why-grid { grid-template-columns: 1fr; }
  .why-photo { max-width: 600px; }
  .review-grid { grid-template-columns: 1fr; }
  .review-card { min-height: auto; }
  .faq-grid { grid-template-columns: 1fr; }
  .faq-intro { position: static; }
  .footer-grid { grid-template-columns: 1.3fr 1fr 1fr; }
  .footer-grid > div:last-child { display: none; }
  .mobile-bar { position: fixed; display: grid; grid-template-columns: .7fr .7fr 1.2fr; left: 0; right: 0; bottom: 0; z-index: 100; height: 58px; padding: 6px; background: white; border-top: 1px solid var(--line); box-shadow: 0 -8px 24px rgba(20,15,28,.12); }
  .mobile-bar a { display: grid; place-items: center; font-weight: 800; font-size: .78rem; }
  .mobile-bar a:last-child { border-radius: 9px; background: var(--purple); color: white; }
  .contact-layout { grid-template-columns: 1fr; gap: 35px; }
  .contact-copy { position: static; }
  .landing-hero__grid, .story-grid { grid-template-columns: 1fr; }
  .story-intro { position: static; }
  .detail-grid, .related-grid, .hub-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 560px) {
  .trust-strip { font-size: .67rem; }
  .trust-strip__inner { min-height: 32px; gap: 8px; }
  .trust-strip .stars { display: none; }
  .logo img { width: 35px; height: 35px; }
  .hero { padding-top: 42px; }
  .hero h1 { font-size: 2.7rem; }
  .benefit-list { display: grid; }
  .hero-proof { align-items: flex-start; }
  .hero-proof span { line-height: 1.35; }
  .offer-card { border-radius: 18px; }
  .offer-card__top { padding-inline: 18px; }
  .lead-form { padding: 22px 18px; }
  .form-heading h2 { font-size: 1.32rem; }
  .field-grid { grid-template-columns: 1fr; }
  .field--full { grid-column: auto; }
  .form-assurance { display: grid; }
  .proof-grid strong { font-size: 1.3rem; }
  .proof-grid > div { padding-inline: 17px; }
  .section { padding: 64px 0; }
  .network-trust { padding: 58px 0; }
  .network-trust__grid { grid-template-columns: 1fr; gap: 30px; }
  .network-trust__brand { min-height: 0; padding: 28px; }
  .network-trust__brand img { width: min(72%, 190px); }
  .section-heading h2, .why h2, .review-header h2, .faq h2, .homes h2, .final-cta h2 { font-size: 2.2rem; }
  .situation-grid { grid-template-columns: 1fr; }
  .situation-card { min-height: 205px; }
  .situation-card h3 { margin-top: 25px; }
  .process-grid { grid-template-columns: 1fr; }
  .process-grid article { display: grid; grid-template-columns: 48px 1fr; column-gap: 15px; text-align: left; padding: 0; }
  .process-grid b { grid-row: 1/3; width: 48px; height: 48px; margin: 0; box-shadow: none; }
  .process-grid h3 { align-self: end; }
  .office-badge { left: 12px; right: 12px; bottom: 12px; max-width: none; }
  .why-actions { align-items: stretch; flex-direction: column; }
  .comparison-table { overflow-x: auto; }
  .comparison-row { min-width: 650px; }
  .review-header { align-items: flex-start; flex-direction: column; }
  .review-score strong { font-size: 3rem; }
  .final-cta { padding: 65px 0; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1/-1; }
  .footer-bottom { flex-direction: column; }
  .thankyou-card { padding: 35px 22px; }
  .landing-hero { padding: 46px 0 58px; }
  .landing-copy h1 { font-size: 2.7rem; }
  .landing-proof__inner { grid-template-columns: 1fr; }
  .landing-proof__inner span { min-height: 58px; border-right: 1px solid rgba(23,19,31,.14); border-bottom: 1px solid rgba(23,19,31,.14); }
  .detail-grid, .related-grid, .hub-grid { grid-template-columns: 1fr; }
  .page-section { padding: 64px 0; }
}

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