:root {
  --bg-paper: #FAF3E7;
  --bg-card: #FFFDF8;
  --ink: #201A14;
  --ink-soft: #554D42;
  --highlight: #FFD84D;
  --green: #1E7A45;
  --red: #C0392B;
  --blue: #2B4ACB;
  --line: #201A14;
  --shadow: 4px 4px 0 var(--ink);
  --font-display: 'Bungee', 'Arial Black', sans-serif;
  --font-body: 'Space Grotesk', 'Trebuchet MS', sans-serif;
}
* { box-sizing: border-box; }
body {
  margin: 0;
  font-family: var(--font-body);
  background: radial-gradient(rgba(32,26,20,.06) 1px, transparent 1.5px);
  background-size: 22px 22px;
  background-color: var(--bg-paper);
  color: var(--ink);
  line-height: 1.6;
  font-size: 1.05rem;
}
.wrap { max-width: 50rem; margin: 0 auto; padding: 0 1.25rem; }
.topbar {
  background: var(--ink);
  border-bottom: 3px solid var(--ink);
  padding: .7rem 0;
}
.topbar .wrap { display: flex; gap: 1rem; align-items: center; justify-content: space-between; flex-wrap: wrap; }
.topbar a { color: var(--bg-paper); font-weight: 700; text-decoration: none; }
.topbar a:hover { color: var(--highlight); text-decoration: underline; }
.topbar .home { font-family: var(--font-display); font-size: 1rem; letter-spacing: .04em; }
.topbar nav { display: flex; gap: 1rem; flex-wrap: wrap; font-size: .93rem; }
header.page { padding: 2.5rem 0 1rem; }
h1 {
  font-family: var(--font-display);
  font-size: clamp(1.9rem, 5vw, 3rem);
  line-height: 1.05;
  text-transform: uppercase;
  margin: 0 0 .6rem;
}
.updated {
  display: inline-block;
  font-size: .85rem;
  font-weight: 700;
  background: var(--highlight);
  border: 2px solid var(--ink);
  border-radius: 999px;
  padding: .2rem .8rem;
  margin-bottom: 1rem;
}
.answer {
  font-size: 1.18rem;
  border-left: 6px solid var(--highlight);
  background: var(--bg-card);
  border: 2px solid var(--ink);
  border-left-width: 8px;
  border-radius: 6px;
  padding: 1.1rem 1.3rem;
  margin: 0 0 1.6rem;
}
h2 {
  font-family: var(--font-display);
  font-size: clamp(1.3rem, 3.4vw, 1.9rem);
  text-transform: uppercase;
  line-height: 1.2;
  margin: 2.5rem 0 .8rem;
  padding-top: 1.2rem;
  border-top: 3px solid var(--ink);
}
h3 { font-size: 1.15rem; margin: 1.6rem 0 .4rem; }
p { margin: 0 0 1rem; }
a { color: var(--ink); }
.tldr {
  background: var(--bg-card);
  border: 3px solid var(--ink);
  border-radius: 6px;
  box-shadow: var(--shadow);
  padding: 1.1rem 1.3rem;
  margin: 1.5rem 0 2rem;
}
.tldr h2 {
  font-size: 1.05rem;
  margin: 0 0 .6rem;
  padding: 0;
  border: 0;
  letter-spacing: .05em;
}
.tldr ol, .tldr ul { margin: 0; padding-left: 1.3rem; }
.tldr li { margin-bottom: .4rem; }
.tablewrap { overflow-x: auto; margin: 1.2rem 0 1.6rem; border: 3px solid var(--ink); border-radius: 6px; box-shadow: var(--shadow); }
table { border-collapse: collapse; width: 100%; background: var(--bg-card); font-size: .95rem; min-width: 34rem; }
th, td { padding: .7rem .8rem; text-align: left; border-bottom: 2px solid rgba(32,26,20,.15); vertical-align: top; }
th { background: var(--ink); color: var(--bg-paper); font-family: var(--font-display); font-weight: 400; font-size: .82rem; text-transform: uppercase; letter-spacing: .04em; }
tbody tr:last-child td { border-bottom: 0; }
td strong { white-space: nowrap; }
.price-new { color: var(--green); font-weight: 700; }
.price-old { color: var(--ink-soft); text-decoration: line-through; }
.verdict {
  background: var(--highlight);
  border: 3px solid var(--ink);
  border-radius: 6px;
  box-shadow: var(--shadow);
  padding: 1rem 1.2rem;
  margin: 1.4rem 0 2rem;
}
.verdict strong { font-family: var(--font-display); font-weight: 400; letter-spacing: .03em; }
.pick {
  background: var(--bg-card);
  border: 3px solid var(--ink);
  border-radius: 6px;
  box-shadow: var(--shadow);
  padding: 1rem 1.2rem;
  margin-bottom: 1.1rem;
}
.pick h3 { margin-top: 0; font-family: var(--font-display); font-weight: 400; text-transform: uppercase; font-size: 1.02rem; }
.pick .deal { display: inline-block; font-weight: 700; background: linear-gradient(transparent 55%, var(--highlight) 55%); padding: 0 .15em; margin-bottom: .4rem; }
.pick p:last-child { margin-bottom: 0; }
.pros-cons { display: grid; grid-template-columns: 1fr 1fr; gap: .8rem; margin: .7rem 0; font-size: .93rem; }
.pros-cons ul { margin: 0; padding-left: 1.1rem; }
.pros-cons .best { color: var(--green); font-weight: 700; }
.pros-cons .worst { color: var(--red); font-weight: 700; }
@media (max-width: 34rem) { .pros-cons { grid-template-columns: 1fr; } }
/* Checker */
.checker {
  background: var(--bg-card);
  border: 3px solid var(--ink);
  border-radius: 6px;
  box-shadow: var(--shadow);
  padding: 1.2rem 1.3rem;
  margin: 1.5rem 0 2rem;
}
.checker h2 { margin: 0 0 .3rem; padding: 0; border: 0; font-size: 1.15rem; }
.checker .hint { font-size: .92rem; color: var(--ink-soft); margin-bottom: .9rem; }
.checkline { display: flex; align-items: flex-start; gap: .6rem; padding: .45rem 0; border-bottom: 2px dashed rgba(32,26,20,.15); }
.checkline:last-of-type { border-bottom: 0; }
.checkline input { width: 22px; height: 22px; margin-top: .15rem; flex: none; accent-color: #1E7A45; }
.checkline label { flex: 1; cursor: pointer; }
.checkline .amt { font-weight: 700; color: var(--green); white-space: nowrap; }
.total {
  margin-top: .9rem; padding-top: .9rem; border-top: 3px solid var(--ink);
  font-family: var(--font-display); font-size: 1.25rem; text-transform: uppercase;
}
.total span { color: var(--green); }
.faq-q { font-family: var(--font-display); font-weight: 400; font-size: 1.02rem; margin: 1.4rem 0 .3rem; }
.cta-box {
  background: var(--ink);
  color: var(--bg-paper);
  border-radius: 6px;
  padding: 1.4rem 1.4rem;
  margin: 2.2rem 0;
  text-align: center;
}
.cta-box a { color: var(--highlight); font-weight: 700; }
.cta-box .big { font-family: var(--font-display); font-size: 1.3rem; text-transform: uppercase; display: block; margin-bottom: .4rem; }
footer.page {
  border-top: 3px solid var(--ink);
  margin-top: 2rem;
  padding: 1.6rem 0 3rem;
  font-size: .88rem;
  color: var(--ink-soft);
}
.disclosure { font-size: .85rem; color: var(--ink-soft); background: rgba(32,26,20,.05); border-radius: 6px; padding: .7rem .9rem; margin: 1.2rem 0; }
a:focus, button:focus, input:focus { outline: 3px solid var(--blue); outline-offset: 2px; }
@media (prefers-reduced-motion: reduce) { * { transition: none !important; animation: none !important; } }
