/* ============================================================
   isthisagoodapartment.com — design system
   Civic statement: paper ground, white sheet, letterhead rules,
   Libre Franklin display / Public Sans body, grade-band color.
   ============================================================ */

:root {
  --paper: #FFFFFF;
  --card: #FFFFFF;
  --sheet: #FAFAF6;
  --tab-off: #EFEEE6;
  --ink: #191B1F;
  --sub: #54575F;
  --faint: #8A8D94;
  --rule: #DEDCD3;
  --wash: #EFEEE6;
  --blue: #1D4FA1;
  --red: #B3261E;
  --red-wash: #FBECEA;
  --orange: #C2410C;
  --orange-wash: #FCEFDF;
  --green: #0E7B4E;
  --green-wash: #EAF3ED;
  --band-a: #0E7B4E;
  --band-b: #4C8A2E;
  --band-c: #D97706;
  --band-d: #C2410C;
  --band-f: #B3261E;
  --disp: 'Libre Franklin', system-ui, sans-serif;
  --body: 'Public Sans', system-ui, sans-serif;
  --mono: ui-monospace, 'SF Mono', Menlo, Consolas, monospace;
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.5;
}
button { cursor: pointer; font: inherit; color: inherit; background: none; border: none; padding: 0; }
a { color: var(--blue); }
input, select { font: inherit; }
button:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible {
  outline: 2px solid var(--blue); outline-offset: 2px; border-radius: 4px;
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { transition: none !important; animation: none !important; }
}

.wrap { max-width: 660px; margin: 0 auto; padding: 0 12px 48px; }
.site-head { position: sticky; top: 0; z-index: 40; background: var(--paper); padding-top: 20px; }

/* ————— eyebrows, small type ————— */
.eyebrow {
  font-family: var(--disp); font-size: 10.5px; font-weight: 800;
  letter-spacing: 0.13em; text-transform: uppercase; color: var(--faint);
}
.mono { font-family: var(--mono); }

/* ————— the sheet ————— */
.sheet {
  background: var(--card); border-radius: 4px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.09);
  padding: 30px 22px 26px;
}
.sheet-inner { padding: 0 6px; }
.rules { margin-top: 10px; border-bottom: 2.5px solid var(--ink); }
.rules-thin { margin-top: 2.5px; border-bottom: 1px solid var(--rule); }

/* ————— masthead ————— */
.masthead { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.masthead .logo img { height: 20px; display: block; }
.badge-row { display: flex; justify-content: flex-end; margin-bottom: 10px; }
.badge {
  font-family: var(--disp); font-size: 10px; font-weight: 800; letter-spacing: 0.14em;
  text-transform: uppercase; color: #163C7C; background: #E4E2D8;
  padding: 4px 8px; border-radius: 4px;
}

/* ————— compact search (masthead + hero share parts) ————— */
.search { position: relative; min-width: 140px; max-width: 230px; flex: 1; }
.search-box {
  display: flex; align-items: center; gap: 8px;
  border-radius: 999px; padding: 6px 12px;
  border: 1px solid var(--rule); background: #FCFCFA;
}
.search-box svg { flex-shrink: 0; color: var(--faint); }
.search-box input {
  width: 100%; background: transparent; border: none; outline: none;
  font-size: 12.5px; font-weight: 500; color: var(--ink);
}
.search--hero { max-width: 460px; margin: 22px auto 0; }
.search--hero .search-box { border: 1.5px solid var(--ink); padding: 12px 16px; border-radius: 14px; background: var(--card); }
.search--hero .search-box input { font-size: 15.5px; }
.search-drop {
  position: absolute; right: 0; left: auto; margin-top: 6px; width: min(300px, 92vw);
  border-radius: 12px; border: 1px solid var(--rule); overflow: hidden;
  box-shadow: 0 8px 22px rgba(0,0,0,0.1); z-index: 20; background: var(--card);
}
.search--hero .search-drop { left: 0; right: 0; width: auto; }
.search-drop button {
  width: 100%; text-align: left; padding: 11px 14px;
  display: flex; align-items: center; justify-content: space-between; gap: 10px;
}
.search-drop button:hover { background: #F4F3ED; }
.search-drop .s-label { display: block; font-size: 13.5px; font-weight: 600; color: var(--ink); }
.search-drop .s-sub { display: block; font-size: 11.5px; color: var(--sub); margin-top: 1px; }
.search-drop .s-chip {
  font-family: var(--disp); font-size: 9.5px; font-weight: 700; letter-spacing: 0.08em;
  text-transform: uppercase; color: #fff; background: var(--blue);
  padding: 3px 6px; border-radius: 4px; flex-shrink: 0;
}
.search-note { font-size: 11px; color: var(--faint); padding: 8px 14px; border-top: 1px solid var(--rule); background: var(--sheet); }

/* ————— address block ————— */
.addr { margin-top: 20px; }
.addr .hood {
  font-family: var(--disp); font-size: 10.5px; font-weight: 900;
  letter-spacing: 0.1em; text-transform: uppercase; color: var(--blue);
}
.addr h1 {
  font-family: var(--disp); font-size: 29px; font-weight: 900;
  letter-spacing: -0.015em; line-height: 1.05; margin: 3px 0 0;
}
.addr .meta { font-size: 10.5px; font-weight: 600; color: var(--sub); margin-top: 4px; }

/* ————— searched-address banner ————— */
.searched-note {
  margin-top: 16px; border: 1px solid #C9D6EC; background: #EEF2FA;
  border-radius: 10px; padding: 11px 14px; font-size: 13px; line-height: 1.5; color: var(--ink);
}
.searched-note strong { font-weight: 700; }

/* ————— score ————— */
.score-row { display: flex; align-items: center; gap: 20px; margin-top: 20px; }
.score-pill {
  display: inline-block; margin-top: 5px; color: #fff; font-family: var(--disp);
  font-weight: 900; font-size: 13px; padding: 3px 12px; border-radius: 999px;
}

/* ————— breakdown bars ————— */
.bars { margin-top: 18px; display: flex; flex-direction: column; gap: 7px; }
.bar-row { display: flex; align-items: center; gap: 10px; }
.bar-row .b-label { width: 66px; flex-shrink: 0; font-size: 10.5px; font-weight: 700; white-space: nowrap; }
.bar-row .b-track { flex: 1; height: 6.5px; border-radius: 999px; background: var(--wash); overflow: hidden; }
.bar-row .b-fill { height: 100%; border-radius: 999px; }
.bar-row .b-score { width: 24px; flex-shrink: 0; text-align: right; font-family: var(--disp); font-size: 12px; font-weight: 900; }

/* ————— actions ————— */
.actions { display: flex; align-items: center; justify-content: center; gap: 10px; margin-top: 22px; flex-wrap: wrap; }
.btn-pill {
  display: inline-flex; align-items: center; gap: 8px; border-radius: 999px;
  background: var(--card); font-size: 14px; font-weight: 700; padding: 10px 18px;
  text-decoration: none;
}
.btn-pill.primary { border: 2px solid var(--ink); color: var(--ink); }
.btn-pill.quiet { border: 1.5px solid var(--rule); color: var(--sub); }

/* ————— folder tabs ————— */
.tabs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 6px; margin-bottom: -1px; margin-top: 18px; }
.tab {
  position: relative; padding: 9px 4px; border-radius: 10px 10px 0 0;
  border: 1.5px solid var(--rule); background: var(--tab-off); z-index: 1;
  display: flex; flex-direction: column; align-items: center; gap: 2px;
}
.tab .t-value { font-family: var(--disp); font-size: 19px; font-weight: 900; line-height: 1; }
.tab .t-label { font-size: 9px; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; color: var(--sub); }
.tab[aria-selected="true"] { background: var(--sheet); border-bottom-color: var(--sheet); z-index: 2; }
.tab[aria-selected="true"] .t-label { color: var(--ink); }
.tab .t-top { display: none; position: absolute; top: 0; left: 0; right: 0; height: 3px; border-radius: 10px 10px 0 0; }
.tab[aria-selected="true"] .t-top { display: block; }
.panel {
  background: var(--sheet); border: 1px solid var(--rule);
  border-radius: 0 10px 10px 10px; padding: 16px 15px 18px;
}
.tabpane[hidden] { display: none; }

/* ————— cards & shared blocks ————— */
.card { background: var(--card); border: 1px solid var(--rule); border-radius: 10px; }
.statcard { background: var(--card); border: 1px solid var(--rule); border-radius: 12px; padding: 14px 16px 13px; }
.statcard .s-grid { display: flex; gap: 12px; }
.statcard .s-cell { flex: 1; min-width: 0; }
.statcard .s-val { font-family: var(--disp); font-size: 24px; font-weight: 900; line-height: 1.05; margin-top: 5px; white-space: nowrap; }
.statcard .s-key { font-size: 10px; font-weight: 700; letter-spacing: 0.05em; text-transform: uppercase; color: var(--faint); margin-top: 4px; line-height: 1.3; }
.statcard .s-line { font-size: 13.5px; line-height: 1.5; color: var(--sub); margin: 13px 0 0; padding-top: 11px; border-top: 1px solid var(--rule); }

/* ————— alerts: scope control ————— */
.scope { display: flex; align-items: center; gap: 9px; flex-wrap: wrap; margin-top: 16px; }
.scope .s-show { font-size: 11px; font-weight: 800; letter-spacing: 0.09em; text-transform: uppercase; color: var(--faint); }
.scope-pill {
  display: inline-flex; align-items: center; gap: 7px; background: var(--card);
  border: 1.5px solid var(--ink); border-radius: 999px; padding: 7px 13px;
}
.scope-pill select {
  font-size: 13.5px; font-weight: 700; color: var(--ink); background: transparent;
  border: none; padding: 0 4px 0 0; appearance: none; outline: none; max-width: 240px;
}
.scope-back { font-size: 12.5px; font-weight: 700; color: var(--blue); }

/* ————— alerts: issue list ————— */
.issue-list { background: var(--card); border: 1px solid var(--rule); border-radius: 10px; overflow: hidden; margin-top: 8px; }
.issue { border-top: 1px solid var(--rule); }
.issue:first-child { border-top: none; }
.issue.open { background: var(--sheet); }
.issue-head { width: 100%; text-align: left; display: flex; gap: 11px; align-items: flex-start; padding: 13px 12px; }
.issue-head .i-icon { flex-shrink: 0; margin-top: 2px; }
.issue-head .i-main { flex: 1; min-width: 0; }
.issue-head .i-toprow { display: flex; justify-content: space-between; gap: 10px; align-items: baseline; }
.issue-head .i-title { font-size: 15px; font-weight: 700; color: var(--ink); }
.issue-head .i-class { font-size: 11.5px; font-weight: 700; white-space: nowrap; }
.issue-head .i-sub { display: block; font-size: 12.5px; color: var(--sub); margin-top: 3px; }
.issue-head .i-chev { flex-shrink: 0; margin-top: 4px; color: var(--faint); transition: transform .15s; }
.issue.open .i-chev { transform: rotate(180deg); }
.issue-body { padding: 0 12px 14px 41px; }
.issue-body p { font-size: 13px; line-height: 1.55; color: var(--sub); margin: 0; }
.issue-facts { display: flex; gap: 18px; margin-top: 11px; padding-top: 11px; border-top: 1px solid var(--rule); flex-wrap: wrap; }
.issue-facts span.f { display: inline-flex; gap: 6px; align-items: center; }
.issue-facts .f-k { font-size: 12px; color: var(--faint); }
.issue-facts .f-v { font-size: 12.5px; font-weight: 700; color: var(--ink); }
.link-out {
  font-size: 12.5px; font-weight: 700; color: var(--blue);
  display: inline-flex; align-items: center; gap: 5px; padding-top: 11px; text-decoration: none;
}
.link-out:hover { text-decoration: underline; }
.issue-official { font-size: 11px; color: var(--faint); margin-top: 6px; }
.list-more {
  width: 100%; padding: 11px 12px; background: var(--sheet); border-top: 1px solid var(--rule);
  display: flex; align-items: center; justify-content: center; gap: 6px;
  font-size: 13px; font-weight: 700; color: var(--blue);
}
.empty-row { padding: 18px 14px; display: flex; gap: 10px; align-items: center; font-size: 14px; }

/* ————— track record ————— */
.track { border-top: 1px solid var(--rule); margin-top: 20px; padding-top: 16px; }
.track .t-cols { display: flex; gap: 18px; flex-wrap: wrap; margin-top: 12px; }
.track .t-fix { flex: 1 1 190px; min-width: 175px; }
.track .t-big { font-family: var(--disp); font-size: 34px; font-weight: 900; line-height: 1; color: var(--orange); }
.track .t-cap { font-size: 12px; font-weight: 700; color: var(--faint); margin-top: 4px; }
.track table { width: 100%; border-collapse: collapse; margin-top: 12px; border-top: 1px solid var(--rule); }
.track td { padding: 7px 0; border-bottom: 1px solid var(--rule); font-size: 12.5px; }
.track td:first-child { color: var(--sub); }
.track td:last-child { text-align: right; font-weight: 700; color: var(--ink); }
.track .t-chart { flex: 1 1 200px; min-width: 185px; }
.track .t-chartcap { font-size: 12px; font-weight: 700; color: var(--faint); margin-bottom: 2px; }
.track .t-read { font-size: 13.5px; line-height: 1.55; color: var(--ink); margin: 14px 0 0; }
.caveat { display: flex; gap: 8px; align-items: flex-start; margin-top: 13px; font-size: 12px; line-height: 1.5; color: var(--sub); }
.caveat svg { flex-shrink: 0; margin-top: 2px; }

/* ————— rent tab ————— */
.rent-head { display: flex; align-items: center; gap: 10px; }
.rent-check {
  width: 36px; height: 36px; border-radius: 999px; background: var(--green);
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.rent-title { font-family: var(--disp); font-size: 19px; font-weight: 900; line-height: 1.2; }
.rent-copy { font-size: 13.5px; line-height: 1.55; color: var(--sub); margin: 10px 0 0; }
.rent-cta {
  font-family: var(--disp); background: var(--green); color: #fff; font-weight: 700;
  font-size: 13.5px; border-radius: 8px; padding: 10px 16px; text-decoration: none; display: inline-block;
}
.rent-actions { margin-top: 13px; display: flex; align-items: flex-start; gap: 16px; flex-wrap: wrap; }
.reveal-btn { font-size: 12.5px; font-weight: 600; color: var(--blue); text-decoration: underline; text-underline-offset: 2px; }
.reveal-body { margin-top: 8px; font-size: 13px; line-height: 1.6; color: var(--sub); }
.reveal-body[hidden] { display: none; }

/* ————— area tab ————— */
.a-section { margin-top: 18px; }
.a-section.rule-top { border-top: 1px solid var(--rule); padding-top: 16px; margin-top: 20px; }
.station { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 12px 14px; border-top: 1px solid var(--rule); }
.station:first-child { border-top: none; }
.station .st-l { display: flex; align-items: center; gap: 9px; min-width: 0; }
.station .st-name { font-size: 14px; font-weight: 600; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.station .st-min { font-family: var(--disp); font-size: 14px; font-weight: 900; flex-shrink: 0; }
.bullet {
  display: inline-flex; align-items: center; justify-content: center; border-radius: 999px;
  width: 22px; height: 22px; flex-shrink: 0; font-family: var(--disp); font-size: 11px; font-weight: 700; color: #fff;
}
.commutes { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 9px; font-size: 12px; color: var(--sub); }
.commutes strong { font-family: var(--disp); font-weight: 900; color: var(--ink); }
.commutes .dot { color: var(--faint); }
.errands { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 8px; }
.errand { display: flex; align-items: center; gap: 9px; background: var(--card); border: 1px solid var(--rule); border-radius: 8px; padding: 10px 12px; }
.errand svg { flex-shrink: 0; color: var(--sub); }
.errand .e-k { font-size: 13px; flex: 1; }
.errand .e-v { font-family: var(--disp); font-size: 14.5px; font-weight: 900; }
.errand .e-v small { font-size: 11px; font-weight: 700; color: var(--faint); }
.foot-cap { font-size: 12px; color: var(--faint); margin: 8px 2px 0; }
.coming { background: var(--red-wash); border: 1.5px solid var(--red); border-radius: 12px; padding: 15px 16px; }
.coming-head { display: flex; align-items: center; gap: 8px; margin-bottom: 10px; }
.coming-dot { display: inline-flex; align-items: center; justify-content: center; width: 26px; height: 26px; border-radius: 999px; background: var(--red); flex-shrink: 0; }
.coming-eyebrow { font-family: var(--disp); font-size: 10.5px; font-weight: 900; letter-spacing: 0.13em; text-transform: uppercase; color: var(--red); }
.coming-cols { display: flex; gap: 16px; align-items: flex-start; flex-wrap: wrap; }
.coming-txt { flex: 1 1 220px; min-width: 200px; }
.coming-title { font-family: var(--disp); font-size: 18px; font-weight: 900; line-height: 1.25; letter-spacing: -0.01em; }
.coming-sub { font-size: 12.5px; color: var(--sub); margin-top: 5px; }
.coming-body { font-size: 13px; line-height: 1.55; color: var(--sub); margin: 9px 0 0; }
.noise-row { display: flex; align-items: center; gap: 10px; margin-bottom: 7px; }
.noise-row .n-k { font-size: 12.5px; color: var(--sub); width: 140px; flex-shrink: 0; }
.noise-row .n-ticks { display: flex; gap: 3px; flex: 1; flex-wrap: wrap; }
.noise-row .n-ticks i { width: 6px; height: 14px; border-radius: 2px; display: block; }
.noise-row .n-v { font-family: var(--disp); font-size: 13.5px; font-weight: 900; width: 22px; text-align: right; flex-shrink: 0; }
.noise-cap { font-size: 12.5px; line-height: 1.5; color: var(--sub); margin: 9px 0 0; }
.also { margin-top: 18px; padding-top: 13px; border-top: 1px solid var(--rule); display: flex; gap: 8px; align-items: flex-start; font-size: 12px; line-height: 1.5; color: var(--sub); }
.also svg { flex-shrink: 0; margin-top: 2px; }

/* ————— searching sequence ————— */
.searching { padding: 26px 4px 30px; }
.searching h2 { font-family: var(--disp); font-size: 21px; font-weight: 900; letter-spacing: -0.01em; margin: 4px 0 0; }
.searching .s-hood { font-size: 12px; font-weight: 600; color: var(--sub); margin-top: 3px; }
.steps { margin-top: 22px; max-width: 380px; }
.step { margin-bottom: 16px; opacity: 0.45; }
.step.active, .step.done { opacity: 1; }
.step .st-row { display: flex; align-items: center; gap: 8px; }
.step .st-dot { width: 17px; height: 17px; border-radius: 999px; border: 2px solid var(--rule); flex-shrink: 0; display: inline-flex; align-items: center; justify-content: center; }
.step.active .st-dot { border-color: var(--blue); }
.step.done .st-dot { border: none; background: var(--green); }
.step .st-label { font-size: 13.5px; font-weight: 700; color: var(--faint); }
.step.active .st-label, .step.done .st-label { color: var(--ink); }
.step .st-track { margin: 7px 0 0 25px; height: 5px; border-radius: 999px; background: var(--wash); overflow: hidden; }
.step .st-fill { height: 100%; border-radius: 999px; width: 0%; background: var(--blue); transition: width .12s linear; }
.step.done .st-fill { width: 100%; background: var(--green); }
.searching .s-src { font-size: 11.5px; color: var(--faint); margin-top: 6px; }

/* ————— sheet footer ————— */
.sheet-foot {
  display: flex; align-items: flex-start; justify-content: space-between; gap: 16px;
  margin-top: 22px; padding-top: 12px; border-top: 1px solid var(--rule);
}
.sheet-foot p { font-size: 9px; color: var(--faint); line-height: 1.5; margin: 0; }
.sheet-foot .domain { font-size: 9.5px; font-weight: 600; color: var(--faint); flex-shrink: 0; }

/* ============================================================
   LANDING PAGE
   ============================================================ */
.land-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.land-head img { height: 22px; display: block; }
.land-head .head-link { font-size: 12.5px; font-weight: 700; color: var(--ink); text-decoration: none; }
.land-head .head-link:hover { text-decoration: underline; }

.hero { text-align: center; margin-top: 44px; }
.hero h1 {
  font-family: var(--disp); font-weight: 900; letter-spacing: -0.02em;
  font-size: clamp(30px, 7vw, 44px); line-height: 1.06; margin: 0;
}
.hero h1 .q-good { color: var(--green); }
.hero .hero-sub { font-size: 15px; line-height: 1.55; color: var(--sub); max-width: 470px; margin: 14px auto 0; }
.hero .try-sample { display: inline-block; margin-top: 12px; font-size: 13px; font-weight: 700; color: var(--blue); text-decoration: none; }
.hero .try-sample:hover { text-decoration: underline; }

.status-strip {
  margin: 40px auto 0; max-width: 520px; display: flex; gap: 10px; align-items: flex-start;
  background: var(--card); border: 1px solid var(--rule); border-radius: 12px; padding: 13px 16px;
  text-align: left; font-size: 13px; line-height: 1.5; color: var(--sub);
}
.status-strip .dot { width: 9px; height: 9px; border-radius: 999px; background: var(--green); flex-shrink: 0; margin-top: 5px; }
.status-strip strong { color: var(--ink); }

.checks { margin-top: 44px; }
.checks-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 12px; }
.check-card { background: var(--card); border: 1px solid var(--rule); border-radius: 12px; padding: 15px 15px 14px; }
.check-card .c-title { font-family: var(--disp); font-size: 14.5px; font-weight: 900; letter-spacing: -0.01em; }
.check-card .c-body { font-size: 12.5px; line-height: 1.5; color: var(--sub); margin-top: 6px; }
.check-card .c-tag { display: inline-block; margin-top: 10px; font-family: var(--disp); font-size: 9.5px; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; padding: 3px 7px; border-radius: 4px; }

.how { margin-top: 40px; }
.how-steps { margin-top: 12px; display: flex; flex-direction: column; gap: 0; background: var(--card); border: 1px solid var(--rule); border-radius: 12px; overflow: hidden; }
.how-step { display: flex; gap: 13px; padding: 14px 16px; border-top: 1px solid var(--rule); align-items: flex-start; }
.how-step:first-child { border-top: none; }
.how-step .h-n { font-family: var(--disp); font-size: 18px; font-weight: 900; color: var(--blue); width: 20px; flex-shrink: 0; line-height: 1.3; }
.how-step .h-t { font-size: 14px; font-weight: 700; }
.how-step .h-b { font-size: 12.5px; line-height: 1.5; color: var(--sub); margin-top: 2px; }

.land-foot { margin-top: 48px; padding-top: 14px; border-top: 1px solid var(--rule); }
.land-foot p { font-size: 10px; color: var(--faint); line-height: 1.55; margin: 0 0 6px; }

@media (max-width: 560px) {
  .checks-grid { grid-template-columns: 1fr; }
  .masthead .logo img { height: 17px; }
  .noise-row .n-k { width: 108px; }
}

/* ————— search v2: combobox states ————— */
.search-drop { max-height: 336px; overflow-y: auto; }
.search-drop [role="option"].hl { background: #F4F3ED; }
.search-drop .s-label { font-weight: 500; }
.search-drop .s-label strong { font-weight: 800; }
.search-drop .s-sample { border-top: 1px solid var(--rule); background: var(--sheet); }


/* ————— landing v2 (picture layout) ————— */
.hero2 { margin-top: 40px; }
.hero2 h1 {
  font-family: var(--disp); font-weight: 900; letter-spacing: -0.02em;
  font-size: clamp(32px, 7.4vw, 52px); line-height: 1.04; margin: 0; max-width: 640px;
}
.search-label {
  font-family: var(--disp); font-size: 11px; font-weight: 800;
  letter-spacing: 0.13em; text-transform: uppercase; color: var(--faint);
  margin: 28px 0 8px;
}
.search--big { max-width: 640px; }
.search--big .search-box {
  border: 1px solid var(--rule); background: var(--card);
  border-radius: 16px; padding: 8px 8px 8px 18px;
  box-shadow: 0 2px 10px rgba(25,27,31,0.06);
  gap: 10px;
}
.search--big .search-box input { font-size: 16px; font-weight: 500; }
.search--big .search-drop { left: 0; right: 0; width: auto; border-radius: 14px; }
.btn-check {
  display: inline-flex; align-items: center; gap: 7px; flex-shrink: 0;
  background: var(--ink); color: #fff; font-family: var(--disp);
  font-size: 15px; font-weight: 700; border-radius: 12px; padding: 11px 20px;
}
.btn-check svg { display: block; }
.feat-list { margin-top: 40px; max-width: 640px; }
.feat-row {
  display: flex; gap: 15px; align-items: flex-start;
  padding: 19px 2px; border-top: 1px solid var(--rule);
}
.feat-row:last-child { border-bottom: 1px solid var(--rule); }
.feat-row svg { flex-shrink: 0; margin-top: 2px; }
.feat-row .f-t { font-family: var(--disp); font-size: 17px; font-weight: 800; letter-spacing: -0.01em; }
.feat-row .f-b { font-size: 14.5px; line-height: 1.5; color: var(--sub); margin-top: 3px; }
.sources-line { margin-top: 26px; max-width: 640px; font-size: 13px; line-height: 1.6; color: var(--faint); }


/* ————— landing: header search, feature cards, included checklist ————— */
.land-head .search { max-width: 230px; }
.checks2 { margin-top: 42px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.check2 { border: 1px solid var(--rule); border-radius: 14px; padding: 18px 17px 17px; background: var(--card); }
.check2 .chip {
  width: 40px; height: 40px; border-radius: 11px;
  display: flex; align-items: center; justify-content: center;
}
.check2 .c2-t { font-family: var(--disp); font-size: 15.5px; font-weight: 800; letter-spacing: -0.01em; margin-top: 13px; }
.check2 .c2-b { font-size: 13px; line-height: 1.55; color: var(--sub); margin-top: 5px; }
.included { margin-top: 42px; }
.included-grid { margin-top: 12px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px 18px; }
.inc-item { display: flex; align-items: flex-start; gap: 8px; font-size: 13.5px; font-weight: 600; color: var(--ink); line-height: 1.4; }
.inc-item svg { flex-shrink: 0; margin-top: 1.5px; }
.legal-line { margin-top: 22px; font-size: 12px; line-height: 1.6; color: var(--faint); }
@media (max-width: 620px) {
  .checks2 { grid-template-columns: 1fr; }
  .included-grid { grid-template-columns: repeat(2, 1fr); }
  .land-head .search { max-width: 175px; }
}

/* ————— building-your-report stepper: label on top, circle under, spins → check → next ————— */
.build-wrap { padding: 44px 0 40px; }
.build-wrap h2 {
  font-family: var(--disp); font-size: clamp(23px, 5vw, 29px); font-weight: 900;
  letter-spacing: -0.015em; margin: 5px 0 0;
}
.stepper { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 6px; margin-top: 34px; }
.stp { position: relative; z-index: 2; display: flex; flex-direction: column; align-items: center; gap: 11px; }
.stp-label {
  font-size: 11px; font-weight: 700; text-align: center; line-height: 1.35;
  color: var(--faint); min-height: 45px; display: flex; align-items: flex-end;
}
.stp.active .stp-label, .stp.done .stp-label { color: var(--ink); }
.stp-node {
  width: 26px; height: 26px; border-radius: 999px; background: #fff;
  border: 2.5px solid var(--rule);
  display: flex; align-items: center; justify-content: center;
}
.stp.active .stp-node {
  border-color: var(--wash); border-top-color: var(--green);
  animation: stp-spin 0.8s linear infinite;
}
.stp.done .stp-node { border: none; background: var(--green); animation: none; }
.stp-track {
  position: absolute; z-index: 1; height: 3px; border-radius: 999px;
  background: var(--wash); bottom: 11.5px; left: 12.5%; right: 12.5%;
}
.stp-fill { height: 100%; width: 0%; border-radius: 999px; background: var(--green); transition: width .45s ease; }
@keyframes stp-spin { to { transform: rotate(360deg); } }
.build-wrap .s-src { font-size: 12px; color: var(--faint); margin-top: 30px; }

/* ————— compact feature cards so "Included" is visible ————— */
.checks2 { margin-top: 30px; }
.check2 { padding: 13px 14px 14px; }
.check2 .c2-head { display: flex; align-items: center; gap: 10px; }
.check2 .chip { width: 32px; height: 32px; border-radius: 9px; flex-shrink: 0; }
.check2 .chip svg { width: 17px; height: 17px; }
.check2 .c2-t { margin-top: 0; font-size: 14.5px; }
.check2 .c2-b { font-size: 12.5px; margin-top: 8px; line-height: 1.5; }
.included { margin-top: 30px; }
