/* Bonus Bez Hub — arkusz stylów */
:root {
  --navy: #161b33;
  --navy-2: #1f2750;
  --indigo: #2d3a72;
  --accent: #f0a830;
  --accent-dark: #d98c12;
  --accent-soft: #fbe6c2;
  --green: #1d9a6c;
  --green-soft: #e3f5ec;
  --ink: #181b24;
  --muted: #5b6276;
  --line: #e6e8f0;
  --surface: #ffffff;
  --bg: #f5f6fb;
  --bg-tint: #eef0f9;
  --radius: 8px;
  --radius-sm: 6px;
  --shadow-sm: 0 1px 2px rgba(22, 27, 51, .06), 0 2px 6px rgba(22, 27, 51, .05);
  --shadow-md: 0 6px 22px rgba(22, 27, 51, .10);
  --maxw: 1120px;
  --font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  font-family: var(--font);
  color: var(--ink);
  background: var(--bg);
  line-height: 1.65;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
}

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

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

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

/* ---------- skip link & focus ---------- */
.skip {
  position: absolute; left: 0; top: 0; z-index: 200;
  background: var(--navy); color: #fff; padding: 10px 16px; border-radius: 0 0 var(--radius) 0;
  transform: translateY(-120%);
}
.skip:focus { transform: translateY(0); }

a:focus-visible, button:focus-visible, summary:focus-visible, .btn:focus-visible, input:focus-visible {
  outline: 3px solid var(--accent);
  outline-offset: 2px;
  border-radius: var(--radius-sm);
}

/* ---------- header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(255, 255, 255, .92);
  backdrop-filter: saturate(160%) blur(8px);
  border-bottom: 1px solid var(--line);
}
.header-inner {
  display: flex; align-items: center; justify-content: space-between;
  gap: 18px; height: 66px;
}
.brand { display: flex; align-items: center; gap: 11px; font-weight: 800; color: var(--navy); letter-spacing: -.01em; font-size: 1.12rem; }
.brand:hover { text-decoration: none; }
.brand-mark {
  width: 34px; height: 34px; border-radius: var(--radius-sm);
  background: linear-gradient(135deg, var(--indigo), var(--navy));
  color: var(--accent); display: grid; place-items: center;
  font-weight: 900; font-size: 1rem; box-shadow: var(--shadow-sm);
}
.brand small { display: block; font-weight: 600; font-size: .64rem; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); }

.nav { display: flex; align-items: center; gap: 4px; }
.nav a {
  color: var(--ink); font-weight: 600; font-size: .94rem;
  padding: 8px 12px; border-radius: var(--radius-sm);
}
.nav a:hover { background: var(--bg-tint); text-decoration: none; }
.nav a[aria-current="page"] { color: var(--indigo); background: var(--bg-tint); }

.nav-toggle { display: none; background: none; border: 1px solid var(--line); border-radius: var(--radius-sm); padding: 8px 10px; cursor: pointer; color: var(--navy); }

/* ---------- buttons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: 9px;
  font-weight: 700; font-size: 1rem; line-height: 1;
  padding: 14px 22px; border-radius: var(--radius); border: 1px solid transparent;
  cursor: pointer; transition: transform .12s ease, box-shadow .12s ease, background .15s ease;
  text-decoration: none;
}
.btn:hover { text-decoration: none; transform: translateY(-1px); }
.btn-primary { background: linear-gradient(135deg, var(--accent), var(--accent-dark)); color: #2a1c02; box-shadow: 0 4px 14px rgba(217, 140, 18, .35); }
.btn-primary:hover { box-shadow: 0 8px 22px rgba(217, 140, 18, .42); color: #2a1c02; }
.btn-ghost { background: rgba(255, 255, 255, .08); color: #fff; border-color: rgba(255, 255, 255, .32); }
.btn-ghost:hover { background: rgba(255, 255, 255, .16); color: #fff; }
.btn-outline { background: var(--surface); color: var(--indigo); border-color: var(--line); box-shadow: var(--shadow-sm); }
.btn-outline:hover { border-color: var(--indigo); color: var(--indigo); }
.btn-sm { padding: 10px 16px; font-size: .92rem; }
.btn svg { width: 18px; height: 18px; }

/* ---------- hero ---------- */
.hero {
  position: relative; overflow: hidden;
  background: radial-gradient(1100px 460px at 78% -8%, var(--indigo) 0%, var(--navy) 56%, var(--navy-2) 100%);
  color: #fff;
}
.hero::after {
  content: ""; position: absolute; inset: 0;
  background-image: radial-gradient(circle at 1px 1px, rgba(255, 255, 255, .07) 1px, transparent 0);
  background-size: 26px 26px; opacity: .6; pointer-events: none;
}
.hero-inner { position: relative; z-index: 1; display: grid; grid-template-columns: 1.25fr .9fr; gap: 44px; align-items: center; padding: 64px 20px 70px; }
.hero-eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(240, 168, 48, .14); color: var(--accent);
  border: 1px solid rgba(240, 168, 48, .35);
  font-weight: 700; font-size: .8rem; letter-spacing: .04em;
  padding: 7px 14px; border-radius: 999px; margin-bottom: 20px;
}
.hero h1 { font-size: clamp(2rem, 4.2vw, 3.05rem); line-height: 1.1; margin: 0 0 16px; letter-spacing: -.02em; }
.hero p.lead { font-size: 1.16rem; color: #d6daee; margin: 0 0 28px; max-width: 38ch; }
.hero-cta { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }
.hero-meta { display: flex; gap: 22px; margin-top: 30px; flex-wrap: wrap; }
.hero-meta div { font-size: .9rem; color: #c7cce6; }
.hero-meta .text-strong { display: block; font-size: 1.5rem; color: #fff; font-weight: 800; }

/* hero side check panel */
.hero-panel {
  background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: var(--radius);
  padding: 24px 24px 20px;
  backdrop-filter: blur(2px);
  box-shadow: var(--shadow-md);
}
.hero-panel h2 { font-size: 1.05rem; margin: 0 0 14px; color: #fff; display: flex; align-items: center; gap: 9px; }
.hero-panel ul { list-style: none; margin: 0; padding: 0; }
.hero-panel li { display: flex; gap: 11px; padding: 9px 0; border-top: 1px solid rgba(255, 255, 255, .1); color: #e7eaf6; font-size: .96rem; }
.hero-panel li:first-child { border-top: none; }
.hero-panel .tick { flex: 0 0 auto; width: 22px; height: 22px; border-radius: 50%; background: rgba(29, 154, 108, .22); color: #5fe3ac; display: grid; place-items: center; font-size: .8rem; font-weight: 900; }

/* ---------- section scaffolding ---------- */
section { padding: 56px 0; }
.section-tight { padding: 40px 0; }
.eyebrow { color: var(--accent-dark); font-weight: 800; font-size: .82rem; letter-spacing: .08em; text-transform: uppercase; margin: 0 0 10px; }
h2 { font-size: clamp(1.5rem, 2.6vw, 2.05rem); line-height: 1.18; letter-spacing: -.015em; margin: 0 0 14px; color: var(--navy); }
h3 { font-size: 1.2rem; color: var(--navy); margin: 0 0 8px; }
p { margin: 0 0 16px; }
.section-head { max-width: 64ch; margin-bottom: 30px; }
.section-head p { color: var(--muted); font-size: 1.05rem; }

/* ---------- cards / grids ---------- */
.grid { display: grid; gap: 20px; }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-2 { grid-template-columns: repeat(2, 1fr); }

.card {
  background: var(--surface); border: 1px solid var(--line);
  border-radius: var(--radius); padding: 24px;
  box-shadow: var(--shadow-sm); transition: transform .14s ease, box-shadow .14s ease, border-color .14s ease;
}
.card:hover { box-shadow: var(--shadow-md); transform: translateY(-2px); border-color: #d4d8ea; }
.card-icon {
  width: 44px; height: 44px; border-radius: var(--radius-sm); margin-bottom: 16px;
  background: var(--bg-tint); color: var(--indigo); display: grid; place-items: center;
}
.card-icon svg { width: 23px; height: 23px; }
.card h3 { margin-bottom: 8px; }
.card p { color: var(--muted); font-size: .98rem; margin-bottom: 14px; }
.card-link { font-weight: 700; color: var(--indigo); font-size: .95rem; display: inline-flex; align-items: center; gap: 6px; }
.card-link::after { content: "→"; transition: transform .14s ease; }
.card:hover .card-link::after { transform: translateX(3px); }

/* topic nav card variant */
a.card { color: inherit; }
a.card:hover { text-decoration: none; }

/* ---------- checklist ---------- */
.checklist { list-style: none; margin: 0; padding: 0; display: grid; gap: 12px; }
.checklist li { position: relative; padding-left: 38px; line-height: 1.55; }
.checklist li::before {
  content: "✓"; position: absolute; left: 0; top: 1px;
  width: 26px; height: 26px; border-radius: 50%;
  background: var(--green-soft); color: var(--green);
  display: grid; place-items: center; font-weight: 900; font-size: .9rem;
}

/* ---------- check / compare cards ---------- */
.check-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.check-card {
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 22px; box-shadow: var(--shadow-sm); border-top: 3px solid var(--accent);
}
.check-card .num { font-weight: 800; color: var(--accent-dark); font-size: .82rem; letter-spacing: .08em; }
.check-card h3 { margin: 6px 0 8px; font-size: 1.1rem; }
.check-card p { color: var(--muted); font-size: .96rem; margin: 0; }

/* ---------- callout / notice ---------- */
.callout {
  background: linear-gradient(135deg, var(--bg-tint), #fff);
  border: 1px solid var(--line); border-left: 4px solid var(--indigo);
  border-radius: var(--radius); padding: 22px 24px;
}
.callout h3 { margin-bottom: 6px; }
.callout.warn { border-left-color: var(--accent-dark); background: linear-gradient(135deg, #fdf4e3, #fff); }

/* ---------- CTA band ---------- */
.cta-band {
  background: radial-gradient(800px 300px at 20% 0%, var(--indigo), var(--navy));
  color: #fff; border-radius: 12px; padding: 44px; text-align: center;
  box-shadow: var(--shadow-md); position: relative; overflow: hidden;
}
.cta-band h2 { color: #fff; margin-bottom: 10px; }
.cta-band p { color: #d6daee; max-width: 52ch; margin: 0 auto 24px; }
.cta-band .btn-row { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

/* ---------- prose / article ---------- */
.prose { max-width: 760px; }
.prose h2 { margin-top: 44px; padding-top: 4px; }
.prose h2:first-child { margin-top: 0; }
.prose ul { padding-left: 0; list-style: none; display: grid; gap: 11px; margin: 18px 0 22px; }
.prose ul li { position: relative; padding-left: 34px; color: #2c3040; }
.prose ul li::before {
  content: "✓"; position: absolute; left: 0; top: 0;
  width: 24px; height: 24px; border-radius: 50%;
  background: var(--green-soft); color: var(--green);
  display: grid; place-items: center; font-weight: 900; font-size: .82rem;
}
.prose p { color: #353a4a; }

/* layout with sidebar */
.article-layout { display: grid; grid-template-columns: 1fr 320px; gap: 44px; align-items: start; }
.sidebar { position: sticky; top: 86px; display: grid; gap: 18px; }
.side-card { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 22px; box-shadow: var(--shadow-sm); }
.side-card h3 { font-size: 1.05rem; margin-bottom: 12px; }
.side-card ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 2px; }
.side-card ul a { display: block; padding: 8px 10px; border-radius: var(--radius-sm); color: var(--ink); font-size: .95rem; font-weight: 600; }
.side-card ul a:hover { background: var(--bg-tint); text-decoration: none; }
.side-cta { background: linear-gradient(135deg, var(--navy), var(--indigo)); color: #fff; }
.side-cta h3 { color: #fff; }
.side-cta p { color: #d6daee; font-size: .95rem; }

/* ---------- breadcrumbs ---------- */
.crumbs { font-size: .88rem; color: var(--muted); padding: 18px 0 0; }
.crumbs a { color: var(--muted); }
.crumbs a:hover { color: var(--indigo); }
.crumbs span { color: var(--ink); font-weight: 600; }

/* page hero (interior) */
.page-hero { background: linear-gradient(135deg, var(--navy), var(--indigo)); color: #fff; padding: 30px 0 46px; }
.page-hero .eyebrow { color: var(--accent); }
.page-hero h1 { font-size: clamp(1.8rem, 3.4vw, 2.6rem); margin: 6px 0 12px; letter-spacing: -.02em; line-height: 1.12; }
.page-hero p { color: #d6daee; max-width: 60ch; font-size: 1.08rem; margin: 0; }

/* ---------- FAQ accordion ---------- */
.faq { display: grid; gap: 12px; max-width: 820px; }
.faq details {
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 4px 20px; box-shadow: var(--shadow-sm);
}
.faq summary {
  list-style: none; cursor: pointer; font-weight: 700; color: var(--navy);
  padding: 16px 0; display: flex; justify-content: space-between; gap: 16px; align-items: center;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; font-size: 1.4rem; color: var(--accent-dark); font-weight: 400; transition: transform .15s ease; }
.faq details[open] summary::after { transform: rotate(45deg); }
.faq details p { color: var(--muted); margin: 0 0 16px; }

/* ---------- trust strip ---------- */
.trust-strip { background: var(--surface); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.trust-strip .wrap { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; padding: 26px 20px; }
.trust-item { display: flex; gap: 12px; align-items: flex-start; }
.trust-item .ti-icon { flex: 0 0 auto; width: 38px; height: 38px; border-radius: var(--radius-sm); background: var(--green-soft); color: var(--green); display: grid; place-items: center; }
.trust-item .ti-icon svg { width: 20px; height: 20px; }
.trust-item .text-strong { display: block; font-size: .98rem; color: var(--navy); }
.trust-item span { font-size: .86rem; color: var(--muted); }

/* ---------- responsible gaming notice ---------- */
.rg-note {
  display: flex; align-items: center; gap: 14px; flex-wrap: wrap;
  background: #fff6e6; border: 1px solid var(--accent-soft); border-radius: var(--radius);
  padding: 16px 20px; color: #5a4413; font-size: .94rem;
}
.rg-badge { flex: 0 0 auto; font-weight: 900; background: var(--navy); color: var(--accent); border-radius: var(--radius-sm); padding: 8px 12px; font-size: 1rem; letter-spacing: .02em; }

/* ---------- footer ---------- */
footer { background: var(--navy); color: #c7cce6; margin-top: 20px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 36px; padding: 50px 0 34px; }
footer .brand { color: #fff; margin-bottom: 12px; }
footer .brand small { color: #9aa1c4; }
.footer-about { color: #aeb4d6; font-size: .94rem; max-width: 40ch; }
.footer-col h4 { color: #fff; font-size: .92rem; letter-spacing: .06em; text-transform: uppercase; margin: 0 0 14px; }
.footer-col ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 9px; }
.footer-col a { color: #c7cce6; font-size: .95rem; }
.footer-col a:hover { color: #fff; }
.footer-bottom { border-top: 1px solid rgba(255, 255, 255, .1); padding: 22px 0; font-size: .85rem; color: #9aa1c4; display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; }

/* ---------- utilities ---------- */
.mt-0 { margin-top: 0; }
.center { text-align: center; }
.lead-muted { color: var(--muted); font-size: 1.08rem; }
.divider { height: 1px; background: var(--line); border: 0; margin: 0; }
.section-bg { background: var(--bg-tint); }

/* ---------- responsive ---------- */
@media (max-width: 940px) {
  .hero-inner { grid-template-columns: 1fr; gap: 34px; padding: 48px 20px 54px; }
  .article-layout { grid-template-columns: 1fr; }
  .sidebar { position: static; grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .trust-strip .wrap { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 720px) {
  body { font-size: 16px; }
  .nav { display: none; position: absolute; top: 66px; left: 0; right: 0; background: #fff; border-bottom: 1px solid var(--line); flex-direction: column; align-items: stretch; padding: 8px; box-shadow: var(--shadow-md); }
  .nav.open { display: flex; }
  .nav a { padding: 12px 14px; }
  .nav-toggle { display: inline-flex; }
  .grid-3, .grid-2, .check-grid { grid-template-columns: 1fr; }
  .sidebar { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 26px; }
  .cta-band { padding: 32px 22px; }
  .hero-meta { gap: 16px; }
}
@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; transition: none !important; }
}
