/* Exposure Rating - public landing page styles.
   Warm cream + red ring. Sans-serif throughout. Generous whitespace.
   Shares CSS variables with product-shell.css (the demo shell). */

:root {
  --ink: #1a1817;
  --ink-2: #4a4642;
  --ink-3: #7a756f;
  --line: rgba(26, 24, 23, 0.10);
  --line-2: rgba(26, 24, 23, 0.18);
  --cream: #fbf6ec;
  --cream-2: #f5efe1;
  --cream-3: #faf3e4;
  --surface: #ffffff;
  --ring: #c0392b;
  --ring-extreme: #991b1b;
  --ink-dark-bg: #15110e;
  --cream-on-dark: #f0e8d8;
  --cream-on-dark-2: rgba(240, 232, 216, 0.7);
  --portfolio-bg: #e6f1fb;
  --portfolio-fg: #0c447c;
  --market-bg: #faeeda;
  --market-fg: #633806;
}

* { box-sizing: border-box; }
html, body {
  margin: 0; padding: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Inter, Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
html { scroll-behavior: smooth; }
a { color: inherit; text-decoration: none; }
.wrap { max-width: 1100px; margin: 0 auto; padding: 0 32px; }

/* ====== Sticky top nav ====== */
.topnav {
  position: sticky; top: 0; z-index: 50;
  background: rgba(251, 246, 236, 0.92);
  backdrop-filter: saturate(140%) blur(8px);
  -webkit-backdrop-filter: saturate(140%) blur(8px);
  border-bottom: 1px solid var(--line);
}
.topnav-inner { display: flex; align-items: center; gap: 22px; height: 60px; }
.brand { display: flex; align-items: center; gap: 10px; font-weight: 600; letter-spacing: -0.01em; }

.nav-logo-light { height: 26px; width: auto; display: block; }
.brand-mark {
  width: 22px; height: 22px; border-radius: 50%;
  background: conic-gradient(var(--ring) 0 80%, #e6dfd2 80%);
  border: 2px solid var(--cream);
  box-shadow: 0 0 0 1px var(--line-2);
}
.nav-links { display: flex; gap: 4px; margin-left: auto; align-items: center; }
.nav-link {
  padding: 8px 13px; border-radius: 6px;
  color: var(--ink-2); font-size: 14px;
}
.nav-link:hover { background: var(--cream-2); color: var(--ink); }
.btn {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 9px 16px; border-radius: 7px;
  font-size: 14px; font-weight: 500;
  border: 1px solid transparent; cursor: pointer; transition: background 120ms;
}
.btn-dark { background: var(--ink); color: var(--cream); }
.btn-dark:hover { background: #2c2620; }
.btn-outline { background: transparent; color: var(--ink); border-color: var(--line-2); }
.btn-outline:hover { background: var(--cream-2); }
.btn-lg { padding: 11px 20px; font-size: 15px; }

/* ====== Hero ====== */
.hero { padding: 96px 0 56px; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr); gap: 64px; align-items: center; }
.eyebrow { display: inline-block; font-size: 12px; letter-spacing: 0.08em; text-transform: uppercase; font-weight: 600; color: var(--ring); padding: 5px 11px; background: rgba(192, 57, 43, 0.09); border-radius: 5px; margin-bottom: 22px; }
h1.hero-h1 {
  font-size: 64px; line-height: 1.02; letter-spacing: -0.028em;
  font-weight: 600; margin: 0 0 22px;
}
h1.hero-h1 .accent { color: var(--ring); }
.hero-lede { font-size: 17px; line-height: 1.6; color: var(--ink-2); margin: 0 0 28px; max-width: 32em; }
.hero-ctas { display: flex; gap: 12px; }

/* ====== Hero ring card ====== */
.ring-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 26px;
  box-shadow: 0 1px 0 rgba(26, 24, 23, 0.04), 0 12px 32px -16px rgba(26, 24, 23, 0.12);
}
.rc-top { font-size: 11px; letter-spacing: 0.06em; text-transform: uppercase; font-weight: 600; color: var(--ink-3); margin-bottom: 4px; }
.rc-name { font-size: 14px; font-weight: 500; }
.rc-sub { font-size: 12.5px; color: var(--ink-3); margin-top: 2px; }
.rc-ring-row { display: flex; align-items: center; gap: 18px; margin: 18px 0; }
.big-ring {
  width: 132px; height: 132px; border-radius: 50%;
  display: grid; place-items: center;
  font-size: 42px; font-weight: 600;
  border: 10px solid var(--ring);
  letter-spacing: -0.03em;
  flex-shrink: 0;
}
.big-ring.extreme { border-color: var(--ring-extreme); }
.big-ring.loading { border-color: var(--line-2); border-style: dashed; font-size: 14px; color: var(--ink-3); font-weight: 500; }
.rc-ring-meta .band-name { font-size: 18px; font-weight: 600; }
.rc-ring-meta .band-line { font-size: 13px; color: var(--ink-2); margin-top: 2px; }

.rc-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; margin-top: 14px; border-top: 1px solid var(--line); padding-top: 14px; }
.rc-stat .l { font-size: 10.5px; letter-spacing: 0.04em; text-transform: uppercase; color: var(--ink-3); font-weight: 600; }
.rc-stat .v { font-size: 16px; font-weight: 600; margin-top: 2px; font-variant-numeric: tabular-nums; }

/* ====== Stats trio below hero ====== */
.trio { display: grid; grid-template-columns: repeat(3, 1fr); gap: 48px; padding: 48px 0 72px; border-bottom: 1px solid var(--line); margin-top: 28px; }
.trio-item .k { font-size: 38px; font-weight: 600; letter-spacing: -0.025em; color: var(--ink); line-height: 1.05; }
.trio-item .l-primary { font-size: 14px; font-weight: 600; color: var(--ink); margin-top: 8px; }
.trio-item .l { font-size: 13px; color: var(--ink-3); margin-top: 4px; max-width: 24em; line-height: 1.5; }

/* ====== Inline portfolio peek (stylized browser frame) ====== */
.peek-section { padding: 40px 0 80px; }
.peek-frame {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 14px;
  box-shadow: 0 1px 0 rgba(26, 24, 23, 0.04), 0 20px 60px -28px rgba(26, 24, 23, 0.18);
  overflow: hidden;
  position: relative;
}
.peek-chrome {
  display: flex; align-items: center; gap: 10px;
  padding: 11px 16px;
  background: var(--cream-2);
  border-bottom: 1px solid var(--line);
  font-size: 12px;
  color: var(--ink-3);
}
.peek-chrome .dots { display: flex; gap: 6px; margin-right: 6px; }
.peek-chrome .dots span { width: 9px; height: 9px; border-radius: 50%; background: var(--line-2); }
.peek-chrome .url {
  flex: 1; max-width: 480px;
  padding: 4px 12px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 5px;
  font-family: ui-monospace, SFMono-Regular, "Cascadia Mono", Menlo, monospace;
  font-size: 11.5px;
  color: var(--ink-2);
  overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
}
.peek-chrome .url .url-host { color: var(--ink-3); }

.peek-body { padding: 28px 32px 0; position: relative; }
.peek-scope-chip {
  display: inline-block;
  font-size: 10.5px; letter-spacing: 0.07em; text-transform: uppercase; font-weight: 600;
  padding: 4px 9px;
  background: var(--portfolio-bg); color: var(--portfolio-fg);
  border-radius: 5px;
  margin-bottom: 10px;
}
.peek-h1 { font-size: 26px; font-weight: 600; letter-spacing: -0.02em; margin: 0 0 4px; }
.peek-event { font-size: 12.5px; color: var(--ink-3); margin: 0 0 18px; }

.peek-hero {
  display: flex; align-items: center; gap: 18px;
  padding: 16px 18px;
  border: 1px solid var(--line);
  border-radius: 10px;
  margin-bottom: 18px;
}
.peek-ring {
  width: 64px; height: 64px; border-radius: 50%;
  display: grid; place-items: center;
  font-size: 22px; font-weight: 600;
  border: 6px solid var(--ring-extreme);
  letter-spacing: -0.02em;
  flex-shrink: 0;
}
.peek-hero-meta .pm-band { font-size: 14px; font-weight: 600; }
.peek-hero-meta .pm-ctx { font-size: 12px; color: var(--ink-3); margin-top: 2px; }
.peek-hero-side { margin-left: auto; text-align: right; }
.peek-hero-side .ps-label { font-size: 10.5px; letter-spacing: 0.05em; text-transform: uppercase; color: var(--ink-3); font-weight: 600; }
.peek-hero-side .ps-value { font-size: 13px; color: var(--ink-2); font-weight: 500; margin-top: 2px; }

.peek-section-label {
  font-size: 10.5px; letter-spacing: 0.06em; text-transform: uppercase;
  font-weight: 600; color: var(--ink-3); margin: 4px 0 10px;
}
.peek-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; margin-bottom: 16px; }
.peek-stat { background: var(--cream-2); border-radius: 7px; padding: 9px 12px; }
.peek-stat .ps-l { font-size: 10px; text-transform: uppercase; letter-spacing: 0.04em; color: var(--ink-3); font-weight: 600; }
.peek-stat .ps-v { font-size: 18px; font-weight: 600; letter-spacing: -0.02em; line-height: 1.1; font-variant-numeric: tabular-nums; }

.peek-table { font-size: 12.5px; }
.peek-table .peek-row {
  display: grid;
  grid-template-columns: 1.6fr 1.1fr 0.9fr 0.5fr;
  gap: 16px;
  padding: 9px 8px;
  border-top: 1px solid var(--line);
  align-items: center;
}
.peek-table .peek-row.peek-head {
  font-size: 10.5px; text-transform: uppercase; letter-spacing: 0.04em; color: var(--ink-3); font-weight: 600; border-top: none;
}
.peek-table .peek-row .crit { font-size: 11px; padding: 1px 8px; border-radius: 4px; display: inline-block; }
.peek-table .peek-row .crit.high { background: var(--chip-red-bg, #fcebeb); color: var(--chip-red-fg, #791f1f); }
.peek-table .peek-row .crit.med { background: var(--chip-amber-bg, #faeeda); color: var(--chip-amber-fg, #633806); }
.peek-table .peek-row .score-cell { text-align: right; font-weight: 600; font-variant-numeric: tabular-nums; color: var(--ring-extreme); }

.peek-fade {
  pointer-events: none;
  position: absolute; left: 0; right: 0; bottom: 0; height: 64px;
  background: linear-gradient(to bottom, rgba(255,255,255,0), var(--surface) 90%);
}
.peek-cta {
  position: relative; z-index: 2;
  background: var(--surface);
  padding: 22px 32px 24px;
  border-top: 1px solid var(--line);
  display: flex; align-items: center; justify-content: space-between; gap: 18px;
}
.peek-cta .pc-text { font-size: 14px; color: var(--ink-2); max-width: 38em; }
.peek-cta .pc-text strong { color: var(--ink); font-weight: 600; }

/* ====== Buyer card mini-visuals ====== */
.bc-mini {
  display: flex; align-items: center; gap: 14px;
  padding: 14px 0 16px;
  margin-bottom: 4px;
  border-bottom: 1px solid var(--line);
}
.bc-mini .mini-ring {
  width: 52px; height: 52px; border-radius: 50%;
  display: grid; place-items: center;
  font-size: 17px; font-weight: 600;
  letter-spacing: -0.02em;
  border: 5px solid var(--ring-extreme);
  flex-shrink: 0;
}
.bc-mini .mini-stats { display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.bc-mini .mini-line { font-size: 12.5px; color: var(--ink-2); font-variant-numeric: tabular-nums; }
.bc-mini .mini-line strong { color: var(--ink); font-weight: 600; }
.bc-mini-label { font-size: 10.5px; letter-spacing: 0.05em; text-transform: uppercase; font-weight: 600; color: var(--ink-3); }

/* Market mini distribution mini-bar */
.mini-distribution {
  display: flex; flex-direction: column; gap: 6px;
  padding: 14px 0 16px;
  margin-bottom: 4px;
  border-bottom: 1px solid var(--line);
}
.mini-distribution .md-top { display: flex; justify-content: space-between; align-items: baseline; }
.mini-distribution .md-top .md-label { font-size: 10.5px; letter-spacing: 0.05em; text-transform: uppercase; font-weight: 600; color: var(--ink-3); }
.mini-distribution .md-top .md-meta { font-size: 12px; color: var(--ink-2); font-variant-numeric: tabular-nums; }
.mini-distribution .md-bar {
  height: 8px; border-radius: 4px;
  background: linear-gradient(to right, #639922 0%, #97c459 18%, #ef9f27 35%, #d85a30 60%, #c0392b 80%, #991b1b 100%);
  position: relative;
}
.mini-distribution .md-tick {
  position: absolute; top: -3px; width: 2px; height: 14px;
  background: var(--ink); border-radius: 1px;
}

/* ====== Section primitives ====== */
.section { padding: 80px 0; }
.section-eyebrow { font-size: 11.5px; letter-spacing: 0.08em; text-transform: uppercase; font-weight: 600; color: var(--ring); margin-bottom: 14px; }
h2.section-h2 { font-size: 36px; line-height: 1.1; letter-spacing: -0.02em; font-weight: 600; margin: 0 0 14px; max-width: 18em; }
.section-lede { font-size: 16px; color: var(--ink-2); margin: 0 0 36px; max-width: 36em; line-height: 1.65; }

/* dark section variant */
.section-dark { background: var(--ink-dark-bg); color: var(--cream-on-dark); }
.section-dark .section-eyebrow { color: #f0b899; }
.section-dark h2.section-h2 { color: var(--cream); }
.section-dark .section-lede { color: var(--cream-on-dark-2); }
.section-dark .band-card { background: rgba(255, 255, 255, 0.04); border-color: rgba(255, 255, 255, 0.08); color: var(--cream-on-dark); }
.section-dark .band-card .band-label { color: var(--cream); }
.section-dark .band-card .band-note { color: var(--cream-on-dark-2); }

/* ====== Band ramp (1-10 horizontal spectrum) ====== */
.band-ramp {
  margin-top: 12px;
  padding: 56px 8px 0;
  position: relative;
}
.ramp-live-tick {
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  text-align: center;
  transition: left 600ms cubic-bezier(0.2, 0.7, 0.3, 1);
}
.ramp-live-tick .tick-pill {
  background: var(--cream);
  color: var(--ink);
  border: 1px solid rgba(240, 232, 216, 0.4);
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
  white-space: nowrap;
  letter-spacing: -0.005em;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.ramp-live-tick .tick-pill .pill-score { color: var(--ring); font-variant-numeric: tabular-nums; }
.ramp-live-tick .tick-pill .pill-meta { font-weight: 400; color: var(--ink-3); font-size: 11.5px; }
.ramp-live-tick .tick-arrow {
  width: 0; height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 8px solid var(--cream);
  margin: -1px auto 0;
  filter: drop-shadow(0 1px 0 rgba(240, 232, 216, 0.4));
}
.ramp-bar {
  height: 18px;
  border-radius: 10px;
  background: linear-gradient(to right,
    #639922 0%,
    #97c459 18%,
    #ef9f27 35%,
    #d85a30 60%,
    #c0392b 80%,
    #991b1b 100%);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.10);
}
.ramp-scale {
  display: flex;
  margin-top: 6px;
  font-size: 11px;
  color: var(--cream-on-dark-2);
  font-variant-numeric: tabular-nums;
}
.ramp-scale .scale-tick {
  flex: 1;
  text-align: left;
  letter-spacing: 0.02em;
}
.ramp-scale .scale-tick:last-child {
  flex: 0 0 0;
}
.ramp-bands {
  display: flex;
  margin-top: 26px;
  gap: 14px;
}
.band-cell {
  flex: 1;
  padding: 16px 0 0;
  border-top: 2px solid rgba(255, 255, 255, 0.12);
  position: relative;
}
.band-cell.b-low  { border-top-color: #97c459; }
.band-cell.b-mod  { border-top-color: #ef9f27; }
.band-cell.b-elev { border-top-color: #d85a30; }
.band-cell.b-ext  { border-top-color: #991b1b; }
.band-cell .band-range {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: var(--cream-on-dark-2);
  font-variant-numeric: tabular-nums;
}
.band-cell .band-name {
  font-size: 17px;
  font-weight: 600;
  color: var(--cream);
  margin-top: 4px;
  letter-spacing: -0.01em;
}
.band-cell .band-note {
  font-size: 12.5px;
  color: var(--cream-on-dark-2);
  margin-top: 6px;
  line-height: 1.5;
  max-width: 22em;
}

/* ====== Three-column simple (How it works) ====== */
.threecol { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.threecol .col { padding-top: 20px; border-top: 2px solid var(--line-2); }
.threecol .col h3 { font-size: 22px; font-weight: 600; letter-spacing: -0.015em; margin: 0 0 12px; max-width: 14em; line-height: 1.25; }
.threecol .col p { font-size: 14px; color: var(--ink-2); margin: 0; line-height: 1.65; }

/* Colored top accent for each question */
.threecol .col.q1 { border-top-color: #97c459; }
.threecol .col.q2 { border-top-color: #d85a30; }
.threecol .col.q3 { border-top-color: #c0392b; }

/* ====== Live in production — big stats horizontal row ====== */
.live-stats {
  background: var(--cream-2);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 32px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
.live-stat { position: relative; padding-left: 18px; }
.live-stat::before {
  content: '';
  position: absolute; left: 0; top: 6px; bottom: 6px; width: 3px;
  border-radius: 2px;
}
.live-stat.s-live::before     { background: #639922; }
.live-stat.s-hours::before    { background: #ef9f27; }
.live-stat.s-national::before { background: #d85a30; }
.live-stat .l-key { font-size: 26px; font-weight: 600; letter-spacing: -0.025em; line-height: 1; color: var(--ink); }
.live-stat .l-sub { font-size: 12px; letter-spacing: 0.04em; text-transform: uppercase; font-weight: 600; color: var(--ink-3); margin-top: 4px; }
.live-stat .l-body { font-size: 13.5px; color: var(--ink-2); margin-top: 10px; line-height: 1.55; max-width: 24em; }

/* ====== Vendor controls — 2-column "title + supporting" + stacked control list ====== */
.vendor-grid { display: grid; grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr); gap: 48px; align-items: start; }
.vendor-intro p { font-size: 14.5px; color: var(--ink-2); margin: 0; line-height: 1.65; max-width: 28em; }
.vendor-list { display: flex; flex-direction: column; gap: 4px; }
.vendor-row {
  display: grid;
  grid-template-columns: 1fr 1.6fr;
  gap: 22px;
  padding: 18px 0;
  border-top: 1px solid var(--line);
}
.vendor-row:first-child { border-top: none; }
.vendor-row .v-label { font-size: 14.5px; font-weight: 600; letter-spacing: -0.005em; color: var(--ink); }
.vendor-row .v-sub { font-size: 12px; color: var(--ink-3); margin-top: 4px; letter-spacing: 0.02em; text-transform: uppercase; font-weight: 600; }
.vendor-row .v-body { font-size: 13.5px; color: var(--ink-2); line-height: 1.6; }

/* ====== Timeline diagram ====== */
.timeline {
  position: relative;
  display: grid; grid-template-columns: repeat(5, 1fr);
  gap: 0;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 32px 18px 22px;
  margin-bottom: 22px;
}
.tl-step { position: relative; text-align: center; padding: 0 8px; }
.tl-dot {
  width: 28px; height: 28px; border-radius: 50%;
  background: var(--surface); border: 2px solid var(--ring);
  margin: 0 auto 12px;
  position: relative; z-index: 2;
  display: grid; place-items: center;
  font-size: 12px; font-weight: 600;
  color: var(--ring);
  transition: transform 200ms, box-shadow 200ms;
}
.tl-step.p-forecast    .tl-dot { border-color: #639922; color: #27500a; }
.tl-step.p-watch       .tl-dot { border-color: #ef9f27; color: #663806; }
.tl-step.p-impact      .tl-dot { border-color: #d85a30; color: #993c1d; }
.tl-step.p-declaration .tl-dot { border-color: #c0392b; color: var(--ring-extreme); }
.tl-step.p-recovery    .tl-dot { border-color: #991b1b; color: #501313; }

.tl-step.tl-active .tl-dot {
  transform: scale(1.18);
  box-shadow: 0 0 0 6px rgba(239, 159, 39, 0.18);
}
.tl-step.p-watch.tl-active .tl-dot { background: #ef9f27; color: #fff; }
.tl-step.p-forecast.tl-active .tl-dot { background: #639922; color: #fff; }
.tl-step.p-impact.tl-active .tl-dot { background: #d85a30; color: #fff; }
.tl-step.p-declaration.tl-active .tl-dot { background: #c0392b; color: #fff; }
.tl-step.p-recovery.tl-active .tl-dot { background: #991b1b; color: #fff; }

.tl-step:not(:last-child)::after {
  content: ''; position: absolute; top: 13px; left: 50%; right: -50%; height: 2px;
  background: linear-gradient(to right, currentColor 0%, var(--line-2) 100%);
  color: var(--line-2);
  z-index: 1;
}
.tl-step.p-forecast::after    { color: #97c459; }
.tl-step.p-watch::after       { color: #ef9f27; }
.tl-step.p-impact::after      { color: #d85a30; }
.tl-step.p-declaration::after { color: #991b1b; }
.tl-label { font-size: 13.5px; font-weight: 600; letter-spacing: -0.005em; }
.tl-sub { font-size: 11.5px; color: var(--ink-3); margin-top: 3px; line-height: 1.45; }

/* ====== Get-it cards (4-up) ====== */
.fourcol { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.get-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 22px 20px 22px;
  position: relative;
  overflow: hidden;
}
.get-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; height: 3px;
  background: var(--ring);
}
.get-card.c-low::before  { background: #97c459; }
.get-card.c-mod::before  { background: #ef9f27; }
.get-card.c-elev::before { background: #d85a30; }
.get-card.c-ext::before  { background: #991b1b; }
.get-card .gc-title { font-size: 16px; font-weight: 600; letter-spacing: -0.005em; margin: 0 0 8px; }
.get-card .gc-body { font-size: 13.5px; color: var(--ink-2); line-height: 1.6; margin: 0; }

/* ====== Sample portfolio scan card ====== */
.sample-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 30px;
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 28px;
  align-items: center;
}
.sample-left { text-align: center; padding: 6px; border-right: 1px solid var(--line); }
.sample-left .big-ring { margin: 0 auto 10px; width: 116px; height: 116px; font-size: 36px; border-width: 9px; }
.sample-left .lbl { font-size: 11px; letter-spacing: 0.05em; text-transform: uppercase; color: var(--ink-3); font-weight: 600; }
.sample-left .name { font-size: 14px; font-weight: 600; margin-top: 6px; }
.sample-right { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px 24px; }
.sr-stat .v { font-size: 28px; font-weight: 600; letter-spacing: -0.025em; line-height: 1.05; font-variant-numeric: tabular-nums; color: var(--ink); }
.sr-stat .l { font-size: 12px; color: var(--ink-3); margin-top: 4px; line-height: 1.45; max-width: 14em; }
.sample-ctas { grid-column: 1 / -1; display: flex; gap: 10px; padding-top: 22px; border-top: 1px solid var(--line); margin-top: 12px; }
.sample-ctas .btn { font-size: 14px; padding: 11px 18px; font-weight: 500; }

/* ====== Two-buyer cards ====== */
.twocol { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.buyer-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 24px 26px;
}
.buyer-card .bc-eyebrow { font-size: 11px; letter-spacing: 0.06em; text-transform: uppercase; font-weight: 600; margin-bottom: 8px; }
.buyer-card.portfolio .bc-eyebrow { color: var(--portfolio-fg); }
.buyer-card.market .bc-eyebrow { color: var(--market-fg); }
.buyer-card h3 { font-size: 20px; font-weight: 600; letter-spacing: -0.015em; margin: 0 0 10px; }
.buyer-card p { font-size: 14px; color: var(--ink-2); line-height: 1.6; margin: 0 0 14px; }
.buyer-card ul { padding-left: 18px; margin: 0 0 16px; }
.buyer-card li { font-size: 13.5px; color: var(--ink-2); margin: 4px 0; line-height: 1.55; }

/* ====== FAQ accordion ====== */
.faq-group { background: var(--surface); border: 1px solid var(--line); border-radius: 12px; overflow: hidden; margin-bottom: 16px; }
.faq-group-head {
  padding: 14px 24px;
  background: var(--cream-2);
  font-size: 11.5px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--ink-3);
  border-bottom: 1px solid var(--line);
}
.faq-group details { border-top: 1px solid var(--line); padding: 0 24px; transition: background 120ms; }
.faq-group details:first-of-type { border-top: none; }
.faq-group details[open] { background: var(--cream-3); }
.faq-group summary {
  padding: 22px 0;
  font-size: 16.5px; font-weight: 500; letter-spacing: -0.005em;
  cursor: pointer; list-style: none;
  display: flex; justify-content: space-between; align-items: center; gap: 20px;
  color: var(--ink);
}
.faq-group summary::-webkit-details-marker { display: none; }
.faq-group summary::after {
  content: ''; flex-shrink: 0;
  width: 28px; height: 28px; border-radius: 50%;
  border: 1.5px solid var(--line-2);
  background: var(--surface) no-repeat center / 12px 12px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path d='M8 3 v10 M3 8 h10' stroke='%237a756f' stroke-width='2' stroke-linecap='round'/></svg>");
  transition: transform 200ms, border-color 200ms, background-color 200ms;
}
.faq-group details[open] summary::after {
  transform: rotate(45deg);
  border-color: var(--ring);
  background-color: var(--cream);
}
.faq-group .faq-body { padding: 0 0 22px; font-size: 14.5px; color: var(--ink-2); line-height: 1.7; max-width: 56em; }

/* ====== CTA form section ====== */
.cta-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 32px;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 36px;
  align-items: start;
}
.cta-form { display: flex; flex-direction: column; gap: 16px; }
.cta-form .field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.cta-form .field { display: flex; flex-direction: column; gap: 6px; }
.cta-form label { font-size: 12px; font-weight: 600; color: var(--ink-2); letter-spacing: 0.02em; }
.cta-form .label-hint { font-size: 11px; color: var(--ink-3); font-weight: 400; margin-left: 6px; text-transform: none; letter-spacing: 0; }
.cta-form input, .cta-form textarea {
  font: inherit; padding: 12px 14px;
  border: 1px solid var(--line-2); border-radius: 8px;
  background: var(--cream); color: var(--ink);
  transition: border-color 120ms, background 120ms;
}
.cta-form input.primary {
  font-size: 18px;
  padding: 16px 18px;
  font-weight: 500;
  background: var(--surface);
  border-width: 1.5px;
}
.cta-form input:hover, .cta-form textarea:hover { border-color: var(--ink-3); }
.cta-form input:focus, .cta-form textarea:focus { outline: none; border-color: var(--ring); background: var(--surface); }
.cta-form .submit-row { padding-top: 4px; }
.cta-form .submit-row .btn { padding: 14px 28px; font-size: 15px; font-weight: 600; }
.cta-success { background: rgba(99, 153, 34, 0.08); color: #27500a; padding: 14px 16px; border-radius: 8px; font-size: 13.5px; line-height: 1.55; border: 1px solid rgba(99, 153, 34, 0.18); }
.cta-side h3 { font-size: 14px; text-transform: uppercase; letter-spacing: 0.06em; color: var(--ink-3); margin: 0 0 12px; font-weight: 600; }
.cta-side ul { padding: 0; margin: 0; list-style: none; }
.cta-side li { font-size: 14px; color: var(--ink-2); padding: 6px 0; border-bottom: 1px dashed var(--line); }
.cta-side li strong { color: var(--ink); font-weight: 600; }

/* ====== Footer (trimmed) ====== */
.foot {
  background: var(--ink-dark-bg);
  color: var(--cream-on-dark-2);
  padding: 36px 0 28px;
  margin-top: 60px;
}
.foot-top {
  display: flex; align-items: center; gap: 32px;
  flex-wrap: wrap;
  padding-bottom: 22px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.foot-brand { display: flex; align-items: center; gap: 10px; color: var(--cream-on-dark); font-weight: 600; font-size: 15px; }
.foot-links { display: flex; gap: 18px; margin-left: auto; flex-wrap: wrap; }
.foot-links a { font-size: 13px; color: var(--cream-on-dark-2); transition: color 120ms; }
.foot-links a:hover { color: var(--cream); }
.foot-fine {
  font-size: 11.5px;
  color: rgba(240, 232, 216, 0.42);
  margin-top: 22px;
  line-height: 1.55;
  max-width: 78em;
}
.foot-fine .foot-build { color: rgba(240, 232, 216, 0.62); font-variant-numeric: tabular-nums; }

/* ====== Scroll-spy active link styling ====== */
.nav-link.spy-active { background: rgba(192, 57, 43, 0.10); color: var(--ring); }
.nav-link.spy-active:hover { background: rgba(192, 57, 43, 0.14); color: var(--ring); }
.nav-link.cta.spy-active { background: var(--ink); color: var(--cream); }

/* ====== Small responsive ====== */
@media (max-width: 880px) {
  .hero-grid { grid-template-columns: 1fr; gap: 36px; }
  h1.hero-h1 { font-size: 36px; }
  .trio { grid-template-columns: 1fr; gap: 18px; }
  .band-grid { grid-template-columns: repeat(2, 1fr); }
  .threecol { grid-template-columns: 1fr; }
  .fourcol { grid-template-columns: repeat(2, 1fr); }
  .timeline { grid-template-columns: 1fr 1fr; row-gap: 18px; }
  .tl-step:not(:last-child)::after { display: none; }
  .sample-card { grid-template-columns: 1fr; }
  .sample-left { border-right: none; border-bottom: 1px solid var(--line); }
  .twocol { grid-template-columns: 1fr; }
  .cta-card { grid-template-columns: 1fr; }
  .foot-grid { grid-template-columns: 1fr 1fr; }
  .nav-link { display: none; }
  .nav-link.cta { display: inline-flex; }
}

/* Workflow landing */
.landing-workflow {
  padding: 72px 0 96px;
}

.landing-workflow-hero {
  text-align: left;
}

.landing-kicker {
  margin: 0 0 14px;
  color: var(--ring);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.landing-workflow-hero h1 {
  max-width: 860px;
  margin: 0;
  color: var(--ink);
  font-size: clamp(2.2rem, 6vw, 4.6rem);
  line-height: 1.05;
  letter-spacing: 0;
  font-weight: 650;
}

.landing-subhead {
  max-width: 780px;
  margin: 20px 0 0;
  color: var(--ink-2);
  font-size: 1.05rem;
  line-height: 1.6;
}

.workflow-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 38px;
}

.workflow-card {
  min-height: 280px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  box-shadow: 0 12px 34px -24px rgba(26, 24, 23, 0.28);
}

.workflow-card-step {
  margin: 0 0 20px;
  color: var(--ring);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.workflow-card h2 {
  margin: 0;
  color: var(--ink);
  font-size: 1.35rem;
  line-height: 1.25;
  letter-spacing: 0;
}

.workflow-card p:not(.workflow-card-step) {
  margin: 14px 0 22px;
  color: var(--ink-2);
  font-size: 0.96rem;
  line-height: 1.55;
}

.workflow-card-button {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 9px 14px;
  border-radius: 7px;
  background: var(--ink);
  color: var(--cream);
  font-size: 0.92rem;
  font-weight: 700;
  text-decoration: none;
}

.workflow-card-button:hover {
  background: #2c2620;
}

@media (max-width: 860px) {
  .landing-workflow {
    padding-top: 44px;
  }

  .workflow-card-grid {
    grid-template-columns: 1fr;
  }

  .workflow-card {
    min-height: 0;
  }
}

/* Self-serve teaser landing */
.self-serve-landing {
  background: #f7faf9;
  color: #111827;
}

.section-jump-nav {
  position: sticky;
  top: 64px;
  z-index: 900;
  border-bottom: 1px solid #e5e7eb;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 8px 24px rgba(17, 24, 39, 0.04);
}

.section-jump-inner {
  width: min(1180px, calc(100% - 40px));
  min-height: 46px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 8px;
  overflow-x: auto;
  scrollbar-width: none;
}

.section-jump-inner::-webkit-scrollbar {
  display: none;
}

.section-jump-inner > span,
.vertical-switcher span {
  flex: none;
  margin-right: 4px;
  color: #667085;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.vertical-switcher {
  flex: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-right: 10px;
}

.vertical-switcher select {
  min-height: 32px;
  max-width: min(310px, 44vw);
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  padding: 5px 32px 5px 10px;
  background: #ffffff;
  color: #111827;
  font: inherit;
  font-size: 0.86rem;
  font-weight: 800;
}

.section-jump-inner a {
  flex: none;
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  border: 1px solid #e5e7eb;
  border-radius: 999px;
  padding: 5px 11px;
  background: #ffffff;
  color: #2f3b4c;
  font-size: 0.84rem;
  font-weight: 800;
  text-decoration: none;
}

.section-jump-inner a:hover {
  border-color: #cbd5e1;
  color: #111827;
  background: #f8fafc;
}

#activation-map,
#affectedCallout,
#instant-quote,
#evidence-proof,
#how-it-works,
#faq {
  scroll-margin-top: 132px;
}

.self-serve-landing .wrap {
  width: min(1180px, calc(100% - 40px));
  max-width: none;
  padding: 0;
}

.teaser-hero {
  padding: 34px 0 20px;
  background:
    linear-gradient(120deg, rgba(36, 87, 197, 0.08), transparent 34%),
    linear-gradient(180deg, #ffffff, #f7faf9);
  border-bottom: 1px solid #e5e7eb;
}

.teaser-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 420px);
  gap: 30px;
  align-items: center;
}

.map-first-header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 420px);
  gap: 16px 30px;
  align-items: start;
}

.map-first-header .teaser-copy {
  display: contents;
}

.map-first-header .landing-kicker,
.map-first-header h1 {
  grid-column: 1 / -1;
}

.map-first-header .landing-subhead,
.map-first-header .conversion-lines {
  grid-column: 1;
}

.map-first-header .teaser-selector {
  grid-column: 2;
  grid-row: 3 / span 2;
  align-self: start;
}

.teaser-copy h1 {
  max-width: 1120px;
  margin: 0;
  font-size: 3rem;
  line-height: 1.04;
  letter-spacing: 0;
  color: #111827;
}

.conversion-lines {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  max-width: 900px;
  margin-top: 0;
}

.conversion-lines span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  border: 1px solid #e5e7eb;
  border-radius: 999px;
  padding: 5px 10px;
  background: #ffffff;
  color: #2f3b4c;
  font-size: 0.84rem;
  font-weight: 750;
}

.primary-button,
.selector-row button,
.checkout-form button {
  min-height: 44px;
  border: 1px solid #111827;
  border-radius: 8px;
  padding: 10px 16px;
  background: #111827;
  color: #ffffff;
  font: inherit;
  font-weight: 900;
  cursor: pointer;
}

.primary-button {
  width: 100%;
  margin-top: 14px;
}

.primary-button:hover,
.selector-row button:hover,
.checkout-form button:hover {
  background: #2f3b4c;
}

.selector-row button:disabled,
.checkout-form button:disabled {
  opacity: 0.62;
  cursor: not-allowed;
}

.teaser-selector,
.quote-panel,
.teaser-map-panel,
.proof-card,
.narrative-grid article,
.faq-section {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  box-shadow: 0 16px 42px rgba(17, 24, 39, 0.07);
}

.teaser-selector {
  padding: 18px;
}

.teaser-selector label,
.checkout-form label {
  display: block;
  margin: 0 0 8px;
  color: #667085;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.selector-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
}

.selector-row select,
.checkout-form input {
  width: 100%;
  min-height: 44px;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  padding: 10px 12px;
  background: #ffffff;
  color: #111827;
  font: inherit;
}

.helper-text {
  margin: 10px 0 0;
  color: #667085;
  font-size: 0.88rem;
  line-height: 1.45;
}

.helper-text.strong {
  color: #16804b;
  font-weight: 800;
}

.demo-mode-switch {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 6px;
  margin-top: 12px;
}

.demo-mode-switch button {
  min-height: 38px;
  border: 1px solid #d0d5dd;
  border-radius: 8px;
  padding: 7px 9px;
  background: #ffffff;
  color: #2f3b4c;
  font: inherit;
  font-size: 0.78rem;
  font-weight: 900;
  cursor: pointer;
}

.demo-mode-switch button.active {
  border-color: #111827;
  background: #111827;
  color: #ffffff;
}

.teaser-map-first {
  padding: 20px 0 0;
  scroll-margin-top: 92px;
}

.teaser-workbench {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 20px;
  align-items: start;
  padding: 20px 0 32px;
  scroll-margin-top: 92px;
}

.teaser-map-panel {
  overflow: hidden;
  padding: 18px;
}

.teaser-map-first .teaser-map-panel {
  padding: 18px 18px 20px;
}

.panel-heading {
  display: flex;
  gap: 18px;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 14px;
}

.panel-heading h2,
.quote-panel h2,
.proof-card h2,
.narrative-grid h2,
.faq-section h2 {
  margin: 0;
  color: #111827;
  line-height: 1.15;
  letter-spacing: 0;
}

.panel-heading p:not(.landing-kicker),
.quote-panel p,
.proof-card p,
.narrative-grid p,
.faq-section p {
  color: #2f3b4c;
  line-height: 1.6;
}

.panel-heading p:not(.landing-kicker) {
  margin: 8px 0 0;
}

.feed-status-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}

.answer-sentence {
  margin-top: 12px;
  border: 1px solid #d0d5dd;
  border-radius: 8px;
  padding: 10px 12px;
  background: #ffffff;
  color: #111827;
  font-size: clamp(1rem, 1.6vw, 1.2rem);
  font-weight: 900;
  line-height: 1.35;
}

.feed-unknowns {
  margin: 8px 0 0;
  border-left: 3px solid #b42318;
  padding-left: 10px;
  color: #7a271a;
  font-size: 0.86rem;
  font-weight: 800;
}

.feed-light {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 30px;
  border: 1px solid #e5e7eb;
  border-radius: 999px;
  padding: 5px 10px;
  background: #ffffff;
  color: #2f3b4c;
  font-size: 0.82rem;
  font-weight: 900;
  white-space: nowrap;
}

.feed-light i {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #98a2b3;
  box-shadow: 0 0 0 3px rgba(152, 162, 179, 0.14);
}

.feed-light small {
  color: #667085;
  font-size: 0.74rem;
  font-weight: 700;
}

.feed-light.checked {
  border-color: #b7d7c4;
  color: #12633a;
  background: #f0fbf5;
}

.feed-light.checked i {
  background: #16804b;
  box-shadow: 0 0 0 3px rgba(22, 128, 75, 0.15);
}

.feed-light.down {
  border-color: #f0b8aa;
  color: #9f2f21;
  background: #fff5f2;
}

.feed-light.down i {
  background: #b42318;
  box-shadow: 0 0 0 3px rgba(180, 35, 24, 0.14);
}

.affected-callout {
  margin: 0 0 16px;
  border: 1px solid #b7d7c4;
  border-radius: 8px;
  padding: 16px;
  background: #f0fbf5;
  color: #111827;
}

.teaser-workbench > .affected-callout {
  margin: 0;
}

.affected-callout.has-hazards {
  border-color: #f0b8aa;
  background: #fff5f2;
}

.affected-callout.partial {
  border-style: dashed;
}

.affected-callout-main {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px;
  align-items: start;
}

.affected-callout h3 {
  margin: 0;
  color: #111827;
  font-size: clamp(1.15rem, 2vw, 1.55rem);
  line-height: 1.18;
  letter-spacing: 0;
}

.affected-callout p:not(.landing-kicker) {
  margin: 8px 0 0;
  color: #2f3b4c;
  line-height: 1.45;
}

.affected-count {
  min-width: 76px;
  border-radius: 8px;
  padding: 10px 12px;
  background: #111827;
  color: #ffffff;
  font-size: 1.35rem;
  font-weight: 900;
  line-height: 1;
  text-align: center;
  font-variant-numeric: tabular-nums;
}

.affected-list-callout {
  display: grid;
  gap: 10px;
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
}

.affected-facility-card {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  border: 0.5px solid rgba(0,0,0,.12);
  border-left: 4px solid #8a8a86;
  border-radius: 0 10px 10px 0;
  padding: 14px 16px;
  margin-bottom: 10px;
  background: #ffffff;
}

.affected-facility-card.lvl-critical { border-left-color: #A32D2D; }
.affected-facility-card.lvl-high { border-left-color: #D85A30; }
.affected-facility-card.lvl-watch { border-left-color: #EF9F27; }
.affected-facility-card.lvl-clear { border-left-color: #639922; }

.dist-ring {
  flex: none;
}

.dist-ring-num {
  font-size: 17px;
  font-weight: 600;
  fill: #1a1a18;
}

.dist-ring-unit {
  font-size: 9px;
  fill: #6b6b66;
  letter-spacing: 0;
}

.affected-card-copy {
  flex: 1;
  min-width: 0;
}

.affected-card-top {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: baseline;
}

.affected-card-top strong {
  font-size: 16px;
}

.affected-card-loc {
  font-size: 12px;
  color: #6b6b66;
  white-space: nowrap;
}

.affected-card-fact {
  display: block;
  font-size: 13px;
  margin-top: 3px;
}

.affected-card-context {
  display: block;
  font-size: 12.5px;
  color: #4a4a47;
  margin-top: 3px;
}

.affected-card-tags {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 8px;
}

.affected-card-action {
  font-size: 12.5px;
  color: #4a4a47;
}

.precision-chip {
  display: inline-flex;
  align-items: center;
  border-radius: 6px;
  padding: 2px 8px;
  color: #8a3a1a;
  background: #FAECE7;
  font-size: 10.5px;
  letter-spacing: 0;
  text-transform: uppercase;
}

.precision-chip.muted {
  background: #f1f5f9;
  color: #475467;
}

.affected-change,
.exposure-ring-note {
  border-top: 1px solid rgba(17, 24, 39, 0.08);
  padding-top: 10px;
  font-size: 0.86rem;
}

.exposure-ring-note {
  margin-top: 14px;
  color: #2f3b4c;
  line-height: 1.45;
}

.teaser-map-empty {
  min-height: 420px;
  display: grid;
  place-items: center;
  border: 1px dashed #cbd5e1;
  border-radius: 8px;
  padding: 22px;
  color: #667085;
  background: #f8fafc;
  text-align: center;
}

.quote-panel {
  padding: 18px;
  position: sticky;
  top: 96px;
  z-index: 5;
}

.paid-preview-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
  gap: 18px;
  padding: 0 0 28px;
  scroll-margin-top: 132px;
}

.paid-diff-preview,
.saved-vs-teaser {
  padding: 20px;
}

.paid-diff-preview.locked {
  position: relative;
  border: 1px solid #d0d5dd;
  background: linear-gradient(180deg, #ffffff, #f8fafc);
}

.paid-diff-preview.locked::after {
  content: "Locked until payment";
  position: absolute;
  top: 18px;
  right: 18px;
  border-radius: 999px;
  padding: 5px 9px;
  background: #111827;
  color: #ffffff;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.paid-diff-preview h2,
.saved-vs-teaser h3 {
  margin: 0;
  color: #111827;
  letter-spacing: 0;
}

.paid-diff-preview p:not(.landing-kicker),
.saved-vs-teaser p {
  color: #2f3b4c;
  line-height: 1.55;
}

.locked-diff-rows,
.compare-columns {
  display: grid;
  gap: 10px;
  margin-top: 14px;
}

.locked-diff-rows {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.locked-diff-rows span,
.compare-columns > div {
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  padding: 12px;
  background: rgba(255,255,255,.78);
  color: #2f3b4c;
}

.locked-diff-rows strong {
  display: block;
  margin-bottom: 4px;
  color: #111827;
}

.quote-detail {
  display: grid;
  gap: 8px;
  margin: 16px 0;
}

.quote-detail span {
  display: block;
  min-height: 34px;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  padding: 8px 10px;
  color: #2f3b4c;
  background: #f8fafc;
  font-size: 0.9rem;
}

.checkout-form {
  display: grid;
  gap: 10px;
}

.proof-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  padding: 10px 0 28px;
}

.proof-card {
  padding: 20px;
}

.proof-card a {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  border: 1px solid #2457c5;
  border-radius: 8px;
  padding: 8px 12px;
  color: #2457c5;
  font-weight: 900;
  text-decoration: none;
}

.proof-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.narrative-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  padding: 10px 0 28px;
}

.narrative-grid article {
  padding: 20px;
  box-shadow: none;
}

.faq-section {
  margin: 10px auto 48px;
  padding: 22px;
  box-shadow: none;
}

.faq-section details {
  border-top: 1px solid #e5e7eb;
  padding: 14px 0;
}

.faq-section details:first-of-type {
  margin-top: 14px;
}

.faq-section summary {
  cursor: pointer;
  color: #111827;
  font-weight: 900;
}

.landing-footer {
  border-top: 1px solid #e5e7eb;
  background: #ffffff;
  color: #667085;
  font-size: 0.86rem;
}

.landing-footer .wrap {
  display: flex;
  gap: 12px;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
}

.landing-footer strong {
  color: #111827;
}

.paid-home {
  padding: 48px 0 72px;
}

.paid-home h1 {
  margin: 0;
  max-width: 760px;
  color: #111827;
  font-size: clamp(2.2rem, 6vw, 4.6rem);
  line-height: 0.98;
  letter-spacing: 0;
}

.paid-home-answer {
  max-width: 760px;
  border: 1px solid #d0d5dd;
  border-radius: 8px;
  padding: 14px 16px;
  background: #ffffff;
  color: #111827;
  font-size: 1.1rem;
  font-weight: 900;
  line-height: 1.45;
}

.paid-home-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 22px;
}

.paid-home-grid article,
.paid-home-unlocks {
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  padding: 18px;
  background: #ffffff;
}

.paid-home-grid span {
  display: block;
  color: #c2410c;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.paid-home-grid strong {
  display: block;
  margin-top: 8px;
  color: #111827;
  font-size: 1.2rem;
}

.paid-home-grid p,
.paid-home-unlocks p {
  color: #2f3b4c;
  line-height: 1.55;
}

.paid-home-unlocks {
  margin-top: 18px;
}

.paid-home-unlocks h2 {
  margin: 0;
  color: #111827;
}

.alert-settings-form {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(160px, 0.6fr);
  gap: 14px;
  margin-top: 16px;
}

.alert-settings-form label {
  display: grid;
  gap: 6px;
  color: #111827;
  font-size: 0.84rem;
  font-weight: 900;
}

.alert-settings-form input,
.alert-settings-form select {
  width: 100%;
  min-height: 42px;
  border: 1px solid #d0d5dd;
  border-radius: 7px;
  padding: 8px 10px;
  background: #ffffff;
  color: #111827;
  font: inherit;
}

.alert-settings-check {
  grid-column: 1 / -1;
  display: flex !important;
  grid-template-columns: none !important;
  flex-direction: row;
  align-items: center;
  gap: 8px !important;
  color: #2f3b4c !important;
  font-size: 0.9rem !important;
  font-weight: 700 !important;
}

.alert-settings-check input {
  width: 18px;
  min-height: 18px;
  padding: 0;
}

.status-badge {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  border-radius: 999px;
  padding: 5px 9px;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  white-space: nowrap;
}

.status-badge.live { background: #e7f7ee; color: #16804b; }
.status-badge.cache { background: #fff7ed; color: #b7791f; }
.status-badge.manual,
.status-badge.simulation { background: #f1f5f9; color: #2f3b4c; }
.status-badge.loading { background: #eef2ff; color: #2457c5; }
.status-badge.unavailable { background: #fff2f1; color: #b42318; }

.aoi-map {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  align-items: stretch;
}

.aoi-map-stage {
  position: relative;
  min-height: 650px;
  aspect-ratio: 16 / 9;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  overflow: hidden;
  background: #eef4f8;
}

.aoi-tile-layer {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}

.aoi-tile {
  position: absolute;
  display: block;
  object-fit: cover;
  opacity: 0.96;
}

.aoi-map-svg {
  position: absolute;
  inset: 0;
}

.aoi-attribution {
  position: absolute;
  right: 8px;
  bottom: 6px;
  z-index: 2;
  border-radius: 4px;
  padding: 3px 6px;
  background: rgba(255, 255, 255, 0.86);
  color: #2f3b4c;
  font-size: 0.68rem;
}

.aoi-attribution a {
  color: #2457c5;
  text-decoration: none;
}

.aoi-map-svg {
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
}

.aoi-map-svg.basemap-active {
  pointer-events: none;
}

.aoi-water { fill: #dcebf3; }
.aoi-map-svg.basemap-active .aoi-water { fill: transparent; }
.aoi-land { fill: rgba(248, 251, 253, 0.10); }
.aoi-grid { stroke: rgba(102, 112, 133, 0.10); stroke-width: 1; }
.aoi-context-state { fill: rgba(255, 255, 255, 0.30); stroke: rgba(17, 24, 39, 0.50); stroke-width: 2.4; }
.aoi-context-county { fill: rgba(255, 255, 255, 0.10); stroke: rgba(17, 24, 39, 0.42); stroke-width: 1.5; stroke-dasharray: 5 5; }
.aoi-context-label { fill: rgba(17, 24, 39, 0.62); font-size: 30px; font-weight: 900; letter-spacing: 0; paint-order: stroke; stroke: rgba(255,255,255,.88); stroke-width: 5px; }
.aoi-county-label { fill: rgba(17, 24, 39, 0.72); font-size: 12px; font-weight: 800; paint-order: stroke; stroke: rgba(255,255,255,.90); stroke-width: 3px; }
.aoi-kind-nhc-cone { fill: rgba(245, 158, 11, 0.22); stroke: #b45309; stroke-width: 2; }
.aoi-kind-nws-polygon { fill: rgba(36, 87, 197, 0.16); stroke: #2457c5; stroke-width: 2; }
.aoi-kind-firms-buffer { fill: rgba(224, 88, 47, 0.18); stroke: #e0582f; stroke-width: 1.8; }
.aoi-kind-burn-perimeter { fill: rgba(180, 35, 24, 0.14); stroke: #b42318; stroke-width: 2; }
.aoi-kind-propertyradar-bbox { fill: rgba(183, 121, 31, 0.10); stroke: #b7791f; stroke-width: 2; stroke-dasharray: 7 5; }
.aoi-kind-fema-county { fill: rgba(22, 128, 75, 0.10); stroke: #16804b; stroke-width: 1.8; stroke-dasharray: 5 4; }
.aoi-kind-flood-zone { fill: rgba(36, 87, 197, 0.22); stroke: #2457c5; }
.aoi-exposure-ring {
  fill: none;
  stroke-width: 4.5;
  opacity: 0.96;
  paint-order: stroke;
}
.aoi-exposure-ring.ring-critical { stroke: #A32D2D; }
.aoi-exposure-ring.ring-high { stroke: #D85A30; }
.aoi-exposure-ring.ring-watch { stroke: #ef9f27; }
.aoi-exposure-ring.ring-clear { stroke: #639922; stroke-dasharray: 5 4; }
.aoi-exposure-ring.ring-unknown { stroke: #667085; stroke-dasharray: 3 4; }
.aoi-point { fill: #111827; stroke: #ffffff; stroke-width: 2; }
.aoi-point-facility-point { fill: #16804b; }
.aoi-point-branch-point { fill: #2457c5; }
.aoi-point-parcel-point { fill: #667085; opacity: 0.72; }
.aoi-point-flood-zone { fill: #2457c5; opacity: 0.8; }
.aoi-point-firms-buffer { fill: #b42318; }
.aoi-point.affected { fill: #b42318; r: 6; stroke-width: 3; }
.aoi-label {
  fill: #111827;
  font-size: 12px;
  font-weight: 800;
  paint-order: stroke;
  stroke: rgba(255,255,255,.84);
  stroke-width: 4px;
}

.aoi-label.affected {
  fill: #7f1d1d;
  font-size: 13px;
}

.aoi-label-pill {
  fill: rgba(255, 255, 255, 0.94);
  stroke: #d8e0ea;
  stroke-width: 1;
}

.aoi-label-g text {
  fill: #1e293b;
  font-weight: 700;
}

.aoi-label-g.affected text {
  fill: #7f1d1d;
  font-weight: 800;
}

.aoi-label-g.affected .aoi-label-pill {
  stroke: #e8b9ac;
}

.aoi-leader {
  stroke: #64748b;
  stroke-width: 1.5;
  opacity: 0.9;
}

.aoi-map-legend {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 10px;
  align-content: start;
}

.aoi-legend-item {
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  padding: 10px;
  background: #ffffff;
}

.aoi-legend-top {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: space-between;
}

.aoi-swatch {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 2px solid currentColor;
  flex: none;
}

.aoi-legend-item[data-aoi-kind="nhc-cone"] .aoi-swatch { color: #b45309; background: rgba(245, 158, 11, 0.22); }
.aoi-legend-item[data-aoi-kind="nws-polygon"] .aoi-swatch,
.aoi-legend-item[data-aoi-kind="flood-zone"] .aoi-swatch { color: #2457c5; background: rgba(36, 87, 197, 0.20); }
.aoi-legend-item[data-aoi-kind="firms-buffer"] .aoi-swatch,
.aoi-legend-item[data-aoi-kind="burn-perimeter"] .aoi-swatch { color: #b42318; background: rgba(180, 35, 24, 0.18); }
.aoi-legend-item[data-aoi-kind="facility-point"] .aoi-swatch { color: #16804b; background: #16804b; }
.aoi-legend-item[data-aoi-kind="branch-point"] .aoi-swatch { color: #2457c5; background: #2457c5; }
.aoi-legend-item[data-aoi-kind="parcel-point"] .aoi-swatch,
.aoi-legend-item[data-aoi-kind="propertyradar-bbox"] .aoi-swatch,
.aoi-legend-item[data-aoi-kind="fema-county"] .aoi-swatch { color: #667085; background: #f8fafc; }

.aoi-legend-title {
  margin: 0;
  font-weight: 900;
  font-size: 0.86rem;
}

.aoi-legend-meta {
  margin: 6px 0 0;
  color: #667085;
  font-size: 0.78rem;
  line-height: 1.45;
}

.aoi-map-empty {
  min-height: 220px;
  display: grid;
  place-items: center;
  border: 1px dashed #e5e7eb;
  border-radius: 8px;
  color: #667085;
  background: #ffffff;
  padding: 18px;
  text-align: center;
}

@media (max-width: 980px) {
  .teaser-hero-grid,
  .map-first-header,
  .teaser-workbench,
  .paid-preview-grid,
  .paid-home-grid,
  .alert-settings-form,
  .proof-grid,
  .narrative-grid,
  .aoi-map {
    grid-template-columns: 1fr;
  }

  .quote-panel {
    position: static;
  }

  .map-first-header .teaser-copy {
    display: block;
  }

  .map-first-header .landing-kicker,
  .map-first-header h1,
  .map-first-header .landing-subhead,
  .map-first-header .conversion-lines,
  .map-first-header .teaser-selector {
    grid-column: auto;
    grid-row: auto;
  }

  .teaser-copy h1 {
    font-size: 2.25rem;
    white-space: normal;
  }

  .conversion-lines {
    margin-top: 16px;
  }

  .aoi-map-stage {
    min-height: 520px;
  }

  .aoi-map-legend {
    max-height: none;
  }
}

@media (max-width: 760px) {
  .section-jump-nav {
    top: 116px;
  }

  #activation-map,
  #affectedCallout,
  #what-changed-preview,
  #instant-quote,
  #evidence-proof,
  #how-it-works,
  #faq {
    scroll-margin-top: 184px;
  }
}

@media (max-width: 640px) {
  .self-serve-landing .wrap {
    width: min(100% - 28px, 1180px);
  }

  .teaser-hero {
    padding-top: 36px;
  }

  .selector-row,
  .demo-mode-switch,
  .locked-diff-rows,
  .panel-heading {
    grid-template-columns: 1fr;
    flex-direction: column;
  }

  .landing-footer .wrap {
    align-items: flex-start;
    flex-direction: column;
  }
}

/* ====== Portal preview (vertical pages) ====== */
.portal-preview-shell { margin-top: 14px; }
.pp-frame { background: #f8fafc; border: 1px solid rgba(0,0,0,.12); border-radius: 14px; padding: 0 0 14px; overflow: hidden; box-shadow: 0 10px 30px rgba(0,0,0,.07); }
.pp-bar { display: flex; justify-content: space-between; align-items: center; background: #fff; border-bottom: 1px solid rgba(0,0,0,.08); padding: 10px 16px; font-size: .85rem; color: #5b6472; }
.pp-hero { display: flex; justify-content: space-between; align-items: center; gap: 18px; padding: 16px; }
.pp-eyebrow { color: #c2410c; font-size: 11px; font-weight: 900; text-transform: uppercase; letter-spacing: .07em; margin: 0; }
.pp-h1 { font-size: 1.35rem; font-weight: 900; margin: 4px 0; color: #111827; }
.pp-worst { margin: 4px 0; color: #374151; font-size: .95rem; }
.pp-worst::first-letter { color: #D85A30; }
.pp-chips { display: flex; gap: 8px; margin: 8px 0; }
.pp-chip { font-size: 11px; font-weight: 800; padding: 5px 10px; border-radius: 8px; }
.pp-new { background: #FCEBEB; color: #791F1F; }
.pp-cleared { background: #EAF3DE; color: #3B6D11; }
.pp-lights { display: flex; gap: 8px; align-items: center; font-size: 11px; font-weight: 800; color: #334155; }
.pp-lights .on { width: 8px; height: 8px; border-radius: 50%; background: #16a34a; display: inline-block; margin-right: -2px; }
.pp-row { background: #fff; border-top: 1px solid rgba(0,0,0,.06); padding: 10px 16px; font-size: .92rem; color: #111827; }
.pp-row.muted { color: #5b6472; }
.pp-row em { color: #166534; font-style: normal; font-weight: 700; }
.pp-note { margin: 10px 16px 0; font-size: .8rem; color: #8a8a86; }

/* ====== Answer console (vertical pages, portal-parity) ====== */
.answer-console { display: flex; justify-content: space-between; align-items: center; gap: 18px; background: #fff; border: 1px solid rgba(0,0,0,.1); border-radius: 14px; padding: 16px 18px; margin: 14px 0 10px; border-left-width: 6px; }
.answer-console.lvl-critical { border-left-color: #A32D2D; }
.answer-console.lvl-high { border-left-color: #D85A30; }
.answer-console.lvl-watch { border-left-color: #EF9F27; }
.answer-console.lvl-clear { border-left-color: #639922; }
.answer-console.lvl-unknown { border-left-color: #8a8a86; }
.ac-count { font-size: clamp(1.25rem, 2.6vw, 1.8rem); font-weight: 900; margin: 0 0 6px; color: #111827; }
.ac-worst { margin: 0; color: #374151; }
.ac-dot { display: inline-block; width: 10px; height: 10px; border-radius: 50%; margin-right: 8px; }
.ac-clear { margin: 0; color: #3B6D11; font-weight: 700; }
.ac-caveat { margin: 8px 0 0; display: inline-block; background: #fef3c7; color: #92400e; font-weight: 700; border-radius: 7px; padding: 5px 10px; font-size: .85rem; }
.ac-ring { flex: none; }
.ac-ring-num { font-size: 26px; font-weight: 900; }
.ac-ring-sub { font-size: 11px; fill: #667085; font-weight: 700; }
.feed-status-strip .feed-light { font-size: 11px; font-weight: 800; }
@media (max-width: 700px) { .answer-console { flex-direction: column-reverse; align-items: flex-start; } }

/* ====== Density pass: portal-parity spacing on vertical pages ====== */
.teaser-hero { padding: 26px 0 8px; }
.teaser-hero h1 { font-size: clamp(1.7rem, 3.6vw, 2.5rem); margin-bottom: 8px; }
.teaser-hero .sub, .teaser-hero p { max-width: 720px; }
section.wrap { margin-top: 16px; margin-bottom: 16px; }
.wrap { padding: 0 20px; }
.teaser-map-panel { padding: 14px 16px; }
.panel-heading { margin-bottom: 10px; }
.answer-console { padding: 12px 16px; margin: 10px 0 8px; }
.teaser-workbench { align-items: start; gap: 16px; }
.quote-panel { position: sticky; top: 14px; }
.affected-callout { padding: 14px 16px; }
.affected-list-callout { gap: 8px; }
.affected-facility-card { padding: 10px 12px; gap: 12px; }
.affected-card-copy { gap: 2px; }
.paid-preview-grid, .proof-grid { gap: 14px; }
.portal-preview-section { margin-top: 10px; }
.pp-hero { padding: 12px 16px; }
.section-jump-nav { padding: 8px 0; }
.exposure-ring-note { margin-top: 10px; font-size: .85rem; }
.aoi-map-legend { gap: 8px; }
.aoi-legend-item { padding: 10px 12px; font-size: .82rem; }

/* ====== Hero conversion row ====== */
.hero-cta-row { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; margin: 14px 0 6px; }
.hero-price-line { font-weight: 800; color: #111827; font-size: .98rem; }
.hero-trust-line { color: #5b6472; font-size: .85rem; margin: 6px 0 0; }
.hero-trust-line span { margin-right: 14px; }
.teaser-copy .answer-sentence { margin-top: 14px; }
.teaser-selector { padding: 16px; }

/* ====== Hero grid v2: picker left, snapshot right ====== */
.map-first-header { display: grid; grid-template-columns: minmax(280px, 360px) 1fr; gap: 18px; align-items: start; }
.map-first-header .teaser-copy { grid-column: 1 / -1; }
.teaser-selector.hero-left { margin: 0; }
.hero-price-line { display: block; font-weight: 900; color: #111827; font-size: 1.02rem; margin-top: 12px; line-height: 1.45; }
.hero-snapshot { min-width: 0; }
.ac-org { margin: 0 0 2px; font-size: 12px; font-weight: 900; letter-spacing: .05em; text-transform: uppercase; color: #5b6472; }
.ac-facts { margin: 6px 0 0; color: #5b6472; font-size: .9rem; }
.ac-feeds { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 8px; }
.ac-top-rows { background: #fff; border: 1px solid rgba(0,0,0,.08); border-top: 0; border-radius: 0 0 12px 12px; margin: -8px 4px 0; padding: 10px 16px 8px; }
.ac-top-rows p { margin: 4px 0; font-size: .9rem; color: #111827; font-weight: 700; }
.ac-top-rows p span { color: #5b6472; font-weight: 400; margin-left: 6px; }
@media (max-width: 860px) { .map-first-header { grid-template-columns: 1fr; } }

/* Hero grid v2 placement fix */
.map-first-header { grid-template-areas: "copy copy" "picker snapshot"; }
.map-first-header .teaser-copy { grid-area: copy; }
.teaser-selector.hero-left { grid-area: picker; grid-column: auto; grid-row: auto; }
.hero-snapshot { grid-area: snapshot; }
.hero-snapshot .ac-count { font-size: clamp(1.15rem, 2.2vw, 1.55rem); }
.ac-feeds .feed-light small { display: none; }
@media (max-width: 860px) { .map-first-header { grid-template-areas: "copy" "snapshot" "picker"; grid-template-columns: 1fr; } }

/* Hero grid v3: snapshot left, org picker right */
.map-first-header { grid-template-columns: 1fr minmax(280px, 360px); grid-template-areas: "copy copy" "snapshot picker"; }
@media (max-width: 860px) { .map-first-header { grid-template-areas: "copy" "snapshot" "picker"; grid-template-columns: 1fr; } }

/* ====== Hero grid FINAL: headline top, picker LEFT, snapshot RIGHT ====== */
.map-first-header {
  display: grid;
  grid-template-columns: minmax(280px, 380px) minmax(0, 1fr);
  grid-template-areas: "copy copy" "picker snapshot";
  gap: 16px 24px;
  align-items: start;
}
.map-first-header .teaser-copy { display: block; grid-area: copy; }
.map-first-header .landing-kicker, .map-first-header h1 { grid-column: auto; }
.teaser-selector.hero-left { grid-area: picker; margin: 0; }
.hero-snapshot { grid-area: snapshot; min-width: 0; }
@media (max-width: 860px) {
  .map-first-header { grid-template-columns: 1fr; grid-template-areas: "copy" "snapshot" "picker"; }
}

/* ====== Severity breakdown row ====== */
.severity-row { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin: 10px 0 2px; }
.severity-chip { display: inline-flex; align-items: center; gap: 7px; font-size: 12px; font-weight: 800; padding: 6px 12px; border-radius: 999px; border: 1px solid rgba(0,0,0,.12); background: #fff; color: #111827; cursor: pointer; }
.severity-chip i { width: 10px; height: 10px; border-radius: 50%; display: inline-block; }
.severity-chip.active { border-color: #111827; box-shadow: 0 0 0 1px #111827; }
span.severity-chip { cursor: default; }
.severity-clear { color: #3B6D11; }
.severity-note { font-size: 11px; color: #8a8a86; }
.feed-light.na { color: #94a3b8; }
.feed-light.na i { background: #cbd5e1; }
.aoi-kind-distance-ring { fill: none; stroke: #94a3b8; stroke-width: 1.5; stroke-dasharray: 4 6; }

/* ====== Vertical hero banner image ====== */
.vertical-banner { width: min(100% - 40px, 1080px); margin: 14px auto 0; }
.vertical-banner img { width: 100%; max-height: 300px; object-fit: cover; border-radius: 14px; box-shadow: 0 14px 36px rgba(15,20,32,.14); }

/* ====== Hazard tags + context chips ====== */
.hazard-tag { font-size: 10px; font-weight: 900; letter-spacing: .06em; padding: 3px 9px; border-radius: 5px; white-space: nowrap; }
.ctx-chips { display: flex; flex-wrap: wrap; gap: 5px; margin-top: 4px; }
.ctx-chip { font-size: 11px; color: #475467; background: #f1f5f9; border-radius: 6px; padding: 3px 8px; white-space: nowrap; }
.affected-card-top { display: flex; align-items: center; gap: 9px; flex-wrap: wrap; }
.affected-card-top .affected-card-loc { margin-left: auto; }
.hazard-tag { display: inline-flex; align-items: center; gap: 5px; }
.ht-icon { font-size: 12px; line-height: 1; }
