#imx-hero {
  display: flex;
  flex-direction: column;
}

#imx-hero .kids-hero__grid {
  flex: 1 1 auto;
  min-height: 0;
  grid-template-columns: 1fr;
  padding-bottom: clamp(1rem, 2.5vw, 2rem);
}

#imx-hero .imx-hero__intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(168px, 26%);
  gap: clamp(1rem, 2.5vw, 1.75rem);
  align-items: stretch;
  width: 100%;
  max-width: 100%;
  container-type: inline-size;
  container-name: imx-intro;
}

#imx-hero .kids-hero__copy {
  min-width: 0;
  max-width: 100%;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100%;
  padding: clamp(0.35rem, 1.5vh, 0.75rem) clamp(0.35rem, 1.5vw, 0.85rem) clamp(0.25rem, 1vh, 0.5rem) 0;
  overflow: hidden;
  box-sizing: border-box;
}

#imx-hero .kids-hero__kicker,
#imx-hero .imx-hero__title-accent,
#imx-hero .kids-hero__title-main,
#imx-hero .kids-hero__subtitle {
  max-width: 100%;
  overflow-wrap: break-word;
}

#imx-hero .kids-hero__title {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: clamp(0.35rem, 1.2vh, 0.65rem);
  margin: 0;
  font-size: inherit;
  line-height: 1.05;
}

#imx-hero .imx-hero__title-accent {
  display: block;
  margin: 0;
  font-family: var(--artvoic-font-display);
  font-size: clamp(1.45rem, 5.8cqi + 0.65rem, 2.85rem);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.03em;
  background: linear-gradient(
    100deg,
    #00ffd1 0%,
    #b8f0ff 28%,
    #c4b8ff 58%,
    #00d6e8 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  filter: drop-shadow(0 0 20px rgba(0, 255, 209, 0.4)) drop-shadow(0 0 32px rgba(108, 99, 255, 0.2));
  text-wrap: balance;
}

#imx-hero .imx-hero__title-accent::after {
  content: "";
  display: block;
  width: min(100%, 12rem);
  height: 3px;
  margin-top: 0.45em;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--artvoic-accent) 0%, rgba(108, 99, 255, 0.9) 55%, transparent 100%);
  box-shadow: 0 0 16px rgba(0, 255, 209, 0.55);
}

#imx-hero .kids-hero__title-main {
  margin: 0;
  font-family: var(--artvoic-font-display);
  font-size: clamp(1.05rem, 1.15vw + 0.82rem, 1.55rem);
  font-weight: 600;
  line-height: 1.2;
  color: var(--artvoic-text);
  text-shadow: 0 0 20px rgba(0, 255, 209, 0.1);
}

#imx-hero .kids-hero__subtitle {
  margin: 0;
  max-width: none;
  flex-shrink: 0;
}

#imx-hero .imx-hero__subtitle {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  margin-top: clamp(0.15rem, 0.8vh, 0.35rem);
  padding: clamp(0.65rem, 1.6cqi + 0.35rem, 0.85rem) clamp(0.85rem, 2cqi + 0.5rem, 1rem);
  border-radius: 14px;
  border: 1px solid rgba(0, 255, 209, 0.22);
  border-left: 3px solid var(--artvoic-accent);
  background:
    linear-gradient(135deg, rgba(0, 255, 209, 0.1) 0%, rgba(108, 99, 255, 0.07) 52%, rgba(0, 0, 0, 0.18) 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.07),
    0 0 28px rgba(0, 255, 209, 0.1),
    0 12px 32px rgba(0, 0, 0, 0.22);
}

#imx-hero .imx-hero__subtitle-lead {
  display: block;
  font-family: var(--artvoic-font-display);
  font-size: clamp(0.88rem, 1.8cqi + 0.55rem, 1.08rem);
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.02em;
  color: var(--artvoic-accent);
  text-shadow: 0 0 20px rgba(0, 255, 209, 0.35);
}

#imx-hero .imx-hero__subtitle-body {
  display: block;
  font-size: clamp(0.78rem, 1.4cqi + 0.48rem, 0.94rem);
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.82);
}

#imx-hero .imx-hero__subtitle-name {
  font-weight: 700;
  color: #fff;
  text-shadow: 0 0 16px rgba(108, 99, 255, 0.35);
}

@container imx-intro (min-width: 720px) {
  #imx-hero .kids-hero__subtitle {
    font-size: clamp(0.8rem, 1.6cqi + 0.55rem, 1rem);
    line-height: 1.45;
    letter-spacing: -0.015em;
  }

  #imx-hero .kids-hero__title-main {
    font-size: clamp(1rem, 2cqi + 0.65rem, 1.5rem);
  }
}

@container imx-intro (min-width: 900px) {
  #imx-hero .imx-hero__title-accent {
    font-size: clamp(1.65rem, 4.8cqi + 0.75rem, 2.85rem);
  }

  #imx-hero .kids-hero__subtitle {
    font-size: clamp(0.85rem, 1.4cqi + 0.58rem, 1.05rem);
  }
}

@keyframes imx-hero-frame-shine {
  0%,
  100% {
    opacity: 0.25;
    transform: translateX(-45%) skewX(-12deg);
  }
  50% {
    opacity: 0.65;
    transform: translateX(45%) skewX(-12deg);
  }
}

#imx-hero .kids-hero__frame--wow {
  position: relative;
  align-self: stretch;
  width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 0;
  min-width: 0;
  flex-shrink: 0;
  isolation: isolate;
  overflow: hidden;
  border-radius: 8px;
  outline-offset: 8px;
  animation: intkids-logo-wow-glow 3.2s ease-in-out infinite;
}

#imx-hero .kids-hero__frame--wow::before {
  content: "";
  position: absolute;
  inset: -4px;
  border-radius: 12px;
  background: conic-gradient(
    from 0deg,
    rgba(0, 255, 209, 0.9),
    rgba(108, 99, 255, 0.8),
    rgba(0, 214, 232, 0.9),
    rgba(0, 255, 209, 0.9)
  );
  opacity: 0.6;
  filter: blur(8px);
  animation: intkids-logo-wow-orbit 8s linear infinite;
  z-index: 0;
  pointer-events: none;
}

#imx-hero .kids-hero__frame--wow::after {
  content: "";
  position: absolute;
  top: -40%;
  left: -30%;
  width: 65%;
  height: 200%;
  background: linear-gradient(
    100deg,
    transparent 0%,
    rgba(255, 255, 255, 0.1) 42%,
    rgba(0, 255, 209, 0.35) 52%,
    transparent 68%
  );
  mix-blend-mode: soft-light;
  animation: imx-hero-frame-shine 7s ease-in-out infinite;
  z-index: 2;
  pointer-events: none;
}

#imx-hero .kids-hero__frame--wow img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

#imx-hero .kids-hero__frame--wow .kids-hero__frame-tag {
  z-index: 3;
}

#imx-hero .imx-hero__bottom {
  position: relative;
  z-index: 5;
  flex-shrink: 0;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 clamp(1.25rem, 5vw, 5rem) calc(6.5rem + clamp(56px, 10vh, 96px));
  display: flex;
  flex-direction: column;
  gap: clamp(0.85rem, 2vw, 1.15rem);
}

#imx-hero .imx-hero__schedule-events {
  margin: 0;
  max-width: 100%;
  width: 100%;
}

#imx-hero .imx-hero__schedule-events .imx-hero__schedule-head {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0 0 clamp(0.85rem, 2vw, 1.1rem);
  padding: 0 0 clamp(0.75rem, 1.8vw, 1rem);
  border-bottom: 1px solid rgba(0, 255, 209, 0.18);
  text-align: center;
}


#imx-hero .imx-hero__schedule-neon {
  position: relative;
  padding: clamp(1rem, 2.5vw, 1.35rem) clamp(1rem, 2.8vw, 1.5rem);
  border-radius: 20px;
  background:
    linear-gradient(155deg, rgba(6, 10, 28, 0.94) 0%, rgba(10, 8, 24, 0.88) 48%, rgba(4, 14, 22, 0.92) 100%);
  border: 1px solid rgba(0, 255, 209, 0.42);
  box-shadow:
    inset 0 0 48px rgba(0, 255, 209, 0.06),
    0 0 0 1px rgba(108, 99, 255, 0.2),
    0 0 40px rgba(0, 255, 209, 0.14),
    0 0 80px rgba(108, 99, 255, 0.1);
  overflow: hidden;
  isolation: isolate;
  animation: imx-hero-schedule-neon-pulse 5s ease-in-out infinite;
}

#imx-hero .imx-hero__schedule-neon::before {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: 21px;
  background: linear-gradient(
    125deg,
    rgba(0, 255, 209, 0.5) 0%,
    transparent 36%,
    rgba(108, 99, 255, 0.48) 62%,
    rgba(0, 214, 232, 0.38) 100%
  );
  opacity: 0.38;
  pointer-events: none;
  z-index: 0;
}

#imx-hero .imx-hero__schedule-neon::after {
  content: "";
  position: absolute;
  top: -55%;
  left: -25%;
  width: 58%;
  height: 230%;
  background: linear-gradient(
    100deg,
    transparent 0%,
    rgba(255, 255, 255, 0.12) 42%,
    rgba(0, 255, 209, 0.32) 52%,
    transparent 70%
  );
  mix-blend-mode: soft-light;
  animation: imx-hero-schedule-shine 10s ease-in-out infinite;
  pointer-events: none;
  z-index: 0;
}

#imx-hero .imx-hero__schedule-neon-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(42px);
  pointer-events: none;
  z-index: 0;
}

#imx-hero .imx-hero__schedule-neon-glow--a {
  top: -28%;
  right: -12%;
  width: 55%;
  height: 65%;
  background: radial-gradient(circle, rgba(0, 255, 209, 0.35) 0%, transparent 68%);
}

#imx-hero .imx-hero__schedule-neon-glow--b {
  bottom: -35%;
  left: -18%;
  width: 50%;
  height: 58%;
  background: radial-gradient(circle, rgba(108, 99, 255, 0.38) 0%, transparent 70%);
}

#imx-hero .imx-hero__schedule-head,
#imx-hero .imx-hero__events {
  position: relative;
  z-index: 1;
}

#imx-hero .imx-hero__schedule-kicker {
  display: inline-block;
  margin: 0 0 0.5rem;
  padding: 0.28rem 0.65rem;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--artvoic-bg);
  background: linear-gradient(90deg, var(--artvoic-accent) 0%, rgba(108, 99, 255, 0.95) 100%);
  border-radius: 999px;
  box-shadow:
    0 0 20px rgba(0, 255, 209, 0.45),
    0 0 36px rgba(108, 99, 255, 0.25);
}

#imx-hero .imx-hero__schedule-kicker.imx-hero__schedule-kicker--title {
  display: block;
  width: 100%;
  margin: 0;
  padding: clamp(0.15rem, 0.6vw, 0.35rem) 0;
  font-family: var(--artvoic-font-display);
  font-size: clamp(1.35rem, 3vw + 0.65rem, 2.05rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  background: none;
  border-radius: 0;
  box-shadow: none;
  background-clip: border-box;
  -webkit-background-clip: border-box;
  text-shadow:
    0 0 40px rgba(0, 255, 209, 0.75),
    0 0 80px rgba(108, 99, 255, 0.45),
    0 2px 16px rgba(0, 0, 0, 0.5);
  filter: drop-shadow(0 0 12px rgba(0, 255, 209, 0.5));
}

#imx-hero .imx-hero__schedule-lead {
  margin: 0;
  font-size: clamp(0.88rem, 0.3vw + 0.82rem, 0.98rem);
  line-height: 1.52;
  color: var(--artvoic-text-soft);
  text-shadow: 0 0 24px rgba(0, 255, 209, 0.08);
}

#imx-hero .imx-hero__events {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

#imx-hero .imx-hero__event {
  margin: 0;
}

#imx-hero .imx-hero__event-link {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.75rem 1rem;
  padding: 0.72rem 0.9rem;
  text-decoration: none;
  color: inherit;
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.28);
  border: 1px solid rgba(0, 255, 209, 0.16);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
  transition:
    border-color 0.25s ease,
    box-shadow 0.25s ease,
    transform 0.25s ease,
    background 0.25s ease;
}

#imx-hero .imx-hero__event-link:hover {
  background: rgba(0, 255, 209, 0.06);
  border-color: rgba(0, 255, 209, 0.5);
  box-shadow:
    inset 0 0 24px rgba(0, 255, 209, 0.08),
    0 0 24px rgba(0, 255, 209, 0.12);
  transform: translateY(-1px);
}

#imx-hero .imx-hero__event-link:focus-visible {
  outline: 2px solid var(--artvoic-accent);
  outline-offset: 3px;
}

#imx-hero .imx-hero__event-date-meta {
  flex-shrink: 0;
  min-width: 8.25rem;
  padding: 0.45rem 0.85rem 0.45rem 0.75rem;
  border-left: 3px solid var(--artvoic-accent);
  box-shadow: -6px 0 18px rgba(0, 255, 209, 0.2);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

#imx-hero .imx-hero__event-date-day {
  display: block;
  font-family: var(--artvoic-font-display);
  font-size: clamp(0.98rem, 0.45vw + 0.88rem, 1.12rem);
  font-weight: 700;
  color: #fff;
  line-height: 1.15;
  text-shadow: 0 0 20px rgba(0, 255, 209, 0.35);
}

#imx-hero .imx-hero__event-date-note {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.18rem;
  margin-top: 0.28rem;
  font-size: 0.76rem;
  color: var(--artvoic-text-muted);
  line-height: 1.25;
  text-align: center;
}

#imx-hero .imx-hero__event-date-weekday,
#imx-hero .imx-hero__event-date-time {
  display: block;
}

#imx-hero .imx-hero__event-body {
  min-width: 0;
  text-align: center;
}

#imx-hero .imx-hero__event-city {
  display: block;
  font-family: var(--artvoic-font-display);
  font-size: clamp(0.95rem, 0.45vw + 0.85rem, 1.08rem);
  font-weight: 700;
  color: var(--artvoic-accent);
  line-height: 1.25;
  text-align: center;
  text-shadow: 0 0 18px rgba(0, 255, 209, 0.25);
}

#imx-hero .imx-hero__event-place {
  display: block;
  margin-top: 0.28rem;
  font-size: 0.72rem;
  color: rgba(255, 255, 255, 0.55);
  line-height: 1.35;
  text-align: center;
}

#imx-hero .imx-hero__event-seats {
  flex-shrink: 0;
  min-width: 8.25rem;
  padding: 0.45rem 0.75rem 0.45rem 0.85rem;
  border-right: 3px solid var(--artvoic-accent);
  box-shadow: 6px 0 18px rgba(0, 255, 209, 0.2);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 0;
  background: none;
  border-top: none;
  border-bottom: none;
  border-left: none;
}

#imx-hero .imx-hero__event-seats--warn {
  border-right-color: rgba(108, 99, 255, 0.85);
  box-shadow: 6px 0 18px rgba(108, 99, 255, 0.22);
}

#imx-hero .imx-hero__event-seats--urgent {
  border-right-color: rgba(255, 120, 150, 0.85);
  box-shadow: 6px 0 18px rgba(255, 90, 120, 0.2);
}

#imx-hero .imx-hero__event-seats-label {
  display: block;
  font-size: 0.76rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.78);
  margin-bottom: 0.28rem;
}

#imx-hero .imx-hero__event-seats-value {
  display: block;
  font-family: var(--artvoic-font-display);
  font-size: clamp(0.98rem, 0.45vw + 0.88rem, 1.12rem);
  font-weight: 700;
  color: var(--artvoic-accent);
  line-height: 1.15;
  text-shadow: 0 0 20px rgba(0, 255, 209, 0.35);
  white-space: nowrap;
}

#imx-hero .imx-hero__event-seats--warn .imx-hero__event-seats-value {
  color: #c4b8ff;
}

#imx-hero .imx-hero__event-seats--urgent .imx-hero__event-seats-value {
  color: #ffb4c8;
}

@media (prefers-reduced-motion: reduce) {
  #imx-hero .imx-hero__schedule-neon {
    animation: none;
  }

  #imx-hero .imx-hero__schedule-neon::after {
    animation: none;
    opacity: 0.25;
  }

  #imx-hero .kids-hero__frame--wow {
    animation: none;
    box-shadow:
      0 0 0 1px rgba(0, 255, 209, 0.45),
      0 0 40px rgba(0, 255, 209, 0.2),
      0 28px 72px rgba(0, 0, 0, 0.65);
  }

  #imx-hero .kids-hero__frame--wow::before,
  #imx-hero .kids-hero__frame--wow::after {
    animation: none;
  }
}

@media (max-width: 519px) {
  #imx-hero .imx-hero__schedule-neon {
    padding: 0.85rem 0.75rem 0.95rem;
    border-radius: 14px;
  }
}

:is(#imx-audience, #pco-audience) .kids-glass__badge {
  display: inline-block;
  margin-left: 0.35rem;
  padding: 0.12rem 0.45rem;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  vertical-align: middle;
  color: var(--artvoic-bg);
  background: var(--artvoic-accent-purple);
  border-radius: 6px;
}

:is(#imx-audience, #pco-audience) .kids-results__grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

@media (max-width: 1024px) {
  :is(#imx-audience, #pco-audience) .kids-results__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  :is(#imx-audience, #pco-audience) .kids-results__grid {
    grid-template-columns: 1fr;
  }
}

#imx-program .course-program__inner {
  padding:
    clamp(2.75rem, 6vw, 4.25rem) clamp(1.25rem, 5vw, 5rem)
    calc(clamp(2.5rem, 5vw, 4rem) + clamp(64px, 11vh, 108px));
}

#imx-program .course-program__head {
  max-width: 46rem;
}

#imx-program .imx-timeline {
  max-width: 720px;
  margin: 0 auto;
  position: relative;
  padding-left: clamp(1.25rem, 4vw, 2rem);
}

#imx-program .imx-timeline::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.35rem;
  bottom: 0.35rem;
  width: 3px;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--artvoic-accent) 0%, var(--artvoic-accent-purple) 45%, rgba(108, 99, 255, 0.35) 100%);
  box-shadow: 0 0 20px rgba(0, 255, 209, 0.35);
}

#imx-program .imx-timeline__day {
  margin-bottom: clamp(2rem, 4vw, 2.75rem);
}

#imx-program .imx-timeline__day:last-child {
  margin-bottom: 0;
}

#imx-program .imx-timeline__day-title {
  position: relative;
  margin: 0 0 1.1rem;
  padding: 0.7rem 0.85rem 0.7rem 1rem;
  font-family: var(--artvoic-font-display);
  font-size: clamp(1.05rem, 0.45vw + 0.94rem, 1.32rem);
  font-weight: 700;
  line-height: 1.32;
  letter-spacing: -0.02em;
  text-wrap: pretty;
  color: #fff;
  border-left: 3px solid var(--artvoic-accent);
  border-radius: 0 12px 12px 0;
  background: linear-gradient(90deg, rgba(0, 255, 209, 0.1) 0%, rgba(108, 99, 255, 0.06) 55%, transparent 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    -6px 0 24px rgba(0, 255, 209, 0.14);
  text-shadow: 0 0 28px rgba(0, 255, 209, 0.18);
}

#imx-program .imx-timeline__day-num {
  display: inline-grid;
  place-items: center;
  min-width: 1.65rem;
  margin-right: 0.5rem;
  padding: 0.15rem 0.5rem;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: none;
  color: var(--artvoic-bg);
  background: linear-gradient(90deg, var(--artvoic-accent), #8fffea);
  border-radius: 999px;
  vertical-align: middle;
}

#imx-program .imx-timeline__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

#imx-program .imx-timeline__slot {
  display: grid;
  grid-template-columns: minmax(0, 7.5rem) minmax(0, 1fr);
  gap: clamp(0.75rem, 2vw, 1.1rem);
  align-items: start;
  padding: 1rem 1.1rem;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(255, 255, 255, 0.07);
}

#imx-program .imx-timeline__slot--accent {
  border-color: rgba(0, 255, 209, 0.28);
  background: rgba(0, 255, 209, 0.06);
}

#imx-program .imx-timeline__time {
  font-size: clamp(0.78rem, 0.2vw + 0.74rem, 0.88rem);
  font-weight: 700;
  color: var(--artvoic-accent);
  letter-spacing: 0.02em;
  white-space: nowrap;
}

#imx-program .imx-timeline__slot-title {
  display: block;
  font-family: var(--artvoic-font-display);
  font-size: clamp(0.95rem, 0.25vw + 0.88rem, 1.05rem);
  font-weight: 700;
  margin-bottom: 0.35rem;
  line-height: 1.35;
  color: var(--artvoic-accent);
  text-shadow: 0 0 20px rgba(0, 255, 209, 0.22);
}

#imx-program .imx-timeline__slot-text {
  margin: 0;
  font-size: clamp(0.86rem, 0.2vw + 0.8rem, 0.94rem);
  line-height: 1.5;
  color: var(--artvoic-text-muted);
}

@media (max-width: 560px) {
  #imx-program .imx-timeline__slot {
    grid-template-columns: 1fr;
    gap: 0.35rem;
    padding: 0.85rem 0.9rem;
  }

  #imx-program .imx-timeline__time {
    white-space: normal;
  }

  #imx-program .imx-timeline__day-title {
    font-size: clamp(1rem, 0.35vw + 0.92rem, 1.18rem);
    line-height: 1.35;
    text-wrap: pretty;
  }

  #imx-program .imx-timeline__day-num {
    display: inline-block;
    margin: 0 0 0.4rem;
  }
}

#imx-backstage .imx-backstage__mosaic {
  list-style: none;
  margin: 0 0 clamp(2rem, 4vw, 2.75rem);
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-template-rows: repeat(2, minmax(140px, 1fr));
  gap: clamp(0.65rem, 1.8vw, 1rem);
}

#imx-backstage .imx-backstage__cell {
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(0, 255, 209, 0.14);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.4);
}

#imx-backstage .imx-backstage__cell img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 160px;
}

#imx-backstage .imx-backstage__cell--wide {
  grid-column: span 2;
}

#imx-backstage .imx-backstage__cell--tall {
  grid-row: span 2;
}

#imx-backstage .imx-backstage__reel {
  max-width: 920px;
  margin: 0 auto;
}

#imx-backstage .imx-backstage__reel-label {
  margin: 0 0 0.65rem;
  font-size: clamp(0.78rem, 0.22vw + 0.72rem, 0.88rem);
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--artvoic-accent);
}

#imx-backstage .imx-backstage__reel-frame {
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 20px 56px rgba(0, 0, 0, 0.45), 0 0 0 1px rgba(108, 99, 255, 0.2);
}

#imx-backstage .imx-backstage__reel-video {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  background: #000;
}

#imx-backstage .imx-backstage__reel-hint {
  margin: 0.75rem 0 0;
  font-size: 0.82rem;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.55);
  text-align: center;
}

@media (max-width: 900px) {
  #imx-backstage .imx-backstage__mosaic {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: none;
  }

  #imx-backstage .imx-backstage__cell--tall {
    grid-row: span 1;
  }
}

@media (max-width: 520px) {
  #imx-backstage .imx-backstage__mosaic {
    grid-template-columns: 1fr;
  }

  #imx-backstage .imx-backstage__cell--wide {
    grid-column: span 1;
  }
}

#imx-pricing .imx-pricing__events {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  max-width: 920px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1.15rem, 3vw, 1.75rem);
  align-items: stretch;
  justify-content: center;
}

#imx-pricing .imx-pricing__event {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  margin: 0;
  min-width: 0;
}

#imx-pricing .imx-pricing__card {
  position: relative;
  isolation: isolate;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.1rem;
  margin: 0;
  padding: clamp(1.35rem, 2.8vw, 1.7rem);
  border-radius: 1.35rem;
  background:
    linear-gradient(165deg, rgba(255, 255, 255, 0.045) 0%, transparent 44%),
    rgba(0, 0, 0, 0.34);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 22px 52px rgba(0, 0, 0, 0.42);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  overflow: hidden;
  transition:
    transform 0.35s cubic-bezier(0.22, 1, 0.36, 1),
    border-color 0.35s ease,
    box-shadow 0.35s ease;
}

#imx-pricing .imx-pricing__card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 14%;
  right: 14%;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(0, 255, 209, 0.55), transparent);
  opacity: 0.65;
  pointer-events: none;
}

#imx-pricing .imx-pricing__card::after {
  content: "";
  position: absolute;
  inset: auto -25% -45% -25%;
  height: 58%;
  background: radial-gradient(ellipse at 50% 100%, rgba(0, 255, 209, 0.1) 0%, transparent 72%);
  pointer-events: none;
  z-index: -1;
}

#imx-pricing .imx-pricing__card:hover {
  transform: translateY(-5px);
  border-color: rgba(0, 255, 209, 0.3);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 30px 64px rgba(0, 0, 0, 0.48),
    0 0 44px rgba(0, 255, 209, 0.1);
}

#imx-pricing .imx-pricing__card--featured {
  border-color: rgba(0, 255, 209, 0.38);
  background:
    linear-gradient(165deg, rgba(0, 255, 209, 0.14) 0%, rgba(0, 0, 0, 0.26) 46%, rgba(108, 99, 255, 0.12) 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 0 0 1px rgba(0, 255, 209, 0.16),
    0 26px 60px rgba(0, 255, 209, 0.14);
}

#imx-pricing .imx-pricing__card--featured::before {
  left: 8%;
  right: 8%;
  background: linear-gradient(90deg, transparent, var(--artvoic-accent), rgba(108, 99, 255, 0.85), transparent);
  opacity: 1;
}

#imx-pricing .imx-pricing__card--featured:hover {
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 0 0 1px rgba(0, 255, 209, 0.28),
    0 34px 72px rgba(0, 255, 209, 0.18),
    0 0 56px rgba(108, 99, 255, 0.12);
}

#imx-pricing .imx-pricing__tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: center;
  margin: 0;
  padding: 0.32rem 0.85rem;
  font-family: var(--artvoic-font-display);
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.82);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

#imx-pricing .imx-pricing__tag--featured {
  color: var(--artvoic-bg);
  background: linear-gradient(135deg, #8fffea 0%, var(--artvoic-accent) 55%, #00c4a8 100%);
  border-color: rgba(0, 255, 209, 0.55);
  box-shadow:
    0 0 20px rgba(0, 255, 209, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.35);
}

#imx-pricing .imx-pricing__city {
  margin: 0;
  font-family: var(--artvoic-font-display);
  font-size: clamp(1.12rem, 0.45vw + 0.98rem, 1.42rem);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #fff;
  text-align: center;
  text-wrap: balance;
  text-shadow: 0 0 28px rgba(0, 255, 209, 0.22);
}

#imx-pricing .imx-pricing__card--featured .imx-pricing__city {
  color: var(--artvoic-accent);
  text-shadow: 0 0 32px rgba(0, 255, 209, 0.35);
}

#imx-pricing .imx-pricing__meta {
  width: 100%;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}

#imx-pricing .imx-pricing__row {
  display: grid;
  grid-template-columns: minmax(4.25rem, 4.75rem) minmax(0, 1fr);
  gap: 0.65rem;
  align-items: center;
  padding: 0.62rem 0.72rem;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(255, 255, 255, 0.07);
  transition:
    border-color 0.3s ease,
    background 0.3s ease;
}

#imx-pricing .imx-pricing__card:hover .imx-pricing__row {
  border-color: rgba(255, 255, 255, 0.1);
}

#imx-pricing .imx-pricing__row--date {
  grid-template-columns: 1fr;
  gap: 0.35rem;
  text-align: center;
  padding: 0.85rem 0.75rem;
  border-color: rgba(0, 255, 209, 0.18);
  background:
    linear-gradient(180deg, rgba(0, 255, 209, 0.08) 0%, rgba(0, 255, 209, 0.02) 100%);
  box-shadow: inset 0 1px 0 rgba(0, 255, 209, 0.08);
}

#imx-pricing .imx-pricing__row--seats {
  margin-top: 0.1rem;
  grid-template-columns: 1fr;
  gap: 0.3rem;
  text-align: center;
  border-color: rgba(0, 255, 209, 0.2);
  background: rgba(0, 255, 209, 0.06);
}

#imx-pricing .imx-pricing__row--seats .imx-pricing__value {
  font-family: var(--artvoic-font-display);
  font-size: clamp(0.95rem, 0.3vw + 0.88rem, 1.05rem);
  font-weight: 700;
  color: var(--artvoic-accent);
  text-shadow: 0 0 18px rgba(0, 255, 209, 0.25);
}

#imx-pricing .imx-pricing__row--warn .imx-pricing__value {
  color: #c4b8ff;
}

#imx-pricing .imx-pricing__row--urgent .imx-pricing__value {
  color: #ffb4c8;
}

#imx-pricing .imx-pricing__label {
  margin: 0;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--artvoic-accent);
}

#imx-pricing .imx-pricing__row--stack {
  grid-template-columns: 1fr;
  gap: 0.3rem;
  text-align: center;
  align-items: center;
}

#imx-pricing .imx-pricing__value--stack {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.12rem;
  text-align: center;
}

#imx-pricing .imx-pricing__value--date {
  font-family: var(--artvoic-font-display);
  font-size: clamp(1.35rem, 0.55vw + 1.15rem, 1.65rem);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: #fff;
  text-shadow: 0 0 24px rgba(0, 255, 209, 0.35);
}

#imx-pricing .imx-pricing__card--featured .imx-pricing__value--date {
  color: var(--artvoic-accent);
}

#imx-pricing .imx-pricing__value {
  margin: 0;
  font-size: clamp(0.88rem, 0.25vw + 0.82rem, 0.96rem);
  font-weight: 600;
  line-height: 1.35;
  color: #fff;
}

#imx-pricing .imx-pricing__more {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 2.85rem;
  padding: 0.7rem 1rem;
  font-family: var(--artvoic-font-display);
  font-size: clamp(0.88rem, 0.25vw + 0.82rem, 0.96rem);
  font-weight: 700;
  letter-spacing: 0.04em;
  text-decoration: none;
  text-align: center;
  color: var(--artvoic-bg);
  background: linear-gradient(135deg, var(--artvoic-accent) 0%, #00c4a8 100%);
  border: 1px solid rgba(0, 255, 209, 0.45);
  border-radius: 999px;
  box-shadow: 0 12px 32px rgba(0, 255, 209, 0.18);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    filter 0.25s ease;
}

#imx-pricing .imx-pricing__more:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 40px rgba(0, 255, 209, 0.28);
  filter: brightness(1.05);
}

#imx-pricing .imx-pricing__more:focus-visible {
  outline: 2px solid var(--artvoic-accent);
  outline-offset: 3px;
}

#imx-pricing .imx-pricing__more--featured {
  background: linear-gradient(135deg, #8fffea 0%, var(--artvoic-accent) 55%, #00c4a8 100%);
  box-shadow:
    0 0 0 1px rgba(0, 255, 209, 0.35),
    0 14px 36px rgba(0, 255, 209, 0.24);
}

@media (max-width: 720px) {
  #imx-pricing .imx-pricing__events {
    grid-template-columns: minmax(0, 1fr);
    max-width: 440px;
  }
}

@media (min-width: 721px) and (max-width: 900px) {
  #imx-pricing .imx-pricing__events {
    max-width: 680px;
    gap: clamp(1rem, 2.5vw, 1.35rem);
  }
}

.imx-passed-stamp {
  --imx-stamp-size: clamp(4.1rem, 10.5vw, 5.5rem);
  --imx-stamp-color: rgba(0, 255, 209, 0.82);
  --imx-stamp-glow: rgba(0, 255, 209, 0.35);
  position: absolute;
  z-index: 3;
  pointer-events: none;
  user-select: none;
  width: var(--imx-stamp-size);
  height: var(--imx-stamp-size);
  aspect-ratio: 1;
  filter: drop-shadow(0 0 10px var(--imx-stamp-glow));
}

.imx-passed-stamp__svg {
  display: block;
  width: 100%;
  height: 100%;
  overflow: visible;
  transform: rotate(-14deg);
  transform-origin: center;
}

.imx-passed-stamp__outer {
  fill: rgba(7, 8, 25, 0.52);
  stroke: var(--imx-stamp-color);
  stroke-width: 2.8;
  paint-order: stroke fill;
}

.imx-passed-stamp__dash {
  fill: none;
  stroke: rgba(0, 255, 209, 0.52);
  stroke-width: 1.6;
  stroke-dasharray: 4 3.5;
}

.imx-passed-stamp__inner {
  fill: none;
  stroke: rgba(0, 255, 209, 0.24);
  stroke-width: 1;
}

.imx-passed-stamp__label {
  fill: var(--imx-stamp-color);
  font-family: var(--artvoic-font-display, "Unbounded", sans-serif);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-anchor: middle;
  dominant-baseline: central;
}

#imx-hero .imx-hero__schedule-neon:has(.imx-hero__event--passed) {
  overflow: visible;
  padding-right: calc(clamp(1rem, 2.8vw, 1.5rem) + 0.45rem);
}

#imx-hero .imx-hero__event--passed {
  position: relative;
  z-index: 2;
  overflow: visible;
}

#imx-hero .imx-hero__event--passed .imx-hero__event-link {
  position: relative;
  overflow: visible;
  padding-right: calc(clamp(0.9rem, 2vw, 1.1rem) + var(--imx-stamp-size) * 0.28);
  cursor: default;
  pointer-events: none;
  text-decoration: none;
}

#imx-hero .imx-hero__event--passed .imx-hero__event-link:hover {
  transform: none;
  background: rgba(0, 0, 0, 0.28);
  border-color: rgba(0, 255, 209, 0.16);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

#imx-hero .imx-hero__event--passed .imx-passed-stamp {
  top: 50%;
  right: calc(var(--imx-stamp-size) * -0.18);
  transform: translateY(-50%);
}

#imx-hero .imx-hero__event--passed .imx-passed-stamp__svg {
  transform: rotate(-14deg);
}

#imx-hero .imx-hero__event--passed .imx-hero__event-seats {
  opacity: 0.28;
  filter: blur(0.4px);
}

#imx-hero .imx-hero__events {
  overflow: visible;
}

#imx-pricing .imx-pricing__event--passed .imx-pricing__card {
  position: relative;
  overflow: visible;
}

#imx-pricing .imx-pricing__event--passed .imx-passed-stamp {
  --imx-stamp-size: clamp(7.25rem, 20vw, 9.75rem);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#imx-pricing .imx-pricing__event--passed .imx-passed-stamp__svg {
  transform: rotate(-14deg);
}

#imx-pricing .imx-pricing__event--passed .imx-passed-stamp__label {
  font-size: 11px;
  letter-spacing: 0.03em;
}

#imx-pricing .imx-pricing__event--passed .imx-pricing__meta {
  opacity: 0.55;
}

#imx-pricing .imx-pricing__event--passed .imx-pricing__more,
#imx-pricing .imx-pricing__more--disabled {
  opacity: 0.45;
  cursor: not-allowed;
  pointer-events: none;
  filter: grayscale(0.35);
  transform: none;
  box-shadow: none;
}

@media (prefers-reduced-motion: no-preference) {
  #imx-hero .imx-hero__event--passed .imx-passed-stamp__svg {
    animation: imx-passed-stamp-in-hero 0.55s cubic-bezier(0.22, 1, 0.36, 1) both;
  }

  #imx-pricing .imx-pricing__event--passed .imx-passed-stamp__svg {
    animation: imx-passed-stamp-in-pricing 0.55s cubic-bezier(0.22, 1, 0.36, 1) both;
  }
}

@keyframes imx-passed-stamp-in-hero {
  from {
    opacity: 0;
    transform: rotate(-22deg) scale(1.16);
  }

  to {
    opacity: 1;
    transform: rotate(-14deg) scale(1);
  }
}

@keyframes imx-passed-stamp-in-pricing {
  from {
    opacity: 0;
    transform: rotate(-22deg) scale(1.16);
  }

  to {
    opacity: 1;
    transform: rotate(-14deg) scale(1);
  }
}

@media (max-width: 900px) {
  #imx-hero .imx-hero__event--passed .imx-hero__event-link {
    padding-right: calc(0.95rem + var(--imx-stamp-size) * 0.22);
  }

  #imx-hero .imx-hero__event--passed .imx-passed-stamp {
    top: clamp(0.4rem, 2vw, 0.6rem);
    right: calc(var(--imx-stamp-size) * -0.12);
    transform: none;
  }

  @keyframes imx-passed-stamp-in-hero {
    from {
      opacity: 0;
      transform: rotate(-22deg) scale(1.16);
    }

    to {
      opacity: 1;
      transform: rotate(-14deg) scale(1);
    }
  }
}

@media (max-width: 519px) {
  #imx-hero .imx-hero__event--passed .imx-passed-stamp {
    --imx-stamp-size: clamp(3.75rem, 18vw, 4.5rem);
    right: calc(var(--imx-stamp-size) * -0.08);
  }

  #imx-pricing .imx-pricing__event--passed .imx-passed-stamp {
    --imx-stamp-size: clamp(6.25rem, 26vw, 7.75rem);
  }

  #imx-pricing .imx-pricing__event--passed .imx-passed-stamp__label {
    font-size: 10px;
  }
}

#imx-faq .imx-faq__map-wrap {
  margin-top: 1rem;
  display: grid;
  gap: 1rem;
}

#imx-faq .imx-faq__map {
  width: 100%;
  max-width: 100%;
  min-height: 220px;
  border: 0;
  border-radius: 12px;
  filter: grayscale(0.2) contrast(1.05);
}

#imx-faq .imx-faq__entrance {
  margin: 0;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

#imx-faq .imx-faq__entrance img {
  display: block;
  width: 100%;
  height: auto;
}

#imx-faq .imx-faq__caption {
  padding: 0.5rem 0.85rem;
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.55);
  background: rgba(0, 0, 0, 0.35);
}

/* --- Практические интенсивы: мобильная адаптация --- */

body.imx-landing,
body:has(#imx-hero) {
  overflow-x: clip;
  -webkit-text-size-adjust: 100%;
}

@media (max-width: 900px) {
  #imx-hero::after {
    height: clamp(72px, 20vh, 180px);
  }

  #imx-hero .kids-hero__grid {
    padding-top: clamp(4.25rem, 12vw, 5.75rem);
    padding-left: clamp(1rem, 4vw, 1.5rem);
    padding-right: clamp(1rem, 4vw, 1.5rem);
  }

  #imx-hero .imx-hero__bottom {
    padding:
      0 clamp(1rem, 4vw, 1.5rem)
      calc(clamp(2.25rem, 7vw, 3.25rem) + clamp(40px, 10vw, 64px) + env(safe-area-inset-bottom, 0px));
  }

  #imx-hero .imx-hero__schedule-kicker.imx-hero__schedule-kicker--title {
    font-size: clamp(1.1rem, 4.2vw + 0.45rem, 1.55rem);
    letter-spacing: 0.07em;
  }

  #imx-hero .imx-hero__event-link {
    grid-template-columns: 1fr;
    gap: 0.7rem;
    padding: 0.95rem 1rem;
    text-align: center;
  }

  #imx-hero .imx-hero__event-date-meta {
    min-width: 0;
    padding: 0.85rem 1rem 0.9rem;
    border-left: none;
    box-shadow: none;
    border-bottom: none;
    border-radius: 11px;
    background: rgba(0, 255, 209, 0.06);
    border: 1px solid rgba(0, 255, 209, 0.16);
  }

  #imx-hero .imx-hero__event-date-day {
    font-size: clamp(1.08rem, 4.8vw + 0.55rem, 1.3rem);
  }

  #imx-hero .imx-hero__event-date-note {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 0.35rem;
    margin-top: 0.42rem;
    font-size: 0.8rem;
  }

  #imx-hero .imx-hero__event-date-weekday {
    display: inline-flex;
    align-items: center;
    padding: 0.18rem 0.62rem;
    border-radius: 999px;
    font-size: 0.74rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: capitalize;
    color: rgba(255, 255, 255, 0.78);
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.1);
  }

  #imx-hero .imx-hero__event-date-time {
    display: inline-flex;
    align-items: center;
    font-family: var(--artvoic-font-display);
    font-size: 0.88rem;
    font-weight: 700;
    color: var(--artvoic-accent);
    text-shadow: 0 0 14px rgba(0, 255, 209, 0.25);
  }

  #imx-hero .imx-hero__event-date-time::before {
    content: "";
    display: inline-block;
    width: 1px;
    height: 1.05em;
    margin-right: 0.65rem;
    background: rgba(0, 255, 209, 0.35);
    vertical-align: middle;
  }

  #imx-hero .imx-hero__event-body {
    text-align: center;
    padding: 0.1rem 0.35rem 0;
  }

  #imx-hero .imx-hero__event-city {
    font-size: clamp(0.82rem, 3.2vw + 0.55rem, 0.95rem);
    text-align: center;
  }

  #imx-hero .imx-hero__event-place {
    text-align: center;
  }

  #imx-hero .imx-hero__event-seats {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 0;
    padding: 0.85rem 1rem 0.9rem;
    border-right: none;
    box-shadow: none;
    border-radius: 11px;
    background: rgba(0, 255, 209, 0.06);
    border: 1px solid rgba(0, 255, 209, 0.16);
  }

  #imx-hero .imx-hero__event-seats--warn {
    background: rgba(108, 99, 255, 0.1);
    border-color: rgba(108, 99, 255, 0.28);
  }

  #imx-hero .imx-hero__event-seats--urgent {
    background: rgba(255, 90, 120, 0.1);
    border-color: rgba(255, 120, 150, 0.35);
    box-shadow: 0 0 18px rgba(255, 90, 120, 0.12);
  }

  #imx-hero .imx-hero__event-seats-label {
    display: inline-flex;
    align-items: center;
    padding: 0.18rem 0.62rem;
    margin-bottom: 0.42rem;
    border-radius: 999px;
    font-size: 0.74rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.78);
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.1);
  }

  #imx-hero .imx-hero__event-seats-value {
    font-size: clamp(1.08rem, 4.8vw + 0.55rem, 1.3rem);
    white-space: normal;
    text-align: center;
  }

  :is(#imx-audience, #imx-value) .kids-results__inner {
    padding:
      clamp(2.75rem, 8vw, 4rem) clamp(1rem, 4vw, 1.25rem)
      calc(clamp(2rem, 5vw, 3rem) + clamp(48px, 10vw, 72px));
  }

  :is(#imx-audience, #pco-audience) .kids-results__title {
    font-size: clamp(1.2rem, 4.5vw + 0.65rem, 1.55rem);
    text-wrap: pretty;
  }

  #imx-backstage .kids-studio-videos__inner {
    padding:
      clamp(2.25rem, 7vw, 3.5rem) clamp(1rem, 4vw, 1.25rem)
      calc(clamp(2rem, 5vw, 3rem) + clamp(48px, 10vw, 72px));
  }

  #imx-program .course-program__inner,
  #imx-faq .course-program__inner {
    padding-left: clamp(1rem, 4vw, 1.25rem);
    padding-right: clamp(1rem, 4vw, 1.25rem);
  }

  #imx-program .course-program__title-line {
    display: block;
    font-size: 0.88em;
    margin-top: 0.45em;
  }

  #imx-program .imx-timeline {
    padding-left: clamp(1rem, 3.5vw, 1.35rem);
  }

  #imx-pricing .course-pricing__inner {
    padding-left: clamp(1rem, 4vw, 1.25rem);
    padding-right: clamp(1rem, 4vw, 1.25rem);
  }

  #imx-pricing .imx-pricing__events {
    max-width: 440px;
  }

  #imx-pricing .imx-pricing__more {
    min-height: 3rem;
  }

  :is(#imx-value, #pco-advantages) .imx-value-list > li {
    padding: 0.95rem 1rem;
    gap: 0.85rem;
  }

  :is(#imx-faq) .course-program__trigger {
    min-height: 2.75rem;
    padding-top: 0.85rem;
    padding-bottom: 0.85rem;
    text-align: left;
  }

  :is(#imx-faq) .course-program__trigger-text {
    text-wrap: pretty;
  }
}

@media (max-width: 480px) {
  #imx-hero .imx-hero__intro {
    grid-template-columns: minmax(0, 1fr) minmax(80px, 27%);
    gap: clamp(0.5rem, 2vw, 0.7rem);
  }

  #imx-hero .kids-hero__frame--wow,
  #imx-hero .kids-hero__frame {
    max-width: min(96px, 26vw);
    max-height: min(128px, 19vh);
  }

  #imx-hero .imx-hero__title-accent {
    font-size: clamp(1.05rem, 4.8vw + 0.45rem, 1.38rem);
  }

  #imx-hero .kids-hero__title-main {
    font-size: clamp(0.82rem, 3vw + 0.52rem, 0.96rem);
  }

  #imx-hero .kids-hero__subtitle {
    font-size: clamp(0.74rem, 2.6vw + 0.48rem, 0.84rem);
    line-height: 1.45;
    padding: 0;
  }

  #imx-hero .imx-hero__event-date-day {
    font-size: clamp(1.12rem, 5.2vw + 0.45rem, 1.35rem);
  }

  #imx-hero .imx-hero__event-seats-value {
    font-size: clamp(1.12rem, 5.2vw + 0.45rem, 1.35rem);
  }

  #imx-program .imx-timeline__day {
    margin-bottom: 1.65rem;
  }

  :is(#imx-audience, #pco-audience) .kids-glass {
    padding: 1rem;
  }

  #imx-faq .imx-faq__map {
    min-height: 180px;
    aspect-ratio: 4 / 3;
  }
}

:is(#kids-pricing, #imx-pricing, #pco-pricing) .course-pricing__included-label {
  margin: 1rem 0 0.65rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.45);
}

/* Персональный коучинг (#pco-*): видео и вторая вводная в блоке наставника */
#pco-hero .kids-hero__cta-note a {
  color: rgba(200, 255, 248, 0.95);
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

#pco-hero .kids-hero__cta-note a:hover {
  color: #fff;
}

#pco-mentor .pco-mentor__video {
  margin-top: 0;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  aspect-ratio: 16 / 9;
  background: #000;
}

#pco-mentor .pco-mentor__video video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

#pco-mentor .pco-mentor__video-caption {
  margin: 0.65rem 0 0;
  font-size: 0.78rem;
  color: var(--artvoic-text-muted);
  line-height: 1.45;
}

#pco-mentor .pco-mentor__closing {
  margin-top: 1rem;
  margin-bottom: 0;
}

/* ПКО наставник: бесшовный стык с низом #pco-pricing (--artvoic-bg), без верхнего затемнения ::before и без нижней волны */
#pco-mentor {
  background: linear-gradient(
    180deg,
    var(--artvoic-bg) 0%,
    var(--artvoic-bg) min(16%, 100px),
    var(--kids-mentor-base) min(36%, 240px),
    var(--kids-mentor-base) 52%,
    var(--kids-faq-base) 86%,
    var(--kids-faq-base) 100%
  );
}

#pco-mentor::before {
  display: none;
}

/* Аврора ПКО: бирюзовый блик был у самого верха слева — маска резала его горизонтальной «полкой»; ниже центр блика и длинный мягкий вход сверху */
#pco-mentor .kids-mentor__aurora {
  background:
    radial-gradient(ellipse 46% 42% at 28% 38%, rgba(0, 255, 209, 0.072), transparent 58%),
    radial-gradient(ellipse 42% 38% at 72% 78%, rgba(108, 99, 255, 0.1), transparent 50%);
  -webkit-mask-image: linear-gradient(
    180deg,
    transparent 0%,
    transparent 6%,
    rgba(0, 0, 0, 0.12) 14%,
    rgba(0, 0, 0, 0.35) 24%,
    rgba(0, 0, 0, 0.62) 34%,
    #000 44%,
    #000 calc(100% - clamp(80px, 16vh, 160px)),
    transparent 100%
  );
  mask-image: linear-gradient(
    180deg,
    transparent 0%,
    transparent 6%,
    rgba(0, 0, 0, 0.12) 14%,
    rgba(0, 0, 0, 0.35) 24%,
    rgba(0, 0, 0, 0.62) 34%,
    #000 44%,
    #000 calc(100% - clamp(80px, 16vh, 160px)),
    transparent 100%
  );
}

/* ПКО: вводная на всю ширину; ряд фото | видео+проекты (проекты прижаты к низу колонки); снизу — статы и педагогика на всю ширину */
#pco-mentor .kids-mentor__inner {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  grid-template-areas:
    "intro intro"
    "visual media"
    "underPhoto underPhoto";
  align-items: start;
  column-gap: clamp(1.25rem, 3vw, 2rem);
  row-gap: clamp(1.1rem, 2vw, 1.45rem);
  padding-bottom: clamp(2.5rem, 5vw, 3.75rem);
}

#pco-mentor .pco-mentor__intro {
  grid-area: intro;
  text-align: center;
  max-width: 52rem;
  margin-inline: auto;
}

#pco-mentor .pco-mentor__intro .kids-mentor__lead {
  margin-bottom: 0;
  margin-inline: auto;
}

#pco-mentor .kids-mentor__visual {
  grid-area: visual;
}

#pco-mentor .pco-mentor__media-col {
  grid-area: media;
  min-width: 0;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  min-height: 0;
}

#pco-mentor .pco-mentor__media-foot {
  margin-top: auto;
  padding-top: clamp(0.85rem, 2.2vw, 1.35rem);
}

#pco-mentor .pco-mentor__media-foot .kids-mentor__logos-label {
  margin-top: 0;
}

#pco-mentor .pco-mentor__under-photo {
  grid-area: underPhoto;
  min-width: 0;
}

#pco-mentor .kids-mentor__photo {
  max-width: none;
  width: 100%;
  margin: 0;
  aspect-ratio: 4 / 5;
}

#pco-mentor .pco-mentor__under-photo .kids-mentor__stats {
  margin-bottom: 0;
}

/* ПКО: лид-магнит «Бесплатные уроки» — между #pco-mentor и #pco-pricing */
#pco-magnet {
  position: relative;
  padding: clamp(2.75rem, 5vw, 4.5rem) clamp(1.25rem, 4vw, 2rem);
  background: linear-gradient(
    180deg,
    var(--kids-faq-base) 0%,
    var(--artvoic-bg) 42%,
    var(--artvoic-bg) 100%
  );
  overflow: hidden;
  isolation: isolate;
}

#pco-magnet .pco-magnet__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

#pco-magnet .pco-magnet__aurora {
  position: absolute;
  inset: -12% -8%;
  background:
    radial-gradient(ellipse 38% 34% at 22% 38%, rgba(0, 255, 209, 0.16), transparent 58%),
    radial-gradient(ellipse 34% 38% at 82% 58%, rgba(108, 99, 255, 0.14), transparent 55%);
  animation: course-pricing-aurora 22s ease-in-out infinite alternate;
}

#pco-magnet .pco-magnet__glow {
  position: absolute;
  inset: 18% 22% auto;
  height: 48%;
  background: radial-gradient(ellipse at 50% 42%, rgba(0, 255, 209, 0.1), transparent 68%);
  animation: course-pricing-breath 15s ease-in-out infinite;
}

#pco-magnet .pco-magnet__shell {
  position: relative;
  z-index: 1;
  width: min(52rem, calc(100% - 1rem));
  margin-inline: auto;
}

#pco-magnet .pco-magnet__card {
  position: relative;
  padding: clamp(2rem, 4.5vw, 3rem) clamp(1.5rem, 4vw, 2.75rem);
  text-align: center;
  border-radius: 4px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0.02) 100%),
    rgba(12, 12, 22, 0.78);
  border: 1px solid rgba(0, 255, 209, 0.22);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.04) inset,
    0 24px 64px rgba(0, 0, 0, 0.42),
    0 0 48px rgba(0, 255, 209, 0.08);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

#pco-magnet .pco-magnet__card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(
    135deg,
    rgba(0, 255, 209, 0.12) 0%,
    transparent 42%,
    rgba(108, 99, 255, 0.08) 100%
  );
  opacity: 0.65;
}

#pco-magnet .pco-magnet__card > * {
  position: relative;
  z-index: 1;
}

#pco-magnet .pco-magnet__kicker {
  display: inline-block;
  margin-bottom: 0.75rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--artvoic-accent);
}

#pco-magnet .pco-magnet__title {
  margin: 0 0 0.85rem;
  font-family: var(--artvoic-font-display, "Unbounded", sans-serif);
  font-size: clamp(1.35rem, 2.4vw + 0.6rem, 2rem);
  font-weight: 600;
  line-height: 1.2;
  color: #fff;
}

#pco-magnet .pco-magnet__lead {
  margin: 0 auto 1.65rem;
  max-width: 34rem;
  font-size: clamp(0.92rem, 1.1vw + 0.55rem, 1.02rem);
  line-height: 1.55;
  color: var(--artvoic-text-muted);
}

#pco-magnet .pco-magnet__cta-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.65rem;
}

#pco-magnet .pco-magnet__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.95rem 1.85rem;
  font-weight: 600;
  font-size: 0.95rem;
  text-decoration: none;
  color: var(--artvoic-bg);
  background: var(--artvoic-accent);
  border-radius: 2px;
  box-shadow: 0 0 0 1px rgba(0, 255, 209, 0.35), 0 12px 40px rgba(0, 255, 209, 0.12);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

#pco-magnet .pco-magnet__cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 0 1px rgba(0, 255, 209, 0.45), 0 16px 48px rgba(0, 255, 209, 0.18);
}

#pco-magnet .pco-magnet__cta:focus-visible {
  outline: 2px solid var(--artvoic-accent);
  outline-offset: 3px;
}

#pco-magnet .pco-magnet__note {
  margin: 0;
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.52);
}

@media (max-width: 640px) {
  #pco-magnet .pco-magnet__card {
    padding: 1.75rem 1.25rem 2rem;
  }
}

@media (max-width: 900px) {
  #pco-mentor .kids-mentor__inner {
    grid-template-columns: 1fr;
    grid-template-areas:
      "intro"
      "visual"
      "media"
      "underPhoto";
    row-gap: clamp(1rem, 3vw, 1.35rem);
  }

  #pco-mentor .pco-mentor__media-col {
    align-self: start;
  }

  #pco-mentor .pco-mentor__media-foot {
    margin-top: 0;
    padding-top: clamp(0.35rem, 2vw, 0.65rem);
  }

  #pco-mentor .pco-mentor__intro .kids-mentor__lead {
    margin-bottom: 0;
  }

  #pco-mentor .kids-mentor__photo {
    max-width: min(360px, 88vw);
    margin-left: auto;
    margin-right: auto;
  }
}

