/* ============================================================
   CasinoGuideExperts.com — tema: mørk luksus / guld & violet
   ============================================================ */

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

:root {
  --bg-page: #0c0614;
  --bg-card: #161022;
  --bg-elevated: #221a32;
  --accent: #e9c46a;
  --accent-bright: #f4d03f;
  --accent-soft: rgba(233, 196, 106, 0.12);
  --accent-hover: #f5e6b3;
  --accent-violet: #a78bfa;
  --accent-violet-deep: #7c3aed;
  --text: #f4f0ff;
  --text-muted: #a89bc4;
  --border: rgba(167, 139, 250, 0.18);
  --radius: 14px;
  --radius-lg: 24px;
  --shadow: 0 24px 48px rgba(0, 0, 0, 0.65);
  --container: 1080px;
  --font: "Outfit", system-ui, sans-serif;
  --font-display: "Cormorant Garamond", Georgia, 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.62;
  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 40%;
  opacity: 0.42;
  display: block;
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(ellipse 90% 60% at 50% -10%, rgba(124, 58, 237, 0.18), transparent 50%),
    radial-gradient(ellipse 60% 45% at 100% 80%, rgba(233, 196, 106, 0.06), transparent 45%),
    linear-gradient(180deg, rgba(12, 6, 20, 0.88) 0%, rgba(12, 6, 20, 0.94) 45%, #080410 100%);
}

a {
  color: var(--accent-bright);
  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.68rem;
  line-height: 1.55;
  padding: 0.65rem 1rem;
  background: linear-gradient(90deg, #1a1028, #2d1f45, #1a1028) !important;
  color: #e8e0f4 !important;
  border-bottom: 1px solid var(--border);
}
.top-disclaimer a {
  color: var(--accent-bright) !important;
  font-weight: 700;
}

.site-header {
  position: relative;
  z-index: 100;
}
.navbar {
  position: sticky;
  top: 0;
  z-index: 101;
  background: rgba(22, 16, 34, 0.94);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid var(--border);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4);
}

.navbar .container {
  position: relative;
}

.navbar-body.logo-is-center {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 76px;
  position: relative;
  padding: 0.5rem 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;
  filter: brightness(1.08);
}
.navbar-logo-img {
  display: block;
  width: min(420px, 94vw);
  height: auto;
  max-height: 46px;
  flex-shrink: 0;
  filter: drop-shadow(0 2px 16px rgba(233, 196, 106, 0.2));
}

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

.header-page-nav {
  background: linear-gradient(180deg, rgba(34, 26, 50, 0.98), rgba(22, 16, 34, 0.99));
  border-bottom: 1px solid var(--border);
  padding: 0.5rem 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.4rem 1.5rem;
}
.header-page-nav__link {
  color: var(--text-muted);
  font-size: 0.82rem;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.header-page-nav__link:hover {
  color: var(--accent);
  text-decoration: none;
}
.header-page-nav__link.is-active {
  color: var(--accent-bright);
  border-bottom: 2px solid var(--accent-bright);
  padding-bottom: 2px;
}

.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: 1rem 0 0;
}

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

.section--hero .section-inner {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-lg);
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 18px), 50% 100%, 0 calc(100% - 18px));
}

@media (max-width: 768px) {
  .section--hero .section-inner {
    clip-path: none;
    border-radius: var(--radius-lg);
  }
}

.section-panel {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-lg);
  border: 1px solid var(--border);
  box-shadow: var(--shadow), inset 0 1px 0 rgba(255, 255, 255, 0.04);
  background: linear-gradient(155deg, rgba(45, 31, 69, 0.55) 0%, rgba(22, 16, 34, 0.88) 100%);
  backdrop-filter: blur(20px) saturate(130%);
  -webkit-backdrop-filter: blur(20px) saturate(130%);
}

.section-panel::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background: linear-gradient(180deg, var(--accent-bright), var(--accent-violet-deep));
  opacity: 0.85;
  border-radius: var(--radius-lg) 0 0 var(--radius-lg);
}

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

.section--hero .section-inner.section-panel {
  border-color: rgba(233, 196, 106, 0.22);
  background: linear-gradient(165deg, rgba(55, 38, 88, 0.45) 0%, rgba(18, 12, 28, 0.9) 100%);
}

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

.section--content {
  padding: 0.75rem 0 3.5rem;
}

.section--content .section-panel {
  color: var(--text);
  padding: clamp(1.65rem, 4vw, 2.5rem) clamp(1.35rem, 3vw, 2.25rem);
  border-left: 4px solid rgba(233, 196, 106, 0.35);
}

.section--content .section-panel::before {
  display: none;
}

.section--content .section-panel h1 {
  font-family: var(--font-display);
  color: var(--text);
  font-weight: 700;
  font-size: clamp(1.85rem, 4vw, 2.35rem);
  letter-spacing: 0.02em;
  margin-top: 0;
}

.section--content .section-panel h4 {
  color: var(--accent-bright);
  font-weight: 800;
  font-family: var(--font);
  margin: 2rem 0 0.65rem;
  padding: 0.35rem 0 0.5rem 0.85rem;
  border-left: 3px solid var(--accent-violet);
  font-size: 1rem;
  background: linear-gradient(90deg, var(--accent-soft), transparent);
}

.section--content .section-panel .content p,
.section--content .section-panel .content li {
  color: rgba(244, 240, 255, 0.88);
  line-height: 1.75;
}

@supports not ((backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))) {
  .section-panel {
    background: linear-gradient(160deg, #221a32 0%, #161022 100%);
  }
}

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

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

.section--hero h1 {
  font-family: var(--font-display);
  font-size: clamp(1.85rem, 5.2vw, 2.85rem);
  font-weight: 700;
  line-height: 1.12;
  margin: 0 0 1rem;
  letter-spacing: 0.03em;
}

.section--hero .h-content-desktop p {
  margin: 0.8rem auto 0;
  max-width: 52ch;
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.96rem;
}

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

.section--hero h1 .hero-accent {
  color: var(--accent-bright) !important;
  text-shadow: 0 0 28px rgba(244, 208, 63, 0.25);
}

.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.5rem;
  padding: 0.5rem 1rem;
  background: rgba(26, 13, 46, 0.65);
  border-radius: 999px;
  font-size: 0.78rem;
  color: var(--text-muted);
  border: 1px solid var(--border);
  max-width: 100%;
}

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

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

.section--table {
  padding: 1.5rem 0 3rem;
}

.section--table .container {
  position: relative;
}

.section--table .container::before {
  content: "Sammenlign";
  display: block;
  text-align: center;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--accent-violet);
  margin-bottom: 0.65rem;
}

.table {
  width: 100%;
  max-width: 100%;
  background: var(--bg-card);
  border-radius: var(--radius-lg);
  border: 1px solid var(--border);
  overflow: hidden;
  box-shadow: var(--shadow), 0 0 0 1px rgba(233, 196, 106, 0.06);
  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, #2d1f45 0%, #1a1028 100%);
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--accent-bright);
  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.05rem 1.35rem 0.8rem;
  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(233, 196, 106, 0.12), transparent 55%);
  border-left: 4px solid var(--accent-bright);
}

.table-cell--tcs {
  grid-column: 1 / -1;
  font-size: 0.66rem;
  line-height: 1.55;
  color: var(--text-muted);
  padding: 0.9rem 0 0.35rem;
  margin: 0.35rem 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.55rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--accent-violet);
  font-weight: 800;
}

.welcome-bonus--brand-name-ph {
  font-weight: 800;
  font-size: 1.02rem;
  margin: 0.2rem 0 0.1rem;
  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.86rem;
  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.64rem;
  color: var(--text-muted);
  margin-bottom: 0.35rem;
  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.1rem;
  justify-content: center;
  align-items: center;
}

.td-star .icon {
  width: 19px;
  height: 19px;
  fill: var(--text-muted);
  opacity: 0.5;
  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-bright);
  outline-offset: 2px;
}

.star-rating.interactive .td-star.star-lit .icon {
  fill: var(--accent-bright);
  opacity: 1;
  filter: drop-shadow(0 0 8px rgba(244, 208, 63, 0.4));
}

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

.star-rating.interactive:focus-visible {
  outline: 2px solid rgba(233, 196, 106, 0.4);
  outline-offset: 6px;
  border-radius: 10px;
}

.vote-count-desktop-only {
  font-size: 0.64rem;
  color: var(--accent-bright);
  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.4rem;
  color: var(--accent-bright);
  line-height: 1;
  font-variant-numeric: tabular-nums;
}

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

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

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

.button.button-claim,
a.button-claim {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0.65rem 0.8rem;
  font-family: var(--font);
  font-weight: 800;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #1a0d2e !important;
  background: linear-gradient(180deg, var(--accent-bright), #c9a227) !important;
  border: none;
  border-radius: 10px;
  text-decoration: none !important;
  box-shadow: 0 8px 28px rgba(233, 196, 106, 0.35);
  text-align: center;
  line-height: 1.2;
}
.button.button-claim:hover {
  filter: brightness(1.07);
  transform: translateY(-2px);
  color: #1a0d2e !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: 1rem 0 2rem;
  }

  .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.1rem;
  }

  .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.5rem 0.7rem;
    padding: 1.2rem 1.15rem 1rem;
    margin: 0;
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    background: var(--bg-card);
    box-shadow: var(--shadow);
    border-bottom: none;
  }

  .table-row.row-1 {
    background: linear-gradient(180deg, rgba(233, 196, 106, 0.14) 0%, var(--bg-card) 42%);
    border-left: none;
    border-top: 4px solid var(--accent-bright);
  }

  .table-row:hover {
    border-color: rgba(167, 139, 250, 0.35);
  }

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

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

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

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

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

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

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

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

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

  .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.3rem;
  }

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

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

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

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

  .table-cell--tcs {
    grid-area: tcs;
    text-align: left;
    margin-top: 0.3rem;
    padding: 0.8rem 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.6rem;
  }

  .table-cell--score {
    border-right: none;
    padding: 0.2rem 0 0.45rem;
    border-bottom: 1px solid var(--border);
    margin-bottom: 0.1rem;
  }

  .table-cell--rating {
    padding: 0.1rem 0 0.3rem;
  }
}

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

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

.footer-body {
  padding: 2.5rem 0 2.25rem;
  border-top: 1px solid rgba(167, 139, 250, 0.3);
  background: linear-gradient(180deg, #140c1f 0%, #06040a 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

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

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

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

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

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

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

.footer-menu a {
  color: var(--accent-bright) !important;
  font-weight: 700;
  font-size: 0.88rem;
  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.76rem;
  line-height: 1.7;
  color: var(--text-muted) !important;
  max-width: 50rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.footer-disc a,
.add-footer-text a {
  color: var(--accent-bright);
  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 0.95rem;
}

.footer-icons {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 1rem 1.35rem;
  margin: 1.75rem auto 1.45rem;
  padding: 1.1rem 1.25rem;
  max-width: 36rem;
  background: rgba(26, 16, 40, 0.65);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
}

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

.footer-icon-link {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.22rem;
  border-radius: 8px;
  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: 40px;
  width: auto;
  max-width: 115px;
  object-fit: contain;
  display: block;
}

.copyright {
  text-align: center;
  font-size: 0.7rem;
  color: rgba(168, 155, 196, 0.78);
  padding-top: 1.1rem;
  margin-top: 0.3rem;
  letter-spacing: 0.03em;
}

.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: #221a32;
  border-top: 1px solid var(--accent-soft);
  padding: 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.82rem;
  color: var(--text-muted);
  flex: 1;
  min-width: 200px;
}

.button-generic {
  font-family: var(--font);
  font-weight: 800;
  padding: 0.5rem 1.3rem;
  background: var(--accent-bright);
  color: #1a0d2e;
  border: none;
  border-radius: 8px;
  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);
}
