.iaLayer-solarclientesreferencia {
  background: var(--section-bg, #f0f6ff);
  padding: 80px 0 60px;
  overflow: hidden;
  font-family: sans-serif;
}

/* .iaLayer-solarclientesreferencia .scr-inner {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 40px;
} */

/* HEADER */
.iaLayer-solarclientesreferencia .scr-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 48px;
  flex-wrap: wrap;
}

.iaLayer-solarclientesreferencia .scr-header__left {
  flex: 1 1 320px;
}

.iaLayer-solarclientesreferencia .scr-title {
  font-size: clamp(1.75rem, 3.5vw, 2.75rem);
  font-weight: 700;
  color: var(--title-color, #0d2a4e);
  line-height: 1.2;
  margin: 0;
}

.iaLayer-solarclientesreferencia .scr-header__right {
  display: flex;
  align-items: center;
  gap: 32px;
  flex-wrap: wrap;
}

/* RATING BLOCK */
.iaLayer-solarclientesreferencia .scr-rating-block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}

.iaLayer-solarclientesreferencia .scr-rating-logo {
  display: flex;
  align-items: center;
  gap: 6px;
}

.iaLayer-solarclientesreferencia .scr-google-icon svg {
  width: 20px;
  height: 20px;
}

.iaLayer-solarclientesreferencia .scr-rating-label {
  font-size: 0.8rem;
  font-weight: 600;
  color: #555;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.iaLayer-solarclientesreferencia .scr-rating-score {
  font-size: 2rem;
  font-weight: 800;
  color: var(--title-color, #0d2a4e);
  line-height: 1;
}

.iaLayer-solarclientesreferencia .scr-stars {
  display: flex;
  gap: 2px;
}

.iaLayer-solarclientesreferencia .scr-star svg {
  width: 18px;
  height: 18px;
  color: var(--star-color, #f5b301);
  fill: var(--star-color, #f5b301);
}

/* NAV BUTTONS */
.iaLayer-solarclientesreferencia .scr-nav-buttons {
  display: flex;
  gap: 10px;
}

.iaLayer-solarclientesreferencia .scr-nav-btn {
  width: 48px;
  height: 48px;
  border-radius: 10px;
  border: 2px solid var(--accent-color, #1e6fd9);
  background: var(--nav-bg, #ffffff);
  color: var(--accent-color, #1e6fd9);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.22s ease, color 0.22s ease;
  padding: 0;
}

.iaLayer-solarclientesreferencia .scr-nav-btn:hover,
.iaLayer-solarclientesreferencia .scr-nav-btn:focus-visible {
  background: var(--accent-color, #1e6fd9);
  color: #ffffff;
  outline: none;
}

.iaLayer-solarclientesreferencia .scr-nav-icon svg {
  width: 20px;
  height: 20px;
}

/* CAROUSEL */
.iaLayer-solarclientesreferencia .scr-carousel-wrapper {
  overflow: hidden;
  /* slight right bleed to hint scroll */
  margin-right: -40px;
  padding-right: 40px;
}

.iaLayer-solarclientesreferencia .scr-track {
  display: flex;
  gap: 24px;
  transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
}

/* CARDS */
.iaLayer-solarclientesreferencia .scr-card {
  flex: 0 0 calc((100% - 48px) / 3);
  min-width: 280px;
  background: var(--card-bg, #ffffff);
  border-radius: 18px;
  padding: 36px 32px 28px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.07);
  display: flex;
  flex-direction: column;
  gap: 20px;
  transition: box-shadow 0.22s ease, transform 0.22s ease;
}

.iaLayer-solarclientesreferencia .scr-card:hover {
  box-shadow: 0 8px 40px rgba(30, 111, 217, 0.14);
  transform: translateY(-4px);
}

.iaLayer-solarclientesreferencia .scr-card__quote {
  line-height: 1;
}

.iaLayer-solarclientesreferencia .scr-quote-icon svg {
  width: 36px;
  height: 36px;
  color: var(--accent-color, #1e6fd9);
  opacity: 0.18;
}

.iaLayer-solarclientesreferencia .scr-card__body {
  font-size: 0.97rem;
  line-height: 1.7;
  color: var(--card-text-color, #3a4a5c);
  margin: 0;
  flex: 1;
}

.iaLayer-solarclientesreferencia .scr-card__footer {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: auto;
  padding-top: 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.iaLayer-solarclientesreferencia .scr-avatar-img {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  object-fit: cover;
  display: block;
}

.iaLayer-solarclientesreferencia .scr-card__avatar picture {
  display: block;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}

.iaLayer-solarclientesreferencia .scr-card__author {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.iaLayer-solarclientesreferencia .scr-card__name {
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--title-color, #0d2a4e);
  line-height: 1.3;
}

.iaLayer-solarclientesreferencia .scr-card__role {
  font-size: 0.82rem;
  color: #7a8a9a;
  line-height: 1.3;
}

/* PAGINATION DOTS */
.iaLayer-solarclientesreferencia .scr-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 40px;
}

.iaLayer-solarclientesreferencia .scr-dot {
  width: 10px;
  height: 10px;
  border-radius: 99px;
  background: #c8d4e0;
  border: none;
  cursor: pointer;
  padding: 0;
  transition: background 0.22s ease, width 0.3s ease;
  flex-shrink: 0;
}

.iaLayer-solarclientesreferencia .scr-dot--active {
  width: 36px;
  background: var(--accent-color, #1e6fd9);
}

/* RESPONSIVE */
@media (max-width: 1024px) {
  .iaLayer-solarclientesreferencia .scr-card {
    flex: 0 0 calc((100% - 24px) / 2);
  }
}

@media (max-width: 640px) {
  .iaLayer-solarclientesreferencia .scr-inner {
    padding: 0 20px;
  }
  .iaLayer-solarclientesreferencia .scr-carousel-wrapper {
    margin-right: -20px;
    padding-right: 20px;
  }
  .iaLayer-solarclientesreferencia .scr-card {
    flex: 0 0 85vw;
  }
  .iaLayer-solarclientesreferencia .scr-header {
    flex-direction: column;
    gap: 20px;
  }
  .iaLayer-solarclientesreferencia .scr-header__right {
    width: 100%;
    justify-content: space-between;
  }
}