:root{
    /* ── Палитра: бирюзовая ДНК бренда ── */
    --ink:        #0C3A42;
    --teal:       #147D8A;
    --teal-deep:  #0E5E69;
    --aqua:       #E8F5F6;
    --aqua-soft:  #F4FAFB;
    --coral:      #E98A70;
    --text:       #33555C;
    --white:      #FFFFFF;

    --font-display: 'Cormorant Garamond', Georgia, serif;
    --font-body:    'Onest', -apple-system, 'Segoe UI', sans-serif;

    --radius-card: 28px;
    --radius-chip: 14px;
  }

  *{ margin:0; padding:0; box-sizing:border-box; }

  body{
    font-family: var(--font-body);
    color: var(--text);
    background: var(--aqua-soft);
    -webkit-font-smoothing: antialiased;
  }

  /* ═══════════════ HERO ═══════════════ */
  .hero{
    position: relative;
    overflow: hidden;
    background:
      radial-gradient(1100px 600px at 85% -10%, #DFF1F3 0%, transparent 60%),
      radial-gradient(900px 700px at -10% 110%, #EAF7F5 0%, transparent 55%),
      var(--aqua-soft);
  }

  .hero::before{
    content:"";
    position:absolute;
    right:-12%;
    top:-25%;
    width: 62vw;
    height: 150%;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 400 600"><path d="M320 40 C180 120 90 300 130 460 C160 560 280 590 340 520 C400 450 400 200 320 40 Z" fill="none" stroke="%23BFE2E6" stroke-width="1.5" opacity="0.55"/><path d="M300 90 C190 170 120 310 155 440 C180 520 270 545 320 485 C370 425 365 220 300 90 Z" fill="%23DCEFF1" opacity="0.35"/></svg>') no-repeat center / contain;
    pointer-events:none;
  }

  .hero__inner{
    position: relative;
    max-width: 1240px;
    margin: 0 auto;
    padding: 32px 40px 52px;
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: 18px 56px;   /* строки 18px, колонки 56px — воздух между колонками, плотность по вертикали */
    align-items: start;  /* текст прижат к мета-строке — никаких «окон» над айбрау */
  }

  /* ── Мета-строка ── */
  .hero__meta{
    grid-column: 1 / -1;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
  }
  .meta-pill{
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: var(--white);
    border: 1px solid #DCEDEF;
    border-radius: var(--radius-chip);
    padding: 10px 20px 10px 12px;
    box-shadow: 0 4px 18px rgba(20,125,138,.07);
  }
  .meta-pill__icon{
    width: 36px;
    height: 36px;
    min-width: 36px;
    min-height: 36px;
    flex: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--aqua);
    border-radius: 10px;
    color: var(--teal);
    line-height: 0;          /* убираем строчные сдвиги svg */
  }
  .meta-pill__icon svg{
    width: 19px;
    height: 19px;
    display: block;          /* svg как блок — никаких baseline-смещений */
  }
  .meta-pill b{
    display: block;
    font-size: 16px;
    font-weight: 700;
    color: var(--ink);
    letter-spacing: .01em;
  }
  .meta-pill div > span{   /* только подпись в текстовом блоке, иконку не трогаем */
    display: block;
    font-size: 13px;
    color: #6E8B91;
  }

  /* ── Левая колонка ── */
  .hero__content{ max-width: 640px; }

  .hero__eyebrow{
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: var(--teal);
    margin-bottom: 16px;
  }
  .hero__eyebrow::before{
    content:"";
    width: 26px; height: 2px;
    background: var(--coral);
    border-radius: 2px;
    flex: none;
  }

  .hero__title{
    font-family: var(--font-display);
    font-weight: 600;
    font-size: clamp(38px, 4.5vw, 60px);
    line-height: 1.06;
    color: var(--ink);
    letter-spacing: -0.01em;
    margin-bottom: 18px;
  }
  /* Пословное появление: каждое слово мягко «проявляется» из лёгкого размытия.
     Взгляд следует за волной — заголовок невозможно не прочитать */
  .hero__title .w{
    display: inline-block;
    opacity: 0;
    transform: translateY(.45em);
    filter: blur(6px);
    animation: word-in .65s cubic-bezier(.2,.7,.3,1) forwards;
    animation-delay: calc(.35s + var(--i) * .08s);
  }
  .hero__title .w--0{ --i:0; }
  .hero__title .w--1{ --i:1; }
  .hero__title .w--2{ --i:2; }
  .hero__title .w--3{ --i:3; }
  .hero__title .w--4{ --i:4; }
  .hero__title .w--5{ --i:5; }
  .hero__title .w--6{ --i:6; }
  .hero__title .w--7{ --i:7; }
  .hero__title .w--8{ --i:8; }
  .hero__title .w--9{ --i:9; }
  @keyframes word-in{
    to{ opacity:1; transform: translateY(0); filter: blur(0); }
  }
  .hero__title em{
    font-style: italic;
    font-weight: 700;
    color: var(--teal);
    position: relative;
    white-space: nowrap;
  }
  /* Рисованное подчёркивание под главным обещанием —
     «прорисовывается» слева направо после появления слов.
     Без z-index:-1 — иначе линия проваливается под фон секции */
  .hero__title em.stroke::after{
    content:"";
    position:absolute;
    left: 0; right: 0;
    bottom: -0.1em;
    height: 0.22em;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 14" preserveAspectRatio="none"><path d="M3 10 C50 3 150 3 197 8" fill="none" stroke="%23A9DCE0" stroke-width="5" stroke-linecap="round"/></svg>') no-repeat left center / 100% 100%;
    z-index: 0;
    opacity: 0;
    clip-path: inset(0 100% 0 0);
    animation: stroke-draw .7s ease 1.5s both;
  }
  /* Слова — выше линии, чтобы штрих не перекрывал буквы в месте наложения */
  .hero__title em .w{
    position: relative;
    z-index: 1;
  }
  @keyframes stroke-draw{
    from{ opacity:1; clip-path: inset(0 100% 0 0); }
    to  { opacity:1; clip-path: inset(0 0 0 0); }
  }

  .hero__lead{
    font-size: 17.5px;
    line-height: 1.6;
    margin-bottom: 24px;
    max-width: 560px;
  }
  .hero__lead b{ color: var(--ink); font-weight: 700; }

  /* ── Чипы ── */
  .hero__chips{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 20px;
  }
  .chip{
    display: inline-flex;
    align-items: center;
    gap: 9px;
    background: var(--white);
    border: 1px solid #DCEDEF;
    border-radius: 999px;
    padding: 11px 18px;
    font-size: 15px;
    color: var(--text);
    box-shadow: 0 3px 12px rgba(20,125,138,.06);
  }
  .chip b{ color: var(--ink); font-weight: 700; }
  .chip svg{ width: 17px; height: 17px; color: var(--teal); flex:none; }

  .hero__age{
    font-size: 17px;
    margin-bottom: 24px;
  }
  .hero__age b{ color: var(--teal); font-weight: 700; }

  /* ══════════ CTA: мягкая «живая» кнопка ══════════ */
  .hero__cta{
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    font-family: var(--font-body);
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: var(--white);
    text-decoration: none;
    background: linear-gradient(135deg, var(--teal) 0%, var(--teal-deep) 100%);
    border: none;
    border-radius: 18px;
    padding: 22px 44px;
    cursor: pointer;
    overflow: hidden;
    isolation: isolate;
    box-shadow:
      0 14px 30px rgba(14,94,105,.28),
      inset 0 1px 0 rgba(255,255,255,.18);
    transition: transform .2s ease, box-shadow .2s ease;
  }
  /* Импульс внимания: микро-увеличение + расходящееся бирюзовое кольцо.
     Подключается селектором a.hero__cta.reveal ниже — вместе с появлением */
  @keyframes cta-attention{
    0%, 100%{
      transform: scale(1);
      box-shadow:
        0 14px 30px rgba(14,94,105,.28),
        0 0 0 0 rgba(20,125,138,.45),
        inset 0 1px 0 rgba(255,255,255,.18);
    }
    45%{
      transform: scale(1.025);
      box-shadow:
        0 18px 40px rgba(14,94,105,.38),
        0 0 0 14px rgba(20,125,138,0),
        inset 0 1px 0 rgba(255,255,255,.22);
    }
  }
  /* Перламутровый блик, пробегающий по кнопке раз в несколько секунд */
  .hero__cta::after{
    content:"";
    position:absolute;
    top:-40%;
    left:-70%;
    width: 45%;
    height: 180%;
    background: linear-gradient(100deg,
      transparent 0%,
      rgba(255,255,255,.28) 45%,
      rgba(255,255,255,.5) 50%,
      rgba(255,255,255,.28) 55%,
      transparent 100%);
    transform: skewX(-18deg);
    animation: cta-sheen 3.4s ease-in-out infinite;
    pointer-events:none;
  }
  @keyframes cta-sheen{
    0%, 45%   { left:-70%; }
    68%, 100% { left: 140%; }
  }
  .hero__cta:hover{
    transform: translateY(-2px);
    box-shadow:
      0 20px 40px rgba(14,94,105,.36),
      inset 0 1px 0 rgba(255,255,255,.22);
  }
  .hero__cta:active{ transform: translateY(0); }
  .hero__cta:focus-visible{
    outline: 3px solid var(--coral);
    outline-offset: 3px;
  }
  .hero__cta svg{
    width: 18px; height: 18px;
    flex: none;
    animation: cta-arrow 3.2s ease-in-out infinite;
  }
  @keyframes cta-arrow{
    0%, 60%, 100%{ transform: translateX(0); }
    70%          { transform: translateX(5px); }
    80%          { transform: translateX(0); }
  }
  .hero__cta:hover svg{
    animation: none;
    transform: translateX(4px);
    transition: transform .2s ease;
  }

  /* ── Видео ── */
  .hero__media{ position: relative; align-self: center; }
  .hero__media--desktop{ display: none; }
  .hero__media--mobile{
    display: block;
    margin: 0 0 28px;
  }
  .video-card{
    position: relative;
    isolation: isolate;
    background: var(--white);
    border-radius: var(--radius-card);   /* та же скруглённость, что у карточек сайта */
    padding: 12px;
    max-width: 440px;      /* держим высоту 3:4 под первый экран ноутбука */
    margin-left: auto;
    box-shadow:
      0 30px 60px rgba(12,58,66,.14),
      0 6px 18px rgba(12,58,66,.08);
  }
  /* Мягкая фирменная аура — те же бирюзово-коралловые свечения, что в секциях */
  .video-card::before{
    content:"";
    position:absolute;
    inset: -16px;
    z-index: -1;
    border-radius: 40px;
    background:
      radial-gradient(58% 48% at 18% 6%, rgba(20,125,138,.20) 0%, transparent 70%),
      radial-gradient(58% 52% at 86% 94%, rgba(233,138,112,.16) 0%, transparent 72%);
    filter: blur(20px);
    pointer-events:none;
  }
  /* Тонкая градиентная кромка бренда — приглушённая, читается как «оправа», а не как радуга */
  .video-card::after{
    content:"";
    position:absolute;
    inset: 0;
    border-radius: var(--radius-card);
    padding: 1.5px;
    background: linear-gradient(145deg,
      rgba(20,125,138,.55) 0%,
      rgba(191,226,230,.35) 42%,
      rgba(233,138,112,.45) 100%);
    -webkit-mask:
      linear-gradient(#000 0 0) content-box,
      linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
            mask-composite: exclude;
    pointer-events:none;
    z-index: 2;
  }
  .video-card__frame{
    position: relative;
    z-index: 1;
    border-radius: 18px;
    overflow: hidden;
    aspect-ratio: 3 / 4;               /* ПК: 3:4 */
    background: #0A323B;
  }
  .video-card__frame img,
  .video-card__frame video,
  .video-card__frame iframe{
    position:absolute; inset:0;
    width:100%; height:100%;
    object-fit: cover;
    border: 0;
  }
  .video-card__video{ display: block; }
  @keyframes pulse{
    0%   { transform: scale(.85); opacity:.9; }
    100% { transform: scale(1.25); opacity:0; }
  }

  /* ═══════════════ Появление ═══════════════ */
  .reveal{
    opacity: 0;
    transform: translateY(16px);
    animation: reveal .7s ease forwards;
  }
  .d1{ animation-delay:.05s; } .d2{ animation-delay:.12s; }
  .d3{ animation-delay:.19s; } .d4{ animation-delay:.26s; }
  .d5{ animation-delay:.33s; } .d6{ animation-delay:.40s; }
  .d7{ animation-delay:.20s; }
  @keyframes reveal{ to{ opacity:1; transform:none; } }

  /* Кнопка: появление + бесконечный импульс внимания (через 1.6с после загрузки).
     Селектор специфичнее, чем .reveal/.d6 — раньше они перезаписывали пульс */
  a.hero__cta.reveal{
    animation:
      reveal .7s ease .40s both,
      cta-attention 2.6s ease-in-out 1.6s infinite;
  }
  a.hero__cta.reveal:hover{
    animation: reveal .7s ease .40s both;  /* импульс замирает, hover-подъём работает */
  }

  @media (prefers-reduced-motion: reduce){
    .reveal, a.hero__cta.reveal{ animation: none; opacity:1; transform:none; }
    .hero__title .w{ animation: none; opacity:1; transform:none; filter:none; }
    .hero__cta::after,
    .hero__cta svg{ animation: none; }
    .hero__title em.stroke::after{ animation: none; opacity: 1; clip-path: inset(0 0 0 0); }
    .hero__cta{ transition: none; }
  }

  /* ═══════════════ Адаптив ═══════════════ */
  @media (min-width: 901px){
    .hero__media--desktop{ display: block; }
    .hero__media--mobile{ display: none; }
  }

  @media (max-width: 1024px){
    .hero__inner{ gap: 16px 40px; padding: 32px 32px 48px; }
  }

  @media (max-width: 900px){
    .hero__inner{
      display: flex;
      flex-direction: column;
      align-items: stretch;
      gap: 0;
      padding: 32px 20px 56px;
    }
    .hero::before{ width: 120vw; right:-40%; top:-10%; opacity:.6; }

    /* Порядок на мобиле: мета сверху → затем контент (айбрау → ВИДЕО → заголовок → ...) */
    .hero__meta{ order: 0; margin-bottom: 20px; }
    .hero__content{
      order: 1;
      display: block;
      max-width: none;
      width: 100%;
    }
    .hero__eyebrow{ margin-bottom: 16px; }
    .hero__media--desktop{ display: none; }
    .hero__media--mobile{
      display: block;
      width: 100%;
      margin: 0 0 28px;
    }

    .meta-pill{ padding: 10px 16px; }
    .meta-pill b{ font-size: 15px; }

    .hero__title{ font-size: clamp(36px, 9.8vw, 46px); line-height: 1.12; }
    .hero__title em{ white-space: normal; }
    .hero__lead{ font-size: 16.5px; }

    .video-card{ max-width: 560px; margin: 0 auto; width: 100%; }
    .video-card__frame{ aspect-ratio: 4 / 3; }   /* МОБ: 4:3 */

    .hero__cta{
      width: 100%;
      padding: 20px 24px;
      font-size: 15px;
    }
  }

  @media (max-width: 420px){
    .hero__chips{ gap: 8px; }
    .chip{ font-size: 14px; padding: 10px 14px; }
    .meta-pill{ width: 100%; }
  }

  :root{
    --rose:  #E9C7D2;   /* аура бонуса 01 */
    --sage:  #BFDFC9;   /* аура бонуса 02 */
  }

/* ═══════════════ СЕКЦИЯ БОНУСОВ ═══════════════ */
  .bonus{
    position: relative;
    overflow: hidden;
    /* Слоистый фон вместо плоской заливки: тональная ступень вниз от hero
       + мягкие цветные свечения, отвечающие коробкам */
    background:
      radial-gradient(760px 520px at 22% 42%, rgba(233,199,210,.34) 0%, transparent 62%),
      radial-gradient(760px 520px at 78% 46%, rgba(191,223,201,.32) 0%, transparent 62%),
      linear-gradient(180deg, #EAF5F6 0%, #E3F1F3 55%, #EDF7F8 100%);
  }
  /* Плавный «перетек» из hero — организует стык секций без жёсткой границы */
  .bonus::before{
    content:"";
    position:absolute;
    top:-2px; left:0; right:0;
    height: 90px;
    background: var(--aqua-soft);
    clip-path: ellipse(78% 100% at 50% 0%);
  }
  /* Фирменные контурные лепестки — продолжение мотива hero, крупнее и тише */
  .bonus__leaf{
    position:absolute;
    pointer-events:none;
    opacity:.5;
  }
  .bonus__leaf svg{ display:block; width:100%; height:100%; }
  .bonus__leaf path{ fill:none; stroke:#C4E2E6; stroke-width:1.5; }
  .bonus__leaf--l{ left:-140px; bottom:-60px; width:420px; height:420px; transform: rotate(-14deg); }
  .bonus__leaf--r{ right:-120px; top:-40px;  width:380px; height:380px; transform: rotate(126deg); opacity:.38; }

  .bonus__inner{
    position: relative;
    max-width: 1160px;
    margin: 0 auto;
    padding: 108px 40px 88px;
  }

  /* ── Заголовок ── */
  .bonus__title{
    font-family: var(--font-display);
    font-weight: 600;
    font-size: clamp(32px, 3.8vw, 48px);
    line-height: 1.12;
    color: var(--ink);
    letter-spacing: -0.01em;
    text-align: center;
    max-width: 640px;
    margin: 0 auto 72px;
  }
  .bonus__title em{
    font-style: italic;
    font-weight: 700;
    color: var(--teal);
    white-space: nowrap;
  }

  /* ── Карточки бонусов ── */
  .bonus__grid{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
    margin-bottom: 64px;
  }

  .bonus-card{
    position: relative;
    background: var(--white);
    border-radius: var(--radius-card);
    padding: 0 36px 38px;
    box-shadow:
      0 24px 50px rgba(12,58,66,.10),
      0 4px 14px rgba(12,58,66,.05);
    text-align: center;
    transition: transform .35s cubic-bezier(.2,.7,.3,1), box-shadow .35s;
  }
  .bonus-card:hover{
    transform: translateY(-6px);
    box-shadow:
      0 34px 64px rgba(12,58,66,.14),
      0 6px 18px rgba(12,58,66,.06);
  }

  /* Аура — только за коробкой, в зоне без текста. Карточка остаётся
     чисто белой: смыслы читаются, цвет упаковки живёт вокруг продукта */
  .bonus-card__box::before{
    content:"";
    position:absolute;
    inset: 4% -20% 16% -20%;
    border-radius: 50%;
    filter: blur(36px);
    opacity:.8;
    z-index:-1;
    pointer-events:none;
  }
  .bonus-card--01 .bonus-card__box::before{ background: var(--rose); }
  .bonus-card--02 .bonus-card__box::before{ background: var(--sage); }

  /* Коробка вырывается за верхнюю границу карточки — глубина и объём */
  .bonus-card__box{
    position: relative;
    width: min(230px, 62%);
    margin: -86px auto 8px;
    filter: drop-shadow(0 26px 30px rgba(12,58,66,.22));
    transform: rotate(-3.5deg);
    transition: transform .45s cubic-bezier(.2,.7,.3,1);
  }
  .bonus-card--02 .bonus-card__box{ transform: rotate(3.5deg); }
  .bonus-card:hover .bonus-card__box{ transform: rotate(0deg) translateY(-8px) scale(1.02); }
  .bonus-card__box img{
    display:block;
    width:100%;
    height:auto;
  }

  .bonus-card__pill{
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: var(--white);
    background: linear-gradient(135deg, #EE9375 0%, var(--coral) 100%);
    border-radius: 999px;
    padding: 10px 22px;
    margin-bottom: 18px;
    box-shadow: 0 8px 20px rgba(233,138,112,.38);
  }

  .bonus-card__name{
    font-size: 19px;
    font-weight: 600;
    line-height: 1.45;
    color: var(--ink);
    max-width: 320px;
    margin: 0 auto;
  }

  /* ── CTA ── */
  .bonus__cta-wrap{ text-align: center; }
  .bonus__cta{
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    font-family: var(--font-body);
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: var(--white);
    text-decoration: none;
    background: linear-gradient(135deg, var(--teal) 0%, var(--teal-deep) 100%);
    border-radius: 18px;
    padding: 22px 46px;
    overflow: hidden;
    isolation: isolate;
    box-shadow:
      0 14px 30px rgba(14,94,105,.28),
      inset 0 1px 0 rgba(255,255,255,.18);
    transition: transform .2s ease, box-shadow .2s ease;
  }
  .bonus__cta:hover{
    transform: translateY(-2px);
    box-shadow:
      0 20px 40px rgba(14,94,105,.36),
      inset 0 1px 0 rgba(255,255,255,.22);
  }
  .bonus__cta:focus-visible{ outline: 3px solid var(--coral); outline-offset: 3px; }
  .bonus__cta::after{
    content:"";
    position:absolute;
    top:-40%; left:-70%;
    width:45%; height:180%;
    background: linear-gradient(100deg, transparent, rgba(255,255,255,.35), transparent);
    transform: skewX(-18deg);
    animation: sheen 3.8s ease-in-out infinite;
    pointer-events:none;
  }
  @keyframes sheen{
    0%, 55%   { left:-70%; }
    78%, 100% { left:140%; }
  }
  .bonus__cta svg{ width:18px; height:18px; flex:none; }

  /* ═══════════════ Появление по скроллу ═══════════════ */
  .rv{
    opacity: 0;
    transform: translateY(26px);
    transition: opacity .7s ease, transform .7s cubic-bezier(.2,.7,.3,1);
  }
  .rv.in{ opacity:1; transform:none; }
  .rv--d1.in{ transition-delay:.12s; }
  .rv--d2.in{ transition-delay:.24s; }
  .rv--d3.in{ transition-delay:.38s; }

  @media (prefers-reduced-motion: reduce){
    .rv{ opacity:1; transform:none; transition:none; }
    .bonus__cta::after{ animation:none; }
    .bonus-card, .bonus-card__box, .bonus__cta{ transition:none; }
  }

  /* ═══════════════ Адаптив ═══════════════ */
  @media (max-width: 900px){
    .bonus__inner{ padding: 96px 20px 64px; }
    .bonus__title{ margin-bottom: 84px; }
    .bonus__grid{
      grid-template-columns: 1fr;
      gap: 100px;             /* место для выступающих коробок */
      margin-bottom: 52px;
    }
    .bonus-card{ padding: 0 24px 32px; max-width: 460px; margin: 0 auto; width:100%; }
    .bonus-card__box{ width: min(210px, 58%); margin-top: -78px; }
    .bonus__cta{
      width: 100%;
      max-width: 460px;
      padding: 20px 24px;
      font-size: 14.5px;
    }
    .bonus__leaf--l{ width:300px; height:300px; left:-120px; }
    .bonus__leaf--r{ display:none; }
  }

  :root{
    --berry:      #C4326B;   /* акцент боли/триггеров */
    --berry-glow: #FF9EC2;   /* светящаяся версия на тёмном */
    --muted:      #6E8B91;
    --coral-soft: #FBEFEA;
  }

/* ═══════════════ СЕКЦИЯ КЕЙСОВ ═══════════════ */
  .cases{
    position: relative;
    overflow: hidden;
    background:
      radial-gradient(900px 600px at 12% 8%,  rgba(200,232,236,.5) 0%, transparent 60%),
      radial-gradient(900px 700px at 92% 88%, rgba(200,232,236,.45) 0%, transparent 60%),
      linear-gradient(180deg, #F0F8F9 0%, #EAF4F6 100%);
  }
  .cases__leaf{
    position:absolute; pointer-events:none; opacity:.45;
  }
  .cases__leaf svg{ display:block; width:100%; height:100%; }
  .cases__leaf path{ fill:none; stroke:#C4E2E6; stroke-width:1.5; }
  .cases__leaf--l{ left:-150px; top:120px; width:400px; height:400px; transform:rotate(-18deg); }
  .cases__leaf--r{ right:-130px; bottom:60px; width:360px; height:360px; transform:rotate(140deg); }

  .cases__inner{
    position: relative;
    max-width: 1160px;
    margin: 0 auto;
    padding: 96px 40px 96px;
  }

  .cases__title{
    font-family: var(--font-display);
    font-weight: 600;
    font-size: clamp(34px, 4vw, 50px);
    line-height: 1.1;
    color: var(--ink);
    letter-spacing: -0.01em;
    text-align: center;
    margin-bottom: 64px;
  }
  .cases__title em{
    font-style: italic;
    font-weight: 700;
    color: var(--teal);
  }

  /* ── Сетка историй ── */
  .cases__grid{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
    margin-bottom: 72px;
  }

  /* ═══════════════ КАРТОЧКА-ИСТОРИЯ ═══════════════
     Драматургия сверху вниз: боль → героиня → путь До/После → фотодоказательство.
     Цветовой код смыслов: коралл = боль и «до», бирюза = результат */
  .case{
    background: var(--white);
    border-radius: var(--radius-card);
    box-shadow:
      0 22px 48px rgba(12,58,66,.09),
      0 4px 12px rgba(12,58,66,.05);
    overflow: hidden;
    display: flex;
    flex-direction: column;
  }

  /* ── 1. Зона боли ── */
  .case__pain{
    padding: 30px 32px 24px;
    border-bottom: 1px solid #EDF5F6;
  }
  .case__pain-title{
    font-size: 16px;
    font-weight: 800;
    line-height: 1.4;
    letter-spacing: .04em;
    text-transform: uppercase;
    color: var(--berry);
    margin-bottom: 16px;
  }
  .case__pain-title::before{
    content:"";
    display:block;
    width: 30px; height: 3px;
    background: var(--berry);
    border-radius: 2px;
    margin-bottom: 12px;
  }
  .case__pain-list{ list-style:none; }
  .case__pain-list li{
    position: relative;
    padding-left: 20px;
    font-size: 15px;
    line-height: 1.55;
    margin-bottom: 9px;
  }
  .case__pain-list li:last-child{ margin-bottom: 0; }
  .case__pain-list li::before{
    content:"";
    position:absolute;
    left: 2px; top: .52em;
    width: 7px; height: 7px;
    border-radius: 50%;
    background: var(--berry);
    opacity: .85;
  }

  /* ── 2. Героиня ── */
  .case__person{
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 20px 32px;
    background: linear-gradient(180deg, #F7FBFC 0%, #FFFFFF 100%);
    border-bottom: 1px solid #EDF5F6;
  }
  .case__ava{
    width: 62px; height: 62px;
    flex: none;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid var(--white);
    outline: 2px solid var(--teal);
    outline-offset: 1px;
  }
  .case__who{ min-width: 0; }
  .case__name{
    font-size: 17px;
    font-weight: 800;
    letter-spacing: .02em;
    color: var(--ink);
    text-transform: uppercase;
  }
  .case__job{
    font-size: 14px;
    line-height: 1.45;
    color: var(--muted);
    margin-top: 3px;
  }

  /* ── 3. Путь трансформации: линия-метаморфоза ── */
  .case__story{
    position: relative;
    padding: 26px 32px 28px 58px;
    flex: 1;
  }
  /* Вертикальная нить пути: от серого узла «До» к бирюзовому «После» */
  .case__story::before{
    content:"";
    position:absolute;
    left: 37px;
    top: 34px;
    bottom: 38px;
    width: 2px;
    background: linear-gradient(180deg, #C9D8DB 0%, #C9D8DB 42%, var(--teal) 62%, var(--teal) 100%);
  }
  .case__stage{ position: relative; }
  .case__stage + .case__stage{ margin-top: 24px; }
  .case__stage-label{
    position: relative;
    display: inline-block;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
    margin-bottom: 12px;
  }
  /* Узлы на линии пути */
  .case__stage-label::before{
    content:"";
    position:absolute;
    left: -27px;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 12px; height: 12px;
    border-radius: 50%;
    border: 2.5px solid;
    background: var(--white);
  }
  .case__stage--before .case__stage-label{ color: var(--muted); }
  .case__stage--before .case__stage-label::before{ border-color: #B7C9CD; }
  .case__stage--after .case__stage-label{ color: var(--teal-deep); }
  .case__stage--after .case__stage-label::before{ border-color: var(--teal); background: var(--teal); box-shadow: 0 0 0 4px rgba(20,125,138,.16); }

  .case__stage--before ul{ list-style:none; }
  .case__stage--before li{
    position: relative;
    padding-left: 18px;
    font-size: 15px;
    line-height: 1.55;
    color: var(--text);
    margin-bottom: 8px;
  }
  .case__stage--before li:last-child{ margin-bottom: 0; }
  .case__stage--before li::before{
    content:"";
    position:absolute;
    left: 0; top: .72em;
    width: 9px; height: 2px;
    border-radius: 2px;
    background: #B7C9CD;
  }

  /* «После» — заполненная бирюзовая панель результата */
  .case__stage--after .case__result{
    background: linear-gradient(150deg, var(--teal) 0%, var(--teal-deep) 100%);
    border-radius: 18px;
    padding: 20px 22px;
    list-style: none;
    box-shadow: 0 14px 30px rgba(14,94,105,.22);
  }
  .case__stage--after .case__result li{
    position: relative;
    padding-left: 27px;
    font-size: 15px;
    line-height: 1.5;
    color: #F2FAFB;
    margin-bottom: 10px;
  }
  .case__stage--after .case__result li:last-child{ margin-bottom: 0; }
  .case__stage--after .case__result li::before{
    content:"";
    position:absolute;
    left: 0; top: .18em;
    width: 17px; height: 17px;
    border-radius: 50%;
    background:
      url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="%230E5E69" stroke-width="3.4" stroke-linecap="round" stroke-linejoin="round"><path d="M5 12.5 10 17 19 7"/></svg>') center / 11px no-repeat,
      #BFE8DE;
  }

  /* ── 4. Фотодоказательство ── */
  .case__photo{
    padding: 0 14px 14px;
  }
  .case__photo img{
    display:block;
    width:100%;
    height:auto;
    border-radius: 18px;
  }

  /* ═══════════════ ВЫВОД: тёмная плита ═══════════════
     Первый тёмный элемент на странице — инверсия останавливает скролл.
     Ключевые фразы «загораются» ягодным светом после появления плиты */
  .verdict{
    position: relative;
    max-width: 900px;
    margin: 0 auto;
  }
  .verdict__plate{
    position: relative;
    overflow: hidden;
    background:
      radial-gradient(560px 300px at 82% 110%, rgba(196,50,107,.22) 0%, transparent 60%),
      radial-gradient(500px 280px at 8% -20%, rgba(20,125,138,.35) 0%, transparent 60%),
      linear-gradient(140deg, #0F4650 0%, #0A323B 100%);
    border: 1px solid rgba(168,214,220,.16);
    border-radius: 32px;
    padding: 58px 64px 60px;
    text-align: center;
    box-shadow:
      0 34px 70px rgba(9,42,49,.35),
      inset 0 1px 0 rgba(255,255,255,.06);
  }
  /* Призрачная кавычка — голос экспертa за текстом */
  .verdict__plate::before{
    content:"«";
    position:absolute;
    top: -34px;
    left: 18px;
    font-family: var(--font-display);
    font-size: 240px;
    line-height: 1;
    color: rgba(168,214,220,.10);
    pointer-events:none;
  }
  .verdict__text{
    position: relative;
    font-family: var(--font-display);
    font-weight: 600;
    font-size: clamp(25px, 3.3vw, 38px);
    line-height: 1.32;
    color: #EAF6F7;
    letter-spacing: -0.005em;
  }
  .verdict__text .dim{
    color: #8FB3B9;
    font-weight: 500;
  }
  .verdict__text em{
    font-style: italic;
    font-weight: 700;
    color: var(--berry-glow);
    white-space: nowrap;
    opacity: .25;
    text-shadow: 0 0 0 transparent;
    transition: opacity .9s ease, text-shadow .9s ease;
  }
  /* Акценты «зажигаются» каскадом после появления плиты */
  .verdict.in .verdict__text em{
    opacity: 1;
    text-shadow:
      0 0 18px rgba(255,120,170,.45),
      0 0 46px rgba(255,120,170,.22);
  }
  .verdict.in .verdict__text em:first-of-type{ transition-delay: .5s; }
  .verdict.in .verdict__text em:last-of-type { transition-delay: .85s; }

  /* ═══════════════ Появление по скроллу ═══════════════ */
  .rv{
    opacity: 0;
    transform: translateY(26px);
    transition: opacity .7s ease, transform .7s cubic-bezier(.2,.7,.3,1);
  }
  .rv.in{ opacity:1; transform:none; }
  .rv--d1.in{ transition-delay:.1s; }
  .rv--d2.in{ transition-delay:.2s; }

  @media (prefers-reduced-motion: reduce){
    .rv{ opacity:1; transform:none; transition:none; }
    .verdict__text em{ opacity:1 !important; transition:none;
      text-shadow: 0 0 18px rgba(255,120,170,.45); }
  }

  /* ═══════════════ Адаптив ═══════════════ */
  @media (max-width: 900px){
    .cases__inner{ padding: 72px 16px 72px; }
    .cases__title{ margin-bottom: 44px; }
    .cases__grid{
      grid-template-columns: 1fr;
      gap: 24px;
      margin-bottom: 56px;
    }
    .case__pain{ padding: 26px 22px 20px; }
    .case__pain-title{ font-size: 15px; }
    .case__person{ padding: 18px 22px; }
    .case__story{ padding: 24px 22px 26px 48px; }
    .case__story::before{ left: 29px; }
    .case__stage-label::before{ left: -19px; }
    .case__stage--before li,
    .case__pain-list li{ font-size: 14.5px; }
    .case__stage--after .case__result{ padding: 18px 18px; }
    .case__stage--after .case__result li{ font-size: 14.5px; }
    .cases__leaf--l{ display:none; }
    .cases__leaf--r{ width: 280px; height: 280px; right: -140px; bottom: 30%; }
    .verdict__plate{ padding: 40px 26px 42px; border-radius: 26px; }
    .verdict__plate::before{ font-size: 170px; top: -24px; left: 10px; }
    .verdict__text{ font-size: clamp(22px, 6.4vw, 26px); }
    .verdict__text em{ white-space: normal; }
  }
/* ═══════════════ СЕКЦИЯ РЕЗУЛЬТАТОВ ═══════════════ */
  .gains{
    position: relative;
    overflow: hidden;
    background:
      radial-gradient(820px 560px at 85% 12%, rgba(200,232,236,.55) 0%, transparent 60%),
      radial-gradient(760px 520px at 8% 90%,  rgba(200,232,236,.45) 0%, transparent 60%),
      linear-gradient(180deg, #EEF7F8 0%, #E9F3F5 100%);
  }
  .gains__inner{
    position: relative;
    max-width: 1160px;
    margin: 0 auto;
    padding: 96px 40px 92px;
  }

  /* ── Путь-линия: пунктирная нить, ведущая от первой карточки к тезису.
        Живёт в координатах контейнера (viewBox + none), поэтому тянется
        вместе с сеткой; прорисовывается при появлении секции ── */
  .gains__path{
    position:absolute;
    inset: 150px 0 40px;
    width: 100%;
    height: calc(100% - 190px);
    pointer-events: none;
  }
  .gains__path svg{ width:100%; height:100%; display:block; overflow:visible; }
  .gains__path path{
    fill:none;
    stroke:#A9D6DC;
    stroke-width:2.5;
    stroke-linecap:round;
    stroke-dasharray: 2 12;
    opacity:0;
  }
  .gains.in .gains__path path{
    animation: path-in 1.4s ease .3s both;
  }
  @keyframes path-in{
    from{ opacity:0; }
    to  { opacity:.9; }
  }

  /* ── Заголовок ── */
  .gains__title{
    font-family: var(--font-display);
    font-weight: 600;
    font-size: clamp(34px, 4vw, 50px);
    line-height: 1.1;
    color: var(--ink);
    letter-spacing: -0.01em;
    text-align: center;
    margin-bottom: 64px;
  }
  .gains__title em{
    font-style: italic;
    font-weight: 700;
    color: var(--teal);
  }

  /* ── Сетка 3+2 ── */
  .gains__grid{
    position: relative;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 28px;
    margin-bottom: 68px;
  }
  .gain{ grid-column: span 2; }
  .gain:nth-child(4){ grid-column: 2 / span 2; }
  .gain:nth-child(5){ grid-column: 4 / span 2; }

  /* ── Карточка результата ── */
  .gain{
    background: var(--white);
    border-radius: 24px;
    padding: 10px 10px 0;
    box-shadow:
      0 20px 44px rgba(12,58,66,.09),
      0 4px 12px rgba(12,58,66,.05);
    display: flex;
    flex-direction: column;
    transition: transform .3s cubic-bezier(.2,.7,.3,1), box-shadow .3s;
  }
  .gain:hover{
    transform: translateY(-5px);
    box-shadow:
      0 30px 58px rgba(12,58,66,.13),
      0 6px 16px rgba(12,58,66,.06);
  }

  /* Изображение 4:3 — конверсионный центр карточки.
     ЗАГЛУШКА: сюда встанет сгенерированный контент 4:3 (напр. 1200×900) */
  .gain__media{
    position: relative;
    aspect-ratio: 4 / 3;
    border-radius: 16px;
    overflow: hidden;
    background: linear-gradient(145deg, #DDE5E7 0%, #C9D4D8 100%);
    display: grid;
    place-items: center;
  }
  .gain__media img,
  .gain__media video{
    position:absolute; inset:0;
    width:100%; height:100%;
    object-fit: cover;
  }
  .gain__media .ph{
    display: grid;
    justify-items: center;
    gap: 8px;
    color: #93A6AB;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .08em;
    text-transform: uppercase;
  }
  .gain__media .ph svg{ width: 34px; height: 34px; opacity:.75; }

  .gain__text{
    padding: 20px 18px 24px;
    font-size: 15.5px;
    line-height: 1.55;
    text-align: center;
  }
  .gain__text b{ color: var(--ink); font-weight: 700; }

  /* ── Мобильный коннектор: пунктир между карточками в столбике ── */
  .gain::after{
    content:"";
    display:none;
  }

  /* ═══════════════ ТЕЗИС ═══════════════
     Компактная версия утверждённой тёмной плиты: узкая лента,
     та же серифная интонация, ключевое «загорается» ягодным светом */
  .gains__thesis-wrap{ text-align: center; }
  .gains__thesis{
    position: relative;
    display: inline-block;
    max-width: 840px;
    background:
      radial-gradient(420px 200px at 88% 120%, rgba(196,50,107,.24) 0%, transparent 60%),
      radial-gradient(380px 180px at 6% -30%, rgba(20,125,138,.38) 0%, transparent 60%),
      linear-gradient(140deg, #0F4650 0%, #0A323B 100%);
    border: 1px solid rgba(168,214,220,.16);
    border-radius: 22px;
    padding: 26px 44px 28px;
    text-align: center;
    font-family: var(--font-display);
    font-weight: 600;
    font-size: clamp(22px, 2.8vw, 31px);
    line-height: 1.4;
    color: #EAF6F7;
    box-shadow:
      0 24px 50px rgba(9,42,49,.30),
      inset 0 1px 0 rgba(255,255,255,.06);
  }
  .gains__thesis .lead-word{
    font-style: italic;
    font-weight: 700;
    color: #9ED3DA;
  }
  .gains__thesis em{
    font-style: italic;
    font-weight: 700;
    color: var(--berry-glow, #FF9EC2);
    white-space: nowrap;
    opacity: .3;
    text-shadow: 0 0 0 transparent;
    transition: opacity .8s ease, text-shadow .8s ease;
  }
  .gains.in .gains__thesis em{
    opacity: 1;
    text-shadow:
      0 0 16px rgba(255,120,170,.45),
      0 0 40px rgba(255,120,170,.2);
  }
  .gains.in .gains__thesis em:nth-of-type(1){ transition-delay: .8s; }
  .gains.in .gains__thesis em:nth-of-type(2){ transition-delay: 1.1s; }
  .gains.in .gains__thesis em:nth-of-type(3){ transition-delay: 1.4s; }

  /* ═══════════════ Появление по скроллу ═══════════════ */
  .rv{
    opacity: 0;
    transform: translateY(26px);
    transition: opacity .7s ease, transform .7s cubic-bezier(.2,.7,.3,1);
  }
  .rv.in{ opacity:1; transform:none; }
  .rv--d1.in{ transition-delay:.1s; }
  .rv--d2.in{ transition-delay:.2s; }
  .rv--d3.in{ transition-delay:.3s; }
  .rv--d4.in{ transition-delay:.4s; }

  @media (prefers-reduced-motion: reduce){
    .rv{ opacity:1; transform:none; transition:none; }
    .gains.in .gains__path path{ animation:none; opacity:.9; }
    .gains__thesis em{ opacity:1 !important; transition:none;
      text-shadow: 0 0 16px rgba(255,120,170,.45); }
    .gain{ transition:none; }
  }

  /* ═══════════════ Адаптив ═══════════════ */
  @media (max-width: 1020px){
    .gains__grid{ gap: 20px; }
  }
  @media (max-width: 900px){
    .gains__inner{ padding: 72px 18px 72px; }
    .gains__title{ margin-bottom: 44px; }
    .gains__path{ display:none; }   /* большая нить — только на десктопе */

    .gains__grid{
      grid-template-columns: 1fr;
      gap: 0;
      margin-bottom: 56px;
      max-width: 480px;
      margin-left:auto; margin-right:auto;
    }
    .gain,
    .gain:nth-child(4),
    .gain:nth-child(5){ grid-column: 1; }

    /* Мобильный путь: пунктирный коннектор с бутоном-узлом между карточками —
       он в потоке, поэтому не «плывёт» при динамичной высоте */
    .gain{ position: relative; }
    .gain:not(:last-child){ margin-bottom: 54px; }
    .gain:not(:last-child)::after{
      content:"";
      display:block;
      position:absolute;
      left:50%;
      bottom:-46px;
      width: 2px;
      height: 38px;
      transform: translateX(-50%);
      background-image: linear-gradient(180deg, #A9D6DC 55%, transparent 55%);
      background-size: 2px 9px;
    }
    .gain:not(:last-child)::before{
      content:"";
      position:absolute;
      left:50%;
      bottom:-52px;
      width:8px; height:8px;
      transform: translateX(-50%);
      border-radius:50%;
      background: var(--teal);
      opacity:.7;
    }
    .gain__text{ font-size: 15px; }
    .gains__thesis{
      padding: 20px 22px 22px;
      border-radius: 18px;
      font-size: clamp(19px, 5.6vw, 23px);
    }
    .gains__thesis em{ white-space: normal; }
  }
/* ═══════════════ СЕКЦИЯ СПИКЕРА: журнальный разворот ═══════════════ */
  .speaker{
    position: relative;
    overflow: hidden;
    background:
      radial-gradient(900px 640px at 8% 30%, rgba(200,232,236,.6) 0%, transparent 60%),
      radial-gradient(760px 560px at 96% 85%, rgba(200,232,236,.4) 0%, transparent 60%),
      linear-gradient(180deg, #F1F8F9 0%, #EBF4F6 100%);
  }
  .speaker__inner{
    position: relative;
    max-width: 1180px;
    margin: 0 auto;
    padding: 96px 40px 100px;
  }

  /* ── Заголовок (утверждённый стиль) ── */
  .speaker__title{
    font-family: var(--font-display);
    font-weight: 600;
    font-size: clamp(32px, 4vw, 52px);
    line-height: 1.14;
    color: var(--ink);
    letter-spacing: -0.01em;
    text-align: center;
    max-width: 780px;
    margin: 0 auto 76px;
  }
  .speaker__title .name{
    font-style: italic;
    font-weight: 700;
    color: var(--teal);
    white-space: nowrap;
  }
  .speaker__title em{
    font-style: italic;
    font-weight: 700;
    color: var(--teal);
    position: relative;
    white-space: nowrap;
  }
  .speaker__title em .w{ position:relative; z-index:1; }
  .speaker__title em.stroke::after{
    content:"";
    position:absolute;
    left:0; right:0;
    bottom:-0.08em;
    height:0.2em;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 14" preserveAspectRatio="none"><path d="M3 10 C50 3 150 3 197 8" fill="none" stroke="%23A9DCE0" stroke-width="5" stroke-linecap="round"/></svg>') no-repeat left center / 100% 100%;
    z-index:0;
    opacity:0;
    clip-path: inset(0 100% 0 0);
  }
  .speaker.in .speaker__title em.stroke::after{
    animation: stroke-draw .7s ease .5s both;
  }
  @keyframes stroke-draw{
    from{ opacity:1; clip-path: inset(0 100% 0 0); }
    to  { opacity:1; clip-path: inset(0 0 0 0); }
  }

  /* ── Разворот ── */
  .speaker__spread{
    display: grid;
    grid-template-columns: 0.52fr 0.48fr;
    gap: 64px;
    align-items: start;
  }

  /* ═══════ ЛЕВАЯ ПОЛОСА: портретная композиция ═══════ */
  .portrait{ position: relative; }

  /* Мягкая арка-среда за фотографиями */
  .portrait::before{
    content:"";
    position:absolute;
    inset: -6% -10% 8% -14%;
    background: radial-gradient(closest-side, rgba(176,222,228,.55), rgba(176,222,228,0) 72%);
    border-radius: 50%;
    pointer-events:none;
  }

  /* Полароиды внахлёст: «После» выходит на передний план поверх прошлого */
  .portrait__stack{
    position: relative;
    aspect-ratio: 1 / 1.06;
  }
  .shot{
    position:absolute;
    background: var(--white);
    padding: 10px 10px 14px;
    border-radius: 18px;
    box-shadow:
      0 24px 50px rgba(12,58,66,.16),
      0 5px 14px rgba(12,58,66,.08);
  }
  .shot__img{
    position: relative;
    aspect-ratio: 4 / 5;
    border-radius: 12px;
    overflow: hidden;
  }
  .shot__img img{
    position:absolute; inset:0;
    width:100%; height:100%;
    object-fit:cover;
  }
  .shot__ph{
    position:absolute; left:50%; top:50%;
    transform:translate(-50%,-50%);
    color:#8FA6A0;
    font-size:11px; font-weight:600;
    letter-spacing:.08em; text-transform:uppercase;
    text-align:center; line-height:1.5;
    white-space:nowrap;
  }
  .shot__tag{
    position:absolute;
    top:18px; left:18px;
    font-size:11.5px;
    font-weight:800;
    letter-spacing:.12em;
    text-transform:uppercase;
    padding:6px 13px;
    border-radius:999px;
    z-index:2;
  }

  .shot--before{
    width: 60%;
    left: 0; top: 0;
    transform: rotate(-5deg);
    z-index: 1;
  }
  .shot--before .shot__img{ background: linear-gradient(160deg, #DFE6E8 0%, #C7D2D6 100%); }
  .shot--before .shot__tag{ background: #EEF3F4; color: var(--muted); }

  .shot--after{
    width: 68%;
    right: 0; bottom: 0;
    transform: rotate(2.5deg);
    z-index: 2;
  }
  .shot--after .shot__img{ background: linear-gradient(160deg, #CFE0DA 0%, #B4CEC4 100%); }
  .shot--after .shot__tag{ background: var(--teal-deep); color:#fff; box-shadow: 0 6px 14px rgba(14,94,105,.35); }

  /* Въезд полароидов при появлении секции */
  .speaker.in .shot--before{ animation: shot-in-l .8s cubic-bezier(.2,.8,.3,1) .15s both; }
  .speaker.in .shot--after { animation: shot-in-r .8s cubic-bezier(.2,.8,.3,1) .35s both; }
  @keyframes shot-in-l{
    from{ opacity:0; transform: rotate(-11deg) translate(-26px, 14px); }
    to  { opacity:1; transform: rotate(-5deg) translate(0,0); }
  }
  @keyframes shot-in-r{
    from{ opacity:0; transform: rotate(8deg) translate(26px, 18px); }
    to  { opacity:1; transform: rotate(2.5deg) translate(0,0); }
  }

  /* ═══════ ПРАВАЯ ПОЛОСА: редакционная типографика ═══════ */

  /* ── Эмблема системы «3 в 1»: веер из трёх лепестков (фирменный мотив листа)
        + крупный номинал прямым начертанием — цифры читаются однозначно ── */
  .sys{
    display: flex;
    align-items: center;
    gap: 22px;
    padding: 4px 0 10px;
  }
  .sys__mark{ flex:none; width: 62px; height: 62px; }
  .sys__mark path{
    fill: none;
    stroke-width: 2;
    stroke-linejoin: round;
  }
  .sys__mark path:nth-child(1){ stroke: var(--teal); opacity:.75; }
  .sys__mark path:nth-child(2){ stroke: var(--teal-deep); }
  .sys__mark path:nth-child(3){ stroke: var(--coral); opacity:.9; }
  .sys__text{ min-width: 0; }
  .sys__pre{
    display:block;
    font-size: 12.5px;
    font-weight: 800;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: var(--teal);
    margin-bottom: 3px;
  }
  .sys__num{
    display:inline-block;
    font-family: var(--font-display);
    font-style: normal;
    font-weight: 700;
    font-size: clamp(36px, 3.4vw, 46px);
    line-height: 1.1;
    letter-spacing: .02em;
    color: var(--ink);
    position: relative;
    padding: 0 .04em;
  }
  .sys__num::after{
    content:"";
    position:absolute;
    left:0; right:0;
    bottom:-0.05em;
    height:0.18em;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 14" preserveAspectRatio="none"><path d="M3 10 C50 3 150 3 197 8" fill="none" stroke="%23A9DCE0" stroke-width="5" stroke-linecap="round"/></svg>') no-repeat left center / 100% 100%;
  }
  .sys__post{
    display:block;
    font-size: 16px;
    line-height: 1.55;
    margin-top: 7px;
  }
  .sys__post b{ color: var(--ink); font-weight: 700; }

  /* ── Пять действий метода: редакционные строки с крупными глаголами ── */
  .method{
    margin: 26px 0 38px;
    border-top: 1px solid #D8E8EB;
  }
  .method__row{
    display: grid;
    grid-template-columns: 208px 1fr;
    gap: 8px 24px;
    align-items: baseline;
    padding: 17px 2px;
    border-bottom: 1px solid #D8E8EB;
    transition: background .25s ease;
  }
  .method__row:hover{ background: rgba(232,245,246,.55); }
  .method__verb{
    font-family: var(--font-display);
    font-style: italic;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.15;
    color: var(--teal-deep);
    white-space: nowrap;
  }
  .method__desc{
    font-size: 15.5px;
    line-height: 1.6;
  }

  /* CTA (утверждённая) */
  .story__cta{
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    width: 100%;
    font-family: var(--font-body);
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: var(--white);
    text-decoration: none;
    background: linear-gradient(135deg, var(--teal) 0%, var(--teal-deep) 100%);
    border-radius: 18px;
    padding: 22px 40px;
    overflow: hidden;
    isolation: isolate;
    box-shadow:
      0 14px 30px rgba(14,94,105,.28),
      inset 0 1px 0 rgba(255,255,255,.18);
    transition: transform .2s ease, box-shadow .2s ease;
  }
  .story__cta:hover{
    transform: translateY(-2px);
    box-shadow:
      0 20px 40px rgba(14,94,105,.36),
      inset 0 1px 0 rgba(255,255,255,.22);
  }
  .story__cta:focus-visible{ outline:3px solid var(--coral); outline-offset:3px; }
  .story__cta::after{
    content:"";
    position:absolute;
    top:-40%; left:-70%;
    width:45%; height:180%;
    background: linear-gradient(100deg, transparent, rgba(255,255,255,.35), transparent);
    transform: skewX(-18deg);
    animation: sheen 3.8s ease-in-out infinite;
    pointer-events:none;
  }
  @keyframes sheen{
    0%, 55%   { left:-70%; }
    78%, 100% { left:140%; }
  }
  .story__cta svg{ width:18px; height:18px; flex:none; }

  /* ═══════════════ Появление ═══════════════ */
  .rv{
    opacity: 0;
    transform: translateY(26px);
    transition: opacity .7s ease, transform .7s cubic-bezier(.2,.7,.3,1);
  }
  .rv.in{ opacity:1; transform:none; }
  .rv--d1.in{ transition-delay:.12s; }
  .rv--d2.in{ transition-delay:.22s; }

  @media (prefers-reduced-motion: reduce){
    .rv{ opacity:1; transform:none; transition:none; }
    .speaker.in .speaker__title em.stroke::after{ animation:none; opacity:1; clip-path:inset(0 0 0 0); }
    .speaker.in .shot--before,
    .speaker.in .shot--after{ animation:none; opacity:1; }
    .story__cta::after{ animation:none; }
    .story__cta, .method__row{ transition:none; }
  }

  /* ═══════════════ Адаптив ═══════════════ */
  @media (max-width: 960px){
    .speaker__inner{ padding: 72px 20px 76px; }
    .speaker__title{ margin-bottom: 48px; }
    .speaker__spread{
      grid-template-columns: 1fr;
      gap: 44px;
    }
    .portrait{ max-width: 460px; margin: 0 auto; width:100%; }
    .story{ max-width: 580px; margin: 0 auto; width:100%; }
    .sys{ gap: 16px; }
    .method__row{
      grid-template-columns: 1fr;
      gap: 4px;
      padding: 15px 2px;
    }
    .method__verb{ font-size: 22px; }
    .method__desc{ font-size: 15px; }
  }

  /* ═══════════════ СЕКЦИЯ ПРОГРАММЫ: 3 дня марафона ═══════════════ */
  .program{
    position: relative;
    overflow: hidden;
    background:
      radial-gradient(860px 600px at 90% 10%, rgba(200,232,236,.5) 0%, transparent 60%),
      radial-gradient(760px 540px at 6% 92%, rgba(200,232,236,.42) 0%, transparent 60%),
      linear-gradient(180deg, #EDF6F8 0%, #E8F2F4 100%);
  }
  .program__leaf{
    position:absolute; pointer-events:none; opacity:.4;
    left:-140px; bottom:40px; width:360px; height:360px; transform:rotate(-16deg);
  }
  .program__leaf svg{ display:block; width:100%; height:100%; }
  .program__leaf path{ fill:none; stroke:#C4E2E6; stroke-width:1.5; }

  .program__inner{
    position: relative;
    max-width: 1180px;
    margin: 0 auto;
    padding: 96px 40px 92px;
  }

  .program__title{
    font-family: var(--font-display);
    font-weight: 600;
    font-size: clamp(34px, 4vw, 50px);
    line-height: 1.1;
    color: var(--ink);
    letter-spacing: -0.01em;
    text-align: center;
    margin-bottom: 78px;
  }
  .program__title em{
    font-style: italic;
    font-weight: 700;
    color: var(--teal);
  }

  /* ── Таймлайн дней: пунктирная нить сквозь бейджи ── */
  .program__grid{
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-bottom: 60px;
  }
  .program__grid::before{
    content:"";
    position:absolute;
    top:-1px;
    left: 12%;
    right: 12%;
    height: 2px;
    background-image: linear-gradient(90deg, #A9D6DC 55%, transparent 55%);
    background-size: 11px 2px;
    opacity:.9;
  }

  /* ── Карточка дня ── */
  .day{
    position: relative;
    background: var(--white);
    border-radius: 26px;
    padding: 44px 28px 32px;
    box-shadow:
      0 22px 48px rgba(12,58,66,.09),
      0 4px 12px rgba(12,58,66,.05);
  }
  /* Бейдж дня — узел на нити таймлайна */
  .day__badge{
    position:absolute;
    top:-21px;
    left:50%;
    transform:translateX(-50%);
    display:inline-flex;
    align-items:center;
    gap:8px;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
    color:#fff;
    background: linear-gradient(140deg, var(--teal) 0%, var(--teal-deep) 100%);
    border-radius: 999px;
    padding: 11px 24px;
    box-shadow:
      0 10px 24px rgba(14,94,105,.32),
      0 0 0 5px #EDF6F8;
    white-space:nowrap;
  }
  /* Призрачный номер дня — эхо системы (кавычка на плите, «3» и т.д.) */
  .day__ghost{
    position:absolute;
    top: 8px; right: 16px;
    font-family: var(--font-display);
    font-style: italic;
    font-weight: 700;
    font-size: 108px;
    line-height: 1;
    color: rgba(20,125,138,.08);
    pointer-events:none;
  }

  .day__theme{
    margin-bottom: 20px;
    padding-bottom: 18px;
    border-bottom: 1px solid #E4EFF1;
  }
  .day__theme-label{
    display:block;
    font-size: 11.5px;
    font-weight: 800;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: var(--coral);
    margin-bottom: 6px;
  }
  .day__theme-name{
    font-family: var(--font-display);
    font-weight: 700;
    font-size: 22px;
    line-height: 1.25;
    color: var(--ink);
    letter-spacing: -0.005em;
  }

  .day__list{ list-style:none; }
  .day__list li{
    position: relative;
    padding-left: 20px;
    font-size: 14.5px;
    line-height: 1.55;
    margin-bottom: 12px;
  }
  .day__list li:last-child{ margin-bottom: 0; }
  .day__list li::before{
    content:"";
    position:absolute;
    left: 1px; top: .5em;
    width: 7px; height: 7px;
    border-radius:50%;
    background: var(--teal);
    opacity:.8;
  }
  .day__list b{ color: var(--ink); font-weight: 700; }

  /* ── CTA ── */
  .program__cta-wrap{ text-align:center; }
  .program__cta{
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    font-family: var(--font-body);
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: var(--white);
    text-decoration: none;
    background: linear-gradient(135deg, var(--teal) 0%, var(--teal-deep) 100%);
    border-radius: 18px;
    padding: 22px 46px;
    overflow: hidden;
    isolation: isolate;
    box-shadow:
      0 14px 30px rgba(14,94,105,.28),
      inset 0 1px 0 rgba(255,255,255,.18);
    transition: transform .2s ease, box-shadow .2s ease;
  }
  .program__cta:hover{
    transform: translateY(-2px);
    box-shadow:
      0 20px 40px rgba(14,94,105,.36),
      inset 0 1px 0 rgba(255,255,255,.22);
  }
  .program__cta:focus-visible{ outline:3px solid var(--coral); outline-offset:3px; }
  .program__cta::after{
    content:"";
    position:absolute;
    top:-40%; left:-70%;
    width:45%; height:180%;
    background: linear-gradient(100deg, transparent, rgba(255,255,255,.35), transparent);
    transform: skewX(-18deg);
    animation: sheen 3.8s ease-in-out infinite;
    pointer-events:none;
  }
  .program__cta svg{ width:18px; height:18px; flex:none; }

  @media (max-width: 980px){
    .program__grid{ gap: 22px; }
    .day{ padding: 40px 22px 28px; }
    .day__theme-name{ font-size: 20px; }
  }
  @media (max-width: 900px){
    .program__inner{ padding: 72px 18px 72px; }
    .program__title{ margin-bottom: 60px; }
    .program__grid{
      grid-template-columns: 1fr;
      gap: 0;
      max-width: 520px;
      margin: 0 auto 52px;
    }
    .program__grid::before{ display:none; }
    /* Вертикальная нить между днями — в потоке, не плывёт */
    .day{ margin-bottom: 64px; }
    .day:last-child{ margin-bottom: 0; }
    .day:not(:last-child)::after{
      content:"";
      position:absolute;
      left:50%;
      bottom:-52px;
      width:2px;
      height:42px;
      transform:translateX(-50%);
      background-image: linear-gradient(180deg, #A9D6DC 55%, transparent 55%);
      background-size: 2px 10px;
    }
    .day__ghost{ font-size: 92px; }
    .program__cta{
      width:100%;
      max-width: 520px;
      padding: 20px 24px;
      font-size: 14.5px;
    }
  }


  /* ═══════════════ СЕКЦИЯ «ЧТО ВХОДИТ»: тёмная витрина ═══════════════ */
  .included{
    position: relative;
    overflow: hidden;
    background:
      radial-gradient(900px 620px at 10% 0%, rgba(20,125,138,.28) 0%, transparent 55%),
      radial-gradient(760px 560px at 95% 100%, rgba(196,50,107,.14) 0%, transparent 55%),
      linear-gradient(150deg, #0F4650 0%, #0A323B 100%);
  }
  /* Контурные лепестки — фирменный мотив, притушен под тёмную среду */
  .included__leaf{
    position:absolute; pointer-events:none;
  }
  .included__leaf svg{ display:block; width:100%; height:100%; }
  .included__leaf path{ fill:none; stroke:rgba(168,214,220,.12); stroke-width:1.5; }
  .included__leaf--l{ left:-150px; top:80px; width:420px; height:420px; transform:rotate(-18deg); }
  .included__leaf--r{ right:-130px; bottom:60px; width:380px; height:380px; transform:rotate(132deg); }

  .included__inner{
    position: relative;
    max-width: 1180px;
    margin: 0 auto;
    padding: 100px 40px 96px;
  }

  .included__title{
    font-family: var(--font-display);
    font-weight: 600;
    font-size: clamp(34px, 4vw, 50px);
    line-height: 1.1;
    color: #EAF6F7;
    letter-spacing: -0.01em;
    text-align: center;
    margin-bottom: 64px;
  }
  .included__title em{
    font-style: italic;
    font-weight: 700;
    color: #9ED3DA;
  }

  .included__grid{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 26px;
    margin-bottom: 64px;
  }

  /* ── Стеклянная карточка на тёмном ── */
  .inc{
    position: relative;
    background: rgba(255,255,255,.055);
    border: 1px solid rgba(168,214,220,.16);
    border-radius: 24px;
    padding: 12px 12px 0;
    backdrop-filter: blur(4px);
    display: flex;
    flex-direction: column;
    transition: transform .3s cubic-bezier(.2,.7,.3,1), border-color .3s, background .3s;
  }
  .inc:hover{
    transform: translateY(-5px);
    border-color: rgba(158,211,218,.42);
    background: rgba(255,255,255,.075);
  }

  /* Медиа 4:3 — сюда сгенерированный контент (напр. 1200×900) */
  .inc__media{
    position: relative;
    aspect-ratio: 4 / 3;
    border-radius: 16px;
    overflow: hidden;
    background: linear-gradient(150deg, rgba(255,255,255,.10) 0%, rgba(255,255,255,.04) 100%);
    border: 1px dashed rgba(168,214,220,.22);
    display: grid;
    place-items: center;
  }
  .inc__media img,
  .inc__media video{
    position:absolute; inset:0;
    width:100%; height:100%;
    object-fit: cover;
    transition: transform .5s ease;
  }
  .inc:hover .inc__media img,
  .inc:hover .inc__media video{ transform: scale(1.045); }
  .inc__ph{
    display:grid; justify-items:center; gap:8px;
    color: rgba(168,214,220,.55);
    font-size: 11.5px; font-weight:600;
    letter-spacing:.08em; text-transform:uppercase;
  }
  .inc__ph svg{ width:30px; height:30px; opacity:.7; }

  .inc__body{ padding: 20px 14px 24px; }
  .inc__name{
    font-family: var(--font-display);
    font-weight: 700;
    font-size: 21.5px;
    line-height: 1.25;
    color: #F2FAFB;
    letter-spacing: -0.005em;
    margin-bottom: 10px;
    display: flex;
    gap: 10px;
    align-items: baseline;
  }
  .inc__name::before{
    content:"";
    flex:none;
    width: 8px; height: 8px;
    border-radius: 50%;
    background: var(--coral);
    box-shadow: 0 0 12px rgba(232,121,92,.6);
    transform: translateY(-2px);
  }
  .inc__text{
    font-size: 14.5px;
    line-height: 1.6;
    color: #BFD9DD;
  }
  .inc__text b{ color: #FFFFFF; font-weight: 700; }

  .included__cta-wrap{ text-align:center; }

  @media (max-width: 1000px){
    .included__grid{ grid-template-columns: 1fr 1fr; }
  }
  @media (max-width: 900px){
    .included__inner{ padding: 76px 18px 72px; }
    .included__title{ margin-bottom: 44px; }
    .included__grid{
      grid-template-columns: 1fr;
      gap: 20px;
      max-width: 480px;
      margin: 0 auto 52px;
    }
    .included__leaf--l{ display:none; }
    .included__leaf--r{ width:280px; height:280px; right:-150px; }
    .inc__name{ font-size: 20px; }
    .program__cta.program__cta--included{
      width:100%;
      max-width:480px;
    }
  }


  /* ═══════════════ СЕКЦИЯ ПОДАРКОВ: уроки доступны сразу ═══════════════ */
  .gifts{
    position: relative;
    overflow: hidden;
    background:
      radial-gradient(820px 560px at 12% 14%, rgba(233,199,210,.3) 0%, transparent 60%),
      radial-gradient(820px 560px at 90% 86%, rgba(200,232,236,.5) 0%, transparent 60%),
      linear-gradient(180deg, #F2F9FA 0%, #ECF5F7 100%);
  }
  .gifts__inner{
    position: relative;
    max-width: 920px;
    margin: 0 auto;
    padding: 96px 40px 92px;
  }

  .gifts__badge{
    display: table;
    margin: 0 auto 20px;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .16em;
    text-transform: uppercase;
    color: #fff;
    background: linear-gradient(135deg, #EE9375 0%, var(--coral) 100%);
    border-radius: 999px;
    padding: 10px 24px;
    box-shadow: 0 10px 24px rgba(233,138,112,.4);
  }
  .gifts__title{
    font-family: var(--font-display);
    font-weight: 600;
    font-size: clamp(32px, 3.8vw, 48px);
    line-height: 1.14;
    color: var(--ink);
    letter-spacing: -0.01em;
    text-align: center;
    max-width: 720px;
    margin: 0 auto 18px;
  }
  .gifts__title em{
    font-style: italic;
    font-weight: 700;
    color: var(--teal);
    white-space: nowrap;
  }
  .gifts__sub{
    font-size: 17px;
    line-height: 1.6;
    text-align: center;
    max-width: 560px;
    margin: 0 auto 52px;
  }

  /* ── Карточка урока ── */
  .gift{
    position: relative;
    background: var(--white);
    border-radius: 26px;
    padding: 12px 12px 0;
    box-shadow:
      0 24px 52px rgba(12,58,66,.11),
      0 5px 14px rgba(12,58,66,.06);
    transition: transform .3s cubic-bezier(.2,.7,.3,1), box-shadow .3s;
  }
  .gift + .gift{ margin-top: 30px; }
  .gift:hover{
    transform: translateY(-5px);
    box-shadow:
      0 32px 62px rgba(12,58,66,.15),
      0 6px 16px rgba(12,58,66,.07);
  }
  .gift__media{
    position: relative;
    border-radius: 18px;
    overflow: hidden;
  }
  .gift__media img{
    display:block;
    width:100%;
    height:auto;
  }
  .gift__tag{
    position:absolute;
    top:14px; left:14px;
    font-size:12.5px;
    font-weight:800;
    letter-spacing:.12em;
    text-transform:uppercase;
    color:#fff;
    background: linear-gradient(135deg, #EE9375 0%, var(--coral) 100%);
    border-radius:999px;
    padding:8px 17px;
    box-shadow: 0 8px 18px rgba(233,138,112,.42);
    z-index:2;
  }
  .gift__play{
    position:absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 82px; height: 82px;
    border-radius:50%;
    border:none;
    cursor:pointer;
    background: rgba(255,255,255,.96);
    display:grid; place-items:center;
    box-shadow:
      0 12px 30px rgba(12,58,66,.32),
      0 0 0 0 rgba(20,125,138,.45);
    transition: transform .2s ease, box-shadow .2s ease;
    z-index:3;
    animation: gift-glow 2.2s ease-in-out infinite;
  }
  /* Пульсирующее свечение самой кнопки — притягивает взгляд */
  @keyframes gift-glow{
    0%, 100%{
      box-shadow:
        0 12px 30px rgba(12,58,66,.32),
        0 0 0 0 rgba(20,125,138,.42);
    }
    50%{
      box-shadow:
        0 16px 38px rgba(12,58,66,.36),
        0 0 0 14px rgba(20,125,138,0);
    }
  }
  .gift__play:hover{
    transform: translate(-50%,-50%) scale(1.08);
    animation-play-state: paused;
  }
  /* Два расходящихся фирменных кольца — сложно пролистнуть мимо */
  .gift__play::before,
  .gift__play::after{
    content:"";
    position:absolute; inset:0;
    border-radius:50%;
    border:2px solid rgba(20,125,138,.55);
    animation: gift-ring 2.2s ease-out infinite;
    pointer-events:none;
  }
  .gift__play::after{ animation-delay: 1.1s; }
  @keyframes gift-ring{
    0%   { transform: scale(1);   opacity:.65; }
    100% { transform: scale(1.9); opacity:0; }
  }
  .gift__play svg{
    width:28px; height:28px;
    color: var(--teal-deep);
    margin-left:4px;
  }
  .gift__name{
    padding: 20px 16px 24px;
    font-size: 19px;
    font-weight: 700;
    line-height: 1.4;
    color: var(--ink);
  }

  .gifts__cta-wrap{ text-align:center; margin-top: 48px; }

  @media (prefers-reduced-motion: reduce){
    .gift__play{ animation: none; }
    .gift__play::before,
    .gift__play::after{ animation: none; opacity: 0; }
  }

  @media (max-width: 900px){
    .gifts__inner{ padding: 72px 18px 72px; }
    .gifts__sub{ margin-bottom: 36px; }
    .gift__play{ width: 60px; height: 60px; }
    .gift__play svg{ width:22px; height:22px; }
    .gift__name{ font-size: 17px; padding: 16px 12px 20px; }
    .gift + .gift{ margin-top: 22px; }
    .gifts__cta-wrap{ margin-top: 36px; }
    .program__cta.program__cta--gifts{ width:100%; }
  }


  /* ═══════════════ СЕКЦИЯ РЕЗУЛЬТАТОВ УЧАСТНИЦ ═══════════════ */
  .girls{
    position: relative;
    overflow: hidden;
    background:
      radial-gradient(880px 600px at 88% 8%, rgba(200,232,236,.5) 0%, transparent 60%),
      radial-gradient(760px 560px at 6% 90%, rgba(233,199,210,.24) 0%, transparent 60%),
      linear-gradient(180deg, #EFF7F8 0%, #EAF3F5 100%);
  }
  .girls__inner{
    position: relative;
    max-width: 1180px;
    margin: 0 auto;
    padding: 96px 40px 92px;
  }
  .girls__title{
    font-family: var(--font-display);
    font-weight: 600;
    font-size: clamp(32px, 4vw, 50px);
    line-height: 1.14;
    color: var(--ink);
    letter-spacing: -0.01em;
    text-align: center;
    max-width: 760px;
    margin: 0 auto 60px;
  }
  .girls__title em{
    font-style: italic;
    font-weight: 700;
    color: var(--teal);
    white-space: nowrap;
  }

  .girls__grid{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 26px;
    margin-bottom: 60px;
  }

  /* ── Карточка участницы ── */
  .girl{
    background: var(--white);
    border-radius: 24px;
    padding: 10px 10px 14px;
    box-shadow:
      0 22px 46px rgba(12,58,66,.10),
      0 4px 12px rgba(12,58,66,.05);
    display:flex;
    flex-direction: column;
    transition: transform .3s cubic-bezier(.2,.7,.3,1), box-shadow .3s;
  }
  .girl:hover{
    transform: translateY(-5px);
    box-shadow:
      0 30px 58px rgba(12,58,66,.14),
      0 6px 16px rgba(12,58,66,.06);
  }
  .girl__photo{
    position: relative;
    border-radius: 16px;
    overflow: hidden;
  }
  .girl__photo img{
    display:block;
    width:100%;
    height:auto;
  }
  .girl__tag{
    position:absolute;
    top:10px;
    font-size:11px;
    font-weight:800;
    letter-spacing:.12em;
    text-transform:uppercase;
    padding:6px 12px;
    border-radius:999px;
    z-index:2;
  }
  .girl__tag--a{ left:10px; background:rgba(255,255,255,.92); color:var(--muted); }
  .girl__tag--b{ right:10px; background:var(--teal-deep); color:#fff; box-shadow:0 6px 14px rgba(14,94,105,.35); }

  /* ── Итоги: ягодный = до, бирюзовый = после (система сайта) ── */
  .girl__res{
    display:grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-top: 12px;
    flex: 1;
  }
  .girl__col{
    border-radius: 14px;
    padding: 13px 13px 14px;
    font-size: 12.5px;
    line-height: 1.45;
  }
  .girl__col-label{
    display:block;
    font-size: 10.5px;
    font-weight: 800;
    letter-spacing: .16em;
    text-transform: uppercase;
    margin-bottom: 8px;
  }
  .girl__col ul{ list-style:none; }
  .girl__col li{ position:relative; margin-bottom: 6px; }
  .girl__col li:last-child{ margin-bottom: 0; }

  .girl__col--before{
    background: #FAF1F4;
    border: 1px solid #F0DCE4;
    color: #7A4A5C;
  }
  .girl__col--before .girl__col-label{ color: var(--berry); }
  .girl__col--before li{ padding-left: 14px; }
  .girl__col--before li::before{
    content:"";
    position:absolute;
    left:0; top:.55em;
    width:8px; height:2px;
    border-radius:2px;
    background: var(--berry);
    opacity:.7;
  }

  .girl__col--after{
    background: linear-gradient(150deg, var(--teal) 0%, var(--teal-deep) 100%);
    color: #EFF9FA;
    box-shadow: 0 10px 22px rgba(14,94,105,.22);
  }
  .girl__col--after .girl__col-label{ color: #A8DFE5; }
  .girl__col--after li{ padding-left: 19px; }
  .girl__col--after li::before{
    content:"";
    position:absolute;
    left:0; top:.14em;
    width:13px; height:13px;
    border-radius:50%;
    background:
      url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="%230E5E69" stroke-width="3.6" stroke-linecap="round" stroke-linejoin="round"><path d="M5 12.5 10 17 19 7"/></svg>') center / 8px no-repeat,
      #BFE8DE;
  }

  .girls__cta-wrap{ text-align:center; }

  @media (max-width: 1000px){
    .girls__grid{ grid-template-columns: 1fr 1fr; }
  }
  @media (max-width: 900px){
    .girls__inner{ padding: 72px 18px 72px; }
    .girls__title{ margin-bottom: 40px; }
    .girls__grid{
      grid-template-columns: 1fr;
      gap: 20px;
      max-width: 460px;
      margin: 0 auto 48px;
    }
    .girl__col{ font-size: 12.5px; }
    .program__cta.program__cta--girls{ width:100%; max-width:460px; }
  }


  /* ═══════════════ СЕКЦИЯ ВИДЕООТЗЫВОВ ═══════════════ */
  .reviews{
    position: relative;
    overflow: hidden;
    background:
      radial-gradient(900px 620px at 14% 16%, rgba(200,232,236,.55) 0%, transparent 60%),
      radial-gradient(780px 560px at 92% 88%, rgba(233,199,210,.22) 0%, transparent 60%),
      linear-gradient(180deg, #F2F9FA 0%, #ECF5F7 100%);
  }
  .reviews__leaf{
    position:absolute; pointer-events:none; opacity:.42;
    right:-140px; top:60px; width:380px; height:380px; transform:rotate(126deg);
  }
  .reviews__leaf svg{ display:block; width:100%; height:100%; }
  .reviews__leaf path{ fill:none; stroke:#C4E2E6; stroke-width:1.5; }

  .reviews__inner{
    position: relative;
    max-width: 1040px;
    margin: 0 auto;
    padding: 96px 40px 96px;
  }
  .reviews__title{
    font-family: var(--font-display);
    font-weight: 600;
    font-size: clamp(32px, 4vw, 50px);
    line-height: 1.14;
    color: var(--ink);
    letter-spacing: -0.01em;
    text-align: center;
    max-width: 680px;
    margin: 0 auto 56px;
  }
  .reviews__title em{
    font-style: italic;
    font-weight: 700;
    color: var(--teal);
  }

  /* ── Видео-карточка: размеры продакшена Тильды (t-width_8, высота 500px) ── */
  .player{
    position: relative;
    max-width: 784px;                 /* экран 760px, как t-width_8 на десктопе */
    margin: 0 auto;
    background: var(--white);
    border-radius: 28px;
    padding: 12px;
    box-shadow:
      0 34px 70px rgba(12,58,66,.16),
      0 8px 20px rgba(12,58,66,.08);
    animation: player-float 6.5s ease-in-out infinite;
  }
  @keyframes player-float{
    0%, 100%{ translate: 0 0; }
    50%     { translate: 0 -8px; }
  }
  .player__screen{
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    background:#0A1114;
    height: 500px;                    /* фиксированная высота, как в исходнике */
  }
  /* Интеграция Rutube из исходника — на весь экран карточки */
  .player__screen iframe{
    position:absolute; inset:0;
    width:100%; height:100%;
    border:0;
    display:block;
  }
  .player__glare{
    position:absolute; inset:0;
    border-radius: 20px;
    background: linear-gradient(115deg, rgba(255,255,255,.09) 0%, rgba(255,255,255,.02) 24%, transparent 42%);
    pointer-events:none;
    z-index:2;
  }
  .player__shadow{
    width: 62%;
    height: 24px;
    margin: 28px auto 0;
    border-radius: 50%;
    background: radial-gradient(closest-side, rgba(9,42,49,.26), transparent 72%);
    animation: shadow-breathe 6.5s ease-in-out infinite;
  }
  @keyframes shadow-breathe{
    0%, 100%{ transform: scaleX(1); opacity:1; }
    50%     { transform: scaleX(.95); opacity:.8; }
  }

  @media (prefers-reduced-motion: reduce){
    .player{ animation:none; }
    .player__shadow{ animation:none; }
  }

  @media (max-width: 1200px){
    .player{ max-width: 644px; }      /* экран 620px, как t-width_8 при ≤1200 */
  }
  @media (max-width: 960px){
    .reviews__inner{ padding: 72px 14px 72px; }
    .reviews__title{ margin-bottom: 36px; }
    .player{ max-width: 100%; padding: 8px; border-radius: 20px; animation:none; }
    .player__screen{ border-radius: 14px; }
    .player__glare{ border-radius: 14px; }
    .player__shadow{ margin-top: 20px; }
    .reviews__leaf{ display:none; }
  }
  
  /* ═══════════════ СЕКЦИЯ ЧАТА: подлинные скриншоты ═══════════════ */
  .chat{
    position: relative;
    overflow: hidden;
    background: linear-gradient(180deg, #EDF6F8 0%, #E7F1F4 100%);
  }
  /* Обои мессенджера: россыпь фирменных лепестков еле заметным контуром */
  .chat::before{
    content:"";
    position:absolute; inset:0;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="170" height="170" viewBox="0 0 170 170"><path d="M52 20 C30 34 20 62 27 68 C34 74 55 54 52 20 Z" fill="none" stroke="%23147D8A" stroke-width="1.4" opacity="0.07"/><path d="M136 108 C114 122 104 150 111 156 C118 162 139 142 136 108 Z" fill="none" stroke="%23E8795C" stroke-width="1.4" opacity="0.07" transform="rotate(40 123 132)"/></svg>');
    pointer-events:none;
  }
  .chat__inner{
    position: relative;
    max-width: 1080px;
    margin: 0 auto;
    padding: 96px 40px 96px;
  }

  .chat__badge{
    display: table;
    margin: 0 auto 20px;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: #EAF6F7;
    background: linear-gradient(140deg, #0F4650 0%, #0A323B 100%);
    border: 1px solid rgba(168,214,220,.2);
    border-radius: 999px;
    padding: 11px 26px;
    box-shadow: 0 12px 28px rgba(9,42,49,.24);
  }
  .chat__title{
    font-family: var(--font-display);
    font-weight: 600;
    font-size: clamp(30px, 3.8vw, 46px);
    line-height: 1.16;
    color: var(--ink);
    letter-spacing: -0.01em;
    text-align: center;
    max-width: 700px;
    margin: 0 auto 58px;
  }
  .chat__title em{
    font-style: italic;
    font-weight: 700;
    color: var(--teal);
    white-space: nowrap;
  }

  /* ── Стена подлинных скриншотов: masonry, живые наклоны ── */
  .chat__wall{
    columns: 2;
    column-gap: 30px;
    max-width: 980px;
    margin: 0 auto;
  }
  .shotmsg{
    break-inside: avoid;
    margin: 0 0 30px;
    transform: rotate(var(--tilt, 0deg));
    filter: drop-shadow(0 18px 30px rgba(12,58,66,.14));
    transition: transform .35s cubic-bezier(.2,.7,.3,1), filter .35s;
  }
  .shotmsg img{
    display:block;
    width:100%;
    height:auto;
  }
  .shotmsg:hover{
    transform: rotate(0deg) translateY(-6px);
    filter: drop-shadow(0 26px 40px rgba(12,58,66,.2));
    z-index: 2;
    position: relative;
  }
  .chat__wall .shotmsg:nth-child(1){ --tilt: -1.2deg; }
  .chat__wall .shotmsg:nth-child(2){ --tilt: 1deg; }
  .chat__wall .shotmsg:nth-child(3){ --tilt: .9deg; }
  .chat__wall .shotmsg:nth-child(4){ --tilt: -.9deg; }
  .chat__wall .shotmsg:nth-child(5){ --tilt: 1.1deg; }
  .chat__wall .shotmsg:nth-child(6){ --tilt: -.8deg; }

  /* Финальное сообщение — по центру, как точка истории */
  .chat__final{
    max-width: 620px;
    margin: 6px auto 0;
    --tilt: -.5deg;
  }

  /* Появление: скриншоты «прилетают», как входящие */
  .shotmsg.rv{
    opacity: 0;
    transform: rotate(var(--tilt, 0deg)) translateY(22px) scale(.97);
  }
  .shotmsg.rv.in{
    opacity: 1;
    transform: rotate(var(--tilt, 0deg)) translateY(0) scale(1);
  }
  .shotmsg.rv.in:hover{
    transform: rotate(0deg) translateY(-6px);
  }

  @media (max-width: 860px){
    .chat__inner{ padding: 72px 16px 76px; }
    .chat__title{ margin-bottom: 40px; }
    .chat__wall{ columns: 1; max-width: 500px; }
    .shotmsg{ margin-bottom: 22px; }
    .chat__wall .shotmsg:nth-child(n){ --tilt: 0deg; }
    .chat__final{ --tilt: 0deg; max-width: 500px; }
  }
  
  /* ═══════════════ ФИНАЛЬНЫЙ ПРИЗЫВ: тёмный аккорд ═══════════════ */
  .final{
    position: relative;
    overflow: hidden;
    background:
      radial-gradient(880px 600px at 8% 10%, rgba(20,125,138,.3) 0%, transparent 55%),
      radial-gradient(760px 560px at 94% 92%, rgba(196,50,107,.16) 0%, transparent 55%),
      linear-gradient(150deg, #0F4650 0%, #0A323B 100%);
  }
  .final__leaf{
    position:absolute; pointer-events:none;
    left:-140px; bottom:-40px; width:400px; height:400px; transform:rotate(-14deg);
  }
  .final__leaf svg{ display:block; width:100%; height:100%; }
  .final__leaf path{ fill:none; stroke:rgba(168,214,220,.12); stroke-width:1.5; }

  .final__inner{
    position: relative;
    max-width: 1180px;
    margin: 0 auto;
    padding: 100px 40px 100px;
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 64px;
    align-items: center;
  }
  .final__title{
    font-family: var(--font-display);
    font-weight: 600;
    font-size: clamp(30px, 3.7vw, 46px);
    line-height: 1.22;
    color: #EAF6F7;
    letter-spacing: -0.01em;
    margin-bottom: 40px;
  }
  .final__title em{
    font-style: italic;
    font-weight: 700;
    color: var(--berry-glow, #FF9EC2);
    white-space: nowrap;
    text-shadow:
      0 0 18px rgba(255,120,170,.4),
      0 0 44px rgba(255,120,170,.18);
  }
  .final__cta{
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    font-family: var(--font-body);
    font-size: 17px;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: var(--white);
    text-decoration: none;
    background: linear-gradient(135deg, var(--teal) 0%, var(--teal-deep) 100%);
    border-radius: 18px;
    padding: 24px 52px;
    overflow: hidden;
    isolation: isolate;
    box-shadow:
      0 16px 34px rgba(5,25,30,.5),
      inset 0 1px 0 rgba(255,255,255,.18);
    transition: transform .2s ease, box-shadow .2s ease;
    animation: cta-attention 2.6s ease-in-out infinite;
  }
  .final__cta:hover{ transform: translateY(-2px); }
  .final__cta:focus-visible{ outline:3px solid var(--coral); outline-offset:3px; }
  .final__cta::after{
    content:"";
    position:absolute;
    top:-40%; left:-70%;
    width:45%; height:180%;
    background: linear-gradient(100deg, transparent, rgba(255,255,255,.35), transparent);
    transform: skewX(-18deg);
    animation: sheen 3.8s ease-in-out infinite;
    pointer-events:none;
  }
  .final__cta svg{ width:18px; height:18px; flex:none; }

  /* Полароиды Анны: перекличка с блоком спикера */
  .final__stack{
    position: relative;
    aspect-ratio: 1 / 0.92;
  }
  .fshot{
    position:absolute;
    background: var(--white);
    padding: 9px 9px 12px;
    border-radius: 16px;
    box-shadow: 0 26px 54px rgba(4,22,27,.5);
  }
  .fshot__img{
    position: relative;
    aspect-ratio: 4 / 5;
    border-radius: 11px;
    overflow: hidden;
  }
  .fshot__img img{ position:absolute; inset:0; width:100%; height:100%; object-fit:cover; }
  .fshot__ph{
    position:absolute; left:50%; top:50%;
    transform:translate(-50%,-50%);
    color:#8FA6A0;
    font-size:10.5px; font-weight:600;
    letter-spacing:.08em; text-transform:uppercase;
    text-align:center; line-height:1.5; white-space:nowrap;
  }
  .fshot__tag{
    position:absolute;
    bottom:12px; left:12px;
    font-size:11.5px;
    font-weight:800;
    letter-spacing:.1em;
    text-transform:uppercase;
    padding:6px 13px;
    border-radius:999px;
    z-index:2;
  }
  .fshot--before{
    width: 55%;
    left: 0; top: 0;
    transform: rotate(-4.5deg);
    z-index:1;
  }
  .fshot--before .fshot__img{ background: linear-gradient(160deg, #DFE6E8 0%, #C7D2D6 100%); }
  .fshot--before .fshot__tag{ background: rgba(255,255,255,.92); color: var(--muted); }
  .fshot--after{
    width: 62%;
    right: 0; bottom: 0;
    transform: rotate(2.5deg);
    z-index:2;
  }
  .fshot--after .fshot__img{ background: linear-gradient(160deg, #CFE0DA 0%, #B4CEC4 100%); }
  .fshot--after .fshot__tag{ background: var(--teal-deep); color:#fff; box-shadow: 0 6px 14px rgba(5,40,46,.5); }

  /* ═══════════════ МЯГКАЯ ЗАКРЫВАШКА: остались вопросы ═══════════════ */
  .faq{
    position: relative;
    overflow: hidden;
    background:
      radial-gradient(860px 580px at 12% 20%, rgba(200,232,236,.5) 0%, transparent 60%),
      linear-gradient(180deg, #F2F9FA 0%, #ECF5F7 100%);
  }
  .faq__mark{
    position:absolute;
    right: 4%;
    top: 50%;
    transform: translateY(-52%);
    font-family: var(--font-display);
    font-style: italic;
    font-weight: 700;
    font-size: clamp(280px, 30vw, 460px);
    line-height: 1;
    color: rgba(20,125,138,.07);
    pointer-events:none;
    user-select:none;
  }
  .faq__inner{
    position: relative;
    max-width: 760px;
    margin: 0 auto;
    padding: 96px 40px 100px;
    text-align: center;
  }
  .faq__title{
    font-family: var(--font-display);
    font-weight: 600;
    font-size: clamp(34px, 4vw, 50px);
    line-height: 1.1;
    color: var(--ink);
    letter-spacing: -0.01em;
    margin-bottom: 30px;
  }
  .faq__title em{
    font-style: italic;
    font-weight: 700;
    color: var(--teal);
  }
  /* Записка-приглашение: личное обещание вместо давления */
  .faq__note{
    position: relative;
    display: inline-block;
    background: var(--white);
    border-radius: 18px;
    padding: 24px 40px 26px;
    margin-bottom: 42px;
    transform: rotate(-0.8deg);
    box-shadow:
      0 20px 44px rgba(12,58,66,.1),
      0 4px 12px rgba(12,58,66,.05);
  }
  .faq__note::before{
    content:"";
    position:absolute;
    top:0; left:50%;
    transform: translate(-50%,-50%) rotate(-2deg);
    width: 64px; height: 8px;
    border-radius: 4px;
    background: linear-gradient(135deg, #EE9375 0%, var(--coral) 100%);
    box-shadow: 0 4px 10px rgba(233,138,112,.4);
  }
  .faq__note-text{
    font-family: var(--font-display);
    font-style: italic;
    font-weight: 600;
    font-size: clamp(21px, 2.4vw, 27px);
    line-height: 1.4;
    color: var(--ink);
  }
  .faq__cta-wrap{ text-align:center; }

  /* ═══════════════ ПОДВАЛ ═══════════════ */
  .footer{
    position: relative;
    background: linear-gradient(170deg, #0D3E48 0%, #082830 100%);
    color: #9DBDC3;
  }
  .footer__inner{
    max-width: 1180px;
    margin: 0 auto;
    padding: 52px 40px 34px;
  }
  .footer__top{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    flex-wrap: wrap;
    margin-bottom: 26px;
  }
  .footer__brand{
    font-family: var(--font-display);
    font-style: italic;
    font-weight: 700;
    font-size: 24px;
    color: #EAF6F7;
    letter-spacing: -0.01em;
  }
  .footer__social{
    display: flex;
    gap: 10px;
  }
  .footer__social a{
    display: grid;
    place-items: center;
    width: 42px; height: 42px;
    border-radius: 50%;
    background: rgba(255,255,255,.06);
    border: 1px solid rgba(168,214,220,.2);
    color: #C9E4E8;
    transition: background .25s, border-color .25s, transform .2s, color .25s;
  }
  .footer__social a:hover{
    background: var(--teal);
    border-color: var(--teal);
    color: #fff;
    transform: translateY(-2px);
  }
  .footer__social svg{ width: 19px; height: 19px; }
  .footer__req{
    font-size: 13px;
    line-height: 1.75;
    color: #7FA3AA;
    max-width: 860px;
  }
  .footer__req a{ color: inherit; text-decoration: none; }
  .footer__req a:hover{ color: #C9E4E8; }
  .footer__div{
    height: 1px;
    background: rgba(168,214,220,.12);
    margin: 24px 0 20px;
  }
  .footer__bottom{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px 28px;
    flex-wrap: wrap;
  }
  .footer__docs{
    display: flex;
    gap: 26px;
  }
  .footer__docs a{
    font-size: 13.5px;
    color: #A9C7CC;
    text-decoration: none;
    border-bottom: 1px solid rgba(169,199,204,.3);
    padding-bottom: 1px;
    transition: color .2s, border-color .2s;
  }
  .footer__docs a:hover{ color: #EAF6F7; border-color: #EAF6F7; }
  .footer__consent{
    font-size: 12px;
    color: #6C8F96;
  }

  /* ═══════════════ Адаптив финала ═══════════════ */
  @media (max-width: 960px){
    .final__inner{
      grid-template-columns: 1fr;
      gap: 46px;
      padding: 76px 20px 80px;
      text-align: center;
    }
    .final__stack{ max-width: 420px; margin: 0 auto; width:100%; order: -1; }
    .final__cta{ width: 100%; max-width: 520px; padding: 22px 30px; font-size: 15px; }
    .final__leaf{ display:none; }
    .faq__inner{ padding: 76px 18px 80px; }
    .faq__mark{ right: -8%; opacity:.8; }
    .faq__note{ padding: 22px 24px 24px; }
    .program__cta.program__cta--faq{ width:100%; max-width: 520px; }
    .footer__inner{ padding: 44px 20px 30px; }
    .footer__top{ flex-direction: column; text-align:center; }
    .footer__req{ text-align: center; }
    .footer__bottom{ flex-direction: column; text-align:center; }
    .footer__docs{ gap: 18px; flex-wrap: wrap; justify-content: center; }
  }

/* ===== Модальное окно регистрации (форма GetCourse) ===== */
.gc-modal{position:fixed;inset:0;z-index:10000;display:flex;align-items:flex-start;justify-content:center;padding:28px 76px 28px 20px;background:rgba(12,12,14,.62);overflow-y:auto;overscroll-behavior:contain;visibility:hidden;pointer-events:none}
.gc-modal.is-open{visibility:visible;pointer-events:auto}
.gc-modal__backdrop{position:fixed;inset:0;z-index:0;cursor:pointer}
.gc-modal__panel{position:relative;z-index:1;width:min(100%,610px);border-radius:28px;background:transparent;box-shadow:none}
.gc-modal__close{position:fixed;top:30px;right:max(16px,calc((100vw - 610px)/2 - 66px));z-index:2;width:52px;height:52px;border:0;border-radius:50%;background:rgba(12,12,14,.76);box-shadow:0 10px 28px rgba(12,12,14,.28);cursor:pointer;touch-action:manipulation}
.gc-modal__close::before,
.gc-modal__close::after{content:"";position:absolute;left:50%;top:50%;width:18px;height:2px;border-radius:2px;background:#fff}
.gc-modal__close::before{transform:translate(-50%,-50%) rotate(45deg)}
.gc-modal__close::after{transform:translate(-50%,-50%) rotate(-45deg)}
.gc-modal__widget{min-height:420px;border-radius:28px;overflow:visible;background:transparent}
.gc-modal__widget iframe{display:block;width:100%;border:0;touch-action:manipulation}
body.gc-modal-open{overflow:hidden}
@media (max-width:699px){
  .gc-modal{padding-top:28px;padding-bottom:28px;padding-left:max(16px,env(safe-area-inset-left,0px));padding-right:max(16px,env(safe-area-inset-right,0px))}
  .gc-modal__panel{width:100%;max-width:610px;margin-left:auto;margin-right:auto}
  .gc-modal__close{top:18px;right:max(10px,env(safe-area-inset-right,0px));width:44px;height:44px}
}
@media (max-width:430px){
  .gc-modal{padding:28px 16px}
  .gc-modal__panel{border-radius:22px}
  .gc-modal__widget{border-radius:22px}
  .gc-modal__close{top:18px;right:10px;width:44px;height:44px}
}
