:root{
    --gold:#AF7A42;
    --gold-dark:#955F2E;
    --ink:#2E2A24;
    --muted:#6F675B;
    --cream:#F4EEE4;
    --cream-2:#EDE4D6;
    --card:#FBF8F2;
    --line:#E4DACA;
    --dark:#3B342B;
    --gold-2:#C9B488;
  }
  *{margin:0;padding:0;box-sizing:border-box}
  html{scroll-behavior:smooth}
  body{
    font-family:'Montserrat',sans-serif;
    color:var(--ink);
    background:var(--cream);
    -webkit-font-smoothing:antialiased;
  }
  .wrap{max-width:1280px;margin:0 auto;padding:0 48px}
  .serif{font-family:'Playfair Display',serif}

  /* ---------- HEADER ---------- */
  header{
    position:absolute;top:0;left:0;right:0;z-index:10;
    padding:22px 0;
  }
  .nav{display:flex;align-items:center;justify-content:space-between}
  .nav-left{display:flex;align-items:center;gap:36px}
  .nav-right{display:flex;align-items:center;gap:14px}
  .logo-txt{font-family:'Playfair Display',serif;font-weight:700;font-size:30px;
    color:var(--ink);letter-spacing:.4px;text-decoration:none;line-height:1}
  .logo-txt .dot{color:var(--gold)}
  .btn .cal{width:17px;height:17px;flex:none;margin-right:9px}
  .menu{display:flex;align-items:center;gap:22px}
  .menu a{
    text-decoration:none;color:var(--ink);font-size:12px;font-weight:500;
    letter-spacing:.7px;transition:color .2s;white-space:nowrap;
  }
  .menu a:hover{color:var(--gold)}
  .btn{
    display:inline-flex;align-items:center;justify-content:center;
    font-family:'Montserrat',sans-serif;font-size:12px;font-weight:600;
    letter-spacing:1.6px;text-transform:uppercase;text-decoration:none;
    padding:15px 28px;border-radius:2px;cursor:pointer;border:none;transition:.2s;
  }
  .btn-gold{background:var(--gold);color:#fff !important}
  .btn-gold *{color:#fff !important}
  .btn-gold:hover{background:var(--gold-dark)}
  /* WhatsApp button — green gradient tuned to the warm palette */
  .btn-wapp{background:linear-gradient(135deg,#6FB07C 0%,#3C8A5F 52%,#2C7250 100%);color:#fff !important}
  .btn-wapp *{color:#fff !important}
  .btn-wapp:hover{background:linear-gradient(135deg,#65A471 0%,#347E54 52%,#256646 100%)}
  .btn-ghost{background:transparent;color:var(--ink);border:1px solid var(--gold)}
  .btn-ghost:hover{background:var(--gold);color:#fff}
  .btn-outline{background:#fff;color:var(--ink);border:1px solid #DcCfB6}
  .btn-outline:hover{border-color:var(--gold);color:var(--gold)}
  .btn svg.wa{width:17px;height:17px;flex:none;margin-right:9px}
  .btn-wa{padding-left:24px;padding-right:24px}
  /* compact header button */
  .btn-sm{padding:11px 18px !important;font-size:11px;letter-spacing:1.1px}
  .btn-sm svg{width:15px;height:15px;margin-right:7px}
  br.d{display:inline}
  br.m{display:none}
  .nb{white-space:nowrap}
  @media(max-width:768px){br.d{display:none}}
  /* бургер скрыт на десктопе; menu-cta (кнопка записи внутри дроуэра) только на мобайле */
  .burger{display:none}
  .menu .menu-cta{display:none}
  /* language pill */
  .lang{display:inline-flex;align-items:center;background:#fff;border:1px solid var(--line);
    border-radius:30px;padding:4px;margin-left:8px;box-shadow:0 2px 8px rgba(120,98,60,.06)}
  .lang a,.lang button{
    background:none;border:none;font-family:'Montserrat';font-size:12px;font-weight:600;
    letter-spacing:1px;color:var(--muted);cursor:pointer;padding:6px 13px;border-radius:24px;transition:.2s;
    text-decoration:none;display:inline-block;
  }
  .lang a.active,.lang button.active{background:var(--gold);color:#fff}

  /* ---------- HERO ---------- */
  .hero{
    position:relative;overflow:hidden;
    background:#E9DDC4;
  }
  .hero-text{position:relative;z-index:2;max-width:540px;padding:150px 0 130px;min-height:740px}
  .eyebrow{font-size:12px;letter-spacing:2.5px;text-transform:uppercase;color:#A39A8B;font-weight:500;margin-bottom:26px}
  h1.hero-title{
    font-family:'Playfair Display',serif;font-weight:600;
    font-size:42px;line-height:1.14;color:var(--ink);letter-spacing:.2px;
  }
  h1.hero-title .hl{
    background:linear-gradient(100deg,#C79A5C 0%,#AF7A42 55%,#8C5C2C 100%);
    -webkit-background-clip:text;background-clip:text;
    -webkit-text-fill-color:transparent;color:transparent;font-style:italic;
  }
  .hero-sub{font-size:16px;line-height:1.7;color:var(--muted);margin-top:26px;max-width:500px;font-weight:300}
  .tripwire{
    display:inline-flex;align-items:center;gap:11px;margin-top:30px;
    background:#fff;border:1px solid var(--line);border-radius:40px;
    padding:15px 28px;font-size:15.5px;color:var(--ink);font-weight:400;
    box-shadow:0 6px 20px rgba(120,98,60,.08);
  }
  .tripwire b{color:var(--gold);font-weight:700;font-size:16.5px}
  .hero-cta{display:flex;align-items:center;gap:20px;margin-top:34px;flex-wrap:wrap}
  .hero-cta .btn{padding:17px 32px}
  .hero-cta a.link{font-size:13px;letter-spacing:1px;color:var(--ink);text-decoration:none;border-bottom:1px solid var(--gold);padding-bottom:3px;font-weight:500}
  .hero-cta a.link:hover{color:var(--gold)}
  .microtrust{margin-top:30px;font-size:12.5px;letter-spacing:.8px;color:var(--gold);font-weight:600}
  /* Катерина — чистый вырез поверх размытого тёплого фона студии (реальный интерьер) */
  /* плавный тёплый градиент слева-направо (прозрачный слева = бесшовно с кремом) + вырез поверх, без маски */
  /* single full-bleed photo — uniform wall on the left holds the text, no seam at all */
  .hero-img{
    position:absolute;inset:0;z-index:1;
    background:url(assets/hero-katerina-warm2.jpg) center center/cover;
    background-color:#E9DDC4;
  }
  /* brighten the left text side toward cream — fades out over the empty wall, never reaches her */
  .hero-img::after{content:"";position:absolute;inset:0;pointer-events:none;
    background:linear-gradient(100deg, #FDFAF4 0%, rgba(253,250,244,.97) 22%, rgba(253,250,244,.62) 42%, rgba(253,250,244,0) 55%)}

  /* ---------- BLOCK 3 · СТАТ-БАР (мрамор, по референсу) ---------- */
  /* real white-marble photo on the background */
  .stats{position:relative;overflow:hidden;
    background:url(assets/marble.jpg) center/cover;
    border-top:1px solid rgba(176,137,78,.16);border-bottom:1px solid rgba(176,137,78,.16)}
  /* beige wash over the marble — warms it ~75-80% toward the brand beige */
  .stats::before{content:"";position:absolute;inset:0;pointer-events:none;
    background:linear-gradient(180deg, rgba(233,221,196,.62) 0%, rgba(233,221,196,.5) 45%, rgba(233,221,196,.78) 100%)}
  .stats .wrap{position:relative;z-index:1;display:grid;grid-template-columns:repeat(4,1fr);gap:20px;padding:26px 48px}
  .stat{display:flex;align-items:center;gap:18px;justify-content:center;position:relative}
  .stat + .stat::before{content:"";position:absolute;left:0;top:4px;bottom:4px;width:1px;background:rgba(176,137,78,.22)}
  .stat .si{width:44px;height:44px;color:var(--gold);flex:none}
  .stat .si svg{width:44px;height:44px;fill:none;stroke:currentColor;stroke-width:1.25;stroke-linecap:round;stroke-linejoin:round}
  .stat .snum{font-family:'Playfair Display',serif;font-size:32px;font-weight:600;color:var(--gold);line-height:1}
  .stat .slbl{font-size:11px;letter-spacing:1.2px;text-transform:uppercase;color:var(--muted);margin-top:6px;font-weight:500}

  /* ---------- BLOCK 3 · «Знакомо?» (боль) — нарратив слева, список справа ---------- */
  .pain{position:relative;z-index:5}
  .pain-card{
    background:var(--dark);border-radius:28px;
    box-shadow:0 30px 70px rgba(59,52,43,.28);
    padding:60px;margin:84px 0 10px;
    display:grid;grid-template-columns:0.86fr 1.14fr;gap:64px;align-items:center;
  }
  .pain-left h2{font-family:'Playfair Display',serif;font-weight:600;color:#fff;font-size:44px;letter-spacing:.3px;line-height:1.08;margin-bottom:24px}
  .pain-lead{color:#E4D9C6;font-family:'Playfair Display',serif;font-style:italic;font-size:18px;line-height:1.55;margin-bottom:36px;max-width:420px}
  .pain-right{display:flex;flex-direction:column}
  .pain-item{display:flex;gap:18px;align-items:center;padding:20px 2px;
    color:#D8CDBC;font-size:15.5px;line-height:1.55;font-weight:300;
    border-bottom:1px solid rgba(255,255,255,.1)}
  .pain-item:first-child{padding-top:2px}
  .pain-item:last-child{border-bottom:none;padding-bottom:2px}
  .pain-item .ic{flex:none;width:48px;height:48px;border-radius:14px;background:rgba(201,180,136,.13);
    border:1px solid rgba(201,180,136,.25);display:flex;align-items:center;justify-content:center;color:var(--gold-2)}
  .pain-item .ic svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}
  .pain-item b{color:#fff;font-weight:600}

  /* ---------- BLOCK 4 · Услуги ---------- */
  .services2{padding:100px 0 110px;background:#fff}
  .s2-head{text-align:center;max-width:680px;margin:0 auto}
  .s2-eyebrow{display:flex;align-items:center;justify-content:center;gap:16px;margin-bottom:18px}
  .s2-eyebrow::before,.s2-eyebrow::after{content:"";width:38px;height:1px;background:var(--gold);opacity:.7}
  .s2-eyebrow span{font-size:12px;letter-spacing:2.8px;text-transform:uppercase;color:var(--gold);font-weight:600}
  .services2 h2{font-family:'Playfair Display',serif;font-weight:600;font-size:40px;color:var(--ink);letter-spacing:.3px;line-height:1.15}
  .services2 .s2-sub{color:var(--muted);font-size:16px;line-height:1.7;margin-top:18px;font-weight:300}
  .chips{display:flex;justify-content:center;flex-wrap:wrap;gap:12px;margin:34px 0 50px}
  .chip{border:1px solid var(--line);background:var(--cream);border-radius:30px;padding:10px 22px;font-size:13px;letter-spacing:.6px;color:var(--ink);font-weight:500}
  .cards{display:grid;grid-template-columns:repeat(3,1fr);gap:26px}
  .card{background:#fff;border:1px solid var(--line);border-radius:18px;overflow:hidden;display:flex;flex-direction:column;transition:.25s;box-shadow:0 8px 26px rgba(120,98,60,.07)}
  .card:hover{transform:translateY(-4px);box-shadow:0 20px 44px rgba(120,98,60,.14)}
  .card .ph{height:200px;position:relative;background:linear-gradient(135deg,#EBDFC8 0%,#CDB488 60%,#B69A66 100%)}
  .card .ph img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block}
  .card .badge{position:absolute;top:14px;left:14px;background:var(--gold);color:#fff;font-size:10.5px;
    letter-spacing:1.2px;text-transform:uppercase;font-weight:600;padding:7px 13px;border-radius:24px}
  .card .cbody{padding:26px 26px 28px;display:flex;flex-direction:column;flex:1}
  .card h3{font-family:'Playfair Display',serif;font-weight:600;font-size:22px;color:var(--ink);margin-bottom:12px}
  .card p{color:var(--muted);font-size:14px;line-height:1.6;font-weight:300;margin-bottom:20px;flex:1}
  .card .more{color:var(--gold);font-size:12.5px;font-weight:600;letter-spacing:.8px;text-transform:uppercase;text-decoration:none}
  .card .more:hover{color:var(--gold-dark)}
  .disc{margin-top:34px;display:flex;flex-direction:column;gap:8px}
  .disc p{font-size:12.5px;line-height:1.6;color:#9B9384;font-weight:300;font-style:italic}

  /* ---------- CTA-ПОЛОСА (мрамор, по референсу) ---------- */
  /* сплошная заливка в тон затемнения блока «Как проходит визит» (без фото) */
  .ctaband{position:relative;overflow:hidden;color:#fff;
    background:url(assets/cta-bg.jpg) center/cover}
  .ctaband .wrap{position:relative;z-index:1;display:flex;align-items:center;gap:34px;padding:52px 48px;flex-wrap:wrap}
  .ctaband .cta-tx h3,.ctaband .cta-tx p{text-shadow:0 1px 8px rgba(28,20,10,.55)}
  .cta-q{width:64px;height:64px;border-radius:50%;border:1.5px solid rgba(255,255,255,.55);display:flex;align-items:center;justify-content:center;font-family:'Playfair Display',serif;font-size:30px;flex:none}
  .cta-tx{flex:1;min-width:300px}
  .cta-tx h3{font-family:'Playfair Display',serif;font-size:28px;font-weight:600;margin-bottom:8px}
  .cta-tx p{font-size:15px;color:rgba(255,255,255,.9);line-height:1.55;font-weight:300}
  .btn-white{background:#fff;color:var(--ink) !important}
  .btn-white *{color:var(--ink) !important}
  .btn-white:hover{background:#F4ECDD}

  /* light marble shared by about + process */
  .marble-lt{position:relative;overflow:hidden;background:linear-gradient(180deg,#F5EFE4 0%,#E9DDC4 100%)}
  .marble-lt::before{content:"";position:absolute;inset:0;opacity:.16;mix-blend-mode:multiply;pointer-events:none;background-size:cover;
    background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='700' height='500'%3E%3Cfilter id='lm'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.006 0.024' numOctaves='5' seed='4'/%3E%3CfeColorMatrix values='0 0 0 0 0.66 0 0 0 0 0.56 0 0 0 0 0.4 0 0 0 0.85 0'/%3E%3C/filter%3E%3Crect width='700' height='500' filter='url(%23lm)'/%3E%3C/svg%3E")}
  .marble-lt > .wrap{position:relative;z-index:1}

  /* ---------- ОБО МНЕ ---------- */
  .about{padding:120px 0;position:relative;overflow:hidden;
    background-image:linear-gradient(90deg, var(--cream) 0%, rgba(244,238,228,.92) 30%, rgba(244,238,228,.35) 52%, rgba(244,238,228,0) 72%), url(assets/about-bg.jpg);
    background-size:cover, cover;
    background-position:center, center;
    background-repeat:no-repeat,no-repeat}
  .about .wrap{display:block}
  .about-text{max-width:520px;position:relative;z-index:1}
  .about h2{font-family:'Playfair Display',serif;font-size:40px;font-weight:600;color:var(--ink);margin:0 0 26px;line-height:1.12}
  .about p{color:var(--muted);font-size:16px;line-height:1.75;font-weight:300;margin-bottom:18px}
  .about .sign{font-family:'Playfair Display',serif;font-style:italic;color:var(--ink);font-size:17px;margin:22px 0 28px}
  .about-photo{border-radius:16px;overflow:hidden;height:540px;box-shadow:0 30px 60px rgba(120,98,60,.18)}
  .about-photo img{width:100%;height:100%;object-fit:cover;object-position:50% 34%}
  .about-photo-m{display:none}

  /* ---------- КАК ПРОХОДИТ ---------- */
  /* белый фон + золотистые акценты, всё по центру (читаемо) */
  .process{position:relative;overflow:hidden;padding:100px 0 110px;text-align:center;color:var(--ink);background:#fff}
  .process > .wrap{position:relative;z-index:1}
  .process .s2-eyebrow span{color:var(--gold)}
  .process .s2-eyebrow::before,.process .s2-eyebrow::after{background:var(--gold);opacity:.7}
  .process h2{font-family:'Playfair Display',serif;font-size:40px;font-weight:600;color:var(--gold);line-height:1.15;max-width:700px;margin:0 auto}
  .proc-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:34px;margin-top:54px;text-align:center}
  .proc{position:relative}
  .proc .pico{width:66px;height:66px;border-radius:50%;border:1.5px solid var(--gold);display:flex;align-items:center;justify-content:center;color:var(--gold);margin:0 auto 22px;position:relative;background:var(--cream)}
  .proc .pico svg{width:28px;height:28px;fill:none;stroke:currentColor;stroke-width:1.4;stroke-linecap:round;stroke-linejoin:round}
  .proc .pnum{position:absolute;top:-8px;right:-8px;background:var(--gold);color:#fff;font-size:12px;font-weight:600;width:26px;height:26px;border-radius:50%;display:flex;align-items:center;justify-content:center}
  .proc h4{font-size:13px;letter-spacing:1.4px;text-transform:uppercase;color:var(--gold-dark);font-weight:700;margin-bottom:12px}
  .proc p{color:var(--muted);font-size:14px;line-height:1.65;font-weight:500;max-width:280px;margin:0 auto}
  .proc:not(:last-child)::after{display:none}

  /* ===== ДОСТРОЕННЫЕ БЛОКИ ===== */
  .nsec{padding:100px 0}
  .nsec-white{background:#fff}
  .nsec-cream{background:var(--cream)}
  .nhead{text-align:center;max-width:700px;margin:0 auto 48px}
  .nhead h2{font-family:'Playfair Display',serif;font-weight:600;font-size:40px;color:var(--ink);letter-spacing:.3px;line-height:1.15}
  .nhead .nsub{color:var(--muted);font-size:16px;line-height:1.7;margin-top:16px;font-weight:300}

  /* Vorher/Nachher */
  .ba-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
  .ba{border:1px solid var(--line);border-radius:16px;overflow:hidden;background:var(--card);box-shadow:0 8px 26px rgba(120,98,60,.07)}
  .ba-pair{display:grid;grid-template-columns:1fr 1fr}
  .ba-cell{position:relative;height:240px;background:linear-gradient(135deg,#EBDFC8 0%,#CDB488 60%,#B69A66 100%)}
  .ba-cell+.ba-cell{border-left:3px solid #fff}
  .ba-cell span{position:absolute;top:12px;left:12px;background:rgba(46,38,28,.62);color:#fff;font-size:10px;letter-spacing:1.4px;text-transform:uppercase;padding:5px 11px;border-radius:20px}
  .ba-cap{padding:16px 20px;font-size:13.5px;color:var(--muted);font-weight:300}
  .ba-disc{text-align:center;margin-top:30px;font-size:12.5px;color:#9B9384;font-style:italic;font-weight:300}
  .ba-card{border-radius:16px;overflow:hidden;box-shadow:0 14px 40px rgba(120,98,60,.12);border:1px solid var(--line)}
  .ba-card img{display:block;width:100%;height:auto}
  .ba-disc{margin-top:22px;text-align:center;font-size:12.5px;line-height:1.6;color:#9B9384;font-weight:300;font-style:italic;max-width:760px;margin-left:auto;margin-right:auto}

  /* Academy teaser (dark travertine) */
  .acca{position:relative;overflow:hidden;color:#fff;text-align:center;padding:98px 0;
    background:url(assets/academy-teaser.jpg) center/cover}
  .acca .s2-eyebrow span{color:#DAC59B}
  .acca .s2-eyebrow::before,.acca .s2-eyebrow::after{background:#DAC59B;opacity:.8}
  .acca h2{font-family:'Playfair Display',serif;font-size:40px;font-weight:600;color:#fff;max-width:780px;margin:14px auto 20px;line-height:1.18}
  .acca p{color:rgba(247,240,228,.86);font-size:16px;line-height:1.7;max-width:660px;margin:0 auto 14px;font-weight:400}
  .acca .note{font-size:12.5px;color:rgba(247,240,228,.6);font-style:italic;margin:6px auto 30px;font-weight:500}

  /* Отзывы */
  .rev-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
  .rev{background:#fff;border:1px solid var(--line);border-radius:16px;padding:30px 28px;box-shadow:0 8px 26px rgba(120,98,60,.07);display:flex;flex-direction:column}
  .rev .stars{color:var(--gold);font-size:15px;letter-spacing:3px;margin-bottom:16px}
  .rev .qt{color:var(--ink);font-size:15px;line-height:1.65;font-weight:300;font-style:italic;flex:1}
  .rev .who{margin-top:18px;font-size:13px;color:var(--muted);font-weight:500}
  .rev-disc{text-align:center;margin-top:28px;font-size:12.5px;color:#9B9384;font-style:italic;font-weight:300}

  /* Подарочный сертификат — тёмный травертин, карта-героиня по центру */
  .gift{position:relative;overflow:hidden;color:#fff;text-align:center;
    background:linear-gradient(rgba(28,22,14,.05),rgba(28,22,14,.05)), url(assets/cta-bg.jpg) center/cover}
  .gift > *{position:relative;z-index:1}
  .gift .s2-eyebrow{justify-content:center}
  .gift .s2-eyebrow span{color:#DAC59B;font-weight:700}
  .gift .s2-eyebrow::before,.gift .s2-eyebrow::after{background:#DAC59B;opacity:.7}
  .gift h2{font-family:'Playfair Display',serif;font-weight:600;font-size:44px;color:#fff;line-height:1.1;margin:14px auto 16px;max-width:680px}
  .gift .lead{font-family:'Playfair Display',serif;font-style:italic;color:#EAD9B8;font-size:21px;margin:0 auto;font-weight:600}
  /* СЦЕНА: карта по центру + цитаты по бокам */
  .gift-stage{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:30px;margin:54px auto 50px;max-width:1060px}
  .cert-card{position:relative;grid-column:2;justify-self:center;display:flex;justify-content:center;align-items:center}
  .cert-card img{display:block;width:100%;max-width:560px;height:auto;transition:transform .5s ease}
  .cert-card:hover img{transform:translateY(-4px) scale(1.02)}
  /* цитаты — плавающие подписи слева и справа от карты */
  .gift .quotes{display:contents}
  .gift .quotes em{font-family:'Playfair Display',serif;font-style:italic;color:#EAD9B8;font-size:18px;line-height:1.5;position:relative;padding-top:30px;font-weight:600}
  .gift .quotes em::before{content:"\201C";position:absolute;left:50%;top:-2px;transform:translateX(-50%);font-size:42px;line-height:1;color:var(--gold);opacity:.5}
  .gift .quotes em:nth-of-type(1){grid-column:1;grid-row:1;text-align:right;justify-self:end;max-width:230px}
  .gift .quotes em:nth-of-type(2){grid-column:3;grid-row:1;text-align:left;justify-self:start;max-width:230px}
  .gift .quotes em:nth-of-type(3){grid-column:1 / -1;grid-row:2;justify-self:center;margin-top:8px}
  /* подвал */
  .gift-foot p{color:rgba(247,240,228,.92);font-size:15.5px;line-height:1.72;font-weight:500;margin:0 auto 16px;max-width:600px}
  .gift-foot .btn{margin-top:10px}
  .gift-foot .gdisc{font-size:12px;color:rgba(247,240,228,.6);font-style:italic;margin-top:16px;font-weight:500}
  .cert{position:relative;aspect-ratio:1.55/1;border-radius:14px;overflow:hidden;
    background:linear-gradient(135deg,#FCF7ED 0%,#F0E6D0 100%);
    box-shadow:0 30px 64px rgba(120,98,60,.22)}
  .cert-frame{position:absolute;inset:14px;border:1.5px solid var(--gold);border-radius:8px;opacity:.5;pointer-events:none}
  .cert-inner{position:relative;height:100%;padding:38px 44px;display:flex;flex-direction:column;justify-content:space-between}
  .cert-eyebrow{font-size:10.5px;letter-spacing:3px;text-transform:uppercase;color:var(--gold);font-weight:600}
  .cert-logo{font-family:'Playfair Display',serif;font-weight:700;font-size:34px;color:var(--ink);margin-top:6px;line-height:1}
  .cert-logo .dot{color:var(--gold)}
  .cert-orn{color:var(--gold);font-size:15px;letter-spacing:6px;margin-bottom:8px}
  .cert h4{font-family:'Playfair Display',serif;font-style:italic;font-weight:600;font-size:27px;color:var(--ink);line-height:1.15}
  .cert-val{font-size:12.5px;color:var(--muted);margin-top:8px;max-width:300px;line-height:1.5;font-weight:300}
  .cert-foot{display:flex;justify-content:space-between;align-items:flex-end;font-size:10.5px;letter-spacing:1px;color:var(--muted);border-top:1px solid rgba(176,137,78,.3);padding-top:14px}
  .cert-code{font-family:'Playfair Display',serif;letter-spacing:2px;color:var(--gold-dark)}
  .cert-seal{position:absolute;top:30px;right:40px;width:58px;height:58px;border:1.5px solid var(--gold);border-radius:50%;
    display:flex;align-items:center;justify-content:center;font-family:'Playfair Display',serif;color:var(--gold);font-size:23px;font-weight:700;background:rgba(255,255,255,.45)}
  .cert-seal::after{content:"";position:absolute;inset:4px;border:1px solid var(--gold);border-radius:50%;opacity:.5}

  /* FAQ */
  .faq .wrap{max-width:840px}
  .faq-item{border-bottom:1px solid var(--line)}
  .faq-item summary{list-style:none;cursor:pointer;padding:24px 0;display:flex;justify-content:space-between;align-items:center;gap:24px;
    font-family:'Playfair Display',serif;font-size:19px;color:var(--ink);font-weight:500}
  .faq-item summary::-webkit-details-marker{display:none}
  .faq-item summary::after{content:"+";color:var(--gold);font-size:26px;font-weight:300;flex:none;transition:transform .2s;line-height:1}
  .faq-item[open] summary::after{transform:rotate(45deg)}
  .faq-item .ans{padding:0 0 26px;color:var(--muted);font-size:15px;line-height:1.7;font-weight:300;max-width:720px}

  /* Запись / контакты */
  .book{position:relative;background:linear-gradient(rgba(250,245,237,.72),rgba(248,242,232,.78)), url(assets/booking-bg.jpg) center/cover}
  .book .wrap{position:relative;z-index:1;display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:start}
  .book h2{font-family:'Playfair Display',serif;font-weight:600;font-size:38px;color:var(--ink);line-height:1.15;margin-bottom:14px}
  .book .nsub{color:var(--muted);font-size:15.5px;line-height:1.7;font-weight:300;margin-bottom:28px}
  .bookcal{background:var(--card);border:1px solid var(--line);border-radius:18px;padding:26px;box-shadow:0 14px 40px rgba(120,98,60,.1)}
  .cal-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;font-family:'Playfair Display',serif;font-size:17px;color:var(--ink)}
  .cal-head button{background:none;border:none;color:var(--gold);font-size:20px;cursor:pointer;line-height:1}
  .cal-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:5px;text-align:center}
  .cal-grid .dow{font-size:10.5px;color:var(--muted);text-transform:uppercase;letter-spacing:.4px;padding:5px 0}
  .cal-grid .day{padding:9px 0;font-size:13px;color:var(--ink);border-radius:8px;cursor:pointer}
  .cal-grid .day:hover{background:var(--cream-2)}
  .cal-grid .day.sel{background:var(--gold);color:#fff}
  .cal-grid .day.off{color:#CFC6B6}
  .svc-pick{display:flex;flex-wrap:wrap;gap:8px;margin-top:2px}
  .svc-pick span{border:1px solid var(--line);border-radius:8px;padding:9px 14px;font-size:13px;color:var(--ink);cursor:pointer;transition:.2s;background:#fff}
  .svc-pick span:hover,.svc-pick span.sel{border-color:var(--gold);color:var(--gold)}
  .slots{display:flex;flex-wrap:wrap;gap:8px;margin-top:18px}
  .slots span{border:1px solid var(--line);border-radius:8px;padding:8px 15px;font-size:13px;color:var(--ink);cursor:pointer;transition:.2s}
  .slots span:hover,.slots span.sel{border-color:var(--gold);color:var(--gold)}
  .contact-list{margin:0 0 24px;padding:0}
  .contact-list li{list-style:none;display:flex;gap:12px;align-items:flex-start;margin-bottom:13px;color:var(--muted);font-size:14px;font-weight:300}
  .contact-list li svg{width:18px;height:18px;flex:none;color:var(--gold);margin-top:1px;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}
  .contact-list a{color:var(--ink);text-decoration:none;font-weight:500}
  .contact-list a:hover{color:var(--gold)}
  .book-form .field{margin-bottom:13px}
  .book-form input,.book-form textarea{width:100%;border:1px solid var(--line);border-radius:10px;padding:14px 16px;font-family:'Montserrat',sans-serif;font-size:14px;color:var(--ink);background:#fff}
  .book-form input:focus,.book-form textarea:focus{outline:none;border-color:var(--gold)}
  .book-form textarea{min-height:96px;resize:vertical}
  .book-note{font-size:12.5px;color:#9B9384;font-weight:300;margin-top:12px}
  /* пошаговый мастер записи в карточке */
  .bk-step-t{font-size:12px;letter-spacing:.8px;text-transform:uppercase;color:var(--gold-dark);font-weight:700;margin-bottom:12px}
  .cal-dow{margin-bottom:2px}
  .bk-step{margin-top:20px;border-top:1px solid var(--line);padding-top:18px}
  .bookcal .field{margin-bottom:10px}
  .bookcal input{width:100%;border:1px solid var(--line);border-radius:10px;padding:13px 15px;font-family:'Montserrat',sans-serif;font-size:14px;color:var(--ink);background:#fff}
  .bookcal input:focus{outline:none;border-color:var(--gold)}
  .bookcal #bkSend{width:100%;margin-top:6px}
  .book-wa{margin-top:6px}
  .book-map{margin-top:24px;border-radius:14px;overflow:hidden;border:1px solid var(--line);box-shadow:0 10px 30px rgba(120,98,60,.1)}
  .book-map iframe{width:100%;height:230px;border:0;display:block;filter:grayscale(.15)}
  .cal-grid .day.off{color:#CFC6B6;cursor:default}
  .cal-grid .day.off:hover{background:none}

  @media(max-width:900px){
    .gift .wrap,.book .wrap{grid-template-columns:1fr;gap:40px}
    .ba-grid,.rev-grid{grid-template-columns:1fr}
  }

  /* ============================ МОБАЙЛ ============================ */
  @media(max-width:760px){
    .wrap{padding:0 20px}

    /* --- ШАПКА + бургер-меню (плавающая/фиксированная) --- */
    /* без backdrop-filter — иначе шапка становится containing block для fixed-дроуэра и ломает бургер */
    header{position:fixed;top:0;left:0;right:0;padding:12px 0;
      background:rgba(244,238,228,.96);
      box-shadow:0 2px 16px rgba(120,98,60,.07)}
    .nav-left{gap:0}
    .logo-txt{font-size:25px}
    .nav-right{gap:9px}
    .nav-right .btn-sm{display:none}            /* запись перенесена в дроуэр */
    .burger{display:flex;position:relative;z-index:40;flex-direction:column;justify-content:center;gap:5px;
      width:44px;height:44px;background:#fff;border:1px solid var(--line);border-radius:11px;cursor:pointer;
      box-shadow:0 2px 8px rgba(120,98,60,.08)}
    .burger span{width:20px;height:2px;background:var(--ink);border-radius:2px;margin:0 auto;transition:.25s}
    .burger.open span:nth-child(1){transform:translateY(7px) rotate(45deg)}
    .burger.open span:nth-child(2){opacity:0}
    .burger.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}
    .menu{position:fixed;top:0;right:0;bottom:0;width:80%;max-width:330px;z-index:30;
      flex-direction:column;align-items:stretch;gap:0;background:var(--cream);
      padding:88px 28px 32px;box-shadow:-16px 0 54px rgba(59,52,43,.28);
      transform:translateX(100%);transition:transform .32s ease}
    .menu.open{transform:translateX(0)}
    .menu a{font-size:15px;letter-spacing:.5px;padding:17px 2px;width:100%;border-bottom:1px solid var(--line)}
    .menu .menu-cta{display:inline-flex;justify-content:center;border-bottom:none;margin-top:26px;
      padding:16px 20px;font-size:12px;color:#fff}
    body.nav-open{overflow:hidden}

    /* --- HERO: текст сверху на креме, фото её — баннером снизу --- */
    .hero{background:var(--cream);display:flex;flex-direction:column}
    .hero > .wrap{order:1}
    .hero-img{order:2;position:relative;inset:auto;height:540px;background-size:auto 114%;background-position:64% 88%}
    /* плавный переход: фото мягко проявляется из крема сверху (без жёсткой полосы) */
    .hero-img::after{display:block;background:linear-gradient(180deg, var(--cream) 0%, rgba(244,238,228,.55) 7%, rgba(244,238,228,0) 22%)}
    .hero .wrap{min-width:0}
    .hero-text{max-width:100%;min-width:0;min-height:0;padding:98px 0 14px}
    .eyebrow{margin-bottom:16px}
    h1.hero-title{font-size:30px;line-height:1.18}
    .hero-sub{font-size:15px;line-height:1.65;margin-top:18px;max-width:100%}
    /* плашка (DE): обнимает текст (равный отступ слева/справа), левый край по X как у кнопок */
    .tripwire{margin:24px 0 0;padding:11px 18px;font-size:12px;border-radius:16px;line-height:1.4;text-align:left;white-space:normal;display:inline-block;width:auto;max-width:100%}
    .tripwire b{font-size:12.5px;margin:0 3px}
    /* RU: оставляем как было — одна строка на всю ширину, без переноса */
    html[lang='ru'] .tripwire{display:flex;flex-wrap:wrap;gap:1px 8px;width:100%;max-width:100%;justify-content:flex-start;text-align:left}
    html[lang='ru'] .tripwire b{margin:0}
    html[lang='ru'] .tripwire br{display:none}
    .hero-cta{gap:12px;margin-top:16px}
    .hero-cta .btn{width:100%;padding:16px 18px}
    br.d{display:none}                          /* десктопные переносы — выкл */
    br.m{display:inline}                         /* мобильные переносы — вкл */

    /* --- СТАТ-БАР: сетка 2×2 --- */
    .stats .wrap{grid-template-columns:1fr 1fr;gap:24px 14px;padding:30px 20px}
    .stat{justify-content:flex-start;gap:13px}
    .stat + .stat::before{display:none}
    .stat .si,.stat .si svg{width:38px;height:38px}
    .stat .snum{font-size:27px}
    .stat .slbl{font-size:10.5px}

    /* одинаковые вертикальные отступы между всеми блоками */
    .services2,.about,.process,.acca,.gift{padding-top:54px;padding-bottom:54px}
    .nsec{padding:54px 0}

    /* --- УСЛУГИ: одна колонка --- */
    .services2 h2{font-size:30px}
    .services2 .s2-sub{font-size:15px}
    .cards{grid-template-columns:1fr;gap:20px}
    .card .ph{height:240px}
    .chips{margin:26px 0 38px}

    /* --- CTA-полоса --- */
    .ctaband .wrap{flex-direction:column;align-items:flex-start;gap:18px;padding:48px 20px}
    .cta-tx{min-width:0}
    .cta-tx h3{font-size:23px}
    .cta-tx p{font-weight:400}                    /* подзаголовок на ступень жирнее */
    .ctaband .btn{width:100%}

    /* --- ОБО МНЕ: текст на креме, её фото баннером снизу (как в Hero) --- */
    .about{background-image:none;background:var(--cream);padding-bottom:0}
    .about h2{font-size:30px}
    .about-text{max-width:100%}
    .about p{font-size:15px}
    .about-photo-m{display:block;position:relative;height:460px;margin-top:30px;
      background:url(assets/about-bg.jpg);background-size:auto 122%;background-position:100% 22%}
    .about-photo-m::after{content:"";position:absolute;inset:0;pointer-events:none;
      background:linear-gradient(180deg, var(--cream) 0%, rgba(244,238,228,.55) 7%, rgba(244,238,228,0) 22%)}

    /* --- КАК ПРОХОДИТ: шаги в столбик --- */
    .process h2{font-size:29px}
    .proc-grid{grid-template-columns:1fr;gap:28px;margin-top:38px}
    .proc:not(:last-child)::after{display:none}

    /* --- общие достроенные секции --- */
    .nhead{margin-bottom:30px}
    .nhead h2{font-size:30px}
    .nhead .nsub{font-size:15px}
    #results .nhead h2{color:var(--gold)}         /* «До и после» — золотистым */

    /* --- Academy teaser --- */
    .acca h2{font-size:27px}
    .acca p{font-size:15px}

    /* --- Подарочный сертификат: всё в столбик, цитаты под картой --- */
    .gift{padding-left:20px;padding-right:20px}
    .gift h2{font-size:29px;max-width:100%}
    .gift .lead{font-size:18px}
    .gift-stage{grid-template-columns:1fr;gap:14px;margin:34px auto 34px}
    .gift .quotes{display:flex;flex-direction:column;gap:20px}
    .gift .quotes em{max-width:100%!important;text-align:center!important;justify-self:center!important;
      grid-column:auto!important;grid-row:auto!important;padding-top:26px;font-size:16px;font-weight:700}
    .cert-card{grid-column:auto;justify-self:stretch}
    .cert-card img{max-width:100%}
    .gift-foot p{font-size:15px}
    .gift-foot .btn{white-space:nowrap;font-size:10.5px;letter-spacing:.5px}

    /* --- FAQ --- */
    .faq-item summary{font-size:17px;padding:20px 0}
    .faq-item .ans{font-size:14.5px}

    /* --- ЗАПИСЬ --- */
    .book h2{font-size:28px}
    .bookcal{padding:20px}
    .bookcal #bkSend{white-space:nowrap;font-size:10.5px;letter-spacing:.5px}
    .acca .btn{white-space:nowrap}
  }

  /* ---------- ФУТЕР ---------- */
  footer.ft{background:#fff;border-top:1px solid var(--line);padding:62px 0 28px}
  .ft-grid{display:grid;grid-template-columns:1.5fr 1fr 1.3fr;gap:50px;align-items:start}
  .ft-logo .logo-txt{font-size:34px}
  .ft-tag{color:var(--muted);font-size:14px;line-height:1.6;margin-top:14px;font-weight:300;max-width:300px}
  .ft h5{font-size:12px;letter-spacing:1.6px;text-transform:uppercase;color:var(--gold);font-weight:600;margin-bottom:18px}
  .ft a,.ft p.ftl{color:var(--muted);font-size:14px;text-decoration:none;display:block;margin-bottom:11px;font-weight:300}
  .ft a:hover{color:var(--gold)}
  .ft-bottom{border-top:1px solid var(--line);margin-top:44px;padding-top:22px;display:flex;justify-content:space-between;font-size:12.5px;color:#9B9384;flex-wrap:wrap;gap:10px}
  .ft-bottom .lg a{color:#9B9384;text-decoration:none;margin-left:22px}
  .ft-bottom .lg a:hover{color:var(--gold)}

  /* --- ФУТЕР на мобайле: одна колонка --- */
  @media(max-width:760px){
    footer.ft{padding:50px 0 26px}
    .ft-grid{grid-template-columns:1fr;gap:32px}
    .ft-logo .logo-txt{font-size:30px}
    .ft-tag{max-width:100%}
    .ft-bottom{flex-direction:column;align-items:flex-start;gap:14px}
    .ft-bottom .lg{display:flex;flex-wrap:wrap;gap:8px 0}
    .ft-bottom .lg a{margin-left:0;margin-right:20px}
  }

  .pagepad{padding-bottom:120px}

/* ================= СТРАНИЦА ПРАЙС ================= */
.pretitle{position:relative;text-align:center;padding:150px 0 60px;background:var(--cream)}
.pretitle .eyebrow{justify-content:center;margin-bottom:14px}
.pretitle h1{font-family:'Playfair Display',serif;font-weight:600;font-size:60px;color:var(--ink);letter-spacing:.5px;line-height:1.05}
.pretitle .psub{color:var(--muted);font-size:15px;margin-top:16px;font-weight:300}
.psec{padding:74px 0}
.psec.alt{background:var(--cream)}
.psec.white{background:#fff}
.ptbl{max-width:760px;margin:0 auto}
.psec .phead{text-align:center;margin-bottom:36px}
.psec .phead h2{font-family:'Playfair Display',serif;font-weight:600;font-size:34px;color:var(--gold);line-height:1.15}
.psec .phead p{color:var(--muted);font-size:14.5px;margin-top:12px;font-weight:300}
.prow{display:flex;align-items:baseline;gap:18px;padding:17px 4px;border-bottom:1px solid var(--line)}
.prow:last-child{border-bottom:none}
.prow .pn{flex:1;min-width:0}
.prow .pname{font-family:'Playfair Display',serif;font-size:19px;color:var(--ink);line-height:1.25}
.prow .pmeta{color:var(--muted);font-size:13px;font-weight:300;margin-top:3px;line-height:1.5}
.prow .pdur{color:var(--muted);font-size:13.5px;font-weight:300;white-space:nowrap;width:74px;text-align:right;flex:none}
.prow .pprice{font-family:'Playfair Display',serif;font-size:20px;color:var(--gold);font-weight:600;white-space:nowrap;text-align:right;width:78px;flex:none}
/* две колонки цен (абонементы / курсы) */
.pcolhead{display:flex;gap:18px;justify-content:flex-end;padding:0 4px 10px}
.pcolhead span{width:90px;text-align:right;font-size:12px;letter-spacing:1.4px;text-transform:uppercase;color:var(--gold);font-weight:700}
.prow .p2{width:90px;text-align:right;font-family:'Playfair Display',serif;font-size:19px;color:var(--gold);font-weight:600;flex:none}
/* выделенный блок (Kennenlernpreis) */
.pcallout{max-width:620px;margin:0 auto;text-align:center;border:1px solid var(--gold);border-radius:16px;
  padding:30px 28px;background:#fff;box-shadow:0 14px 40px rgba(120,98,60,.1)}
.pcallout .pc-t{font-family:'Playfair Display',serif;font-size:24px;color:var(--gold);margin-bottom:8px}
.pcallout .pc-m{font-size:16px;color:var(--ink);font-weight:500}
.pcallout .pc-s{font-size:13.5px;color:var(--muted);margin-top:6px;font-weight:300}
.pnote{max-width:none;margin:0 auto;text-align:center;color:#9B9384;font-size:12.5px;font-style:italic;font-weight:300;line-height:1.6}
@media(max-width:760px){.pnote{font-size:12px}}
@media(max-width:760px){
  .pretitle{padding:120px 0 44px}
  .pretitle h1{font-size:44px}
  .psec{padding:50px 0}
  .psec .phead h2{font-size:27px}
  .prow .pname{font-size:17px}
  .prow .pdur{width:62px;font-size:12.5px}
  .prow .pprice{width:64px;font-size:18px}
  .prow .p2{width:64px;font-size:17px}
  .pcolhead span{width:64px;font-size:10.5px;letter-spacing:.8px}
  .pcallout .pc-t{font-size:21px}
}
/* курсы в прайсе — несколько цен справа */
.prow.course{align-items:flex-start}
.prow.course .pprice{width:auto;flex:none;font-size:15px;line-height:1.85;text-align:right;font-weight:600}
.prow.course .pprice b{font-family:'Montserrat',sans-serif;font-weight:400;font-size:12px;color:var(--muted);letter-spacing:.3px}
.pbadge{display:inline-block;background:var(--gold);color:#fff;font-size:10px;letter-spacing:1.2px;text-transform:uppercase;font-weight:600;padding:4px 10px;border-radius:20px;margin-left:10px;vertical-align:middle}
@media(max-width:760px){
  .prow.course{flex-direction:column;gap:8px}
  .prow.course .pprice{width:100%;text-align:left;font-size:14px;line-height:1.7}
  .pbadge{margin-left:0;margin-top:6px;display:inline-block}
}

/* ================= NOVA ACADEMY ================= */
/* Academy hero = как на Studio (фото-фон), только +слоган и +micro */
.ahero .hero-text{max-width:560px}
.ahero .a-slogan{font-family:'Playfair Display',serif;font-style:italic;color:var(--gold);font-size:21px;margin-top:14px}
.ahero .hero-sub{margin-top:20px}
.ahero .micro{margin-top:26px;font-size:12.5px;letter-spacing:.6px;color:var(--gold);font-weight:600}
/* pain list (academy) */
.apain{display:grid;grid-template-columns:1fr 1fr;gap:16px 26px;max-width:900px;margin:0 auto}
.apain .pi{display:flex;gap:14px;align-items:flex-start;background:var(--card);border:1px solid var(--line);border-radius:14px;padding:20px 22px;color:var(--muted);font-size:15px;line-height:1.55;font-weight:300}
.apain .pi b{color:var(--ink);font-weight:600}
.apain .pi .dot{flex:none;width:8px;height:8px;border-radius:50%;background:var(--gold);margin-top:7px}
.apain-close{text-align:center;max-width:760px;margin:34px auto 0;color:var(--muted);font-size:15.5px;line-height:1.7;font-weight:300}
/* course cards */
.acourses{display:grid;grid-template-columns:repeat(2,1fr);gap:26px;max-width:980px;margin:0 auto}
.acourse{background:#fff;border:1px solid var(--line);border-radius:18px;padding:34px 32px;display:flex;flex-direction:column;box-shadow:0 10px 30px rgba(120,98,60,.08);position:relative}
.acourse.feat{border:1.5px solid var(--gold);box-shadow:0 18px 44px rgba(175,122,66,.16)}
.acourse h3{font-family:'Playfair Display',serif;font-size:24px;color:var(--ink);margin-bottom:8px;line-height:1.2}
.acourse .ac-meta{color:var(--muted);font-size:13.5px;font-weight:300;margin-bottom:20px;line-height:1.55}
.acourse .ac-price{color:var(--gold);font-family:'Playfair Display',serif;font-weight:600;margin-bottom:22px}
.acourse .ac-price .single{font-size:34px;line-height:1}
.acourse .ac-price .opt{display:block;font-size:16px;line-height:1.95}
.acourse .ac-price .opt b{font-family:'Montserrat',sans-serif;font-weight:400;font-size:12.5px;color:var(--muted);letter-spacing:.3px}
.acourse .btn{margin-top:auto;width:100%}
.acourse .ac-badge{position:absolute;top:-13px;left:50%;transform:translateX(-50%);background:var(--gold);color:#fff;font-size:10.5px;letter-spacing:1.4px;text-transform:uppercase;font-weight:600;padding:7px 16px;border-radius:20px;white-space:nowrap}
.acourse-disc{text-align:center;max-width:760px;margin:32px auto 0;color:#9B9384;font-size:12.5px;font-style:italic;font-weight:300;line-height:1.6}
/* formats + pillars (4 cards) */
.acards4{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}
.acard{background:var(--card);border:1px solid var(--line);border-radius:16px;padding:30px 26px}
.acard .ic{width:46px;height:46px;border-radius:12px;background:rgba(175,122,66,.1);display:flex;align-items:center;justify-content:center;color:var(--gold);margin-bottom:18px;font-family:'Playfair Display',serif;font-size:20px;font-weight:700}
.acard h4{font-family:'Playfair Display',serif;font-size:19px;color:var(--ink);margin-bottom:10px}
.acard p{color:var(--muted);font-size:14px;line-height:1.6;font-weight:300}
.afmt-note{text-align:center;max-width:760px;margin:30px auto 0;color:var(--muted);font-size:14px;font-weight:300;line-height:1.7}
/* steps (7) */
.asteps{display:grid;grid-template-columns:1fr 1fr;gap:18px 44px;max-width:880px;margin:0 auto;text-align:left}
.astep{display:flex;gap:18px;align-items:flex-start;padding:6px 0}
.astep .sn{flex:none;width:40px;height:40px;border-radius:50%;border:1.5px solid var(--gold);color:var(--gold);display:flex;align-items:center;justify-content:center;font-family:'Playfair Display',serif;font-size:17px;font-weight:600;background:#fff}
.astep .st{font-family:'Playfair Display',serif;font-size:17px;color:var(--ink);margin-bottom:3px}
.astep .sd{color:var(--muted);font-size:14px;line-height:1.55;font-weight:300}
/* benefits list */
.alist{max-width:680px;margin:0 auto;display:flex;flex-direction:column;gap:0}
.alist .li{display:flex;gap:16px;align-items:flex-start;padding:18px 4px;border-bottom:1px solid var(--line);color:var(--muted);font-size:15.5px;line-height:1.55;font-weight:300}
.alist .li:last-child{border-bottom:none}
.alist .li b{color:var(--ink);font-weight:600}
.alist .li svg{flex:none;width:24px;height:24px;color:var(--gold);margin-top:1px;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}
@media(max-width:760px){
  .ahero .a-slogan{font-size:18px}
  .apain{grid-template-columns:1fr;gap:12px}
  .apain-close{font-size:15px}
  .acourses{grid-template-columns:1fr;gap:18px}
  .acourse{padding:28px 24px}
  .acards4{grid-template-columns:1fr;gap:16px}
  .asteps{grid-template-columns:1fr;gap:6px}
  .alist .li{font-size:15px}
}

/* ============ ПРАВКИ ACADEMY (десктоп-RU + дизайн) ============ */
/* зелёные WhatsApp-кнопки убраны со всего сайта → наш золотой */
.btn-wapp{background:var(--gold) !important}
.btn-wapp:hover{background:var(--gold-dark) !important}
/* «Знакомо?» — крупные золотые кружки с иконками вместо точек */
.apain .pi{align-items:center}
.apain .picon{flex:none;width:52px;height:52px;border-radius:50%;border:1.5px solid var(--gold);background:rgba(175,122,66,.09);display:flex;align-items:center;justify-content:center;color:var(--gold)}
.apain .picon svg{width:25px;height:25px;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}
/* «Что получаешь» — кружки с иконками вместо галочек */
.alist .li{align-items:center;gap:18px}
.alist .bicon{flex:none;width:48px;height:48px;border-radius:50%;border:1.5px solid var(--gold);background:rgba(175,122,66,.09);display:flex;align-items:center;justify-content:center;color:var(--gold)}
.alist .bicon svg{width:23px;height:23px;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}
/* чипы программ — золотистые в рамке */
.chips-gold .chip{border:1.5px solid var(--gold);color:var(--gold-dark);background:rgba(175,122,66,.06);font-weight:600}
/* блок «Почему у меня» (Academy) — фото левее */
/* .aabout — без зума (голова не режется) */

/* доп.правки Academy (2026-06-22 ночь-2) */
.ahero .tripwire{font-size:13px;padding:11px 22px}
.ahero .tripwire b{font-size:13.5px}
.astep .sn{padding-bottom:3px}

@media(max-width:760px){
  /* Academy: плашка Hero обнимает текст (равные отступы по бокам), и для RU тоже */
  .ahero .tripwire,html[lang='ru'] .ahero .tripwire{display:inline-block;width:auto;max-width:100%;justify-content:flex-start;text-align:left;padding:11px 18px}
  /* Academy: кнопка «Задать вопрос…» в одну строку */
  .aabout .about-text .btn-wa{white-space:nowrap;font-size:11px;letter-spacing:.6px;padding-left:16px;padding-right:16px}
}

@media(max-width:760px){
  /* Academy «Твой путь» — заголовок и eyebrow по левому краю (как шаги) */
  .aprocess{text-align:left}
  .aprocess .s2-eyebrow{justify-content:flex-start}
  .aprocess h2{margin-left:0}
}

@media(max-width:760px){
  /* кнопки курсов — в одну строку */
  .acourse .btn{white-space:nowrap;font-size:11px;letter-spacing:.6px;padding-left:14px;padding-right:14px}
}
