:root {
  --canvas: #f2f5fb;
  --ink: #111a31;
  --muted: #68738b;
  --navy: #0c1633;
  --blue: #3455f5;
  --blue-dark: #2945d1;
  --aqua: #8ee8d7;
  --peach: #ffb38a;
  --line: #d9e2f0;
  --surface: #ffffff;
  --danger: #a9273d;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--canvas);
  color: var(--ink);
  font-family: Manrope, Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; }
[hidden] { display: none !important; }
.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;
}
body.modal-open { overflow: hidden; }

.site-shell {
  min-height: 100vh;
  overflow: hidden;
  background:
    linear-gradient(rgba(12, 22, 51, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(12, 22, 51, .035) 1px, transparent 1px),
    var(--canvas);
  background-size: 84px 84px;
}

.site-header {
  width: min(1240px, calc(100% - 48px));
  min-height: 82px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  border-bottom: 1px solid rgba(12, 22, 51, .12);
  position: relative;
  z-index: 3;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  justify-self: start;
  color: var(--navy);
  font-weight: 850;
  letter-spacing: .13em;
}
.brand-route {
  width: 38px;
  height: 21px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.brand-route::before {
  content: "";
  position: absolute;
  left: 4px;
  right: 4px;
  height: 2px;
  background: var(--blue);
  transform: rotate(-11deg);
}
.brand-route i {
  width: 9px;
  height: 9px;
  border: 2px solid var(--blue);
  border-radius: 50%;
  background: var(--canvas);
  position: relative;
  z-index: 1;
}
.brand-route i:nth-child(2) { background: var(--blue); }
.site-header nav { display: flex; gap: 34px; color: #4c5870; font-size: 13px; font-weight: 700; }
.site-header nav a:hover { color: var(--blue); }
.header-status {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 750;
}
.header-status i {
  width: 8px;
  height: 8px;
  background: #2db28a;
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(45, 178, 138, .12);
}

.hero {
  width: min(1120px, calc(100% - 48px));
  margin: 0 auto;
  padding: 76px 0 58px;
  text-align: center;
  position: relative;
}
.hero-orbit { position: absolute; border-radius: 50%; pointer-events: none; }
.orbit-one {
  width: 240px;
  height: 240px;
  top: 14px;
  left: -178px;
  border: 1px solid rgba(52, 85, 245, .23);
  box-shadow: inset 0 0 0 42px rgba(142, 232, 215, .09);
}
.orbit-two {
  width: 154px;
  height: 154px;
  top: 105px;
  right: -116px;
  background: rgba(255, 179, 138, .18);
  border: 1px solid rgba(255, 179, 138, .34);
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 22px;
  color: var(--blue);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .11em;
  text-transform: uppercase;
}
.eyebrow span {
  width: 29px;
  height: 29px;
  display: grid;
  place-items: center;
  color: var(--surface);
  background: var(--blue);
  border-radius: 50%;
  font-size: 10px;
}
h1 {
  margin: 0;
  color: var(--navy);
  font-size: clamp(54px, 7vw, 92px);
  font-weight: 760;
  letter-spacing: -.065em;
  line-height: .96;
}
h1 em { color: var(--blue); font-style: normal; }
.hero-copy {
  max-width: 620px;
  margin: 24px auto 38px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.65;
}

.request-console {
  padding: 26px;
  text-align: left;
  background: rgba(255, 255, 255, .96);
  border: 1px solid rgba(12, 22, 51, .1);
  border-radius: 28px;
  box-shadow: 0 24px 70px rgba(24, 39, 82, .12), 0 2px 0 rgba(255, 255, 255, .9) inset;
  position: relative;
}
.request-console::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 34px;
  width: 112px;
  height: 3px;
  background: var(--aqua);
  border-radius: 0 0 8px 8px;
}
.console-heading { display: flex; justify-content: space-between; align-items: center; padding: 0 4px 20px; }
.section-index { color: var(--blue); font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.console-heading h2 { margin: 5px 0 0; font-size: 23px; letter-spacing: -.035em; }
.not-lender {
  padding: 8px 12px;
  color: #5a657b;
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 11px;
  font-weight: 750;
}
.console-grid { display: grid; grid-template-columns: 1.08fr 1fr .8fr .82fr; gap: 12px; }
.range-control,
.estimate-block {
  min-height: 142px;
  padding: 18px;
  background: #f6f8fc;
  border: 1px solid #e4eaf4;
  border-radius: 18px;
}
.range-control label { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; }
.range-control label span,
.estimate-block > span { color: var(--muted); font-size: 12px; font-weight: 650; }
.range-control label strong { font-size: 18px; font-variant-numeric: tabular-nums; letter-spacing: -.03em; }
.range-control input {
  width: 100%;
  height: 32px;
  margin: 17px 0 5px;
  appearance: none;
  background: transparent;
  cursor: pointer;
}
.range-control input::-webkit-slider-runnable-track {
  height: 4px;
  background: linear-gradient(90deg, var(--blue) var(--progress), #d6deec var(--progress));
  border-radius: 999px;
}
.range-control input::-webkit-slider-thumb {
  width: 22px;
  height: 22px;
  margin-top: -9px;
  appearance: none;
  background: var(--surface);
  border: 6px solid var(--blue);
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(25, 42, 96, .22);
}
.range-control input::-moz-range-track { height: 4px; background: #d6deec; border-radius: 999px; }
.range-control input::-moz-range-progress { height: 4px; background: var(--blue); border-radius: 999px; }
.range-control input::-moz-range-thumb { width: 10px; height: 10px; background: var(--surface); border: 6px solid var(--blue); border-radius: 50%; }
.range-control input:focus-visible { outline: 3px solid rgba(52, 85, 245, .24); outline-offset: 3px; }
.bounds { display: flex; justify-content: space-between; color: #68738b; font-size: 11px; font-variant-numeric: tabular-nums; }
.estimate-block { display: flex; flex-direction: column; justify-content: center; }
.estimate-block strong { margin: 7px 0 6px; color: var(--navy); font-size: 22px; font-variant-numeric: tabular-nums; letter-spacing: -.045em; }
.estimate-block strong span { color: inherit; font-size: inherit; font-weight: inherit; }
.estimate-block small { color: #68738b; font-size: 10px; line-height: 1.35; }
.primary-action {
  min-height: 142px;
  padding: 18px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  color: white;
  background: var(--blue);
  border: 0;
  border-radius: 18px;
  box-shadow: 0 12px 24px rgba(52, 85, 245, .22);
  cursor: pointer;
  font-weight: 800;
  text-align: left;
  transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
}
.primary-action span { max-width: 140px; font-size: 17px; line-height: 1.15; }
.primary-action b,
.primary-submit b {
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, .17);
  border-radius: 50%;
}
.primary-action b { align-self: flex-end; width: 38px; height: 38px; font-size: 20px; }
.primary-action:hover { transform: translateY(-2px); background: var(--blue-dark); box-shadow: 0 16px 30px rgba(52, 85, 245, .3); }
.primary-action:focus-visible { outline: 4px solid rgba(52, 85, 245, .25); outline-offset: 4px; }
.console-note { display: flex; justify-content: space-between; gap: 20px; padding: 15px 5px 0; color: #657086; font-size: 11px; line-height: 1.5; }

.route-progress { max-width: 830px; margin: 30px auto 0; display: grid; grid-template-columns: repeat(3, 1fr); position: relative; text-align: left; }
.route-progress::before { content: ""; position: absolute; top: 21px; left: 17%; right: 17%; height: 1px; background: var(--line); }
.route-progress article { display: flex; justify-content: center; align-items: center; gap: 12px; color: #7e899e; position: relative; }
.route-progress b { width: 43px; height: 43px; display: grid; place-items: center; background: var(--canvas); border: 1px solid #cbd5e6; border-radius: 50%; font-size: 10px; }
.route-progress .active b { color: white; background: var(--blue); border-color: var(--blue); box-shadow: 0 0 0 7px rgba(52, 85, 245, .09); }
.route-progress span { display: flex; flex-direction: column; gap: 2px; font-size: 10px; }
.route-progress strong { color: var(--ink); font-size: 12px; }

.principles {
  width: min(1120px, calc(100% - 48px));
  margin: 0 auto 38px;
  padding: 22px 0;
  display: flex;
  justify-content: space-between;
  gap: 28px;
  border-top: 1px solid rgba(12, 22, 51, .12);
  border-bottom: 1px solid rgba(12, 22, 51, .12);
  font-size: 11px;
}
.principles > p { margin: 0; color: var(--blue); font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.principles div { display: flex; gap: 30px; color: #59657b; font-weight: 650; }
.principles div span::before { content: ""; display: inline-block; width: 5px; height: 5px; margin-right: 8px; background: var(--aqua); border-radius: 50%; vertical-align: 2px; }

.faq-section { width: min(1120px, calc(100% - 48px)); margin: 54px auto 78px; display: grid; grid-template-columns: .72fr 1.28fr; gap: 72px; align-items: start; }
.faq-heading { position: sticky; top: 24px; }
.faq-heading .eyebrow { margin-bottom: 16px; }
.faq-heading h2 { max-width: 390px; margin: 0; color: var(--navy); font-size: clamp(34px, 4.3vw, 58px); line-height: 1.02; letter-spacing: -.055em; }
.faq-grid { display: grid; gap: 9px; }
.faq-grid details { padding: 0 20px; background: rgba(255, 255, 255, .76); border: 1px solid #dce4f0; border-radius: 17px; }
.faq-grid details[open] { background: white; border-color: #cbd7e8; box-shadow: 0 9px 24px rgba(23, 40, 83, .055); }
.faq-grid summary { min-height: 58px; display: flex; align-items: center; justify-content: space-between; gap: 18px; color: #29364e; font-size: 13px; font-weight: 800; cursor: pointer; list-style: none; }
.faq-grid summary::-webkit-details-marker { display: none; }
.faq-grid summary::after { content: "+"; flex: 0 0 auto; width: 28px; height: 28px; display: grid; place-items: center; color: var(--blue); background: #eef1ff; border-radius: 50%; font-size: 17px; }
.faq-grid details[open] summary::after { content: "−"; }
.faq-grid summary:focus-visible { outline: 3px solid rgba(52, 85, 245, .24); outline-offset: 4px; }
.faq-grid p { margin: -2px 38px 18px 0; color: var(--muted); font-size: 12px; line-height: 1.6; }

.phone-stage {
  width: min(1120px, calc(100% - 48px));
  min-height: calc(100vh - 164px);
  margin: 0 auto;
  padding: 72px 0 82px;
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  align-items: center;
  gap: 78px;
}
.stage-intro { position: relative; }
.stage-intro h1 { max-width: 610px; font-size: clamp(48px, 5.6vw, 76px); }
.stage-intro .hero-copy { margin: 24px 0 30px; text-align: left; font-size: 15px; }
.stage-intro .eyebrow { margin-bottom: 24px; }
.back-control { display: block; margin: 0 0 36px; padding: 0; color: #536077; background: none; border: 0; font-size: 12px; font-weight: 750; cursor: pointer; }
.back-control:hover { color: var(--blue); }
.back-control:focus-visible { outline: 3px solid rgba(52, 85, 245, .24); outline-offset: 5px; }
.vertical-route { display: flex; gap: 8px; margin-top: 32px; }
.vertical-route span { flex: 1; min-width: 0; padding-top: 13px; color: #7a8598; border-top: 2px solid #dbe3ef; font-size: 11px; font-weight: 700; }
.vertical-route b { margin-right: 7px; color: #9aa3b3; font-size: 9px; }
.vertical-route .done { color: #317864; border-color: var(--aqua); }
.vertical-route .active { color: var(--blue); border-color: var(--blue); }

.verification-card {
  width: 100%;
  max-width: 570px;
  justify-self: end;
  padding: 30px;
  background: rgba(255, 255, 255, .97);
  border: 1px solid rgba(12, 22, 51, .1);
  border-radius: 28px;
  box-shadow: 0 24px 70px rgba(24, 39, 82, .13);
}
.phone-wrapper { margin-top: 2px; }
.field-label { display: block; margin-bottom: 9px; color: #344056; font-size: 12px; font-weight: 800; }
.text-input {
  width: 100%;
  min-height: 58px;
  padding: 0 16px;
  color: var(--ink);
  background: #f6f8fc;
  border: 1px solid #d7e0ee;
  border-radius: 14px;
  font-size: 18px;
  font-weight: 700;
  outline: none;
  transition: border-color .18s ease, box-shadow .18s ease, background .18s ease;
}
.text-input:focus { background: white; border-color: var(--blue); box-shadow: 0 0 0 4px rgba(52, 85, 245, .11); }
.text-input[aria-invalid="true"] { border-color: #bb394e; box-shadow: 0 0 0 4px rgba(187, 57, 78, .09); }
.field-hint { display: block; margin-top: 8px; color: #68738b; font-size: 11px; }
.field-error { min-height: 18px; margin: 6px 0 0; color: var(--danger); font-size: 12px; font-weight: 700; line-height: 1.45; }
.consent-group { margin: 6px 0 0; padding: 0; border: 0; }
.consent-group legend { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.check-row { display: grid; grid-template-columns: 22px 1fr; gap: 11px; align-items: start; margin-top: 14px; color: #4f5b72; font-size: 11px; line-height: 1.48; cursor: pointer; }
.check-row input { width: 19px; height: 19px; margin: 1px 0 0; accent-color: var(--blue); }
.check-row input:focus-visible { outline: 3px solid rgba(52, 85, 245, .25); outline-offset: 3px; }
.check-row a { color: var(--blue); text-decoration: underline; text-underline-offset: 2px; }
.check-row small { display: inline; margin-left: 4px; color: #68738b; font-size: 10px; font-weight: 750; }
.consent-error { margin-left: 33px; }
.primary-submit {
  width: 100%;
  min-height: 56px;
  margin-top: 18px;
  padding: 0 17px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: white;
  background: var(--blue);
  border: 0;
  border-radius: 14px;
  box-shadow: 0 12px 24px rgba(52, 85, 245, .2);
  font-size: 14px;
  font-weight: 850;
  cursor: pointer;
}
.primary-submit:hover { background: var(--blue-dark); }
.primary-submit:focus-visible { outline: 4px solid rgba(52, 85, 245, .22); outline-offset: 4px; }
.primary-submit b { width: 30px; height: 30px; }
.primary-submit:disabled,
.primary-action:disabled { opacity: .68; cursor: wait; transform: none; }
.form-disclaimer { margin: 13px 0 0; color: #5f6b82; font-size: 11px; line-height: 1.45; text-align: center; }

.otp-overlay {
  position: fixed;
  inset: 0;
  z-index: 99999;
  padding: 24px;
  display: grid;
  place-items: center;
  overflow: auto;
  background: rgba(8, 16, 39, .7);
  backdrop-filter: blur(12px);
}
.otp-dialog {
  width: min(430px, 100%);
  padding: 32px;
  color: var(--ink);
  background: rgba(255, 255, 255, .99);
  border: 1px solid rgba(255, 255, 255, .65);
  border-radius: 26px;
  box-shadow: 0 30px 90px rgba(5, 14, 40, .28);
  position: relative;
}
.otp-close {
  position: absolute;
  top: 13px;
  right: 13px;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  color: #5d687d;
  background: #f2f5fa;
  border: 0;
  border-radius: 50%;
  font-size: 25px;
  line-height: 1;
  cursor: pointer;
}
.otp-close:hover { color: var(--navy); background: #e8edf6; }
.otp-close:focus-visible { outline: 4px solid rgba(52, 85, 245, .2); outline-offset: 2px; }
.otp-lock {
  width: 54px;
  height: 54px;
  margin-bottom: 18px;
  display: grid;
  place-items: center;
  color: var(--blue);
  background: #e9edff;
  border-radius: 17px;
  font-weight: 900;
  letter-spacing: .18em;
}
.otp-dialog .section-index { display: block; margin-bottom: 8px; }
.otp-dialog h2 { margin: 0; color: var(--navy); font-size: 30px; letter-spacing: -.045em; }
.otp-dialog > p { margin: 8px 0 20px; color: var(--muted); font-size: 13px; line-height: 1.5; }
.otp-dialog > p strong { color: #3c4961; font-variant-numeric: tabular-nums; }
#bab-otp-code {
  width: 100%;
  min-height: 64px;
  padding: 0 18px;
  color: var(--navy);
  background: #f5f7fc;
  border: 1px solid #d7e0ee;
  border-radius: 15px;
  outline: none;
  font-size: 27px;
  font-weight: 850;
  letter-spacing: .34em;
  text-align: center;
  font-variant-numeric: tabular-nums;
}
#bab-otp-code:focus { background: white; border-color: var(--blue); box-shadow: 0 0 0 4px rgba(52, 85, 245, .11); }
#bab-otp-code[aria-invalid="true"] { border-color: #bb394e; box-shadow: 0 0 0 4px rgba(187, 57, 78, .09); }
.otp-resend {
  width: 100%;
  min-height: 46px;
  margin-top: 9px;
  color: var(--blue);
  background: transparent;
  border: 1px solid #d7e0ee;
  border-radius: 13px;
  font-size: 12px;
  font-weight: 800;
  cursor: pointer;
}
.otp-resend:disabled { color: #8791a5; cursor: not-allowed; }
.otp-resend:not(:disabled):hover { background: #f2f5ff; border-color: #bdcaf6; }
#bab-otp-request-error { margin-top: 13px; }

.processing-card { min-height: 448px; align-self: center; }
.processing-card > h2 { margin: 8px 0 7px; font-size: 30px; letter-spacing: -.045em; }
.processing-card > p { margin: 0; color: var(--muted); font-size: 13px; }
.process-route { margin-top: 32px; display: grid; gap: 5px; position: relative; }
.process-route::before { content: ""; position: absolute; left: 18px; top: 20px; bottom: 20px; width: 1px; background: #dce4f0; }
.loader-step { min-height: 58px; display: grid; grid-template-columns: 38px 1fr; gap: 13px; align-items: center; color: #7b8699; font-size: 12px; font-weight: 700; position: relative; }
.step-icon { width: 38px; height: 38px; display: grid; place-items: center; color: #7e899e; background: white; border: 1px solid #d4deec; border-radius: 50%; font-size: 11px; font-style: normal; position: relative; z-index: 1; }
.loader-step.active { color: var(--blue); }
.loader-step.active .step-icon { color: white; background: var(--blue); border-color: var(--blue); box-shadow: 0 0 0 7px rgba(52, 85, 245, .1); animation: routePulse 1.15s ease-in-out infinite; }
.loader-step.done { color: #307762; }
.loader-step.done .step-icon { color: #176b55; background: #d9f7ef; border-color: #91dccc; }
@keyframes routePulse { 50% { box-shadow: 0 0 0 11px rgba(52, 85, 245, .035); } }

.results-stage { width: min(1240px, calc(100% - 48px)); margin: 0 auto; padding: 64px 0 80px; }
.results-heading { display: grid; grid-template-columns: 1fr 290px; gap: 52px; align-items: end; }
.results-heading h1 { font-size: clamp(52px, 6vw, 82px); }
.request-summary { padding: 20px; color: white; background: var(--navy); border-radius: 21px; position: relative; overflow: hidden; }
.request-summary::after { content: ""; position: absolute; right: -38px; bottom: -45px; width: 90px; height: 90px; background: var(--aqua); border-radius: 50%; opacity: .26; }
.request-summary > span { display: block; color: #aeb9d1; font-size: 10px; font-weight: 750; letter-spacing: .1em; text-transform: uppercase; }
.request-summary > strong { display: block; margin: 6px 0 2px; font-size: 28px; font-variant-numeric: tabular-nums; letter-spacing: -.04em; }
.request-summary p { margin: 0; color: #c1cade; font-size: 11px; }
.request-summary button { margin-top: 15px; padding: 0; color: var(--aqua); background: none; border: 0; font-size: 11px; font-weight: 800; cursor: pointer; }
.greeting-card { margin: 34px 0 24px; padding: 18px 22px; display: flex; align-items: center; gap: 13px; color: #275c50; background: #e6fbf5; border: 1px solid #bdeedf; border-radius: 16px; }
.greeting-card > span { flex: 0 0 auto; width: 30px; height: 30px; display: grid; place-items: center; color: #176b55; background: white; border-radius: 50%; }
.greeting-card p { margin: 0; font-size: 12px; line-height: 1.5; }
.greeting-disclosure { margin: -12px 0 24px; padding: 12px 15px; display: flex; align-items: flex-start; gap: 9px; color: #3c557f; background: #eef3ff; border: 1px solid #d5e0fa; border-radius: 14px; }
.greeting-disclosure span { color: var(--blue); font-weight: 900; }
.greeting-disclosure p { margin: 0; font-size: 11px; line-height: 1.5; }
.results-layout { display: grid; grid-template-columns: 245px 1fr; gap: 24px; align-items: start; }
.results-column { min-width: 0; }
.results-guide { padding: 23px; background: rgba(255, 255, 255, .72); border: 1px solid #dce4f0; border-radius: 21px; position: sticky; top: 24px; }
.results-guide h2 { margin: 8px 0 10px; font-size: 21px; line-height: 1.15; letter-spacing: -.035em; }
.results-guide > p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.55; }
.results-guide ul { margin: 19px 0 0; padding: 0; display: grid; gap: 10px; color: #4e5b72; font-size: 10px; font-weight: 700; list-style: none; }
.results-guide li { display: flex; align-items: center; gap: 8px; }
.results-guide li i { width: 7px; height: 7px; background: var(--aqua); border-radius: 50%; }
.offers_wrapper { display: grid; gap: 10px; min-width: 0; }

.offer-row {
  display: grid;
  grid-template-columns: 34px minmax(150px, 1.25fr) minmax(92px, .78fr) minmax(92px, .72fr) minmax(150px, 1fr) minmax(146px, .94fr);
  gap: 14px;
  align-items: center;
  padding: 17px;
  background: white;
  border: 1px solid #dce4f0;
  border-radius: 20px;
  box-shadow: 0 8px 24px rgba(23, 40, 83, .055);
  transition: border-color .18s ease, transform .18s ease, box-shadow .18s ease;
}
.offer-row:hover { transform: translateY(-2px); border-color: #c5d2e6; box-shadow: 0 12px 30px rgba(23, 40, 83, .09); }
.offer-position { color: #a1aabc; font-size: 10px; font-weight: 800; font-variant-numeric: tabular-nums; }
.offer-brand { display: flex; align-items: center; gap: 12px; min-width: 0; }
.body-card-logo { flex: 0 0 auto; width: 92px; height: 64px; padding: 7px; display: grid; place-items: center; background: #f7f9fd; border: 1px solid #e4eaf4; border-radius: 14px; }
.offer-logo { width: 100%; height: 100%; object-fit: contain; }
.offer-fallback-mark { color: var(--blue); font-size: 24px; font-weight: 900; }
.offer-brand-copy { min-width: 0; }
.offer-brand-copy strong { display: block; overflow: hidden; color: var(--navy); font-size: 14px; text-overflow: ellipsis; white-space: nowrap; }
.offer-brand-copy small { display: block; margin-top: 3px; color: #657086; font-size: 10px; }
.offer-value span { display: block; margin-bottom: 3px; color: #657086; font-size: 10px; }
.offer-value strong { color: #26334b; font-size: 12px; font-variant-numeric: tabular-nums; }
.offer-proof { min-height: 46px; display: flex; align-items: center; gap: 8px; color: #4c5a70; font-size: 10px; line-height: 1.3; }
.offer-proof-icon { flex: 0 0 auto; width: 28px; height: 28px; display: grid; place-items: center; color: var(--blue); background: #e9edff; border-radius: 50%; font-size: 10px; font-style: normal; font-weight: 900; }
.offer-proof strong { color: var(--navy); font-size: 13px; font-variant-numeric: tabular-nums; }
.offer-proof-empty { padding: 8px 10px; background: #f6f8fc; border-radius: 12px; }
.offer-action { min-height: 48px; padding: 0 12px; display: flex; align-items: center; justify-content: space-between; gap: 8px; color: white; background: var(--blue); border-radius: 13px; font-size: 10px; font-weight: 800; }
.offer-action:hover { background: var(--blue-dark); }
.offer-action:focus-visible { outline: 4px solid rgba(52, 85, 245, .2); outline-offset: 3px; }
.offer-action b { font-size: 15px; }
.offer-disclosure { grid-column: 2 / -1; margin: -4px 0 0; padding-top: 9px; color: #657086; border-top: 1px solid #edf0f5; font-size: 10px; }
.show-more-wrap button { width: 100%; min-height: 52px; color: #46536a; background: rgba(255, 255, 255, .64); border: 1px dashed #c8d3e4; border-radius: 16px; font-size: 11px; font-weight: 800; cursor: pointer; }
.show-more-wrap button:hover { color: var(--blue); border-color: var(--blue); }
.results-footnote { max-width: 980px; margin: 22px 0 0 auto; color: #5f6b82; font-size: 11px; line-height: 1.55; }

.site-footer {
  width: min(1240px, calc(100% - 48px));
  margin: 0 auto;
  padding: 28px 0 36px;
  display: grid;
  grid-template-columns: 1.1fr 1fr auto;
  gap: 42px;
  color: #637086;
  border-top: 1px solid rgba(12, 22, 51, .13);
  font-size: 10px;
}
.site-footer > div { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; }
.site-footer p { max-width: 390px; margin: 0; line-height: 1.5; }
.site-footer strong { color: var(--ink); }
.site-footer .footer-links { align-items: flex-end; }
.site-footer .footer-links a { color: var(--blue); font-weight: 800; }
.site-footer > small { grid-column: 1 / -1; color: #7d8799; }

.legal-shell { min-height: 100vh; background: var(--canvas); }
.legal-header { width: min(960px, calc(100% - 40px)); grid-template-columns: 1fr auto; }
.legal-header > a:last-child { justify-self: end; color: var(--blue); font-size: 12px; font-weight: 800; }
.legal-page { width: min(820px, calc(100% - 40px)); margin: 0 auto; padding: 58px 0 84px; }
.legal-page article { padding: clamp(24px, 5vw, 52px); background: white; border: 1px solid #dce4f0; border-radius: 28px; box-shadow: 0 22px 64px rgba(23, 40, 83, .08); }
.legal-page .eyebrow { margin-bottom: 16px; }
.legal-page h1 { margin-bottom: 28px; font-size: clamp(40px, 7vw, 64px); }
.legal-page h2 { margin: 30px 0 10px; color: var(--navy); font-size: 20px; letter-spacing: -.025em; }
.legal-page p,
.legal-page li { color: #566279; font-size: 14px; line-height: 1.72; }
.legal-page strong { color: var(--ink); }
.legal-page a { color: var(--blue); text-decoration: underline; text-underline-offset: 3px; }
.legal-page ul { padding-left: 20px; }
.legal-actions { margin-top: 34px; }
.legal-actions .primary-submit { width: auto; min-width: 220px; padding: 0 18px; display: inline-flex; text-decoration: none; }

@media (max-width: 1120px) {
  .console-grid { grid-template-columns: 1fr 1fr; }
  .primary-action,
  .estimate-block { min-height: 112px; }
  .site-header { grid-template-columns: 1fr 1fr; }
  .site-header nav { display: none; }
  .phone-stage { gap: 42px; }
  .results-layout { grid-template-columns: 1fr; }
  .results-guide { position: static; display: grid; grid-template-columns: 180px 1fr; gap: 12px 24px; }
  .results-guide .section-index,
  .results-guide h2 { grid-column: 1; }
  .results-guide > p,
  .results-guide ul { grid-column: 2; }
  .results-guide ul { grid-row: 1 / span 2; margin-top: 0; align-self: end; }
  .offer-row { grid-template-columns: 32px minmax(150px, 1.2fr) .7fr .7fr 1fr; }
  .offer-action { grid-column: 2 / -1; }
  .offer-disclosure { grid-column: 2 / -1; }
}

@media (max-width: 760px) {
  .site-shell { background-size: 54px 54px; }
  .site-header { width: calc(100% - 30px); min-height: 68px; }
  .header-status { max-width: 112px; text-align: right; font-size: 10px; }
  .brand { font-size: 14px; }
  .hero { width: calc(100% - 24px); padding: 34px 0 30px; }
  h1 { font-size: clamp(43px, 12.5vw, 58px); line-height: .98; }
  .hero-copy { margin: 16px auto 22px; padding: 0 12px; font-size: 13px; line-height: 1.5; }
  .eyebrow { margin-bottom: 17px; font-size: 10px; }
  .request-console { padding: 17px; border-radius: 22px; }
  .console-heading { padding-bottom: 16px; align-items: flex-start; }
  .console-heading h2 { font-size: 19px; }
  .not-lender { max-width: 96px; padding: 6px 9px; text-align: center; line-height: 1.2; }
  .console-grid { grid-template-columns: 1fr; gap: 9px; }
  .range-control { min-height: 103px; padding: 13px 14px; }
  .range-control input { min-height: 32px; margin: 8px 0 2px; }
  /* Amount and term are already visible in the controls above. Removing the
     duplicate summary keeps the primary action fully above the fold on phones. */
  .estimate-block { display: none; }
  .primary-action { min-height: 62px; padding: 12px 14px; flex-direction: row; align-items: center; }
  .estimate-block strong { font-size: 18px; }
  .primary-action span { max-width: none; font-size: 14px; }
  .primary-action b { width: 32px; height: 32px; }
  .console-note { display: block; padding-top: 12px; font-size: 10px; }
  .console-note span { display: block; }
  .console-note span + span { margin-top: 4px; }
  .route-progress { margin-top: 24px; }
  .route-progress article { gap: 0; }
  .route-progress b { width: 36px; height: 36px; }
  .route-progress span { display: none; }
  .route-progress::before { top: 18px; }
  .principles { width: calc(100% - 30px); margin-bottom: 22px; display: block; text-align: center; }
  .principles div { margin-top: 14px; display: flex; flex-direction: column; gap: 8px; }
  .faq-section { width: calc(100% - 30px); margin: 38px auto 54px; grid-template-columns: 1fr; gap: 24px; }
  .faq-heading { position: static; }
  .faq-heading h2 { max-width: 320px; font-size: 38px; }
  .faq-grid details { padding: 0 16px; }
  .faq-grid summary { min-height: 55px; font-size: 12px; }
  .faq-grid p { margin-right: 28px; font-size: 11px; }
  .orbit-one,
  .orbit-two { display: none; }

  .phone-stage { width: calc(100% - 24px); min-height: 0; padding: 38px 0 54px; grid-template-columns: 1fr; gap: 28px; }
  .stage-intro h1 { font-size: clamp(42px, 11.8vw, 58px); }
  .stage-intro .hero-copy { margin: 17px 0 21px; padding: 0; }
  .back-control { margin-bottom: 24px; }
  .vertical-route { margin-top: 23px; }
  .vertical-route span { font-size: 9px; }
  .verification-card { max-width: none; padding: 20px; border-radius: 22px; }
  .processing-card { min-height: 410px; }
  .otp-overlay { padding: 12px; align-items: end; }
  .otp-dialog { padding: 27px 20px 22px; border-radius: 24px 24px 18px 18px; }
  .otp-dialog h2 { padding-right: 38px; font-size: 27px; }

  .results-stage { width: calc(100% - 24px); padding: 42px 0 54px; }
  .results-heading { grid-template-columns: 1fr; gap: 24px; }
  .results-heading h1 { font-size: clamp(43px, 12vw, 60px); }
  .request-summary { width: 100%; }
  .greeting-card { margin: 22px 0 16px; align-items: flex-start; }
  .greeting-disclosure { margin-top: -8px; }
  .results-guide { padding: 18px; display: block; }
  .results-guide > p { margin-top: 8px; }
  .results-guide ul { margin-top: 15px; }
  .offer-row { grid-template-columns: 1fr 1fr; gap: 13px; padding: 16px; }
  .offer-position { display: none; }
  .offer-brand { grid-column: 1 / -1; }
  .body-card-logo { width: 104px; height: 68px; }
  .offer-brand-copy strong { font-size: 16px; }
  .offer-value { padding: 11px; background: #f6f8fc; border-radius: 12px; }
  .offer-value strong { font-size: 12px; }
  .offer-proof { grid-column: 1 / -1; min-height: 48px; padding: 8px 10px; background: #f3f5ff; border-radius: 12px; }
  .offer-action { grid-column: 1 / -1; min-height: 54px; padding: 0 15px; font-size: 12px; }
  .offer-disclosure { grid-column: 1 / -1; margin-top: -2px; }
  .results-footnote { margin-top: 18px; }

  .site-footer { width: calc(100% - 30px); padding: 25px 0 31px; grid-template-columns: 1fr; gap: 19px; font-size: 11px; }
  .site-footer .footer-links { align-items: flex-start; }
  .site-footer > small { grid-column: auto; }
  .legal-header { grid-template-columns: 1fr auto; }
  .legal-header .header-status { display: none; }
  .legal-page { width: calc(100% - 24px); padding: 30px 0 54px; }
  .legal-page article { border-radius: 22px; }
  .legal-page p,
  .legal-page li { font-size: 13px; }
}

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