/* theme: custom — Neo-Brutalist accents on hub skeleton */
@import url("https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700;900&display=swap");

:root {
  --header-bg: #ffffff;
  --header-color: #111111;
  --header-hover: #111111;
  --header-border: #111111;

  --page-bg: #f4f4f0;
  --page-color: #111111;
  --body-bg: #f4f4f0;
  --ink: #111111;
  --ink-soft: rgba(17, 17, 17, 0.78);
  --ink-faint: rgba(17, 17, 17, 0.56);

  --footer-bg: #111111;
  --footer-color: #ffffff;
  --footer-hover: #ffdb57;

  --link-color: #000000;
  --list-mark: #111111;

  --brand: #111111;
  --brand-deep: #000000;
  --green: #90ff9e;
  --gold: #ffdb57;
  --line: #111111;
  --surface: #ffffff;
  --surface-raised: #ffffff;
  --shadow: 6px 6px 0 #111111;

  --n-pink: #ff90e8;
  --n-blue: #90c2ff;
  --n-yellow: #ffdb57;
  --n-green: #90ff9e;
  --n-orange: #ff9f43;
}

body {
  font-family: "Space Grotesk", system-ui, sans-serif;
  background: var(--body-bg);
}

h1, h2, h3 {
  font-weight: 900;
  letter-spacing: -0.03em;
}

h1 { max-width: 22ch; }

.topbar {
  background: var(--header-bg);
  border-bottom: 3px solid var(--header-border);
  backdrop-filter: none;
}

.topbar.is-scrolled {
  box-shadow: 0 8px 0 #111;
}

.brand-lockup__logo,
.brand-lockup__sign {
  border-radius: 12px;
  border: 3px solid #111;
  box-shadow: 4px 4px 0 #111;
  background: #fff;
}

.brand-lockup__name span {
  color: var(--ink-faint);
}

.section-nav a::after {
  height: 3px;
  border-radius: 0;
  background: #111;
}

.pill-link,
.solid-link,
.ghost-link {
  border-radius: 0;
  border: 3px solid #111;
  font-weight: 900;
  text-transform: uppercase;
  box-shadow: 4px 4px 0 #111;
}

.pill-link,
.solid-link {
  color: #111;
  background: var(--n-pink);
}

.ghost-link {
  color: #111;
  background: #fff;
}

.pill-link:hover,
.solid-link:hover,
.ghost-link:hover {
  transform: translate(-2px, -2px);
  background: var(--n-yellow);
  box-shadow: 6px 6px 0 #111;
}

.hero-stage {
  border: 3px solid #111;
  border-radius: 16px;
  background: var(--n-yellow);
  box-shadow: 8px 8px 0 #111;
}

.hero-stage::before,
.hero-stage::after { display: none; }

.small-label,
.tag {
  color: #111;
  background: #fff;
  border: 3px solid #111;
  border-radius: 0;
  box-shadow: 3px 3px 0 #111;
}

.small-label::before {
  background: #111;
  box-shadow: none;
}

.hero-copy > p { color: var(--ink); }

.score-card,
.glass-panel,
.info-card,
.offer-ticket {
  border: 3px solid #111;
  border-radius: 16px;
  background: #fff;
  box-shadow: 6px 6px 0 #111;
}

.offer-ticket::after { display: none; }

.metric {
  border: 3px solid #111;
  border-radius: 0;
  background: #fff;
}

.metric strong { color: #111; }

.age-note {
  border: 3px solid #111;
  border-radius: 0;
  color: #111;
  background: #fff;
  box-shadow: 4px 4px 0 #111;
}

.age-note strong {
  border-radius: 0;
  color: #111;
  background: var(--n-yellow);
  border: 3px solid #111;
}

.media-frame {
  border: 3px solid #111;
  border-radius: 16px;
  background: #fff;
  box-shadow: 6px 6px 0 #111;
}

.media-frame figcaption {
  color: #111;
  font-weight: 700;
}

.table-scroll {
  border: 3px solid #111;
  border-radius: 12px;
  box-shadow: 6px 6px 0 #111;
}

.quick-table { color: #111; }

.quick-table th {
  color: #fff;
  background: #111;
  text-transform: uppercase;
}

.quick-table tr:nth-child(even) td {
  background: rgba(0, 0, 0, 0.04);
}

.text-panel ol,
.text-panel ul,
.info-card ol,
.info-card ul,
.offer-ticket ul {
  margin: 0;
  padding-left: 1.15rem;
}

.text-panel li,
.info-card li,
.offer-ticket li { margin: 0.4rem 0; }

.text-panel li::marker,
.info-card li::marker,
.offer-ticket li::marker,
.content-inject li::marker,
.feature-stack li::marker {
  color: var(--list-mark);
  font-weight: 900;
}

.feature-stack li {
  border: 3px solid #111;
  border-radius: 12px;
  background: #fff;
  box-shadow: 4px 4px 0 #111;
}

.feature-stack li::before {
  background: var(--n-yellow);
  border: 3px solid #111;
  box-shadow: none;
}

.feature-stack li::after { border-color: #111; }

.disclosure {
  border: 3px solid #111;
  border-radius: 0;
  color: #111;
  background: var(--n-green);
  box-shadow: 4px 4px 0 #111;
}

.cta-band {
  border: 3px solid #111;
  border-radius: 16px;
  background: var(--n-pink);
  box-shadow: 6px 6px 0 #111;
}

.cta-band p { color: #111; font-weight: 700; }

.tabs-group { margin-top: 16px; }

.kasse-tabs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  overflow: hidden;
  border: 3px solid #111;
  border-radius: 0;
  box-shadow: 4px 4px 0 #111;
}

.kasse-tabs button {
  min-height: 52px;
  padding: 12px 16px;
  border: 0;
  color: #111;
  background: #fff;
  font: 800 0.78rem/1 "Space Grotesk", system-ui, sans-serif;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
}

.kasse-tabs button + button { border-left: 3px solid #111; }

.kasse-tabs button.is-active {
  color: #111;
  background: var(--n-yellow);
}

.kasse-panel {
  padding: 18px;
  border: 3px solid #111;
  border-top: 0;
  border-radius: 0;
  background: #fff;
}

.kasse-panel[hidden] { display: none; }

.kasse-panel h3 {
  margin: 0 0 8px;
  font-size: 1.08rem;
}

.faq-list details {
  border: 3px solid #111;
  border-radius: 0;
  background: #fff;
  box-shadow: 4px 4px 0 #111;
}

.faq-list summary {
  background: var(--n-blue);
  font-weight: 800;
}

.faq-list details p,
.faq-list details .text-panel {
  padding: 0 18px 18px;
  color: #111;
}

.rating-score {
  display: inline-block;
  padding: 4px 10px;
  border: 3px solid #111;
  background: var(--n-yellow);
  font-weight: 900;
}

.pro-list li::marker { color: #1a7a32; }
.con-list li::marker { color: #111; }

.split-cards { margin-top: 16px; }

@media (min-width: 700px) {
  .split-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.offer-ticket:nth-child(3n + 1) .tag { background: var(--n-yellow); }
.offer-ticket:nth-child(3n + 2) .tag { background: var(--n-pink); }
.offer-ticket:nth-child(3n + 3) .tag { background: var(--n-orange); }

.dock-cta__panel {
  border: 3px solid #111;
  border-radius: 0;
  background: #fff;
  box-shadow: 6px 6px 0 #111;
  backdrop-filter: none;
}

.dock-cta p {
  color: #111;
  text-transform: uppercase;
}

.footer-panel {
  border: 3px solid #111;
  border-radius: 16px;
  color: var(--footer-color);
  background: var(--footer-bg);
  box-shadow: 8px 8px 0 #111;
}

.footer h2,
.footer h3 { color: #fff; }

.footer .legal-copy {
  color: rgba(255, 255, 255, 0.7);
  border-top-color: rgba(255, 255, 255, 0.2);
}

@media (max-width: 1180px) {
  .topbar .ghost-link { display: none; }
}
