/* ================================================================
   Best Auto Parts Lviv — Editorial Design System
   Style: Wirecutter × Consumer Reports × FT
   Palette: Ukrainian blue #005BBB + accent #FFD500
   ================================================================ */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
ul, ol { list-style: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; }

/* ── TOKENS ─────────────────────────────────────────────────── */
:root {
  --blue:       #005BBB;
  --blue-dk:    #004A9C;
  --blue-lt:    #EBF2FF;
  --blue-mid:   #C7DEFF;
  --yellow:     #FFD500;
  --yellow-lt:  #FFFBE6;

  --bg:         #FFFFFF;
  --bg-off:     #F8FAFC;
  --bg-rule:    #F0F2F5;
  --rule:       #E2E6EC;
  --rule-dk:    #C8CDD8;

  --ink-1:      #111827;
  --ink-2:      #374151;
  --ink-3:      #6B7280;
  --ink-4:      #9CA3AF;

  --green:      #047857;
  --green-lt:   #ECFDF5;
  --red:        #B91C1C;
  --red-lt:     #FEF2F2;

  --r-sm:  6px;
  --r-md:  10px;
  --r-lg:  16px;

  --sh-card: 0 1px 3px rgba(0,0,0,.06), 0 4px 16px rgba(0,0,0,.05);
  --sh-lift: 0 4px 12px rgba(0,0,0,.08), 0 12px 32px rgba(0,0,0,.07);

  --max: 1120px;
  --col-gap: clamp(20px, 3vw, 36px);
  --ease: cubic-bezier(.22,1,.36,1);
}

/* ── BASE ────────────────────────────────────────────────────── */
body {
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 16px; line-height: 1.6;
  color: var(--ink-1); background: var(--bg);
  -webkit-font-smoothing: antialiased;
}
h1,h2,h3,h4 { font-weight: 700; letter-spacing: -.02em; line-height: 1.18; color: var(--ink-1); }
p { color: var(--ink-2); }
.wrap { max-width: var(--max); margin: 0 auto; padding: 0 clamp(16px,4vw,48px); }
.sr-only { position:absolute; width:1px; height:1px; overflow:hidden; clip:rect(0,0,0,0); }

:focus-visible { outline: 2px solid var(--blue); outline-offset: 3px; border-radius: 3px; }

@media(prefers-reduced-motion:reduce){*,*::before,*::after{transition-duration:.01ms!important;animation-duration:.01ms!important}}

/* ── SKIP LINK ────────────────────────────────────────────────── */
.skip-link{position:absolute;left:-9999px;top:16px;background:var(--blue);color:#fff;padding:10px 18px;border-radius:var(--r-sm);font-weight:600;z-index:1000}
.skip-link:focus{left:16px}

/* ── HEADER ──────────────────────────────────────────────────── */
.site-header {
  border-bottom: 2px solid var(--ink-1);
  position: sticky; top: 0; z-index: 200;
  background: var(--bg);
}
.header-top {
  display: flex; align-items: center; justify-content: space-between;
  gap: 16px; padding: 14px 0;
}
/* Masthead / Logo */
.masthead { display: flex; flex-direction: column; gap: 1px; }
.masthead-name {
  font-size: clamp(17px, 2.2vw, 22px); font-weight: 800;
  letter-spacing: -.03em; color: var(--ink-1); line-height: 1;
}
.masthead-name span { color: var(--blue); }
.masthead-tagline {
  font-size: 11px; font-weight: 500; letter-spacing: .04em;
  text-transform: uppercase; color: var(--ink-3);
}
/* Nav */
.header-nav { display: flex; align-items: center; gap: 2px; }
.header-nav a {
  font-size: 13.5px; font-weight: 500; color: var(--ink-3);
  padding: 7px 11px; border-radius: var(--r-sm);
  transition: color .14s, background .14s;
}
.header-nav a:hover { color: var(--ink-1); background: var(--bg-off); }
.header-nav a.active { color: var(--blue); font-weight: 600; }
/* Header right */
.header-right { display: flex; align-items: center; gap: 10px; }
/* Lang switcher */
.lang-sw {
  display: flex; align-items: center;
  border: 1.5px solid var(--rule-dk); border-radius: 100px; overflow: hidden;
}
.lang-sw a {
  font-size: 12px; font-weight: 700; letter-spacing: .04em;
  padding: 5px 13px; color: var(--ink-3); transition: all .14s;
}
.lang-sw a.active { background: var(--ink-1); color: #fff; }
.lang-sw a:hover:not(.active) { background: var(--bg-off); color: var(--ink-1); }
/* Mobile toggle */
.nav-toggle { display: none; width: 36px; height: 36px; align-items: center; justify-content: center; border-radius: var(--r-sm); }
.nav-toggle:hover { background: var(--bg-off); }
@media(max-width:820px){
  .header-nav { display: none; }
  .nav-toggle { display: flex; }
}
@media(max-width:520px){ .masthead-tagline { display: none; } }

/* Rule below header */
.header-rule {
  display: flex; gap: 0; overflow-x: auto;
  border-top: 1px solid var(--rule);
  scrollbar-width: none;
}
.header-rule::-webkit-scrollbar { display: none; }
.header-rule a {
  font-size: 12px; font-weight: 600; letter-spacing: .03em; text-transform: uppercase;
  color: var(--ink-3); padding: 9px 14px; white-space: nowrap;
  border-bottom: 2px solid transparent; transition: color .14s, border-color .14s;
}
.header-rule a:hover { color: var(--ink-1); }
.header-rule a.hl { color: var(--blue); border-color: var(--blue); }

/* ── EDITORIAL MASTHEAD / FIRST SCREEN ──────────────────────── */
.editorial-top {
  border-bottom: 1px solid var(--rule);
  padding: clamp(32px,5vw,60px) 0 0;
}
.editorial-grid {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: var(--col-gap);
  align-items: start;
  padding-bottom: clamp(24px,4vw,48px);
}
@media(max-width:900px){ .editorial-grid { grid-template-columns: 1fr; } }

/* Left: editorial intro */
.ed-kicker {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase;
  color: var(--blue); margin-bottom: 14px;
}
.ed-kicker-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--blue); }
.ed-headline {
  font-size: clamp(28px, 4.2vw, 50px);
  line-height: 1.08; letter-spacing: -.03em;
  margin-bottom: 18px;
}
.ed-lead {
  font-size: clamp(15px,1.5vw,17px); color: var(--ink-2); line-height: 1.75;
  max-width: 540px; margin-bottom: 24px; border-left: 3px solid var(--yellow); padding-left: 16px;
}
.ed-meta {
  display: flex; flex-wrap: wrap; gap: 16px;
  font-size: 13px; color: var(--ink-3);
  padding-top: 16px; border-top: 1px solid var(--rule);
}
.ed-meta strong { color: var(--ink-1); }

/* Right: live ranking widget */
.rank-widget {
  background: var(--bg-off);
  border: 1.5px solid var(--rule);
  border-radius: var(--r-lg);
  overflow: hidden;
}
.rw-header {
  background: var(--ink-1); color: #fff;
  padding: 12px 18px;
  display: flex; align-items: center; justify-content: space-between;
}
.rw-title { font-size: 12px; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; }
.rw-updated { font-size: 11px; color: rgba(255,255,255,.5); }
.rw-list { padding: 6px 0; }
.rw-row {
  display: flex; align-items: center;
  padding: 9px 18px; gap: 10px;
  border-bottom: 1px solid var(--rule);
  transition: background .12s;
  cursor: default;
}
.rw-row:last-child { border-bottom: none; }
.rw-row:hover { background: #fff; }
.rw-row.top { background: var(--blue-lt); }
.rw-row.top:hover { background: var(--blue-mid); }
.rw-pos {
  font-size: 12px; font-weight: 800; width: 22px; flex-shrink: 0;
  color: var(--ink-4); font-variant-numeric: tabular-nums;
}
.rw-row.top .rw-pos { color: var(--blue); }
.rw-name { flex: 1; font-size: 13.5px; font-weight: 600; color: var(--ink-1); }
.rw-dots { flex: 1; border-bottom: 1px dotted var(--rule-dk); margin: 0 8px; min-width: 20px; }
.rw-score {
  font-size: 13.5px; font-weight: 800; color: var(--ink-1);
  font-variant-numeric: tabular-nums;
}
.rw-row.top .rw-score { color: var(--blue); }
.rw-badge {
  font-size: 9.5px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase;
  background: var(--yellow); color: var(--ink-1);
  padding: 2px 7px; border-radius: 100px;
}

/* ── SECTION CHROME ──────────────────────────────────────────── */
.section { padding: clamp(40px,6vw,72px) 0; }
.section + .section { border-top: 1px solid var(--rule); }
.section--shaded { background: var(--bg-off); }
.section--dark { background: var(--ink-1); color: #fff; }

.sec-label {
  font-size: 11px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase;
  color: var(--blue); margin-bottom: 8px; display: block;
}
.sec-heading { font-size: clamp(22px,3vw,34px); margin-bottom: 10px; }
.sec-sub { font-size: 16px; color: var(--ink-2); line-height: 1.7; max-width: 580px; }
.sec-head { margin-bottom: 40px; }
.sec-head.center { text-align: center; }
.sec-head.center .sec-sub { margin: 0 auto; }

/* ── REVEAL ──────────────────────────────────────────────────── */
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .6s var(--ease), transform .6s var(--ease); }
.reveal.in { opacity: 1; transform: none; }

/* ── BENTO METHODOLOGY ───────────────────────────────────────── */
.bento {
  display: grid; grid-template-columns: repeat(4,1fr); gap: 12px;
}
.bento > * { background: var(--bg); border: 1px solid var(--rule); border-radius: var(--r-md); padding: 24px; }
.bento > *.span2 { grid-column: span 2; }
.bento > *.span2r { grid-column: span 2; grid-row: span 2; }
.bento-num { font-size: 38px; font-weight: 800; letter-spacing: -.03em; color: var(--blue); line-height: 1; margin-bottom: 4px; }
.bento-label { font-size: 13px; color: var(--ink-3); }
.bento-icon { width: 40px; height: 40px; border-radius: var(--r-sm); background: var(--blue-lt); display: flex; align-items: center; justify-content: center; margin-bottom: 16px; }
.bento-icon svg { width: 20px; height: 20px; color: var(--blue); }
.bento-title { font-size: 15px; font-weight: 700; margin-bottom: 6px; }
.bento-text { font-size: 13.5px; color: var(--ink-3); line-height: 1.65; }
.crit-list { display: flex; flex-direction: column; gap: 7px; margin-top: 14px; }
.crit-row { display: flex; align-items: center; justify-content: space-between; gap: 8px; font-size: 13px; padding: 8px 11px; background: var(--bg-off); border-radius: var(--r-sm); }
.crit-row span { color: var(--ink-2); }
.crit-pct { font-size: 11px; font-weight: 700; color: var(--blue); background: var(--blue-lt); padding: 2px 8px; border-radius: 100px; flex-shrink: 0; }
@media(max-width:860px){ .bento { grid-template-columns: repeat(2,1fr); } .bento > *.span2r { grid-row: span 1; } }
@media(max-width:540px){ .bento { grid-template-columns: 1fr; } .bento > *.span2 { grid-column: span 1; } }

/* ── FILTER STRIP ────────────────────────────────────────────── */
.filter-strip { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 28px; }
.filter-btn {
  font-size: 12.5px; font-weight: 600; padding: 7px 14px; border-radius: 100px;
  border: 1.5px solid var(--rule-dk); color: var(--ink-3); background: var(--bg);
  transition: all .14s;
}
.filter-btn:hover { border-color: var(--ink-1); color: var(--ink-1); }
.filter-btn.active { background: var(--ink-1); border-color: var(--ink-1); color: #fff; }

/* ── EDITORIAL STORE CARDS ───────────────────────────────────── */
.store-list { display: flex; flex-direction: column; gap: 2px; }

.store-card {
  border: 1px solid var(--rule); border-radius: var(--r-lg);
  background: var(--bg); overflow: hidden;
  transition: box-shadow .2s var(--ease), border-color .2s;
  cursor: pointer;
}
.store-card:hover { box-shadow: var(--sh-card); border-color: var(--rule-dk); }
.store-card.is-top {
  border: 1.5px solid var(--blue);
  box-shadow: 0 0 0 1px rgba(0,91,187,.08), 0 4px 20px rgba(0,91,187,.1);
}
.store-card.is-top:hover { box-shadow: 0 0 0 1px rgba(0,91,187,.14), 0 8px 32px rgba(0,91,187,.16); }
.store-card + .store-card { margin-top: 12px; }

/* Card top bar */
.sc-bar {
  display: flex; align-items: center; justify-content: space-between;
  flex-wrap: wrap; gap: 12px; padding: 20px 24px 0;
}
.sc-rank-block { display: flex; align-items: center; gap: 12px; }
.sc-num {
  width: 38px; height: 38px; border-radius: var(--r-sm);
  display: flex; align-items: center; justify-content: center;
  font-size: 15px; font-weight: 800; background: var(--bg-off); color: var(--ink-3);
}
.store-card.is-top .sc-num { background: var(--blue); color: #fff; }
.sc-name-block {}
.sc-name { font-size: 18px; font-weight: 800; letter-spacing: -.02em; display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.sc-verdict-tag {
  font-size: 9.5px; font-weight: 700; letter-spacing: .05em; text-transform: uppercase;
  background: var(--yellow); color: var(--ink-1); padding: 2px 8px; border-radius: 100px;
}
.sc-tagline { font-size: 13px; color: var(--ink-3); margin-top: 2px; }
.sc-score-block { text-align: right; }
.sc-score { font-size: 28px; font-weight: 800; letter-spacing: -.03em; color: var(--ink-1); line-height: 1; }
.store-card.is-top .sc-score { color: var(--blue); }
.sc-score-label { font-size: 11px; color: var(--ink-4); }

/* Score bar */
.sc-bar-track { height: 3px; background: var(--bg-rule); margin: 16px 24px 0; border-radius: 2px; overflow: hidden; }
.sc-bar-fill { height: 100%; width: 0; background: var(--ink-1); border-radius: 2px; transition: width 1s var(--ease); }
.store-card.is-top .sc-bar-fill { background: linear-gradient(90deg, var(--blue), var(--yellow)); }

/* Sub-scores row */
.sc-sub-scores {
  display: grid; grid-template-columns: repeat(4,1fr); gap: 0;
  margin: 16px 24px; border: 1px solid var(--rule); border-radius: var(--r-md); overflow: hidden;
}
.sc-sub { padding: 11px 12px; border-right: 1px solid var(--rule); }
.sc-sub:last-child { border-right: none; }
.sc-sub-label { font-size: 10px; text-transform: uppercase; letter-spacing: .05em; color: var(--ink-4); margin-bottom: 3px; }
.sc-sub-val { font-size: 15px; font-weight: 800; color: var(--ink-1); }
.sc-sub-bar { height: 2px; background: var(--rule); border-radius: 1px; margin-top: 5px; overflow: hidden; }
.sc-sub-bar-fill { height: 100%; background: var(--blue); border-radius: 1px; transition: width 1s var(--ease); }
@media(max-width:540px){ .sc-sub-scores { grid-template-columns: repeat(2,1fr); } .sc-sub:nth-child(2) { border-right: none; } .sc-sub:nth-child(3) { border-top: 1px solid var(--rule); } .sc-sub:nth-child(4) { border-top: 1px solid var(--rule); } }

/* Tags */
.sc-tags { display: flex; flex-wrap: wrap; gap: 6px; padding: 0 24px 16px; }
.tag {
  font-size: 12px; font-weight: 500; padding: 4px 10px; border-radius: 100px;
  display: inline-flex; align-items: center; gap: 5px;
}
.tag svg { width: 12px; height: 12px; }
.tag--pro { background: var(--green-lt); color: var(--green); }
.tag--con { background: var(--red-lt); color: var(--red); }
.tag--neu { background: var(--bg-off); color: var(--ink-3); border: 1px solid var(--rule); }
.tag--strong { background: var(--blue-lt); color: var(--blue-dk); }

/* Expand body */
.sc-body { max-height: 0; overflow: hidden; opacity: 0; transition: max-height .45s var(--ease), opacity .3s; }
.store-card.open .sc-body { max-height: 800px; opacity: 1; }

.sc-inner { padding: 0 24px; border-top: 1px solid var(--rule); margin-top: 4px; }
.sc-desc { font-size: 14.5px; color: var(--ink-2); line-height: 1.8; padding: 18px 0 14px; }
.sc-facts { display: grid; grid-template-columns: repeat(auto-fit,minmax(120px,1fr)); gap: 8px; margin-bottom: 16px; }
.fact { background: var(--bg-off); border-radius: var(--r-sm); padding: 10px 12px; }
.fact-lbl { font-size: 10px; text-transform: uppercase; letter-spacing: .05em; color: var(--ink-4); margin-bottom: 3px; }
.fact-val { font-size: 13.5px; font-weight: 700; color: var(--ink-1); }
.sc-verdict {
  background: var(--blue-lt); border-left: 3px solid var(--blue);
  border-radius: 0 var(--r-sm) var(--r-sm) 0;
  padding: 12px 16px; margin-bottom: 16px;
  font-size: 13.5px; line-height: 1.7; color: var(--ink-2);
}
.sc-verdict strong { color: var(--blue); }

/* Card footer */
.sc-foot {
  display: flex; align-items: center; justify-content: space-between;
  padding: 14px 24px; border-top: 1px solid var(--rule);
}
.sc-link {
  display: inline-flex; align-items: center; gap: 5px;
  font-size: 13px; font-weight: 700; color: var(--blue);
  transition: opacity .14s;
}
.sc-link:hover { opacity: .75; }
.sc-link svg { width: 13px; height: 13px; }
.sc-toggle {
  display: inline-flex; align-items: center; gap: 4px;
  font-size: 12.5px; font-weight: 600; color: var(--ink-4);
}
.sc-toggle svg { width: 15px; height: 15px; transition: transform .3s var(--ease); }
.store-card.open .sc-toggle svg { transform: rotate(180deg); }

/* ── FEATURED WINNER ─────────────────────────────────────────── */
.winner-wrap {
  display: grid; grid-template-columns: 1fr 1fr; gap: var(--col-gap);
  align-items: center;
}
@media(max-width:740px){ .winner-wrap { grid-template-columns: 1fr; } }
.winner-text {}
.winner-kicker { font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--blue); margin-bottom: 10px; }
.winner-name { font-size: clamp(28px,4vw,42px); line-height: 1.08; letter-spacing: -.03em; margin-bottom: 14px; }
.winner-desc { font-size: 15.5px; color: var(--ink-2); line-height: 1.8; margin-bottom: 24px; }
.winner-stats { display: grid; grid-template-columns: repeat(2,1fr); gap: 12px; margin-bottom: 28px; }
.wstat { background: var(--bg-off); border: 1px solid var(--rule); border-radius: var(--r-md); padding: 16px 18px; }
.wstat-val { font-size: 22px; font-weight: 800; letter-spacing: -.02em; color: var(--blue); margin-bottom: 2px; }
.wstat-label { font-size: 12px; color: var(--ink-3); }
.btn-editorial {
  display: inline-flex; align-items: center; gap: 7px;
  font-size: 14.5px; font-weight: 700;
  background: var(--blue); color: #fff;
  padding: 13px 24px; border-radius: var(--r-md);
  transition: background .15s, transform .2s var(--ease);
}
.btn-editorial:hover { background: var(--blue-dk); transform: translateY(-1px); }
.btn-ghost {
  display: inline-flex; align-items: center; gap: 7px;
  font-size: 14.5px; font-weight: 700;
  border: 1.5px solid var(--rule-dk); color: var(--ink-1);
  padding: 12px 22px; border-radius: var(--r-md);
  transition: border-color .15s, background .15s;
}
.btn-ghost:hover { border-color: var(--ink-1); background: var(--bg-off); }

/* Winner score card */
.winner-card {
  background: var(--ink-1); border-radius: var(--r-lg); padding: 40px 36px;
  position: relative; overflow: hidden;
}
.winner-card::before {
  content: ''; position: absolute; top: -20%; right: -10%; width: 55%; height: 160%;
  background: radial-gradient(ellipse, rgba(0,91,187,.4) 0%, transparent 65%);
  pointer-events: none;
}
.wc-label { font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--yellow); margin-bottom: 8px; }
.wc-score { font-size: 64px; font-weight: 800; letter-spacing: -.04em; color: #fff; line-height: 1; margin-bottom: 4px; }
.wc-score-sub { font-size: 14px; color: rgba(255,255,255,.45); margin-bottom: 28px; }
.wc-items { display: flex; flex-direction: column; gap: 10px; }
.wci { display: flex; align-items: center; justify-content: space-between; gap: 8px; }
.wci-name { font-size: 13px; color: rgba(255,255,255,.65); }
.wci-bar-wrap { flex: 1; height: 4px; background: rgba(255,255,255,.12); border-radius: 2px; overflow: hidden; }
.wci-bar { height: 100%; background: var(--yellow); border-radius: 2px; transition: width 1s var(--ease); }
.wci-val { font-size: 13px; font-weight: 700; color: #fff; min-width: 30px; text-align: right; }

/* ── COMPARE TABLE ───────────────────────────────────────────── */
.table-scroll { overflow-x: auto; border-radius: var(--r-lg); border: 1px solid var(--rule); box-shadow: 0 1px 4px rgba(0,0,0,.04); }
table.cmp { width: 100%; min-width: 720px; border-collapse: collapse; background: var(--bg); }
table.cmp th {
  background: var(--bg-off); text-align: left;
  font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .05em; color: var(--ink-3);
  padding: 13px 16px; border-bottom: 1px solid var(--rule); white-space: nowrap;
}
table.cmp td { padding: 15px 16px; font-size: 13.5px; border-bottom: 1px solid var(--rule); color: var(--ink-2); }
table.cmp tbody tr:last-child td { border-bottom: none; }
table.cmp tbody tr { transition: background .12s; }
table.cmp tbody tr:hover { background: var(--bg-off); }
table.cmp tbody tr.winner { background: var(--blue-lt); }
table.cmp tbody tr.winner:hover { background: var(--blue-mid); }
.cmp-name { font-weight: 700; color: var(--ink-1); display: flex; align-items: center; gap: 6px; }
.cmp-score { font-weight: 800; color: var(--blue); font-size: 14px; }
.cmp-y { color: var(--green); font-weight: 600; }
.cmp-n { color: var(--ink-4); }

/* ── WHY TRUST ───────────────────────────────────────────────── */
.trust-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
@media(max-width:760px){ .trust-grid { grid-template-columns: 1fr 1fr; } }
@media(max-width:460px){ .trust-grid { grid-template-columns: 1fr; } }
.trust-card {
  padding: 24px; border: 1px solid var(--rule); border-radius: var(--r-md);
  transition: box-shadow .2s, transform .2s var(--ease);
}
.trust-card:hover { box-shadow: var(--sh-card); transform: translateY(-2px); }
.trust-icon { width: 40px; height: 40px; border-radius: var(--r-sm); background: var(--blue-lt); display: flex; align-items: center; justify-content: center; margin-bottom: 14px; }
.trust-icon svg { width: 20px; height: 20px; color: var(--blue); }
.trust-title { font-size: 15px; font-weight: 700; margin-bottom: 7px; }
.trust-text { font-size: 13.5px; color: var(--ink-3); line-height: 1.7; }

/* ── LVIV CONTEXT BOX ────────────────────────────────────────── */
.context-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 14px; }
@media(max-width:640px){ .context-grid { grid-template-columns: 1fr; } }
.context-card {
  padding: 22px; border: 1px solid var(--rule); border-radius: var(--r-md);
  border-left: 3px solid var(--blue);
}
.context-card h3 { font-size: 15px; margin-bottom: 7px; }
.context-card p { font-size: 13.5px; color: var(--ink-3); line-height: 1.7; }

/* ── STATS STRIP ─────────────────────────────────────────────── */
.stats-row { display: grid; grid-template-columns: repeat(4,1fr); border: 1px solid var(--rule); border-radius: var(--r-lg); overflow: hidden; }
.stat-cell { padding: 20px; text-align: center; }
.stat-cell + .stat-cell { border-left: 1px solid var(--rule); }
.stat-num { font-size: clamp(26px,3.5vw,38px); font-weight: 800; letter-spacing: -.03em; color: var(--blue); line-height: 1; }
.stat-lbl { font-size: 12px; color: var(--ink-3); margin-top: 4px; }
@media(max-width:600px){ .stats-row { grid-template-columns: repeat(2,1fr); } .stat-cell:nth-child(3){ border-left:none; border-top:1px solid var(--rule); } .stat-cell:nth-child(4){ border-top:1px solid var(--rule); } }

/* ── FAQ ─────────────────────────────────────────────────────── */
.faq-wrap { max-width: 740px; margin: 0 auto; }
.faq-item { border-bottom: 1px solid var(--rule); }
.faq-item:first-child { border-top: 1px solid var(--rule); }
.faq-btn { display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; width: 100%; padding: 20px 0; text-align: left; cursor: pointer; }
.faq-q-text { font-size: 15.5px; font-weight: 600; color: var(--ink-1); line-height: 1.4; }
.faq-icon svg { width: 18px; height: 18px; color: var(--ink-4); transition: transform .28s var(--ease), color .14s; flex-shrink: 0; margin-top: 2px; }
.faq-item.open .faq-icon svg { transform: rotate(180deg); color: var(--blue); }
.faq-body { max-height: 0; overflow: hidden; opacity: 0; transition: max-height .38s var(--ease), opacity .28s; }
.faq-item.open .faq-body { max-height: 280px; opacity: 1; }
.faq-body p { font-size: 14.5px; color: var(--ink-2); line-height: 1.78; padding: 0 0 20px; }

/* ── FOOTER ──────────────────────────────────────────────────── */
.site-footer { background: var(--ink-1); color: rgba(255,255,255,.55); padding: 52px 0 24px; margin-top: 0; }
.footer-grid { display: grid; grid-template-columns: 1.5fr repeat(3,1fr); gap: 36px; margin-bottom: 44px; }
@media(max-width:760px){ .footer-grid { grid-template-columns: repeat(2,1fr); } }
@media(max-width:440px){ .footer-grid { grid-template-columns: 1fr; } }
.footer-brand-name { font-size: 15px; font-weight: 800; letter-spacing: -.02em; color: #fff; margin-bottom: 8px; }
.footer-brand-name span { color: var(--yellow); }
.footer-desc { font-size: 13px; line-height: 1.7; max-width: 260px; }
.footer-col-title { font-size: 10.5px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; color: rgba(255,255,255,.3); margin-bottom: 14px; }
.footer-col a { display: block; font-size: 13.5px; padding: 5px 0; color: rgba(255,255,255,.55); transition: color .14s; }
.footer-col a:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 10px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.1); font-size: 12.5px; }
