.glowing-text {
  color: #ffffff;
  text-shadow:
    0 0 8px rgba(0, 255, 255, 0.8),
    0 0 16px rgba(0, 255, 255, 0.6),
    0 0 32px rgba(0, 255, 255, 0.4);
}

@media only screen and (max-width: 480px) {
  .glowing-text {
    text-shadow:
      0 0 6px rgba(0, 0, 0, 0.6),
      0 0 12px rgba(0, 0, 0, 0.4),
      0 0 24px rgba(0, 0, 0, 0.2);
  }
}
.package-card {
  background: rgba(10, 10, 20, 0.8);
  border-radius: 24px;
  padding: 30px;
  text-align: center;
  transition: all 0.4s ease;
  box-shadow: 0 0 15px rgba(64, 224, 208, 0.2);
  color: #fff;
}

.package-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 0 30px rgba(64, 224, 208, 0.6);
}

.package-card .icon img {
  width: 60px;
  height: 60px;
  margin-bottom: 15px;
  filter: drop-shadow(0 0 6px #40e0d0);
}

.package-card h3 {
  font-size: 22px;
  margin: 10px 0;
  color: #40e0d0;
}

.package-card p {
  font-size: 16px;
  line-height: 1.5;
  color: #e0f7f7;
}

.glow-btn {
  display: inline-block;
  margin-top: 20px;
  padding: 10px 24px;
  border-radius: 30px;
  background: linear-gradient(90deg, #40e0d0, #70ffff);
  color: #000;
  font-weight: bold;
  text-decoration: none;
  box-shadow: 0 0 10px #40e0d0;
  transition: 0.3s;
}

.glow-btn:hover {
  box-shadow: 0 0 20px #40e0d0;
}


  .package-card {
    width: 100%;
  }
}

  .package-card {
    width: 100%;
  }
}


/* Карточка */
.package-card {
  background: rgba(10, 10, 20, 0.8);
  border-radius: 24px;
  padding: 30px;
  text-align: center;
  transition: all 0.4s ease;
  box-shadow: 0 0 15px rgba(64, 224, 208, 0.2);
  color: #fff;
  animation: fadeUp 0.8s ease forwards;
  opacity: 0;
}

/* Анимация */
@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(30px);
 {
    flex-direction: column;
    gap: 30px;
  }

  
  .package-card {
    width: 100%;
  }
}
.packages-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
}

.package-card {
  background: rgba(10, 10, 20, 0.8);
  border-radius: 24px;
  padding: 30px;
  text-align: center;
  transition: all 0.4s ease;
  box-shadow: 0 0 15px rgba(64, 224, 208, 0.2);
  color: #fff;
  animation: fadeUp 0.8s ease forwards;
  opacity: 0;
  width: 100%;
}

@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.glow-btn {
  display: inline-block;
  margin-top: 20px;
  padding: 10px 24px;
  border-radius: 30px;
  background: linear-gradient(90deg, #40e0d0, #70ffff);
  color: #e0fefc;
  -webkit-text-fill-color: #e0fefc;
  font-weight: bold;
  text-decoration: none;
  box-shadow: 0 0 10px #40e0d0;
  text-shadow: 0 0 6px #40e0d0;
  transition: 0.3s;
}

.glow-btn:hover {
  box-shadow: 0 0 20px #40e0d0;
}

.packages-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
}

.package-card {
  background: rgba(10, 10, 20, 0.8);
  border-radius: 24px;
  padding: 30px;
  text-align: center;
  transition: all 0.4s ease;
  box-shadow: 0 0 15px rgba(64, 224, 208, 0.2);
  color: #fff;
  animation: fadeUp 0.8s ease forwards;
  opacity: 0;
  width: 100%;
}

.package-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 0 30px rgba(64, 224, 208, 0.6);
}

.package-card .icon {
  font-size: 40px;
  margin-bottom: 15px;
}

.package-card h3 {
  font-size: 22px;
  margin: 10px 0;
  color: #40e0d0;
}

.package-card p {
  font-size: 16px;
  line-height: 1.5;
  color: #e0fefc;
}

@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.glow-btn {
  display: inline-block;
  margin-top: 20px;
  padding: 10px 24px;
  border-radius: 30px;
  background: linear-gradient(90deg, #40e0d0, #70ffff);
  color: #e0fefc;
  -webkit-text-fill-color: #e0fefc;
  font-weight: bold;
  text-decoration: none;
  box-shadow: 0 0 10px #40e0d0;
  text-shadow: 0 0 6px #40e0d0;
  transition: 0.3s;
}

.glow-btn:hover {
  box-shadow: 0 0 20px #40e0d0;
}

.t-popup {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0; top: 0;
  width: 100%; height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(6px);
  justify-content: center;
  align-items: center;
}

.t-popup:target {
  display: flex;
  animation: fadeUp 0.5s ease forwards;
}

.popup-content {
  background: #0a1018;
  border-radius: 24px;
  padding: 40px 30px;
  max-width: 500px;
  width: 90%;
  text-align: center;
  box-shadow: 0 0 20px #40e0d0;
  position: relative;
  color: #e0fefc !important;
}

.popup-content *,
.popup-content p,
.popup-content h2,
.popup-content span,
.popup-content strong,
.popup-content em {
 color: #e0fefc !important;
}


.popup-close {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 24px;
  cursor: pointer;
  color: #e0fefc;
  text-shadow: 0 0 6px #40e0d0;
}


.t-popup {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000; /* плотный чёрный фон */
  justify-content: center;
  align-items: center;
}

.t-popup:target {
  display: flex;
  animation: fadeUp 0.5s ease forwards;
}

.popup-content {
  background: #0a1018;
  border-radius: 24px;
  padding: 40px 30px;
  max-width: 500px;
  width: 90%;
  text-align: center;
  color: #e0fefc;
  box-shadow: 0 0 20px #40e0d0;
  position: relative;
}

.popup-close {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 24px;
  cursor: pointer;
  color: #e0fefc;
  text-shadow: 0 0 6px #40e0d0;
}

.neon-button {
  box-shadow: 0 0 15px #00ffff, 0 0 30px #00ffff;
  transition: all 0.3s ease;
}

.neon-button:hover {
  box-shadow: 0 0 25px #00ffff, 0 0 45px #00ffff;
  transform: scale(1.03);
}


