/* ═══════════════════════════════════════════════════════════
   SOBRE.CSS — Sistema visual alinhado à tecnologia
   Princípio: canvas global escuro compartilhado com a
   página tecnologia, hero com motion layers e sections
   internas mais densas para manter contraste consistente.
   ═══════════════════════════════════════════════════════════ */

:root {
  color-scheme: dark;
  --tech-page-surface: #05050a;
  --tech-bg: #07060b;
  --tech-bg-soft: #0d0b14;
  --tech-surface: rgba(16, 14, 25, 0.84);
  --tech-surface-strong: rgba(11, 10, 18, 0.96);
  --tech-border: rgba(240, 228, 255, 0.12);
  --tech-text: rgba(255, 255, 255, 0.94);
  --tech-text-soft: rgba(255, 255, 255, 0.62);
  --tech-text-faint: rgba(255, 255, 255, 0.4);
  --tech-cyan: #59e1ff;
  --tech-violet: #8f5cff;
  --tech-emerald: #47d7ac;
  --tech-rose: #ff6b93;

  --sobre-bg: var(--tech-bg);
  --sobre-border: var(--tech-border);
  --sobre-text: var(--tech-text);
  --sobre-text-soft: var(--tech-text-soft);
  --sobre-text-faint: var(--tech-text-faint);
  --sobre-cyan: var(--tech-cyan);
  --sobre-violet: var(--tech-violet);
  --sobre-emerald: var(--tech-emerald);

  /* Espaçamento padronizado entre sections */
  --sobre-section-pt: clamp(4rem, 7vw, 6.2rem);
  --sobre-section-pb: clamp(4rem, 7vw, 6.2rem);
}

/* ── Canvas único — idêntico a body.tech-body ── */
html, body {
  min-height: 100%;
}

body.sobre-body {
  margin: 0;
  overflow-x: hidden;
  color: var(--sobre-text);
  -webkit-tap-highlight-color: rgba(89, 225, 255, 0.18);
  touch-action: manipulation;
  background: linear-gradient(180deg, var(--tech-page-surface) 0%, var(--tech-bg) 18%, var(--tech-bg) 100%);
}

body.sobre-body #main-content {
  background: transparent;
}

body.sobre-body .sobre-dna {
  background: transparent !important;
}

body.sobre-body .sobre-manifesto,
body.sobre-body .vone-faq {
  background: linear-gradient(180deg, rgba(6, 8, 12, 0.98) 0%, rgba(5, 7, 11, 0.995) 100%) !important;
  background-image: none !important;
  background-color: var(--tech-page-surface) !important;
}

body.sobre-body .vone-faq__bg {
  background: none;
  opacity: 0;
}

/* ─────────────────────────────────────────────
   UTILITÁRIOS GLOBAIS
   ───────────────────────────────────────────── */
.sobre-skip-link {
  position: absolute;
  left: 16px;
  top: -48px;
  z-index: 120;
  border-radius: 999px;
  padding: 10px 14px;
  color: #07060b;
  background: #fff;
  text-decoration: none;
  transition: top 0.2s ease;
}

.sobre-skip-link:focus-visible {
  top: 16px;
  outline: 2px solid var(--sobre-cyan);
  outline-offset: 2px;
}

.sobre-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

/* ─────────────────────────────────────────────
   SEÇÃO 01 — DNA / HERO
   ───────────────────────────────────────────── */
.sobre-dna {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: clamp(4.4rem, 8vw, 7rem) 0 var(--sobre-section-pb);
}

.sobre-dna__bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}

.sobre-dna__grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 80px 80px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.85), transparent 92%);
  animation: techGridPulse 7s ease-in-out infinite;
}

.sobre-dna__particles {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.sobre-dna__particle {
  position: absolute;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: var(--p-color, var(--sobre-cyan));
  box-shadow: 0 0 7px var(--p-color, var(--sobre-cyan));
  opacity: 0;
  animation: techParticleRise 7s ease-out infinite;
}

.sobre-dna__scan-beam {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 1px;
  pointer-events: none;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(89, 225, 255, 0.55) 25%,
    rgba(143, 92, 255, 0.75) 50%,
    rgba(89, 225, 255, 0.55) 75%,
    transparent 100%
  );
  opacity: 0;
  animation: techScanLine 11s ease-in-out infinite;
}

.sobre-dna__noise {
  position: absolute;
  inset: 0;
  opacity: 0.04;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.86' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  background-size: 180px 180px;
}

.sobre-dna__scanline {
  position: absolute;
  inset: 0;
  opacity: 0.05;
  background: repeating-linear-gradient(
    0deg,
    transparent,
    transparent 2px,
    rgba(255, 255, 255, 0.007) 2px,
    rgba(255, 255, 255, 0.007) 4px
  );
}

.sobre-dna__layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(1.7rem, 3.5vw, 3.2rem);
  align-items: center;
}

.sobre-dna__media {
  margin: 0;
  width: 100%;
  border-radius: 1.9rem;
  overflow: hidden;
  border: 1px solid var(--sobre-border);
  background: rgba(5, 6, 11, 0.8);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.055),
    0 32px 56px rgba(0, 0, 0, 0.42),
    0 0 0 1px rgba(89, 225, 255, 0.04);
  /* Sem aspect-ratio fixo: a imagem se ajusta à altura do conteúdo no desktop */
  aspect-ratio: 4 / 3;
  position: relative;
}

.sobre-dna__media::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(89, 225, 255, 0.07) 0%, transparent 42%);
}

.sobre-dna__media::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(180deg, transparent 38%, rgba(3, 5, 11, 0.72) 100%),
    linear-gradient(120deg, rgba(89, 225, 255, 0.06), transparent 32%);
}

/* Badge flutuante na imagem */
.sobre-dna__media-badge {
  position: absolute;
  bottom: 1.1rem;
  left: 1.1rem;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 0.42rem;
  padding: 0.38rem 0.85rem;
  border-radius: 999px;
  border: 1px solid rgba(89, 225, 255, 0.2);
  background: rgba(4, 6, 14, 0.82);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.76rem;
  font-weight: 500;
  letter-spacing: 0.01em;
}

.sobre-dna__media-badge svg {
  color: var(--sobre-cyan);
  flex-shrink: 0;
}

/* Accent cantos superior-direito */
.sobre-dna__media-corner {
  position: absolute;
  top: 0.85rem;
  right: 0.85rem;
  z-index: 2;
  width: 2rem;
  height: 2rem;
  pointer-events: none;
  border-top: 1.5px solid rgba(89, 225, 255, 0.36);
  border-right: 1.5px solid rgba(89, 225, 255, 0.36);
  border-top-right-radius: 0.4rem;
}

.sobre-dna__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(0.9) contrast(1.06) brightness(0.82);
  transform: scale(1.015);
  transition: transform 0.6s ease;
}

.sobre-dna__media:hover .sobre-dna__image {
  transform: scale(1.03);
}

.sobre-dna__content {
  max-width: 40.5rem;
}

.sobre-pill {
  margin: 0 0 1rem;
  width: fit-content;
  min-height: 2.1rem;
  padding: 0.34rem 0.9rem 0.34rem 0.58rem;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  gap: 0.42rem;
  border: 1px solid var(--tech-border);
  background: linear-gradient(180deg, rgba(13, 15, 21, 0.96), rgba(9, 11, 16, 0.96));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.94rem;
  font-weight: 500;
  letter-spacing: -0.01em;
}

.sobre-pill__icon {
  width: 1.05rem;
  height: 1.05rem;
  display: inline-flex;
  color: var(--sobre-emerald);
}

.sobre-dna__title {
  margin: 0;
  max-width: 16ch;
  line-height: 1.04 !important;
  letter-spacing: -0.04em !important;
  text-wrap: balance;
}

.sobre-dna__lead {
  margin: 1.3rem 0 0;
  color: var(--sobre-text-soft);
  max-width: 35rem;
  line-height: 1.64 !important;
  text-wrap: pretty;
}

/* Linha separadora */
.sobre-dna__rule {
  width: 2.4rem;
  height: 1px;
  margin: 1.7rem 0;
  background: linear-gradient(90deg, var(--sobre-cyan), var(--sobre-violet));
  opacity: 0.55;
}

/* Dois fatos rápidos inline */
.sobre-dna__facts {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.sobre-dna__fact {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

.sobre-dna__fact-value {
  font-size: clamp(1.5rem, 2.5vw, 1.9rem);
  font-weight: 300;
  letter-spacing: -0.04em;
  color: var(--sobre-text);
  line-height: 1;
}

.sobre-dna__fact-label {
  font-size: 0.78rem;
  color: var(--sobre-text-faint);
  line-height: 1.35;
}

.sobre-dna__fact-divider {
  width: 1px;
  height: 2.8rem;
  background: var(--sobre-border);
  flex-shrink: 0;
}

/* CTA button */
.sobre-dna__cta {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  margin-top: 2rem;
  padding: 0.72rem 1.1rem 0.72rem 1.45rem;
  border-radius: 999px;
  border: 1px solid rgba(89, 225, 255, 0.22);
  background: linear-gradient(135deg, rgba(89, 225, 255, 0.1), rgba(143, 92, 255, 0.14));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.07),
    0 12px 28px rgba(0, 0, 0, 0.22);
  font-size: 0.9rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.92);
  text-decoration: none;
  letter-spacing: -0.01em;
  transition:
    transform 0.22s ease,
    border-color 0.22s ease,
    background 0.22s ease,
    box-shadow 0.22s ease;
}

.sobre-dna__cta svg {
  display: inline-flex;
  width: 1.55rem;
  height: 1.55rem;
  padding: 0.3rem;
  border-radius: 50%;
  background: rgba(89, 225, 255, 0.14);
  flex-shrink: 0;
  transition: background 0.22s ease, transform 0.22s ease;
}

.sobre-dna__cta:hover {
  transform: translateY(-1px);
  border-color: rgba(89, 225, 255, 0.4);
  background: linear-gradient(135deg, rgba(89, 225, 255, 0.15), rgba(143, 92, 255, 0.2));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.09),
    0 16px 34px rgba(0, 0, 0, 0.28);
}

.sobre-dna__cta:hover svg {
  background: rgba(89, 225, 255, 0.22);
  transform: translateX(2px);
}

.sobre-dna__cta:focus-visible {
  outline: 2px solid var(--sobre-cyan);
  outline-offset: 4px;
}

/* Strip de stats na base da hero */
.sobre-dna__stats {
  position: relative;
  z-index: 1;
  margin-top: clamp(2.2rem, 4vw, 3.4rem);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border: 1px solid var(--sobre-border);
  border-radius: 1.3rem;
  overflow: hidden;
  background: linear-gradient(160deg, rgba(9, 11, 18, 0.94), rgba(6, 7, 12, 0.94));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.sobre-dna__stat {
  padding: 1.15rem 1.4rem;
  border-right: 1px solid var(--sobre-border);
  border-bottom: 1px solid var(--sobre-border);
  display: flex;
  flex-direction: column;
  gap: 0.26rem;
}

.sobre-dna__stat:nth-child(2),
.sobre-dna__stat:nth-child(4) {
  border-right: none;
}

.sobre-dna__stat:nth-child(3),
.sobre-dna__stat:nth-child(4) {
  border-bottom: none;
}

.sobre-dna__stat-value {
  font-size: clamp(1.4rem, 2.2vw, 1.85rem);
  font-weight: 300;
  letter-spacing: -0.04em;
  color: var(--sobre-text);
  line-height: 1;
}

.sobre-dna__stat-label {
  font-size: 0.78rem;
  color: var(--sobre-text-faint);
  line-height: 1.38;
}

/* ─────────────────────────────────────────────
   SEÇÃO 02 — MANIFESTO / MISSÃO
   ───────────────────────────────────────────── */
.sobre-manifesto {
  position: relative;
  padding: var(--sobre-section-pt) 0 var(--sobre-section-pb);
}

/* Eyebrow label acima do título */
.sobre-manifesto__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.52rem;
  margin-bottom: 1.5rem;
  font-family: DSemi, "ABC Mono", monospace;
  font-size: 0.7rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--sobre-text-faint);
  position: relative;
  z-index: 1;
}

.sobre-manifesto__eyebrow-dot {
  width: 0.38rem;
  height: 0.38rem;
  border-radius: 50%;
  flex-shrink: 0;
  background: var(--sobre-emerald);
  box-shadow: 0 0 0.7rem rgba(71, 215, 172, 0.65);
}

/* Header */
.sobre-manifesto__header {
  position: relative;
  z-index: 1;
  max-width: 52rem;
}

.sobre-manifesto__title {
  margin: 0;
  line-height: 1.02 !important;
  letter-spacing: -0.045em !important;
  text-wrap: balance;
}

.sobre-manifesto__text {
  margin: 1.3rem 0 0;
  max-width: 44rem;
  color: var(--sobre-text-soft);
  line-height: 1.64 !important;
  text-wrap: pretty;
}

/* ── Cards grid ── */
.sobre-manifesto__grid {
  position: relative;
  z-index: 1;
  margin-top: clamp(2.4rem, 5vw, 3.5rem);
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 1rem;
}

/* ── Card (base) ── */
.sobre-mc {
  position: relative;
  border-radius: 1.75rem;
  border: 1px solid var(--sobre-border);
  background: linear-gradient(160deg, rgba(11, 13, 21, 0.97) 0%, rgba(7, 8, 14, 0.97) 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.055),
    0 28px 52px rgba(0, 0, 0, 0.32);
  padding: clamp(1.6rem, 3vw, 2.4rem);
  overflow: hidden;
  transition:
    transform 0.24s ease,
    border-color 0.24s ease,
    box-shadow 0.24s ease;
}

.sobre-mc::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.sobre-mc--mission::before {
  background: radial-gradient(circle at 20% 80%, rgba(71, 215, 172, 0.08), transparent 56%);
}

.sobre-mc--vision::before {
  background: radial-gradient(circle at 80% 20%, rgba(89, 225, 255, 0.07), transparent 56%);
}

.sobre-mc:hover::before { opacity: 1; }

.sobre-mc:hover { transform: translateY(-2px); }

.sobre-mc--mission:hover {
  border-color: rgba(71, 215, 172, 0.28);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 32px 56px rgba(0, 0, 0, 0.34),
    0 0 0 1px rgba(71, 215, 172, 0.1);
}

.sobre-mc--vision:hover {
  border-color: rgba(89, 225, 255, 0.26);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 32px 56px rgba(0, 0, 0, 0.34),
    0 0 0 1px rgba(89, 225, 255, 0.1);
}

/* Número decorativo de fundo */
.sobre-mc__num {
  position: absolute;
  top: 1rem;
  right: 1.4rem;
  font-family: DSemi, "ABC Mono", monospace;
  font-size: clamp(5.5rem, 9vw, 9rem);
  line-height: 1;
  font-variant-numeric: tabular-nums;
  letter-spacing: -0.06em;
  color: rgba(255, 255, 255, 0.035);
  pointer-events: none;
  user-select: none;
}

/* Accent line no topo do card */
.sobre-mc__accent {
  position: absolute;
  top: 0;
  left: 10%;
  right: 10%;
  height: 1px;
  pointer-events: none;
}

.sobre-mc--mission .sobre-mc__accent {
  background: linear-gradient(90deg, transparent, rgba(71, 215, 172, 0.55), transparent);
}

.sobre-mc--vision .sobre-mc__accent {
  background: linear-gradient(90deg, transparent, rgba(89, 225, 255, 0.48), transparent);
}

/* Corpo do card */
.sobre-mc__body {
  position: relative;
  z-index: 1;
}

/* Ícone com fundo tonal */
.sobre-mc__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 0.9rem;
  margin-bottom: 1.1rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
}

.sobre-mc--mission .sobre-mc__icon {
  color: var(--sobre-emerald);
  border-color: rgba(71, 215, 172, 0.2);
  background: rgba(71, 215, 172, 0.07);
}

.sobre-mc--vision .sobre-mc__icon {
  color: var(--sobre-cyan);
  border-color: rgba(89, 225, 255, 0.18);
  background: rgba(89, 225, 255, 0.06);
}

.sobre-mc__title {
  margin: 0;
  font-size: clamp(1.6rem, 2.4vw, 2.05rem) !important;
  letter-spacing: -0.034em !important;
  line-height: 1.1 !important;
}

.sobre-mc__text {
  margin: 0.9rem 0 0;
  color: var(--sobre-text-soft);
  line-height: 1.66 !important;
  text-wrap: pretty;
}

/* Tag pill no rodapé do card */
.sobre-mc__tag {
  display: inline-flex;
  align-items: center;
  margin-top: 1.45rem;
  padding: 0.3rem 0.75rem;
  border-radius: 999px;
  font-family: DSemi, "ABC Mono", monospace;
  font-size: 0.66rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.sobre-mc--mission .sobre-mc__tag {
  border: 1px solid rgba(71, 215, 172, 0.22);
  background: rgba(71, 215, 172, 0.07);
  color: rgba(71, 215, 172, 0.82);
}

.sobre-mc--vision .sobre-mc__tag {
  border: 1px solid rgba(89, 225, 255, 0.2);
  background: rgba(89, 225, 255, 0.06);
  color: rgba(89, 225, 255, 0.8);
}

/* ── Pilares / Princípios ── */
.sobre-manifesto__pillars {
  position: relative;
  z-index: 1;
  margin-top: clamp(1.8rem, 3.5vw, 2.6rem);
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  border: 1px solid var(--sobre-border);
  border-radius: 1.4rem;
  overflow: hidden;
  background: linear-gradient(160deg, rgba(9, 11, 17, 0.96), rgba(6, 7, 12, 0.96));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.sobre-pillar {
  padding: clamp(1.2rem, 2.2vw, 1.8rem) clamp(1.3rem, 2.4vw, 2rem);
  border-bottom: 1px solid var(--sobre-border);
}

.sobre-pillar:last-child {
  border-bottom: none;
}

.sobre-pillar__num {
  display: block;
  margin-bottom: 0.72rem;
  font-family: DSemi, "ABC Mono", monospace;
  font-size: 0.62rem;
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.14em;
  color: var(--sobre-text-faint);
}

.sobre-pillar__title {
  display: block;
  margin-bottom: 0.46rem;
  font-size: 0.97rem;
  font-weight: 600;
  color: var(--sobre-text);
  letter-spacing: -0.015em;
  line-height: 1.28;
}

.sobre-pillar__text {
  margin: 0;
  font-size: 0.88rem;
  color: var(--sobre-text-soft);
  line-height: 1.58;
  text-wrap: pretty;
}

/* ─────────────────────────────────────────────
   RESPONSIVO
   ───────────────────────────────────────────── */

/* FAQ: reset do padding excessivo que cresce em desktop (120px → 160px no styles.css) */
body.sobre-body .vone-faq {
  padding-top: clamp(3rem, 5vw, 4.5rem) !important;
  padding-bottom: clamp(3.5rem, 6vw, 5.5rem) !important;
}

@media (min-width: 768px) {
  .sobre-dna__layout {
    grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
    gap: 2.4rem;
    align-items: start;
  }

  .sobre-dna__media {
    width: min(100%, 24rem);
    max-height: 20rem;
    aspect-ratio: 16 / 10;
    justify-self: start;
  }

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

  .sobre-pillar {
    border-bottom: none;
    border-right: 1px solid var(--sobre-border);
  }

  .sobre-pillar:last-child {
    border-right: none;
  }
}

@media (min-width: 768px) {
  .sobre-dna__stats {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .sobre-dna__stat {
    border-bottom: none;
  }

  .sobre-dna__stat:nth-child(2) {
    border-right: 1px solid var(--sobre-border);
  }

  .sobre-dna__stat:nth-child(4) {
    border-right: none;
  }

  .sobre-dna__stat:nth-child(3),
  .sobre-dna__stat:nth-child(4) {
    border-bottom: none;
  }
}

@media (min-width: 1024px) {
  .sobre-dna__layout {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr);
    gap: 3rem;
    align-items: stretch;
  }

  .sobre-dna__media {
    width: 100% !important;
    justify-self: start;
    aspect-ratio: auto;
    height: 70vh;
    max-height: none !important;
  }

  .sobre-dna__image {
    height: 100% !important;
  }

  .sobre-manifesto__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.2rem;
  }
}

@media (max-width: 1023px) {
  .sobre-dna__media {
    max-width: 26rem;
    margin-inline: auto;
    aspect-ratio: 16 / 10;
    max-height: 21rem;
  }
  .sobre-dna__content {
    margin-inline: auto;
    text-align: left;
  }
}

@media (max-width: 767px) {
  .sobre-dna {
    padding-top: 4.2rem;
  }
  .sobre-dna__title {
    font-size: clamp(2.1rem, 11.3vw, 3.05rem) !important;
  }
  .sobre-dna__lead {
    margin-top: 1rem;
    font-size: 1.24rem !important;
  }
  .sobre-dna__facts {
    flex-wrap: wrap;
    gap: 1rem;
  }
  .sobre-manifesto__title {
    font-size: clamp(2rem, 10.2vw, 3rem) !important;
  }
  .sobre-manifesto__text {
    font-size: 1.22rem !important;
  }
  .sobre-mc__num {
    font-size: 5rem;
    opacity: 0.6;
  }
}

@media (prefers-reduced-motion: reduce) {
  .sobre-dna__grid,
  .sobre-dna__particle,
  .sobre-dna__scan-beam,
  .sobre-mc {
    animation: none !important;
    transition: none !important;
  }
}
