/* ══════════════════════════════════════════════════════════
   City Flats — Rental Valuation  ·  mobile-first stylesheet
   ══════════════════════════════════════════════════════════ */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  background: #f7f2e9;
  color: #1f1b2e;
  font-family: 'DM Sans', system-ui, sans-serif;
  font-size: 16px; line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; }
input, select, textarea { font-family: inherit; font-size: 16px; }
img { display: block; max-width: 100%; }

:root {
  --purple:   #A886CD;
  --purple-d: #8a69b8;
  --purple-x: #7a5f9e;
  --dark:     #1e1b2e;
  --dark2:    #15121f;
  --cream:    #f7f2e9;
  --cream-d:  #ece5d6;
  --muted:    #6b7280;
  --border:   #e8e4f0;
  --bg-soft:  #f7f6fb;
  --green:    #1f8a5b;
  --green-bg: #e6f4ec;
  --shadow-card: 0 22px 60px rgba(15,12,25,0.12), 0 4px 14px rgba(15,12,25,0.05);
}

h1, h2, h3, h4 {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-weight: 500; letter-spacing: -0.025em; line-height: 1.06; color: var(--dark);
}
em.serif {
  font-family: 'Instrument Serif', serif; font-style: italic; font-weight: 400;
  color: var(--purple-x); letter-spacing: 0;
}
.mono {
  font-family: 'JetBrains Mono', monospace;
}
.wrap { width: 100%; max-width: 1120px; margin: 0 auto; padding: 0 20px; }
.eyebrow {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px; font-weight: 500; letter-spacing: 1.6px;
  text-transform: uppercase; color: var(--purple-x);
}

/* ── Buttons ── */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  font-size: 16px; font-weight: 700;
  padding: 16px 26px; border-radius: 50px; border: none;
  transition: background 0.2s, transform 0.14s, box-shadow 0.2s;
  white-space: nowrap; min-height: 52px;
}
.btn-dark { background: var(--dark); color: #fff; }
.btn-dark:hover { background: #000; transform: translateY(-1px); box-shadow: 0 12px 28px rgba(15,12,25,0.22); }
.btn-purple { background: var(--purple); color: #fff; }
.btn-purple:hover { background: var(--purple-d); transform: translateY(-1px); box-shadow: 0 12px 28px rgba(168,134,205,0.32); }
.btn-block { width: 100%; }
.btn:active { transform: scale(0.98); }
.btn:disabled { opacity: 0.4; cursor: not-allowed; transform: none !important; box-shadow: none !important; }
.btn-ghost {
  background: #fff; color: var(--dark);
  border: 1.5px solid var(--border);
}
.btn-ghost:hover { border-color: var(--purple); color: var(--purple-x); }

/* ══════════════ TOP BAR ══════════════ */
.topbar {
  position: sticky; top: 0; z-index: 100;
  background: rgba(255,255,255,0.94);
  backdrop-filter: saturate(160%) blur(10px);
  -webkit-backdrop-filter: saturate(160%) blur(10px);
  border-bottom: 1px solid var(--border);
}
.topbar__in {
  display: flex; align-items: center; justify-content: space-between;
  height: 60px;
}
.topbar__logo { font-weight: 800; font-size: 15px; letter-spacing: 3.5px; color: var(--dark); }
.topbar__right { display: flex; align-items: center; gap: 14px; }
.topbar__call {
  display: inline-flex; align-items: center; gap: 7px;
  font-size: 14px; font-weight: 700; color: var(--dark);
}
.topbar__call svg { width: 16px; height: 16px; color: var(--purple-x); }
.topbar__call span { display: none; }

/* ══════════════ HERO ══════════════ */
.hero {
  position: relative;
  color: #fff;
  padding: 36px 0 30px;
  overflow: hidden;
  background: var(--dark2);
}
.hero__bg {
  position: absolute; inset: 0;
  background: url('assets/london-mansions.jpg') center 30% / cover no-repeat;
  z-index: 0;
}
.hero__bg::after {
  content: ''; position: absolute; inset: 0;
  background:
    linear-gradient(180deg, rgba(21,18,31,0.82) 0%, rgba(21,18,31,0.72) 45%, rgba(21,18,31,0.92) 100%);
}
.hero__in { position: relative; z-index: 1; }
.hero__eyebrow { color: #d9c7ee; margin-bottom: 14px; }
.hero h1 {
  color: #fff;
  font-size: clamp(31px, 8vw, 52px);
  letter-spacing: -0.03em;
  line-height: 1.02;
  margin-bottom: 14px;
  text-wrap: balance;
}
.hero h1 em.serif { color: #d9bff2; }
.hero__sub {
  font-size: clamp(15.5px, 4.4vw, 18px);
  color: rgba(255,255,255,0.78);
  line-height: 1.5; max-width: 540px;
  margin-bottom: 20px;
}
.hero__chips { display: flex; flex-wrap: wrap; gap: 8px; }
.hero__chip {
  display: inline-flex; align-items: center; gap: 7px;
  font-size: 12.5px; font-weight: 600;
  color: rgba(255,255,255,0.9);
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.16);
  padding: 7px 13px; border-radius: 50px;
}
.hero__chip svg { width: 13px; height: 13px; color: #9ae6b8; }

/* ══════════════ CALCULATOR CARD ══════════════ */
.calc-shell { position: relative; z-index: 5; margin-top: -16px; padding-bottom: 8px; }
.calc {
  background: #fff;
  border-radius: 22px;
  box-shadow: var(--shadow-card);
  overflow: hidden;
}
.calc__head {
  padding: 22px 22px 0;
}
.calc__progress {
  display: flex; align-items: center; gap: 12px;
  margin-bottom: 18px;
}
.calc__progress-track {
  flex: 1; height: 6px; border-radius: 6px;
  background: var(--cream-d); overflow: hidden;
}
.calc__progress-fill {
  height: 100%; width: 50%;
  background: var(--purple);
  border-radius: 6px;
  transition: width 0.45s cubic-bezier(0.22,1,0.36,1);
}
.calc__progress-label {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px; color: var(--muted); letter-spacing: 0.5px;
  white-space: nowrap;
}
.calc__progress-label strong { color: var(--dark); font-weight: 500; }

.calc__body { padding: 4px 22px 26px; }

/* Panels (steps) */
.panel { display: none; }
.panel.is-active { display: block; animation: panelIn 0.4s cubic-bezier(0.22,1,0.36,1) both; }
@keyframes panelIn { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: none; } }
@media (prefers-reduced-motion: reduce) { .panel.is-active { animation: none; } }

.panel__title {
  font-size: 23px; margin-bottom: 4px;
}
.panel__hint {
  font-size: 14.5px; color: var(--muted); margin-bottom: 22px;
}

/* Field groups */
.field { margin-bottom: 20px; }
.field__label {
  display: block;
  font-size: 13px; font-weight: 700; color: var(--dark);
  margin-bottom: 9px;
}
.field__label .opt-req { color: var(--purple-x); font-weight: 500; }

.input {
  width: 100%;
  border: 1.5px solid var(--border);
  border-radius: 13px;
  padding: 15px 16px;
  background: #fff;
  color: var(--dark);
  font-weight: 600;
  transition: border-color 0.18s, box-shadow 0.18s;
  min-height: 54px;
}
.input::placeholder { color: #b3b0bf; font-weight: 500; }
.input:focus { outline: none; border-color: var(--purple); box-shadow: 0 0 0 4px rgba(168,134,205,0.14); }
.input.is-error { border-color: #e0607a; box-shadow: 0 0 0 4px rgba(224,96,122,0.12); }
.input--postcode { text-transform: uppercase; letter-spacing: 0.08em; font-family: 'JetBrains Mono', monospace; }
select.input {
  appearance: none; -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%237a5f9e' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 15px center;
  padding-right: 44px;
}
.field__error {
  font-size: 12.5px; color: #d14d6a; margin-top: 7px; font-weight: 600;
  display: none;
}
.field__error.is-shown { display: block; }

/* Option grids */
.opt-grid { display: grid; gap: 10px; }
.opt-grid--2 { grid-template-columns: 1fr 1fr; }
.opt-grid--3 { grid-template-columns: 1fr; }
.opt-grid--4 { grid-template-columns: 1fr 1fr; }

.opt {
  position: relative;
  display: flex; align-items: center; gap: 13px;
  text-align: left;
  background: #fff;
  border: 1.5px solid var(--border);
  border-radius: 14px;
  padding: 15px 15px;
  transition: border-color 0.16s, background 0.16s, box-shadow 0.16s, transform 0.12s;
  min-height: 56px;
  width: 100%;
}
.opt:hover { border-color: var(--purple); }
.opt:active { transform: scale(0.99); }
.opt.is-on {
  border-color: var(--dark);
  background: var(--dark);
  color: #fff;
}
.opt__ic {
  width: 36px; height: 36px; flex-shrink: 0;
  border-radius: 10px;
  background: var(--cream);
  display: flex; align-items: center; justify-content: center;
  color: var(--purple-x);
}
.opt.is-on .opt__ic { background: rgba(255,255,255,0.12); color: #d9bff2; }
.opt__ic svg { width: 18px; height: 18px; }
.opt__tx { min-width: 0; }
.opt__t { font-weight: 700; font-size: 15px; letter-spacing: -0.01em; line-height: 1.2; }
.opt__s { font-size: 12.5px; color: var(--muted); margin-top: 2px; line-height: 1.35; }
.opt.is-on .opt__s { color: rgba(255,255,255,0.66); }
.opt__check {
  position: absolute; top: 12px; right: 12px;
  width: 20px; height: 20px; border-radius: 50%;
  background: var(--purple); color: #fff;
  display: none; align-items: center; justify-content: center;
}
.opt.is-on .opt__check { display: flex; }
.opt__check svg { width: 12px; height: 12px; }

/* Segmented (furnished) */
.seg { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 8px; }
.seg button {
  background: #fff; border: 1.5px solid var(--border);
  border-radius: 12px; padding: 14px 6px;
  font-weight: 700; font-size: 13.5px; color: var(--dark);
  transition: all 0.16s; min-height: 50px;
}
.seg button:hover { border-color: var(--purple); }
.seg button.is-on { background: var(--dark); color: #fff; border-color: var(--dark); }

/* Service cards (slightly richer) */
.opt--service { padding: 16px; }
.opt--service .opt__t { font-size: 16px; }

/* Step nav */
.calc__nav {
  display: flex; gap: 10px; margin-top: 24px;
}
.calc__nav .btn { flex: 1; }
.calc__nav .btn-back { flex: 0 0 auto; min-width: 56px; padding: 16px 18px; }

.calc__reassure {
  display: flex; align-items: center; justify-content: center; gap: 7px;
  font-size: 12px; color: var(--muted); margin-top: 14px; text-align: center;
}
.calc__reassure svg { width: 13px; height: 13px; color: var(--green); }

/* ══════════════ RESULTS ══════════════ */
.result__top {
  background: var(--dark);
  color: #fff; padding: 26px 22px 24px;
  position: relative; overflow: hidden;
}
.result__top::after {
  content: ''; position: absolute; top: -120px; right: -120px;
  width: 320px; height: 320px;
  background: radial-gradient(circle, rgba(168,134,205,0.28) 0%, transparent 68%);
  pointer-events: none;
}
.result__badge {
  display: inline-flex; align-items: center; gap: 7px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px; letter-spacing: 1px; text-transform: uppercase;
  color: #9ae6b8; margin-bottom: 14px; position: relative;
}
.result__badge svg { width: 14px; height: 14px; }
.result__rent-label { font-size: 13px; color: rgba(255,255,255,0.62); position: relative; }
.result__rent {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-weight: 500; letter-spacing: -0.04em; line-height: 0.95;
  font-size: clamp(52px, 16vw, 72px);
  color: #fff; margin: 2px 0 4px; position: relative;
  display: flex; align-items: baseline; gap: 4px;
}
.result__rent .unit {
  font-family: 'Instrument Serif', serif; font-style: italic;
  font-size: 0.32em; color: #d9bff2; font-weight: 400;
}
.result__addr {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11.5px; color: rgba(255,255,255,0.55); letter-spacing: 0.3px;
  position: relative; margin-top: 6px;
}
.result__addr strong { color: rgba(255,255,255,0.92); font-weight: 500; }

.result__edit {
  position: relative;
  display: inline-flex; gap: 14px; margin-top: 16px;
}
.result__edit button {
  background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.18);
  color: #fff; font-size: 12.5px; font-weight: 600;
  padding: 8px 14px; border-radius: 50px;
  transition: background 0.18s;
}
.result__edit button:hover { background: rgba(255,255,255,0.18); }

/* Breakdown stats */
.result__body { padding: 22px; }
.stats {
  display: grid; grid-template-columns: 1fr 1fr; gap: 1px;
  background: var(--border);
  border: 1px solid var(--border);
  border-radius: 14px; overflow: hidden;
  margin-bottom: 20px;
}
.stat { background: #fff; padding: 16px 14px; }
.stat__l {
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px; letter-spacing: 0.8px; text-transform: uppercase;
  color: var(--muted); margin-bottom: 7px;
}
.stat__v {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-size: 23px; font-weight: 500; letter-spacing: -0.03em; color: var(--dark);
  line-height: 1;
}
.stat__v small { font-size: 13px; color: var(--muted); font-weight: 500; }
.stat--accent .stat__v { color: var(--green); }

.short-note {
  display: none;
  gap: 10px; align-items: flex-start;
  background: var(--cream); border-radius: 12px;
  padding: 13px 15px; margin-bottom: 20px;
  font-size: 13px; color: #4a4754; line-height: 1.5;
}
.short-note.is-shown { display: flex; }
.short-note svg { width: 17px; height: 17px; color: var(--purple-x); flex-shrink: 0; margin-top: 1px; }

/* Fee comparison */
.compare {
  border: 1px solid var(--border); border-radius: 16px;
  padding: 18px; margin-bottom: 20px;
}
.compare__h {
  font-size: 14px; font-weight: 700; margin-bottom: 4px;
}
.compare__sub { font-size: 12.5px; color: var(--muted); margin-bottom: 16px; }
.compare__row { margin-bottom: 14px; }
.compare__row:last-of-type { margin-bottom: 0; }
.compare__row-top {
  display: flex; justify-content: space-between; align-items: baseline;
  margin-bottom: 6px;
}
.compare__name { font-size: 13px; font-weight: 700; color: var(--dark); }
.compare__name.alt { color: var(--muted); }
.compare__pct {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-weight: 600; font-size: 16px; letter-spacing: -0.02em;
}
.compare__pct.cf { color: var(--purple-x); }
.compare__pct.alt { color: #c2566f; }
.compare__bar { height: 9px; border-radius: 6px; background: var(--cream-d); overflow: hidden; }
.compare__bar i { display: block; height: 100%; border-radius: 6px; transition: width 0.6s cubic-bezier(0.22,1,0.36,1); }
.compare__bar i.cf { background: var(--purple); }
.compare__bar i.alt { background: #d98a9c; }
.compare__save {
  margin-top: 16px; padding-top: 14px; border-top: 1px dashed var(--border);
  font-size: 13.5px; color: var(--dark); display: flex; gap: 8px; align-items: center;
}
.compare__save svg { width: 16px; height: 16px; color: var(--green); flex-shrink: 0; }
.compare__save b { color: var(--green); }

/* What's included accordion */
.included { margin-bottom: 22px; border: 1px solid var(--border); border-radius: 16px; overflow: hidden; }
.included__toggle {
  width: 100%; display: flex; align-items: center; justify-content: space-between;
  padding: 16px 18px; background: var(--bg-soft); border: none;
  font-size: 14px; font-weight: 700; color: var(--dark); text-align: left;
}
.included__toggle svg { width: 18px; height: 18px; color: var(--purple-x); transition: transform 0.25s; flex-shrink: 0; }
.included.is-open .included__toggle svg { transform: rotate(180deg); }
.included__panel { display: none; padding: 4px 0 0; }
.included.is-open .included__panel { display: block; }
.tbl-scroll { overflow-x: auto; -webkit-overflow-scrolling: touch; }
.tbl { width: 100%; border-collapse: collapse; min-width: 460px; }
.tbl th, .tbl td { padding: 11px 12px; text-align: center; font-size: 12.5px; border-bottom: 1px solid var(--border); }
.tbl th { font-family: 'JetBrains Mono', monospace; font-size: 10.5px; letter-spacing: 0.4px; text-transform: uppercase; color: var(--muted); font-weight: 500; }
.tbl th.svc { color: var(--dark); font-weight: 700; }
.tbl th .fee { display: block; font-family: 'Bricolage Grotesque', sans-serif; font-size: 14px; color: var(--purple-x); margin-top: 2px; letter-spacing: -0.02em; }
.tbl td:first-child, .tbl th:first-child {
  text-align: left; position: sticky; left: 0; background: #fff; z-index: 1;
  font-weight: 600; color: var(--dark); min-width: 168px;
}
.tbl thead th:first-child { background: #fff; }
.tbl .tick { color: var(--green); }
.tbl .dash { color: #c9c6d4; }
.tbl tr__group td {
  background: var(--bg-soft);
}
.tbl .grp td {
  background: var(--bg-soft); font-family: 'JetBrains Mono', monospace;
  font-size: 10px; letter-spacing: 0.8px; text-transform: uppercase; color: var(--muted);
  text-align: left; font-weight: 500;
}

/* Lead capture */
.lead {
  background: var(--cream); border: 1px solid var(--cream-d);
  border-radius: 18px; padding: 22px;
}
.lead__h { font-size: 21px; margin-bottom: 5px; }
.lead__sub { font-size: 14px; color: #4a4754; margin-bottom: 18px; line-height: 1.5; }
.lead__report {
  display: grid; grid-template-columns: 1fr 1fr; gap: 8px 14px;
  margin-bottom: 20px;
}
.lead__report li {
  list-style: none; display: flex; gap: 8px; align-items: flex-start;
  font-size: 13px; color: var(--dark); line-height: 1.4;
}
.lead__report svg { width: 15px; height: 15px; color: var(--green); flex-shrink: 0; margin-top: 2px; }
.lead__form { display: grid; gap: 11px; }
.lead__row { display: grid; gap: 11px; }
.lead textarea.input { min-height: 84px; resize: vertical; line-height: 1.5; padding-top: 13px; }
.lead__consent { font-size: 11.5px; color: var(--muted); line-height: 1.5; text-align: center; margin-top: 2px; }

/* Francesco handoff */
.handoff {
  display: flex; gap: 14px; align-items: center;
  background: #fff; border: 1px solid var(--border);
  border-radius: 16px; padding: 16px; margin-top: 18px;
}
.handoff__ph { width: 56px; height: 56px; border-radius: 50%; overflow: hidden; flex-shrink: 0; border: 2px solid #fff; box-shadow: 0 4px 14px rgba(15,12,25,0.12); background: var(--cream-d); }
.handoff__ph img { width: 100%; height: 100%; object-fit: cover; object-position: center 18%; }
.handoff__n { font-family: 'JetBrains Mono', monospace; font-size: 10.5px; letter-spacing: 1px; text-transform: uppercase; color: var(--purple-x); margin-bottom: 5px; }
.handoff__t { font-family: 'Instrument Serif', serif; font-style: italic; font-size: 16.5px; color: var(--dark); line-height: 1.32; }

/* Thank-you */
.thanks { text-align: center; padding: 18px 6px 6px; display: none; }
.thanks.is-shown { display: block; animation: panelIn 0.5s ease both; }
.thanks__ic {
  width: 56px; height: 56px; border-radius: 50%; margin: 0 auto 14px;
  background: var(--green-bg); color: var(--green);
  display: flex; align-items: center; justify-content: center;
}
.thanks__ic svg { width: 28px; height: 28px; }
.thanks__h { font-size: 22px; margin-bottom: 8px; }
.thanks__p { font-size: 14.5px; color: #4a4754; line-height: 1.55; max-width: 380px; margin: 0 auto; }

/* Portals */
.portals { margin-top: 22px; text-align: center; }
.portals__l { font-family: 'JetBrains Mono', monospace; font-size: 10.5px; letter-spacing: 0.8px; text-transform: uppercase; color: var(--muted); margin-bottom: 10px; }
.portals__row { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px 18px; }
.portals__row span { font-weight: 700; font-size: 13.5px; color: #9d99ab; }

/* ══════════════ SECTIONS BELOW ══════════════ */
.section { padding: 52px 0; }
.section--cream { background: var(--cream); }
.section--dark { background: var(--dark2); color: #fff; }
.section__head { margin-bottom: 28px; }
.section__head .eyebrow { margin-bottom: 10px; }
.section__head h2 { font-size: clamp(27px, 7vw, 38px); }
.section__head h2 { color: inherit; }
.section--dark .section__head h2 { color: #fff; }
.section__head p { color: var(--muted); font-size: 15px; margin-top: 8px; max-width: 540px; }

/* Why cards */
.why { display: grid; grid-template-columns: 1fr; gap: 12px; }
.why__c {
  background: #fff; border: 1px solid var(--border); border-radius: 16px;
  padding: 20px;
}
.why__ic {
  width: 42px; height: 42px; border-radius: 11px; background: var(--cream);
  display: flex; align-items: center; justify-content: center; color: var(--purple-x);
  margin-bottom: 14px;
}
.why__ic svg { width: 20px; height: 20px; }
.why__c h3 { font-size: 17px; margin-bottom: 6px; }
.why__c p { font-size: 13.5px; color: var(--muted); line-height: 1.55; }
.why__c strong { color: var(--purple-x); }

/* Testimonials */
.tels { display: grid; gap: 12px; }
.tel {
  background: #fff; border: 1px solid var(--border); border-radius: 16px; padding: 20px;
}
.tel__stars { color: #f5a623; font-size: 14px; letter-spacing: 1px; margin-bottom: 12px; }
.tel__q { font-size: 15px; color: var(--dark); line-height: 1.6; margin-bottom: 16px; }
.tel__by { display: flex; align-items: center; gap: 11px; }
.tel__av { width: 38px; height: 38px; border-radius: 50%; background: var(--purple-x); color: #fff; display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 14px; flex-shrink: 0; }
.tel__nm { font-weight: 700; font-size: 13.5px; color: var(--dark); }
.tel__lo { font-size: 12px; color: var(--muted); }

/* FAQ */
.faq { display: grid; gap: 10px; }
.faq__i { background: #fff; border: 1px solid var(--border); border-radius: 14px; overflow: hidden; }
.faq__q {
  width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 14px;
  padding: 17px 18px; background: none; border: none; text-align: left;
  font-size: 15px; font-weight: 700; color: var(--dark);
}
.faq__q svg { width: 18px; height: 18px; color: var(--purple-x); flex-shrink: 0; transition: transform 0.25s; }
.faq__i.is-open .faq__q svg { transform: rotate(45deg); }
.faq__a { max-height: 0; overflow: hidden; transition: max-height 0.3s ease; }
.faq__a-in { padding: 0 18px 17px; font-size: 14px; color: var(--muted); line-height: 1.6; }

/* Final CTA */
.cta-band { text-align: center; }
.cta-band h2 { color: #fff; font-size: clamp(26px, 7vw, 40px); margin-bottom: 12px; }
.cta-band p { color: rgba(255,255,255,0.7); font-size: 15.5px; margin-bottom: 24px; max-width: 460px; margin-left: auto; margin-right: auto; }
.cta-band__btns { display: flex; flex-direction: column; gap: 10px; max-width: 340px; margin: 0 auto; }

/* Footer */
.foot { background: var(--dark2); color: rgba(255,255,255,0.55); padding: 30px 0; border-top: 1px solid rgba(255,255,255,0.08); }
.foot__in { display: flex; flex-direction: column; gap: 14px; text-align: center; align-items: center; }
.foot__nm { font-weight: 800; letter-spacing: 3.5px; color: #fff; font-size: 15px; }
.foot__links { display: flex; flex-wrap: wrap; gap: 8px 18px; justify-content: center; font-size: 13.5px; }
.foot__links a:hover { color: var(--purple); }
.foot__legal { font-size: 11.5px; color: rgba(255,255,255,0.38); }

/* Sticky mobile CTA */
.sticky-cta {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 90;
  padding: 10px 16px calc(10px + env(safe-area-inset-bottom));
  background: rgba(255,255,255,0.96);
  backdrop-filter: blur(10px);
  border-top: 1px solid var(--border);
  transform: translateY(120%); transition: transform 0.35s cubic-bezier(0.22,1,0.36,1);
}
.sticky-cta.is-shown { transform: translateY(0); }
.sticky-cta .btn { width: 100%; }

/* ══════════════ RESPONSIVE ══════════════ */
@media (min-width: 600px) {
  .wrap { padding: 0 28px; }
  .topbar__call span { display: inline; }
  .opt-grid--4 { grid-template-columns: 1fr 1fr; }
  .lead__row--2 { grid-template-columns: 1fr 1fr; }
  .stats { grid-template-columns: 1fr 1fr 1fr; }
}

@media (min-width: 880px) {
  .hero { padding: 56px 0 90px; }
  .hero h1 { font-size: 56px; }
  .hero__sub { font-size: 18.5px; }
  .calc-shell { margin-top: -64px; }
  .calc { display: grid; }
  .calc__head { padding: 30px 36px 0; }
  .calc__body { padding: 8px 36px 34px; }
  .panel__title { font-size: 27px; }
  .opt-grid--3 { grid-template-columns: 1fr 1fr 1fr; }
  .opt-grid--4 { grid-template-columns: 1fr 1fr 1fr 1fr; }
  .opt-grid--service { grid-template-columns: 1fr 1fr 1fr; }
  .opt--service { flex-direction: column; align-items: flex-start; min-height: 150px; }
  .opt--service .opt__ic { margin-bottom: 4px; }
  .result__top { padding: 36px 40px 32px; }
  .result__body { padding: 30px 40px 40px; max-width: 760px; margin: 0 auto; }
  .section { padding: 72px 0; }
  .why { grid-template-columns: 1fr 1fr 1fr; gap: 16px; }
  .tels { grid-template-columns: 1fr 1fr 1fr; }
  .sticky-cta { display: none; }
  .cta-band__btns { flex-direction: row; justify-content: center; max-width: none; }
  .cta-band__btns .btn { min-width: 220px; }
  .foot__in { flex-direction: row; justify-content: space-between; text-align: left; }
}

@media (min-width: 880px) {
  .result__body .stats { grid-template-columns: 1fr 1fr 1fr; }
}

/* active service column highlight in included table */
.tbl [data-svc].svc-on { background: rgba(168,134,205,0.10); }
.tbl th[data-svc].svc-on { background: rgba(168,134,205,0.16); }
.tbl th[data-svc].svc-on .fee { color: var(--purple-x); }
