* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  }

body {
  background: #050816;
  color: white;
  font-family: 'Poppins', sans-serif;
  overflow-x: hidden;
  padding-top: 90px;
}

/* FUNDO GLOBAL PROFISSIONAL */
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;

  background:
    radial-gradient(circle at 20% 30%, #7a3cff55, transparent 40%),
    radial-gradient(circle at 80% 60%, #00ff9c33, transparent 40%),
    radial-gradient(circle at 50% 100%, #001f3f, transparent 60%);

  filter: blur(80px);
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 999;

  background-image: url("https://www.transparenttextures.com/patterns/noise.png");
  opacity: 0.05;
  mix-blend-mode: overlay;
}

.transition-blur {
  position: absolute;
  top: -120px;
  left: 0;
  width: 100%;
  height: 250px;

  backdrop-filter: blur(40px);
  -webkit-backdrop-filter: blur(40px);

  background: linear-gradient(
    to bottom,
    rgba(20, 0, 40, 0.4),
    transparent
  );

  pointer-events: none;
  z-index: 2;
}

.glow-divider {
  position: absolute;
  top: -80px;
  left: 50%;
  transform: translateX(-50%);
  width: 600px;
  height: 200px;

  background: radial-gradient(
    circle,
    rgba(122,60,255,0.25),
    rgba(0,255,156,0.15),
    transparent 70%
  );

  filter: blur(60px);
  pointer-events: none;
}

/* ✅ RESPONSIVO PARA IMAGENS */
img {
  max-width: 100%;
  height: auto;
  display: block;
}

html, body {
  max-width: 100%;
  overflow-x: hidden;
}

h1, h2, h3, h4 {
  font-family: 'Orbitron', sans-serif;
}

/* ========================= */
/* HEADER FIXO + GLASS */
/* ========================= */

.main-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;

  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  gap: 20px;

  padding: 20px 60px;

  background: transparent;
  border-bottom: 1px solid transparent;
  transition: background 0.3s ease, backdrop-filter 0.3s ease, box-shadow 0.3s ease, border-bottom 0.3s ease;
}

.main-header.scrolled {
  background: rgba(5, 8, 22, 0.65);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(255,255,255,0.08);
  box-shadow: 0 8px 30px rgba(0,0,0,0.28);
}

.logo {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-self: start;
}

.logo img {
  height: 40px;
  filter: drop-shadow(0 0 8px #00eaff);
  transition: 0.3s;
  width: auto;
  object-fit: contain;
}

.logo img:hover {
  filter: drop-shadow(0 0 15px #00eaff);
}

nav a {
  margin: 0 15px;
  color: #ccc;
  text-decoration: none;
  position: relative;
  transition: 0.3s;
}

nav a:hover {
  letter-spacing: 1px;
  color: #00eaff;
  text-shadow:
    0 0 5px #00eaff,
    0 0 10px #00eaff,
    0 0 20px #00eaff,
    0 0 40px #00eaff;
}

nav a:active {
  transform: scale(0.95);
  text-shadow:
    0 0 10px #00eaff,
    0 0 25px #00eaff;
}



/* ================= HERO LIMPA E PROFISSIONAL ================= */

.hero {
  position: relative;

  width: 100%;
  max-width: 1440px;
  margin: 0 auto;

  padding: 20px clamp(24px, 4vw, 64px) 24px;

  display: grid;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  gap: 0px;
  overflow: visible;
}

/* CONTEÚDO (TEXTO + BOTÕES PRINCIPAIS) */
.hero-content {
  position: relative;
  z-index: 20;
  text-align: center;
  max-width: 760px;

  display: flex;
  flex-direction: column;
  align-items: center;

  opacity: 0;
  transform: translateY(80px);
  animation: fadeHero 1s ease forwards;
  animation-delay: 0.3s;
}

@keyframes fadeHero {
  to {
    opacity: 1;
    transform: translateY(220px);
  }
}

@keyframes fadeHeroMobile {
  from {
    opacity: 0;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: translateY(18px);
  }
}

@keyframes fadeHeroMobileSmall {
  from {
    opacity: 0;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: translateY(10px);
  }
}

/* PERSONAGENS */
.characters {
  width: 100vw;
  max-width: none;
  transform: translateY(-264px);
  position: relative;
  z-index: 5;
  align-items: center;

  display: grid;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  overflow: visible;
  pointer-events: none;
}

.characters img {
  width: min(2320px, 172vw);
  height: auto;
  max-width: none;
  display: block;
  transform: translateX(8px);
  filter:
    drop-shadow(0 42px 86px rgba(0, 0, 0, 0.26))
    drop-shadow(0 0 54px rgba(0, 234, 255, 0.12));
}

/* ============================================================ */
/* 🔥 BLOCO DOS HEXÁGONOS - GLASSMORPHISM REAL 🔥 */
/* ============================================================ */

.hero-features {
  --hero-features-offset: -468px;
  position: relative;
  perspective: 1000px;
  width: 100%;
  max-width: min(980px, 78vw);
  justify-content: center;
  align-items: center;

  display: grid;
  grid-template-columns: repeat(3, minmax(138px, 196px));
  gap: 18px;

  z-index: 18;
  opacity: 0;
  transform: translateY(calc(var(--hero-features-offset) + 42px));
  animation: fadeFeatures 1s ease forwards;
  animation-delay: 0.8s;
}

@keyframes fadeFeatures {
  from {
    opacity: 0;
    transform: translateY(calc(var(--hero-features-offset) + 72px));
  }
  to {
    opacity: 1;
    transform: translateY(var(--hero-features-offset));
  }
}


/* WRAPPER */
.coin-wrap {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1.04 / 1;
  transform: translateZ(0);
}

/* BASE */
.hero-features .coin {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;

  cursor: pointer;
  transform-style: preserve-3d;
  transition: transform 0.35s ease, filter 0.35s ease;

  background:
    linear-gradient(165deg,
      rgba(255,255,255,0.12) 0%,
      rgba(255,255,255,0.045) 18%,
      rgba(255,255,255,0.015) 42%,
      rgba(8,12,22,0.06) 100%
    );
  border: 1px solid rgba(255,255,255,0.12);
  backdrop-filter: blur(28px) saturate(138%);
  -webkit-backdrop-filter: blur(28px) saturate(138%);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.18),
    inset 0 -12px 20px rgba(0,0,0,0.08),
    0 16px 36px rgba(0,0,0,0.14);
  clip-path: polygon(25% 5%, 75% 5%, 100% 50%, 75% 95%, 25% 95%, 0% 50%);
  filter:
    drop-shadow(0 16px 32px rgba(0,0,0,0.16))
    drop-shadow(0 0 22px rgba(0,255,200,0.12));
  overflow: hidden;
}

/* 🔥 BORDA NEON */
.hero-features .coin::before {
  content: "";
  position: absolute;
  inset: 0;
  background: transparent;
  border: 1px solid rgba(255,255,255,0.22);
  box-shadow:
    inset 0 0 0 1px rgba(0,255,200,0.14),
    0 0 16px rgba(0,255,200,0.12),
    0 0 28px rgba(140,0,255,0.1);
  z-index: 1;
  clip-path: polygon(25% 5%, 75% 5%, 100% 50%, 75% 95%, 25% 95%, 0% 50%);
}

/* 🔥 VIDRO (GLASSMORPHISM REAL) */
.hero-features .coin::after {
  content: "";
  position: absolute;
  inset: 1px;
  z-index: 2;
  background:
    linear-gradient(180deg,
      rgba(255,255,255,0.16) 0%,
      rgba(255,255,255,0.06) 14%,
      rgba(255,255,255,0.015) 36%,
      rgba(6,12,24,0.03) 100%
    ),
    radial-gradient(circle at 28% 18%, rgba(255,255,255,0.22), transparent 32%),
    radial-gradient(circle at 74% 72%, rgba(0,234,255,0.08), transparent 28%);
  border: 1px solid rgba(255,255,255,0.12);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.18),
    inset 0 -10px 18px rgba(8,12,24,0.05);
  clip-path: polygon(25% 5%, 75% 5%, 100% 50%, 75% 95%, 25% 95%, 0% 50%);
}

/* TEXTO */
.hero-features .coin span {
  position: relative;
  z-index: 10;
  display: block;
  max-width: 82%;
  padding: 0 10px;
  text-align: center;

  color: #f8fcff;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.08;
  text-transform: uppercase;
  letter-spacing: 0.6px;

  text-shadow:
    0 0 10px rgba(255,255,255,0.12),
    0 0 18px rgba(0,255,200,0.22);
}

.hero-features .coin:hover {
  transform: translateY(-6px) scale(1.02);
  filter:
    drop-shadow(0 22px 42px rgba(0,0,0,0.2))
    drop-shadow(0 0 24px rgba(0,255,200,0.18));
}

@keyframes borderFlow {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

.hero::after {
  content: "";
  position: absolute;
  bottom: -1px; /* evita linha */
  left: 0;
  width: 100%;
  height: 26px;

  background: linear-gradient(
    to bottom,
    transparent,
    #030c1c /* mesma cor da próxima seção */
  );

  z-index: 1;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;

  background:
    radial-gradient(circle at 30% 40%, #7a3cffaa, transparent 40%),
    radial-gradient(circle at 70% 60%, #00ff9c66, transparent 40%);

  filter: blur(120px);
  z-index: -1;
}


/* TÍTULO MAIS FORTE */
.hero-title {
  font-size: clamp(34px, 5.4vw, 82px);
  font-weight: 800;
  line-height: 0.94;
  letter-spacing: 0.02em;
  margin: 0;

  text-shadow:
    0 0 10px rgba(0,195,255,0.8),
    0 0 30px rgba(0,195,255,0.5),
    0 0 60px rgba(0,195,255,0.3);
}

.hero-title span {
  background: linear-gradient(90deg, #8b5cff 0%, #2cff9a 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  text-shadow:
    0 0 10px rgba(139, 92, 255, 0.34),
    0 0 24px rgba(44, 255, 154, 0.22),
    0 0 46px rgba(44, 255, 154, 0.14);
}

.hero-subtitle {
  max-width: 620px;
  margin: 14px auto 0;
  font-size: clamp(20px, 1.85vw, 28px);
  line-height: 1.45;
  font-weight: 400;
  color: #f8fcff;
  letter-spacing: 0;
  text-shadow:
    0 0 14px rgba(0, 212, 255, 0.18),
    0 2px 12px rgba(0, 0, 0, 0.34);
}

.hero-subtitle-nowrap {
  white-space: nowrap;
}

.hero-subtitle-desktop-break {
  display: inline;
}

@media (min-width: 981px) {
  .hero-subtitle {
    max-width: 520px;
    font-size: clamp(16px, 1.45vw, 22px);
    line-height: 1.4;
  }

  .hero-subtitle-desktop-break {
    display: block;
  }
}

/* BOTÕES */
.hero-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: clamp(12px, 1.4vw, 18px);
  margin-top: 8px;
}

.hero .btn-glow,
.hero .btn-outline {
  text-align: center;
}

.hero .btn-glow {
  background: linear-gradient(90deg, #8b5cff 0%, #00eaff 52%, #2cff9a 100%);
  color: #5b2bbd;
  box-shadow:
    0 0 16px rgba(0, 234, 255, 0.24),
    0 0 32px rgba(139, 92, 255, 0.18);
}

.hero .btn-glow:hover {
  box-shadow:
    0 0 18px rgba(0, 234, 255, 0.32),
    0 0 38px rgba(139, 92, 255, 0.24),
    0 0 64px rgba(44, 255, 154, 0.14);
}

.hero .btn-outline {
  border-color: #8b5cff;
  color: #ffffff;
  box-shadow:
    0 0 12px rgba(139, 92, 255, 0.24),
    0 0 28px rgba(139, 92, 255, 0.12);
}

.hero .btn-outline:hover {
  background: linear-gradient(90deg, #8b5cff 0%, #2cff9a 100%);
  border-color: transparent;
  color: #ffffff;
  box-shadow:
    0 0 18px rgba(139, 92, 255, 0.28),
    0 0 34px rgba(44, 255, 154, 0.14);
}

/* BOTÃO PRINCIPAL */
.btn-glow {
  padding: clamp(15px, 1.7vw, 20px) clamp(28px, 3.1vw, 44px);
  font-size: clamp(15px, 1.05vw, 17px);
  background: #00eaff;
  border: none;
  color: #ffffff;
  font-weight: bold;
  cursor: pointer;
  transition: 0.3s;
  position: relative;
  overflow: hidden;
}

.btn-glow:hover {
  box-shadow:
    0 0 20px #00eaff,
    0 0 40px #00eaff,
    0 0 80px #00eaff;
  transform: scale(1.08);
}

.btn-glow::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(120deg, transparent, rgba(255,255,255,0.5), transparent);
      color: #5b2bbd;
  transition: 0.5s;
}

.btn-glow:hover::after {
  left: 100%;
}


/* BOTÃO SECUNDÁRIO */
.btn-outline {
  border: 1px solid #00eaff;
  background: transparent;
  color: #00eaff;
  padding: clamp(15px, 1.7vw, 20px) clamp(26px, 3vw, 40px);
  font-size: clamp(14px, 0.98vw, 16px);
  transition: 0.3s;
}

.btn-outline:hover {
  background: #00eaff;
  color: #000;
}

/* PARTÍCULAS MAIS VISÍVEIS */
.particles span {
  position: absolute;
  display: block;
  width: 6px;
  height: 6px;
  background: #00eaff;
  border-radius: 50%;
  opacity: 0.7;

  box-shadow:
    0 0 10px #00eaff,
    0 0 20px #00eaff;

  animation: float 10s linear infinite;
}

/* ANIMAÇÕES */
@keyframes float {
  0% {
    transform: translateY(100vh) scale(0);
  }
  100% {
    transform: translateY(-10vh) scale(1);
  }
}

@keyframes floatCharacters {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform:  translateY(-18px);
  }
}

.hero-content-wrapper {
  width: 1200px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 80px;
  margin: auto;

}

.tag{
color:#9f7cff;
letter-spacing:3px;
}

h1{
margin:10px 0 20px;
}

p{
color:#aaa;
margin-bottom:30px;
line-height:1.6;
}


button{
padding:14px 30px;
border-radius:6px;
border:none;
cursor:pointer;
font-weight:600;
font-family: 'Poppins', sans-serif;
letter-spacing: 1px;
}

.small-buttons {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  flex-wrap: wrap; /* quebra se faltar espaço */
  justify-content: flex-start; /* 👈 garante alinhamento */
  align-items: center;
}

.small-buttons button {
  background: rgba(255,255,255,0.05);
  border: 1px solid #00ff9c55;
  color: #ccc;
  padding: 6px 10px;
  font-size: 11px;
  border-radius: 6px;
  cursor: pointer;
  transition: 0.3s;
  min-width: 100px;
  text-align: center;
  backdrop-filter: blur(5px);
}

.small-buttons button:hover {
  border-color: #00ff9c;
  color: #00ff9c;
  box-shadow:
    0 0 10px #00ff9c,
    0 0 20px #00ff9c44;
  transform: translateY(-2px);
}

.left {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 10px;
}


.titulo-semana span {
  background: linear-gradient(90deg, #8b5cff, #2cff9a);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  white-space: nowrap;
}

.primary {

background:linear-gradient(90deg,#7a3cff,#00ff9c);
color: #5b2bbd;

}

.secondary {

background:transparent;
border:2px solid #00ff9c;
color:white;

}

/* CARDS */

.left h4 {
  font-size: 14px;
  letter-spacing: 3px;
  color: #9f7cff;
  margin-bottom: -5px;
}

.left h1 {
  font-size: 48px;
  line-height: 1;
  margin: 0;
  font-family: 'Orbitron', sans-serif;
  font-weight: 800;
  letter-spacing: 2px;
  background: linear-gradient(90deg, #8b5cff, #2cff9a);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 0 10px #2cff9a33;
}

.about {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 1;

  padding: 24px 20px 140px;
  gap: 60px;
  width: 100%;
  padding: 24px 20px 140px;

  
  margin: auto;
  background: #030c1c;;
}

.about-container {
  max-width: 1200px;
  margin: 0 auto;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;

  gap: 34px;
  position: relative;

}

.about::before {
  content: "";
  position: absolute;
  top: -68px;
  left: 0;
  width: 100%;
  height: 68px;

  background: linear-gradient(
    to bottom,
    transparent,
    #030c1c
  );
}

@media (min-width: 901px) {
  .coin-wrap {
    aspect-ratio: 1.12 / 0.84;
  }

  .hero::after {
    display: none;
  }

  .about {
    margin-top: -254px;
    padding-top: 42px;
    background: transparent;
  }

  .about::before {
    top: -220px;
    height: calc(100% + 220px);
    background: linear-gradient(
      180deg,
      rgba(3, 12, 28, 0) 0%,
      rgba(3, 12, 28, 0.06) 18%,
      rgba(3, 12, 28, 0.16) 34%,
      rgba(3, 12, 28, 0.34) 54%,
      rgba(3, 12, 28, 0.62) 74%,
      #030c1c 100%
    );
    filter: blur(24px);
    opacity: 1;
  }

  .about::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
      180deg,
      rgba(3, 12, 28, 0.02) 0%,
      rgba(3, 12, 28, 0.12) 16%,
      rgba(3, 12, 28, 0.26) 34%,
      rgba(3, 12, 28, 0.48) 56%,
      rgba(3, 12, 28, 0.76) 78%,
      #030c1c 100%
    );
    pointer-events: none;
    z-index: 0;
  }

  .about-container {
    z-index: 1;
  }
}

@keyframes fadeLeft {
  from {
    opacity: 0;
    transform: translateX(-50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.subtitle{
color:#9b7bff;
letter-spacing:2px;
}

.buttons{
  display:flex;
  justify-content: center;
  gap:20px;
  margin-bottom:20px;
  width: 100%;
}

.btn{
padding:14px 30px;
border-radius:6px;
border:2px solid #2cff9a;
background:transparent;
color:white;
cursor:pointer;
transition:0.3s;
width: 100%;
  text-align: center;
}

.titulo-semana {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: 720px;
  width: 100%;
  margin: 0 auto;
}

.titulo-semana h4 {
  font-size: 20px;
  letter-spacing: 3px;
  color: #9f7cff;
}

.titulo-semana h1 {
  display: inline-block;
  white-space: nowrap;
  font-size: 48px;
  font-family: 'Orbitron', sans-serif;
  font-weight: 800;
  letter-spacing: 2px;
  background: linear-gradient(90deg, #8b5cff, #2cff9a);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.titulo-semana > p:not(.robux-highlight-copy) {
  display: none;
}

.robux-highlight-copy {
  margin: 10px 0 22px;
  max-width: 360px;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.65;
}

.btn.primary{
border:none;
background:linear-gradient(90deg,#8b5cff,#2cff9a);
      color: #5b2bbd;
}

.btn:hover{
transform:translateY(-4px);
box-shadow:0 10px 25px #2cff9a66;
}

.links a{
margin-right:20px;
color:#888;
text-decoration:none;
font-size:14px;
}

.cards{
display:flex;
justify-content: center;
align-items: center;
gap:40px;
perspective: 1000px;
align-items: center;
}

.card {
  width: 300px;
  height: 400px;
  border-radius: 14px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  transition: 0.4s;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  padding: 15px;
  transform-style: preserve-3d;

}

.card img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
}

.cards-destaque {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  width: 100%;
  max-width: 1120px;
  flex: none;
  justify-content: center;
}
.robux-highlight-card {
  --accent: #2cff9a;
  --accent-soft: rgba(44, 255, 154, 0.2);
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 18px;
  min-height: 365px;
  padding: 18px;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(15, 26, 41, 0.98) 0%, rgba(6, 14, 25, 0.98) 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.35);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.robux-highlight-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top left, var(--accent-soft), transparent 42%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent 28%);
  pointer-events: none;
}

.robux-highlight-card::after {
  content: "";
  position: absolute;
  inset: 18px 18px auto;
  height: 1px;
  background: linear-gradient(90deg, var(--accent), rgba(255, 255, 255, 0));
  opacity: 0.65;
}

.robux-highlight-card:hover {
  transform: translateY(-8px);
  border-color: rgba(255, 255, 255, 0.14);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.42), 0 0 0 1px rgba(255, 255, 255, 0.03);
}

.robux-highlight-card.is-starter {
  --accent: #2cff9a;
  --accent-soft: rgba(44, 255, 154, 0.22);
}

.robux-highlight-card.is-popular {
  --accent: #9f7cff;
  --accent-soft: rgba(159, 124, 255, 0.22);
}

.robux-highlight-card.is-max {
  --accent: #46d3ff;
  --accent-soft: rgba(70, 211, 255, 0.2);
}

.highlight-card-top,
.highlight-card-head,
.highlight-list {
  position: relative;
  z-index: 1;
}

.highlight-card-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}

.highlight-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 10px;
  border-radius: 999px;
  background: var(--accent);
  color: #07111d;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.4px;
  font-family: 'Orbitron', sans-serif;
}

.highlight-window {
  font-size: 11px;
  letter-spacing: 1.7px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.56);
}

.highlight-card-head {
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-height: 118px;
}

.highlight-card-head p {
  font-size: 11px;
  letter-spacing: 1.8px;
  font-weight: 700;
  color: var(--accent);
}

.highlight-card-head h3 {
  font-size: 31px;
  line-height: 0.95;
  font-family: 'Orbitron', sans-serif;
  font-weight: 800;
  color: #ffffff;
}

.highlight-card-head span {
  font-size: 13px;
  line-height: 1.65;
  max-width: 240px;
  margin: 2px auto 0;
  color: rgba(255, 255, 255, 0.68);
}

.highlight-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: auto;
}

.highlight-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 13px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.07);
}

.highlight-item-main {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.highlight-avatar {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  flex-shrink: 0;
  background:
    radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.95) 0 16%, var(--accent) 17% 42%, rgba(255, 255, 255, 0.08) 43% 100%);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.highlight-item-copy {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}

.highlight-item-copy span {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
}

.highlight-item-copy small {
  font-size: 11px;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.45);
}

.highlight-item strong {
  color: var(--accent);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.3px;
  flex-shrink: 0;
}

.cards-destaque {
  align-items: stretch;
  width: 100%;
  max-width: 1120px;
}

.about-cta {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 34px;
}

.about-cta-button {
  width: min(100%, 392px);
  max-width: 392px;
  min-height: 60px;
  padding: 18px 40px;
}

.card::after {
  display: none;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    180deg,
    transparent 40%,
    rgba(0,0,0,0.7) 100%
  );
}

.card-bg{
position:absolute;
width:100%;
height:100%;
background:linear-gradient(160deg,#8b5cff,#2cff9a);
}

.card span{
position: relative;
  z-index: 2;
  font-weight: bold;
}

.card:hover{
transform: perspective(1000px) rotateY(5deg) scale(1.08);
  box-shadow: 0 30px 80px #2cff9a88;
}

/* GAMEPASS SECTION */
.gamepass-title{
  text-align: center;
  font-size: 56px;
  font-weight: 800;
  letter-spacing: 2px;
  margin-bottom: 50px;

  background: linear-gradient(90deg, #8b5cff 0%, #00eaff 52%, #2cff9a 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

  text-shadow:
  0 0 10px rgba(0,255,195,0.7),
  0 0 20px rgba(0,255,195,0.5),
  0 0 40px rgba(0,255,195,0.3);
}



.gamepass {
    padding: 100px 0;
    overflow: visible;
    width: 100%;
}


.cards-wrapper {
  width: 100%;
  max-width: 1200px;
  padding: 60px 20px;
  perspective: 1000px;
  display: flex;
  margin: auto;
  overflow: visible;
  padding: 34px 0 48px;
  overflow-x: auto;
  overflow: visible;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}

.carousel{
  width: 900px; 
  overflow: hidden;
  margin: auto;
}

.cards-container {
  display: flex;
  gap: 40px;
  align-items: center;
  scroll-snap-type: x mandatory;
  justify-content: center;
  transition: transform 0.6s ease;

}

.cards-container::-webkit-scrollbar {
  display: none;
}

.home-carousel-window {
  width: min(1288px, calc(100vw - 48px));
  max-width: 1288px;
  overflow: visible;
  padding: 26px 0 28px;
  box-sizing: border-box;
  scrollbar-width: none;
}

.home-carousel-window::-webkit-scrollbar {
  display: none;
}

.home-carousel-track {
  width: max-content;
  margin: 0 auto;
  justify-content: center;
  gap: 12px;
}

.home-carousel-track .nft-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  gap: 16px;
  margin: 0 -24px;
  will-change: transform, opacity;
  backface-visibility: hidden;
  transform-origin: center center;
}

.home-carousel-track .nft-card.home-carousel-hidden {
  display: none;
}

.home-carousel-track .nft-info {
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-height: 100%;
}

.home-carousel-track .nft-title {
  display: grid;
  grid-template-rows: 48px 18px;
  row-gap: 4px;
  width: 100%;
  min-height: 70px;
  margin-top: 0;
  align-items: center;
  text-align: center;
}

.home-carousel-track .nft-title h3 {
  margin: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: 0.2px;
  text-align: center;
  transition: color 0.35s ease, text-shadow 0.35s ease, font-size 0.35s ease;
}

.home-carousel-track .nft-card.active .nft-title h3 {
  font-size: 24px;
  color: #ffffff;
  text-shadow: 0 0 18px rgba(255,255,255,0.12);
}

.home-carousel-track .nft-title p {
  margin: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  color: rgba(255,255,255,0.62);
  font-size: 13px;
  font-weight: 500;
  line-height: 1.22;
  letter-spacing: 0.1px;
  text-align: center;
}

.home-carousel-track .nft-bid-row {
  display: flex;
  align-items: center;
  margin-top: auto;
  justify-content: center;
  min-height: 34px;
}

.home-carousel-track .btn-bid {
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.home-carousel-track .bid-col {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 34px;
  text-align: center;
}

.home-carousel-track .label,
.home-carousel-track .time-col {
  display: none;
}

.home-carousel-track .value {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 22px;
  line-height: 1;
}

.nft-card {
  min-width: 280px;
  max-width: 280px;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(15px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  padding: 20px;
  background:#111;
  opacity: 0.5;
  flex: 0 0 280px;


backdrop-filter: blur(12px);
-webkit-backdrop-filter: blur(12px);
border: 1px solid rgba(255,255,255,0.18);
  transition: all 0.5s ease;
  flex-direction: column;
  gap: 15px;
  position: relative;
  scroll-snap-align: center; /* Alinha o card ao centro da tela no scroll */
  box-shadow:
  0 10px 40px rgba(0,0,0,0.35),
  inset 0 1px 1px rgba(255,255,255,0.2);
  /* Estado padrão: levemente inclinado e menor */
  transform: scale(0.8) rotateY(20deg);
  opacity: 0.6;
  z-index: 1;
  margin: 0 -40px; /* Força a sobreposição como na imagem */
}

/* Card Ativo (Centro) */
.nft-card.active {
  transform: scale(1.1) rotateY(0deg);
  opacity: 1;
  z-index: 10;
  border: 2px solid #00ffc3;

  box-shadow:
  0 0 20px rgba(0,255,195,0.5),
  0 0 40px rgba(0,255,195,0.4),
  0 0 80px rgba(0,255,195,0.25);

  filter: blur(0);
}

/* LADO */
.nft-card.prev,
.nft-card.next {
  opacity: 0.7;
  transform: scale(0.9);
}

.nft-image {
  width: 100%;
  aspect-ratio: 3 / 4;
  overflow: hidden;
  border-radius: 15px;
  background: rgba(255,255,255,0.03);
}

.nft-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 15px;
}

.nft-bid-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid rgba(255,255,255,0.1);
  padding-top: 10px;
}

.value { color: #00ffc3; font-weight: bold; }

.btn-bid {
  width: 100%;
  background: #00ffc3;
  color: #000;
  border: none;
  padding: 12px;
  border-radius: 10px;
  font-weight: 800;
  cursor: pointer;
  transition: 0.3s;
}

.catalog-home-actions {
  display: flex;
  justify-content: center;
  margin-top: 28px;
  padding: 0 20px;
}

.catalog-link-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 260px;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 700;
}

.home-gamepass-eb {
  position: relative;
  width: 100%;
  padding: 24px 0 110px;
  overflow: hidden;
}

.home-gamepass-eb::before {
  content: "";
  position: absolute;
  inset: 0;
  background: transparent;
  pointer-events: none;
}

.home-gamepass-header,
.home-gamepass-carousel-window,
.home-gamepass-actions {
  position: relative;
  z-index: 1;
}

.home-gamepass-header {
  max-width: 760px;
  margin: 0 auto 30px;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0;
  margin-bottom: 28px;
}

.home-gamepass-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  padding: 9px 16px;
  border-radius: 999px;
  background: rgba(255,186,103,0.10);
  border: 1px solid rgba(255,186,103,0.18);
  color: #ffcb8c;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.7px;
  text-transform: uppercase;
}

.home-gamepass-title {
  margin: 0;
  font-size: clamp(32px, 4vw, 54px);
  line-height: 0.96;
  background: linear-gradient(90deg, #8b5cff 0%, #00eaff 52%, #2cff9a 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.home-gamepass-subtitle {
  max-width: 700px;
  margin: 14px 0 0;
  color: rgba(226, 248, 255, 0.92);
  font-size: 17px;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
}

.home-gamepass-copy {
  max-width: 560px;
  margin: 10px 0 0;
  color: rgba(223, 240, 255, 0.74);
  font-size: 14px;
  line-height: 1.7;
  text-align: center;
}

.home-gamepass-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 132px;
  padding: 12px 16px;
  margin-top: 20px;
  border-radius: 999px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.12);
  color: transparent;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.4px;
  background-image: linear-gradient(90deg, #8b5cff 0%, #00eaff 52%, #2cff9a 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.home-gamepass-carousel-window {
  width: min(1288px, calc(100vw - 48px));
  max-width: 1288px;
  margin: 0 auto;
  padding: 30px 0 36px;
  overflow-x: auto;
  overflow-y: visible;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

.home-gamepass-carousel-window::-webkit-scrollbar {
  display: none;
}

.home-gamepass-carousel-track {
  width: max-content;
  margin: 0 auto;
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 10px;
}

.home-gamepass-carousel-track .eb-gamepass-card {
  min-width: 268px;
  max-width: 268px;
  flex: 0 0 268px;
  min-height: 410px;
  margin: 0 -26px;
  opacity: 0.58;
  transform: scale(0.84) rotateY(18deg);
  z-index: 1;
  scroll-snap-align: center;
}

.home-gamepass-carousel-track .eb-gamepass-card.home-gamepass-hidden {
  display: none;
}

.home-gamepass-carousel-track .eb-gamepass-card.active {
  opacity: 1;
  transform: scale(1.04) rotateY(0deg);
  z-index: 10;
  border-color: rgba(129, 237, 255, 0.34);
  box-shadow:
    0 26px 56px rgba(0,0,0,0.42),
    0 0 0 1px rgba(0,234,255,0.14),
    0 0 34px rgba(122,60,255,0.16);
}

.eb-gamepass-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 408px;
  border-radius: 30px;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(14,25,48,0.98) 0%, rgba(6,14,30,0.98) 100%);
  border: 1px solid rgba(110, 205, 255, 0.14);
  box-shadow: 0 24px 50px rgba(0,0,0,0.34);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

@media (hover: hover) and (pointer: fine) {
  .home-gamepass-carousel-track .eb-gamepass-card:not(.active):hover {
    transform: scale(0.84) rotateY(18deg);
    border-color: rgba(110, 205, 255, 0.14);
    box-shadow: 0 24px 50px rgba(0,0,0,0.34);
  }

  .home-gamepass-carousel-track .eb-gamepass-card.active:hover {
    transform: translateY(-10px) scale(1.04) rotateY(0deg);
    border-color: rgba(119, 255, 203, 0.30);
    box-shadow: 0 30px 62px rgba(0,0,0,0.42);
  }
}

.eb-gamepass-card-media {
  position: relative;
  min-height: 250px;
  padding: 30px 24px 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background:
    radial-gradient(circle at 50% 18%, rgba(255,255,255,0.22), transparent 24%),
    linear-gradient(135deg, #7a3cff 0%, #00eaff 52%, #2cff9a 100%);
}

.eb-gamepass-card-media img {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 184px;
  max-height: 204px;
  object-fit: contain;
  filter: drop-shadow(0 18px 28px rgba(0,0,0,0.30));
}

.eb-gamepass-card-body {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 12px;
  margin-top: auto;
  padding: 18px 18px 20px;
  background:
    linear-gradient(180deg, rgba(58,84,255,0.10) 0%, rgba(10,18,38,0.96) 20%, rgba(5,11,25,0.98) 100%);
}

.eb-gamepass-card-tag {
  margin: 0;
  color: rgba(181, 239, 255, 0.74);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  text-align: center;
}

.eb-gamepass-card-title {
  margin: 0;
  color: #ffffff;
  font-family: 'Poppins', sans-serif;
  font-size: 23px;
  font-weight: 700;
  line-height: 1.08;
  text-align: center;
}

.eb-gamepass-card-meta {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  width: 100%;
}

.eb-gamepass-price {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 9px 14px;
  border-radius: 999px;
  background: rgba(0,234,255,0.10);
  border: 1px solid rgba(0,255,195,0.18);
  color: #9cf6e4;
  font-size: 14px;
  font-weight: 700;
}

.eb-gamepass-button {
  width: auto;
  min-width: 118px;
  padding: 11px 18px;
  border-radius: 999px;
  border: none;
  background: #fff0dc;
  color: #29170a;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.2px;
  box-shadow: 0 12px 24px rgba(0,0,0,0.18);
}

.eb-gamepass-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 28px rgba(0,0,0,0.24);
}

.eb-gamepass-button[disabled] {
  background: rgba(255,255,255,0.18);
  color: rgba(255,255,255,0.74);
  box-shadow: none;
  cursor: not-allowed;
}

.eb-gamepass-empty {
  padding: 28px;
  min-width: min(100%, 720px);
  border-radius: 24px;
  border: 1px solid rgba(255,255,255,0.08);
  background: rgba(255,255,255,0.04);
  color: rgba(255,231,203,0.76);
  text-align: center;
}

.home-gamepass-actions {
  display: flex;
  justify-content: center;
  margin-top: 28px;
  padding: 0 20px;
}

.home-gamepass-actions .catalog-link-btn {
  min-width: 300px;
}

.home-ebux {
  position: relative;
  width: 100%;
  padding: 8px 0 64px;
  overflow: hidden;
}

.home-ebux-header,
.home-ebux-carousel-window {
  position: relative;
  z-index: 1;
}

.home-ebux-header {
  max-width: 760px;
  margin: 0 auto 26px;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.home-ebux-title {
  margin: 0;
  font-size: clamp(32px, 4vw, 54px);
  line-height: 0.96;
  background: linear-gradient(90deg, #8b5cff 0%, #00eaff 52%, #2cff9a 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.home-ebux-subtitle {
  max-width: 700px;
  margin: 14px 0 0;
  color: rgba(226, 248, 255, 0.92);
  font-size: 17px;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
}

.home-ebux-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 132px;
  padding: 12px 16px;
  margin-top: 20px;
  border-radius: 999px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.12);
  color: transparent;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.4px;
  background-image: linear-gradient(90deg, #8b5cff 0%, #00eaff 52%, #2cff9a 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.home-ebux-carousel-window {
  width: min(1180px, calc(100vw - 48px));
  max-width: 1180px;
  margin: 0 auto;
  padding: 34px 0 20px;
  overflow-x: auto;
  overflow-y: visible;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

.home-ebux-carousel-window::-webkit-scrollbar {
  display: none;
}

.home-ebux-carousel-track {
  width: max-content;
  margin: 0 auto;
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 10px;
}

.home-ebux-carousel-track .ebux-home-card {
  width: 220px;
  min-width: 220px;
  max-width: 220px;
  flex: 0 0 220px;
  min-height: 318px;
  margin: 0 -22px;
  opacity: 0.58;
  transform: scale(0.84) rotateY(18deg);
  z-index: 1;
  scroll-snap-align: center;
}

.home-ebux-carousel-track .ebux-home-card.home-ebux-hidden {
  display: none;
}

.home-ebux-carousel-track .ebux-home-card.active {
  opacity: 1;
  transform: scale(1.03) rotateY(0deg);
  z-index: 10;
  border-color: rgba(129, 237, 255, 0.34);
  box-shadow:
    0 24px 52px rgba(0,0,0,0.38),
    0 0 0 1px rgba(0,234,255,0.14),
    0 0 28px rgba(122,60,255,0.16);
}

.ebux-home-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 0;
  padding: 0 16px 18px;
  border-radius: 28px;
  overflow: visible;
  background: linear-gradient(180deg, rgba(23, 28, 42, 0.98) 0%, rgba(12, 17, 28, 0.98) 100%);
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow:
    0 20px 44px rgba(0,0,0,0.32),
    inset 0 1px 0 rgba(255,255,255,0.04);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease, opacity 0.3s ease;
}

@media (hover: hover) and (pointer: fine) {
  .home-ebux-carousel-track .ebux-home-card:not(.active):hover {
    transform: scale(0.84) rotateY(18deg);
    border-color: rgba(255,255,255,0.08);
    box-shadow:
      0 20px 44px rgba(0,0,0,0.32),
      inset 0 1px 0 rgba(255,255,255,0.04);
  }

  .home-ebux-carousel-track .ebux-home-card.active:hover {
    transform: translateY(-8px) scale(1.03) rotateY(0deg);
    border-color: rgba(129, 237, 255, 0.4);
    box-shadow:
      0 28px 58px rgba(0,0,0,0.42),
      0 0 0 1px rgba(0,234,255,0.16),
      0 0 28px rgba(122,60,255,0.18);
  }
}

.ebux-home-card-media {
  position: relative;
  width: 132px;
  height: 132px;
  min-height: 132px;
  margin-top: -24px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(122,60,255,0.92) 0%, rgba(0,234,255,0.88) 55%, rgba(44,255,156,0.86) 100%);
  border-radius: 50%;
  box-shadow:
    0 14px 26px rgba(0,0,0,0.28),
    inset 0 0 0 1px rgba(255,255,255,0.16);
}

.ebux-home-card-media::before {
  content: "";
  width: 112px;
  height: 112px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 30% 24%, rgba(255,255,255,0.22), transparent 36%),
    rgba(7, 16, 31, 0.28);
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.06);
}

.ebux-home-card-media img {
  width: 96px;
  height: 96px;
  max-width: 96px;
  max-height: 96px;
  position: relative;
  z-index: 1;
  object-fit: contain;
  filter: drop-shadow(0 10px 14px rgba(0,0,0,0.26));
}

.ebux-home-card-body {
  width: 100%;
  padding: 18px 6px 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 10px;
  background: none;
}

.ebux-home-card-tag {
  display: block;
  margin: 0;
  color: rgba(182, 227, 255, 0.62);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.ebux-home-card-title {
  min-height: 56px;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.08;
}

.ebux-home-price {
  padding: 0;
  color: #bcefff;
  font-size: 17px;
  font-weight: 800;
  letter-spacing: 0.1px;
}

.ebux-home-button {
  width: 100%;
  min-width: 0;
  min-height: 52px;
  padding: 14px 18px;
  border: none;
  border-radius: 18px;
  background: linear-gradient(90deg, #8b5cff 0%, #00eaff 52%, #2cff9a 100%);
  color: #06121f;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 800;
  box-shadow:
    0 12px 26px rgba(0,234,255,0.16),
    inset 0 1px 0 rgba(255,255,255,0.22);
}

.ebux-home-button:hover {
  transform: translateY(-2px);
  box-shadow:
    0 16px 30px rgba(44,255,156,0.18),
    inset 0 1px 0 rgba(255,255,255,0.22);
}

.ebux-home-button[disabled] {
  background: rgba(255,255,255,0.14);
  color: rgba(255,255,255,0.74);
  box-shadow: none;
  cursor: not-allowed;
}

.ebux-empty {
  padding: 28px;
  min-width: min(100%, 720px);
  border-radius: 24px;
  border: 1px solid rgba(255,255,255,0.08);
  background: rgba(255,255,255,0.04);
  color: rgba(226, 248, 255, 0.76);
  text-align: center;
}

/* TEAM */
.team {
  text-align: center;
  padding: 28px 80px 80px;
  background: transparent;
}

.team h2 {
  margin-bottom: 34px;
}

.team-members {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

.avatar {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: linear-gradient(45deg, #00c3ff, purple);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 10px;
}

/* ===================== */
/* RESPONSIVO */
/* ===================== */

@media (max-width: 1180px) {
  .about-container {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .titulo-semana {
    max-width: 620px;
  }

  .cards-destaque {
    width: 100%;
    max-width: 920px;
  }
}

@media (max-width: 900px) {

  .about {
    padding: 140px 20px;
  }

  .about-container {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 20px;
  }

  .titulo-semana {
    align-items: center;
    text-align: center;
  }
  
  .cards-destaque {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 380px;
  }

  .robux-highlight-card {
    min-height: auto;
  }

  .highlight-card-head h3 {
    font-size: 28px;
  }

  .cards {
    flex-wrap: wrap;
    justify-content: center;
  }

  .home-gamepass-header {
    max-width: 640px;
  }

  .home-ebux-header {
    max-width: 640px;
  }

  .home-gamepass-count {
    min-width: 0;
  }

  .home-ebux-count {
    min-width: 0;
  }

  .home-gamepass-carousel-window {
    width: min(1040px, calc(100vw - 34px));
  }

  .home-ebux-carousel-window {
    width: min(980px, calc(100vw - 34px));
  }

  .home-gamepass-carousel-track .eb-gamepass-card {
    min-width: 250px;
    max-width: 250px;
    flex-basis: 250px;
    margin: 0 -22px;
  }

  .home-ebux-carousel-track .ebux-home-card {
    margin: 0 -18px;
  }

  .eb-gamepass-card {
    min-height: 390px;
  }

  .card {
    width: 90%;
    max-width: 320px;
    aspect-ratio: 1 / 1; /* 🔥 QUADRADO */
    height: auto;
    
  }

  .hero {
    height: auto;
    padding: 140px 20px;
  }

  .hero-content {
  margin-left: 0;
  width: 90%;
  max-width: 350px;
  }

}

/* ===================== */
/* TABLET */
/* ===================== */

@media (max-width: 1024px) {

  header {
    padding: 15px 20px;
  }

  .hero-title {
    font-size: clamp(54px, 7vw, 72px);
  }

  .hero-subtitle {
    margin: 8px 0 10px;
    font-size: 14px;
  }

  .hero-buttons {
    margin-top: 8px;
  }

  .hero {
    max-width: 100%;
    padding: 140px 20px 28px;
  }

  .characters {
    width: 100vw;
    transform: translateY(-188px);
  }

  .characters img {
    width: min(1860px, 176vw);
    transform: translateX(4px);
  }

  .hero-features {
    --hero-features-offset: -388px;
    max-width: min(88vw, 660px);
    grid-template-columns: repeat(3, minmax(118px, 168px));
    gap: 16px;
  }

  .hero-features .coin span {
    max-width: 78%;
    font-size: 16px;
  }

  .about {
    flex-direction: column;
    text-align: center;
  }

  .cards {
    justify-content: center;
  }

}


/* ===================== */
/* CELULAR */
/* ===================== */

@media (max-width: 768px) {

  header nav {
    display: none;
  }

  .home-gamepass-eb {
    padding: 8px 0 88px;
  }

  .home-ebux {
    padding: 0 0 56px;
  }

  .home-gamepass-title {
    font-size: 34px;
  }

  .home-ebux-title {
    font-size: 34px;
  }

  .home-gamepass-copy {
    font-size: 14px;
  }

  .home-ebux-subtitle {
    font-size: 15px;
  }

  .home-gamepass-carousel-window {
    width: calc(100vw - 18px);
    padding: 24px 0 30px;
  }

  .home-ebux-carousel-window {
    width: calc(100vw - 18px);
    padding: 26px 0 18px;
  }

  .home-gamepass-carousel-track {
    gap: 12px;
    padding: 0 18px;
  }

  .home-ebux-carousel-track {
    gap: 12px;
    padding: 0 18px;
  }

  .home-gamepass-carousel-track .eb-gamepass-card {
    min-width: 242px;
    max-width: 242px;
    flex-basis: 242px;
    margin: 0;
    opacity: 0.82;
    transform: scale(0.94);
  }

  .home-gamepass-carousel-track .eb-gamepass-card.home-gamepass-hidden {
    display: flex;
  }

  .home-gamepass-carousel-track .eb-gamepass-card.active {
    transform: scale(1);
  }

  .home-ebux-carousel-track .ebux-home-card {
    min-width: 196px;
    max-width: 196px;
    flex-basis: 196px;
    margin: 0;
    opacity: 0.82;
    transform: scale(0.94);
  }

  .home-ebux-carousel-track .ebux-home-card.home-ebux-hidden {
    display: flex;
  }

  .home-ebux-carousel-track .ebux-home-card.active {
    transform: scale(1);
  }

  .eb-gamepass-card {
    min-height: 392px;
  }

  .eb-gamepass-card-media {
    min-height: 234px;
    padding-top: 28px;
  }

  .ebux-home-card {
    min-height: 298px;
    padding: 0 12px 16px;
  }

  .ebux-home-card-title {
    min-height: 48px;
    font-size: 16px;
  }

  .ebux-home-price {
    font-size: 15px;
  }

  .ebux-home-card-media {
    width: 114px;
    height: 114px;
    min-height: 114px;
  }

  .ebux-home-card-media::before {
    width: 96px;
    height: 96px;
  }

  .ebux-home-card-media img {
    width: 82px;
    height: 82px;
    max-width: 82px;
    max-height: 82px;
  }

  .ebux-home-button {
    min-height: 48px;
    font-size: 15px;
  }

  .team {
    padding: 20px 24px 60px;
  }

  .team h2 {
    margin-bottom: 28px;
  }

  .hero {
    height: auto;
    padding: 28px 20px 8px;
  }

  .hero-title {
    font-size: 42px;
  }

  .hero-subtitle {
    margin: 3px 0 4px;
    font-size: 12px;
  }

  .hero-content {
    margin-left: 0;
    width: 100%;
    max-width: 312px;
    animation-name: fadeHeroMobile;
  }

  .hero-buttons {
    gap: 10px;
    margin-top: 4px;
  }

  .hero .btn-glow,
  .hero .btn-outline {
    padding: 12px 22px;
    font-size: 14px;
  }

  .characters {
    width: 100%;
    transform: translateY(-188px);
    margin-left: 0;
    margin-right: 0;
  }

  .characters img {
    width: min(920px, 148vw);
    transform: translateX(0);
  }

  .hero-features {
    --hero-features-offset: -214px;
    width: calc(100vw - 18px);
    max-width: none;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
  }

  .coin-wrap {
    aspect-ratio: 1.12 / 0.88;
  }

  .hero-features .coin {
    background: transparent;
    border: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    filter:
      drop-shadow(0 0 16px rgba(121, 88, 255, 0.34))
      drop-shadow(0 0 24px rgba(0, 255, 170, 0.24));
    box-shadow: none;
  }

  .hero-features .coin::before {
    display: block;
    inset: 0;
    background: linear-gradient(
      135deg,
      rgba(124, 88, 255, 0.95) 0%,
      rgba(46, 224, 255, 0.72) 48%,
      rgba(0, 255, 170, 0.9) 100%
    );
    border: none;
    box-shadow:
      0 0 16px rgba(123, 84, 255, 0.38),
      0 0 28px rgba(0, 255, 170, 0.24);
  }

  .hero-features .coin::after {
    display: block;
    inset: 2px;
    background: rgba(7, 13, 24, 0.22);
    border: 1px solid rgba(255,255,255,0.05);
    box-shadow:
      inset 0 0 12px rgba(4, 12, 24, 0.03),
      inset 0 1px 0 rgba(255,255,255,0.02);
    backdrop-filter: blur(16px) saturate(120%);
    -webkit-backdrop-filter: blur(16px) saturate(120%);
  }

  .hero-features .coin span {
    max-width: 76%;
    font-size: 15px;
    line-height: 1.04;
    letter-spacing: 0.45px;
    padding: 0 6px;
  }

  .cards {
    flex-direction: column;
    align-items: center;
  }

  .card {
    width: 90%;
    max-width: 320px;
  }

  .about {
    margin-top: -116px;
    padding: 16px 20px 52px;
  }

  .cards-wrapper {
    width: 100%;
  }

  .home-carousel-window {
    max-width: 100%;
    width: 100%;
    overflow-x: auto;
    overflow-y: visible;
    padding: 20px 0 26px;
    box-sizing: border-box;
    scroll-snap-type: x mandatory;
    scroll-padding-inline: calc((100vw - min(76vw, 278px)) / 2);
    scroll-behavior: smooth;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-x: contain;
    touch-action: pan-x;
  }

  .home-carousel-window::-webkit-scrollbar {
    display: none;
  }

  .home-carousel-track {
    width: max-content;
    margin: 0;
    justify-content: flex-start;
    gap: 16px;
    padding: 8px calc((100vw - min(76vw, 278px)) / 2) 4px;
    pointer-events: auto;
  }

  .cards-container {
    padding: 0;
    justify-content: flex-start;
  }

  .home-carousel-track .nft-card {
    flex: 0 0 min(76vw, 278px);
    min-width: min(76vw, 278px);
    max-width: min(76vw, 278px);
    margin: 0 !important;
    gap: 14px;
    transform: none !important;
    opacity: 1 !important;
    scroll-snap-align: center;
    scroll-snap-stop: always;
  }

  .home-carousel-track .nft-card.active {
    transform: scale(1.035) !important;
    z-index: 3;
    border: 2px solid #00ffc3;
    box-shadow:
      0 0 0 1px rgba(255,255,255,0.08),
      0 0 16px rgba(0,255,195,0.26),
      0 0 28px rgba(0,255,195,0.16),
      0 14px 28px rgba(0,0,0,0.24);
  }

  .home-carousel-track .nft-card.active .nft-title h3 {
    color: #ffffff;
    text-shadow: 0 0 18px rgba(255,255,255,0.12);
  }

  .home-carousel-track .nft-card.active .value {
    color: #12ffd0;
    text-shadow: 0 0 14px rgba(0,255,195,0.2);
  }

  .home-carousel-track .nft-info {
    gap: 14px;
  }

  .home-carousel-track .nft-title {
    grid-template-rows: auto auto;
    min-height: 62px;
    row-gap: 6px;
  }

  .home-carousel-track .nft-title h3 {
    height: auto;
    align-items: center;
    font-size: clamp(18px, 4.6vw, 22px);
  }

  .home-carousel-track .nft-card.active .nft-title h3 {
    font-size: clamp(18px, 4.8vw, 22px);
  }

  .home-carousel-track .nft-title p {
    height: auto;
    font-size: 12px;
  }

  .home-carousel-track .value {
    font-size: 20px;
  }

  .home-carousel-track .btn-bid {
    min-height: 46px;
  }
}


/* ===================== */
/* CELULAR PEQUENO */
/* ===================== */

@media (max-width: 480px) {

  .hero-title {
    font-size: 26px;
  }

  .hero {
    padding-top: 22px;
    padding-bottom: 6px;
  }

  .hero-content {
    max-width: 284px;
    animation-name: fadeHeroMobileSmall;
  }

  .hero-subtitle {
    margin: 2px 0 4px;
    font-size: 11px;
  }

  .hero-buttons {
    gap: 9px;
    margin-top: 3px;
  }

  .hero .btn-glow,
  .hero .btn-outline {
    padding: 11px 20px;
    font-size: 13px;
  }

  .about {
    margin-top: -128px;
    padding: 10px 20px 44px;
  }

  .characters {
    transform: translateY(-156px);
  }

  .characters img {
    width: min(760px, 136vw);
  }

  .hero-features {
    --hero-features-offset: -182px;
    width: calc(100vw - 14px);
    max-width: none;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
  }

  .coin-wrap {
    aspect-ratio: 1.08 / 0.9;
  }

  .hero-features .coin {
    background: transparent;
    border: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    filter:
      drop-shadow(0 0 14px rgba(121, 88, 255, 0.3))
      drop-shadow(0 0 22px rgba(0, 255, 170, 0.2));
    box-shadow: none;
  }

  .hero-features .coin::before {
    display: block;
    inset: 0;
    background: linear-gradient(
      135deg,
      rgba(124, 88, 255, 0.9) 0%,
      rgba(46, 224, 255, 0.68) 48%,
      rgba(0, 255, 170, 0.82) 100%
    );
    border: none;
    box-shadow:
      0 0 14px rgba(123, 84, 255, 0.34),
      0 0 24px rgba(0, 255, 170, 0.2);
  }

  .hero-features .coin::after {
    display: block;
    inset: 2px;
    background: rgba(7, 13, 24, 0.2);
    border: 1px solid rgba(255,255,255,0.035);
    box-shadow:
      inset 0 0 10px rgba(4, 12, 24, 0.025),
      inset 0 1px 0 rgba(255,255,255,0.016);
    backdrop-filter: blur(15px) saturate(118%);
    -webkit-backdrop-filter: blur(15px) saturate(118%);
  }

  .hero-features .coin span {
    max-width: 80%;
    font-size: 13px;
    line-height: 1.02;
    letter-spacing: 0.3px;
    padding: 0 4px;
  }

  .home-carousel-window {
    padding: 0 0 12px;
    scroll-padding-inline: calc((100vw - min(82vw, 248px)) / 2);
  }

  .home-carousel-track {
    gap: 14px;
    padding: 8px calc((100vw - min(82vw, 248px)) / 2) 4px;
  }

  .home-carousel-track .nft-card {
    flex: 0 0 min(82vw, 248px);
    min-width: min(82vw, 248px);
    max-width: min(82vw, 248px);
    padding: 16px;
    border-radius: 18px;
  }

  .home-carousel-track .nft-title {
    min-height: 58px;
  }

  .home-carousel-track .nft-title h3 {
    font-size: clamp(17px, 6vw, 20px);
  }

  .home-carousel-track .nft-card.active .nft-title h3 {
    font-size: clamp(17px, 6vw, 20px);
  }

  .home-carousel-track .nft-card.active {
    transform: scale(1.025) !important;
    box-shadow:
      0 0 0 1px rgba(255,255,255,0.08),
      0 0 14px rgba(0,255,195,0.24),
      0 0 24px rgba(0,255,195,0.14),
      0 12px 24px rgba(0,0,0,0.22);
  }

  .home-carousel-track .value {
    font-size: 18px;
  }

  .btn-glow {
    width: 100%;
  }

  .small-buttons {
    grid-template-columns: 1fr;
  }

}

/* FORÇANDO O ALINHAMENTO HORIZONTAL */


/* Efeito de luz no card */
.nft-card {
  position: relative;
  overflow: hidden;
}

/* camada de brilho */
.nft-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    circle at var(--x, 50%) var(--y, 50%),
    rgba(255,255,255,0.35),
    transparent 40%
  );
  opacity: 0;
  transition: opacity 0.2s;
  pointer-events: none;
}

/* ativa o brilho */
.nft-card.active::before {
  opacity: 1;
}

/* glow dinâmico */
.nft-card.active {
  box-shadow:
    0 0 30px rgba(0,255,195,0.5),
    0 0 60px rgba(0,255,195,0.25),
    0 0 100px rgba(0,255,195,0.15);
}

.gamepass{
  background: transparent;
}


/* ========================= */
/* ANIMAÇÃO SCROLL (FADE UP) */
/* ========================= */

.fade-up {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.8s ease;
}

.fade-up.show {
  opacity: 1;
  transform: translateY(0);
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;

  background:
    radial-gradient(circle at 50% 0%, rgba(0,255,200,0.08), transparent 60%);

  z-index: -1;
}

/* ========================= */
/* AUTH AREA RESPONSIVA */
/* ========================= */

.auth-area {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-width: 0;
}

.auth-area .btn-glow,
.mobile-user-area .btn-glow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 112px;
  padding: 13px 24px;
  border-radius: 16px;
  border: none;
  background: linear-gradient(90deg, #8b5cff 0%, #00eaff 52%, #2cff9a 100%);
  color: #5b2bbd;
  font-size: 15px;
  font-weight: 800;
  box-shadow:
    0 0 16px rgba(0, 234, 255, 0.24),
    0 0 32px rgba(139, 92, 255, 0.18);
}

.auth-area .btn-glow:hover,
.mobile-user-area .btn-glow:hover {
  transform: translateY(-1px);
  box-shadow:
    0 0 18px rgba(0, 234, 255, 0.32),
    0 0 38px rgba(139, 92, 255, 0.24),
    0 0 64px rgba(44, 255, 154, 0.14);
}

.auth-area .btn-glow::after,
.mobile-user-area .btn-glow::after {
  background: linear-gradient(120deg, transparent, rgba(255,255,255,0.38), transparent);
}

.user-auth {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: flex-end;
  min-width: 0;
}

.user-avatar {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #00eaff;
  flex-shrink: 0;
}

.user-name {
  color: white;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 140px;
}

.user-cart,
.user-logout {
  flex-shrink: 0;
}

/* tablet */
@media (max-width: 900px) {
  .user-auth {
    gap: 8px;
  }

  .user-name {
    max-width: 100px;
    font-size: 13px;
  }

  .user-avatar {
    width: 34px;
    height: 34px;
  }
}

/* celular */
@media (max-width: 768px) {
  .auth-area {
    width: 100%;
    justify-content: center;
    margin-top: 10px;
  }

  .user-auth {
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
  }

  .user-name {
    max-width: 120px;
    text-align: center;
  }

  .user-cart,
  .user-logout {
    padding: 10px 16px;
    font-size: 13px;
  }
}

/* celular pequeno */
@media (max-width: 480px) {
  .user-auth {
    gap: 6px;
  }

  .user-avatar {
    width: 30px;
    height: 30px;
  }

  .user-name {
    max-width: 90px;
    font-size: 12px;
  }

  .user-cart,
  .user-logout {
    padding: 8px 12px;
    font-size: 12px;
  }
}

/* ========================= */
/* HEADER RESPONSIVO AVANÇADO */
/* ========================= */


.logo img {
  height: 45px;
}

.desktop-nav {
  display: flex;
  gap: 30px;
  align-items: center;
  justify-self: center;
}

.desktop-cart-link {
  margin: 0;
  display: inline-flex;
  align-items: center;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.2px;
}

.desktop-cart-link[hidden] {
  display: none;
}

.desktop-nav a {
  color: #ccc;
  text-decoration: none;
  font-size: 14px;
  transition: 0.3s;
}

.desktop-nav a:hover {
  color: #00eaff;
}

.nav-dropdown {
  position: relative;
}

.nav-dropdown-toggle {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 0;
  border: none;
  background: transparent;
  color: #ccc;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.2px;
  cursor: pointer;
}

.nav-dropdown-toggle::after {
  content: "";
  width: 8px;
  height: 8px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg) translateY(-1px);
  transition: transform 0.25s ease;
}

.nav-dropdown:hover .nav-dropdown-toggle,
.nav-dropdown:focus-within .nav-dropdown-toggle {
  color: #00eaff;
}

.nav-dropdown:hover .nav-dropdown-toggle::after,
.nav-dropdown:focus-within .nav-dropdown-toggle::after {
  transform: rotate(225deg) translateY(-1px);
}

.nav-dropdown-menu {
  position: absolute;
  top: calc(100% + 18px);
  left: 0;
  min-width: 220px;
  padding: 12px;
  display: grid;
  gap: 8px;
  border-radius: 20px;
  background: rgba(6, 10, 24, 0.96);
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: 0 22px 50px rgba(0,0,0,0.34);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease;
  pointer-events: none;
}

.nav-dropdown:hover .nav-dropdown-menu,
.nav-dropdown:focus-within .nav-dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}

.nav-dropdown-menu a {
  margin: 0;
  padding: 12px 14px;
  border-radius: 14px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.05);
  color: #ffffff;
  text-shadow: none;
}

.nav-dropdown-menu a:hover {
  letter-spacing: 0;
  background: rgba(0,234,255,0.10);
  color: #00eaff;
  text-shadow: none;
  box-shadow: none;
}

.header-right {
  display: flex;
  align-items: center;
  gap: 14px;
  justify-self: end;
}

.auth-area {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.user-auth {
  display: flex;
  align-items: center;
  gap: 10px;
}

.user-avatar {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 2px solid #00eaff;
  object-fit: cover;
  flex-shrink: 0;
}

.user-name {
  color: white;
  font-size: 14px;
  max-width: 120px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.user-cart,
.user-logout {
  padding: 8px 14px;
  font-size: 13px;
}

/* BOTÃO MENU */
.menu-toggle {
  display: none;
  border: none;
  background: transparent;
  color: white;
  font-size: 28px;
  cursor: pointer;
  padding: 4px 8px;
}

/* MENU MOBILE */
.mobile-menu {
  position: fixed;
  top: 0;
  right: -100%;
  width: 82%;
  max-width: 320px;
  height: 100vh;
  background: rgba(5, 8, 22, 0.98);
  backdrop-filter: blur(18px);
  z-index: 9999;
  transition: right 0.3s ease;
  border-left: 1px solid rgba(255,255,255,0.08);
  box-shadow: -10px 0 30px rgba(0,0,0,0.35);
}

.mobile-menu.open {
  right: 0;
}

.mobile-menu-content {
  padding: 24px 20px;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.mobile-menu-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
  color: white;
  font-weight: 700;
  font-size: 18px;
}

.close-menu {
  background: transparent;
  border: none;
  color: white;
  font-size: 24px;
  cursor: pointer;
}

.mobile-user-area {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
  padding: 14px;
  border-radius: 16px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.06);
}

.mobile-user-area .user-avatar {
  width: 42px;
  height: 42px;
}

.mobile-user-area .user-name {
  max-width: 180px;
  font-size: 14px;
}

.mobile-nav {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.mobile-nav-group {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 14px;
  border-radius: 16px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.06);
}

.mobile-nav-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  color: rgba(0,234,255,0.82);
}

.mobile-nav a {
  text-decoration: none;
  color: white;
  padding: 14px 16px;
  border-radius: 12px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.06);
  transition: 0.25s ease;
}

.mobile-nav a:hover {
  background: rgba(255,255,255,0.08);
  color: #00eaff;
}

#mobile-logout-area {
  margin-top: auto;
  padding-top: 20px;
  display: grid;
  gap: 12px;
}

.mobile-cart-btn,
.mobile-logout-btn {
  width: 100%;
  border: none;
  border-radius: 12px;
  padding: 14px 16px;
  color: white;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.mobile-cart-btn {
  border: 1px solid transparent;
  background:
    linear-gradient(rgba(10, 14, 30, 0.96), rgba(10, 14, 30, 0.96)) padding-box,
    linear-gradient(135deg, #7a3cff 0%, #00eaff 52%, #2cff9a 100%) border-box;
  box-shadow: 0 0 18px rgba(0, 234, 255, 0.18);
}

.mobile-cart-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 0 22px rgba(0, 234, 255, 0.28);
}

.mobile-logout-btn {
  background: #ff4d4d;
}

.mobile-logout-btn:hover {
  background: #ff2f2f;
}

/* TABLET/MOBILE */
@media (max-width: 900px) {
  .desktop-nav {
    display: none;
  }

  .menu-toggle {
    display: block;
  }

  .main-header {
    grid-template-columns: auto 1fr auto;
    padding: 14px 16px;
  }

  .logo img {
    height: 34px;
  }

  .header-right {
    margin-left: 0;
    justify-self: end;
  }

  .auth-area {
    display: none !important;
  }

  .menu-toggle {
    font-size: 24px;
  }
}

/* MOBILE PEQUENO */
@media (max-width: 480px) {
  .logo img {
    height: 32px;
  }

  .menu-toggle {
    font-size: 24px;
  }
}

/* ===================== */
/* HOME STABILIZATION */
/* ===================== */

body {
  background:
    radial-gradient(circle at 24% 24%, rgba(122, 60, 255, 0.36), transparent 34%),
    radial-gradient(circle at 76% 42%, rgba(0, 255, 156, 0.18), transparent 34%),
    linear-gradient(135deg, #071126 0%, #111a44 38%, #062336 100%);
  background-attachment: fixed;
}

.main-header,
.main-header.scrolled {
  border-bottom: none !important;
  box-shadow: none !important;
}

.hero {
  padding: clamp(28px, 4vw, 52px) clamp(20px, 4vw, 56px) 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: clamp(4px, 1vw, 10px);
  background: transparent !important;
}

.hero-content {
  width: min(100%, 760px);
  max-width: 760px;
  margin: 0 auto;
  transform: translateY(24px);
  animation: heroContentInStable 0.8s ease forwards;
  animation-delay: 0.15s;
}

@keyframes heroContentInStable {
  from {
    opacity: 0;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.hero-stage {
  position: relative;
  z-index: 10;
  width: min(100%, 1240px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  margin-top: clamp(-340px, -24vw, -240px);
}

.characters {
  width: min(100%, 1200px);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin: 0 auto;
  transform: none;
}

.characters img {
  width: min(100%, 1180px);
  max-width: 1180px;
  margin: 0 auto;
  transform: none;
}

.hero-features {
  width: min(100%, 700px);
  max-width: 700px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: -120px;
  transform: translateY(24px);
  animation: heroFeaturesInStable 0.8s ease forwards;
  animation-delay: 0.28s;
}

@keyframes heroFeaturesInStable {
  from {
    opacity: 0;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.hero-subtitle {
  margin: 14px auto 0;
}

.hero-buttons {
  width: min(100%, 460px);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 16px;
  margin-top: 18px;
}

.hero .btn-glow,
.hero .btn-outline {
  min-width: 190px;
  text-align: center;
}

.about {
  margin-top: 0;
  padding: 74px 20px 140px;
  background: transparent !important;
}

.hero::after,
.about::before,
.about::after {
  display: none;
  content: none;
}

.gamepass,
.team {
  background: transparent !important;
}

@media (min-width: 901px) {
  .home-carousel-track .nft-card:not(.active) {
    margin: 0 -50px;
  }

  .hero::after {
    display: none;
  }

  .about {
    margin-top: 0;
    padding-top: 74px;
    padding-bottom: 92px;
    background: transparent !important;
  }

  .gamepass {
    padding-top: 44px;
  }

  .gamepass-title {
    margin-top: 0;
  }
}

@media (max-width: 1180px) {
  .hero-stage {
    width: min(100%, 1040px);
    margin-top: -228px;
  }

  .characters img {
    width: min(100%, 1000px);
    max-width: 1000px;
  }

  .hero-features {
    width: min(100%, 680px);
    max-width: 680px;
    margin-top: -104px;
  }

  .about {
    margin-top: 0;
    padding-top: 70px;
  }
}

@media (max-width: 900px) {
  .hero {
    padding: 32px 20px 0;
    gap: 8px;
  }

  .hero-stage {
    margin-top: -150px;
  }

  .hero-content {
    width: min(100%, 460px);
    max-width: 460px;
    margin: 0 auto;
  }

  .hero-subtitle {
    max-width: 420px;
    margin: 12px auto 0;
    font-size: clamp(16px, 2.4vw, 20px);
  }

  .hero-buttons {
    width: min(100%, 380px);
    margin-top: 16px;
  }

  .characters {
    width: min(100%, 860px);
  }

  .characters img {
    width: min(100%, 820px);
    max-width: 820px;
  }

  .hero-features {
    width: min(100%, 520px);
    max-width: 520px;
    margin-top: -90px;
  }

  .about {
    margin-top: 0;
    padding: 62px 20px 88px;
  }
}

@media (max-width: 768px) {
  .hero {
    padding: 24px 20px 0;
    gap: 6px;
  }

  .hero-title {
    font-size: clamp(30px, 8.2vw, 44px);
    line-height: 0.94;
  }

  .hero-title span {
    background: linear-gradient(90deg, #8b5cff 0%, #2cff9a 100%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    text-shadow:
      0 0 10px rgba(139, 92, 255, 0.34),
      0 0 24px rgba(44, 255, 154, 0.22),
      0 0 46px rgba(44, 255, 154, 0.14);
  }

  .hero-content {
    width: min(100%, 340px);
    max-width: 340px;
    margin: 0 auto;
    animation: heroContentInStable 0.72s ease forwards;
  }

  .hero-subtitle {
    max-width: 340px;
    margin: 10px auto 0;
    font-size: clamp(15px, 3.8vw, 18px);
    line-height: 1.5;
  }

  .hero-buttons {
    width: 100%;
    max-width: 220px;
    flex-direction: column;
    gap: 10px;
    margin-top: 4px;
  }

  .hero .btn-glow,
  .hero .btn-outline {
    width: 100%;
    min-width: 0;
    padding: 12px 22px;
    font-size: 14px;
  }

  .hero .btn-glow {
    background: linear-gradient(90deg, #8b5cff 0%, #00eaff 52%, #2cff9a 100%);
    color: #5b2bbd;
    box-shadow:
      0 0 16px rgba(0, 234, 255, 0.24),
      0 0 32px rgba(139, 92, 255, 0.18);
  }

  .hero .btn-outline {
    border-color: #8b5cff;
    color: #ffffff;
  }

  .hero .btn-outline:hover {
    background: linear-gradient(90deg, #8b5cff 0%, #2cff9a 100%);
    border-color: transparent;
    color: #ffffff;
  }

  .hero-stage {
    width: 100%;
    max-width: 100%;
    margin-top: -118px;
  }

  .characters {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    transform: translateY(-56px);
  }

  .characters img {
    width: min(860px, 138vw);
    max-width: none;
  }

  .hero-features {
    width: min(100%, 388px);
    max-width: 388px;
    margin-top: -154px;
    gap: 8px;
  }

  .coin-wrap {
    background: transparent;
  }

  .hero-features .coin {
    background: transparent;
    border: none;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    overflow: hidden;
    isolation: isolate;
  }

  .hero-features .coin::before,
  .hero-features .coin::after {
    clip-path: polygon(25% 5%, 75% 5%, 100% 50%, 75% 95%, 25% 95%, 0% 50%);
  }

  .hero-features .coin::after {
    background: rgba(7, 13, 24, 0.18);
    border: 1px solid rgba(255,255,255,0.04);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.02);
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

  .hero-features .coin span {
    max-width: 76%;
    font-size: 14px;
  }

  .about {
    margin-top: 0;
    padding: 76px 20px 60px;
  }

  .robux-highlight-copy {
    max-width: 372px;
    font-size: 14px;
    line-height: 1.72;
  }
}

@media (max-width: 480px) {
  .hero {
    padding: 20px 16px 0;
    gap: 4px;
  }

  .hero-title span {
    background: linear-gradient(90deg, #8b5cff 0%, #2cff9a 100%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    text-shadow:
      0 0 8px rgba(139, 92, 255, 0.3),
      0 0 20px rgba(44, 255, 154, 0.2),
      0 0 38px rgba(44, 255, 154, 0.12);
  }

  .hero-stage {
    width: 100%;
    max-width: 100%;
    margin-top: -94px;
  }

  .hero-content {
    max-width: 276px;
  }

  .hero-title {
    font-size: clamp(26px, 9vw, 36px);
    line-height: 0.94;
  }

  .hero-subtitle {
    max-width: 276px;
    margin: 8px auto 0;
    font-size: clamp(14px, 4vw, 16px);
    line-height: 1.5;
  }

  .hero-buttons {
    max-width: 196px;
    gap: 10px;
    margin-top: 4px;
  }

  .hero .btn-glow,
  .hero .btn-outline {
    padding: 12px 18px;
    font-size: 13px;
  }

  .hero .btn-glow {
    background: linear-gradient(90deg, #8b5cff 0%, #00eaff 52%, #2cff9a 100%);
    color: #5b2bbd;
    box-shadow:
      0 0 14px rgba(0, 234, 255, 0.22),
      0 0 28px rgba(139, 92, 255, 0.16);
  }

  .hero .btn-outline {
    border-color: #8b5cff;
    color: #ffffff;
  }

  .hero .btn-outline:hover {
    background: linear-gradient(90deg, #8b5cff 0%, #2cff9a 100%);
    border-color: transparent;
    color: #ffffff;
  }

  .characters {
    transform: translateY(-40px);
  }

  .characters img {
    width: min(700px, 126vw);
    max-width: none;
  }

  .hero-features {
    width: min(100%, 340px);
    max-width: 340px;
    margin-top: -114px;
    gap: 6px;
  }

  .coin-wrap {
    background: transparent;
  }

  .hero-features .coin {
    background: transparent;
    border: none;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    overflow: hidden;
    isolation: isolate;
  }

  .hero-features .coin::before,
  .hero-features .coin::after {
    clip-path: polygon(25% 5%, 75% 5%, 100% 50%, 75% 95%, 25% 95%, 0% 50%);
  }

  .hero-features .coin::after {
    background: rgba(7, 13, 24, 0.17);
    border: 1px solid rgba(255,255,255,0.035);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.018);
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

  .hero-features .coin span {
    max-width: 76%;
    font-size: 13px;
  }

  .about {
    margin-top: 0;
    padding: 68px 16px 52px;
  }

  .robux-highlight-copy {
    margin: 12px 0 26px;
    max-width: 320px;
    font-size: 14px;
    line-height: 1.72;
  }
}
