/* ================================================
   РУСАЛОЧКА ШОУ — театр мыльных пузырей
   Редизайн: светлый розово-сиреневый глянец + пузыри
   ================================================ */

/* ===== PHILOSOPHER — локальный шрифт ===== */
@font-face {
  font-family: 'Philosopher';
  src: url('fonts/philosopher-cyrillic-400-normal.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'Philosopher';
  src: url('fonts/philosopher-cyrillic-400-italic.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: block;
}
@font-face {
  font-family: 'Philosopher';
  src: url('fonts/philosopher-cyrillic-700-normal.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'Philosopher';
  src: url('fonts/philosopher-cyrillic-700-italic.woff2') format('woff2');
  font-weight: 700;
  font-style: italic;
  font-display: block;
}

/* ===== MANROPE — локальный шрифт ===== */
@font-face {
  font-family: 'Manrope';
  src: url('fonts/manrope-cyrillic-300-normal.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Manrope';
  src: url('fonts/manrope-cyrillic-400-normal.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Manrope';
  src: url('fonts/manrope-cyrillic-500-normal.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Manrope';
  src: url('fonts/manrope-cyrillic-600-normal.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Manrope';
  src: url('fonts/manrope-cyrillic-700-normal.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  /* Фоны */
  --bg-main:  #FFF7FC;
  --bg-lilac: #F6EDFF;
  --bg-pink:  #FFEAF4;
  --bg-soft:  #FAF5FF;
  --bg-white: #FFFFFF;

  /* Акценты */
  --accent-pink:   #E33C8A;
  --accent-rose:   #F36BA5;
  --accent-coral:  #FF7A52;
  --accent-purple: #B66CFF;
  --pink-deep:     #D92E95;
  --pink-ink:      #B72777;

  /* Текст */
  --text-main:  #2F2438;
  --text-muted: #756579;
  --text-soft:  #67566F;
  --text-light: #FFFFFF;
  --lilac-muted:#8E718C;

  /* Градиенты */
  --grad-brand: linear-gradient(135deg, #D92E95 0%, #F36BA5 48%, #FF7A52 100%);
  --grad-soft:  linear-gradient(135deg, #FFF7FC 0%, #F6EDFF 45%, #FFEAF4 100%);

  /* Линии */
  --line:        rgba(227, 60, 138, 0.14);
  --line-strong: rgba(227, 60, 138, 0.24);
  --glass-border:rgba(255, 255, 255, 0.72);

  /* Шрифты */
  --font-display: 'Philosopher', Georgia, serif;
  --font-body:    'Manrope', -apple-system, BlinkMacSystemFont, sans-serif;

  /* Сетка */
  --container: 1440px;
  --gutter: clamp(24px, 4vw, 72px);

  /* Скругления */
  --radius-sm: 16px;
  --radius-md: 24px;
  --radius-lg: 36px;
  --radius-xl: 48px;
  --radius-pill: 999px;

  /* Тени */
  --shadow-soft:   0 24px 70px rgba(184, 75, 151, 0.14);
  --shadow-card:   0 18px 48px rgba(121, 61, 130, 0.12);
  --shadow-button: 0 12px 28px rgba(227, 60, 138, 0.28);
}

/* ================ RESET ================ */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font-body);
  font-weight: 400;
  font-size: 16px;
  line-height: 1.65;
  color: var(--text-main);
  background: var(--bg-main);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
img { max-width: 100%; height: auto; display: block; }
button { font-family: inherit; cursor: pointer; border: none; background: none; padding: 0; color: inherit; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; padding: 0; margin: 0; }
h1, h2, h3, h4 { margin: 0; font-weight: 500; }
section { position: relative; }

.container {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 var(--gutter);
}

em {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 500;
  color: var(--pink-deep);
}

.eyebrow {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--accent-pink);
}
.eyebrow--light { color: rgba(255,255,255,0.92); }

/* ================ ПУЗЫРИ ================ */
.bubble-layer {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}
.bubble {
  position: absolute;
  border-radius: 50%;
  background:
    radial-gradient(circle at 28% 22%, rgba(255,255,255,0.95) 0 7%, transparent 8%),
    radial-gradient(circle at 65% 72%, rgba(255,122,188,0.22), transparent 42%),
    radial-gradient(circle at 35% 35%, rgba(255,255,255,0.42), rgba(255,255,255,0.08) 58%, rgba(227,60,138,0.18) 100%);
  border: 1px solid rgba(255,255,255,0.7);
  box-shadow:
    inset 0 0 28px rgba(255,255,255,0.36),
    0 0 42px rgba(227,60,138,0.12);
  pointer-events: none;
  animation: bubbleFloat var(--dur, 9s) ease-in-out infinite;
  animation-delay: var(--delay, 0s);
  will-change: transform;
}
.bubble--light {
  background:
    radial-gradient(circle at 28% 22%, rgba(255,255,255,0.95) 0 7%, transparent 8%),
    radial-gradient(circle at 35% 35%, rgba(255,255,255,0.55), rgba(255,255,255,0.12) 60%, rgba(255,255,255,0.28) 100%);
  border-color: rgba(255,255,255,0.85);
  box-shadow: inset 0 0 30px rgba(255,255,255,0.5), 0 0 50px rgba(255,255,255,0.3);
}
@keyframes bubbleFloat {
  0%, 100% { transform: translateY(0) translateX(0) scale(1); }
  50%      { transform: translateY(-26px) translateX(8px) scale(1.04); }
}

/* контент над пузырями */
.header__inner,
.hero__grid,
.marquee__track,
.meaning > .container,
.stars > .container,
.programs > .container,
.reviews > .container,
.about > .container,
.gallery__head,
.gallery__grid,
.faq__inner,
.final-cta__inner,
.footer__inner {
  position: relative;
  z-index: 2;
}

/* ================ КНОПКИ ================ */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 16px 30px;
  font-family: var(--font-body);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.01em;
  border-radius: var(--radius-pill);
  border: 1px solid transparent;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease, color 0.25s ease, filter 0.25s ease;
  white-space: nowrap;
  cursor: pointer;
}
.btn--primary {
  background: var(--grad-brand);
  color: #fff;
  box-shadow: var(--shadow-button);
}
.btn--primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 38px rgba(227, 60, 138, 0.36);
  filter: saturate(1.06);
}

/* ===== HEADER CTA — переливающийся градиент ===== */
@keyframes gradientShift {
  0%   { background-position: 0% 50%; }
  50%  { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}
.header__cta {
  background: linear-gradient(135deg, #D92E95, #F36BA5, #FF7A52, #F36BA5, #D92E95);
  background-size: 300% 300%;
  animation: gradientShift 3s ease infinite;
  color: #fff !important;
  box-shadow: 0 8px 22px rgba(217, 46, 149, 0.32);
  border: none;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}
.header__cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 32px rgba(217, 46, 149, 0.46);
  animation-play-state: paused;
}
.btn--gold { /* устаревший класс — приводим к бренду */
  background: var(--grad-brand);
  color: #fff;
  box-shadow: var(--shadow-button);
}
.btn--gold:hover { transform: translateY(-2px); filter: saturate(1.06); }
.btn--ghost,
.btn--text {
  padding: 14px 26px;
  background: rgba(255,255,255,0.58);
  color: var(--pink-deep);
  border: 1px solid rgba(227,60,138,0.32);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-radius: var(--radius-pill);
}
.btn--ghost:hover,
.btn--text:hover {
  background: #fff;
  border-color: var(--accent-pink);
  color: var(--text-main);
  transform: translateY(-1px);
}
.btn--large { padding: 18px 34px; font-size: 16px; }
.btn--full { width: 100%; }
.btn svg { width: 18px; height: 18px; }
.btn--play { gap: 6px; padding: 10px 16px; font-size: 13px; }

.icon-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: var(--radius-pill);
  border: 1px solid rgba(227,60,138,0.22);
  background: rgba(255,255,255,0.52);
  color: var(--pink-deep);
  transition: all 0.25s ease;
}
.icon-btn:hover {
  background: var(--grad-brand);
  color: #fff;
  border-color: transparent;
  transform: translateY(-1px);
}
.icon-btn--light {
  color: var(--pink-deep);
  border-color: rgba(227,60,138,0.22);
  background: rgba(255,255,255,0.7);
}
.icon-btn--light:hover { background: var(--grad-brand); color: #fff; }

.icon-btn--phone {
  position: relative;
}
.icon-btn--phone::after {
  content: '';
  position: absolute;
  inset: -3px;
  border-radius: var(--radius-pill);
  border: 1.5px solid rgba(227,60,138,0.35);
  opacity: 0;
  transform: scale(0.85);
  transition: all 0.35s ease;
}
.icon-btn--phone:hover::after {
  opacity: 1;
  transform: scale(1.12);
}
@keyframes phone-ring {
  0%, 100% { transform: rotate(0deg); }
  15%       { transform: rotate(12deg); }
  30%       { transform: rotate(-10deg); }
  45%       { transform: rotate(8deg); }
  60%       { transform: rotate(-6deg); }
}
.icon-btn--phone:hover svg {
  animation: phone-ring 0.5s ease;
}

/* ================ HEADER ================ */
.header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  background: rgba(255, 247, 252, 0.76);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  border-bottom: 1px solid rgba(227,60,138,0.12);
  box-shadow: 0 12px 34px rgba(121,61,130,0.08);
  transition: background 0.3s ease, box-shadow 0.3s ease;
}
.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 14px;
  padding-bottom: 14px;
  gap: 24px;
}
.logo { display: flex; align-items: center; gap: 12px; flex-shrink: 0; }
.logo__mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(227,60,138,0.36);
  border-radius: 50%;
  background: rgba(255,255,255,0.58);
  font-family: var(--font-display);
  font-style: italic;
  font-size: 22px;
  font-weight: 600;
  color: var(--pink-deep);
  box-shadow: inset 0 0 18px rgba(255,255,255,0.7);
  flex-shrink: 0;
}
.logo__text { display: flex; flex-direction: column; line-height: 1.15; }
.logo__name {
  font-family: var(--font-display);
  font-size: 21px;
  font-weight: 600;
  color: var(--pink-ink);
}
.logo__sub {
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--lilac-muted);
}

.header__actions { display: flex; align-items: center; gap: 12px; }
.header__cta { padding: 12px 24px; font-size: 14px; }


/* ================ HERO ================ */
.hero {
  padding: clamp(120px, 12vw, 180px) 0 clamp(80px, 10vw, 140px);
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 18%, rgba(255,122,188,0.24), transparent 34%),
    radial-gradient(circle at 88% 12%, rgba(182,108,255,0.22), transparent 36%),
    radial-gradient(circle at 74% 88%, rgba(255,122,82,0.16), transparent 34%),
    linear-gradient(135deg, #FFF7FC 0%, #F6EDFF 48%, #FFEAF4 100%);
}
.hero__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto auto auto;
  gap: clamp(16px, 2vw, 24px) clamp(36px, 5vw, 72px);
  align-items: start;
}
/* Десктоп: левая — заголовок, лид, CTA; правая — видео с бейджами внутри */
.hero__item--title  { grid-column: 1; grid-row: 1; }
.hero__item--video  { grid-column: 2; grid-row: 1 / 4; align-self: center; position: relative; }
.hero__item--lead   { grid-column: 1; grid-row: 2; }
.hero__item--cta    { grid-column: 1; grid-row: 3; }
.hero__title {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(32px, 3.6vw, 52px);
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: var(--text-main);
  margin-bottom: 28px;
  display: flex;
  flex-direction: column;
}
.hero__title span { display: block; }
.hero__title em {
  display: block;
  font-size: clamp(22px, 2.4vw, 36px);
  line-height: 1.2;
  margin-top: 6px;
  padding-bottom: 4px;
  background: var(--grad-brand);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: var(--pink-deep);
}
.hero__lead {
  font-size: 18px;
  line-height: 1.65;
  color: var(--text-soft);
  margin: 0 0 32px;
  max-width: 560px;
}
.hero__price-badge {
  display: inline-block;
  padding: 6px 16px;
  background: rgba(255,255,255,0.62);
  color: var(--pink-deep);
  border: 1px solid rgba(227,60,138,0.26);
  border-radius: var(--radius-pill);
  box-shadow: 0 10px 30px rgba(227,60,138,0.12);
  font-family: var(--font-display);
  font-size: 20px;
  font-weight: 600;
  vertical-align: middle;
  white-space: nowrap;
}
.hero__cta { margin-bottom: 8px; display: inline-flex; flex-direction: column; align-items: stretch; }
.hero__microtext {
  margin: 14px 0 0;
  font-size: 13px;
  letter-spacing: 0.02em;
  color: var(--text-muted);
  text-align: center;
}

.hero__video { position: relative; }
.hero__video::before {
  content: "";
  position: absolute;
  inset: -18px;
  border-radius: 46px;
  background: linear-gradient(135deg, rgba(255,255,255,0.62), rgba(255,122,188,0.16));
  z-index: 0;
}
.video-card {
  position: relative;
  z-index: 1;
  aspect-ratio: 16 / 9;
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: #f0e3f4;
  border: 1px solid var(--glass-border);
  box-shadow: 0 28px 80px rgba(121,61,130,0.22);
  transition: transform 0.4s ease;
}
.video-card--autoplay {
  cursor: default;
  background-image: url('hero-poster.jpg');
  background-size: cover;
  background-position: center;
}
.video-card--autoplay video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 900px) {
  .video-card--autoplay { aspect-ratio: 4 / 3; max-height: 460px; }
}
@media (max-width: 560px) {
  .video-card--autoplay { aspect-ratio: 4 / 3; max-height: 360px; }
}

.hero__bullets {
  display: flex;
  flex-direction: row;
  gap: 18px;
  margin-top: 18px;
  padding: 18px;
  position: relative;
  z-index: 1;
  border-radius: 28px;
  background: rgba(255,255,255,0.58);
  border: 1px solid var(--glass-border);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  box-shadow: 0 18px 48px rgba(121,61,130,0.10);
}
.hero__bullets li { display: flex; align-items: flex-start; gap: 12px; flex: 1; }
.hero__bullet-icon {
  width: 38px; height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #FFEAF4, #F6EDFF);
  color: var(--pink-deep);
  border: 1px solid rgba(227,60,138,0.16);
  border-radius: 50%;
  flex-shrink: 0;
}
.hero__bullets strong {
  display: block;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 2px;
  color: var(--text-main);
}
.hero__bullets span { font-size: 13px; color: var(--text-muted); line-height: 1.4; }

/* ================ ЛЕНТА ИМЁН ================ */
.marquee {
  position: relative;
  background: var(--grad-brand);
  color: #fff;
  padding: 22px 0;
  overflow: hidden;
  box-shadow: 0 18px 48px rgba(227,60,138,0.18);
}
.marquee::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle at 20% 30%, rgba(255,255,255,0.5) 0 3px, transparent 4px),
    radial-gradient(circle at 60% 70%, rgba(255,255,255,0.4) 0 5px, transparent 6px),
    radial-gradient(circle at 85% 40%, rgba(255,255,255,0.45) 0 4px, transparent 5px);
  background-size: 180px 90px, 240px 120px, 300px 100px;
  opacity: 0.5;
  pointer-events: none;
}
.marquee__track {
  display: flex;
  gap: 28px;
  white-space: nowrap;
  animation: marquee 13s linear infinite;
  font-family: var(--font-display);
  font-style: italic;
  font-size: clamp(22px, 2.4vw, 36px);
  font-weight: 500;
  will-change: transform;
}
.marquee__track .sep { color: rgba(255,255,255,0.58); font-style: normal; }
@keyframes marquee {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

/* ================ ЗАГОЛОВКИ СЕКЦИЙ ================ */
.section-header {
  max-width: 760px;
  margin-bottom: clamp(48px, 7vw, 80px);
}
.section-title {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(22px, 2.4vw, 36px);
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: var(--text-main);
  margin-bottom: 22px;
}
.section-title em {
  background: var(--grad-brand);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: var(--pink-deep);
}
.section-lead {
  font-size: 18px;
  line-height: 1.65;
  color: var(--text-soft);
  max-width: 680px;
}

/* ================ MEANING ================ */
.meaning {
  padding: clamp(80px, 10vw, 140px) 0;
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 85% 12%, rgba(255,122,188,0.14), transparent 32%),
    radial-gradient(circle at 12% 84%, rgba(182,108,255,0.12), transparent 34%),
    linear-gradient(180deg, #FFF7FC 0%, #FFFFFF 48%, #F8F0FF 100%);
}
.features__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-bottom: clamp(48px, 7vw, 72px);
}
.feature-card {
  border-radius: var(--radius-lg);
  background: rgba(255,255,255,0.70);
  border: 1px solid rgba(255,255,255,0.78);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  box-shadow: 0 18px 48px rgba(121,61,130,0.10);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}
.feature-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 28px 70px rgba(121,61,130,0.16);
}
.feature-card__photo {
  aspect-ratio: 4 / 3;
  border-radius: 28px;
  margin: 12px 12px 0;
  overflow: hidden;
  background: #f4e8f6;
}
.feature-card__photo img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.feature-card:hover .feature-card__photo img { transform: scale(1.04); }
.feature-card__body {
  padding: 24px 26px 30px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.feature-card__title {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(18px, 1.8vw, 24px);
  line-height: 1.2;
  margin-bottom: 12px;
  color: var(--text-main);
}
.feature-card__text { font-size: 16px; line-height: 1.6; color: var(--text-soft); margin: 0; }

/* ---- Видео-карточки блока "Уникальная шоу-сказка" ---- */
.features__video-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  margin-bottom: clamp(48px, 7vw, 72px);
}
.feature-video-card {
  border-radius: var(--radius-lg);
  background: rgba(255,255,255,0.70);
  border: 1px solid rgba(255,255,255,0.78);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  box-shadow: 0 18px 48px rgba(121,61,130,0.10);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
  /* iOS fix: overflow hidden + border-radius */
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}
.feature-video-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 28px 70px rgba(121,61,130,0.16);
}
.feature-video-card__video {
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: calc(var(--radius-lg) - 1px) calc(var(--radius-lg) - 1px) 0 0;
}
.feature-video-card__video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.feature-video-card__body {
  padding: 24px 28px 30px;
}
.feature-video-card__title {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(18px, 1.6vw, 22px);
  color: var(--text-main);
  margin: 0 0 14px;
  line-height: 1.2;
}
.feature-video-card__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.feature-video-card__list li {
  font-size: 15px;
  line-height: 1.5;
  color: var(--text-soft);
  padding-left: 18px;
  position: relative;
}
.feature-video-card__list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 9px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--grad-brand);
}

@media (max-width: 767px) {
  .features__video-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .feature-video-card {
    border-radius: 24px;
    border: 1.5px solid rgba(227, 60, 138, 0.28);
    box-shadow: 0 0 0 1px rgba(182, 108, 255, 0.12), 0 8px 24px rgba(182, 108, 255, 0.10);
  }
  .feature-video-card__video {
    border-radius: 23px 23px 0 0;
    aspect-ratio: 16 / 9;
  }
}

.meaning__cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 26px;
  border-radius: 40px;
  background: rgba(255,255,255,0.68);
  border: 1px solid rgba(255,255,255,0.8);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  box-shadow: 0 24px 70px rgba(184,75,151,0.12);
  padding: clamp(32px, 4vw, 48px) clamp(24px, 4vw, 56px);
}
.meaning__cta-text {
  max-width: 620px;
  font-family: var(--font-body);
  font-size: clamp(15px, 1.2vw, 17px);
  line-height: 1.6;
  color: var(--text-muted);
  margin: 0;
}
.meaning__cta-text strong {
  color: var(--text-main);
  font-weight: 600;
}
.meaning__cta-if {
  display: block;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--lilac-muted);
  margin-bottom: 8px;
}
.meaning__cta-badge {
  display: inline-block;
  margin-top: 20px;
  padding: clamp(14px, 1.4vw, 18px) clamp(28px, 3vw, 44px);
  background: var(--grad-brand);
  color: #fff;
  border-radius: var(--radius-pill);
  box-shadow: 0 16px 40px rgba(227,60,138,0.30);
  font-family: var(--font-display);
  font-style: italic;
  font-size: clamp(20px, 2.2vw, 28px);
  font-weight: 700;
  letter-spacing: -0.01em;
}

/* ================ STARS ================ */
.stars {
  padding: clamp(80px, 10vw, 140px) 0;
  position: relative;
  overflow: hidden;
  color: var(--text-main);
  background:
    radial-gradient(circle at 18% 18%, rgba(255,122,188,0.24), transparent 34%),
    radial-gradient(circle at 82% 62%, rgba(182,108,255,0.18), transparent 38%),
    linear-gradient(135deg, #FFF7FC 0%, #F6EDFF 52%, #FFEAF4 100%);
}
.stars__layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(40px, 6vw, 80px);
  align-items: center;
}
.stars__title,
.stars__title em {
  color: #fff !important;
  background: none !important;
  -webkit-background-clip: unset !important;
  background-clip: unset !important;
  -webkit-text-fill-color: #fff !important;
  font-style: normal;
}
.stars__namelist {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  margin: 24px 0 28px;
}
.stars__namelist span {
  display: inline-flex;
  align-items: center;
  padding: 9px 16px;
  margin: 0 8px 8px 0;
  border-radius: var(--radius-pill);
  background: rgba(255,255,255,0.56);
  border: 1px solid rgba(227,60,138,0.16);
  color: var(--text-soft);
  font-size: 14px;
  line-height: 1.2;
  box-shadow: 0 8px 22px rgba(121,61,130,0.07);
}
.stars__namelist span:nth-child(2n) {
  color: var(--pink-deep);
  background: rgba(255,255,255,0.72);
}
.stars__namelist span.muted {
  color: var(--lilac-muted);
  background: transparent;
  border-color: transparent;
  box-shadow: none;
  font-style: italic;
}
.stars__sub {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 18px;
  color: var(--text-soft);
  line-height: 1.5;
  margin: 0 0 28px;
}
.stars__photos {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.stars__photo-slot { display: flex; flex-direction: column; gap: 10px; }
.stars__photo-img {
  aspect-ratio: 3 / 4;
  border-radius: 34px;
  border: 1px solid rgba(255,255,255,0.74);
  box-shadow: 0 22px 64px rgba(121,61,130,0.18);
  overflow: hidden;
}
.stars__photo-img img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.stars__photo-slot:hover .stars__photo-img img { transform: scale(1.04); }

/* ================ PROGRAMS ================ */
.programs {
  padding: clamp(80px, 10vw, 140px) 0;
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 10% 20%, rgba(255,122,188,0.18), transparent 32%),
    radial-gradient(circle at 90% 8%, rgba(182,108,255,0.16), transparent 34%),
    radial-gradient(circle at 80% 90%, rgba(255,122,82,0.12), transparent 36%),
    linear-gradient(180deg, #FFFFFF 0%, #FFF0F8 44%, #F7EFFF 100%);
}
.programs__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.program-card {
  border-radius: var(--radius-lg);
  background: rgba(255,255,255,0.72);
  border: 1px solid rgba(255,255,255,0.82);
  overflow: hidden;
  box-shadow: 0 20px 56px rgba(121,61,130,0.12);
  display: flex;
  flex-direction: column;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}
.program-card:hover {
  transform: translateY(-7px);
  box-shadow: 0 32px 78px rgba(121,61,130,0.18);
}
.program-card__media {
  position: relative;
  aspect-ratio: 4 / 5;
  border-radius: 28px;
  margin: 12px 12px 0;
  overflow: hidden;
}
.program-card__media img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}
.program-card:hover .program-card__media img { transform: scale(1.05); }
.program-card__badge {
  position: absolute;
  top: 14px; right: 14px;
  padding: 6px 14px;
  background: var(--grad-brand);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.02em;
  border-radius: var(--radius-pill);
  box-shadow: 0 8px 20px rgba(227,60,138,0.28);
  z-index: 2;
}
.program-card__badge--hit {
  background: linear-gradient(135deg, #FF7A52 0%, #FFB020 100%);
  box-shadow: 0 8px 20px rgba(255,122,82,0.32);
}

/* play-кнопка на картинке карточки — в виде плавающего мыльного пузыря */
.program-card__play {
  position: absolute;
  top: 50%; left: 50%;
  width: 58px; height: 58px;
  margin-top: -29px;
  margin-left: -29px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--pink-deep);
  background:
    radial-gradient(circle at 28% 22%, rgba(255,255,255,0.95) 0 7%, transparent 8%),
    radial-gradient(circle at 65% 72%, rgba(255,122,188,0.22), transparent 42%),
    radial-gradient(circle at 35% 35%, rgba(255,255,255,0.78), rgba(255,255,255,0.38) 58%, rgba(227,60,138,0.28) 100%);
  border: 1px solid rgba(255,255,255,0.85);
  box-shadow: inset 0 0 20px rgba(255,255,255,0.55), 0 10px 28px rgba(227,60,138,0.28);
  cursor: pointer;
  z-index: 2;
  animation: programPlayFloat 4.5s ease-in-out infinite;
  transition: filter 0.25s ease;
}
.program-card__play svg { margin-left: 2px; filter: drop-shadow(0 1px 2px rgba(227,60,138,0.3)); }
.program-card__play:hover { filter: brightness(1.08); }
.program-card:nth-child(even) .program-card__play,
.programs__slider .program-card:nth-child(even) .program-card__play {
  animation-delay: -2.2s;
}
@keyframes programPlayFloat {
  0%, 100% { transform: translateY(0) scale(1); }
  50%      { transform: translateY(-7px) scale(1.03); }
}
.program-card__body {
  padding: 22px 22px 24px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.program-card__tag {
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--accent-pink);
  font-weight: 600;
  margin-bottom: 10px;
}
.program-card__title {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(18px, 1.8vw, 24px);
  line-height: 1.2;
  margin-bottom: 10px;
  color: var(--text-main);
}
.program-card__title a {
  color: inherit;
  text-decoration: none;
}
.program-card__title a:hover {
  color: var(--pink-ink);
  text-decoration: underline;
  text-decoration-color: rgba(183,39,119,0.35);
}
.program-card__desc {
  font-size: 16px;
  line-height: 1.55;
  color: var(--text-soft);
  margin-bottom: 20px;
  flex-grow: 1;
}
.program-card .btn--text {
  padding: 10px 18px;
  font-size: 13px;
  white-space: nowrap;
}

.programs__help {
  margin-top: 56px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}
.programs__help-title {
  font-family: var(--font-display);
  font-size: clamp(18px, 1.8vw, 24px);
  font-weight: 600;
  color: var(--text-main);
}
.programs__help-sub { font-size: 16px; color: var(--text-muted); margin-top: -4px; }

/* ================ REVIEWS ================ */
.reviews {
  padding: clamp(80px, 10vw, 140px) 0;
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 18%, rgba(255,122,188,0.20), transparent 34%),
    linear-gradient(135deg, #FFF7FC 0%, #FFEAF4 55%, #F6EDFF 100%);
}
.reviews__grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(32px, 5vw, 60px);
  align-items: start;
}
.reviews__video .video-card { aspect-ratio: 5 / 6; }
.video-card__play {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 76px; height: 76px;
  border-radius: 50%;
  background: rgba(255,255,255,0.95);
  color: var(--pink-deep);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 14px 34px rgba(227,60,138,0.24);
  transition: all 0.25s ease;
  z-index: 2;
}
.video-card:hover .video-card__play { transform: translate(-50%, -50%) scale(1.06); }
.video-card__caption {
  position: absolute;
  bottom: 20px;
  left: 24px;
  right: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  z-index: 2;
}
.video-card__label { text-transform: uppercase; font-size: 11px; letter-spacing: 0.16em; }
.reviews__slider { display: flex; flex-direction: column; gap: 24px; position: relative; }
.reviews__track { position: relative; min-height: 280px; }
.review-screen {
  border-radius: 32px;
  background: rgba(255,255,255,0.66);
  border: 1px solid rgba(255,255,255,0.78);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  box-shadow: 0 18px 48px rgba(121,61,130,0.10);
  padding: 28px 32px;
  position: absolute;
  top: 0; left: 0; right: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateX(20px);
  transition: opacity 0.5s ease, transform 0.5s ease, visibility 0s linear 0.5s;
}
.review-screen.active {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  transition: opacity 0.5s ease, transform 0.5s ease, visibility 0s;
  position: relative;
}
.review-screen header {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--line);
}
.review-screen__avatar {
  width: 46px; height: 46px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-display);
  font-style: italic;
  font-size: 20px;
  color: var(--text-main);
  flex-shrink: 0;
}
.review-screen header strong { display: block; font-weight: 700; font-size: 16px; margin-bottom: 2px; color: var(--pink-deep); }
.review-screen header span { font-size: 12px; color: var(--text-muted); }
.review-screen p { margin: 0; font-size: 16px; line-height: 1.65; color: #4E3C58; }
.reviews__nav { display: flex; align-items: center; gap: 16px; padding-top: 8px; }
.reviews__btn {
  width: 46px; height: 46px;
  border: 1px solid rgba(227,60,138,0.24);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--pink-deep);
  background: rgba(255,255,255,0.6);
  transition: all 0.25s ease;
}
.reviews__btn:hover { background: var(--grad-brand); color: #fff; border-color: transparent; }
.reviews__counter {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 16px;
  color: var(--text-muted);
  letter-spacing: 0.04em;
}

/* ================ ABOUT ================ */
.about {
  padding: clamp(80px, 10vw, 140px) 0;
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 15% 20%, rgba(182,108,255,0.14), transparent 34%),
    radial-gradient(circle at 88% 82%, rgba(255,122,188,0.14), transparent 36%),
    linear-gradient(180deg, #FFFFFF 0%, #F8F0FF 100%);
}
/* about: текст слева, статистика справа */
.about__content {
  display: flex;
  align-items: flex-start;
  gap: clamp(32px, 5vw, 72px);
  margin-bottom: clamp(40px, 5vw, 64px);
}
.about__intro { flex: 1; }
.about__intro p { font-size: 18px; line-height: 1.65; color: var(--text-soft); margin: 0 0 16px; }
.about__intro p:last-child { margin-bottom: 0; }
.about__stats {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  flex-shrink: 0;
  width: 220px;
  margin-bottom: 0;
}
.about__stats > div {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 28px 30px;
  border-radius: 28px;
  background: rgba(255,255,255,0.64);
  border: 1px solid rgba(255,255,255,0.78);
  box-shadow: 0 16px 44px rgba(121,61,130,0.10);
}
.about__stats strong {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.1;
  color: var(--pink-deep);
}
.about__stats span { font-size: 12px; letter-spacing: 0.06em; color: var(--text-muted); text-transform: uppercase; }

/* ---- Видео-слайдер в блоке about ---- */
.video-slider {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  padding: 4px 0 8px;
  margin-bottom: 16px;
  -webkit-mask-image: linear-gradient(to right, transparent 0, #000 24px, #000 calc(100% - 52px), transparent 100%);
  mask-image: linear-gradient(to right, transparent 0, #000 24px, #000 calc(100% - 52px), transparent 100%);
}
.video-slider::-webkit-scrollbar { display: none; }
.video-slide {
  flex: 0 0 clamp(200px, 28vw, 320px);
  scroll-snap-align: start;
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  aspect-ratio: 4 / 3;
  cursor: pointer;
  border: none;
  padding: 0;
  background: #1a0a20;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.video-slide:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 50px rgba(183,39,119,0.25);
}
.video-slide img {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease, opacity 0.3s ease;
}
.video-slide:hover img { transform: scale(1.05); opacity: 0.85; }
.video-slide__play {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.video-slide__play svg {
  width: clamp(48px, 5vw, 64px);
  height: clamp(48px, 5vw, 64px);
  color: var(--pink-deep);
  filter: drop-shadow(0 4px 16px rgba(0,0,0,0.45));
  background: rgba(255,255,255,0.88);
  border-radius: 50%;
  padding: 10px;
  transition: transform 0.3s ease, background 0.3s ease;
}
.video-slide:hover .video-slide__play svg {
  transform: scale(1.12);
  background: #fff;
}
.video-slide__title {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  padding: 28px 14px 12px;
  background: linear-gradient(to top, rgba(30,5,40,0.75) 0%, transparent 100%);
  font-family: var(--font-display);
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  text-align: left;
}

.about__people {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(28px, 4vw, 48px);
}
.person {
  display: flex;
  flex-direction: column;
  gap: 24px;
  border-radius: 42px;
  background: rgba(255,255,255,0.66);
  border: 1px solid rgba(255,255,255,0.78);
  box-shadow: 0 24px 70px rgba(121,61,130,0.12);
  padding: clamp(24px, 3vw, 40px);
}
.person__photo {
  position: relative;
  aspect-ratio: 4 / 3;
  border-radius: 36px;
  overflow: hidden;
  box-shadow: 0 24px 64px rgba(121,61,130,0.16);
}
.person__photo img { width: 100%; height: 100%; object-fit: cover; }
.person__photo-frame {
  position: absolute;
  inset: 14px;
  border: 1px solid rgba(255,255,255,0.5);
  border-radius: 28px;
  pointer-events: none;
}
.person__body { display: flex; flex-direction: column; }
.person__role {
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent-pink);
  font-weight: 600;
  margin-bottom: 12px;
}
.person__name {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(22px, 2.4vw, 32px);
  line-height: 1.1;
  letter-spacing: -0.01em;
  color: var(--pink-deep);
  margin-bottom: 14px;
}
.person__bio { font-size: 16px; line-height: 1.6; color: var(--text-soft); margin: 0 0 16px; }
.person__quote {
  margin: 0;
  padding: 16px 0 0 16px;
  border-top: 1px solid var(--line);
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 500;
  font-size: 17px;
  line-height: 1.5;
  color: var(--text-main);
  position: relative;
}
.person__quote::before {
  content: "\201C";
  font-family: var(--font-display);
  font-size: 64px;
  font-style: italic;
  color: var(--accent-rose);
  position: absolute;
  top: 6px; left: -10px;
  line-height: 1;
  pointer-events: none;
  opacity: 0.6;
}

/* ================ GALLERY ================ */
.gallery {
  padding: clamp(80px, 10vw, 140px) 0 0;
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 92% 12%, rgba(255,122,188,0.13), transparent 32%),
    linear-gradient(180deg, #FFF7FC 0%, #FFFFFF 100%);
}
.gallery__head { margin-bottom: clamp(56px, 8vw, 88px); }
.gallery__title { max-width: 800px; margin-bottom: 0; }
.gallery__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 280px;
  gap: 14px;
  padding: 0 var(--gutter) clamp(80px, 10vw, 120px);
}
.about__gallery {
  padding: 0;
  margin-bottom: clamp(48px, 6vw, 72px);
  grid-auto-rows: 220px;
}

/* ---- Бегущие ряды фотографий ---- */
.photo-marquee-wrap {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: clamp(48px, 6vw, 72px);
  margin-left: calc(-1 * var(--gutter));
  margin-right: calc(-1 * var(--gutter));
  overflow: hidden;
  -webkit-mask-image: linear-gradient(to right, transparent 0, #000 60px, #000 calc(100% - 60px), transparent 100%);
  mask-image: linear-gradient(to right, transparent 0, #000 60px, #000 calc(100% - 60px), transparent 100%);
}
.photo-marquee {
  overflow: hidden;
  width: 100%;
}
.photo-marquee__track {
  display: flex;
  flex-wrap: nowrap;
  width: max-content;
  will-change: transform;
}
.photo-marquee--left .photo-marquee__track {
  animation: photo-scroll-left 10s linear infinite;
}
.photo-marquee--right .photo-marquee__track {
  animation: photo-scroll-right 10s linear infinite;
}
@keyframes photo-scroll-left {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}
@keyframes photo-scroll-right {
  from { transform: translateX(-50%); }
  to   { transform: translateX(0); }
}
.photo-marquee__item {
  flex: 0 0 260px;
  height: 180px;
  margin-right: 14px;
  background-size: cover;
  background-position: center;
  border-radius: 20px;
  border: 1px solid rgba(255,255,255,0.74);
  box-shadow: 0 8px 24px rgba(121,61,130,0.10);
}
.gallery__item {
  background-size: cover;
  background-position: center;
  border-radius: 32px;
  position: relative;
  overflow: hidden;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  cursor: pointer;
  border: 1px solid rgba(255,255,255,0.74);
  box-shadow: 0 18px 48px rgba(121,61,130,0.14);
}
.gallery__item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 45%, rgba(217,46,149,0.18) 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.gallery__item:hover::after { opacity: 1; }
.gallery__item:hover {
  transform: scale(1.015);
  box-shadow: 0 26px 68px rgba(121,61,130,0.20);
}

/* ================ FAQ ================ */
.faq {
  padding: clamp(80px, 10vw, 140px) 0;
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 10% 90%, rgba(182,108,255,0.10), transparent 34%),
    linear-gradient(180deg, #FFFFFF 0%, #FFF7FC 100%);
}
.faq__inner { max-width: 920px; }
.faq__list {
  border-top: 1px solid rgba(227,60,138,0.14);
  margin-bottom: clamp(48px, 7vw, 72px);
}
.faq__item { border-bottom: 1px solid rgba(227,60,138,0.14); }
.faq__item summary {
  list-style: none;
  padding: 28px 0;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(16px, 1.6vw, 20px);
  line-height: 1.3;
  letter-spacing: 0;
  color: var(--text-main);
  transition: color 0.25s ease;
}
.faq__item summary:hover,
.faq__item[open] summary { color: var(--pink-deep); }
.faq__item summary::-webkit-details-marker { display: none; }
.faq__plus { position: relative; width: 22px; height: 22px; flex-shrink: 0; }
.faq__plus::before,
.faq__plus::after {
  content: "";
  position: absolute;
  background: var(--pink-deep);
  border-radius: 2px;
  transition: all 0.3s ease;
}
.faq__plus::before { top: 50%; left: 0; right: 0; height: 2px; transform: translateY(-50%); }
.faq__plus::after { left: 50%; top: 0; bottom: 0; width: 2px; transform: translateX(-50%); }
.faq__item[open] .faq__plus::after { transform: translateX(-50%) rotate(90deg); opacity: 0; }
.faq__answer { padding: 0 0 28px; max-width: 720px; }
.faq__answer p { margin: 0; font-size: 16px; line-height: 1.65; color: var(--text-soft); }

.faq__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 32px 36px;
  border-radius: var(--radius-lg);
  background: rgba(255,255,255,0.68);
  border: 1px solid rgba(255,255,255,0.78);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  box-shadow: 0 18px 48px rgba(121,61,130,0.10);
  flex-wrap: wrap;
}
.faq__bottom p { margin: 0; font-family: var(--font-display); font-style: italic; font-size: 22px; color: var(--text-main); }

/* ================ FINAL CTA ================ */
.final-cta {
  padding: clamp(90px, 12vw, 150px) 0;
  position: relative;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 20% 20%, rgba(255,255,255,0.34), transparent 26%),
    radial-gradient(circle at 82% 18%, rgba(255,122,188,0.36), transparent 34%),
    radial-gradient(circle at 48% 92%, rgba(255,122,82,0.22), transparent 36%),
    linear-gradient(135deg, #D92E95 0%, #F36BA5 48%, #FF7A52 100%);
}
.final-cta__inner { text-align: center; max-width: 940px; margin: 0 auto; }
.final-cta__inner .eyebrow { display: inline-block; margin-bottom: 28px; }
.final-cta__title {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(22px, 2.4vw, 36px);
  line-height: 1.2;
  letter-spacing: -0.02em;
  margin-bottom: 26px;
  color: #fff;
}
.final-cta__title em {
  font-style: italic;
  font-weight: 500;
  color: #fff;
  -webkit-text-fill-color: #fff;
  opacity: 0.94;
  display: block;
  margin-top: 10px;
}
.final-cta__lead {
  font-size: 17px;
  line-height: 1.65;
  color: rgba(255,255,255,0.86);
  margin: 0 auto 44px;
  max-width: 680px;
}
.final-cta__buttons { display: flex; justify-content: center; gap: 16px; flex-wrap: wrap; }
.final-cta .btn--primary,
.final-cta .btn--gold {
  background: #fff;
  color: var(--pink-deep);
  box-shadow: 0 18px 42px rgba(92,32,78,0.24);
}
.final-cta .btn--primary:hover,
.final-cta .btn--gold:hover {
  transform: translateY(-2px);
  background: #FFF7FC;
  filter: none;
  box-shadow: 0 24px 50px rgba(92,32,78,0.30);
}

/* ================ FOOTER ================ */
.footer {
  padding: 64px 0 44px;
  position: relative;
  overflow: hidden;
  color: var(--text-main);
  border-top: 1px solid rgba(227,60,138,0.14);
  background:
    radial-gradient(circle at 88% 20%, rgba(255,122,188,0.12), transparent 30%),
    linear-gradient(180deg, #FFF7FC 0%, #F6EDFF 100%);
}
.footer__inner {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1.2fr;
  gap: 32px;
  align-items: center;
}
.footer__brand { display: flex; flex-direction: column; gap: 16px; }
.footer__brand .logo__mark { border-color: rgba(227,60,138,0.32); color: var(--pink-deep); background: rgba(255,255,255,0.58); }
.footer__brand > div:first-child strong { display: block; font-family: var(--font-display); font-weight: 600; font-size: 19px; color: var(--pink-ink); }
.footer__brand > div:first-child span { font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--lilac-muted); }
.footer__entity { display: flex; flex-direction: column; gap: 3px; }
.footer__entity span { font-size: 11px; color: var(--lilac-muted); }
.footer__contacts { display: flex; flex-direction: column; align-items: center; gap: 14px; }
.footer__contacts > a {
  font-family: var(--font-display);
  font-size: 28px;
  font-weight: 600;
  color: var(--pink-deep);
  transition: color 0.2s;
}
.footer__contacts > a:hover { color: var(--accent-coral); }
.footer__socials { display: flex; gap: 10px; }
.footer__legal {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-end;
}
.footer__docs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px 24px;
  text-align: right;
}
.footer__docs a {
  font-size: 12px;
  color: var(--lilac-muted);
  text-decoration: none;
  transition: color 0.2s;
  white-space: nowrap;
}
.footer__docs a:hover { color: var(--pink-deep); }
.footer__copy {
  display: flex;
  flex-direction: column;
  gap: 3px;
  align-items: center;
  text-align: center;
  font-size: 11px;
  color: var(--lilac-muted);
}
.footer__copy a { color: inherit; text-decoration: none; border-bottom: 1px solid rgba(183,39,119,0.25); transition: color 0.2s; }
.footer__copy a:hover { color: var(--pink-deep); }
.footer__dev { font-size: 11px; color: var(--lilac-muted); opacity: 0.65; margin-top: 6px; }
.footer__dev a { color: var(--lilac-muted); text-decoration: none; border-bottom: 1px solid currentColor; transition: color 0.2s, opacity 0.2s; }
.footer__dev a:hover { color: var(--pink-deep); opacity: 1; }

/* ================ ПОПАПЫ ================ */
.popup {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.popup.is-open { display: flex; animation: fadeIn 0.25s ease; }
@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }
.popup__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(121, 61, 130, 0.42);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.popup__window {
  position: relative;
  border-radius: var(--radius-lg);
  background:
    radial-gradient(circle at 90% 10%, rgba(255,122,188,0.16), transparent 34%),
    rgba(255,255,255,0.86);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  border: 1px solid rgba(255,255,255,0.86);
  box-shadow: 0 34px 90px rgba(121,61,130,0.24);
  padding: clamp(32px, 4vw, 48px);
  max-width: 540px;
  width: 100%;
  max-height: 90vh;
  overflow-y: auto;
  animation: popupIn 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}
.popup__window--small { max-width: 460px; }
@keyframes popupIn {
  from { opacity: 0; transform: translateY(20px) scale(0.98); }
  to   { opacity: 1; transform: translateY(0) scale(1); }
}
.popup--video .popup__window--video {
  max-width: 860px;
  width: calc(100vw - 40px);
  padding: 0;
  background: #1a0f1f;
  border-radius: var(--radius-md);
  overflow: hidden;
}
.popup--video .popup__close {
  position: absolute;
  top: -42px; right: 0;
  background: rgba(255,255,255,0.2);
  color: #fff;
  border-radius: 50%;
  width: 36px; height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  transition: background 0.2s;
}
.popup--video .popup__close:hover { background: rgba(255,255,255,0.35); }
.popup__video-wrap { position: relative; width: 100%; }
.popup__video-wrap iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: none; }
.popup--video.is-portrait .popup__window--video { max-width: 420px; }

.popup__close {
  position: absolute;
  top: 16px; right: 16px;
  width: 38px; height: 38px;
  border-radius: 50%;
  background: rgba(255,255,255,0.6);
  color: var(--pink-deep);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s;
}
.popup__close:hover { background: var(--grad-brand); color: #fff; }
.popup__head { margin-bottom: 28px; }
.popup__head .eyebrow { display: inline-block; margin-bottom: 14px; }
.popup__head h3 {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(28px, 3vw, 36px);
  line-height: 1.1;
  margin-bottom: 10px;
  color: var(--text-main);
}
.popup__head p { margin: 0; font-size: 16px; line-height: 1.55; color: var(--text-soft); }
.popup__form { display: flex; flex-direction: column; gap: 16px; }
.field { display: flex; flex-direction: column; gap: 8px; }
.field__label { font-size: 12px; letter-spacing: 0.06em; text-transform: uppercase; color: var(--text-muted); font-weight: 600; }
.field input[type=text],
.field input[type=tel],
.field input[type=date] {
  padding: 15px 22px;
  font-family: inherit;
  font-size: 16px;
  background: rgba(255,255,255,0.72);
  border: 1px solid rgba(227,60,138,0.18);
  border-radius: var(--radius-pill);
  color: var(--text-main);
  transition: all 0.2s;
}
.field input:focus {
  outline: none;
  border-color: var(--pink-deep);
  box-shadow: 0 0 0 4px rgba(227,60,138,0.12);
  background: #fff;
}
.field--checkbox {
  flex-direction: row;
  align-items: flex-start;
  gap: 12px;
  cursor: pointer;
  font-size: 13px;
  line-height: 1.5;
  color: var(--text-muted);
  margin-top: 4px;
}
.field--checkbox input { width: 18px; height: 18px; margin-top: 2px; accent-color: var(--pink-deep); flex-shrink: 0; }
.field--checkbox a { color: var(--pink-deep); text-decoration: underline; }

/* Кнопка честно выглядит неактивной, пока форма не заполнена — иначе клик по
   якобы рабочей кнопке ничего не делает, и посетитель не понимает, что не так.
   .btn--look-disabled — то же самое визуально, но БЕЗ настоящего атрибута
   disabled: на реально disabled-кнопке браузер не диспатчит click/submit вообще,
   а нам нужно поймать сам факт попытки (для сверки с Метрикой) — значит кнопка
   должна оставаться технически кликабельной, валидацию делает сам обработчик. */
.btn:disabled,
.btn.btn--look-disabled {
  opacity: 0.45;
  cursor: not-allowed;
  filter: grayscale(0.4);
}

/* Мягкая подсказка: телефон/контакт уже указан, осталось отметить согласие —
   подсвечиваем чекбокс ДО попытки отправки, чтобы промах не случился вовсе. */
.field--checkbox.needs-attention {
  animation: field-pulse 1.6s ease-in-out infinite;
  border-radius: 12px;
}
.field--checkbox.needs-attention input { outline: 2px solid var(--pink-deep); outline-offset: 2px; border-radius: 4px; }

/* Жёсткая подсветка: попытались отправить без галочки согласия. */
.field--checkbox.is-invalid {
  animation: field-shake 0.4s;
  padding: 8px 10px;
  margin: 4px -10px 0;
  border-radius: 12px;
  background: rgba(227, 60, 138, 0.1);
}
.field--checkbox.is-invalid input { outline: 2px solid var(--pink-deep); outline-offset: 2px; border-radius: 4px; }

.field-error {
  display: block;
  color: var(--pink-deep);
  font-size: 12px;
  font-weight: 700;
  margin-top: -2px;
}
.field-error[hidden] { display: none; }

@keyframes field-pulse {
  0%, 100% { background: transparent; }
  50% { background: rgba(227, 60, 138, 0.08); }
}
@keyframes field-shake {
  10%, 90% { transform: translateX(-2px); }
  20%, 80% { transform: translateX(3px); }
  30%, 50%, 70% { transform: translateX(-5px); }
  40%, 60% { transform: translateX(5px); }
}
.popup__divider {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 24px 0 16px;
  color: var(--text-muted);
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.popup__divider::before,
.popup__divider::after { content: ""; flex: 1; height: 1px; background: var(--line); }
.popup__messengers { display: flex; gap: 10px; justify-content: center; }
.popup__messengers--big { flex-direction: row; flex-wrap: wrap; }
.msg-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex: 1;
  padding: 14px 18px;
  font-size: 14px;
  font-weight: 600;
  border: 1px solid rgba(227,60,138,0.24);
  border-radius: var(--radius-pill);
  color: var(--pink-deep);
  background: rgba(255,255,255,0.7);
  transition: all 0.2s;
  min-width: 0;
}
.msg-btn:hover { background: var(--grad-brand); color: #fff; border-color: transparent; transform: translateY(-1px); }
.msg-btn--big { padding: 15px 18px; font-size: 14px; }
.msg-btn--phone {
  background: var(--grad-brand);
  color: #fff;
  border-color: transparent;
  font-family: var(--font-display);
  font-size: 20px;
  font-weight: 600;
}
.msg-btn--phone:hover { filter: saturate(1.06); }

/* ================ АДАПТИВ ================ */
@media (max-width: 1100px) {
  .programs__grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 900px) {
  :root { --gutter: 32px; }
  .header__cta { display: none; }
  .header__inner { padding-top: 12px; padding-bottom: 12px; }

  .hero { padding: 104px 0 72px; }
  .breadcrumbs { padding-top: 104px; }
  .blog-hero { padding-top: 104px; }
  .hero__grid { grid-template-columns: 1fr; gap: 40px; }
  .hero__video { max-width: 520px; margin: 0 auto; width: 100%; }

  .features__grid { grid-template-columns: 1fr; gap: 20px; }

  .stars__layout { grid-template-columns: 1fr; }
  .stars__photos { grid-template-columns: 1fr 1fr; max-width: 480px; }

  .programs__grid { grid-template-columns: repeat(2, 1fr); }

  .reviews__grid { grid-template-columns: 1fr; }
  .reviews__video .video-card { aspect-ratio: 16 / 11; }

  .about__content { flex-direction: column; }
  .about__stats { grid-template-columns: 1fr 1fr; gap: 16px; width: 100%; }
  .about__people { grid-template-columns: 1fr; gap: 28px; }
  .person__photo { max-width: 420px; }

  .gallery__grid { grid-template-columns: 1fr 1fr; grid-auto-rows: 220px; }

  .faq__bottom { flex-direction: column; align-items: stretch; text-align: center; }

  .footer__inner { grid-template-columns: 1fr; text-align: center; gap: 32px; }
  .footer__legal { align-items: center; }
  .footer__docs { grid-template-columns: 1fr; text-align: center; gap: 8px; }
  .footer__copy { text-align: center; align-items: center; }
  .footer__brand { justify-content: center; }
}
@media (max-width: 560px) {
  body { font-size: 16px; padding: 0; }
  .hero { padding: 96px 0 64px; }
  .breadcrumbs { padding-top: 96px; }
  .blog-hero { padding-top: 96px; }
  .hero__title { font-size: 36px; }
  .section-title { font-size: 26px; }
  .hero__bullets { flex-direction: column; gap: 14px; }
  .meaning, .stars, .programs, .reviews, .about, .faq { padding: 72px 0; }
  .programs__grid { grid-template-columns: 1fr; }
  .stars__photos { grid-template-columns: 1fr 1fr; }
  .about__stats { grid-template-columns: 1fr; gap: 14px; }
  .gallery__grid { grid-template-columns: 1fr; grid-auto-rows: 240px; }
  .final-cta__buttons { flex-direction: column; }
  .btn--large, .final-cta__buttons .btn { width: 100%; min-height: 54px; }
  .popup__window { padding: 28px 22px; }
  .footer__contacts > a { font-size: 24px; }
}

/* ===== VIDEO LOADING SPINNER ===== */
.video-loading {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #1a0a1e;
  z-index: 2;
  transition: opacity 0.4s ease;
}
.video-spinner {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 3px solid rgba(255,255,255,0.15);
  border-top-color: #F36BA5;
  animation: spin 0.8s linear infinite;
}
@keyframes spin {
  to { transform: rotate(360deg); }
}

/* карточка программы — курсор pointer чтобы было понятно что кликабельна */
.program-card { cursor: pointer; }

/* ===== STARS: branded gradient like final-cta ===== */
.stars {
  background:
    radial-gradient(circle at 20% 20%, rgba(255,255,255,0.34), transparent 26%),
    radial-gradient(circle at 82% 18%, rgba(255,122,188,0.36), transparent 34%),
    radial-gradient(circle at 48% 92%, rgba(255,122,82,0.22), transparent 36%),
    linear-gradient(135deg, #D92E95 0%, #F36BA5 48%, #FF7A52 100%) !important;
  color: #fff;
}
.stars__title,
.stars__title em { color: #fff; }
.stars__sub { color: rgba(255,255,255,0.88); }
.stars__namelist span {
  background: rgba(255,255,255,0.22) !important;
  border-color: rgba(255,255,255,0.32) !important;
  color: #fff !important;
  box-shadow: 0 4px 16px rgba(0,0,0,0.12) !important;
}
.stars__namelist span:nth-child(2n) {
  background: rgba(255,255,255,0.34) !important;
  color: #fff !important;
}
.stars__namelist span.muted {
  color: rgba(255,255,255,0.65) !important;
  background: transparent !important;
  border-color: transparent !important;
}
.stars__photo-img {
  border-color: rgba(255,255,255,0.50) !important;
  box-shadow: 0 22px 64px rgba(0,0,0,0.22) !important;
}
.stars .btn--primary {
  background: rgba(255,255,255,0.22) !important;
  color: #fff !important;
  border: 1.5px solid rgba(255,255,255,0.5) !important;
  box-shadow: none !important;
}
.stars .btn--primary:hover {
  background: rgba(255,255,255,0.36) !important;
}

/* ===== COOKIE BANNER ===== */
.cookie-banner {
  position: fixed;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%) translateY(120px);
  z-index: 9999;
  width: calc(100% - 48px);
  max-width: 680px;
  background: rgba(255,255,255,0.96);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(227,60,138,0.18);
  border-radius: 20px;
  box-shadow: 0 16px 48px rgba(121,61,130,0.18);
  padding: 18px 22px;
  transition: transform 0.4s cubic-bezier(0.34,1.56,0.64,1), opacity 0.4s ease;
  opacity: 0;
  pointer-events: none;
}
.cookie-banner.is-visible {
  transform: translateX(-50%) translateY(0);
  opacity: 1;
  pointer-events: auto;
}
.cookie-banner__inner {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
.cookie-banner__text {
  flex: 1;
  min-width: 200px;
  margin: 0;
  font-size: 14px;
  color: var(--text-soft);
  line-height: 1.5;
}
.cookie-banner__text a { color: var(--accent-pink); text-decoration: underline; }
.cookie-banner__actions { display: flex; gap: 10px; flex-shrink: 0; }
.cookie-banner__btn {
  display: inline-flex;
  align-items: center;
  padding: 9px 20px;
  border-radius: var(--radius-pill);
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  border: none;
  text-decoration: none;
  transition: transform 0.2s, box-shadow 0.2s;
}
.cookie-banner__btn--accept {
  background: var(--grad-brand);
  color: #fff;
  box-shadow: 0 6px 18px rgba(227,60,138,0.28);
}
.cookie-banner__btn--accept:hover { transform: translateY(-1px); box-shadow: 0 10px 24px rgba(227,60,138,0.38); }
.cookie-banner__btn--more {
  background: rgba(227,60,138,0.08);
  color: var(--accent-pink);
}
.cookie-banner__btn--more:hover { background: rgba(227,60,138,0.14); }

/* ===== HERO: two extra manual bubbles between title and video ===== */
.hero__mid-bubbles {
  position: absolute;
  pointer-events: none;
  inset: 0;
  overflow: hidden;
  z-index: 0;
}
.hero__mid-bubbles .mb {
  position: absolute;
  border-radius: 50%;
  background: radial-gradient(circle at 32% 28%, rgba(255,255,255,0.72) 0%, rgba(255,163,210,0.28) 55%, transparent 100%);
  border: 1.5px solid rgba(255,255,255,0.55);
  box-shadow: 0 8px 32px rgba(227,60,138,0.18), inset 0 1px 0 rgba(255,255,255,0.7);
  animation: bubbleFloat linear infinite;
}
.hero__mid-bubbles .mb--large {
  width: 110px; height: 110px;
  left: 47%;
  bottom: 38%;
  animation-duration: 4.5s;
  animation-delay: -3s;
}
.hero__mid-bubbles .mb--small {
  width: 52px; height: 52px;
  left: 54%;
  bottom: 55%;
  animation-duration: 3.5s;
  animation-delay: -1.5s;
}

/* ============================================================
   ПРАВКИ: МОБИЛЬНАЯ ВЕРСИЯ + СЛАЙДЕРЫ
   ============================================================ */

/* 1. Буллеты героя — скрываем десктопную копию на мобайле */
.hero__bullets--inline { display: none; }

/* 3. Микротекст под кнопкой — центр */
.hero__microtext { text-align: center; }

/* 7. Кнопка «Заказать» в карточке программы */
.btn--small {
  padding: 9px 18px;
  font-size: 13px;
}
.program-card__body .btn--small {
  align-self: flex-start;
  margin-top: auto;
}
.program-card .btn--text + .btn--small {
  margin-left: 8px;
}
/* строка кнопок в карточке */
.program-card__actions {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: nowrap;
  margin-top: auto;
  padding-top: 12px;
}

/* 5. Фото звёзд: мобильная копия скрыта на десктопе */
.stars__photos--mobile { display: none; }
.stars__photos--desktop { display: grid; }

/* 8. Статистика — вертикально справа от текста (колонка) */

/* ============================================================
   СЛАЙДЕРЫ (scroll-snap, без JS)
   ============================================================ */

/* Общий миксин слайдера */
.slider-wrap {
  position: relative;
}
/* fade-маска через mask-image — не создаёт лишних позиционированных элементов */
.features__slider,
.programs__slider,
.people__slider,
.gallery__slider {
  -webkit-mask-image: linear-gradient(to right, transparent 0, #000 24px, #000 calc(100% - 52px), transparent 100%);
  mask-image: linear-gradient(to right, transparent 0, #000 24px, #000 calc(100% - 52px), transparent 100%);
}

/* 4. Feature-cards слайдер */
.features__slider {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  padding-bottom: 8px;
  touch-action: pan-x;
}
.features__slider::-webkit-scrollbar { display: none; }
.features__slider .feature-card {
  scroll-snap-align: start;
  flex: 0 0 80vw;
  max-width: 340px;
  /* заменяем полупрозрачный фон на глухой градиент — убирает артефакты при скролле */
  background: linear-gradient(145deg, #fff0f8 0%, #f5eaff 100%);
  border: 1px solid rgba(227,60,138,0.18);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  box-shadow: 0 8px 32px rgba(184,39,119,0.13);
}

/* Swipe-hint под слайдером (только мобайл) */
.slider-swipe-hint {
  display: none;
  text-align: center;
  font-size: 13px;
  color: var(--pink-ink);
  opacity: 0.65;
  margin-top: 10px;
  letter-spacing: 0.02em;
}

/* 6. Программы — слайдер */
.programs__slider {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  padding-bottom: 8px;
  touch-action: pan-x;
}
.programs__slider::-webkit-scrollbar { display: none; }
.programs__slider .program-card {
  scroll-snap-align: start;
  flex: 0 0 76vw;
  max-width: 300px;
  /* глухой фон — никаких артефактов и полос */
  background: #fff;
  border: 1px solid rgba(227,60,138,0.14);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  box-shadow: 0 12px 40px rgba(184,39,119,0.13);
}
/* убираем верхний margin у фото в слайдере — нет белой полосы */
.programs__slider .program-card .program-card__media {
  margin-top: 0;
  border-radius: 0;
  border-top-left-radius: calc(var(--radius-lg) - 1px);
  border-top-right-radius: calc(var(--radius-lg) - 1px);
}

/* 9. О нас — слайдер персон */
.people__slider {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  padding-bottom: 8px;
  touch-action: pan-x;
}
.people__slider::-webkit-scrollbar { display: none; }
.people__slider .person {
  scroll-snap-align: start;
  flex: 0 0 88vw;
  max-width: 420px;
  /* яркий брендовый градиент */
  background: linear-gradient(145deg, #fff0f8 0%, #ede8ff 100%);
  border: 1px solid rgba(227,60,138,0.20);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  box-shadow: 0 10px 36px rgba(184,39,119,0.14);
}

/* 10. Галерея — слайдер */
.gallery__slider {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  padding: 0 24px 8px;
  touch-action: pan-x;
}
.gallery__slider::-webkit-scrollbar { display: none; }
.gallery__slider .gallery__item {
  scroll-snap-align: start;
  flex: 0 0 76vw;
  height: 260px;
  border-radius: 20px;
}

/* ============================================================
   МОБАЙЛ ≤ 767px
   ============================================================ */
@media (max-width: 767px) {

  /* 1. Буллеты — показываем инлайн-версию, скрываем видео-версию */
  .hero__bullets--inline { display: flex; flex-direction: column; gap: 12px; margin: 16px 0; }

  /* 3. Микротекст */
  .hero__microtext { text-align: center; }

  /* 4. Feature-cards → слайдер */
  .features__grid { display: none; }
  .features__slider { display: flex; }
  .slider-swipe-hint { display: block; }

  /* 5. Фото звёзд — мобильная версия внутри stars__left */
  .stars__photos--mobile { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 20px 0; }
  .stars__photos--desktop { display: none; }
  /* на мобайле stars__layout — одна колонка */
  .stars__layout { grid-template-columns: 1fr !important; }

  /* 6. Программы → слайдер */
  .programs__grid { display: none; }
  .programs__slider { display: flex; }

  /* Бегущая строка — в 2 раза быстрее */
  .marquee__track { animation-duration: 6.5s; }

  /* 8. Статистика — стек на мобайле */
  .about__content { flex-direction: column; gap: 24px; }
  .about__stats { grid-template-columns: 1fr 1fr !important; gap: 14px !important; width: 100% !important; }

  /* 9. Персоны → слайдер */
  .about__people { display: none; }
  .people__slider { display: flex; }

  /* 10. Галерея → слайдер */
  .gallery__grid { display: none; }
  .gallery__slider { display: flex; }
  .gallery__slider::after { display: none; } /* нет fade на галерее */

  /* Программы: строка кнопок на мобайле */
  .program-card__body .btn--text,
  .program-card__body .btn--small { flex: 1; justify-content: center; }
}

/* 9. Персоны — слайдер через существующий about__people */
@media (max-width: 767px) {
  .about__people {
    display: flex !important;
    gap: 16px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    padding-bottom: 8px;
  }
  .about__people::-webkit-scrollbar { display: none; }
  .about__people .person {
    scroll-snap-align: start;
    flex: 0 0 88vw;
    max-width: 420px;
    min-width: 280px;
    /* яркий брендовый градиент */
    background: linear-gradient(145deg, #fff0f8 0%, #ede8ff 100%);
    border: 1px solid rgba(227,60,138,0.20);
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    box-shadow: 0 10px 36px rgba(184,39,119,0.14);
  }

  /* 10. Галерея — слайдер */
  .gallery__grid {
    display: flex !important;
    gap: 12px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    padding: 0 20px 8px;
    grid-template-columns: unset;
    grid-auto-rows: unset;
  }
  .gallery__grid::-webkit-scrollbar { display: none; }
  .gallery__grid .gallery__item {
    scroll-snap-align: start;
    flex: 0 0 76vw;
    height: 240px;
    border-radius: 18px;
  }

  /* 1. Буллеты — показываем */
  .hero__bullets--inline { display: flex !important; }

  /* Slider fade hint */
  .programs__slider,
  .features__slider { padding-right: 32px; }
}

/* Скрываем слайдеры на десктопе */
@media (min-width: 768px) {
  .features__slider { display: none !important; }
  .programs__slider { display: none !important; }
  .hero__bullets--inline { display: none !important; }
}

/* ===== HERO МОБАЙЛ: порядок элементов ===== */
@media (max-width: 767px) {
  .hero__grid {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .hero__item--title   { order: 1; }
  .hero__item--video   { order: 2; width: 100%; }
  .hero__item--lead    { order: 3; }
  .hero__item--cta     { order: 4; }
  /* на мобайле бейджи внутри видео-блока — сбрасываем absolute, показываем под видео */
  .hero__badges {
    position: static;
    transform: none;
    width: auto;
    justify-content: center;
    margin-top: 12px;
    display: flex !important;
    flex-wrap: nowrap;
    gap: 8px;
  }
  .hero__badge {
    font-size: 12px;
    padding: 8px 12px;
    gap: 5px;
  }
  .hero__badge svg { width: 13px; height: 13px; }
}

/* ===== HERO BADGES (плашки) ===== */
.hero__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  /* десктоп: поверх видео, прижато к низу */
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  justify-content: center;
  width: calc(100% - 40px);
}
.hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 10px 18px;
  background: rgba(255,255,255,0.68);
  border: 1px solid rgba(227,60,138,0.22);
  border-radius: var(--radius-pill);
  font-size: 14px;
  font-weight: 600;
  color: var(--pink-ink);
  box-shadow: 0 6px 20px rgba(227,60,138,0.10);
  backdrop-filter: blur(12px);
  white-space: nowrap;
}

/* ================ РУЛЕТКА-ЛИДМАГНИТ ================ */
.roulette-widget {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 90;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  width: 84px;
  height: 84px;
  border-radius: 50%;
  background: rgba(255,255,255,0.86);
  border: 1px solid rgba(227,60,138,0.22);
  box-shadow: 0 14px 36px rgba(121,61,130,0.24);
  backdrop-filter: blur(10px);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  animation: roulette-float 2.6s ease-in-out infinite;
}
.roulette-widget:hover { transform: scale(1.08); box-shadow: 0 18px 44px rgba(121,61,130,0.3); }
.roulette-widget::after {
  content: '';
  position: absolute;
  inset: -6px;
  border-radius: 50%;
  border: 1.5px solid rgba(227,60,138,0.3);
  animation: roulette-ring 2.6s ease-in-out infinite;
}
.roulette-widget__wheel {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: conic-gradient(
    var(--accent-pink) 0deg 90deg,
    var(--accent-purple) 90deg 180deg,
    var(--pink-deep) 180deg 270deg,
    var(--accent-coral) 270deg 360deg
  );
  border: 2px solid #fff;
  box-shadow: 0 4px 10px rgba(121,61,130,0.2);
  margin-top: 10px;
  animation: roulette-spin-slow 6s linear infinite;
}
.roulette-widget__label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: var(--pink-deep);
  text-transform: uppercase;
}
@keyframes roulette-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-6px); }
}
@keyframes roulette-ring {
  0%, 100% { opacity: 0.6; transform: scale(1); }
  50% { opacity: 0; transform: scale(1.18); }
}
@keyframes roulette-spin-slow {
  from { transform: rotate(0deg); }
  to   { transform: rotate(360deg); }
}

.popup__window--roulette { max-width: 480px; text-align: center; padding: clamp(24px, 3vw, 36px); }
.popup__window--roulette .popup__head { margin-bottom: 14px; padding-right: 36px; }
.popup__window--roulette .popup__head h3 { font-size: 20px; white-space: nowrap; }
.popup__window--roulette .roulette-form { gap: 10px; }
.popup__window--roulette .roulette-form .field { gap: 5px; }
.popup__window--roulette .field__label { font-size: 11px; }
.popup__window--roulette .field input[type=tel] { padding: 12px 18px; }
.popup__window--roulette .field--checkbox {
  font-size: 11px;
  line-height: 1.35;
  gap: 8px;
  margin-top: 0;
}
.popup__window--roulette .field--checkbox input { width: 15px; height: 15px; }
.popup__window--roulette .btn--large { padding: 14px 28px; min-height: 0; }

.roulette-top {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.roulette-prizes {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px 10px;
  margin: 0 0 12px;
  padding: 0;
  list-style: none;
  width: 100%;
}
.roulette-prizes li {
  display: flex;
  flex-direction: column;
  gap: 1px;
  padding: 0 0 5px;
  border-bottom: 1px solid rgba(227,60,138,0.1);
  text-align: left;
}
.roulette-prizes strong { font-size: 10.5px; color: var(--text-main); line-height: 1.2; }
.roulette-prizes span { font-size: 10px; color: var(--text-muted); line-height: 1.2; }

.roulette-wheel-wrap {
  position: relative;
  width: 220px;
  height: 220px;
  margin: 4px auto 18px;
  flex-shrink: 0;
}
.roulette-wheel-pointer {
  position: absolute;
  top: -6px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 18px solid var(--pink-deep);
  filter: drop-shadow(0 3px 4px rgba(121,61,130,0.3));
  z-index: 3;
}
.roulette-wheel {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: conic-gradient(
    var(--accent-pink) 0deg 90deg,
    var(--accent-purple) 90deg 180deg,
    var(--pink-deep) 180deg 270deg,
    var(--accent-coral) 270deg 360deg
  );
  border: 7px solid #fff;
  box-shadow: var(--shadow-card), 0 0 0 1px rgba(227,60,138,0.18);
  transition: transform 4s cubic-bezier(0.17, 0.84, 0.44, 1);
}
.roulette-wheel-hub {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 28px;
  height: 28px;
  margin: -14px 0 0 -14px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 2px 8px rgba(121,61,130,0.3);
  z-index: 2;
}
.roulette-wheel__sector {
  position: absolute;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.roulette-wheel__sector--0 { transform: rotate(45deg); }
.roulette-wheel__sector--1 { transform: rotate(135deg); }
.roulette-wheel__sector--2 { transform: rotate(225deg); }
.roulette-wheel__sector--3 { transform: rotate(315deg); }
.roulette-wheel__sector-inner {
  margin-top: 38px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3px;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.25;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 4px rgba(0,0,0,0.22);
}
.roulette-wheel__sector--0 .roulette-wheel__sector-inner { transform: rotate(-45deg); }
.roulette-wheel__sector--1 .roulette-wheel__sector-inner { transform: rotate(-135deg); }
.roulette-wheel__sector--2 .roulette-wheel__sector-inner { transform: rotate(-225deg); }
.roulette-wheel__sector--3 .roulette-wheel__sector-inner { transform: rotate(-315deg); }
.roulette-form { margin-top: 4px; }

.roulette-step--result { padding: 8px 0 0; }
.roulette-result__icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--grad-brand);
  color: #fff;
  box-shadow: var(--shadow-button);
}
.roulette-step--result h3 {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(26px, 3vw, 32px);
  color: var(--text-main);
  margin-bottom: 12px;
}
.roulette-step--result p { color: var(--text-soft); font-size: 15px; line-height: 1.55; margin: 0 0 14px; }
.roulette-result__expiry { color: var(--text-muted); font-size: 13px; margin-bottom: 18px; }

@media (min-width: 720px) {
  .popup__window--roulette { max-width: 760px; text-align: left; }
  .popup__window--roulette .popup__head { text-align: center; }
  .roulette-top {
    flex-direction: row;
    align-items: center;
    gap: 36px;
    margin-bottom: 8px;
  }
  .roulette-wheel-wrap { margin: 0; }
  .roulette-prizes {
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex: 1;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .roulette-prizes li {
    display: flex;
    flex-direction: column;
    gap: 1px;
    padding: 8px 14px;
    background: rgba(255,255,255,0.6);
    border: 1px solid rgba(227,60,138,0.16);
    border-radius: var(--radius-md);
  }
  .roulette-prizes strong { font-size: 14px; color: var(--text-main); }
  .roulette-prizes span { font-size: 12px; color: var(--text-muted); }
  .roulette-form { max-width: 460px; margin: 14px auto 0; }
}

@media (max-width: 560px) {
  .roulette-widget { width: 72px; height: 72px; right: 14px; bottom: 14px; }
  .roulette-widget__wheel { width: 32px; height: 32px; margin-top: 8px; }
  .roulette-widget__label { font-size: 10px; }
  .roulette-wheel-wrap { width: 220px; height: 220px; margin-bottom: 22px; }
  .roulette-wheel__sector-inner { margin-top: 38px; font-size: 10px; }
}

/* ================================================
   КВИЗ — РАССЧИТАТЬ СТОИМОСТЬ ШОУ
   ================================================ */

.quiz-section {
  position: relative;
  padding: clamp(60px, 8vw, 100px) 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 20% 20%, rgba(255,255,255,0.34), transparent 26%),
    radial-gradient(circle at 82% 18%, rgba(255,122,188,0.36), transparent 34%),
    radial-gradient(circle at 48% 92%, rgba(255,122,82,0.22), transparent 36%),
    linear-gradient(135deg, #D92E95 0%, #F36BA5 48%, #FF7A52 100%);
}

/* Карточка квиза */
.quiz-wrap {
  position: relative;
  background: rgba(255,255,255,0.97);
  border-radius: 28px;
  box-shadow: 0 24px 80px rgba(121,61,130,0.25);
  max-width: 600px;
  margin: 0 auto;
  padding: clamp(32px, 5vw, 52px) clamp(24px, 5vw, 52px);
  min-height: 400px;
  display: flex;
  flex-direction: column;
}

/* Прогресс */
.quiz-progress {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 28px;
}
.quiz-progress__bar {
  flex: 1;
  height: 6px;
  background: rgba(182,108,255,0.15);
  border-radius: 99px;
  overflow: hidden;
}
.quiz-progress__fill {
  height: 100%;
  background: var(--grad-brand);
  border-radius: 99px;
  transition: width 0.4s ease;
  width: 33%;
}
.quiz-progress__label {
  font-size: 12px;
  font-weight: 600;
  color: var(--text-muted);
  white-space: nowrap;
}

/* Шаги */
.quiz-step { display: flex; flex-direction: column; flex: 1; }
.quiz-step[hidden] { display: none; }
.quiz-title {
  font-family: var(--font-display);
  font-size: clamp(22px, 3vw, 28px);
  font-weight: 700;
  color: var(--text-main);
  margin-bottom: 8px;
  line-height: 1.2;
}
.quiz-sub {
  font-size: 15px;
  color: var(--text-muted);
  margin-bottom: 24px;
}

/* Плитки */
.quiz-tiles {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-bottom: 24px;
}
#quizContactTiles {
  grid-template-columns: 1fr 1fr 1fr;
}
.quiz-tile {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 20px 16px;
  background: var(--bg-soft);
  border: 2px solid transparent;
  border-radius: 16px;
  cursor: pointer;
  transition: border-color 0.18s, background 0.18s, transform 0.18s, box-shadow 0.18s;
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 600;
  color: var(--text-main);
  text-align: center;
}
.quiz-tile:hover {
  border-color: var(--accent-pink);
  background: var(--bg-pink);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(227,60,138,0.15);
}
.quiz-tile.is-active {
  border-color: var(--accent-pink);
  background: linear-gradient(135deg, rgba(227,60,138,0.08), rgba(182,108,255,0.1));
  box-shadow: 0 6px 20px rgba(227,60,138,0.2);
}
.quiz-tile--wide { grid-column: 1 / -1; flex-direction: row; justify-content: center; gap: 10px; }
.quiz-tile__icon { width: 28px; height: 28px; display: flex; align-items: center; justify-content: center; color: var(--accent-pink); }
.quiz-tile__icon svg { width: 24px; height: 24px; }
.quiz-tile__label { line-height: 1.25; }

/* Кнопки навигации по шагам */
.quiz-footer {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: auto;
}
.quiz-footer .btn--primary { flex: 1; }
.quiz-back {
  flex-shrink: 0;
  padding: 14px 20px;
  font-size: 14px;
  color: var(--text-muted);
  background: transparent;
  border: 1.5px solid rgba(182,108,255,0.25);
  border-radius: var(--radius-full);
  cursor: pointer;
  font-family: var(--font-body);
  font-weight: 600;
  transition: border-color 0.18s, color 0.18s, background 0.18s;
  white-space: nowrap;
}
.quiz-back:hover {
  border-color: var(--accent-pink);
  color: var(--accent-pink);
  background: var(--bg-pink);
}

/* Поле «Другое» */
.quiz-other-wrap { margin: -12px 0 20px; }
.quiz-text-input {
  width: 100%;
  padding: 14px 18px;
  border: 1.5px solid rgba(182,108,255,0.25);
  border-radius: var(--radius-md);
  font-family: var(--font-body);
  font-size: 15px;
  color: var(--text-main);
  background: #fff;
  outline: none;
  transition: border-color 0.18s, box-shadow 0.18s;
  box-sizing: border-box;
}
.quiz-text-input:focus {
  border-color: var(--accent-pink);
  box-shadow: 0 0 0 3px rgba(227,60,138,0.12);
}

/* Поле контакта */
.quiz-contact-field { margin: -4px 0 16px; }
.quiz-contact-field input { display: block; }
.quiz-contact-field input[hidden] { display: none; }

/* Согласие */
.quiz-consent[hidden] { display: none; }
.quiz-contact-field[hidden] { display: none; }
.quiz-consent {
  font-size: 11px;
  line-height: 1.4;
  color: var(--text-muted);
  margin: 0 0 20px;
  gap: 8px;
}
.quiz-consent input { width: 15px; height: 15px; flex-shrink: 0; }

/* Календарь */
.quiz-date-wrap { position: relative; margin-bottom: 24px; }
.quiz-date-input {
  width: 100%;
  padding: 14px 18px;
  border: 1.5px solid rgba(182,108,255,0.25);
  border-radius: var(--radius-md);
  font-family: var(--font-body);
  font-size: 16px;
  color: var(--text-main);
  background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%23b66cff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='4' width='18' height='18' rx='2' ry='2'/%3E%3Cline x1='16' y1='2' x2='16' y2='6'/%3E%3Cline x1='8' y1='2' x2='8' y2='6'/%3E%3Cline x1='3' y1='10' x2='21' y2='10'/%3E%3C/svg%3E") no-repeat right 16px center;
  cursor: pointer;
  outline: none;
  box-sizing: border-box;
  transition: border-color 0.18s, box-shadow 0.18s;
}
.quiz-date-input:focus, .quiz-date-input.is-open {
  border-color: var(--accent-pink);
  box-shadow: 0 0 0 3px rgba(227,60,138,0.12);
}

.quiz-calendar {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: min(400px, 90vw);
  background: #fff;
  border-radius: 20px;
  border: 1.5px solid rgba(182,108,255,0.2);
  box-shadow: 0 20px 60px rgba(121,61,130,0.25);
  padding: 20px;
  z-index: 1000;
  user-select: none;
}
.quiz-calendar.is-open { display: block; }
.quiz-calendar-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.18);
  z-index: 999;
}
.quiz-calendar-overlay.is-open { display: block; }

.quiz-cal__nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}
.quiz-cal__nav-btn {
  width: 32px; height: 32px;
  display: flex; align-items: center; justify-content: center;
  border-radius: 50%;
  background: var(--bg-soft);
  border: none;
  cursor: pointer;
  font-size: 16px;
  color: var(--text-main);
  transition: background 0.15s;
}
.quiz-cal__nav-btn:hover { background: var(--bg-pink); }
.quiz-cal__month-label {
  font-size: 15px;
  font-weight: 700;
  color: var(--text-main);
  text-transform: capitalize;
}
.quiz-cal__weekdays {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 2px;
  margin-bottom: 4px;
}
.quiz-cal__weekdays span {
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  color: var(--text-muted);
  padding: 4px 0;
}
.quiz-cal__days {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 2px;
}
.quiz-cal__day {
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  border: none;
  background: transparent;
  color: var(--text-main);
  transition: background 0.15s, color 0.15s;
}
.quiz-cal__day:hover:not(:disabled) { background: var(--bg-pink); color: var(--accent-pink); }
.quiz-cal__day.is-today { font-weight: 700; color: var(--accent-purple); }
.quiz-cal__day.is-selected { background: var(--grad-brand); color: #fff; }
.quiz-cal__day:disabled { color: rgba(0,0,0,0.2); cursor: default; }
.quiz-cal__day--empty { background: transparent; cursor: default; }

/* Кнопка «Далее» в квизе */
.quiz-next { margin-top: auto; }

/* Экран «Спасибо» */
.quiz-thanks {
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 16px;
}
.quiz-thanks__icon {
  width: 72px; height: 72px;
  border-radius: 50%;
  background: var(--grad-brand);
  color: #fff;
  display: flex; align-items: center; justify-content: center;
  box-shadow: var(--shadow-button);
}
.quiz-thanks__text {
  font-size: 17px;
  line-height: 1.6;
  color: var(--text-soft);
  max-width: 380px;
}

@media (max-width: 480px) {
  .quiz-tiles { grid-template-columns: 1fr; }
  .quiz-tile--wide { grid-column: auto; }
  .quiz-tile { flex-direction: row; justify-content: flex-start; padding: 14px 16px; gap: 12px; }
  .quiz-tile__icon { font-size: 22px; }

  #quizContactTiles .quiz-tile {
    flex-direction: column;
    padding: 12px 6px;
    gap: 6px;
  }
  #quizContactTiles .quiz-tile__label { font-size: 12px; }
}

/* ============ ЛОПНИ ПУЗЫРЬ — ЛИД-МАГНИТ ============ */
.pop-bonus {
  padding: clamp(56px, 7vw, 96px) 0;
  position: relative;
  overflow: hidden;
}
.pop-bonus__bubbles {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: clamp(20px, 4vw, 44px);
  margin: clamp(40px, 5vw, 64px) 0 clamp(32px, 4vw, 48px);
  position: relative;
  z-index: 1;
}
.pop-bonus__bubble {
  position: relative;
  width: clamp(132px, 16vw, 184px);
  aspect-ratio: 1;
  border-radius: 50%;
  border: none;
  padding: 0;
  background: none;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
.pop-bonus__shell {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  --bubble-c1: rgba(255,90,170,0.6);
  --bubble-c2: rgba(120,170,255,0.5);
  --bubble-c3: rgba(182,60,220,0.6);
  --bubble-border: rgba(255,255,255,0.95);
  --bubble-shadow: rgba(184,60,170,0.34);
  background:
    radial-gradient(circle at 26% 20%, rgba(255,255,255,0.98) 0 8%, transparent 9%),
    radial-gradient(circle at 72% 30%, rgba(255,255,255,0.6), transparent 30%),
    radial-gradient(circle at 68% 74%, var(--bubble-c2), transparent 50%),
    radial-gradient(circle at 28% 70%, var(--bubble-c1), transparent 48%),
    radial-gradient(circle at 35% 35%, rgba(255,255,255,0.55), rgba(255,255,255,0.08) 50%, var(--bubble-c3) 100%);
  border: 2px solid var(--bubble-border);
  box-shadow:
    inset -14px -18px 30px rgba(90,30,120,0.20),
    inset 10px 12px 26px rgba(255,255,255,0.7),
    0 22px 46px var(--bubble-shadow);
  animation: popBonusFloat 6.5s ease-in-out infinite;
  transition: transform 0.3s ease, filter 0.4s ease, opacity 0.4s ease;
}
.pop-bonus__bubble:nth-child(1) .pop-bonus__shell {
  animation-duration: 6s;   animation-delay: -1.2s;
  --bubble-c1: rgba(255,90,170,0.6); --bubble-c2: rgba(150,190,255,0.48); --bubble-c3: rgba(217,46,149,0.6); --bubble-shadow: rgba(217,46,149,0.36);
}
.pop-bonus__bubble:nth-child(2) .pop-bonus__shell {
  animation-duration: 7.2s; animation-delay: -3.4s;
  --bubble-c1: rgba(182,108,255,0.58); --bubble-c2: rgba(120,170,255,0.5); --bubble-c3: rgba(150,70,235,0.6); --bubble-shadow: rgba(150,70,235,0.34);
}
.pop-bonus__bubble:nth-child(3) .pop-bonus__shell {
  animation-duration: 6.6s; animation-delay: -0.6s;
  --bubble-c1: rgba(120,190,255,0.55); --bubble-c2: rgba(120,220,255,0.45); --bubble-c3: rgba(50,140,240,0.55); --bubble-shadow: rgba(50,140,240,0.32);
}
.pop-bonus__bubble:nth-child(4) .pop-bonus__shell {
  animation-duration: 7.8s; animation-delay: -2.1s;
  --bubble-c1: rgba(255,140,90,0.58); --bubble-c2: rgba(255,190,110,0.45); --bubble-c3: rgba(255,90,60,0.55); --bubble-shadow: rgba(255,90,60,0.32);
}
.pop-bonus__bubble:hover .pop-bonus__shell { transform: scale(1.045); }

@keyframes popBonusFloat {
  0%, 100% { transform: translateY(0) translateX(0) scale(1); }
  50%      { transform: translateY(-14px) translateX(5px) scale(1.02); }
}

/* лопается */
.pop-bonus__bubble.is-popping .pop-bonus__shell {
  animation: popBonusBurst 0.48s cubic-bezier(0.2, 0.9, 0.4, 1) forwards;
}
@keyframes popBonusBurst {
  0%   { transform: scale(1);    opacity: 1;    filter: blur(0); }
  55%  { transform: scale(1.22); opacity: 0.55; filter: blur(0.4px); }
  100% { transform: scale(1.5);  opacity: 0;    filter: blur(2px); }
}

/* капли-брызги при лопании */
.pop-bonus__droplet {
  position: absolute;
  top: 50%; left: 50%;
  width: var(--size, 6px);
  height: var(--size, 6px);
  margin-top: calc(var(--size, 6px) / -2);
  margin-left: calc(var(--size, 6px) / -2);
  border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, #fff, rgba(255,255,255,0.6) 45%, rgba(182,108,255,0.5) 100%);
  box-shadow: 0 0 6px rgba(255,255,255,0.85);
  pointer-events: none;
  z-index: 5;
  animation: popBonusDroplet 0.62s ease-out forwards;
}
@keyframes popBonusDroplet {
  0%   { transform: rotate(var(--angle)) translateX(0) scale(1);              opacity: 1; }
  100% { transform: rotate(var(--angle)) translateX(var(--dist)) scale(0.25); opacity: 0; }
}

/* замороженные пузыри — если другой уже лопнул */
.pop-bonus__bubble.is-frozen { pointer-events: none; cursor: default; }
.pop-bonus__bubble.is-frozen .pop-bonus__shell {
  animation-play-state: paused;
  filter: grayscale(0.5) brightness(0.98);
  opacity: 0.5;
}
.pop-bonus__bubble.is-frozen::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(185,215,255,0.5), rgba(255,255,255,0.16) 55%, rgba(185,215,255,0.4));
  box-shadow: inset 0 0 22px rgba(185,215,255,0.65);
  pointer-events: none;
}

/* раскрытый бонус на месте лопнувшего пузыря */
.pop-bonus__prize {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 4px;
  padding: 12px;
  background: var(--grad-brand);
  color: #fff;
  box-shadow: 0 20px 46px rgba(227,60,138,0.34);
  opacity: 0;
  transform: scale(0.7);
  animation: popBonusReveal 0.5s cubic-bezier(0.2, 0.9, 0.3, 1.3) forwards;
}
.pop-bonus__prize[hidden] { display: none; }
.pop-bonus__prize strong {
  font-family: var(--font-display);
  font-size: clamp(14px, 1.4vw, 17px);
  line-height: 1.2;
  font-weight: 600;
}
.pop-bonus__prize span {
  font-size: 12px;
  opacity: 0.9;
}
@keyframes popBonusReveal {
  0%   { opacity: 0; transform: scale(0.6); }
  60%  { opacity: 1; transform: scale(1.08); }
  100% { opacity: 1; transform: scale(1); }
}

/* форма фиксации бонуса */
.pop-bonus__form {
  max-width: 460px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: clamp(28px, 3vw, 36px);
  border-radius: 32px;
  background: rgba(255,255,255,0.72);
  border: 1px solid rgba(255,255,255,0.82);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  box-shadow: 0 24px 60px rgba(121,61,130,0.14);
  position: relative;
  z-index: 1;
  animation: popBonusFormIn 0.5s ease both;
}
.pop-bonus__form[hidden] { display: none; }
.pop-bonus__form-title {
  font-family: var(--font-display);
  font-size: clamp(17px, 1.6vw, 20px);
  font-weight: 600;
  color: var(--text-main);
  text-align: center;
  margin: 0;
}
@keyframes popBonusFormIn {
  from { opacity: 0; transform: translateY(16px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* спасибо */
.pop-bonus__thanks {
  max-width: 460px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 14px;
  padding: clamp(28px, 3vw, 36px);
  border-radius: 32px;
  background: rgba(255,255,255,0.72);
  border: 1px solid rgba(255,255,255,0.82);
  box-shadow: 0 24px 60px rgba(121,61,130,0.14);
}
.pop-bonus__thanks[hidden] { display: none; }
.pop-bonus__thanks-icon {
  width: 60px; height: 60px;
  border-radius: 50%;
  background: var(--grad-brand);
  color: #fff;
  display: flex; align-items: center; justify-content: center;
  box-shadow: var(--shadow-button);
}
.pop-bonus__thanks p {
  font-size: 16px;
  line-height: 1.55;
  color: var(--text-soft);
  margin: 0;
}

@media (max-width: 560px) {
  .pop-bonus__bubbles { gap: 16px; }
  .pop-bonus__bubble { width: clamp(120px, 38vw, 150px); }
}

/* ============ БЛОГ / СТАТЬИ ============ */
.blog-hero {
  padding: clamp(128px, 14vw, 172px) 0 clamp(32px, 4vw, 48px);
  text-align: center;
}
.blog-hero .section-title { margin-bottom: 14px; }
.blog-hero .section-lead { max-width: 640px; margin: 0 auto; }

.breadcrumbs {
  max-width: 760px;
  margin: 0 auto 8px;
  padding: clamp(128px, 14vw, 172px) var(--gutter) 0;
  font-size: 13px;
  color: var(--text-muted);
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.breadcrumbs a { color: var(--pink-ink); text-decoration: none; }
.breadcrumbs a:hover { text-decoration: underline; }
.breadcrumbs span { color: var(--lilac-muted); }

.blog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 28px;
  padding-bottom: clamp(56px, 7vw, 96px);
}
.blog-card {
  display: flex;
  flex-direction: column;
  padding: 28px 26px;
  border-radius: var(--radius-lg);
  background: rgba(255,255,255,0.72);
  border: 1px solid rgba(255,255,255,0.82);
  box-shadow: 0 18px 48px rgba(121,61,130,0.10);
  text-decoration: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.blog-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 26px 60px rgba(121,61,130,0.16);
}
.blog-card__tag {
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--accent-pink);
  font-weight: 600;
  margin-bottom: 12px;
}
.blog-card__title {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(19px, 1.8vw, 22px);
  line-height: 1.28;
  color: var(--text-main);
  margin-bottom: 10px;
}
.blog-card__excerpt {
  font-size: 15px;
  line-height: 1.55;
  color: var(--text-soft);
  margin-bottom: 18px;
  flex-grow: 1;
}
.blog-card__meta {
  font-size: 13px;
  color: var(--text-muted);
  display: flex;
  align-items: center;
  gap: 8px;
}

/* ================ БЛОГ — тизер на главной (слайдер) ================ */
.blog-teaser {
  padding: clamp(80px, 10vw, 140px) 0;
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 88% 12%, rgba(182,108,255,0.10), transparent 34%),
    linear-gradient(180deg, #FFF7FC 0%, #FFFFFF 100%);
}
.blog-teaser__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
  margin-bottom: clamp(40px, 6vw, 64px);
}
.blog-teaser__head .section-title,
.blog-teaser__head .section-lead { margin-bottom: 0; }
.blog-teaser__head .section-lead { margin-top: 14px; }
.blog-teaser__all { flex-shrink: 0; white-space: nowrap; }

.blog-slider {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  touch-action: pan-x;
  padding-bottom: 8px;
  margin-bottom: 4px;
}
.blog-slider::-webkit-scrollbar { display: none; }
.blog-slider .blog-card {
  scroll-snap-align: start;
  flex: 0 0 300px;
}

.article {
  padding: clamp(24px, 4vw, 40px) 0 clamp(64px, 8vw, 100px);
}
.article__container {
  max-width: 760px;
  margin: 0 auto;
  padding: 0 var(--gutter);
}
.article__tag {
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--accent-pink);
  font-weight: 700;
  margin-bottom: 14px;
  display: block;
}
.article__title {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(30px, 4.4vw, 46px);
  line-height: 1.14;
  color: var(--text-main);
  margin-bottom: 18px;
}
.article__meta {
  display: flex;
  gap: 14px;
  align-items: center;
  font-size: 14px;
  color: var(--text-muted);
  margin-bottom: 36px;
  padding-bottom: 28px;
  border-bottom: 1px solid var(--line);
}
.article__body {
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.75;
  color: var(--text-soft);
}
.article__body h2 {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(22px, 2.4vw, 28px);
  color: var(--text-main);
  margin: 44px 0 16px;
  line-height: 1.25;
}
.article__body h3 {
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 18px;
  color: var(--text-main);
  margin: 32px 0 12px;
}
.article__body p { margin: 0 0 18px; }
.article__body ul, .article__body ol { margin: 0 0 18px; padding-left: 22px; }
.article__body li { margin-bottom: 8px; }
.article__body strong { color: var(--text-main); font-weight: 700; }
.article__body a { color: var(--pink-ink); text-decoration: underline; text-decoration-color: rgba(183,39,119,0.35); }
.article__body a:hover { text-decoration-color: var(--pink-ink); }
.article__body blockquote {
  margin: 28px 0;
  padding: 20px 26px;
  border-left: 3px solid var(--accent-pink);
  background: var(--bg-pink);
  border-radius: 0 16px 16px 0;
  font-style: italic;
  color: var(--text-main);
}

.article-cta {
  margin: 44px 0;
  padding: clamp(28px, 3.4vw, 40px);
  border-radius: 28px;
  background: var(--grad-brand);
  color: #fff;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}
.article-cta__title {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(20px, 2vw, 26px);
  line-height: 1.25;
}
.article-cta .btn--primary {
  background: #fff;
  color: var(--pink-deep);
}
.article-cta .btn--primary:hover { background: #fff; opacity: 0.92; }

.article__related {
  margin-top: 56px;
  padding-top: 40px;
  border-top: 1px solid var(--line);
}
.article__related-title {
  font-family: var(--font-display);
  font-size: 20px;
  color: var(--text-main);
  margin-bottom: 18px;
}
.article__related-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 14px;
}
.article__related-list a {
  display: block;
  padding: 16px 18px;
  border-radius: 16px;
  background: var(--bg-soft);
  color: var(--text-main);
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  transition: background 0.2s ease;
}
.article__related-list a:hover { background: var(--bg-pink); color: var(--pink-ink); }

@media (max-width: 640px) {
  .article__meta { flex-wrap: wrap; }
}

/* ============ СТРАНИЦЫ ПРОГРАММ ============ */
.program-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 14px;
  margin-bottom: 36px;
}
.program-gallery__item {
  border-radius: 20px;
  overflow: hidden;
  aspect-ratio: 4 / 5;
  box-shadow: 0 14px 36px rgba(121,61,130,0.14);
}
.program-gallery__item img {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}
.program-gallery__item:hover img { transform: scale(1.05); }
.program-gallery__item:first-child {
  grid-column: span 2;
  aspect-ratio: 16 / 10;
}
@media (max-width: 560px) {
  .program-gallery__item:first-child { grid-column: span 2; aspect-ratio: 4/3; }
}

.program-video {
  margin: 40px 0;
}
.program-video .video-card {
  width: 100%;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 18px 48px rgba(121,61,130,0.16);
  position: relative;
}
.program-video .video-card iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
/* портретное видео (высота больше ширины) — при width:100% в колонке хиро-блока
   раздувается на весь экран, поэтому вместо ширины ограничиваем высоту и центрируем */
.program-video .video-card.video-card--portrait {
  width: auto;
  max-height: 480px;
  margin: 0 auto;
}
@media (max-width: 780px) {
  .program-video .video-card.video-card--portrait { max-height: 420px; }
}

/* ============ СТРАНИЦЫ ПРОГРАММ — новая структура (полная ширина) ============ */
.program-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(120px, 12vw, 180px) 0 clamp(56px, 7vw, 96px);
  background:
    radial-gradient(circle at 12% 18%, rgba(255,122,188,0.24), transparent 34%),
    radial-gradient(circle at 88% 12%, rgba(182,108,255,0.22), transparent 36%),
    radial-gradient(circle at 74% 88%, rgba(255,122,82,0.16), transparent 34%),
    linear-gradient(135deg, #FFF7FC 0%, #F6EDFF 48%, #FFEAF4 100%);
}
.program-hero .breadcrumbs {
  max-width: none;
  padding: 0;
  margin: 0 0 8px;
  position: relative;
  z-index: 1;
}
.program-hero .hero__grid { position: relative; z-index: 1; }

.program-body {
  padding: clamp(56px, 7vw, 96px) 0;
}
.program-hero__text {
  max-width: 800px;
  margin: 0 auto;
}

.program-included { margin-bottom: 8px; }
.program-included h2 {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(22px, 2.4vw, 28px);
  color: var(--text-main);
  margin: 0 0 16px;
  line-height: 1.25;
}
.program-included ul {
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.75;
  color: var(--text-soft);
  padding-left: 22px;
  margin: 0 0 18px;
}
.program-included li { margin-bottom: 8px; }

.program-section-title {
  text-align: center;
  margin: 0 0 28px;
}

/* слайдер фото программы */
.program-photo-slider {
  display: flex;
  gap: 14px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  touch-action: pan-x;
  padding-bottom: 8px;
  margin-bottom: 4px;
}
.program-photo-slider::-webkit-scrollbar { display: none; }
.program-photo-slider__item {
  flex: 0 0 clamp(220px, 26vw, 320px);
  aspect-ratio: 4 / 5;
  border-radius: 20px;
  overflow: hidden;
  scroll-snap-align: start;
  box-shadow: 0 14px 36px rgba(121,61,130,0.14);
}
.program-photo-slider__item img {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
}

/* слайдер "ещё программы" — всегда горизонтальный, на любом экране */
.programs-more-slider {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  touch-action: pan-x;
  padding-bottom: 8px;
  margin-bottom: 4px;
}
.programs-more-slider::-webkit-scrollbar { display: none; }
.programs-more-slider .program-card {
  scroll-snap-align: start;
  flex: 0 0 280px;
  background: #fff;
  border: 1px solid rgba(227,60,138,0.14);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  box-shadow: 0 12px 40px rgba(184,39,119,0.13);
}
.programs-more-slider .program-card .program-card__media {
  margin-top: 0;
}

@media (max-width: 640px) {
  .program-hero__lead { font-size: 16px; }
  .program-included ul { font-size: 16px; }
}
