/*
Theme Name: Vox Casino
Theme URI: https://inaust.org/
Author: Vox Casino Team
Description: Custom theme for Vox Casino
Version: 1.0.4
License: GNU General Public License v2 or later
Text Domain: vox-casino-pl
*/


/* Vox Casino PL — theme */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: 'Helvetica Neue', Helvetica, Arial, 'Verdana', sans-serif;
  background: #171a2b;
  color: #ffffff;
  line-height: 1.55;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
a { color: #ffbe16; text-decoration: none; transition: color .15s; }
a:hover { color: #fdcc06; }
img { max-width: 100%; height: auto; display: block; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 16px; }

/* Header */
.site-header {
  background: #0b0b10;
  border-bottom: 1px solid #1f2240;
  padding: 14px 0;
  position: sticky; top: 0; z-index: 50;
}
.site-header__inner {
  display: flex; align-items: center; justify-content: space-between;
  gap: 18px; flex-wrap: wrap;
}
.site-header__logo img { height: 36px; width: auto; }
.site-nav { display: flex; gap: 14px; flex-wrap: wrap; }
.site-nav a {
  color: #c2c0ce;
  font-size: 14px; padding: 6px 10px;
  border-radius: 6px;
  text-transform: none;
  white-space: nowrap;
}
.site-nav a:hover { background: #2b3b67; color: #ffffff; }
.site-nav a.active { color: #ffbe16; }
.header-cta {
  display: flex; gap: 8px; align-items: center;
}
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 10px 18px; border-radius: 8px;
  font-weight: 700; font-size: 14px;
  background: #ffbe16; color: #0b0b10;
  border: none; cursor: pointer;
  text-transform: uppercase; letter-spacing: .3px;
  transition: transform .12s, box-shadow .15s, background .15s;
  text-align: center; line-height: 1.1;
}
.btn:hover { background: #fdcc06; color: #0b0b10; transform: translateY(-1px); box-shadow: 0 6px 18px rgba(255,190,22,.28); }
.btn--outline {
  background: transparent; color: #ffbe16; border: 1px solid #ffbe16;
}
.btn--outline:hover { background: #ffbe16; color: #0b0b10; }
.btn--lg { padding: 14px 28px; font-size: 16px; }
.btn--block { display: flex; width: 100%; }

/* Mobile menu toggle */
.menu-toggle {
  display: none; background: none; border: none; color: #ffffff;
  font-size: 24px; cursor: pointer; padding: 4px 8px;
}

/* Hero */
.hero {
  background: linear-gradient(135deg, #212535 0%, #2b3b67 60%, #0b0b10 100%);
  padding: 60px 0 50px;
  position: relative;
  overflow: hidden;
}
.hero__inner {
  display: grid; grid-template-columns: 1.4fr 1fr; gap: 32px;
  align-items: center;
}
.hero__copy h1 {
  font-size: 38px; margin: 0 0 14px;
  line-height: 1.15; font-weight: 800;
  color: #ffffff;
}
.hero__copy h1 .accent { color: #ffbe16; }
.hero__copy p { font-size: 18px; color: #c2c0ce; margin: 0 0 22px; max-width: 580px; }
.hero__cta-row { display: flex; gap: 12px; flex-wrap: wrap; }
.hero__img { text-align: center; }
.hero__img img { max-height: 360px; margin: 0 auto; }

/* Promo widget */
.promo-widget {
  background: linear-gradient(135deg, #2b3b67 0%, #212535 100%);
  border: 1px solid #ffbe16;
  border-radius: 16px;
  padding: 24px;
  margin: 36px 0;
  display: grid; grid-template-columns: 80px 1fr auto; gap: 18px;
  align-items: center;
}
.promo-widget__logo img { width: 64px; height: 64px; border-radius: 12px; }
.promo-widget__body strong {
  display: block; font-size: 20px; color: #ffffff; margin-bottom: 6px;
}
.promo-widget__code {
  display: inline-flex; align-items: center; gap: 6px;
  background: #0b0b10; color: #ffbe16;
  padding: 6px 12px; border-radius: 6px; font-family: ui-monospace, Consolas, monospace;
  font-weight: 700; font-size: 16px; letter-spacing: 1px;
  border: 1px dashed #ffbe16;
}

/* Section base */
section.block { padding: 50px 0; }
section.block--alt { background: #212535; }
section.block h2 {
  font-size: 30px; margin: 0 0 24px; color: #ffffff;
  font-weight: 800; line-height: 1.2;
}
section.block h2 .accent { color: #ffbe16; }
section.block p { color: #c2c0ce; margin: 0 0 16px; }

/* Bonus cards */
.bonus-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px;
}
.bonus-card {
  background: #262646;
  border: 1px solid #2f3258;
  border-radius: 14px;
  padding: 22px;
  display: flex; flex-direction: column; gap: 12px;
  transition: border-color .15s, transform .15s;
}
.bonus-card:hover { border-color: #ffbe16; transform: translateY(-3px); }
.bonus-card__rating { color: #ffbe16; font-size: 14px; }
.bonus-card__title {
  font-size: 22px; color: #ffffff; font-weight: 800; margin: 0;
}
.bonus-card__title small { display: block; font-size: 13px; color: #a29eb6; font-weight: 400; margin-top: 4px; }
.bonus-card__list { list-style: none; padding: 0; margin: 0; color: #c2c0ce; font-size: 14px; }
.bonus-card__list li { padding: 4px 0; border-bottom: 1px solid #2f3258; }
.bonus-card__list li:last-child { border-bottom: none; }
.bonus-card__list li::before { content: '✓ '; color: #ffbe16; font-weight: 700; }

/* Slot grid */
.slot-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px;
}
.slot-tile {
  display: block; color: inherit; text-decoration: none;
  transition: transform .15s;
}
.slot-tile:hover { transform: translateY(-3px); }
.slot-tile__img {
  position: relative; aspect-ratio: 16/10;
  border-radius: 10px; overflow: hidden;
  background: #262646;
}
.slot-tile__img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.slot-tile__cta {
  position: absolute; inset: 0; display: flex; align-items: center; justify-content: center;
  background: rgba(11,11,16,.7); opacity: 0; transition: opacity .15s;
}
.slot-tile:hover .slot-tile__cta { opacity: 1; }
.slot-tile__meta {
  padding: 10px 2px 0;
  display: flex; flex-direction: column; gap: 2px;
}
.slot-tile__name { color: #ffffff; font-size: 15px; font-weight: 700; }
.slot-tile__provider { color: #a29eb6; font-size: 13px; }

/* Provider / payment row */
.icon-row {
  display: grid; grid-template-columns: repeat(7, 1fr); gap: 14px;
  align-items: center;
}
.icon-row__item {
  background: #262646; border-radius: 10px;
  padding: 14px 8px; text-align: center;
  min-height: 70px; display: flex; align-items: center; justify-content: center;
}
.icon-row__item img {
  max-height: 36px; max-width: 100%; width: auto;
  filter: brightness(1.05);
}

/* Reviews */
.reviews-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px;
}
.review-card {
  background: #262646; padding: 20px;
  border-radius: 12px; border: 1px solid #2f3258;
}
.review-card__head { display: flex; align-items: center; gap: 12px; margin-bottom: 10px; }
.review-card__avatar {
  width: 44px; height: 44px; border-radius: 50%;
  background: linear-gradient(135deg, #ffbe16, #fa771f);
  display: flex; align-items: center; justify-content: center;
  color: #0b0b10; font-weight: 800; font-size: 18px;
}
.review-card__meta strong { display: block; color: #ffffff; font-size: 14px; }
.review-card__rating { color: #ffbe16; font-size: 13px; }
.review-card__text { color: #c2c0ce; font-size: 14px; }

/* Content body */
.entry-content {
  font-size: 16px;
  color: #c2c0ce;
}
.entry-content h2 {
  color: #ffffff; font-size: 26px; margin: 36px 0 14px;
  padding-bottom: 8px; border-bottom: 2px solid #ffbe16;
}
.entry-content h3 {
  color: #ffffff; font-size: 20px; margin: 28px 0 12px;
}
.entry-content h4 { color: #ffffff; font-size: 17px; margin: 22px 0 10px; }
.entry-content p { margin: 0 0 16px; }
.entry-content ul, .entry-content ol { margin: 0 0 18px; padding-left: 24px; }
.entry-content li { margin-bottom: 6px; }
.entry-content strong { color: #ffffff; }
.entry-content blockquote {
  border-left: 3px solid #ffbe16;
  background: #262646;
  padding: 14px 18px; margin: 18px 0;
  color: #c2c0ce;
}
.entry-content table {
  width: 100%; border-collapse: collapse; margin: 20px 0;
  background: #262646; border-radius: 10px; overflow: hidden;
}
.entry-content th, .entry-content td {
  padding: 12px 14px; text-align: left;
  border-bottom: 1px solid #2f3258; font-size: 14px;
}
.entry-content th { background: #2b3b67; color: #ffffff; font-weight: 700; }
.entry-content tr:last-child td { border-bottom: none; }
.entry-content a { text-decoration: underline; text-underline-offset: 3px; }
.entry-content code {
  background: #0b0b10; padding: 2px 6px;
  border-radius: 4px; font-size: .9em; color: #ffbe16;
}

/* FAQ */
.faq { display: flex; flex-direction: column; gap: 8px; margin-top: 12px; }
.faq__item {
  background: #262646; border: 1px solid #2f3258;
  border-radius: 10px; overflow: hidden;
}
.faq__item summary {
  list-style: none; cursor: pointer;
  padding: 16px 20px; font-weight: 700; color: #ffffff;
  font-size: 15px;
  display: flex; align-items: center; justify-content: space-between; gap: 12px;
}
.faq__item summary::-webkit-details-marker { display: none; }
.faq__item summary::after {
  content: '+'; color: #ffbe16; font-size: 22px; font-weight: 700; flex-shrink: 0;
}
.faq__item[open] summary::after { content: '−'; }
.faq__item[open] summary { border-bottom: 1px solid #2f3258; }
.faq__answer { padding: 14px 20px 18px; color: #c2c0ce; font-size: 14px; line-height: 1.6; }

/* Sidebar / breadcrumb */
.breadcrumb {
  font-size: 13px; color: #a29eb6;
  padding: 14px 0;
}
.breadcrumb a { color: #c2c0ce; }
.breadcrumb a:hover { color: #ffbe16; }
.wiki-grid {
  display: grid; grid-template-columns: 1fr 280px; gap: 32px;
}
.wiki-sidebar {
  background: #262646; padding: 18px;
  border-radius: 10px; align-self: start;
  position: sticky; top: 90px;
}
.wiki-sidebar h4 { color: #ffffff; margin: 0 0 12px; font-size: 14px; text-transform: uppercase; letter-spacing: .8px; }
.wiki-sidebar ul { list-style: none; padding: 0; margin: 0; }
.wiki-sidebar li a {
  display: block; padding: 8px 0; color: #c2c0ce;
  font-size: 14px; border-bottom: 1px solid #2f3258;
}
.wiki-sidebar li:last-child a { border-bottom: none; }
.wiki-sidebar li a:hover { color: #ffbe16; }

/* CTA strip */
.cta-strip {
  background: linear-gradient(135deg, #ffbe16 0%, #fa771f 100%);
  color: #0b0b10;
  padding: 32px 28px; margin: 40px 0;
  border-radius: 12px;
  text-align: center;
}
.cta-strip h2 {
  color: #1a1208 !important; margin: 0 0 10px; font-size: 28px;
  font-weight: 800; border-bottom: none !important; padding-bottom: 0 !important;
  text-shadow: 0 1px 0 rgba(255,255,255,.22);
}
.cta-strip p {
  color: #1a1208 !important; margin: 0 0 20px;
  font-weight: 700; font-size: 17px; opacity: 1;
  text-shadow: 0 1px 0 rgba(255,255,255,.22);
}
.cta-strip .btn {
  background: #0b0b10; color: #ffbe16;
}
.cta-strip .btn:hover { background: #1a1c2e; color: #ffbe16; }

/* App showcase */
.app-showcase {
  display: grid; grid-template-columns: 1fr 1fr; gap: 32px;
  align-items: center;
}
.app-showcase img { max-height: 480px; }
.app-features li { font-size: 15px; }

/* Footer */
.site-footer {
  background: #0b0b10; padding: 50px 0 24px;
  margin-top: 60px;
  border-top: 3px solid #ffbe16;
}
.footer-grid {
  display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 32px;
}
.footer-grid h4 {
  color: #ffffff; font-size: 14px; text-transform: uppercase;
  letter-spacing: .8px; margin: 0 0 14px;
}
.footer-grid ul { list-style: none; padding: 0; margin: 0; }
.footer-grid li a {
  display: block; padding: 4px 0; color: #c2c0ce; font-size: 14px;
}
.footer-grid li a:hover { color: #ffbe16; }
.footer-brand img { height: 40px; margin-bottom: 14px; }
.footer-brand p { color: #a29eb6; font-size: 13px; line-height: 1.6; }
.footer-licenses {
  display: flex; gap: 16px; align-items: center; flex-wrap: wrap;
  padding: 24px 0; margin-top: 24px;
  border-top: 1px solid #1f2240; border-bottom: 1px solid #1f2240;
}
.footer-licenses img { height: 32px; opacity: .8; }
.footer-badges {
  display: flex; gap: 14px; align-items: center; flex-wrap: wrap;
  padding: 18px 0;
}
.footer-badge {
  background: #262646; padding: 6px 12px;
  border-radius: 6px; font-size: 12px; color: #c2c0ce;
  border: 1px solid #ffbe16;
}
.footer-badge.eighteen { background: #c0392b; color: #fff; border-color: #c0392b; font-weight: 800; }
.footer-copy {
  text-align: center; padding-top: 24px;
  color: #a29eb6; font-size: 13px;
}

/* Tabs (best-games style) */
.tabs { display: flex; gap: 4px; flex-wrap: wrap; margin-bottom: 18px; border-bottom: 1px solid #2f3258; }
.tab-btn {
  background: transparent; border: none;
  color: #c2c0ce; padding: 12px 18px;
  font-size: 14px; font-weight: 700; cursor: pointer;
  border-bottom: 2px solid transparent;
  transition: color .15s, border-color .15s;
}
.tab-btn.active { color: #ffbe16; border-bottom-color: #ffbe16; }

/* Forms */
.form-inline { display: grid; gap: 14px; max-width: 480px; }
.form-inline label { font-size: 14px; color: #ffffff; font-weight: 600; }
.form-inline input, .form-inline select, .form-inline textarea {
  width: 100%; padding: 10px 14px;
  background: #262646; border: 1px solid #2f3258;
  border-radius: 8px; color: #ffffff; font-size: 15px;
  font-family: inherit;
}
.form-inline input:focus, .form-inline select:focus, .form-inline textarea:focus {
  outline: none; border-color: #ffbe16;
}
.form-inline textarea { min-height: 110px; resize: vertical; }

/* Helpers */
.text-center { text-align: center; }
.mb-3 { margin-bottom: 24px; }
.lead { font-size: 18px; color: #c2c0ce; }

/* Responsive */
@media (max-width: 980px) {
  .hero__inner { grid-template-columns: 1fr; }
  .hero__img { display: none; }
  .hero__copy h1 { font-size: 30px; }
  .bonus-grid { grid-template-columns: repeat(2, 1fr); }
  .slot-grid { grid-template-columns: repeat(4, 1fr); }
  .icon-row { grid-template-columns: repeat(4, 1fr); }
  .reviews-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
  .wiki-grid { grid-template-columns: 1fr; }
  .wiki-sidebar { position: static; }
  .app-showcase { grid-template-columns: 1fr; }
  .promo-widget { grid-template-columns: 1fr; text-align: center; }
  .site-nav {
    display: none;
    width: 100%;
    flex-direction: column;
    gap: 0;
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid #1f2240;
  }
  .site-nav.open { display: flex; }
  .site-nav a { padding: 10px 8px; border-radius: 0; border-bottom: 1px solid #1f2240; }
  .menu-toggle { display: inline-block; }
}
@media (max-width: 640px) {
  .container { padding: 0 12px; }
  .hero { padding: 40px 0 36px; }
  .hero__copy h1 { font-size: 24px; }
  .hero__copy p { font-size: 15px; }
  .btn--lg { padding: 12px 22px; font-size: 14px; }
  .bonus-grid { grid-template-columns: 1fr; }
  .slot-grid { grid-template-columns: repeat(3, 1fr); gap: 8px; }
  .icon-row { grid-template-columns: repeat(3, 1fr); gap: 10px; }
  .footer-grid { grid-template-columns: 1fr; }
  section.block { padding: 36px 0; }
  section.block h2 { font-size: 22px; }
  .entry-content h2 { font-size: 20px; }
  .promo-widget { padding: 18px; }
  .promo-widget__body strong { font-size: 17px; }
  .review-card { padding: 16px; }
  .header-cta .btn { padding: 8px 14px; font-size: 13px; }
  .site-header__logo img { height: 30px; }
}
