/* Layout refresh: keep the existing top navigation untouched. */

body > .breadcrumb-wrap {
  background: linear-gradient(90deg, #07110c 0%, #0e2217 100%);
  border-bottom: 0;
}

body > .breadcrumb-wrap .container {
  max-width: 1180px;
}

body > .hero-section,
body > .page-hero,
body > header.hero {
  background:
    linear-gradient(115deg, rgba(8, 20, 15, 0.98) 0%, rgba(11, 35, 24, 0.9) 44%, rgba(6, 14, 9, 0.98) 100%);
  border-bottom: 1px solid rgba(234, 179, 8, 0.16);
  padding: 58px 0 34px;
  text-align: left;
}

body > .hero-section::before,
body > .hero-section::after,
body > .page-hero::before,
body > .page-hero::after,
body > header.hero::before,
body > header.hero::after {
  display: none;
}

body > .hero-section .container,
body > .page-hero .container,
body > header.hero .container {
  position: relative;
  max-width: 1180px;
}

body > .hero-section .row,
body > .page-hero .row {
  align-items: stretch !important;
}

body > .hero-section .col-lg-6:first-child,
body > .page-hero .container > * {
  position: relative;
  z-index: 1;
}

body > .hero-section h1,
body > .page-hero h1,
body > header.hero h1 {
  max-width: 780px;
  margin-bottom: 0.85rem;
}

body > .hero-section .hero-lead,
body > .page-hero .hero-lead,
body > header.hero .lead {
  max-width: 720px;
  margin-left: 0;
}

body > .hero-section .d-flex,
body > .page-hero .d-flex,
body > header.hero .d-flex {
  justify-content: flex-start !important;
}

body > .hero-section .hero-img-wrap,
body > .page-hero .hero-img-wrap {
  height: 100%;
  min-height: 330px;
  border-radius: 8px;
  border-color: rgba(234, 179, 8, 0.28);
  box-shadow: none;
  transform: translateY(18px);
}

body > .hero-section .hero-img-wrap img,
body > .page-hero .hero-img-wrap img {
  height: 100%;
  min-height: 330px;
  object-fit: cover;
}

.hero-stats,
.counter-strip .row {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px !important;
  background: rgba(52, 211, 153, 0.18);
  border: 1px solid rgba(52, 211, 153, 0.18);
}

.hero-stat-item,
.counter-item {
  background: #07110c;
  padding: 18px 20px;
  text-align: left;
}

.counter-strip {
  padding: 0 !important;
  background: #07110c !important;
}

.counter-strip .container {
  max-width: none;
  padding: 0;
}

body > section {
  padding: 54px 0;
}

body > section > .container {
  max-width: 1180px;
}

body > section:nth-of-type(even) {
  background: #0a1811 !important;
}

body > section:nth-of-type(odd) {
  background: #08140f !important;
}

.section-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  letter-spacing: 1px;
}

.section-label::before {
  content: "";
  width: 32px;
  height: 1px;
  background: currentColor;
}

.text-center .section-label,
.section-label[style*="text-align:center"] {
  justify-content: center;
}

.section-title,
.section-sub {
  margin-left: 0;
  margin-right: 0;
}

.text-center .section-sub {
  margin-left: auto;
  margin-right: auto;
}

.gold-divider {
  margin-left: 0;
}

.text-center .gold-divider {
  margin-left: auto;
}

.card-dark,
.feature-card,
.value-card,
.rg-card,
.contact-card,
.pricing-card,
.game-card,
.article-card,
.faq-group,
.content-card,
.step-content,
.app-card,
.login-card,
.register-card {
  border-radius: 8px !important;
  box-shadow: none !important;
}

body > section .row.g-4 > [class*="col-"]:nth-child(even) {
  transform: translateY(22px);
}

body > section .row.g-4 > [class*="col-"]:nth-child(3n) {
  transform: translateY(-12px);
}

.card-dark,
.feature-card,
.value-card,
.rg-card,
.contact-card {
  text-align: left !important;
}

.card-dark .card-icon,
.feature-card .feature-icon,
.rg-card .rg-icon {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.games-strip .row,
.pricing-section .row,
.visual-media-section .row {
  align-items: stretch;
}

.game-card {
  display: flex;
  flex-direction: column;
}

.game-card img,
.visual-media-section img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.steps-section .step-item {
  display: flex;
}

.step-content {
  width: 100%;
}

.steps-section .row > [class*="col-"] {
  display: block;
}

.steps-section .col-lg-5 {
  max-width: 460px;
}

.steps-section .col-lg-6 {
  display: grid;
  gap: 18px;
}

.steps-section .step-item {
  margin-bottom: 0;
}

.story-section .row,
.mission-section .row {
  align-items: center;
}

.story-section .col-lg-6:first-child,
.mission-section .col-lg-5,
.mission-section .col-lg-6:first-child {
  order: 2;
}

.story-section .col-lg-6:last-child,
.mission-section .col-lg-7,
.mission-section .col-lg-6:last-child {
  order: 1;
}

.faq-section .accordion,
.faq-group {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}

.cta-banner {
  margin: 0 !important;
  border-radius: 0 !important;
  background: linear-gradient(90deg, #0d2318 0%, #102019 50%, #2c2104 100%) !important;
  border-top: 1px solid rgba(234, 179, 8, 0.2);
  border-bottom: 1px solid rgba(52, 211, 153, 0.16);
}

.cta-banner .container {
  max-width: 1180px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 24px;
}

.cta-banner h2,
.cta-banner p {
  text-align: left !important;
  margin-left: 0 !important;
}

.cta-banner .d-flex {
  justify-content: flex-end !important;
}

body > footer,
.footer {
  background: #050c08 !important;
  padding-top: 34px !important;
}

body > footer .row {
  align-items: flex-start;
}

body > footer .footer-brand {
  border-left: 3px solid var(--gold);
  padding-left: 16px;
}

body > footer .footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
  text-align: left;
}

@media (max-width: 991px) {
  body > .hero-section,
  body > .page-hero,
  body > header.hero {
    padding: 48px 0 36px;
  }

  body > .hero-section .hero-img-wrap,
  body > .page-hero .hero-img-wrap {
    transform: none;
    min-height: 260px;
    margin-top: 24px;
  }

  .hero-stats,
  .counter-strip .row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body > section .row.g-4 > [class*="col-"],
  body > section .row.g-4 > [class*="col-"]:nth-child(even),
  body > section .row.g-4 > [class*="col-"]:nth-child(3n) {
    transform: none;
  }

  .story-section .col-lg-6:first-child,
  .mission-section .col-lg-5,
  .mission-section .col-lg-6:first-child,
  .story-section .col-lg-6:last-child,
  .mission-section .col-lg-7,
  .mission-section .col-lg-6:last-child {
    order: initial;
  }

  .cta-banner .container {
    display: block;
  }

  .cta-banner .d-flex {
    justify-content: flex-start !important;
  }
}

@media (max-width: 575px) {
  body > .hero-section,
  body > .page-hero,
  body > header.hero {
    padding: 38px 0 28px;
  }

  .hero-stats,
  .counter-strip .row {
    grid-template-columns: 1fr;
  }

  body > section {
    padding: 42px 0;
  }
}
