/* ============================================================
   Sobre · ASC — page-specific styles
   ============================================================ */

.content-hero-cta {
  margin-top: 32px;
}
.sobre-hero {
  padding: 54px 0 58px;
}
.sobre-hero-inner {
  display: grid;
  grid-template-columns: minmax(390px, 0.9fr) minmax(560px, 1.1fr);
  gap: 52px;
  align-items: center;
}
.sobre-hero-copy {
  min-width: 0;
}
.sobre-hero-copy .eyebrow {
  position: relative;
  display: inline-flex;
  width: fit-content;
  margin-bottom: 34px;
}
.sobre-hero-copy .eyebrow::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -18px;
  width: 42px;
  height: 3px;
  border-radius: 999px;
  background: var(--asc-purple-600);
}
.sobre-hero-copy h1 {
  font-size: clamp(34px, 3.35vw, 48px);
  line-height: 1.08;
  max-width: 540px;
}
.sobre-hero-copy h1 em {
  color: var(--asc-purple-600);
  font-style: normal;
}
.sobre-hero-copy p {
  max-width: 600px;
  font-size: clamp(17px, 1.25vw, 19px);
}
.sobre-hero-media {
  position: relative;
  z-index: 1;
  width: min(58vw, 840px);
  aspect-ratio: 1.08 / 1;
  min-height: 620px;
  margin: 0 calc((100vw - min(100vw - 48px, 1180px)) / -2) 0 0;
  justify-self: end;
  border-radius: 170px 0 0 170px;
  overflow: visible;
}
.sobre-hero-media img,
.sobre-hero-media picture {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  overflow: hidden;
}
.sobre-hero-media img {
  object-fit: cover;
  object-position: 62% center;
  border-radius: inherit;
  right: -80px;
  position: relative;
}
.sobre-hero-card,
.sobre-hero-caption {
  position: absolute;
  z-index: 5;
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  grid-template-rows: auto auto;
  column-gap: 15px;
  row-gap: 6px;
  align-items: start;
  width: 278px;
  padding: 17px 18px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 38px -24px rgba(36, 12, 48, 0.5);
  backdrop-filter: blur(8px);
}
.sobre-hero-card b {
  display: block;
  grid-column: 2;
  color: var(--asc-fg-strong);
  font-size: 14.5px;
  line-height: 1.25;
}
.sobre-hero-card p,
.sobre-hero-caption p {
  grid-column: 2;
  margin: 0;
  color: var(--asc-fg);
  font-size: 12px;
  line-height: 1.42;
}
.sobre-hero-card-ico,
.sobre-hero-caption-ico {
  grid-row: 1 / span 2;
  width: 52px;
  height: 52px;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--asc-purple-600), #8a2dd4);
  color: #fff;
  display: grid;
  place-items: center;
}
.sobre-hero-card-ico svg,
.sobre-hero-caption-ico svg {
  width: 26px;
  height: 26px;
}
.sobre-hero-card--one {
  left: 24px;
  top: 118px;
}
.sobre-hero-card--two {
  left: 20px;
  top: 292px;
}
.sobre-hero-card--three {
  left: 20px;
  bottom: 148px;
}
.sobre-hero-caption {
  right: 34px;
  bottom: 40px;
  width: 320px;
  grid-template-columns: 60px minmax(0, 1fr);
  align-items: center;
}
.sobre-hero-caption-ico {
  width: 60px;
  height: 60px;
  border-radius: 999px;
}

/* ---------- Hero: animação e camada tech ---------- */
.sobre-hero-media picture {
  position: relative;
  z-index: 2;
  animation: shFadeIn 0.7s ease-out 0.1s both;
}
/* halo pulsante atrás da imagem */
.sobre-hero-media::before {
  content: "";
  position: absolute;
  left: -7%;
  top: 6%;
  width: 74%;
  height: 88%;
  z-index: 0;
  border-radius: 50%;
  background: radial-gradient(circle at 42% 40%, rgba(145, 71, 232, 0.38), rgba(122, 47, 208, 0.18) 55%, transparent 72%);
  filter: blur(34px);
  animation: shGlowPulse 8s ease-in-out infinite;
  pointer-events: none;
}
/* anel orbital tech no topo direito */
.sobre-hero-media::after {
  content: "";
  position: absolute;
  right: 46px;
  top: -34px;
  width: 116px;
  height: 116px;
  z-index: 3;
  border-radius: 50%;
  border: 1.5px dashed rgba(122, 47, 208, 0.45);
  background: radial-gradient(circle 4px at 50% 0%, var(--asc-purple-600), transparent 72%);
  animation: shOrbit 22s linear infinite;
  pointer-events: none;
}
/* varredura de brilho sobre a foto */
.sobre-hero-media picture::after {
  content: "";
  position: absolute;
  top: -20%;
  bottom: -20%;
  left: 0;
  width: 32%;
  background: linear-gradient(105deg, transparent, rgba(255, 255, 255, 0.17), transparent);
  transform: translateX(-160%) skewX(-12deg);
  animation: shSheen 8s ease-in-out 2.6s infinite;
  pointer-events: none;
}
/* cards: entrada + flutuação contínua */
.sobre-hero-card,
.sobre-hero-caption {
  animation:
    shPopIn 0.65s cubic-bezier(0.34, 1.56, 0.64, 1) both,
    shFloat 7s ease-in-out infinite;
  will-change: transform;
}
.sobre-hero-card--one {
  animation-delay: 0.4s, 1.9s;
  --sh-amp: -9px;
}
.sobre-hero-card--two {
  animation-delay: 0.6s, 2.7s;
  --sh-amp: -7px;
}
.sobre-hero-card--three {
  animation-delay: 0.8s, 3.5s;
  --sh-amp: -8px;
}
.sobre-hero-caption {
  animation-delay: 1s, 4.3s;
  --sh-amp: -6px;
}
/* brilho suave nos ícones dos cards */
.sobre-hero-card-ico {
  animation: shIcoGlow 5s ease-in-out infinite;
}
.sobre-hero-card--two .sobre-hero-card-ico { animation-delay: 1.6s; }
.sobre-hero-card--three .sobre-hero-card-ico { animation-delay: 3.2s; }
/* indicador "online" pulsante no ícone da legenda */
.sobre-hero-caption-ico {
  position: relative;
}
.sobre-hero-caption-ico::after {
  content: "";
  position: absolute;
  top: 1px;
  right: 1px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #22c55e;
  border: 2px solid #fff;
  animation: shPing 2.4s ease-out 1.4s infinite;
}
@keyframes shFadeIn {
  from { opacity: 0; }
  to   { opacity: 1; }
}
@keyframes shGlowPulse {
  0%, 100% { opacity: 0.75; transform: scale(1); }
  50%      { opacity: 1; transform: scale(1.06); }
}
@keyframes shOrbit {
  to { transform: rotate(360deg); }
}
@keyframes shSheen {
  0%, 60%   { transform: translateX(-160%) skewX(-12deg); }
  82%, 100% { transform: translateX(480%) skewX(-12deg); }
}
@keyframes shPopIn {
  0%   { opacity: 0; transform: translateY(16px) scale(0.72); }
  65%  { opacity: 1; transform: translateY(-3px) scale(1.04); }
  100% { opacity: 1; transform: translateY(0) scale(1); }
}
@keyframes shFloat {
  0%, 100% { transform: translateY(0); }
  50%      { transform: translateY(var(--sh-amp, -7px)); }
}
@keyframes shIcoGlow {
  0%, 100% { box-shadow: 0 0 0 0 rgba(138, 45, 212, 0); }
  50%      { box-shadow: 0 8px 20px -4px rgba(138, 45, 212, 0.6); }
}
@keyframes shPing {
  0%       { box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.55); }
  70%, 100% { box-shadow: 0 0 0 9px rgba(34, 197, 94, 0); }
}
@media (prefers-reduced-motion: reduce) {
  .sobre-hero-media::before,
  .sobre-hero-media::after,
  .sobre-hero-media picture,
  .sobre-hero-media picture::after,
  .sobre-hero-card,
  .sobre-hero-caption,
  .sobre-hero-card-ico,
  .sobre-hero-caption-ico::after,
  .sobre-purpose-cards li,
  .sobre-purpose-cards li::after,
  .sobre-purpose-cards .sobre-purpose-ico,
  .sobre-purpose-cards h3::after {
    animation: none !important;
  }
  .sobre-purpose-cards.is-motion-ready li {
    opacity: 1;
  }
  .sobre-purpose-cards.is-motion-ready li:not(:last-child)::after {
    transform: none;
  }
}

.sobre-hero-stats {
  list-style: none;
  margin: 26px 0 0;
  padding: 16px 18px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 1px solid var(--asc-border);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 20px 46px -34px rgba(92, 33, 120, 0.38);
}
.sobre-hero-stats li {
  display: grid;
  justify-items: center;
  gap: 4px;
  padding: 0 12px;
  text-align: center;
  color: var(--asc-purple-700);
}
.sobre-hero-stats li + li {
  border-left: 1px solid var(--asc-divider);
}
.sobre-hero-stats svg {
  width: 27px;
  height: 27px;
  margin-bottom: 4px;
}
.sobre-hero-stats b {
  color: var(--asc-purple-700);
  font-size: 17px;
  line-height: 1.12;
}
.sobre-hero-stats span {
  color: var(--asc-fg);
  font-size: 13px;
  line-height: 1.25;
}
.section-head-center {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 48px;
}
.section-head-center .eyebrow {
  margin-bottom: 12px;
}
.section-head-center h2 {
  margin: 0;
  color: var(--asc-fg-strong);
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.15;
  letter-spacing: -0.02em;
}
.section-head-center p {
  margin: 16px auto 0;
  max-width: 600px;
  color: var(--asc-fg-muted);
  font-size: 17px;
  line-height: 1.6;
}

/* ---------- Missão / Visão / Valores ---------- */
.sobre-mvv-section {
  background: #fff;
  border-top: 1px solid var(--asc-divider);
  border-bottom: 1px solid var(--asc-divider);
}
.sobre-mvv-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (max-width: 900px) {
  .sobre-mvv-grid { grid-template-columns: 1fr; }
}
/* faixa intermediária: foto e cards escalam proporcionalmente */
@media (max-width: 1180px) and (min-width: 901px) {
  .sobre-hero-inner {
    grid-template-columns: minmax(300px, 0.85fr) minmax(0, 1.15fr);
    gap: 40px;
  }
  .sobre-hero-media {
    width: 100%;
    min-height: 0;
    margin: 0;
    border-radius: 150px 24px 24px 150px;
  }
  .sobre-hero-media img {
    right: 0;
  }
  .sobre-hero-media::after {
    right: 24px;
    top: -20px;
    width: 88px;
    height: 88px;
  }
  .sobre-hero-card {
    width: min(260px, 48%);
    padding: 12px 13px;
    grid-template-columns: 44px minmax(0, 1fr);
    column-gap: 12px;
    row-gap: 4px;
  }
  .sobre-hero-card b {
    font-size: 13.5px;
  }
  .sobre-hero-card p {
    font-size: 11.5px;
  }
  .sobre-hero-card-ico {
    width: 44px;
    height: 44px;
  }
  .sobre-hero-card-ico svg {
    width: 22px;
    height: 22px;
  }
  .sobre-hero-card--one {
    left: 14px;
    top: 5%;
  }
  .sobre-hero-card--two {
    left: 12px;
    top: 33%;
  }
  .sobre-hero-card--three {
    left: 12px;
    bottom: 7%;
  }
  .sobre-hero-caption {
    right: 8px;
    top: calc(100% + 12px);
    bottom: auto;
    width: min(300px, 62%);
    padding: 13px 14px;
    grid-template-columns: 48px minmax(0, 1fr);
    column-gap: 12px;
  }
  .sobre-hero-caption-ico {
    width: 48px;
    height: 48px;
  }
  .sobre-hero-caption-ico svg {
    width: 24px;
    height: 24px;
  }
}
@media (max-width: 900px) {
  .sobre-hero-inner {
    grid-template-columns: 1fr;
    gap: 34px;
  }
  .sobre-hero-copy h1 {
    font-size: clamp(33px, 8vw, 44px);
  }
  .sobre-hero-media {
    width: 100%;
    min-height: auto;
    margin: 0;
    border-radius: 28px;
  }
  .sobre-hero-media img {
    aspect-ratio: 4 / 3;
    object-position: 100% center;
    right: 10px;
  }
  .sobre-hero-card,
  .sobre-hero-caption {
    display: none;
  }
  .sobre-hero-media::before,
  .sobre-hero-media::after {
    display: none;
  }
  .sobre-hero-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .sobre-hero-stats li:nth-child(odd) {
    border-left: 0;
  }
  .sobre-hero-stats li:nth-child(n + 3) {
    padding-top: 14px;
    margin-top: 14px;
    border-top: 1px solid var(--asc-divider);
  }
}
@media (max-width: 560px) {
  .sobre-hero {
    padding: 56px 0 48px;
  }
  .sobre-hero-media {
    margin: 0 -8px;
  }
  .sobre-hero-stats {
    grid-template-columns: 1fr;
  }
  .sobre-hero-stats li,
  .sobre-hero-stats li:nth-child(n) {
    padding: 14px 0;
    margin: 0;
    border-left: 0;
    border-top: 1px solid var(--asc-divider);
  }
  .sobre-hero-stats li:first-child {
    padding-top: 0;
    border-top: 0;
  }
}
.sobre-mvv-card {
  padding: 32px 28px;
  border: 1px solid var(--asc-border);
  border-radius: 18px;
  background: var(--asc-bg-elev);
  transition: border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}
.sobre-mvv-card:hover {
  border-color: var(--asc-border-brand);
  transform: translateY(-3px);
  box-shadow: 0 12px 28px -12px rgba(92, 33, 120, 0.22);
}
.sobre-mvv-ico {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: var(--asc-purple-50);
  color: var(--asc-purple-600);
  display: grid;
  place-items: center;
  margin-bottom: 20px;
}
.sobre-mvv-ico svg { width: 26px; height: 26px; }
.sobre-mvv-card h3 {
  font-size: 22px;
  font-weight: var(--asc-fw-bold);
  color: var(--asc-fg-strong);
  letter-spacing: -0.015em;
  line-height: 1.2;
  margin: 0 0 10px;
}
.sobre-mvv-card p {
  font-size: 15px;
  line-height: 1.6;
  color: var(--asc-fg-muted);
  margin: 0;
}
.sobre-mvv-card ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 8px;
}
.sobre-mvv-card ul li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 14.5px;
  line-height: 1.55;
  color: var(--asc-fg);
}
.sobre-mvv-card ul li::before {
  content: "";
  flex: none;
  width: 6px;
  height: 6px;
  margin-top: 8px;
  border-radius: 999px;
  background: var(--asc-purple-500);
}

/* ---------- Proposta de valor ---------- */
.sobre-purpose-section {
  background:
    radial-gradient(60% 80% at 88% 10%, rgba(154, 91, 194, 0.16), transparent 62%),
    #fff;
  border-top: 1px solid var(--asc-divider);
  border-bottom: 1px solid var(--asc-divider);
}
.sobre-purpose {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
  gap: 46px;
  align-items: center;
}
.sobre-purpose-copy {
  min-width: 0;
}
.sobre-purpose-copy .eyebrow {
  position: relative;
  display: inline-flex;
  width: fit-content;
  margin-bottom: 28px;
}
.sobre-purpose-copy .eyebrow::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -18px;
  width: 42px;
  height: 3px;
  border-radius: 999px;
  background: var(--asc-purple-600);
}
.sobre-purpose h2 {
  margin: 0;
  color: var(--asc-fg-strong);
  font-size: clamp(32px, 3.6vw, 48px);
  line-height: 1.18;
  letter-spacing: -0.02em;
}
.sobre-purpose h2 em {
  color: var(--asc-purple-600);
  font-style: normal;
}
.sobre-purpose-copy p {
  max-width: 590px;
  margin: 30px 0 0;
  color: var(--asc-fg-muted);
  font-size: 19px;
  line-height: 1.65;
}
.sobre-purpose-copy p + p {
  margin-top: 28px;
}
.sobre-purpose-media {
  position: relative;
  margin: 0;
  min-height: 420px;
  border-radius: 34px;
  overflow: hidden;
  box-shadow: 0 26px 58px -36px rgba(92, 33, 120, 0.45);
}
.sobre-purpose-media img,
.sobre-purpose-media picture {
  display: block;
  width: 100%;
  height: 100%;
}
.sobre-purpose-media img {
  object-fit: cover;
  object-position: 36% center;
}
/* ---------- Purpose: luz e velocidade (sem vídeo) ---------- */
.sobre-purpose-media::before,
.sobre-purpose-media::after,
.sobre-purpose-media picture::before {
  content: "";
  position: absolute;
  left: 0;
  z-index: 2;
  height: 5px;
  width: 46%;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(199, 156, 255, 0.75) 55%, #fff 92%, transparent);
  box-shadow: 0 0 12px 2px rgba(168, 108, 255, 0.55);
  mix-blend-mode: screen;
  opacity: 0;
  pointer-events: none;
  will-change: transform, opacity;
}
.sobre-purpose-media::before {
  top: 66%;
  animation: spStreak 4.6s linear 0.6s infinite;
}
.sobre-purpose-media::after {
  top: 75%;
  height: 7px;
  animation: spStreak 6s linear 2.6s infinite;
}
.sobre-purpose-media picture::before {
  top: 84%;
  width: 56%;
  height: 4px;
  animation: spStreak 5.2s linear 4s infinite;
}
/* respiração de luz na via */
.sobre-purpose-media picture::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: radial-gradient(44% 32% at 70% 80%, rgba(168, 108, 255, 0.32), transparent 70%);
  mix-blend-mode: screen;
  animation: spGlow 6s ease-in-out infinite;
  pointer-events: none;
}
@keyframes spStreak {
  0%        { transform: translateX(-110%) rotate(4deg); opacity: 0; }
  10%       { opacity: 0.95; }
  38%       { opacity: 0.9; }
  52%, 100% { transform: translateX(240%) rotate(4deg); opacity: 0; }
}
@keyframes spGlow {
  0%, 100% { opacity: 0.3; }
  50%      { opacity: 0.9; }
}
@media (prefers-reduced-motion: reduce) {
  .sobre-purpose-media::before,
  .sobre-purpose-media::after,
  .sobre-purpose-media picture::before,
  .sobre-purpose-media picture::after {
    animation: none !important;
    opacity: 0;
  }
}
.sobre-purpose-cards {
  grid-column: 1 / -1;
  list-style: none;
  margin: 28px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 26px;
}
.sobre-purpose-cards li {
  position: relative;
  min-height: 250px;
  padding: 34px 28px 30px;
  border: 1px solid var(--asc-border);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 20px 46px -30px rgba(92, 33, 120, 0.48);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.sobre-purpose-cards li:hover {
  transform: translateY(-6px);
  box-shadow: 0 30px 56px -30px rgba(92, 33, 120, 0.6);
}
.sobre-purpose-cards li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -26px;
  width: 26px;
  border-top: 2px dashed rgba(122, 55, 164, 0.26);
}
.sobre-purpose-ico {
  width: 88px;
  height: 88px;
  margin: 0 auto 26px;
  border-radius: 999px;
  background:
    radial-gradient(circle at 35% 28%, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.7)),
    var(--asc-purple-50);
  color: var(--asc-purple-600);
  display: grid;
  place-items: center;
  box-shadow: 0 18px 34px -22px rgba(92, 33, 120, 0.5);
}
.sobre-purpose-ico svg {
  width: 38px;
  height: 38px;
}
.sobre-purpose-cards h3 {
  position: relative;
  margin: 0 0 28px;
  color: var(--asc-purple-600);
  font-size: 24px;
  line-height: 1.2;
  font-weight: var(--asc-fw-bold);
}
.sobre-purpose-cards h3::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -14px;
  width: 34px;
  height: 3px;
  border-radius: 999px;
  background: var(--asc-purple-600);
  transform: translateX(-50%);
}
.sobre-purpose-cards p {
  margin: 0;
  color: var(--asc-fg);
  font-size: 16px;
  line-height: 1.55;
}

/* ---------- Propósito: entrada animada dos cards ---------- */
.sobre-purpose-cards.is-motion-ready li {
  opacity: 0;
}
.sobre-purpose-cards.is-motion-ready li:not(:last-child)::after {
  transform: scaleX(0);
  transform-origin: left center;
}
.sobre-purpose-cards.is-inview li {
  opacity: 1;
  animation: spCardIn 0.7s cubic-bezier(0.22, 1, 0.36, 1) backwards;
  animation-delay: calc(var(--sp-i, 0) * 0.16s);
}
.sobre-purpose-cards.is-inview li:not(:last-child)::after {
  animation: spLineIn 0.45s ease-out both;
  animation-delay: calc(0.55s + var(--sp-i, 0) * 0.16s);
}
.sobre-purpose-cards.is-inview .sobre-purpose-ico {
  animation: spIcoPop 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) both;
  animation-delay: calc(0.18s + var(--sp-i, 0) * 0.16s);
}
.sobre-purpose-cards.is-inview h3::after {
  animation: spUnderline 0.45s ease-out both;
  animation-delay: calc(0.5s + var(--sp-i, 0) * 0.16s);
}
@keyframes spCardIn {
  from { opacity: 0; transform: translateY(26px) scale(0.96); }
  to   { opacity: 1; transform: translateY(0) scale(1); }
}
@keyframes spIcoPop {
  0%   { opacity: 0; transform: scale(0.4); }
  70%  { opacity: 1; transform: scale(1.08); }
  100% { opacity: 1; transform: scale(1); }
}
@keyframes spUnderline {
  from { transform: translateX(-50%) scaleX(0); }
  to   { transform: translateX(-50%) scaleX(1); }
}
@keyframes spLineIn {
  from { transform: scaleX(0); }
  to   { transform: scaleX(1); }
}
@media (max-width: 1000px) {
  .sobre-purpose {
    grid-template-columns: 1fr;
    gap: 34px;
  }
  .sobre-purpose-media {
    min-height: auto;
    border-radius: 24px;
  }
  .sobre-purpose-media img {
    aspect-ratio: 16 / 9;
    object-position: center;
  }
  .sobre-purpose-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .sobre-purpose-cards li:not(:last-child)::after {
    display: none;
  }
}
@media (max-width: 560px) {
  .sobre-purpose h2 {
    font-size: clamp(30px, 9vw, 40px);
  }
  .sobre-purpose-copy p {
    font-size: 17px;
  }
  .sobre-purpose-cards {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .sobre-purpose-cards li {
    min-height: auto;
  }
}

/* ---------- Alguns números ---------- */
.sobre-stats-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(60% 90% at 90% 0%, rgba(154, 91, 194, 0.14), transparent 60%),
    radial-gradient(60% 90% at 0% 100%, rgba(92, 33, 120, 0.10), transparent 60%),
    linear-gradient(180deg, #FAF7FD 0%, #FFFFFF 100%);
  border-top: 1px solid var(--asc-divider);
  border-bottom: 1px solid var(--asc-divider);
}
.sobre-stats-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle 1px, rgba(92, 33, 120, 0.12) 1px, transparent 1.6px);
  background-size: 24px 24px;
  -webkit-mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), transparent 75%);
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), transparent 75%);
  pointer-events: none;
}
.sobre-stats-section > .container { position: relative; }

.sobre-stats-grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
}
.sobre-stat {
  grid-column: span 2;
  position: relative;
  overflow: hidden;
  padding: 30px 28px;
  border: 1px solid var(--asc-border);
  border-radius: 18px;
  background: #fff;
  display: flex;
  flex-direction: column;
  gap: 6px;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
.sobre-stat:nth-child(4),
.sobre-stat:nth-child(5) {
  grid-column: span 3;
}
.sobre-stat::before {
  content: "";
  position: absolute;
  top: 0;
  left: 28px;
  right: 28px;
  height: 3px;
  border-radius: 0 0 3px 3px;
  background: linear-gradient(90deg, #5c2178, #A02DB0);
  opacity: 0;
  transition: opacity 0.2s ease;
}
.sobre-stat:hover {
  transform: translateY(-3px);
  border-color: var(--asc-border-brand);
  box-shadow: 0 12px 28px -12px rgba(92, 33, 120, 0.22);
}
.sobre-stat:hover::before {
  opacity: 1;
}
@media (max-width: 900px) {
  .sobre-stats-grid { grid-template-columns: repeat(2, 1fr); }
  .sobre-stat,
  .sobre-stat:nth-child(4),
  .sobre-stat:nth-child(5) { grid-column: span 1; }
}
@media (max-width: 560px) {
  .sobre-stats-grid { grid-template-columns: 1fr; }
  .sobre-stat,
  .sobre-stat:nth-child(4),
  .sobre-stat:nth-child(5) { grid-column: span 1; }
}
.sobre-stat-value {
  display: flex;
  align-items: baseline;
  gap: 6px;
  font-size: clamp(38px, 4.2vw, 56px);
  font-weight: var(--asc-fw-black);
  color: var(--asc-purple-600);
  line-height: 1;
  letter-spacing: -0.03em;
  background: linear-gradient(135deg, #5c2178 0%, #A02DB0 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.sobre-stat-unit {
  font-size: 0.42em;
  font-weight: var(--asc-fw-bold);
  color: var(--asc-purple-500);
  letter-spacing: 0.02em;
  -webkit-text-fill-color: currentColor;
}
.sobre-stat-label {
  margin-top: 6px;
  font-size: 15.5px;
  font-weight: var(--asc-fw-bold);
  color: var(--asc-fg-strong);
  letter-spacing: -0.01em;
}
.sobre-stat-hint {
  font-size: 13px;
  color: var(--asc-fg-muted);
  line-height: 1.5;
  font-variant-numeric: tabular-nums;
}

/* Card destaque — total, ocupa a linha inteira em layout horizontal */
.sobre-stat--highlight {
  grid-column: 1 / -1;
  flex-direction: row;
  align-items: center;
  gap: 36px;
  padding: 40px 48px;
  border-color: transparent;
  color: #fff;
  background:
    radial-gradient(90% 160% at 92% -30%, rgba(160, 45, 176, 0.6), transparent 58%),
    radial-gradient(70% 140% at 4% 130%, rgba(36, 12, 48, 0.55), transparent 60%),
    linear-gradient(120deg, #4A1A62 0%, #5c2178 45%, #7a37a4 100%);
  box-shadow: 0 20px 48px -18px rgba(92, 33, 120, 0.45);
}
.sobre-stat--highlight::before {
  content: "";
  position: absolute;
  inset: 0;
  top: auto;
  left: auto;
  right: -70px;
  bottom: -110px;
  width: 300px;
  height: 300px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  background: none;
  opacity: 1;
  pointer-events: none;
}
.sobre-stat--highlight::after {
  content: "";
  position: absolute;
  right: -20px;
  bottom: -60px;
  width: 200px;
  height: 200px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  pointer-events: none;
}
.sobre-stat--highlight:hover {
  transform: translateY(-3px);
  border-color: transparent;
  box-shadow: 0 24px 56px -18px rgba(92, 33, 120, 0.55);
}
.sobre-stat--highlight .sobre-stat-value {
  flex: none;
  font-size: clamp(52px, 6vw, 80px);
  background: none;
  -webkit-text-fill-color: #fff;
  color: #fff;
}
.sobre-stat--highlight .sobre-stat-unit {
  color: rgba(255, 255, 255, 0.85);
}
.sobre-stat-highlight-text {
  position: relative;
  padding-left: 32px;
  border-left: 1px solid rgba(255, 255, 255, 0.22);
}
.sobre-stat--highlight .sobre-stat-label {
  margin-top: 0;
  font-size: 19px;
  color: #fff;
}
.sobre-stat--highlight .sobre-stat-hint {
  margin-top: 6px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.82);
  max-width: 520px;
}
@media (max-width: 720px) {
  .sobre-stat--highlight {
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
    padding: 32px 28px;
  }
  .sobre-stat-highlight-text {
    padding-left: 0;
    border-left: 0;
    padding-top: 18px;
    border-top: 1px solid rgba(255, 255, 255, 0.22);
  }
}

/* ---------- Depoimentos ---------- */
.sobre-quotes-section { background: #fff; }
.sobre-quotes {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (max-width: 900px) {
  .sobre-quotes { grid-template-columns: 1fr; }
}
.sobre-quote {
  padding: 28px 26px;
  border: 1px solid var(--asc-border);
  border-radius: 16px;
  background: var(--asc-bg-elev);
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.sobre-quote svg {
  width: 26px;
  height: 26px;
  color: var(--asc-purple-400);
}
.sobre-quote p {
  margin: 0;
  font-size: 15.5px;
  line-height: 1.6;
  color: var(--asc-fg);
}
.sobre-quote-author {
  margin-top: auto;
  font-size: 13.5px;
  color: var(--asc-fg-muted);
  border-top: 1px solid var(--asc-divider);
  padding-top: 14px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.sobre-quote-author::before {
  content: "";
  flex: none;
  width: 38px;
  height: 38px;
  border-radius: 999px;
  background:
    radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.35), transparent 50%),
    linear-gradient(135deg, var(--asc-purple-400), var(--asc-purple-600));
}
.sobre-quote-author b {
  color: var(--asc-fg-strong);
  display: block;
  font-weight: var(--asc-fw-bold);
}

/* ---------- CTA — fundo aurora roxo (mesma base do CTA da home) ---------- */
.sobre-cta-section {
  position: relative;
  overflow: hidden;
  padding: clamp(88px, 11vw, 128px) 0;
  background: var(--asc-grad-aurora);
  color: #fff;
}
.sobre-cta-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    radial-gradient(30% 50% at 10% 100%, rgba(189, 138, 217, 0.25), transparent 60%),
    radial-gradient(30% 50% at 100% 0%, rgba(160, 45, 176, 0.3), transparent 60%);
  pointer-events: none;
}
.sobre-cta-section > .container {
  position: relative;
  z-index: 1;
}
.sobre-cta {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}
.sobre-cta .eyebrow-light {
  display: inline-block;
  padding: 6px 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.85);
  font-size: 12px;
  font-weight: var(--asc-fw-bold);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 22px;
}
.sobre-cta h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(30px, 3.6vw, 48px);
  line-height: 1.1;
  letter-spacing: -0.022em;
  font-weight: var(--asc-fw-black);
}
.sobre-cta p {
  margin: 20px auto 0;
  max-width: 580px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 17px;
  line-height: 1.65;
}
.sobre-cta-actions {
  margin-top: 36px;
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}
/* no fundo quase preto, o ghost precisa de contorno para existir */
.sobre-cta-actions .btn-ghost-dark {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.28);
}
.sobre-cta-actions .btn-ghost-dark:hover {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.5);
}
