/* dienstplan-apps.de — Medium-inspiriertes Editorial-Design. Stand Juli 2026
   Typografie-first: Schwarz/Weiß + Hairlines, Amber-Hero mit schwarzer Border,
   schwarze Pill-Buttons, listenbasierte Rankings. Akzent Warm-Orange #c2570b. */

:root {
  --ink: #191919;
  --body: #242424;
  --muted: #6b6b6b;
  --faint: #9c9c9c;
  --line: #ececec;
  --hair: #f2f2f2;
  --black: #191919;
  --bg-soft: #fafafa;
  --amber: #ffc017;
  --amber-soft: #fff7de;
  --accent: #c2570b;
  --accent-dark: #a04708;
  --white: #ffffff;
  --shadow: none;
  --radius: 8px;
  --font: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font);
  font-size: 1.0625rem;
  line-height: 1.7;
  color: var(--body);
  background: var(--white);
  -webkit-font-smoothing: antialiased;
}
img, svg { vertical-align: middle; }

.wrap { max-width: 1040px; margin: 0 auto; padding: 0 1.5rem; }
.wrap-narrow { max-width: 1000px; margin: 0 auto; padding: 0 1.5rem; }

h1, h2, h3, h4 { color: var(--ink); line-height: 1.12; font-weight: 800; letter-spacing: -0.025em; }
h1 { font-size: clamp(2.4rem, 6.5vw, 3.9rem); line-height: 1.03; margin-bottom: 1.2rem; }
h2 { font-size: clamp(1.55rem, 3vw, 2rem); margin: 4rem 0 1rem; }
h3 { font-size: 1.2rem; margin: 2.3rem 0 .6rem; letter-spacing: -0.015em; font-weight: 750; }
p { margin-bottom: 1.05rem; }
ul, ol { margin: 0 0 1.15rem 1.35rem; }
li { margin-bottom: .45rem; }
a { color: var(--accent); text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: var(--accent-dark); }
strong { color: var(--ink); font-weight: 700; }
em { color: inherit; }

/* ---------- Header: weiß, schwarze Signatur-Border ---------- */
.site-head {
  background: var(--white);
  border-bottom: 1px solid var(--black);
  position: sticky;
  top: 0;
  z-index: 40;
}
.head-inner { display: flex; align-items: center; justify-content: space-between; gap: 1rem; min-height: 64px; padding-top: .5rem; padding-bottom: .5rem; flex-wrap: wrap; }
.brand { display: inline-flex; align-items: center; gap: .55rem; text-decoration: none; }
.brand-icon { width: 26px; height: 26px; flex: none; }
.brand-name { font-weight: 800; font-size: 1.12rem; color: var(--ink); letter-spacing: -0.02em; }
.brand-badge {
  font-size: .7rem; font-weight: 700; letter-spacing: .05em; text-transform: uppercase;
  color: var(--ink); background: var(--amber);
  padding: .18rem .6rem; border-radius: 999px; white-space: nowrap;
}
.main-nav { display: flex; flex-wrap: wrap; gap: .1rem; font-size: .94rem; }
.main-nav a {
  text-decoration: none; color: var(--muted); font-weight: 500;
  padding: .4rem .7rem; border-radius: 999px;
}
.main-nav a:hover { color: var(--ink); background: var(--bg-soft); }
.main-nav a[aria-current="page"] { color: var(--ink); font-weight: 700; }

/* ---------- Hero: Amber-Band mit schwarzer Border (Signatur) ---------- */
.hero {
  background: var(--amber);
  border-bottom: 1px solid var(--black);
  padding: 4.5rem 0 3.5rem;
}
.hero h1 { color: var(--ink); }
.hero .lead { font-size: 1.22rem; line-height: 1.55; color: var(--ink); opacity: .82; margin-bottom: 0; }
.kicker {
  display: inline-block; font-size: .8rem; font-weight: 700;
  color: var(--ink); background: var(--white);
  border: 1px solid var(--black); border-radius: 999px;
  padding: .28rem .85rem; margin-bottom: 1.3rem;
}
.hero .kicker { box-shadow: 3px 3px 0 rgba(25, 25, 25, .9); }

/* Meta-Zeile unter dem Hero-Lead */
.badge-bar { display: flex; flex-wrap: wrap; gap: .3rem 0; margin: 1.5rem 0 0; padding: 0; list-style: none; }
.badge-bar li { display: inline-flex; align-items: center; margin: 0; font-size: .9rem; font-weight: 600; color: var(--ink); }
.badge-bar li + li::before { content: "\00B7"; margin: 0 .7rem; opacity: .45; }

/* Kurz-Fazit-Box: weiße Karte mit schwarzer Border + Offset-Schatten */
.verdict-box {
  background: var(--white);
  border: 1px solid var(--black);
  border-radius: var(--radius);
  padding: 1.4rem 1.6rem;
  margin: 2.4rem 0 0;
  box-shadow: 5px 5px 0 rgba(25, 25, 25, .92);
}
.verdict-box .verdict-label {
  display: inline-block; font-size: .74rem; font-weight: 800;
  letter-spacing: .07em; text-transform: uppercase;
  color: var(--ink); margin-bottom: .45rem;
}
.verdict-box p { margin: 0; color: var(--ink); font-size: 1.04rem; }

/* Answer-Block (AEO) */
.answer-block {
  border: 1px solid var(--black);
  border-radius: var(--radius);
  background: var(--white);
  padding: 1.2rem 1.4rem;
  margin: 1.6rem 0 2rem;
}
.answer-block p { margin: 0; color: var(--ink); }
.answer-block p + p { margin-top: .6rem; }

/* Info-/Warn-Boxen */
.info-box { background: var(--bg-soft); border-radius: var(--radius); padding: 1.15rem 1.35rem; margin: 1.5rem 0; }
.warn-box { background: var(--amber-soft); border-radius: var(--radius); padding: 1.15rem 1.35rem; margin: 1.5rem 0; }
.info-box p:last-child, .warn-box p:last-child { margin-bottom: 0; }
.box-title { display: block; font-weight: 800; color: var(--ink); margin-bottom: .35rem; }

/* Meta-Zeile */
.meta-line { display: flex; align-items: center; gap: .5rem; flex-wrap: wrap; font-size: .88rem; color: var(--muted); margin: 1.3rem 0 0; }
.meta-line .dot { width: 4px; height: 4px; border-radius: 50%; background: var(--faint); flex: none; }

/* Breadcrumbs */
.crumbs { font-size: .85rem; color: var(--muted); margin: 1.5rem auto .2rem; }
.crumbs a { color: var(--muted); text-decoration: none; }
.crumbs a:hover { color: var(--ink); text-decoration: underline; }
.crumbs .sep { margin: 0 .4rem; color: var(--faint); }

/* ---------- Buttons: schwarze Pills ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .45rem;
  border-radius: 999px; font-weight: 700; font-size: .95rem;
  padding: .66rem 1.35rem; text-decoration: none; border: 1px solid transparent;
  transition: background .15s ease, color .15s ease, border-color .15s ease;
}
.btn-primary { background: var(--black); color: #fff; }
.btn-primary:hover { background: #000; color: #fff; }
.btn-ghost { background: var(--white); color: var(--ink); border-color: var(--black); }
.btn-ghost:hover { background: var(--bg-soft); color: var(--ink); }
.btn-row { display: flex; flex-wrap: wrap; gap: .7rem; margin: 1.3rem 0; }

/* ---------- Score & Auszeichnung ---------- */
.score-pill {
  display: inline-flex; align-items: baseline; gap: .35rem;
  color: var(--muted); background: var(--white);
  border: 1px solid var(--black); border-radius: 999px;
  padding: .22rem .78rem;
  font-size: .84rem; font-weight: 500; white-space: nowrap;
}
.score-pill .num { font-size: 1rem; font-weight: 800; color: var(--ink); font-variant-numeric: tabular-nums; letter-spacing: -0.01em; }
.score-pill.is-winner { background: var(--amber); border-color: var(--amber); color: var(--ink); }
.score-pill.is-winner .num { color: var(--ink); }
.award-badge {
  display: inline-flex; align-items: center; gap: .4rem;
  background: var(--amber); color: var(--ink);
  border-radius: 999px; padding: .24rem .8rem;
  font-size: .8rem; font-weight: 800; letter-spacing: .01em; white-space: nowrap;
}
.award-badge svg { width: 12px; height: 12px; }
.tag {
  display: inline-block; border: 1px solid var(--line); background: var(--white);
  color: var(--muted); border-radius: 999px; padding: .14rem .65rem;
  font-size: .78rem; font-weight: 600; white-space: nowrap;
}

/* ---------- Ranking: Karten im Verdict-Stil (schwarze Border + Offset-Schatten) ---------- */
.rank-list { list-style: none; margin: 2.6rem 0; padding: 0; }
.rank-card {
  background: var(--white); border: 1px solid var(--black);
  border-radius: var(--radius);
  box-shadow: 5px 5px 0 rgba(25, 25, 25, .92);
  padding: 1.7rem 1.8rem 1.5rem; margin: 0 0 2rem;
}
.rank-card.is-winner { border-width: 2px; box-shadow: 6px 6px 0 var(--amber); }
.rank-head { display: flex; align-items: flex-start; gap: 1.1rem; flex-wrap: wrap; margin-bottom: .7rem; }
.rank-num {
  flex: none; width: 2.5rem; height: 2.5rem;
  display: flex; align-items: center; justify-content: center;
  background: var(--black); color: #fff; border-radius: 8px;
  font-size: 1.12rem; font-weight: 800;
  font-variant-numeric: tabular-nums; letter-spacing: -0.02em;
  margin-top: .1rem;
}
.rank-card.is-winner .rank-num { background: var(--amber); color: var(--ink); }
.rank-title { flex: 1 1 240px; min-width: 0; }
.rank-title h3 { margin: 0 0 .25rem; font-size: 1.42rem; letter-spacing: -0.02em; }
.rank-title .fit { font-size: .92rem; color: var(--muted); margin: 0; max-width: none; }
.rank-title .fit strong { color: var(--ink); font-weight: 700; }
.rank-badges { display: flex; flex-wrap: wrap; gap: .45rem .9rem; align-items: center; }
.rank-card > p { margin-bottom: 1rem; }

/* Pro/Contra */
.procon { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin: 1.2rem 0; }
.procon > div { background: var(--bg-soft); border-radius: 6px; padding: 1rem 1.15rem; }
.procon .pc-title { font-size: .74rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; color: var(--ink); margin-bottom: .5rem; display: block; }
.procon ul { list-style: none; margin: 0; padding: 0; }
.procon li { position: relative; padding-left: 1.25rem; font-size: .94rem; margin-bottom: .45rem; }
.procon li:last-child { margin-bottom: 0; }
.procon li::before { position: absolute; left: 0; top: 0; font-weight: 800; }
.procon .pros li::before { content: "+"; color: var(--ink); }
.procon .cons li::before { content: "\2013"; color: var(--faint); }

/* Fakten-Zeile */
.rank-facts { display: flex; flex-wrap: wrap; gap: .55rem .6rem; font-size: .85rem; color: var(--muted); padding-top: 1.15rem; margin-top: 1.2rem; border-top: 1px solid var(--hair); }
.rank-facts span { display: inline-flex; align-items: baseline; gap: .3rem; background: var(--bg-soft); border: 1px solid var(--line); border-radius: 999px; padding: .3rem .85rem; }
.rank-facts b { color: var(--ink); font-weight: 700; }

/* Feature-Checkliste */
.check-list { list-style: none; margin: 0 0 1.3rem; padding: 0; }
.check-list li { position: relative; padding-left: 1.7rem; margin-bottom: .5rem; }
.check-list li::before {
  content: ""; position: absolute; left: 0; top: .32em; width: .95em; height: .95em;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath d='M3.5 10.5l4.2 4.2 8.8-9.4' stroke='%23191919' stroke-width='2.2' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-size: contain;
}

/* ---------- Tabellen: schwarze Kopf-Border, Hairline-Zeilen ---------- */
.table-scroll { overflow-x: auto; margin: 1.6rem 0 2rem; }
table { border-collapse: collapse; width: 100%; min-width: 640px; font-size: .93rem; background: var(--white); }
caption { caption-side: top; text-align: left; font-weight: 800; color: var(--ink); padding: 0 0 .75rem; font-size: 1rem; letter-spacing: -0.015em; }
th, td { padding: .72rem .9rem .72rem 0; text-align: left; vertical-align: top; border-bottom: 1px solid var(--line); }
th:last-child, td:last-child { padding-right: 0; }
thead th {
  color: var(--ink); font-weight: 700; font-size: .78rem;
  text-transform: uppercase; letter-spacing: .06em; white-space: nowrap;
  border-bottom: 2px solid var(--black);
}
tbody tr:last-child td { border-bottom: none; }
tbody th { font-weight: 700; color: var(--ink); background: inherit; }
td.yes { color: var(--ink); font-weight: 700; }
td.no { color: var(--faint); }
.tbl-note { font-size: .84rem; color: var(--muted); margin-top: -1.2rem; margin-bottom: 1.7rem; }
tr.is-top td { background: var(--amber-soft); }
tr.is-top td:first-child { box-shadow: inset 3px 0 0 var(--amber); padding-left: .9rem; }

/* ---------- Anbieter-Screenshots (Illustration, Rechte bei den Anbietern) ---------- */
.shot { margin: 1.5rem 0 1.9rem; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; background: var(--white); }
.shot img { display: block; width: 100%; height: auto; }
.shot figcaption { font-size: .8rem; color: var(--muted); padding: .55rem .85rem; border-top: 1px solid var(--line); background: var(--bg-soft); }
.shot-note { font-size: .84rem; color: var(--muted); margin: -1.4rem 0 1.7rem; }
.rank-shot { margin: 0 0 1.1rem; }
.rank-shot img { aspect-ratio: 24 / 10; object-fit: cover; object-position: top center; }

/* ---------- FAQ ---------- */
.faq { margin: 2rem 0 2.6rem; }
.faq details { border-top: 1px solid var(--line); }
.faq details:last-of-type { border-bottom: 1px solid var(--line); }
.faq summary {
  cursor: pointer; list-style: none; display: flex; align-items: center; justify-content: space-between; gap: 1rem;
  padding: 1.1rem 0; font-weight: 700; color: var(--ink); font-size: 1.02rem;
}
.faq summary:hover { color: var(--accent-dark); }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: "+"; flex: none;
  font-size: 1.35rem; font-weight: 400; line-height: 1; color: var(--ink);
  transition: transform .15s ease;
}
.faq details[open] summary::after { content: "\2013"; }
.faq .faq-body { padding: 0 0 1.2rem; color: var(--muted); }
.faq .faq-body p:last-child { margin-bottom: 0; }

/* ---------- Glossar ---------- */
.glossar dl { margin: 1.5rem 0; }
.glossar dt {
  font-weight: 800; color: var(--ink); font-size: 1.08rem; letter-spacing: -0.015em;
  margin-top: 1.6rem; padding-top: 1.4rem; border-top: 1px solid var(--line);
}
.glossar dt:first-of-type { border-top: none; padding-top: 0; margin-top: 0; }
.glossar dd { margin: .35rem 0 0; color: var(--body); }

/* ---------- Download-Box ---------- */
.download {
  display: flex; gap: 1.2rem; align-items: center;
  background: var(--bg-soft); border-radius: var(--radius);
  padding: 1.35rem 1.5rem; margin: 2rem 0;
}
.download p { margin: 0 0 .7rem; }
.download p:last-of-type { margin-bottom: 0; }

/* ---------- Empfehlungsblock ---------- */
.reco-block {
  background: var(--white); border: 1px solid var(--black); border-radius: var(--radius);
  padding: 1.5rem 1.6rem; margin: 2.2rem 0;
  box-shadow: 5px 5px 0 rgba(25, 25, 25, .92);
}
.reco-block .reco-head { display: flex; align-items: center; gap: .5rem 1rem; flex-wrap: wrap; margin-bottom: .6rem; }
.reco-block h3 { margin: 0; }
.reco-block p:last-of-type { margin-bottom: 0; }

/* ---------- Quellen ---------- */
.sources { font-size: .86rem; color: var(--muted); border-top: 1px solid var(--line); margin-top: 4.5rem; padding-top: 1.5rem; }
.sources h2, .sources h3 { font-size: .78rem; text-transform: uppercase; letter-spacing: .08em; color: var(--ink); font-weight: 800; margin: 0 0 .7rem; }
.sources ol { margin-left: 1.2rem; }
.sources li { margin-bottom: .3rem; overflow-wrap: anywhere; }
.sources a { color: var(--muted); }
.sources a:hover { color: var(--ink); }

/* ---------- Inhalt / Artikel ---------- */
main { padding: 1.5rem 0 6.5rem; }
.grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 1.1rem; margin: 1.5rem 0; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.1rem; margin: 1.5rem 0; }
.mini-card { background: var(--bg-soft); border-radius: var(--radius); padding: 1.2rem 1.3rem; }
.mini-card h3, .mini-card h4 { margin: 0 0 .4rem; font-size: 1.02rem; }
.mini-card p { margin: 0; font-size: .92rem; color: var(--muted); }
.step-list { counter-reset: step; list-style: none; margin: 1.8rem 0; padding: 0; }
.step-list > li { position: relative; padding: 0 0 1.7rem 3.3rem; margin: 0; }
.step-list > li::before {
  counter-increment: step; content: counter(step);
  position: absolute; left: 0; top: 0; width: 2.2rem; height: 2.2rem;
  background: var(--black); color: #fff; border-radius: 50%;
  display: flex; align-items: center; justify-content: center; font-weight: 800; font-size: .98rem;
  font-variant-numeric: tabular-nums;
}
.step-list > li:not(:last-child)::after {
  content: ""; position: absolute; left: 1.1rem; top: 2.55rem; bottom: .3rem; width: 1px; background: var(--line);
}
.step-list h3 { margin: .2rem 0 .35rem; font-size: 1.08rem; }
.step-list p:last-child { margin-bottom: 0; }

/* ---------- Footer ---------- */
.site-foot { border-top: 1px solid var(--black); background: var(--white); color: var(--muted); margin-top: 5rem; padding: 3.5rem 0 2.5rem; font-size: .9rem; }
.site-foot a { color: var(--muted); text-decoration: none; }
.site-foot a:hover { color: var(--ink); text-decoration: underline; }
.foot-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 2rem; margin-bottom: 2.2rem; }
.foot-grid h4 { color: var(--ink); font-size: .76rem; text-transform: uppercase; letter-spacing: .08em; font-weight: 800; margin-bottom: .8rem; }
.foot-grid ul { list-style: none; margin: 0; padding: 0; }
.foot-grid li { margin-bottom: .45rem; }
.foot-about p { margin-bottom: .6rem; color: var(--muted); max-width: 34ch; }
.foot-brand { display: inline-flex; align-items: center; gap: .5rem; font-weight: 800; color: var(--ink); font-size: 1rem; margin-bottom: .8rem; }
.foot-brand svg { width: 22px; height: 22px; }
.foot-legal { border-top: 1px solid var(--line); padding-top: 1.2rem; display: flex; flex-wrap: wrap; gap: .5rem 1.6rem; align-items: center; color: var(--faint); font-size: .84rem; }

/* ---------- 404 ---------- */
.page-404 { text-align: center; padding: 4.5rem 1rem; }
.page-404 h1 { font-size: 3.2rem; }
.page-404 p { margin-left: auto; margin-right: auto; }

/* ---------- Statistik-Kacheln: Hairline-Marker statt Boxen ---------- */
.stat-tiles { display: grid; grid-template-columns: repeat(auto-fit, minmax(158px, 1fr)); gap: 1.4rem 1.6rem; margin: 1.9rem 0 1rem; }
.stat-tile {
  background: transparent; border: 0; border-left: 3px solid var(--black);
  border-radius: 0; box-shadow: none; padding: .25rem 0 .25rem 1rem;
}
.stat-tile .stat-num {
  display: block; font-size: 2rem; font-weight: 800; letter-spacing: -0.03em;
  color: var(--ink); line-height: 1.1; font-variant-numeric: tabular-nums;
}
.stat-tile .stat-cap { display: block; font-size: .84rem; color: var(--muted); margin-top: .35rem; line-height: 1.5; }
.stat-tile.is-accent { border-left-color: var(--amber); }
.stat-tile.is-accent .stat-num { color: var(--ink); }
.stat-src { font-size: .8rem; color: var(--faint); margin: 0 0 1.7rem; }

/* ---------- Statistik-Balken: monochrom, Hauptwert schwarz ---------- */
.statbars { background: transparent; border: 0; border-radius: 0; box-shadow: none; padding: 0; margin: 1.9rem 0 2rem; }
.statbars .statbars-title { font-weight: 800; color: var(--ink); margin: 0 0 1.1rem; font-size: 1rem; letter-spacing: -0.015em; }
.statbar { display: grid; grid-template-columns: minmax(120px, 220px) 1fr auto; align-items: center; gap: .8rem; margin-bottom: .7rem; }
.statbar:last-of-type { margin-bottom: 0; }
.statbar .sb-label { font-size: .88rem; color: var(--muted); line-height: 1.35; }
.statbar .sb-track { display: block; background: var(--hair); border-radius: 999px; height: 8px; overflow: hidden; }
.statbar .sb-fill { display: block; height: 100%; border-radius: 999px; background: #cfcfcf; }
.statbar .sb-value { font-size: .88rem; font-weight: 700; color: var(--ink); white-space: nowrap; font-variant-numeric: tabular-nums; }
.statbar.is-main .sb-fill { background: var(--black); }
.statbar.is-main .sb-label { color: var(--ink); font-weight: 600; }
.statbars .statbars-src { font-size: .8rem; color: var(--faint); margin: 1rem 0 0; border-top: 1px solid var(--hair); padding-top: .75rem; }
@media (max-width: 560px) {
  .statbar { grid-template-columns: 1fr auto; row-gap: .3rem; }
  .statbar .sb-label { order: 1; }
  .statbar .sb-value { order: 2; }
  .statbar .sb-track { order: 3; grid-column: 1 / -1; }
}

/* ---------- Blog: Hairline-Teaser (Medium-Index) ---------- */
.blog-list { list-style: none; margin: 2.2rem 0 2.8rem; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 0 3rem; }
.blog-list > li { margin: 0; }
.blog-card {
  background: transparent; border: 0; border-top: 1px solid var(--line);
  border-radius: 0; box-shadow: none;
  padding: 1.6rem 0 1.7rem; height: 100%;
  display: flex; flex-direction: column;
}
.blog-card .blog-meta { font-size: .8rem; color: var(--faint); margin: 0 0 .5rem; }
.blog-card h2 { font-size: 1.24rem; margin: 0 0 .5rem; line-height: 1.28; letter-spacing: -0.02em; font-weight: 800; }
.blog-card h2 a { color: var(--ink); text-decoration: none; }
.blog-card h2 a:hover { text-decoration: underline; text-decoration-thickness: 2px; text-underline-offset: 3px; color: var(--ink); }
.blog-card .blog-teaser { font-size: .94rem; color: var(--muted); margin: 0 0 1rem; max-width: none; }
.blog-card .blog-more { margin-top: auto; font-size: .9rem; font-weight: 700; color: var(--ink); }
.blog-card .blog-more:hover { color: var(--accent-dark); }
.blog-backlink { font-size: .9rem; margin: 2.6rem 0 0; }

/* ---------- Responsive ---------- */
@media (max-width: 860px) {
  .foot-grid { grid-template-columns: 1fr 1fr; }
  .grid-3 { grid-template-columns: 1fr; }
  .blog-list { grid-template-columns: 1fr; gap: 0; }
}
@media (max-width: 700px) {
  body { font-size: 1rem; }
  .hero { padding: 3.2rem 0 2.6rem; }
  h2 { margin-top: 3.2rem; }
  .procon { grid-template-columns: 1fr; gap: 1.1rem; }
  .grid-2 { grid-template-columns: 1fr; }
  .head-inner { justify-content: center; }
  .main-nav { justify-content: center; }
  .verdict-box, .reco-block { box-shadow: 4px 4px 0 rgba(25, 25, 25, .92); }
  .rank-card { padding: 1.25rem 1.15rem 1.1rem; box-shadow: 4px 4px 0 rgba(25, 25, 25, .92); }
  .rank-card.is-winner { box-shadow: 5px 5px 0 var(--amber); }
  .rank-title h3 { font-size: 1.24rem; }
  .rank-shot img { aspect-ratio: 16 / 10; }
}
@media (max-width: 480px) {
  .foot-grid { grid-template-columns: 1fr; }
  .brand-badge { display: none; }
}
@media print {
  .site-head, .site-foot { display: none; }
}
