/* ==========================================================================
   The Oral Health Report - shared stylesheet
   Light, minimal, clean. Static HTML for Cloudflare Pages.
   ========================================================================== */

/* ==========================================================================
   Design tokens
   ========================================================================== */

/* fonts loaded via Google Fonts <link> in each page head */

:root {
  --bg: #ffffff;
  --bg-alt: #f5fafc;
  --text: #1c2930;
  --text-muted: #5a6b74;
  --primary: #2f86b7;
  --primary-dark: #25678f;
  --primary-tint: #e8f3f9;
  --primary-tint-strong: #d4e8f3;
  --accent: #1e9db3;
  --accent-dark: #178199;
  --border: #e0eaef;
  --border-strong: #c7d8e0;
  --shadow: 0 10px 24px -12px rgba(47, 134, 183, 0.22);
  --shadow-accent: 0 8px 18px -6px rgba(30, 157, 179, 0.40);
  --shadow-soft: 0 1px 2px rgba(28, 41, 48, 0.04), 0 8px 24px -16px rgba(28, 41, 48, 0.10);
  --radius-s: 6px;
  --radius-m: 12px;
  --max-w: 720px;
  --max-w-wide: 1000px;
}

/* ==========================================================================
   Reset & base
   ========================================================================== */

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;
  font-size: 17px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--primary); }
a:focus-visible, button:focus-visible, summary:focus-visible, input:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 2px;
  border-radius: 2px;
}
h1, h2, h3, h4 {
  font-family: "Source Serif 4", Georgia, serif;
  font-weight: 600;
  text-wrap: balance;
  margin: 0 0 0.5em;
  color: var(--text);
}
table { font-variant-numeric: tabular-nums; }
.screen-reader-text {
  position: absolute; width: 1px; height: 1px;
  overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap;
}

main.site-main { max-width: var(--max-w); margin: 0 auto; padding: 40px 24px 80px; }
main.site-main.wide { max-width: var(--max-w-wide); }

/* ==========================================================================
   Site header
   ========================================================================== */

.site-header { border-bottom: 1px solid var(--border); background: var(--bg); position: sticky; top: 0; z-index: 50; }
.site-header-inner {
  max-width: var(--max-w-wide); margin: 0 auto; padding: 18px 24px;
  display: flex; align-items: baseline; justify-content: space-between;
  gap: 24px; flex-wrap: wrap;
}
.wordmark {
  font-family: "Source Serif 4", Georgia, serif;
  font-weight: 700; font-size: 22px; letter-spacing: -0.01em;
  color: var(--text); text-decoration: none;
}
.wordmark span { color: var(--primary); }
.tagline { font-size: 11px; text-transform: uppercase; letter-spacing: 0.11em; color: var(--text-muted); margin-top: 2px; }
.site-nav ul { display: flex; gap: 22px; list-style: none; margin: 0; padding: 0; }
.site-nav a { color: var(--text-muted); text-decoration: none; font-size: 14px; font-weight: 600; }
.site-nav a:hover { color: var(--primary); }
.site-nav .current-menu-item > a, .site-nav a.current { color: var(--primary); border-bottom: 2px solid var(--primary); padding-bottom: 2px; }
.menu-toggle {
  display: none; background: none; border: 1px solid var(--border-strong);
  border-radius: var(--radius-s); padding: 8px 12px;
  font-family: "Inter", sans-serif; font-weight: 600; font-size: 14px; color: var(--text);
}
@media (max-width: 640px) {
  .menu-toggle { display: inline-block; }
  .site-nav { display: none; width: 100%; }
  .site-nav.is-open { display: block; }
  .site-nav ul { flex-direction: column; gap: 12px; padding: 16px 0 4px; }
}

/* ==========================================================================
   Hero (home)
   ========================================================================== */

.hero { background: var(--bg-alt); border-bottom: 1px solid var(--border); padding: 72px 24px; text-align: center; }
.hero-inner { max-width: 640px; margin: 0 auto; }
.hero h1 { font-size: 40px; line-height: 1.12; }
.hero p.sub { font-size: 17px; color: var(--text-muted); margin-top: 12px; }
.hero-search { margin-top: 28px; display: flex; gap: 8px; justify-content: center; }
.hero-search input[type="search"] {
  flex: 1; max-width: 360px; padding: 12px 16px;
  border: 1px solid var(--border-strong); border-radius: var(--radius-m);
  font-family: "Inter", sans-serif; font-size: 15px; background: var(--bg); color: var(--text);
}
.hero-search button {
  padding: 12px 20px; border: none; border-radius: var(--radius-m);
  background: var(--primary); color: #fff; font-weight: 700; font-size: 15px; cursor: pointer;
}
.hero-search button:hover { background: var(--primary-dark); }

/* ==========================================================================
   Breadcrumb
   ========================================================================== */

.breadcrumb { font-size: 13px; color: var(--text-muted); margin-bottom: 20px; }
.breadcrumb a { color: var(--text-muted); text-decoration: none; }
.breadcrumb a:hover { color: var(--primary); }
.breadcrumb .sep { margin: 0 8px; color: var(--border-strong); }

/* ==========================================================================
   Article shell / byline / disclosure
   ========================================================================== */

.article-title { font-size: 36px; line-height: 1.16; margin-bottom: 0; }
.byline { margin-top: 16px; display: flex; align-items: center; gap: 12px; font-size: 14px; color: var(--text-muted); flex-wrap: wrap; }
.avatar-sm {
  width: 40px; height: 40px; border-radius: 50%; flex-shrink: 0;
  overflow: hidden;
  display: grid; place-items: center;
  background: linear-gradient(135deg, var(--primary), var(--primary-dark));
  color: #fff; font-family: "Source Serif 4", Georgia, serif; font-weight: 700; font-size: 16px;
}
.avatar-sm img { width: 100%; height: 100%; object-fit: cover; }
.byline .who { font-weight: 600; color: var(--text); }
.byline .tag { color: var(--text-muted); }
.byline .dot { color: var(--border-strong); }

.disclosure {
  margin-top: 20px; font-size: 13px; color: var(--text-muted);
  background: var(--bg-alt); border: 1px solid var(--border);
  border-radius: var(--radius-s); padding: 12px 16px;
}
.disclosure a { color: var(--text-muted); text-decoration: underline; }

.featured-image {
  margin-top: 24px; border-radius: var(--radius-m); overflow: hidden;
  border: 1px solid var(--border); background: var(--bg-alt);
}
.featured-image img { width: 100%; height: auto; display: block; }

/* ==========================================================================
   Quick Answer
   ========================================================================== */

.quick-answer {
  margin-top: 28px; background: var(--primary-tint);
  border: 1px solid var(--primary-tint-strong); border-radius: var(--radius-m);
  padding: 22px 24px;
}
.quick-answer .qa-label {
  font-size: 11px; font-weight: 700; letter-spacing: 0.09em; text-transform: uppercase;
  color: var(--primary-dark); margin-bottom: 8px;
}
.quick-answer p { margin: 0; font-size: 16px; }

/* ==========================================================================
   Verdict / rating box
   ========================================================================== */

.verdict {
  margin-top: 32px; background: var(--bg-alt);
  border-left: 5px solid var(--primary);
  border-radius: 0 var(--radius-m) var(--radius-m) 0;
  padding: 28px 28px 26px; box-shadow: var(--shadow-soft);
}
.verdict-head { display: flex; align-items: flex-end; gap: 18px; flex-wrap: wrap; }
.verdict-rating {
  font-family: "Source Serif 4", Georgia, serif; font-weight: 700;
  font-size: 64px; line-height: 0.9; color: var(--primary-dark);
  font-variant-numeric: tabular-nums;
}
.verdict-rating small { font-family: "Inter", sans-serif; font-weight: 600; font-size: 18px; color: var(--text-muted); margin-left: 2px; }
.verdict-label { font-size: 12px; font-weight: 700; letter-spacing: 0.09em; text-transform: uppercase; color: var(--text-muted); }
.verdict-bar { height: 6px; flex: 1; min-width: 160px; max-width: 220px; background: var(--primary-tint-strong); border-radius: 999px; overflow: hidden; }
.verdict-bar span { display: block; height: 100%; background: var(--primary); border-radius: 999px; }
.verdict p.lede { margin: 18px 0 0; font-size: 17px; }
.verdict-fit { margin: 18px 0 0; padding: 0; list-style: none; display: grid; gap: 8px; }
.verdict-fit li { display: flex; gap: 10px; font-size: 15px; }
.verdict-fit li::before { content: ""; width: 6px; height: 6px; margin-top: 8px; background: var(--primary); border-radius: 50%; flex-shrink: 0; }
.verdict-fit li.skip::before { background: var(--accent); }

/* ==========================================================================
   CTA
   ========================================================================== */

.cta-wrap { margin-top: 22px; }
.cta-btn {
  display: inline-block; background: var(--accent); color: #fff !important;
  font-family: "Inter", sans-serif; font-weight: 700; font-size: 15px;
  text-decoration: none !important; padding: 14px 28px;
  border-radius: var(--radius-m); box-shadow: var(--shadow-accent);
  transition: transform 0.15s ease, background 0.15s ease;
}
.cta-btn:hover { background: var(--accent-dark); transform: translateY(-1px); }
.cta-micro { margin: 8px 0 0; font-size: 12px; color: var(--text-muted); letter-spacing: 0.02em; }

/* ==========================================================================
   Quick facts table
   ========================================================================== */

.table-wrap { overflow-x: auto; border: 1px solid var(--border); border-radius: var(--radius-s); margin: 20px 0; }
table.facts { width: 100%; border-collapse: collapse; font-size: 15px; }
table.facts th, table.facts td { text-align: left; padding: 11px 16px; }
table.facts thead th {
  background: var(--primary); color: #fff; font-weight: 600;
  font-size: 12px; text-transform: uppercase; letter-spacing: 0.06em;
}
table.facts tbody tr:nth-child(odd) { background: var(--bg-alt); }
table.facts tbody th { font-weight: 600; color: var(--text-muted); width: 40%; }

/* ==========================================================================
   Pros / cons ledger
   ========================================================================== */

.ledger { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 16px; }
.ledger-col { background: var(--bg-alt); border: 1px solid var(--border); border-radius: var(--radius-m); padding: 20px 22px; }
.ledger-col h3 { font-size: 13px; text-transform: uppercase; letter-spacing: 0.08em; color: var(--text-muted); margin-bottom: 12px; }
.ledger-col ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
.ledger-col li { display: flex; gap: 10px; font-size: 15px; margin: 0; }
.mark { flex-shrink: 0; width: 18px; height: 18px; margin-top: 2px; }
.pros .mark { color: var(--primary); }
.cons .mark { color: var(--accent); }
@media (max-width: 560px) { .ledger { grid-template-columns: 1fr; } }

/* ==========================================================================
   Entry content typography
   ========================================================================== */

.entry-content { margin-top: 24px; }
.entry-content h2 { font-size: 26px; margin-top: 48px; margin-bottom: 16px; }
.entry-content h3 { font-size: 19px; margin-top: 28px; margin-bottom: 10px; }
.entry-content p { margin: 14px 0; }
.entry-content ul, .entry-content ol { padding-left: 22px; }
.entry-content li { margin: 6px 0; }
.entry-content a { text-decoration: underline; text-decoration-color: var(--border-strong); text-underline-offset: 3px; }
.entry-content a:hover { text-decoration-color: var(--primary); }
.entry-content strong { font-weight: 700; }
.entry-content blockquote:not(.ellie):not(.verdict) {
  margin: 24px 0; padding: 4px 0 4px 18px;
  border-left: 3px solid var(--border-strong); color: var(--text-muted); font-style: italic;
}
.entry-content hr { border: none; border-top: 1px solid var(--border); margin: 36px 0; }

/* ==========================================================================
   Ellie pull-quote
   ========================================================================== */

blockquote.ellie {
  margin: 36px 0; display: flex; gap: 14px; align-items: flex-start;
  border-top: 1px solid var(--border); border-bottom: 1px solid var(--border);
  padding: 22px 0;
}
blockquote.ellie p {
  margin: 0; font-family: "Source Serif 4", Georgia, serif; font-style: italic;
  font-weight: 600; font-size: 20px; line-height: 1.5; color: var(--text);
}
blockquote.ellie cite {
  display: block; margin-top: 8px; font-family: "Inter", sans-serif; font-style: normal;
  font-size: 13px; font-weight: 600; color: var(--text-muted);
}

/* ==========================================================================
   Timeline (N-day experience)
   ========================================================================== */

.timeline { list-style: none; margin: 24px 0; padding: 0; position: relative; }
.timeline::before { content: ""; position: absolute; left: 8px; top: 6px; bottom: 6px; width: 2px; background: var(--border-strong); }
.timeline li { position: relative; padding: 0 0 22px 34px; }
.timeline li:last-child { padding-bottom: 0; }
.timeline li::before {
  content: ""; position: absolute; left: 0; top: 4px; width: 16px; height: 16px;
  border-radius: 50%; background: var(--primary-tint-strong); border: 2px solid var(--primary);
}
.timeline .day { font-weight: 700; color: var(--primary-dark); font-size: 14px; letter-spacing: 0.02em; }
.timeline p { margin: 4px 0 0; font-size: 15px; color: var(--text-muted); }

/* ==========================================================================
   Comparison table
   ========================================================================== */

table.compare { width: 100%; border-collapse: collapse; font-size: 14px; min-width: 560px; }
table.compare th, table.compare td { text-align: left; padding: 12px 14px; border-bottom: 1px solid var(--border); vertical-align: top; }
table.compare thead th { background: var(--primary); color: #fff; font-weight: 600; font-size: 12px; text-transform: uppercase; letter-spacing: 0.05em; }
table.compare tbody th { font-weight: 600; color: var(--text-muted); width: 26%; }
table.compare tbody tr:nth-child(odd) { background: var(--bg-alt); }

/* ==========================================================================
   FAQ accordion
   ========================================================================== */

.faq-item { border-bottom: 1px solid var(--border); }
.faq-item summary {
  cursor: pointer; list-style: none; padding: 16px 4px;
  font-weight: 600; font-size: 16px;
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-toggle { position: relative; width: 16px; height: 16px; flex-shrink: 0; }
.faq-toggle::before, .faq-toggle::after { content: ""; position: absolute; background: var(--primary); top: 50%; left: 50%; transform: translate(-50%, -50%); }
.faq-toggle::before { width: 14px; height: 2px; }
.faq-toggle::after { width: 2px; height: 14px; transition: transform 0.15s ease; }
.faq-item[open] .faq-toggle::after { transform: translate(-50%, -50%) rotate(90deg); }
.faq-item p { padding: 0 4px 18px; color: var(--text-muted); margin: 0; }

/* ==========================================================================
   Health disclaimer
   ========================================================================== */

.health-disclaimer {
  margin-top: 40px; font-size: 13px; font-style: italic; color: var(--text-muted);
  border-top: 1px solid var(--border); padding-top: 16px;
}

/* ==========================================================================
   Home cards
   ========================================================================== */

.section-heading { display: flex; align-items: baseline; justify-content: space-between; margin: 56px 0 20px; gap: 16px; flex-wrap: wrap; }
.section-heading h2 { font-size: 24px; margin: 0; }
.section-heading a { font-size: 14px; font-weight: 600; text-decoration: none; }

.review-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
@media (max-width: 640px) { .review-cards { grid-template-columns: 1fr; } }
.review-card {
  border: 1px solid var(--border); border-radius: var(--radius-m);
  padding: 24px; background: var(--bg); display: flex; flex-direction: column; gap: 10px;
  text-decoration: none; color: var(--text); transition: box-shadow 0.15s ease, border-color 0.15s ease;
}
.review-card:hover { border-color: var(--primary); box-shadow: var(--shadow-soft); }
.review-card .rc-rating { font-family: "Source Serif 4", Georgia, serif; font-weight: 700; font-size: 28px; color: var(--primary-dark); }
.review-card .rc-rating small { font-family: "Inter", sans-serif; font-weight: 600; font-size: 14px; color: var(--text-muted); }
.review-card h3 { font-size: 19px; margin: 0; }
.review-card p { margin: 0; font-size: 14px; color: var(--text-muted); }

.article-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 24px; }
@media (max-width: 900px) { .article-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 600px) { .article-grid { grid-template-columns: 1fr; } }
.article-card { text-decoration: none; color: var(--text); display: flex; flex-direction: column; gap: 8px; }
.article-card .thumb {
  display: grid; place-items: center; aspect-ratio: 4/3;
  background: linear-gradient(135deg, var(--t1), var(--t2));
  border-radius: var(--radius-s); border: 1px solid var(--border); overflow: hidden;
}
.article-card .thumb svg { width: 32%; height: 32%; fill: rgba(255, 255, 255, 0.55); }
.article-card .cat { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.07em; color: var(--primary); }
.article-card h3 { font-size: 16px; line-height: 1.35; margin: 0; }
.article-card:hover h3 { color: var(--primary); }

/* ==========================================================================
   About block
   ========================================================================== */

.about-block {
  margin: 60px auto 0; max-width: var(--max-w); display: flex; gap: 20px; align-items: center;
  background: var(--bg-alt); border: 1px solid var(--border); border-radius: var(--radius-m); padding: 26px;
}
.about-block .avatar-lg {
  width: 64px; height: 64px; border-radius: 50%; flex-shrink: 0; display: grid; place-items: center;
  overflow: hidden;
  background: linear-gradient(135deg, var(--primary), var(--primary-dark));
  color: #fff; font-family: "Source Serif 4", Georgia, serif; font-weight: 700; font-size: 24px;
}
.about-block .avatar-lg img { width: 100%; height: 100%; object-fit: cover; }
.about-block p { margin: 0 0 8px; font-size: 15px; color: var(--text-muted); }
.about-block a { font-weight: 600; font-size: 14px; }

/* ==========================================================================
   More reviews
   ========================================================================== */

.more-reviews { margin-top: 48px; }
.more-reviews .review-cards { margin-top: 16px; }

/* ==========================================================================
   Footer
   ========================================================================== */

footer.site-footer { border-top: 1px solid var(--border); background: var(--bg-alt); margin-top: 60px; }
.footer-inner {
  max-width: var(--max-w-wide); margin: 0 auto; padding: 32px 24px;
  display: flex; justify-content: space-between; gap: 20px; flex-wrap: wrap;
  font-size: 13px; color: var(--text-muted);
}
.footer-links { display: flex; gap: 18px; flex-wrap: wrap; list-style: none; margin: 0; padding: 0; }
.footer-links a { color: var(--text-muted); text-decoration: none; }
.footer-links a:hover { color: var(--primary); }

/* ==========================================================================
   Related links (discrete interlinking for crawl)
   ========================================================================== */

.related-links {
  margin-top: 32px;
  padding-top: 16px;
  border-top: 1px solid var(--border);
  font-size: 13px;
  line-height: 1.9;
  color: var(--text-muted);
}
.related-links .related-label {
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-size: 11px;
  color: var(--text-muted);
  margin-right: 4px;
}
.related-links a { color: var(--text-muted); text-decoration: none; }
.related-links a:hover { color: var(--primary); }
.related-links .sep { color: var(--border-strong); margin: 0 6px; }

/* ==========================================================================
   Buttons (shared)
   ========================================================================== */

.btn {
  display: inline-block; font-family: "Inter", sans-serif; font-weight: 700; font-size: 15px;
  text-decoration: none; padding: 13px 26px; border-radius: var(--radius-m);
  cursor: pointer; border: none;
}
.btn-primary { background: var(--primary); color: #fff; }
.btn-primary:hover { background: var(--primary-dark); }
.btn-accent { background: var(--accent); color: #fff; box-shadow: var(--shadow-accent); }
.btn-accent:hover { background: var(--accent-dark); }
.btn-outline { background: transparent; color: var(--text-muted); border: 1px solid var(--border-strong); }
.btn-outline:hover { color: var(--primary); border-color: var(--primary); }
.btn-lg { padding: 16px 34px; font-size: 16px; }

/* ==========================================================================
   Bridge page
   ========================================================================== */

.bridge-wrap {
  min-height: 100vh; display: grid; place-items: center;
  padding: 48px 24px; background: var(--bg-alt);
}
.bridge-card {
  max-width: 580px; width: 100%; background: #fff;
  border: 1px solid var(--border); border-radius: var(--radius-m);
  padding: 40px 36px; text-align: center; box-shadow: var(--shadow-soft);
}
.bridge-card .bridge-logo {
  width: 84px; height: 84px; border-radius: var(--radius-m); margin: 0 auto 20px;
  display: grid; place-items: center;
  background: linear-gradient(135deg, var(--primary), var(--primary-dark));
  color: #fff; font-family: "Source Serif 4", Georgia, serif; font-weight: 700; font-size: 30px;
}
.bridge-card h1 { font-size: 26px; margin-bottom: 10px; }
.bridge-card .bridge-lead { font-size: 15px; color: var(--text-muted); margin: 0 0 8px; }
.bridge-card .bridge-note { font-size: 13px; color: var(--text-muted); margin: 0 0 24px; }
.bridge-card .bridge-url {
  display: inline-block; font-size: 12px; color: var(--text-muted);
  background: var(--bg-alt); border: 1px solid var(--border);
  border-radius: 999px; padding: 4px 12px; margin-bottom: 24px;
}
.bridge-disclosure { margin-top: 24px; font-size: 12px; color: var(--text-muted); line-height: 1.6; }
.bridge-disclosure a { color: var(--text-muted); }

/* ==========================================================================
   Cookie banner
   ========================================================================== */

.cookie-banner {
  position: fixed; bottom: 0; left: 0; right: 0; z-index: 100;
  background: #fff; border-top: 1px solid var(--border);
  box-shadow: 0 -8px 24px -12px rgba(35, 32, 29, 0.14);
  padding: 16px 24px;
  display: flex; gap: 16px; align-items: center; flex-wrap: wrap;
}
.cookie-banner p { margin: 0; font-size: 13px; color: var(--text-muted); flex: 1; min-width: 240px; }
.cookie-banner .cb-actions { display: flex; gap: 10px; }
.cookie-banner .cb-actions .btn { font-size: 13px; padding: 10px 18px; }

/* ==========================================================================
   Mobile (adaptive, everything stacks clean)
   ========================================================================== */

@media (max-width: 720px) {
  body { font-size: 16px; line-height: 1.65; }
  main.site-main { padding: 24px 18px 56px; }
  main.site-main.wide { padding-left: 18px; padding-right: 18px; }

  /* Header */
  .site-header-inner { padding: 14px 18px; gap: 14px; }
  .wordmark { font-size: 19px; }
  .tagline { font-size: 10px; }

  /* Hero */
  .hero { padding: 44px 20px; }
  .hero h1 { font-size: 29px; }
  .hero p.sub { font-size: 15px; }
  .hero-search { flex-direction: column; }
  .hero-search input[type="search"] { max-width: none; width: 100%; }
  .hero-search button { width: 100%; }

  /* Sections */
  .section-heading { margin: 40px 0 16px; }
  .section-heading h2 { font-size: 21px; }

  /* Article */
  .article-title { font-size: 27px; }
  .byline { gap: 8px; }
  .featured-image { min-height: 200px; }
  .quick-answer { padding: 18px 18px; }

  /* Verdict */
  .verdict { padding: 22px 18px; }
  .verdict-rating { font-size: 48px; }
  .verdict-bar { max-width: none; }

  /* CTA */
  .cta-btn { display: block; text-align: center; width: 100%; }

  /* Ledger */
  .ledger { grid-template-columns: 1fr; }

  /* Tables stay scrollable (already wrapped) */
  .timeline li { padding-left: 30px; }

  /* About */
  .about-block { flex-direction: column; text-align: center; gap: 14px; }

  /* Footer */
  .footer-inner { flex-direction: column; gap: 14px; }

  /* Bridge */
  .bridge-wrap { padding: 24px 16px; }
  .bridge-card { padding: 28px 20px; }
  .bridge-card h1 { font-size: 22px; }

  /* Cookie banner */
  .cookie-banner { flex-direction: column; align-items: stretch; gap: 12px; padding: 14px 16px; }
  .cookie-banner p { min-width: 0; }
  .cookie-banner .cb-actions { width: 100%; }
  .cookie-banner .cb-actions .btn { flex: 1; }
}

@media (max-width: 400px) {
  .hero h1 { font-size: 26px; }
  .article-title { font-size: 24px; }
  .review-card { padding: 20px 18px; }
}
