/* ============================================================
   DM Marketing — Лендинг «Внедрение Битрикс24 в Казахстане»
   ============================================================ */

:root{
  /* Brand text */
  --c-text:        #15203a;     /* deep navy */
  --c-text-soft:   #44516b;
  --c-muted:       #6b7280;
  --c-line:        #e5e9f2;
  --c-line-soft:   #eef1f7;
  --c-card:        #ffffff;
  --c-bg-soft:     #f5f7fb;

  /* Accent — used ONLY for buttons / icons / dots, never for body text */
  --c-accent:      #d1254f;
  --c-accent-2:    #e35353;
  --c-accent-3:    #e48533;
  /* Navy palette — используется везде кроме кнопок */
  --c-navy:        #1f3a78;
  --c-navy-2:      #3a5fbf;
  --c-navy-soft:   #2a3a66;
  --grad-navy:     linear-gradient(135deg, #3a5fbf 0%, #1f3a78 100%);
  --grad-navy-soft:linear-gradient(135deg, #5577cc 0%, #2e4f9e 100%);
  /* WhatsApp brand */
  --c-wa:          #25d366;
  --c-wa-2:        #128c7e;

  /* Heading accents — solid navy/orange tone, no gradient on text */
  --c-heading-accent: #2a3a66;   /* slightly lifted navy for accent words */
  --c-link:           #1f3a78;

  --grad-cta: linear-gradient(61deg, #e48533 0%, #e35353 51.81%, #d1254f 100%);
  --grad-cta-hover: linear-gradient(61deg, #ee9744 0%, #ed6464 51.81%, #de3866 100%);
  --grad-bg:  radial-gradient(circle, #eff2f7 20%, #c8d8e8 100%);

  --shadow-card: 0 12px 40px -18px rgba(45,67,113,.18), 0 2px 6px rgba(45,67,113,.05);
  --shadow-cta:  0 14px 32px -10px rgba(31,58,120,.45);
  --shadow-soft: 0 8px 28px -16px rgba(45,67,113,.25);

  --radius-sm: 12px;
  --radius:    20px;
  --radius-lg: 28px;
  --radius-xl: 36px;

  --container: 1240px;
}

/* ============================================================
   Reset & base
   ============================================================ */
*,*::before,*::after{ box-sizing:border-box }
html{ -webkit-text-size-adjust:100%; scroll-behavior:smooth }
html,body{ overflow-x: hidden }
body{
  margin:0;
  font-family:'Manrope', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
  font-size:17px;
  line-height:1.55;
  color:var(--c-text);
  background:var(--grad-bg);
  background-attachment: fixed;
  -webkit-font-smoothing:antialiased;
}

img,svg{ display:block; max-width:100% }
a{ color:inherit; text-decoration:none }
button{ font:inherit; cursor:pointer; border:0; background:none }
ul{ margin:0; padding:0; list-style:none }

h1,h2,h3,h4,h5{ margin:0; font-weight:800; letter-spacing:-.01em; color:var(--c-text) }
h1{ font-size:clamp(30px, 4.4vw, 54px); line-height:1.1; letter-spacing:-.02em; word-break:break-word; overflow-wrap:anywhere }
.h1-sub{
  display:block;
  font-size:clamp(18px, 1.9vw, 24px);
  font-weight:600;
  color: var(--c-text-soft);
  letter-spacing:-.005em;
  margin-top:10px;
  line-height:1.3;
}
h2{ font-size:clamp(28px, 3.4vw, 44px); line-height:1.12; letter-spacing:-.015em }
h3{ font-size:20px; line-height:1.3 }
h4{ font-size:17px; line-height:1.35 }
p{ margin:0 0 1em }

.container{
  width:100%;
  max-width:var(--container);
  margin:0 auto;
  padding:0 24px;
}

/* ============================================================
   Highlights / accents (no gradient on text)
   ============================================================ */
.hl{
  color: var(--c-heading-accent);
  white-space: normal;
}
.u-accent{
  text-decoration: none;
  background-image: linear-gradient(transparent 78%, rgba(58,95,191,.22) 78%);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 0 .08em;
  /* nudge bg down a touch so it doesn't clip descenders */
  background-position: 0 .12em;
}
.u-accent--white{
  background-image: linear-gradient(transparent 78%, rgba(255,255,255,.22) 78%);
}

.eyebrow{
  display:inline-block;
  font-size:12.5px; font-weight:700;
  letter-spacing:.08em; text-transform:uppercase;
  color:#1f3a78;
  padding:6px 12px;
  border-radius:999px;
  background: rgba(31,58,120,.08);
  margin-bottom:18px;
}
.eyebrow--red   { color:#1f3a78; background:rgba(31,58,120,.08) }
.eyebrow--yellow{ color:#1f3a78; background:rgba(31,58,120,.08) }
.eyebrow--green { color:#1f3a78; background:rgba(31,58,120,.08) }
.eyebrow--orange{ color:#1f3a78; background:rgba(31,58,120,.08) }
.eyebrow--white { color:#fff;    background:rgba(255,255,255,.16) }

/* ============================================================
   Buttons
   ============================================================ */
.btn{
  display:inline-flex; align-items:center; justify-content:center; gap:8px;
  padding:14px 24px;
  font-weight:700; font-size:15px;
  border-radius:999px;
  transition:transform .2s ease, box-shadow .2s ease, background .25s ease;
  white-space:nowrap;
  max-width: 100%;
}
@media(max-width:520px){
  .btn{ white-space: normal; text-align:center; line-height:1.25 }
  .btn--lg{ padding:14px 22px; font-size:15.5px }
}
.btn--cta{
  color:#fff;
  background: var(--grad-cta);
  box-shadow: var(--shadow-cta);
}
.btn--cta:hover{ background: var(--grad-cta-hover); transform: translateY(-2px); box-shadow: 0 18px 38px -12px rgba(209,37,79,.55) }
.btn--ghost{
  border:1.5px solid #cbd6e6;
  color:var(--c-text);
  background:#fff;
}
.btn--ghost:hover{ border-color:var(--c-navy); color:var(--c-navy) }
.btn--lg{ padding:18px 32px; font-size:17px }
.btn--sm{ padding:9px 16px; font-size:13px }
.btn--block{ width:100%; padding:16px 24px }

.icon-btn{
  display:inline-flex; align-items:center; justify-content:center;
  width:42px; height:42px; border-radius:50%;
  color:#fff; flex-shrink:0;
  transition:transform .2s ease;
}
.icon-btn:hover{ transform:scale(1.08) }
.icon-btn--orange{ background: var(--grad-cta) }
.icon-btn--navy  { background: var(--grad-navy) }
.icon-btn--blue  { background: linear-gradient(135deg,#3aa3f5,#2e6cf6) }
.icon-btn--violet{ background: linear-gradient(135deg,#9b59ff,#6e3df0) }
.icon-btn--wa    { background: linear-gradient(135deg, var(--c-wa) 0%, var(--c-wa-2) 100%) }

/* ============================================================
   Top bar
   ============================================================ */
.top-bar{
  background:#172238;
  color:#e9eef7;
  font-size:13px;
}
.top-bar__inner{
  max-width:var(--container);
  margin:0 auto;
  padding: 10px 24px;
  display:flex; align-items:center; gap:14px;
  flex-wrap:wrap;
}
.top-bar__inner .btn{ margin-left:auto }
.badge-pill{
  display:inline-flex; align-items:center; gap:6px;
  background: var(--grad-navy);
  color:#fff;
  padding:5px 12px;
  border-radius:999px;
  font-weight:700; font-size:12px; letter-spacing:.04em;
}
.top-bar__text{ font-weight:600 }
.top-bar__date,.top-bar__hosts{ color:#9aa6c0; font-size:12.5px }
.top-bar__hosts{ margin-left:auto }
@media(max-width:780px){
  .top-bar__date,.top-bar__hosts{ display:none }
  .top-bar__text{ flex:1; min-width:0; font-size:12.5px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis }
  .top-bar__inner .btn{ display:none }
}

/* ============================================================
   Header
   ============================================================ */
.header{
  position:sticky; top:0; z-index:50;
  /*padding-top: 14px;*/
  backdrop-filter: blur(8px);
  background: linear-gradient(180deg, rgba(239,242,247,.92), rgba(239,242,247,.7));
  border-bottom: 1px solid rgba(200,216,232,.5);
}
.header__inner{
  display:flex; align-items:center; gap:24px;
  /*padding-bottom:14px;*/
}
.logo{
  display:inline-flex; align-items:center; gap:12px;
  color:var(--c-text);
}
.logo svg{ color:var(--c-navy) }
.logo__text{ display:flex; flex-direction:column; line-height:1.15; font-style:normal }
.logo__text b{ font-size:13px; font-weight:700 }
.logo__text i{ font-size:11.5px; color:var(--c-muted); font-style:normal }

.nav{ display:flex; gap:22px; margin-left:18px; font-weight:600; font-size:14.5px; flex-wrap:nowrap }
.nav a{ color:var(--c-text-soft); transition:color .2s; white-space:nowrap }
.nav a:hover{ color:var(--c-navy) }

.header__actions{ margin-left:auto; display:flex; align-items:center; gap:10px }

@media(max-width:1000px){
  .nav{ display:none }
  .header__actions .icon-btn{ display:none }
}
@media(max-width:600px){
  .header__inner{ gap:12px }
  .logo__text b{ font-size:12px }
  .logo__text i{ font-size:10.5px }
  .header__actions .btn--ghost{ padding:10px 16px; font-size:13px }
}

.service-tabs{
  background:#fff;
  border-radius:999px;
  padding:8px;
  display:flex; gap:6px;
  box-shadow: var(--shadow-card);
  margin: 6px 0 0;
  overflow-x:auto;
}
.service-tabs__item{
  flex:1; min-width:max-content;
  padding:14px 20px;
  border-radius:999px;
  font-weight:600; font-size:14px;
  color:var(--c-text-soft);
  text-align:center;
  transition: background .2s, color .2s;
}
.service-tabs__item:hover{ color:var(--c-navy) }
.service-tabs__item.is-active{
  background: linear-gradient(180deg,#f5f7fb,#e9eef7);
  color:var(--c-text);
  box-shadow: inset 0 0 0 1px #e0e7f0;
}

/* ============================================================
   Hero
   ============================================================ */
.hero{ padding: 72px 0 0px } /*. padding: 72px 0 80px */


.hero__grid{
  display:grid; gap:56px;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  align-items:start;
}
@media(max-width:980px){
  .hero{ padding:48px 0 60px }
  .hero__grid{ grid-template-columns: minmax(0,1fr); gap:40px }
}
.hero__text{ min-width:0 }
.hero__side{ min-width:0 }
.hero__text h1{ margin: 12px 0 22px; font-size:clamp(28px, 3.6vw, 46px) }
.hero__lead{
  font-size:18px; color:var(--c-text-soft);
  max-width:560px;
}
.hero__bullets{
  display:grid; gap:14px;
  margin: 28px 0 32px;
}
.hero__bullets li{
  display:flex; align-items:flex-start; gap:14px;
}
.hb-ico{
  flex-shrink:0;
  width:36px; height:36px; border-radius:10px;
  background: linear-gradient(135deg,#fff,#eef2f8);
  box-shadow: var(--shadow-card);
  display:inline-flex; align-items:center; justify-content:center;
  font-size:18px;
}
.hero__bullets b{ font-weight:700; color:var(--c-text) }
.hero__bullets span{ color:var(--c-text-soft); font-size:14.5px }

.hero__cta-lead{ font-size:17px; max-width:540px }
.hero__micro{ font-size:13.5px; color:var(--c-muted); margin-top:14px; max-width:480px }

.hero__side{ display:flex; flex-direction:column; gap:20px }
.hero__media{
  background:#1f2a44;
  border-radius:var(--radius-lg);
  overflow:hidden;
  box-shadow: var(--shadow-card);
  position:relative;
}
.hero__media-caption{
  color:#fff; padding:16px 22px; font-weight:600; font-size:14px;
  background: linear-gradient(180deg, transparent, rgba(0,0,0,.35));
  position:absolute; left:0; right:0; bottom:0;
}
.placeholder--video{
  aspect-ratio: 16/10;
  background:
    radial-gradient(120% 120% at 30% 30%, rgba(255,255,255,.06), transparent 60%),
    repeating-linear-gradient(45deg, rgba(255,255,255,.04) 0 8px, transparent 8px 16px),
    linear-gradient(135deg,#26334e,#15203a);
  color:rgba(255,255,255,.55);
  position:relative;
  display:flex; align-items:center; justify-content:center;
  font-size:13px;
}
.placeholder--video .placeholder__label{
  position:absolute; top:16px; left:18px;
  background:rgba(0,0,0,.35); color:#fff;
  padding:6px 12px; border-radius:999px;
  font-size:12px;
}
.play-btn{
  width:84px; height:84px; border-radius:50%;
  background: var(--grad-cta);
  box-shadow: var(--shadow-cta);
  display:inline-flex; align-items:center; justify-content:center;
  transition: transform .2s;
}
.play-btn:hover{ transform: scale(1.06) }

.bonus-card{
  background:#fff; border-radius:var(--radius);
  padding:22px;
  box-shadow: var(--shadow-card);
}
.bonus-card h4{ font-size:18px; font-weight:700; margin-bottom:14px }
.bonus-card h4 span{ color:var(--c-heading-accent, #1f3a78) }
.bonus{
  display:flex; gap:14px; align-items:center;
  padding:14px;
  border:1px solid var(--c-line);
  border-radius:16px;
  margin-bottom:10px;
  font-size:14px; color:var(--c-text-soft);
}
.bonus:last-child{ margin-bottom:0 }
.bonus__icn{
  flex-shrink:0; width:64px; height:48px;
  border-radius:10px;
}
.bonus b{ color:var(--c-text); font-weight:700 }

/* ============================================================
   Generic placeholders
   ============================================================ */
.placeholder{
  background:
    repeating-linear-gradient(45deg, #e6ecf4 0 8px, #eef2f8 8px 16px);
  color:#7d8aa0;
  border:1px dashed #c0cbd9;
  border-radius:14px;
  display:flex; align-items:center; justify-content:center;
  text-align:center;
  font-size:12px; font-weight:600;
  text-transform:uppercase; letter-spacing:.05em;
  min-height:48px;
  /*padding:8px;*/
}
.placeholder--media{ aspect-ratio: 16/9; margin-top:14px; min-height:0 }
.placeholder--logo{ width:80px; height:80px; border-radius:18px; margin-bottom:16px }
.placeholder--clientlogo{
  height:60px;
  border-radius:14px;
  background:#fff;
  border:1px solid #e0e7f0;
  color:#9aa6c0;
}
.placeholder--xs{
  min-height:40px; padding:6px 10px; border-radius:10px; font-size:11px;
}

/* ============================================================
   Sections
   ============================================================ */
.section{ padding: 92px 0 }
.section--tight{ padding: 56px 0 }
@media(max-width:780px){ .section{ padding: 64px 0 } }
.section__head{ max-width:980px; margin-bottom:48px }
.section__head--center{ margin-left:auto; margin-right:auto; text-align:center }
.section__sub{
  margin-top:14px;
  font-size:17px; color:var(--c-text-soft);
}
.section__head--light h2,
.section__head--light .section__sub--light,
.section--cta h2{ color:#fff }
.section__sub--light{ color: rgba(255,255,255,.82) }

.grid{ display:grid; gap:20px }
.grid--3{ grid-template-columns: repeat(3, 1fr) }
.grid--gap-lg{ gap:24px }
@media(max-width:980px){ .grid--3{ grid-template-columns:1fr 1fr } }
@media(max-width:640px){ .grid--3{ grid-template-columns:1fr } }

/* ============================================================
   Pain cards
   ============================================================ */
.pain-card{
  background:#fff;
  border-radius:var(--radius);
  padding:28px;
  box-shadow: var(--shadow-card);
  position:relative;
  transition: transform .25s ease, box-shadow .25s ease;
  border-top: 3px solid transparent;
  background-clip: padding-box;
}
.pain-card:hover{ transform: translateY(-4px); box-shadow: 0 24px 60px -22px rgba(45,67,113,.28) }
.pain-card__num{
  font-family:'Manrope',sans-serif;
  font-weight:800;
  font-size:14px;
  color:#fff;
  background: var(--grad-navy);
  width:42px; height:42px;
  border-radius:12px;
  display:inline-flex; align-items:center; justify-content:center;
  margin-bottom:18px;
}
.pain-card h3{ margin-bottom:8px }
.pain-card p{ color:var(--c-text-soft); font-size:14.5px; margin:0 }

/* ============================================================
   USP compare
   ============================================================ */
.usp-compare{
  display:grid; gap:0;
  grid-template-columns: 1fr auto 1fr;
  align-items:stretch;
  background:#fff;
  border-radius:var(--radius-lg);
  box-shadow: var(--shadow-card);
  overflow:hidden;
  margin-top: 32px;
}
.usp-col{ padding:34px 32px }
.usp-col__tag{
  display:inline-block;
  font-size:12px; font-weight:700; letter-spacing:.05em; text-transform:uppercase;
  padding:6px 14px; border-radius:999px;
  margin-bottom:18px;
}
.usp-col--bad{ background: #fbf2f2 }
.usp-col--bad .usp-col__tag{ background:#f1d6d8; color:#a23947 }
.usp-col--good{ background: #fff }
.usp-col--good .usp-col__tag{ color:#fff; background: var(--grad-navy) }
.usp-col ul{ display:grid; gap:12px }
.usp-col li{
  position:relative; padding-left:30px;
  color:var(--c-text-soft);
  font-size:15px;
}
.usp-col--bad li::before{
  content:"✕"; position:absolute; left:0; top:1px;
  width:20px; height:20px; border-radius:50%;
  background:#e9c2c6; color:#a23947;
  display:inline-flex; align-items:center; justify-content:center; font-size:12px; font-weight:700;
}
.usp-col--good li::before{
  content:"✓"; position:absolute; left:0; top:1px;
  width:20px; height:20px; border-radius:50%;
  background: var(--grad-navy); color:#fff;
  display:inline-flex; align-items:center; justify-content:center; font-size:12px; font-weight:700;
}
.usp-divider{
  align-self:center;
  font-weight:800; font-size:18px;
  color:#fff; padding:14px;
  background: var(--grad-navy);
  border-radius:50%;
  width:60px; height:60px;
  display:flex; align-items:center; justify-content:center;
  margin:0 -22px;
  z-index:2;
  box-shadow: var(--shadow-cta);
}
@media(max-width:840px){
  .usp-compare{ grid-template-columns:1fr }
  .usp-divider{ margin:-22px auto; transform: rotate(90deg) }
}

/* ============================================================
   Feature cards (что входит)
   ============================================================ */
.feature-card{
  background:#fff;
  border-radius:var(--radius);
  padding:28px;
  box-shadow: var(--shadow-card);
  position:relative;
  transition: transform .25s ease;
}
.feature-card:hover{ transform: translateY(-4px) }
.feature-card__num{
  position:absolute; top:24px; right:24px;
  font-weight:800; font-size:48px; line-height:1;
  color: #cdd5e3;
}
.feature-card__icon{
  width:52px; height:52px; border-radius:14px;
  display:inline-flex; align-items:center; justify-content:center;
  background: linear-gradient(135deg,#fff,#eaf0f9);
  box-shadow: 0 6px 18px -10px rgba(45,67,113,.4);
  color: var(--c-navy);
  margin-bottom:18px;
}
.feature-card h3{ margin-bottom:8px }
.feature-card p{ color:var(--c-text-soft); font-size:14.5px }
.metric-pill{
  display:inline-block;
  margin-top:6px;
  padding:8px 14px;
  border-radius:999px;
  background: rgba(228,133,51,.1);
  color:#c25b18;
  font-size:14px; font-weight:600;
}
.metric-pill b{
  color: var(--c-heading-accent);
  font-weight:800;
}
.logo-row{
  display:flex; gap:8px; margin-top:14px; flex-wrap:wrap;
}
.logo-row .placeholder{ flex:1; min-width:54px }

/* ============================================================
   Support section (blue)
   ============================================================ */
.section--blue{
  background:
    radial-gradient(80% 100% at 80% 0%, rgba(255,133,51,.18), transparent 60%),
    linear-gradient(135deg, #1a2a4a 0%, #14213d 100%);
  color:#fff;
  border-radius: var(--radius-xl);
  margin: 0 24px;
  position:relative;
  overflow:hidden;
}
.section--blue::before{
  content:""; position:absolute; inset:0;
  background:
    radial-gradient(circle at 20% 90%, rgba(46, 108, 246, .25), transparent 50%);
  pointer-events:none;
}
.support-card{
  background: rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.1);
  border-radius:var(--radius);
  padding:24px;
  backdrop-filter: blur(6px);
  transition: background .25s, border-color .25s, transform .25s;
}
.support-card:hover{
  background: rgba(255,255,255,.1);
  border-color: rgba(228,133,51,.4);
  transform: translateY(-3px);
}
.support-card__emoji{
  display:inline-flex; align-items:center; justify-content:center;
  width:46px; height:46px; border-radius:12px;
  background: rgba(255,255,255,.1);
  font-size:22px;
  margin-bottom:14px;
}
.support-card h4{ color:#fff; margin-bottom:6px; font-weight:700 }
.support-card p{ color: rgba(255,255,255,.7); font-size:14px; margin:0 }

.support-quote{
  text-align:center;
  margin-top:48px;
  font-size:20px; line-height:1.4;
  color: rgba(255,255,255,.85);
}
.support-quote b{ color:#fff }

@media(max-width:780px){
  .section--blue{ margin: 0 12px; border-radius:24px }
}

/* ============================================================
   Cases
   ============================================================ */
.grid--cases{
  grid-template-columns: repeat(3, 1fr);
}
@media(max-width:980px){ .grid--cases{ grid-template-columns:1fr 1fr } }
@media(max-width:640px){ .grid--cases{ grid-template-columns:1fr } }

.case-card{
  background:#fff; border-radius:var(--radius);
  padding:28px;
  box-shadow: var(--shadow-card);
  transition: transform .25s;
}
.case-card:hover{ transform: translateY(-4px) }
.case-card__name{ font-weight:800; font-size:18px; line-height:1.25 }
.case-card__tag{
  display:inline-block;
  font-size:12px; font-weight:600; letter-spacing:.04em; text-transform:uppercase;
  color: #1f3a78;
  background: rgba(31,58,120,.08);
  padding:5px 10px; border-radius:999px;
  margin: 10px 0 14px;
}
.case-card p{ color:var(--c-text-soft); font-size:14.5px; margin:0 }
.case-card b{ color:var(--c-text) }

.metrics{
  display:grid; grid-template-columns: repeat(5,1fr); gap:16px;
  margin-top: 56px;
  background:#fff;
  border-radius: var(--radius-lg);
  padding:36px 28px;
  box-shadow: var(--shadow-card);
}
.metric{ text-align:center; padding: 8px 4px }
.metric + .metric{ border-left: 1px solid var(--c-line-soft) }
.metric__num{
  font-size: clamp(26px, 2.6vw, 36px);
  font-weight:800;
  color: var(--c-heading-accent);
  letter-spacing:-.01em; line-height:1;
}
.metric__label{ color:var(--c-text-soft); font-size:13.5px; margin-top:10px }
@media(max-width:900px){
  .metrics{ grid-template-columns: repeat(2,1fr) }
  .metric + .metric{ border-left:0 }
}

/* ============================================================
   Logos marquee (static row)
   ============================================================ */
.logos{ padding: 36px 0 60px }
.logos__title{
  text-align:center;
  color:var(--c-muted);
  font-size:14px; font-weight:600;
  margin-bottom:22px;
  letter-spacing:.04em;
  text-transform:uppercase;
}
.logos__row{
  display:grid;
  grid-template-columns: repeat(8, 1fr);
  gap:14px 14px;
}
@media(max-width:1180px){ .logos__row{ grid-template-columns: repeat(6,1fr) } }
@media(max-width:900px){ .logos__row{ grid-template-columns: repeat(4,1fr) } }
@media(max-width:540px){ .logos__row{ grid-template-columns: repeat(3,1fr); gap:10px } }
.client-logo{
  background:#fff;
  border:1px solid var(--c-line);
  border-radius:12px;
  height:76px;
  display:flex; align-items:center; justify-content:center;
  padding:10px 12px;
  box-shadow: 0 2px 10px -6px rgba(31,58,120,.18);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.client-logo:hover{
  transform: translateY(-2px);
  border-color: rgba(31,58,120,.25);
  box-shadow: 0 10px 20px -12px rgba(31,58,120,.25);
}
.client-logo img{
  max-width:100%; max-height:100%;
  object-fit:contain;
  display:block;
  opacity:.92;
}

/* ============================================================
   Why us
   ============================================================ */
.why-grid{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap:20px;
}
@media(max-width:900px){ .why-grid{ grid-template-columns:1fr 1fr } }
@media(max-width:560px){ .why-grid{ grid-template-columns:1fr } }

.why-card{
  background:#fff;
  border-radius:var(--radius);
  padding:28px;
  box-shadow: var(--shadow-card);
  display:flex; gap:14px; align-items:flex-start;
}
.why-card p{ color:var(--c-text-soft); font-size:14.5px; margin:0 }
.why-card b{ color:var(--c-text) }
.why-card__check{
  flex-shrink:0;
  width:30px; height:30px; border-radius:50%;
  background: var(--grad-navy); color:#fff;
  font-weight:800;
  display:inline-flex; align-items:center; justify-content:center;
}
.why-card--big{
  flex-direction:column; gap:12px;
  background: #fff;
  border:1px solid #eaeff7;
  position:relative;
  overflow:hidden;
}
.why-card--big::before{
  content:""; position:absolute; right:-30px; top:-30px;
  width:140px; height:140px; border-radius:50%;
  background: radial-gradient(circle, rgba(228,133,51,.18), transparent 70%);
  pointer-events:none;
}
.why-card__num{
  font-size: clamp(48px, 5vw, 72px); line-height:1;
  font-weight:800;
  color: var(--c-heading-accent);
  letter-spacing:-.03em;
}
.why-card__label{ color:var(--c-text-soft); font-size:15px }

/* ============================================================
   Steps
   ============================================================ */
/* compact 'Три шага' section */
#steps.section{ padding: 56px 0 60px }
#steps .section__head{ margin-bottom: 28px }
.steps{
  display:grid; grid-template-columns: repeat(3,1fr); gap:16px;
  margin-top:24px; position:relative;
}
@media(max-width:900px){ .steps{ grid-template-columns:1fr; gap:14px } }

.step{
  background:#fff;
  border-radius:var(--radius);
  padding: 22px 22px 20px;
  box-shadow: var(--shadow-card);
  position:relative;
}
.step__num{
  position:absolute; top:-16px; left:22px;
  width:36px; height:36px; border-radius:10px;
  background: var(--grad-navy); color:#fff;
  font-weight:800; font-size:16px;
  display:inline-flex; align-items:center; justify-content:center;
  box-shadow: 0 8px 18px -8px rgba(31,58,120,.45);
}
.step h3{ margin: 10px 0 6px; font-size:18px; line-height:1.25 }
.step__free{
  display:inline-block;
  font-size:10.5px; font-weight:700; letter-spacing:.04em; text-transform:uppercase;
  color:#1a7d4d; background: rgba(34,170,108,.12);
  padding:3px 8px; border-radius:999px;
  margin-left:6px; vertical-align:middle;
}
.step p{ color:var(--c-text-soft); font-size:14px; line-height:1.45; margin:0 }

/* ============================================================
   Final CTA
   ============================================================ */
.section--cta{
  position:relative;
  padding: 0;
}
.cta-wrap{
  background:
    radial-gradient(80% 100% at 0% 0%, rgba(228,133,51,.5), transparent 50%),
    linear-gradient(135deg, #2a1530 0%, #1a1238 100%);
  border-radius: var(--radius-xl);
  padding: 60px;
  display:grid; grid-template-columns: 1.1fr 1fr; gap:48px;
  margin: 60px 0;
  position:relative; overflow:hidden;
  box-shadow: 0 30px 70px -30px rgba(31,15,52,.55);
}
.cta-wrap::after{
  content:""; position:absolute; right:-100px; bottom:-100px;
  width:300px; height:300px; border-radius:50%;
  background: radial-gradient(circle, rgba(228,133,51,.35), transparent 70%);
  pointer-events:none;
}
.cta-text h2{ color:#fff; margin: 14px 0 24px }
.cta-lead{ color:rgba(255,255,255,.8); font-weight:600 }
.cta-list{ display:grid; gap:12px; margin-top:18px }
.cta-list li{
  position:relative; padding-left:32px;
  color: rgba(255,255,255,.85);
  font-size:15px;
}
.cta-list li::before{
  content:"✓"; position:absolute; left:0; top:1px;
  width:22px; height:22px; border-radius:50%;
  background: var(--grad-navy);
  color:#fff; font-size:12px; font-weight:700;
  display:inline-flex; align-items:center; justify-content:center;
}

.cta-form{
  background:#fff;
  border-radius: var(--radius);
  padding: 32px;
  box-shadow: var(--shadow-card);
  display:grid; gap:14px;
  align-self:start;
  position:relative; z-index:2;
}
.cta-form h3{ margin-bottom:6px; font-size:22px }
.cta-form label{
  display:flex; flex-direction:column; gap:6px;
  font-size:13px; font-weight:600; color:var(--c-text-soft);
}
.cta-form input{
  font: inherit; font-size:15px;
  padding:14px 16px;
  border:1.5px solid var(--c-line);
  border-radius:12px;
  background:#f7f9fd;
  color:var(--c-text);
  transition: border-color .2s, background .2s;
  font-weight:500;
}
.cta-form input:focus{
  outline:none;
  border-color: var(--c-navy);
  background:#fff;
}
.cta-form__note{ font-size:12px; color:var(--c-muted); margin:0; line-height:1.4 }
.cta-form__ok{
  background: rgba(34,170,108,.12); color:#1a7d4d;
  padding:12px; border-radius:12px;
  font-size:14px; font-weight:600; margin:0; text-align:center;
}

@media(max-width:980px){
  .cta-wrap{ grid-template-columns:1fr; padding:40px 28px; margin:40px 0 }
}
@media(max-width:540px){
  .cta-wrap{ padding:32px 22px; border-radius:24px; margin: 24px 0 }
}

/* ============================================================
   Footer
   ============================================================ */
.footer{
  background:#0f1729;
  color:#a9b4cc;
  padding: 64px 0 24px;
  margin-top: 60px;
}
.footer__inner{
  display:grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 48px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.footer .logo{ color:#fff }
.footer .logo svg{ color: var(--c-navy-2) }
.footer .logo__text i{ color:#7c8aa6 }
.footer__about{ margin-top:20px; max-width:380px; font-size:14px; line-height:1.55 }
.footer__col h5{
  color:#fff; font-size:14px; font-weight:700;
  letter-spacing:.05em; text-transform:uppercase;
  margin-bottom:18px;
}
.footer__col a{
  display:block; padding:6px 0;
  font-size:14.5px; color:#a9b4cc;
  transition:color .2s;
}
.footer__col a:hover{ color:#fff }
.footer__bottom{
  padding-top: 24px;
  font-size:13px; color:#7c8aa6;
}
@media(max-width:900px){
  .footer__inner{ grid-template-columns: 1fr 1fr; gap:32px }
}
@media(max-width:540px){
  .footer__inner{ grid-template-columns: 1fr }
}

/* ============================================================
   v2 — refinements
   ============================================================ */

/* Hero h1 — taller line, max-width, safer mobile size */
.hero__text h1{
  font-size: clamp(28px, 3.4vw, 44px);
  line-height: 1.15;
  max-width: 620px;
  margin: 12px 0 22px;
}
@media(max-width:520px){
  .hero__text h1{ font-size: 26px; line-height:1.18 }
}

/* Top bar — show short label on mobile instead of clipped text */
.top-bar__mobile{ display:none }
@media(max-width:780px){
  .top-bar__inner > .badge-pill,
  .top-bar__inner > .top-bar__text{ display:none }
  .top-bar__mobile{
    display:inline-flex; align-items:center; gap:8px;
    width:100%; justify-content:center;
    color:#fff; font-weight:700; font-size:13px;
    padding:4px 8px;
  }
  .top-bar__mobile::before{
    content:"🔴"; font-size:11px;
  }
}

/* USP — mirrored two-column rows */
.usp-mirror{
  background:#fff;
  border-radius:var(--radius-lg);
  box-shadow: var(--shadow-card);
  overflow:hidden;
  margin-top:32px;
}
.usp-mirror__head{
  display:grid;
  grid-template-columns: 1fr auto 1fr;
  align-items:center;
  padding: 22px 32px 8px;
  gap:16px;
}
.usp-mirror__tag{
  font-size:12px; font-weight:700; letter-spacing:.06em; text-transform:uppercase;
  padding:8px 16px; border-radius:999px;
  display:inline-block; justify-self:start;
}
.usp-mirror__tag--bad{ background:#f4e3e6; color:#8e2a3a; justify-self:start }
.usp-mirror__tag--good{ background: var(--grad-navy); color:#fff; justify-self:end }
.usp-mirror__vs{
  font-weight:800; font-size:13px;
  width:48px; height:48px; border-radius:50%;
  background:#f5f7fb; color:var(--c-text-soft);
  display:flex; align-items:center; justify-content:center;
  box-shadow: inset 0 0 0 1px var(--c-line);
}
.usp-row{
  display:grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid var(--c-line-soft);
}
.usp-cell{
  padding: 18px 32px;
  font-size:15px;
  line-height:1.5;
  display:flex; align-items:flex-start; gap:12px;
  position:relative;
}
.usp-cell::before{
  flex-shrink:0;
  width:22px; height:22px; border-radius:50%;
  display:inline-flex; align-items:center; justify-content:center;
  font-size:12px; font-weight:700;
  margin-top:1px;
}
.usp-cell--bad{
  background: #fbf5f6;
  color: #6b3a44;
}
.usp-cell--bad::before{
  content:"✕";
  background: #e9c4c9; color:#8e2a3a;
}
.usp-cell--good{
  color:var(--c-text);
  font-weight:600;
  border-left: 1px solid var(--c-line-soft);
}
.usp-cell--good::before{
  content:"✓";
  background: var(--grad-navy); color:#fff;
}

@media(max-width:780px){
  .usp-mirror__head{
    grid-template-columns: 1fr;
    text-align:center;
    padding: 22px 20px 8px;
  }
  .usp-mirror__tag,
  .usp-mirror__tag--good,
  .usp-mirror__tag--bad{ justify-self:center }
  .usp-mirror__vs{ display:none }
  .usp-row{ grid-template-columns: 1fr }
  .usp-cell{ padding: 14px 20px }
  .usp-cell--good{ border-left:0; border-top:1px dashed var(--c-line) }
}

/* Case card metric chip */
.case-card{ display:flex; flex-direction:column }
.case-card p{ flex:1 }
.case-card__metric{
  display:inline-block;
  margin-top:14px;
  padding: 8px 14px;
  border-radius:999px;
  background: rgba(228,133,51,.1);
  color:#8a3e10;
  font-size:13.5px; font-weight:600;
}
.case-card__metric b{
  color: var(--c-heading-accent);
  font-weight:800;
}

/* Metrics — adaptive grid */
.metrics{
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
}
.metrics__note{
  margin: 14px 4px 0;
  font-size:12.5px; color:var(--c-muted); text-align:center;
}

/* Testimonial */
.testimonial{
  background:#fff;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-card);
  padding: 36px;
  display:grid;
  grid-template-columns: 160px 1fr;
  gap: 36px;
  align-items:center;
}
.testimonial__photo{
  width:160px; height:160px; border-radius:24px;
  margin:0;
}
.testimonial__body{ position:relative }
.testimonial__quote{
  color: var(--c-navy-2);
  opacity: .35;
  margin-bottom: 10px;
}
.testimonial blockquote{
  margin:0 0 18px;
  font-size: 19px; line-height:1.55;
  color: var(--c-text);
  font-weight: 500;
}
.testimonial__author b{ display:block; font-size:15px; color: var(--c-text); font-weight:700 }
.testimonial__author span{ display:block; font-size:13.5px; color: var(--c-muted); margin-top:2px }

@media(max-width:720px){
  .testimonial{
    grid-template-columns: 1fr;
    padding: 28px 22px;
    text-align: left;
    gap:20px;
  }
  .testimonial__photo{ width:96px; height:96px; border-radius:18px }
  .testimonial blockquote{ font-size:16px }
}

/* Why card — restructured */
.why-card--big{
  display:flex; flex-direction:column; gap:10px;
}
.why-card__title{
  font-size: 17px; font-weight: 700; color: var(--c-text);
  line-height: 1.3;
  margin-top: -2px;
}
.why-card__label{ font-size: 14.5px }

/* Objections */
.objection-grid .objection-card{
  background:#fff;
  border-radius: var(--radius);
  padding: 26px;
  box-shadow: var(--shadow-card);
  border-top: 3px solid #e8edf6;
  transition: border-color .2s, transform .25s;
}
.objection-grid .objection-card:hover{
  border-color: var(--c-navy-2);
  transform: translateY(-3px);
}
.objection-card__q{
  font-weight:700;
  font-size:16px;
  color: var(--c-text);
  margin-bottom: 12px;
  line-height:1.35;
  position: relative;
  padding-left: 32px;
}
.objection-card__q::before{
  content:"?";
  position:absolute; left:0; top:-2px;
  width:24px; height:24px; border-radius:50%;
  background: var(--grad-navy); color:#fff;
  font-size:14px; font-weight:800;
  display:inline-flex; align-items:center; justify-content:center;
}
.objection-card p{
  margin:0;
  font-size:14.5px; line-height:1.55;
  color: var(--c-text-soft);
}
.objection-card p b{ color: var(--c-text) }

/* Steps with timeline */
.steps{ position:relative }
.steps__line{
  display:none;
  position:absolute; left:8%; right:8%; top:24px;
  height:2px;
  background: linear-gradient(90deg, transparent, #cdd5e3 12%, #cdd5e3 88%, transparent);
}
@media(min-width:901px){
  .steps__line{ display:block }
  .step{ padding-top: 52px }
  .step__num{
    top:-2px; left:50%; transform: translateX(-50%);
    border-radius: 50%;
    width: 50px; height: 50px;
  }
}

/* Pain card numbers — softer */
.pain-card__num{
  background: #fff5f0;
  color: #c25b18;
  font-weight: 800;
}

/* Service tabs — scroll hint on mobile */
@media(max-width:780px){
  .service-tabs{ position: relative }
  .service-tabs::after{
    content:"";
    position:absolute; right:0; top:0; bottom:0; width:36px;
    background: linear-gradient(90deg, rgba(255,255,255,0), #fff);
    border-radius: 0 999px 999px 0;
    pointer-events:none;
  }
}

/* Final CTA — softer accent words */
.cta-social{
  margin-top: 24px;
  padding: 14px 18px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 14px;
  font-size: 14px;
  color: rgba(255,255,255,.85);
}
.cta-social b{ color: #fff }

/* Hide the old USP compare layout if present */
.usp-compare{ display:none }

/* ============================================================
   v2.1 — mobile polish
   ============================================================ */
@media(max-width:520px){
  h1{ font-size: clamp(24px, 7vw, 30px) !important; line-height:1.18 }
  h2{ font-size: clamp(22px, 6vw, 28px) !important; line-height:1.18 }
  .hero__text h1{ font-size: 26px !important; line-height:1.18 }
  /* allow long compound words to wrap */
  h1, h2, h3, h4 { overflow-wrap: anywhere; word-break: normal }
}

/* USP --bad tag — neutralize red on text */
.usp-mirror__tag--bad{
  background: #eef1f6 !important;
  color: #5b6680 !important;
}

/* USP --bad cell — neutralize background tint */
.usp-cell--bad{
  background: #f5f7fb !important;
  color: #4a5570 !important;
}
.usp-cell--bad::before{
  background: #d8dde6 !important;
  color: #5b6680 !important;
}

/* Mobile: stack USP rows vertically */
@media(max-width:640px){
  .usp-mirror__head{ grid-template-columns: 1fr; padding: 18px 18px 6px; gap:8px }
  .usp-mirror__tag{ justify-self: start !important }
  .usp-mirror__tag--good{ justify-self: start !important }
  .usp-mirror__vs{ display:none }
  .usp-row{ grid-template-columns: 1fr }
  .usp-cell--good{ border-left:none; border-top: 1px dashed var(--c-line-soft) }
  .usp-cell{ padding: 14px 18px; font-size: 14px }
}

/* ============================================================
   Stages — 12 tabs
   ============================================================ */
.stages{
  margin-top: 36px;
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.stages__tabs{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 6px;
  overflow-x: auto;
  padding: 6px 4px 12px;
  margin: 0 -4px;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: rgba(31,58,120,.25) transparent;
}
.stages__tabs::-webkit-scrollbar{ height: 6px }
.stages__tabs::-webkit-scrollbar-thumb{ background: rgba(31,58,120,.2); border-radius: 4px }
.stages__tabs::-webkit-scrollbar-track{ background: transparent }
.stage-tab{
  appearance: none;
  border: 1px solid var(--c-line-soft);
  background: #fff;
  text-align: left;
  font: inherit;
  color: var(--c-text-soft);
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  border-radius: 12px;
  cursor: pointer;
  flex: 0 0 auto;
  scroll-snap-align: start;
  white-space: nowrap;
  transition: background .2s, color .2s, border-color .2s, transform .15s, box-shadow .2s;
}
.stage-tab:hover{
  background: #f8fafd;
  color: var(--c-text);
  border-color: rgba(31,58,120,.2);
}
.stage-tab__num{
  flex-shrink: 0;
  width: 28px; height: 28px;
  border-radius: 8px;
  background: #f1f4f9;
  display: inline-flex; align-items: center; justify-content: center;
  font-weight: 800; font-size: 12px;
  color: #1f3a78;
  letter-spacing: .02em;
}
.stage-tab__name{
  font-weight: 600;
  font-size: 13.5px;
  line-height: 1.2;
}
.stage-tab.is-active{
  background: #fff;
  color: var(--c-text);
  border-color: rgba(31,58,120,.25);
  box-shadow: 0 8px 24px -14px rgba(31,58,120,.45);
}
.stage-tab.is-active .stage-tab__num{
  background: var(--grad-navy);
  color: #fff;
  box-shadow: 0 6px 16px -8px rgba(31,58,120,.5);
}

/* Panels — компактная высота 650px с двухколоночной перекомпоновкой */
.stages__panels{ min-width: 0 }
.stage-panel{
  background: #fff;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-card);
  padding: 20px 26px 22px;
  border: 1px solid var(--c-line-soft);
  animation: fadeUp .35s ease;
  max-height: 650px;
  display: flex;
  flex-direction: column;
}
.stage-panel[hidden]{ display: none }
@keyframes fadeUp{
  from { opacity: 0; transform: translateY(8px) }
  to   { opacity: 1; transform: translateY(0) }
}
.stage-panel__head{
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 10px 16px;
  padding-bottom: 12px;
  margin-bottom: 14px;
  border-bottom: 1px solid var(--c-line-soft);
  flex-shrink: 0;
}
.stage-panel__index{
  display: inline-block;
  font-size: 12px; font-weight: 800;
  letter-spacing: .08em; text-transform: uppercase;
  color: #1f3a78;
  background: rgba(31,58,120,.08);
  padding: 6px 12px; border-radius: 999px;
}
.stage-panel__head h3{
  margin: 0;
  font-size: clamp(19px, 1.7vw, 23px);
  line-height: 1.22;
  letter-spacing: -.01em;
  flex: 1 1 280px;
}
.stage-panel__time{
  font-size: 14px; font-weight: 600;
  color: var(--c-text-soft);
  background: #f5f7fb;
  padding: 6px 12px;
  border-radius: 999px;
  white-space: nowrap;
}

/* Внутри панели — двухколоночная сетка с превью внизу */
.stage-body{
  flex: 1 1 auto;
  min-height: 0;
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  grid-template-rows: 1fr auto;
  gap: 12px 22px;
  overflow: hidden;
}
.stage-grid{
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  grid-template-rows: auto 1fr;
  gap: 10px 22px;
  grid-column: 1 / -1;
  min-height: 0;
  overflow: hidden;
}
.stage-block{ min-height: 0; overflow: hidden; display: flex; flex-direction: column }
/* Слева задачи на всю высоту; справа — файлы и результаты стеком */
.stage-grid > .stage-block:not(.stage-block--files):not(.stage-block--results){
  grid-column: 1;
  grid-row: 1 / span 2;
}
.stage-grid > .stage-block--files{ grid-column: 2; grid-row: 1 }
.stage-grid > .stage-block--results{ grid-column: 2; grid-row: 2 }
.stage-block h4{
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--c-muted);
  margin: 0 0 8px;
  flex-shrink: 0;
}
.stage-block-scroll{
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
  padding-right: 6px;
  scrollbar-width: thin;
  scrollbar-color: rgba(31,58,120,.2) transparent;
}
.stage-block-scroll::-webkit-scrollbar{ width: 5px }
.stage-block-scroll::-webkit-scrollbar-thumb{ background: rgba(31,58,120,.18); border-radius: 4px }
.stage-list{
  list-style: none; padding: 0; margin: 0;
  display: flex; flex-direction: column; gap: 6px;
}
.stage-list li{
  position: relative;
  padding-left: 20px;
  font-size: 13px;
  line-height: 1.4;
  color: var(--c-text);
}
.stage-list li::before{
  content: "";
  position: absolute;
  left: 4px; top: 8px;
  width: 5px; height: 5px;
  border-radius: 50%;
  background: #1f3a78;
}
.stage-list--check li{ padding-left: 24px }
.stage-list--check li::before{
  content: "";
  left: 0; top: 4px;
  width: 14px; height: 14px;
  border-radius: 50%;
  background: var(--grad-navy);
  box-shadow: inset 0 0 0 3px #fff, 0 0 0 1px rgba(31,58,120,.25);
}

.stage-files{
  list-style: none; padding: 0; margin: 0;
  display: flex; flex-direction: column; gap: 5px;
}
.stage-files li{
  display: grid;
  grid-template-columns: 16px 1fr auto;
  align-items: center;
  column-gap: 10px;
  row-gap: 4px;
  padding: 6px 10px;
  background: #fff;
  border: 1px solid var(--c-line-soft);
  border-radius: 8px;
  font-size: 12.5px;
  line-height: 1.3;
  color: var(--c-text);
}
.stage-files li::before{
  content: "";
  grid-column: 1;
  grid-row: 1 / -1;
  align-self: center;
  width: 16px; height: 16px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231f3a78' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'><path d='M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z'/><polyline points='14 2 14 8 20 8'/></svg>") no-repeat center / contain;
}
.stage-files li > .file-name{
  grid-column: 2;
  grid-row: 1 / -1;
  align-self: center;
  min-width: 0;
  overflow-wrap: anywhere;
}
.stage-files li > span.ext{
  grid-column: 3;
  grid-row: 1 / -1;
  align-self: center;
  justify-self: end;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: var(--c-muted);
  background: #f1f4f9;
  padding: 3px 7px;
  border-radius: 6px;
  white-space: nowrap;
  flex-shrink: 0;
}

/* Highlight tinted backgrounds for files & results blocks */
.stage-block--files{
  background: #f8fafd;
  border-radius: 12px;
  padding: 12px 12px 10px;
}
.stage-block--results{
  background: linear-gradient(180deg, #f3f6fc, #fff);
  border-radius: 12px;
  padding: 12px 12px 10px;
  border: 1px solid rgba(31,58,120,.16);
}

/* Tablet — на узких экранах панель в одну колонку, лимит высоты снимаем */
@media (max-width: 1100px){
  .stage-grid{
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: 18px;
  }
  .stage-grid > .stage-block,
  .stage-grid > .stage-block--files,
  .stage-grid > .stage-block--results{
    grid-column: 1;
    grid-row: auto;
  }
  .stage-panel{ max-height: none }
  .stage-block-scroll{ overflow: visible; padding-right: 0 }
  .stage-body{ overflow: visible }
}

@media (max-width: 720px){
  .stages__tabs{
    margin: 0 -22px;
    padding: 4px 22px 12px;
  }
  .stage-tab{
    padding: 9px 12px;
    border-radius: 999px;
  }
  .stage-tab.is-active{
    background: #1f3a78;
    color: #fff;
    border-color: #1f3a78;
  }
  .stage-tab.is-active .stage-tab__num{
    background: var(--grad-navy);
    color: #fff;
  }
  .stage-tab__num{ background: rgba(31,58,120,.08) }
  .stage-panel{ padding: 22px 18px 24px }
  .stage-panel__head{ padding-bottom: 14px; margin-bottom: 16px; gap: 10px 12px }
  .stage-panel__head h3{ font-size: 19px; flex: 1 1 100% }
  .stage-grid{ grid-template-columns: 1fr; gap: 18px }
  .stage-block--files, .stage-block--results{ padding: 12px }
  .stage-files li{ padding: 9px 11px; font-size: 13px }
  .stage-files li > span.ext{ font-size: 10px; padding: 3px 6px }
}

/* ============================================================
   Stage shots — превью изображений в табах + лайтбокс
   ============================================================ */
.stage-shots{
  grid-column: 1 / -1;
  padding-top: 10px;
  border-top: 1px solid var(--c-line-soft);
  flex-shrink: 0;
}
.stage-shots__title{
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--c-muted);
  margin: 0 0 8px;
}
.stage-shots__grid{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
.stage-shot{
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  padding: 0;
  border: 1px solid var(--c-line-soft);
  border-radius: 12px;
  background: #fff;
  cursor: zoom-in;
  overflow: hidden;
  font: inherit;
  color: inherit;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.stage-shot:hover{
  transform: translateY(-2px);
  box-shadow: 0 12px 30px -16px rgba(31,58,120,.25);
  border-color: rgba(31,58,120,.25);
}
.stage-shot:focus-visible{
  outline: 2px solid #1f3a78;
  outline-offset: 3px;
}
.stage-shot img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.stage-shot__zoom{
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--grad-navy);
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 14px -2px rgba(31,58,120,.45);
  opacity: 0;
  transform: translateY(4px);
  transition: opacity .2s ease, transform .2s ease;
}
.stage-shot:hover .stage-shot__zoom,
.stage-shot:focus-visible .stage-shot__zoom{
  opacity: 1;
  transform: translateY(0);
}

/* Tablet/Mobile — 3 в ряд */
@media (max-width: 720px){
  .stage-shots{ padding-top: 14px }
  .stage-shots__grid{ gap: 8px }
  .stage-shot{ border-radius: 10px; aspect-ratio: 4 / 3 }
  .stage-shot__zoom{ width: 24px; height: 24px; font-size: 14px; opacity: 1; transform: none; right: 6px; bottom: 6px }
}

/* ============================================================
   Lightbox
   ============================================================ */
.lightbox{
  position: fixed;
  inset: 0;
  background: rgba(20, 28, 50, .82);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: opacity .25s ease, visibility 0s linear .25s;
  padding: 24px;
}
.lightbox.is-open{
  opacity: 1;
  visibility: visible;
  transition: opacity .25s ease;
}
.lightbox__figure{
  position: relative;
  margin: 0;
  max-width: min(1200px, 92vw);
  max-height: 88vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}
.lightbox__img{
  max-width: 100%;
  max-height: 80vh;
  width: min(1100px, 92vw);
  height: auto;
  display: block;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 30px 80px -20px rgba(0,0,0,.6);
  transform: scale(.96);
  transition: transform .3s ease;
  object-fit: contain;
}
.lightbox.is-open .lightbox__img{ transform: scale(1) }
.lightbox__caption{
  color: rgba(255,255,255,.92);
  font-size: 14px;
  letter-spacing: .02em;
  text-align: center;
}
.lightbox__close,
.lightbox__nav{
  position: absolute;
  top: 16px;
  width: 44px; height: 44px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,.25);
  background: rgba(255,255,255,.08);
  color: #fff;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background .2s ease, transform .2s ease;
  font-family: inherit;
}
.lightbox__close{ right: 24px }
.lightbox__close:hover,
.lightbox__nav:hover{ background: rgba(255,255,255,.18); transform: scale(1.05) }
.lightbox__nav{
  top: 50%;
  transform: translateY(-50%);
  font-size: 28px;
  width: 52px; height: 52px;
}
.lightbox__nav--prev{ left: 24px }
.lightbox__nav--next{ right: 24px }
.lightbox__nav:hover{ transform: translateY(-50%) scale(1.05) }

@media (max-width: 720px){
  .lightbox{ padding: 14px }
  .lightbox__close{ top: 12px; right: 12px; width: 38px; height: 38px; font-size: 20px }
  .lightbox__nav{ width: 42px; height: 42px; font-size: 22px }
  .lightbox__nav--prev{ left: 10px }
  .lightbox__nav--next{ right: 10px }
  .lightbox__img{ max-height: 75vh }
}

/* ============================================================
   Strategy session — 6 шагов с превью
   ============================================================ */
.strategy-grid{
  margin-top: 36px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.strategy-card{
  position: relative;
  background: #fff;
  border: 1px solid var(--c-line-soft);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-card);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform .3s ease, box-shadow .3s ease;
  isolation: isolate;
}
.strategy-card::before{
  /* верхний акцент-бар */
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  background: var(--grad-navy);
  z-index: 2;
  transform-origin: left center;
  transform: scaleX(0.18);
  transition: transform .45s cubic-bezier(.2,.7,.2,1);
}
.strategy-card:hover{
  transform: translateY(-4px);
  box-shadow: 0 22px 50px -22px rgba(31,58,120,.32);
}
.strategy-card:hover::before{ transform: scaleX(1) }
.strategy-card__shot{
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  padding: 0;
  border: 0;
  background: #f5f7fb;
  cursor: zoom-in;
  overflow: hidden;
  font: inherit;
  color: inherit;
}
.strategy-card__shot::after{
  /* декор угла */
  content: "";
  position: absolute;
  inset: auto -40px -40px auto;
  width: 120px; height: 120px;
  background: radial-gradient(circle at 30% 30%, rgba(255,255,255,0.55), transparent 60%);
  pointer-events: none;
}
.strategy-card__shot img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .5s cubic-bezier(.2,.7,.2,1);
}
.strategy-card__shot:hover img{ transform: scale(1.06) }
.strategy-card__shot:focus-visible{
  outline: 2px solid #1f3a78;
  outline-offset: -2px;
}
.strategy-card__num{
  position: absolute;
  top: 14px; left: 14px;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 14px 7px 8px;
  border-radius: 999px;
  background: var(--grad-navy);
  color: #fff;
  font-weight: 800;
  font-size: 11px;
  letter-spacing: .14em;
  text-transform: uppercase;
  box-shadow: 0 10px 22px -10px rgba(31,58,120,.55);
}
.strategy-card__num::before{
  content: "";
  display: block;
  width: 8px; height: 8px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 0 4px rgba(255,255,255,0.22);
  margin-left: 4px;
}
.strategy-card__num b{ font-weight: 800; color: #fff }
.strategy-card__shot .stage-shot__zoom{
  position: absolute;
  right: 14px; bottom: 14px;
  width: 36px; height: 36px;
  border-radius: 50%;
  background: #ffffff;
  color: #d1254f;
  font-size: 22px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 22px -8px rgba(31,58,120,.35);
  opacity: 0;
  transform: translateY(6px) scale(.9);
  transition: opacity .25s ease, transform .25s ease;
  z-index: 3;
}
.strategy-card__shot:hover .stage-shot__zoom,
.strategy-card__shot:focus-visible .stage-shot__zoom{
  opacity: 1;
  transform: translateY(0) scale(1);
}
.strategy-card__body{
  padding: 22px 24px 26px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
  position: relative;
}
.strategy-card__body::before{
  /* мини-акцент-полоска перед заголовком */
  content: "";
  display: block;
  width: 28px; height: 3px;
  border-radius: 2px;
  background: var(--grad-navy);
  margin-bottom: 4px;
}
.strategy-card__body h4{
  margin: 0;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.3;
  color: #1f3a78;
  letter-spacing: -.005em;
}
.strategy-card__body p{
  margin: 0;
  font-size: 14.5px;
  line-height: 1.55;
  color: var(--c-text-soft);
}

.strategy-quote{
  text-align: center;
  margin: 48px auto 0;
  max-width: 760px;
  font-size: 19px;
  line-height: 1.45;
  color: var(--c-text-soft);
}
.strategy-quote b{ color: #1f3a78; font-weight: 700 }

@media (max-width: 1100px){
  .strategy-grid{ grid-template-columns: repeat(2, 1fr); gap: 20px }
}
@media (max-width: 720px){
  .strategy-grid{ grid-template-columns: 1fr; gap: 16px; margin-top: 28px }
  .strategy-card__body{ padding: 18px 18px 22px }
  .strategy-card__body h4{ font-size: 16px }
  .strategy-card__body p{ font-size: 14px }
  .strategy-card__num{ font-size: 12px; padding: 6px 12px 6px 8px }
  .strategy-card__num::before{ width: 18px; height: 18px }
  .strategy-quote{ font-size: 17px; margin-top: 36px }
}

/* ============================================================
   Header phone (landing — no nav menu)
   ============================================================ */
.header__phone{
  color: var(--c-navy);
  font-weight: 700;
  font-size: 15px;
  text-decoration: none;
  margin-right: 14px;
  white-space: nowrap;
  transition: color .2s;
}
.header__phone:hover{ color: var(--c-heading-accent) }
@media(max-width:760px){ .header__phone{ display:none } }

/* ============================================================
   Strategy list — compact 6-item grid (replaces big card grid)
   ============================================================ */
#support.section{ padding: 56px 0 60px }
.strategy-sub{ max-width: 720px }

.strategy-list{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px 24px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}
.strategy-item{
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 16px 18px;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 4px 14px -10px rgba(31,58,120,.25);
  border: 1px solid #eaeff7;
  transition: transform .2s, box-shadow .2s;
}
.strategy-item:hover{
  transform: translateY(-2px);
  box-shadow: 0 10px 26px -14px rgba(31,58,120,.35);
}
.strategy-item__num{
  flex: 0 0 36px;
  height: 36px;
  border-radius: 10px;
  background: var(--grad-navy);
  color: #fff;
  font-weight: 800; font-size: 14px;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 6px 14px -8px rgba(31,58,120,.5);
}
.strategy-item__body{ flex: 1; min-width: 0 }
.strategy-item__body h4{
  margin: 2px 0 4px;
  font-size: 16px; line-height: 1.25;
  font-weight: 700;
  color: var(--c-text);
}
.strategy-item__body p{
  margin: 0;
  font-size: 13.5px; line-height: 1.45;
  color: var(--c-text-soft);
}
@media(max-width:760px){
  .strategy-list{ grid-template-columns: 1fr; gap: 12px }
}

/* ============================================================
   Case card — with screenshot
   ============================================================ */
.case-card__shot{
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: 12px;
  margin-bottom: 14px;
  background: #f0f4fa;
  border: 1px solid #e6ecf5;
}

/* ============================================================
   Why us — compact big cards
   ============================================================ */
.why-card--big{ padding: 22px 22px 20px }
.why-card--big .why-card__num{
  font-size: clamp(40px, 4vw, 56px);
  letter-spacing: -.03em;
}
.why-card--big .why-card__title{
  font-size: 15.5px;
  line-height: 1.25;
}
.why-card--big .why-card__label{ font-size: 13.5px; line-height: 1.45 }
.why-card{ padding: 20px 22px }
.why-card p{ font-size: 14px; line-height: 1.5 }

/* ============================================================
   Support / continuous-growth cycle
   ============================================================ */
.section--support{ padding: 76px 0 60px }
.section--support .section__head h2{ max-width: 980px }

.cycle{
  margin-top: 36px;
  position: relative;
}
.cycle__title{
  text-align: center;
  font-size: 13px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--c-muted);
  font-weight: 700;
  margin-bottom: 22px;
}
.cycle__list{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
}
.cycle-step{
  background: #fff;
  border: 1px solid #e6ecf5;
  border-radius: 18px;
  padding: 40px 20px 22px  20px;
  box-shadow: 0 8px 24px -18px rgba(31,58,120,.4);
  position: relative;
  transition: transform .2s, box-shadow .2s;
}
.cycle-step:hover{
  transform: translateY(-4px);
  box-shadow: 0 18px 32px -18px rgba(31,58,120,.5);
}
.cycle-step__num{
  position: absolute;
  top: -14px; left: 20px;
  background: var(--grad-navy);
  color: #fff;
  width: 36px; height: 36px;
  border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  font-weight: 800; font-size: 13px;
  box-shadow: 0 8px 18px -8px rgba(31,58,120,.6);
  letter-spacing: .02em;
}
.cycle-step__icon{
  width: 44px; height: 44px;
  border-radius: 12px;
  background: linear-gradient(135deg, #eef3fb 0%, #dde6f5 100%);
  color: var(--c-navy);
  display: flex; align-items: center; justify-content: center;
  margin: 8px 0 14px auto;
}
.cycle-step__icon svg{ width: 22px; height: 22px }
.cycle-step__title{
  margin: 0 0 8px;
  font-size: 17px; line-height: 1.25;
  font-weight: 700;
  color: var(--c-text);
}
.cycle-step__text{
  margin: 0;
  font-size: 13.5px; line-height: 1.5;
  color: var(--c-text-soft);
}

/* connector arrows between cards (desktop) */
@media(min-width: 900px){
  .cycle-step:not(:last-child)::after{
    content:'';
    position: absolute;
    top: 50%; right: -14px;
    width: 10px; height: 10px;
    border-top: 2px solid #c9d5ea;
    border-right: 2px solid #c9d5ea;
    transform: translateY(-50%) rotate(45deg);
    z-index: 1;
  }
}

.cycle__loop{
  margin-top: 28px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 18px;
  background: #fff;
  border: 1px solid #e6ecf5;
  border-radius: 999px;
  color: var(--c-navy);
  font-weight: 700;
  font-size: 13.5px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0 8px 22px -16px rgba(31,58,120,.4);
}
.cycle__loop svg{ width: 18px; height: 18px }

@media(max-width: 1080px){
  .cycle__list{ grid-template-columns: repeat(2, 1fr); gap: 22px 18px }
  .cycle-step:not(:last-child)::after{ display: none }
}
@media(max-width: 560px){
  .cycle__list{ grid-template-columns: 1fr }
}

/* ============================================================
   Bonuses section
   ============================================================ */
.section--bonuses{
  padding: 80px 0 90px;
  background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,.55) 100%);
}
.bonuses{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 32px;
}
.section--bonuses .bonus{
  background: #fff;
  border: 1px solid #e6ecf5;
  border-radius: 20px;
  padding: 0 0 24px;
  overflow: hidden;
  box-shadow: 0 10px 28px -20px rgba(31,58,120,.4);
  display: flex;
  flex-direction: column;
  transition: transform .2s, box-shadow .2s;
}
.section--bonuses .bonus__media{
  width:100%;
  aspect-ratio: 16/9;
  background: linear-gradient(180deg, #eef2f8 0%, #e1ebf5 100%);
  overflow:hidden;
  position:relative;
}
.section--bonuses .bonus__media img{
  width:100%; height:100%;
  object-fit:cover;
  display:block;
}
.section--bonuses .bonus__top,
.section--bonuses .bonus h3,
.section--bonuses .bonus p,
.section--bonuses .bonus .bonus__plans{ padding-left:24px; padding-right:24px }
.section--bonuses .bonus__top{ padding-top:22px }
.section--bonuses .bonus:hover{
  transform: translateY(-3px);
  box-shadow: 0 18px 36px -20px rgba(31,58,120,.5);
}
.section--bonuses .bonus__top{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}
.section--bonuses .bonus__num{
  display: inline-block;
  font-size: 12px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--c-navy);
  background: #eef3fb;
  border-radius: 6px;
  padding: 5px 10px;
  font-weight: 800;
}
.section--bonuses .bonus__icon{
  width: 44px; height: 44px;
  border-radius: 12px;
  background: var(--grad-navy);
  color: #fff;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 8px 18px -8px rgba(31,58,120,.55);
}
.section--bonuses .bonus__icon svg{ width: 22px; height: 22px }
.section--bonuses .bonus h3{
  margin: 0 0 10px;
  font-size: 18px;
  line-height: 1.28;
  font-weight: 700;
  color: var(--c-text);
}
.section--bonuses .bonus p{
  margin: 0 0 16px;
  font-size: 14px;
  line-height: 1.55;
  color: var(--c-text-soft);
  flex: 1;
}
.section--bonuses .bonus__plans{
  display: inline-block;
  font-size: 12.5px;
  font-weight: 600;
  color: var(--c-navy);
  background: #f1f5fb;
  border: 1px solid #e1e9f3;
  border-radius: 999px;
  padding: 6px 12px;
  align-self: flex-start;
}

/* Hero bonus (spans 3 columns) */
.section--bonuses .bonus--hero{
  grid-column: 1 / -1;
  background: linear-gradient(135deg, #15275a 0%, #1f3a78 55%, #2a4a98 100%);
  color: #fff;
  border: none;
  padding: 32px 36px 30px;
  position: relative;
  overflow: hidden;
}
.section--bonuses .bonus--hero::before{
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 90% 10%, rgba(255,255,255,.08) 0%, transparent 55%),
    radial-gradient(circle at 5% 95%, rgba(228,133,51,.22) 0%, transparent 55%);
  pointer-events: none;
}
.section--bonuses .bonus__badge--main{
  display: inline-block;
  background: rgba(255,255,255,.15);
  border: 1px solid rgba(255,255,255,.25);
  color: #fff;
  font-size: 12.5px;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-weight: 700;
  padding: 7px 14px;
  border-radius: 999px;
  backdrop-filter: blur(4px);
  position: relative;
  z-index: 1;
}
.section--bonuses .bonus__hero-title{
  margin: 14px 0 22px;
  font-size: 26px;
  line-height: 1.2;
  font-weight: 800;
  color: #fff;
  position: relative;
  z-index: 1;
  max-width: 760px;
  text-shadow: 0 2px 12px rgba(0,0,0,.18);
}
.section--bonuses .bonus__sessions{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  position: relative;
  z-index: 1;
}
.section--bonuses .bonus-session{
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 14px;
  padding: 18px 20px;
  backdrop-filter: blur(6px);
}
.section--bonuses .bonus-session__time{
  display: inline-block;
  font-size: 11.5px;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-weight: 700;
  color: #ffd9b8;
  background: rgba(228,133,51,.18);
  border: 1px solid rgba(228,133,51,.35);
  border-radius: 6px;
  padding: 4px 10px;
  margin-bottom: 10px;
}
.section--bonuses .bonus-session h4{
  margin: 0 0 8px;
  font-size: 16.5px;
  line-height: 1.3;
  font-weight: 800;
  color: #fff;
}
.section--bonuses .bonus-session p{
  margin: 0;
  font-size: 13.5px;
  line-height: 1.55;
  color: rgba(255,255,255,.92);
  flex: none;
}

@media(max-width: 980px){
  .bonuses{ grid-template-columns: repeat(2, 1fr) }
  .bonus__sessions{ grid-template-columns: 1fr }
  .bonus__hero-title{ font-size: 21px }
}
@media(max-width: 600px){
  .bonuses{ grid-template-columns: 1fr }
  .bonus--hero{ padding: 26px 22px 24px }
}

/* Force white text inside hero bonus (override .bonus h3 etc.) */
.section--bonuses .bonus--hero .bonus__hero-title,
.section--bonuses .bonus--hero h3{ color:#fff !important }
.section--bonuses .bonus--hero .bonus-session h4{ color:#fff !important }
.section--bonuses .bonus--hero .bonus-session p{ color: rgba(255,255,255,.92) !important }

/* ============================================================
   Hero bonus icons (left of text)
   ============================================================ */
.bonus__icn--svg{
  width: 40px; height: 40px;
  border-radius: 10px;
  background: var(--grad-navy);
  color: #fff;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 6px 14px -8px rgba(31,58,120,.55);
}
.bonus__icn--svg svg{ width: 20px; height: 20px }

/* ============================================================
   Team section
   ============================================================ */
.section--team{ padding: 76px 0 60px }
.team-grid{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  margin-top: 32px;
}
.team-card{
  background: #fff;
  border-radius: 18px;
  padding: 22px 20px 22px;
  text-align: center;
  border: 1px solid #e6ecf5;
  box-shadow: 0 10px 26px -20px rgba(31,58,120,.4);
  transition: transform .25s, box-shadow .25s;
}
.team-card:hover{
  transform: translateY(-4px);
  box-shadow: 0 20px 36px -20px rgba(31,58,120,.5);
}
.team-card__photo{
  width: 152px; height: 152px;
  margin: 0 auto 16px;
  border-radius: 50%;
  overflow: hidden;
  background: linear-gradient(135deg, #eef3fb 0%, #d8e3f3 100%);
  box-shadow: inset 0 0 0 4px #fff, 0 8px 20px -10px rgba(31,58,120,.5);
}
.team-card__photo img{
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
}
.team-card__name{
  margin: 0 0 4px;
  font-size: 18px;
  line-height: 1.25;
  font-weight: 800;
  color: var(--c-text);
}
.team-card__role{
  font-size: 13.5px;
  color: var(--c-text-soft);
  line-height: 1.4;
}
@media(max-width: 980px){
  .team-grid{ grid-template-columns: repeat(2, 1fr) }
}
@media(max-width: 520px){
  .team-grid{ grid-template-columns: 1fr; gap: 16px }
  .team-card__photo{ width: 132px; height: 132px }
}

/* ============================================================
   Letters of thanks (gallery)
   ============================================================ */
.section--letters{ padding: 76px 0 70px }
.letters-grid{
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 22px;
  margin-top: 32px;
}
.letter{
  display: flex;
  flex-direction: column;
  text-decoration: none;
  background: #fff;
  border-radius: 14px;
  padding: 14px 14px 14px;
  border: 1px solid #e6ecf5;
  box-shadow: 0 10px 26px -20px rgba(31,58,120,.4);
  transition: transform .25s, box-shadow .25s;
  /* button reset */
  font: inherit;
  color: inherit;
  text-align: left;
  width: 100%;
  cursor: pointer;
  appearance: none;
  position: relative;
}
.letter__shot{ position: relative; }
.letter .letter__zoom{
  position: absolute;
  top: 8px; right: 8px;
  width: 28px; height: 28px;
  display: flex; align-items: center; justify-content: center;
  background: rgba(31,58,120,.85);
  color: #fff;
  border-radius: 50%;
  font-size: 16px; font-weight: 700; line-height: 1;
  opacity: 0;
  transition: opacity .2s ease;
  pointer-events: none;
  z-index: 2;
}
.letter:hover .letter__zoom,
.letter:focus-visible .letter__zoom{ opacity: 1 }
.letter:focus-visible{ outline: 2px solid var(--c-primary, #1f3a78); outline-offset: 2px }
.letter:hover{
  transform: translateY(-4px);
  box-shadow: 0 20px 36px -20px rgba(31,58,120,.5);
}
.letter__shot{
  width: 100%;
  aspect-ratio: 3 / 4;
  border-radius: 8px;
  overflow: hidden;
  background: linear-gradient(180deg, #f5f8fc 0%, #e6eef8 100%);
  margin-bottom: 12px;
  border: 1px solid #eaeff7;
}
.letter__shot img{
  width: 100%; height: 100%;
  object-fit: contain;
  display: block;
  background: #fff;
}
.letter__caption{
  font-size: 14px;
  line-height: 1.35;
  color: var(--c-text);
  font-weight: 700;
  text-align: center;
  padding: 0 4px 4px;
}
.letters-hint{
  margin-top: 22px;
  text-align: center;
  font-size: 13px;
  color: var(--c-muted);
  font-style: italic;
}
@media(max-width: 900px){
  .letters-grid{ grid-template-columns: repeat(2, 1fr); gap: 18px }
}
@media(max-width: 560px){
  .letters-grid{ grid-template-columns: 1fr }
}

/* ============================================================
   Pains intro — text + illustration
   ============================================================ */
.pains-intro{
  display:grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 36px;
  align-items:center;
  margin-bottom: 36px;
}
.pains-intro__text{ max-width:none; padding:0 }
.pains-intro__media{
  border-radius:24px;
  overflow:hidden;
  background: linear-gradient(180deg, #eef2f8 0%, #e1ebf5 100%);
  box-shadow: 0 18px 40px -28px rgba(31,58,120,.35);
  aspect-ratio: 4/3;
}
.pains-intro__media img{
  width:100%; height:100%;
  object-fit: cover;
  display:block;
}
@media(max-width:900px){
  .pains-intro{ grid-template-columns: 1fr; gap:24px }
  .pains-intro__media{ aspect-ratio: 16/9 }
}
