/* SLOTXO V8 — provider showcase inside luxury frame + minimal stats strip */
.provider-luxury-showcase {
  position: relative;
  margin: 30px 0 38px;
  padding: 44px 28px 34px;
  border: 1px solid rgba(226, 183, 79, 0.3);
  border-radius: 30px;
  overflow: hidden;
  background:
    radial-gradient(
      circle at 50% -28%,
      rgba(231, 188, 83, 0.24),
      transparent 42%
    ),
    radial-gradient(circle at 0 70%, rgba(168, 110, 22, 0.14), transparent 33%),
    linear-gradient(145deg, #191713 0%, #0d0d0d 58%, #15120d 100%);
  box-shadow:
    0 35px 80px rgba(0, 0, 0, 0.4),
    inset 0 1px rgba(255, 237, 183, 0.1);
}
.provider-luxury-showcase:before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.48;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(218, 177, 84, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(218, 177, 84, 0.035) 1px, transparent 1px);
  background-size: 34px 34px;
  mask-image: linear-gradient(to bottom, #000, transparent 94%);
}
.provider-luxury-showcase:after {
  content: "";
  position: absolute;
  left: 8%;
  right: 8%;
  top: 0;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    #fff1ba,
    #c28b28,
    #fff1ba,
    transparent
  );
  box-shadow: 0 0 28px rgba(255, 204, 86, 0.8);
}
.provider-luxury-heading {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 760px;
  margin: 0 auto 30px;
}
.provider-luxury-kicker {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  color: #d7ad51;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.28em;
}
.provider-luxury-kicker i {
  width: 48px;
  height: 1px;
  background: linear-gradient(90deg, transparent, #d7ad51);
}
.provider-luxury-kicker i:last-child {
  transform: scaleX(-1);
}
.provider-luxury-heading h2 {
  margin: 10px 0 8px;
  font-size: clamp(28px, 3vw, 44px);
  line-height: 1.1;
  color: #f8e7b4;
  text-shadow:
    0 3px 0 #79541d,
    0 0 28px rgba(230, 183, 67, 0.22);
}
.provider-luxury-heading p {
  margin: 0;
  color: #bdb5a4;
  font-size: 14px;
  line-height: 1.75;
}
.provider-luxury-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}
.provider-luxury-card {
  position: relative;
  min-height: 178px;
  padding: 27px 14px 18px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  border: 1px solid rgba(224, 178, 71, 0.36);
  border-radius: 22px;
  overflow: hidden;
  background: linear-gradient(
    160deg,
    rgba(50, 43, 30, 0.9),
    rgba(17, 17, 16, 0.98) 48%,
    rgba(7, 7, 7, 0.99)
  );
  box-shadow:
    0 18px 38px rgba(0, 0, 0, 0.34),
    inset 0 1px rgba(255, 240, 191, 0.1);
  transition:
    transform 0.35s ease,
    border-color 0.35s ease,
    box-shadow 0.35s ease;
}
.provider-luxury-card:before {
  content: "";
  position: absolute;
  inset: -45% -80%;
  background: linear-gradient(
    110deg,
    transparent 42%,
    rgba(255, 224, 139, 0.13) 50%,
    transparent 58%
  );
  transform: translateX(-55%) rotate(5deg);
  transition: transform 0.8s ease;
}
.provider-luxury-card:hover {
  transform: translateY(-8px);
  border-color: rgba(255, 218, 126, 0.88);
  box-shadow:
    0 28px 58px rgba(0, 0, 0, 0.48),
    0 0 30px rgba(205, 149, 36, 0.18),
    inset 0 1px rgba(255, 247, 215, 0.2);
}
.provider-luxury-card:hover:before {
  transform: translateX(55%) rotate(5deg);
}
.provider-luxury-card .provider-mark {
  position: relative;
  z-index: 1;
  width: 68px;
  height: 68px;
  display: grid;
  place-items: center;
  border-radius: 21px;
  border: 1px solid rgba(255, 222, 139, 0.62);
  background: linear-gradient(145deg, #e9c15e, #9d691a 58%, #5c390d);
  box-shadow:
    0 14px 26px rgba(0, 0, 0, 0.35),
    0 0 22px rgba(222, 168, 53, 0.28),
    inset 0 1px rgba(255, 249, 214, 0.68);
  color: #171007;
  font-family: "Orbitron", sans-serif;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 0.03em;
}
.provider-luxury-card .provider-logo {
  position: relative;
  z-index: 1;
  width: min(128px, 82%);
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  border: 1px solid rgba(255, 222, 139, 0.35);
  border-radius: 18px;
  background: rgba(0, 0, 0, 0.28);
  box-shadow:
    0 14px 26px rgba(0, 0, 0, 0.3),
    inset 0 1px rgba(255, 249, 214, 0.08);
}
.provider-luxury-card .provider-logo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.55));
}
.provider-luxury-card .provider-name {
  position: relative;
  z-index: 1;
  margin-top: 14px;
  color: #f6e5b8;
  font-size: 14px;
  font-weight: 800;
}
.provider-luxury-card small {
  position: relative;
  z-index: 1;
  margin-top: 4px;
  color: #9f9787;
  font-size: 11px;
}
.provider-card-index {
  position: absolute;
  top: 12px;
  right: 13px;
  color: rgba(233, 191, 88, 0.2);
  font-family: "Orbitron";
  font-size: 20px;
  font-weight: 900;
}
.provider-card-cta {
  position: relative;
  z-index: 1;
  margin-top: 12px;
  color: #dcb657;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  opacity: 0.78;
}
.stats-minimal {
  padding-top: 26px;
  padding-bottom: 28px;
}
.stats-minimal-head {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 25px;
}
.stats-minimal-head h2 {
  margin: 7px 0 6px;
  font-size: clamp(26px, 2.8vw, 40px);
  color: #f3dfaa;
}
.stats-minimal-head p {
  margin: 0;
  color: #9f9788;
  font-size: 13px;
}
.stats-minimal-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid rgba(218, 174, 73, 0.22);
  border-bottom: 1px solid rgba(218, 174, 73, 0.22);
  background: linear-gradient(
    90deg,
    transparent,
    rgba(195, 144, 43, 0.055),
    transparent
  );
}
.stats-minimal-item {
  position: relative;
  padding: 30px 22px 28px;
  text-align: center;
}
.stats-minimal-item:not(:last-child):after {
  content: "";
  position: absolute;
  right: 0;
  top: 24%;
  bottom: 24%;
  width: 1px;
  background: linear-gradient(
    to bottom,
    transparent,
    rgba(231, 188, 83, 0.5),
    transparent
  );
}
.stats-minimal-item strong {
  display: block;
  font-family: "Orbitron", sans-serif;
  font-size: clamp(34px, 4vw, 58px);
  line-height: 1;
  color: #f5d170;
  background: linear-gradient(#fff5c9 4%, #eabb55 55%, #9e6614 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.4));
}
.stats-minimal-item h3 {
  margin: 13px 0 5px;
  color: #eee1bf;
  font-size: 15px;
}
.stats-minimal-item p {
  margin: 0;
  color: #8f887b;
  font-size: 11px;
  line-height: 1.55;
}
@media (max-width: 1100px) {
  .provider-luxury-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 760px) {
  .provider-luxury-showcase {
    padding: 34px 16px 22px;
    border-radius: 24px;
  }
  .provider-luxury-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 11px;
  }
  .provider-luxury-card {
    min-height: 160px;
    padding: 23px 10px 15px;
  }
  .provider-luxury-card .provider-mark {
    width: 60px;
    height: 60px;
  }
  .provider-luxury-card .provider-logo {
    width: min(112px, 88%);
    height: 60px;
    padding: 7px;
  }
  .stats-minimal-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .stats-minimal-item:nth-child(2):after {
    display: none;
  }
  .stats-minimal-item:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(218, 174, 73, 0.16);
  }
}
@media (max-width: 480px) {
  .provider-luxury-heading p {
    font-size: 12px;
  }
  .provider-luxury-kicker {
    font-size: 9px;
    letter-spacing: 0.16em;
  }
  .provider-luxury-kicker i {
    width: 22px;
  }
  .provider-luxury-grid {
    grid-template-columns: 1fr 1fr;
  }
  .provider-luxury-card {
    min-height: 145px;
  }
  .provider-card-cta {
    display: none;
  }
  .stats-minimal-item {
    padding: 24px 10px 22px;
  }
  .stats-minimal-item strong {
    font-size: 31px;
  }
  .stats-minimal-item h3 {
    font-size: 13px;
  }
  .stats-minimal-item p {
    font-size: 10px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .provider-luxury-card,
  .provider-luxury-card:before {
    transition: none;
  }
}

/* Homepage pillar content: readable by people, search engines and AI systems. */
.seo-content--pillar {
  grid-template-columns: 1fr;
  gap: 16px;
  padding: clamp(24px, 4vw, 48px);
  border-color: rgba(218, 174, 73, 0.24);
  background:
    radial-gradient(circle at 100% 0, rgba(218, 174, 73, 0.12), transparent 30%),
    linear-gradient(145deg, rgba(24, 25, 29, 0.98), rgba(12, 13, 16, 0.98));
}
.seo-content--pillar .seo-content__body {
  min-width: 0;
}
.seo-content--pillar .seo-content__badge {
  width: max-content;
  background: linear-gradient(135deg, #8e611a, #e5bd5b);
  color: #15120c;
  box-shadow: 0 10px 24px rgba(198, 148, 45, 0.18);
}
.seo-content--pillar h2,
.seo-content--pillar h3 {
  color: #f3e4ba;
}
.seo-content--pillar h2 {
  max-width: 900px;
  font-size: clamp(26px, 3.4vw, 44px);
  line-height: 1.25;
}
.seo-content--pillar h3 {
  margin-bottom: 10px;
  font-size: clamp(19px, 2.1vw, 25px);
  line-height: 1.35;
}
.seo-content--pillar p,
.seo-content--pillar li,
.seo-content--pillar td,
.seo-content--pillar th {
  color: #beb6a4;
  font-size: 15px;
  line-height: 1.85;
}
.seo-content--pillar a {
  color: #efc766;
  text-underline-offset: 3px;
}
.seo-content__answer {
  max-width: 960px;
  margin-top: 14px !important;
  color: #d7cfbd !important;
  font-size: clamp(16px, 1.7vw, 19px) !important;
}
.seo-content__answer strong {
  color: #f2d27f;
}
.seo-content__toc {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 22px;
}
.seo-content__toc a {
  padding: 8px 12px;
  border: 1px solid rgba(229, 189, 91, 0.22);
  border-radius: 999px;
  background: rgba(229, 189, 91, 0.06);
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}
.seo-content__toc a:hover,
.seo-content__toc a:focus-visible {
  border-color: rgba(229, 189, 91, 0.6);
  background: rgba(229, 189, 91, 0.12);
}
.seo-content__section {
  margin-top: 28px;
  padding-top: 26px;
  border-top: 1px solid rgba(229, 189, 91, 0.14);
  scroll-margin-top: 110px;
}
.seo-content__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px;
  min-width: 0;
  width: 100%;
}
.seo-content__grid .seo-content__section {
  min-width: 0;
}
.seo-content__steps {
  display: grid;
  gap: 10px;
  margin: 16px 0 0;
  padding-left: 22px;
}
.seo-content__steps strong {
  color: #e9d39d;
}
.seo-content__table-wrap {
  width: 100%;
  max-width: 100%;
  margin-top: 18px;
  overflow-x: auto;
  border: 1px solid rgba(229, 189, 91, 0.17);
  border-radius: 16px;
}
.seo-content--pillar table {
  width: 100%;
  min-width: 660px;
  border-collapse: collapse;
  background: rgba(255, 255, 255, 0.018);
}
.seo-content--pillar caption {
  padding: 12px 16px;
  color: #a89e88;
  font-size: 12px;
  text-align: left;
}
.seo-content--pillar th,
.seo-content--pillar td {
  padding: 12px 16px;
  border-top: 1px solid rgba(229, 189, 91, 0.12);
  text-align: left;
  vertical-align: top;
}
.seo-content--pillar th {
  color: #ead6a4;
  font-size: 13px;
}
.seo-content__responsible {
  padding: 24px;
  border: 1px solid rgba(229, 189, 91, 0.22);
  border-radius: 18px;
  background: rgba(229, 189, 91, 0.055);
}
.seo-content--after-games {
  margin-top: 28px;
}
.seo-content__migration {
  padding: 24px;
  border: 1px solid rgba(93, 173, 226, 0.22);
  border-radius: 18px;
  background: rgba(93, 173, 226, 0.055);
}
.seo-content__domain-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 16px 0 18px;
  padding: 0;
  list-style: none;
}
.seo-content__domain-list li {
  padding: 10px 12px;
  border: 1px solid rgba(229, 189, 91, 0.14);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.025);
  color: #ead6a4;
  font-weight: 700;
  overflow-wrap: anywhere;
}
.seo-content__faq details {
  border-top: 1px solid rgba(229, 189, 91, 0.14);
}
.seo-content__faq summary {
  position: relative;
  padding: 18px 34px 18px 0;
  color: #eddaa9;
  font-size: 16px;
  font-weight: 800;
  cursor: pointer;
}
.seo-content__faq summary::marker {
  color: #d8ad4d;
}
.seo-content__faq details p {
  padding: 0 0 18px;
}

@media (max-width: 760px) {
  .seo-content--pillar {
    padding: 24px 18px;
  }
  .seo-content__grid {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .seo-content--pillar p,
  .seo-content--pillar li,
  .seo-content--pillar td,
  .seo-content--pillar th {
    font-size: 14px;
  }
  .seo-content__responsible {
    padding: 20px 16px;
  }
  .seo-content__migration {
    padding: 20px 16px;
  }
  .seo-content__domain-list {
    grid-template-columns: 1fr;
  }
}

/* Cinematic multi-provider hero banner with a left-side text safe area. */
.hero {
  min-height: 420px;
  grid-template-columns: 1fr;
  overflow: hidden;
  isolation: isolate;
  background: #040404 !important;
}
.hero::after {
  content: "";
  position: absolute;
  inset: -4%;
  z-index: 0;
  background-image: url("../images/hero/slotxo-multi-provider-hero.webp");
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover;
  will-change: transform;
  animation: hero-cinematic-drift 18s ease-in-out infinite alternate;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(
      90deg,
      rgba(4, 4, 4, 0.98) 0%,
      rgba(4, 4, 4, 0.9) 27%,
      rgba(4, 4, 4, 0.5) 48%,
      rgba(4, 4, 4, 0.08) 68%,
      transparent 100%
    ),
    linear-gradient(180deg, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.16)) !important;
}
.hero-copy {
  position: relative;
  z-index: 2;
  max-width: 48%;
}
.hero h1 {
  font-size: clamp(36px, 4.2vw, 62px);
}
.hero p {
  max-width: 520px;
}

@keyframes hero-cinematic-drift {
  0% {
    transform: scale(1.02) translate3d(0, 0, 0);
  }
  50% {
    transform: scale(1.055) translate3d(-0.7%, -0.3%, 0);
  }
  100% {
    transform: scale(1.035) translate3d(-1.3%, 0.35%, 0);
  }
}

@media (max-width: 900px) {
  .hero {
    min-height: 540px;
    padding: 42px 34px;
    align-items: start;
  }
  .hero::after {
    background-position: 64% center;
  }
  .hero-copy {
    max-width: 62%;
  }
}

@media (max-width: 620px) {
  .hero {
    min-height: 640px;
    padding: 34px 24px;
  }
  .hero::before {
    background: linear-gradient(
      180deg,
      rgba(3, 3, 3, 0.98) 0%,
      rgba(3, 3, 3, 0.9) 34%,
      rgba(3, 3, 3, 0.4) 61%,
      rgba(3, 3, 3, 0.12) 100%
    ) !important;
  }
  .hero::after {
    background-position: 66% center;
    background-size: auto 100%;
  }
  .hero-copy {
    max-width: 100%;
  }
  .hero h1 {
    font-size: clamp(34px, 11vw, 48px);
  }
  .hero p {
    max-width: 100%;
    font-size: 14px;
    line-height: 1.65;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero::after {
    animation: none !important;
    transform: none !important;
  }
}
