.product-hero { padding: 18px 0 8px 0; }
.product-breadcrumb { margin: 10px 0 0 0; background: transparent; padding: 0; }
.product-card { border: 1px solid rgba(0,0,0,.08); border-radius: 10px; padding: 16px; margin-top: 10px; background: rgba(255,255,255,.92); }
.product-card .meta { font-size: 13px; opacity: .85; margin-bottom: 10px; }
.product-price { font-size: 18px; font-weight: 700; margin: 10px 0 12px; }
.btn-cta { display: inline-block; padding: 10px 14px; border-radius: 8px; text-decoration: none; }
.product-section-title { margin-top: 0; }
.hr-soft { border-top: 1px solid rgba(0,0,0,.08); }
.thumb-wrap { margin-top: 12px; }

.clasificadores-section { margin: 12px 0 0 0; }
.clasificadores-section .section-label { font-size: 13px; font-weight: 700; margin-bottom: 8px; }

.clasificador-badge {
  display: inline-block;
  padding: 6px 14px;
  margin: 0 8px 8px 0;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 600;
  border: 1px solid rgba(0,0,0,.12);
  background: rgba(0,0,0,.04);
}

.content-section {
  background: #f9fafb;
  border-left: 4px solid #0078d4;
  border-radius: 0 12px 12px 0;
  padding: 26px 30px;
  margin-bottom: 22px;
  transition: box-shadow .2s ease;
}
.content-section:hover { box-shadow: 0 4px 20px rgba(0,0,0,.06); }

.content-section .section-icon {
  font-size: 24px;
  vertical-align: middle;
  margin-right: 10px;
  opacity: .85;
}
.content-section .section-icon.blue { color: #0078d4; }
.content-section .section-icon.green { color: #00a86b; }

.content-section .section-header {
  margin-bottom: 18px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(0,0,0,.06);
  display: flex;
  align-items: center;
}

.content-section .titulo {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
}

.content-section p {
  margin-bottom: 12px;
  line-height: 1.75;
  color: #333;
}

.content-section.green-accent { border-left-color: #00a86b; }
.content-section.green-accent .section-header { border-bottom-color: rgba(0,168,107,.12); }

.package-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.package-chip {
  display: inline-flex;
  align-items: center;
  padding: 7px 16px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 600;
  background: linear-gradient(135deg, #e8f0fe 0%, #f0f4ff 100%);
  color: #1a56db;
  border: 1px solid rgba(26,86,219,.1);
}

.btn-cotizar {
  display:inline-block;
  background:linear-gradient(135deg,#ff4d2d,#ff7a18);
  color:#fff !important;
  font-weight:700;
  padding:12px 18px;
  border-radius:10px;
  text-decoration:none;
}

.btn-cotizar:hover {
  transform:translateY(-2px);
}

@media (max-width: 767px) {
  .content-section { padding: 18px 16px; }
}
