:root {
  --aw-blue: #05d9ff;
  --aw-pink: #ff35cf;
  --aw-violet: #7c3cff;
  --aw-dark: #070714;
  --aw-panel: rgba(18, 18, 40, 0.72);
}

body.anime-world-page {
  background:
    radial-gradient(circle at 18% 22%, rgba(0, 217, 255, .28), transparent 34%),
    radial-gradient(circle at 82% 20%, rgba(255, 53, 207, .24), transparent 36%),
    radial-gradient(circle at 50% 85%, rgba(124, 60, 255, .28), transparent 42%),
    #070714;
}

body.anime-world-page:before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image:
    radial-gradient(#fff 1px, transparent 1px),
    radial-gradient(rgba(255,255,255,.65) 1px, transparent 1px);
  background-size: 64px 64px, 110px 110px;
  background-position: 0 0, 28px 38px;
  opacity: .16;
  z-index: -1;
}

.anime-header .logo strong,
#menu .button.primary,
.button.primary,
input[type="submit"].primary {
  background: linear-gradient(135deg, var(--aw-blue), var(--aw-pink));
  box-shadow: 0 0 24px rgba(5, 217, 255, .32), 0 0 30px rgba(255, 53, 207, .22);
}

.anime-header .logo strong { color: #050510 !important; }

.anime-hero {
  min-height: 760px;
  background:
    linear-gradient(120deg, rgba(5, 217, 255, .22), rgba(255, 53, 207, .18)),
    url("../../images/anime-world-avatar.jpg") center/cover no-repeat;
}

.anime-hero:after {
  background: rgba(5, 5, 14, .73) !important;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, .95fr);
  align-items: center;
  gap: 3rem;
}

.hero-copy { position: relative; z-index: 2; }

.eyebrow {
  display: inline-block;
  margin-bottom: 1rem;
  padding: .55rem .85rem;
  border: 1px solid rgba(255,255,255,.24);
  border-radius: 999px;
  background: rgba(255,255,255,.07);
  color: #bff8ff;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: .72rem;
}

.hero-copy h1 {
  font-size: clamp(3.2rem, 8vw, 7.2rem);
  line-height: .92;
  letter-spacing: .02em;
  text-shadow: 0 0 22px rgba(5, 217, 255, .55), 0 0 34px rgba(255, 53, 207, .38);
}

.hero-copy p {
  max-width: 720px;
  font-size: 1.08rem;
}

.hero-logo-wrap {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 440px;
}

.hero-logo {
  width: min(430px, 82vw);
  height: min(430px, 82vw);
  object-fit: cover;
  border-radius: 50%;
  border: 3px solid rgba(255,255,255,.82);
  box-shadow: 0 0 34px rgba(5, 217, 255, .78), 0 0 64px rgba(255, 53, 207, .55);
  animation: floatLogo 5s ease-in-out infinite;
}

@keyframes floatLogo {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-16px); }
}

.glow-card {
  position: absolute;
  left: 0;
  bottom: 38px;
  width: 160px;
  padding: 1rem;
  border-radius: 18px;
  background: rgba(7, 7, 20, .78);
  border: 1px solid rgba(5, 217, 255, .45);
  box-shadow: 0 0 28px rgba(5, 217, 255, .28);
  backdrop-filter: blur(8px);
}

.glow-card.second {
  left: auto;
  right: 0;
  top: 36px;
  bottom: auto;
  border-color: rgba(255, 53, 207, .48);
  box-shadow: 0 0 28px rgba(255, 53, 207, .26);
}

.glow-card strong {
  display: block;
  font-size: 2.35rem;
  line-height: 1;
  color: #fff;
}

.glow-card span { color: rgba(255,255,255,.76); font-size: .86rem; }

.anime-tiles article:before {
  background: linear-gradient(135deg, rgba(5, 217, 255, .65), rgba(255, 53, 207, .55)) !important;
}

.anime-tiles article:nth-child(even):before {
  background: linear-gradient(135deg, rgba(124, 60, 255, .62), rgba(255, 53, 207, .5)) !important;
}

.anime-tiles article .image img {
  filter: saturate(1.35) contrast(1.08);
}

.anime-section { border-top: 0 !important; }

.gradient-section {
  background: linear-gradient(135deg, rgba(5,217,255,.13), rgba(255,53,207,.16));
}

.split-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 2rem;
  align-items: center;
}

.price-card,
.screen-card {
  background: var(--aw-panel);
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 24px;
  padding: 1.5rem;
  box-shadow: 0 24px 70px rgba(0,0,0,.28);
}

.price-card strong {
  display: block;
  margin: .35rem 0;
  font-size: 4rem;
  line-height: 1;
  color: #fff;
  text-shadow: 0 0 24px rgba(255, 53, 207, .44);
}

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

.screen-placeholder {
  min-height: 300px;
  border-radius: 18px;
  border: 1px dashed rgba(255,255,255,.36);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background:
    radial-gradient(circle at 20% 15%, rgba(5,217,255,.32), transparent 32%),
    radial-gradient(circle at 80% 90%, rgba(255,53,207,.32), transparent 34%),
    rgba(255,255,255,.04);
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
}

.anime-spotlights > section {
  background: rgba(10,10,28,.62) !important;
}

.anime-spotlights .image img {
  object-fit: cover;
  filter: saturate(1.35);
}

.final-cta {
  background:
    linear-gradient(135deg, rgba(7,7,20,.8), rgba(7,7,20,.55)),
    url("../../images/anime-world-avatar.jpg") center/cover no-repeat;
}

#contact { background: rgba(8,8,22,.84) !important; }
#footer { background: #05050e !important; }

@media screen and (max-width: 980px) {
  .hero-grid,
  .split-layout,
  .screen-grid { grid-template-columns: 1fr; }
  .anime-hero { min-height: auto; padding-top: 5rem; }
  .hero-logo-wrap { min-height: 360px; }
  .glow-card { left: 1rem; }
  .glow-card.second { right: 1rem; }
}

@media screen and (max-width: 480px) {
  .hero-copy h1 { font-size: 3.1rem; }
  .hero-logo { width: 285px; height: 285px; }
  .glow-card { position: static; margin: -1rem .4rem 0; }
  .hero-logo-wrap { flex-wrap: wrap; gap: .75rem; }
  .screen-placeholder { min-height: 240px; }
}

.real-screens {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
}
.real-screens .screen-card {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 100%;
}
.screen-shot {
  width: 100%;
  max-height: 460px;
  object-fit: contain;
  object-position: center top;
  border-radius: 18px;
  background: rgba(5, 10, 18, .55);
  border: 1px solid rgba(255,255,255,.12);
  box-shadow: 0 0 26px rgba(5,217,255,.16), 0 0 32px rgba(255,53,207,.13);
  margin-bottom: 1.1rem;
}
.screen-card.wide .screen-shot { max-height: 560px; }
.screen-card h3 { margin-bottom: .45rem; }
.screen-card p { color: rgba(255,255,255,.78); }
@media screen and (max-width: 980px) {
  .real-screens { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media screen and (max-width: 640px) {
  .real-screens { grid-template-columns: 1fr; }
  .screen-shot { max-height: none; }
}


/* Правка: растягиваем блок подписки на всю ширину без пережатия картинки */
.anime-tiles article:nth-child(5) {
  width: 100% !important;
  background-position: center center !important;
  background-size: cover !important;
}

@media screen and (max-width: 980px) {
  .anime-tiles article:nth-child(5) {
    width: 100% !important;
  }
}
