/* 1xslots-casino8.xyz — xs8- prefix */
:root {
  --acc: #047857;
  --acc2: #34d399;
  --bg: #000a05;
  --bg2: #001a0d;
  --bg3: #002910;
  --txt: #e2e8f0;
  --txt2: #94a3b8;
  --radius: 10px;
  --shadow: 0 4px 24px rgba(4,120,87,0.18);
}

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

html { scroll-behavior: smooth; font-size: 16px; }

body {
  background: var(--bg);
  color: var(--txt);
  font-family: 'Segoe UI', Arial, sans-serif;
  line-height: 1.7;
  min-height: 100vh;
}

a { color: var(--acc2); text-decoration: none; }
a:hover { color: #fff; text-decoration: underline; }

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

/* ===== LAYOUT ===== */
.xs8-container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 20px;
}

.xs8-section {
  padding: 64px 0;
}

.xs8-section-alt {
  background: var(--bg2);
}

.xs8-section-title {
  font-size: 2rem;
  color: var(--acc2);
  margin-bottom: 12px;
  letter-spacing: -0.5px;
}

.xs8-section-sub {
  color: var(--txt2);
  font-size: 1.05rem;
  margin-bottom: 40px;
}

/* ===== HEADER / NAV ===== */
.xs8-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(0,10,5,0.97);
  border-bottom: 1px solid var(--acc);
  padding: 14px 0;
}

.xs8-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.xs8-logo {
  font-size: 1.55rem;
  font-weight: 700;
  color: var(--acc2);
  letter-spacing: -1px;
  white-space: nowrap;
}

.xs8-logo span {
  color: #fff;
}

.xs8-nav {
  display: flex;
  gap: 22px;
  flex-wrap: wrap;
}

.xs8-nav a {
  font-size: 0.92rem;
  color: var(--txt2);
  text-decoration: none;
  transition: color 0.2s;
}

.xs8-nav a:hover { color: var(--acc2); text-decoration: none; }

.xs8-cta-header {
  background: var(--acc);
  color: #fff;
  padding: 9px 22px;
  border-radius: var(--radius);
  font-size: 0.92rem;
  font-weight: 600;
  white-space: nowrap;
  transition: background 0.2s;
  text-decoration: none;
}

.xs8-cta-header:hover { background: #059669; color: #fff; text-decoration: none; }

/* ===== HERO ===== */
.xs8-hero {
  background: linear-gradient(135deg, var(--bg) 0%, #001f0e 60%, #003018 100%);
  padding: 90px 0 80px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.xs8-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 50% 0%, rgba(4,120,87,0.22) 0%, transparent 70%);
  pointer-events: none;
}

.xs8-hero-badge {
  display: inline-block;
  background: rgba(52,211,153,0.12);
  border: 1px solid var(--acc2);
  color: var(--acc2);
  font-size: 0.82rem;
  padding: 4px 14px;
  border-radius: 20px;
  margin-bottom: 20px;
  letter-spacing: 0.5px;
}

.xs8-hero-title {
  font-size: clamp(2rem, 5vw, 3.4rem);
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 18px;
  letter-spacing: -1px;
}

.xs8-hero-title .xs8-accent {
  color: var(--acc2);
}

.xs8-hero-desc {
  font-size: 1.1rem;
  color: var(--txt2);
  max-width: 620px;
  margin: 0 auto 36px;
}

.xs8-hero-buttons {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}

.xs8-btn-primary {
  background: linear-gradient(135deg, var(--acc), #059669);
  color: #fff;
  padding: 16px 40px;
  border-radius: var(--radius);
  font-size: 1.05rem;
  font-weight: 700;
  text-decoration: none;
  transition: transform 0.15s, box-shadow 0.15s;
  box-shadow: 0 6px 24px rgba(4,120,87,0.4);
  display: inline-block;
}

.xs8-btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 32px rgba(4,120,87,0.55);
  color: #fff;
  text-decoration: none;
}

.xs8-btn-secondary {
  background: transparent;
  color: var(--acc2);
  padding: 16px 36px;
  border-radius: var(--radius);
  font-size: 1.05rem;
  font-weight: 600;
  text-decoration: none;
  border: 2px solid var(--acc2);
  transition: background 0.2s, color 0.2s;
  display: inline-block;
}

.xs8-btn-secondary:hover {
  background: var(--acc2);
  color: #000;
  text-decoration: none;
}

.xs8-hero-bonus-pill {
  margin-top: 36px;
  display: inline-flex;
  gap: 28px;
  background: rgba(0,26,13,0.7);
  border: 1px solid rgba(52,211,153,0.2);
  border-radius: 50px;
  padding: 12px 32px;
  flex-wrap: wrap;
  justify-content: center;
}

.xs8-hero-bonus-pill .xs8-pill-item {
  text-align: center;
}

.xs8-hero-bonus-pill .xs8-pill-num {
  display: block;
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--acc2);
}

.xs8-hero-bonus-pill .xs8-pill-label {
  display: block;
  font-size: 0.75rem;
  color: var(--txt2);
}

/* ===== STATS ===== */
.xs8-stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
  gap: 20px;
}

.xs8-stat-card {
  background: var(--bg2);
  border: 1px solid rgba(4,120,87,0.3);
  border-radius: var(--radius);
  padding: 28px 20px;
  text-align: center;
  transition: border-color 0.2s, transform 0.2s;
}

.xs8-stat-card:hover {
  border-color: var(--acc2);
  transform: translateY(-3px);
}

.xs8-stat-num {
  font-size: 2rem;
  font-weight: 700;
  color: var(--acc2);
  display: block;
  margin-bottom: 6px;
}

.xs8-stat-label {
  font-size: 0.88rem;
  color: var(--txt2);
}

/* ===== BONUS ===== */
.xs8-bonus-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
  margin-bottom: 40px;
}

.xs8-bonus-card {
  background: var(--bg3);
  border: 1px solid rgba(4,120,87,0.35);
  border-radius: var(--radius);
  padding: 26px 22px;
  position: relative;
  overflow: hidden;
  transition: border-color 0.2s;
}

.xs8-bonus-card:hover {
  border-color: var(--acc2);
}

.xs8-bonus-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--acc), var(--acc2));
}

.xs8-bonus-dep {
  font-size: 0.78rem;
  color: var(--acc2);
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 8px;
}

.xs8-bonus-amount {
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 4px;
}

.xs8-bonus-fs {
  font-size: 0.92rem;
  color: var(--txt2);
  margin-bottom: 12px;
}

.xs8-bonus-pct {
  display: inline-block;
  background: rgba(4,120,87,0.2);
  color: var(--acc2);
  border-radius: 6px;
  padding: 4px 12px;
  font-size: 1.1rem;
  font-weight: 700;
}

.xs8-bonus-total {
  background: linear-gradient(135deg, rgba(4,120,87,0.15), rgba(52,211,153,0.08));
  border: 1px solid rgba(52,211,153,0.3);
  border-radius: var(--radius);
  padding: 28px 32px;
  text-align: center;
}

.xs8-bonus-total-label {
  font-size: 1rem;
  color: var(--txt2);
  margin-bottom: 8px;
}

.xs8-bonus-total-amount {
  font-size: 2.6rem;
  font-weight: 700;
  color: var(--acc2);
}

.xs8-bonus-wager {
  font-size: 0.9rem;
  color: var(--txt2);
  margin-top: 8px;
}

/* ===== VIP ===== */
.xs8-vip-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 18px;
}

.xs8-vip-card {
  background: var(--bg2);
  border: 1px solid rgba(4,120,87,0.25);
  border-radius: var(--radius);
  padding: 26px 16px;
  text-align: center;
  transition: border-color 0.2s, transform 0.2s, box-shadow 0.2s;
}

.xs8-vip-card:hover {
  border-color: var(--acc2);
  transform: translateY(-4px);
  box-shadow: var(--shadow);
}

.xs8-vip-num {
  font-size: 0.75rem;
  color: var(--txt2);
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.xs8-vip-name {
  font-size: 1.15rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 12px;
}

.xs8-vip-cashback {
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--acc2);
}

.xs8-vip-cashback-label {
  font-size: 0.78rem;
  color: var(--txt2);
  margin-top: 4px;
}

/* ===== SLOTS ===== */
.xs8-slots-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 22px;
}

.xs8-slot-card {
  background: var(--bg2);
  border: 1px solid rgba(4,120,87,0.25);
  border-radius: var(--radius);
  overflow: hidden;
  transition: border-color 0.2s, transform 0.2s;
}

.xs8-slot-card:hover {
  border-color: var(--acc2);
  transform: translateY(-3px);
}

.xs8-slot-thumb {
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.8rem;
  background: linear-gradient(135deg, var(--bg3), #003018);
}

.xs8-slot-body {
  padding: 18px 20px;
}

.xs8-slot-name {
  font-size: 1.1rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 6px;
}

.xs8-slot-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.85rem;
}

.xs8-slot-provider {
  color: var(--txt2);
}

.xs8-slot-rtp {
  color: var(--acc2);
  font-weight: 600;
}

/* ===== PAYMENTS ===== */
.xs8-payments-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 16px;
}

.xs8-payment-card {
  background: var(--bg2);
  border: 1px solid rgba(4,120,87,0.22);
  border-radius: var(--radius);
  padding: 22px 10px;
  text-align: center;
  transition: border-color 0.2s, transform 0.2s;
}

.xs8-payment-card:hover {
  border-color: var(--acc2);
  transform: translateY(-3px);
}

.xs8-payment-icon {
  font-size: 1.9rem;
  margin-bottom: 8px;
}

.xs8-payment-name {
  font-size: 0.85rem;
  color: var(--txt2);
}

/* ===== GUIDE ===== */
.xs8-guide-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
}

.xs8-guide-card {
  background: var(--bg2);
  border: 1px solid rgba(4,120,87,0.25);
  border-radius: var(--radius);
  padding: 28px 24px;
  transition: border-color 0.2s;
}

.xs8-guide-card:hover {
  border-color: var(--acc2);
}

.xs8-guide-tag {
  display: inline-block;
  background: rgba(4,120,87,0.18);
  color: var(--acc2);
  font-size: 0.75rem;
  padding: 3px 10px;
  border-radius: 4px;
  margin-bottom: 12px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.xs8-guide-title {
  font-size: 1.2rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 12px;
  line-height: 1.35;
}

.xs8-guide-excerpt {
  font-size: 0.92rem;
  color: var(--txt2);
  line-height: 1.65;
}

/* ===== FAQ ===== */
.xs8-faq-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 820px;
}

.xs8-faq-item {
  background: var(--bg2);
  border: 1px solid rgba(4,120,87,0.25);
  border-radius: var(--radius);
  overflow: hidden;
}

.xs8-faq-question {
  width: 100%;
  background: none;
  border: none;
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  text-align: left;
  padding: 18px 22px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  transition: color 0.2s;
  font-family: inherit;
}

.xs8-faq-question:hover { color: var(--acc2); }

.xs8-faq-icon {
  color: var(--acc2);
  font-size: 1.3rem;
  flex-shrink: 0;
  transition: transform 0.2s;
}

.xs8-faq-item.xs8-open .xs8-faq-icon {
  transform: rotate(45deg);
}

.xs8-faq-answer {
  display: none;
  padding: 0 22px 18px;
  color: var(--txt2);
  font-size: 0.95rem;
  line-height: 1.7;
  border-top: 1px solid rgba(4,120,87,0.15);
  padding-top: 16px;
}

.xs8-faq-item.xs8-open .xs8-faq-answer {
  display: block;
}

/* ===== REVIEWS ===== */
.xs8-reviews-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 22px;
}

.xs8-review-card {
  background: var(--bg2);
  border: 1px solid rgba(4,120,87,0.25);
  border-radius: var(--radius);
  padding: 26px 22px;
}

.xs8-review-header {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 14px;
}

.xs8-review-avatar {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--acc), var(--acc2));
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1.1rem;
  color: #fff;
  flex-shrink: 0;
}

.xs8-review-name {
  font-weight: 600;
  color: #fff;
  font-size: 0.97rem;
}

.xs8-review-city {
  font-size: 0.8rem;
  color: var(--txt2);
}

.xs8-review-stars {
  color: #f59e0b;
  font-size: 0.95rem;
  margin-bottom: 10px;
  letter-spacing: 1px;
}

.xs8-review-text {
  font-size: 0.93rem;
  color: var(--txt2);
  line-height: 1.65;
}

.xs8-review-date {
  font-size: 0.78rem;
  color: rgba(148,163,184,0.5);
  margin-top: 12px;
}

/* ===== AUTHOR ASIDE ===== */
.xs8-author-aside {
  background: var(--bg2);
  border-top: 1px solid rgba(4,120,87,0.25);
  border-bottom: 1px solid rgba(4,120,87,0.25);
  padding: 40px 0;
}

.xs8-author-inner {
  display: flex;
  gap: 22px;
  align-items: flex-start;
  max-width: 720px;
}

.xs8-author-avatar {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--acc), #059669);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
  flex-shrink: 0;
}

.xs8-author-label {
  font-size: 0.75rem;
  color: var(--acc2);
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 4px;
}

.xs8-author-name {
  font-size: 1.15rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 6px;
}

.xs8-author-bio {
  font-size: 0.9rem;
  color: var(--txt2);
  line-height: 1.65;
}

/* ===== FOOTER ===== */
.xs8-footer {
  background: #000604;
  border-top: 1px solid rgba(4,120,87,0.2);
  padding: 52px 0 28px;
}

.xs8-footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 40px;
  margin-bottom: 40px;
}

.xs8-footer-brand {
  font-size: 1.35rem;
  font-weight: 700;
  color: var(--acc2);
  margin-bottom: 12px;
}

.xs8-footer-desc {
  font-size: 0.88rem;
  color: var(--txt2);
  line-height: 1.7;
}

.xs8-footer-heading {
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--acc2);
  margin-bottom: 14px;
}

.xs8-footer-links {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.xs8-footer-links a {
  font-size: 0.88rem;
  color: var(--txt2);
  text-decoration: none;
  transition: color 0.2s;
}

.xs8-footer-links a:hover { color: var(--acc2); }

.xs8-footer-divider {
  border: none;
  border-top: 1px solid rgba(255,255,255,0.06);
  margin-bottom: 22px;
}

.xs8-footer-legal {
  font-size: 0.78rem;
  color: rgba(148,163,184,0.5);
  line-height: 1.8;
  max-width: 840px;
}

.xs8-footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 14px;
}

.xs8-footer-copy {
  font-size: 0.78rem;
  color: rgba(148,163,184,0.4);
}

.xs8-age-badge {
  background: rgba(255,255,255,0.06);
  border-radius: 6px;
  padding: 5px 12px;
  font-size: 0.82rem;
  color: var(--txt2);
}

/* ===== CTA BANNER ===== */
.xs8-cta-banner {
  background: linear-gradient(135deg, rgba(4,120,87,0.18) 0%, rgba(0,26,13,0.95) 100%);
  border: 1px solid rgba(52,211,153,0.25);
  border-radius: 16px;
  padding: 52px 40px;
  text-align: center;
}

.xs8-cta-banner-title {
  font-size: clamp(1.5rem, 3.5vw, 2.4rem);
  font-weight: 700;
  color: #fff;
  margin-bottom: 14px;
}

.xs8-cta-banner-sub {
  font-size: 1.05rem;
  color: var(--txt2);
  margin-bottom: 30px;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 900px) {
  .xs8-footer-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 640px) {
  .xs8-header-inner {
    flex-wrap: wrap;
  }

  .xs8-nav {
    display: none;
  }

  .xs8-hero {
    padding: 60px 0 52px;
  }

  .xs8-section {
    padding: 44px 0;
  }

  .xs8-footer-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .xs8-hero-bonus-pill {
    gap: 16px;
    padding: 12px 18px;
  }

  .xs8-author-inner {
    flex-direction: column;
  }

  .xs8-cta-banner {
    padding: 36px 20px;
  }
}

/* ===== FAQ SCRIPT HELPER ===== */
.xs8-faq-answer {
  padding-top: 0;
}

.xs8-faq-item.xs8-open .xs8-faq-answer {
  padding-top: 16px;
}
