.grid-glow-section,
.pacchetti-main-section,
.pacchetti-included-section,
.cta-section-dark {
  position: relative;
  overflow: hidden;
  background: #030913;
}

.grid-glow-section::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to bottom, rgba(255,255,255,0.02), transparent 30%);
  pointer-events: none;
}

.grid-glow-section::before,
.pacchetti-main-section::before,
.pacchetti-included-section::before,
.cta-section-dark::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 48px 48px;
  pointer-events: none;
}

.grid-glow-section .container,
.pacchetti-main-section .container,
.pacchetti-included-section .container,
.cta-section-dark .container {
  position: relative;
  z-index: 2;
}

.pacchetti-hero {
  padding-top: 4rem;
  padding-bottom: 2rem;
}

.pacchetti-hero-copy {
  text-align: center;
  max-width: 920px;
  margin: 0 auto;
}

.pacchetti-hero h1 {
  color: #fff;
  font-size: clamp(2.6rem, 5vw, 4.8rem);
  line-height: 1.02;
  margin-bottom: 1rem;
}

.pacchetti-hero .hero-text {
  max-width: 820px;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.82);
}

.text-gradient {
  background: linear-gradient(90deg, #f5c400, #ffd95a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.pacchetti-mini-strip {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 2.5rem;
}

.mini-strip-card {
  padding: 1rem;
  border-radius: 16px;
  text-align: center;
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.mini-strip-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  height: 44px;
  padding: 0 0.8rem;
  border-radius: 12px;
  margin-bottom: 0.8rem;
  background: rgba(245, 196, 0, 0.1);
  border: 1px solid rgba(245, 196, 0, 0.2);
  color: #f5c400;
  font-weight: 800;
}

.mini-strip-card strong {
  display: block;
  color: #fff;
  font-size: 0.95rem;
}

.packages-grid-premium {
  align-items: stretch;
  margin-top: 2rem;
}

.package-card-dark {
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #fff;
  backdrop-filter: blur(8px);
  border-radius: 22px;
}

.package-card-dark .package-label,
.package-card-dark h3,
.package-card-dark .package-price,
.package-card-dark .package-intro,
.package-card-dark .package-list li {
  color: #fff;
}

.package-card-dark .package-intro,
.package-card-dark .package-list li {
  color: rgba(255, 255, 255, 0.82);
}

.package-card-featured-premium {
  transform: translateY(-10px);
  border-color: rgba(245, 196, 0, 0.45);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.28);
}

.package-card-featured-premium .featured-badge {
  background: linear-gradient(90deg, #f5c400, #ffd95a);
  color: #08111f;
  font-weight: 800;
}

.section-soft-top {
  padding-top: 1rem;
}

.garanzia-card {
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #fff;
}

.garanzia-card h3 {
  color: #f5c400;
}

.garanzia-card p {
  color: rgba(255, 255, 255, 0.8);
}

.about-card-dark {
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #fff;
}

.about-card-dark h3 {
  color: #fff;
}

.about-card-dark .info-item strong {
  color: #f5c400;
}

.about-card-dark .info-item span,
.pacchetti-copy-dark p {
  color: rgba(255, 255, 255, 0.82);
}

.pacchetti-copy-dark h2 {
  color: #fff;
}

.faq-grid-modern {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.2rem;
  margin-top: 2rem;
}

.faq-card-modern {
  padding: 1.5rem 1.3rem;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #fff;
}

.faq-card-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  height: 44px;
  padding: 0 0.8rem;
  border-radius: 12px;
  margin-bottom: 0.9rem;
  background: rgba(245, 196, 0, 0.1);
  border: 1px solid rgba(245, 196, 0, 0.2);
  color: #f5c400;
  font-weight: 800;
}

.faq-card-modern h3 {
  color: #fff;
  font-size: 1.12rem;
  margin-bottom: 0.6rem;
}

.faq-card-modern p {
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.6;
}

.cta-box-dark {
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #fff;
}

.cta-box-dark h2,
.cta-box-dark p {
  color: #fff;
}

.cta-box-dark p {
  color: rgba(255, 255, 255, 0.82);
}

@media (max-width: 1100px) {
  .pacchetti-mini-strip {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .faq-grid-modern {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 900px) {
  .pacchetti-mini-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .package-card-featured-premium {
    transform: none;
  }
}

@media (max-width: 560px) {
  .pacchetti-mini-strip {
    grid-template-columns: 1fr;
  }
}

.pacchetti-hero h1,
.pacchetti-hero .hero-text,
.section-head h2,
.section-head p {
  position: relative;
  z-index: 3;
}

.pacchetti-hero h1,
.section-head h2 {
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.22);
}

.pacchetti-hero .hero-text,
.section-head p {
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.16);
}

.pacchetti-showcase {
  display: grid;
  grid-template-columns: 60px 1fr 60px;
  align-items: center;
  gap: 1rem;
  margin-top: 2.8rem;
}

.pacchetti-showcase-stage {
  position: relative;
  min-height: 420px;
}

.pacchetti-slide {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 1.4rem;
  align-items: center;
  opacity: 0;
  pointer-events: none;
  transform: translateX(18px);
  transition: opacity 0.35s ease, transform 0.35s ease;
}

.pacchetti-slide.is-active {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(0);
}

.pacchetti-slide-image {
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.08);
  background: rgba(255,255,255,0.03);
  box-shadow: 0 24px 60px rgba(0,0,0,0.22);
}

.pacchetti-slide-image img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  display: block;
}

.pacchetti-slide-copy {
  padding: 1.8rem;
  border-radius: 24px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  backdrop-filter: blur(8px);
}

.pacchetti-slide-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 52px;
  height: 52px;
  padding: 0 1rem;
  border-radius: 14px;
  margin-bottom: 1rem;
  background: rgba(245, 196, 0, 0.1);
  border: 1px solid rgba(245, 196, 0, 0.22);
  color: #f5c400;
  font-weight: 800;
}

.pacchetti-slide-copy h3 {
  margin: 0 0 0.8rem;
  color: #fff;
  font-size: 2rem;
  line-height: 1.05;
}

.pacchetti-slide-copy p {
  margin: 0;
  color: rgba(255,255,255,0.82);
  font-size: 1rem;
  line-height: 1.7;
}

.pacchetti-showcase-arrow {
  width: 52px;
  height: 52px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.14);
  background: rgba(255,255,255,0.04);
  color: #fff;
  font-size: 2rem;
  cursor: pointer;
  transition: all 0.2s ease;
}

.pacchetti-showcase-arrow:hover {
  border-color: rgba(245,196,0,0.4);
  color: #f5c400;
  background: rgba(255,255,255,0.07);
}

.pacchetti-showcase-dots {
  display: flex;
  justify-content: center;
  gap: 0.7rem;
  margin-top: 1.4rem;
}

.pacchetti-dot {
  width: 12px;
  height: 12px;
  border-radius: 999px;
  border: 0;
  background: rgba(255,255,255,0.2);
  cursor: pointer;
  transition: all 0.2s ease;
}

.pacchetti-dot.is-active {
  width: 34px;
  background: #f5c400;
}

@media (max-width: 980px) {
  .pacchetti-showcase {
    grid-template-columns: 1fr;
  }

  .pacchetti-showcase-arrow {
    display: none;
  }

  .pacchetti-showcase-stage {
    min-height: 620px;
  }

  .pacchetti-slide {
    grid-template-columns: 1fr;
  }

  .pacchetti-slide-image img {
    height: 280px;
  }
}

@media (max-width: 560px) {
  .pacchetti-showcase-stage {
    min-height: 680px;
  }

  .pacchetti-slide-copy {
    padding: 1.25rem;
  }

  .pacchetti-slide-copy h3 {
    font-size: 1.55rem;
  }
}

.pacchetti-choice-head {
  max-width: 760px;
  margin: 0 auto 2.2rem;
  text-align: center;
}

.pacchetti-choice-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.4rem;
  margin-top: 2rem;
}

.pacchetti-choice-card {
  padding: 1.6rem 1.4rem;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #fff;
  backdrop-filter: blur(8px);
  transition: transform 0.22s ease, border-color 0.22s ease, background 0.22s ease;
}

.pacchetti-choice-card:hover {
  transform: translateY(-6px);
  border-color: rgba(245, 196, 0, 0.38);
  background: rgba(255, 255, 255, 0.05);
}

.pacchetti-choice-card-featured {
  border-color: rgba(245, 196, 0, 0.35);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.22);
}

.pacchetti-choice-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
  margin-bottom: 1.2rem;
}

.pacchetti-choice-icon {
  width: 54px;
  height: 54px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  background: rgba(245, 196, 0, 0.1);
  border: 1px solid rgba(245, 196, 0, 0.2);
}

.pacchetti-choice-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.45rem 0.8rem;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #f5c400;
  background: rgba(245, 196, 0, 0.08);
  border: 1px solid rgba(245, 196, 0, 0.16);
}

.pacchetti-choice-card h3 {
  margin: 0 0 0.8rem;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.1;
}

.pacchetti-choice-text {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.7;
  font-size: 0.97rem;
  min-height: 118px;
}

.pacchetti-choice-footer {
  margin-top: 1.3rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.pacchetti-choice-footer strong {
  display: block;
  margin-bottom: 0.35rem;
  color: #f5c400;
  font-size: 0.92rem;
}

.pacchetti-choice-footer span {
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.93rem;
  line-height: 1.55;
}

@media (max-width: 980px) {
  .pacchetti-choice-grid {
    grid-template-columns: 1fr;
  }

  .pacchetti-choice-text {
    min-height: auto;
  }
}