/* =========================================================
   HOME FEATURE SLIDER — EMPERIAL BLOXX
   Compacto para não empurrar os produtos
   ========================================================= */

.home-feature-slider {
  --feature-brand: #facc15;
  --feature-brand-light: #fde047;
  --feature-brand-dark: #ca8a04;
  --feature-brand-rgb: 250, 204, 21;

  width: 100%;
  padding: 0 16px;
  margin: 14px auto 8px;
}

.home-feature-slider__viewport {
  position: relative;
  overflow: hidden;

  width: 100%;
  max-width: 1150px;
  height: 250px;

  margin: 0 auto;

  border: 1px solid rgba(var(--feature-brand-rgb), 0.32);
  border-radius: 18px;

  background: #080809;

  box-shadow:
    0 16px 44px -28px rgba(0, 0, 0, 0.9),
    0 0 26px rgba(var(--feature-brand-rgb), 0.07);
}

.home-feature-slider__track {
  position: relative;

  width: 100%;
  height: 100%;
}

/* =========================================================
   SLIDES
   ========================================================= */

.home-feature-slide {
  position: absolute;
  inset: 0;

  display: grid;
  grid-template-columns:
    minmax(0, 1.25fr)
    minmax(250px, 0.75fr);

  align-items: center;
  gap: 24px;

  padding: 26px 74px 30px 42px;

  opacity: 0;
  visibility: hidden;
  pointer-events: none;

  transform: translateX(28px);

  transition:
    opacity 0.38s ease,
    visibility 0.38s ease,
    transform 0.38s ease;
}

.home-feature-slide.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;

  transform: translateX(0);
}

.home-feature-slide::before {
  content: "";

  position: absolute;
  inset: 0;

  pointer-events: none;

  background:
    linear-gradient(
      90deg,
      rgba(0, 0, 0, 0.15),
      transparent 58%
    );
}

.home-feature-slide--wheel {
  background:
    radial-gradient(
      circle at 80% 40%,
      rgba(250, 204, 21, 0.14),
      transparent 27%
    ),
    radial-gradient(
      circle at 95% 0%,
      rgba(239, 68, 68, 0.09),
      transparent 28%
    ),
    linear-gradient(
      135deg,
      #120f05,
      #090909 68%
    );
}

.home-feature-slide--spins {
  background:
    radial-gradient(
      circle at 82% 42%,
      rgba(59, 130, 246, 0.13),
      transparent 29%
    ),
    radial-gradient(
      circle at 98% 0%,
      rgba(168, 85, 247, 0.1),
      transparent 25%
    ),
    linear-gradient(
      135deg,
      #080d15,
      #090909 68%
    );
}

.home-feature-slide--rewards {
  background:
    radial-gradient(
      circle at 82% 42%,
      rgba(34, 197, 94, 0.13),
      transparent 28%
    ),
    radial-gradient(
      circle at 98% 0%,
      rgba(250, 204, 21, 0.08),
      transparent 26%
    ),
    linear-gradient(
      135deg,
      #08120b,
      #090909 68%
    );
}

/* =========================================================
   CONTEÚDO
   ========================================================= */

.home-feature-slide__content {
  position: relative;
  z-index: 2;

  min-width: 0;
}

.home-feature-slide__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  min-height: 24px;
  padding: 0 9px;
  margin-bottom: 10px;

  border: 1px solid rgba(var(--feature-brand-rgb), 0.28);
  border-radius: 999px;

  background: rgba(var(--feature-brand-rgb), 0.08);

  color: var(--feature-brand-light);

  font-size: 9px;
  font-weight: 950;
  letter-spacing: 0.08em;
}

.home-feature-slide__eyebrow {
  display: block;

  margin-bottom: 5px;

  color: var(--feature-brand);

  font-size: 10px;
  font-weight: 950;
  letter-spacing: 0.1em;
}

.home-feature-slide h2 {
  max-width: 560px;
  margin: 0;

  color: #fff;

  font-size: clamp(1.55rem, 2.6vw, 2.25rem);
  font-weight: 950;
  line-height: 1.05;
  letter-spacing: -0.035em;
}

.home-feature-slide h2 span {
  color: var(--feature-brand);
}

.home-feature-slide p {
  max-width: 520px;

  margin: 11px 0 0;

  color: rgba(255, 255, 255, 0.64);

  font-size: 0.87rem;
  line-height: 1.48;
}

.home-feature-slide__button {
  min-height: 40px;

  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;

  margin-top: 16px;
  padding: 0 15px;

  border: 1px solid var(--feature-brand-dark);
  border-radius: 11px;

  background:
    linear-gradient(
      180deg,
      var(--feature-brand-light),
      var(--feature-brand-dark)
    );

  color: #15110a;

  font-size: 12px;
  font-weight: 900;
  text-decoration: none;

  box-shadow:
    0 10px 24px -14px rgba(var(--feature-brand-rgb), 0.72);

  transition:
    transform 0.18s ease,
    filter 0.18s ease;
}

.home-feature-slide__button:hover {
  transform: translateY(-2px);
  filter: brightness(1.05);
}

.home-feature-slide__button span {
  font-size: 15px;

  transition: transform 0.18s ease;
}

.home-feature-slide__button:hover span {
  transform: translateX(3px);
}

/* =========================================================
   VISUAL DIREITO
   ========================================================= */

.home-feature-slide__visual {
  position: relative;
  z-index: 2;

  display: flex;
  align-items: center;
  justify-content: center;

  min-width: 0;
  height: 100%;
}

/* ROLETA */

.home-feature-wheel {
  position: relative;

  width: 165px;
  height: 165px;

  display: grid;
  place-items: center;

  filter:
    drop-shadow(0 0 14px rgba(250, 204, 21, 0.28))
    drop-shadow(0 0 34px rgba(250, 204, 21, 0.12));
}

.home-feature-wheel::before {
  content: "";

  position: absolute;
  inset: -28px;
  z-index: -1;

  border-radius: 50%;

  background:
    radial-gradient(
      circle,
      rgba(250, 204, 21, 0.24) 0%,
      rgba(250, 204, 21, 0.09) 38%,
      transparent 72%
    );

  filter: blur(18px);

  animation:
    homeFeatureWheelGlow
    3.5s ease-in-out infinite;
}

.home-feature-wheel::after {
  content: "";

  position: absolute;
  top: 18%;
  left: 24%;
  z-index: 4;

  width: 42px;
  height: 14px;

  border-radius: 999px;

  background:
    rgba(255, 255, 255, 0.24);

  filter: blur(6px);

  transform: rotate(-28deg);

  pointer-events: none;
}

.home-feature-wheel__pointer {
  position: absolute;
  top: -9px;
  left: 50%;
  z-index: 6;

  width: 0;
  height: 0;

  transform: translateX(-50%);

  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 24px solid #facc15;

  filter:
    drop-shadow(0 4px 5px rgba(0, 0, 0, 0.55))
    drop-shadow(0 0 8px rgba(250, 204, 21, 0.55));
}

.home-feature-wheel__disc {
  width: 100%;
  height: 100%;

  display: grid;
  place-items: center;

  border: 7px solid #d8a900;
  border-radius: 50%;

  background:
    conic-gradient(
      #ef4444 0deg 45deg,
      #f97316 45deg 90deg,
      #eab308 90deg 135deg,
      #22c55e 135deg 180deg,
      #3b82f6 180deg 225deg,
      #8b5cf6 225deg 270deg,
      #ec4899 270deg 315deg,
      #06b6d4 315deg 360deg
    );

  box-shadow:
    0 0 0 3px #6b4b00,
    0 0 0 6px rgba(250, 204, 21, 0.28),
    0 0 28px rgba(250, 204, 21, 0.25),
    inset 0 0 0 5px rgba(0, 0, 0, 0.35),
    inset 0 0 22px rgba(255, 255, 255, 0.08);

  animation:
    homeFeatureWheelSpin
    36s linear infinite;
}

.home-feature-wheel__disc span {
  width: 42px;
  height: 42px;

  border: 5px solid #171717;
  border-radius: 50%;

  background:
    radial-gradient(
      circle at 35% 30%,
      #ffffff 0%,
      #d9d9d9 38%,
      #8b8b8b 70%,
      #474747 100%
    );

  box-shadow:
    0 0 0 4px #d8a900,
    0 0 12px rgba(250, 204, 21, 0.38),
    inset 0 2px 4px rgba(255, 255, 255, 0.55),
    inset 0 -3px 5px rgba(0, 0, 0, 0.45);
}

.home-feature-slider__viewport:hover
.home-feature-wheel__disc {
  animation-duration: 12s;
}

@keyframes homeFeatureWheelSpin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@keyframes homeFeatureWheelGlow {
  0%,
  100% {
    opacity: 0.65;
    transform: scale(0.96);
  }

  50% {
    opacity: 1;
    transform: scale(1.04);
  }
}

/* PACOTES */

.home-feature-spin-packs {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 10px;
}

.home-feature-spin-pack {
  width: 64px;
  height: 82px;

  display: grid;
  place-items: center;

  border: 1px solid rgba(250, 204, 21, 0.24);
  border-radius: 14px;

  background:
    linear-gradient(
      180deg,
      rgba(250, 204, 21, 0.12),
      rgba(250, 204, 21, 0.035)
    );

  color: #fde047;

  font-size: 20px;
  font-weight: 950;

  box-shadow:
    0 16px 30px -22px rgba(0, 0, 0, 0.9);

  transform: rotate(-4deg);
}

.home-feature-spin-pack:nth-child(3) {
  transform: rotate(4deg);
}

.home-feature-spin-pack--featured {
  width: 76px;
  height: 105px;

  border-color: rgba(250, 204, 21, 0.55);

  background:
    linear-gradient(
      180deg,
      rgba(250, 204, 21, 0.24),
      rgba(250, 204, 21, 0.07)
    );

  color: #fff;

  font-size: 26px;

  transform: translateY(-7px);

  box-shadow:
    0 0 26px rgba(250, 204, 21, 0.12);
}

/* CÓDIGO R$50 */

.home-feature-reward-code {
  width: min(255px, 100%);

  display: flex;
  align-items: center;
  gap: 15px;

  padding: 18px;

  border: 1px dashed rgba(250, 204, 21, 0.48);
  border-radius: 16px;

  background:
    linear-gradient(
      135deg,
      rgba(250, 204, 21, 0.13),
      rgba(255, 255, 255, 0.025)
    );

  transform: rotate(-2deg);

  box-shadow:
    0 20px 40px -26px rgba(0, 0, 0, 0.9);
}

.home-feature-reward-code__icon {
  width: 56px;
  height: 56px;
  flex: 0 0 56px;

  display: grid;
  place-items: center;

  border: 1px solid rgba(250, 204, 21, 0.25);
  border-radius: 14px;

  background: rgba(250, 204, 21, 0.08);

  font-size: 25px;
}

.home-feature-reward-code div {
  min-width: 0;
}

.home-feature-reward-code small {
  display: block;

  color: rgba(255, 255, 255, 0.5);

  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.home-feature-reward-code strong {
  display: block;

  color: #facc15;

  font-size: 29px;
  line-height: 1.05;
}

.home-feature-reward-code div > span {
  color: rgba(255, 255, 255, 0.76);

  font-size: 12px;
  font-weight: 800;
}

/* =========================================================
   MINI ESTATÍSTICA
   ========================================================= */

.home-feature-slide__stat {
  position: absolute;
  right: 22px;
  bottom: 18px;
  z-index: 3;

  display: flex;
  flex-direction: column;
  align-items: flex-end;

  text-align: right;
}

.home-feature-slide__stat strong {
  color: #fff;

  font-size: 11px;
  font-weight: 900;
}

.home-feature-slide__stat span {
  color: rgba(255, 255, 255, 0.4);

  font-size: 9px;
}

/* =========================================================
   SETAS
   ========================================================= */

.home-feature-slider__arrow {
  position: absolute;
  top: 50%;
  z-index: 10;

  width: 36px;
  height: 36px;

  display: grid;
  place-items: center;

  transform: translateY(-50%);

  border: 1px solid rgba(250, 204, 21, 0.24);
  border-radius: 11px;

  background: rgba(0, 0, 0, 0.5);

  color: #facc15;

  font-size: 28px;
  line-height: 1;

  cursor: pointer;

  backdrop-filter: blur(8px);

  transition:
    transform 0.18s ease,
    border-color 0.18s ease,
    background 0.18s ease;
}

.home-feature-slider__arrow:hover {
  border-color: rgba(250, 204, 21, 0.55);
  background: rgba(250, 204, 21, 0.08);
}

.home-feature-slider__arrow--previous {
  left: 12px;
}

.home-feature-slider__arrow--next {
  right: 12px;
}

/* =========================================================
   INDICADORES
   ========================================================= */

.home-feature-slider__dots {
  position: absolute;
  left: 50%;
  bottom: 10px;
  z-index: 10;

  display: flex;
  align-items: center;
  gap: 6px;

  transform: translateX(-50%);
}

.home-feature-slider__dots button {
  width: 6px;
  height: 6px;

  padding: 0;

  border: 0;
  border-radius: 999px;

  background: rgba(255, 255, 255, 0.28);

  cursor: pointer;

  transition:
    width 0.2s ease,
    background 0.2s ease;
}

.home-feature-slider__dots button.is-active {
  width: 20px;

  background: #facc15;
}

.home-feature-slider__progress {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 12;

  width: 0;
  height: 2px;

  background:
    linear-gradient(
      90deg,
      #ca8a04,
      #fde047
    );
}

/* =========================================================
   RESPONSIVIDADE
   ========================================================= */

@media (max-width: 820px) {
  .home-feature-slider__viewport {
    height: 225px;
  }

  .home-feature-slide {
    grid-template-columns:
      minmax(0, 1fr)
      180px;

    gap: 12px;

    padding:
      22px
      56px
      28px
      34px;
  }

  .home-feature-wheel {
    width: 135px;
    height: 135px;
  }

  .home-feature-slide__stat {
    display: none;
  }
}

@media (max-width: 620px) {
  .home-feature-slider {
    padding: 0 12px;
    margin-top: 10px;
  }

.home-feature-slider__viewport {
    height: 245px;
}

.home-feature-slide {
    display: block;

    padding:
      16px
      42px
      42px
      18px;
}

  .home-feature-slide__content {
    max-width: 82%;
  }

  .home-feature-slide__visual {
    position: absolute;
    right: -20px;
    bottom: 6px;

    width: 145px;
    height: 145px;

    opacity: 0.32;
  }

  .home-feature-wheel {
  width: 125px;
  height: 125px;
}

.home-feature-slide h2 {
    font-size: 1.30rem;
    line-height: 1.05;
}

.home-feature-slide p {
    max-width: 240px;

    margin-top: 8px;

    font-size: .75rem;
    line-height: 1.35;
}

.home-feature-slide__button {
    min-height: 34px;

    margin-top: 10px;

    padding: 0 14px;

    font-size: 11px;
}

  .home-feature-slide__badge {
    min-height: 21px;

    margin-bottom: 7px;

    font-size: 8px;
  }

  .home-feature-slide__eyebrow {
    font-size: 8px;
  }

  .home-feature-slider__arrow {
    width: 30px;
    height: 30px;

    font-size: 23px;
  }

  .home-feature-slider__arrow--previous {
    left: 6px;
  }

  .home-feature-slider__arrow--next {
    right: 6px;
  }

  .home-feature-spin-packs {
    transform: scale(0.82);
  }

  .home-feature-reward-code {
    transform: rotate(-2deg) scale(0.82);
  }
}

@media (max-width: 400px) {
  .home-feature-slider__viewport {
    height: 205px;
  }

  .home-feature-slide__content {
    max-width: 88%;
  }

  .home-feature-slide h2 {
    font-size: 1.27rem;
  }

  .home-feature-slide p {
    font-size: 0.73rem;
  }

  .home-feature-slide__visual {
    opacity: 0.24;
  }
}

/* =========================================================
   ACESSIBILIDADE
   ========================================================= */

@media (prefers-reduced-motion: reduce) {
  .home-feature-slide,
  .home-feature-slide__button,
  .home-feature-slide__button span,
  .home-feature-slider__dots button {
    transition: none;
  }

  .home-feature-wheel__disc {
    animation: none;
  }
}

/* =========================================================
   HOME FEATURE SLIDER — MOBILE MAIS COMPACTO
   ========================================================= */

@media (max-width: 620px) {

  .home-feature-slider {
    padding: 0 12px;
    margin-top: 8px;
    margin-bottom: 4px;
  }

  .home-feature-slider__viewport {
    height: 200px;
    border-radius: 15px;
  }

  .home-feature-slide {
    display: block;

    padding:
      13px
      38px
      30px
      16px;
  }

  .home-feature-slide__content {
    max-width: 84%;
  }

  .home-feature-slide__badge {
    min-height: 19px;
    padding: 0 7px;
    margin-bottom: 5px;

    font-size: 7px;
  }

  .home-feature-slide__eyebrow {
    margin-bottom: 3px;
    font-size: 7px;
  }

  .home-feature-slide h2 {
    max-width: 245px;

    font-size: 1.12rem;
    line-height: 1.02;
  }

  .home-feature-slide p {
    max-width: 220px;

    margin-top: 6px;

    font-size: 0.68rem;
    line-height: 1.28;
  }

  .home-feature-slide__button {
    min-height: 30px;

    margin-top: 8px;
    padding: 0 11px;

    border-radius: 9px;

    font-size: 9px;
  }

  .home-feature-slide__button span {
    font-size: 12px;
  }

  .home-feature-slide__visual {
    right: -26px;
    bottom: -8px;

    width: 130px;
    height: 130px;

    opacity: 0.25;
  }

  .home-feature-wheel {
    width: 108px;
    height: 108px;
  }

  .home-feature-spin-packs {
    transform: scale(0.68);
  }

  .home-feature-reward-code {
    transform:
      rotate(-2deg)
      scale(0.68);
  }

  .home-feature-slider__arrow {
    width: 27px;
    height: 27px;

    font-size: 20px;
  }

  .home-feature-slider__dots {
    bottom: 7px;
  }

  .home-feature-slider__dots button {
    width: 5px;
    height: 5px;
  }

  .home-feature-slider__dots button.is-active {
    width: 16px;
  }
}

@media (max-width: 400px) {

  .home-feature-slider__viewport {
    height: 190px;
  }

  .home-feature-slide {
    padding:
      12px
      35px
      28px
      14px;
  }

  .home-feature-slide__content {
    max-width: 87%;
  }

  .home-feature-slide h2 {
    font-size: 1.05rem;
  }

  .home-feature-slide p {
    max-width: 210px;
    font-size: 0.65rem;
  }

  .home-feature-slide__visual {
    opacity: 0.20;
  }
}