/* ============================================================
   Should I Quit Now? — Shared Blog / Article Stylesheet
   v2 — self-sufficient: works WITH or WITHOUT style.css
   Used by: blog/index.html, blog/*.html, about.html,
            privacy.html, terms.html, methodology.html,
            glossary.html
   ============================================================ */

/* ── Design tokens (mirrors style.css; safe to re-declare) ── */
:root {
  --bg:           #07080e;
  --bg-1:         #0c0e18;
  --bg-2:         #111420;
  --bg-3:         #181c2c;
  --bg-4:         #1f2438;
  --bg-5:         #282e44;
  --border:       rgba(255,255,255,0.08);
  --border-med:   rgba(255,255,255,0.14);
  --text:         #f0f2fa;
  --text-2:       #b8c0d8;
  --text-3:       #6e7891;
  --text-4:       #3d4459;
  --accent:       #7cb9ff;
  --accent-dim:   rgba(124,185,255,0.10);
  --accent-glow:  rgba(124,185,255,0.26);
  --green:        #52e8a8;
  --green-dim:    rgba(82,232,168,0.10);
  --amber:        #ffc444;
  --amber-dim:    rgba(255,196,68,0.10);
  --red:          #ff7b7b;
  --red-dim:      rgba(255,123,123,0.10);
  --purple:       #b39dff;
  --font:         'Inter', system-ui, -apple-system, sans-serif;
  --radius:       8px;
  --radius-lg:    14px;
  --radius-xl:    20px;
  --shadow:       0 4px 20px rgba(0,0,0,0.5);
  --transition:   0.14s ease;
}

/* ── Base reset (safe to re-apply) ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 15px; }
body {
  font-family: var(--font);
  background: var(--bg);
  color: var(--text-2);
  line-height: 1.6;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
button { cursor: pointer; font-family: var(--font); border: none; outline: none; background: transparent; }

/* ── Scrollbar ── */
::-webkit-scrollbar { width: 4px; height: 4px; }
::-webkit-scrollbar-track { background: transparent; }
::-webkit-scrollbar-thumb { background: var(--bg-5, #282e44); border-radius: 4px; }

/* ── Focus ring ── */
:focus-visible { outline: 2px solid var(--accent); outline-offset: 2px; }

/* ── Site Header / Nav ── */
.site-header {
  position: sticky;
  top: 0;
  z-index: 200;
  background: rgba(13,17,23,0.92);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.site-header-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.site-logo {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 1rem;
  font-weight: 800;
  color: #e6edf3;
  text-decoration: none;
  letter-spacing: -.02em;
  white-space: nowrap;
}
.site-logo svg { width: 26px; height: 26px; flex-shrink: 0; }
.site-logo .logo-dot { color: #52e8a8; }
.site-nav {
  display: flex;
  align-items: center;
  gap: 6px;
}
.site-nav a {
  font-size: .82rem;
  font-weight: 500;
  color: #8b93a6;
  text-decoration: none;
  padding: 5px 11px;
  border-radius: 6px;
  transition: color .15s, background .15s;
  white-space: nowrap;
}
.site-nav a:hover  { color: #e6edf3; background: rgba(255,255,255,0.06); }
.site-nav a.active { color: #7cb9ff; }
.site-nav .nav-cta {
  background: rgba(124,185,255,0.12);
  border: 1px solid rgba(124,185,255,0.25);
  color: #7cb9ff;
  font-weight: 700;
}
.site-nav .nav-cta:hover { background: rgba(124,185,255,0.2); }

/* ── Site Footer ── */
.site-footer {
  border-top: 1px solid rgba(255,255,255,0.08);
  padding: 32px 24px;
}
.site-footer-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
}
.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 16px;
}
.footer-links a {
  font-size: .75rem;
  color: #8b93a6;
  text-decoration: none;
}
.footer-links a:hover { color: #7cb9ff; }
.footer-copy {
  font-size: .72rem;
  color: #555e6e;
}
.footer-copy a { color: #7cb9ff; text-decoration: none; }

/* ── Breadcrumb ── */
.breadcrumb {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
  font-size: .75rem;
  color: #8b93a6;
  margin-bottom: 24px;
}
.breadcrumb a { color: #8b93a6; text-decoration: none; }
.breadcrumb a:hover { color: #7cb9ff; }
.breadcrumb-sep { opacity: .4; font-size: .7rem; }

/* ── Article / Page Wrapper ── */
.page-container {
  max-width: 760px;
  margin: 0 auto;
  padding: 48px 24px 80px;
}
.article-container {
  max-width: 740px;
  margin: 0 auto;
  padding: 48px 24px 80px;
}

/* ── Article Hero ── */
.art-hero {
  margin-bottom: 40px;
  padding-bottom: 32px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.art-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: .65rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .1em;
  padding: 3px 10px;
  border-radius: 50px;
  margin-bottom: 14px;
}
.art-tag.blue   { color: #7cb9ff; background: rgba(124,185,255,.10); border: 1px solid rgba(124,185,255,.2); }
.art-tag.green  { color: #52e8a8; background: rgba(82,232,168,.10);  border: 1px solid rgba(82,232,168,.2);  }
.art-tag.amber  { color: #ffc444; background: rgba(255,196,68,.10);  border: 1px solid rgba(255,196,68,.2);  }
.art-tag.purple { color: #b39dff; background: rgba(179,157,255,.10); border: 1px solid rgba(179,157,255,.2); }

.art-h1 {
  font-size: clamp(1.75rem, 4.5vw, 2.6rem);
  font-weight: 800;
  color: #e6edf3;
  letter-spacing: -.04em;
  line-height: 1.18;
  margin-bottom: 16px;
}
.art-lede {
  font-size: 1.02rem;
  color: #aab4c2;
  line-height: 1.8;
  margin-bottom: 20px;
}
.art-meta-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  font-size: .77rem;
  color: #8b93a6;
}
.art-meta-item { display: flex; align-items: center; gap: 5px; }
.art-meta-item i { font-size: .7rem; }

/* ── Author Bio Box ── */
.author-box {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 16px 18px;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 10px;
  margin-top: 16px;
}
.author-avatar {
  width: 44px; height: 44px;
  border-radius: 12px;
  background: linear-gradient(135deg,rgba(124,185,255,.2),rgba(82,232,168,.12));
  border: 1px solid rgba(124,185,255,.2);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.2rem; flex-shrink: 0;
}
.author-name  { font-size: .85rem; font-weight: 700; color: #e6edf3; }
.author-cred  { font-size: .73rem; color: #7cb9ff; margin-bottom: 3px; }
.author-bio   { font-size: .77rem; color: #8b93a6; line-height: 1.55; }

/* ── Table of Contents ── */
.toc {
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 10px;
  padding: 18px 20px;
  margin: 0 0 36px;
}
.toc-title {
  font-size: .72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: #8b93a6;
  margin-bottom: 10px;
}
.toc ol { padding-left: 18px; margin: 0; }
.toc li { font-size: .82rem; color: #aab4c2; margin-bottom: 5px; line-height: 1.5; }
.toc a  { color: #7cb9ff; text-decoration: none; }
.toc a:hover { text-decoration: underline; }

/* ── Article Body Typography ── */
.art-body h2 {
  font-size: 1.28rem;
  font-weight: 700;
  color: #e6edf3;
  letter-spacing: -.025em;
  margin: 42px 0 14px;
  padding-top: 4px;
}
.art-body h3 {
  font-size: 1rem;
  font-weight: 700;
  color: #e6edf3;
  margin: 28px 0 10px;
}
.art-body p {
  font-size: .93rem;
  color: #aab4c2;
  line-height: 1.85;
  margin-bottom: 16px;
}
.art-body ul, .art-body ol {
  padding-left: 22px;
  margin-bottom: 20px;
}
.art-body li {
  font-size: .93rem;
  color: #aab4c2;
  line-height: 1.75;
  margin-bottom: 8px;
}
.art-body strong { color: #e6edf3; }
.art-body a      { color: #7cb9ff; }
.art-body a:hover { text-decoration: underline; }

/* ── Callout Boxes ── */
.callout {
  padding: 16px 20px;
  border-radius: 0 8px 8px 0;
  margin: 24px 0;
  border-left-width: 3px;
  border-left-style: solid;
}
.callout p      { margin: 0; font-size: .88rem; color: #aab4c2; line-height: 1.7; }
.callout strong { color: inherit; }
.callout.blue   { background: rgba(124,185,255,.06); border-left-color: #7cb9ff; }
.callout.green  { background: rgba(82,232,168,.06);  border-left-color: #52e8a8; }
.callout.amber  { background: rgba(255,196,68,.06);  border-left-color: #ffc444; }
.callout.red    { background: rgba(255,123,123,.06); border-left-color: #ff7b7b; }
.callout.purple { background: rgba(179,157,255,.06); border-left-color: #b39dff; }
.callout.blue strong   { color: #7cb9ff; }
.callout.green strong  { color: #52e8a8; }
.callout.amber strong  { color: #ffc444; }
.callout.red strong    { color: #ff7b7b; }
.callout.purple strong { color: #b39dff; }

/* ── Formula Box ── */
.formula-box {
  padding: 20px 24px;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 10px;
  margin: 24px 0;
  text-align: center;
}
.formula      { font-size: 1.15rem; font-weight: 700; color: #e6edf3; margin-bottom: 6px; font-family: 'Courier New', monospace; }
.formula-sub  { font-size: .75rem; color: #8b93a6; }

/* ── Data Tables ── */
.data-table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  font-size: .86rem;
}
.data-table th {
  background: rgba(255,255,255,0.04);
  padding: 9px 12px;
  font-size: .7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .06em;
  color: #8b93a6;
  text-align: left;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.data-table td {
  padding: 10px 12px;
  color: #aab4c2;
  border-bottom: 1px solid rgba(255,255,255,0.05);
}
.data-table tr:last-child td { border-bottom: none; }
.data-table tr:hover td { background: rgba(255,255,255,0.02); }
.td-green { color: #52e8a8 !important; font-weight: 700; }
.td-amber { color: #ffc444 !important; font-weight: 700; }
.td-red   { color: #ff7b7b !important; font-weight: 700; }

/* ── CTA Box ── */
.cta-box {
  margin: 48px 0;
  padding: 30px;
  background: linear-gradient(135deg,rgba(124,185,255,.08),rgba(82,232,168,.04));
  border: 1px solid rgba(124,185,255,.2);
  border-radius: 14px;
  text-align: center;
}
.cta-box h3 { font-size: 1.1rem; font-weight: 700; color: #e6edf3; margin-bottom: 8px; }
.cta-box p  { font-size: .88rem; color: #8b93a6; margin-bottom: 18px; }
.cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 26px;
  background: #7cb9ff;
  color: #0d1117;
  font-size: .87rem;
  font-weight: 700;
  border-radius: 50px;
  text-decoration: none;
  transition: opacity .15s;
}
.cta-btn:hover { opacity: .88; text-decoration: none; }
.cta-btn-secondary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 11px 22px;
  background: transparent;
  border: 1px solid rgba(124,185,255,.35);
  color: #7cb9ff;
  font-size: .84rem;
  font-weight: 600;
  border-radius: 50px;
  text-decoration: none;
  margin-left: 10px;
  transition: background .15s;
}
.cta-btn-secondary:hover { background: rgba(124,185,255,.08); text-decoration: none; }

/* ── Related Articles ── */
.related-section { margin-top: 52px; }
.related-title {
  font-size: .72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: #8b93a6;
  margin-bottom: 14px;
}
.related-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px,1fr));
  gap: 12px;
}
.related-card {
  display: block;
  padding: 16px 18px;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 10px;
  text-decoration: none;
  transition: border-color .15s, transform .15s;
}
.related-card:hover { border-color: rgba(124,185,255,.35); transform: translateY(-2px); text-decoration: none; }
.related-card-cat  { font-size: .62rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: #7cb9ff; margin-bottom: 6px; }
.related-card-title { font-size: .85rem; font-weight: 700; color: #e6edf3; line-height: 1.4; }
.related-card-read  { font-size: .72rem; color: #8b93a6; margin-top: 6px; }

/* ── Article Footer ── */
.art-footer {
  margin-top: 48px;
  padding-top: 24px;
  border-top: 1px solid rgba(255,255,255,0.08);
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
}
.art-footer-nav { display: flex; flex-wrap: wrap; gap: 16px; }
.art-footer-nav a { font-size: .78rem; color: #7cb9ff; }
.art-footer-nav a:hover { text-decoration: underline; }

/* ── Disclaimer ── */
.disclaimer {
  font-size: .73rem;
  color: #555e6e;
  line-height: 1.65;
  padding: 14px 16px;
  background: rgba(255,255,255,0.02);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 8px;
  margin-top: 28px;
}
.disclaimer strong { color: #8b93a6; }

/* ── Key-stat Highlight Cards ── */
.stat-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(160px,1fr));
  gap: 12px;
  margin: 20px 0;
}
.stat-card {
  padding: 16px 18px;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 10px;
  text-align: center;
}
.stat-num   { font-size: 1.5rem; font-weight: 800; color: #e6edf3; letter-spacing: -.04em; }
.stat-label { font-size: .72rem; color: #8b93a6; margin-top: 4px; line-height: 1.4; }

/* ═══════════════════════════════════════════════
   ARTICLE EXPANSION STYLES
   (contrarian para + comparison table + FAQ + CTA)
   ═══════════════════════════════════════════════ */

/* ── Section wrapper ── */
.article-expansion {
  margin: 52px 0 36px;
  padding-top: 36px;
  border-top: 1px solid rgba(124,185,255,0.12);
}
.article-expansion h2 {
  font-size: 1.28rem;
  font-weight: 800;
  color: #e6edf3;
  margin-bottom: 16px;
  line-height: 1.3;
}
.article-expansion p {
  font-size: .93rem;
  color: #a0a8bc;
  line-height: 1.72;
  margin-bottom: 14px;
}
.article-expansion strong { color: #d8e0f0; }
.article-expansion em { color: #7cb9ff; font-style: normal; }

/* ── Comparison table ── */
.comparison-table-wrap {
  overflow-x: auto;
  margin: 20px 0 12px;
  border-radius: 12px;
  border: 1px solid rgba(124,185,255,0.14);
}
.comparison-table {
  width: 100%;
  border-collapse: collapse;
  font-size: .83rem;
  background: rgba(8,11,19,0.5);
}
.comparison-table thead th {
  background: rgba(124,185,255,0.10);
  color: #7cb9ff;
  font-size: .70rem;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  padding: 12px 14px;
  text-align: left;
  border-bottom: 1px solid rgba(124,185,255,0.18);
  white-space: nowrap;
}
.comparison-table tbody td {
  padding: 11px 14px;
  color: #b0bcce;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  vertical-align: top;
  line-height: 1.5;
}
.comparison-table tbody tr:last-child td { border-bottom: none; }
.comparison-table tbody tr:nth-child(even) td { background: rgba(255,255,255,0.02); }
.comparison-table tbody tr:hover td { background: rgba(124,185,255,0.05); }
.comparison-table td strong { color: #e6edf3; }
.risk-low      { color: #52e8a8; font-weight: 600; }
.risk-moderate { color: #ffc444; font-weight: 600; }
.risk-high     { color: #ff7b7b; font-weight: 600; }
.table-caption {
  font-size: .70rem;
  color: #5a6880;
  font-style: italic;
  margin: 8px 0 0;
  line-height: 1.55;
}

/* ── FAQ accordion ── */
.article-faq h2 { margin-bottom: 20px; }
.faq-item {
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: 10px;
  margin-bottom: 8px;
  background: rgba(255,255,255,0.02);
  overflow: hidden;
  transition: border-color .15s;
}
.faq-item:hover { border-color: rgba(124,185,255,0.22); }
.faq-item[open] { border-color: rgba(124,185,255,0.28); background: rgba(124,185,255,0.04); }
.faq-item summary {
  padding: 14px 18px;
  font-size: .88rem;
  font-weight: 600;
  color: #c8d0e0;
  cursor: pointer;
  list-style: none;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  line-height: 1.45;
  user-select: none;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::before {
  content: '+';
  color: #7cb9ff;
  font-size: 1rem;
  font-weight: 700;
  flex-shrink: 0;
  margin-top: 1px;
  transition: transform .2s;
}
.faq-item[open] summary::before { content: '−'; }
.faq-item p {
  padding: 0 18px 16px 38px;
  font-size: .84rem;
  color: #8898b0;
  line-height: 1.68;
  margin: 0;
}
.faq-item a { color: #7cb9ff; }
.faq-item a:hover { text-decoration: underline; }

/* ── Contextual CTA ── */
.cta-contextual {
  position: relative;
  background: linear-gradient(135deg,rgba(59,130,246,0.10),rgba(82,232,168,0.05));
  border: 1px solid rgba(59,130,246,0.28);
  overflow: hidden;
}
.cta-contextual::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 2px;
  background: linear-gradient(90deg, #3b82f6, #52e8a8);
  border-radius: 2px 2px 0 0;
}
.cta-icon {
  font-size: 2rem;
  margin-bottom: 10px;
  display: block;
}
.cta-advisor-note {
  font-size: .74rem !important;
  color: #ffc444 !important;
  margin-top: 14px !important;
  margin-bottom: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
.cta-advisor-note i { color: #ffc444; }

/* ── art-tag variant aliases (used in some articles as art-tag--color) ── */
.art-tag--blue   { color: #7cb9ff; background: rgba(124,185,255,.10); border: 1px solid rgba(124,185,255,.2); }
.art-tag--green  { color: #52e8a8; background: rgba(82,232,168,.10);  border: 1px solid rgba(82,232,168,.2);  }
.art-tag--amber  { color: #ffc444; background: rgba(255,196,68,.10);  border: 1px solid rgba(255,196,68,.2);  }
.art-tag--purple { color: #b39dff; background: rgba(179,157,255,.10); border: 1px solid rgba(179,157,255,.2); }
.art-tag--red    { color: #ff7b7b; background: rgba(255,123,123,.10); border: 1px solid rgba(255,123,123,.2); }
.art-header {
  margin-bottom: 32px;
  padding-bottom: 28px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.art-cat {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: .65rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: #7cb9ff;
  background: rgba(124,185,255,0.10);
  border: 1px solid rgba(124,185,255,0.2);
  padding: 3px 10px;
  border-radius: 50px;
  margin-bottom: 14px;
}
.art-sub {
  font-size: 1.02rem;
  color: #aab4c2;
  line-height: 1.8;
  margin-top: 12px;
  margin-bottom: 20px;
}
.art-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  font-size: .77rem;
  color: #8b93a6;
}
.art-meta span { display: flex; align-items: center; gap: 5px; }
.art-meta i { font-size: .7rem; }

/* ── callout variant aliases (callout--blue etc.) ── */
.callout--blue   { background: rgba(124,185,255,.06); border-left: 3px solid #7cb9ff; border-radius: 0 8px 8px 0; padding: 16px 20px; margin: 24px 0; }
.callout--green  { background: rgba(82,232,168,.06);  border-left: 3px solid #52e8a8; border-radius: 0 8px 8px 0; padding: 16px 20px; margin: 24px 0; }
.callout--amber  { background: rgba(255,196,68,.06);  border-left: 3px solid #ffc444; border-radius: 0 8px 8px 0; padding: 16px 20px; margin: 24px 0; }
.callout--red    { background: rgba(255,123,123,.06); border-left: 3px solid #ff7b7b; border-radius: 0 8px 8px 0; padding: 16px 20px; margin: 24px 0; }
.callout--purple { background: rgba(179,157,255,.06); border-left: 3px solid #b39dff; border-radius: 0 8px 8px 0; padding: 16px 20px; margin: 24px 0; }
.callout--blue strong   { color: #7cb9ff; }
.callout--green strong  { color: #52e8a8; }
.callout--amber strong  { color: #ffc444; }
.callout--red strong    { color: #ff7b7b; }
.callout--purple strong { color: #b39dff; }
.callout--blue p, .callout--green p, .callout--amber p,
.callout--red p, .callout--purple p { margin: 0; font-size: .88rem; color: #aab4c2; line-height: 1.7; }

/* ── Reading Progress Bar ── */
#reading-progress-bar {
  position: fixed;
  top: 0; left: 0;
  height: 2px;
  width: 0%;
  background: linear-gradient(90deg, #7cb9ff, #52e8a8);
  z-index: 9999;
  transition: width .1s linear;
  pointer-events: none;
}

/* ── Floating Mini-CTA ── */
#floating-mini-cta {
  position: fixed;
  bottom: 24px;
  right: 24px;
  width: 300px;
  background: var(--bg-3, #181c2c);
  border: 1px solid rgba(124,185,255,0.28);
  border-radius: 14px;
  padding: 20px 20px 16px;
  box-shadow: 0 16px 48px rgba(0,0,0,0.6);
  z-index: 500;
  display: none;
  opacity: 0;
  transform: translateY(12px);
  transition: opacity .25s, transform .25s;
}
#floating-mini-cta.fmc-visible {
  display: block;
  opacity: 1;
  transform: translateY(0);
}
.fmc-dismiss {
  position: absolute;
  top: 10px; right: 12px;
  font-size: .8rem;
  color: #6e7891;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px 6px;
  line-height: 1;
}
.fmc-dismiss:hover { color: #e6edf3; }
.fmc-eyebrow {
  font-size: .6rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: #52e8a8;
  margin-bottom: 6px;
}
.fmc-title {
  font-size: .9rem;
  font-weight: 700;
  color: #e6edf3;
  line-height: 1.35;
  margin-bottom: 6px;
}
.fmc-sub {
  font-size: .75rem;
  color: #8b93a6;
  line-height: 1.55;
  margin-bottom: 14px;
}
.fmc-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 10px 18px;
  background: #7cb9ff;
  color: #07080e;
  font-size: .82rem;
  font-weight: 700;
  border-radius: 50px;
  text-decoration: none;
  transition: opacity .15s;
  margin-bottom: 8px;
}
.fmc-btn:hover { opacity: .88; text-decoration: none; }
.fmc-fine {
  font-size: .65rem;
  color: #555e6e;
  text-align: center;
}

/* ── Responsive ── */
@media (max-width: 640px) {
  .site-nav a:not(.nav-cta) { display: none; }
  .art-h1 { font-size: 1.65rem; }
  .article-container, .page-container { padding: 32px 16px 60px; }
  .cta-btn-secondary { margin-left: 0; margin-top: 8px; }
  .comparison-table { font-size: .76rem; }
  .comparison-table thead th,
  .comparison-table tbody td { padding: 9px 10px; }
  #floating-mini-cta { width: calc(100vw - 32px); right: 16px; bottom: 16px; }
}

/* ── prefers-reduced-motion ── */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
  }
  #reading-progress-bar { transition: none; }
}
