/* Start custom CSS for html, class: .elementor-element-96c8630 *//* ===============================
   CCST NETWORKING LANDING
   CSS para el HTML final
================================ */

.nx-v6 {
  background: #f5f8fc;
  font-family: Arial, Helvetica, sans-serif;
  color: #0f172a;
  padding: 56px 14px;
}

.nx-container {
  max-width: 1140px;
  margin: 0 auto;
}

/* HERO */

.nx-hero-v6 {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 28px;
  align-items: center;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 32px;
  padding: 52px;
  margin-bottom: 28px;
  box-shadow: 0 18px 44px rgba(15, 23, 42, 0.06);
}

.nx-pill,
.nx-title span {
  display: inline-block;
  background: #e0f2fe;
  color: #0369a1;
  border: 1px solid #bae6fd;
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 900;
  margin-bottom: 14px;
}

.nx-hero-v6 h1 {
  color: #0f172a;
  font-size: clamp(42px, 7vw, 76px);
  line-height: 0.98;
  margin: 0 0 18px;
  font-weight: 950;
  letter-spacing: -1.5px;
}

.nx-hero-v6 p {
  color: #475569;
  font-size: 18px;
  line-height: 1.6;
  margin: 0 0 24px;
  max-width: 720px;
}

.nx-hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 26px;
}

.nx-hero-points span {
  display: inline-flex;
  align-items: center;
  background: #f8fafc;
  color: #075985;
  border: 1px solid #dbeafe;
  padding: 10px 14px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 850;
}

.nx-hero-points span::before {
  content: "✓";
  background: #22c55e;
  color: #ffffff;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
  font-size: 11px;
  flex-shrink: 0;
}

.nx-hero-actions,
.nx-final-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.nx-btn-primary,
.nx-btn-secondary,
.nx-btn-white,
.nx-btn-dark {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  text-decoration: none;
  padding: 15px 24px;
  border-radius: 14px;
  font-weight: 950;
  transition: 0.25s ease;
}

.nx-btn-primary {
  background: #0ea5e9;
  color: #ffffff !important;
}

.nx-btn-primary:hover {
  background: #0284c7;
}

.nx-btn-secondary,
.nx-btn-dark {
  background: #0f172a;
  color: #ffffff !important;
}

.nx-btn-secondary:hover,
.nx-btn-dark:hover {
  background: #1e293b;
}

.nx-hero-card {
  background: linear-gradient(135deg, #0f172a, #1e293b);
  border-radius: 28px;
  padding: 26px;
  color: #ffffff;
}

.nx-hero-card img {
  width: 100%;
  max-height: 190px;
  object-fit: contain;
  background: #ffffff;
  border-radius: 22px;
  padding: 24px;
  margin-bottom: 18px;
}

.nx-start-box {
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.16);
  border-radius: 18px;
  padding: 18px;
}

.nx-start-box small {
  display: block;
  color: #cbd5e1;
  font-weight: 800;
  margin-bottom: 5px;
}

.nx-start-box strong {
  color: #ffffff;
  font-size: 26px;
}

/* VALUE STRIP */

.nx-value-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-bottom: 46px;
}

.nx-value-strip div {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 22px;
  padding: 20px;
  box-shadow: 0 10px 26px rgba(15, 23, 42, 0.04);
}

.nx-value-strip strong {
  display: block;
  color: #0f172a;
  font-size: 18px;
  margin-bottom: 6px;
  font-weight: 950;
}

.nx-value-strip span {
  color: #64748b;
}

/* GENERAL SECTIONS */

.nx-savings,
.nx-syllabus,
.nx-course-details,
.nx-certified,
.nx-faq {
  margin-bottom: 52px;
}

.nx-title {
  max-width: 760px;
  margin: 0 auto 26px;
  text-align: center;
}

.nx-title h2,
.nx-final h2 {
  color: #0f172a;
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.1;
  margin: 0 0 12px;
  font-weight: 950;
}

.nx-title p {
  color: #64748b;
  font-size: 17px;
  line-height: 1.6;
  margin: 0;
}

/* COMPARATIVO */

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

.nx-price-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 28px;
  padding: 28px;
  box-shadow: 0 12px 30px rgba(15,23,42,0.05);
}

.nx-price-card h3 {
  color: #0f172a;
  font-size: 27px;
  margin: 0 0 20px;
  font-weight: 950;
}

.nx-price-row {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  padding: 15px 0;
  border-bottom: 1px solid #e2e8f0;
}

.nx-price-row span {
  color: #64748b;
  font-weight: 700;
}

.nx-price-row strong {
  color: #0f172a;
  font-weight: 950;
  text-align: right;
}

.nx-price-total {
  margin-top: 22px;
  border-radius: 20px;
  padding: 20px;
}

.nx-price-total small {
  display: block;
  font-weight: 900;
  margin-bottom: 6px;
}

.nx-price-total strong {
  font-size: 30px;
  line-height: 1.1;
  font-weight: 950;
}

.nx-price-total.muted {
  background: #f1f5f9;
  color: #64748b;
}

.nx-price-total.offer {
  background: #e0f2fe;
  color: #0369a1;
}

/* TEMARIO */

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

.nx-syllabus-grid article {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 26px;
  padding: 24px;
  box-shadow: 0 10px 26px rgba(15, 23, 42, 0.04);
}

.nx-syllabus-grid article > span {
  display: inline-flex;
  width: 38px;
  height: 38px;
  background: #e0f2fe;
  color: #0369a1;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  font-weight: 950;
  margin-bottom: 14px;
}

.nx-syllabus-grid h3 {
  color: #0f172a;
  font-size: 21px;
  margin: 0 0 12px;
  font-weight: 950;
}

.nx-syllabus-grid ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.nx-syllabus-grid li {
  color: #475569;
  line-height: 1.45;
  margin-bottom: 9px;
}

.nx-syllabus-grid li::before {
  content: "•";
  color: #0ea5e9;
  font-weight: 950;
  margin-right: 7px;
}

/* DETALLE GENERAL */

.nx-details-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-bottom: 18px;
}

.nx-details-grid article {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 24px;
  padding: 24px;
  box-shadow: 0 10px 26px rgba(15, 23, 42, 0.04);
}

.nx-details-grid strong {
  display: block;
  color: #0f172a;
  font-size: 18px;
  font-weight: 950;
  margin-bottom: 8px;
}

.nx-details-grid p {
  color: #64748b;
  line-height: 1.5;
  margin: 0;
  font-weight: 700;
}

/* PRECIOS POR PAÍS */

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

.nx-country-price {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 28px;
  padding: 28px;
  box-shadow: 0 12px 30px rgba(15,23,42,0.05);
}

.nx-country-head {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  margin-bottom: 22px;
}

.nx-flag {
  font-size: 32px;
  line-height: 1;
}

.nx-country-head h3 {
  color: #0f172a;
  font-size: 24px;
  margin: 0 0 6px;
  font-weight: 950;
}

.nx-country-head p {
  color: #64748b;
  margin: 0;
  line-height: 1.45;
}

.nx-country-price-box {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 22px;
  padding: 22px;
}

.nx-country-price-box del {
  display: block;
  color: #94a3b8;
  font-size: 24px;
  font-weight: 900;
  margin-bottom: 6px;
}

.nx-country-price-box strong {
  display: block;
  color: #0369a1;
  font-size: 42px;
  line-height: 1;
  font-weight: 950;
  margin-bottom: 10px;
}

.nx-country-price-box span {
  display: block;
  color: #64748b;
  line-height: 1.45;
  font-weight: 700;
}

/* CERTIFICADOS */

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

.nx-certified-grid article {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 24px;
  padding: 16px;
  text-align: center;
  box-shadow: 0 10px 26px rgba(15, 23, 42, 0.04);
}

.nx-certified-img {
  background: #f8fafc;
  border-radius: 20px;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  margin-bottom: 14px;
}

.nx-certified-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.nx-certified-grid h3 {
  color: #0f172a;
  font-size: 19px;
  margin: 0 0 5px;
  font-weight: 950;
}

.nx-certified-grid p {
  color: #64748b;
  margin: 0;
}

/* FAQ */

.nx-faq-list {
  display: grid;
  gap: 12px;
}

.nx-faq-list details {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 20px;
  padding: 18px 20px;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.03);
}

.nx-faq-list summary {
  cursor: pointer;
  color: #0f172a;
  font-weight: 950;
  font-size: 17px;
}

.nx-faq-list p {
  color: #64748b;
  line-height: 1.55;
  margin: 14px 0 0;
}

/* CTA FINAL */

.nx-final {
  background: linear-gradient(135deg, #0ea5e9, #0369a1);
  color: #ffffff;
  border-radius: 30px;
  padding: 48px 28px;
  text-align: center;
}

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

.nx-final p {
  color: #e0f2fe;
  font-size: 18px;
  line-height: 1.55;
  margin: 0 0 24px;
}

.nx-btn-white {
  background: #ffffff;
  color: #0369a1 !important;
}

.nx-btn-white:hover {
  background: #f0f9ff;
}

.nx-btn-dark {
  background: #0f172a;
  color: #ffffff !important;
}

.nx-btn-dark:hover {
  background: #1e293b;
}

/* RESPONSIVE */

@media (max-width: 980px) {
  .nx-hero-v6,
  .nx-price-grid,
  .nx-price-country-grid {
    grid-template-columns: 1fr;
  }

  .nx-value-strip,
  .nx-syllabus-grid,
  .nx-certified-grid,
  .nx-details-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .nx-v6 {
    padding: 32px 12px;
  }

  .nx-hero-v6 {
    padding: 28px 18px;
    border-radius: 24px;
  }

  .nx-hero-v6 h1 {
    font-size: 40px;
    letter-spacing: -1px;
  }

  .nx-hero-v6 p {
    font-size: 16px;
  }

  .nx-hero-actions,
  .nx-final-actions {
    flex-direction: column;
  }

  .nx-btn-primary,
  .nx-btn-secondary,
  .nx-btn-white,
  .nx-btn-dark {
    width: 100%;
  }

  .nx-hero-card {
    padding: 20px;
    border-radius: 24px;
  }

  .nx-hero-card img {
    max-height: 150px;
  }

  .nx-value-strip,
  .nx-syllabus-grid,
  .nx-certified-grid,
  .nx-details-grid {
    grid-template-columns: 1fr;
  }

  .nx-title {
    text-align: left;
  }

  .nx-price-card,
  .nx-country-price {
    padding: 22px;
    border-radius: 24px;
  }

  .nx-price-row {
    flex-direction: column;
    gap: 5px;
  }

  .nx-price-row strong {
    text-align: left;
  }

  .nx-price-total strong {
    font-size: 28px;
  }

  .nx-country-head {
    flex-direction: column;
  }

  .nx-country-price-box strong {
    font-size: 36px;
  }

  .nx-final {
    padding: 38px 20px;
    border-radius: 24px;
  }
}/* End custom CSS */