
:root {
  --bg: #070914;
  --bg-soft: #101426;
  --card: rgba(255,255,255,.07);
  --card-strong: rgba(255,255,255,.11);
  --line: rgba(255,255,255,.14);
  --text: #f7f8ff;
  --muted: #b9c0d6;
  --blue: #30d5ff;
  --violet: #8d5cff;
  --pink: #ff4fd8;
  --green: #3cffb5;
  --yellow: #ffd36a;
  --danger: #ff6b6b;
  --shadow: 0 22px 80px rgba(0,0,0,.38);
  --radius: 26px;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 12% 4%, rgba(48,213,255,.20), transparent 30%),
    radial-gradient(circle at 90% 7%, rgba(141,92,255,.22), transparent 30%),
    radial-gradient(circle at 50% 52%, rgba(255,79,216,.08), transparent 42%),
    var(--bg);
  line-height: 1.6;
  min-height: 100vh;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -1;
  background-image:
    linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(to bottom, rgba(0,0,0,.85), transparent 82%);
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }

.container {
  width: min(var(--max), calc(100% - 32px));
  margin: 0 auto;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid var(--line);
  background: rgba(7,9,20,.82);
  backdrop-filter: blur(18px);
}

.nav {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.logo {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-weight: 950;
  letter-spacing: .3px;
  white-space: nowrap;
}

.logo-mark {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--blue), var(--violet), var(--pink));
  display: grid;
  place-items: center;
  color: #fff;
  box-shadow: 0 0 34px rgba(48,213,255,.35);
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 15px;
  color: var(--muted);
  font-size: 14px;
  flex-wrap: wrap;
  justify-content: center;
}

.nav-links a:hover,
.nav-links a.active { color: var(--text); }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 13px 20px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
  cursor: pointer;
  transition: .2s ease;
}

.btn-primary {
  color: white;
  background: linear-gradient(135deg, var(--blue), var(--violet), var(--pink));
  box-shadow: 0 18px 44px rgba(141,92,255,.34);
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 50px rgba(141,92,255,.48);
}

.btn-secondary {
  color: var(--text);
  border-color: var(--line);
  background: rgba(255,255,255,.06);
}

.btn-secondary:hover {
  background: rgba(255,255,255,.12);
  transform: translateY(-2px);
}

.hero { padding: 74px 0 54px; }

.hero-grid {
  display: grid;
  grid-template-columns: 1.03fr .97fr;
  gap: 36px;
  align-items: center;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 13px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--muted);
  background: rgba(255,255,255,.06);
  font-size: 14px;
  margin-bottom: 18px;
}

h1 {
  font-size: clamp(40px, 6vw, 76px);
  line-height: .98;
  letter-spacing: -2.4px;
  margin: 0 0 20px;
}

h2 {
  font-size: clamp(30px, 4.2vw, 54px);
  line-height: 1.04;
  letter-spacing: -1.3px;
  margin: 0 0 14px;
}

h3 {
  font-size: 22px;
  line-height: 1.2;
  margin: 0 0 10px;
}

p { margin: 0 0 14px; color: var(--muted); }

.lead {
  font-size: clamp(18px, 2.2vw, 23px);
  color: #dce2f5;
  max-width: 780px;
}

.gradient-text {
  background: linear-gradient(135deg, var(--blue), var(--green), var(--pink));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.hero-card {
  min-height: 540px;
  border: 1px solid var(--line);
  border-radius: 34px;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(255,255,255,.12), rgba(255,255,255,.045));
  box-shadow: var(--shadow);
  position: relative;
}

.hero-visual {
  min-height: 540px;
  display: grid;
  place-items: center;
  padding: 28px;
  text-align: center;
  background:
    linear-gradient(to bottom, rgba(7,9,20,.05), rgba(7,9,20,.78)),
    radial-gradient(circle at 24% 28%, rgba(48,213,255,.22), transparent 34%),
    radial-gradient(circle at 76% 20%, rgba(255,79,216,.18), transparent 30%),
    rgba(255,255,255,.03);
}

.image-placeholder {
  width: 100%;
  min-height: 405px;
  border: 1px dashed rgba(255,255,255,.36);
  border-radius: 28px;
  background: rgba(0,0,0,.16);
  display: grid;
  place-items: center;
  padding: 28px;
  color: var(--muted);
  text-align: center;
}

.image-placeholder strong {
  display: block;
  font-size: 26px;
  color: #fff;
  margin-bottom: 8px;
}

.floating {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 22px;
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: 18px;
  background: rgba(7,9,20,.78);
  backdrop-filter: blur(14px);
}

.floating strong {
  display: block;
  font-size: 22px;
  margin-bottom: 4px;
}

section { padding: 72px 0; }

.section-head {
  max-width: 840px;
  margin-bottom: 30px;
}

.section-head.center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.kicker {
  color: var(--blue);
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: 13px;
  margin-bottom: 9px;
}

.glass {
  border: 1px solid var(--line);
  border-radius: 30px;
  padding: 30px;
  background: linear-gradient(180deg, rgba(255,255,255,.1), rgba(255,255,255,.045));
  box-shadow: var(--shadow);
}

.cards,
.directions,
.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.card,
.direction,
.service-card,
.review,
.news-card,
.step,
.price-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 24px;
  background: linear-gradient(180deg, rgba(255,255,255,.10), rgba(255,255,255,.055));
  box-shadow: 0 16px 46px rgba(0,0,0,.18);
}

.card:hover,
.direction:hover,
.service-card:hover,
.news-card:hover {
  background:
    radial-gradient(circle at 20% 0%, rgba(48,213,255,.16), transparent 34%),
    radial-gradient(circle at 90% 5%, rgba(255,79,216,.12), transparent 30%),
    rgba(255,255,255,.085);
  border-color: rgba(48,213,255,.28);
  transform: translateY(-3px);
}

.icon,
.dir-icon {
  width: 56px;
  height: 56px;
  border-radius: 19px;
  display: grid;
  place-items: center;
  font-size: 28px;
  margin-bottom: 16px;
  border: 1px solid var(--line);
  background: linear-gradient(135deg, rgba(48,213,255,.22), rgba(141,92,255,.22));
}

.direction {
  min-height: 320px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: .2s ease;
}

.direction-bottom { margin-top: 20px; }
.direction .btn { width: 100%; }

ul.clean,
.direction ul {
  list-style: none;
  padding: 0;
  margin: 15px 0 0;
  display: grid;
  gap: 9px;
}

ul.clean li,
.direction li {
  color: var(--muted);
  display: flex;
  gap: 9px;
  align-items: flex-start;
}

ul.clean li::before,
.direction li::before {
  content: "✓";
  color: var(--green);
  font-weight: 950;
  flex: 0 0 auto;
}

.split,
.about,
.contact-grid {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: 24px;
  align-items: stretch;
}

.stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.stat {
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: 22px;
  background: rgba(255,255,255,.06);
}

.stat b {
  display: block;
  font-size: 30px;
  line-height: 1;
  margin-bottom: 8px;
  color: var(--text);
}

.quick { padding: 18px 0 28px; }

.quick-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.quick-card {
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: 18px;
  background: rgba(255,255,255,.06);
}

.quick-card strong {
  display: block;
  color: var(--text);
  margin-bottom: 4px;
}

.pricing {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.price-card.featured {
  background:
    radial-gradient(circle at 18% 0%, rgba(48,213,255,.18), transparent 34%),
    radial-gradient(circle at 82% 0%, rgba(255,79,216,.14), transparent 34%),
    rgba(255,255,255,.075);
  border-color: rgba(48,213,255,.28);
}

.price {
  font-size: clamp(34px, 5vw, 48px);
  line-height: 1;
  font-weight: 950;
  margin: 16px 0 8px;
  letter-spacing: -1px;
}

.price small {
  display: block;
  font-size: 16px;
  color: var(--muted);
  font-weight: 700;
  margin-top: 8px;
  letter-spacing: 0;
}

.tag {
  display: inline-flex;
  align-items: center;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(48, 213, 255, 0.13);
  color: #dff8ff;
  border: 1px solid rgba(48, 213, 255, 0.22);
  font-size: 13px;
  font-weight: 800;
  margin-bottom: 12px;
}

.note {
  border: 1px solid rgba(255, 211, 106, 0.25);
  background: rgba(255, 211, 106, 0.08);
  color: #ffe6a8;
  border-radius: 22px;
  padding: 20px;
  margin-top: 18px;
}

.steps {
  counter-reset: step;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.step::before {
  counter-increment: step;
  content: counter(step);
  width: 42px;
  height: 42px;
  border-radius: 15px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, var(--blue), var(--violet));
  color: white;
  font-weight: 950;
  margin-bottom: 14px;
}

.gallery {
  display: grid;
  grid-template-columns: 1.2fr .8fr 1fr;
  gap: 14px;
}

.photo {
  min-height: 220px;
  border: 1px dashed rgba(255,255,255,.34);
  border-radius: 26px;
  background:
    linear-gradient(135deg, rgba(48,213,255,.12), rgba(141,92,255,.12)),
    rgba(255,255,255,.045);
  display: grid;
  place-items: center;
  padding: 22px;
  color: var(--muted);
  text-align: center;
}

.photo.tall { min-height: 454px; }

.reviews {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.stars {
  color: var(--yellow);
  letter-spacing: 2px;
  margin-bottom: 12px;
  font-size: 18px;
}

.faq {
  display: grid;
  gap: 10px;
  max-width: 900px;
  margin: 0 auto;
}

details {
  border: 1px solid var(--line);
  border-radius: 20px;
  background: rgba(255,255,255,.055);
  overflow: hidden;
}

summary {
  cursor: pointer;
  padding: 18px 20px;
  font-weight: 900;
  color: var(--text);
}

details p { padding: 0 20px 18px; }

.booking-strip {
  border: 1px solid rgba(48,213,255,.24);
  border-radius: 34px;
  padding: 34px;
  background:
    radial-gradient(circle at 18% 0%, rgba(48,213,255,.18), transparent 34%),
    radial-gradient(circle at 82% 0%, rgba(255,79,216,.14), transparent 34%),
    rgba(255,255,255,.075);
  box-shadow: var(--shadow);
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 22px;
  align-items: center;
}

.booking-box {
  border: 1px solid var(--line);
  border-radius: 30px;
  padding: 26px;
  background: rgba(255,255,255,0.07);
  box-shadow: var(--shadow);
  overflow: hidden;
}

#calendar_container {
  min-height: 560px;
  border-radius: 24px;
  overflow: hidden;
  background: rgba(255,255,255,0.04);
}

.map-box {
  min-height: 360px;
  border: 1px dashed rgba(255,255,255,.35);
  border-radius: 30px;
  background: rgba(255,255,255,.055);
  display: grid;
  place-items: center;
  text-align: center;
  padding: 24px;
  color: var(--muted);
}

.footer {
  border-top: 1px solid var(--line);
  padding: 34px 0 48px;
  color: var(--muted);
  font-size: 14px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 20px;
  align-items: start;
}

.footer a:hover { color: var(--text); }

.mobile-cta {
  display: none;
  position: fixed;
  left: 10px;
  right: 10px;
  bottom: 10px;
  z-index: 60;
  gap: 8px;
  padding: 8px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: rgba(7,9,20,.88);
  backdrop-filter: blur(16px);
  box-shadow: var(--shadow);
}

.mobile-cta .btn {
  flex: 1;
  min-height: 46px;
  padding: 11px 12px;
  font-size: 14px;
}

@media (max-width: 1060px) {
  .nav-links { display: none; }
  .hero-grid, .about, .split, .contact-grid { grid-template-columns: 1fr; }
  .quick-grid { grid-template-columns: repeat(2, 1fr); }
  .directions, .cards, .service-grid, .steps, .reviews { grid-template-columns: repeat(2, 1fr); }
  .hero-card, .hero-visual { min-height: 420px; }
  .image-placeholder { min-height: 300px; }
  .booking-strip { grid-template-columns: 1fr; }
  .booking-strip .btn { width: 100%; }
  .pricing { grid-template-columns: 1fr; }
}

@media (max-width: 720px) {
  body { padding-bottom: 80px; }
  .container { width: min(100% - 22px, var(--max)); }
  .nav { min-height: 62px; }
  .logo-mark { width: 38px; height: 38px; border-radius: 13px; }
  .logo span:last-child { font-size: 14px; }
  .nav > .btn { min-height: 40px; padding: 9px 12px; font-size: 13px; }
  .hero { padding: 36px 0 32px; }
  h1 { font-size: clamp(34px, 11vw, 48px); line-height: 1.02; letter-spacing: -1.2px; }
  h2 { font-size: clamp(28px, 9vw, 38px); }
  h3 { font-size: 19px; }
  p { font-size: 15px; }
  .lead { font-size: 17px; }
  .eyebrow { font-size: 12px; padding: 7px 10px; margin-bottom: 14px; }
  .hero-actions { flex-direction: column; gap: 10px; margin-top: 22px; }
  .hero-actions .btn { width: 100%; }
  .hero-card { border-radius: 26px; }
  .hero-card, .hero-visual { min-height: 345px; }
  .image-placeholder { min-height: 255px; border-radius: 22px; padding: 20px; }
  .image-placeholder strong { font-size: 22px; }
  .floating { left: 14px; right: 14px; bottom: 14px; padding: 14px; border-radius: 20px; }
  .floating strong { font-size: 18px; }
  .quick { padding: 8px 0 20px; }
  .quick-grid, .stats, .directions, .cards, .service-grid, .steps, .reviews, .gallery { grid-template-columns: 1fr; }
  .quick-card, .stat, .direction, .glass, .booking-strip, .card, .service-card, .step, .review, .price-card, .booking-box { border-radius: 22px; padding: 18px; }
  .direction { min-height: auto; }
  .dir-icon, .icon { width: 48px; height: 48px; border-radius: 16px; margin-bottom: 12px; }
  section { padding: 46px 0; }
  .section-head { margin-bottom: 22px; }
  .kicker { font-size: 11px; }
  .map-box { min-height: 280px; border-radius: 24px; }
  .photo, .photo.tall { min-height: 190px; }
  #calendar_container { min-height: 620px; margin-left: -10px; margin-right: -10px; border-radius: 18px; }
  details summary { padding: 15px 16px; font-size: 15px; }
  details p { padding: 0 16px 15px; }
  .mobile-cta { display: flex; }
}


/* Generated image support */
.hero-img,
.photo-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.hero-visual.has-image,
.photo.has-image {
  padding: 0;
}
.photo.has-image {
  overflow: hidden;
}
.photo.has-image::after {
  content: attr(data-caption);
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 14px;
  padding: 10px 12px;
  border-radius: 16px;
  background: rgba(7,9,20,.72);
  color: #fff;
  font-weight: 800;
  backdrop-filter: blur(10px);
}
.photo {
  position: relative;
  overflow: hidden;
}
.contacts-list {
  display: grid;
  gap: 12px;
  margin-top: 18px;
}
.contact-row {
  border: 1px solid var(--line);
  background: rgba(255,255,255,.055);
  border-radius: 18px;
  padding: 14px 16px;
}
.contact-row strong {
  color: #fff;
  display: block;
  margin-bottom: 2px;
}
.map-frame {
  width: 100%;
  min-height: 420px;
  border: 0;
  border-radius: 24px;
  display: block;
  filter: saturate(1.05) contrast(1.02);
}
.map-box.real-map {
  padding: 8px;
  background: rgba(255,255,255,.07);
}
@media (max-width: 720px) {
  .map-frame {
    min-height: 330px;
  }
}


/* === REPAIR v4: stable images and hero overlay === */
.hero-card {
  position: relative !important;
  overflow: hidden !important;
  isolation: isolate !important;
  min-height: 540px !important;
  height: 540px !important;
}

.hero-visual,
.hero-visual.has-image {
  position: absolute !important;
  inset: 0 !important;
  min-height: 0 !important;
  height: 100% !important;
  width: 100% !important;
  padding: 0 !important;
  overflow: hidden !important;
  display: block !important;
}

.hero-visual::after,
.hero-visual.has-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(7,9,20,.03), rgba(7,9,20,.78));
  pointer-events: none;
  z-index: 1;
}

.hero-img {
  width: 100% !important;
  height: 100% !important;
  min-height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
  display: block !important;
}

.floating {
  position: absolute !important;
  left: 22px !important;
  right: 22px !important;
  bottom: 22px !important;
  z-index: 3 !important;
  max-width: calc(100% - 44px) !important;
  width: auto !important;
  box-sizing: border-box !important;
}

.photo,
.photo.has-image {
  position: relative !important;
  height: 240px !important;
  min-height: 0 !important;
  overflow: hidden !important;
  padding: 0 !important;
}

.photo.tall,
.photo.tall.has-image {
  height: 494px !important;
  min-height: 0 !important;
}

.photo-img {
  width: 100% !important;
  height: 100% !important;
  min-height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
  display: block !important;
}

.photo.has-image::after {
  z-index: 2;
}

@media (max-width: 1060px) {
  .hero-card {
    height: 430px !important;
    min-height: 430px !important;
  }
}

@media (max-width: 720px) {
  .hero-card {
    height: 350px !important;
    min-height: 350px !important;
  }

  .floating {
    left: 14px !important;
    right: 14px !important;
    bottom: 14px !important;
    max-width: calc(100% - 28px) !important;
  }

  .photo,
  .photo.has-image,
  .photo.tall,
  .photo.tall.has-image {
    height: 220px !important;
    min-height: 0 !important;
  }
}

.photo.has-image.square-photo::after {
  display: none !important;
  content: none !important;
}

/* === SKY VR fix: square photo blocks + touch/drag birthday slider === */
.photo,
.photo.has-image,
.photo.tall,
.photo.tall.has-image {
  aspect-ratio: 1 / 1 !important;
  height: auto !important;
  min-height: 0 !important;
  width: 100% !important;
}

.photo-img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
  display: block !important;
}

.gallery {
  align-items: start;
}

.birthday-slider-wrap {
  position: relative;
  margin-top: 8px;
  overflow: hidden;
}

.birthday-slider {
  display: flex;
  gap: 18px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x proximity;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  cursor: grab;
  user-select: none;
  touch-action: pan-x;
  padding: 4px 2px 18px;
  scrollbar-width: none;
}

.birthday-slider::-webkit-scrollbar {
  display: none;
}

.birthday-slider.is-dragging {
  cursor: grabbing;
  scroll-behavior: auto;
}

.birthday-slider .photo,
.birthday-slider .photo.has-image,
.birthday-slider .photo.tall,
.birthday-slider .photo.tall.has-image {
  flex: 0 0 clamp(220px, 30vw, 360px) !important;
  width: clamp(220px, 30vw, 360px) !important;
  max-width: none !important;
  aspect-ratio: 1 / 1 !important;
  height: auto !important;
  scroll-snap-align: start;
  pointer-events: auto;
}

.birthday-slider .photo-img {
  pointer-events: none;
}

@media (max-width: 720px) {
  .photo,
  .photo.has-image,
  .photo.tall,
  .photo.tall.has-image {
    aspect-ratio: 1 / 1 !important;
    height: auto !important;
    min-height: 0 !important;
  }

  .birthday-slider {
    gap: 12px;
    padding-bottom: 14px;
    scroll-snap-type: x mandatory;
  }

  .birthday-slider .photo,
  .birthday-slider .photo.has-image,
  .birthday-slider .photo.tall,
  .birthday-slider .photo.tall.has-image {
    flex-basis: min(82vw, 320px) !important;
    width: min(82vw, 320px) !important;
  }
}


/* === SKY VR v5: reusable smooth sliders, games page, news articles === */
.smooth-slider-wrap {
  position: relative;
  overflow: hidden;
  margin-top: 8px;
}

.smooth-slider {
  display: flex;
  gap: 18px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  cursor: grab;
  user-select: none;
  touch-action: pan-x;
  padding: 4px 2px 18px;
}

.smooth-slider::-webkit-scrollbar { display: none; }
.smooth-slider.is-dragging { cursor: grabbing; scroll-behavior: auto; }

.poster-slider { scroll-snap-type: x proximity; }
.poster-card {
  flex: 0 0 clamp(190px, 22vw, 260px);
  width: clamp(190px, 22vw, 260px);
  border: 1px solid var(--line);
  border-radius: 24px;
  overflow: hidden;
  background: rgba(255,255,255,.06);
  box-shadow: 0 18px 42px rgba(0,0,0,.18);
  scroll-snap-align: start;
}

.poster-img {
  width: 100%;
  aspect-ratio: 210 / 297;
  height: auto;
  display: block;
  object-fit: cover;
  pointer-events: none;
}

.age-grid { align-items: stretch; }
.highlight-panel { display: flex; flex-direction: column; justify-content: space-between; gap: 16px; }
.highlight-panel .btn { align-self: flex-start; }

.news-list { display: grid; gap: 18px; }
.news-article { padding: 28px; }
.news-article h3 { font-size: clamp(24px, 2.8vw, 34px); margin-bottom: 12px; }
.news-article p { font-size: 16px; }
.news-meta {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  color: #dce5f7;
  margin-bottom: 14px;
  font-size: 14px;
  font-weight: 700;
}
.news-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--blue);
  box-shadow: 0 0 10px rgba(48,213,255,.7);
}

@media (max-width: 720px) {
  .poster-card { flex-basis: min(64vw, 250px); width: min(64vw, 250px); }
  .smooth-slider { gap: 12px; padding-bottom: 14px; }
  .news-article { padding: 20px; }
  .highlight-panel .btn { width: 100%; align-self: stretch; }
}


/* ===== SKY VR fullscreen slider gallery ===== */
/* SKY VR fullscreen slider gallery */
    .poster-card,
    .birthday-slider .photo {
      cursor: zoom-in;
    }

    .skyvr-lightbox {
      position: fixed;
      inset: 0;
      z-index: 99999;
      display: none;
      align-items: center;
      justify-content: center;
      background: rgba(3, 5, 14, 0.94);
      backdrop-filter: blur(10px);
      padding: 18px;
    }

    .skyvr-lightbox.is-open {
      display: flex;
    }

    .skyvr-lightbox__img {
      max-width: min(96vw, 1200px);
      max-height: 88vh;
      width: auto;
      height: auto;
      object-fit: contain;
      border-radius: 18px;
      box-shadow: 0 24px 80px rgba(0,0,0,0.55);
      user-select: none;
      -webkit-user-drag: none;
      background: #080b18;
    }

    .skyvr-lightbox__close,
    .skyvr-lightbox__prev,
    .skyvr-lightbox__next {
      position: absolute;
      border: 1px solid rgba(255,255,255,0.22);
      background: rgba(255,255,255,0.11);
      color: #fff;
      cursor: pointer;
      backdrop-filter: blur(12px);
      transition: transform .2s ease, background .2s ease;
    }

    .skyvr-lightbox__close:hover,
    .skyvr-lightbox__prev:hover,
    .skyvr-lightbox__next:hover {
      transform: scale(1.05);
      background: rgba(255,255,255,0.2);
    }

    .skyvr-lightbox__close {
      top: 16px;
      right: 16px;
      width: 46px;
      height: 46px;
      border-radius: 999px;
      font-size: 30px;
      line-height: 1;
    }

    .skyvr-lightbox__prev,
    .skyvr-lightbox__next {
      top: 50%;
      transform: translateY(-50%);
      width: 54px;
      height: 74px;
      border-radius: 18px;
      font-size: 42px;
      line-height: 1;
    }

    .skyvr-lightbox__prev:hover,
    .skyvr-lightbox__next:hover {
      transform: translateY(-50%) scale(1.05);
    }

    .skyvr-lightbox__prev { left: 18px; }
    .skyvr-lightbox__next { right: 18px; }

    .skyvr-lightbox__counter {
      position: absolute;
      left: 50%;
      bottom: 18px;
      transform: translateX(-50%);
      color: rgba(255,255,255,0.9);
      font-size: 14px;
      padding: 8px 14px;
      border-radius: 999px;
      background: rgba(255,255,255,0.11);
      border: 1px solid rgba(255,255,255,0.18);
      backdrop-filter: blur(12px);
    }

    body.skyvr-lightbox-open {
      overflow: hidden;
    }

    @media (max-width: 720px) {
      .skyvr-lightbox {
        padding: 8px;
      }

      .skyvr-lightbox__img {
        max-width: 98vw;
        max-height: 86vh;
        border-radius: 14px;
      }

      .skyvr-lightbox__close {
        top: 10px;
        right: 10px;
        width: 42px;
        height: 42px;
        font-size: 28px;
      }

      .skyvr-lightbox__prev,
      .skyvr-lightbox__next {
        width: 42px;
        height: 58px;
        font-size: 34px;
        border-radius: 14px;
      }

      .skyvr-lightbox__prev { left: 8px; }
      .skyvr-lightbox__next { right: 8px; }
    }


    /* SKY VR wide smooth sliders — mobile first */
    .smooth-slider-wrap,
    .birthday-slider-wrap {
      width: 100vw;
      max-width: 100vw;
      margin-left: calc(50% - 50vw);
      margin-right: calc(50% - 50vw);
      overflow: hidden;
      padding: 8px 0 20px;
      position: relative;
    }

    .smooth-slider {
      display: flex;
      align-items: stretch;
      gap: clamp(10px, 2.4vw, 26px);
      overflow-x: auto;
      overflow-y: hidden;
      scroll-snap-type: x mandatory;
      scroll-behavior: smooth;
      -webkit-overflow-scrolling: touch;
      scrollbar-width: none;
      padding: 8px max(4vw, calc((100vw - 1320px) / 2 + 32px));
      cursor: grab;
      user-select: none;
      touch-action: pan-x pan-y;
    }

    .smooth-slider::-webkit-scrollbar {
      display: none;
    }

    .smooth-slider.is-dragging {
      cursor: grabbing;
      scroll-behavior: auto;
      scroll-snap-type: none;
    }

    .smooth-slider .poster-card,
    .birthday-slider .photo {
      flex: 0 0 clamp(300px, 92vw, 1180px);
      width: clamp(300px, 92vw, 1180px);
      min-width: clamp(300px, 92vw, 1180px);
      scroll-snap-align: center;
      scroll-snap-stop: always;
      border-radius: clamp(18px, 3vw, 34px);
      overflow: hidden;
      transform: translateZ(0);
      box-shadow: 0 22px 70px rgba(0, 0, 0, 0.38);
      background: rgba(255, 255, 255, 0.06);
      border: 1px solid rgba(255, 255, 255, 0.12);
    }

    .smooth-slider .poster-img,
    .birthday-slider .photo-img {
      display: block;
      width: 100%;
      height: auto;
      max-height: min(82vh, 860px);
      object-fit: contain;
      background: #070914;
      pointer-events: auto;
      user-select: none;
      -webkit-user-drag: none;
    }

    .birthday-slider .photo-img {
      aspect-ratio: 16 / 10;
      height: min(68vh, 760px);
      object-fit: cover;
    }

    .slider-fullscreen-hint {
      text-align: center;
      color: rgba(255,255,255,0.68);
      font-size: 14px;
      margin: 8px 0 0;
    }

    @media (min-width: 1100px) {
      .smooth-slider .poster-card,
      .birthday-slider .photo {
        flex-basis: min(86vw, 1180px);
        width: min(86vw, 1180px);
        min-width: min(86vw, 1180px);
      }
    }

    @media (max-width: 720px) {
      .smooth-slider-wrap,
      .birthday-slider-wrap {
        padding-top: 0;
      }

      .smooth-slider {
        gap: 10px;
        padding-left: 4vw;
        padding-right: 4vw;
      }

      .smooth-slider .poster-card,
      .birthday-slider .photo {
        flex-basis: 92vw;
        width: 92vw;
        min-width: 92vw;
        border-radius: 18px;
      }

      .smooth-slider .poster-img,
      .birthday-slider .photo-img {
        max-height: 82vh;
      }

      .birthday-slider .photo-img {
        height: min(62vh, 520px);
      }
    }



    /* SKY VR slider fix v2: no popup, no photo containers, smaller desktop, vertical scroll works */
    .skyvr-lightbox,
    .slider-fullscreen-hint {
      display: none !important;
    }

    .poster-card,
    .birthday-slider .photo {
      cursor: grab !important;
    }

    .smooth-slider-wrap,
    .birthday-slider-wrap {
      width: 100vw !important;
      max-width: 100vw !important;
      margin-left: calc(50% - 50vw) !important;
      margin-right: calc(50% - 50vw) !important;
      overflow: hidden !important;
      padding: 8px 0 18px !important;
      position: relative !important;
    }

    .smooth-slider {
      display: flex !important;
      align-items: center !important;
      gap: clamp(10px, 1.4vw, 18px) !important;
      overflow-x: auto !important;
      overflow-y: hidden !important;
      scroll-snap-type: x mandatory !important;
      scroll-behavior: smooth !important;
      -webkit-overflow-scrolling: touch !important;
      scrollbar-width: none !important;
      padding: 8px max(18px, calc((100vw - 980px) / 2)) !important;
      user-select: none !important;
      touch-action: pan-y !important;
      overscroll-behavior-x: contain !important;
    }

    .smooth-slider::-webkit-scrollbar {
      display: none !important;
    }

    .smooth-slider.is-dragging {
      cursor: grabbing !important;
      scroll-behavior: auto !important;
      scroll-snap-type: none !important;
    }

    .smooth-slider .poster-card,
    .birthday-slider .photo {
      flex: 0 0 auto !important;
      width: auto !important;
      min-width: 0 !important;
      scroll-snap-align: center !important;
      scroll-snap-stop: always !important;
      border-radius: 0 !important;
      overflow: visible !important;
      transform: none !important;
      box-shadow: none !important;
      background: transparent !important;
      border: 0 !important;
      padding: 0 !important;
      margin: 0 !important;
    }

    .smooth-slider .poster-img,
    .birthday-slider .photo-img {
      display: block !important;
      width: auto !important;
      height: min(68vh, 620px) !important;
      max-width: min(72vw, 760px) !important;
      max-height: min(68vh, 620px) !important;
      object-fit: contain !important;
      background: transparent !important;
      border-radius: 0 !important;
      box-shadow: none !important;
      user-select: none !important;
      -webkit-user-drag: none !important;
      pointer-events: none !important;
    }

    .birthday-slider .photo-img {
      width: min(72vw, 820px) !important;
      height: auto !important;
      max-height: min(62vh, 560px) !important;
      aspect-ratio: auto !important;
      object-fit: contain !important;
    }

    @media (min-width: 1400px) {
      .smooth-slider .poster-img {
        height: min(66vh, 650px) !important;
        max-height: min(66vh, 650px) !important;
        max-width: 700px !important;
      }

      .birthday-slider .photo-img {
        width: min(66vw, 860px) !important;
      }
    }

    @media (max-width: 720px) {
      .smooth-slider-wrap,
      .birthday-slider-wrap {
        padding-top: 0 !important;
      }

      .smooth-slider {
        gap: 10px !important;
        padding-left: 4vw !important;
        padding-right: 4vw !important;
        touch-action: pan-y pan-x !important;
      }

      .smooth-slider .poster-card,
      .birthday-slider .photo {
        flex: 0 0 92vw !important;
        width: 92vw !important;
        min-width: 92vw !important;
        border-radius: 18px !important;
        overflow: hidden !important;
      }

      .smooth-slider .poster-img,
      .birthday-slider .photo-img {
        width: 100% !important;
        height: auto !important;
        max-width: 100% !important;
        max-height: 82vh !important;
        object-fit: contain !important;
        border-radius: 18px !important;
      }

      .birthday-slider .photo-img {
        height: min(62vh, 520px) !important;
        object-fit: cover !important;
        aspect-ratio: 16 / 10 !important;
      }
    }


/* ===== SKY VR utility classes moved from inline HTML ===== */
.single-column-grid { grid-template-columns: 1fr; }
.hero-actions.no-margin { margin: 0; }
.hero-actions.justify-center { justify-content: center; }
.footer-brand { color: #fff; }
.tracking-pixel { display: none; }

.gtm-noscript-frame { display: none; visibility: hidden; }


/* === SKY VR: hero without photo block === */
.hero-grid.hero-text-only {
  grid-template-columns: minmax(0, 900px);
  justify-content: center;
  text-align: center;
}
.hero-grid.hero-text-only .eyebrow {
  margin-left: auto;
  margin-right: auto;
}
.hero-grid.hero-text-only .lead,
.hero-grid.hero-text-only p {
  margin-left: auto;
  margin-right: auto;
}
.hero-grid.hero-text-only .hero-actions {
  justify-content: center;
}


/* === SKY VR knowledge-base upgrade === */
.menu-toggle { display: none; }
.nav-booking { white-space: nowrap; }
.footer-links { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 2px 18px; }
.kb-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.kb-grid.two { grid-template-columns: repeat(2, 1fr); }
.kb-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 24px;
  background: linear-gradient(180deg, rgba(255,255,255,.09), rgba(255,255,255,.045));
  box-shadow: 0 16px 46px rgba(0,0,0,.16);
}
.kb-card strong { color: var(--text); }
.kb-card .price-line { font-size: 28px; font-weight: 950; color: #fff; margin: 10px 0; line-height: 1.05; }
.center-text { text-align: center; }
.center-text .lead, .center-text p { margin-left: auto; margin-right: auto; }
.comparison-table { display: grid; gap: 12px; }
.comparison-row { display: grid; grid-template-columns: .7fr 1.3fr 1.2fr; gap: 12px; align-items: stretch; }
.comparison-row > div { border: 1px solid var(--line); border-radius: 18px; padding: 16px; background: rgba(255,255,255,.055); }
.comparison-row.head > div { color: #fff; font-weight: 950; background: rgba(48,213,255,.12); }
.pill-list { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 18px; }
.pill { display: inline-flex; align-items: center; padding: 8px 12px; border: 1px solid var(--line); border-radius: 999px; color: #dce5f7; background: rgba(255,255,255,.06); font-weight: 800; font-size: 14px; }
.timeline { display: grid; gap: 14px; }
.timeline-item { display: grid; grid-template-columns: 92px 1fr; gap: 16px; align-items: start; }
.timeline-year { color:#fff; font-weight:950; border:1px solid var(--line); background:rgba(48,213,255,.12); border-radius:18px; padding:12px; text-align:center; }
.review-wide { display:grid; gap:14px; }
.trust-strip { display:grid; grid-template-columns: repeat(4,1fr); gap:14px; }
.trust-item { border:1px solid var(--line); border-radius:22px; padding:18px; background:rgba(255,255,255,.06); }
.trust-item b { display:block; font-size:28px; color:#fff; margin-bottom:4px; }
.no-photo-hero { max-width: 940px; margin:0 auto; text-align:center; }
.no-photo-hero .eyebrow, .no-photo-hero .hero-actions { justify-content:center; margin-left:auto; margin-right:auto; }
.no-photo-hero p { margin-left:auto; margin-right:auto; }
.schema-note { font-size: 13px; color: rgba(255,255,255,.55); }

@media (max-width: 1060px) {
  .menu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 15px;
    border: 1px solid var(--line);
    background: rgba(255,255,255,.07);
    color: #fff;
    font-size: 24px;
    font-weight: 900;
  }
  .nav { position: relative; }
  .nav-links {
    display: none;
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    right: 0;
    padding: 14px;
    border: 1px solid var(--line);
    border-radius: 24px;
    background: rgba(7,9,20,.96);
    box-shadow: var(--shadow);
    backdrop-filter: blur(18px);
    z-index: 80;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }
  body.menu-open .nav-links { display: grid; }
  .nav-links a { padding: 11px 12px; border-radius: 14px; background: rgba(255,255,255,.055); }
  .kb-grid, .kb-grid.two, .trust-strip { grid-template-columns: repeat(2, 1fr); }
  .comparison-row { grid-template-columns: 1fr; }
}
@media (max-width: 720px) {
  .nav-booking { display:none; }
  .kb-grid, .kb-grid.two, .trust-strip, .footer-links { grid-template-columns: 1fr; }
  .timeline-item { grid-template-columns: 1fr; }
  .kb-card { padding: 18px; border-radius: 22px; }
}

/* === Compact desktop navigation with grouped services === */
.nav-links {
  gap: 10px;
  flex-wrap: nowrap;
}

.nav-dropdown {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.nav-drop-toggle {
  border: 0;
  background: transparent;
  color: var(--muted);
  font: inherit;
  cursor: pointer;
  padding: 0;
  white-space: nowrap;
}

.nav-drop-toggle::after {
  content: "▾";
  margin-left: 6px;
  font-size: 11px;
  opacity: .75;
}

.nav-dropdown:hover .nav-drop-toggle,
.nav-dropdown:focus-within .nav-drop-toggle,
.nav-dropdown.active .nav-drop-toggle {
  color: var(--text);
}

.nav-dropdown-menu {
  position: absolute;
  top: calc(100% + 14px);
  left: 50%;
  transform: translateX(-50%) translateY(8px);
  min-width: 260px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgba(7,9,20,.96);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
  display: grid;
  grid-template-columns: 1fr;
  gap: 6px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
  z-index: 100;
}

.nav-dropdown:hover .nav-dropdown-menu,
.nav-dropdown:focus-within .nav-dropdown-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}

.nav-dropdown-menu a {
  display: block;
  padding: 10px 12px;
  border-radius: 14px;
  background: rgba(255,255,255,.045);
  white-space: nowrap;
}

.nav-dropdown-menu a:hover,
.nav-dropdown-menu a.active {
  background: rgba(48,213,255,.12);
}

@media (max-width: 1060px) {
  .nav-links {
    flex-wrap: initial;
  }

  .nav-dropdown {
    display: grid;
    gap: 8px;
  }

  .nav-drop-toggle {
    width: 100%;
    padding: 11px 12px;
    border-radius: 14px;
    background: rgba(255,255,255,.08);
    color: var(--text);
    text-align: left;
    font-weight: 800;
  }

  .nav-dropdown-menu {
    position: static;
    transform: none;
    min-width: 0;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    box-shadow: none;
    backdrop-filter: none;
    border-radius: 18px;
    padding: 8px;
    background: rgba(0,0,0,.18);
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .nav-dropdown:hover .nav-dropdown-menu,
  .nav-dropdown:focus-within .nav-dropdown-menu {
    transform: none;
  }

  .nav-dropdown-menu a {
    white-space: normal;
    font-size: 13px;
  }
}

@media (max-width: 560px) {
  .nav-dropdown-menu {
    grid-template-columns: 1fr;
  }
}

/* === SKY VR birthday slider: clean photos without visible captions === */
.birthday-slider {
  gap: 8px; /* приблизно 2 мм між фото */
}

.birthday-slider .photo,
.birthday-slider .photo.has-image {
  margin: 0;
}

.birthday-slider .photo.has-image::after {
  content: none !important;
  display: none !important;
}


/* === SKY VR About page: grant gallery placeholders === */
.about-grant-gallery-section {
  padding-top: 20px;
}

.about-grant-gallery {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 16px;
  align-items: stretch;
}

.about-grant-photo {
  position: relative;
  overflow: hidden;
  min-height: 320px;
  margin: 0;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: linear-gradient(135deg, rgba(48,213,255,.12), rgba(139,92,246,.10));
  box-shadow: var(--shadow-soft);
}

.about-grant-photo-main {
  grid-row: span 2;
  min-height: 560px;
}

.about-grant-photo img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  object-position: center;
}

.about-grant-photo-portrait img {
  object-fit: cover;
  object-position: center top;
}

.about-grant-photo-wide img {
  object-fit: cover;
  object-position: center;
}

.about-grant-photo figcaption {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 14px;
  padding: 10px 12px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 16px;
  background: rgba(7,9,20,.68);
  color: var(--text);
  font-size: 13px;
  line-height: 1.35;
  backdrop-filter: blur(14px);
}

@media (max-width: 900px) {
  .about-grant-gallery {
    grid-template-columns: 1fr;
  }

  .about-grant-photo,
  .about-grant-photo-main {
    min-height: 300px;
    grid-row: auto;
  }
}

@media (max-width: 560px) {
  .about-grant-photo,
  .about-grant-photo-main {
    min-height: 230px;
    border-radius: 22px;
  }

  .about-grant-photo figcaption {
    left: 10px;
    right: 10px;
    bottom: 10px;
    font-size: 12px;
  }
}
