/* ============ BDS Opiniones ============ */

.bds-opi-section {
  position: relative;
  font-family: 'Roboto Condensed', sans-serif;
  color: #fff;
}

.bds-opi-swiper { overflow: hidden; }

/* Tarjeta */
.bds-opi-card {
  background: #111111;
  border: 1px solid rgba(255, 255, 255, 0.06);
  padding: 50px;
  box-sizing: border-box;
}

.bds-opi-quote {
  width: 56px;
  height: 56px;
  color: #c8102e;
  margin-bottom: 24px;
}

.bds-opi-quote svg {
  width: 100%;
  height: 100%;
}

.bds-opi-text {
  font-size: 17px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.92);
  margin: 0 0 32px;
  padding-bottom: 28px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.bds-opi-text p { margin: 0 0 12px; }
.bds-opi-text p:last-child { margin-bottom: 0; }

.bds-opi-author {
  display: flex;
  align-items: center;
  gap: 16px;
}

.bds-opi-avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}

.bds-opi-author-info {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.bds-opi-author-info strong {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}

.bds-opi-author-info span {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.55);
}

/* Navegación */
.bds-opi-nav {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 30px;
}

.bds-opi-nav button {
  width: 48px;
  height: 48px;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: #fff;
  font-size: 22px;
  cursor: pointer;
  transition: all 0.25s ease;
  font-family: inherit;
}

.bds-opi-nav button:hover {
  background: #c8102e;
  border-color: #c8102e;
}

@media (max-width: 768px) {
  .bds-opi-card { padding: 30px 25px; }
  .bds-opi-text { font-size: 15px; }
  .bds-opi-quote { width: 44px; height: 44px; margin-bottom: 16px; }
}
