/* ============================================================
   CasinoSelectPro.com — visuelt tema
   ============================================================ */

@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;600;700;800&display=swap");

:root {
  --bg-page: #070b14;
  --bg-card: #111827;
  --bg-elevated: #1e293b;
  --accent: #2dd4bf;
  --accent-soft: rgba(45, 212, 191, 0.15);
  --accent-hover: #5eead4;
  --accent-warm: #fb7185;
  --text: #f1f5f9;
  --text-muted: #94a3b8;
  --border: rgba(148, 163, 184, 0.12);
  --radius: 20px;
  --shadow: 0 20px 50px rgba(0, 0, 0, 0.55);
  --container: 1100px;
  --font: "Plus Jakarta Sans", system-ui, sans-serif;
  --table-gap: 0.85rem;
  --table-cols: repeat(5, minmax(0, 1fr));
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--font);
  font-size: 1rem;
  line-height: 1.6;
  color: var(--text);
  background: var(--bg-page);
  min-height: 100vh;
  position: relative;
  overflow-x: hidden;
}

body > picture.site-bg,
picture.site-bg {
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  margin: 0;
  width: 100%;
  height: 100%;
  max-width: none;
}

img.body-bg {
  width: 100%;
  height: 100%;
  min-height: 100vh;
  min-width: 100%;
  object-fit: cover;
  object-position: center 30%;
  opacity: 0.38;
  display: block;
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(ellipse 100% 80% at 80% 0%, rgba(45, 212, 191, 0.08), transparent 55%),
    radial-gradient(ellipse 70% 50% at 0% 100%, rgba(251, 113, 133, 0.06), transparent 50%),
    linear-gradient(185deg, rgba(7, 11, 20, 0.82) 0%, rgba(7, 11, 20, 0.92) 50%, #050810 100%);
}

a {
  color: var(--accent);
  text-decoration: none;
}
a:hover {
  color: var(--accent-hover);
  text-decoration: underline;
}

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

.container {
  width: 100%;
  max-width: var(--container);
  margin-left: auto;
  margin-right: auto;
  padding-left: clamp(1rem, 4vw, 1.5rem);
  padding-right: clamp(1rem, 4vw, 1.5rem);
}

.main {
  position: relative;
  z-index: 0;
  min-height: 60vh;
}

.sections {
  width: 100%;
}

.top-disclaimer {
  text-align: center;
  font-size: 0.7rem;
  line-height: 1.5;
  padding: 0.7rem 1rem;
  background: linear-gradient(90deg, #0f172a, #1e293b, #0f172a) !important;
  color: #e2e8f0 !important;
  border-bottom: 1px solid var(--border);
}
.top-disclaimer a {
  color: var(--accent) !important;
  font-weight: 700;
}

.site-header {
  position: relative;
  z-index: 100;
}
.navbar {
  position: sticky;
  top: 0;
  z-index: 101;
  background: rgba(15, 23, 42, 0.92);
  backdrop-filter: blur(16px);
  border-bottom: 2px solid transparent;
  border-image: linear-gradient(90deg, transparent, var(--accent), transparent) 1;
}

.navbar .container {
  position: relative;
}

.navbar-body.logo-is-center {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 72px;
  position: relative;
  padding: 0.55rem 0;
}

.navbar-body .navbar-logo {
  text-align: center;
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 0;
}
.navbar-logo-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
  text-decoration: none;
}
.navbar-logo-link:hover {
  text-decoration: none;
  opacity: 0.95;
}
.navbar-logo-svg {
  display: block;
  width: min(340px, 92vw);
  height: auto;
  max-height: 48px;
  min-height: 36px;
  flex-shrink: 0;
  filter: drop-shadow(0 2px 14px rgba(167, 139, 250, 0.35));
}

.navbar-body .nav-burger {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.header-page-nav {
  background: rgba(17, 24, 39, 0.95);
  border-bottom: 1px solid var(--border);
  padding: 0.55rem 0;
}
.header-page-nav .container {
  display: flex;
  justify-content: center;
}
.header-page-nav__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.35rem 1.75rem;
}
.header-page-nav__link {
  color: var(--text-muted);
  font-size: 0.875rem;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: 0.02em;
}
.header-page-nav__link:hover {
  color: var(--accent);
  text-decoration: none;
}
.header-page-nav__link.is-active {
  color: var(--accent);
  box-shadow: 0 2px 0 var(--accent);
}

.hamburger {
  padding: 0.5rem;
  background: transparent;
  border: none;
  cursor: pointer;
}
.hamburger-box {
  display: block;
  width: 26px;
  height: 18px;
  position: relative;
}
.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  display: block;
  height: 2px;
  background: var(--accent);
  border-radius: 2px;
  position: absolute;
  width: 100%;
}
.hamburger-inner {
  top: 50%;
  margin-top: -1px;
}
.hamburger-inner::before {
  content: "";
  top: -7px;
}
.hamburger-inner::after {
  content: "";
  bottom: -7px;
}

@media (min-width: 769px) {
  .hamburger {
    visibility: hidden;
    pointer-events: none;
  }
}

.section--hero {
  padding: 0.85rem 0 0;
}

.section--hero.text-center .section-inner__content {
  text-align: center;
}

.section--hero .section-inner {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius);
}

.section-panel {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius);
  border: 1px solid var(--border);
  box-shadow: var(--shadow), inset 0 1px 0 rgba(255, 255, 255, 0.04);
  background: linear-gradient(145deg, rgba(30, 41, 59, 0.65) 0%, rgba(17, 24, 39, 0.85) 50%, rgba(15, 23, 42, 0.9) 100%);
  backdrop-filter: blur(24px) saturate(120%);
  -webkit-backdrop-filter: blur(24px) saturate(120%);
}

.section-panel > .section-inner__content,
.section-panel > .hero-features,
.section-panel > .content {
  position: relative;
  z-index: 1;
}

.section--hero .section-inner.section-panel {
  background: linear-gradient(160deg, rgba(30, 41, 59, 0.5) 0%, rgba(17, 24, 39, 0.78) 100%);
  border-color: rgba(45, 212, 191, 0.2);
}

.section-panel--hero {
  color: #fff;
}

.section--content {
  padding: 0.6rem 0 3rem;
}

.section--content .section-panel {
  color: var(--text);
  padding: clamp(1.5rem, 4vw, 2.25rem) clamp(1.25rem, 3vw, 2rem);
}

.section--content .section-panel h1 {
  color: var(--text);
  font-weight: 800;
  letter-spacing: -0.03em;
  margin-top: 0;
}

.section--content .section-panel h4 {
  color: var(--accent);
  font-weight: 800;
  margin: 2rem 0 0.75rem;
  padding-bottom: 0.4rem;
  border-bottom: 2px solid var(--accent-soft);
  font-size: 1.05rem;
}

.section--content .section-panel .content p,
.section--content .section-panel .content li {
  color: rgba(241, 245, 249, 0.9);
  line-height: 1.72;
}

@supports not ((backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))) {
  .section-panel {
    background: linear-gradient(160deg, #1e293b 0%, #111827 100%);
  }
  .section--hero .section-inner.section-panel {
    background: linear-gradient(165deg, #1e293b 0%, #0f172a 100%);
  }
}

.section--hero .section-inner__content {
  position: relative;
  z-index: 1;
  padding: clamp(1.85rem, 4.5vw, 3rem) clamp(1.25rem, 3vw, 2rem);
}

.section--hero .hero-features {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  justify-content: center;
  align-items: center;
  padding: 1.1rem 1.25rem 1.65rem;
  border-top: 1px solid var(--border);
  margin-top: 0;
  background: rgba(0, 0, 0, 0.2);
}

.section--hero h1 {
  font-size: clamp(1.7rem, 5vw, 2.75rem);
  font-weight: 800;
  line-height: 1.1;
  margin: 0 0 1.1rem;
  letter-spacing: -0.03em;
}

.section--hero .h-content-desktop p {
  margin: 0.85rem auto 0;
  max-width: 54ch;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.98rem;
}

.section--hero .h-content-desktop small,
.section--hero .h-content-desktop a[style] {
  color: rgba(255, 255, 255, 0.72) !important;
}

.section--hero h1 .hero-accent,
.section--hero h1 span[style*="#ffcc00"],
.section--hero h1 span[style*="ffcc00"] {
  color: var(--accent) !important;
  text-shadow: 0 0 40px rgba(45, 212, 191, 0.35);
}

.h-content-mobile {
  display: none;
}
.h-content-desktop {
  display: block;
}
@media (max-width: 768px) {
  .h-content-mobile {
    display: block;
  }
  .h-content-desktop {
    display: none;
  }
}

.hero-feature {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.55rem 1.1rem;
  background: rgba(15, 23, 42, 0.6);
  border-radius: 999px;
  font-size: 0.8rem;
  color: var(--text-muted);
  border: 1px solid var(--border);
  max-width: 100%;
}

.hero-feature svg {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  fill: var(--accent);
}

/* Rækkefølge casinoer (blandet) */
.table-body.brands-body {
  display: flex;
  flex-direction: column;
}
.table-row.brand-leovegas {
  order: 1;
}
.table-row.brand-bwin {
  order: 2;
}
.table-row.brand-expekt {
  order: 3;
}
.table-row.brand-kapow-casino {
  order: 4;
}
.table-row.brand-get-lucky {
  order: 5;
}
.table-row.brand-betinia {
  order: 6;
}
.table-row.brand-campobet {
  order: 7;
}

.section--table {
  padding: 1.75rem 0 3.25rem;
}

.table {
  width: 100%;
  max-width: 100%;
  background: var(--bg-card);
  border-radius: var(--radius);
  border: 1px solid var(--border);
  overflow: hidden;
  box-shadow: var(--shadow);
  box-sizing: border-box;
}

.table-header {
  display: grid;
  grid-template-columns: var(--table-cols);
  gap: var(--table-gap);
  align-items: center;
  padding: 1rem 1.35rem;
  background: linear-gradient(180deg, #1e293b 0%, #0f172a 100%);
  font-size: 0.6rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--accent);
  border-bottom: 1px solid var(--border);
}

.th {
  line-height: 1.25;
  text-align: center;
  padding: 0 0.25rem;
}

.table-body {
  display: flex;
  flex-direction: column;
}

.table-row {
  display: grid;
  grid-template-columns: var(--table-cols);
  gap: var(--table-gap);
  column-gap: var(--table-gap);
  row-gap: 0;
  padding: 1.1rem 1.35rem 0.85rem;
  align-items: center;
  border-bottom: 1px solid var(--border);
}

.table-row:last-child {
  border-bottom: none;
}

.table-row:hover {
  background: var(--accent-soft);
}

.table-row.row-1 {
  background: linear-gradient(90deg, rgba(45, 212, 191, 0.1), transparent 50%);
  border-left: 3px solid var(--accent);
}

.table-cell--tcs {
  grid-column: 1 / -1;
  font-size: 0.68rem;
  line-height: 1.55;
  color: var(--text-muted);
  padding: 0.95rem 0 0.4rem;
  margin: 0.4rem 0 0;
  border-top: 1px solid var(--border);
  max-width: 100%;
}

.table-cell--tcs a {
  word-break: break-word;
}

.brand-logo {
  display: block;
  width: auto;
  max-width: min(100%, 200px);
  max-height: 96px;
  min-height: 56px;
  height: auto;
  object-fit: contain;
  object-position: center center;
}

.table-cell--logo {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100px;
  width: 100%;
}

.table-cell--logo picture {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: min(100%, 200px);
}

.welcome-bonus--regular {
  font-size: 0.58rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--accent-warm);
  font-weight: 800;
}

.welcome-bonus--brand-name-ph {
  font-weight: 800;
  font-size: 1.05rem;
  margin: 0.25rem 0 0.15rem;
  line-height: 1.2;
}

.table-cell--offer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0;
  min-width: 0;
  text-align: center;
}

.table-brand-offer {
  color: var(--text-muted);
  font-size: 0.88rem;
  line-height: 1.45;
  max-width: 100%;
}

.table-cell--rating {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-width: 0;
}

.rating-label {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.15rem 0.35rem;
  font-size: 0.66rem;
  color: var(--text-muted);
  margin-bottom: 0.4rem;
  line-height: 1.2;
  width: 100%;
  max-width: 100%;
}

.mobile-star-rating-label,
.score-label-mobile {
  display: none;
}

.star-rating {
  display: flex;
  flex-wrap: nowrap;
  gap: 0.12rem;
  justify-content: center;
  align-items: center;
}

.td-star .icon {
  width: 20px;
  height: 20px;
  fill: var(--text-muted);
  opacity: 0.55;
  cursor: default;
  transition: fill 0.15s ease, opacity 0.15s ease, transform 0.12s ease;
}

.star-rating.interactive .td-star {
  cursor: pointer;
  padding: 0.2rem 0.1rem;
  margin: -0.2rem -0.05rem;
  border-radius: 6px;
  line-height: 0;
}

.star-rating.interactive .td-star:hover {
  background: var(--accent-soft);
}

.star-rating.interactive .td-star:focus {
  outline: none;
}

.star-rating.interactive .td-star:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 2px;
}

.star-rating.interactive .td-star.star-lit .icon {
  fill: var(--accent);
  opacity: 1;
  filter: drop-shadow(0 0 6px rgba(45, 212, 191, 0.45));
}

.star-rating.interactive .td-star.star-lit.star-lit--hover .icon {
  opacity: 0.85;
}

.star-rating.interactive:focus-visible {
  outline: 2px solid rgba(45, 212, 191, 0.45);
  outline-offset: 6px;
  border-radius: 10px;
}

.vote-count-desktop-only {
  font-size: 0.66rem;
  color: var(--accent);
  font-weight: 700;
  margin-left: 0.25rem;
  white-space: nowrap;
}

.table-cell--score {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 3rem;
}

.table-cell--score .score {
  font-weight: 800;
  font-size: 1.45rem;
  color: var(--accent);
  line-height: 1;
  font-variant-numeric: tabular-nums;
}

.table-cell--visit {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  gap: 0.55rem;
  width: 100%;
  min-width: 0;
}

.table-cell--visit .hero-feature {
  margin: 0 !important;
  margin-top: 0 !important;
  margin-left: 0 !important;
  font-size: 0.68rem !important;
  font-weight: 600 !important;
  padding: 0.4rem 0.55rem !important;
  border-radius: 10px;
  justify-content: center;
  align-self: stretch;
  text-align: center;
  line-height: 1.25;
}

.table-cell--visit .hero-feature svg {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
}

.button.button-claim,
a.button-claim {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0.68rem 0.85rem;
  font-family: var(--font);
  font-weight: 800;
  font-size: 0.76rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #0f172a !important;
  background: linear-gradient(180deg, var(--accent), #14b8a6) !important;
  border: none;
  border-radius: 12px;
  text-decoration: none !important;
  box-shadow: 0 6px 24px rgba(45, 212, 191, 0.35);
  text-align: center;
  line-height: 1.2;
}
.button.button-claim:hover {
  filter: brightness(1.08);
  transform: translateY(-2px);
  color: #0f172a !important;
}

@media (max-width: 1080px) and (min-width: 961px) {
  .section--table .container {
    overflow-x: visible;
  }
  .section--table .table {
    min-width: 0;
    width: 100%;
  }
}

@media (max-width: 960px) {
  .section--table {
    padding: 1.1rem 0 2.25rem;
  }

  .table {
    background: transparent;
    border: none;
    box-shadow: none;
    overflow: visible;
    border-radius: 0;
  }

  .table-header {
    display: none;
  }

  .table-body {
    display: flex;
    flex-direction: column;
    gap: 1.15rem;
  }

  .table-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-areas:
      "logo logo"
      "offer offer"
      "score rating"
      "visit visit"
      "tcs tcs";
    align-items: center;
    gap: 0.55rem 0.75rem;
    padding: 1.25rem 1.2rem 1.1rem;
    margin: 0;
    border: 1px solid var(--border);
    border-radius: var(--radius);
    background: var(--bg-card);
    box-shadow: var(--shadow);
    border-bottom: none;
  }

  .table-row.row-1 {
    background: linear-gradient(180deg, rgba(45, 212, 191, 0.12) 0%, var(--bg-card) 40%);
    border-left: none;
    border-top: 3px solid var(--accent);
  }

  .table-row:hover {
    border-color: rgba(45, 212, 191, 0.25);
  }

  .table-cell--logo {
    grid-area: logo;
    justify-content: center;
    min-height: auto;
    padding-bottom: 0.2rem;
  }

  .table-cell--logo picture {
    justify-content: center;
    max-width: 140px;
  }

  .brand-logo {
    object-position: center;
    max-height: 84px;
    max-width: min(100%, 180px);
    margin: 0 auto;
  }

  .table-cell--logo {
    min-height: 92px;
  }

  .table-cell--logo picture {
    max-width: min(100%, 180px);
  }

  .table-cell--offer {
    grid-area: offer;
    align-items: center;
    text-align: center;
    padding-bottom: 0.65rem;
    margin-bottom: 0.15rem;
    border-bottom: 1px solid var(--border);
  }

  .table-cell--score {
    grid-area: score;
    min-height: auto;
    justify-self: stretch;
    align-self: center;
    padding: 0.35rem 0.65rem 0.35rem 0;
    border-right: 1px solid var(--border);
  }

  .table-cell--rating {
    grid-area: rating;
    align-self: center;
    padding: 0.35rem 0 0.35rem 0.65rem;
  }

  .rating-label {
    max-width: none;
    margin-bottom: 0.35rem;
  }

  .mobile-star-rating-label {
    display: none;
  }

  .table-cell--visit {
    grid-area: visit;
    align-items: center;
    width: 100%;
    max-width: 280px;
    margin: 0 auto;
    padding-top: 0.35rem;
  }

  .table-cell--visit .button-claim {
    max-width: none;
    width: 100%;
  }

  .star-rating {
    justify-content: center;
  }

  .table-cell--score .score {
    font-size: 1.9rem;
  }

  .score-label-mobile {
    display: block;
    font-size: 0.56rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    color: var(--text-muted);
    margin-top: 0.4rem;
    text-transform: uppercase;
  }

  .table-cell--tcs {
    grid-area: tcs;
    text-align: left;
    margin-top: 0.35rem;
    padding: 0.85rem 0 0;
    border-top: 1px solid var(--border);
  }
}

@media (max-width: 400px) {
  .table-row {
    grid-template-columns: 1fr;
    grid-template-areas:
      "logo"
      "offer"
      "score"
      "rating"
      "visit"
      "tcs";
    gap: 0.65rem;
  }

  .table-cell--score {
    border-right: none;
    padding: 0.25rem 0 0.5rem;
    border-bottom: 1px solid var(--border);
    margin-bottom: 0.15rem;
  }

  .table-cell--rating {
    padding: 0.15rem 0 0.35rem;
  }
}

.modal.modal--exit-brands {
  display: none;
}

.footer {
  margin-top: 2.75rem;
  position: relative;
}

.footer-body {
  padding: 2.75rem 0 2.5rem;
  border-top: 1px solid rgba(45, 212, 191, 0.25);
  background: linear-gradient(180deg, #0f172a 0%, #020617 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.footer-logo {
  text-align: center;
  margin-bottom: 1.65rem;
  padding-bottom: 1.4rem;
  border-bottom: 1px solid var(--border);
}

.footer-logo__link {
  display: inline-block;
  text-decoration: none;
  padding: 0.4rem 0.6rem;
  border-radius: 12px;
  transition: background 0.2s ease;
}

.footer-logo__link:hover {
  text-decoration: none;
  background: var(--accent-soft);
}

.footer-logo img {
  height: auto;
  max-height: 42px;
  width: auto;
  max-width: min(280px, 90vw);
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.footer-nav {
  text-align: center;
  margin-bottom: 1.75rem;
}

.footer-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0.5rem 2rem;
}

.footer-menu a {
  color: var(--accent) !important;
  font-weight: 700;
  font-size: 0.9rem;
  text-decoration: none;
}

.footer-menu a:hover {
  color: var(--accent-hover) !important;
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

.footer-disc,
.add-footer-text {
  font-size: 0.78rem;
  line-height: 1.72;
  color: var(--text-muted) !important;
  max-width: 52rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.footer-disc a,
.add-footer-text a {
  color: var(--accent);
  text-decoration: none;
  font-weight: 600;
}

.footer-disc a:hover,
.add-footer-text a:hover {
  color: var(--accent-hover);
  text-decoration: underline;
}

.footer-disc p,
.add-footer-text p {
  margin: 0 0 1rem;
}

.footer-icons {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 1.15rem 1.5rem;
  margin: 1.9rem auto 1.55rem;
  padding: 1.2rem 1.35rem;
  max-width: 38rem;
  background: rgba(15, 23, 42, 0.6);
  border: 1px solid var(--border);
  border-radius: var(--radius);
}

.footer-icons .plus-18-21 {
  width: 42px;
  height: 42px;
  fill: var(--accent);
  opacity: 0.95;
}

.footer-icon-link {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.25rem;
  border-radius: 10px;
  transition: background 0.2s ease, transform 0.15s ease;
}

.footer-icon-link:hover {
  background: rgba(255, 255, 255, 0.05);
  transform: translateY(-2px);
}

.footer-icon-link img {
  height: 42px;
  width: auto;
  max-width: 120px;
  object-fit: contain;
  display: block;
}

.copyright {
  text-align: center;
  font-size: 0.72rem;
  color: rgba(148, 163, 184, 0.8);
  padding-top: 1.2rem;
  margin-top: 0.35rem;
  letter-spacing: 0.04em;
}

.cookie-bar[style*="display: none"] {
  display: none !important;
}

.cookie-bar:not([style*="display: none"]) {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: #1e293b;
  border-top: 1px solid var(--accent-soft);
  padding: 1.1rem;
}

.cookie-bar-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  max-width: var(--container);
  margin: 0 auto;
}

.cookie-bar-text {
  font-size: 0.84rem;
  color: var(--text-muted);
  flex: 1;
  min-width: 200px;
}

.button-generic {
  font-family: var(--font);
  font-weight: 800;
  padding: 0.55rem 1.4rem;
  background: var(--accent);
  color: #0f172a;
  border: none;
  border-radius: 10px;
  cursor: pointer;
}

.modal.modal--generic {
  display: none;
}

.page .main {
  padding-top: 1rem;
  padding-bottom: 3rem;
}

.page .main h1,
.page .main h2 {
  color: var(--text);
}

.page .main p,
.page .main li {
  color: var(--text-muted);
}
