/* Lotvara: styles. A conventional marketplace layout: header search, category tabs, result cards, map. */

@font-face {
  font-family: "Public Sans";
  src: url("fonts/public-sans-latin.woff2") format("woff2");
  font-weight: 400 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --navy: #0c2340;
  --blue: #1a56db;
  --blue-dark: #1245b4;
  --ink: #1a2433;
  --ink-2: #3b475a;
  --muted: #5b6778;
  --line: #dde3ea;
  --line-2: #c3cddb;
  --bg: #f4f6f9;
  --surface: #ffffff;
  --amber-bg: #fff6e0;
  --amber-line: #e6b955;
  --focus: rgba(26, 86, 219, 0.45);
  --bar-h: 0px;
  --map-ar: 2.2;
  --font: "Public Sans", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

/* One color per category. Used by tabs, badges, tiles, legend and map pins. */
.t-live        { --c: #b42318; }
.t-online      { --c: #1a56db; }
.t-website     { --c: #6941c6; }
.t-liquidation { --c: #b54708; }
.t-bin         { --c: #4d7c0f; }
.t-state       { --c: #027a48; }
.t-govdeals    { --c: #0e7490; }
.t-franchise, .t-opportunity { --c: #a21caf; }

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body { margin: 0; background: var(--bg); color: var(--ink); font: 400 0.9375rem/1.5 var(--font); }
h1, h2, h3, p { margin: 0; }
a { color: var(--blue); }
button { font: inherit; color: inherit; cursor: pointer; }
:focus-visible { outline: 3px solid var(--focus); outline-offset: 2px; }

.sr-only { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
.skip { position: absolute; left: 12px; top: -60px; z-index: 100; background: var(--blue); color: #fff; padding: 10px 14px; border-radius: 6px; font-weight: 600; }
.skip:focus { top: 12px; }

/* ---------- Utility bar and header ---------- */
.utility { background: var(--navy); color: #d6e0ee; font-size: 0.8125rem; }
.utility-inner { max-width: 1320px; margin: 0 auto; padding: 8px 24px; display: flex; justify-content: space-between; gap: 8px 24px; flex-wrap: wrap; }
.utility a { color: #d6e0ee; text-decoration: none; }
.utility a:hover { color: #fff; text-decoration: underline; }
.utility nav { display: flex; gap: 20px; }

.site-header { background: var(--surface); border-bottom: 1px solid var(--line); }
.header-inner { max-width: 1320px; margin: 0 auto; padding: 16px 24px; display: flex; align-items: center; gap: 16px 32px; flex-wrap: wrap; }
.brand { display: flex; align-items: center; gap: 10px; text-decoration: none; color: var(--navy); }
.brand-logo { display: block; height: 38px; width: auto; flex: none; }
.foot-brand { display: inline-block; margin-bottom: 14px; }
.foot-brand svg { display: block; height: 32px; width: auto; }
h1.site-name { font: 700 1.625rem/1 var(--font); color: var(--navy); }

.finders { display: flex; flex: 1 1 520px; max-width: 820px; min-width: 0; border: 1.5px solid var(--line-2); border-radius: 8px; background: var(--surface); overflow: hidden; }
.finders:focus-within { border-color: var(--blue); box-shadow: 0 0 0 3px var(--focus); }
.county-pick { flex: none; border-right: 1px solid var(--line); }
.county-pick select {
  height: 46px; width: 190px; max-width: 100%; padding: 0 34px 0 14px; border: 0; background-color: #f8fafc; color: var(--ink);
  font: inherit; font-weight: 600; font-size: 0.9rem; appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 8'%3E%3Cpath d='M1 1.5l5 5 5-5' fill='none' stroke='%231a2433' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 12px center; background-size: 11px 7px;
}
.search { position: relative; flex: 1 1 auto; min-width: 0; }
.search svg { position: absolute; left: 14px; top: 50%; translate: 0 -50%; width: 18px; height: 18px; fill: none; stroke: var(--muted); stroke-width: 2; stroke-linecap: round; pointer-events: none; }
.search input { width: 100%; height: 46px; padding: 0 12px 0 42px; border: 0; background: transparent; color: var(--ink); font: inherit; font-size: 0.9375rem; }
.search input::placeholder { color: #6b7789; }
.county-pick select:focus-visible, .search input:focus-visible { outline: none; }
.zip { flex: none; border-left: 1px solid var(--line); }
.zip input { width: 118px; height: 46px; padding: 0 12px; border: 0; background: transparent; color: var(--ink); font: inherit; font-size: 0.9375rem; }
.zip input::placeholder { color: #6b7789; }
.zip input:focus-visible { outline: none; }
.zip-msg { max-width: 1320px; margin: 0 auto; padding: 0 24px 12px; font-size: 0.8125rem; color: var(--muted); }
.zip-msg:empty { display: none; }
.zip-msg.err { color: var(--bad, #b42318); font-weight: 600; }
.dist { margin-left: auto; padding: 1px 8px; border-radius: 999px; background: #e8effd; color: var(--blue-dark); font-size: 0.75rem; font-weight: 700; white-space: nowrap; }
.origin .halo { fill: rgba(26, 86, 219, 0.16); }
.origin .dot { fill: var(--blue); stroke: #fff; stroke-width: 2.5; }
.search-btn { flex: none; padding: 0 24px; border: 0; background: var(--blue); color: #fff; font-weight: 600; }
.search-btn:hover { background: var(--blue-dark); }

/* ---------- Category tabs ---------- */
.filterbar { position: sticky; top: 0; z-index: 30; background: var(--surface); border-bottom: 1px solid var(--line); }
.filters { max-width: 1320px; margin: 0 auto; padding: 0 24px; display: flex; align-items: center; gap: 12px; }
.chips { display: flex; gap: 0; overflow-x: auto; scrollbar-width: none; flex: 1; }
.chips::-webkit-scrollbar { display: none; }
.chip { flex: none; display: inline-flex; align-items: center; gap: 6px; padding: 15px 9px 13px; background: none; border: 0; border-bottom: 3px solid transparent; color: var(--muted); font-weight: 600; font-size: 0.84375rem; white-space: nowrap; }
.chip:hover { color: var(--navy); }
.chip .dot { width: 9px; height: 9px; border-radius: 50%; background: var(--c); flex: none; }
.chip .cnt { font-weight: 500; color: var(--muted); font-variant-numeric: tabular-nums; }
.chip[aria-pressed="true"] { color: var(--navy); border-bottom-color: var(--blue); }
.chip[aria-pressed="true"] .cnt { color: var(--ink-2); }
.reset { flex: none; padding: 6px 4px; background: none; border: 0; color: var(--blue); font-weight: 600; font-size: 0.875rem; text-decoration: underline; text-underline-offset: 3px; }
.reset[hidden] { display: none; }

@media (max-width: 1360px) { .chip .dot { display: none; } }

/* ---------- Layout ---------- */
.layout { max-width: 1320px; margin: 0 auto; padding: 24px 24px 56px; display: grid; grid-template-columns: minmax(0, 1fr) 500px; gap: 24px; align-items: start; }
.map-col { position: sticky; top: calc(var(--bar-h) + 16px); }

.results-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 12px 20px; flex-wrap: wrap; margin-bottom: 14px; }
.results-head h2 { font-size: 1.25rem; line-height: 1.25; font-weight: 700; color: var(--navy); }
.count { margin-top: 2px; color: var(--muted); font-size: 0.875rem; }
.tools { display: flex; align-items: center; gap: 12px; }
.tools label { font-size: 0.875rem; color: var(--muted); display: flex; align-items: center; gap: 8px; }
.tools select { height: 36px; padding: 0 30px 0 10px; border: 1px solid var(--line-2); border-radius: 6px; background-color: var(--surface); font: inherit; font-size: 0.875rem; color: var(--ink);
  appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 8'%3E%3Cpath d='M1 1.5l5 5 5-5' fill='none' stroke='%231a2433' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 10px center; background-size: 10px 7px; }
.map-toggle { display: none; height: 36px; padding: 0 14px; border: 1px solid var(--line-2); border-radius: 6px; background: var(--surface); font-weight: 600; font-size: 0.875rem; }
#active { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 12px; }
#active:empty { display: none; }
.pill { display: inline-flex; align-items: center; gap: 8px; padding: 5px 10px 5px 12px; background: #e8effd; border: 1px solid #c3d4f8; border-radius: 999px; color: var(--navy); font-size: 0.8125rem; font-weight: 600; }
.pill:hover { background: #dbe7fc; }

/* ---------- Result cards ---------- */
.row { display: grid; grid-template-columns: 48px minmax(0, 1fr); gap: 16px; padding: 18px 20px; margin-bottom: 12px; background: var(--surface); border: 1px solid var(--line); border-radius: 10px; scroll-margin-top: calc(var(--bar-h) + 16px); }
.row:hover { border-color: #b7c3d4; }
.row.hot { border-color: #9db4dc; }
.row.selected { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(26, 86, 219, 0.14); }
.tile { width: 48px; height: 48px; flex: none; border-radius: 11px; display: grid; place-items: center; background: color-mix(in srgb, var(--c) 6%, #fff); border: 1.5px solid color-mix(in srgb, var(--c) 32%, #fff); color: var(--c); overflow: hidden; }
.tile svg { width: 24px; height: 24px; }
.tile img { width: 100%; height: 100%; object-fit: contain; padding: 4px; box-sizing: border-box; background: #fff; }
.name { font-size: 1.0625rem; line-height: 1.3; font-weight: 700; color: var(--navy); }
.where { display: flex; align-items: center; gap: 6px; margin-top: 3px; color: var(--muted); font-size: 0.875rem; }
.where svg { width: 14px; height: 14px; flex: none; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.badges { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 10px; }
.badge { padding: 2px 8px; border-radius: 4px; font-size: 0.75rem; font-weight: 600; line-height: 1.6; background: #eef2f7; background: color-mix(in srgb, var(--c) 11%, #fff); color: var(--c); }
.badge.t-franchise, .badge.t-opportunity { background: #fff; box-shadow: inset 0 0 0 1px var(--c); }
.badge-paid { background: #fff7e6; color: #92660a; box-shadow: inset 0 0 0 1px #e6b955; font-weight: 700; }
.flag { display: flex; gap: 8px; align-items: flex-start; margin-top: 12px; padding: 8px 12px; background: var(--amber-bg); border: 1px solid var(--amber-line); border-radius: 6px; font-size: 0.8125rem; font-weight: 600; line-height: 1.4; }
.flag svg { width: 15px; height: 15px; flex: none; margin-top: 1px; fill: none; stroke: #8a5a00; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.row .note { margin-top: 10px; color: var(--ink-2); max-width: 70ch; }
.owner-note { margin-top: 12px; padding: 12px 14px; background: #f3f6fb; border-left: 3px solid var(--blue); border-radius: 0 6px 6px 0; max-width: 70ch; }
.owner-note-label { font-size: 0.8125rem; font-weight: 700; color: var(--blue-dark); margin-bottom: 6px; }
.owner-note-text { color: var(--ink); font-style: italic; }
.owner-note-fine { margin-top: 8px; font-size: 0.75rem; color: var(--muted); font-style: normal; }

.fees { margin-top: 10px; color: var(--muted); font-size: 0.8125rem; max-width: 70ch; }
.fees strong { color: var(--ink); font-weight: 600; }
.fees a { color: var(--muted); text-underline-offset: 3px; }
.actions { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 10px; margin-top: 16px; padding-top: 14px; border-top: 1px solid var(--line); }
.visit { display: inline-flex; align-items: center; gap: 8px; padding: 9px 16px; background: var(--blue); border: 1px solid var(--blue); border-radius: 6px; color: #fff; font-weight: 600; font-size: 0.875rem; text-decoration: none; }
.visit:hover { background: var(--blue-dark); border-color: var(--blue-dark); }
.visit.alt { background: var(--surface); border-color: var(--line-2); color: var(--ink); }
.visit.alt:hover { background: #f4f7fb; border-color: #9aa8bd; }
.visit svg { width: 14px; height: 14px; flex: none; fill: none; stroke: currentColor; stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; }
.locate { padding: 9px 12px; background: none; border: 0; border-radius: 6px; color: var(--blue); font-weight: 600; font-size: 0.875rem; }
.locate:hover { background: #eef3fd; }
.checked { margin-left: auto; color: var(--muted); font-size: 0.75rem; }

.statewide { margin-top: 32px; scroll-margin-top: calc(var(--bar-h) + 16px); }
.statewide[hidden] { display: none; }
.statewide > h2 { font-size: 1.25rem; font-weight: 700; color: var(--navy); }
.statewide > p { margin: 2px 0 14px; color: var(--muted); font-size: 0.875rem; }

.empty { padding: 28px 24px; background: var(--surface); border: 1px dashed var(--line-2); border-radius: 10px; margin-bottom: 12px; }
.empty p { max-width: 54ch; margin-bottom: 14px; }
.empty .acts { display: flex; gap: 10px; flex-wrap: wrap; }
.empty button, .empty a.btn2 { padding: 9px 16px; border: 1px solid var(--line-2); border-radius: 6px; background: var(--surface); color: var(--ink); font-weight: 600; font-size: 0.875rem; text-decoration: none; }
.empty button:hover, .empty a.btn2:hover { background: #f4f7fb; }

/* ---------- Map ---------- */
.map-panel { background: var(--surface); border: 1px solid var(--line); border-radius: 10px; overflow: hidden; }
.map-wrap { position: relative; background: #eef2f7; }
#map { display: block; width: 100%; height: auto; aspect-ratio: var(--map-ar); user-select: none; -webkit-user-select: none; }
.map-wrap.zoomed #map { cursor: grab; touch-action: none; }
.map-wrap.dragging #map { cursor: grabbing; }
.county { fill: #fff; stroke: #c7d0dc; stroke-width: 0.8; vector-effect: non-scaling-stroke; cursor: pointer; transition: fill 0.12s; }
.county.c1 { fill: #e6eefc; }
.county.c2 { fill: #cfdcf8; }
.county.c3 { fill: #b3c8f3; }
.county:hover { fill: #dbe6fb; }
.county.sel { fill: rgba(26, 86, 219, 0.28); stroke: var(--blue); stroke-width: 1.6; }
.state-outline { fill: none; stroke: #7b8798; stroke-width: 1.4; vector-effect: non-scaling-stroke; pointer-events: none; stroke-linejoin: round; }
.pin { cursor: pointer; outline: none; }
.pin[hidden] { display: none; }
.pin .lift { transition: transform 0.12s ease-out; }
.pin:hover .lift, .pin.hot .lift { transform: translateY(-2px); }
.pin .body { fill: var(--c); stroke: #fff; stroke-width: 1.6; stroke-linejoin: round; }
.pin .core { fill: #fff; }
.pin .ring { fill: none; stroke: var(--blue); stroke-width: 3; opacity: 0; }
.pin .ring-out { fill: none; stroke: #fff; stroke-width: 2; opacity: 0; }
.pin.selected .ring, .pin.selected .ring-out { opacity: 1; }
.pin:focus-visible .ring { opacity: 1; }
.pins.intro .pin .lift { animation: drop 0.5s ease-out both; animation-delay: var(--d, 0ms); }
@keyframes drop { from { transform: translateY(-18px); opacity: 0; } to { transform: none; opacity: 1; } }

.map-controls { position: absolute; left: 10px; bottom: 10px; display: flex; gap: 6px; }
.map-controls button { width: 34px; height: 34px; display: grid; place-items: center; padding: 0; background: var(--surface); border: 1px solid var(--line-2); border-radius: 6px; }
.map-controls button:hover { border-color: #8b9ab0; }
.map-controls button[disabled] { opacity: 0.45; cursor: default; }
.map-controls svg { width: 16px; height: 16px; fill: none; stroke: var(--ink); stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; }
.tip { position: absolute; z-index: 5; pointer-events: none; background: var(--navy); color: #fff; padding: 7px 11px; border-radius: 6px; font-size: 0.8125rem; line-height: 1.3; max-width: 240px; box-shadow: 0 6px 18px rgba(12, 35, 64, 0.25); }
.tip[hidden] { display: none; }
.tip strong { display: block; font-weight: 600; }
.tip span { color: #c5d3e8; }
.map-foot { padding: 14px 16px 16px; border-top: 1px solid var(--line); }
.legend { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 6px 14px; font-size: 0.8125rem; color: var(--ink-2); }
.legend li { display: flex; align-items: center; gap: 8px; }
.legend .dot { width: 10px; height: 10px; border-radius: 50%; background: var(--c); flex: none; }
.map-foot p { margin-top: 12px; color: var(--muted); font-size: 0.8125rem; }

/* ---------- Footer ---------- */
.site-foot { background: var(--navy); color: #c5d3e8; }
.foot-inner { max-width: 1320px; margin: 0 auto; padding: 36px 24px 40px; display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 28px 56px; font-size: 0.875rem; }
.foot-inner h2 { margin-bottom: 8px; font-size: 1rem; font-weight: 700; color: #fff; }
.foot-inner p { margin-bottom: 10px; max-width: 64ch; }
.foot-inner a { color: #fff; text-underline-offset: 3px; }
.foot-inner .fine { color: #93a6c2; font-size: 0.8125rem; }
.foot-cats { grid-column: 1 / -1; border-top: 1px solid rgba(197, 211, 232, 0.22); padding-top: 24px; scroll-margin-top: 16px; }
.foot-cats-note { margin-bottom: 16px; max-width: 78ch; color: #c5d3e8; font-size: 0.875rem; }
.foot-cats-note a { color: #fff; }
.foot-cats dl { display: grid; grid-template-columns: max-content minmax(0, 1fr); gap: 8px 24px; margin: 0; max-width: 92ch; }
.foot-cats dt { font-weight: 600; color: #fff; }
.foot-cats dd { margin: 0; }
noscript .ns { max-width: 720px; margin: 24px auto; padding: 16px 20px; background: var(--surface); border: 1px solid var(--line-2); border-radius: 10px; }

/* ---------- Responsive ---------- */
@media (max-width: 1000px) {
  :root { --bar-h: 0px; }
  .filterbar { position: static; }
  .layout { grid-template-columns: minmax(0, 1fr); gap: 16px; padding: 16px 16px 48px; }
  .map-col { position: static; order: -1; }
  .layout.map-closed .map-col { display: none; }
  .map-toggle { display: inline-block; }
  .utility-inner, .header-inner, .filters, .foot-inner { padding-left: 16px; padding-right: 16px; }
  .zip-msg { padding-left: 16px; padding-right: 16px; }
  .foot-inner { grid-template-columns: minmax(0, 1fr); }
  .row { scroll-margin-top: 16px; }
}
@media (max-width: 640px) {
  .finders { display: grid; grid-template-columns: minmax(0, 1fr) auto; flex: 1 1 100%; max-width: none; }
  .county-pick { grid-column: 1 / -1; border-right: 0; border-bottom: 1px solid var(--line); }
  .county-pick select { width: 100%; }
  .zip { grid-column: 1 / -1; border-left: 0; border-top: 1px solid var(--line); }
  .zip input { width: 100%; }
  .zip-msg { padding: 0 16px 12px; }
  .utility nav { display: none; }
  .row { grid-template-columns: minmax(0, 1fr); gap: 12px; padding: 16px; }
  .tile { width: 40px; height: 40px; }
  .tile svg { width: 20px; height: 20px; }
  .checked { margin-left: 0; flex-basis: 100%; }
  .foot-cats dl { grid-template-columns: minmax(0, 1fr); gap: 2px; }
  .foot-cats dd { margin-bottom: 10px; }
}
@media (prefers-reduced-motion: reduce) {
  .pins.intro .pin .lift { animation: none; }
  .pin .lift, .county { transition: none; }
}


/* ---------- Blog ---------- */
.blog-header { background: var(--surface); border-bottom: 1px solid var(--line); }
.blog-header-inner { max-width: 900px; margin: 0 auto; padding: 20px 24px; display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; }
.blog-nav { display: flex; gap: 20px; align-items: center; }
.blog-nav a { color: var(--ink-2); font-weight: 600; font-size: 0.9375rem; text-decoration: none; }
.blog-nav a:hover { color: var(--blue); }
.blog-nav a.dir-link { padding: 8px 16px; background: var(--blue); color: #fff; border-radius: 6px; }
.blog-nav a.dir-link:hover { background: var(--blue-dark); color: #fff; }

.blog-hero { background: var(--navy); color: #fff; }
.blog-hero-inner { max-width: 900px; margin: 0 auto; padding: 48px 24px 40px; }
.blog-hero h1 { font-size: 2rem; font-weight: 700; letter-spacing: -0.01em; }
.blog-hero p { margin-top: 10px; color: #c5d3e8; font-size: 1.0625rem; max-width: 62ch; }

.blog-wrap { max-width: 900px; margin: 0 auto; padding: 40px 24px 64px; }

.post-list { display: flex; flex-direction: column; gap: 16px; }
.post-card { display: block; padding: 22px 24px; background: var(--surface); border: 1px solid var(--line); border-radius: 10px; text-decoration: none; color: inherit; }
.post-card:hover { border-color: #b7c3d4; }
.post-card .post-meta { display: flex; gap: 10px; align-items: center; color: var(--muted); font-size: 0.8125rem; font-weight: 600; }
.post-card h2 { margin-top: 8px; font-size: 1.3125rem; font-weight: 700; color: var(--navy); line-height: 1.3; }
.post-card p.excerpt { margin-top: 8px; color: var(--ink-2); max-width: 68ch; }
.post-card .read-more { display: inline-block; margin-top: 12px; color: var(--blue); font-weight: 600; font-size: 0.9375rem; }
.post-cat { padding: 2px 9px; border-radius: 4px; background: color-mix(in srgb, var(--blue) 11%, #fff); color: var(--blue-dark); font-weight: 600; }
.post-empty { padding: 28px; text-align: center; color: var(--muted); border: 1px dashed var(--line-2); border-radius: 10px; }

.post-topbar { border-bottom: 1px solid var(--line); background: var(--surface); }
.post-topbar .wrap { max-width: 720px; margin: 0 auto; padding: 16px 24px; }
.post-topbar a { color: var(--muted); font-weight: 600; font-size: 0.875rem; text-decoration: none; }
.post-topbar a:hover { color: var(--blue); }

article.post { max-width: 720px; margin: 0 auto; padding: 44px 24px 64px; }
article.post .post-meta { display: flex; gap: 10px; align-items: center; color: var(--muted); font-size: 0.8125rem; font-weight: 600; }
article.post h1 { margin-top: 12px; font-size: 2.125rem; font-weight: 700; color: var(--navy); line-height: 1.25; letter-spacing: -0.01em; }
article.post .dek { margin-top: 14px; font-size: 1.125rem; color: var(--ink-2); line-height: 1.5; }
article.post .body { margin-top: 32px; color: var(--ink); font-size: 1.0625rem; line-height: 1.7; }
article.post .body h2 { margin: 36px 0 12px; font-size: 1.375rem; font-weight: 700; color: var(--navy); }
article.post .body h3 { margin: 26px 0 8px; font-size: 1.125rem; font-weight: 700; color: var(--navy); }
article.post .body p { margin-bottom: 16px; }
article.post .body ul, article.post .body ol { margin: 0 0 16px; padding-left: 1.4em; }
article.post .body li { margin-bottom: 8px; }
article.post .body a { color: var(--blue); text-underline-offset: 3px; }
article.post .body strong { color: var(--navy); }
.post-note { margin: 28px 0; padding: 14px 18px; background: var(--amber-bg); border: 1px solid var(--amber-line); border-radius: 8px; font-size: 0.9375rem; line-height: 1.55; }
.post-note strong { display: block; margin-bottom: 4px; }
.post-sources { margin-top: 8px; padding-top: 16px; border-top: 1px solid var(--line); font-size: 0.8125rem; color: var(--muted); }
.post-sources a { color: var(--muted); }
.post-cta { margin-top: 40px; padding: 24px 26px; background: var(--navy); border-radius: 12px; color: #fff; }
.post-cta h2 { font-size: 1.1875rem; font-weight: 700; }
.post-cta p { margin-top: 8px; color: #c5d3e8; font-size: 0.9375rem; max-width: 56ch; }
.post-cta a.btn { display: inline-flex; align-items: center; gap: 8px; margin-top: 14px; padding: 10px 18px; background: var(--blue); color: #fff; border-radius: 6px; font-weight: 600; font-size: 0.9375rem; text-decoration: none; }
.post-cta a.btn:hover { background: var(--blue-dark); }

@media (max-width: 640px) {
  .blog-hero h1 { font-size: 1.625rem; }
  article.post h1 { font-size: 1.625rem; }
  article.post .body { font-size: 1rem; }
}
