
  /* ===== РЕДАКТИРУЕМЫЕ ПЕРЕМЕННЫЕ (бренд Nova) ===== */
  :root{
    --paper:#FFFFFF;
    --ink:#1A2036;          /* основной текст (тёмно-синий) */
    --muted:#5B6079;
    --navy:#21387E;         /* фирменный синий — тёмные блоки, кнопки */
    --navy-soft:#2B4796;
    --gold:#B98C34;         /* фирменное золото — акцент */
    --gold-soft:#EFE3C6;
    --line:#E7E9F1;
    --card:#FFFFFF;
    --soft:#F5F6FB;         /* мягкий фон секций */
    --cream:#F8F3E7;        /* тёплый акцентный фон */
    --radius:14px;
    --maxw:1180px;
    --display:'Montserrat', sans-serif;
    --body:'Montserrat', system-ui, sans-serif;
  }

  *{box-sizing:border-box;margin:0;padding:0}
  html{scroll-behavior:smooth}
  body{background:var(--paper);color:var(--ink);font-family:var(--body);font-size:16px;line-height:1.7;-webkit-font-smoothing:antialiased}
  h1,h2,h3,h4{font-family:var(--display);line-height:1.1;font-weight:700;letter-spacing:-0.02em}
  a{color:inherit;text-decoration:none}
  img{max-width:100%;display:block}
  .wrap{max-width:var(--maxw);margin:0 auto;padding:0 32px}

  /* ===== КНОПКИ ===== */
  .btn{display:inline-flex;align-items:center;gap:8px;font-weight:600;font-size:16px;padding:17px 40px;border-radius:12px;border:2px solid transparent;cursor:pointer;transition:.18s ease}
  .btn-primary{background:var(--navy);color:#fff}
  .btn-primary:hover{background:var(--navy-soft)}
  .btn-ghost{border-color:var(--navy);color:var(--navy)}
  .btn-ghost:hover{background:var(--navy);color:#fff}
  .btn-gold{background:var(--gold);color:#fff}
  .btn-gold:hover{filter:brightness(1.08)}

  /* ===== ПРОМО-ПОЛОСА ===== */
  .promo{background:var(--navy);color:#fff;font-size:14px;text-align:center;padding:10px 24px}
  .promo b{color:var(--gold-soft)}
  .promo a{text-decoration:underline;text-underline-offset:3px}

  /* ===== ШАПКА ===== */
  header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.92);backdrop-filter:blur(8px);border-bottom:1px solid var(--line)}
  .nav{display:flex;align-items:center;gap:32px;height:84px}
  .logo{font-family:var(--display);font-weight:800;font-size:22px;letter-spacing:-0.02em;display:flex;align-items:center;gap:11px;color:var(--navy)}
  .logo .mark{width:34px;height:34px;background:var(--navy);border-radius:9px;display:grid;place-items:center;color:var(--gold-soft);font-size:17px}
  .menu{display:flex;gap:26px;font-weight:500;font-size:15px;margin-left:8px}
  .menu a:hover{color:var(--gold)}
  .nav-actions{display:flex;gap:12px;align-items:center;margin-left:auto}
  .nav-phone{font-weight:600;color:var(--navy);font-size:15px}
  .burger{display:none;background:none;border:0;cursor:pointer;color:var(--navy)}
  .menu-tel{display:none}

  /* ===== HERO ===== */
  .hero{padding:180px 0 140px;position:relative;overflow:hidden}
  .hero-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:110px;align-items:center}
  .eyebrow{display:inline-flex;align-items:center;gap:8px;font-weight:600;font-size:13px;text-transform:uppercase;letter-spacing:.09em;color:var(--gold);margin-bottom:34px}
  .eyebrow::before{content:"";width:26px;height:2px;background:var(--gold)}
  .hero h1{font-size:clamp(36px,4.6vw,58px);font-weight:800;letter-spacing:-0.02em;line-height:1.14}
  .hero h1 em{font-style:normal;color:var(--gold)}
  .hero p{font-size:18px;line-height:1.75;color:var(--muted);margin:34px 0 48px;max-width:470px}
  .hero-cta{display:flex;gap:16px;flex-wrap:wrap}
  .hero-cta .btn{min-width:200px;justify-content:center}

  .hero-visual{position:relative;max-width:360px;margin-left:auto}
  .hero-frame{position:relative;z-index:1;border-radius:26px;overflow:hidden;box-shadow:0 30px 60px -34px rgba(33,56,126,.45)}
  .hero-photo{display:block;width:100%;aspect-ratio:4/4.3;object-fit:cover}
  .shape{position:absolute;z-index:0}
  .shape.sq{top:-22px;left:-22px;width:96px;height:96px;background:var(--navy);border-radius:24px}
  .shape.arch{top:42%;right:-26px;width:78px;height:150px;background:var(--gold);border-radius:0 52px 52px 0}

  .hero-trust{display:flex;align-items:center;gap:18px;margin-top:32px;font-size:14px;color:var(--muted);flex-wrap:wrap}
  .proof-card{position:absolute;z-index:3;bottom:20px;left:-24px;background:#fff;border-radius:16px;padding:14px 18px;display:flex;align-items:center;gap:13px;box-shadow:0 24px 46px -20px rgba(20,26,48,.42);max-width:262px}
  .proof-card .pic{width:44px;height:44px;border-radius:12px;background:var(--navy);color:var(--gold-soft);display:grid;place-items:center;font-size:21px;flex-shrink:0}
  .proof-card .pt{font-weight:700;color:var(--navy);font-size:14px;line-height:1.2}
  .proof-card .pm{font-size:12px;color:var(--muted);margin-top:2px}
  @media(max-width:600px){.proof-card{left:8px;bottom:12px}}

  .campus-thumb{position:absolute;z-index:4;right:-28px;top:-30px;width:160px;border-radius:16px;overflow:hidden;border:5px solid #fff;box-shadow:0 22px 44px -18px rgba(20,26,48,.5)}
  .campus-thumb img{width:100%;height:112px;object-fit:cover;display:block}
  .campus-thumb span{position:absolute;left:0;right:0;bottom:0;padding:20px 12px 9px;font-size:11px;font-weight:600;color:#fff;background:linear-gradient(to top,rgba(20,26,48,.9),transparent)}
  @media(max-width:600px){.campus-thumb{right:6px;top:-18px;width:130px}}

  /* ===== ПОЛОСА СТАТИСТИКИ ===== */
  .stats{margin-top:100px;background:linear-gradient(180deg,var(--soft),#fff);border:1px solid var(--line);border-radius:22px;padding:10px 6px;box-shadow:0 24px 50px -40px rgba(33,56,126,.4)}
  .stats-row{display:grid;grid-template-columns:repeat(4,1fr)}
  .stat{position:relative;display:flex;flex-direction:column;align-items:center;text-align:center;padding:30px 22px;transition:.2s}
  .stat:hover{transform:translateY(-3px)}
  .stat + .stat::before{content:"";position:absolute;left:0;top:26px;bottom:26px;width:1px;background:var(--line)}
  .stat .vis{height:46px;display:flex;align-items:center;justify-content:center;margin-bottom:15px}
  .stat .circ{width:46px;height:46px;border-radius:50%;background:var(--navy);color:var(--gold-soft);display:grid;place-items:center}
  .stat .circ svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
  .stat .flag{width:52px;height:30px;border-radius:6px;overflow:hidden;box-shadow:0 6px 14px -4px rgba(0,0,0,.35);display:block}
  .stat .flag svg{width:100%;height:100%;display:block}
  .stat .num{font-family:var(--display);font-weight:800;font-size:38px;color:var(--navy);line-height:1;letter-spacing:-0.02em}
  .stat .lbl{font-size:15px;font-weight:500;color:#40465C;margin-top:9px;max-width:18ch;line-height:1.4}
  @media(max-width:600px){
    .stats-row{grid-template-columns:1fr 1fr}
    .stat::before{display:none!important}
  }

  /* ===== СЕКЦИИ ===== */
  section.block{padding:110px 0}
  .head{max-width:640px;margin:0 auto 56px;text-align:center}
  .head .kicker{font-weight:600;font-size:13px;text-transform:uppercase;letter-spacing:.09em;color:var(--gold);margin-bottom:14px}
  .head h2{font-size:clamp(28px,3.6vw,40px)}
  .head h2 .accent{color:var(--gold)}
  .head p{color:var(--muted);margin-top:14px}

  /* ===== ПОЧЕМУ NOVA (сетка 2×2) ===== */
  .why-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px}
  .why-card{position:relative;background:var(--card);border:1px solid var(--line);border-radius:22px;padding:40px 38px;overflow:hidden;transition:transform .25s ease, box-shadow .25s ease, border-color .25s ease}
  .why-card::before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--navy),var(--gold));transform:scaleX(0);transform-origin:left;transition:transform .35s ease}
  .why-card:hover{transform:translateY(-6px);box-shadow:0 34px 64px -36px rgba(33,56,126,.42);border-color:transparent}
  .why-card:hover::before{transform:scaleX(1)}
  .why-idx{position:absolute;top:28px;right:32px;font-family:var(--display);font-weight:800;font-size:58px;line-height:1;color:rgba(33,56,126,.07)}
  .why-ic{width:60px;height:60px;border-radius:16px;background:var(--navy);color:var(--gold-soft);display:grid;place-items:center;margin-bottom:26px;transition:.25s}
  .why-card:hover .why-ic{background:var(--gold);color:#fff}
  .why-ic svg{width:28px;height:28px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
  .why-card h3{font-size:22px;color:var(--navy);margin-bottom:12px}
  .why-card p{font-size:15.5px;color:var(--muted);max-width:36ch}
  @media(max-width:600px){.why-grid{grid-template-columns:1fr}}

  /* ===== НАПРАВЛЕНИЯ (bento) ===== */
  .bento{display:grid;grid-template-columns:repeat(4,1fr);grid-auto-rows:minmax(202px,1fr);gap:18px}
  .b-feature{grid-column:1/3;grid-row:1/3;position:relative;border-radius:26px;overflow:hidden;min-height:322px}
  .b-feature img{width:100%;height:100%;object-fit:cover;position:absolute;inset:0;animation:kenburns 22s ease-in-out infinite alternate}
  @keyframes kenburns{from{transform:scale(1)}to{transform:scale(1.13) translate(-2%,-2%)}}
  .b-feature .ov{position:absolute;inset:0;background:linear-gradient(160deg,rgba(33,56,126,.12),rgba(18,24,44,.35) 45%,rgba(18,24,44,.92))}
  .b-feature .txt{position:absolute;left:0;right:0;bottom:0;padding:36px}
  .b-feature .txt .k{display:inline-block;font-size:12px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--ink);background:var(--gold-soft);padding:6px 13px;border-radius:100px;margin-bottom:16px}
  .b-feature .txt h3{font-size:31px;color:#fff;line-height:1.14;letter-spacing:-0.015em;text-shadow:0 2px 24px rgba(0,0,0,.35)}
  .dir{position:relative;background:var(--card);border:1px solid var(--line);border-radius:24px;padding:28px;display:flex;flex-direction:column;justify-content:space-between;gap:26px;overflow:hidden;text-decoration:none;transition:transform .3s cubic-bezier(.2,.7,.2,1), box-shadow .3s ease, border-color .3s ease}
  .dir>*{position:relative;z-index:1}
  .dir::after{content:"";position:absolute;inset:0;background:linear-gradient(140deg,var(--g1),var(--g2));opacity:0;transition:opacity .3s;z-index:0}
  .dir:hover{transform:translateY(-6px);box-shadow:0 32px 58px -34px rgba(33,56,126,.4);border-color:transparent}
  .dir:hover::after{opacity:.06}
  .dir .ci{width:58px;height:58px;border-radius:17px;background:linear-gradient(140deg,var(--g1),var(--g2));display:grid;place-items:center;color:#fff;box-shadow:0 12px 24px -10px var(--g1);animation:floaty 4s ease-in-out infinite}
  .bento .dir:nth-child(3) .ci{animation-delay:.6s}
  .bento .dir:nth-child(4) .ci{animation-delay:1.2s}
  .bento .dir:nth-child(5) .ci{animation-delay:.3s}
  .bento .dir:nth-child(6) .ci{animation-delay:.9s}
  .bento .dir:nth-child(7) .ci{animation-delay:1.5s}
  .dir .ci svg{width:28px;height:28px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
  .dir .dt h4{font-size:24px;color:var(--navy);letter-spacing:-0.02em;line-height:1.06}
  .dir .dt span{display:block;margin-top:9px;font-size:11.5px;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--g1)}
  .d-eng .dt h4,.d-prof .dt h4{font-size:29px}
  .dir .arrow{position:absolute;top:28px;right:28px;color:var(--line);transition:.3s;z-index:1}
  .dir .arrow svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:2.4;stroke-linecap:round;stroke-linejoin:round;display:block}
  .dir:hover .arrow{color:var(--g1);transform:translateX(5px)}
  .dir.flag{background:linear-gradient(140deg,#22397F 0%,#3B3A97 55%,#5B3FB0 100%);background-size:180% 180%;border-color:transparent;color:#fff;animation:gradShift 9s ease infinite}
  @keyframes gradShift{0%{background-position:0% 50%}50%{background-position:100% 50%}100%{background-position:0% 50%}}
  .dir.flag::before{content:"";position:absolute;top:-50px;right:-50px;width:200px;height:200px;background:radial-gradient(circle,rgba(255,255,255,.16),transparent 70%);border-radius:50%;z-index:0;animation:blob 10s ease-in-out infinite}
  @keyframes blob{0%,100%{transform:translate(0,0) scale(1)}50%{transform:translate(-40px,26px) scale(1.25)}}
  .dir.flag::after{display:none}
  .dir.flag .ci{background:rgba(255,255,255,.16);box-shadow:none}
  .dir.flag .dt h4{color:#fff}
  .dir.flag .dt span{color:var(--gold-soft)}
  .dir.flag .arrow{color:rgba(255,255,255,.45)}
  .dir.flag:hover{box-shadow:0 34px 62px -30px rgba(59,58,151,.6)}
  .dir.flag:hover .arrow{color:#fff}
  .d-eng{grid-column:3/5;grid-row:1/2}
  .d-rob{grid-column:3/4;grid-row:2/3}
  .d-sport{grid-column:4/5;grid-row:2/3}
  .d-art{grid-column:1/2;grid-row:3/4}
  .d-int{grid-column:2/3;grid-row:3/4}
  .d-prof{grid-column:3/5;grid-row:3/4}
  @media(max-width:900px){
    .bento{grid-template-columns:1fr 1fr;grid-auto-rows:minmax:(170px,auto);grid-auto-rows:minmax(170px,auto)}
    .b-feature,.d-eng,.d-prof{grid-column:1/3}
    .b-feature{grid-row:auto;min-height:250px}
    .d-eng,.d-rob,.d-sport,.d-art,.d-int,.d-prof{grid-row:auto}
  }
  @media(max-width:600px){.bento{grid-template-columns:1fr}.b-feature,.d-eng,.d-prof{grid-column:auto}}

  /* ===== БЕГУЩИЕ ШКОЛЬНИКИ ===== */
  .runners{position:relative;height:120px;margin-top:46px;overflow:hidden}
  .runners .ground{position:absolute;left:0;right:0;bottom:24px;height:2px;background:repeating-linear-gradient(90deg,var(--line) 0 14px,transparent 14px 28px)}
  .runner{position:absolute;bottom:24px;left:-90px;animation:runacross linear infinite}
  .runner .figwrap{position:relative;animation:bob .5s ease-in-out infinite;transform-origin:bottom center}
  .runner .pose{position:absolute;inset:0;width:100%;height:100%;display:block}
  .runner .pose.a{animation:stepa .5s linear infinite}
  .runner .pose.b{animation:stepb .5s linear infinite}
  @keyframes runacross{to{left:calc(100% + 90px)}}
  @keyframes bob{0%,100%{transform:translateY(0)}50%{transform:translateY(-9px)}}
  @keyframes stepa{0%,48%{opacity:1}50%,100%{opacity:0}}
  @keyframes stepb{0%,48%{opacity:0}50%,100%{opacity:1}}
  .runner.r1{animation-duration:12s;animation-delay:-1s}.runner.r1 .figwrap{width:48px;height:70px}
  .runner.r2{animation-duration:9s;animation-delay:-4s}.runner.r2 .figwrap{width:40px;height:58px}
  .runner.r3{animation-duration:14.5s;animation-delay:-8s}.runner.r3 .figwrap{width:54px;height:78px}
  .runner.r4{animation-duration:10.5s;animation-delay:-11s}.runner.r4 .figwrap{width:44px;height:64px}

  /* ===== БЕГУЩАЯ СТРОКА ===== */
  .mq2{overflow:hidden;padding:30px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:var(--paper)}
  .mq2 .row{display:inline-flex;white-space:nowrap;animation:scroll2 32s linear infinite;font-family:var(--display);font-weight:800;font-size:clamp(26px,4vw,50px);letter-spacing:-0.02em;will-change:transform}
  .mq2 .row>span{display:inline-flex;align-items:center;padding:0 4px}
  .mq2 .w{padding:0 22px}
  .mq2 .fill{color:var(--navy)}
  .mq2 .out{color:transparent;-webkit-text-stroke:1.6px var(--navy);paint-order:stroke}
  .mq2 .star{color:var(--gold);font-size:.6em;padding:0 6px}
  @keyframes scroll2{to{transform:translateX(-50%)}}
  .mq2.dark{background:var(--navy);border-color:rgba(255,255,255,.14)}
  .mq2.dark .fill{color:var(--gold-soft)}
  .mq2.dark .out{color:transparent;-webkit-text-stroke:1.6px rgba(255,255,255,.7)}
  .mq2.dark .star{color:var(--gold)}

  /* ===== ТЁМНЫЙ БЛОК ===== */
  .dark{background:var(--navy);color:#fff;position:relative;overflow:hidden}
  .dark::before{content:"";position:absolute;width:620px;height:620px;border-radius:50%;background:radial-gradient(circle,rgba(214,167,63,.30),transparent 68%);top:-200px;left:-140px;animation:drift1 11s ease-in-out infinite;pointer-events:none}
  .dark::after{content:"";position:absolute;width:580px;height:580px;border-radius:50%;background:radial-gradient(circle,rgba(120,86,220,.34),transparent 68%);bottom:-220px;right:-140px;animation:drift2 13s ease-in-out infinite;pointer-events:none}
  .dark .wrap{position:relative;z-index:1}
  @keyframes drift1{0%,100%{transform:translate(0,0) scale(1)}50%{transform:translate(220px,120px) scale(1.15)}}
  @keyframes drift2{0%,100%{transform:translate(0,0) scale(1)}50%{transform:translate(-200px,-110px) scale(1.12)}}
  @keyframes glowpulse{0%,100%{box-shadow:0 14px 30px -10px rgba(185,140,52,.6)}50%{box-shadow:0 16px 44px -6px rgba(231,181,74,.95)}}
  @keyframes floaty{0%,100%{transform:translateY(0)}50%{transform:translateY(-9px)}}
  .reveal{opacity:0;transform:translateY(30px);transition:opacity .7s ease, transform .7s cubic-bezier(.2,.7,.2,1)}
  .reveal.in{opacity:1;transform:none}
  .dark .head h2{color:#fff}
  .dark .head p{color:#C7D0EA}
  .dark .head .kicker{color:var(--gold-soft)}
  .feats{display:grid;grid-template-columns:repeat(3,1fr);gap:26px}
  .feat{position:relative;background:linear-gradient(160deg,rgba(255,255,255,.07),rgba(255,255,255,.02));border:1px solid rgba(255,255,255,.1);border-radius:24px;padding:40px 34px 36px;overflow:hidden;transition:transform .3s cubic-bezier(.2,.7,.2,1), box-shadow .3s, border-color .3s}
  .feat::before{content:attr(data-n);position:absolute;top:24px;right:30px;font-family:var(--display);font-weight:800;font-size:64px;line-height:1;color:rgba(255,255,255,.06)}
  .feat:hover{transform:translateY(-7px);border-color:rgba(214,167,63,.5);box-shadow:0 34px 64px -34px rgba(0,0,0,.6)}
  .feat .ic{position:relative;width:62px;height:62px;border-radius:18px;background:linear-gradient(140deg,#E7B54A,#B98C34);display:grid;place-items:center;color:#fff;margin-bottom:26px;box-shadow:0 14px 30px -10px rgba(185,140,52,.7);animation:floaty 3.8s ease-in-out infinite, glowpulse 3.6s ease-in-out infinite}
  .feat:nth-child(2) .ic{animation-delay:.5s,.3s}
  .feat:nth-child(3) .ic{animation-delay:1s,.6s}
  .feat h4{color:#fff;font-size:23px;letter-spacing:-0.02em;margin-bottom:12px}
  .feat .ic svg{width:30px;height:30px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}
  .feat p{font-size:15px;color:#B9C3E0;line-height:1.6}
  @media(max-width:600px){.feats{grid-template-columns:1fr}}

  /* ===== ОТЗЫВ ===== */
  .quote-wrap{position:relative;max-width:940px;margin:0 auto;background:#fff;border:1px solid var(--line);border-radius:28px;padding:60px 60px 54px;overflow:hidden;box-shadow:0 40px 80px -50px rgba(33,56,126,.4)}
  .quote-wrap>*{position:relative;z-index:1}
  .quote-wrap .qbg{position:absolute;top:-46px;left:30px;font-family:var(--display);font-weight:800;font-size:230px;line-height:1;color:var(--gold-soft);opacity:.55;z-index:0;pointer-events:none}
  .quote-wrap .stars{color:var(--gold);font-size:19px;letter-spacing:5px;margin-bottom:22px}
  .quote-wrap blockquote{font-family:var(--display);font-weight:600;font-size:clamp(22px,2.6vw,31px);line-height:1.4;color:var(--navy);letter-spacing:-0.01em;margin-bottom:34px}
  .quote-wrap .qfoot{display:flex;align-items:center;gap:16px}
  .quote-wrap .qava{width:54px;height:54px;border-radius:50%;background:linear-gradient(140deg,#E7B54A,#B98C34);display:grid;place-items:center;color:#fff;font-family:var(--display);font-weight:800;font-size:22px;flex-shrink:0;box-shadow:0 10px 22px -8px rgba(185,140,52,.6)}
  .quote-wrap .who{font-weight:700;color:var(--navy);font-size:16px}
  .quote-wrap .role{color:var(--muted);font-size:13.5px}
  .quote-flank{display:flex;align-items:center;justify-content:center;gap:22px}
  .quote-flank .quote-wrap{flex:0 1 900px}
  .k2wrap{flex:0 0 auto;width:152px}
  .k2wrap svg{width:100%;height:auto;display:block}
  .k2 .kbody{transform-box:fill-box;transform-origin:bottom center}
  .k2 .kA{animation:bobK 2.4s ease-in-out infinite}
  .k2 .kB{animation:bobK 2.8s ease-in-out infinite;animation-delay:-.6s}
  @keyframes bobK{0%,100%{transform:translateY(0)}50%{transform:translateY(-6px)}}
  .k2 .wave{transform-box:fill-box;transform-origin:center;animation:handwave 1s ease-in-out infinite}
  @keyframes handwave{0%,100%{transform:translateX(0) rotate(-8deg)}50%{transform:translateX(4px) rotate(12deg)}}
  .k2 .star{transform-box:fill-box;transform-origin:center;animation:startw 1.8s ease-in-out infinite}
  @keyframes startw{0%,100%{transform:scale(1) rotate(0);opacity:.9}50%{transform:scale(1.2) rotate(18deg);opacity:1}}
  @media(max-width:1150px){.k2wrap{display:none}}
  /* ===== ОТЗЫВ (тёмный) ===== */
  .quote2{position:relative;background:linear-gradient(150deg,#2B4796,#21387E 60%,#3B3A97);background-size:200% 200%;animation:gradShift 18s ease infinite;color:#fff;overflow:hidden;padding:118px 0}
  .quote2::before{content:"";position:absolute;width:520px;height:520px;border-radius:50%;background:radial-gradient(circle,rgba(214,167,63,.16),transparent 70%);top:-160px;right:-120px;animation:drift1 15s ease-in-out infinite;pointer-events:none}
  .quote2::after{content:"";position:absolute;width:460px;height:460px;border-radius:50%;background:radial-gradient(circle,rgba(120,86,220,.2),transparent 70%);bottom:-180px;left:-120px;animation:drift2 17s ease-in-out infinite;pointer-events:none}
  .quote2 .inner{position:relative;z-index:1;max-width:920px;margin:0 auto;text-align:center;padding:0 24px}
  .quote2 .qm{font-family:var(--display);font-weight:800;font-size:110px;line-height:.5;color:var(--gold);display:block;margin-bottom:6px}
  .quote2 .stars{color:var(--gold);letter-spacing:7px;font-size:19px;margin-bottom:26px}
  .quote2 blockquote{font-family:var(--display);font-weight:600;font-size:clamp(24px,3.5vw,40px);line-height:1.34;letter-spacing:-0.01em;color:#fff}
  .quote2 .qfoot{display:inline-flex;align-items:center;gap:14px;margin-top:38px}
  .quote2 .qava{width:56px;height:56px;border-radius:50%;background:linear-gradient(140deg,#E7B54A,#B98C34);display:grid;place-items:center;color:#fff;font-family:var(--display);font-weight:800;font-size:22px;box-shadow:0 12px 26px -10px rgba(185,140,52,.7)}
  .quote2 .who{font-weight:700;color:#fff;font-size:16px;text-align:left}
  .quote2 .role{color:#C7D0EA;font-size:13.5px;text-align:left}
  /* ===== ОТЗЫВ (сплит-карточка) ===== */
  .qcard{max-width:1050px;margin:0 auto;display:grid;grid-template-columns:.92fr 1.38fr;background:#fff;border:1px solid var(--line);border-radius:28px;overflow:hidden;box-shadow:0 44px 84px -52px rgba(33,56,126,.45)}
  .qc-side{position:relative;background:linear-gradient(160deg,#2B4796,#21387E);color:#fff;padding:46px 40px;display:flex;flex-direction:column;justify-content:space-between;gap:34px;overflow:hidden}
  .qc-side::before{content:"";position:absolute;bottom:-70px;right:-60px;width:200px;height:200px;border-radius:50%;background:radial-gradient(circle,rgba(214,167,63,.22),transparent 70%);pointer-events:none}
  .qc-side>*{position:relative;z-index:1}
  .qc-side .qm{font-family:var(--display);font-weight:800;font-size:96px;line-height:.5;color:var(--gold-soft)}
  .qc-side .stars{color:var(--gold);letter-spacing:5px;font-size:18px;margin-top:14px}
  .qc-side .who-wrap{display:flex;align-items:center;gap:14px}
  .qc-side .qava{width:52px;height:52px;border-radius:50%;background:linear-gradient(140deg,#E7B54A,#B98C34);display:grid;place-items:center;color:#fff;font-family:var(--display);font-weight:800;font-size:21px;flex-shrink:0}
  .qc-side .who{font-weight:700;color:#fff;font-size:15.5px}
  .qc-side .role{color:#C7D0EA;font-size:13px;margin-top:2px}
  .qc-body{padding:54px 50px;display:flex;align-items:center}
  .qc-body blockquote{font-family:var(--display);font-weight:600;font-size:clamp(22px,2.5vw,31px);line-height:1.4;letter-spacing:-0.01em;color:var(--navy)}
  @media(max-width:760px){.qcard{grid-template-columns:1fr}.qc-body{padding:36px 32px}.qc-side{padding:36px 32px}}

  /* ===== РЕЗУЛЬТАТЫ ===== */
  .results-sec{position:relative;background:var(--soft);color:var(--ink);overflow:hidden;padding:104px 0;perspective:1400px}
  .r-spot{display:none}
  .r-fx{display:none}
  .rlist{transition:transform .3s ease-out}
  .results-sec::before{content:"";position:absolute;width:540px;height:540px;border-radius:50%;background:radial-gradient(circle,rgba(214,167,63,.14),transparent 70%);top:-180px;left:-140px;animation:drift1 15s ease-in-out infinite;pointer-events:none}
  .results-sec .wrap{position:relative;z-index:2}
  .results-sec .kicker{color:var(--gold)}
  .r-content{max-width:560px}
  .r-content h2{color:var(--navy);font-size:clamp(30px,4.2vw,52px);margin-bottom:18px;line-height:1.05}
  .r-content h2 em{font-style:normal;color:var(--gold)}
  .r-content .lead{color:var(--muted);margin-bottom:34px;max-width:44ch}
  .rlist{display:flex;flex-direction:column;gap:14px;max-width:560px}
  .ritem{display:flex;gap:16px;align-items:flex-start;background:#fff;border:1px solid var(--line);border-radius:16px;padding:19px 22px;opacity:0;transition:opacity .6s ease, box-shadow .25s, border-color .25s, transform .25s;animation:cardBob 4s ease-in-out infinite}
  .ritem:nth-child(2){animation-delay:.6s}
  .ritem:nth-child(3){animation-delay:1.2s}
  .r-content.in .rlist .ritem{opacity:1}
  .r-content.in .rlist .ritem:nth-child(1){transition-delay:.15s}
  .r-content.in .rlist .ritem:nth-child(2){transition-delay:.32s}
  .r-content.in .rlist .ritem:nth-child(3){transition-delay:.49s}
  .ritem:hover{border-color:var(--gold-soft);box-shadow:0 22px 40px -28px rgba(33,56,126,.3)}
  @keyframes cardBob{0%,100%{transform:translateY(0)}50%{transform:translateY(-7px)}}
  .r-content h2 em{animation:goldPulse 2.6s ease-in-out infinite}
  @keyframes goldPulse{0%,100%{color:var(--gold);text-shadow:none}50%{color:#D9A94A;text-shadow:0 0 18px rgba(185,140,52,.35)}}
  .ritem .rico{width:40px;height:40px;border-radius:12px;background:linear-gradient(140deg,#E7B54A,#B98C34);display:grid;place-items:center;flex-shrink:0;color:#fff;box-shadow:0 8px 18px -8px rgba(185,140,52,.7);animation:floaty 3.8s ease-in-out infinite}
  .ritem:nth-child(2) .rico{animation-delay:.6s}
  .ritem:nth-child(3) .rico{animation-delay:1.2s}
  .ritem .rico svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:2.1;stroke-linecap:round;stroke-linejoin:round}
  .ritem .t{font-weight:700;color:var(--navy);font-size:15.5px;line-height:1.25}
  .ritem .m{font-size:13.5px;color:var(--muted);margin-top:3px}
  .r-media{position:absolute;top:0;right:0;bottom:0;width:clamp(360px,46vw,760px);z-index:1;transform-style:preserve-3d;transition:transform .3s ease-out;will-change:transform}
  .r-media img{width:100%;height:100%;object-fit:cover;animation:kenburns 26s ease-in-out infinite alternate}
  .r-media::before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,var(--soft) 0%,rgba(245,246,251,.45) 32%,transparent 62%);pointer-events:none}
  .r-badge{position:absolute;z-index:3;bottom:36px;left:36px;background:#fff;border-radius:16px;padding:13px 18px;display:flex;align-items:center;gap:12px;box-shadow:0 24px 46px -18px rgba(0,0,0,.55);max-width:280px;overflow:hidden;animation:badgeFloat 3.8s ease-in-out infinite}
  .r-badge>*{position:relative;z-index:1}
  .r-badge::after{content:"";position:absolute;top:0;left:-70%;width:55%;height:100%;background:linear-gradient(100deg,transparent,rgba(255,255,255,.6),transparent);transform:skewX(-18deg);animation:shine 4.8s ease-in-out infinite;z-index:0}
  @keyframes badgeFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-8px)}}
  @keyframes shine{0%{left:-70%}55%,100%{left:140%}}
  .r-fx{position:absolute;inset:0;z-index:0;pointer-events:none;overflow:hidden}
  .r-fx .glow{position:absolute;border-radius:50%;filter:blur(6px)}
  .r-fx .g1{width:320px;height:320px;background:radial-gradient(circle,rgba(214,167,63,.22),transparent 70%);top:8%;left:18%;animation:floatA 12s ease-in-out infinite}
  .r-fx .g2{width:280px;height:280px;background:radial-gradient(circle,rgba(120,86,220,.28),transparent 70%);bottom:4%;left:36%;animation:floatB 15s ease-in-out infinite}
  .r-fx .g3{width:240px;height:240px;background:radial-gradient(circle,rgba(255,255,255,.14),transparent 70%);top:30%;left:5%;animation:floatA 18s ease-in-out infinite reverse}
  @keyframes floatA{0%,100%{transform:translate(0,0)}33%{transform:translate(90px,50px)}66%{transform:translate(-40px,80px)}}
  @keyframes floatB{0%,100%{transform:translate(0,0)}50%{transform:translate(100px,-70px)}}
  .r-fx .pt{position:absolute;bottom:-10px;border-radius:50%;background:var(--gold-soft);animation:ptrise linear infinite}
  @keyframes ptrise{0%{transform:translateY(0) scale(.7);opacity:0}12%{opacity:.75}86%{opacity:.75}100%{transform:translateY(-460px) scale(1.15);opacity:0}}
  .r-badge .rb-ic{width:44px;height:44px;border-radius:12px;background:linear-gradient(140deg,#E7B54A,#B98C34);display:grid;place-items:center;color:#fff;flex-shrink:0}
  .r-badge .rb-ic svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}
  .r-badge .rb-t{font-weight:700;color:var(--navy);font-size:13.5px;line-height:1.2}
  .r-badge .rb-m{font-size:11.5px;color:var(--muted);margin-top:2px}
  @media(max-width:900px){
    .results-sec{padding:70px 0}
    .r-media{position:relative;width:100%;height:320px;margin-top:34px;border-radius:20px;overflow:hidden}
    .r-media::before{display:none}
    .r-badge{left:16px;bottom:16px}
  }

  /* ===== ГАЛЕРЕЯ «ШКОЛЬНАЯ ЖИЗНЬ» ===== */
  .gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
  .gitem{position:relative;border-radius:18px;overflow:hidden;aspect-ratio:3/4}
  .gitem img{width:100%;height:100%;object-fit:cover;display:block;transition:.4s}
  .gitem:hover img{transform:scale(1.05)}
  .gitem .cap{position:absolute;left:0;right:0;bottom:0;padding:22px 18px 16px;color:#fff;font-weight:600;font-size:15px;background:linear-gradient(to top,rgba(26,32,54,.82),transparent)}

  /* ===== ПОСТУПЛЕНИЕ (шаги) ===== */
  .steps{display:grid;grid-template-columns:repeat(3,1fr);gap:26px;counter-reset:s}
  .step{background:var(--card);border:1px solid var(--line);border-radius:18px;padding:32px;position:relative}
  .step::before{counter-increment:s;content:"0" counter(s);font-family:var(--display);font-weight:800;font-size:40px;color:var(--gold-soft);display:block;margin-bottom:12px}
  .step h4{font-size:19px;color:var(--navy);margin-bottom:8px}
  .step p{font-size:15px;color:var(--muted)}
  .postup-grid{display:grid;grid-template-columns:.82fr 1.18fr;gap:56px;align-items:center}
  .postup-content .head{margin:0 0 30px;text-align:left;max-width:none}
  .postup-content .steps{grid-template-columns:1fr;gap:14px}
  .postup-content .step{display:flex;gap:18px;align-items:flex-start;padding:20px 24px}
  .postup-content .step::before{display:none}
  .postup-content .step .snum{font-family:var(--display);font-weight:800;font-size:27px;color:var(--gold);line-height:1.15;flex-shrink:0;min-width:40px}
  .postup-content .step h4{font-size:18px;margin-bottom:4px}
  .postup-content .step p{font-size:14px}
  .kid-wrap{position:relative;display:flex;justify-content:center;align-items:center}
  .kid-svg{width:100%;max-width:270px;height:auto;display:block;transform:translateX(-8px)}
  .kid-svg .kid{transform-box:fill-box;transform-origin:bottom center;animation:jump 1.5s ease-in-out infinite}
  .kid-svg .sh{transform-box:fill-box;transform-origin:center;animation:shad 1.5s ease-in-out infinite}
  .kid-svg .cap{transform-box:fill-box;transform-origin:center;animation:captoss 1.5s ease-in-out infinite}
  .kid-svg .cf{transform-box:fill-box;transform-origin:center;animation:cffall linear infinite}
  .kid-svg .c1{animation-duration:2.4s;animation-delay:-.2s}
  .kid-svg .c2{animation-duration:2.9s;animation-delay:-1.1s}
  .kid-svg .c3{animation-duration:2.2s;animation-delay:-1.6s}
  .kid-svg .c4{animation-duration:3.1s;animation-delay:-.6s}
  .kid-svg .c5{animation-duration:2.6s;animation-delay:-2s}
  .kid-svg .c6{animation-duration:2.8s;animation-delay:-1.3s}
  @keyframes jump{0%,100%{transform:translateY(0) scaleY(1)}10%{transform:translateY(0) scaleY(.95)}50%{transform:translateY(-24px) scaleY(1.03)}90%{transform:translateY(0) scaleY(.95)}}
  @keyframes shad{0%,100%{transform:scale(1);opacity:.22}50%{transform:scale(.66);opacity:.12}}
  @keyframes captoss{0%,100%{transform:translateY(0) rotate(-14deg)}50%{transform:translateY(-16px) rotate(12deg)}}
  @keyframes cffall{0%{transform:translateY(-16px) rotate(0);opacity:0}12%{opacity:1}88%{opacity:1}100%{transform:translateY(130px) rotate(320deg);opacity:0}}
  .kid-badge{position:absolute;top:10%;right:0;background:#fff;border:1px solid var(--line);border-radius:100px;padding:9px 16px 9px 10px;font-family:var(--display);font-weight:700;color:var(--navy);font-size:15px;box-shadow:0 18px 34px -16px rgba(33,56,126,.45);display:inline-flex;align-items:center;gap:9px;animation:badgeFloat 3s ease-in-out infinite}
  .kid-badge .ok{width:22px;height:22px;border-radius:50%;background:#1FA65A;color:#fff;display:grid;place-items:center;font-size:12px}
  @media(max-width:900px){
    .postup-grid{grid-template-columns:1fr;gap:30px}
    .kid-svg{max-width:250px}
    .postup-content .head{text-align:center}
    .kid-badge{right:22%}
  }

  /* ===== НОВОСТИ ===== */
  .news{display:grid;grid-template-columns:repeat(3,1fr);gap:26px}
  .post{background:var(--card);border:1px solid var(--line);border-radius:16px;overflow:hidden;transition:.2s}
  .post:hover{transform:translateY(-4px);box-shadow:0 22px 40px -28px rgba(33,56,126,.28)}
  .post .cov{aspect-ratio:16/10;background:linear-gradient(140deg,var(--navy),var(--navy-soft));display:grid;place-items:center;color:var(--gold-soft);font-family:var(--display);font-weight:800;font-size:30px}
  .post .pb{padding:22px}
  .post h3{font-size:18px;color:var(--navy);margin-bottom:8px}
  .post .pm{font-size:13px;color:var(--muted)}

  /* ===== CTA ===== */
  .cta{background:var(--cream);border-radius:24px;padding:64px;text-align:center;max-width:900px;margin:0 auto}
  .cta .kicker{font-weight:600;font-size:13px;text-transform:uppercase;letter-spacing:.09em;color:var(--gold);margin-bottom:14px}
  .cta h2{font-size:clamp(28px,3.6vw,42px);color:var(--navy)}
  .cta p{color:var(--muted);margin:16px 0 12px}
  .cta .phone{font-family:var(--display);font-weight:800;font-size:26px;color:var(--navy);margin:6px 0 26px}

  /* ===== ФУТЕР ===== */
  footer{background:var(--navy);color:#C7D0EA;padding:64px 0 32px}
  .foot-grid{display:grid;grid-template-columns:1.6fr 1fr 1fr;gap:40px;margin-bottom:44px}
  footer .logo{color:#fff;margin-bottom:16px}
  footer .logo .mark{background:#fff;color:var(--navy)}
  footer h5{color:#fff;font-family:var(--display);font-size:15px;margin-bottom:16px;font-weight:700}
  footer a{display:block;margin-bottom:10px;font-size:14px}
  footer a:hover{color:var(--gold-soft)}
  .foot-tag{font-size:14px;max-width:320px}
  .foot-bottom{border-top:1px solid rgba(255,255,255,.14);padding-top:24px;display:flex;justify-content:space-between;flex-wrap:wrap;gap:12px;font-size:14px}

  /* ===== АДАПТИВ ===== */
  @media(max-width:900px){
    .hero-grid,.results{grid-template-columns:1fr}
    .hero-visual{order:-1}
    .pillars,.feats,.steps,.news,.cats{grid-template-columns:1fr 1fr}
    .stats-row{grid-template-columns:1fr 1fr}
    .foot-grid{grid-template-columns:1fr 1fr}
  }
  @media(max-width:600px){
    .menu,.nav-phone{display:none}
    .burger{display:block;margin-left:auto}
    .pillars,.feats,.steps,.news,.cats,.stats-row,.foot-grid{grid-template-columns:1fr}
    section.block{padding:64px 0}
    .quote-wrap,.results,.cta{padding:34px}
  }
  @media(prefers-reduced-motion:reduce){*{transition:none!important;scroll-behavior:auto}}
  :focus-visible{outline:3px solid var(--gold);outline-offset:2px;border-radius:4px}

  /* ===== КНОПКА ЗАЯВКИ ===== */
  .sec-cta{display:flex;justify-content:center;margin-top:56px}
  .sec-cta.left{justify-content:flex-start;margin-top:38px}
  .postup-grid .sec-cta{grid-column:1/-1;margin-top:10px}
  .btn-apply{display:inline-flex;align-items:center;gap:13px;font-weight:700;font-size:16.5px;letter-spacing:-0.01em;padding:18px 24px 18px 36px;border-radius:100px;border:0;font-family:inherit;cursor:pointer;color:#fff;background:linear-gradient(135deg,#16B6C2,#0E97A6);box-shadow:0 20px 38px -14px rgba(14,151,166,.55);position:relative;overflow:hidden;transition:transform .28s cubic-bezier(.2,.7,.2,1), box-shadow .28s}
  .btn-apply:hover{transform:translateY(-3px);box-shadow:0 28px 50px -16px rgba(14,151,166,.72)}
  .btn-apply::after{content:"";position:absolute;top:0;left:-80%;width:55%;height:100%;background:linear-gradient(100deg,transparent,rgba(255,255,255,.4),transparent);transform:skewX(-18deg);transition:left .6s ease}
  .btn-apply:hover::after{left:130%}
  .btn-apply .ar{display:grid;place-items:center;width:28px;height:28px;border-radius:50%;background:rgba(255,255,255,.22);transition:transform .28s ease;flex-shrink:0}
  .btn-apply:hover .ar{transform:translateX(3px)}
  .btn-apply .ar svg{width:15px;height:15px;stroke:#fff;fill:none;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round}

  /* ===== ФИНАЛЬНЫЙ CTA ===== */
  .cta2{position:relative;background:linear-gradient(180deg,#E9ECF5,#DDE3EF);color:var(--ink);overflow:hidden;padding:110px 0}
  .cta2::before{content:"";position:absolute;width:520px;height:520px;border-radius:50%;background:radial-gradient(circle,rgba(214,167,63,.12),transparent 70%);top:-160px;left:-120px;animation:drift1 15s ease-in-out infinite;pointer-events:none}
  .cta2 .inner{position:relative;z-index:1;max-width:620px;margin:0 auto;text-align:center;padding:0 24px}
  .cta2 .kicker{color:var(--gold)}
  .cta2 h2{color:var(--navy);font-size:clamp(28px,4vw,46px);margin-bottom:14px;line-height:1.1}
  .cta2 .lead{color:var(--muted);max-width:44ch;margin:0 auto}
  .cta-card{max-width:440px;margin:32px auto 0;background:#fff;border:1px solid var(--line);border-radius:22px;padding:30px;box-shadow:0 40px 80px -46px rgba(33,56,126,.4);text-align:left}
  .cta-card .cc-title{font-family:var(--display);font-weight:700;color:var(--navy);font-size:20px;text-align:center;margin-bottom:20px}
  .cta-card input{display:block;width:100%;padding:15px 20px;border-radius:13px;border:1px solid var(--line);background:var(--soft);color:var(--ink);font-size:15px;font-family:inherit;margin-bottom:12px;outline:none;transition:border-color .2s}
  .cta-card input:focus{border-color:#16B6C2}
  .cta-card input::placeholder{color:var(--muted)}
  .cta-card .btn-apply{width:100%;justify-content:center;margin-top:6px}
  .cta-card .cc-note{text-align:center;margin-top:14px;font-size:12.5px;color:var(--muted)}
  .cta2 .phone-line{margin-top:22px;color:var(--muted);font-size:15px}
  .cta2 .phone-line a{color:var(--navy);font-weight:700;text-decoration:none}

  /* ===== МОБИЛЬНАЯ АДАПТАЦИЯ (только < экранов) ===== */
  @media(max-width:760px){
    .wrap{padding:0 18px}
    .results-sec{padding:66px 0}
    .cta2{padding:66px 0}
    .cta-card{padding:24px;margin-top:26px}
    .hero{padding:64px 0 0}
    .hero-copy{padding-right:0}
    .hero-visual{max-width:340px;margin:0 auto}
    .sec-cta{margin-top:40px}
    .mq2 .row{font-size:24px}
    .marquee .track{font-size:17px}
  }
  @media(max-width:600px){
    .nav{position:relative}
    header.nav-open .menu{display:flex;position:absolute;top:calc(100% + 1px);left:0;right:0;flex-direction:column;align-items:flex-start;background:var(--paper);border-bottom:1px solid var(--line);padding:18px 22px;gap:16px;margin:0;box-shadow:0 26px 42px -22px rgba(33,56,126,.25);z-index:60}
    header.nav-open .nav-phone{display:block;margin-left:0}
    .runners{height:96px}
    .stats{margin-top:56px}
    .r-badge{max-width:230px}
    .cta-card .btn-apply,.btn-apply{font-size:15.5px;padding:16px 22px}
  }
  @media(max-width:400px){
    .hero h1{font-size:32px}
    .cta-card{padding:20px}
    .kid-svg{max-width:210px}
  }

  /* ===== О ШКОЛЕ ===== */
  #about{position:relative;overflow:hidden;padding:150px 0}
  #about .ghost{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-family:var(--display);font-weight:800;font-size:clamp(70px,13vw,210px);line-height:1;color:rgba(33,56,126,.045);white-space:nowrap;pointer-events:none;z-index:0;letter-spacing:-0.02em;user-select:none}
  #about .wrap{position:relative;z-index:1}
  .about-grid{display:grid;grid-template-columns:1fr 1.05fr;gap:80px;align-items:center}
  .about-copy .kicker{margin-bottom:18px}
  .about-copy h2{font-size:clamp(28px,3.8vw,44px);color:var(--navy);line-height:1.16;margin-bottom:24px}
  .about-copy h2 em{font-style:normal;color:var(--gold)}
  .about-copy p{color:var(--muted);font-size:16px;max-width:46ch;margin-bottom:28px}
  .about-media{position:relative}
  .about-media .shape{position:absolute;top:-22px;right:-22px;width:120px;height:120px;background:var(--gold-soft);border-radius:26px;z-index:0}
  .about-media .main{position:relative;z-index:1;width:100%;aspect-ratio:16/11;object-fit:cover;border-radius:22px;box-shadow:0 34px 66px -38px rgba(33,56,126,.5)}
  .about-sub{position:absolute;z-index:2;bottom:-26px;left:-24px;width:172px;border-radius:16px;overflow:hidden;border:5px solid #fff;box-shadow:0 24px 44px -18px rgba(33,56,126,.4)}
  .about-sub img{width:100%;height:132px;object-fit:cover;display:block}
  .about-sub .cap{position:absolute;left:0;right:0;bottom:0;display:flex;align-items:center;gap:7px;padding:16px 12px 8px;font-size:12px;font-weight:700;color:#fff;background:linear-gradient(to top,rgba(20,26,48,.9),transparent)}
  @media(max-width:900px){.about-grid{grid-template-columns:1fr;gap:44px}.about-media{max-width:520px}}

  /* ==================================================================
     МОБИЛЬНАЯ АДАПТАЦИЯ v2 — блок добавлен последним, чтобы
     перекрывать ранние правила. Десктоп (>900px) НЕ затрагивается.
     ================================================================== */

  /* ---------- ПЛАНШЕТ И МОБАЙЛ (<=900px) ---------- */
  @media(max-width:900px){
    html{-webkit-text-size-adjust:100%}
    body{overflow-x:hidden}
    .wrap{padding:0 20px}

    /* якоря не уезжают под липкую шапку */
    section[id],#about,#why,#napravleniya,#results,#postuplenie,#zayavka{scroll-margin-top:82px}

    /* --- ШАПКА: бургер уже с 900px --- */
    .nav{height:70px;gap:12px;position:relative}
    .menu,.nav-phone{display:none}
    .burger{display:grid;place-items:center;margin-left:auto;width:44px;height:44px;border-radius:10px;flex-shrink:0}
    .nav-actions{margin-left:0;gap:8px}
    .nav-actions .btn{padding:11px 18px!important;font-size:14px!important}
    header.nav-open .menu{display:flex;position:absolute;top:calc(100% + 1px);left:0;right:0;flex-direction:column;align-items:stretch;background:var(--paper);border-bottom:1px solid var(--line);padding:10px 20px 16px;gap:0;margin:0;box-shadow:0 26px 42px -22px rgba(33,56,126,.25);z-index:60;font-size:16px}
    header.nav-open .menu a{padding:13px 0;border-bottom:1px solid var(--line)}
    header.nav-open .menu a:last-child{border-bottom:0}
    header.nav-open .menu .menu-tel{display:block;font-weight:700;color:var(--navy);font-size:17px;padding-top:15px}
    header.nav-open .nav-phone{display:none}

    /* --- ПРОМО --- */
    .promo{font-size:13px;padding:9px 16px;line-height:1.5}

    /* --- HERO --- */
    .hero{padding:56px 0 0}
    .hero-grid{gap:38px}
    .hero-visual{max-width:340px;margin:0 auto}
    .eyebrow{margin-bottom:20px}
    .hero p{font-size:16.5px;margin:22px 0 32px;max-width:none}
    .hero-cta{gap:10px}

    /* --- ОБЩИЕ СЕКЦИИ --- */
    section.block{padding:72px 0}
    #about{padding:72px 0}
    .head{margin-bottom:36px}
    .head p{font-size:15.5px;margin-top:10px}
    .sec-cta{margin-top:34px}

    /* --- ПОЧЕМУ NOVA --- */
    .why-grid{gap:16px}
    .why-card{padding:30px 26px}
    .why-idx{top:20px;right:22px;font-size:46px}
    .why-ic{width:52px;height:52px;margin-bottom:20px;border-radius:14px}
    .why-ic svg{width:25px;height:25px}
    .why-card h3{font-size:20px}
    .why-card p{font-size:15px;max-width:none}

    /* --- НАПРАВЛЕНИЯ --- */
    .bento{gap:14px;grid-template-columns:1fr 1fr}
    .b-feature,.d-eng,.d-prof{grid-column:1/3}
    .d-rob,.d-sport,.d-art,.d-int{grid-column:auto}
    .bento>*{grid-row:auto}
    .b-feature .txt{padding:26px 22px}
    .b-feature .txt h3{font-size:25px}
    .b-feature img{animation:none}
    .dir{padding:24px 22px;gap:20px}
    .dir .ci{width:52px;height:52px;border-radius:15px}
    .dir .ci svg{width:25px;height:25px}
    .dir .dt h4,.d-eng .dt h4,.d-prof .dt h4{font-size:21px}
    .dir .arrow{top:20px;right:20px}
    .runners{height:88px;margin-top:32px}

    /* --- БЕГУЩАЯ СТРОКА --- */
    .mq2{padding:22px 0}
    .mq2 .row{font-size:26px}
    .mq2 .w{padding:0 14px}

    /* --- ТЁМНЫЙ БЛОК --- */
    .feats{gap:16px}
    .feat{padding:32px 26px 30px}
    .feat::before{top:18px;right:22px;font-size:50px}
    .feat .ic{width:54px;height:54px;margin-bottom:20px;border-radius:16px}
    .feat .ic svg{width:26px;height:26px}
    .feat h4{font-size:20px}

    /* --- РЕЗУЛЬТАТЫ --- */
    .r-media{margin:30px 20px 0;width:auto;height:300px}
    .r-media img{animation:none}
    .r-badge{left:14px;bottom:14px;max-width:230px;padding:11px 14px;gap:10px}
    .r-badge .rb-ic{width:38px;height:38px}
    .r-badge .rb-ic svg{width:20px;height:20px}
    .ritem{padding:16px 18px;gap:13px}
    .r-content .lead{max-width:none;margin-bottom:26px}

    /* --- ГАЛЕРЕЯ --- */
    .gallery{grid-template-columns:1fr 1fr;gap:14px}

    /* --- О ШКОЛЕ --- */
    .about-grid{gap:38px}
    .about-copy p{font-size:15.5px;max-width:none;margin-bottom:24px}
    .about-media .shape{width:84px;height:84px;top:-14px;right:-14px;border-radius:20px}
    .about-sub{width:140px;left:-6px;bottom:-18px;border-width:4px}
    .about-sub img{height:106px}

    /* --- ПОСТУПЛЕНИЕ --- */
    .postup-grid{gap:26px}
    .kid-svg{max-width:220px}
    .kid-badge{right:14%;font-size:14px;padding:8px 14px 8px 9px}
    .postup-content .step{padding:17px 18px;gap:13px}
    .postup-content .step .snum{font-size:23px;min-width:32px}
    .postup-content .step h4{font-size:17px}

    /* --- ФИНАЛЬНЫЙ CTA --- */
    .cta2{padding:70px 0}
    .cta2 .inner{padding:0 4px}
    .cta-card input{font-size:16px;padding:14px 18px}

    /* --- ФУТЕР --- */
    footer{padding:52px 0 28px}
    .foot-grid{gap:30px;margin-bottom:34px}
    .foot-tag{max-width:none}
  }

  /* ---------- ТЕЛЕФОН (<=600px) ---------- */
  @media(max-width:600px){
    .wrap{padding:0 16px}
    .nav{height:64px;gap:8px}
    .logo{font-size:18px;gap:9px}
    .logo .mark{width:30px;height:30px;font-size:15px;border-radius:8px}
    .nav-actions .btn{padding:10px 15px!important;font-size:13.5px!important}
    section[id],#about,#why,#napravleniya,#results,#postuplenie,#zayavka{scroll-margin-top:74px}

    .promo{font-size:12.5px;padding:8px 14px}

    /* HERO */
    .hero{padding:40px 0 0}
    .hero-grid{gap:32px}
    .hero p{font-size:16px;margin:20px 0 28px}
    .hero-cta{flex-direction:column;gap:10px}
    .hero-cta .btn{min-width:0;width:100%;justify-content:center}
    .btn{padding:15px 22px;font-size:15px}

    /* СТАТИСТИКА — 2x2, а не в столбик */
    .stats{margin-top:44px;padding:6px 2px;border-radius:18px}
    .stats-row{grid-template-columns:1fr 1fr}
    .stat{padding:22px 12px}
    .stat + .stat::before{display:none!important}
    .stat .vis{height:40px;margin-bottom:11px}
    .stat .circ{width:40px;height:40px}
    .stat .circ svg{width:19px;height:19px}
    .stat .num{font-size:27px}
    .stat .lbl{font-size:13px;margin-top:7px;max-width:16ch}

    section.block{padding:56px 0}
    #about{padding:56px 0}
    .head{margin-bottom:30px}
    .head p{font-size:15px}
    .sec-cta{margin-top:28px}
    .sec-cta.left{margin-top:26px}
    .btn-apply,.cta-card .btn-apply{width:100%;justify-content:center;font-size:15.5px;padding:16px 20px}

    /* НАПРАВЛЕНИЯ */
    .bento{gap:12px;grid-template-columns:1fr;grid-auto-rows:auto}
    .bento>*{grid-column:auto;grid-row:auto}
    .b-feature{min-height:230px}
    .b-feature .txt{padding:22px 18px}
    .b-feature .txt h3{font-size:22px}
    .b-feature .txt .k{font-size:11px;margin-bottom:12px;padding:5px 11px}
    /* карточки направлений компактнее: иконка слева, текст справа */
    .dir{padding:18px 46px 18px 18px;gap:15px;flex-direction:row;align-items:center;justify-content:flex-start}
    .dir .ci{width:46px;height:46px;border-radius:13px;flex-shrink:0}
    .dir .ci svg{width:23px;height:23px}
    .dir .dt h4,.d-eng .dt h4,.d-prof .dt h4{font-size:19px}
    .dir .dt span{font-size:10.5px;margin-top:5px}
    .dir .arrow{top:50%;right:16px;transform:translateY(-50%)}
    .dir:hover .arrow{transform:translateY(-50%) translateX(5px)}
    .dir .arrow svg{width:19px;height:19px}
    .runners{height:76px;margin-top:26px}

    .mq2{padding:18px 0}
    .mq2 .row{font-size:22px}

    /* ТЁМНЫЙ БЛОК */
    .feat{padding:28px 22px 26px}
    .feat::before{font-size:44px;top:16px;right:18px}
    .feat p{font-size:14.5px}

    /* РЕЗУЛЬТАТЫ */
    .results-sec{padding:56px 0}
    .r-media{margin:26px 16px 0;height:250px;border-radius:18px}
    .r-badge{left:12px;bottom:12px;max-width:210px;padding:10px 12px}
    .r-badge .rb-t{font-size:12.5px}
    .r-badge .rb-m{font-size:11px}
    .ritem{padding:15px 16px;gap:12px}
    .ritem .rico{width:36px;height:36px;border-radius:10px}
    .ritem .rico svg{width:19px;height:19px}
    .ritem .t{font-size:14.5px}
    .ritem .m{font-size:13px}

    /* ГАЛЕРЕЯ — свайп-лента вместо трёх колонок */
    .gallery{display:flex;grid-template-columns:none;gap:12px;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;margin:0 -16px;padding:0 16px 8px;scrollbar-width:none}
    .gallery::-webkit-scrollbar{display:none}
    .gitem{flex:0 0 80%;scroll-snap-align:center;aspect-ratio:3/4}
    .gitem .cap{font-size:14px;padding:20px 16px 14px}

    /* О ШКОЛЕ */
    .about-grid{gap:34px}
    #about .ghost{font-size:clamp(54px,15vw,90px)}
    .about-media .shape{width:70px;height:70px;top:-12px;right:-12px}
    .about-sub{width:142px;left:-4px;bottom:-16px}
    .about-sub img{height:100px}
    .about-sub .cap{font-size:10.5px;padding:16px 8px 6px;line-height:1.25;gap:5px}

    /* ПОСТУПЛЕНИЕ */
    .postup-grid{gap:22px}
    .kid-svg{max-width:190px}
    .kid-badge{right:10%;top:6%;font-size:13px;padding:7px 12px 7px 8px}
    .kid-badge .ok{width:19px;height:19px;font-size:11px}
    .postup-content .step{padding:16px;gap:11px}
    .postup-content .step .snum{font-size:21px;min-width:28px}
    .postup-content .step p{font-size:13.5px}

    /* ФИНАЛЬНЫЙ CTA */
    .cta2{padding:56px 0}
    .cta2 .inner{padding:0}
    .cta2 .lead{font-size:15px}
    .cta-card{padding:22px 18px;margin-top:24px;border-radius:18px}
    .cta-card .cc-title{font-size:18px;margin-bottom:16px}
    .cta2 .phone-line{font-size:14.5px;margin-top:18px}

    /* ФУТЕР */
    footer{padding:44px 0 24px}
    .foot-grid{grid-template-columns:1fr;gap:26px;margin-bottom:28px}
    .foot-bottom{flex-direction:column;align-items:flex-start;gap:8px;font-size:13px}
  }

  /* ---------- УЗКИЕ ЭКРАНЫ (<=380px) ---------- */
  @media(max-width:380px){
    .wrap{padding:0 14px}
    .hero h1{font-size:29px}
    .logo{font-size:16.5px}
    .nav-actions .btn{padding:9px 12px!important;font-size:12.5px!important}
    .stat .num{font-size:24px}
    .stat .lbl{font-size:12.5px}
    .kid-svg{max-width:168px}
    .b-feature .txt h3{font-size:20px}
    .gallery{margin:0 -14px;padding:0 14px 8px}
    .gitem{flex:0 0 86%}
  }

  /* ---------- ПРОИЗВОДИТЕЛЬНОСТЬ НА ТЕЛЕФОНАХ ---------- */
  @media(max-width:900px) and (hover:none){
    .dark::before,.dark::after,.results-sec::before,.cta2::before,.r-fx{animation:none}
    .ritem{animation:none}
    .dir.flag::before{animation:none}
  }



  /* ===== ПЕРЕКЛЮЧАТЕЛЬ ЯЗЫКОВ ===== */
  .langs{display:flex;gap:2px;align-items:center;background:var(--soft);border:1px solid var(--line);border-radius:10px;padding:3px;flex-shrink:0}
  .langs a{font-size:12.5px;font-weight:700;color:var(--muted);padding:6px 9px;border-radius:7px;line-height:1;transition:.18s}
  .langs a:hover{color:var(--navy)}
  .langs a.on{background:var(--navy);color:#fff}
  @media(max-width:900px){
    .nav-actions .btn{display:none}
    .nav-actions{margin-left:auto}
    .burger{margin-left:4px}
  }
  @media(max-width:380px){
    .langs a{padding:5px 7px;font-size:11.5px}
  }

  /* ===== ШАПКА: без переносов строк ===== */
  .logo{white-space:nowrap;flex-shrink:0}
  .menu a{white-space:nowrap}
  .nav-phone{white-space:nowrap}
  .nav-actions .btn{white-space:nowrap}
  @media(min-width:901px) and (max-width:1240px){
    .nav{gap:20px}
    .menu{gap:17px;font-size:14px;margin-left:0}
    .nav-actions{gap:10px}
    .nav-phone{font-size:14px}
    .langs a{padding:6px 8px;font-size:12px}
  }

  /* ===== ШАПКА: помещаем всё в одну строку ===== */
  .nav{gap:22px}
  .menu{gap:18px}
  @media(min-width:901px) and (max-width:1150px){
    .nav-phone{display:none}
    .nav{gap:14px}
    .menu{gap:12px;font-size:13.5px;margin-left:0}
    .nav-actions{gap:8px}
    .nav-actions .btn{padding:11px 16px!important;font-size:14px!important}
    .langs a{padding:6px 7px;font-size:11.5px}
  }

  @media(max-width:360px){
    .nav{gap:6px}
    .logo{font-size:15px;gap:7px}
    .logo .mark{width:26px;height:26px;font-size:13px}
    .langs{padding:2px;gap:1px}
    .langs a{padding:5px 6px;font-size:11px}
    .burger{width:38px;height:38px;margin-left:2px}
  }
