* {
  box-sizing: border-box;
}

:root {
  --bg: #050816;

  --bg-2: #0b1024;

  --panel: #11182f;

  --panel-2: #151f3a;

  --card: #ffffff;

  --card-soft: #f6f8fc;

  --text: #172033;

  --muted: #667085;

  --white: #ffffff;

  --line: #dde4ef;

  --gold: #f6b73c;

  --gold-2: #ffd76a;

  --blue: #4f7cff;

  --green: #16a34a;

  --red: #dc2626;

  --radius-lg: 28px;

  --radius-md: 18px;

  --shadow: 0 24px 70px rgba(5, 8, 22, 0.18);
}

body {
  margin: 0;

  font-family: Arial, Helvetica, sans-serif;

  color: var(--text);

  line-height: 1.65;

  background:
    radial-gradient(
      circle at 12% 4%,
      rgba(246, 183, 60, 0.24),
      transparent 24%
    ),
    radial-gradient(
      circle at 88% 0%,
      rgba(79, 124, 255, 0.22),
      transparent 26%
    ),
    linear-gradient(
      180deg,
      #050816 0%,
      #0b1024 420px,
      #eef2f7 421px,
      #eef2f7 100%
    );
}

header {
  background: rgba(5, 8, 22, 0.9);

  border-bottom: 1px solid rgba(255, 255, 255, 0.12);

  padding: 18px 24px;

  position: sticky;

  top: 0;

  z-index: 20;

  backdrop-filter: blur(14px);
}

.header-inner {
  max-width: 1220px;

  margin: 0 auto;

  min-height: 64px;

  display: flex;

  align-items: center;

  justify-content: space-between;

  gap: 22px;
}

.logo {
  height: 58px;

  display: flex;

  align-items: center;
}

.logo img {
  height: 58px;
}

.header-actions {
  display: flex;

  align-items: center;

  gap: 12px;

  flex-wrap: wrap;
}

.button {
  border: 0;

  border-radius: 999px;

  padding: 12px 22px;

  background: linear-gradient(135deg, var(--gold), var(--gold-2));

  color: #101828;

  font-size: 15px;

  font-weight: 900;

  cursor: pointer;

  box-shadow: 0 14px 28px rgba(246, 183, 60, 0.28);

  transition:
    transform 0.18s ease,
    box-shadow 0.18s ease;
}

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

  box-shadow: 0 18px 34px rgba(246, 183, 60, 0.36);
}

.section {
  max-width: 1220px;

  margin: 28px auto;

  padding: 34px;

  background: var(--card);

  border: 1px solid rgba(221, 228, 239, 0.95);

  border-radius: var(--radius-lg);

  box-shadow: var(--shadow);
}

.section:first-of-type {
  margin-top: 38px;

  min-height: 330px;

  padding: 54px 46px;

  color: var(--white);

  background:
    linear-gradient(135deg, rgba(17, 24, 47, 0.96), rgba(11, 16, 36, 0.96)),
    radial-gradient(
      circle at 82% 16%,
      rgba(246, 183, 60, 0.24),
      transparent 34%
    );

  border: 1px solid rgba(255, 255, 255, 0.12);

  position: relative;

  overflow: hidden;
}

.section:first-of-type h1,
.section:first-of-type p {
  color: var(--white);

  position: relative;

  z-index: 2;
}

.section:first-of-type p {
  max-width: 760px;

  color: #cbd5e1;

  font-size: 18px;
}

.section:first-of-type .button {
  position: relative;

  z-index: 2;

  margin-top: 14px;
}

h1 {
  margin: 0 0 20px;

  max-width: 880px;

  font-size: 54px;

  line-height: 1.02;

  letter-spacing: -0.055em;

  color: #101828;
}

h2 {
  margin: 0 0 18px;

  font-size: 34px;

  line-height: 1.16;

  letter-spacing: -0.035em;

  color: #101828;
}

h3 {
  margin: 30px 0 12px;

  font-size: 24px;

  line-height: 1.25;

  letter-spacing: -0.02em;

  color: #101828;
}

p {
  margin: 0 0 16px;
}

.section > p {
  max-width: 920px;

  color: #344054;
}

.casino-showcase {
  display: grid;

  gap: 18px;

  margin-top: 28px;
}

.casino-card {
  display: grid;

  grid-template-columns: 1.35fr 1fr 1.45fr 0.55fr 0.75fr;

  gap: 18px;

  align-items: center;

  padding: 20px;

  background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);

  border: 1px solid #dbe3ef;

  border-radius: 24px;

  box-shadow: 0 18px 38px rgba(16, 24, 40, 0.08);

  transition:
    transform 0.18s ease,
    border-color 0.18s ease,
    box-shadow 0.18s ease;
}

.casino-card:hover {
  transform: translateY(-2px);

  border-color: rgba(246, 183, 60, 0.75);

  box-shadow: 0 24px 52px rgba(16, 24, 40, 0.12);
}

.casino-main {
  display: flex;

  align-items: center;

  gap: 16px;
}

.casino-rank {
  width: 48px;

  height: 48px;

  flex: 0 0 48px;

  display: inline-flex;

  align-items: center;

  justify-content: center;

  border-radius: 16px;

  background: linear-gradient(135deg, #f6b73c, #ffd76a);

  color: #101828;

  font-size: 18px;

  font-weight: 900;

  box-shadow: 0 12px 24px rgba(246, 183, 60, 0.3);
}

.casino-main h3 {
  margin: 0 0 4px;

  font-size: 21px;

  line-height: 1.2;
}

.casino-main p,
.casino-terms p {
  margin: 0;

  color: #475467;

  font-size: 14px;

  line-height: 1.45;
}

.casino-bonus span,
.casino-terms span,
.casino-rating span {
  display: block;

  margin-bottom: 5px;

  color: #667085;

  font-size: 11px;

  font-weight: 900;

  text-transform: uppercase;

  letter-spacing: 0.08em;
}

.casino-bonus strong {
  display: block;

  color: #101828;

  font-size: 17px;

  line-height: 1.3;
}

.casino-rating strong {
  display: block;

  color: var(--green);

  font-size: 23px;

  font-weight: 900;

  white-space: nowrap;
}

.casino-action .button {
  width: 100%;

  min-width: 112px;

  padding: 12px 16px;
}

ul,
ol {
  margin: 14px 0 0;

  padding-left: 22px;
}

li {
  margin-bottom: 9px;

  color: #344054;
}

.pros-cons {
  display: grid;

  grid-template-columns: 1fr 1fr;

  gap: 22px;

  margin: 28px 0;
}

.pros-cons > div {
  padding: 24px;

  border-radius: 22px;

  background: var(--card-soft);

  border: 1px solid var(--line);

  position: relative;

  overflow: hidden;
}

.pros-cons > div::before {
  position: absolute;

  right: 18px;

  top: 12px;

  font-size: 42px;

  font-weight: 900;

  opacity: 0.1;
}

.pros-cons > div:first-child {
  background: linear-gradient(180deg, #ecfdf3, #ffffff);

  border-color: rgba(22, 163, 74, 0.34);
}

.pros-cons > div:first-child::before {
  content: "+";

  color: var(--green);
}

.pros-cons > div:last-child {
  background: linear-gradient(180deg, #fff1f2, #ffffff);

  border-color: rgba(220, 38, 38, 0.28);
}

.pros-cons > div:last-child::before {
  content: "!";

  color: var(--red);
}

.pros-cons h3 {
  margin-top: 0;

  font-size: 20px;
}

.pros-cons > div:first-child h3 {
  color: var(--green);
}

.pros-cons > div:last-child h3 {
  color: var(--red);
}

.expert-note {
  margin: 24px 0 10px;

  padding: 22px 24px;

  border-radius: 22px;

  background: linear-gradient(
    135deg,
    rgba(246, 183, 60, 0.16),
    rgba(255, 255, 255, 0.98)
  );

  border: 1px solid rgba(246, 183, 60, 0.5);

  position: relative;
}

.expert-note::before {
  content: "Ekspertvurdering";

  display: inline-block;

  margin-bottom: 8px;

  padding: 5px 10px;

  border-radius: 999px;

  background: #101828;

  color: var(--gold-2);

  font-size: 12px;

  font-weight: 900;

  letter-spacing: 0.06em;

  text-transform: uppercase;
}

.expert-note p {
  margin: 0;

  font-weight: 700;

  color: #1d2939;
}

footer {
  margin-top: 54px;

  padding: 38px 24px;

  background:
    radial-gradient(
      circle at 12% 0%,
      rgba(246, 183, 60, 0.18),
      transparent 26%
    ),
    linear-gradient(180deg, #0b1024, #050816);

  color: #cbd5e1;
}

.footer-inner {
  max-width: 1220px;

  margin: 0 auto 18px;
}

.footer-inner p {
  color: #cbd5e1;
}

.footer-brand {
  padding-top: 18px;

  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.footer-brand p {
  margin: 6px 0;
}

.footer-brand strong {
  color: #ffffff;
}

@media (max-width: 980px) {
  h1 {
    font-size: 40px;
  }

  h2 {
    font-size: 29px;
  }

  .section,
  .section:first-of-type {
    margin: 20px;

    padding: 26px;
  }

  .casino-card {
    grid-template-columns: 1fr;

    gap: 14px;
  }

  .casino-action .button {
    width: 100%;
  }

  .pros-cons {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  body {
    background:
      radial-gradient(
        circle at 10% 0%,
        rgba(246, 183, 60, 0.22),
        transparent 28%
      ),
      linear-gradient(
        180deg,
        #050816 0%,
        #0b1024 320px,
        #eef2f7 321px,
        #eef2f7 100%
      );
  }

  header {
    padding: 14px 16px;
  }

  .header-inner {
    flex-direction: column;

    align-items: flex-start;

    gap: 14px;
  }

  .header-actions {
    width: 100%;
  }

  .header-actions .button {
    flex: 1;
  }

  .section,
  .section:first-of-type {
    margin: 16px;

    padding: 22px;

    border-radius: 22px;
  }

  .section:first-of-type {
    min-height: auto;
  }

  .section:first-of-type::after {
    display: none;
  }

  h1 {
    font-size: 33px;
  }

  h2 {
    font-size: 25px;
  }

  h3 {
    font-size: 21px;
  }

  .button {
    width: 100%;
  }
}

.criteria-grid {
  display: grid;

  grid-template-columns: repeat(5, 1fr);

  gap: 16px;

  margin: 28px 0;
}

.criteria-card {
  padding: 22px;

  border-radius: 22px;

  background: linear-gradient(180deg, #ffffff, #f8fafc);

  border: 1px solid #dbe3ef;

  box-shadow: 0 14px 30px rgba(16, 24, 40, 0.07);
}

.criteria-card span {
  display: inline-flex;

  width: 42px;

  height: 42px;

  align-items: center;

  justify-content: center;

  margin-bottom: 14px;

  border-radius: 14px;

  background: linear-gradient(135deg, var(--gold), var(--gold-2));

  color: #101828;

  font-weight: 900;
}

.criteria-card h3 {
  margin: 0 0 10px;

  font-size: 20px;
}

.criteria-card p {
  margin: 0;

  color: #475467;

  font-size: 14px;

  line-height: 1.55;
}

.games-grid {
  display: grid;

  grid-template-columns: repeat(2, 1fr);

  gap: 18px;

  margin-top: 28px;
}

.game-card {
  padding: 24px;

  border-radius: 24px;

  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);

  border: 1px solid #dbe3ef;

  box-shadow: 0 16px 34px rgba(16, 24, 40, 0.07);
}

.game-card h3 {
  margin-top: 0;
}

.game-card p:last-child {
  margin-bottom: 0;
}

.game-card-wide {
  grid-column: 1 / -1;
}

.payment-table {
  display: grid;

  gap: 12px;

  margin: 28px 0;
}

.payment-row {
  display: grid;

  grid-template-columns: 1.1fr 0.7fr 0.8fr 0.6fr 0.6fr 1.6fr;

  gap: 12px;

  align-items: center;

  padding: 16px 18px;

  background: #ffffff;

  border: 1px solid #dbe3ef;

  border-radius: 18px;

  box-shadow: 0 12px 26px rgba(16, 24, 40, 0.06);
}

.payment-head {
  background: #101828;

  color: #ffffff;

  font-size: 12px;

  font-weight: 900;

  text-transform: uppercase;

  letter-spacing: 0.06em;
}

.payment-row:not(.payment-head) div:first-child {
  font-weight: 900;

  color: #101828;
}

.payment-methods-grid {
  display: grid;

  grid-template-columns: repeat(2, 1fr);

  gap: 18px;

  margin: 28px 0;
}

.payment-card {
  padding: 24px;

  border-radius: 24px;

  background: linear-gradient(180deg, #ffffff, #f8fafc);

  border: 1px solid #dbe3ef;

  box-shadow: 0 16px 34px rgba(16, 24, 40, 0.07);
}

.payment-card h3 {
  margin-top: 0;
}

.payment-card p {
  margin-bottom: 0;
}

@media (max-width: 980px) {
  .criteria-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .games-grid,
  .payment-methods-grid {
    grid-template-columns: 1fr;
  }

  .payment-row {
    grid-template-columns: 1fr;

    gap: 6px;
  }

  .payment-head {
    display: none;
  }

  .payment-row:not(.payment-head) div::before {
    display: block;

    margin-bottom: 3px;

    color: #667085;

    font-size: 11px;

    font-weight: 900;

    text-transform: uppercase;

    letter-spacing: 0.06em;
  }

  .payment-row:not(.payment-head) div:nth-child(1)::before {
    content: "Betalingsmetode";
  }

  .payment-row:not(.payment-head) div:nth-child(2)::before {
    content: "Indbetaling";
  }

  .payment-row:not(.payment-head) div:nth-child(3)::before {
    content: "Udbetaling";
  }

  .payment-row:not(.payment-head) div:nth-child(4)::before {
    content: "Gebyr";
  }

  .payment-row:not(.payment-head) div:nth-child(5)::before {
    content: "Valuta";
  }

  .payment-row:not(.payment-head) div:nth-child(6)::before {
    content: "Typisk behandlingstid";
  }
}

@media (max-width: 640px) {
  .criteria-grid {
    grid-template-columns: 1fr;
  }
}

.safety-grid {
  display: grid;

  grid-template-columns: repeat(2, 1fr);

  gap: 18px;

  margin-top: 28px;
}

.safety-card {
  padding: 26px;

  border-radius: 24px;

  background: linear-gradient(180deg, #ffffff, #f8fafc);

  border: 1px solid #dbe3ef;

  box-shadow: 0 16px 34px rgba(16, 24, 40, 0.07);
}

.safety-card > span {
  display: inline-flex;

  margin-bottom: 14px;

  padding: 6px 12px;

  border-radius: 999px;

  background: #101828;

  color: var(--gold-2);

  font-size: 12px;

  font-weight: 900;

  text-transform: uppercase;

  letter-spacing: 0.06em;
}

.safety-card h3 {
  margin-top: 0;
}

.tax-list {
  display: grid;

  gap: 12px;

  margin-top: 22px;
}

.tax-list div {
  padding: 16px 18px;

  border-radius: 18px;

  background: #ffffff;

  border: 1px solid #dbe3ef;

  box-shadow: 0 12px 26px rgba(16, 24, 40, 0.06);
}

.bonus-grid {
  display: grid;

  grid-template-columns: repeat(3, 1fr);

  gap: 18px;

  margin-top: 26px;
}

.bonus-card {
  padding: 22px;

  border-radius: 22px;

  background: linear-gradient(180deg, #ffffff, #f8fafc);

  border: 1px solid #dbe3ef;

  box-shadow: 0 14px 30px rgba(16, 24, 40, 0.07);
}

.bonus-card h3 {
  margin-top: 0;

  font-size: 20px;
}

.bonus-card p {
  margin-bottom: 0;

  color: #475467;
}

.bonus-card-wide {
  grid-column: 1 / -1;
}

.faq-container {
  display: grid;

  gap: 14px;

  margin-top: 22px;
}

.faq-item {
  position: relative;

  padding: 20px 58px 20px 22px;

  border-radius: 20px;

  background: #ffffff;

  border: 1px solid #dbe3ef;

  box-shadow: 0 14px 30px rgba(16, 24, 40, 0.07);
}

.faq-item .toggle {
  position: absolute;

  inset: 0;

  opacity: 0;

  cursor: pointer;

  z-index: 3;
}

.faq-question {
  margin: 0;

  font-size: 20px;
}

.faq-answer {
  display: none;

  margin: 12px 0 0;

  color: #475467;
}

.faq-item .toggle:checked ~ .faq-answer {
  display: block;
}

.icon {
  position: absolute;

  right: 22px;

  top: 24px;

  width: 18px;

  height: 18px;
}

.icon::before,
.icon::after {
  content: "";

  position: absolute;

  background: #101828;

  border-radius: 2px;
}

.icon::before {
  width: 18px;

  height: 2px;

  top: 8px;

  left: 0;
}

.icon::after {
  width: 2px;

  height: 18px;

  top: 0;

  left: 8px;
}

.toggle:checked ~ .icon::after {
  display: none;
}

@media (max-width: 980px) {
  .safety-grid,
  .bonus-grid {
    grid-template-columns: 1fr;
  }

  .bonus-card-wide {
    grid-column: auto;
  }
}

.author-mini {
  padding: 18px 24px;
}

.author-mini-inner {
  display: flex;

  align-items: center;

  justify-content: space-between;

  gap: 16px;
}

.author-mini-inner div:first-child {
  display: flex;

  flex-direction: column;

  gap: 3px;
}

.author-mini-inner strong {
  color: #101828;

  font-size: 16px;
}

.author-mini-inner span {
  color: #667085;

  font-size: 14px;
}

.author-verified {
  display: inline-flex;

  align-items: center;

  gap: 8px;

  padding: 10px 14px;

  border-radius: 999px;

  background: #ecfdf3;

  border: 1px solid rgba(22, 163, 74, 0.32);
}

.author-verified span {
  width: 22px;

  height: 22px;

  display: inline-flex;

  align-items: center;

  justify-content: center;

  border-radius: 999px;

  background: #16a34a;

  color: #ffffff;

  font-weight: 900;

  font-size: 13px;
}

.author-verified strong {
  color: #166534;

  font-size: 14px;
}

@media (max-width: 640px) {
  .author-mini-inner {
    align-items: flex-start;

    flex-direction: column;
  }
}

.footer-trust {
  max-width: 1220px;

  margin: 0 auto 28px;

  padding: 22px;

  display: flex;

  align-items: center;

  justify-content: center;

  gap: 18px;

  flex-wrap: wrap;

  border-radius: 24px;

  background: rgba(255, 255, 255, 0.045);

  border: 1px solid rgba(255, 255, 255, 0.12);
}

.trust-badge {
  min-height: 44px;

  display: inline-flex;

  align-items: center;

  justify-content: center;

  padding: 10px 18px;

  border-radius: 999px;

  color: #ffffff;

  background: rgba(255, 255, 255, 0.075);

  border: 1px solid rgba(255, 255, 255, 0.14);

  font-size: 17px;

  font-weight: 900;

  letter-spacing: -0.02em;
}

.trust-badge:nth-child(2) {
  color: #c7d2fe;
}

.trust-badge:nth-child(3) {
  letter-spacing: 0.08em;
}

.trust-badge:nth-child(4) {
  color: #ffffff;

  background: rgba(246, 183, 60, 0.18);

  border-color: rgba(246, 183, 60, 0.38);
}

.trust-badge:nth-child(5) {
  color: #bbf7d0;
}

@media (max-width: 640px) {
  .footer-trust {
    justify-content: flex-start;
  }

  .trust-badge {
    width: 100%;
  }
}

.footer-responsible {
  max-width: 1220px;

  margin: 0 auto 28px;

  display: grid;

  grid-template-columns: 0.9fr 1.4fr;

  gap: 22px;

  align-items: stretch;
}

.responsible-main {
  padding: 26px;

  border-radius: 24px;

  background: rgba(255, 255, 255, 0.055);

  border: 1px solid rgba(255, 255, 255, 0.12);
}

.responsible-main h2 {
  margin: 0 0 12px;

  color: #ffffff;

  font-size: 28px;
}

.responsible-main p {
  margin: 0;

  color: #cbd5e1;
}

.responsible-contacts {
  display: grid;

  grid-template-columns: repeat(3, 1fr);

  gap: 14px;
}

.contact-card {
  padding: 20px;

  border-radius: 22px;

  background: rgba(255, 255, 255, 0.075);

  border: 1px solid rgba(255, 255, 255, 0.14);
}

.contact-card span {
  display: block;

  margin-bottom: 8px;

  color: #f6b73c;

  font-size: 11px;

  font-weight: 900;

  text-transform: uppercase;

  letter-spacing: 0.08em;
}

.contact-card strong {
  display: block;

  margin-bottom: 10px;

  color: #ffffff;

  font-size: 20px;
}

.contact-card p {
  margin: 4px 0;

  color: #cbd5e1;

  font-size: 14px;
}

@media (max-width: 980px) {
  .footer-responsible {
    grid-template-columns: 1fr;
  }

  .responsible-contacts {
    grid-template-columns: 1fr;
  }
}
