/* Hero */
.hero-canje {
  background: linear-gradient(to right, #0d6efd, #00c6ff);
  color: #fff;
  padding: 80px 20px;
}

.hero-canje h1 {
  font-size: 2.2rem;
  margin-bottom: 15px;
}

.hero-canje .hero-sub {
  font-size: 1.1rem;
  margin-bottom: 10px;
}

.hero-canje .hero-trust {
  font-size: 0.95rem;
  opacity: 0.9;
}

/* ============================= */
/* CANJE COMERCIAL */
/* ============================= */

.canje-split.commercial {
  padding: 80px 0;
  background: #ffffff;
}

.canje-wrapper {
  background: #f8f9fa;
  border-radius: 20px;
  overflow: hidden;
}

/* producto */
.canje-product {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px;
}

.canje-product img {
  max-height: 320px;
  object-fit: contain;
}

/* badges */
.badge-top {
  position: absolute;
  top: 20px;
  left: 20px;
  background: #0d6efd;
  color: #fff;
  font-size: 0.8rem;
  padding: 6px 12px;
  border-radius: 20px;
}

.badge-discount {
  position: absolute;
  bottom: 20px;
  left: 20px;
  background: #198754;
  color: #fff;
  font-size: 0.8rem;
  padding: 6px 12px;
  border-radius: 20px;
}

/* contenido */
.canje-content {
  padding: 50px;
}

/* pre título */
.canje-pretitle {
  font-size: 0.8rem;
  color: #0d6efd;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 10px;
}

/* título */
.canje-content h2 {
  font-size: 2rem;
  margin-bottom: 15px;
}

/* descripción */
.canje-description {
  color: #555;
  margin-bottom: 20px;
}

/* beneficios */
.canje-benefits {
  list-style: none;
  padding-left: 0;
  margin-bottom: 20px;
}

.canje-benefits li {
  margin-bottom: 10px;
  font-size: 0.95rem;
}

/* confianza */
.canje-trust {
  font-size: 0.9rem;
  color: #666;
  margin-bottom: 25px;
}

/* CTA */
.canje-cta-group {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

/* WhatsApp */
.btn-whatsapp {
  background: #25D366;
  color: #fff;
  padding: 12px 18px;
  border-radius: 8px;
  text-decoration: none;
}

.btn-whatsapp:hover {
  background: #1ebe5d;
}


/* ============================= */
/* PROCESO PLAN CANJE */
/* ============================= */

.canje-process {
  background: #f8f9fa;
  padding: 80px 0;
}

.canje-process .process-card {
  background: #ffffff;
  padding: 30px 20px;
  border-radius: 16px;
  box-shadow: 0 15px 35px rgba(0,0,0,0.05);
  height: 100%;
  transition: all 0.2s ease;
}

.canje-process .process-card:hover {
  transform: translateY(-5px);
}

/* círculo número */
.canje-process .process-step {
  width: 50px;
  height: 50px;
  margin: 0 auto 15px;
  border-radius: 50%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}

/* títulos */
.canje-process h3 {
  font-size: 1.1rem;
  margin-bottom: 10px;
}

/* texto */
.canje-process p {
  font-size: 0.95rem;
  color: #555;
}

/* colores pasos */
.canje-process .col-md-4:nth-child(1) .process-step {
  background: #0d6efd;
}

.canje-process .col-md-4:nth-child(2) .process-step {
  background: #fd7e14;
}

.canje-process .col-md-4:nth-child(3) .process-step {
  background: #198754;
}


/* Porque elegir plan canje */
.canje-benefits-section {
  padding: 80px 0;
  background: #ffffff;
}

.benefit-card {
  background: #f8f9fa;
  padding: 30px 20px;
  border-radius: 14px;
  height: 100%;
  transition: all 0.2s ease;
}

.benefit-card:hover {
  transform: translateY(-5px);
}

.benefit-card h3 {
  font-size: 1.1rem;
  margin-bottom: 10px;
}

.benefit-card p {
  font-size: 0.95rem;
  color: #555;
}

/* CTA Final */
.canje-cta {
  background: linear-gradient(to right, #0d6efd, #00c6ff);
  color: #fff;
  padding: 90px 20px;
  text-align: center;
}

/* título */
.canje-cta .cta-title {
  font-size: 2.2rem;
  font-weight: 600;
  margin-bottom: 15px;
}

/* subtítulo */
.canje-cta .cta-sub {
  font-size: 1.1rem;
  margin-bottom: 30px;
  opacity: 0.95;
}

/* contenedor botones */
.canje-cta .cta-buttons {
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
}

/* botón principal */
.canje-cta .btn-primary {
  background: #fff;
  color: #0d6efd;
  border: none;
  font-weight: 600;
  padding: 12px 22px;
  border-radius: 8px;
}

.canje-cta .btn-primary:hover {
  background: #f1f1f1;
}

/* botón whatsapp */
.canje-cta .btn-whatsapp {
  background: #25D366;
  color: #fff;
  padding: 12px 22px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 500;
}

.canje-cta .btn-whatsapp:hover {
  background: #1ebe5d;
}

/* Responsive */
@media (max-width: 576px) {
  .canje-cta .btn-primary,
  .canje-cta .btn-whatsapp {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .canje-content {
    padding: 25px;
  }

  .canje-product {
    padding: 30px;
  }

  .canje-cta-group {
    flex-direction: column;
  }
}

@media (max-width: 992px) {
  .canje-content {
    padding: 35px;
  }
}