:root {
  color-scheme: light;
  --ink: #111827;
  --muted: #5b6472;
  --line: #d9dee7;
  --paper: #ffffff;
  --soft: #f4f7fb;
  --green: #15803d;
  --green-soft: #dcfce7;
  --gold: #f4c542;
  --blue: #1d4ed8;
  --red: #be123c;
  --shadow: 0 18px 42px rgba(17, 24, 39, .12);
}

* { box-sizing: border-box; }

[hidden] {
  display: none !important;
}

html {
  scroll-behavior: smooth;
}

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

body.is-locked {
  overflow: hidden;
}

a {
  color: inherit;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  background: rgba(255, 255, 255, .94);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(14px);
}

.nav {
  max-width: 1180px;
  margin: 0 auto;
  padding: 14px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}

.brand img {
  width: 218px;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 18px;
  font-size: 15px;
  font-weight: 700;
}

.nav-links a {
  text-decoration: none;
  color: #273244;
}

.nav-links a:hover,
.footer a:hover {
  color: var(--green);
}

.menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  font-size: 24px;
}

.hero {
  background: var(--paper);
  border-bottom: 1px solid var(--line);
}

.hero-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 42px 20px 54px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 520px);
  gap: 38px;
  align-items: center;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 12px;
  padding: 7px 11px;
  border: 1px solid #b7e3c3;
  border-radius: 8px;
  color: #14532d;
  background: var(--green-soft);
  font-size: 13px;
  font-weight: 800;
}

h1, h2, h3 {
  line-height: 1.08;
  margin: 0;
}

h1 {
  font-size: 54px;
  max-width: 760px;
}

.lead {
  margin: 20px 0 0;
  max-width: 680px;
  color: #3f4856;
  font-size: 19px;
}

.hero-actions {
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

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

.button.primary {
  background: var(--green);
  color: #fff;
}

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

.hero-visual {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: var(--shadow);
  border: 1px solid var(--line);
}

.trust-row {
  max-width: 1180px;
  margin: -28px auto 0;
  padding: 0 20px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  position: relative;
  z-index: 2;
}

.trust-item,
.panel,
.brand-card,
.text-card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.trust-item {
  padding: 15px;
  box-shadow: 0 10px 24px rgba(17, 24, 39, .08);
}

.trust-item strong {
  display: block;
  font-size: 15px;
}

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

.section {
  max-width: 1180px;
  margin: 0 auto;
  padding: 58px 20px 0;
}

.section-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 24px;
  margin-bottom: 22px;
}

.section-head h2 {
  font-size: 34px;
}

.section-head p {
  max-width: 520px;
  margin: 0;
  color: var(--muted);
}

.brand-list {
  display: grid;
  gap: 16px;
}

.brand-card {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr) 170px;
  gap: 18px;
  align-items: center;
  padding: 18px;
  box-shadow: 0 8px 22px rgba(17, 24, 39, .07);
}

.rank {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--ink);
  color: #fff;
  font-weight: 900;
  margin-bottom: 10px;
}

.brand-logo {
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
}

.rating {
  display: flex;
  align-items: baseline;
  gap: 6px;
  color: var(--green);
  font-weight: 900;
}

.rating b {
  font-size: 30px;
}

.brand-card h3 {
  font-size: 24px;
  margin-bottom: 8px;
}

.bonus {
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: 900;
  color: #0f5132;
}

.ticks {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin: 12px 0 0;
  padding: 0;
  list-style: none;
  color: #334155;
  font-size: 14px;
}

.ticks li::before {
  content: "✓";
  color: var(--green);
  font-weight: 900;
  margin-right: 6px;
}

.brand-action {
  display: grid;
  gap: 10px;
  text-align: center;
}

.terms {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
}

.grid-2 {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 20px;
  align-items: center;
}

.panel {
  padding: 28px;
}

.panel h2,
.text-card h2 {
  font-size: 30px;
  margin-bottom: 14px;
}

.panel p,
.text-card p,
.text-card li {
  color: #445066;
}

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

.step {
  padding: 18px;
  border-left: 4px solid var(--green);
  background: #fff;
  border-radius: 8px;
}

.step b {
  display: block;
  margin-bottom: 8px;
}

.notice-band {
  margin-top: 58px;
  padding: 24px 20px;
  background: #111827;
  color: #fff;
}

.notice-band .inner {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 24px;
}

.notice-band h2 {
  font-size: 26px;
}

.notice-band p {
  margin: 0 0 12px;
  color: #d1d5db;
}

.content-page {
  max-width: 940px;
  margin: 0 auto;
  padding: 48px 20px 72px;
}

.content-page h1 {
  font-size: 44px;
  margin-bottom: 20px;
}

.text-card {
  padding: 26px;
  margin-top: 16px;
}

.text-card ul {
  padding-left: 20px;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.footer {
  margin-top: 58px;
  background: #0f172a;
  color: #e5e7eb;
}

.footer-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 34px 20px;
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 28px;
}

.footer img {
  width: 210px;
  margin-bottom: 12px;
}

.footer p,
.footer li {
  color: #cbd5e1;
  font-size: 14px;
}

.footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer a {
  text-decoration: none;
}

.age-gate {
  position: fixed;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 20px;
  z-index: 100;
  background: rgba(15, 23, 42, .88);
}

.age-box {
  max-width: 560px;
  width: 100%;
  padding: 30px;
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow);
}

.age-box h2 {
  font-size: 30px;
}

.age-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 18px;
}

.blocked {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 110;
  place-items: center;
  padding: 20px;
  background: #0f172a;
  color: #fff;
  text-align: center;
}

.blocked.active {
  display: grid;
}

@media (max-width: 900px) {
  .menu-toggle { display: inline-grid; place-items: center; }

  .nav-links {
    position: absolute;
    left: 0;
    right: 0;
    top: 73px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 10px 20px 18px;
    background: #fff;
    border-bottom: 1px solid var(--line);
  }

  .nav-links.open { display: flex; }

  .nav-links a {
    padding: 11px 0;
  }

  .hero-inner,
  .grid-2,
  .notice-band .inner,
  .footer-inner,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  h1 { font-size: 40px; }

  .trust-row {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 0;
    padding-top: 18px;
  }

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

  .brand-logo {
    max-width: 260px;
  }

  .ticks,
  .steps {
    grid-template-columns: 1fr;
  }

  .section-head {
    display: block;
  }
}

@media (max-width: 560px) {
  .brand img { width: 178px; }
  h1 { font-size: 34px; }
  .lead { font-size: 17px; }
  .trust-row { grid-template-columns: 1fr; }
  .hero-inner { padding-top: 28px; }
  .section { padding-top: 42px; }
  .section-head h2,
  .panel h2,
  .text-card h2 { font-size: 26px; }
  .content-page h1 { font-size: 36px; }
  .age-box { padding: 22px; }
}
