/* SLOTXO V7 — cinematic statistics section */
.stats-showcase {
  position: relative;
  margin: 30px 0 36px;
  padding: 42px 28px 34px;
  border: 1px solid rgba(226, 183, 79, 0.27);
  border-radius: 30px;
  overflow: hidden;
  background:
    radial-gradient(
      circle at 50% -25%,
      rgba(231, 188, 83, 0.24),
      transparent 40%
    ),
    radial-gradient(circle at 0 65%, rgba(168, 110, 22, 0.13), transparent 32%),
    linear-gradient(145deg, #191713 0%, #0d0d0d 58%, #15120d 100%);
  box-shadow:
    0 35px 80px rgba(0, 0, 0, 0.38),
    inset 0 1px rgba(255, 237, 183, 0.09);
}
.stats-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 92%);
}
.stats-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);
}
.stats-heading {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 760px;
  margin: 0 auto 31px;
}
.stats-kicker {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  color: #d7ad51;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.28em;
}
.stats-kicker i {
  width: 48px;
  height: 1px;
  background: linear-gradient(90deg, transparent, #d7ad51);
}
.stats-kicker i:last-child {
  transform: scaleX(-1);
}
.stats-heading h2 {
  margin: 10px 0 7px;
  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);
}
.stats-heading p {
  margin: 0;
  color: #bdb5a4;
  font-size: 14px;
  line-height: 1.75;
}
.stats-luxury-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}
.stat-luxury {
  position: relative;
  isolation: isolate;
  min-height: 290px;
  padding: 34px 22px 23px;
  text-align: center;
  border: 1px solid rgba(224, 178, 71, 0.42);
  border-radius: 25px;
  background: linear-gradient(
    160deg,
    rgba(49, 42, 29, 0.88),
    rgba(17, 17, 16, 0.97) 46%,
    rgba(8, 8, 8, 0.98)
  );
  box-shadow:
    0 22px 45px rgba(0, 0, 0, 0.38),
    inset 0 1px rgba(255, 240, 191, 0.12),
    inset 0 -22px 38px rgba(0, 0, 0, 0.18);
  overflow: hidden;
  transition:
    transform 0.38s ease,
    border-color 0.38s ease,
    box-shadow 0.38s ease;
}
.stat-luxury:before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: -35% -80%;
  background: linear-gradient(
    110deg,
    transparent 40%,
    rgba(255, 224, 139, 0.13) 49%,
    transparent 58%
  );
  transform: translateX(-55%) rotate(6deg);
  transition: transform 0.85s ease;
}
.stat-luxury:after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 12%;
  right: 12%;
  bottom: -55px;
  height: 100px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(215, 158, 45, 0.4), transparent 67%);
  filter: blur(12px);
}
.stat-luxury:hover {
  transform: translateY(-10px);
  border-color: rgba(255, 218, 126, 0.85);
  box-shadow:
    0 32px 65px rgba(0, 0, 0, 0.5),
    0 0 34px rgba(205, 149, 36, 0.16),
    inset 0 1px rgba(255, 247, 215, 0.2);
}
.stat-luxury:hover:before {
  transform: translateX(55%) rotate(6deg);
}
.stat-corner {
  position: absolute;
  width: 35px;
  height: 35px;
  border-color: #d9a942;
  opacity: 0.7;
}
.corner-a {
  top: 9px;
  left: 9px;
  border-top: 2px solid;
  border-left: 2px solid;
  border-radius: 10px 0 0;
}
.corner-b {
  right: 9px;
  bottom: 9px;
  border-right: 2px solid;
  border-bottom: 2px solid;
  border-radius: 0 0 10px;
}
.stat-orbit {
  position: absolute;
  top: 22px;
  left: 50%;
  width: 92px;
  height: 92px;
  border: 1px solid rgba(227, 180, 74, 0.26);
  border-radius: 50%;
  transform: translateX(-50%);
  animation: statsOrbit 9s linear infinite;
}
.stat-orbit:before,
.stat-orbit:after {
  content: "";
  position: absolute;
  inset: 8px;
  border: 1px dashed rgba(245, 210, 123, 0.13);
  border-radius: inherit;
}
.stat-orbit span {
  position: absolute;
  top: 5px;
  left: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #ffe49a;
  box-shadow: 0 0 12px #f1b836;
  transform: translateX(-50%);
}
.stat-luxury-icon {
  position: relative;
  width: 74px;
  height: 74px;
  margin: 1px auto 20px;
  display: grid;
  place-items: center;
  border-radius: 24px;
  border: 1px solid rgba(255, 222, 139, 0.65);
  background: linear-gradient(145deg, #e9c15e, #9d691a 58%, #5c390d);
  box-shadow:
    0 15px 30px rgba(0, 0, 0, 0.35),
    0 0 24px rgba(222, 168, 53, 0.3),
    inset 0 1px rgba(255, 249, 214, 0.7);
  transform: rotate(-3deg);
  transition: transform 0.35s ease;
}
.stat-luxury:hover .stat-luxury-icon {
  transform: rotate(3deg) scale(1.08);
}
.stat-luxury-icon svg {
  width: 38px;
  height: 38px;
  fill: none;
  stroke: #161008;
  stroke-width: 3.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: drop-shadow(0 1px rgba(255, 246, 206, 0.3));
}
.stat-rating .stat-luxury-icon svg {
  fill: #161008;
  stroke: #161008;
}
.stat-luxury-copy strong {
  display: block;
  font-family: "Orbitron", sans-serif;
  font-size: clamp(28px, 2.5vw, 42px);
  line-height: 1;
  color: #f8d878;
  background: linear-gradient(#fff5c9 6%, #eabb55 55%, #a76d16 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 5px 9px rgba(0, 0, 0, 0.4));
}
.stat-luxury-copy h3 {
  position: relative;
  margin: 15px 0 9px;
  padding-top: 13px;
  color: #f3e6c3;
  font-size: 17px;
}
.stat-luxury-copy h3:before {
  content: "";
  position: absolute;
  top: 0;
  left: 22%;
  right: 22%;
  height: 1px;
  background: linear-gradient(90deg, transparent, #d6a33e, transparent);
}
.stat-luxury-copy p {
  margin: 0;
  color: #a9a190;
  font-size: 12px;
  line-height: 1.65;
}
.stat-index {
  position: absolute;
  right: 17px;
  bottom: 10px;
  color: rgba(233, 191, 88, 0.19);
  font-family: "Orbitron";
  font-size: 31px;
  font-weight: 900;
}
@keyframes statsOrbit {
  to {
    transform: translateX(-50%) rotate(360deg);
  }
}
@media (max-width: 1050px) {
  .stats-luxury-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .stat-luxury {
    min-height: 265px;
  }
}
@media (max-width: 620px) {
  .stats-showcase {
    padding: 32px 15px 20px;
    border-radius: 23px;
  }
  .stats-heading {
    margin-bottom: 22px;
  }
  .stats-heading p {
    font-size: 12px;
  }
  .stats-kicker {
    font-size: 9px;
    letter-spacing: 0.17em;
  }
  .stats-kicker i {
    width: 25px;
  }
  .stats-luxury-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .stat-luxury {
    min-height: 220px;
    padding: 25px 22px 20px;
    display: grid;
    grid-template-columns: 82px 1fr;
    align-items: center;
    text-align: left;
  }
  .stat-orbit {
    left: 58px;
    top: 55px;
    width: 78px;
    height: 78px;
  }
  .stat-luxury-icon {
    margin: 0;
    width: 68px;
    height: 68px;
  }
  .stat-luxury-copy h3 {
    margin-top: 10px;
    padding-top: 9px;
  }
  .stat-luxury-copy h3:before {
    left: 0;
    right: 45%;
  }
  .stat-luxury-copy p {
    font-size: 11px;
  }
  .stat-index {
    font-size: 25px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .stat-orbit {
    animation: none;
  }
  .stat-luxury,
  .stat-luxury:before,
  .stat-luxury-icon {
    transition: none;
  }
}
