/*
Theme Name: AXE888
Description: Fictional casino/betting landing page concept theme (portfolio demo, not a real operator).
Author: Portfolio Demo
Version: 1.0
*/

:root {
  --gold: #C568FF;
  --crimson: #FF4FDB;
  --bg: #260f4a;
  --card-bg: #331a63;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }
#casino, #cardgame, #sportsbook, #fishshoot, #slot, #ufaslot, #esports { scroll-margin-top: 90px; }

body {
  margin: 0;
  background: var(--bg);
  font-family: 'Manrope', sans-serif;
  color: #f3ead9;
}

a { color: var(--gold); text-decoration: none; }
a:hover { color: var(--crimson); }

.container { max-width: 1240px; margin: 0 auto; padding: 0 32px; }

.btn {
  display: inline-flex; align-items: center; justify-content: center;
  font-family: 'Manrope', sans-serif; font-weight: 800; font-size: 15px;
  letter-spacing: .02em; border-radius: 999px; cursor: pointer; border: none;
  padding: 14px 30px; white-space: nowrap;
}
.btn-primary {
  background: linear-gradient(135deg, var(--gold), color-mix(in oklab, var(--gold) 70%, white));
  color: #1c1206; box-shadow: 0 8px 24px -8px color-mix(in oklab, var(--gold) 70%, transparent);
}
.btn-ghost {
  background: transparent; color: #f3ead9; border: 1.5px solid rgba(255,255,255,.22);
}

.eyebrow {
  font-family: 'Manrope', sans-serif; font-weight: 700; font-size: 12px; letter-spacing: .16em;
  text-transform: uppercase; color: var(--gold);
}
.display { font-family: 'Bebas Neue', 'Arial Narrow', sans-serif; letter-spacing: .01em; }

.card {
  background: linear-gradient(180deg, var(--card-bg), #1c0d3a);
  border: 1px solid rgba(180,85,255,.22); border-radius: 18px;
}

.grid-3 { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 24px; }
.grid-6 { display: grid; grid-template-columns: repeat(6, minmax(0,1fr)); gap: 18px; }
.grid-4 { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 20px; }

.nav-links { display: flex; gap: 32px; align-items: center; }
.nav-actions { display: flex; gap: 14px; align-items: center; }
.hero-grid { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 56px; align-items: center; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 40px; }

.badge-row { display: flex; gap: 10px; flex-wrap: wrap; }
.pill-badge {
  display: inline-flex; align-items: center; gap: 6px; font-family: 'Manrope', sans-serif;
  font-size: 12px; font-weight: 700; color: #d8cdbb; background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.1); border-radius: 999px; padding: 7px 14px;
}

.page-shell {
  min-height: 100%;
  background:
    radial-gradient(1100px 520px at 82% -10%, color-mix(in oklab, var(--crimson) 20%, transparent), transparent 60%),
    radial-gradient(900px 500px at 10% 0%, color-mix(in oklab, var(--gold) 16%, transparent), transparent 60%),
    var(--bg);
}

.site-nav {
  position: sticky; top: 0; z-index: 20;
  background: rgba(38,15,74,.85); backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(180,85,255,.14);
}
.hamburger { display: none; background: none; border: none; padding: 4px; }

.nav-link {
  color: #e7dcc7; font-weight: 600; font-size: 14px; text-decoration: none;
  padding-bottom: 4px; border-bottom: 2px solid transparent;
  transition: color .15s ease, border-color .15s ease;
}
.nav-link:hover { color: #fff; }
.nav-link.is-active { color: var(--gold); border-bottom-color: var(--gold); }

.site-nav .container { flex-wrap: wrap; height: auto !important; min-height: 76px; }

.quick-icon-section {
  display: none;
  background: #260f4a;
  border-bottom: 1px solid rgba(180,85,255,.12);
  padding: 18px 0;
}
@media (max-width: 860px) {
  .quick-icon-section { display: block; }
}
.quick-icon-menu {
  display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 0;
  padding: 0 8px;
}
.quick-icon-item {
  display: flex; flex-direction: column; align-items: center; gap: 6px;
  text-decoration: none; min-width: 0; padding: 0 10px;
  border-right: 1px solid rgba(255,255,255,.08);
}
.quick-icon-item:last-child { border-right: none; }
.quick-icon-item span:last-child {
  font-size: 11px; font-weight: 600; color: #cabfdc;
  max-width: 100%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
}
.quick-icon-badge {
  width: 44px; height: 44px; border-radius: 14px; display: flex; align-items: center; justify-content: center;
  background: linear-gradient(155deg, rgba(180,85,255,.16), rgba(255,62,201,.08)), var(--card-bg);
  border: 1px solid rgba(180,85,255,.28);
}

.cat-icon-box { aspect-ratio: 1; border-radius: 12px; margin-bottom: 12px; display: flex; align-items: center; justify-content: center; }
.tier-box { border: 1px solid rgba(180,85,255,.16); border-radius: 14px; padding: 20px; background: rgba(28,13,58,.55); }
.tier-track { height: 6px; border-radius: 999px; background: rgba(255,255,255,.08); overflow: hidden; }
.tier-fill { height: 100%; border-radius: 999px; }

.site-footer { border-top: 1px solid rgba(180,85,255,.14); padding: 64px 0 32px; background: #1c0d3a; }

.payment-icons-row { display: flex; gap: 14px; flex-wrap: wrap; }
.payment-icon-circle {
  width: 44px; height: 44px; border-radius: 50%; display: flex; align-items: center; justify-content: center;
  background: var(--card-bg); border: 1px solid rgba(180,85,255,.22);
}

.support-fab {
  position: fixed; right: 20px; bottom: 20px; z-index: 30;
  width: 52px; height: 52px; border-radius: 50%;
  background: linear-gradient(135deg, var(--gold), var(--crimson));
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 10px 26px -8px rgba(180,85,255,.6);
  border: none; cursor: pointer;
}

.mobile-tabbar { display: none; }
@media (max-width: 860px) {
  .support-fab { right: 16px; bottom: 84px; }
  .mobile-tabbar {
    display: flex; position: fixed; left: 0; right: 0; bottom: 0; z-index: 25;
    background: #1c0d3a; border-top: 1px solid rgba(180,85,255,.18);
    padding: 8px 6px calc(8px + env(safe-area-inset-bottom));
    justify-content: space-between;
  }
  .mobile-tabbar-item {
    flex: 1; display: flex; flex-direction: column; align-items: center; gap: 4px;
    text-decoration: none; color: #a89cc4; font-size: 10px; font-weight: 700;
    padding-top: 6px;
  }
  .mobile-tabbar-item.is-active {
    color: #fff; margin-top: -22px;
  }
  .mobile-tabbar-item.is-active .tabbar-icon {
    width: 46px; height: 46px; border-radius: 50%;
    background: linear-gradient(135deg, var(--gold), var(--crimson));
    display: flex; align-items: center; justify-content: center;
    box-shadow: 0 8px 18px -6px rgba(180,85,255,.7);
    border: 3px solid #1c0d3a;
  }
  .tabbar-icon { display: flex; align-items: center; justify-content: center; height: 22px; }
  body { padding-bottom: 74px; }
}
.footer-links { display: flex; flex-direction: column; gap: 11px; font-size: 13px; }
.footer-links a { color: #a89c89; }
.footer-heading { font-weight: 800; font-size: 13px; color: #fff; margin-bottom: 16px; letter-spacing: .04em; }
.social-btn { width: 34px; height: 34px; border-radius: 50%; border: 1px solid rgba(255,255,255,.14); display: flex; align-items: center; justify-content: center; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.08); padding-top: 24px; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px; font-size: 12px; color: #776d5e; }

@media (max-width: 860px) {
  .container { padding: 0 20px; }
  .nav-links { display: none; }
  .nav-actions { gap: 8px; }
  .nav-actions .btn { padding: 9px 16px !important; font-size: 13px !important; }
  .hero-grid { grid-template-columns: 1fr; gap: 36px; }
  .grid-3 { grid-template-columns: 1fr; }
  .grid-4 { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .grid-6 { grid-template-columns: repeat(3, minmax(0,1fr)); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
}

@media (max-width: 480px) {
  h1.display, .hero-grid h1 { font-size: 44px !important; }
}

.promo-slider {
  position: relative; max-width: 1240px; margin: 24px auto 0; padding: 0 32px;
}
.promo-slider-track {
  display: flex; overflow-x: auto; scroll-snap-type: x mandatory;
  border-radius: 20px; scrollbar-width: none;
}
.promo-slider-track::-webkit-scrollbar { display: none; }
.promo-slide {
  flex: 0 0 100%; scroll-snap-align: start; position: relative; overflow: hidden;
  border: 1px solid rgba(180,85,255,.22);
  border-radius: 20px; padding: 40px 48px; min-height: 260px;
  display: flex; align-items: center;
}
.promo-slide-deco { position: absolute; right: -20px; top: -20px; opacity: 0.7; }
.promo-slide-body { position: relative; z-index: 1; }
.promo-slide-title { font-size: 34px; line-height: 1.05; color: #fff; margin: 0 0 18px; }
.promo-slide-stats { display: flex; gap: 32px; }
.promo-stat-value { font-family: 'Bebas Neue', sans-serif; font-size: 30px; color: var(--gold); line-height: 1; }
.promo-stat-label { font-size: 12px; color: #cabfdc; margin-top: 4px; }

.promo-slider-arrow {
  position: absolute; top: 50%; transform: translateY(-50%);
  width: 40px; height: 40px; border-radius: 50%; border: 1px solid rgba(255,255,255,.18);
  background: rgba(38,15,74,.7); backdrop-filter: blur(4px);
  display: flex; align-items: center; justify-content: center; cursor: pointer; z-index: 2;
}
.promo-slider-arrow.prev { left: 48px; }
.promo-slider-arrow.next { right: 48px; }

.promo-slider-dots { display: flex; justify-content: center; gap: 8px; margin-top: 16px; }
.promo-dot {
  width: 8px; height: 8px; border-radius: 50%; background: rgba(255,255,255,.2);
  border: none; padding: 0; cursor: pointer;
}
.promo-dot.is-active { background: var(--gold); width: 22px; border-radius: 4px; }

@media (max-width: 860px) {
  .promo-slider { padding: 0 20px; }
  .promo-slide { padding: 28px 24px; min-height: 220px; }
  .promo-slide-title { font-size: 24px; }
  .promo-stat-value { font-size: 22px; }
  .promo-slider-arrow { display: none; }
}

.marquee-bar {
  overflow: hidden; background: var(--card-bg);
  border-top: 1px solid rgba(180,85,255,.14); border-bottom: 1px solid rgba(180,85,255,.14);
  padding: 10px 0; margin-top: 24px;
}
.marquee-track { display: inline-flex; white-space: nowrap; animation: marquee-scroll 26s linear infinite; }
.marquee-track:hover { animation-play-state: paused; }
.marquee-track span {
  padding: 0 28px; font-size: 13px; font-weight: 600; color: #e7dcc7;
  border-right: 1px solid rgba(255,255,255,.1);
}
@keyframes marquee-scroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

.wins-ticker { padding: 22px 32px 0; }
.wins-ticker-label { display: flex; align-items: baseline; gap: 8px; margin-bottom: 14px; }
.wins-track {
  display: flex; gap: 14px; width: max-content;
  animation: wins-scroll 34s linear infinite;
}
.wins-ticker { overflow: hidden; }
.wins-track:hover { animation-play-state: paused; }
.win-card {
  width: 120px; flex: 0 0 auto; border-radius: 14px; overflow: hidden;
  background: linear-gradient(160deg, var(--card-bg), #1c0d3a);
  border: 1px solid rgba(180,85,255,.22);
  display: flex; flex-direction: column; padding-bottom: 8px;
}
.win-thumb { height: auto; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.win-thumb img { width: 100%; height: 100%; object-fit: cover; object-position: center; display: block; }

/* Esports source images are wide/landscape (unlike the other categories' squarer art),
   so give just this row's cards more width instead of cropping the artwork tighter. */
#esports .win-card { width: 200px; }
.win-id {
  font-size: 10px; color: #9c9082; text-align: center; padding: 0 6px; margin-top: 4px;
}
.win-amount {
  font-size: 12px; font-weight: 800; color: var(--gold); text-align: center; padding: 0 6px; margin-top: 1px;
}
@keyframes wins-scroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

@media (max-width: 860px) {
  .wins-ticker { padding: 18px 20px 0; }
}

.dual-cta-row {
  display: grid; grid-template-columns: 1fr 1fr; gap: 16px;
  padding: 20px 32px 0;
}
.dual-cta-card {
  display: flex; flex-direction: column; align-items: center; gap: 10px;
  padding: 22px 12px; border-radius: 16px;
  background: linear-gradient(160deg, var(--card-bg), #1c0d3a);
  border: 1px solid rgba(180,85,255,.3);
  box-shadow: 0 10px 26px -14px rgba(180,85,255,.55);
  text-decoration: none; transition: transform .15s ease, border-color .15s ease;
}
.dual-cta-card:hover { transform: translateY(-2px); border-color: rgba(180,85,255,.6); }
.dual-cta-icon {
  width: 56px; height: 56px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  background: linear-gradient(155deg, rgba(180,85,255,.22), rgba(255,62,201,.12));
  border: 1px solid rgba(180,85,255,.35);
}
.dual-cta-label { font-weight: 800; font-size: 15px; color: #f3ead9; }
@media (max-width: 860px) {
  .dual-cta-row { padding: 16px 20px 0; gap: 12px; }
  .dual-cta-icon { width: 48px; height: 48px; }
  .dual-cta-label { font-size: 13px; }
}

/* Hero banner slider — full-bleed edge-to-edge (width only; height left natural so the image keeps rendering) */
.elementor-element-8bea9b5 {
  width: 100%; flex: 1 1 100%;
}
.elementor-element-8bea9b5 .elementor-image-carousel-wrapper,
.elementor-element-8bea9b5 .swiper-wrapper,
.elementor-element-8bea9b5 .swiper-slide,
.elementor-element-8bea9b5 .swiper-slide-inner {
  width: 100%; max-width: none; margin: 0;
}
.elementor-element-8bea9b5 .swiper-slide-image {
  width: 100%;
  object-fit: cover; object-position: center;
  display: block;
}

/* Static game/activity grid — used on the Live Casino / Live Sports / Activity pages */
.game-grid {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  gap: 16px;
}
.game-tile {
  border-radius: 14px; overflow: hidden;
  background: linear-gradient(160deg, var(--card-bg), #1c0d3a);
  border: 1px solid rgba(180,85,255,.22);
  text-align: center; text-decoration: none; display: block;
}
.game-tile img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; display: block; }
.game-tile-name { padding: 10px 8px; font-size: 13px; font-weight: 700; color: #e7dcc7; }

/* Esports artwork is wide/landscape (~2:1), unlike the other categories' squarer art,
   so give this grid wider tiles instead of cropping the artwork into a square. */
.game-grid-esports { grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); }
.game-grid-esports .game-tile img { aspect-ratio: 2 / 1; }

/* Elementor's "Claim bonus" buttons on the Promotions page use the Link button style,
   whose core CSS zeroes vertical padding and forces border:none — leaving only bare
   colored text with no visible pill shape even though a border-radius was set. Restore
   real button chrome so it reads as a clickable pill, matching the rest of the site. */
.elementor-widget-button .elementor-button {
  display: inline-flex !important;
  align-items: center;
  padding: 10px 24px !important;
  border: 1px solid rgba(197,104,255,.5) !important;
  transition: background-color .15s ease, border-color .15s ease;
}
.elementor-widget-button .elementor-button:hover {
  background-color: rgba(197,104,255,.12) !important;
  border-color: rgba(197,104,255,.9) !important;
}

/* Home page game-category tabs (Casino / Slot / Sportbook) */
.game-tabs-nav {
  display: flex; gap: 10px; padding: 24px 32px 0; flex-wrap: wrap;
}
.game-tab-btn {
  font-family: "Manrope", sans-serif; font-weight: 800; font-size: 14px;
  color: #cabfdc; background: transparent;
  border: 1px solid rgba(180,85,255,.28); border-radius: 999px;
  padding: 10px 26px; cursor: pointer; transition: all .15s ease;
}
.game-tab-btn:hover { border-color: rgba(180,85,255,.6); color: #fff; }
.game-tab-btn.is-active {
  background: linear-gradient(135deg, var(--gold), var(--crimson));
  border-color: transparent; color: #1c1206;
}
.game-tab-panel { display: none; }
.game-tab-panel.is-active { display: block; }
@media (max-width: 860px) {
  .game-tabs-nav { padding: 18px 20px 0; gap: 8px; }
  .game-tab-btn { padding: 8px 18px; font-size: 13px; }
}

.activity-card {
  background: linear-gradient(160deg, var(--card-bg), #1c0d3a);
  border: 1px solid rgba(180,85,255,.22); border-radius: 16px;
  padding: 26px; text-align: left;
}
.activity-card .tag { font-weight: 800; letter-spacing: .08em; font-size: 11px; }
.activity-card h3 { font-family: "Bebas Neue", sans-serif; font-weight: 400; font-size: 28px; color: #fff; margin: 8px 0 6px; }
.activity-card p { font-family: "Manrope", sans-serif; font-size: 14px; color: #b6ab98; margin: 0; }

/* Casino/Card Game/Sportsbook ticker sections — full-bleed to the screen edge on mobile.
   Each game item already reads as its own card (.win-card has its own border/radius),
   so the outer row can go edge-to-edge without losing the "these are cards" cue. */
@media (max-width: 860px) {
  .elementor-top-section:has(.wins-ticker),
  .elementor-top-section:has(.wins-ticker) > .elementor-container,
  .elementor-top-column:has(.wins-ticker),
  .elementor-widget-wrap:has(.wins-ticker) {
    max-width: 100% !important;
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .wins-ticker { padding: 18px 0 0 16px; }
}

/* Elementor's "column gap" setting only pads the INSIDE of each column's content wrap —
   once a column has its own opaque background (our card look), that padding is covered
   by the same background, so adjacent cards visually touch with zero space between them,
   both side-by-side on desktop and stacked on mobile. A real flexbox gap on the row
   container fixes both cases at once (Promotions bonus cards, CTA buttons, etc). */
.elementor-container { gap: 20px; }
