:root {
  --navy: #0d0d0d;
  --navy-mid: #1a1a1a;
  --navy-light: #262626;
  --red: #e31e24;
  --red-hover: #c01419;
  --grey: #8a8a8a;
  --grey-light: #dfe1e5;
  --bg: #e7e9ec;
  --white: #f3f4f6;
  --text: #1a1a1a;
  --text-light: #6a6a6a;
  --font: 'Manrope', sans-serif;
  --radius: 8px;
  --shadow: 0 2px 16px rgba(0,0,0,0.10);
  --shadow-lg: 0 8px 40px rgba(0,0,0,0.16);
}
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: var(--font); color: var(--text); background: var(--white); line-height: 1.6; }
a { text-decoration: none; color: inherit; }
img { display: block; max-width: 100%; }
ul { list-style: none; }

.header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  background: var(--navy);
  border-bottom: 1px solid rgba(255,255,255,0.07);
  transition: box-shadow 0.3s;
}
.header.scrolled { box-shadow: 0 4px 24px rgba(0,0,0,0.3); }
.header-inner {
  max-width: 1280px; margin: 0 auto; padding: 0 40px;
  height: 72px; display: flex; align-items: center; gap: 32px;
}
.logo { display: flex; align-items: center; gap: 12px; }
.logo img { height: 40px; width: auto; }
.logo-text { color: var(--white); font-weight: 700; font-size: 18px; letter-spacing: -0.3px; }
.logo-text span { color: var(--red); }
.nav { display: flex; gap: 2px; margin-left: auto; }
.nav a { color: rgba(255,255,255,0.6); font-size: 13px; font-weight: 500; padding: 7px 12px; border-radius: 6px; transition: color 0.2s, background 0.2s; }
.nav a:hover { color: var(--white); background: rgba(255,255,255,0.08); }
.nav a.active { color: var(--white); background: rgba(227,30,36,0.16); }
.header-phone { color: var(--white); font-weight: 700; font-size: 15px; white-space: nowrap; }
.header-phone:hover { color: var(--red); }

.btn-primary {
  background: var(--red); color: var(--white);
  font-family: var(--font); font-weight: 700; font-size: 14px;
  padding: 10px 22px; border-radius: var(--radius);
  border: none; cursor: pointer; white-space: nowrap;
  transition: background 0.2s, transform 0.15s;
  display: inline-flex; align-items: center; gap: 8px;
}
.btn-primary:hover { background: var(--red-hover); transform: translateY(-1px); }
.btn-outline {
  background: transparent; color: var(--white);
  font-family: var(--font); font-weight: 600; font-size: 14px;
  padding: 10px 22px; border-radius: var(--radius);
  border: 2px solid rgba(255,255,255,0.3); cursor: pointer; white-space: nowrap;
  transition: border-color 0.2s, background 0.2s;
  display: inline-flex; align-items: center; gap: 8px;
}
.btn-outline:hover { border-color: var(--white); background: rgba(255,255,255,0.08); }

.section-inner { max-width: 1280px; margin: 0 auto; padding: 0 40px; }
.section-tag {
  display: inline-block; background: rgba(227,30,36,0.1);
  color: var(--red); font-size: 12px; font-weight: 700; letter-spacing: 1.5px;
  text-transform: uppercase; padding: 5px 12px; border-radius: 4px; margin-bottom: 16px;
}
.section-title { font-size: clamp(26px, 3vw, 40px); font-weight: 800; letter-spacing: -0.5px; line-height: 1.2; margin-bottom: 16px; }
.section-sub { color: var(--grey); font-size: 16px; max-width: 560px; }
.section-header { margin-bottom: 48px; }
.section-header.center { text-align: center; }
.section-header.center .section-sub { margin: 0 auto; }

.page-hero { min-height: 60vh; display: flex; align-items: center; position: relative; overflow: hidden; }
.hero-pattern { position: absolute; inset: 0; background-image: radial-gradient(circle at 70% 50%, rgba(227,30,36,0.12) 0%, transparent 60%), repeating-linear-gradient(45deg, rgba(255,255,255,0.015) 0px, rgba(255,255,255,0.015) 1px, transparent 1px, transparent 60px); }
.breadcrumb { color: rgba(255,255,255,0.4); font-size: 13px; margin-bottom: 24px; }
.breadcrumb a { color: rgba(255,255,255,0.4); }
.breadcrumb a:hover { color: white; }
.hero-badge { display: inline-flex; align-items: center; gap: 8px; background: rgba(227,30,36,0.15); border: 1px solid rgba(227,30,36,0.3); color: #ff8a8f; font-size: 13px; font-weight: 600; padding: 6px 14px; border-radius: 20px; margin-bottom: 20px; }
.hero-title { color: var(--white); font-size: clamp(32px, 4vw, 52px); font-weight: 800; line-height: 1.15; letter-spacing: -1px; margin-bottom: 20px; }
.hero-title span { color: var(--red); }
.hero-sub { color: rgba(255,255,255,0.65); font-size: 17px; line-height: 1.65; margin-bottom: 36px; }
.hero-btns { display: flex; gap: 16px; flex-wrap: wrap; }
.hero-info-card { background: rgba(255,255,255,0.07); border: 1px solid rgba(255,255,255,0.1); border-radius: 10px; padding: 20px; }
.hero-info-num { color: white; font-size: 24px; font-weight: 800; }
.hero-info-label { color: rgba(255,255,255,0.5); font-size: 13px; margin-top: 4px; }

.why-item { background: rgba(255,255,255,0.03); padding: 32px 28px; transition: background 0.2s; }
.why-item:hover { background: rgba(255,255,255,0.07); }
.why-num { font-size: 40px; font-weight: 800; color: var(--red); opacity: 0.4; line-height: 1; margin-bottom: 12px; }
.why-title { color: var(--white); font-size: 16px; font-weight: 700; margin-bottom: 8px; }
.why-desc { color: rgba(255,255,255,0.5); font-size: 14px; line-height: 1.65; }

.contact-item { display: flex; align-items: flex-start; gap: 16px; margin-bottom: 24px; }
.contact-icon { width: 48px; height: 48px; border-radius: 10px; background: rgba(227,30,36,0.1); flex-shrink: 0; display: flex; align-items: center; justify-content: center; }
.contact-icon svg { width: 22px; height: 22px; }
.contact-label { color: var(--grey); font-size: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.8px; margin-bottom: 4px; }
.contact-val { font-size: 16px; font-weight: 600; }
.contact-val a:hover { color: var(--red); }

.input-light { width: 100%; background: var(--bg); border: 1px solid var(--grey-light); border-radius: var(--radius); padding: 12px 16px; font-family: var(--font); font-size: 15px; color: var(--text); outline: none; transition: border-color 0.2s; }
.input-light:focus { border-color: var(--red); }
.input-dark { width: 100%; background: rgba(255,255,255,0.07); border: 1px solid rgba(255,255,255,0.12); border-radius: var(--radius); padding: 12px 16px; font-family: var(--font); font-size: 15px; color: white; outline: none; transition: border-color 0.2s; }
.input-dark::placeholder { color: rgba(255,255,255,0.3); }
.input-dark:focus { border-color: var(--red); }

.footer { background: #0a0a0a; padding: 24px 0; }
.footer-inner { max-width: 1280px; margin: 0 auto; padding: 0 40px; }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; }
.footer-copy { color: rgba(255,255,255,0.25); font-size: 13px; }
.footer-policy { color: rgba(255,255,255,0.35); font-size: 13px; }
.footer-policy:hover { color: white; }

.sticky-phone { position: fixed; bottom: 32px; right: 32px; z-index: 99; background: var(--red); color: var(--white); width: 56px; height: 56px; border-radius: 50%; display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 20px rgba(227,30,36,0.5); transition: transform 0.2s; }
.sticky-phone:hover { transform: scale(1.1); }
.sticky-phone svg { width: 24px; height: 24px; }

img, svg { max-width: 100%; height: auto; }

/* ============ RESPONSIVE (service pages) ============ */
@media (max-width: 768px) {
  .header-inner { padding: 0 16px; gap: 10px; height: 60px; }
  .nav { display: none; }
  .header-phone { display: none; }
  .logo img { height: 30px; }
  .logo-text { font-size: 15px; }
  .header .btn-primary { padding: 9px 16px; font-size: 13px; margin-left: auto; }

  .section-inner { padding: 0 16px; }

  .page-hero { min-height: auto; }
  .page-hero .section-inner { padding-top: 96px !important; padding-bottom: 48px !important; }
  .hero-title { font-size: clamp(28px, 8vw, 38px) !important; }
  .hero-sub { font-size: 15px; margin-bottom: 28px; }
  .hero-btns { flex-direction: column; align-items: stretch; }
  .hero-btns .btn-primary, .hero-btns .btn-outline { width: 100%; justify-content: center; }

  .section-title { font-size: clamp(24px, 6.5vw, 32px) !important; }
  .section-header { margin-bottom: 36px; }

  /* collapse every inline grid to one column */
  [style*="grid-template-columns"] { grid-template-columns: 1fr !important; }
  /* collapse heavy gaps */
  [style*="gap:80px"], [style*="gap:60px"] { gap: 32px !important; }
  /* reduce big vertical section padding written inline */
  [style*="padding:80px 0"] { padding: 52px 0 !important; }

  /* class-based grids → 1 column */
  .stages, .offers-grid, .who-grid, .directions-grid, .process-steps,
  .what-grid, .what-list, .for-whom, .risks-grid, .steps-grid { grid-template-columns: 1fr !important; }
  .steps-grid::before { display: none !important; }

  /* small-card grids → 2 columns */
  .banks-grid, .risks-grid { grid-template-columns: 1fr 1fr !important; }

  .kbm-scale { flex-wrap: wrap; }
  .kbm-step { flex: 1 0 33.333%; }

  /* fixed inner widths shrink */
  [style*="max-width:600px"], [style*="max-width:760px"],
  [style*="max-width:520px"], [style*="max-width:480px"] { max-width: 100% !important; }

  .input-light, .input-dark { font-size: 16px; }
  .sticky-phone { bottom: 20px; right: 20px; }
}

@media (max-width: 480px) {
  .section-inner { padding: 0 14px; }
  .hero-title { font-size: 28px !important; }
  .section-title { font-size: 23px !important; }
  [style*="grid-template-columns"] { grid-template-columns: 1fr !important; }
  .banks-grid, .risks-grid, .for-whom { grid-template-columns: 1fr !important; }
  .kbm-step { flex: 1 0 50%; }
  [style*="padding:80px 0"] { padding: 44px 0 !important; }
}

/* ===== Доп. блоки, сохранённые из проектной версии ===== */
/* Site-wide contact and footer content */
.site-contact-strip {padding:64px 0;background:#171717;color:#f3f4f6;border-top:1px solid rgba(255,255,255,.06)}
.site-contact-strip__grid {display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:48px;align-items:start}
.site-contact-strip__title {font-size:clamp(26px,3vw,38px);line-height:1.2;margin:0 0 14px;font-weight:800}
.site-contact-strip__text {color:rgba(255,255,255,.58);max-width:600px;line-height:1.75}
.site-contact-strip__links {display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.site-contact-link {display:flex;flex-direction:column;gap:3px;padding:16px 18px;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.08);border-radius:10px;transition:.2s}
.site-contact-link:hover {background:rgba(255,255,255,.09);border-color:rgba(227,30,36,.5);transform:translateY(-1px)}
.site-contact-link strong {font-size:14px;color:#fff;word-break:break-word}
.site-contact-link span {font-size:12px;color:rgba(255,255,255,.46);line-height:1.45}
.service-footer-grid {display:grid;grid-template-columns:1fr 1fr;gap:32px;padding-bottom:22px;color:#fff}
.service-footer-grid strong {font-size:18px}
.service-footer-grid p {margin-top:8px;color:rgba(255,255,255,.4);font-size:13px;max-width:460px}
.service-footer-links {display:flex;flex-wrap:wrap;gap:10px 20px;justify-content:flex-end;align-content:start}
.service-footer-links a {color:rgba(255,255,255,.5);font-size:13px}
.service-footer-links a:hover {color:#fff}
.header-socials {display:flex;align-items:center;gap:7px;flex-shrink:0}
.header-social-link {width:32px;height:32px;border-radius:9px;display:flex;align-items:center;justify-content:center;background:rgba(255,255,255,.075);border:1px solid rgba(255,255,255,.09);transition:background .2s,border-color .2s,transform .2s}
.header-social-link:hover {background:rgba(255,255,255,.14);border-color:rgba(255,255,255,.22);transform:translateY(-1px)}
.header-social-link img {width:20px;height:20px;object-fit:contain;display:block}
.footer-socials {display:flex;align-items:center;gap:10px;margin-top:18px}
.footer-social-link {width:40px;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:center;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.09);transition:background .2s,border-color .2s,transform .2s}
.footer-social-link:hover {background:rgba(255,255,255,.12);border-color:rgba(255,255,255,.2);transform:translateY(-2px)}
.footer-social-link img {width:24px;height:24px;object-fit:contain;display:block}
/* Exact office location in Yandex Maps */
.location-link img {display:block}
.location-link:hover {border-color:rgba(227,30,36,.72)}
/* Yandex Maps widget in the main contacts section */
.contact-card {background: rgba(255, 255, 255, 0.58);
  border: 1px solid rgba(12, 16, 24, 0.07);
  border-radius: 24px;
  box-shadow: 0 18px 42px rgba(12, 16, 24, 0.08);
  backdrop-filter: blur(6px);}
.contact-info-card {padding: 40px;}
.contact-info-card .section-title {margin-bottom: 14px;}
.contact-intro {color: var(--text-light);
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 28px;
  max-width: 520px;}
.contact-map-card {padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-height: 100%;}
.contact-map-meta {padding: 8px 8px 0;}
.contact-map-title {margin: 0 0 6px;
  color: var(--text);
  font-size: 24px;
  font-weight: 700;}
.contact-map-text {color: var(--text-light);
  font-size: 15px;
  line-height: 1.65;}
.contact-map-widget {width: 100%;
  min-width: 0;
  display: flex;
  flex: 1 1 auto;}
.yandex-map-frame {width: 100%;
  min-height: 430px;
  border-radius: 20px;
  background: #f1f1f1;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.08);
  overflow: hidden;}
.yandex-map-frame iframe {display: block;
  width: 100%;
  height: 430px;
  border: 0;
  border-radius: 20px;}
.contacts-grid {grid-template-columns: minmax(0, 1fr) minmax(420px, 500px) !important;
  gap: 36px !important;
  align-items: stretch !important;}
.contacts-grid > * {min-width: 0;}
.contact-card {background: #f4f6f9;
  border: 1px solid rgba(12,16,24,0.08);
  border-radius: 24px;
  box-shadow: 0 18px 48px rgba(12,16,24,0.08);}
.contact-info-card {padding: 40px;}
.contact-info-card .section-title {max-width: 520px;
  margin-bottom: 22px;}
.contact-intro {margin-bottom: 30px;}
.contact-map-card {padding: 22px;}
.contact-map-title {font-size: 28px;
  margin-bottom: 8px;}
.contact-map-text {margin-bottom: 14px;}
.map-links {display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 12px;}
.map-links a {display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(12,16,24,0.05);
  color: var(--text-light);
  font-size: 12px;
  line-height: 1.3;
  text-decoration: none;}
.map-links a:hover {background: rgba(227,30,36,0.10);
  color: var(--text);}
.yandex-map-frame {min-height: 460px !important;
  border-radius: 20px;
  overflow: hidden;}
.yandex-map-frame iframe {width: 100% !important;
  height: 460px !important;
  border: 0;
  display: block;}
/* Real team photo block */
.team-real-photo-card {background: var(--white);
  border: 1px solid var(--grey-light);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  margin-bottom: 28px;}
.team-real-photo {position: relative;
  aspect-ratio: 16 / 7;
  min-height: 320px;
  background: #d7dce2;}
.team-real-photo img {display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;}
.team-real-caption {display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 24px;
  padding: 24px 28px;}
.team-real-title {margin: 0;
  color: var(--text);
  font-size: 26px;
  font-weight: 700;}
.team-real-text {color: var(--text-light);
  font-size: 15px;
  line-height: 1.7;}
/* ── Слот виджета polis.online ─────────────────────────── */
.polis-widget-wrap {max-width: 980px; margin: 0 auto;}
.polis-widget-slot {
  background: transparent;
  border-radius: 0;
  border: 0;
  box-shadow: none;
  padding: 0;
  min-height: 0;
  overflow: visible;
}
.polis-widget-slot iframe {
  width: 100% !important;
  max-width: 100% !important;
  min-height: 0 !important;
  border: 0;
  display: block;
  border-radius: 0;
  background: transparent;
}
.osago-widget-section {
  padding: 48px 0 54px;
  background: var(--bg);
}
.osago-widget-section .section-header {
  margin-bottom: 24px;
}
.osago-widget-section .section-sub {
  max-width: 680px;
}
.polis-widget-empty {display: flex; flex-direction: column; align-items: center; justify-content: center;
  text-align: center; min-height: 500px; padding: 40px 24px;
  border: 2px dashed var(--grey-light); border-radius: 10px; background: var(--bg);}
.polis-widget-empty .pw-icon {width: 56px; height: 56px; margin-bottom: 18px; opacity: .5;}
.polis-widget-empty h3 {font-size: 20px; font-weight: 800; margin-bottom: 10px;}
.polis-widget-empty p {color: var(--grey); font-size: 15px; max-width: 560px; margin: 0 auto 8px; line-height: 1.6;}
.polis-widget-fallback {text-align: center; margin-top: 10px;}
.polis-widget-fallback .pw-hint {color: var(--grey); font-size: 14px; margin-bottom: 14px;}
.polis-widget-fallback .pw-btns {display: flex; gap: 12px; justify-content: center; flex-wrap: wrap;}

@media(max-width:768px) {
  .site-contact-strip {padding:48px 0}
  .site-contact-strip__grid {grid-template-columns:1fr;gap:28px}
  .site-contact-strip__links {grid-template-columns:1fr}
  .service-footer-grid {grid-template-columns:1fr}
  .service-footer-links {justify-content:flex-start}
  .header-socials {margin-left:auto}
  .header-social-link {width:31px;height:31px}
  .header-social-link img {width:19px;height:19px}
  .footer-socials {margin-top:16px}
}

@media(max-width:880px) {
  .header-socials {margin-left:auto}
}

@media (max-width: 768px) {
  .contact-card,
  .contact-info-card,
  .contact-map-card {border-radius: 20px;}
  .contact-info-card {padding: 28px 20px;}
  .contact-map-card {padding: 14px;}
  .contact-map-title {font-size: 22px;}
  .yandex-map-frame,
  .yandex-map-frame iframe {min-height: 340px;
    height: 340px;
    border-radius: 16px;}
  .contact-info-card,
  .contact-map-card {padding: 22px 18px;}
  .contact-map-title {font-size: 24px;}
  .yandex-map-frame {min-height: 340px !important;}
  .yandex-map-frame iframe {height: 340px !important;}
  .team-real-photo {min-height: 240px;
    aspect-ratio: auto;}
  .team-real-caption {grid-template-columns: 1fr;
    gap: 12px;
    padding: 18px;}
  .team-real-title {font-size: 22px;}
  .osago-widget-section {padding: 40px 0 48px;}
}

@media (max-width: 980px) {
  .contacts-grid {grid-template-columns: 1fr !important;}
}


/* Компактная CTA-карточка вместо повторной формы amoCRM */
.service-cta-card {
  background: var(--white);
  border: 1px solid var(--grey-light);
  border-radius: 12px;
  padding: 32px;
  box-shadow: var(--shadow);
}
.service-cta-card h3 {
  font-size: 22px;
  line-height: 1.3;
  margin-bottom: 10px;
}
.service-cta-card p {
  color: var(--grey);
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 22px;
}
.service-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.service-cta-actions .btn-outline {
  color: var(--text);
  border-color: var(--grey-light);
}
.service-cta-actions .btn-outline:hover {
  color: var(--text);
  border-color: var(--text-light);
  background: var(--bg);
}

@media (max-width: 768px) {
  .service-cta-card { padding: 24px 20px; }
  .service-cta-actions { flex-direction: column; }
  .service-cta-actions .btn-primary,
  .service-cta-actions .btn-outline { width: 100%; justify-content: center; }
}

/* === Партнеры: страховые компании === */
.ins-partners { padding: 64px 0; background: var(--white); border-top: 1px solid var(--grey-light); border-bottom: 1px solid var(--grey-light); }
.ins-partners .section-header { margin-bottom: 36px; }
.ins-partners-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.ins-partner { display: flex; align-items: center; justify-content: center; min-height: 76px; padding: 16px 12px; background: var(--bg); border: 1px solid var(--grey-light); border-radius: 12px; transition: transform .2s, box-shadow .2s; }
.ins-partner:hover { transform: translateY(-2px); box-shadow: 0 8px 20px rgba(15,23,42,.08); }
.ins-partner img { max-height: 40px; max-width: 100%; object-fit: contain; }
.ins-partner-name { font-weight: 800; font-size: 17px; letter-spacing: .2px; text-align: center; }
.ins-partners-note { text-align: center; color: var(--grey); font-size: 13px; margin-top: 20px; }
@media (max-width: 900px) { .ins-partners-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px) { .ins-partner { min-height: 62px; } .ins-partner-name { font-size: 15px; } }

/* === Фикс шапки: не даем логотипу переноситься и элементам налезать друг на друга === */
.header-inner { gap: 20px; padding: 0 24px; }
.logo { flex-shrink: 0; }
.logo-text { white-space: nowrap; }
.nav { gap: 0; min-width: 0; }
.nav a { padding: 7px 9px; white-space: nowrap; }
.header-socials { flex-shrink: 0; }
.header-phone { flex-shrink: 0; }
.header .btn-primary { flex-shrink: 0; padding: 10px 16px; font-size: 13px; }
@media (max-width: 1280px) { .header-socials { display: none; } }
@media (max-width: 1120px) { .header-phone { display: none; } }

/* === Партнеры: бегущая строка === */
.ins-partners-marquee { overflow: hidden; position: relative; -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); }
.ins-partners-track { display: flex; gap: 16px; width: max-content; animation: ins-partners-scroll 36s linear infinite; }
.ins-partners-marquee:hover .ins-partners-track { animation-play-state: paused; }
.ins-partners-track .ins-partner { width: 210px; flex-shrink: 0; padding: 16px 20px; }
.ins-partners-track .ins-partner img { max-height: 44px; max-width: 100%; object-fit: contain; }
@keyframes ins-partners-scroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@media (max-width: 600px) {
  .ins-partners-track .ins-partner { width: 168px; padding: 14px 18px; min-height: 68px; }
  .ins-partners-track .ins-partner img { max-height: 36px; }
  .ins-partners-track { gap: 14px; animation-duration: 26s; }
  .ins-partners-marquee { -webkit-mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent); mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent); }
}
@media (prefers-reduced-motion: reduce) {
  .ins-partners-marquee { overflow-x: auto; -webkit-overflow-scrolling: touch; scrollbar-width: none; }
  .ins-partners-marquee::-webkit-scrollbar { display: none; }
  .ins-partners-track { animation: none; }
  /* Скрываем дубль-половину, чтобы логотипы не повторялись без движения */
  .ins-partners-track > .ins-partner:nth-child(n+9) { display: none; }
}
