/* =========================
   SERVICIOS / PLANES
========================= */

.plan-card{
  border: 1px solid rgba(11, 102, 195, 0.12);
  border-radius: 1rem;
  transition: transform .2s ease, box-shadow .2s ease;
}

.plan-card:hover{
  transform: translateY(-4px);
  box-shadow: 0 1rem 2rem rgba(0,0,0,.08) !important;
}

.plan-card-featured{
  border: 1px solid rgba(11, 102, 195, 0.28);
}

.plan-chip{
  display: inline-block;
  padding: .35rem .75rem;
  border-radius: 999px;
  font-size: .78rem;
  font-weight: 700;
  margin-bottom: 1rem;
  line-height: 1;
}

.chip-essential{
  background: rgba(11, 102, 195, .10);
  color: #0B66C3;
}

.chip-professional{
  background: rgba(11, 102, 195, .16);
  color: #0B66C3;
}

.chip-enterprise{
  background: rgba(247, 167, 35, .18);
  color: #8b5b00;
}

/* =========================
   TABLA DE PRECIOS VISUAL
========================= */

.price-box{
  background: #fff;
  border: 1px solid rgba(11, 102, 195, 0.12);
  border-radius: 1.25rem;
  overflow: hidden;
  box-shadow: 0 .5rem 1.25rem rgba(0,0,0,.06);
}

.featured-box{
  border-color: rgba(11, 102, 195, 0.28);
  box-shadow: 0 1rem 2rem rgba(11, 102, 195, 0.10);
}

.price-box-header{
  padding: 1.25rem 1.25rem 1rem;
  color: #102033;
}

.header-essential{
  background: linear-gradient(180deg, rgba(11,102,195,.10), rgba(11,102,195,.04));
}

.header-professional{
  background: linear-gradient(180deg, rgba(11,102,195,.14), rgba(11,102,195,.06));
}

.header-enterprise{
  background: linear-gradient(180deg, rgba(247,167,35,.16), rgba(247,167,35,.06));
}

.price-box-kicker{
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .06em;
  color: #5a6776;
}

.price-box-body{
  padding: 1.25rem;
}

.price-amount{
  display: flex;
  flex-direction: column;
  gap: .1rem;
  padding: 1rem;
  border-radius: 1rem;
  background: #f8fafc;
  border: 1px solid rgba(11, 102, 195, 0.08);
}

.price-currency{
  font-size: .8rem;
  text-transform: uppercase;
  font-weight: 700;
  color: #66778a;
}

.price-amount strong{
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  line-height: 1;
  color: #0B66C3;
}

.price-period{
  font-size: .92rem;
  color: #5f6c7b;
}

.price-mini-block{
  margin-bottom: 1.15rem;
}

.price-mini-block h4{
  margin-bottom: .55rem;
}

.price-list{
  margin: 0;
  padding-left: 1.1rem;
}

.price-list li{
  margin-bottom: .45rem;
  color: #425264;
  line-height: 1.45;
}

/* =========================
   AUDITORÍA
========================= */

.audit-box{
  background: #fff;
}

.audit-mini-card{
  padding: 1rem 1rem .95rem;
  border: 1px solid rgba(11, 102, 195, 0.10);
  border-radius: 1rem;
  background: linear-gradient(180deg, rgba(11,102,195,.04), rgba(255,255,255,1));
}

/* =========================
   SERVICIOS ADICIONALES
========================= */

.services-extra-list .list-group-item{
  color: #203246 !important;
  line-height: 1.55;
  border-left: 4px solid rgba(11, 102, 195, .12);
  background: #fff;
}

.services-extra-list .list-group-item strong{
  color: #0B66C3;
}

/* =========================
   FAQ
========================= */

.faq-accordion .accordion-item{
  border-radius: .85rem;
  overflow: hidden;
  border: 1px solid rgba(11, 102, 195, 0.10);
  margin-bottom: .85rem;
}

.faq-accordion .accordion-button{
  font-weight: 700;
}

.faq-accordion .accordion-button:not(.collapsed){
  color: #0B66C3;
  background: rgba(11,102,195,.06);
  box-shadow: none;
}

.faq-accordion .accordion-button:focus{
  box-shadow: none;
}

/* Responsive */
@media (max-width: 991.98px){
  .price-amount strong{
    font-size: 2rem;
  }
}
/* Servicios adicionales con viñetas llamativas */
.services-bullets{
  list-style: none;
  padding-left: 0;
}

.service-bullet-item{
  display: flex;
  align-items: flex-start;
  gap: .85rem;
}

.service-bullet-icon{
  flex: 0 0 auto;
  color: var(--qcore-accent);
  font-size: 1rem;
  line-height: 1.4;
  margin-top: .1rem;
}