/* Vox Casino APK PL — combined theme styles */

:root {
  --bg: #171a2b;
  --bg-darker: #0b0b10;
  --bg-card: #212535;
  --bg-card-alt: #2b3b67;
  --text: #ffffff;
  --text-muted: #c2c0ce;
  --text-dim: #a29eb6;
  --cta: #ffbe16;
  --cta-2: #fdcc06;
  --accent: #fa771f;
  --accent-2: #d67414;
  --accent-bright: #ffea00;
}
* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body {
  background: var(--bg);
  color: var(--text);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", "Arial", "Noto Sans", sans-serif;
  line-height: 1.6;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
h1, h2, h3, h4, h5, h6 { font-family: inherit; font-weight: 700; letter-spacing: -0.01em; }
a { color: var(--cta); text-decoration: none; }
a:hover { text-decoration: underline; }
img { max-width: 100%; height: auto; display: block; }
.wrapper { max-width: 1180px; margin: 0 auto; padding: 0 20px; }
.section-title { font-size: 28px; margin: 0 0 12px; color: var(--text); text-align: center; }
.section-sub { color: var(--text-muted); text-align: center; max-width: 760px; margin: 0 auto 24px; }
.section-cta { text-align: center; margin-top: 24px; }

/* HEADER */
.site-header { background: var(--bg-darker); padding: 12px 0; border-bottom: 2px solid var(--cta); position: sticky; top: 0; z-index: 100; }
.header__inner { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.header__inner .logo img { max-height: 48px; width: auto; }
.header__collapse { display: flex; align-items: center; gap: 16px; flex: 1; justify-content: flex-end; }
.site-nav .menu { list-style: none; padding: 0; margin: 0; display: flex; gap: 18px; flex-wrap: wrap; }
.site-nav .menu a { color: var(--text); font-weight: 600; font-size: 14px; padding: 6px 0; }
.site-nav .current-menu-item a { color: var(--cta); border-bottom: 2px solid var(--cta); }
.header-buttons { display: flex; gap: 8px; }
.menu-toggle { display: none; }
.hamburger { display: none; cursor: pointer; width: 40px; height: 40px; flex-direction: column; justify-content: center; align-items: center; gap: 5px; padding: 8px; border-radius: 6px; background: rgba(255,255,255,.05); }
.hamburger span { display: block; width: 22px; height: 2px; background: var(--cta); border-radius: 2px; transition: transform .2s, opacity .2s; }
.menu-toggle:checked + .hamburger span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu-toggle:checked + .hamburger span:nth-child(2) { opacity: 0; }
.menu-toggle:checked + .hamburger span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.header__mobile-cta { display: none; }

@media (max-width: 900px) {
  .header__inner { gap: 8px; }
  .hamburger { display: flex; }
  .header__mobile-cta { display: inline-block; margin-left: auto; padding: 8px 14px; font-size: 13px; }
  .header__collapse { display: none; position: absolute; top: 100%; left: 0; right: 0; background: var(--bg-darker); border-bottom: 2px solid var(--cta); padding: 20px; flex-direction: column; align-items: stretch; gap: 20px; box-shadow: 0 12px 24px rgba(0,0,0,.4); z-index: 99; }
  .menu-toggle:checked ~ .header__collapse { display: flex; }
  .site-nav .menu { flex-direction: column; gap: 4px; }
  .site-nav .menu a { display: block; padding: 12px 16px; background: rgba(255,255,255,.03); border-radius: 8px; font-size: 15px; }
  .site-nav .current-menu-item a { background: rgba(255,190,22,.1); border-bottom: none; color: var(--cta); }
  .header-buttons { flex-direction: column; gap: 8px; }
  .header-buttons .btn { display: block; text-align: center; }
}

/* BUTTONS */
.btn { display: inline-block; padding: 12px 20px; border-radius: 8px; font-weight: 700; font-size: 14px; text-decoration: none !important; transition: transform .12s, box-shadow .12s; text-align: center; line-height: 1.2; color: #0b0b10; white-space: nowrap; }
.btn:hover { transform: translateY(-1px); box-shadow: 0 6px 20px rgba(255,190,22,.25); }
.btn-primary { background: #ffbe16; background: linear-gradient(180deg, #ffbe16, #fdcc06); color: #0b0b10 !important; }
.btn-outline { background: transparent; color: #ffffff !important; border: 1px solid rgba(255,255,255,.35); }
.btn-outline:hover { background: rgba(255,255,255,.05); }
.btn-sm { padding: 8px 14px; font-size: 13px; }
.btn-lg { padding: 14px 28px; font-size: 15px; }
.btn-xl { padding: 16px 28px; font-size: 16px; display: inline-flex; flex-direction: column; align-items: center; justify-content: center; }
.btn-xl .btn-title { font-size: 17px; line-height: 1.2; }
.btn-xl .btn-sub { font-size: 12px; opacity: .8; margin-top: 4px; font-weight: 500; }
.btn-block { display: block; width: 100%; }

/* HERO */
.hero { background: radial-gradient(ellipse at top right, #2b3b67, var(--bg-darker) 65%); padding: 40px 0 48px; overflow: hidden; position: relative; }
.hero--android { background: radial-gradient(ellipse at top right, #1a4c2b, var(--bg-darker) 65%); }
.hero--ios { background: radial-gradient(ellipse at top right, #1e3a5c, var(--bg-darker) 65%); }
.hero--jak-pobrac { background: radial-gradient(ellipse at top right, #4a2e1a, var(--bg-darker) 65%); }
.hero--na-prawdziwe-pieniadze { background: radial-gradient(ellipse at top right, #3a1f5c, var(--bg-darker) 65%); }
.hero--z-mozliwoscia-wyplat { background: radial-gradient(ellipse at top right, #1a3a4c, var(--bg-darker) 65%); }
.hero__inner { display: grid; grid-template-columns: 1.1fr .9fr; gap: 40px; align-items: center; }
.hero__eyebrow { display: inline-block; background: rgba(255,190,22,.15); color: var(--cta); padding: 6px 14px; border-radius: 999px; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 14px; border: 1px solid rgba(255,190,22,.3); }
.hero__badges { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 16px; }
.badge { display: inline-block; padding: 4px 10px; border-radius: 999px; font-size: 12px; font-weight: 700; }
.badge--dark { background: rgba(255,255,255,.08); color: var(--text); border: 1px solid rgba(255,255,255,.15); }
.hero__title { font-size: 40px; line-height: 1.15; margin: 0 0 16px; color: var(--text); }
.hero__intro { font-size: 17px; color: var(--text-muted); margin: 0 0 24px; }
.hero__cta { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 28px; }
.hero__bonus-strip { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; padding: 16px; background: rgba(0,0,0,.35); border-radius: 12px; border: 1px solid rgba(255,190,22,.2); }
.bonus-strip__item { display: flex; flex-direction: column; align-items: center; text-align: center; }
.bonus-strip__num { font-size: 24px; font-weight: 800; color: var(--cta); line-height: 1; }
.bonus-strip__label { font-size: 12px; color: var(--text-muted); margin-top: 4px; }
.bonus-strip__label strong { color: var(--text); }
.hero__visual img { border-radius: 16px; box-shadow: 0 20px 60px rgba(0,0,0,.45); }

/* APP DOWNLOAD WIDGET (Google Play / App Store style card) */
.hero__widget-col { display: flex; justify-content: center; align-items: center; }
.app-widget { display: block; background: linear-gradient(180deg, var(--bg-card), var(--bg-darker)); border: 1px solid rgba(255,190,22,.25); border-radius: 20px; overflow: hidden; box-shadow: 0 24px 60px rgba(0,0,0,.5); text-decoration: none !important; color: var(--text) !important; transition: transform .2s, box-shadow .2s, border-color .2s; max-width: 460px; width: 100%; }
.app-widget:hover { transform: translateY(-4px); border-color: var(--cta); box-shadow: 0 30px 70px rgba(255,190,22,.2); }
.app-widget__preview { position: relative; background: var(--bg-darker); overflow: hidden; aspect-ratio: 16/9; }
.app-widget__preview img { width: 100%; height: 100%; object-fit: cover; display: block; }
.app-widget__preview-badge { position: absolute; top: 12px; right: 12px; background: var(--cta); color: var(--bg-darker); font-weight: 800; font-size: 12px; padding: 6px 10px; border-radius: 999px; display: inline-flex; align-items: center; gap: 4px; box-shadow: 0 4px 12px rgba(0,0,0,.35); }
.app-widget__preview--payment { aspect-ratio: auto; padding: 20px; background: linear-gradient(135deg, var(--bg-card-alt), var(--bg-darker)); }
.app-widget__preview-header { font-weight: 700; color: var(--cta); margin-bottom: 12px; font-size: 14px; text-transform: uppercase; letter-spacing: .5px; }
.app-widget__payments { display: flex; flex-direction: column; gap: 6px; }
.app-widget__pay-row { display: flex; justify-content: space-between; padding: 8px 12px; background: rgba(255,255,255,.04); border-radius: 6px; font-size: 13px; }
.app-widget__pay-row span:first-child { color: var(--text); font-weight: 700; }
.app-widget__pay-row span:last-child { color: var(--text-muted); font-size: 12px; }

.app-widget__body { padding: 20px; }
.app-widget__title-row { display: flex; align-items: center; gap: 12px; margin-bottom: 12px; }
.app-widget__icon { width: 52px; height: 52px; border-radius: 12px; background: #fff; padding: 4px; box-shadow: 0 4px 12px rgba(0,0,0,.3); flex-shrink: 0; display: flex; align-items: center; justify-content: center; }
.app-widget__icon img { max-width: 100%; height: auto; }
.app-widget__title-block { flex: 1; min-width: 0; }
.app-widget__name { margin: 0; font-size: 18px; color: var(--text); font-weight: 800; }
.app-widget__cat { font-size: 12px; color: var(--text-dim); }
.app-widget__ver-badge { background: rgba(255,190,22,.15); color: var(--cta); font-size: 11px; font-weight: 700; padding: 4px 8px; border-radius: 6px; border: 1px solid rgba(255,190,22,.3); flex-shrink: 0; }

.app-widget__rating { display: flex; align-items: center; gap: 6px; margin-bottom: 14px; padding-bottom: 14px; border-bottom: 1px solid rgba(255,255,255,.06); }
.app-widget__stars { display: inline-flex; gap: 1px; color: var(--cta); }
.app-widget__stars .star--empty { color: rgba(255,190,22,.3); }
.app-widget__rating-num { font-weight: 800; color: var(--text); font-size: 15px; }
.app-widget__rating-count { color: var(--text-dim); font-size: 12px; }

.app-widget__specs { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px 16px; margin-bottom: 16px; }
.app-widget__spec { display: flex; flex-direction: column; }
.app-widget__spec-label { font-size: 11px; text-transform: uppercase; letter-spacing: .5px; color: var(--text-dim); font-weight: 600; }
.app-widget__spec-val { font-size: 14px; color: var(--text); font-weight: 700; margin-top: 2px; }

.app-widget__steps { margin: 0 0 16px; padding-left: 0; list-style: none; counter-reset: wstep; }
.app-widget__steps li { counter-increment: wstep; position: relative; padding-left: 32px; margin: 8px 0; font-size: 13px; color: var(--text-muted); }
.app-widget__steps li::before { content: counter(wstep); position: absolute; left: 0; top: -2px; width: 22px; height: 22px; background: var(--cta); color: var(--bg-darker); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 900; font-size: 12px; }

.app-widget__cta-wrap { margin-bottom: 12px; }
.app-widget__cta { display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 14px 20px; background: linear-gradient(180deg, var(--cta), var(--cta-2)); color: var(--bg-darker); border-radius: 10px; font-weight: 800; text-align: center; box-shadow: 0 6px 16px rgba(255,190,22,.25); transition: transform .12s; }
.app-widget:hover .app-widget__cta { transform: translateY(-1px); box-shadow: 0 8px 20px rgba(255,190,22,.35); }
.app-widget__cta-title { font-size: 15px; letter-spacing: .01em; }
.app-widget__cta-sub { font-size: 11px; font-weight: 500; opacity: .75; margin-top: 2px; }

.app-widget__extras { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; }
.app-widget__extra { display: inline-flex; align-items: center; gap: 4px; font-size: 11px; color: var(--text-dim); background: rgba(255,255,255,.04); padding: 4px 8px; border-radius: 999px; }
.app-widget__extra svg { color: var(--cta); flex-shrink: 0; }

@media (max-width: 900px) {
  .app-widget { max-width: 100%; }
  .hero__widget-col { margin-top: 24px; }
}

/* BONUS BANNER */
.bonus-banner { background: linear-gradient(135deg, var(--accent), var(--cta)); color: var(--bg-darker); padding: 56px 0; margin: 0; position: relative; overflow: hidden; }
.bonus-banner::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 15% 20%, rgba(255,255,255,.15), transparent 50%), radial-gradient(circle at 85% 80%, rgba(11,11,16,.15), transparent 50%); pointer-events: none; }
.bonus-banner .wrapper { position: relative; z-index: 1; }
.bonus-banner__head { text-align: center; margin-bottom: 32px; }
.bonus-banner__eyebrow { display: inline-block; background: var(--bg-darker); color: var(--cta); padding: 6px 16px; border-radius: 999px; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 16px; }
.bonus-banner__title { font-size: 48px; margin: 0 0 12px; line-height: 1.05; color: var(--bg-darker); letter-spacing: -0.02em; font-weight: 900; }
.bonus-banner__amount { color: var(--bg-darker); font-weight: 900; font-size: 64px; display: inline-block; }
.bonus-banner__plus { color: var(--bg-darker); opacity: .5; margin: 0 4px; }
.bonus-banner__fs { font-size: 48px; }
.bonus-banner__sub { font-size: 15px; margin: 0 auto; max-width: 700px; color: rgba(11,11,16,.8); }
.bonus-banner__cta { text-align: center; margin-top: 32px; }
.bonus-banner__disclaimer { font-size: 11px; margin: 16px 0 0; color: rgba(11,11,16,.6); }

/* DEPOSITS GRID (inside bonus-banner) */
.deposits-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); gap: 16px; }
.deposit-card { position: relative; display: block; background: linear-gradient(180deg, var(--bg-card-alt), var(--bg-darker)); border-radius: 14px; padding: 20px 16px 16px; text-align: center; text-decoration: none !important; color: var(--text); border: 2px solid transparent; transition: transform .2s, border-color .2s, box-shadow .2s; overflow: hidden; }
.deposit-card::before { content: ""; position: absolute; top: -30px; right: -30px; width: 100px; height: 100px; background: radial-gradient(circle, rgba(255,190,22,.2), transparent 70%); border-radius: 50%; }
.deposit-card:hover { transform: translateY(-4px); border-color: var(--cta); box-shadow: 0 12px 30px rgba(0,0,0,.35); }
.deposit-card__badge { position: absolute; top: 12px; left: 12px; background: var(--cta); color: var(--bg-darker); font-weight: 900; font-size: 14px; padding: 4px 10px; border-radius: 6px; z-index: 1; }
.deposit-card__label { font-size: 12px; color: var(--text-muted); text-transform: uppercase; letter-spacing: .5px; margin: 24px 0 8px; }
.deposit-card__amount { font-size: 22px; font-weight: 900; color: var(--cta); margin-bottom: 6px; line-height: 1.1; letter-spacing: -0.01em; }
.deposit-card__fs { font-size: 13px; color: var(--text-muted); margin-bottom: 14px; }
.deposit-card__cta { display: block; padding: 10px 12px; background: var(--cta); color: var(--bg-darker); font-weight: 700; font-size: 13px; border-radius: 8px; transition: background .2s; }
.deposit-card--locked .deposit-card__cta { background: rgba(255,190,22,.35); color: rgba(11,11,16,.7); }
.deposit-card:hover .deposit-card__cta { background: var(--cta-2); }

/* BTN DARK (used on bonus banner CTA) */
.btn-dark { background: var(--bg-darker) !important; color: var(--cta) !important; border: 2px solid var(--bg-darker); }
.btn-dark:hover { background: transparent !important; color: var(--bg-darker) !important; box-shadow: 0 6px 20px rgba(0,0,0,.3); }

/* TOC */
.toc { background: var(--bg-card); border: 1px solid rgba(255,255,255,.08); border-left: 4px solid var(--cta); border-radius: 10px; padding: 20px 24px; margin: 32px auto; max-width: 900px; }
.toc__head { font-size: 14px; text-transform: uppercase; letter-spacing: .5px; color: var(--cta); font-weight: 700; margin-bottom: 12px; }
.toc__list { margin: 0; padding-left: 20px; columns: 2; column-gap: 32px; }
.toc__list li { margin: 6px 0; color: var(--text-muted); break-inside: avoid; }
.toc__list a { color: var(--text); }

/* CONTENT SECTIONS */
.content-section { margin: 32px auto; max-width: 900px; padding: 0 20px; }
.content-section__wrap { background: var(--bg-card); border-radius: 14px; padding: 32px; border: 1px solid rgba(255,255,255,.06); }
.content-section__body { max-width: 780px; margin: 0 auto; }
.content-section__title { margin: 0 0 16px; font-size: 26px; color: var(--cta); scroll-margin-top: 80px; line-height: 1.25; }

/* IMAGE BANNER (full-width, between text sections) */
.image-banner { margin: 40px auto; max-width: 1140px; padding: 0; }
.image-banner img { width: 100%; height: auto; border-radius: 14px; display: block; box-shadow: 0 12px 40px rgba(0,0,0,.35); }
.image-banner__cap { text-align: center; color: var(--text-dim); font-size: 13px; margin-top: 10px; font-style: italic; }
.content-section__body p { color: var(--text-muted); margin: 12px 0; }
.content-section__body h3 { color: var(--text); margin: 20px 0 8px; font-size: 18px; }
.content-section__body ul.checks, .content-section__body ol.steps { padding-left: 0; margin: 12px 0; list-style: none; }
.content-section__body ul.checks li { position: relative; padding-left: 30px; margin: 10px 0; color: var(--text-muted); }
.content-section__body ul.checks li::before { content: "✓"; position: absolute; left: 0; top: 0; color: var(--cta); font-weight: 900; font-size: 18px; }
.content-section__body ol.steps { counter-reset: step; }
.content-section__body ol.steps li { position: relative; padding-left: 44px; margin: 12px 0; color: var(--text-muted); min-height: 32px; }
.content-section__body ol.steps li::before { counter-increment: step; content: counter(step); position: absolute; left: 0; top: -2px; width: 30px; height: 30px; background: var(--cta); color: var(--bg-darker); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 900; font-size: 15px; }
.content-section__body strong { color: var(--text); }
.content-section__body a { color: var(--cta); text-decoration: underline; }
.content-section__cta { margin-top: 20px; }

/* FAQ */
.faq details.faq__item { background: var(--bg-darker); border-radius: 8px; margin: 8px 0; border: 1px solid rgba(255,255,255,.06); }
.faq details.faq__item summary { list-style: none; cursor: pointer; padding: 16px 20px; font-weight: 700; color: var(--text); display: flex; justify-content: space-between; align-items: center; }
.faq details.faq__item summary::-webkit-details-marker { display: none; }
.faq details.faq__item summary::after { content: "+"; color: var(--cta); font-size: 22px; font-weight: 400; margin-left: 12px; }
.faq details.faq__item[open] summary::after { content: "−"; }
.faq details.faq__item .faq__body { padding: 0 20px 16px; color: var(--text-muted); }
.faq details.faq__item .faq__body p:first-child { margin-top: 0; }

/* BONUS ROW */
.bonus-row { margin: 48px 0; }
.bonus-row__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 20px; }
.bonus-card { background: linear-gradient(180deg, var(--bg-card), var(--bg-darker)); border: 1px solid rgba(255,190,22,.25); border-radius: 16px; padding: 28px 20px; text-align: center; transition: transform .2s, border-color .2s, box-shadow .2s; }
.bonus-card:hover { transform: translateY(-4px); border-color: var(--cta); box-shadow: 0 12px 30px rgba(255,190,22,.15); }
.bonus-card__icon { display: flex; justify-content: center; margin-bottom: 12px; }
.bonus-card__icon svg { display: block; }
.bonus-card__label { font-size: 12px; color: var(--text-muted); text-transform: uppercase; letter-spacing: 1px; margin-bottom: 10px; font-weight: 600; }
.bonus-card__amount { font-size: 24px; font-weight: 800; color: var(--cta); margin-bottom: 16px; line-height: 1.2; letter-spacing: -0.02em; }
.bonus-card__meta { list-style: none; padding: 0; margin: 0 0 18px; font-size: 13px; color: var(--text-muted); }
.bonus-card__meta li { margin: 4px 0; }

/* SLOTS GRID */
.best-games { margin: 40px 0; }
.tab-bar { display: flex; gap: 8px; flex-wrap: wrap; justify-content: center; margin-bottom: 20px; }
.tab-btn { background: var(--bg-card); color: var(--text-muted); border: 1px solid rgba(255,255,255,.1); padding: 8px 16px; border-radius: 999px; font-weight: 600; font-size: 14px; cursor: not-allowed; }
.tab-btn.is-active { background: var(--cta); color: var(--bg-darker); border-color: var(--cta); }
.best-games__list { display: grid; grid-template-columns: repeat(auto-fill, minmax(140px, 1fr)); gap: 12px; }
.best-games__item-img { position: relative; display: block; background: var(--bg-darker); border-radius: 10px; overflow: hidden; aspect-ratio: 1/1; text-decoration: none; }
.best-games__item-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s; }
.best-games__item-img:hover img { transform: scale(1.05); }
.game-tile__play { position: absolute; inset: auto 0 0 0; padding: 8px; background: linear-gradient(0deg, rgba(0,0,0,.8), transparent); color: var(--cta); font-weight: 700; text-align: center; font-size: 12px; opacity: 0; transition: opacity .2s; }
.best-games__item-img:hover .game-tile__play { opacity: 1; }

/* PROVIDERS / PAYMENTS */
.providers, .payments { margin: 40px 0; }
.provider-grid, .payment-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(120px, 1fr)); gap: 12px; }
.provider-tile, .payment-tile { background: #fff; padding: 12px; border-radius: 8px; display: flex; align-items: center; justify-content: center; min-height: 68px; transition: transform .2s; }
.provider-tile:hover, .payment-tile:hover { transform: translateY(-2px); }
.provider-tile img, .payment-tile img { max-height: 44px; width: auto; object-fit: contain; }

/* REVIEWS */
.reviews { margin: 40px 0; }
.reviews__head { text-align: center; margin-bottom: 28px; }
.reviews__score { display: inline-flex; align-items: center; gap: 12px; margin-top: 8px; flex-wrap: wrap; justify-content: center; }
.reviews__score-num { font-size: 44px; font-weight: 900; color: var(--cta); line-height: 1; }
.reviews__score-stars { color: var(--cta); display: inline-flex; gap: 2px; }
.reviews__score-stars .star--empty { color: rgba(255,190,22,.3); }
.reviews__score-count { font-size: 13px; color: var(--text-muted); }
.reviews__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 16px; }
.review { background: var(--bg-card); border-radius: 12px; padding: 20px; border: 1px solid rgba(255,255,255,.06); }
.review__head { display: flex; align-items: center; gap: 12px; margin-bottom: 12px; }
.review__name { font-weight: 700; color: var(--text); }
.review__stars { display: inline-flex; gap: 2px; color: var(--cta); margin-top: 4px; }
.review__stars .star--empty { color: rgba(255,190,22,.3); }
.review__text { color: var(--text-muted); margin: 0; font-style: italic; }

/* MAIN */
main { padding: 20px 0; }
main article { margin: 0 auto; max-width: 1180px; }

/* AUTHOR CARD (extended byline with description) */
.author-card { background: linear-gradient(180deg, var(--bg-card), var(--bg-darker)); padding: 20px 24px; border-radius: 14px; border: 1px solid rgba(255,255,255,.08); border-left: 4px solid var(--cta); color: var(--text-muted); margin: 24px auto; max-width: 920px; display: flex; align-items: flex-start; gap: 18px; }
.author-card__avatar { width: 72px; height: 72px; border-radius: 50%; background: #fff; padding: 3px; border: 2px solid var(--cta); box-sizing: content-box; flex-shrink: 0; }
.author-card__body { flex: 1; min-width: 0; }
.author-card__row1 { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; margin-bottom: 6px; font-size: 14px; line-height: 1.4; }
.author-card__by { color: var(--text-dim); font-size: 13px; text-transform: uppercase; letter-spacing: .8px; font-weight: 600; }
.author-card__name { color: var(--text) !important; font-weight: 700; font-size: 17px; text-decoration: none; }
.author-card__name:hover { color: var(--cta) !important; text-decoration: none; }
.author-card__sep { color: var(--text-dim); opacity: .5; }
.author-card__role { color: var(--cta); font-weight: 600; font-size: 14px; }
.author-card__years { color: var(--text-muted); font-size: 13px; }
.author-card__bio { margin: 6px 0 10px; color: var(--text-muted); font-size: 14px; line-height: 1.55; }
.author-card__row3 { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; font-size: 12px; color: var(--text-dim); }
.author-card__credential { color: var(--cta); font-weight: 600; }
.author-card__date { color: var(--text-dim); }
@media (max-width: 640px) {
  .author-card { flex-direction: column; align-items: flex-start; padding: 20px; }
  .author-card__row1 { font-size: 13px; }
}
.author-bio-box { background: var(--bg-card); border-left: 4px solid var(--cta); color: var(--text-muted); margin: 48px auto 0; padding: 28px; border-radius: 10px; display: flex; gap: 24px; max-width: 900px; align-items: flex-start; flex-wrap: wrap; border-top: 1px solid rgba(255,255,255,.06); border-right: 1px solid rgba(255,255,255,.06); border-bottom: 1px solid rgba(255,255,255,.06); }
.author-bio-box .avatar-wrap img { width: 96px; height: 96px; border-radius: 50%; background: #fff; padding: 3px; border: 2px solid var(--cta); box-sizing: content-box; }
.author-bio-box .bio-body { flex: 1 1 300px; min-width: 0; }
.author-bio-box h3 { color: var(--text); margin: 0 0 4px; font-size: 20px; }
.author-bio-box .bio-role { color: var(--text-dim); font-size: 13px; margin: 0 0 12px; }
.author-bio-box .bio-text { margin: 0 0 12px; }
.author-bio-box .bio-credential { color: var(--text-dim); font-style: italic; font-size: 13px; margin: 0; }
.author-wrap { max-width: 1180px; margin: 0 auto; padding: 0 20px; }

/* FOOTER */
.site-footer { background: var(--bg-darker); color: var(--text-muted); padding: 40px 0 24px; margin-top: 60px; border-top: 2px solid var(--cta); }
.footer__trust { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 16px; padding: 16px; background: var(--bg-card); border-radius: 12px; margin-bottom: 32px; border: 1px solid rgba(255,255,255,.06); }
.footer__trust-item { display: flex; flex-direction: column; align-items: center; text-align: center; }
.footer__trust-label { font-size: 11px; text-transform: uppercase; letter-spacing: .5px; color: var(--text-dim); }
.footer__trust-value { font-weight: 700; color: var(--text); margin-top: 4px; }
.footer__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 24px; }
.footer__col h4 { color: var(--cta); margin: 0 0 12px; font-size: 15px; }
.footer__col ul { list-style: none; padding: 0; margin: 0; }
.footer__col li { margin: 6px 0; font-size: 14px; }
.footer__col a { color: var(--text-muted); }
.footer__col a:hover { color: var(--cta); }
.footer__tagline { font-size: 13px; margin: 12px 0; }
.footer__legal { margin-top: 24px; padding-top: 20px; border-top: 1px solid var(--bg-card); font-size: 12px; color: var(--text-dim); text-align: center; }
.footer__legal a { color: var(--cta); }

/* SYSTEM PAGE STYLE (kontakt / regulamin / polityka) */
.system-page { background: var(--bg-card); padding: 32px; border-radius: 12px; max-width: 900px; margin: 20px auto; }
.system-page h2 { color: var(--cta); margin-top: 32px; }
.system-page p, .system-page li { color: var(--text-muted); }
.system-page strong { color: var(--text); }
.system-page a { color: var(--cta); text-decoration: underline; }
.system-page ul, .system-page ol { padding-left: 24px; }
.contact-form input, .contact-form textarea, .contact-form select { width: 100%; max-width: 480px; background: var(--bg-darker); color: var(--text); border: 1px solid rgba(255,255,255,.15); padding: 10px 12px; border-radius: 6px; font-family: inherit; font-size: 14px; }
.contact-form label { font-weight: 600; color: var(--text); }

/* RESPONSIVE */
@media (max-width: 900px) {
  .hero { padding: 24px 0 32px; }
  .hero__inner { grid-template-columns: 1fr; gap: 24px; }
  .hero__title { font-size: 26px; }
  .hero__intro { font-size: 15px; }
  /* Mobile hero flow: eyebrow/badges/H1 → download widget → CTA → intro → stats */
  .hero__text { display: contents; }
  .hero__eyebrow { order: 1; }
  .hero__badges { order: 2; }
  .hero__title { order: 3; }
  .hero__widget-col { order: 4; }
  .hero__cta { order: 5; margin-top: 0; }
  .hero__intro { order: 6; }
  .hero__bonus-strip { order: 7; }
  .hero__cta { flex-direction: column; gap: 10px; }
  .hero__cta .btn { width: 100%; }
  .bonus-banner__title { font-size: 30px; }
  .bonus-banner__amount { font-size: 44px; }
  .bonus-banner__fs { font-size: 32px; }
  .toc__list { columns: 1; }
  .deposits-grid { grid-template-columns: 1fr 1fr; }
  /* App widget compact on mobile — keep everything visible above fold */
  .app-widget { max-width: 100%; }
  .app-widget__body { padding: 16px; }
  .app-widget__preview { aspect-ratio: 16/8; }
  .app-widget__title-row { gap: 10px; }
  .app-widget__icon { width: 44px; height: 44px; }
  .app-widget__name { font-size: 16px; }
  .app-widget__specs { grid-template-columns: repeat(2, 1fr); gap: 8px 12px; margin-bottom: 12px; }
  .app-widget__spec-val { font-size: 13px; }
  .app-widget__cta { padding: 12px 16px; }
  .app-widget__cta-title { font-size: 14px; }
  .hero__widget-col { margin-top: 0; }
}
@media (max-width: 480px) {
  .deposits-grid { grid-template-columns: 1fr; }
  .hero__bonus-strip { grid-template-columns: repeat(2, 1fr); }
  .bonus-banner__title { font-size: 24px; }
  .bonus-banner__amount { font-size: 36px; }
}
@media (max-width: 640px) {
  .header__inner { flex-direction: column; align-items: stretch; }
  .site-nav .menu { justify-content: center; gap: 12px; font-size: 13px; }
  .header-buttons { justify-content: center; }
  .hero__bonus-strip { grid-template-columns: repeat(2, 1fr); }
  .content-section__wrap { padding: 20px; }
  .content-section__title { font-size: 22px; }
  .section-title { font-size: 22px; }
}
