/* casea.digital — Generated CSS */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { font-size: 16px; scroll-behavior: smooth; }
body { background: #0f1c33; color: #ffffff; font-family: 'Arial', sans-serif; font-size: 14px; line-height: 1.6; }
a { color: #5ccfed; text-decoration: none; transition: color .2s; }
a:hover { color: #c8a24e; }
img { max-width: 100%; height: auto; display: block; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }
.skip-nav { position: absolute; left: -9999px; }
.skip-nav:focus { left: 0; }

/* Header */
.site-header { background: #142035; position: sticky; top: 0; z-index: 1000; border-bottom: 1px solid rgba(255,255,255,.08); box-shadow: 0 2px 12px rgba(0,0,0,.4); }
.header-inner { display: flex; align-items: center; justify-content: space-between; height: 68px; gap: 24px; }
.site-logo { font-family: 'Georgia', sans-serif; font-weight: 700; font-size: 1.4rem; color: #ffffff; letter-spacing: .5px; }
.site-nav { display: flex; }
.nav-list { list-style: none; display: flex; gap: 28px; }
.nav-list a { color: rgba(255,255,255,.85); font-size: .9rem; font-weight: 600; letter-spacing: .3px; text-transform: uppercase; }
.nav-list a:hover { color: #5ccfed; }
.cta-btn { display: inline-flex; align-items: center; justify-content: center; padding: 10px 24px; background: #c8a24e; color: #fff; font-weight: 700; border-radius: 6px; text-transform: uppercase; letter-spacing: .5px; transition: background .2s, transform .1s; border: none; cursor: pointer; font-size: .85rem; }
.cta-btn:hover { background: #5ccfed; color: #000; transform: translateY(-1px); }
.nav-toggle { display: none; background: none; border: none; color: #ffffff; font-size: 1.4rem; cursor: pointer; }

/* Sections */
.section { padding: 80px 0; }
.section-header { margin-bottom: 40px; text-align: center; }
.section-title, h1, h2, h3 { font-family: 'Georgia', sans-serif; font-weight: 700; line-height: 1.2; }
h1 { font-size: clamp(1.8rem, 4vw, 3rem); color: #ffffff; }
h2 { font-size: clamp(1.5rem, 3vw, 2.2rem); color: #ffffff; }
h3 { font-size: clamp(1.1rem, 2vw, 1.5rem); color: #ffffff; }
.accent { color: #5ccfed; }
.section-tag, .section-label, .bonus-badge, .badge { display: inline-block; background: #c8a24e; color: #fff; font-size: .75rem; font-weight: 700; padding: 4px 12px; border-radius: 20px; text-transform: uppercase; letter-spacing: .5px; margin-bottom: 12px; }

/* Hero / Welcome */
.hero-section, .welcome-strip, .welcome-section { background: linear-gradient(135deg, #1a2744 0%, #0f1c33 100%); padding: 100px 0; text-align: center; }
.hero-title, .section-title { color: #ffffff; }
.hero-cta-btn, .primary-btn, .btn-primary { display: inline-flex; align-items: center; gap: 8px; padding: 14px 32px; background: #c8a24e; color: #fff; font-weight: 700; border-radius: 8px; font-size: 1rem; transition: all .2s; }
.hero-cta-btn:hover, .primary-btn:hover { background: #5ccfed; color: #000; transform: translateY(-2px); }

/* Cards / Features */
.features-grid, .bonuses-grid, .games-grid, .cards-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 24px; }
.feature-card, .bonus-card, .game-card, .card { background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.08); border-radius: 12px; padding: 28px; transition: transform .2s, border-color .2s; }
.feature-card:hover, .bonus-card:hover, .card:hover { transform: translateY(-4px); border-color: #5ccfed; }
.card-title, .feature-title, .bonus-title { font-family: 'Georgia', sans-serif; font-size: 1.1rem; font-weight: 700; color: #ffffff; margin-bottom: 8px; }
.card-icon, .feature-icon { font-size: 2.5rem; margin-bottom: 16px; }

/* Bonus strip */
.bonus-strip { background: #c8a24e; padding: 16px 0; }
.bonus-strip-text { font-weight: 700; font-size: .95rem; color: #fff; }
.bonus-strip-text span { color: #5ccfed; font-size: 1.05rem; }
.bonus-strip-sub { font-size: .8rem; color: rgba(255,255,255,.8); }
.bonus-strip-inner { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 12px; }

/* Tables */
.data-table { width: 100%; border-collapse: collapse; background: rgba(255,255,255,.03); border-radius: 8px; overflow: hidden; }
.data-table th { background: #1a2744; color: #ffffff; padding: 14px 16px; text-align: left; font-size: .85rem; font-weight: 700; text-transform: uppercase; }
.data-table td { padding: 12px 16px; border-bottom: 1px solid rgba(255,255,255,.06); color: rgba(255,255,255,.85); font-size: .9rem; }
.data-table tr:last-child td { border-bottom: none; }
.data-table tr:hover td { background: rgba(255,255,255,.04); }

/* FAQs */
.faq-item { border-bottom: 1px solid rgba(255,255,255,.08); padding: 20px 0; }
.faq-question { font-weight: 700; font-size: 1rem; color: #ffffff; cursor: pointer; }
.faq-answer { color: rgba(255,255,255,.75); margin-top: 12px; font-size: .95rem; }

/* Footer */
.site-footer { background: #1a2744; padding: 40px 0 20px; border-top: 1px solid rgba(255,255,255,.08); }
.footer-inner { display: flex; flex-direction: column; align-items: center; gap: 20px; text-align: center; }
.footer-logo { font-family: 'Georgia', sans-serif; font-weight: 700; color: #ffffff; font-size: 1.2rem; }
.footer-nav-list { list-style: none; display: flex; gap: 20px; flex-wrap: wrap; justify-content: center; }
.footer-nav-list a { color: rgba(255,255,255,.65); font-size: .85rem; }
.footer-nav-list a:hover { color: #5ccfed; }
.footer-disclaimer { font-size: .78rem; color: rgba(255,255,255,.45); max-width: 600px; }
.footer-copy { font-size: .78rem; color: rgba(255,255,255,.35); }

/* Misc classes from body HTML */
.gold { color: #5ccfed; }
.text-center { text-align: center; }
.mt-4 { margin-top: 1rem; }
.container-sm { max-width: 800px; margin: 0 auto; padding: 0 20px; }
.welcome-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; }
.welcome-text p { color: rgba(255,255,255,.75); margin: 12px 0; }
.info-list { list-style: none; padding: 0; }
.info-list li { padding: 8px 0; color: rgba(255,255,255,.8); font-size: .95rem; }
.info-list li::before { content: "✓ "; color: #5ccfed; font-weight: 700; }
.provider-logos, .payment-logos { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.provider-logo-img, .payment-logo { height: 36px; opacity: .75; filter: grayscale(20%); }
.steps-list { counter-reset: steps; list-style: none; }
.steps-list li { position: relative; padding-left: 50px; margin-bottom: 20px; counter-increment: steps; }
.steps-list li::before { content: counter(steps); position: absolute; left: 0; top: 0; width: 36px; height: 36px; background: #c8a24e; color: #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: .9rem; }
.promo-section, .payment-section, .how-to-section { background: rgba(255,255,255,.02); }
.stats-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 20px; }
.stat-item { text-align: center; padding: 20px; }
.stat-number { font-size: 2rem; font-weight: 700; color: #5ccfed; font-family: 'Georgia', sans-serif; }
.stat-label { font-size: .85rem; color: rgba(255,255,255,.6); margin-top: 4px; }
.highlight { color: #c8a24e; font-weight: 700; }
.green { color: #22c55e; }
.rating { color: #5ccfed; }

/* Responsive */
@media (max-width: 768px) {
  .nav-toggle { display: block; }
  .site-nav { display: none; position: absolute; top: 68px; left: 0; right: 0; background: #142035; padding: 16px; }
  .site-nav.open { display: block; }
  .nav-list { flex-direction: column; gap: 12px; }
  .header-cta { display: none; }
  .welcome-grid { grid-template-columns: 1fr; }
  .features-grid, .bonuses-grid { grid-template-columns: 1fr; }
  .hero-section, .welcome-strip { padding: 60px 0; }
  .section { padding: 50px 0; }
}