.elementor-70 .elementor-element.elementor-element-85048ac{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-70 .elementor-element.elementor-element-3c14cb6{--display:flex;--min-height:89px;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-70 .elementor-element.elementor-element-76f0468{width:100%;max-width:100%;margin:-29px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-70 .elementor-element.elementor-element-fa06bfa{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-70 .elementor-element.elementor-element-8ba795f{margin:-35px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}@media(max-width:767px){.elementor-70 .elementor-element.elementor-element-76f0468{margin:-32px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-70 .elementor-element.elementor-element-8ba795f{margin:-34px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}}@media(min-width:768px){.elementor-70 .elementor-element.elementor-element-85048ac{--content-width:1600px;}.elementor-70 .elementor-element.elementor-element-3c14cb6{--content-width:1600px;}.elementor-70 .elementor-element.elementor-element-fa06bfa{--content-width:1600px;}}/* Start custom CSS for html, class: .elementor-element-173838c */@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap");

.nv-hero-section {
  --nv-primary: #0F172A;
  --nv-secondary: #FFA600;
  --nv-text: #475569;
  --nv-accent: #1200FF;
  --nv-border: rgba(15, 23, 42, 0.12);

  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding: 82px 22px 34px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  font-family: "Inter", Arial, sans-serif;
  color: var(--nv-primary);
  overflow: hidden;
}

.nv-hero-wrap {
  max-width: 1180px;
  margin: 0 auto;
}

.nv-hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 52px;
  align-items: center;
}

.nv-pill {
  display: inline-flex;
  margin-bottom: 18px;
  padding: 7px 14px;
  border: 1px solid var(--nv-border);
  border-radius: 999px;
  background: #ffffff;
  color: var(--nv-primary);
  font-size: 13px;
  font-weight: 700;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
}

.nv-title {
  max-width: 650px;
  margin: 0;
  font-size: clamp(42px, 5.3vw, 68px);
  line-height: 1.03;
  letter-spacing: 0;
  font-weight: 800;
  color: var(--nv-primary);
}

.nv-rotator {
  position: relative;
  display: block;
  min-height: 1.1em;
  color: var(--nv-accent);
  overflow: hidden;
}

.nv-rotator span {
  position: absolute;
  inset: 0 auto auto 0;
  opacity: 0;
  transform: translateY(28%);
  animation: nvWords 15s infinite;
  white-space: nowrap;
}

.nv-rotator span:nth-child(2) { animation-delay: 3s; }
.nv-rotator span:nth-child(3) { animation-delay: 6s; }
.nv-rotator span:nth-child(4) { animation-delay: 9s; }
.nv-rotator span:nth-child(5) { animation-delay: 12s; }

.nv-text {
  max-width: 560px;
  margin: 22px 0 0;
  color: var(--nv-text);
  font-size: 17px;
  line-height: 1.7;
}

.nv-list {
  display: grid;
  gap: 12px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.nv-list li {
  position: relative;
  padding-left: 32px;
  color: var(--nv-text);
  font-size: 15.5px;
  line-height: 1.45;
}

.nv-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  width: 21px;
  height: 21px;
  border-radius: 50%;
  background: var(--nv-primary);
}

.nv-list li::after {
  content: "";
  position: absolute;
  left: 7px;
  top: 7px;
  width: 7px;
  height: 4px;
  border-left: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  transform: rotate(-45deg);
}

.nv-cta {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
  margin-top: 30px;
}

.nv-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 210px;
  min-height: 52px;
  padding: 0 30px;
  border: 2px solid var(--nv-accent);
  border-radius: 12px;
  background: transparent;
  color: var(--nv-accent);
  font-size: 15px;
  font-weight: 800;
  text-decoration: none;
  transition: 0.3s ease;
}

.nv-btn:hover {
  background: var(--nv-accent);
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 14px 32px rgba(18, 0, 255, 0.22);
}

.nv-price small {
  display: block;
  margin-bottom: 2px;
  color: #94a3b8;
  font-size: 12px;
  font-weight: 700;
}

.nv-price strong {
  color: var(--nv-primary);
  font-size: 42px;
  line-height: 1;
  font-weight: 800;
}

.nv-price span {
  color: var(--nv-primary);
  font-size: 16px;
}

.nv-console {
  display: flex;
  justify-content: center;
}

.nv-window {
  width: min(100%, 470px);
  border-radius: 16px;
  overflow: hidden;
  background:
    radial-gradient(circle at 85% 15%, rgba(255, 166, 0, 0.35), transparent 28%),
    linear-gradient(145deg, #0F172A 0%, #16135c 100%);
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.18);
  animation: nvFloat 8s ease-in-out infinite;
}

.nv-window-bar {
  display: flex;
  align-items: center;
  gap: 8px;
  height: 46px;
  padding: 0 16px;
  background: rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.nv-window-bar i {
  width: 11px;
  height: 11px;
  border-radius: 50%;
}

.nv-window-bar i:nth-child(1) { background: #ff5f57; }
.nv-window-bar i:nth-child(2) { background: #ffbd2e; }
.nv-window-bar i:nth-child(3) { background: #28c840; }

.nv-window-bar b {
  margin-left: 8px;
  color: rgba(255, 255, 255, 0.75);
  font-size: 12px;
  font-weight: 700;
}

.nv-window-body {
  padding: 28px;
}

.nv-running {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 22px;
}

.nv-running span {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: var(--nv-secondary);
  animation: nvPulse 3.8s ease-in-out infinite;
}

.nv-running strong {
  color: #ffffff;
  font-size: 14px;
}

.nv-code {
  display: grid;
  gap: 11px;
}

.nv-code p {
  position: relative;
  margin: 0;
  padding-left: 17px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 13px;
  line-height: 1.45;
  animation: nvFade 12s ease-in-out infinite;
}

.nv-code p::before {
  content: ">";
  position: absolute;
  left: 0;
  color: var(--nv-secondary);
}

.nv-code p:nth-child(2) { animation-delay: 1.2s; }
.nv-code p:nth-child(3) { animation-delay: 2.4s; }
.nv-code p:nth-child(4) { animation-delay: 3.6s; }

.nv-progress {
  height: 9px;
  margin-top: 26px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  overflow: hidden;
}

.nv-progress span {
  display: block;
  height: 100%;
  width: 76%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--nv-secondary), #ffffff);
  animation: nvProgress 5.5s ease-in-out infinite;
}

.nv-metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 22px;
}

.nv-metrics div {
  padding: 15px 12px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.nv-metrics strong {
  display: block;
  color: #ffffff;
  font-size: 15px;
  margin-bottom: 4px;
}

.nv-metrics span {
  color: rgba(255, 255, 255, 0.65);
  font-size: 12px;
}

.nv-strip {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
  margin-top: 54px;
}

.nv-strip div {
  min-height: 86px;
  padding: 18px;
  border-radius: 14px;
  background: var(--nv-primary);
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.12);
}

.nv-strip span {
  display: block;
  margin-bottom: 12px;
  color: var(--nv-secondary);
  font-size: 12px;
  font-weight: 800;
}

@keyframes nvWords {
  0%, 11% {
    opacity: 1;
    transform: translateY(0);
  }
  20%, 100% {
    opacity: 0;
    transform: translateY(-28%);
  }
}

@keyframes nvFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

@keyframes nvProgress {
  0%, 100% { width: 54%; }
  50% { width: 88%; }
}

@keyframes nvPulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(255, 166, 0, 0.45); }
  50% { box-shadow: 0 0 0 11px rgba(255, 166, 0, 0); }
}

@keyframes nvFade {
  0%, 80%, 100% { opacity: 0.55; }
  18%, 65% { opacity: 1; }
}

@media (max-width: 1024px) {
  .nv-hero-grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .nv-strip {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .nv-hero-section {
    padding: 64px 18px 28px;
  }

  .nv-title {
    font-size: clamp(38px, 12vw, 52px);
  }

  .nv-rotator span {
    white-space: normal;
  }

  .nv-text {
    font-size: 15.5px;
  }

  .nv-btn {
    width: 100%;
  }

  .nv-window-body {
    padding: 22px;
  }

  .nv-metrics {
    grid-template-columns: 1fr;
  }

  .nv-strip {
    grid-template-columns: 1fr;
    margin-top: 38px;
  }
}
.nv-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 210px;
  min-height: 52px;
  padding: 0 30px;
  border: 2px solid #1200FF;
  border-radius: 12px;
  background: #ffffff;
  color: #1200FF !important;
  font-size: 15px;
  font-weight: 800;
  text-decoration: none !important;
  box-shadow: 0 10px 28px rgba(18, 0, 255, 0.12);
  transition: 0.3s ease;
}

.nv-btn:hover,
.nv-btn:focus,
.nv-btn:active,
.nv-btn:visited {
  background: #1200FF;
  border-color: #1200FF;
  color: #ffffff !important;
  text-decoration: none !important;
  transform: translateY(-2px);
  box-shadow: 0 14px 32px rgba(18, 0, 255, 0.24);
}
.nv-rotator {
  font-size: clamp(38px, 4.6vw, 60px);
}
.nv-rotator {
  font-size: clamp(32px, 4vw, 52px);
}
.nv-btn {
  color: #ffffff !important;
}/* End custom CSS */