  html {
  scroll-behavior: smooth;
}
.cta-btn.neon-glow {
  font-family: 'Roboto', sans-serif;
  padding: 12px 24px;
  background: #00f0ff;
  color: #000;
  font-weight: bold;
  border-radius: 8px;
  font-size: 18px;
  text-transform: uppercase;
  text-decoration: none;
  box-shadow: 0 0 10px #00f0ff, 0 0 20px #00f0ff;
  transition: all 0.3s ease;
  border: none;
  position: relative;
  overflow: hidden;
}

.cta-btn.neon-glow:hover {
  background: #0ff;
  color: #111;
  box-shadow: 0 0 20px #00f0ff, 0 0 30px #00f0ff;
  transform: scale(1.05);
}

.cta-btn.neon-glow::after {
  content: '';
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
  transform: skewX(-25deg);
  transition: 0.5s;
}

.cta-btn.neon-glow:hover::after {
  left: 130%;
}


  .mobile-nav a {
  display: block;
  padding: 14px 20px;
  margin: 5px 0;
  background-color: #0a0a0a;
  color: #00ffff;

  margin: 0 auto;
    width: 83%;

  text-decoration: none;
  font-weight: bold;
  border: 1px solid rgba(0, 255, 255, 0.2);
  border-radius: 6px;
  text-align: center;
  transition: all 0.25s ease;
  box-shadow: 0 0 10px rgba(0, 255, 255, 0.1);
}

.mobile-nav a:hover {
  background-color: rgba(0, 255, 255, 0.1);
  box-shadow: 0 0 15px rgba(0, 255, 255, 0.5);
  transform: scale(1.02);
}

    .wdxl-lubrifont-jp-n-regular {
    font-family: "WDXL Lubrifont JP N", sans-serif;
    font-weight: 400;
    font-style: normal;
   }
    body {
     font-family: "WDXL Lubrifont JP N", sans-serif;
      font-family: 'Orbitron', sans-serif;
      background-color: #0a0f1a;
      color: #00ffff;
      margin: 0;
      padding: 0;
    }
   
    section {
      padding: 40px 20px;
      /*max-width: 1000px;*/
      max-width: 100%;
      margin: auto;
      font-family: "WDXL Lubrifont JP N", sans-serif;
      font-family: 'Orbitron', sans-serif;
    }
    h2 {
      color: #00ccff;
     /* border-left: 5px solid #00ffff;*/
      padding-left: 10px;
      font-family: "WDXL Lubrifont JP N", sans-serif;
      font-family: 'Orbitron', sans-serif;
    }
    ul {
      list-style: none;
      padding-left: 0;
    }
    ul li {
      margin: 10px 0;
    }
    .budget, .advantages, .targets {
      background-color: #101828;
      padding: 20px;
      border-radius: 10px;
      margin-bottom: 40px;
    }
    .footer {
      text-align: center;
      padding: 20px;
      color: #888;
      font-size: 14px;
    }

  
     header {
      background: linear-gradient(to right, #004466, #001122);
      padding: 20px 0;
      text-align: center;
      font-size: 28px;
       position: relative;
      z-index: 999;
      color: #fff;
      font-family: "WDXL Lubrifont JP N", sans-serif;
      font-family: 'Orbitron', sans-serif;
      
    }

    .header-container {
      max-width: 1200px;
      margin: 0 auto;
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 0 20px;
    }

    .logo {
      font-size: 28px;
      font-weight: bold;
    }

    .logo span:first-child {
      color: #00ffff;
    }

/* Общий стиль пунктов меню */
.nav ul {margin:0; }
.nav ul li {display: inline-block; }
.nav ul li a {
 
  display: inline-block;
  padding: 10px 16px;
  color: #00f0ff;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease;
}

/* Glow при наведении */
.nav ul li a:hover {
  color: #ffffff;
  text-shadow: 0 0 5px #00f0ff, 0 0 10px #00f0ff, 0 0 20px #00f0ff;
}

/* Активный пункт (по желанию) */
.nav ul li a.active {
  color: #ffffff;
  text-shadow: 0 0 6px #00f0ff, 0 0 12px #00f0ff;
}
.nav ul li a {
  transition: text-shadow 0.3s ease, color 0.3s ease;
}


    .nav {
      display: flex;
      gap: 30px;
    }

    .nav a {
      color: #fff;
      text-decoration: none;
      font-size: 16px;
    }

    .cta {
      background: #00ffff;
      color: #000;
      padding: 10px 20px;
      border-radius: 4px;
      font-weight: bold;
      text-decoration: none;
    }

    /* === BURGER === */
    .burger {
      display: none;
      flex-direction: column;
      cursor: pointer;
      gap: 5px;
    }

    .burger div {
      width: 25px;
      height: 3px;
      background-color: #00ffff;
    }

    .mobile-nav {
      display: none;
      flex-direction: column;
      background: #111;
      position: absolute;
      top: 100%;
      right: 0;
      width: 100%;
      
      padding: 20px 0;
      gap: 15px;
    }

    .mobile-nav a {
      color: #fff;
      text-decoration: none;
      font-size: 18px;
    }

    @media (max-width: 768px) {
      .nav, .cta {
        display: none;
      }
.cta-btn.neon-glow {display: none;}
      .burger {
        display: flex;
      }
      .footer {
      
      padding: 20px 20px 80px 20px;
      
    }

      .mobile-nav.active {
        display: flex;
      }
      form {
        max-width: 100% !important;
        margin: 0 auto;
        width: 304px;
      }
    }

    /* === HERO SLIDER === */
.hero-slider {
  background: linear-gradient(145deg, #031d2c, #010a13);

  
  color: #fff;
  text-align: center;
  padding: 100px 20px 120px;
  position: relative;
  overflow: hidden;
}

.slider {
  max-width: 900px;
  margin: 0 auto;
  position: relative;
}

.slide {
  display: none;
  animation: fadeIn 1s ease-in-out;
}

.slide.active {
  display: block;
}

.slide h1 {
  font-size: 36px;
  color: #00ffff;
}

.slide p {
  font-size: 18px;
  margin-top: 10px;
  color: #aaa;
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}

/* === Заказать кнопка === */
.order-btn {
  display: inline-block;
  margin-top: 50px;
  background: #00ffff;
  color: #000;
  font-weight: bold;
  padding: 15px 35px;
  font-size: 18px;
  border: 2px solid #00ffff;
  border-radius: 6px;
  text-decoration: none;
  box-shadow: 0 0 20px #00ffff80;
  transition: all 0.3s ease;
}

.order-btn:hover {
  background: transparent;
  color: #00ffff;
  box-shadow: 0 0 25px #00ffffaa;
}


@media (max-width: 768px) {
  
  .navbar.active {
    
    animation: slideIn 0.3s ease forwards;
  }

  

  @keyframes slideIn {
    from {
      opacity: 0;
      transform: translateX(20px);
    }
    to {
      opacity: 1;
      transform: translateX(0);
    }
  }
}
.cta-btn {
  display: inline-block;
  padding: 14px 28px;
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
  color: #00ffff;
  background-color: transparent;
  border: 2px solid #00ffff;
  border-radius: 6px;
  text-decoration: none;
  text-align: center;
  transition: all 0.4s ease;
  position: relative;
  box-shadow: 0 0 10px #00ffff, 0 0 20px #00ffff inset;
}

.cta-btn:hover {
  background-color: #00ffff;
  color: #000;
  box-shadow: 0 0 20px #00ffff, 0 0 40px #00ffff inset;
  transform: scale(1.05);
}

.cta-btn:active {
  transform: scale(0.98);
  box-shadow: 0 0 14px #00cccc, 0 0 28px #00cccc inset;
}


.video-bg {
  position: relative;
  height: 100vh;
  overflow: hidden;
  background-size: cover;
}

.video-bg video {

filter: blur(3px) brightness(0.5);

}

#bgVideo {
  position: absolute;
  top: 54%; left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  z-index: -1;
  object-fit: cover;
}

.overlay {
  position: relative;
  z-index: 2;
  color: #fff;
  text-align: center;
  padding-top: 25vh;
}


@import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@500&display=swap');

#neon-bar {
  position: relative;
  width: 300px;
  height: 20px;
  margin: 0 auto;
  background: rgba(0, 255, 255, 0.1);
  border: 1px solid #0ff;
  box-shadow: 0 0 10px #0ff, inset 0 0 5px #0ff;
  overflow: hidden;
  border-radius: 10px;
}

#neon-bar .progress {
  height: 100%;
  width: 0%;
  background: linear-gradient(90deg, #00faff, #00d0ff, #00faff);
  box-shadow: 0 0 10px #00faff;
  animation: loading 2s linear infinite;
}

#neon-bar .glow {
  position: absolute;
  top: -20px;
  left: 0;
  width: 100%;
  height: 60px;
  background: radial-gradient(circle, rgba(0,255,255,0.4) 0%, transparent 80%);
  animation: pulse 2s infinite ease-in-out;
  pointer-events: none;
}

@keyframes loading {
  0% { width: 0%; }
  100% { width: 100%; }
}

@keyframes pulse {
  0%, 100% { opacity: 0.4; }
  50% { opacity: 1; }
}





.services-section {
  /*background: #0b0f1c;*/
  padding: 20px;
  color: #fff;
  text-align: center;
}

.services-section .section-title {
  font-size: 32px;
  margin-bottom: 10px;
  color: #00ffff;
  font-family: 'Orbitron', sans-serif;
}

.services-section .section-subtitle {
  color: #999;
  margin-bottom: 40px;
  font-size: 16px;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 30px;
}

.service-card {
  background: rgba(0, 255, 255, 0.05);
  border: 1px solid rgba(0, 255, 255, 0.1);
  padding: 30px;
  border-radius: 10px;
  transition: 0.3s ease-in-out;
  box-shadow: 0 0 10px rgba(0, 255, 255, 0.2);
}

.service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 0 20px rgba(0, 255, 255, 0.5);
}

.service-icon {
  font-size: 36px;
  margin-bottom: 20px;
  color: #00ffff;
}

.service-card h3 {
  font-size: 20px;
  margin-bottom: 10px;
  font-family: 'Orbitron', sans-serif;
}

.service-card p {
  font-size: 14px;
  color: #ccc;
  line-height: 1.6;
}

.cta-link {
  margin-top: 15px;
  display: inline-block;
  color: #00ffff;
  font-weight: bold;
  text-decoration: none;
  border-bottom: 1px dashed #00ffff;
  transition: 0.3s;
}

.cta-link:hover {
  color: #fff;
  border-color: #fff;
}


.industry-category {
  margin-bottom: 60px;
}

.industry-category h3 {
  font-size: 24px;
  color: #00ffff;
  margin-bottom: 20px;
  font-family: 'Orbitron', sans-serif;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
}

.service-card {
  background: rgba(0, 255, 255, 0.04);
  
  border: 1px solid rgba(0, 255, 255, 0.1);
  border-radius: 12px;
  padding: 25px;
  color: white;
  text-align: left;
  transition: all 0.3s ease;
  box-shadow: 0 0 8px rgba(0,255,255,0.1);
}

.service-card:hover {
  background: rgba(0, 255, 255, 0.08);
  box-shadow: 0 0 15px rgba(0,255,255,0.4);
  transform: translateY(-5px);
}

.service-card h4 {
  font-size: 18px;
  margin-bottom: 10px;
  font-family: 'Orbitron', sans-serif;
}

.service-card p {
  font-size: 14px;
  color: #ccc;
}

.service-icon {
  font-size: 30px;
  margin-bottom: 10px;
  color: #00ffff;
}




.features {
  padding: 0 20px 60px 20px;
  /*background: linear-gradient(to bottom, #050e1b, #0b1a2c);*/
  color: #ffffff;
  font-family: 'Roboto', sans-serif;
  text-align: center;
}

.section-title {
  font-size: 2.2rem;
  margin-bottom: 40px;
  color: #00d0ff;
  text-shadow: 0 0 8px #00d0ff;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
}

.feature-item {
  background: rgba(0, 0, 0, 0.3);
  border: 1px solid #00f2ff33;
  border-radius: 12px;
  padding: 30px 20px;
  transition: 0.3s ease;
  box-shadow: 0 0 10px #00f2ff22;
}

.feature-item:hover {
  box-shadow: 0 0 25px #00f2ff, 0 0 50px #00f2ff44;
  transform: translateY(-5px);
}

.feature-item .icon {
  font-size: 40px;
  color: #00f2ff;
  margin-bottom: 15px;
}

.feature-item h3 {
  font-size: 20px;
  margin-bottom: 10px;
  color: #ccfaff;
}

.feature-item p {
  font-size: 14px;
  color: #b0dfff;
  line-height: 1.6;
}



.testimonials {
  padding: 20px 20px 80px 20px;
  /*background: linear-gradient(to bottom, #0b1a2c, #050e1b);*/
  color: #ffffff;
  text-align: center;
  font-family: 'Roboto', sans-serif;
}

.testimonials .section-title {
  font-size: 2.2rem;
  margin-bottom: 50px;
  color: #00d0ff;
  text-shadow: 0 0 8px #00d0ff;
}

.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  max-width: 1100px;
  margin: 0 auto;
}

.testimonial-item {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid #00f2ff22;
  border-radius: 12px;
  padding: 25px 20px;
  position: relative;
  box-shadow: 0 0 20px #00f2ff22;
  transition: 0.3s ease;
}

.testimonial-item:hover {
  box-shadow: 0 0 25px #00f2ff, 0 0 60px #00f2ff44;
  transform: translateY(-6px);
}

.testimonial-text {
  font-size: 16px;
  color: #b0dfff;
  margin-bottom: 15px;
  line-height: 1.6;
}

.testimonial-author {
  font-weight: bold;
  color: #ccfaff;
  font-size: 14px;
}




.about-section {
 /* padding: 80px 20px;*/
  padding: 80px 20px 40px;
  /*background: linear-gradient(to bottom, #060e17, #0a1623);*/
  color: #ffffff;
  font-family: 'Roboto', sans-serif;
  text-align: center;
}

.about-section .section-title {
  font-size: 2.2rem;
  margin-bottom: 40px;
  color: #00d0ff;
  text-shadow: 0 0 8px #00d0ff;
}

.about-content {
  max-width: 900px;
  /*margin: 0 auto;*/
  margin-top:-10px;
  font-size: 17px;
  line-height: 1.7;
  color: #cbeeff;
}

.about-content strong {
  color: #ffffff;
  text-shadow: 0 0 4px #00d0ff;
}
.about-content p {text-align:left;}