.elementor-5996 .elementor-element.elementor-element-4da4741{--display:flex;}.elementor-5996 .elementor-element.elementor-element-c04e8cb{width:100%;max-width:100%;}/* Start custom CSS for html, class: .elementor-element-c04e8cb *//* =========================================================
   CISCO CYBERSECURITY LANDING - DARK VERSION
   Optimizado para WordPress / Elementor + Responsive
========================================================= */

/* FULL WIDTH */
.nx-cisco-cyber {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  overflow-x: hidden;
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  background: #07111f;
  color: #dbeafe;
}

.nx-cisco-cyber * {
  box-sizing: border-box;
}

.nx-cisco-cyber img {
  max-width: 100%;
  display: block;
}

.nx-wrap {
  width: 100%;
  max-width: 1260px;
  margin: 0 auto;
  padding-left: clamp(20px, 4vw, 52px);
  padding-right: clamp(20px, 4vw, 52px);
}

/* VARIABLES */
.nx-cisco-cyber {
  --bg-main: #07111f;
  --bg-secondary: #0a1728;
  --bg-card: rgba(255, 255, 255, 0.065);
  --bg-card-soft: rgba(255, 255, 255, 0.095);
  --border: rgba(255, 255, 255, 0.14);
  --border-blue: rgba(0, 169, 224, 0.38);
  --text-main: #ffffff;
  --text-soft: #dbeafe;
  --text-muted: #9fb3c8;
  --cisco-blue: #00a9e0;
  --cisco-blue-dark: #0076ce;
  --whatsapp: #25d366;
  --gradient-blue: linear-gradient(135deg, #00a9e0 0%, #0076ce 48%, #084c7c 100%);
  --gradient-dark: linear-gradient(135deg, #07111f 0%, #0a2742 52%, #06263c 100%);
  --gradient-green: linear-gradient(135deg, #25d366 0%, #128c7e 100%);
}

/* BOTONES */
.nx-btn {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 26px;
  border-radius: 999px;
  font-weight: 900;
  text-decoration: none;
  line-height: 1;
  transition: all 0.25s ease;
  border: none;
}

.nx-btn:hover {
  transform: translateY(-3px);
}

.nx-btn-primary {
  background: var(--gradient-blue);
  color: #ffffff;
  box-shadow: 0 18px 40px rgba(0, 169, 224, 0.25);
}

.nx-btn-whatsapp {
  background: var(--gradient-green);
  color: #ffffff;
  box-shadow: 0 18px 40px rgba(37, 211, 102, 0.22);
}

.nx-btn-light {
  background: #ffffff;
  color: #07334f;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18);
}

/* HERO */
.nx-hero {
  position: relative;
  padding: clamp(76px, 9vw, 124px) 0 clamp(64px, 7vw, 96px);
  background:
    radial-gradient(circle at 84% 12%, rgba(0, 169, 224, 0.34), transparent 31%),
    radial-gradient(circle at 8% 82%, rgba(0, 118, 206, 0.22), transparent 36%),
    linear-gradient(135deg, #061120 0%, #071a2f 48%, #05101d 100%);
  color: #ffffff;
}

.nx-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.035) 1px, transparent 1px);
  background-size: 44px 44px;
  opacity: 0.65;
  pointer-events: none;
}

.nx-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 120px;
  background: linear-gradient(to bottom, transparent, #07111f);
  pointer-events: none;
}

.nx-hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  gap: clamp(34px, 5vw, 72px);
  align-items: center;
}

/* BRAND */
.nx-brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  max-width: 100%;
  padding: 11px 16px;
  margin-bottom: 26px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid var(--border);
  color: #eaf9ff;
  font-size: 14px;
  font-weight: 800;
  backdrop-filter: blur(12px);
}

.nx-brand img {
  width: auto;
  height: 34px;
  max-width: 190px;
  max-height: 34px;
  object-fit: contain;
  flex-shrink: 0;
}

.nx-kicker {
  display: inline-flex;
  width: fit-content;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(0, 169, 224, 0.13);
  color: #7be0ff;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  border: 1px solid rgba(0, 169, 224, 0.22);
}

.nx-hero .nx-kicker {
  background: rgba(0, 169, 224, 0.14);
  color: #9feaff;
}

/* HERO TEXT */
.nx-hero-text h1 {
  max-width: 860px;
  margin: 22px 0 22px;
  font-size: clamp(42px, 6vw, 78px);
  line-height: 0.95;
  letter-spacing: -0.055em;
  color: #ffffff;
}

.nx-hero-text p {
  max-width: 710px;
  margin: 0;
  color: #c8d8e8;
  font-size: clamp(17px, 1.5vw, 20px);
  line-height: 1.7;
}

.nx-hero-text strong {
  color: #ffffff;
}

.nx-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}

/* HERO CARD */
.nx-hero-card {
  padding: clamp(28px, 3vw, 40px);
  border-radius: 34px;
  background:
    radial-gradient(circle at top right, rgba(0, 169, 224, 0.16), transparent 35%),
    rgba(255, 255, 255, 0.075);
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: #ffffff;
  box-shadow: 0 28px 85px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(16px);
}

/* CONTENEDORES BLANCOS PARA INSIGNIAS */
.nx-cert-img {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: 26px;
  box-shadow:
    0 18px 42px rgba(0, 0, 0, 0.25),
    inset 0 0 0 1px rgba(0, 169, 224, 0.08);
}

.nx-main-cert {
  width: min(250px, 86%);
  aspect-ratio: 1 / 1;
  padding: 28px;
  margin: 0 auto 24px;
}

.nx-cert-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.nx-hero-card h2 {
  margin: 0 0 10px;
  text-align: center;
  color: #ffffff;
  font-size: clamp(28px, 3vw, 38px);
  letter-spacing: -0.035em;
}

.nx-hero-card p {
  max-width: 350px;
  margin: 0 auto;
  text-align: center;
  color: var(--text-muted);
  line-height: 1.6;
}

.nx-hero-highlights {
  display: grid;
  gap: 10px;
  margin-top: 24px;
}

.nx-hero-highlights span {
  padding: 12px 14px;
  border-radius: 14px;
  background: rgba(0, 169, 224, 0.12);
  border: 1px solid rgba(0, 169, 224, 0.2);
  color: #bff4ff;
  font-weight: 850;
  text-align: center;
}

/* START */
.nx-start {
  padding: clamp(64px, 8vw, 100px) 0;
  background: #07111f;
}

.nx-start-box {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  padding: clamp(30px, 4vw, 52px);
  border-radius: 36px;
  background:
    radial-gradient(circle at top right, rgba(37, 211, 102, 0.12), transparent 30%),
    linear-gradient(135deg, rgba(0,169,224,0.13), rgba(255,255,255,0.045));
  border: 1px solid rgba(0, 169, 224, 0.26);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.25);
}

.nx-start-info h2,
.nx-section-head h2,
.nx-audience-title h2,
.nx-final-box h2 {
  margin: 18px 0 14px;
  color: #ffffff;
  font-size: clamp(32px, 4.2vw, 54px);
  line-height: 1.05;
  letter-spacing: -0.045em;
}

.nx-start-info p,
.nx-section-head p,
.nx-audience-title p,
.nx-final-box p {
  max-width: 790px;
  margin: 0;
  color: var(--text-muted);
  font-size: clamp(16px, 1.45vw, 18px);
  line-height: 1.7;
}

.nx-start-benefits {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.nx-start-benefits div {
  padding: 20px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.065);
  border: 1px solid var(--border);
}

.nx-start-benefits strong {
  display: block;
  margin-bottom: 7px;
  color: #ffffff;
  font-size: 20px;
}

.nx-start-benefits span {
  color: var(--text-muted);
  font-size: 14px;
  line-height: 1.45;
}

.nx-start-action {
  display: flex;
  justify-content: flex-start;
}

/* ROUTE */
.nx-route {
  padding: clamp(66px, 8vw, 104px) 0;
  background:
    radial-gradient(circle at top left, rgba(0, 169, 224, 0.12), transparent 30%),
    #091827;
}

.nx-section-head {
  max-width: 790px;
  margin: 0 auto clamp(36px, 4vw, 54px);
  text-align: center;
}

.nx-section-head p {
  margin-left: auto;
  margin-right: auto;
}

.nx-route-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.nx-route-card {
  display: flex;
  flex-direction: column;
  padding: clamp(24px, 2.7vw, 34px);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.058);
  border: 1px solid var(--border);
  transition: all 0.25s ease;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.18);
}

.nx-route-card:hover {
  transform: translateY(-7px);
  border-color: rgba(0, 169, 224, 0.45);
  background: rgba(255, 255, 255, 0.078);
}

.nx-route-card.nx-featured {
  background:
    radial-gradient(circle at top right, rgba(0, 169, 224, 0.18), transparent 38%),
    rgba(255, 255, 255, 0.068);
  border-color: rgba(0, 169, 224, 0.42);
}

.nx-step {
  color: rgba(255, 255, 255, 0.16);
  font-size: clamp(56px, 6vw, 82px);
  font-weight: 950;
  line-height: 1;
  letter-spacing: -0.06em;
}

.nx-route-card .nx-cert-img {
  width: 132px;
  height: 132px;
  padding: 16px;
  margin: 4px 0 24px;
  background: #ffffff;
}

.nx-level {
  width: fit-content;
  padding: 8px 12px;
  margin-bottom: 16px;
  border-radius: 999px;
  background: rgba(0, 169, 224, 0.14);
  border: 1px solid rgba(0, 169, 224, 0.24);
  color: #8be8ff;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.nx-route-card h3 {
  margin: 0 0 14px;
  color: #ffffff;
  font-size: clamp(25px, 2.5vw, 32px);
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.nx-route-card p {
  margin: 0 0 22px;
  color: var(--text-muted);
  line-height: 1.65;
}

.nx-route-card ul {
  display: grid;
  gap: 11px;
  padding: 0;
  margin: 0 0 28px;
  list-style: none;
}

.nx-route-card li {
  position: relative;
  padding-left: 28px;
  color: #d8e5f2;
  font-weight: 650;
  line-height: 1.45;
}

.nx-route-card li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #00c8ff;
  font-weight: 950;
}

.nx-card-link {
  margin-top: auto;
  min-height: 48px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0 18px;
  border-radius: 999px;
  background: rgba(0, 169, 224, 0.16);
  border: 1px solid rgba(0, 169, 224, 0.28);
  color: #a9edff;
  text-decoration: none;
  font-weight: 900;
  transition: all 0.25s ease;
}

.nx-card-link:hover {
  transform: translateY(-2px);
  background: rgba(0, 169, 224, 0.24);
}

.nx-featured .nx-card-link {
  background: var(--gradient-green);
  color: #ffffff;
  border: none;
}

/* AUDIENCE */
.nx-audience {
  padding: clamp(66px, 8vw, 104px) 0;
  background: #07111f;
}

.nx-audience-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(30px, 5vw, 70px);
  align-items: start;
}

.nx-audience-list {
  display: grid;
  gap: 14px;
}

.nx-audience-item {
  display: grid;
  gap: 6px;
  padding: 22px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.058);
  border: 1px solid var(--border);
}

.nx-audience-item strong {
  color: #ffffff;
  font-size: 20px;
}

.nx-audience-item span {
  color: var(--text-muted);
  line-height: 1.55;
}

/* COMPARISON */
.nx-comparison {
  padding: clamp(66px, 8vw, 104px) 0;
  background:
    radial-gradient(circle at bottom right, rgba(0, 169, 224, 0.11), transparent 33%),
    #091827;
}

.nx-table {
  overflow: hidden;
  border-radius: 26px;
  border: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.055);
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.22);
}

.nx-table-row {
  display: grid;
  grid-template-columns: 1.1fr 1.4fr 0.7fr;
  gap: 16px;
  padding: 20px;
  border-bottom: 1px solid var(--border);
}

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

.nx-table-row span {
  color: #d8e5f2;
  font-weight: 650;
  line-height: 1.4;
}

.nx-table-head {
  background: rgba(0, 169, 224, 0.18);
}

.nx-table-head span {
  color: #ffffff;
  font-weight: 950;
}

/* FINAL CTA */
.nx-final {
  padding: clamp(66px, 8vw, 104px) 0;
  background: #07111f;
}

.nx-final-box {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 34px;
  align-items: center;
  padding: clamp(30px, 4vw, 56px);
  border-radius: 36px;
  background:
    radial-gradient(circle at top right, rgba(0, 169, 224, 0.28), transparent 35%),
    linear-gradient(135deg, #07334f 0%, #0a1d33 100%);
  color: #ffffff;
  border: 1px solid rgba(0, 169, 224, 0.28);
  box-shadow: 0 28px 85px rgba(0, 0, 0, 0.3);
}

.nx-final-logo {
  width: auto;
  height: 42px;
  max-width: 220px;
  object-fit: contain;
  margin-bottom: 20px;
}

.nx-final-box h2 {
  color: #ffffff;
}

.nx-final-box p {
  color: #c8d8e8;
}

/* RESPONSIVE TABLET */
@media (max-width: 1024px) {
  .nx-hero-grid,
  .nx-audience-grid,
  .nx-final-box {
    grid-template-columns: 1fr;
  }

  .nx-hero-card {
    max-width: 620px;
  }

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

  .nx-start-benefits {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* RESPONSIVE MÓVIL */
@media (max-width: 680px) {
  .nx-wrap {
    padding-left: 18px;
    padding-right: 18px;
  }

  .nx-hero {
    padding-top: 58px;
  }

  .nx-brand {
    width: 100%;
    justify-content: center;
    border-radius: 18px;
    text-align: center;
    padding: 12px;
  }

  .nx-brand img {
    height: 28px;
    max-width: 150px;
  }

  .nx-brand span {
    font-size: 12px;
  }

  .nx-hero-text h1 {
    font-size: clamp(38px, 11vw, 50px);
    letter-spacing: -0.045em;
  }

  .nx-hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .nx-btn {
    width: 100%;
    min-height: 52px;
    text-align: center;
  }

  .nx-hero-card,
  .nx-start-box,
  .nx-route-card,
  .nx-final-box {
    border-radius: 26px;
  }

  .nx-main-cert {
    width: min(220px, 86%);
    padding: 22px;
  }

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

  .nx-route-card .nx-cert-img {
    width: 112px;
    height: 112px;
    padding: 14px;
  }

  .nx-table-row {
    grid-template-columns: 1fr;
    gap: 6px;
    padding: 18px;
  }

  .nx-table-head {
    display: none;
  }

  .nx-table-row span:first-child {
    color: #ffffff;
    font-size: 17px;
    font-weight: 950;
  }

  .nx-final-logo {
    height: 36px;
    max-width: 180px;
  }
}

/* MÓVIL PEQUEÑO */
@media (max-width: 420px) {
  .nx-brand {
    flex-direction: column;
    gap: 8px;
  }

  .nx-kicker {
    font-size: 11px;
  }

  .nx-route-card .nx-cert-img {
    width: 104px;
    height: 104px;
  }
}/* End custom CSS */