.elementor-6072 .elementor-element.elementor-element-22bfcca{--display:flex;}/* Start custom CSS for html, class: .elementor-element-e44b849 */.nx-landing {
  width: 100%;
  background: #07111f;
  color: #f8fbff;
  font-family: Arial, Helvetica, sans-serif;
  overflow: hidden;
}

.nx-hero {
  width: 100%;
  min-height: 92vh;
  padding: 80px 6%;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 60px;
  align-items: center;
  background:
    radial-gradient(circle at 15% 20%, rgba(0, 166, 217, 0.28), transparent 32%),
    radial-gradient(circle at 85% 15%, rgba(80, 120, 255, 0.18), transparent 34%),
    linear-gradient(135deg, #07111f 0%, #0a1b2e 55%, #06101d 100%);
}

.nx-hero-content {
  max-width: 900px;
}

.nx-badge,
.nx-label {
  display: inline-block;
  margin-bottom: 22px;
  padding: 9px 16px;
  border: 1px solid rgba(91, 214, 255, 0.35);
  border-radius: 999px;
  color: #7fe4ff;
  background: rgba(127, 228, 255, 0.08);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.nx-hero h1 {
  max-width: 980px;
  margin: 0 0 28px;
  font-size: clamp(42px, 6vw, 78px);
  line-height: 0.98;
  letter-spacing: -2.8px;
  color: #ffffff;
}

.nx-subtitle {
  max-width: 760px;
  margin: 0 0 36px;
  font-size: clamp(18px, 2vw, 23px);
  line-height: 1.5;
  color: #c8d7e6;
}

.nx-hero-actions {
  display: flex;
  align-items: center;
  gap: 22px;
  flex-wrap: wrap;
}

.nx-primary-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 16px 28px;
  border-radius: 999px;
  background: linear-gradient(135deg, #00a6d9, #2bd4ff);
  color: #03101c;
  font-weight: 900;
  font-size: 16px;
  text-decoration: none;
  box-shadow: 0 18px 42px rgba(0, 166, 217, 0.28);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.nx-primary-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 24px 56px rgba(0, 166, 217, 0.38);
}

.nx-small-text {
  color: #9fb2c4;
  font-size: 14px;
}

.nx-hero-panel {
  padding: 38px;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.075);
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(16px);
}

.nx-hero-panel h3 {
  margin: 0 0 22px;
  font-size: 28px;
  color: #ffffff;
}

.nx-hero-panel ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.nx-hero-panel li {
  position: relative;
  padding: 18px 0 18px 34px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  color: #dce8f3;
  font-size: 17px;
}

.nx-hero-panel li:last-child {
  border-bottom: none;
}

.nx-hero-panel li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 18px;
  color: #2bd4ff;
  font-weight: 900;
}

.nx-section {
  width: 100%;
  padding: 90px 6%;
  background: #0a1626;
}

.nx-section-header {
  max-width: 930px;
  margin-bottom: 42px;
}

.nx-section h2,
.nx-offer h2 {
  margin: 0 0 20px;
  font-size: clamp(34px, 4.2vw, 56px);
  line-height: 1.05;
  letter-spacing: -1.8px;
  color: #ffffff;
}

.nx-section p,
.nx-offer p {
  max-width: 850px;
  margin: 0;
  font-size: 19px;
  line-height: 1.6;
  color: #b9c9d8;
}

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

.nx-card {
  min-height: 230px;
  padding: 32px;
  border-radius: 26px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.045));
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.nx-card h3 {
  margin: 0 0 14px;
  font-size: 24px;
  color: #ffffff;
}

.nx-card p {
  font-size: 16px;
  color: #b9c9d8;
}

.nx-offer {
  width: 100%;
  padding: 90px 6%;
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 50px;
  align-items: center;
  background:
    radial-gradient(circle at 85% 50%, rgba(0, 166, 217, 0.2), transparent 30%),
    #07111f;
}

.nx-price-box {
  padding: 34px;
  border-radius: 30px;
  background: #ffffff;
  color: #07111f;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.35);
}

.nx-price-box span {
  display: block;
  margin-bottom: 8px;
  color: #44566a;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.7px;
  font-size: 13px;
}

.nx-price-box strong {
  display: block;
  margin-bottom: 24px;
  font-size: 34px;
  line-height: 1.1;
  color: #07111f;
}

.nx-price-box .nx-primary-btn {
  width: 100%;
}

@media (max-width: 960px) {
  .nx-hero,
  .nx-offer {
    grid-template-columns: 1fr;
  }

  .nx-hero {
    min-height: auto;
    padding: 64px 5%;
  }

  .nx-section,
  .nx-offer {
    padding: 70px 5%;
  }

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

  .nx-price-box {
    max-width: 520px;
  }
}

@media (max-width: 560px) {
  .nx-hero h1 {
    font-size: 42px;
    letter-spacing: -1.6px;
  }

  .nx-subtitle {
    font-size: 18px;
  }

  .nx-primary-btn {
    width: 100%;
    text-align: center;
  }

  .nx-hero-panel,
  .nx-card,
  .nx-price-box {
    padding: 26px;
    border-radius: 24px;
  }
}/* End custom CSS */