:root {
  --bg: #f5f7f8;
  --paper: #ffffff;
  --ink: #142129;
  --muted: #65747d;
  --line: #dce4e8;
  --blue: #145c78;
  --blue-dark: #0d4056;
  --yellow: #ffc93c;
  --yellow-dark: #d89a00;
  --steel: #e8eef1;
  --shadow: 0 24px 70px rgba(18, 37, 48, 0.12);
  font-family: Inter, "Segoe UI", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  line-height: 1.5;
  padding-bottom: 0;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }

.topbar {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 16px clamp(18px, 4vw, 56px);
  background: rgba(255, 255, 255, 0.86);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}
.brand { display: flex; align-items: center; gap: 12px; min-width: 190px; }
.brand__mark {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  background: var(--blue);
  color: #fff;
  font-weight: 800;
  letter-spacing: 0;
  border-radius: 8px;
}
.brand__text { font-size: 13px; color: var(--muted); }
.nav { display: flex; gap: 24px; font-size: 14px; color: #34444c; }
.nav a:hover, .topbar__phone:hover { color: var(--blue); }
.topbar__phone { font-weight: 800; white-space: nowrap; }

.hero {
  min-height: calc(100vh - 81px);
  padding: clamp(18px, 3vw, 34px) clamp(18px, 4vw, 56px) 34px;
  background:
    radial-gradient(circle at 18% 12%, rgba(255,201,60,.18), transparent 30%),
    linear-gradient(180deg, #eef4f6, var(--bg));
}
.hero__shell {
  position: relative;
  display: grid;
  grid-template-columns: minmax(440px, 0.92fr) minmax(560px, 1.08fr);
  gap: 0;
  align-items: stretch;
  min-height: min(620px, calc(100vh - 170px));
  padding: 0;
  background: #102a36;
  color: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: var(--shadow);
}
.hero__shell > * { min-width: 0; }
.hero__content {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 760px;
  align-self: center;
  height: 100%;
  padding: clamp(34px, 4vw, 64px);
  background:
    linear-gradient(135deg, rgba(255,201,60,.12), transparent 34%),
    linear-gradient(180deg, #082530, #061b24);
  border-right: 1px solid rgba(255,255,255,.1);
}
.hero__label {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
}
.hero__label span {
  width: 42px;
  height: 2px;
  background: var(--yellow);
}
.hero__label .eyebrow { margin-bottom: 0; color: var(--yellow); }
.eyebrow {
  margin: 0 0 14px;
  color: var(--blue);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
h1, h2, h3, p { margin-top: 0; }
h1 {
  margin-bottom: 22px;
  font-size: clamp(38px, 4.4vw, 62px);
  line-height: 1;
  letter-spacing: 0;
}
h2 {
  margin-bottom: 18px;
  font-size: clamp(30px, 4vw, 52px);
  line-height: 1.02;
  letter-spacing: 0;
}
h3 { margin-bottom: 10px; font-size: 22px; line-height: 1.15; }
.hero__lead {
  max-width: 640px;
  color: rgba(255,255,255,.9);
  font-size: clamp(18px, 2vw, 22px);
  text-shadow: 0 2px 18px rgba(0,0,0,.24);
}
.hero-proof {
  display: grid;
  gap: 8px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
  color: rgba(255,255,255,.92);
  font-weight: 800;
}
.hero-proof li {
  position: relative;
  padding-left: 24px;
}
.hero-proof li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .55em;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--yellow);
  box-shadow: 0 0 0 4px rgba(255,201,60,.14);
}
.hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 32px 0; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  border: 1px solid transparent;
  border-radius: 8px;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}
.button--primary { background: var(--yellow); color: #141414; box-shadow: 0 12px 30px rgba(255, 201, 60, 0.28); }
.button--primary:hover { background: #ffd86c; }
.button--ghost { background: transparent; border-color: var(--line); color: var(--ink); }
.button--ghost:hover { border-color: var(--blue); color: var(--blue); }
.hero .button--ghost {
  border-color: rgba(255,255,255,.28);
  color: #fff;
  background: rgba(255,255,255,.06);
}
.hero .button--ghost:hover { border-color: rgba(255,255,255,.55); color: #fff; }

.hero__quick {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.hero__quick a {
  padding: 9px 12px;
  background: rgba(255,255,255,.13);
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 999px;
  color: rgba(255,255,255,.94);
  font-size: 13px;
  font-weight: 800;
}

.hero__facts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin: 0;
}
.hero__facts div {
  padding: 16px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 8px;
}
.hero__facts dt { font-weight: 900; font-size: 20px; }
.hero__facts dd { margin: 4px 0 0; color: var(--muted); font-size: 13px; }

.hero__visual {
  position: relative;
  z-index: 2;
  min-height: 100%;
  overflow: hidden;
  background: #1f3540;
  transform: none;
}
.hero__visual::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(8,37,48,.72) 0%, rgba(8,37,48,.18) 32%, rgba(8,37,48,0) 58%),
    linear-gradient(0deg, rgba(8,37,48,.5) 0%, rgba(8,37,48,0) 42%);
  pointer-events: none;
}
.hero__visual img {
  width: 100%;
  height: 100%;
  min-height: 100%;
  object-fit: cover;
}
.hero-card {
  position: absolute;
  right: 22px;
  top: 22px;
  z-index: 3;
  max-width: 330px;
  padding: 16px;
  background: rgba(15, 37, 48, 0.86);
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 8px;
  box-shadow: 0 18px 50px rgba(0,0,0,.16);
  backdrop-filter: blur(16px);
}
.hero-card span { display: block; color: var(--yellow); font-weight: 900; font-size: 11px; text-transform: uppercase; }
.hero-card strong { display: block; margin: 7px 0 0; color: #fff; font-size: 20px; }
.hero-card p { margin: 0; color: rgba(255,255,255,.72); }
.hero-card--compact { max-width: 260px; }
.hero-lead-card {
  position: absolute;
  right: 28px;
  bottom: 28px;
  z-index: 4;
  width: min(430px, calc(100% - 56px));
  padding: 26px;
  background: #fff;
  border: 0;
  border-radius: 10px;
  box-shadow: 0 30px 90px rgba(0,0,0,.36);
}
.hero-lead-card__badge {
  display: inline-flex;
  margin-bottom: 12px;
  padding: 7px 10px;
  background: var(--yellow);
  color: #141414;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.hero-lead-card h2 {
  margin-bottom: 10px;
  color: var(--ink);
  font-size: 32px;
  line-height: 1.05;
}
.hero-lead-card p {
  margin-bottom: 16px;
  color: var(--muted);
}
.hero-lead-card input,
.hero-lead-card select {
  width: 100%;
  min-height: 54px;
  margin-bottom: 10px;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  font: inherit;
  outline: none;
  background: #fff;
}
.hero-lead-card input:focus,
.hero-lead-card select:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 4px rgba(20,92,120,.1);
}
.hero-lead-card .button { width: 100%; }
.hero-lead-card em {
  display: block;
  margin-top: 10px;
  color: var(--muted);
  font-size: 13px;
  font-style: normal;
  text-align: center;
}
.quick-fields {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 8px;
}
.lead-status {
  display: block;
  min-height: 18px;
  margin-top: 10px;
  color: var(--blue);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.35;
}
.hero__bottom {
  position: relative;
  z-index: 3;
  margin-top: 12px;
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-block: 1px solid var(--line);
  background: var(--blue-dark);
  color: #fff;
}
.trust-strip span {
  padding: 20px clamp(16px, 3vw, 34px);
  border-right: 1px solid rgba(255,255,255,.16);
  font-weight: 800;
}
.trust-strip span:last-child { border-right: 0; }

.section { padding: clamp(64px, 8vw, 112px) clamp(18px, 4vw, 56px); }
.section__head { max-width: 820px; margin-bottom: 36px; }
.section__head p:not(.eyebrow) { color: var(--muted); }
.section__head--split {
  max-width: none;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(300px, 0.6fr);
  gap: clamp(22px, 4vw, 56px);
  align-items: end;
}
.section__head--split > p {
  margin-bottom: 22px;
  color: var(--muted);
  font-size: 18px;
}

.geo { background: var(--paper); }
.city-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.city-grid span {
  padding: 12px 15px;
  background: var(--steel);
  border: 1px solid var(--line);
  border-radius: 8px;
  color: #34444c;
  font-weight: 800;
}

.urgency {
  background:
    linear-gradient(180deg, rgba(20,92,120,.06), rgba(20,92,120,0) 44%),
    var(--paper);
}
.urgency-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.urgency-grid article {
  min-height: 300px;
  display: flex;
  flex-direction: column;
  padding: 28px;
  background: var(--ink);
  color: #fff;
  border-radius: 8px;
  box-shadow: 0 18px 48px rgba(18,37,48,.12);
}
.urgency-grid span {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  margin-bottom: 24px;
  background: var(--yellow);
  color: #141414;
  border-radius: 8px;
  font-weight: 900;
}
.urgency-grid p { color: rgba(255,255,255,.76); }
.urgency-grid a { margin-top: auto; color: var(--yellow); font-weight: 900; }

.service-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}
.service-card {
  position: relative;
  min-height: 430px;
  display: flex;
  flex-direction: column;
  padding: 28px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(18,37,48,.04);
}
.service-card--featured { background: var(--blue); color: #fff; border-color: var(--blue); }
.service-card--featured p, .service-card--featured li { color: rgba(255,255,255,.82); }
.service-card__tag {
  align-self: flex-start;
  margin-bottom: 18px;
  padding: 6px 10px;
  background: var(--yellow);
  color: #141414;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
}
.service-card p { color: var(--muted); }
.service-meta {
  display: grid;
  gap: 3px;
  margin: 2px 0 18px;
  padding: 12px;
  background: var(--bg);
  border: 1px solid var(--line);
  border-radius: 8px;
}
.service-card--featured .service-meta {
  background: rgba(255,255,255,.1);
  border-color: rgba(255,255,255,.18);
}
.service-meta b { color: var(--blue); font-size: 20px; }
.service-card--featured .service-meta b { color: var(--yellow); }
.service-meta span { color: var(--muted); font-size: 13px; }
.service-card--featured .service-meta span { color: rgba(255,255,255,.72); }
.service-card ul { padding-left: 18px; color: var(--muted); }
.service-card li { margin-bottom: 8px; }
.service-card a { margin-top: auto; color: var(--yellow-dark); font-weight: 900; }
.service-card--featured a { color: var(--yellow); }

.mid-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin: 0 clamp(18px, 4vw, 56px);
  padding: clamp(22px, 4vw, 34px);
  background:
    linear-gradient(135deg, rgba(255,201,60,.24), transparent 38%),
    var(--blue-dark);
  color: #fff;
  border-radius: 8px;
  box-shadow: 0 18px 50px rgba(18,37,48,.12);
}
.mid-cta span {
  display: block;
  margin-bottom: 6px;
  color: var(--yellow);
  font-weight: 900;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: .12em;
}
.mid-cta strong {
  display: block;
  max-width: 880px;
  font-size: clamp(24px, 3vw, 36px);
  line-height: 1.08;
}

.audience { background: var(--paper); }
.audience-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.audience-grid article {
  min-height: 260px;
  padding: 26px;
  background:
    linear-gradient(180deg, rgba(20,92,120,.08), rgba(20,92,120,0)),
    var(--bg);
  border: 1px solid var(--line);
  border-radius: 8px;
}
.audience-grid p { color: var(--muted); margin-bottom: 0; }

.areas { background: var(--bg); }
.area-table {
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  background: var(--paper);
}
.area-row {
  display: grid;
  grid-template-columns: 160px 1.1fr 1fr;
  border-bottom: 1px solid var(--line);
}
.area-row:last-child { border-bottom: 0; }
.area-row span {
  padding: 18px 20px;
  border-right: 1px solid var(--line);
}
.area-row span:last-child { border-right: 0; color: var(--muted); }
.area-row span:first-child { font-weight: 900; color: var(--blue); }
.area-row--head { background: var(--blue-dark); color: #fff; font-weight: 900; }
.area-row--head span:first-child, .area-row--head span:last-child { color: #fff; }

.pricing { background: var(--paper); }
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.price-card {
  min-height: 330px;
  display: flex;
  flex-direction: column;
  padding: 30px;
  background: var(--bg);
  border: 1px solid var(--line);
  border-radius: 8px;
}
.price-card span {
  color: var(--blue);
  font-weight: 900;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: .12em;
}
.price-card strong {
  display: block;
  margin: 18px 0 14px;
  font-size: clamp(34px, 4vw, 48px);
  line-height: .98;
}
.price-card p { color: var(--muted); }
.price-card a { margin-top: auto; font-weight: 900; color: var(--blue); }
.price-card--accent {
  background: var(--yellow);
  border-color: var(--yellow);
}
.price-card--accent span, .price-card--accent a { color: #4e3900; }
.price-card--accent p { color: rgba(20,20,20,.72); }
.pricing-factors {
  display: grid;
  grid-template-columns: minmax(220px, .36fr) 1fr;
  gap: 24px;
  margin-top: 16px;
  padding: 26px;
  background: var(--ink);
  color: #fff;
  border-radius: 8px;
}
.pricing-factors h3 {
  margin-bottom: 0;
  color: var(--yellow);
}
.pricing-factors ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px 22px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.pricing-factors li {
  position: relative;
  padding-left: 22px;
  color: rgba(255,255,255,.78);
}
.pricing-factors li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .7em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--yellow);
}

.quiz-section {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(460px, 0.95fr);
  gap: clamp(24px, 5vw, 72px);
  background: #0f2530;
  color: #fff;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.quiz-section::before {
  content: "";
  position: absolute;
  right: -120px;
  top: -120px;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: rgba(255,201,60,.14);
  filter: blur(10px);
}
.quiz-section::after {
  content: "";
  position: absolute;
  left: 42%;
  bottom: -90px;
  width: 280px;
  height: 280px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 50%;
}
.quiz-copy, .quiz { position: relative; z-index: 1; }
.quiz-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 620px;
}
.quiz-copy p:not(.eyebrow) { color: rgba(255,255,255,.72); font-size: 18px; }
.quiz-copy .eyebrow { color: var(--yellow); }
.price-note {
  display: grid;
  gap: 10px;
  max-width: 420px;
  margin-top: 32px;
  padding: 22px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 8px;
}
.price-note span { color: rgba(255,255,255,.64); }
.price-note b {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 22px;
}
.price-note b::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--yellow);
  box-shadow: 0 0 0 5px rgba(255,201,60,.14);
}
.quiz-benefits {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  max-width: 640px;
  margin-top: 14px;
}
.quiz-benefits div {
  min-height: 118px;
  padding: 18px;
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 8px;
}
.quiz-benefits strong {
  display: block;
  margin-bottom: 8px;
  color: var(--yellow);
  font-size: 26px;
}
.quiz-benefits span {
  color: rgba(255,255,255,.72);
  font-size: 13px;
}

.quiz {
  min-height: 0;
  padding: clamp(22px, 4vw, 36px);
  background: var(--paper);
  color: var(--ink);
  border-radius: 8px;
  box-shadow: var(--shadow);
}
.quiz__top {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--line);
}
.quiz__top span {
  color: var(--blue);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.quiz__top strong { color: var(--ink); }
.quiz__progress { display: grid; grid-template-columns: repeat(5, 1fr); gap: 8px; margin-bottom: 28px; }
.quiz__progress span { height: 5px; border-radius: 999px; background: var(--line); }
.quiz__progress span.is-active { background: var(--yellow); }
.quiz__step { display: none; margin: 0; padding: 0; border: 0; }
.quiz__step.is-active { display: grid; gap: 12px; }
.quiz legend {
  margin-bottom: 22px;
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.1;
  font-weight: 900;
}
.quiz label {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  cursor: pointer;
}
.quiz input[type="checkbox"], .quiz input[type="radio"] { width: 18px; height: 18px; accent-color: var(--blue); }
.chips { display: flex; flex-wrap: wrap; gap: 10px; }
.chips label { padding: 12px 14px; }
.range-row { display: grid; grid-template-columns: 1fr 90px; align-items: center; gap: 20px; }
.range-row input { accent-color: var(--blue); }
.range-row output {
  display: grid;
  place-items: center;
  height: 64px;
  background: var(--steel);
  border-radius: 8px;
  font-size: 28px;
  font-weight: 900;
}
.hint, .form-note { color: var(--muted); font-size: 13px; }
.text-input, textarea {
  width: 100%;
  min-height: 54px;
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--ink);
  font: inherit;
  outline: none;
}
textarea { min-height: 108px; resize: vertical; }
.text-input:focus, textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 4px rgba(20,92,120,.1); }
.quiz__result {
  position: relative;
  padding: 18px 18px 18px 52px;
  background: #fff8df;
  border: 1px solid #ffe49b;
  border-radius: 8px;
  color: #6d4c00;
  font-weight: 900;
}
.quiz__result::before {
  content: "%";
  position: absolute;
  left: 16px;
  top: 50%;
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  transform: translateY(-50%);
  background: var(--yellow);
  color: #141414;
  border-radius: 50%;
  font-size: 13px;
  font-weight: 900;
}
.quiz__nav { display: flex; justify-content: space-between; gap: 12px; margin-top: 28px; }

.docs { background: var(--paper); }
.doc-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.doc-cards article {
  position: relative;
  min-height: 360px;
  padding: 26px;
  background:
    linear-gradient(180deg, rgba(20,92,120,.07), rgba(20,92,120,0) 44%),
    var(--bg);
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
}
.doc-cards article::after {
  content: "";
  position: absolute;
  right: 18px;
  top: 18px;
  width: 74px;
  height: 92px;
  border: 1px solid rgba(20,92,120,.18);
  border-radius: 6px;
  background:
    linear-gradient(#dce4e8 0 0) 14px 22px / 42px 4px no-repeat,
    linear-gradient(#dce4e8 0 0) 14px 36px / 34px 4px no-repeat,
    linear-gradient(#ffc93c 0 0) 14px 58px / 28px 8px no-repeat,
    rgba(255,255,255,.62);
  opacity: .8;
}
.doc-cards span {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  margin-bottom: 22px;
  border-radius: 8px;
  background: var(--blue);
  color: #fff;
  font-weight: 900;
}
.doc-cards p { color: var(--muted); }
.doc-cards ul {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 9px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}
.doc-cards li {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #34444c;
  font-size: 14px;
  font-weight: 800;
}
.doc-cards li::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--yellow);
  box-shadow: 0 0 0 4px rgba(255,201,60,.2);
}

.process { background: var(--paper); }
.steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  margin: 0;
  padding: 0;
  list-style: none;
  background: var(--line);
  border: 1px solid var(--line);
}
.steps li { min-height: 260px; padding: 26px; background: var(--paper); }
.steps span { color: var(--yellow-dark); font-weight: 900; }
.steps p { color: var(--muted); }
.process-note {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-top: 16px;
  padding: 22px 26px;
  background: #fff8df;
  border: 1px solid #ffe49b;
  border-radius: 8px;
}
.process-note strong {
  min-width: 320px;
  color: #6d4c00;
  font-size: 22px;
  line-height: 1.08;
}
.process-note span { color: #755b19; }

.documents { background: var(--bg); }
.docs-panel {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 36px;
  padding: clamp(26px, 5vw, 52px);
  background: var(--ink);
  color: #fff;
  border-radius: 8px;
}
.docs-panel .eyebrow { color: var(--yellow); }
.docs-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.docs-grid div {
  min-height: 150px;
  padding: 20px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 8px;
}
.docs-grid strong { display: block; margin-bottom: 10px; font-size: 20px; }
.docs-grid span { color: rgba(255,255,255,.72); }

.risk {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1fr);
  gap: clamp(24px, 5vw, 64px);
  background: var(--paper);
}
.risk__content p:not(.eyebrow) { max-width: 660px; color: var(--muted); font-size: 18px; }
.risk-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}
.risk-grid div {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 18px;
  padding: 22px;
  background: #fff6d5;
  border: 1px solid #ffe49b;
  border-radius: 8px;
}
.risk-grid strong { font-size: 20px; color: #6d4c00; }
.risk-grid span { color: #755b19; }

.faq-list { max-width: 920px; display: grid; gap: 10px; }
details {
  padding: 22px 24px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 8px;
}
summary { cursor: pointer; font-weight: 900; font-size: 20px; }
details p { margin: 14px 0 0; color: var(--muted); }

.final-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin: 0 clamp(18px, 4vw, 56px) clamp(40px, 6vw, 80px);
  padding: clamp(28px, 5vw, 54px);
  background: var(--blue);
  color: #fff;
  border-radius: 8px;
}
.final-cta .eyebrow { color: var(--yellow); }
.final-cta p:last-child { margin-bottom: 0; color: rgba(255,255,255,.72); }
.final-cta__actions {
  display: grid;
  gap: 10px;
  min-width: 260px;
}
.final-cta__actions span {
  color: rgba(255,255,255,.72);
  font-size: 13px;
  text-align: center;
}
.footer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 28px clamp(18px, 4vw, 56px);
  border-top: 1px solid var(--line);
  color: var(--muted);
}
.mobile-cta,
.mobile-sticky-cta { display: none; }

@media (max-width: 1100px) {
  .hero__shell, .quiz-section, .docs-panel { grid-template-columns: 1fr; }
  .hero { min-height: 0; }
  .hero__shell { min-height: 0; }
  .hero__content { max-width: none; }
  .hero__visual {
    min-height: 380px;
    transform: none;
  }
  .hero__visual img { min-height: 380px; }
  .hero__bottom { grid-template-columns: 1fr; }
  .service-grid, .steps, .audience-grid, .doc-cards { grid-template-columns: repeat(2, 1fr); }
  .trust-strip { grid-template-columns: repeat(2, 1fr); }
  .pricing-grid { grid-template-columns: 1fr; }
  .pricing-factors { grid-template-columns: 1fr; }
  .pricing-factors ul { grid-template-columns: 1fr; }
  .risk { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
  body { padding-bottom: 76px; }
  .topbar { align-items: flex-start; }
  .nav { display: none; }
  .topbar__phone {
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    padding: 0 12px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fff;
    font-size: 13px;
  }
  .brand { min-width: auto; }
  .brand__text { display: none; }
  .brand__mark { width: 42px; height: 42px; }
  .hero {
    gap: 24px;
    padding: 14px 12px 22px;
  }
  .hero__shell {
    gap: 18px;
    padding: 0;
    border-radius: 10px;
  }
  .hero__content {
    min-width: 0;
    padding: 24px 18px;
    border-right: 0;
  }
  h1 {
    margin-bottom: 16px;
    max-width: 100%;
    font-size: 30px;
    line-height: 1.04;
    overflow-wrap: anywhere;
  }
  h2 {
    font-size: clamp(28px, 9vw, 38px);
    line-height: 1.05;
  }
  h3 { font-size: 20px; }
  .hero__lead {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 1.55;
    overflow-wrap: anywhere;
  }
  .hero-proof { font-size: 14px; }
  .hero-proof li {
    min-width: 0;
    overflow-wrap: anywhere;
  }
  .hero-proof li:nth-child(n+3) { display: none; }
  .hero__actions {
    display: grid;
    grid-template-columns: 1fr;
    margin: 22px 0;
  }
  .hero__facts, .service-grid, .steps, .docs-grid, .trust-strip, .audience-grid, .doc-cards, .section__head--split { grid-template-columns: minmax(0, 1fr); }
  .hero__bottom { margin-top: 10px; }
  .hero__facts { gap: 8px; }
  .hero__facts div { padding: 12px; }
  .hero__facts dt { font-size: 18px; }
  .hero__facts dd { font-size: 12px; }
  .hero__visual {
    min-height: 0;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
  }
  .hero__visual img {
    display: none;
  }
  .hero__visual::before {
    background: linear-gradient(0deg, rgba(8,37,48,.5) 0%, rgba(8,37,48,0) 46%);
  }
  .hero-card { position: static; max-width: none; border-radius: 0; }
  .hero-card strong { font-size: 20px; }
  .hero-lead-card {
    position: static;
    order: -1;
    width: auto;
    padding: 18px;
    border-width: 2px;
    border-radius: 0;
    box-shadow: none;
  }
  .hero-lead-card h2 { font-size: 24px; }
  .quick-fields { grid-template-columns: minmax(0, 1fr); }
  .hero-card--compact { display: none; }
  .trust-strip span { padding: 14px 16px; font-size: 14px; }
  .section { padding: 54px 16px; }
  .section__head { margin-bottom: 24px; }
  .section__head--split > p { margin-bottom: 0; font-size: 16px; }
  .city-grid { gap: 8px; }
  .city-grid span { padding: 9px 11px; font-size: 13px; }
  .service-card, .audience-grid article, .doc-cards article {
    min-height: auto;
    padding: 22px;
  }
  .service-card ul { margin-bottom: 22px; }
  .pricing-grid { gap: 10px; }
  .price-card {
    min-height: auto;
    padding: 22px;
  }
  .price-card strong {
    margin: 12px 0 10px;
    font-size: 34px;
  }
  .quiz-section { grid-template-columns: 1fr; }
  .quiz-copy { min-height: 0; }
  .quiz-benefits { grid-template-columns: 1fr; }
  .quiz-copy p:not(.eyebrow) { font-size: 16px; }
  .price-note { margin-top: 22px; padding: 16px; }
  .price-note b { font-size: 18px; }
  .quiz-benefits div { min-height: auto; padding: 14px; }
  .quiz-benefits strong { font-size: 22px; }
  .quiz {
    min-height: 0;
    padding: 18px;
  }
  .quiz__top { flex-direction: column; gap: 4px; }
  .quiz legend {
    margin-bottom: 16px;
    font-size: 24px;
  }
  .quiz label { padding: 13px; }
  .chips { display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px; }
  .chips label { justify-content: center; padding: 12px 10px; text-align: center; }
  .range-row { grid-template-columns: 1fr; }
  .quiz__nav, .final-cta, .footer { flex-direction: column; align-items: stretch; }
  .mid-cta { flex-direction: column; align-items: stretch; margin-inline: 16px; }
  .urgency-grid { grid-template-columns: 1fr; }
  .quiz__nav { margin-top: 20px; }
  .button { width: 100%; }
  .docs-panel { padding: 24px 18px; }
  .steps li { min-height: auto; padding: 22px; }
  .process-note { flex-direction: column; align-items: flex-start; padding: 18px; }
  .process-note strong { min-width: 0; font-size: 20px; }
  .area-row { grid-template-columns: 1fr; }
  .area-row span {
    padding: 14px 16px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
  .area-row span:last-child { border-bottom: 0; }
  .risk-grid div { grid-template-columns: 1fr; }
  .risk { padding-top: 54px; }
  .final-cta {
    margin: 0 16px 40px;
    padding: 24px 18px;
  }
  .mobile-sticky-cta {
    position: fixed;
    left: 12px;
    right: 12px;
    bottom: 12px;
    z-index: 40;
    display: grid;
    grid-template-columns: .85fr 1.15fr;
    gap: 8px;
    align-items: center;
    min-height: 52px;
    padding: 8px;
    background: rgba(255,255,255,.94);
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: 0 14px 38px rgba(18,37,48,.28);
    backdrop-filter: blur(14px);
  }
  .mobile-sticky-cta a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 10px;
    border-radius: 8px;
    font-weight: 900;
    text-align: center;
  }
  .mobile-sticky-cta a:first-child {
    border: 1px solid var(--line);
    color: var(--blue);
  }
  .mobile-sticky-cta a:last-child {
    background: var(--yellow);
    color: #141414;
  }
}

@media (max-width: 390px) {
  .hero__quick { display: none; }
}
