:root {
  --ink: #172226;
  --muted: #5c6970;
  --line: #d9e1df;
  --paper: #fbfaf6;
  --soft: #eef4ef;
  --deep: #123c4a;
  --deep-2: #0c2b35;
  --gold: #f5d07f;
  --clay: #c5523a;
  --white: #ffffff;
  --shadow: 0 20px 50px rgba(23, 34, 38, .12);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.55;
}

img { max-width: 100%; height: auto; }

a { color: inherit; }

button, input, textarea { font: inherit; }

.layout {
  width: min(1160px, calc(100% - 32px));
  margin: 0 auto;
}

.top-shell {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(251, 250, 246, .94);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(14px);
}

.alert-bar {
  padding: 8px 16px;
  color: #fff7dc;
  background: var(--deep-2);
  text-align: center;
  font-size: 13px;
}

.nav-strip {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.brand-lockup {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--ink);
  text-decoration: none;
  min-width: max-content;
}

.brand-lockup img {
  width: 44px;
  height: 44px;
}

.brand-lockup span {
  display: grid;
  line-height: 1.05;
}

.brand-lockup strong {
  font-size: 16px;
  letter-spacing: 0;
}

.brand-lockup em {
  color: var(--clay);
  font-style: normal;
  font-size: 13px;
  font-weight: 700;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 4px;
}

.site-nav a {
  padding: 10px 12px;
  border-radius: 8px;
  color: var(--muted);
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
}

.site-nav a:hover,
.site-nav a.is-active {
  color: var(--deep);
  background: #e6efec;
}

.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.nav-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: var(--ink);
}

.hero {
  padding: 58px 0 42px;
  background:
    linear-gradient(135deg, rgba(18, 60, 74, .08), rgba(197, 82, 58, .05)),
    radial-gradient(circle at top right, rgba(245, 208, 127, .35), transparent 34%);
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) 380px;
  align-items: center;
  gap: 28px;
}

.hero-copy h1,
.page-head h1 {
  max-width: 780px;
  margin: 10px 0 16px;
  font-family: Georgia, 'Times New Roman', serif;
  line-height: 1.05;
  font-size: clamp(36px, 7vw, 70px);
  letter-spacing: 0;
}

.hero-copy p,
.page-head p {
  max-width: 680px;
  color: var(--muted);
  font-size: 18px;
}

.mini-label,
.card-tag {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 28px;
  padding: 5px 10px;
  border: 1px solid rgba(18, 60, 74, .18);
  border-radius: 999px;
  color: var(--deep);
  background: rgba(255, 255, 255, .72);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.cluster,
.pill-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 11px 18px;
  border: 1px solid transparent;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 800;
  cursor: pointer;
}

.button-main {
  color: #fff;
  background: var(--clay);
  box-shadow: 0 10px 24px rgba(197, 82, 58, .22);
}

.button-muted {
  color: var(--deep);
  background: #fff;
  border-color: var(--line);
}

.button-ghost {
  color: #fff7dc;
  border-color: rgba(255, 255, 255, .28);
}

.button-wide { width: 100%; }

.button-small {
  min-height: 36px;
  padding: 7px 11px;
  font-size: 13px;
}

.hero-card,
.brand-card,
.white-card,
.panel-clean,
.panel-dark,
.age-panel {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow);
}

.hero-card {
  padding: 22px;
}

.hero-card h2 {
  margin: 12px 0 4px;
  font-size: 32px;
}

.hero-card small,
.brand-actions small,
.fine-print {
  display: block;
  color: var(--muted);
  font-size: 12px;
}

.mark-disc,
.mini-brand {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  color: #fff;
  background: var(--tone);
  font-weight: 900;
}

.mark-disc {
  width: 64px;
  height: 64px;
  border-radius: 16px;
  font-size: 28px;
}

.brand-logo {
  width: 118px;
  height: 72px;
  background: linear-gradient(145deg, #071d25, #123c4a);
  border: 1px solid rgba(255, 255, 255, .12);
  overflow: hidden;
  padding: 12px;
  box-shadow: inset 0 0 0 1px rgba(245, 208, 127, .08), 0 10px 26px rgba(12, 43, 53, .16);
}

.brand-logo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.hero-card .brand-logo {
  width: 156px;
  height: 84px;
  border-radius: 14px;
}

.quick-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin: 18px 0;
}

.quick-stats div {
  padding: 10px;
  border-radius: 8px;
  background: var(--soft);
}

.quick-stats dt {
  color: var(--muted);
  font-size: 12px;
}

.quick-stats dd {
  margin: 2px 0 0;
  font-weight: 900;
}

.section-band {
  padding: 54px 0;
}

.section-tight { padding-top: 30px; }

.section-soft {
  background: var(--soft);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.section-head {
  margin-bottom: 22px;
}

h2 {
  margin: 8px 0 16px;
  font-family: Georgia, 'Times New Roman', serif;
  line-height: 1.15;
  font-size: clamp(28px, 4vw, 44px);
}

h3 { margin: 8px 0; font-size: 22px; }

.brand-stack {
  display: grid;
  gap: 14px;
}

.brand-card {
  display: grid;
  grid-template-columns: 142px minmax(0, 1fr) 150px 188px;
  align-items: center;
  gap: 18px;
  padding: 16px;
}

.brand-card-review {
  align-items: start;
}

.rank-col {
  display: grid;
  justify-items: center;
  gap: 8px;
}

.rank-num {
  color: var(--clay);
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 28px;
  font-weight: 900;
}

.brand-main p { color: var(--muted); margin: 0 0 10px; }

.pill-row span {
  padding: 7px 10px;
  border-radius: 999px;
  background: var(--soft);
  color: var(--deep);
  font-size: 13px;
  font-weight: 800;
}

.brand-score {
  display: grid;
  gap: 3px;
  text-align: center;
}

.brand-score strong {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 34px;
  color: var(--deep);
}

.brand-score span {
  color: var(--muted);
  font-size: 13px;
}

.brand-actions {
  display: grid;
  gap: 8px;
}

.two-column {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, .95fr);
  gap: 24px;
  align-items: start;
}

.white-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.white-grid-wide {
  margin-top: 18px;
}

.white-card,
.panel-clean,
.panel-dark {
  padding: 22px;
}

.rank-pill {
  display: inline-flex;
  padding: 4px 10px;
  border-radius: 999px;
  color: #fff;
  background: var(--deep);
  font-weight: 900;
}

.white-card ul,
.check-list {
  padding-left: 20px;
}

.white-card li,
.check-list li {
  margin: 8px 0;
}

.score-line {
  margin: 14px 0;
  color: var(--muted);
}

.score-line span {
  color: var(--clay);
  font-size: 30px;
  font-weight: 900;
}

.panel-dark {
  color: #fff7dc;
  background: var(--deep-2);
  border-color: rgba(255, 255, 255, .12);
}

.panel-dark p { color: #d8e6e3; }

.panel-dark .mini-label {
  color: var(--gold);
  border-color: rgba(245, 208, 127, .4);
  background: rgba(255, 255, 255, .08);
}

.faq-list {
  display: grid;
  gap: 10px;
  max-width: 820px;
}

.faq-list details {
  padding: 16px 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.faq-list summary {
  cursor: pointer;
  font-weight: 900;
}

.page-head {
  padding: 52px 0 34px;
  background: linear-gradient(135deg, rgba(18, 60, 74, .09), rgba(245, 208, 127, .2));
  border-bottom: 1px solid var(--line);
}

.inline-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  padding: 0;
  margin: 14px 0 0;
  list-style: none;
}

.inline-metrics li {
  padding: 10px;
  border-radius: 8px;
  background: var(--soft);
}

.inline-metrics strong,
.inline-metrics span {
  display: block;
}

.inline-metrics span {
  color: var(--muted);
  font-size: 12px;
}

.table-wrap {
  overflow-x: auto;
}

.compare-table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
  overflow: hidden;
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow);
}

.compare-table th,
.compare-table td {
  padding: 14px;
  border-bottom: 1px solid var(--line);
  text-align: left;
}

.compare-table th {
  color: #fff;
  background: var(--deep);
}

.mini-brand {
  width: 82px;
  height: 34px;
  margin-right: 8px;
  border-radius: 8px;
  vertical-align: middle;
  padding: 6px;
}

.pay-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.pay-cloud span {
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  font-weight: 900;
}

.pay-cloud em {
  display: block;
  color: var(--muted);
  font-style: normal;
  font-size: 12px;
}

.steps-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.steps-grid article {
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.steps-grid span {
  color: var(--clay);
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 34px;
  font-weight: 900;
}

.prose {
  max-width: 850px;
}

.prose h2 {
  margin-top: 28px;
  font-size: 30px;
}

.prose a {
  color: var(--deep);
  font-weight: 900;
}

.notice-box {
  margin-top: 24px;
  padding: 18px;
  border-left: 4px solid var(--clay);
  border-radius: 8px;
  background: #fff;
}

.legal-page {
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow);
}

.footer-zone {
  padding: 46px 0 24px;
  color: #d8e6e3;
  background: var(--deep-2);
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(260px, 1.25fr) repeat(3, minmax(150px, .75fr));
  gap: 28px;
}

.brand-lockup-foot { color: #fff; }

.footer-about p,
.footer-legal p {
  color: #b9cbc8;
}

.footer-col {
  display: grid;
  align-content: start;
  gap: 8px;
}

.footer-col h2 {
  margin: 0 0 8px;
  color: #fff7dc;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
}

.footer-col a,
.footer-legal a {
  color: #d8e6e3;
  text-decoration: none;
}

.footer-col a:hover,
.footer-legal a:hover {
  text-decoration: underline;
}

.compliance-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.compliance-row span {
  padding: 7px 10px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 999px;
  color: #fff7dc;
  font-size: 12px;
  font-weight: 900;
}

.footer-legal {
  margin-top: 28px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, .14);
  font-size: 13px;
}

.age-gate {
  position: fixed;
  inset: 0;
  z-index: 50;
  display: grid;
  place-items: center;
  padding: 18px;
  background: rgba(12, 43, 53, .72);
  backdrop-filter: blur(10px);
}

.age-gate[hidden] { display: none; }

.age-panel {
  width: min(460px, 100%);
  padding: 24px;
}

.cookie-card {
  position: fixed;
  right: 16px;
  bottom: 16px;
  z-index: 45;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  width: min(560px, calc(100% - 32px));
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow);
}

.cookie-card[hidden] { display: none; }

.cookie-card p { margin: 0; color: var(--muted); font-size: 14px; }

@media (max-width: 1024px) {
  .hero-grid,
  .two-column {
    grid-template-columns: 1fr;
  }

  .brand-card {
    grid-template-columns: 142px minmax(0, 1fr) 140px;
  }

  .brand-actions {
    grid-column: 2 / -1;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .brand-actions small {
    grid-column: 1 / -1;
  }

  .steps-grid,
  .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .layout {
    width: min(100% - 24px, 1160px);
  }

  .nav-toggle {
    display: block;
  }

  .site-nav {
    position: absolute;
    left: 12px;
    right: 12px;
    top: calc(100% + 1px);
    display: none;
    padding: 10px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fff;
    box-shadow: var(--shadow);
  }

  .site-nav[data-open] {
    display: grid;
  }

  .hero {
    padding-top: 38px;
  }

  .hero-copy h1,
  .page-head h1 {
    font-size: 40px;
  }

  .brand-card {
    grid-template-columns: 1fr;
  }

  .rank-col {
    grid-template-columns: auto 1fr;
    justify-items: start;
  }

  .brand-score {
    text-align: left;
  }

  .brand-actions {
    grid-column: auto;
    grid-template-columns: 1fr;
  }

  .white-grid,
  .steps-grid,
  .footer-grid,
  .inline-metrics {
    grid-template-columns: 1fr;
  }

  .cookie-card {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 420px) {
  .alert-bar {
    font-size: 12px;
  }

  .brand-lockup strong {
    font-size: 14px;
  }

  .brand-lockup em {
    font-size: 12px;
  }

  .hero-copy h1,
  .page-head h1 {
    font-size: 34px;
  }

  .quick-stats {
    grid-template-columns: 1fr;
  }

  .section-band {
    padding: 38px 0;
  }
}
