/* Nosotros / About */

.no-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 10rem 0 4.5rem;
  color: #fff;
  background: linear-gradient(155deg, #04101f 0%, #06152d 40%, #082a52 78%, #0b3c78 100%);
}

.no-hero__bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: -1;
}

.no-hero__bg--grid {
  background-image:
    linear-gradient(rgba(125, 211, 252, .07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(125, 211, 252, .07) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: radial-gradient(ellipse at center, #000 18%, transparent 72%);
  opacity: .65;
}

.no-hero__bg--glow {
  background:
    radial-gradient(circle at 22% 28%, rgba(11, 126, 189, .4), transparent 22rem),
    radial-gradient(circle at 82% 18%, rgba(125, 211, 252, .16), transparent 18rem);
}

.no-hero__content {
  max-width: 820px;
  margin: 0 auto;
  text-align: center;
}

.no-badge {
  display: inline-block;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: #7dd3fc;
  border: 1px solid rgba(125, 211, 252, .28);
  background: rgba(4, 16, 31, .45);
  border-radius: 999px;
  padding: .4rem .9rem;
  margin-bottom: 1.15rem;
}

.no-hero h1 {
  margin: 0 0 1.1rem;
  font-size: clamp(1.9rem, 4.2vw, 3rem);
  font-weight: 800;
  letter-spacing: -.03em;
  line-height: 1.12;
  color: #fff;
}

.no-lead {
  margin: 0 auto 1.75rem;
  max-width: 58ch;
  font-size: 1.08rem;
  line-height: 1.65;
  color: rgba(226, 236, 248, .84);
}

.no-hero__actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: .75rem;
}

.no-btn {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  border-radius: 12px;
  font-weight: 800;
  padding: .85rem 1.3rem;
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
}
.no-btn:hover { transform: translateY(-2px); }

.no-btn--primary {
  background: #fff;
  color: #06152d !important;
  box-shadow: 0 14px 34px rgba(0, 0, 0, .28);
}
.no-btn--primary:hover { color: #06152d !important; }

.no-btn--ghost {
  border: 1.5px solid rgba(255, 255, 255, .35);
  color: #fff !important;
}
.no-btn--ghost:hover {
  background: rgba(255, 255, 255, .08);
  color: #fff !important;
}

.no-btn--light {
  background: #fff;
  color: #06152d !important;
  box-shadow: 0 16px 36px rgba(0, 0, 0, .25);
}
.no-btn--light:hover { color: #06152d !important; }

.no-btn--ghost-light {
  border: 1.5px solid rgba(255, 255, 255, .4);
  color: #fff !important;
}
.no-btn--ghost-light:hover {
  background: rgba(255, 255, 255, .1);
  color: #fff !important;
}

/* Pillars */
.no-pillars {
  padding: 5rem 0 4.5rem;
  background: #f8fafc;
}

.no-section-head {
  max-width: 560px;
  margin-bottom: 2rem;
}

.no-eyebrow {
  display: inline-block;
  margin-bottom: .5rem;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: #0b7ebd;
}

.no-section-head h2 {
  margin: 0;
  font-size: clamp(1.5rem, 3vw, 2.15rem);
  font-weight: 800;
  color: #06152d;
  letter-spacing: -.02em;
}

.no-pillars__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.no-pillar {
  background: #fff;
  border: 1px solid rgba(15, 23, 42, .08);
  border-radius: 18px;
  padding: 1.4rem 1.25rem 1.35rem;
  height: 100%;
  transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}

.no-pillar:hover {
  transform: translateY(-5px);
  border-color: rgba(11, 126, 189, .28);
  box-shadow: 0 22px 44px rgba(6, 21, 45, .1);
}

.no-pillar__ico {
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 12px;
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 1.2rem;
  background: linear-gradient(145deg, #0b7ebd, #0b3c78);
  margin-bottom: .9rem;
  box-shadow: 0 10px 22px rgba(11, 126, 189, .28);
}

.no-pillar__label {
  display: block;
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #0b7ebd;
  margin-bottom: .35rem;
}

.no-pillar h3 {
  margin: 0 0 .55rem;
  font-size: 1.25rem;
  font-weight: 800;
  color: #06152d;
}

.no-pillar p {
  margin: 0;
  font-size: .95rem;
  line-height: 1.55;
  color: #475569;
}

/* Story */
.no-story {
  padding: 4.5rem 0 5rem;
  background: #fff;
  border-top: 1px solid rgba(15, 23, 42, .06);
}

.no-story h2 {
  margin: 0;
  font-size: clamp(1.5rem, 3vw, 2.1rem);
  font-weight: 800;
  color: #06152d;
  letter-spacing: -.02em;
}

.no-story__text {
  margin: 0 0 1.25rem;
  font-size: 1.08rem;
  line-height: 1.7;
  color: #475569;
}

.no-story__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: .65rem;
}

.no-story__list li {
  display: flex;
  align-items: flex-start;
  gap: .55rem;
  font-size: .98rem;
  font-weight: 600;
  color: #334155;
  line-height: 1.4;
}

.no-story__list i {
  color: #0b7ebd;
  margin-top: .15rem;
  flex-shrink: 0;
}

/* CTA */
.no-cta {
  padding: 5rem 0;
  background: linear-gradient(155deg, #06152d 0%, #082a52 50%, #0b3c78 100%);
  color: #fff;
  text-align: center;
}

.no-cta .no-eyebrow { color: #7dd3fc; }
.no-cta h2 {
  margin: 0 0 1rem;
  font-size: clamp(1.6rem, 3vw, 2.3rem);
  font-weight: 800;
  color: #fff;
}
.no-cta p {
  max-width: 44ch;
  margin: 0 auto 1.75rem;
  color: rgba(226, 236, 248, .8);
  font-size: 1.05rem;
}

.no-cta__actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: .75rem;
}

/* Motion */
.no-enter { animation: noUp .7s cubic-bezier(.22, 1, .36, 1) both; }

@keyframes noUp {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: translateY(0); }
}

.no-reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .65s cubic-bezier(.22, 1, .36, 1), transform .65s cubic-bezier(.22, 1, .36, 1);
  transition-delay: var(--d, 0ms);
}
.no-reveal.is-in {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  .no-enter { animation: none !important; }
  .no-reveal {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}

@media (max-width: 991px) {
  .no-hero { padding-top: 8.75rem; }
  .no-pillars__grid { grid-template-columns: 1fr; }
}
