@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800;900&display=swap');

*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
:root{
  --blue:#1A6BFF;
  --blue-dark:#1255D4;
  --orange:#FF5722;
  --orange-dark:#E64A19;
  --green:#2ECC71;
  --text:#1C1C2E;
  --muted:#6B7280;
  --bg:#F5F7FB;
  --white:#fff;
  --border:#E4E9F2;
}
html{scroll-behavior:smooth}
body{font-family:'Manrope',sans-serif;color:var(--text);background:var(--white);-webkit-font-smoothing:antialiased;overflow-x:hidden}
a{text-decoration:none;color:inherit}
ul{list-style:none}

/* ── NAVBAR ── */
.navbar{
  position:sticky;top:0;z-index:999;height:76px;
  background:#fff;
  border-bottom:1px solid #E8ECF4;
  display:flex;align-items:center;justify-content:space-between;
  padding:0 40px;
  max-width:100%;
}
.navbar-inner{
  width:100%;max-width:1200px;margin:0 auto;
  display:flex;align-items:center;justify-content:space-between;gap:24px;
}
.nb-logo{display:flex;align-items:center;flex-shrink:0}
.nb-logo img{height:57px;width:auto;display:block}
/* Текстовый логотип (fallback) */
.nb-logo-text{font-weight:900;font-size:20px;letter-spacing:-.2px;display:flex;align-items:center}
.nb-logo-text .lp{color:var(--blue)}
.nb-logo-text .ld{color:var(--blue)}
.nb-logo-text .lm{color:#1C1C2E}
.nb-nav{display:flex;gap:36px;flex:1;justify-content:center}
.nb-nav a{font-size:15px;font-weight:500;color:#374151;transition:color .15s;white-space:nowrap}
.nb-nav a:hover{color:var(--blue)}
.nb-btns{display:flex;gap:10px;flex-shrink:0}
.nb-btn-discuss{
  display:inline-flex;align-items:center;gap:7px;
  padding:10px 22px;border-radius:8px;border:none;cursor:pointer;
  background:var(--orange);color:#fff;font-size:13.5px;font-weight:700;
  font-family:'Manrope',sans-serif;transition:background .18s;white-space:nowrap;
}
.nb-btn-discuss:hover{background:var(--orange-dark)}
.nb-btn-call{
  display:inline-flex;align-items:center;gap:7px;
  padding:10px 22px;border-radius:8px;border:none;cursor:pointer;
  background:var(--blue);color:#fff;font-size:13.5px;font-weight:700;
  font-family:'Manrope',sans-serif;transition:background .18s;white-space:nowrap;
}
.nb-btn-call:hover{background:var(--blue-dark)}
.nb-btn-discuss svg,.nb-btn-call svg{width:15px;height:15px;stroke:currentColor;fill:none;stroke-width:2}

/* ── HERO ── */
.hero-outer{background:#fff}
.hero{
  max-width:1200px;margin:0 auto;padding:60px 40px 72px;
  display:flex;align-items:center;justify-content:space-between;
  position:relative;min-height:480px;
}
.hero-l{width:490px;flex-shrink:0}
.hero-pill{
  display:inline-flex;align-items:center;gap:5px;
  background:#E5EDFF;color:var(--blue);
  font-size:12.5px;font-weight:600;padding:5px 13px;border-radius:20px;margin-bottom:20px;
}
.hero-pill .dot{width:6px;height:6px;border-radius:50%;background:var(--blue);flex-shrink:0}
.hero h1{font-size:44px;font-weight:900;line-height:1.14;margin-bottom:24px;letter-spacing:-.6px}
.hero h1 .accent{color:var(--blue)}
.hero-list{display:flex;flex-direction:column;gap:12px;margin-bottom:34px}
.hero-item{display:flex;align-items:center;gap:10px;font-size:15px;font-weight:500}
.hero-tick{
  width:22px;height:22px;border-radius:50%;background:var(--blue);
  display:flex;align-items:center;justify-content:center;flex-shrink:0;
}
.hero-tick svg{width:11px;height:11px;stroke:#fff;fill:none;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}
.hero-cta{
  display:inline-flex;align-items:center;gap:9px;
  background:var(--orange);color:#fff;font-size:15.5px;font-weight:800;
  padding:15px 30px;border-radius:8px;border:none;cursor:pointer;
  font-family:'Manrope',sans-serif;transition:background .15s;
}
.hero-cta:hover{background:var(--orange-dark)}
.hero-cta svg{width:17px;height:17px;stroke:#fff;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}

.hero-r{flex:1;position:relative;height:420px;display:flex;align-items:flex-end;justify-content:flex-end}
.hero-orange{position:absolute;top:10px;right:30px;width:100px;height:100px;border-radius:50%;background:linear-gradient(135deg,#FF8C4A,#FF5722);opacity:.4;pointer-events:none}
.hero-user-icon{
  position:absolute;top:18px;right:10px;
  width:50px;height:50px;border-radius:50%;background:rgba(255,255,255,.9);
  box-shadow:0 4px 18px rgba(26,107,255,.18);
  display:flex;align-items:center;justify-content:center;font-size:20px;z-index:4;
}
.hero-blob{
  position:absolute;right:0;bottom:0;width:390px;height:390px;
  background:linear-gradient(145deg,#CBDCFf,#A8C3FF);
  border-radius:50% 50% 0 50%;overflow:hidden;
  display:flex;align-items:flex-end;justify-content:center;z-index:2;
}
.hero-blob-img{
  width:280px;height:340px;background:linear-gradient(180deg,#7BA7F7 0%,#5587F0 100%);
  border-radius:140px 140px 0 0;display:flex;align-items:center;justify-content:center;font-size:90px;
}
.hero-target{
  position:absolute;left:40px;top:50%;transform:translateY(-50%);
  width:56px;height:56px;border-radius:50%;background:rgba(255,87,34,.85);
  display:flex;align-items:center;justify-content:center;z-index:5;
  box-shadow:0 4px 16px rgba(255,87,34,.35);
}
.hero-target svg{width:28px;height:28px;stroke:#fff;fill:none;stroke-width:1.8}

@keyframes float{0%,100%{transform:translateY(0)}50%{transform:translateY(-9px)}}
.fcard{
  position:absolute;background:#fff;border-radius:14px;
  box-shadow:0 8px 32px rgba(26,107,255,.14);padding:13px 17px;z-index:6;
  animation:float 4s ease-in-out infinite;
}
.fcard .fc-lbl{font-size:11px;color:var(--muted);font-weight:500;margin-bottom:3px}
.fcard .fc-val{font-size:26px;font-weight:900;line-height:1.1;color:var(--green)}
.fc-traffic{top:16px;right:108px;min-width:130px;animation-delay:0s}
.fc-sales{bottom:82px;right:4px;min-width:126px;animation-delay:1.4s}
.fc-conv{bottom:8px;left:2px;min-width:116px;animation-delay:2.4s}
.minibars{display:flex;align-items:flex-end;gap:3px;height:26px;margin-top:7px}
.minibars b{display:block;width:10px;border-radius:2px 2px 0 0;background:var(--blue)}

@keyframes fadeUp{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}
.hero-pill{animation:fadeUp .5s .05s ease both}
.hero h1{animation:fadeUp .5s .12s ease both}
.hero-list{animation:fadeUp .5s .22s ease both}
.hero-cta{animation:fadeUp .5s .32s ease both}

/* ── MARQUEE / БЕГУЩАЯ СТРОКА ── */
.marquee-wrap{
  background:#fff;
  padding:20px 0;
}
/* Ограничиваем шириной сетки и обрезаем */
.marquee-outer{
  max-width:1200px;
  margin:0 auto;
  padding:0 40px;
  overflow:hidden;
  position:relative;
}
/* fade edges внутри контейнера */
.marquee-outer::before,.marquee-outer::after{
  content:'';position:absolute;top:0;bottom:0;width:60px;z-index:2;pointer-events:none;
}
.marquee-outer::before{left:40px;background:linear-gradient(to right,#fff,transparent)}
.marquee-outer::after{right:40px;background:linear-gradient(to left,#fff,transparent)}
.marquee-track{
  display:flex;gap:0;width:max-content;
  animation:marquee 22s linear infinite;
}
.marquee-track:hover{animation-play-state:paused}
.marquee-item{
  display:flex;align-items:center;gap:12px;
  padding:0 28px;
  font-size:16px;font-weight:700;color:#C1C9D8;
  letter-spacing:.01em;white-space:nowrap;user-select:none;
}
.marquee-item.boxed{
  border:2px solid #C1C9D8;padding:3px 14px;border-radius:5px;
  font-size:12px;letter-spacing:.12em;margin:0 20px;
}
.marquee-sep{
  color:#DDE3EE;font-size:20px;font-weight:300;
  align-self:center;flex-shrink:0;
}
@keyframes marquee{
  0%{transform:translateX(0)}
  100%{transform:translateX(-50%)}
}

/* ── SHARED SECTION ── */
.sec{max-width:1200px;margin:0 auto;padding:64px 40px}
.sec-hd{display:flex;align-items:center;justify-content:space-between;margin-bottom:32px;gap:20px}
.sec-hd h2{font-size:30px;font-weight:900;letter-spacing:-.3px}
.more-link{display:flex;align-items:center;gap:5px;color:var(--blue);font-size:14px;font-weight:600;white-space:nowrap;transition:opacity .15s}
.more-link:hover{opacity:.7}
.more-link svg{width:16px;height:16px;stroke:var(--blue);fill:none;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}

/* ── FACTS STRIP ── */
.facts-strip{background:#fff;padding:0}
.facts-inner{
  max-width:1200px;margin:0 auto;padding:48px 40px;
  display:grid;grid-template-columns:repeat(4,1fr);
}
.fact{text-align:center;padding:0 20px;border-right:1px solid var(--border)}
.fact:last-child{border-right:none}
.fact-num{font-size:52px;font-weight:900;color:var(--blue);line-height:1;margin-bottom:8px}
.fact-num sup{font-size:28px}
.fact-lbl{font-size:12.5px;color:var(--muted);line-height:1.55}

/* ── SERVICES ── */
.svcs-wrap{background:#fff}
.svcs-card-wrap{background:#F4F6FA;border-radius:16px;padding:32px 28px}
.svcs-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:16px}
.svc{background:#fff;border:1.5px solid var(--border);border-radius:14px;padding:24px 18px;transition:all .2s;cursor:pointer}
.svc:hover{border-color:var(--blue);transform:translateY(-3px);box-shadow:0 6px 24px rgba(26,107,255,.1)}
.svc-ico{width:50px;height:50px;border-radius:11px;background:#EEF3FF;display:flex;align-items:center;justify-content:center;margin-bottom:14px}
.svc-ico svg{width:25px;height:25px;stroke:var(--blue);fill:none;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.svc h3{font-size:14.5px;font-weight:700;margin-bottom:8px;line-height:1.35}
.svc p{font-size:12.5px;color:var(--muted);line-height:1.65}

/* ── CASES ── */
.cases-wrap{background:#fff}
.cases-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.case{background:#fff;border:1.5px solid var(--border);border-radius:16px;overflow:hidden;cursor:pointer;transition:box-shadow .2s,transform .2s}
.case:hover{box-shadow:0 8px 32px rgba(26,107,255,.1);transform:translateY(-4px)}
.case-img{height:150px;display:flex;align-items:center;justify-content:center;font-size:44px;position:relative;overflow:hidden}
.case-img.c1{background:linear-gradient(135deg,#EEF3FF,#D6E4FF)}
.case-img.c2{background:linear-gradient(135deg,#F0F9FF,#D6EEFF)}
.case-img.c3{background:linear-gradient(135deg,#FFF9EE,#FFE8CC)}
.case-img-inner{position:absolute;right:0;top:0;bottom:0;width:120px;display:flex;align-items:center;justify-content:center;font-size:56px}
.case-lines{position:absolute;left:12px;top:50%;transform:translateY(-50%);display:flex;flex-direction:column;gap:5px}
.case-lines span{display:block;height:5px;border-radius:3px;background:rgba(26,107,255,.15)}
.case-body{padding:18px 20px 22px}
.case-tag{font-size:11px;font-weight:700;color:var(--blue);margin-bottom:7px;display:block;letter-spacing:.03em}
.case-title{font-size:17px;font-weight:800;margin-bottom:6px;line-height:1.3}
.case-desc{font-size:12.5px;color:var(--muted);margin-bottom:14px;line-height:1.6}
.case-foot{display:flex;align-items:flex-end;justify-content:space-between;gap:8px}
.case-metric{font-size:30px;font-weight:900;color:var(--orange)}
.case-metric.g{color:var(--green)}
.case-metric-lbl{font-size:11px;color:var(--muted);margin-top:3px}
.case-arrow{width:34px;height:34px;border-radius:50%;background:var(--orange);display:flex;align-items:center;justify-content:center;flex-shrink:0}
.case-arrow svg{width:14px;height:14px;stroke:#fff;fill:none;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round}

/* ── FOR WHOM ── */
.forwhom-wrap{background:#fff}
.forwhom-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}
.fw-card{
  background:#fff;border:1.5px solid var(--border);border-radius:14px;
  padding:18px 20px;display:flex;align-items:center;gap:14px;
  font-size:15px;font-weight:600;transition:all .2s;cursor:default;
}
.fw-card:hover{border-color:var(--blue);box-shadow:0 4px 18px rgba(26,107,255,.08)}
.fw-icon{font-size:28px;flex-shrink:0}

/* ── PRICING ── */
.pricing-wrap{background:#fff}
.pricing-grid{
  display:grid;grid-template-columns:repeat(3,1fr);
  gap:0;align-items:stretch;
  padding-top:24px;
}
.pc{
  background:#fff;border-radius:24px;
  padding:40px 32px 36px;
  position:relative;display:flex;flex-direction:column;
  transition:box-shadow .2s;
  border:2px solid var(--border);
  margin:0 8px;
}
.pc:first-child{margin-left:0}
.pc:last-child{margin-right:0}
.pc.hot{
  background:linear-gradient(160deg,#1A6BFF 0%,#0D4ED8 100%);
  border-color:transparent;
  box-shadow:0 20px 60px rgba(26,107,255,.35);
  z-index:2;
  margin:-16px 0;
  padding:56px 32px 52px;
  border-radius:28px;
}
/* popular badge */
.pc-badge{
  position:absolute;top:-18px;left:50%;transform:translateX(-50%);
  background:#fff;border:2px solid #E4E9F2;
  color:var(--text);font-size:13px;font-weight:700;
  padding:6px 20px;border-radius:30px;
  display:flex;align-items:center;gap:6px;white-space:nowrap;
  box-shadow:0 4px 14px rgba(0,0,0,.08);
}
.pc-badge .badge-icon{font-size:15px}
.pc-name{
  font-size:26px;font-weight:900;text-align:center;
  margin-bottom:10px;color:var(--text);
}
.pc.hot .pc-name{color:#fff}
.pc-sub{
  font-size:13.5px;color:var(--muted);text-align:center;
  margin-bottom:28px;line-height:1.5;min-height:40px;
}
.pc.hot .pc-sub{color:rgba(255,255,255,.75)}
.pc-price{
  font-size:48px;font-weight:900;text-align:center;
  color:var(--text);margin-bottom:28px;line-height:1;
  letter-spacing:-1px;
}
.pc.hot .pc-price{color:#fff}
.pc-price sup{font-size:26px;font-weight:800;vertical-align:super}
.pc-divider{height:1px;background:var(--border);margin-bottom:24px}
.pc.hot .pc-divider{background:rgba(255,255,255,.2)}
.pc-lead{
  font-size:13px;font-weight:700;margin-bottom:14px;
  color:var(--text);
}
.pc.hot .pc-lead{color:rgba(255,255,255,.9)}
.pc-feats{
  display:flex;flex-direction:column;gap:11px;
  margin-bottom:32px;flex:1;
}
.pc-feats li{
  display:flex;align-items:flex-start;gap:10px;
  font-size:13.5px;line-height:1.5;color:var(--text);
}
.pc.hot .pc-feats li{color:rgba(255,255,255,.92)}
.pc-check{
  width:18px;height:18px;border-radius:50%;
  background:#EEF3FF;border:2px solid var(--blue);
  display:flex;align-items:center;justify-content:center;
  flex-shrink:0;margin-top:1px;
}
.pc-check svg{width:8px;height:8px;stroke:var(--blue);stroke-width:2.8;fill:none}
.pc.hot .pc-check{background:rgba(255,255,255,.2);border-color:rgba(255,255,255,.5)}
.pc.hot .pc-check svg{stroke:#fff}
.btn-pc{
  width:100%;padding:16px;border-radius:50px;
  font-size:16px;font-weight:800;cursor:pointer;border:none;
  font-family:'Manrope',sans-serif;transition:all .2s;
  text-align:center;
}
.btn-pc.blue{background:var(--blue);color:#fff}
.btn-pc.blue:hover{background:var(--blue-dark)}
.btn-pc.orange{background:var(--orange);color:#fff}
.btn-pc.orange:hover{background:var(--orange-dark)}
@media(max-width:900px){
  .pricing-grid{grid-template-columns:1fr;gap:16px}
  .pc{margin:0 !important;padding:36px 28px !important}
  .pc.hot{margin:0 !important;padding:36px 28px !important}
}

/* ── FAQ ── */
.faq-wrap{background:#fff}
.faq-list{display:flex;flex-direction:column;gap:12px}
.faq-item{background:#fff;border:1.5px solid var(--border);border-radius:14px;overflow:hidden;transition:border-color .2s}
.faq-item.open{border-color:var(--blue)}
.faq-q{padding:20px 24px;display:flex;align-items:center;justify-content:space-between;cursor:pointer;gap:14px;font-size:16px;font-weight:600}
.faq-ico{width:32px;height:32px;border-radius:50%;background:var(--bg);flex-shrink:0;display:flex;align-items:center;justify-content:center;transition:all .28s}
.faq-ico svg{stroke:var(--muted);stroke-width:2;fill:none;width:14px;height:14px;transition:stroke .2s}
.faq-item.open .faq-ico{background:var(--blue);transform:rotate(45deg)}
.faq-item.open .faq-ico svg{stroke:#fff}
.faq-a{max-height:0;overflow:hidden;transition:max-height .32s ease,padding .22s;font-size:14px;color:var(--muted);line-height:1.75;padding:0 24px}
.faq-item.open .faq-a{max-height:300px;padding:0 24px 20px}

/* ── CTA BANNER ── */
.cta-outer {
  padding: 90px 40px 68px;
  max-width: 1200px;
  margin: 0 auto;
  overflow: visible;
}

.cta-banner {
  background: linear-gradient(130deg,#1A6BFF 0%,#0D4ED8 100%);
  border-radius: 24px;
  position: relative;
  overflow: visible;
  padding: 60px 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  min-height: 260px;
}
.cta-dec{position:absolute;border-radius:50%;border:1.5px dashed rgba(255,255,255,.2);pointer-events:none}
.cd1{width:260px;height:260px;right:220px;top:-80px}
.cd2{width:180px;height:180px;right:160px;bottom:-60px}
.cd3{width:100px;height:100px;right:260px;bottom:20px}
.cta-left{max-width:540px;flex:1 1 auto;position:relative;z-index:2}
.cta-left h2{font-size:38px;font-weight:900;color:#fff;line-height:1.2;margin-bottom:12px;letter-spacing:-.4px}
.cta-left p{color:rgba(255,255,255,.76);font-size:15px;margin-bottom:30px;line-height:1.65}
.cta-btns{display:flex;flex-direction:row;gap:14px;flex-wrap:wrap}
.cta-btn-main{padding:14px 30px;border-radius:8px;background:var(--orange);color:#fff;font-size:15px;font-weight:800;border:none;cursor:pointer;font-family:'Manrope',sans-serif;transition:background .15s}
.cta-btn-main:hover{background:var(--orange-dark)}
.cta-btn-ghost{padding:14px 30px;border-radius:8px;color:#fff;font-size:15px;font-weight:700;background:rgba(255,255,255,.12);border:1.5px solid rgba(255,255,255,.35);cursor:pointer;font-family:'Manrope',sans-serif;transition:all .15s}
.cta-btn-ghost:hover{background:rgba(255,255,255,.22)}
.cta-right{position:relative;width:280px;height:220px;display:flex;align-items:flex-end;justify-content:center;z-index:2;flex-shrink:0}
.cta-person{width:180px;height:220px;display:flex;align-items:flex-end;justify-content:center;position:relative;background:rgba(255,255,255,.12);border-radius:90px 90px 0 0;overflow:hidden}
.cta-orange-btn{position:absolute;width:52px;height:52px;border-radius:50%;background:var(--orange);display:flex;align-items:center;justify-content:center;box-shadow:0 6px 20px rgba(255,87,34,.45);top:30px;left:-10px}
.cta-orange-btn svg{width:22px;height:22px;stroke:#fff;fill:none;stroke-width:2;stroke-linecap:round}
.cta-chart-ico{position:absolute;top:24px;right:24px;width:48px;height:48px;border-radius:12px;background:rgba(255,255,255,.15);border:1px solid rgba(255,255,255,.25);display:flex;align-items:center;justify-content:center;z-index:3}
.cta-chart-ico svg{width:22px;height:22px;stroke:#fff;fill:none;stroke-width:1.8}

/* ── FOOTER ── */
footer{background:#fff;border-top:1px solid #E8ECF4}

/* ── Верхняя часть футера ── */
.ft-top{padding:28px 40px 24px}
.ft-top-inner{
  max-width:1200px;margin:0 auto;
  display:grid;
  grid-template-columns:220px 1fr 1fr 200px;
  align-items:flex-start;
  gap:40px;
}

/* Кол.1: логотип + реквизиты под ним */
.ft-left-col{
  display:flex;flex-direction:column;align-items:flex-start;
  gap:10px;
}
.ft-logo{display:flex;align-items:center}
.ft-requisites{
  font-size:10.5px;color:#9CA3AF;line-height:1.7;
}

/* Кол.2 и 3: навигация (Услуги / Компания) */
.ft-nav-col{
  display:flex;flex-direction:column;gap:8px;
}
.ft-nav-col h4{
  font-size:11px;font-weight:700;color:#9CA3AF;text-transform:uppercase;
  letter-spacing:.06em;margin-bottom:4px;
}
.ft-nav-col a{font-size:13px;color:#6B7280;transition:color .15s;white-space:nowrap;display:block}
.ft-nav-col a:hover{color:var(--blue)}

/* Кол.4: контакты + кнопки */
.ft-right-col{
  display:flex;flex-direction:column;
  align-items:flex-start;gap:12px;
}
.ft-phone{font-size:14px;font-weight:700;color:#1C1C2E;margin-bottom:3px;white-space:nowrap}
.ft-email{font-size:12px;color:#6B7280;white-space:nowrap}
.ft-messenger-btns{display:flex;flex-direction:column;gap:8px;width:100%}
.ft-msg-btn{
  display:flex;align-items:center;justify-content:center;
  padding:9px 16px;border-radius:8px;font-size:12.5px;font-weight:700;
  color:#fff;text-decoration:none;transition:opacity .15s;white-space:nowrap;
  width:100%;
}
.ft-msg-btn:hover{opacity:.85}
.ft-msg-max{background:#FF5722}
.ft-msg-tg{background:#229ED9}

/* Нижняя полоса */
.ft-bottom{border-top:1px solid #F0F2F6;padding:11px 40px}
.ft-bottom-inner{
  max-width:1200px;margin:0 auto;
  display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap;
}
.ft-copy{font-size:11px;color:#B0B7C3}
.ft-legal-links{display:flex;gap:16px;flex-wrap:wrap}
.ft-legal-a{font-size:11px;color:#B0B7C3;transition:color .15s}
.ft-legal-a:hover{color:var(--blue)}

/* ══════════════════════════════
   BURGER MENU
══════════════════════════════ */
.burger{
  display:none;flex-direction:column;justify-content:center;gap:5px;
  width:36px;height:36px;cursor:pointer;background:none;border:none;padding:4px;flex-shrink:0;
}
.burger span{
  display:block;height:2px;border-radius:2px;background:var(--text);transition:all .25s;transform-origin:center;
}
.burger.open span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.burger.open span:nth-child(2){opacity:0;transform:scaleX(0)}
.burger.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}

.mobile-nav{
  display:none;position:fixed;top:76px;left:0;right:0;z-index:998;
  background:#fff;border-bottom:1px solid #E8ECF4;
  box-shadow:0 8px 24px rgba(0,0,0,.08);
  flex-direction:column;padding:12px 16px 20px;gap:0;
}
.mobile-nav.open{display:flex}
.mobile-nav a{
  font-size:16px;font-weight:500;color:var(--text);
  padding:12px 8px;border-bottom:1px solid #F3F4F6;
  transition:color .15s;
}
.mobile-nav a:last-child{border-bottom:none}
.mobile-nav a:hover{color:var(--blue)}
.mobile-nav-btns{
  display:flex;flex-direction:column;gap:8px;
  margin-top:12px;padding-top:12px;border-top:1px solid #E8ECF4;
}
.mob-btn{
  display:flex;align-items:center;justify-content:center;gap:8px;
  padding:13px 20px;border-radius:8px;font-size:15px;font-weight:700;
  font-family:'Manrope',sans-serif;cursor:pointer;border:none;
  width:100%;text-align:center;
}
.mob-btn-max{background:var(--orange);color:#fff}
.mob-btn-call{background:var(--blue);color:#fff}
.mob-btn-call svg{width:16px;height:16px;stroke:#fff;fill:none;stroke-width:2}

/* ══════════════════════════════
   TABLET 1024px
══════════════════════════════ */
@media(max-width:1024px){
  .navbar{padding:0 24px}
  .hero{padding:52px 24px 64px;gap:32px}
  .hero-l{width:420px}
  .hero h1{font-size:38px}
  .hero-r{height:360px}
  .hero-blob{width:320px;height:320px}
  .hero-blob-img{width:230px;height:280px;font-size:76px}
  .sec{padding:52px 24px}
  .facts-inner{padding:36px 24px}
  .cta-outer{padding:0 24px 52px}
  .marquee-outer{padding:0 24px}
  .marquee-outer::before{left:24px}
  .marquee-outer::after{right:24px}
  .ft-top{padding:24px 24px 20px}
  .ft-bottom{padding:11px 24px}
  .nb-nav{gap:20px}
  .nb-nav a{font-size:13.5px}
  .nb-btn-discuss{display:none}
  .svcs-grid{grid-template-columns:repeat(3,1fr)}
  .cases-grid{grid-template-columns:1fr 1fr}
  .forwhom-grid{grid-template-columns:1fr 1fr}
  .pricing-grid{grid-template-columns:repeat(3,1fr)}
  .fact-num{font-size:40px}
  .pc.hot{margin:-12px 0;padding:48px 24px 44px}
  .pc{padding:32px 20px 28px}
}

/* ══════════════════════════════
   MOBILE 768px
══════════════════════════════ */
@media(max-width:768px){
  /* Navbar */
  .navbar{padding:0 16px;height:64px}
  .mobile-nav{top:64px}
  .nb-nav{display:none}
  .nb-btns{display:none}
  .burger{display:flex}

  /* Hero */
  .hero{flex-direction:column;padding:32px 16px 44px;gap:0;min-height:auto}
  .hero-l{width:100%}
  .hero h1{font-size:28px;letter-spacing:-.3px;margin-bottom:18px}
  .hero-pill{font-size:11.5px;margin-bottom:14px}
  .hero-list{margin-bottom:24px;gap:10px}
  .hero-item{font-size:14px}
  .hero-cta{width:100%;justify-content:center;font-size:15px;padding:13px 20px}
  .hero-r{display:none}

  /* Marquee */
  .marquee-outer{padding:0 16px}
  .marquee-outer::before{left:16px}
  .marquee-outer::after{right:16px}
  .marquee-item{font-size:14px;padding:0 16px}
  .marquee-wrap{padding:12px 0}

  /* Sections */
  .sec{padding:36px 16px}
  .sec-hd{margin-bottom:22px;flex-wrap:wrap;gap:8px}
  .sec-hd h2{font-size:22px}
  .more-link{font-size:13px}
  .sec-box{padding:18px 14px;border-radius:12px}

  /* Facts */
  .facts-inner{grid-template-columns:1fr 1fr;gap:0;padding:20px 16px}
  .fact{padding:18px 12px;border-right:none;border-bottom:1px solid var(--border)}
  .fact:nth-child(odd){border-right:1px solid var(--border)}
  .fact:nth-last-child(-n+2){border-bottom:none}
  .fact-num{font-size:34px}
  .fact-num sup{font-size:20px}
  .fact-lbl{font-size:11px}

  /* Services */
  .svcs-card-wrap{padding:16px 14px;border-radius:12px}
  .svcs-grid{grid-template-columns:1fr 1fr;gap:10px}
  .svc{padding:16px 14px}
  .svc-ico{width:42px;height:42px;margin-bottom:12px}
  .svc h3{font-size:13px}
  .svc p{font-size:11.5px}

  /* Cases */
  .cases-grid{grid-template-columns:1fr}

  /* For whom */
  .forwhom-grid{grid-template-columns:1fr 1fr;gap:8px}
  .fw-card{padding:12px 14px;font-size:13px;gap:10px}
  .fw-icon{font-size:20px}

  /* Pricing */
  .pricing-grid{display:flex;flex-direction:column;gap:40px;align-items:stretch}
  .pc,.pc.hot{margin:0 !important;padding:28px 20px 24px !important;border-radius:18px !important}
  .pc-name{font-size:22px}
  .pc-price{font-size:38px;margin-bottom:20px}
  .pc-price sup{font-size:20px}

  /* FAQ */
  .faq-q{font-size:14px;padding:15px 16px;gap:10px}
  .faq-a{padding:0 16px}
  .faq-item.open .faq-a{padding:0 16px 15px}

  /* CTA */
  .cta-outer{padding:0 16px 40px}
  .cta-banner{padding:32px 22px;border-radius:14px;min-height:auto}
  .cta-right{display:none}
  .cta-left h2{font-size:24px;margin-bottom:10px;letter-spacing:-.3px}
  .cta-left p{font-size:14px;margin-bottom:20px}
  .cta-btns{flex-direction:column;gap:10px;align-items:stretch}
  .cta-btn-main,.cta-btn-ghost{width:100%;text-align:center;padding:13px 20px;font-size:14.5px}

  /* ── FOOTER MOBILE ── */
  .ft-top{padding:20px 16px 16px}
  .ft-top-inner{
    grid-template-columns:1fr 1fr;
    gap:16px 20px;
  }
  .ft-left-col{
    grid-column:1/-1;
    flex-direction:row;
    align-items:flex-start;
    gap:14px;
  }
  .ft-logo img{height:30px !important}
  .ft-requisites{font-size:10px;line-height:1.6}
  .ft-nav-col h4{font-size:11px;margin-bottom:4px}
  .ft-nav-col a{font-size:13px}
  .ft-right-col{
    grid-column:1/-1;
    border-top:1px solid #F0F2F6;padding-top:16px;
    flex-direction:row;align-items:center;justify-content:space-between;gap:12px;
  }
  .ft-phone{font-size:13px;margin-bottom:2px}
  .ft-email{font-size:11px}
  .ft-messenger-btns{gap:8px;flex-shrink:0;width:auto}
  .ft-msg-btn{font-size:12px;padding:10px 16px;width:auto;min-width:150px;text-align:center}

  /* Нижняя полоса */
  .ft-bottom{padding:10px 16px}
  .ft-bottom-inner{flex-direction:column;align-items:flex-start;gap:6px;width:100%}
  .ft-copy{width:100%;font-size:10px}
  .ft-legal-links{gap:5px;width:100%;flex-direction:column}
  .ft-legal-a{font-size:10px}
}

/* ══════════════════════════════
   SMALL MOBILE 480px
══════════════════════════════ */
@media(max-width:480px){
  .hero h1{font-size:24px}
  .svcs-grid{grid-template-columns:1fr}
  .forwhom-grid{grid-template-columns:1fr}
  .facts-inner{grid-template-columns:1fr}
  .fact{border-right:none !important;border-bottom:1px solid var(--border)}
  .fact:last-child{border-bottom:none}
  .ft-top-inner{grid-template-columns:1fr}
  .ft-right-col{flex-direction:column;align-items:flex-start;gap:12px}
  .ft-messenger-btns{flex-direction:column;width:100%}
  .ft-msg-btn{width:100%;font-size:13px;padding:11px 16px}
  .ft-legal-links{flex-direction:column;gap:5px}
  .ft-legal-a{flex:none;width:100%}
}

/* ── SECTION INNER BOXES (серый фон только внутри, не на всю ширину) ── */
.sec-box{background:#F4F6FA;border-radius:16px;padding:32px 28px;margin-top:0}
.sec-box-white{background:#fff;border:1.5px solid var(--border);border-radius:16px;padding:32px 28px}

.hero-r {
  position: relative;
  overflow: visible;
}

.hero-person {
  position: absolute;
  right: 40px;
  bottom: -30px;
  width: 520px;
  max-width: 52vw;
  z-index: 3;
  pointer-events: none;
}

.hero-orange {
  z-index: 1;
}

.hero-blob {
  z-index: 2;
}

.fcard,
.hero-target,
.hero-user-icon {
  z-index: 5;
}

@media (max-width: 960px) {
  .hero-person {
    right: 50%;
    transform: translateX(50%);
    width: 420px;
    max-width: 86vw;
  }
}

@media (max-width: 640px) {
  .hero-person {
    width: 320px;
  }
}

/* ── CTA IMAGE: девушка вместо арки ── */
.cta-outer {
  padding: 70px 40px 68px !important;
  max-width: 1200px;
  margin: 0 auto;
  overflow: visible !important;
}

.cta-banner {
  overflow: visible !important;
  position: relative;
}

/* на случай, если Tilda/родительский html-блок режет абсолютные элементы */
.t-rec,
.t-container,
.t123,
.t-width,
.t-col {
  overflow: visible !important;
}

.cta-right {
  position: absolute !important;
  right: 80px;
  bottom: 0;
  width: 390px;
  height: 260px;
  z-index: 10;
  overflow: visible !important;
  pointer-events: none;
}

.cta-person {
  position: absolute !important;
  right: 0;
  bottom: 0;
  width: 390px;
  height: 260px;
  background: transparent !important;
  border-radius: 0 !important;
  overflow: visible !important;
  display: block !important;
}

.cta-girl {
  position: absolute !important;
  right: 0;
  bottom: 0;
  width: 360px;
  height: auto;
  max-width: none !important;
  z-index: 20;
  pointer-events: none;
}

/* старые декоративные элементы CTA */
.cta-orange-btn {
  display: none !important;
}

.cta-person > div:not(.cta-orange-btn) {
  display: none !important;
}

/* если в блоке осталась старая иконка графика */
.cta-chart-ico {
  z-index: 30;
}

@media(max-width:1024px){
  .cta-outer {
    padding: 130px 24px 52px !important;
  }

  .cta-right {
    right: 40px;
    bottom: 0;
    width: 340px;
    height: 240px;
  }

  .cta-person {
    width: 340px;
    height: 240px;
  }

  .cta-girl {
    width: 320px;
  }
}

@media(max-width:768px){
  .cta-outer {
    padding: 0 16px 40px !important;
  }

  .cta-banner {
    overflow: hidden !important;
  }

  .cta-right {
    display: none !important;
  }
}
.pm-footer a{color:inherit !important;text-decoration:none !important}

.ft-nav-col a,
.ft-nav-col a:visited {
  color: #6B7280 !important;
  text-decoration: none !important;
}
.ft-nav-col a:hover {
  color: #1A6BFF !important;
}
.ft-legal-a,
.ft-legal-a:visited {
  color: #B0B7C3 !important;
  text-decoration: none !important;
}

.ft-msg-max,
.ft-msg-max:visited,
.ft-msg-max:hover {
  background: #FF5722 !important;
  color: #fff !important;
  text-decoration: none !important;
}

.ft-msg-tg,
.ft-msg-tg:visited,
.ft-msg-tg:hover {
  background: #229ED9 !important;
  color: #fff !important;
  text-decoration: none !important;
}

.ft-msg-btn,
.ft-msg-btn:visited {
  color: #fff !important;
  text-decoration: none !important;
  opacity: 1;
}

.ft-msg-btn:hover {
  opacity: .85 !important;
}