.c-quote-banner {
  background: rgba(104, 117, 247, 0.06);
  border: 1px solid rgba(104, 117, 247, 0.14);
  border-radius: 20px;
  padding: 48px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}

.c-quote-banner__mark { width: 40px; height: auto; margin-bottom: 20px; opacity: 0.85; }

.c-quote-banner__title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 14px;
  line-height: 1.25;
  color: #f0f0f4;
}

.c-quote-banner__body {
  font-size: 0.9375rem;
  color: #9a9aaa;
  line-height: 1.65;
  margin-bottom: 18px;
}

.c-quote-banner__author {
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--cdb-accent-muted, #a5a0ff);
}

@media (max-width: 900px) {
  .c-quote-banner { grid-template-columns: 1fr; padding: 32px; gap: 28px; }
}
