/* ============================================
   🔹 HERO LAB — адаптивна секція з падінгами та анімацією
   ============================================ */
.nt-hero-lab {
  position: relative;
  background: url("/catalog/view/theme/ft_nt/image/new-nt/hero-1.jpg") center/cover no-repeat;
  overflow: hidden;
}

/* Темний градієнт поверх фону */
.nt-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(25, 27, 30, 0.9) 0%,
    rgba(40, 44, 48, 0.7) 45%,
    rgba(60, 65, 70, 0.3) 100%
  );
  z-index: 0;
}

/* Контент поверх */
.nt-hero-container {
  position: relative;
  z-index: 2;
  color: #fff;
}

/* --- Анімація появи --- */
.nt-hero-animate {
  opacity: 0;
  transform: translateY(25px);
  animation: ntFadeUp 0.9s ease forwards;
  animation-delay: var(--delay, 0s);
}

@keyframes ntFadeUp {
  from { opacity: 0; transform: translateY(25px); }
  to { opacity: 1; transform: translateY(0); }
}

/* --- Текст --- */
.nt-hero-text h1 {
  font-weight: 800;
  font-size: 2.8rem;
  line-height: 1.2;
  margin-bottom: 20px;
}
.nt-accent {
  background: var(--color-var1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.nt-light {
  color: #f9fafb;
}
.nt-hero-text p {
  font-size: 1.1rem;
  color: #d0d5da;
  margin-bottom: 20px;
}
.nt-hero-text ul {
  list-style: none;
  padding: 0;
}
.nt-hero-text li {
  color: #d8e0e8;
  font-size: 0.98rem;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.nt-hero-text i {
  color: #38b6ff;
  font-size: 1.2rem;
}

/* --- Форма --- */
/* --- Звужена форма на ПК --- */
.nt-form-solid {
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(200, 210, 220, 0.5);
  border-radius: 20px;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.15);
  padding: 35px 30px;
  transition: all 0.3s ease;
  color: #333;

  /* 🔹 додаємо обмеження ширини */
  max-width: 420px;  /* оптимально для десктопу */
  margin: 0 auto;    /* центр по горизонталі */
}

/* hover-ефект */
.nt-form-solid:hover {
  box-shadow: 0 0 50px rgba(56, 182, 255, 0.25);
  transform: translateY(-4px);
}

/* адаптив для планшетів і телефонів */
@media (max-width: 992px) {
  .nt-form-solid {
    max-width: 500px;  /* трохи ширше на середніх екранах */
    padding: 25px;
  }
}
@media (max-width: 576px) {
  .nt-form-solid {
    max-width: 100%;   /* на мобілках займає всю ширину */
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(200, 210, 220, 0.6);
  }
}


.nt-form-solid:hover {
  box-shadow: 0 0 50px rgba(56, 182, 255, 0.25);
  transform: translateY(-4px);
}
.nt-form-solid h3 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 8px;
  color: #111;
}
.nt-form-solid p {
  color: #555;
  font-size: 0.95rem;
  margin-bottom: 18px;
}
.nt-form-solid input,
.nt-form-solid textarea {
  width: 100%;
  background: #f7f9fb;
  border: 1px solid #d1d5db;
  color: #333;
  border-radius: 10px;
  padding: 12px 14px;
  margin-bottom: 12px;
  transition: border-color 0.3s ease, background 0.3s ease;
}
.nt-form-solid input:focus,
.nt-form-solid textarea:focus {
  border-color: #38b6ff;
  background: #fff;
  outline: none;
}
.nt-form-solid button {
  width: 100%;
  background: linear-gradient(90deg, #38b6ff, #00c8ff);
  border: none;
  color: #fff;
  font-weight: 600;
  padding: 12px;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.nt-form-solid button:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 20px rgba(56, 182, 255, 0.4);
}
.nt-tg {
  display: block;
  text-align: center;
  margin-top: 10px;
  font-size: 1rem;
  color: #555;
  text-decoration: underline;
}
.nt-tg:hover {
  color: #38b6ff;
}

/* --- Світловий ефект унизу --- */
.nt-hero-lab::after {
  content: "";
  position: absolute;
  bottom: -100px;
  left: 50%;
  transform: translateX(-50%);
  width: 120%;
  height: 300px;
  background: radial-gradient(circle at center, rgba(56, 182, 255, 0.2), transparent 70%);
  filter: blur(120px);
  z-index: 1;
}


/* Відправити заявку */

/* ====== Кнопка у формі ====== */
.nt-form-control.nt-submit {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  min-width: 160px !important;
  height: 60px !important;
  font-weight: 700 !important;
  font-size: 17px !important;
  line-height: 1 !important;
  letter-spacing: 0.5px !important;
  text-transform: uppercase;
  text-align: center !important;
  color: #fff !important;
  background: #38b6ff !important;
  border: none !important;
  border-radius: 10px !important;
  cursor: pointer !important;
  box-shadow: 0 4px 20px rgba(56,182,255,0.35) !important;
  transition: all 0.25s ease !important;
}

.nt-form-control.nt-submit:hover {
  background: #5ac2ff !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 6px 24px rgba(56,182,255,0.45) !important;
}

@media (max-width: 576px) {
  .nt-form-control.nt-submit {
    height: 52px;
    font-size: 15px;
  }
}


/* --- Адаптивність --- */
@media (max-width: 992px) {
  .nt-hero-lab {
    padding: 80px 0;
  }
  .nt-hero-text {
    text-align: center;
    margin-bottom: 40px;
  }
  .nt-hero-text h1 {
    font-size: 2.2rem;
  }
  .nt-form-solid {
    padding: 25px;
  }
}

/* --- Телефони --- */
@media (max-width: 576px) {
  .nt-hero-lab {
    background: url("/catalog/view/theme/ft_nt/image/new-nt/hero-2.png") center/cover no-repeat;

  }

  .nt-hero-overlay {
    background: linear-gradient(
      180deg,
  rgba(0, 0, 0, 0.849) 0%,   /* темно-сірий, майже чорний */
  rgba(25, 28, 33, 0.836) 40%,  /* насичений */
  rgba(30, 33, 38, 0.9) 70%,   /* плавний перехід */
  rgba(40, 44, 48, 0.85) 100%  /* трохи світліше внизу */
);
    
  }

  .nt-hero-text h1,
  .nt-hero-text p,
  .nt-hero-text li {
    color: #f8fafd !important;
    text-shadow: 0 2px 8px rgba(190, 190, 190, 0.212);
  }

  .nt-form-solid {
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(200, 210, 220, 0.6);
  }
}