body {
  margin: 0;
  padding: 0;
  min-height: 100vh;
  background: linear-gradient(135deg, #18181b 0%, #2a0a2a 100%);
  color: #fff;
  font-family: 'Montserrat', 'Inter', Arial, sans-serif;
  position: relative;
  overflow-x: hidden;
}
#bg-anim {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}
.main-premium {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  z-index: 1;
  position: relative;
}
.hero-premium {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 64px;
  animation: fadeIn 1.2s cubic-bezier(.77,0,.18,1);
}
.logo-glass {
  box-shadow: 0 8px 48px 0 #ff005c44, 0 1.5px 24px 0 #fff2;
  border-radius: 50%;
  padding: 0px;
  margin-top: 100px;
  backdrop-filter: blur(8px) saturate(1.2);
  margin-bottom: 32px;
  border: 2.5px solid rgba(255,255,255,0.08);
  transition: box-shadow 0.4s;
}
.logo-glass:hover {
  box-shadow: 0 0 96px 16px #ff005c88, 0 2px 32px 0 #fff4;
}
.main-logo {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  box-shadow: 0 0 48px 0 #ff005c88;
  background: #991b1b;
  animation: pulse 2.2s infinite;
}
@keyframes pulse {
  0% { box-shadow: 0 0 48px 0 #ff005c88; }
  50% { box-shadow: 0 0 96px 24px #ff005c44; }
  100% { box-shadow: 0 0 48px 0 #ff005c88; }
}
.main-title-premium {
  font-size: 3.5rem;
  font-weight: 900;
  letter-spacing: 2px;
  margin-bottom: 10px;
  color: #fff;
  text-shadow: 0 2px 32px #ff005c66, 0 1px 0 #fff2;
  text-align: center;
  background: linear-gradient(90deg, #ff005c 30%, #fff 70%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.main-desc-premium {
  font-size: 1.4rem;
  color: #fff;
  opacity: 0.88;
  margin-bottom: 38px;
  text-align: center;
  text-shadow: 0 2px 16px #ff005c33;
}
.main-btn-premium {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  padding: 22px 64px;
  font-size: 1.5rem;
  font-weight: 800;
  border-radius: 40px;
  background: linear-gradient(90deg, #ff005c 0%, #ffb347 100%);
  color: #fff;
  text-decoration: none;
  box-shadow: 0 0 48px 0 #ff005c55, 0 2px 32px 0 #fff2;
  border: none;
  outline: none;
  transition: background 0.3s, box-shadow 0.3s, transform 0.2s;
  margin-bottom: 56px;
  animation: fadeInUp 1.2s 0.2s both;
  position: relative;
  overflow: hidden;
  letter-spacing: 1px;
}
.main-btn-premium span {
  z-index: 2;
  position: relative;
}
.main-btn-premium i {
  font-size: 1.3em;
  z-index: 2;
  position: relative;
}
.main-btn-premium::before {
  content: '';
  position: absolute;
  left: -60%;
  top: 0;
  width: 60%;
  height: 100%;
  background: linear-gradient(120deg, #fff8, transparent 70%);
  transform: skewX(-24deg);
  transition: left 0.5s;
  z-index: 1;
}
.main-btn-premium:hover {
  background: linear-gradient(90deg, #ffb347 0%, #ff005c 100%);
  box-shadow: 0 0 96px 16px #ff005c99, 0 2px 32px 0 #fff4;
  color: #fff;
  transform: scale(1.045);
}
.main-btn-premium:hover::before {
  left: 120%;
}
.glitch-btn {
  animation: glitch 2.2s infinite linear alternate-reverse;
}
@keyframes glitch {
  0% { filter: none; }
  10% { filter: blur(0.5px) brightness(1.1); }
  20% { filter: none; }
  30% { filter: blur(1.2px) brightness(1.2); }
  40% { filter: none; }
  50% { filter: blur(0.7px) brightness(1.1); }
  60% { filter: none; }
  70% { filter: blur(0.3px) brightness(1.05); }
  80% { filter: none; }
  90% { filter: blur(0.8px) brightness(1.15); }
  100% { filter: none; }
}
.features-premium {
  width: 100%;
  max-width: 900px;
  margin-bottom: 64px;
  animation: fadeInUp 1.2s 0.3s both;
}
.features-title-premium {
  font-size: 2.2rem;
  font-weight: 800;
  color: #fff;
  margin-bottom: 36px;
  text-align: center;
  letter-spacing: 1px;
  text-shadow: 0 2px 24px #ff005c44;
}
.features-list-premium {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  justify-content: center;
}
.feature-card-premium {
  background: rgba(24, 24, 27, 0.65);
  border-radius: 28px;
  box-shadow: 0 2px 32px 0 #ff005c33, 0 1.5px 12px 0 #fff2;
  color: #fff;
  padding: 36px 32px 28px 32px;
  min-width: 180px;
  max-width: 220px;
  flex: 1 1 180px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 2px solid rgba(255,255,255,0.08);
  transition: box-shadow 0.3s, border-color 0.3s, transform 0.2s;
  position: relative;
  backdrop-filter: blur(6px) saturate(1.1);
  animation: fadeInUp 1.2s both;
}
.feature-card-premium:hover {
  box-shadow: 0 0 64px 8px #ff005c99, 0 2px 32px 0 #fff4;
  border-color: #ff005c;
  transform: translateY(-6px) scale(1.04);
}
.feature-icon {
  font-size: 2.5rem;
  color: #ff005c;
  margin-bottom: 18px;
  filter: drop-shadow(0 0 12px #ff005c88);
}
.feature-card-premium span {
  font-size: 1.2rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 6px;
  letter-spacing: 0.5px;
}
.feature-card-premium p {
  color: #fff;
  font-size: 1.05rem;
  margin: 0;
  opacity: 0.85;
  text-align: center;
}
.contacts-premium {
  width: 100%;
  max-width: 600px;
  margin-bottom: 48px;
  animation: fadeInUp 1.2s 0.4s both;
}
.contacts-title-premium {
  font-size: 1.5rem;
  font-weight: 800;
  color: #fff;
  margin-bottom: 18px;
  text-align: center;
  letter-spacing: 1px;
}
.contacts-list-premium {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.contact-link-premium {
  background: rgba(24, 24, 27, 0.65);
  color: #fff;
  border-radius: 18px;
  padding: 18px 0;
  text-align: center;
  font-size: 1.15rem;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 2px 16px 0 #ff005c44;
  border: 2px solid rgba(255,255,255,0.08);
  transition: background 0.3s, color 0.3s, box-shadow 0.3s, border-color 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  backdrop-filter: blur(4px) saturate(1.1);
}
.contact-link-premium i {
  font-size: 1.3em;
  color: #ff005c;
  filter: drop-shadow(0 0 8px #ff005c88);
}
.contact-link-premium:hover {
  background: #ff005c22;
  color: #fff;
  border-color: #ff005c;
  box-shadow: 0 0 32px 4px #ff005c99;
}

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(40px); }
  to { opacity: 1; transform: translateY(0); }
} 