
/* ══════════════════════════════════════════════════════════════════
   QUIÉNES SOMOS · Hero institucional con composición orbital
   ══════════════════════════════════════════════════════════════════ */
.section-nosotros-hero {
  position: relative;
  padding-block: clamp(70px, 9vw, 130px);
  color: #fff;
  background: linear-gradient(160deg, #00221e 0%, #003c37 40%, #005f56 100%);
  overflow: hidden;
  isolation: isolate;
}
.section-nosotros-hero > .container { position: relative; z-index: 2; }

.nosotros-hero__bg {
  position: absolute; inset: 0; z-index: 0;
  pointer-events: none; overflow: hidden;
}
.nosotros-hero__muisca-1,
.nosotros-hero__muisca-2 {
  position: absolute;
  background: url("/assets/img/logo/isotipo.svg?v=20260617") center/contain no-repeat;
  filter: invert(1) opacity(0.05);
}
.nosotros-hero__muisca-1 { width: 380px; height: 380px; top: -80px; left: -110px; transform: rotate(-20deg); }
.nosotros-hero__muisca-2 { width: 280px; height: 280px; bottom: -60px; right: -80px; transform: rotate(35deg); filter: invert(1) opacity(0.04); }
.nosotros-hero__glow-a {
  position: absolute; width: 620px; height: 620px;
  top: -180px; right: -180px;
  background: radial-gradient(circle, rgba(255,204,0,0.18), transparent 62%);
  filter: blur(16px);
}
.nosotros-hero__glow-b {
  position: absolute; width: 520px; height: 520px;
  bottom: -160px; left: -120px;
  background: radial-gradient(circle, rgba(0,185,163,0.20), transparent 62%);
  filter: blur(20px);
}
.nosotros-hero__grid-pattern {
  position: absolute; inset: 0;
  background:
    linear-gradient(rgba(255,255,255,0.03) 1px, transparent 1px) 0 0/40px 40px,
    linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px) 0 0/40px 40px;
  mask-image: radial-gradient(ellipse at center, black 30%, transparent 75%);
  -webkit-mask-image: radial-gradient(ellipse at center, black 30%, transparent 75%);
}

.nosotros-hero__grid {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: clamp(32px, 5vw, 72px);
  align-items: center;
}
@media (max-width: 960px) {
  .nosotros-hero__grid { grid-template-columns: 1fr; gap: 48px; }
}

.nosotros-hero__text { max-width: 62ch; }

.nosotros-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  background: rgba(255, 204, 0, 0.16);
  border: 1px solid rgba(255, 204, 0, 0.35);
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 700;
  color: #ffcc00;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  margin-bottom: 22px;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.nosotros-hero__eyebrow i { font-size: 12px; }

.nosotros-hero__title {
  font-family: var(--font-display, var(--font-body));
  font-size: clamp(1.9rem, 4vw, 3rem);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.02em;
  margin: 0 0 24px;
  color: #fff;
}
.nosotros-hero__title em {
  font-style: normal;
  color: #ffcc00;
  background: linear-gradient(135deg, #ffcc00 0%, #ffa726 60%, #ffcc00 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.nosotros-hero__lead {
  font-size: 1rem;
  line-height: 1.65;
  color: rgba(255,255,255,0.88);
  margin: 0 0 18px;
}
.nosotros-hero__lead strong { color: #fff; font-weight: 600; }

.nosotros-hero__mission {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 16px 18px;
  background: rgba(255, 204, 0, 0.08);
  border: 1px solid rgba(255, 204, 0, 0.24);
  border-radius: 14px;
  margin: 0 0 28px;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}
.nosotros-hero__mission i {
  flex-shrink: 0;
  width: 32px; height: 32px;
  display: inline-flex;
  align-items: center; justify-content: center;
  background: rgba(255, 204, 0, 0.22);
  color: #ffcc00;
  border-radius: 10px;
  font-size: 13px;
}
.nosotros-hero__mission span {
  font-size: 0.94rem;
  line-height: 1.55;
  color: rgba(255,255,255,0.94);
}

.nosotros-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.nosotros-hero__ghost {
  background: rgba(255,255,255,0.08) !important;
  color: #fff !important;
  border: 1px solid rgba(255,255,255,0.20) !important;
  backdrop-filter: blur(8px);
}
.nosotros-hero__ghost:hover {
  background: rgba(255,255,255,0.15) !important;
  border-color: rgba(255,255,255,0.40) !important;
}

/* ── Composición orbital ── */
.nosotros-hero__visual {
  position: relative;
  aspect-ratio: 1 / 1;
  max-width: 480px;
  justify-self: center;
  width: 100%;
}
.nosotros-hero__composition {
  position: absolute;
  inset: 0;
}
.nosotros-hero__lines {
  position: absolute;
  inset: 0;
  width: 100%; height: 100%;
  animation: nosotros-spin 60s linear infinite;
}
@keyframes nosotros-spin { to { transform: rotate(360deg); } }
@media (prefers-reduced-motion: reduce) {
  .nosotros-hero__lines { animation: none; }
}

.nosotros-hero__center {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 140px; height: 140px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 30% 30%, rgba(255, 204, 0, 0.22) 0%, transparent 60%),
    linear-gradient(135deg, #003c37 0%, #00665c 100%);
  display: flex;
  align-items: center; justify-content: center;
  box-shadow:
    inset 0 2px 0 rgba(255, 255, 255, 0.18),
    0 0 0 2px rgba(255, 255, 255, 0.12),
    0 0 60px rgba(255, 204, 0, 0.28),
    0 20px 40px -12px rgba(0, 0, 0, 0.5);
}
.nosotros-hero__center img {
  width: 80px; height: 80px;
  /* Fuerza blanco puro: brightness(0)→negro, luego invert(1)→blanco */
  filter: brightness(0) invert(1);
  opacity: 1;
}

.nosotros-hero__orb {
  position: absolute;
  width: 148px;
  padding: 14px 12px 12px;
  background: #ffffff;
  border: 1px solid rgba(0, 34, 30, 0.08);
  border-radius: 16px;
  text-align: center;
  box-shadow:
    0 4px 14px -4px rgba(0, 34, 30, 0.28),
    0 12px 32px -12px rgba(0, 34, 30, 0.42);
}
.nosotros-hero__orb i {
  display: inline-flex;
  align-items: center; justify-content: center;
  width: 38px; height: 38px;
  background: rgba(255, 204, 0, 0.16);
  color: #b8860b;
  border-radius: 10px;
  font-size: 15px;
  margin-bottom: 8px;
}
.nosotros-hero__orb strong {
  display: block;
  font-size: 0.9rem;
  font-weight: 700;
  color: #0a1f1d;
  margin-bottom: 3px;
  letter-spacing: -0.005em;
}
.nosotros-hero__orb em {
  display: block;
  font-style: normal;
  font-size: 0.72rem;
  color: #55625f;
  line-height: 1.35;
}

/* Posición absoluta cada orb — origen desde el centro con translate */
.nosotros-hero__orb--top    { top:   0%; left: 50%; transform: translate(-50%, 0);   }
.nosotros-hero__orb--right  { top:  50%; right: 0%; transform: translate(0, -50%);   }
.nosotros-hero__orb--bottom { bottom: 0%; left: 50%; transform: translate(-50%, 0);  }
.nosotros-hero__orb--left   { top:  50%; left:  0%; transform: translate(0, -50%);   }

/* En pantallas pequeñas, la composición se reduce */
@media (max-width: 520px) {
  .nosotros-hero__orb { width: 116px; padding: 12px 10px 10px; }
  .nosotros-hero__center { width: 108px; height: 108px; }
  .nosotros-hero__center img { width: 62px; height: 62px; }
}
/* Pantallas MUY pequeñas (<420px): descarta la composición absoluta y usa layout
   grid 2×2 debajo del centro para no traslapar orbes con el isotipo central. */
@media (max-width: 420px) {
  .nosotros-hero__visual { aspect-ratio: auto; padding-top: 130px; }
  .nosotros-hero__composition { position: relative; display: flex; flex-direction: column; align-items: center; gap: 24px; }
  .nosotros-hero__lines { display: none; }
  .nosotros-hero__center { position: absolute; top: 0; left: 50%; transform: translateX(-50%); }
  .nosotros-hero__orb--top,
  .nosotros-hero__orb--right,
  .nosotros-hero__orb--bottom,
  .nosotros-hero__orb--left {
    position: static;
    transform: none;
    width: calc(50% - 8px);
  }
  .nosotros-hero__composition {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    padding-top: 12px;
  }
}

/* ── Stats institucionales — 3 stats (sin VIE) ── */
.nosotros-hero__stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: clamp(48px, 6vw, 72px);
  padding-top: clamp(28px, 4vw, 40px);
  border-top: 1px solid rgba(255, 204, 0, 0.15);
}
@media (max-width: 780px) {
  .nosotros-hero__stats { grid-template-columns: repeat(3, 1fr); gap: 16px; }
}
@media (max-width: 520px) {
  .nosotros-hero__stats { grid-template-columns: 1fr; gap: 22px; }
}
.nosotros-hero__stat {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 4px 0;
}
.nosotros-hero__stat-value {
  font-family: var(--font-display, var(--font-body));
  font-size: clamp(2rem, 3.5vw, 2.6rem);
  font-weight: 800;
  color: #ffcc00;
  line-height: 1;
  letter-spacing: -0.02em;
}
.nosotros-hero__stat-label {
  font-size: 0.82rem;
  color: rgba(255,255,255,0.72);
  line-height: 1.4;
}
.nosotros-hero__stat-label strong { color: #fff; font-weight: 600; }
