/* SuperCesta - pagina Sobre */
.site-body--sobre {
  background:
    radial-gradient(circle at 12% 8%, rgba(196, 30, 30, 0.08), transparent 20rem),
    linear-gradient(180deg, #f8fafc 0%, #ffffff 36rem, #f8fafc 100%);
}

.sobre-page {
  --sobre-content-pad: clamp(1.35rem, 2.8vw, 2rem);
  overflow: hidden;
  padding: clamp(1.25rem, 2.8vw, 2.25rem) 0 clamp(3.5rem, 7vw, 5.5rem);
}

.sobre-page .section {
  width: min(1320px, var(--site-max-width, 1350px), calc(100% - clamp(32px, 8vw, 80px)));
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: clamp(3.25rem, 7vw, 6.5rem);
}

.sobre-eyebrow {
  margin: 0 0 0.85rem;
  color: var(--red);
  font-size: 0.74rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  line-height: 1.2;
  text-transform: uppercase;
}

.sobre-hero {
  display: block;
}

.sobre-hero__content {
  max-width: 74rem;
  padding: clamp(1.2rem, 2.5vw, 2.25rem) var(--sobre-content-pad) 0;
  color: var(--text);
}

.sobre-final .sobre-eyebrow {
  color: #ffd7d7;
}

.sobre-hero__content h1 {
  max-width: 62rem;
  margin: 0 0 1.05rem;
  color: var(--navy);
  font-size: clamp(2.25rem, 4.4vw, 4.6rem);
  line-height: 0.98;
  letter-spacing: -0.065em;
}

.sobre-hero__lead {
  max-width: 54rem;
  margin: 0 0 0.85rem;
  color: var(--text);
  font-size: clamp(1.05rem, 1.5vw, 1.25rem);
  line-height: 1.62;
}

.sobre-hero__content p:not(.sobre-eyebrow):not(.sobre-hero__lead) {
  max-width: 58rem;
  margin: 0;
  color: var(--text-muted);
  line-height: 1.62;
}

.sobre-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1.35rem;
}

.sobre-hero__content .btn-cta {
  box-shadow: 0 18px 38px rgba(196, 30, 30, 0.22);
}

.sobre-final .btn-cta-secondary {
  border-color: rgba(255, 255, 255, 0.32);
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(8px);
}

.sobre-final .btn-cta-secondary:hover {
  border-color: rgba(255, 255, 255, 0.5);
  color: #fff;
  background: rgba(255, 255, 255, 0.18);
}

.sobre-photo {
  position: relative;
  min-height: 100%;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(148, 163, 184, 0.24);
  border-radius: 2rem;
  background: #e2e8f0;
  box-shadow: 0 24px 58px rgba(15, 23, 42, 0.12);
}

.sobre-photo img {
  width: 100%;
  height: 100%;
  min-height: 22rem;
  display: block;
  object-fit: cover;
  object-position: center bottom;
}

.sobre-photo figcaption {
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  padding: 0.8rem 0.95rem;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 1rem;
  color: #fff;
  background: rgba(13, 45, 94, 0.72);
  backdrop-filter: blur(12px);
  font-size: 0.82rem;
  line-height: 1.45;
}

.sobre-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1.25rem, 2.8vw, 2rem);
}

.sobre-proof article {
  min-height: 9.75rem;
  padding: clamp(1.1rem, 2.2vw, 1.55rem);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border: 1px solid rgba(148, 163, 184, 0.28);
  border-radius: 1.35rem;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 18px 44px rgba(15, 23, 42, 0.06);
}

.sobre-proof span {
  margin-bottom: auto;
  color: var(--red);
  font-size: 0.74rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.sobre-proof strong {
  display: block;
  margin-top: 1.25rem;
  color: var(--navy);
  font-size: clamp(1.35rem, 2.4vw, 2rem);
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.sobre-proof p {
  margin: 0.7rem 0 0;
  color: var(--text-muted);
  line-height: 1.6;
}

.sobre-intro,
.sobre-community__panel {
  padding: 0 var(--sobre-content-pad);
  display: grid;
  grid-template-columns: minmax(260px, 0.42fr) minmax(0, 1fr);
  gap: clamp(1.75rem, 4vw, 4.5rem);
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.sobre-intro h2,
.sobre-story__header h2,
.sobre-section h2,
.sobre-region h2,
.sobre-community h2,
.sobre-values h2,
.sobre-final h2 {
  margin: 0;
  color: var(--navy);
  font-size: clamp(1.65rem, 3vw, 2.7rem);
  line-height: 1.08;
  letter-spacing: -0.045em;
}

.sobre-richtext {
  color: var(--text-muted);
  line-height: 1.72;
}

.sobre-richtext--large {
  font-size: clamp(1rem, 1.1vw, 1.08rem);
}

.sobre-richtext p {
  margin: 0;
}

.sobre-richtext p + p {
  margin-top: 1.05rem;
}

.sobre-story {
  position: relative;
}

.sobre-story__header {
  max-width: 860px;
  margin-bottom: clamp(2rem, 4.5vw, 3.5rem);
  padding-left: var(--sobre-content-pad);
  padding-right: var(--sobre-content-pad);
}

.sobre-story__header p:not(.sobre-eyebrow) {
  margin: 0.8rem 0 0;
  color: var(--text-muted);
  font-size: 1rem;
  line-height: 1.65;
}

.sobre-chapters {
  position: relative;
  display: grid;
  gap: clamp(1.35rem, 2.8vw, 2.25rem);
}

.sobre-chapters::before {
  content: "";
  position: absolute;
  left: 1.55rem;
  top: 1.2rem;
  bottom: 1.2rem;
  width: 2px;
  background: linear-gradient(180deg, rgba(196, 30, 30, 0.35), rgba(13, 45, 94, 0.16));
}

.sobre-chapter {
  position: relative;
  display: grid;
  grid-template-columns: 3.1rem minmax(0, 1fr);
  gap: clamp(1.1rem, 2.4vw, 1.75rem);
  align-items: stretch;
}

.sobre-chapter--with-photo {
  grid-template-columns: 3.1rem minmax(0, 1fr) minmax(340px, 0.48fr);
}

.sobre-chapter__marker {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
}

.sobre-chapter__marker span {
  width: 2.85rem;
  height: 2.85rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0.42rem solid #f8fafc;
  border-radius: 999px;
  color: #fff;
  background: var(--navy);
  font-size: 0.82rem;
  font-weight: 600;
}

.sobre-chapter__body {
  padding: clamp(1.15rem, 2.3vw, 1.75rem);
  border: 1px solid rgba(148, 163, 184, 0.26);
  border-radius: 1.45rem;
  background: #fff;
  box-shadow: 0 18px 44px rgba(15, 23, 42, 0.06);
}

.sobre-chapter__kicker {
  margin: 0 0 0.6rem;
  color: var(--red);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.sobre-chapter h3 {
  margin: 0 0 0.75rem;
  color: var(--navy);
  font-size: clamp(1.25rem, 1.85vw, 1.7rem);
  line-height: 1.12;
  letter-spacing: -0.035em;
}

.sobre-chapter p:not(.sobre-chapter__kicker) {
  margin: 0;
  color: var(--text-muted);
  line-height: 1.62;
}

.sobre-chapter p:not(.sobre-chapter__kicker) + p {
  margin-top: 0.75rem;
}

.sobre-photo--chapter {
  border-radius: 1.45rem;
  box-shadow: 0 18px 44px rgba(15, 23, 42, 0.08);
}

.sobre-photo--chapter img {
  min-height: 100%;
}

.sobre-section__grid,
.sobre-region {
  display: grid;
  grid-template-columns: minmax(280px, 0.36fr) minmax(0, 1fr);
  gap: clamp(1.75rem, 4vw, 4.5rem);
  align-items: start;
}

.sobre-section--publicos,
.sobre-values {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.sobre-section__sticky {
  position: sticky;
  top: 6rem;
  padding-left: var(--sobre-content-pad);
}

.sobre-section__intro,
.sobre-region__copy p {
  margin: 0.85rem 0 0;
  color: var(--text-muted);
  line-height: 1.65;
}

.sobre-region__copy .btn-cta-secondary {
  margin-top: 1.35rem;
}

.sobre-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1.25rem, 2.6vw, 1.8rem);
}

.sobre-card {
  min-height: 100%;
  padding: clamp(1rem, 2vw, 1.35rem);
  border: 1px solid rgba(148, 163, 184, 0.26);
  border-radius: 1.25rem;
  background: #fff;
}

.sobre-card__icon {
  width: 2.55rem;
  height: 2.55rem;
  margin-bottom: 0.9rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.95rem;
  color: var(--navy);
  background: #eef3fb;
}

.sobre-card__icon .lucide {
  width: 1.35rem;
  height: 1.35rem;
  stroke-width: 2;
}

.sobre-card h3,
.sobre-value h3 {
  margin: 0 0 0.7rem;
  color: var(--navy);
  font-size: 1rem;
  line-height: 1.25;
}

.sobre-card p,
.sobre-value p {
  margin: 0;
  color: var(--text-muted);
  line-height: 1.58;
  font-size: 0.9rem;
}

.sobre-page .sobre-region {
  align-items: center;
  padding: clamp(2rem, 4vw, 3.5rem);
  border-radius: 1.75rem;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(13, 45, 94, 0.96), rgba(13, 45, 94, 0.82)),
    var(--navy);
}

.sobre-region .sobre-eyebrow {
  color: #ffd7d7;
}

.sobre-region h2,
.sobre-region__copy p {
  color: #fff;
}

.sobre-region__copy p {
  color: rgba(255, 255, 255, 0.78);
}

.sobre-region-card {
  padding: clamp(1.35rem, 2.6vw, 2rem);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 1.35rem;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
}

.sobre-list-title {
  margin: 0 0 1rem;
  color: #fff;
  font-weight: 600;
}

.sobre-cidades-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.72rem 1.25rem;
}

.sobre-cidades-list li {
  position: relative;
  padding-left: 1.4rem;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.35;
}

.sobre-cidades-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.52em;
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 999px;
  background: #fff;
}

.sobre-community__panel {
  padding: clamp(2rem, 4.2vw, 3.6rem);
  grid-template-columns: minmax(0, 0.58fr) minmax(280px, 0.42fr);
  gap: clamp(1.5rem, 3.5vw, 3.25rem);
  align-items: center;
  border: 1px solid rgba(148, 163, 184, 0.22);
  border-radius: 2rem;
  background:
    radial-gradient(circle at 10% 15%, rgba(196, 30, 30, 0.08), transparent 18rem),
    linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
  box-shadow: 0 24px 58px rgba(15, 23, 42, 0.07);
}

.sobre-community h2 {
  max-width: 46rem;
  font-size: clamp(2rem, 3.2vw, 3.35rem);
  line-height: 1.02;
  letter-spacing: -0.055em;
}

.sobre-community .sobre-richtext {
  max-width: 38rem;
  align-self: center;
  padding: clamp(1.2rem, 2.4vw, 1.8rem);
  border-left: 4px solid rgba(196, 30, 30, 0.72);
  border-radius: 1.25rem;
  background: rgba(255, 255, 255, 0.78);
  color: var(--text-muted);
  font-size: clamp(1rem, 1.15vw, 1.12rem);
  line-height: 1.72;
  box-shadow: 0 16px 38px rgba(15, 23, 42, 0.06);
}

.sobre-values__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1rem, 2vw, 1.4rem);
}

.sobre-values .sobre-section__grid > div:first-child {
  padding-left: var(--sobre-content-pad);
}

.sobre-value {
  padding: 1rem;
  border: 1px solid rgba(148, 163, 184, 0.24);
  border-radius: 1.1rem;
  background: #fff;
}

.sobre-value::before {
  content: "";
  display: block;
  width: 2rem;
  height: 0.2rem;
  margin-bottom: 1rem;
  border-radius: 999px;
  background: rgba(196, 30, 30, 0.5);
}

.sobre-page .sobre-final {
  margin-bottom: 0;
  padding: clamp(2.4rem, 5vw, 4.25rem);
  overflow: hidden;
  position: relative;
  border-radius: 1.9rem;
  color: #fff;
  text-align: center;
  background:
    radial-gradient(circle at 20% 18%, rgba(255, 255, 255, 0.12), transparent 18rem),
    linear-gradient(135deg, #0d2d5e, #081b38);
}

.sobre-final::after {
  content: "";
  position: absolute;
  right: -5rem;
  bottom: -7rem;
  width: 18rem;
  height: 18rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
}

.sobre-final__content {
  position: relative;
  z-index: 1;
  max-width: 860px;
  margin: 0 auto;
}

.sobre-final h2 {
  color: #fff;
}

.sobre-final p {
  max-width: 50rem;
  margin: 0.85rem auto 0;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.65;
}

.sobre-actions--center {
  justify-content: center;
}

@media (min-width: 1280px) {
  .sobre-section--publicos .sobre-section__grid {
    grid-template-columns: minmax(280px, 0.32fr) minmax(0, 1fr);
  }

  .sobre-community__panel {
    grid-template-columns: minmax(0, 0.58fr) minmax(320px, 0.42fr);
  }
}

@media (max-width: 1080px) {
  .sobre-proof {
    grid-template-columns: 1fr;
  }

  .sobre-card-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .sobre-chapter--with-photo {
    grid-template-columns: 3.25rem minmax(0, 1fr);
  }

  .sobre-chapter--with-photo .sobre-photo {
    grid-column: 2;
  }

  .sobre-section__sticky {
    position: static;
  }
}

@media (max-width: 860px) {
  .sobre-intro,
  .sobre-community__panel,
  .sobre-section__grid,
  .sobre-region {
    grid-template-columns: 1fr;
  }

  .sobre-values__list {
    grid-template-columns: 1fr;
  }

  .sobre-card-grid {
    grid-template-columns: 1fr;
  }

  .sobre-section__sticky,
  .sobre-community__panel,
  .sobre-values .sobre-section__grid > div:first-child {
    padding-left: var(--sobre-content-pad);
    padding-right: var(--sobre-content-pad);
  }
}

@media (max-width: 640px) {
  .sobre-page {
    padding-top: 1rem;
  }

  .sobre-page .section {
    margin-bottom: 3.35rem;
  }

  .sobre-page .section:last-child {
    margin-bottom: 0;
  }

  .sobre-proof,
  .sobre-card-grid,
  .sobre-values__list {
    gap: 1.15rem;
  }

  .sobre-intro,
  .sobre-community__panel,
  .sobre-section__grid,
  .sobre-region {
    gap: 1.4rem;
  }

  .sobre-chapters {
    gap: 1.35rem;
  }

  .sobre-photo,
  .sobre-page .sobre-region,
  .sobre-final {
    border-radius: 1.35rem;
  }

  .sobre-hero__content,
  .sobre-page .sobre-region,
  .sobre-community__panel,
  .sobre-page .sobre-final {
    padding: 1.4rem;
  }

  .sobre-photo img {
    min-height: auto;
  }

  .sobre-photo img {
    height: auto;
    aspect-ratio: 4 / 3;
  }

  .sobre-photo figcaption {
    position: static;
    border-radius: 0;
    border-width: 1px 0 0;
    color: var(--text-muted);
    background: #fff;
    backdrop-filter: none;
  }

  .sobre-proof {
    gap: 0.8rem;
  }

  .sobre-proof article {
    min-height: auto;
  }

  .sobre-chapters::before {
    left: 1.2rem;
  }

  .sobre-chapter,
  .sobre-chapter--with-photo {
    grid-template-columns: 2.5rem minmax(0, 1fr);
    gap: 0.8rem;
  }

  .sobre-chapter__marker span {
    width: 2.45rem;
    height: 2.45rem;
    border-width: 0.32rem;
    font-size: 0.72rem;
  }

  .sobre-chapter__body {
    padding: 1.15rem;
  }

  .sobre-chapter--with-photo .sobre-photo {
    grid-column: 1 / -1;
  }

  .sobre-cidades-list {
    grid-template-columns: 1fr;
  }

  .sobre-actions,
  .sobre-actions .btn-cta,
  .sobre-actions .btn-cta-secondary {
    width: 100%;
  }
}
