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

body {
  background: #020617;
  font-family: 'Inter', sans-serif;

  overflow-x: hidden;
}

/* ══════════════════════════════
   UTILIDADES
══════════════════════════════ */
.nx-nav-logo .logo-pc {
  display: block;
}
.nx-nav-logo .logo-mobile {
  display: none;
}
.nx-wrap {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 60px;
  position: relative;
  z-index: 2;
}

.nx-nav .nx-nav-logo {
  display: flex;
  align-items: center ;
  height: 100% ;
  margin-left: 0px ; 
  text-decoration: none ;
}
.nx-nav .nx-nav-logo img {
  height: 110px ; 
  width: auto ;
  max-width: 100% ;
  display: block ;
  transition: opacity 0.25s ease ;
}


.nx-nav .nx-nav-logo:hover img {
  opacity: 0.82 ;
}


.nx-nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  padding: 0 60px;
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  background: rgba(2, 6, 23, 0.88);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.nx-nav-links {
  display: flex;
  gap: 36px;
  flex-direction: row;
  list-style: none;
}

.nx-nav-links a {
  font-size: 0.875rem;
  color: #ffffff;
  text-decoration: none;
  letter-spacing: 0.02em;
  transition: var(--transition-premium);
}

.nx-nav-links a:hover {
  color: var(--primary-color);
}

.nx-nav-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 22px;
  border-radius: 6px;
  font-size: 0.82rem;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: -0.01em;
  background: #3D6FFF;
  color: #ffffff;
  border: 1px solid #3D6FFF;
  transition: background-color 0.25s ease, border-color 0.25s ease, color 0.25s ease;
}
.nx-nav-cta:hover {
  background: #1d3c9b;
  border-color: #2A58E0;
  box-shadow: 0 4px 14px rgba(61, 111, 255, 0.35);
}

/* ══════════════════════════════
   CONTACT HERO
══════════════════════════════ */

.nx-contact-hero {
  padding: 140px 0 100px;
  position: relative;
  overflow: hidden;
}

.nx-contact-hero::before {
  content: '';
  position: absolute;
  top: -200px;
  left: -100px;
  width: 700px;
  height: 700px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(61, 111, 255, .07) 0%, transparent 65%);
  pointer-events: none;
}



.nx-contact-hero-inner {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 80px;
  align-items: center;
  position: relative;
  z-index: 2;
}

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

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

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

.nx-contact-h1 {
  font-family: 'Inter', sans-serif;
  font-size: clamp(3.5rem, 8vw, 3rem);
  line-height: 1.02;
  color: #F8FAFC;
  font-weight: 800;
  margin-bottom: 28px;

}

.nx-contact-h1 em {
  font-style: italic;
  background: linear-gradient(135deg, #4996da 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.nx-contact-desc {
  font-size: 1.05rem;
  line-height: 1.75;
  color: #E8EFF5;
  max-width: 440px;
  text-align: justify;
}


.nx-info-card {
  background: #0C1726;
  border: 1px solid rgba(255, 255, 255, .07);
  border-radius: 16px;
  padding: 40px;
  position: relative;
  overflow: hidden;
}

.nx-info-card::before {
  content: '';
  position: absolute;
  top: 0; left: 10%; right: 10%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(61, 111, 255, .6), transparent);
}

.nx-info-card-label {
  font-size: .75rem;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: #3D6FFF;
  font-weight: 600;
  margin-bottom: 20px;
  display: block;
}

.nx-info-card h3 {
  font-family: 'Inter', serif;
  font-size: 1.9rem;
  color: #E8EEF8;
  font-weight: 400;
  line-height: 1.1;
  margin-bottom: 36px;
}

.nx-info-items {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.nx-info-item {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  padding: 20px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .05);
}

.nx-info-item:first-child { padding-top: 0; }
.nx-info-item:last-child { padding-bottom: 0; border-bottom: none; }

.nx-info-icon {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  border: 1px solid rgba(61, 111, 255, .22);
  background: rgba(61, 111, 255, .07);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.nx-info-icon svg {
  width: 16px;
  height: 16px;
  stroke: rgba(61, 111, 255, .7);
  fill: none;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.nx-info-item-label {
  font-size: .72rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #3A4A62;
  font-weight: 600;
  margin-bottom: 6px;
}

.nx-info-item-val {
  font-size: .95rem;
  color: #94A3B8;
  line-height: 1.5;
}

/* ══════════════════════════════
   FORM SECTION  —  estilo Beneficios
══════════════════════════════ */
.nx-form-top-actions {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 32px;   
}
.nx-form-section {
  background: #FFFF;
  padding: 80px 0 100px;
  position: relative;
  overflow: hidden;
}

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

.nx-form-section::after {
  content: '';
  position: absolute;
  bottom: -100px; left: -200px;
  width: 500px; height: 500px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(52, 102, 145, 0.05) 0%, transparent 70%);
  pointer-events: none;
}


.nx-form-intro {
  max-width: 680px;
  margin: 0 auto 40px;
}

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

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

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

.nx-form-heading {
  font-family: 'Inter', sans-serif;
  font-size: clamp(2rem, 4vw, 2.8rem);
  font-weight: 700;
  color: #020617;
  line-height: 1.1;
  margin-bottom: 12px;
}

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

.nx-form-subtext {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.75;
  color: #475569;
}


.nx-form-shell {
  max-width: 680px;
  margin: 0 auto;
  background: #FFFF;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  z-index: 2;
}

.nx-form-shell::before {
  content: '';
  position: absolute;
  top: 0; left: 10%; right: 10%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(61, 111, 255, 0.5), transparent);
}


.nx-block {
  padding: 40px 48px;
  border-bottom: 1px solid rgba(52, 102, 145, 0.1);
  display: flex;
  flex-direction: column;
  gap: 24px;
  transition: background 0.3s ease;
  position: relative;
}

.nx-block::after {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(61,111,255,0), transparent);
  transition: background 0.4s ease;
}

.nx-block:hover { background: #f7f9fc; }

.nx-block:hover::after {
  background: linear-gradient(90deg, transparent, rgba(61,111,255,0.35), transparent);
}

.nx-block-title {
  display: flex;
  align-items: center;
  gap: 14px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(52, 102, 145, 0.12);
}

.nx-block-num {
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.8rem;
  color: rgba(61, 111, 255, 0.55);
  font-weight: 500;
  letter-spacing: 0.05em;
}

.nx-block-title h3 {
  font-size: 0.78rem;
  color: #64748B;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin: 0;
}


.nx-grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.nx-full { grid-column: 1 / -1; }

.nx-input-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.nx-input-group label {
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #475569;
  font-weight: 600;
}
.nx-input-group em{
  color: #0b8dff;
}
.nx-input,
.nx-textarea {
  width: 100%;
  background: #F1F5F9;
  border: 1px solid rgba(52, 102, 145, 0.15);
  border-radius: 4px;
  padding: 12px 16px;
  color: #1E293B;
  font-size: 0.92rem;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 500;
  transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
  outline: none;
}

.nx-input { height: 48px; }

.nx-textarea {
  resize: none;
  min-height: 130px;
  line-height: 1.7;
}

.nx-input::placeholder,
.nx-textarea::placeholder {
  color: #94A3B8;
  font-weight: 400;
}

.nx-input:focus,
.nx-textarea:focus {
  border-color: rgba(61, 111, 255, 0.5);
  background: #FFFFFF;
  box-shadow: 0 0 0 4px rgba(61, 111, 255, 0.08);
}


.nx-card-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(61, 111, 255, 0.6);
  font-weight: 600;
  font-family: 'JetBrains Mono', monospace;
  border-top: 1px solid rgba(61, 111, 255, 0.12);
  padding-top: 16px;
  width: 100%;
}

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

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

.nx-submit-block {
  padding: 32px 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #f7f9fc;
  border-top: 1px solid rgba(52, 102, 145, 0.1);
}

.nx-submit-hint {
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.75rem;
  color: #94A3B8;
  letter-spacing: 0.04em;
}

.nx-btn-submit {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 28px;
  background: var(--bg-dark);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 4px;
  font-size: 0.85rem;
  color: #F0F4FF;
  font-family: 'JetBrains Mono', monospace;
  font-weight: 500;
  letter-spacing: 0.04em;
  cursor: pointer;
  transition: var(--transition-premium);
}

.nx-btn-submit:hover {
  background: var(--primary-color);
  transform: translateY(-1px);
}

.nx-btn-submit-arrow {
  font-size: 0.85rem;
  opacity: 0.65;
  transition: transform 0.2s ease;
}

.nx-btn-submit:hover .nx-btn-submit-arrow {
  transform: translateX(4px);
}


.nx-form-strip {
  max-width: 680px;
  margin: 28px auto 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 20px;
  border-top: 1px solid rgba(52, 102, 145, 0.15);
  position: relative;
  z-index: 2;
}

.nx-form-strip-text {
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.78rem;
  color: #64748B;
  letter-spacing: 0.04em;
}

.nx-form-strip-text strong {
  color: #3D6FFF;
  font-weight: 600;
}


/* ══════════════════════════════
   FOOTER
══════════════════════════════ */


/* ══════════════════════════════
   RESPONSIVE
══════════════════════════════ */

@media (max-width: 1100px) {
  .nx-wrap { padding: 0 40px; }

  .nx-contact-hero-inner {
    grid-template-columns: 1fr;
    gap: 56px;
  }

  .nx-contact-h1 { font-size: 3rem; }
  .nx-contact-desc { max-width: 100%; }

  .nx-footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 48px;
  }

  .nx-footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 768px) {
  .nx-wrap { padding: 0 24px; }

  .nx-contact-hero { padding: 110px 0 72px; }
  .nx-contact-h1 { font-size: 2.6rem; }

  .nx-block { padding: 28px 24px; }

  .nx-submit-block {
    padding: 28px 24px;
    flex-direction: column;
    gap: 16px;
    align-items: flex-start;
  }

  .nx-grid-2 { grid-template-columns: 1fr; }

  .nx-form-strip {
    flex-direction: column;
    gap: 8px;
    text-align: center;
  }

  .nx-cta-h2 { font-size: 2.4rem; }

  .nx-footer-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .nx-footer-bottom {
    flex-direction: column;
    gap: 8px;
    text-align: center;
  }
}

@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;
  }
}