main {

  box-sizing: border-box;
  scroll-behavior: smooth !important;
  background-color: #f8f9fa;
  font-family: 'Inter', sans-serif;

}

.venc-plan-page {

  background-color: #f8f9fa;
}


.tarjeta-estilizada {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  padding: 25px 30px;
  min-height: 180px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.btn-renovar{
    background-color: #007bff !important;
    border-color: #007bff !important;
    padding: 10px 25px;
    font-size: 16px;
    border-radius: 6px;
    box-shadow: 0 4px 6px rgba(0, 123, 255, 0.25);
}


/* ===================== */
/* SECCIÓN RENOVÁ        */
/* ===================== */

.toggle-button {
  font-size: 30px !important;
  color: #007bff;
}

.section-recupera {
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
}



.section-renova h2 {
  font-size: 24px !important;
  width: 80% !important;
}

.renova-note {
  font-size: 0.78rem;
  color: #9e9e9e;
}

.renova-list .check-icon {
  font-size: 0.9rem;
  color: #1877f2;
}

.icon-ul {
  font-size: 1.2rem;
}

.separator {
  background-color: white;
  height: 20px;
}

.recupera-text {
  font-size: 1.8rem;
  font-weight: 600;
}

/* ===================== */
/* CARDS DE PLANES       */
/* ===================== */

.section-planes h2 {
  font-size: 1.6rem;
  font-weight: 600;
}

.pricing-card {
  background: #ffffff;
  border: 1px solid #dee2e6;
  border-radius: 16px;
  padding: 2rem 1.5rem;
  position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
}

.card-content {
  display: flex;
  flex-direction: column;
  height: 100%;
  flex: 1;
}


.pricing-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
  border-color: #0d6efd;
  cursor: pointer;
}

.pricing-card.card-highlight {
  background: #0d6efd;
  border: none;
  box-shadow: 0 10px 25px rgba(13, 110, 253, 0.4);
  transform: scale(1.05);
  z-index: 2;
}


.pricing-card.card-highlight:hover {
  transform: scale(1.05) translateY(-5px);
  box-shadow: 0 20px 40px rgba(13, 110, 253, 0.5);
}


.pricing-card .h3 {
  letter-spacing: -0.5px;
}

.btn-cta {
  padding: 10px 20px;
  border-radius: 8px;
  font-weight: 600;
  transition: all 0.2s;
}


.icon-top i {
  font-size: 1.5rem;
}

/* ===================== */
/* CARDS RESUMEN + PAGO  */
/* ===================== */
.summary-card {
  background: #fff;
  border: 1px solid #dee2e6;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.02);
  overflow: hidden;
}

.summary-header {
  background: #fff;
  padding: 15px 20px;
  border-bottom: 1px solid #eee;
}

.summary-header h5 {
  font-size: 1rem;
  color: #555;
  font-weight: 600;
}

.summary-body {
  padding: 20px;
}

.fake-input-group {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  border: 1px solid #ced4da;
  border-radius: 6px;
  padding: 8px 12px;
  height: 45px;
  transition: border-color 0.2s;
}

.fake-input-group:hover {
  border-color: #a0a0a0;
}

.fake-input-value {
  font-family: monospace;
  font-size: 1rem;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-right: 10px;
}

.btn-copy {
  background: none;
  border: none;
  color: #6c757d;
  cursor: pointer;
  padding: 4px 8px;
  border-left: 1px solid #eee;
  transition: color 0.2s;
}

.btn-copy:hover {
  color: #007bff;
}

.btn-copy.copied {
  color: #28a745;
}

.btn-whatsapp {
  background-color: #198754 !important;
  color: #fff !important;
  font-weight: 400 !important;
  padding: 10px !important;
  border-radius: 6px !important;
  transition: background-color 0.2s !important;
}

.btn-whatsapp:hover {
  background-color: #fff !important;
  color: #198754 !important;
  border-color: #198754 !important;
}

/* Badge “Galicia” */
.badge-galicia {
  display: inline-block;
  background: #ff6f00;
  color: #fff;
  font-size: 0.75rem;
  border-radius: 4px;
  padding: 2px 6px;
  margin-left: 4px;
  font-weight: 600;
}

.logo-galicia {
  height: 18px;
  margin-left: 6px;
  margin-bottom: 2px;
}


/* ===================== */
/* LINKS                 */
/* ===================== */

.soporte {
  font-weight: 600;
  margin-top: auto;
  text-decoration: none !important;
}

/* ===================== */
/* FONDOS DE SECCIÓN     */
/* ===================== */

.section-planes {
  background: linear-gradient(to bottom,
      #f8f9fa 0%,
      #f8f9fa 50%,
      #ffffff 50%,
      #ffffff 100%);
}



#section-resumen {
  background-color: white !important;
}


.badge-reco {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: #1877f2;
  color: #fff;
  padding: 4px 16px;
  font-size: 0.75rem;
  border-radius: 5%;
  font-weight: 600;
  box-shadow: 0 4px 10px rgba(0, 0, 0, .15);
  white-space: nowrap;
  z-index: 2;
}

.divisor {
  background-color: #007bff;
}

.btn-whatsapp-comprobante {
  background-color: #25D366;
  border-color: #25D366;
  color: #fff !important;
  font-weight: 600;
  border-radius: 10px;
  padding: 10px 10px;
  font-size: 0.9rem;
  transition: 0.2s ease;
}

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

.soporte-link:hover {
  color: #0056b3;
  text-decoration: underline;
}


/* ===================== */
/* MEDIA QUERIES         */
/* ===================== */
@media (max-width: 992px) {
  .pricing-card--special {
    transform: scale(1);
  }

  .section-planes .cards-cont {
    margin-bottom: 40px !important;
  }

  section-planes {
    margin-bottom: 0px;
  }
}

@media (min-width: 768px) {
    .tarjeta-estilizada {
      
        min-width: 320px; 
    }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px !important;
  }


  /* ===================== */
  /* CARD ESTADO PLAN      */
  /* ===================== */

  .plan-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    padding: 25px 30px;
    min-height: 180px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-left: 6px solid transparent;
  }


  .plan-card--expired {
    border-left-color: #e53935;
  }

  .plan-card--active {
    border-left-color: #28a745;
  }


  .plan-badge {
    font-size: 12px;
    font-weight: 600;
    padding: 5px 12px;
    border-radius: 4px;
  }

  .plan-badge--expired {
    background: #fdecea;
    color: #c62828;
  }

  .plan-badge--active {
    background: #e8f5e9;
    color: #2e7d32;
  }

  /* Días restantes */
  .plan-days {
    font-size: 60px;
    line-height: 1;
    font-weight: 700;
    color: #333;
    letter-spacing: -1px;
  }


  .plan-info-wrapper {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    padding: 25px 30px;
    min-height: 180px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-left: 6px solid transparent;
  }

  /* Colores dinámicos */
  .plan-info--expired {
    border-left-color: #DC3545 !important;
  }

  .plan-info--active {
    border-left-color: #28a745 !important;
  }

  /* Sección izquierda — texto "Plan Actual" */
  .plan-info-label {
    font-size: 14px;
    color: #999;
    margin-bottom: 2px;
  }

  .plan-info-title {
    font-size: 18px;
    font-weight: 700;
    color: #111;
    line-height: 1.2;
  }

  /* Vencimiento */
  .plan-info-vto {
    font-size: 19px;
    font-weight: 700;
    color: #111;
  }

  .plan-info-vto--dash {
    font-size: 18px;
    color: #999;
  }

  /* Badges (Activo / Vencido) */
  .plan-badge-box {
    margin-bottom: 8px;
  }

  .plan-badge {
    background-color: #e5f9ea;
    color: #2e7d32;
    padding: 5px 12px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 600;
    display: inline-block;
  }

  .plan-badge--expired {
    background-color: #ffe5e5;
    color: #DC3545;
  }

  /* Días restantes */
  .plan-days-box {
    display: flex;
    align-items: baseline;
  }

  .plan-days-number {
    font-size: 60px;
    line-height: 1;
    font-weight: 700;
    color: #333;
    letter-spacing: -1px;
  }

  .plan-days-label {
    font-size: 16px;
    color: #777;
    margin-left: 2px;
  }

  /* Títulos grande a la derecha */
  .plan-title-big {
    font-size: 32px;
    font-weight: 600;
    color: #333;
    line-height: 1.2;
    margin-bottom: 10px;
  }

  .plan-title-big span {
    font-weight: 700;
  }

  .plan-title-big--expired span {
    color: #DC3545;
  }

  .plan-title-big--active span {
    color: #28a745;
  }

  /* Texto debajo del título */
  .plan-subtext {
    font-size: 16px;
    color: #666;
    margin-bottom: 20px;
  }

  /* Botones */
  .plan-main-btn {
    background-color: #007bff !important;
    border-color: #007bff !important;
    padding: 10px 25px;
    font-size: 16px;
    border-radius: 6px;
    box-shadow: 0 4px 6px rgba(0, 123, 255, 0.25);
  }

  /* texto rojo/verde del título según estado */

  .estado-vencido h1 span {
    color: #d32f2f !important;
  }

  .estado-activo h1 span {
    color: #2e7d32 !important;
  }
}

@media (max-width: 576px) {
  .hero-cont {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .tarjeta-estilizada {
    width: 90% !important; 
    min-height: 180px;
    margin: 0 auto; 
  }
  #section-resumen {
    background-color: #f8f9fa !important;
  }

  .section-planes {
    background: #f8f9fa !important;
  }

  .card-vencimiento {
    max-width: 370px !important;
  }

  .mobile-padding-left {
        padding-left: 7.5% !important;
  }
}