/* sabias — generado por refactor modular (verbatim de styles.css) */

.sabias { background: #0a1019; }
.sabias__inner {
  display: flex;
  align-items: center;
  gap: 44px;
  padding: var(--sp) 0;
  min-height: 240px;
}
.sabias__circle {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  border: 1px solid rgba(255, 200, 0, 0.5);
  flex-shrink: 0;
  padding: 0;
  overflow: hidden;
}
.sabias__circle .img-ph,
.sabias__circle-img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: rgba(255, 200, 0, 0.06);
  object-fit: cover;
  object-position: center 20%; /* retrato: centra el rostro en el círculo */
}
.sabias__divider { width: 2px; align-self: stretch; margin: 24px 0; background: var(--gold); flex-shrink: 0; }
.sabias__content { flex: 1; }
.sabias__label { font-family: var(--font-sora); font-weight: 700; font-size: 18px; margin-bottom: 14px; }
.sabias__quote { font-size: 18px; line-height: 1.5; margin-bottom: 16px; }
.sabias__dash { display: block; width: 32px; height: 2px; background: var(--gold); margin-bottom: 16px; }
.sabias__author { font-family: var(--font-sora); font-weight: 700; font-size: 20px; color: var(--gold); }
.sabias__role { font-size: 15px; color: var(--white-75); margin-top: 4px; }
.sabias__explore {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  text-align: center;
  color: var(--gold);
}
.sabias__arrow {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  border: 2px solid var(--gold);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background .2s, color .2s;
}
.sabias__explore:hover .sabias__arrow { background: var(--gold); color: #000; }
.sabias__explore-label { font-weight: 600; font-size: 15px; }
.sabias__more { font-size: 13px; color: var(--white-75); text-decoration: underline; }
@media (max-width: 900px) {
  .sabias__inner { flex-direction: column; text-align: center; gap: 24px; padding: var(--sp) 0; }
  .sabias__divider { display: none; }
  .sabias__dash { margin-left: auto; margin-right: auto; }
  .sabias__explore { flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 12px 16px; }
}
