:root {
  --ink: #14101b;
  --ink-2: #1e1828;
  --ink-3: #2a2136;
  --cream: #f6f1e9;
  --muted: #b8adc4;
  --gold: #ffa826;
  --gold-lt: #ffc85c;
  --plum: #6d2f7a;
  --line: rgba(255, 168, 38, 0.22);
  --good: #46c08a;
  --bad: #e2726b;
  --display: "Futura", "Century Gothic", "Trebuchet MS", "Segoe UI", sans-serif;
  --body: "Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif;
  --mono: "SF Mono", "Consolas", "Roboto Mono", "Courier New", monospace;
  --wrap: 1080px;
}

* { box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--ink);
  color: var(--cream);
  font-family: var(--body);
  font-size: 17px;
  line-height: 1.72;
}

.wrap {
  width: 100%;
  max-width: var(--wrap);
  margin: 0 auto;
  padding: 0 18px;
}

a { color: var(--gold-lt); }

:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 3px;
}

.topstrip {
  background: linear-gradient(100deg, #3a1d46 0%, #23162e 60%, #1a1224 100%);
  border-bottom: 1px solid var(--line);
}

.topstrip__inner {
  max-width: var(--wrap);
  margin: 0 auto;
  padding: 14px 18px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  text-align: center;
}

.topstrip__badge {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ink);
  background: var(--gold);
  border-radius: 3px;
  padding: 3px 9px;
}

.topstrip__text {
  margin: 0;
  font-size: 15px;
  line-height: 1.45;
  color: var(--cream);
}

.topstrip__text strong { color: var(--gold-lt); }

.btn {
  display: inline-block;
  font-family: var(--display);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  border: 2px solid transparent;
  border-radius: 999px;
  padding: 12px 26px;
  cursor: pointer;
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}

.btn--gold {
  background: linear-gradient(180deg, var(--gold-lt), var(--gold));
  color: #241a05;
  box-shadow: 0 6px 18px rgba(255, 168, 38, 0.28);
}

.btn--dark {
  background: var(--ink);
  color: var(--gold-lt);
  border-color: var(--ink);
}

.btn--outline {
  background: transparent;
  color: var(--gold-lt);
  border-color: var(--gold);
}

.btn--lg { padding: 15px 34px; font-size: 17px; }

.btn--full { display: block; width: 100%; margin-top: 18px; }

.btn:hover { transform: translateY(-2px); }

.btn--outline:hover { background: rgba(255, 168, 38, 0.12); }

.site-head {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(20, 16, 27, 0.97);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.site-head__inner {
  max-width: var(--wrap);
  margin: 0 auto;
  padding: 10px 18px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
}

.brand {
  display: flex;
  align-items: center;
  gap: 11px;
  text-decoration: none;
  color: var(--cream);
}

.brand__mark { display: flex; }

.brand__type {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 0;
  line-height: 1;
}

.brand__leo, .brand__vegas {
  font-family: var(--display);
  font-size: 25px;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.brand__leo { color: var(--gold); }

.brand__vegas { color: var(--cream); }

.brand__sub {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted);
  width: 100%;
  margin-top: 4px;
}

.site-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6px 16px;
}

.site-nav a {
  font-family: var(--mono);
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
  text-decoration: none;
  padding: 4px 0;
}

.site-nav a:hover { color: var(--gold); }

section[id] { scroll-margin-top: 96px; }

.hero {
  padding: 44px 0 38px;
  background:
    radial-gradient(1000px 380px at 50% -80px, rgba(109, 47, 122, 0.55), transparent 70%),
    linear-gradient(180deg, #1a1425 0%, var(--ink) 100%);
  text-align: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.eyebrow {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
  margin: 0 0 14px;
}

h1 {
  font-family: var(--display);
  font-size: clamp(46px, 15vw, 96px);
  line-height: 0.92;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin: 0 0 18px;
  background: linear-gradient(180deg, #ffffff 8%, var(--gold-lt) 55%, var(--gold) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero__lede {
  font-size: 19px;
  line-height: 1.6;
  color: #e6ddd2;
  max-width: 660px;
  margin: 0 auto 26px;
}

.hero__stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  max-width: 620px;
  margin: 0 auto 26px;
}

.stat {
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 12px 8px;
  background: rgba(255, 255, 255, 0.03);
}

.stat__k {
  display: block;
  font-family: var(--display);
  font-size: 22px;
  font-weight: 700;
  color: var(--gold-lt);
}

.stat__l {
  display: block;
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
  margin-top: 4px;
}

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

.article { padding: 8px 18px 10px; }

.article section { padding: 30px 0; border-bottom: 1px solid rgba(255, 255, 255, 0.06); }

.article section:last-child { border-bottom: 0; }

h2 {
  font-family: var(--display);
  font-size: clamp(25px, 6vw, 34px);
  line-height: 1.15;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: var(--cream);
  margin: 0 0 6px;
  padding-left: 16px;
  border-left: 4px solid var(--gold);
}

h3 {
  font-family: var(--display);
  font-size: clamp(19px, 4.6vw, 22px);
  line-height: 1.25;
  font-weight: 700;
  color: var(--gold-lt);
  margin: 28px 0 4px;
}

p { margin: 14px 0; }

.tablewrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin: 22px 0;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.02);
}

table {
  width: 100%;
  min-width: 560px;
  border-collapse: collapse;
  font-size: 15px;
}

caption {
  caption-side: top;
  text-align: left;
  padding: 14px 16px 8px;
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
}

th, td { padding: 12px 16px; text-align: left; }

thead th {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ink);
  background: var(--gold);
  white-space: nowrap;
}

tbody tr + tr { border-top: 1px solid rgba(255, 255, 255, 0.08); }

tbody tr:nth-child(even) { background: rgba(255, 255, 255, 0.025); }

td { color: #e4dbd1; }

td:first-child { font-weight: 600; color: var(--cream); }

.midbanner {
  background: linear-gradient(105deg, var(--gold) 0%, var(--gold-lt) 45%, #ffdc93 100%);
  color: #2b1e06;
  padding: 26px 0;
  margin: 10px 0;
}

.midbanner__inner {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  text-align: center;
}

.midbanner__kicker {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin: 0 0 4px;
  color: #5c4207;
}

.midbanner__head {
  font-family: var(--display);
  font-size: clamp(24px, 6.4vw, 38px);
  font-weight: 700;
  line-height: 1.1;
  margin: 0;
  color: #241a05;
}

.midbanner__fine { margin: 8px 0 0; font-size: 12.5px; color: #4d3a0d; }

.pros-cons {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  margin-top: 20px;
}

.pc {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 14px;
  padding: 6px 20px 20px;
  background: var(--ink-2);
}

.pc h3 { margin-top: 18px; }

.pc ul { margin: 8px 0 0; padding-left: 20px; }

.pc li { margin: 9px 0; color: #e4dbd1; }

.pc--good { border-top: 3px solid var(--good); }

.pc--good h3 { color: var(--good); }

.pc--good li::marker { color: var(--good); }

.pc--bad { border-top: 3px solid var(--bad); }

.pc--bad h3 { color: var(--bad); }

.pc--bad li::marker { color: var(--bad); }

.faq { margin-top: 22px; display: grid; gap: 10px; }

.faq__item {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  background: var(--ink-2);
  overflow: hidden;
}

.faq__toggle {
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
}

.faq__q {
  display: block;
  position: relative;
  cursor: pointer;
  padding: 16px 52px 16px 18px;
  font-family: var(--display);
  font-size: 17px;
  font-weight: 700;
  color: var(--cream);
  line-height: 1.4;
}

.faq__q::after {
  content: "+";
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  font-family: var(--mono);
  font-size: 22px;
  line-height: 1;
  color: var(--gold);
  transition: transform 0.2s ease;
}

.faq__q:hover { color: var(--gold-lt); }

.faq__a {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.25s ease;
}

.faq__a > p {
  overflow: hidden;
  margin: 0;
  padding: 0 18px;
  color: #ddd3c8;
  font-size: 16px;
}

.faq__toggle:checked ~ .faq__a { grid-template-rows: 1fr; }

.faq__toggle:checked ~ .faq__a > p { padding-bottom: 18px; }

.faq__toggle:checked ~ .faq__q::after { content: "\2212"; }

.faq__toggle:checked ~ .faq__q { color: var(--gold); }

.faq__toggle:focus-visible ~ .faq__q { outline: 3px solid var(--gold); outline-offset: -3px; }

.cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  margin-top: 22px;
}

.card {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-left: 3px solid var(--gold);
  border-radius: 14px;
  padding: 6px 22px 22px;
  background: linear-gradient(180deg, var(--ink-3) 0%, var(--ink-2) 100%);
  display: flex;
  flex-direction: column;
}

.card h3 { margin-top: 20px; color: var(--gold-lt); }

.card p { font-size: 15.5px; color: #ded4c9; }

.card .btn { margin-top: auto; }

.closing { text-align: left; }

.closing .btn { margin-top: 10px; }

.site-foot {
  background: #0f0c16;
  border-top: 1px solid var(--line);
  padding: 30px 0 40px;
  margin-top: 20px;
  font-size: 13.5px;
  color: var(--muted);
  line-height: 1.65;
}

.site-foot p { margin: 12px 0; }

.site-foot__age { display: flex; gap: 12px; align-items: flex-start; }

.agebadge {
  flex: 0 0 auto;
  font-family: var(--display);
  font-weight: 700;
  font-size: 14px;
  color: var(--ink);
  background: var(--gold);
  border-radius: 999px;
  padding: 4px 11px;
  line-height: 1.3;
}

.site-foot__copy {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 16px;
  font-family: var(--mono);
  font-size: 12px;
  letter-spacing: 0.06em;
  color: #8d8399;
}

@media (min-width: 620px) {
  .topstrip__inner { flex-direction: row; text-align: left; gap: 16px; }
  .topstrip__text { flex: 1; }
  .hero__stats { grid-template-columns: repeat(4, 1fr); }
  .midbanner__inner { flex-direction: row; justify-content: space-between; text-align: left; }
  .pros-cons { grid-template-columns: repeat(2, 1fr); }
  .cards { grid-template-columns: repeat(2, 1fr); }
}

@media (min-width: 860px) {
  body { font-size: 18px; }
  .site-head__inner { flex-direction: row; justify-content: space-between; padding: 12px 18px; }
  .site-nav { gap: 26px; }
  .hero { padding: 70px 0 60px; }
  .article section { padding: 44px 0; }
}

@media (prefers-reduced-motion: reduce) {
  * { transition: none !important; animation: none !important; }
  html { scroll-behavior: auto; }
}
