/* ======== GERAL ======== */
body {
  margin: 0;
  font-family: Arial, sans-serif;
  background: #0b0b0b;
  color: #fff;
  text-align: center;
}

a {
  text-decoration: none;
}

.blood-text {
  font-family: 'Creepster', cursive;
  color: #a50606;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-shadow:
    -2px -2px 0 #000,
     2px -2px 0 #000,
    -2px  2px 0 #000,
     2px  2px 0 #000,
    -2px  0   0 #000,
     2px  0   0 #000,
     0  -2px  0 #000,
     0   2px  0 #000,
     0   0   10px #a50606,
     0   0   20px #a50606,
     0   0   30px #a50606;
}

.highlight {
  color: #ff0000;
  font-weight: bold;
}

/* ======== HERO ======== */
.hero {
  position: relative;
  background: url('https://ddragon.leagueoflegends.com/cdn/img/champion/splash/Vladimir_0.jpg') center/cover no-repeat;
  height: 90vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-overlay {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}

.hero-content {
  position: relative;
  max-width: 700px;
  width: 100%;
  padding: 20px;
  z-index: 2;
  box-sizing: border-box;
}

.hero .blood-text {
  font-size: 2.5rem;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.sub-text {
  font-size: 1.3rem;
  margin: 20px 0;
  line-height: 1.6;
  color: #f1f1f1;
}

/* ======== BOTÕES ======== */
.buttons {
  margin-top: 20px;
}

.btn-buy, .btn-login {
  padding: 15px 25px;
  border-radius: 5px;
  font-size: 1.1rem;
  font-weight: bold;
  cursor: pointer;
  transition: 0.3s;
}

.btn-buy {
  background: linear-gradient(90deg, #e60000, #ff4d4d);
  color: #fff;
  margin-right: 10px;
}

.btn-buy:hover {
  background: linear-gradient(90deg, #ff1a1a, #ff6666);
  transform: scale(1.05);
}

.btn-login {
  background: #fff;
  color: #000;
}

.btn-login:hover {
  background: #ddd;
}

/* Animação de pulsar */
.pulse {
  animation: pulse 1.5s infinite;
}

@keyframes pulse {
  0% { box-shadow: 0 0 0 0 rgba(255,0,0,0.7); }
  70% { box-shadow: 0 0 0 15px rgba(255,0,0,0); }
  100% { box-shadow: 0 0 0 0 rgba(255,0,0,0); }
}

/* ======== BENEFÍCIOS ======== */
.benefits {
  background: #111;
  padding: 50px 20px;
}

.benefit-item {
  margin: 10px auto;
  max-width: 700px;
  text-align: left;
}

.benefit-toggle {
  width: 100%;
  background: #111;
  color: #fff;
  padding: 12px;
  border: 1px solid #333;
  border-radius: 5px;
  cursor: pointer;
  font-size: 1rem;
  text-align: left;
  transition: background 0.3s ease;
}

.benefit-toggle:hover {
  background: #222;
}

.benefit-toggle.active .seta {
  transform: rotate(90deg);
}

.seta {
  display: inline-block;
  margin-right: 8px;
  font-size: 1.3rem;
  color: #ff0000;
  text-shadow: 0 0 5px #ff0000, 0 0 10px #990000;
  animation: pulseBlood 1.5s infinite;
  transition: transform 0.3s ease;
}

@keyframes pulseBlood {
  0% { text-shadow: 0 0 3px #ff0000, 0 0 6px #990000; }
  50% { text-shadow: 0 0 6px #ff3333, 0 0 12px #cc0000; }
  100% { text-shadow: 0 0 3px #ff0000, 0 0 6px #990000; }
}

.benefit-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease, padding 0.3s ease;
  background: #000;
  border-left: 3px solid #ff0000;
  padding: 0 10px;
}

.benefit-content img {
  width: 100%;
  border-radius: 5px;
  margin: 10px 0;
}

/* ======== ELO ESCALADA ======== */
.elo-escalada {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
  gap: 10px;
}

.elo {
  width: 150px;
  height: auto;
  transition: transform 0.3s ease;
}

.elo:hover {
  transform: scale(1.1);
}

/* ======== CTA ======== */
.cta {
  background: #1a0000;
  padding: 60px 20px;
}

.price {
  font-size: 1.8rem;
  color: #ff3333;
  font-weight: bold;
}

.garantia {
  margin-top: 10px;
  font-size: 0.9rem;
  color: #bbb;
}

.preco {
  margin-bottom: 10px;
}

.preco-original {
  font-size: 1rem;
  color: #bbb;
}

.riscado {
  text-decoration: line-through;
  color: #ff3333;
}

.preco-promocional {
  font-size: 2rem;
  font-weight: bold;
  margin: 5px 0;
}

.destaque-verde {
  color: #00ff66;
  text-shadow: 1px 1px 4px #003300;
}

.contador {
  margin-top: 10px;
  font-size: 0.9rem;
  color: #ffcc00;
  font-weight: bold;
}

.ampulheta {
  display: inline-block;
  margin-right: 5px;
  animation: girar 2.1s infinite linear;
}

@keyframes girar {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* ======== VIDEO RESPONSIVO ======== */
.video-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 0 10px #000;
}

.video-container iframe {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

/* ======== CANVAS SANGUE ======== */
#sangue {
  position: fixed;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 9999;
}

/* ======== TEXTO INTROS ======== */
.intro-bloco {
  color: #ccc;
  font-size: 1rem;
  line-height: 1.6;
  margin-top: 20px;
  text-shadow: 1px 1px 2px #000;
}

.intro-bloco ul {
  list-style: none;
  padding-left: 0;
  margin-top: 10px;
}

.intro-bloco ul li {
  margin-bottom: 6px;
}

/* ======== ANIMAÇÃO FADE IN ======== */
.fade {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}

.fade.visible {
  opacity: 1;
  transform: translateY(0);
}

/* ======== FOOTER ======== */
footer {
  background: #000;
  padding: 15px;
  font-size: 0.9rem;
  color: #666;
}

/* ======== GRID GERAL ======== */
.grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.card {
  background: #111;
  padding: 20px;
  border-radius: 8px;
  flex: 1 1 250px;
  max-width: 300px;
  box-sizing: border-box;
}

/* ======== RESPONSIVO ======== */
@media (max-width: 768px) {
  .sub-text {
    font-size: 1rem;
  }

  .btn-buy, .btn-login {
    font-size: 1.6rem;
    padding: 12px 20px;
  }

  .hero {
    height: auto;
    padding: 40px 15px;
    flex-direction: column;
    text-align: center;
  }

  .hero .blood-text {
    font-size: 1.8rem;
  }

  .grid {
    flex-direction: column;
    align-items: center;
  }

  .card {
    max-width: 90%;
    width: 100%;
  }

  .elo {
    width: 100px;
  }
}

@media (max-width: 480px) {
  .hero .blood-text {
    font-size: 1.5rem !important;
  }

  .sub-text {
    font-size: 0.95rem;
  }

  .btn-buy, .btn-login {
    width: 100%;
    margin-bottom: 10px;
  }

  .elo-escalada {
    flex-direction: column;
    gap: 5px;
  }

  .seta {
    display: none;
  }
}

@media (max-width: 480px) {
  .buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }

  .btn-buy,
  .btn-login {
    width: 90%;
    font-size: 1rem;
    padding: 14px 20px;
    margin: 0;
    box-sizing: border-box;
  }

  .btn-login {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .hero-content {
    padding: 20px 15px;
  }

  .sub-text {
    font-size: 1rem;
  }
}
