/* Winhero (DK) — tokens -> layout -> components -> mobile */

:root {
  --bg:        #0B1220;   /* midnight navy */
  --bg-2:      #0E1728;
  --surface:   #131F33;
  --surface-2: #1A2942;
  --line:      #24344F;
  --ink:       #EAF1FB;   /* lichte tekst */
  --muted:     #93A4C0;   /* gedempte tekst */
  --green:     #17C08B;   /* trust: legaal/veilig */
  --green-dk:  #0EA574;
  --gold:      #F0C25A;   /* premium / rating */
  --danger:    #FF6B6B;

  --radius: 18px;
  --radius-sm: 12px;
  --maxw: 1400px;
  --shadow: 0 24px 60px -20px rgba(0,0,0,.55);
}

* { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
  font-family: "Inter", system-ui, sans-serif;
  color: var(--ink);
  background: #000000;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, .brand { font-family: "Sora", sans-serif; }

a { color: inherit; text-decoration: none; }

.wrap {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 0 24px;
}

/* ===================== TOP BALK: 18+ / verantwoord spelen ===================== */
.topbar {
  background: var(--bg-2);
  border-bottom: 1px solid var(--line);
  font-size: 13px;
  color: var(--muted);
}
.topbar .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 42px;
  flex-wrap: wrap;
}
.topbar strong { color: var(--ink); }
.age-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(255,107,107,.12);
  color: #FFB4B4;
  border: 1px solid rgba(255,107,107,.35);
  padding: 3px 9px;
  border-radius: 999px;
  font-weight: 600;
}
.topbar a { color: var(--green); font-weight: 600; }
.topbar a:hover { text-decoration: underline; }

/* ===================== HEADER / NAV ===================== */
.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: #292933;
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(255,255,255,.12);
}
.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 72px;
  gap: 20px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.brand img {
  display: block;
  height: 46px;
  width: auto;
}
.brand-mark {
  width: 34px; height: 34px;
  border-radius: 10px;
  background: linear-gradient(135deg, var(--gold), #E0A93C);
  display: grid; place-items: center;
  color: #3A2A00; font-weight: 800;
  box-shadow: 0 6px 18px -6px rgba(240,194,90,.6);
}
.brand span { color: var(--gold); }

.nav-links {
  display: flex;
  gap: 28px;
  list-style: none;
  font-size: 15px;
  font-weight: 500;
  color: #FFFFFF;
  margin-left: auto;
}
.nav-links a { color: #FFFFFF; }
.nav-links a:hover { opacity: .75; }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: "Sora", sans-serif;
  font-weight: 600;
  font-size: 15px;
  padding: 12px 22px;
  border-radius: 12px;
  border: 1px solid transparent;
  cursor: pointer;
  transition: transform .15s ease, box-shadow .2s ease, background .2s ease;
  white-space: nowrap;
}
.btn-primary {
  background: linear-gradient(135deg, var(--green), var(--green-dk));
  color: #04231A;
  box-shadow: 0 12px 26px -10px rgba(23,192,139,.65);
}
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 18px 34px -12px rgba(23,192,139,.75); }
.btn-ghost {
  background: transparent;
  color: var(--ink);
  border-color: var(--line);
}
.btn-ghost:hover { border-color: var(--green); color: var(--green); }

/* Прозрачная кнопка с белым текстом */
.btn-clear {
  background: transparent;
  color: #FFFFFF;
  border-color: rgba(255,255,255,.55);
}
.btn-clear:hover {
  background: rgba(255,255,255,.1);
  border-color: #FFFFFF;
  transform: translateY(-2px);
}

/* Кнопка с золотой обводкой */
.btn-gold {
  background: transparent;
  color: var(--gold);
  border-color: var(--gold);
}
.btn-gold:hover {
  background: rgba(240,194,90,.12);
  transform: translateY(-2px);
  box-shadow: 0 12px 26px -12px rgba(240,194,90,.6);
}

.nav .btn { padding: 10px 18px; }

.nav-toggle { display: none; background: none; border: 0; color: #FFFFFF; cursor: pointer; }
.site-header .btn { color: #FFFFFF; }

/* Кнопки в шапке */
.nav-cta {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-left: auto;
}
.btn-gold-solid {
  background: #FEC81A;
  color: #000000;
  border-color: #FEC81A;
}
.btn-gold-solid:hover {
  background: #ffd23f;
  border-color: #ffd23f;
  color: #000000;
  transform: translateY(-2px);
}
.btn-outline-gold {
  background: transparent;
  color: #FEC81A;
  border-color: #FEC81A;
}
.btn-outline-gold:hover {
  background: rgba(254,200,26,.12);
  color: #FEC81A;
  transform: translateY(-2px);
}

/* ===================== HERO ===================== */
.hero {
  position: relative;
  min-height: calc(82vh - 96px);
  display: flex;
  align-items: center;
  padding: 80px 0 110px;
  background-image:
    linear-gradient(90deg, rgba(0,0,0,.90) 0%, rgba(0,0,0,.40) 100%),
    url("/assets/images/hero-bg.jpg");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  background-color: #000000;
}
.hero > .wrap { width: 100%; }
.hero-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 56px;
  align-items: center;
}
.hero-copy { max-width: 700px; }

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(23,192,139,.1);
  border: 1px solid rgba(23,192,139,.3);
  color: var(--green);
  font-weight: 600;
  font-size: 13px;
  letter-spacing: .02em;
  padding: 6px 14px;
  border-radius: 999px;
  margin-bottom: 22px;
}
.eyebrow .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 4px rgba(23,192,139,.2); }

.hero h1 {
  font-size: clamp(2.1rem, 4.4vw, 3.4rem);
  line-height: 1.08;
  letter-spacing: -.025em;
  font-weight: 800;
  color: #FFFFFF;
  margin-bottom: 20px;
}
.hero h1 .accent {
  background: linear-gradient(120deg, var(--green), var(--gold));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero p.lead {
  font-size: 1.12rem;
  color: #FFFFFF;
  max-width: 640px;
  margin-bottom: 30px;
}
.hero .hero-copy p.lead,
.hero .hero-copy p.lead strong { color: #FFFFFF !important; }

.hero-cta {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.hero-cta .btn {
  padding-left: 46px;
  padding-right: 46px;
}

/* trust-rij */
.trust {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  align-items: center;
}
.trust-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: var(--muted);
  font-weight: 500;
}
.trust-item svg { flex: none; color: var(--green); }

/* ===================== BANNER: uitgelicht casino ===================== */
.feature-card {
  position: relative;
  background: linear-gradient(180deg, var(--surface), var(--surface-2));
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 26px;
  box-shadow: var(--shadow);
}
.feature-card::before {
  content: "";
  position: absolute; inset: 0;
  border-radius: var(--radius);
  padding: 1px;
  background: linear-gradient(140deg, rgba(23,192,139,.5), transparent 40%, rgba(240,194,90,.4));
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.fc-ribbon {
  position: absolute;
  top: -13px; left: 26px;
  background: linear-gradient(135deg, var(--gold), #E0A93C);
  color: #3A2A00;
  font-family: "Sora", sans-serif;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: .04em;
  text-transform: uppercase;
  padding: 6px 14px;
  border-radius: 999px;
  box-shadow: 0 8px 18px -8px rgba(240,194,90,.6);
}
.fc-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 6px;
  margin-bottom: 18px;
}
.fc-logo {
  display: flex;
  align-items: center;
  gap: 12px;
}
.fc-logo .badge {
  width: 52px; height: 52px;
  border-radius: 13px;
  background: linear-gradient(135deg, #223354, #16233b);
  border: 1px solid var(--line);
  display: grid; place-items: center;
  font-family: "Sora", sans-serif;
  font-weight: 800; font-size: 20px;
  color: var(--gold);
}
.fc-logo .name { font-family: "Sora", sans-serif; font-weight: 700; font-size: 18px; }
.fc-logo .sub  { font-size: 12.5px; color: var(--muted); }

.fc-score {
  text-align: center;
  background: rgba(23,192,139,.1);
  border: 1px solid rgba(23,192,139,.3);
  border-radius: 14px;
  padding: 8px 14px;
  min-width: 74px;
}
.fc-score .num { font-family: "Sora", sans-serif; font-weight: 800; font-size: 24px; color: var(--green); line-height: 1; }
.fc-score .lbl { font-size: 11px; color: var(--muted); }

.stars { color: var(--gold); font-size: 15px; letter-spacing: 2px; margin-bottom: 16px; }
.stars .count { color: var(--muted); font-size: 13px; letter-spacing: 0; margin-left: 6px; }

.fc-list { list-style: none; display: grid; gap: 11px; margin-bottom: 22px; }
.fc-list li { display: flex; align-items: center; gap: 10px; font-size: 14.5px; color: var(--ink); }
.fc-list svg { flex: none; color: var(--green); }

.fc-bonus {
  background: var(--bg-2);
  border: 1px dashed var(--line);
  border-radius: var(--radius-sm);
  padding: 12px 16px;
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.fc-bonus .amt { font-family: "Sora", sans-serif; font-weight: 700; font-size: 16px; color: var(--gold); }
.fc-bonus .cap { font-size: 12px; color: var(--muted); }

.fc-card-cta { display: flex; gap: 10px; }
.fc-card-cta .btn { flex: 1; padding: 13px; }

.fc-terms { text-align: center; font-size: 11px; color: var(--muted); margin-top: 12px; }

/* USP-бейджи под кнопками */
.usp {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.usp-item {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 20px 12px 14px;
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,.14);
  background: #1F4386;
  font-size: 14px;
  color: #FFFFFF;
  font-weight: 500;
  transition: transform .15s ease, border-color .2s ease, background .2s ease;
}
.usp-item:hover { transform: translateY(-2px); }
.usp-ico {
  width: 30px; height: 30px;
  border-radius: 50%;
  display: grid; place-items: center;
  flex: none;
  background: rgba(255,255,255,.14);
  color: #FFFFFF;
}
.usp-txt b { font-family: "Sora", sans-serif; font-weight: 700; color: #FFFFFF; }

.usp-item:hover { border-color: rgba(255,255,255,.35); background: #24509D; }

/* ===================== TABEL: casino in het kort ===================== */
.facts { padding: 64px 0 72px; }
.facts-head { margin-bottom: 26px; }
.facts h2 {
  font-size: clamp(1.5rem, 2.6vw, 2.1rem);
  letter-spacing: -.02em;
  font-weight: 700;
  color: #FFFFFF;
  margin-bottom: 10px;
}
.facts .sub { color: var(--muted); font-size: 15px; max-width: 640px; }

.facts-card {
  background: transparent;
  border: 1px solid #FFFFFF;
  border-radius: 0;
  overflow: hidden;
}
table.facts-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 15.5px;
}
table.facts-table caption { display: none; }
table.facts-table th,
table.facts-table td {
  text-align: left;
  padding: 15px 24px;
  border-bottom: 1px solid #FFFFFF;
  vertical-align: middle;
}
table.facts-table tr:last-child th,
table.facts-table tr:last-child td { border-bottom: 0; }
table.facts-table tbody tr:nth-child(odd) { background: rgba(255,255,255,.02); }
table.facts-table th {
  width: 38%;
  color: #FFFFFF;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  border-right: 1px solid #FFFFFF;
}
table.facts-table td { color: #FFFFFF; font-weight: 500; }
table.facts-table td .hi { color: #FFFFFF; font-weight: 700; }
table.facts-table td .ok {
  display: inline-flex; align-items: center; gap: 7px;
  color: #FFFFFF; font-weight: 600;
}
.facts-note { font-size: 12px; color: var(--muted); margin-top: 14px; }

@media (max-width: 640px) {
  table.facts-table th, table.facts-table td { padding: 13px 16px; }
  table.facts-table th { width: 46%; font-size: 14px; }
  table.facts-table td { font-size: 14.5px; }
}

/* ===================== SEO-BLOK: tekst ===================== */
.seo { padding: 8px 0 88px; }
.seo-inner { max-width: none; margin: 0; text-align: left; }
.seo h2 {
  font-family: "Sora", sans-serif;
  font-size: clamp(1.35rem, 2.2vw, 1.75rem);
  font-weight: 700;
  color: #FFFFFF;
  letter-spacing: -.02em;
  margin: 44px 0 14px;
}
.seo h2:first-child { margin-top: 0; }
.seo h3 {
  font-family: "Sora", sans-serif;
  font-size: 1.08rem;
  font-weight: 600;
  color: #FFFFFF;
  margin: 26px 0 10px;
}
.seo p {
  font-size: 16.5px;
  line-height: 1.8;
  color: rgba(255,255,255,.82);
  margin-bottom: 16px;
}
.seo p strong { color: #FFFFFF; font-weight: 600; }
.seo a { color: var(--gold); text-decoration: underline; text-underline-offset: 3px; }
.seo-img { display: block; width: 100%; height: auto; border-radius: 12px; margin: 6px 0 24px; }
.seo-cta { text-align: center; margin: 8px 0 30px; }
.seo-cta .btn { padding-left: 40px; padding-right: 40px; color: #FFFFFF; text-decoration: none; }
.seo-cta .btn:hover { color: #FFFFFF; }
.seo a:hover { opacity: .8; }
.seo ul {
  list-style: none;
  margin: 4px 0 20px;
  display: grid;
  gap: 10px;
}
.seo ul li {
  position: relative;
  padding-left: 24px;
  font-size: 16.5px;
  line-height: 1.7;
  color: rgba(255,255,255,.82);
  text-align: left;
}
.seo ul li::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 11px;
  width: 7px; height: 7px;
  border-radius: 2px;
  background: #1F4386;
  box-shadow: 0 0 0 1px rgba(255,255,255,.25);
}
.seo dl { margin: 6px 0 20px; text-align: left; display: inline-block; max-width: 720px; }
.seo dt { font-family: "Sora", sans-serif; font-weight: 600; color: #FFFFFF; font-size: 16.5px; margin-top: 18px; }
.seo dd { margin: 6px 0 0; color: rgba(255,255,255,.82); font-size: 16px; line-height: 1.75; }
.seo-divider {
  height: 1px;
  background: rgba(255,255,255,.10);
  margin: 0 0 44px;
}

@media (max-width: 640px) {
  .seo { padding-bottom: 64px; }
  .seo p, .seo ul li { font-size: 16px; }
}

/* ===================== PROS & CONS ===================== */
.proscons { padding: 8px 0 72px; }
.proscons-head { margin-bottom: 26px; }
.proscons h2 {
  font-family: "Sora", sans-serif;
  font-size: clamp(1.5rem, 2.6vw, 2.1rem);
  font-weight: 700;
  color: #FFFFFF;
  letter-spacing: -.02em;
}
.proscons-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.pc-card {
  background: #000000;
  border-radius: 0;
  padding: 0 28px 8px;
}
.pc-card.pros {
  border: 2px solid #008000;
  box-shadow: 0 0 0 1px rgba(0,128,0,.12), 0 14px 40px -20px rgba(0,128,0,.4);
}
.pc-card.cons {
  border: 2px solid #FF0000;
  box-shadow: 0 0 0 1px rgba(255,0,0,.12), 0 14px 40px -20px rgba(255,0,0,.4);
}

/* Заголовок-окошко сверху */
.pc-title {
  font-family: "Sora", sans-serif;
  font-weight: 800;
  font-size: 1.15rem;
  letter-spacing: .01em;
  text-align: center;
  color: #FFFFFF;
  padding: 20px 0 18px;
  margin: 0 -28px 8px;
  border-bottom: 1px solid rgba(255,255,255,.18);
}
.pc-card.pros .pc-title { color: #FFFFFF; }
.pc-card.cons .pc-title { color: #FFFFFF; }

.pc-list { list-style: none; display: grid; gap: 0; }
.pc-list li {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-align: center;
  font-size: 15.5px;
  line-height: 1.5;
  color: rgba(255,255,255,.9);
  padding: 15px 4px;
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.pc-list li:last-child { border-bottom: 0; }
.pc-list li svg { flex: none; }
.pc-card.pros .pc-list li svg { color: #008000; }
.pc-card.cons .pc-list li svg { color: #FF0000; }

@media (max-width: 720px) {
  .proscons-grid { grid-template-columns: 1fr; gap: 18px; }
}

/* ===================== FAQ ===================== */
.faq { padding: 8px 0 84px; }
.faq-head { margin-bottom: 26px; }
.faq h2 {
  font-family: "Sora", sans-serif;
  font-size: clamp(1.5rem, 2.6vw, 2.1rem);
  font-weight: 700;
  color: #FFFFFF;
  letter-spacing: -.02em;
}
.faq-list { display: grid; gap: 16px; }

details.faq-item {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 16px;
  overflow: hidden;
  transition: border-color .2s ease;
}
details.faq-item[open] { border-color: rgba(255,255,255,.22); }

details.faq-item summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 22px 26px;
  font-family: "Sora", sans-serif;
  font-weight: 700;
  font-size: 1.05rem;
  color: #FFFFFF;
  user-select: none;
}
details.faq-item summary::-webkit-details-marker { display: none; }
.faq-arrow {
  flex: none;
  color: #FFFFFF;
  transition: transform .22s ease;
}
details.faq-item[open] .faq-arrow { transform: rotate(90deg); }

.faq-answer {
  margin: 0 26px;
  padding: 16px 0 22px;
  border-top: 1px solid rgba(255,255,255,.12);
  font-size: 15.5px;
  line-height: 1.75;
  color: rgba(255,255,255,.78);
}
.faq-answer a { color: var(--gold); text-decoration: underline; text-underline-offset: 3px; }

@media (max-width: 560px) {
  details.faq-item summary { padding: 18px 18px; font-size: 1rem; }
  .faq-answer { margin: 0 18px; }
}

/* ===================== FOOTER ===================== */
.site-footer {
  background: #292933;
  border-top: 1px solid rgba(255,255,255,.12);
  color: rgba(255,255,255,.72);
  font-size: 15px;
}
.footer-top {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 40px;
  padding: 56px 0 44px;
}
.footer-brand img { height: 46px; width: auto; display: block; margin-bottom: 18px; }
.footer-brand p { max-width: 320px; line-height: 1.7; color: rgba(255,255,255,.6); font-size: 14.5px; }
.footer-col h4 {
  font-family: "Sora", sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #FFFFFF;
  margin-bottom: 16px;
  letter-spacing: .01em;
}
.footer-col ul { list-style: none; display: grid; gap: 11px; }
.footer-col a { color: rgba(255,255,255,.68); font-size: 14.5px; transition: color .2s ease; }
.footer-col a:hover { color: #FFFFFF; }

/* Блок ответственной игры */
.footer-responsible {
  border-top: 1px solid rgba(255,255,255,.10);
  border-bottom: 1px solid rgba(255,255,255,.10);
  padding: 22px 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 18px 26px;
}
.footer-responsible .age {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255,107,107,.12);
  color: #FFB4B4;
  border: 1px solid rgba(255,107,107,.35);
  padding: 6px 13px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 14px;
  flex: none;
}
.footer-responsible .rg-text { font-size: 14px; color: rgba(255,255,255,.7); flex: 1; min-width: 260px; }
.footer-responsible .rg-links { display: flex; gap: 18px; flex-wrap: wrap; }
.footer-responsible .rg-links a { color: var(--gold); font-size: 14px; text-decoration: underline; text-underline-offset: 3px; }
.footer-responsible .rg-links a:hover { opacity: .8; }

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  padding: 22px 0 30px;
  font-size: 13px;
  color: rgba(255,255,255,.5);
}
.footer-bottom .licence { display: inline-flex; align-items: center; gap: 8px; }
.footer-bottom .licence svg { color: var(--green); }

@media (max-width: 820px) {
  .footer-top { grid-template-columns: 1fr 1fr; gap: 32px; }
  .footer-brand { grid-column: 1 / -1; }
}
@media (max-width: 480px) {
  .footer-top { grid-template-columns: 1fr; }
}

/* ===================== RESPONSIVE ===================== */
@media (max-width: 900px) {
  .hero-grid { grid-template-columns: 1fr; gap: 40px; }
  .hero { padding: 44px 0 56px; }
}
@media (max-width: 480px) {
  .hero-cta { flex-direction: column; }
  .hero-cta .btn { width: 100%; }
  .nav-cta .btn { padding: 10px 16px; font-size: 14px; }
}

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

:focus-visible { outline: 2px solid var(--green); outline-offset: 3px; border-radius: 6px; }
