body{
  background: #F8FAFC;
}
.nx-wrap {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 60px;
  position: relative;
  z-index: 2;
}

*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  background: #F8FAFC;
  overflow-x: hidden; 
}


.nx-eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 28px;
}

.nx-eyebrow-line {
  width: 32px;
  height: 1px;
  background: #3D6FFF;
  flex-shrink: 0;
}

.nx-eyebrow span {
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #3D6FFF;
  font-weight: 600;
}


.nx-gradient-text {
  font-style: normal;
  background: linear-gradient(135deg, #346691 0%, #020617 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* =========================
   HERO
========================= */

.nx-hero {
  padding-top: 100px;
  padding-bottom: 150px;
  position: relative;
  overflow: hidden;
}



.nx-hero-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  
}

.nx-hero h1 {
  font-size: clamp(2.1rem, 5vw, 3.2rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.01em;
  color: #020617;
  text-align: justify;
  
}

.nx-hero-sub {
  color: #475569;
  line-height: 1.75;
  font-size: clamp(1.2rem, 1.5vw, 1.7rem);
  font-weight: 500;
  max-width: 550px;
  text-align: justify;
}


/* =========================
   SECCIÓN MISIÓN
========================= */
.nx-mission{
  overflow: hidden;
}

.nx-mission-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
  padding-bottom: 60px;
  border-bottom: 1px solid rgba(52, 102, 145, 0.12);
  margin-bottom: 60px;
}

.nx-mission h2 {
  font-size: clamp(2.1rem, 5vw, 3.2rem);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.04em;
  color: #020617;
  margin-top: 0;
  margin-bottom: 0;
}

.nx-mission-text {
  color: #475569;
  line-height: 1.8;
  font-size: clamp(1.2rem, 1.5vw, 1.7rem);
  font-weight: 500;
  margin-top: 45px;
  text-align: justify;
}

.nx-infra-card {
  background: #f1f4f8;
  border-radius: 4px;
  padding: 52px 56px;
  border-top: 2px solid #3D6FFF;
  position: relative;
  overflow: hidden;
  text-align: justify;
}

.nx-infra-card::before {
  content: '';
  position: absolute;
  top: -60px;
  right: -60px;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(61, 111, 255, 0.06) 0%, transparent 70%);
  pointer-events: none;
}

.nx-infra-card .nx-eyebrow {
  margin-bottom: 20px;
}

.nx-infra-card h3 {
  font-size: 2rem;
  font-weight: 400;
  color: #061d3d;
  line-height: 1.15;
  margin-bottom: 18px;
}

.nx-infra-card p {
  color: #0a1729;
  line-height: 1.8;
  font-size: 1.1rem;
  font-weight: 600;
  max-width: 640px;
  font-family: 'Plus Jakarta Sans', sans-serif;
}

/* =========================
   SECCIÓN VALORES
========================= */

.nx-values {
  padding: 100px 0 120px;
  position: relative;
  overflow: hidden;
}

.nx-values::before {
  content: '';
  position: absolute;
  top: -150px;
  right: -80px;
  width: 600px;
  height: 600px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(52, 102, 145, 0.08) 0%, transparent 70%);
  pointer-events: none;
}

.nx-values-header {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
  margin-bottom: 60px;
  padding-bottom: 60px;
  border-bottom: 1px solid rgba(52, 102, 145, 0.15);
}

.nx-values-header h2 {
  font-size: clamp(2.1rem, 5vw, 3.2rem);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.04em;
  color: #020617;
}

.nx-values-header p {
  color: #475569;
  line-height: 1.75;
  font-size: clamp(1.2rem, 1.5vw, 1.7rem);
  font-weight: 500;
  max-width: 400px;
  text-align: justify;
  margin-top: 52px;
}

/* Grid de cards */
.nx-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2px;
  background: rgba(52, 102, 145, 0.08);
  border-radius: 4px;
  overflow: hidden;
}

/* Card individual */
.nx-card {
  background: #ffffff;
  padding: 52px 56px;
  position: relative;
  overflow: hidden;
  transition: background 0.4s ease;
}

.nx-card:hover {
  background: #f1f4f8;
}

.nx-card-num {
  font-size: 2.1rem;
  color: rgb(15, 37, 94);
  margin-bottom: 28px;
  font-style: italic;
}

.nx-card-icon {
  width: 44px;
  height: 44px;
  border: 1px solid rgba(61, 111, 255, 0.25);
  border-radius: 10px;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(2, 64, 252, 0.986);
}

.nx-card-icon svg {
  width: 20px;
  height: 20px;
  stroke: currentColor;
}

.nx-card h3 {
  font-size: 2.1rem;
  color: #061d3d;
  font-weight: 400;
  line-height: 1.15;
  margin-bottom: 16px;
}

.nx-card p {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.8;
  color: #020c1b;
  max-width: 480px;
  text-align: left;
}

.nexxus-card-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 28px;
  font-size: 1.1rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(16, 50, 153, 0.979);
  font-weight: 600;
  border-top: 1px solid rgba(61, 111, 255, 0.12);
  padding-top: 20px;
  width: 100%;
}

.nx-card-tag::after {
  content: '→';
  font-size: 0.9rem;
  transition: transform 0.2s ease;
}

.nx-card:hover .nx-card-tag::after {
  transform: translateX(4px);
}

/* =========================
   STRIP INFERIOR
========================= */

.nx-strip {
  margin-top: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 32px 0;
  border-top: 1px solid rgba(52, 102, 145, 0.15);
}

.nx-strip-text {
  font-size: 0.9rem;
  color: #3A4660;
}

.nx-strip-text strong {
  color: #6E7D9A;
  font-weight: 500;
}

.nx-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 28px;
  border: 1px solid rgba(61, 111, 255, 0.3);
  border-radius: 4px;
  font-size: 0.88rem;
  color: #3D6FFF;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-decoration: none;
  transition: all 0.25s ease;
  background: rgba(61, 111, 255, 0.04);
}

.nx-cta:hover {
  background: rgba(61, 111, 255, 0.10);
  border-color: rgba(61, 111, 255, 0.5);
  color: #6B96FF;
  gap: 14px;
}

/* ══════════════════════════════
   CTA SECTION
══════════════════════════════ */

.nx-cta-section {
  padding: 50px 0 50px;
  text-align: center;
  background-color: #020617;
}

.nx-cta-inner {
  max-width: 720px;
  margin: 0 auto;
}

.nx-cta-eyebrow {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: 24px;
}

.nx-cta-eyebrow-line {
  width: 32px;
  height: 1px;
}

.nx-cta-eyebrow span {
  font-size: 11px;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: #3D6FFF;
  font-weight: 600;
}

.nx-cta-h2 {
  font-family: 'Inter', serif;
  font-size: 3.4rem;
  line-height: 1.0;
  color: #F0F4FF;
  font-weight: 600;
  margin-bottom: 20px;
}

.nx-cta-h2 em {
  font-family: 'Inter' ;
  font-style: italic;
  color: rgba(240, 244, 255, .4);
}

.nx-cta-p {
  font-size: 1rem;
  line-height: 1.75;
  color: #6E7D9A;
  margin-bottom: 36px;
}

.nx-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 15px 32px;
  border: 1px solid rgba(61, 111, 255, .35);
  border-radius: 4px;
  font-size: .9rem;
  color: #3D6FFF;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s ease;
  background: rgba(61, 111, 255, .06);
  letter-spacing: .02em;
}

.nx-cta-btn:hover {
  background: rgba(61, 111, 255, .12);
  border-color: rgba(61, 111, 255, .55);
  color: #6B96FF;
  gap: 14px;
}


@media (max-width: 1024px) {
  .nx-hero-grid,
  .nx-mission-grid,
  .nx-values-header,
  .nx-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .nx-card {
    padding: 40px 32px;
  }
}

@media (max-width: 1024px) {
  .nx-hero-grid,
  .nx-mission-grid,
  .nx-values-header,
  .nx-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .nx-card {
    padding: 40px 32px;
  }
}

@media (max-width: 768px) {
  html, body {
    max-width: 100%;
    overflow-x: hidden; 
  }

  .nx-wrap {
    padding: 0 20px;
  }

  .nx-hero {
    padding-top: 120px;
    padding-bottom: 60px;
  }


  .nx-hero h1 {
    font-size: 1.6rem; 
    line-height: 1.1;
    text-align: justify;
  }

  .nx-hero-sub {
    padding-top: 12px;
    max-width: 100%;
    font-size: 1.2em;
  }

  .nx-mission-text {
    padding-top: 0;
  }

  .nx-metrics {
    flex-direction: column;
    margin-top: 40px;
  }

  .nx-metric {
    border-right: none;
    border-bottom: 1px solid rgba(52, 102, 145, 0.12);
    padding: 24px 16px;
  }

  .nx-metric:last-child {
    border-bottom: none;
  }


  .nx-card {
    padding: 32px 20px;
  }

  .nx-card h3 {
    font-size: 1.9rem;
    text-align: left;
  }


  .nx-card p {
    font-size: 1.2rem;
    text-align: start;
    max-width: 100%;
  }

  .nx-strip {
    flex-direction: column;
    gap: 20px;
    text-align: center;
    padding: 24px 0;
  }

  .nx-infra-card {
    font-size: 1.2em;
    padding: 32px 20px;
  }
  .nx-infra-card h3 {
    text-align: start;
    font-size: 1.4em;
  }
  
  .nx-infra-card p {
    font-size: 0.9rem;
    max-width: 100%;
    text-align: left;
  }

@media (max-width: 768px) {

  .nx-nav {
    height: 60px;
    padding: 0 16px;
  }

  .nx-nav-links,
 .nx-nav-cta {
    display: none;
  }

  .nx-menu-toggle {
    display: flex;
  }

}

.nx-nav .nx-nav-logo .logo-pc {
  display: block;
}

.nx-nav .nx-nav-logo .logo-mobile {
  display: none;
}

@media (max-width: 768px) {
  .nx-nav .nx-nav-logo .logo-pc {
    display: none;
  }
  
  .nx-nav .nx-nav-logo .logo-mobile {
    display: block;
    height: 35px;
    width: auto;
  }
}
  .nx-cta-h2{
    font-size: 2.4rem;
  }
  .nx-cta-p{
    font-size: 0.9rem;
  }
}