:root {
  --bg: #f3f8ff; --card: #ffffff; --ink: #0b1f3a; --muted: #3d4f6a;
  --accent: #84cc16; --header: #0b3a74; --btn: #1d4ed8; --btn-hover: #1e3a8a;
  --border: #c7d7ef; --radius: 16px;
  --shadow: 0 14px 36px rgba(29,78,216,.16);
  --card-shadow: 0 14px 36px rgba(11,58,116,.16);
  --card-shadow-hover: 0 20px 48px rgba(11,58,116,.24);
  --hero-wash: linear-gradient(125deg, rgba(11,58,116,.14), rgba(132,204,22,.16));
  font-family: "Segoe UI", system-ui, sans-serif;
}
* { box-sizing: border-box; }
body { margin: 0; background: var(--bg); color: var(--ink); line-height: 1.55; }
.skip { position: absolute; left: -999px; }
.skip:focus { left: 1rem; top: 1rem; background: #fff; padding: .5rem 1rem; z-index: 9; }
.wrap { width: min(1080px, 92vw); margin: 0 auto; }
.site-header { background: linear-gradient(118deg, #0b1f3a 0%, #1d4ed8 52%, #84cc16 120%); color: #fff; padding: 1.05rem 0; box-shadow: 0 8px 28px rgba(11,31,58,.25); }
.brand-row { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 1rem; }
.logo { color: #fff; font-weight: 800; font-size: 1.25rem; text-decoration: none; letter-spacing: -.02em; }
nav { display: flex; flex-wrap: wrap; gap: .65rem 1rem; }
nav a { color: #eaf6ff; text-decoration: none; font-weight: 600; font-size: .92rem; }
nav a:hover, nav a.active { color: #fff; text-decoration: underline; }
.disclosure { background: #fff3cd; border: 1px solid #ffe08a; border-radius: 10px; padding: .75rem 1rem; margin: 1rem auto; font-size: .92rem; color: #5c4a00; }
.hero { padding: 2.2rem 0 1rem; }
.hero h1 { font-size: clamp(1.7rem, 4vw, 2.4rem); margin: 0 0 .5rem; letter-spacing: -.03em; }
.hero p.lede { font-size: 1.1rem; color: var(--muted); max-width: 42rem; }
.pill-row { display: flex; flex-wrap: wrap; gap: .5rem; margin: 1rem 0 0; }
.pill { background: #fff; border: 2px solid var(--accent); color: #1a7a45; border-radius: 999px; padding: .35rem .85rem; font-weight: 700; font-size: .85rem; }
.section { padding: 1.5rem 0 2rem; }
.section h2 { margin: 0 0 1rem; font-size: 1.45rem; }
.grid { display: grid; gap: 1rem; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); }
.product-card, .card { background: var(--card); border: 1px solid var(--border); border-radius: var(--radius); padding: 1.1rem 1.2rem; box-shadow: var(--shadow); text-decoration: none; color: inherit; }
.product-card h3, .card h3 { margin: 0 0 .4rem; font-size: 1.05rem; }
.why, .muted { color: var(--muted); font-size: .95rem; }
.price { font-weight: 700; color: #1a7a45; margin: .4rem 0; }
.asin { font-size: .8rem; color: #789; margin: 0 0 .8rem; }
.btn { display: inline-block; background: var(--btn); color: #fff !important; text-decoration: none; font-weight: 700; padding: .55rem 1rem; border-radius: 999px; }
.btn:hover { background: var(--btn-hover); }
.callout { background: #e8f8ef; border-left: 5px solid var(--accent); padding: 1rem 1.2rem; border-radius: 0 12px 12px 0; margin: 1.2rem 0; }
.callout a { color: #1a7a45; font-weight: 700; }
.outline ol, .outline ul, .outline li { color: var(--muted); }
.outline li { margin: .35rem 0; }
.site-footer { background: #16325c; color: #cfe0f5; padding: 2rem 0; margin-top: 2rem; font-size: .9rem; }
.site-footer a { color: #9fd3ff; }
.fine { opacity: .9; }
article.prose { max-width: 44rem; }
article.prose h1 { font-size: 1.9rem; margin-bottom: .4rem; }
article.prose h2 { margin-top: 1.6rem; }
table.chart { width: 100%; border-collapse: collapse; background: #fff; border-radius: 12px; overflow: hidden; margin: 1rem 0; }
table.chart th, table.chart td { border: 1px solid var(--border); padding: .65rem .75rem; text-align: left; }
table.chart th { background: #eaf4ff; }


/* --- polish: images, hero, cards, mobile --- */
img { max-width: 100%; height: auto; display: block; }
.hero-layout { display: grid; gap: 1.5rem; align-items: center; }
@media (min-width: 768px) {
  .hero-layout { grid-template-columns: 1.15fr 0.85fr; }
}
.hero-media { margin: 0; border-radius: 14px; overflow: hidden; box-shadow: 0 12px 32px rgba(0,0,0,.12); }
.hero-media img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.product-card { display: flex; flex-direction: column; }
.product-card .product-img {
  margin: -0.15rem -0.15rem 0.85rem;
  background: #f8fafc;
  border-radius: 10px;
  overflow: hidden;
  aspect-ratio: 1 / 1;
  display: flex; align-items: center; justify-content: center;
}
.product-card .product-img img {
  width: 100%; height: 100%; object-fit: contain; padding: 0.65rem;
}
.product-card .btn { margin-top: auto; align-self: flex-start; }
.card-grid-tight { display: grid; gap: 1rem; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); }
.related-guides { margin-top: 1.25rem; font-size: .92rem; opacity: .95; }
.related-guides a { font-weight: 650; }
.site-header nav { gap: .5rem .85rem; }
@media (max-width: 640px) {
  .brand-row { flex-direction: column; align-items: flex-start; }
  nav { width: 100%; }
  .hero { padding-top: 1.4rem; }
  .product-card .product-img { aspect-ratio: 4/3; }
}

/* --- visual-upgrade 2026-08-22: accents, shadows, larger product art, heroes --- */
.product-card, .card {
  box-shadow: var(--card-shadow, 0 14px 36px rgba(15, 23, 42, .14)) !important;
  transition: transform .18s ease, box-shadow .18s ease;
}
.product-card:hover, .card:hover {
  transform: translateY(-3px);
  box-shadow: var(--card-shadow-hover, 0 18px 44px rgba(15, 23, 42, .2)) !important;
}
.product-card .product-img {
  aspect-ratio: 1 / 1;
  min-height: 220px;
  background: linear-gradient(180deg, #fff, #f1f5f9);
  border-radius: 12px;
}
.product-card .product-img img {
  padding: 0.35rem;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.hero {
  position: relative;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: 0;
  opacity: .55;
  background: var(--hero-wash, linear-gradient(135deg, rgba(30,58,138,.08), rgba(132,204,22,.08)));
  z-index: 0;
}
.hero > * { position: relative; z-index: 1; }
.hero-media {
  box-shadow: 0 18px 48px rgba(15, 23, 42, .22) !important;
  border: 1px solid rgba(255,255,255,.35);
}
@media (max-width: 640px) {
  .product-card .product-img { min-height: 180px; aspect-ratio: 4/3; }
}

/* readability + live prices */
body { font-size: 1.05rem; line-height: 1.65; }
.hero p.lede { font-size: 1.15rem; max-width: 38rem; }
.price { font-size: 1.25rem; letter-spacing: -.01em; }
.price-asof { font-size: .78rem; color: #6b7c93; margin: -.15rem 0 .7rem; }
.product-card h3 { font-size: 1.12rem; line-height: 1.3; }
.section.prose, article.prose { max-width: 40rem; }
.section.prose p, article.prose p { font-size: 1.05rem; }
