:root {
  --green: #073528;
  --green-mid: #0c5c42;
  --accent: #22c55e;
  --accent-dark: #15803d;
  --red: #e10600;
  --text: #1c1c1c;
  --muted: #5c6560;
  --line: #e6e8e6;
  --card: #ffffff;
  --bg: #ffffff;
  --soft: #f6f7f6;
  --shadow: 0 8px 28px rgba(16, 24, 20, 0.06);
  color-scheme: light;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: #fff; color-scheme: light; }
body {
  margin: 0;
  background: #fff;
  color: #1c1c1c;
  font-family: "Segoe UI", system-ui, sans-serif;
  line-height: 1.55;
}
a { color: inherit; }
img { max-width: 100%; }
h1, h2, h3 { letter-spacing: -0.03em; line-height: 1.15; font-weight: 800; }
.skip {
  position: absolute;
  left: 12px;
  top: -40px;
}
.skip:focus { top: 12px; background: #fff; padding: 8px 12px; z-index: 40; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: #fff;
  border-bottom: 1px solid #e6e8e6;
}
.nav-wrap, .wrap, .footer-grid {
  width: min(1120px, calc(100% - 32px));
  margin-inline: auto;
}
.nav-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 64px;
}
.brand {
  display: flex;
  align-items: center;
  flex: none;
  text-decoration: none;
  color: #1c1c1c;
  background: transparent;
  line-height: 0;
}
.brand-logo { height: 42px; width: auto; display: block; }
.footer-logo { display: inline-block; text-decoration: none; line-height: 0; }
.footer-logo img { height: 64px; width: auto; display: block; }
.logo {
  display: inline-grid;
  place-items: center;
  border-radius: 12px;
  color: #fff;
  font-weight: 800;
  flex: none;
  background: var(--logo, #0c5c42);
  font-size: 13px;
}
img.logo {
  display: block;
  flex: none;
  max-width: none;
  object-fit: contain;
  background: #fff;
  border: 1px solid #e6e8e6;
  padding: 4px;
}
.nav { display: none; gap: 22px; align-items: center; }
.nav.is-open {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  position: absolute;
  right: 16px;
  top: 64px;
  background: #fff;
  border: 1px solid #e6e8e6;
  border-radius: 16px;
  padding: 12px;
  min-width: 220px;
  box-shadow: var(--shadow);
}
.nav a, .nav-toggle, .btn, .filter button, .cookie button {
  font: inherit;
  cursor: pointer;
  text-decoration: none;
}
.nav a { color: #1c1c1c; font-weight: 650; font-size: 15px; }
.nav a:hover { color: #0c5c42; }
.nav-toggle, .filter button, .btn-ghost, .btn-quiet {
  color: inherit;
  background: transparent;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 8px 14px;
}
.nav-toggle {
  color: #1c1c1c;
  border-color: #d5d5d5;
  background: transparent;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 999px;
  padding: 12px 18px;
  background: var(--accent);
  color: #fff;
  font-weight: 800;
  text-decoration: none;
}
.btn:hover { background: #16a34a; }
.btn-ghost, .btn-quiet {
  background: #fff;
  color: var(--text);
  font-weight: 700;
}
.hero { background: linear-gradient(180deg, #073528 0%, #0a4d38 46%, #0e6b4c 100%); color: #fff; padding: 36px 0 56px; }
.section, .hero { scroll-margin-top: 76px; }
.hero h1 { font-size: clamp(2.1rem, 4.2vw, 3.15rem); margin: 0 0 16px; color: #fff; max-width: 920px; }
.lede { margin: 0; font-size: 1.05rem; }
.hero .lede { max-width: 760px; color: rgba(255, 255, 255, 0.9); }
.hero-pills { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.hero-pill {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 7px 7px 7px 18px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  color: #fff;
  text-decoration: none;
  background: rgba(0, 0, 0, 0.12);
  font-weight: 650;
}
.hero-pill i {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--accent);
  color: #053024;
  display: grid;
  place-items: center;
  font-style: normal;
  font-weight: 800;
}
.section { padding: 36px 0; }
.home h2 { color: var(--red); font-size: clamp(1.6rem, 3vw, 2rem); margin: 0 0 8px; }
.section-intro { color: var(--muted); max-width: 760px; margin-top: 0; }
.offer {
  background: #fff;
  border: 1px solid #e7e7e7;
  border-radius: 16px;
  box-shadow: 0 1px 2px rgba(16, 24, 20, 0.04);
  padding: 16px;
  margin-top: 12px;
}
.offer-row { display: grid; gap: 12px; }
.offer-brand { display: flex; gap: 12px; align-items: center; min-width: 0; }
.offer-brand h3 { margin: 0; font-size: 1.05rem; line-height: 1.2; }
.offer-brand h3 a { text-decoration: none; }
.offer-brand h3 a:hover { color: var(--accent-dark); }
.offer-meta, .offer-score { margin: 1px 0 0; font-size: 13px; color: var(--muted); line-height: 1.3; }
.offer-score { color: #111; font-weight: 700; }
.offer-score b { color: #e0a106; font-weight: 800; }
.offer-bonus { margin: 0; color: var(--accent-dark); font-weight: 800; font-size: 1rem; line-height: 1.3; }
.offer-bonus.is-off { color: #9a3412; }
.ticks { list-style: none; margin: 0; padding: 0; display: grid; gap: 6px; }
.ticks li { display: flex; gap: 8px; align-items: center; font-size: 14px; line-height: 1.2; }
.ticks li::before {
  content: "✓";
  flex: none;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--accent);
  color: #fff;
  font-size: 11px;
  line-height: 18px;
  text-align: center;
  font-weight: 800;
}
.offer-side { display: grid; align-content: center; }
.offer-side .btn, .offer-side .btn-quiet {
  width: 100%;
  min-height: 44px;
  padding: 10px 16px;
}
.offer-side .btn-quiet {
  border: 1px solid #d5d5d5;
  background: #fff;
  color: #222;
}
.more { margin: 0; }
.more summary {
  cursor: pointer;
  list-style: none;
  font-weight: 700;
  color: #333;
  text-align: center;
  padding: 8px 0 2px;
}
.more summary::-webkit-details-marker { display: none; }
.more summary::after { content: " ▾"; color: #666; font-size: 12px; }
.more[open] summary::after { content: " ▴"; }
.more p { margin: 8px 0; color: var(--muted); font-size: 14px; }
.more a { color: var(--accent-dark); font-weight: 700; }
.prose { display: grid; gap: 14px; }
.prose p { margin: 0; color: #333; }
.steps, .guides { display: grid; gap: 12px; }
.step, .panel, .mini, .fact, .guide {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 16px;
  box-shadow: var(--shadow);
}
.step, .panel, .mini, .guide { padding: 18px; }
.step span {
  display: inline-grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #dcfce7;
  color: var(--accent-dark);
  font-weight: 800;
  margin-bottom: 8px;
}
.step h3, .guide h3 { margin: 0 0 8px; font-size: 1.05rem; }
.step p, .guide p, .muted { color: var(--muted); }
.fact { padding: 12px 14px; }
.fact strong { display: block; margin-top: 4px; }
.card ul { margin: 12px 0; padding-left: 18px; color: var(--muted); }
.score { font-size: 2rem; font-weight: 800; }
.score span { color: var(--muted); font-size: 0.9rem; font-weight: 600; }
.bar { height: 6px; background: var(--line); border-radius: 99px; overflow: hidden; margin-top: 6px; }
.bar i { display: block; height: 100%; background: var(--accent); }
.badge { display: inline-flex; border-radius: 99px; padding: 4px 8px; font-size: 11px; font-weight: 700; letter-spacing: 0.04em; text-transform: uppercase; border: 1px solid var(--line); }
.badge-good { color: var(--accent-dark); background: #ecfdf3; }
.badge-warn { color: #9a3412; background: #fff7ed; }
.card-top, .review-head { display: flex; justify-content: space-between; gap: 12px; align-items: center; }
.review-cta { display: grid; justify-items: end; gap: 10px; flex: none; }
.review-cta .score { margin: 0; }
.facts { display: grid; gap: 12px; }
.table-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: 16px; }
table { width: 100%; border-collapse: collapse; min-width: 860px; background: #fff; }
th, td { text-align: left; padding: 12px; border-top: 1px solid var(--line); vertical-align: middle; }
th { font-size: 12px; letter-spacing: 0.06em; text-transform: uppercase; color: var(--muted); }
.name-cell { display: flex; gap: 10px; align-items: center; font-weight: 700; text-decoration: none; }
.cta { color: var(--accent-dark); font-weight: 800; text-decoration: none; }
.filter { display: flex; flex-wrap: wrap; gap: 8px; margin: 12px 0; }
.filter button.is-on { background: var(--accent); color: #fff; border-color: var(--accent); }
.count { color: var(--muted); font-size: 14px; }
.kicker { color: var(--accent-dark); font-size: 12px; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; }
.stand {
  display: inline-flex;
  align-items: center;
  margin: 0 0 12px;
  padding: 6px 12px;
  border: 1px solid #d9e3dc;
  border-radius: 999px;
  background: #f4f7f5;
  color: #31443a;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
}
.page h1 { font-size: clamp(2rem, 4vw, 2.8rem); margin-top: 8px; }
.review { display: grid; gap: 22px; }
.review h2 { margin-bottom: 8px; color: var(--green); }
.split { display: grid; gap: 12px; }
.toc a { display: block; color: var(--muted); text-decoration: none; margin: 6px 0; }
.toc a:hover { color: var(--accent-dark); }
.sticky-cta {
  position: sticky;
  bottom: 10px;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  margin-top: 18px;
  padding: 12px 14px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  box-shadow: var(--shadow);
}
.site-footer { background: var(--soft); margin-top: 20px; padding: 32px 0 24px; }
.footer-grid { display: grid; gap: 18px; }
.footer-grid a, .footer-grid p { display: block; color: var(--muted); text-decoration: none; margin: 4px 0; }
.footer-label, .brand-name { color: var(--text); font-weight: 800; }
.cookie {
  position: fixed;
  left: 16px;
  right: 16px;
  bottom: 16px;
  z-index: 30;
  width: min(720px, calc(100% - 32px));
  margin-inline: auto;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 14px;
  box-shadow: var(--shadow);
}
.cookie[hidden] { display: none; }
.cookie button { margin-top: 8px; background: var(--accent); color: #fff; border: 0; border-radius: 999px; padding: 8px 14px; font-weight: 800; }
.page { padding: 28px 0 48px; }
.crumbs { color: var(--muted); font-size: 14px; }
.crumbs a { color: var(--accent-dark); }
details.panel { margin-top: 10px; }
details.panel summary { cursor: pointer; font-weight: 800; }
.faq-list { display: grid; gap: 10px; }
.card, .cards { }
.cards { display: grid; gap: 14px; }
.card { background: #fff; border: 1px solid var(--line); border-radius: 16px; padding: 18px; box-shadow: var(--shadow); }
.card h3 { margin: 10px 0 6px; }
.card-actions, .hero-actions { display: flex; flex-wrap: wrap; gap: 8px; }

@media (min-width: 980px) {
  .offer {
    display: grid;
    grid-template-columns: 270px minmax(160px, 1fr) 150px 148px;
    column-gap: 24px;
    align-items: center;
    padding: 14px 20px 6px;
  }
  .offer-row { display: contents; }
  .more {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: 270px minmax(160px, 1fr) 150px 148px;
    column-gap: 24px;
    align-items: start;
  }
  .more summary { grid-column: 4; grid-row: 1; padding-top: 6px; }
  .more::details-content,
  .more p {
    grid-column: 1 / -1;
    grid-row: 2;
  }
}
@media (min-width: 800px) {
  .nav { display: flex; }
  .nav-toggle { display: none; }
  .steps { grid-template-columns: repeat(4, 1fr); }
  .guides, .split { grid-template-columns: 1fr 1fr; }
  .facts { grid-template-columns: repeat(3, 1fr); }
  .review { grid-template-columns: 220px 1fr; align-items: start; }
  .toc { position: sticky; top: 80px; }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .cards { grid-template-columns: repeat(3, 1fr); }
}
