/* =================================================== */
/* === SIDEBAR PROMO – OPTIPE (4 IDIOMAS) – 2025 === */
/* =================================================== */
.sidebar-promo {
  background: #f8f9fa;
  padding: 18px;
  border-radius: 12px;
  margin-bottom: 20px;
  border: 1px solid #dee2e6;
  font-family: system-ui, -apple-system, sans-serif;
  font-size: 0.9rem;
  line-height: 1.5;
  box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.sidebar-promo h3,
.sidebar-promo h4 {
  margin: 0 0 12px;
  font-size: 1rem;
  text-align: center;
  color: #212529;
  font-weight: normal;
}
.sidebar-promo h3 strong,
.sidebar-promo h4 strong {
  font-weight: 700;
}

.sidebar-pack {
  text-align: center;
  margin: 14px 0;
}
.sidebar-pack del {
  color: #6c757d;
  font-size: 0.85rem;
  margin-right: 6px;
}
.sidebar-price {
  color: #28a745;
  font-weight: bold;
  font-size: 1.65rem;
  margin: 0 8px;
}
.sidebar-promo a {
  background: #007bff;
  color: white;
  padding: 9px 18px;
  border-radius: 6px;
  text-decoration: none;
  font-size: 0.88rem;
  font-weight: bold;
  display: inline-block;
  margin: 6px 0;
  transition: all 0.2s ease;
}
.sidebar-promo a:hover {
  background: #0056b3;
  transform: translateY(-1px);
}

.sidebar-guarantee {
  text-align: center;
  font-size: 0.76rem;
  color: #6c757d;
  margin: 10px 0;
  font-style: italic;
}

.sidebar-benefits {
  display: flex;
  flex-direction: column;
  gap: 11px;
  margin: 18px 0;
}
.s-benefit {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  font-size: 0.89rem;
  padding: 2px 0;
}
.s-icon {
  font-size: 1.35rem;
  min-width: 28px;
  text-align: center;
  margin-top: 1px;
}
.s-benefit strong {
  display: block;
  color: #212529;
  margin-bottom: 1px;
  font-size: 0.96rem;
}
.s-benefit small {
  color: #6c757d;
  font-size: 0.78rem;
  display: block;
  line-height: 1.3;
}

.sidebar-cta {
  text-align: center;
  margin-top: 18px;
  padding-top: 14px;
  border-top: 1px dashed #dee2e6;
}
.sidebar-cta h4 {
  font-size: 0.96rem;
  margin: 0 0 10px;
  color: #212529;
}
.btn-lg-sidebar {
  background: #28a745;
  color: white;
  padding: 12px 22px;
  border-radius: 8px;
  font-weight: bold;
  text-decoration: none;
  display: inline-block;
  font-size: 0.96rem;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  transition: all 0.2s ease;
}
.btn-lg-sidebar:hover {
  background: #218838;
  transform: translateY(-1px);
  box-shadow: 0 4px 8px rgba(0,0,0,0.15);
}
.sidebar-cta p small {
  font-size: 0.72rem;
  color: #6c757d;
  margin-top: 6px;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .sidebar-promo { 
    padding: 14px; 
    font-size: 0.88rem;
  }
  .sidebar-price { font-size: 1.5rem; }
  .btn-lg-sidebar { padding: 11px 20px; font-size: 0.92rem; }
  .s-benefit { font-size: 0.86rem; }
}