
.promo-hero {
  padding: 5rem 0 3rem;
  position: relative;
  overflow: hidden;
}

.promo-banner {
  display: inline-block;
  background: #00ffff;
  color: #000;
  font-weight: 900;
  font-size: 13px;
  letter-spacing: .05rem;
  text-transform: uppercase;
  padding: 10px 22px;
  border-radius: 30px;
  margin-top: 130px;
  margin-bottom: 1.5rem;
}

.promo-tagline {
  font-size: 25px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.75);
  margin-bottom: 2.5rem;
  
}

.promo-tagline strong {
  color: #fff;
  font-weight: 900;
}

/* --- Blocco prezzo --- */
.price-card {
  border: 2px solid rgba(255, 255, 255, 0.15);
  border-radius: 16px;
  padding: 2.5rem 1rem;
  text-align: center;
  background: rgba(255, 255, 255, 0.03);
  transition: .3s all ease;
}

.price-card:hover {
  border-color: #00ffff;
}

.price-card .price-from {
  text-transform: uppercase;
  letter-spacing: .1rem;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
  display: block;
  margin-bottom: .5rem;
}

.price-card .price-value {
  font-family: "Arimo", sans-serif;
  font-size: 64px;
  font-weight: 900;
  color: #00ffff;
  line-height: 1;
}

.price-card .price-value .price-vat {
  font-size: 18px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.6);
  vertical-align: middle;
}

.price-card .price-desc {
  margin-top: 1rem;
  font-size: 22px;
  color: rgba(255, 255, 255, 0.85);
}

/* --- Checklist vantaggi --- */
.promo-checklist {
  list-style: none;
  padding: 0;
  margin: 50px;
}

.promo-checklist li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 14px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.promo-checklist li:last-child {
  border-bottom: none;
}

.promo-checklist .check-icon {
  flex: 0 0 26px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #00ffff;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  font-size: 14px;
}

.promo-checklist .check-text {
  font-size: 16px;
  color: #fff;
}

/* --- CTA finale --- */
.promo-cta-wrap {
  text-align: center;
  margin-top: 2.5rem;
}

@media (max-width: 767.98px) {
  .price-card .price-value {
    font-size: 48px;
  }
  .promo-tagline {
    font-size: 17px;
  }
}



/* =========================
   SECTION BASE
========================= */
#tarifs.nk-section {
  position: relative;
  padding: 120px 0;
  background: #0a0a0f;
  overflow: hidden;
  color: #fff;
  margin-top: -200px;
}

/* =========================
   WATERMARK BACKGROUND
========================= */
#tarifs .bg-watermark {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 140px;
  font-weight: 800;
  letter-spacing: 10px;
  color: rgba(255, 255, 255, 0.03);
  z-index: 0;
  pointer-events: none;
  user-select: none;
}

#tarifs .left-watermark {
  left: 20%;
  transform: translateY(-50%);
}

/* =========================
   CONTAINER
========================= */
#tarifs .container-custom {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* =========================
   SECTION HEADER
========================= */
#tarifs .section-header {
  text-align: center;
  margin-bottom: 60px;
}

#tarifs .nk-subtitle {
  font-size: 12px;
  letter-spacing: 3px;
  color: #00ffff;
  opacity: 0.8;
}

#tarifs .nk-title {
  font-size: 42px;
  font-weight: 800;
  margin-top: 10px;
  text-transform: uppercase;
}

/* =========================
   GRID
========================= */
#tarifs .nk-grid-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

/* =========================
   CARD BASE
========================= */
#tarifs .nk-card {
  position: relative;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(12px);
  padding: 40px 30px;
  border-radius: 16px;
  transition: all 0.4s ease;
  overflow: hidden;
}

#tarifs .nk-card:hover {
  transform: translateY(-10px);
  border-color: rgba(0, 255, 255, 0.4);
  box-shadow: 0 20px 60px rgba(0, 255, 255, 0.1);
}


/* =========================
   GLOW EFFECT
========================= */
#tarifs .card-glow-effect {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top left, rgba(0,255,255,0.15), transparent 60%);
  opacity: 0;
  transition: 0.4s;
}

#tarifs .nk-card:hover .card-glow-effect {
  opacity: 1;
}
/* =========================
   video 
========================= */

/* =========================
   HERO VIDEO SECTION
========================= */
.hero-video-section {
  position: relative;
  width: 100%;
  height: 90vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

/* VIDEO */
.hero-video {
  position: absolute;
  top: 15%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
  object-fit: cover;
  z-index: 0;
}

/* OVERLAY SCURO */
.hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
  padding-top: 20px;
}

/* CONTENUTO */
.hero-content {
  position: relative;
  z-index: 2;
  max-width: 900px;
  color: #fff;
  padding: 10px;
}

.hero-content h1 {
  font-size: 80px;
  font-weight: 900;
  margin-bottom: 10px;
}

.hero-content p {
  font-size: 22px;
  opacity: 0.8;
  margin-bottom: 25px;
}

/* BUTTON */
.hero-btn {
  display: inline-block;
  padding: 14px 28px;
  background: #00ffff;
  color: #000;
  border-radius: 30px;
  font-weight: bold;
  text-decoration: none;
  transition: 0.3s ease;
}

.hero-btn:hover {
  box-shadow: 0 0 20px rgba(0,255,255,0.4);
  transform: translateY(-2px);
}

/* =========================
   RESPONSIVE
========================= */
@media (max-width: 768px) {

  .hero-content h1 {
    font-size: 30px;
  }

  .hero-content p {
    font-size: 14px;
  }

  .hero-video-section {
    height: 80vh;  }
}


/* =========================
   FEATURED CARD
========================= */
#tarifs .nk-card.featured {
  border: 1px solid rgba(0, 255, 255, 0.5);
  transform: scale(1.05);
}

#tarifs .featured-badge {
  position: absolute;
  top: 15px;
  right: 15px;
  background: #00ffff;
  color: #000000;
  font-size: 10px;
  padding: 2px 10px 2px;
  border-radius: 18px;
  font-weight: bold;
}

/* =========================
   TEXT ELEMENTS
========================= */
#tarifs .card-tag {
  font-size: 11px;
  letter-spacing: 2px;
  opacity: 0.7;
}

#tarifs .card-title {
  font-size: 24px;
  margin: 15px 0;
  font-weight: 700;
}

#tarifs .card-price {
  font-size: 45px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 15px;
}

#tarifs .text-cyan {
  color: rgb(255, 0, 89);
}

#tarifs .card-desc {
  font-size: 14px;
  opacity: 0.7;
  margin-bottom: 20px;
}

/* =========================
   FEATURES LIST
========================= */
#tarifs .card-features {
  list-style: none;
  padding: 0;
  margin: 0 0 30px;
}

#tarifs .card-features li {
  font-size: 13px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
  opacity: 0.85;
}

#tarifs .card-features li i {
  color: #00ffff;
}

#tarifs .card-features li.locked {
  opacity: 0.3;
}

/* =========================
   BUTTON
========================= */
#tarifs .nk-btn {
  display: inline-block;
  padding: 12px 20px;
  border-radius: 30px;
  text-decoration: none;
  font-size: 12px;
  letter-spacing: 2px;
  transition: 0.3s;
}

#tarifs .btn-secondary {
  border: 1px solid rgba(255,255,255,0.3);
  color: #fff;
}

#tarifs .btn-secondary:hover {
  border-color: #00ffff;
  color: #00ffff;
}

#tarifs .btn-primary {
  background: #00ffff;
  color: #000;
  font-weight: bold;
}

#tarifs .btn-primary:hover {
  box-shadow: 0 0 20px rgba(0,255,255,0.4);
}

/* =========================
   RESPONSIVE
========================= */
@media (max-width: 992px) {
  #tarifs .nk-grid-cards {
    grid-template-columns: 1fr;
  }

  #tarifs .nk-card.featured {
    transform: none;
  }

  #tarifs .bg-watermark {
    font-size: 80px;
  }
}
/* =========================
   CONTACT SECTION
========================= */
#contact.nk-section {
  position: relative;
  padding: 120px 0;
  background: #07070c;
  overflow: hidden;
  color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

/* =========================
   WATERMARK
========================= */
#contact .bg-watermark {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 130px;
  font-weight: 800;
  letter-spacing: 12px;
  color: rgba(255, 255, 255, 0.03);
  pointer-events: none;
  user-select: none;
}

/* =========================
   CONTAINER
========================= */
#contact .container-custom {
  position: relative;
  z-index: 2;
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px;
}

/* =========================
   HEADER
========================= */
#contact .section-header {
  text-align: center;
  margin-bottom: 50px;
}

#contact .nk-subtitle {
  font-size: 12px;
  letter-spacing: 3px;
  color: #00ffff;
  opacity: 0.85;
}

#contact .nk-title {
  font-size: 40px;
  font-weight: 800;
  margin-top: 10px;
  text-transform: uppercase;
}

.nk-card.active {
  border: 1px solid #00ffff;
  box-shadow: 0 0 25px rgba(0, 255, 255, 0.25);
  transform: translateY(-8px);
}

/* =========================
   FORM LAYOUT
========================= */
#contact .nk-form {
  position: relative;
}

#contact .form-row-custom {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

/* =========================
   FORM GROUP
========================= */
#contact .form-group-custom {
  position: relative;
  margin-bottom: 30px;
}

/* =========================
   INPUT / TEXTAREA / SELECT
========================= */
#contact .form-group-custom input,
#contact .form-group-custom textarea,
#contact .form-group-custom select {
  width: 100%;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  padding: 16px 14px;
  font-size: 14px;
  color: #fff;
  outline: none;
  transition: all 0.3s ease;
}

/* focus unificato */
#contact .form-group-custom:focus-within input,
#contact .form-group-custom:focus-within textarea,
#contact .form-group-custom:focus-within select {
  border-color: #00ffff;
  box-shadow: 0 0 15px rgba(0, 255, 255, 0.15);
  transform: translateY(-1px);
}

/* =========================
   LABEL (INPUT + TEXTAREA FLOAT)
========================= */
#contact .form-group-custom label {
  position: absolute;
  top: 14px;
  left: 14px;
  font-size: 12px;
  letter-spacing: 2px;
  color: rgba(255,255,255,0.5);
  pointer-events: none;
  transition: 0.3s ease;
}

/* floating solo per input/textarea */
#contact .form-group-custom input:focus + label,
#contact .form-group-custom input:valid + label,
#contact .form-group-custom textarea:focus + label,
#contact .form-group-custom textarea:valid + label {
  top: -10px;
  font-size: 10px;
  color: #00ffff;
}

/* =========================
   SELECT (FIX STABILE - NO FLOAT BUG)
========================= */
#contact .form-group-custom select {
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  padding-right: 40px;
}

/* label SELECT fissa (non floating) */
#contact .select-label {
  position: absolute;
  top: -10px;
  left: 12px;
  font-size: 10px;
  letter-spacing: 2px;
  color: #00ffff;
}

/* freccia select */
#contact .form-group-custom::after {
  content: "▼";
  position: absolute;
  right: 14px;
  top: 18px;
  font-size: 10px;
  color: rgba(255,255,255,0.5);
  pointer-events: none;
}

/* =========================
   INPUT BAR
========================= */
#contact .input-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0%;
  background: #00ffff;
  transition: 0.4s ease;
}

#contact .form-group-custom:focus-within .input-bar {
  width: 100%;
}

/* =========================
   SUBMIT BUTTON
========================= */
#contact .nk-submit-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: #00ffff;
  color: #000;
  padding: 14px 24px;
  border-radius: 30px;
  font-size: 12px;
  letter-spacing: 2px;
  font-weight: bold;
  border: none;
  cursor: pointer;
  transition: 0.3s ease;
}

#contact .nk-submit-btn:hover {
  box-shadow: 0 0 25px rgba(0, 255, 255, 0.4);
  transform: translateY(-2px);
}

/* =========================
   RESPONSIVE
========================= */
@media (max-width: 768px) {
  #contact .form-row-custom {
    grid-template-columns: 1fr;
  }

  #contact .nk-title {
    font-size: 30px;
  }

  #contact .bg-watermark {
    font-size: 70px;
  }
}