/* Layout refresh below the fixed navigation. Navbar styles are intentionally untouched. */

body {
  background:
    linear-gradient(90deg, rgba(245, 158, 11, 0.035) 1px, transparent 1px),
    linear-gradient(180deg, rgba(245, 158, 11, 0.025) 1px, transparent 1px),
    #101010;
  background-size: 42px 42px;
}

.ticker-wrap {
  width: min(1180px, calc(100% - 28px));
  margin: 14px auto 0;
  border: 1px solid rgba(245, 158, 11, 0.24);
  border-radius: 8px;
  background: #17120a !important;
  box-shadow: 0 14px 35px rgba(0, 0, 0, 0.28);
}

.breadcrumb-wrap {
  background: transparent !important;
  border: 0 !important;
  padding: 18px 0 8px !important;
}

.breadcrumb {
  width: fit-content;
  border-left: 3px solid var(--accent);
  padding: 0.35rem 0 0.35rem 0.85rem !important;
}

.hero,
.page-hero {
  padding: clamp(46px, 7vw, 86px) 0 clamp(48px, 6vw, 78px) !important;
  background:
    linear-gradient(110deg, rgba(245, 158, 11, 0.13) 0 18%, transparent 18% 100%),
    linear-gradient(180deg, #151515 0%, #0e0e0e 100%) !important;
  border-bottom: 0 !important;
  overflow: hidden;
}

.hero::before,
.hero::after,
.page-hero::before,
.page-hero::after,
.cta-banner::before {
  display: none !important;
}

.hero > .container > .row,
.page-hero > .container > .row {
  display: grid !important;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.95fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: center;
}

.hero > .container > .row > [class*="col-"],
.page-hero > .container > .row > [class*="col-"] {
  width: auto !important;
  max-width: none !important;
  flex: initial !important;
}

.hero h1,
.page-hero h1 {
  max-width: 760px;
}

.hero p.lead,
.page-hero h1 + p,
.page-hero .lead {
  max-width: 680px !important;
  border-left: 4px solid rgba(245, 158, 11, 0.55);
  padding-left: 1.15rem;
}

.hero-badge {
  border-radius: 6px !important;
  background: rgba(245, 158, 11, 0.14) !important;
  border: 1px solid rgba(245, 158, 11, 0.28);
}

.hero-stats,
.page-hero .row.g-3,
section[style*="40px 0"] .row.g-3 {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem !important;
}

.hero-stats > *,
.page-hero .row.g-3 > *,
section[style*="40px 0"] .row.g-3 > * {
  width: auto !important;
  max-width: none !important;
  flex: initial !important;
}

section[style*="40px 0"] .row.g-3 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.hero-stat,
.stat-box {
  text-align: center !important;
  border-radius: 8px !important;
  border: 1px solid rgba(245, 158, 11, 0.16) !important;
  border-left: 4px solid var(--accent) !important;
  background: rgba(20, 20, 20, 0.92) !important;
}

section:not(.hero):not(.page-hero) {
  padding: clamp(52px, 6vw, 82px) 0 !important;
  background: transparent !important;
  border-top: 1px solid rgba(255, 255, 255, 0.055);
}

section:not(.hero):not(.page-hero):nth-of-type(even) {
  background: rgba(255, 255, 255, 0.025) !important;
}

section:not(.hero):not(.page-hero) > .container > .text-center {
  text-align: left !important;
  margin-left: 0 !important;
  margin-right: auto !important;
  width: min(840px, 100%);
  max-width: 840px;
}

section:not(.hero):not(.page-hero) > .container > .text-center .section-sub,
section:not(.hero):not(.page-hero) > .container > .text-center p {
  margin-left: 0 !important;
  margin-right: auto !important;
  max-width: 680px;
}

section:not(.hero):not(.page-hero) > .container > .text-center .divider-gold {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

section:not(.hero):not(.page-hero) .divider-gold.mx-auto {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.section-title {
  letter-spacing: 0 !important;
}

.feature-card,
.step-card,
.pricing-card,
.testimonial-card,
.rg-card,
.promo-card,
.game-card,
.sport-card,
.fish-card,
.symbol-card,
.jp-card,
.quick-link-card,
.contact-card,
.toc-card,
.policy-section,
.terms-section,
.login-card,
.register-card,
.quiz-card,
.warning-box,
.highlight-box,
.info-box {
  border-radius: 8px !important;
  box-shadow: none !important;
  background: rgba(18, 18, 18, 0.94) !important;
  border-color: rgba(245, 158, 11, 0.15) !important;
}

.feature-card,
.step-card,
.contact-card,
.quick-link-card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: start;
  column-gap: 1rem;
}

.feature-card .feature-icon,
.step-card .step-num,
.step-card .step-icon,
.contact-card i,
.quick-link-card i {
  grid-row: span 2;
  margin-bottom: 0 !important;
}

.feature-card p,
.step-card p,
.contact-card p,
.quick-link-card p {
  grid-column: 2;
}

.game-card {
  display: grid !important;
  grid-template-columns: minmax(110px, 34%) minmax(0, 1fr);
  height: 100% !important;
}

.game-card .game-thumb {
  height: 100% !important;
  min-height: 160px;
  aspect-ratio: auto !important;
}

.game-card .game-body {
  min-width: 0;
}

.game-card:has(.game-icon) {
  display: flex !important;
  flex-direction: column;
  grid-template-columns: none !important;
  min-height: 100%;
  padding: 1.25rem !important;
}

.game-card:has(.game-icon) .game-icon {
  margin-bottom: 0.85rem !important;
}

.game-card:has(.game-icon) h5 {
  min-height: 2.4em;
  margin-bottom: 0.6rem !important;
}

.game-card:has(.game-icon) p {
  flex: 1;
}

.game-card:has(.game-icon) .tag {
  align-self: flex-start;
  margin-top: 1rem !important;
}

.jackpot-game-grid .game-card {
  display: flex !important;
  flex-direction: column;
  grid-template-columns: none !important;
  min-height: 100%;
  padding: 1.25rem !important;
}

.jackpot-game-grid .game-icon {
  margin-bottom: 0.85rem !important;
}

.jackpot-game-grid .game-card h5 {
  min-height: 2.4em;
  margin-bottom: 0.6rem !important;
}

.jackpot-game-grid .game-card p {
  flex: 1;
}

.jackpot-game-grid .tag {
  align-self: flex-start;
  margin-top: 1rem !important;
}

.promo-card,
.pricing-card,
.jp-card {
  border-top: 0 !important;
  border-left: 4px solid var(--accent) !important;
}

.accordion {
  display: grid;
  gap: 0.75rem;
}

.accordion-item {
  border-radius: 8px !important;
}

.cta-banner,
.promo-banner,
.ocean-banner,
.divine-banner {
  border-radius: 8px !important;
  text-align: left !important;
  background:
    linear-gradient(90deg, rgba(245, 158, 11, 0.14), transparent 38%),
    #131313 !important;
  border: 1px solid rgba(245, 158, 11, 0.22) !important;
}

.cta-banner .d-flex,
.promo-banner .d-flex,
.ocean-banner .d-flex,
.divine-banner .d-flex {
  justify-content: flex-start !important;
}

.cta-banner p,
.promo-banner p,
.ocean-banner p,
.divine-banner p {
  margin-left: 0 !important;
  margin-right: auto !important;
}

.img-showcase {
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid rgba(245, 158, 11, 0.18);
  background: rgba(18, 18, 18, 0.85);
}

footer {
  background: #0b0b0b !important;
  border-top: 1px solid rgba(245, 158, 11, 0.24) !important;
}

footer > .container > .row {
  display: grid !important;
  grid-template-columns: minmax(220px, 1.4fr) repeat(3, minmax(150px, 1fr));
  gap: 2rem !important;
}

footer > .container > .row > [class*="col-"] {
  width: auto !important;
  max-width: none !important;
  flex: initial !important;
}

@media (max-width: 991.98px) {
  .hero > .container > .row,
  .page-hero > .container > .row {
    grid-template-columns: 1fr;
  }

  .game-card {
    grid-template-columns: 1fr !important;
  }

  .game-card .game-thumb {
    min-height: 190px;
  }

  section[style*="40px 0"] .row.g-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  footer > .container > .row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 575.98px) {
  .ticker-wrap {
    width: calc(100% - 18px);
    margin-top: 8px;
  }

  .hero-stats,
  .page-hero .row.g-3,
  section[style*="40px 0"] .row.g-3 {
    grid-template-columns: 1fr;
  }

  .feature-card,
  .step-card,
  .contact-card,
  .quick-link-card {
    grid-template-columns: 1fr;
  }

  .feature-card p,
  .step-card p,
  .contact-card p,
  .quick-link-card p {
    grid-column: auto;
  }

  footer > .container > .row {
    grid-template-columns: 1fr;
  }
}
