@charset "utf-8";

/* ========================================
   CHAMADA REVIEWS E OFERTAS — VURA
   Identidade: Inter, Fraunces, preto, verde e branco
======================================== */

.vura-ro-section {
  position: relative;
  overflow: hidden;
  margin-top: 40px;
  padding: 68px 0;
  background:
    radial-gradient(circle at 90% 10%, rgba(0, 220, 0, 0.16), transparent 30%),
    linear-gradient(135deg, #000 0%, #080808 52%, #000 100%);
  color: #fff;
}

.vura-ro-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.025) 1px, transparent 1px);
  background-size: 42px 42px;
  pointer-events: none;
}

.vura-ro-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 0.9fr 1fr;
  gap: 52px;
  align-items: center;
}

.vura-ro-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 18px;
  color: #00DC00;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.vura-ro-kicker::before {
  content: "";
  width: 9px;
  height: 9px;
  background: #00DC00;
  border-radius: 50%;
  box-shadow: 0 0 16px rgba(0, 220, 0, 0.9);
}

.vura-ro-content h2 {
  max-width: 650px;
  margin-bottom: 20px;
  color: #fff;
  font-size: clamp(2.4rem, 5vw, 4.8rem);
  line-height: 0.98;
  font-weight: 800;
  letter-spacing: -0.05em;
}

.vura-ro-content h2 strong {
  display: block;
  color: #00DC00;
  font-family: 'Fraunces', Georgia, serif;
  font-style: italic;
  font-weight: 700;
}

.vura-ro-content p {
  max-width: 560px;
  margin-bottom: 28px;
  color: rgba(255,255,255,0.72);
  font-size: 1.05rem;
  line-height: 1.55;
}

.vura-ro-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 36px;
}

.vura-ro-btn {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  border-radius: 6px;
  font-size: 0.85rem;
  font-weight: 800;
  text-transform: uppercase;
  text-decoration: none;
  transition: 0.25s ease;
}

.vura-ro-btn-primary {
  background: #00DC00;
  color: #000;
}

.vura-ro-btn-primary:hover {
  background: #24ff24;
  color: #000;
  transform: translateY(-2px);
}

.vura-ro-btn-secondary {
  border: 2px solid rgba(255,255,255,0.2);
  color: #fff;
  background: transparent;
}

.vura-ro-btn-secondary:hover {
  border-color: #00DC00;
  color: #00DC00;
  transform: translateY(-2px);
}

.vura-ro-benefits {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 11px;
  max-width: 620px;
}

.vura-ro-benefit {
  min-height: 130px;
  padding: 18px 14px;
  border: 1px solid rgba(255,255,255,0.16);
  border-radius: 10px;
  background: rgba(255,255,255,0.035);
  text-align: center;
}

.vura-ro-benefit strong {
  display: block;
  margin-bottom: 5px;
  color: #fff;
  font-size: 1rem;
  font-weight: 800;
}

.vura-ro-benefit span {
  display: block;
  color: rgba(255,255,255,0.72);
  font-size: 0.88rem;
  line-height: 1.35;
}

/* Showcase */

.vura-ro-showcase {
  min-width: 0;
}

.vura-ro-card {
  overflow: hidden;
  border-radius: 16px;
  background: #fff;
  box-shadow:
    0 24px 70px rgba(0,0,0,0.45),
    0 0 42px rgba(0,220,0,0.12);
}

.vura-ro-track {
  display: flex;
  transition: transform 0.55s ease;
}

.vura-ro-slide {
  min-width: 100%;
  background: #fff;
}

.vura-ro-visual {
  position: relative;
  min-height: 310px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.vura-ro-phone {
  background:
    radial-gradient(circle at 72% 20%, rgba(255,255,255,0.32), transparent 26%),
    linear-gradient(135deg, #003f0c, #00DC00);
}

.vura-ro-home {
  background:
    radial-gradient(circle at 72% 20%, rgba(255,255,255,0.22), transparent 26%),
    linear-gradient(135deg, #1a1a1a, #777);
}

.vura-ro-beauty {
  background:
    radial-gradient(circle at 72% 20%, rgba(255,255,255,0.24), transparent 26%),
    linear-gradient(135deg, #35142d, #d7329d);
}

.vura-ro-tech {
  background:
    radial-gradient(circle at 72% 20%, rgba(0,220,0,0.28), transparent 26%),
    linear-gradient(135deg, #07131f, #157dff);
}

.vura-ro-offer {
  background:
    radial-gradient(circle at 72% 20%, rgba(255,255,255,0.28), transparent 26%),
    linear-gradient(135deg, #2b2100, #ffb800);
}

.vura-ro-badge,
.vura-ro-score {
  position: absolute;
  top: 20px;
  z-index: 2;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(0,0,0,0.78);
  color: #fff;
  font-size: 0.75rem;
  font-weight: 800;
  text-transform: uppercase;
}

.vura-ro-badge {
  left: 20px;
}

.vura-ro-score {
  right: 20px;
  color: #ffce2e;
}

.vura-ro-product {
  position: relative;
  width: min(245px, 68%);
  aspect-ratio: 1 / 1;
  border-radius: 28px;
  background:
    linear-gradient(145deg, rgba(0,0,0,0.76), rgba(255,255,255,0.18));
  box-shadow:
    inset 0 0 0 2px rgba(255,255,255,0.18),
    0 28px 60px rgba(0,0,0,0.32);
}

.vura-ro-product::before {
  content: "";
  position: absolute;
  inset: 24px;
  border-radius: 22px;
  background:
    radial-gradient(circle at 70% 28%, rgba(255,255,255,0.75) 0 10px, transparent 11px),
    linear-gradient(145deg, rgba(255,255,255,0.22), rgba(0,0,0,0.12));
  border: 1px solid rgba(255,255,255,0.18);
}

.vura-ro-info {
  padding: 24px;
  color: #000;
}

.vura-ro-info > span {
  display: block;
  margin-bottom: 8px;
  color: #00b800;
  font-size: 0.75rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.vura-ro-info h3 {
  margin-bottom: 8px;
  color: #000;
  font-size: clamp(1.4rem, 2.3vw, 2rem);
  line-height: 1.1;
  font-weight: 800;
}

.vura-ro-info p {
  margin-bottom: 18px;
  color: #555;
  font-size: 0.95rem;
  line-height: 1.5;
}

.vura-ro-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  padding-top: 16px;
  border-top: 1px solid #eee;
}

.vura-ro-bottom small {
  color: #777;
  font-size: 0.8rem;
}

.vura-ro-bottom small strong {
  color: #000;
  font-weight: 800;
}

.vura-ro-bottom a {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  border-radius: 999px;
  background: #000;
  color: #fff;
  font-size: 0.8rem;
  font-weight: 800;
  white-space: nowrap;
  text-decoration: none;
  transition: 0.25s ease;
}

.vura-ro-bottom a:hover {
  background: #00DC00;
  color: #000;
}

.vura-ro-controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 16px;
}

.vura-ro-dots {
  display: flex;
  gap: 8px;
}

.vura-ro-dot {
  width: 9px;
  height: 9px;
  border: 0;
  border-radius: 999px;
  background: rgba(255,255,255,0.28);
  cursor: pointer;
  transition: 0.25s ease;
}

.vura-ro-dot.active {
  width: 28px;
  background: #00DC00;
}

.vura-ro-arrows {
  display: flex;
  gap: 8px;
}

.vura-ro-arrow {
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 50%;
  background: rgba(255,255,255,0.06);
  color: #fff;
  font-size: 1.5rem;
  font-weight: 800;
  cursor: pointer;
  transition: 0.25s ease;
}

.vura-ro-arrow:hover {
  background: #00DC00;
  border-color: #00DC00;
  color: #000;
}

/* Responsivo */

@media(max-width: 1000px) {
  .vura-ro-section {
    padding: 54px 0;
  }

  .vura-ro-grid {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .vura-ro-content h2 {
    max-width: 760px;
  }
}

@media(max-width: 600px) {
  .vura-ro-section {
    margin-top: 28px;
    padding: 42px 0;
  }

  .vura-ro-content h2 {
    font-size: clamp(2.2rem, 13vw, 3.6rem);
  }

  .vura-ro-content p {
    font-size: 0.98rem;
  }

  .vura-ro-actions {
    flex-direction: column;
  }

  .vura-ro-btn {
    width: 100%;
  }

  .vura-ro-benefits {
    grid-template-columns: 1fr;
  }

  .vura-ro-benefit {
    min-height: auto;
  }

  .vura-ro-visual {
    min-height: 250px;
  }

  .vura-ro-info {
    padding: 20px;
  }

  .vura-ro-bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .vura-ro-bottom a {
    width: 100%;
  }
}
