/* ════════════════════════════════════════════════════════
   injsafe.css — ООО «ИнжСейф» (landing в духе КЭАЗ + паттерны КБ)
   ════════════════════════════════════════════════════════ */

body.page-injsafe { background: #fff; }

/* Увеличиваем «рост» страницы: больше пространства между блоками,
   чтобы при просмотре было видно не только один экран. */
.page-injsafe .kb-sec { padding: 120px 0; }

/* ── Motion system (premium, subtle) ───────────────────────── */
@keyframes is-float-soft {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-6px); }
}
@keyframes is-glow-pulse {
  0%, 100% { opacity: 0.45; filter: blur(44px); }
  50% { opacity: 0.75; filter: blur(56px); }
}
@keyframes is-sheen-sweep {
  0% { transform: translateX(-140%) skewX(-18deg); opacity: 0; }
  18% { opacity: 0.55; }
  45% { transform: translateX(170%) skewX(-18deg); opacity: 0; }
  100% { transform: translateX(170%) skewX(-18deg); opacity: 0; }
}
@keyframes is-metric-enter {
  from { opacity: 0; transform: translateY(16px) scale(0.98); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

/* ── Reveal модификаторы (направления появления) ───── */
.reveal--left  { transform: translateX(-36px) translateY(0); }
.reveal--right { transform: translateX(36px) translateY(0); }
.reveal--up    { transform: translateY(28px); }
.reveal--left.visible,
.reveal--right.visible,
.reveal--up.visible { transform: none; }

/* Hero CTA — сплошной синий, как на страницах «Клиентам» */
.page-injsafe .is-hero-actions {
  margin-top: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}

.page-injsafe .hero-partners .is-hero-actions .hero-btn-primary {
  position: static;
  overflow: visible;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 18px 36px;
  border: none;
  border-radius: 14px;
  background: var(--blue);
  color: #fff;
  font-size: 1.02rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  box-shadow: none;
  animation: none;
  transition: filter 0.15s, transform 0.15s;
}

.page-injsafe .hero-partners .is-hero-actions .hero-btn-primary::before {
  display: none;
  content: none;
}

.page-injsafe .hero-partners .is-hero-actions .hero-btn-primary:hover {
  filter: brightness(1.06);
  transform: none;
  box-shadow: none;
}

.page-injsafe .hero-partners .is-hero-actions .hero-btn-primary:active {
  transform: scale(0.99);
}

.page-injsafe .hero-partners .is-hero-actions .hero-btn-primary:hover svg,
.page-injsafe .hero-partners .is-hero-actions .hero-btn-primary svg {
  transform: none;
}

.page-injsafe .is-keaz-banner {
  min-height: min(52vh, 520px);
  align-items: flex-start;
  padding: 30px 0 64px;
}
.page-injsafe .is-keaz-banner::after {
  animation: none;
  opacity: 0.35;
}

@media (max-width: 720px) {
  .page-injsafe .kb-sec { padding: 86px 0; }
  .page-injsafe .is-keaz-banner {
    min-height: 520px;
    padding: 28px 0 52px;
  }
}

/* ── About-company block ─────────────────────────────── */
.is-about {
  background: #fff;
  padding: clamp(56px, 7vw, 96px) 0;
  border-bottom: 1px solid #e8eef6;
}
.is-about-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(40px, 6vw, 96px);
  align-items: center;
}

/* левая колонка */
.is-about-left {}
.is-about-kicker {
  display: inline-block;
  margin: 0 0 14px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  color: var(--teal, #00bddc);
}
.is-about-title {
  margin: 0 0 20px;
  font-size: clamp(1.7rem, 3vw, 2.4rem);
  font-weight: 900;
  letter-spacing: -0.03em;
  line-height: 1.1;
  color: #0b1a2e;
}
.is-about-body {
  margin: 0;
  font-size: 1rem;
  line-height: 1.78;
  color: #4a5c72;
  max-width: 52ch;
}

/* правая колонка — тезисы */
.is-about-right {
  display: flex;
  flex-direction: column;
  gap: 0;
  border-left: 1px solid #e3ecf6;
  padding-left: clamp(28px, 4vw, 56px);
}
.is-about-item {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  padding: 22px 0;
  border-bottom: 1px solid #edf2f8;
}
.is-about-item:last-child { border-bottom: none; }
.is-about-icon {
  flex-shrink: 0;
  width: 44px; height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(0,189,220,0.12) 0%, rgba(6,86,185,0.08) 100%);
  color: var(--teal, #00bddc);
  border: 1px solid rgba(0,189,220,0.18);
}
.is-about-item strong {
  display: block;
  font-size: 0.95rem;
  font-weight: 700;
  color: #0b1a2e;
  margin-bottom: 4px;
  letter-spacing: -0.01em;
}
.is-about-item span {
  display: block;
  font-size: 0.84rem;
  line-height: 1.55;
  color: #6b7e96;
}

@media (max-width: 860px) {
  .is-about-inner {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .is-about-right {
    border-left: none;
    border-top: 1px solid #e3ecf6;
    padding-left: 0;
    padding-top: 28px;
  }
  .is-about-body { max-width: 100%; }
}

/* Тёмные секции — как «Принципы разработки» / «Подход» в kb.css */
.page-injsafe #products.kb-sec--dark {
  background-color: #010c1e;
  background-image:
    linear-gradient(158deg, rgba(1, 10, 26, 0.9) 0%, rgba(1, 14, 34, 0.74) 48%, rgba(1, 8, 22, 0.93) 100%),
    linear-gradient(105deg, rgba(0, 189, 220, 0.06) 0%, transparent 44%),
    url("../img/kb-expertise-bg.jpg");
  background-size: cover, cover, cover;
  background-position: center, center, center 38%;
  background-repeat: no-repeat;
}
.page-injsafe #products.kb-sec--dark .kb-orb {
  opacity: 0.2;
}

.page-injsafe #economics.kb-sec--dark {
  background-color: #010c1e;
  background-image:
    linear-gradient(158deg, rgba(1, 10, 26, 0.9) 0%, rgba(1, 14, 34, 0.74) 48%, rgba(1, 8, 22, 0.93) 100%),
    linear-gradient(105deg, rgba(0, 189, 220, 0.06) 0%, transparent 44%),
    url("../img/kb-expertise-bg.jpg");
  background-size: cover, cover, cover;
  background-position: center, center, center 38%;
  background-repeat: no-repeat;
}
.page-injsafe #economics.kb-sec--dark .kb-orb {
  opacity: 0.2;
}

.page-injsafe #directions.kb-sec--dark {
  background-color: #020a18;
  background-image:
    linear-gradient(168deg, rgba(1, 12, 30, 0.88) 0%, rgba(1, 8, 22, 0.82) 45%, rgba(0, 6, 18, 0.94) 100%),
    linear-gradient(125deg, transparent 40%, rgba(0, 189, 220, 0.07) 100%),
    url("../img/kb-principles-bg.jpg");
  background-size: cover, cover, cover;
  background-position: center, center, center 42%;
  background-repeat: no-repeat;
}
.page-injsafe #directions.kb-sec--dark .kb-orb {
  opacity: 0.22;
}

/* Полоса-баннер — абстрактный слой как в блоке «Принципы разработки» */
.is-keaz-banner {
  position: relative;
  width: 100%;
  min-height: min(42vh, 420px);
  display: flex;
  align-items: flex-end;
  padding: 48px 0;
  background-color: #010c1e;
  background-image:
    linear-gradient(158deg, rgba(1, 10, 26, 0.88) 0%, rgba(1, 14, 34, 0.72) 48%, rgba(1, 8, 22, 0.91) 100%),
    linear-gradient(105deg, rgba(0, 189, 220, 0.07) 0%, transparent 46%),
    url("../img/kb-expertise-bg.jpg");
  background-size: cover, cover, cover;
  background-position: center, center, center 36%;
  background-repeat: no-repeat;
  border-bottom: 1px solid rgba(0, 189, 220, 0.1);
}
.is-keaz-banner::after {
  content: '';
  position: absolute;
  top: -40%;
  left: 0;
  width: 32%;
  height: 200%;
  background: linear-gradient(110deg, transparent 20%, rgba(0, 189, 220, 0.24) 48%, transparent 80%);
  pointer-events: none;
  animation: is-sheen-sweep 8s ease-in-out infinite;
}
.is-keaz-banner .wrap {
  position: relative;
  z-index: 1;
  width: 100%;
}
.is-keaz-banner-title {
  margin: 0;
  max-width: 720px;
  font-size: clamp(1.35rem, 2.5vw, 1.85rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.35;
  color: #fff;
}
.is-keaz-banner-title span {
  color: var(--teal, #00bddc);
}
.is-keaz-banner-note {
  margin: 14px 0 0;
  max-width: 560px;
  font-size: 0.95rem;
  line-height: 1.65;
  color: rgba(195, 218, 255, 0.72);
}

/* Сегменты рынка — сетка «отраслевых решений» */
.is-market-main .kb-lead {
  max-width: 680px;
}

.is-market-subtitle {
  margin: 26px 0 14px;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(6, 86, 185, 0.58);
}

.is-market-why {
  display: grid;
  gap: 10px;
}

.is-market-why-item {
  padding: 16px 18px;
  border-radius: 14px;
  border: 1px solid rgba(6, 86, 185, 0.12);
  background: rgba(255, 255, 255, 0.76);
}

.is-market-why-item h3 {
  margin: 0 0 6px;
  font-size: 0.98rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--text, #0f2035);
}

.is-market-why-item p {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.55;
  color: rgba(15, 32, 53, 0.68);
}

.is-market-solutions {
  display: grid;
  gap: 12px;
  margin-top: 24px;
}

.is-market-solution-card {
  position: relative;
  padding: 22px 20px 22px 74px;
  border-radius: 16px;
  border: 1px solid var(--line, #daeeff);
  background: linear-gradient(145deg, #fff 0%, #f6fbff 100%);
  box-shadow: 0 8px 24px rgba(6, 86, 185, 0.06);
  transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}
.is-market-solution-card:nth-child(1) { animation: is-float-soft 8s ease-in-out infinite; }
.is-market-solution-card:nth-child(2) { animation: is-float-soft 9s ease-in-out infinite; animation-delay: .5s; }
.is-market-solution-card:nth-child(3) { animation: is-float-soft 10s ease-in-out infinite; animation-delay: .8s; }
.is-market-solution-card:hover {
  transform: translateY(-3px);
  border-color: rgba(0, 189, 220, 0.34);
  box-shadow: 0 14px 30px rgba(6, 86, 185, 0.11);
}

.is-market-solution-num {
  position: absolute;
  left: 20px;
  top: 20px;
  margin: 0;
  font-size: 1.7rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.04em;
  color: transparent;
  -webkit-text-stroke: 1.2px rgba(0, 189, 220, 0.35);
}

.is-market-solution-card h3 {
  margin: 0 0 8px;
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--text, #0f2035);
}

.is-market-solution-card p {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.58;
  color: rgba(15, 32, 53, 0.68);
}

.is-market-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 16px;
}

.is-market-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border-radius: 10px;
  padding: 10px 16px;
  text-decoration: none;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
.is-market-btn--primary {
  color: #fff;
  border: 1px solid rgba(6, 86, 185, 0.32);
  background: linear-gradient(135deg, #0656b9 0%, #00bddc 100%);
  box-shadow: 0 10px 24px rgba(6, 86, 185, 0.26);
}
.is-market-btn--ghost {
  color: var(--text, #0f2035);
  border: 1px solid rgba(6, 86, 185, 0.2);
  background: rgba(255, 255, 255, 0.9);
}
.is-market-btn:hover {
  transform: translateY(-2px);
}

.is-adv-list{
  list-style: none;
  padding: 0;
  margin: 22px 0 0;
}
.is-adv-list li{
  position: relative;
  padding-left: 18px;
  margin: 10px 0;
  font-size: 0.98rem;
  line-height: 1.6;
  color: rgba(195, 218, 255, 0.78);
  font-weight: 600;
}
.is-adv-list li::before{
  content:'';
  position:absolute;
  left:0;
  top:0.62em;
  width:8px;
  height:8px;
  border-radius:50%;
  background: var(--teal, #00bddc);
  box-shadow: 0 0 0 3px rgba(0, 189, 220, 0.14);
}

.page-injsafe #products .is-metrics-grid--products {
  margin-top: 0;
}

.page-injsafe #products .is-metric-label {
  max-width: none;
}

@media (max-width: 720px) {
  .page-injsafe #products .is-metrics-grid--products {
    margin-top: 0;
  }
}

/* KPI экономики — крупные цифры как на keaz.ru */
.is-economics-split{
  display: grid;
  grid-template-columns: 44fr 56fr;
  gap: 80px;
  align-items: start;
}

.is-economics-main .kb-lead {
  max-width: 620px;
}

.is-economics-points {
  display: grid;
  gap: 12px;
  margin-top: 26px;
}

.is-economics-point {
  padding: 16px 18px;
  border-radius: 14px;
  border: 1px solid rgba(0, 189, 220, 0.14);
  background: rgba(255, 255, 255, 0.04);
}

.is-economics-point h3 {
  margin: 0 0 7px;
  font-size: 0.96rem;
  font-weight: 800;
  letter-spacing: -0.01em;
  color: rgba(255, 255, 255, 0.92);
}

.is-economics-point p {
  margin: 0;
  font-size: 0.88rem;
  line-height: 1.58;
  color: rgba(195, 218, 255, 0.66);
}

.is-metrics-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 0;
}

/* Светлые секции — лёгкая текстура kb-expertise / kb-principles под «молочным» слоем */
.page-injsafe #market.kb-sec--light {
  background:
    radial-gradient(ellipse 70% 60% at 12% 18%, rgba(0, 189, 220, 0.1) 0%, transparent 60%),
    radial-gradient(ellipse 55% 45% at 92% 82%, rgba(6, 86, 185, 0.08) 0%, transparent 55%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.94) 0%, rgba(251, 253, 255, 0.95) 42%, rgba(244, 249, 252, 0.96) 100%),
    linear-gradient(105deg, rgba(0, 189, 220, 0.04) 0%, transparent 50%),
    url("../img/kb-expertise-bg.jpg");
  background-size: auto, auto, auto, cover, cover;
  background-position: 0 0, 0 0, 0 0, center, center 40%;
  border-bottom: 1px solid var(--line, #daeeff);
}

.page-injsafe .is-market-segments {
  background-color: #010c1e;
  background-image:
    linear-gradient(158deg, rgba(1, 10, 26, 0.9) 0%, rgba(1, 14, 34, 0.74) 48%, rgba(1, 8, 22, 0.93) 100%),
    linear-gradient(105deg, rgba(0, 189, 220, 0.06) 0%, transparent 44%),
    url("../img/kb-expertise-bg.jpg");
  background-size: cover, cover, cover;
  background-position: center, center, center 38%;
  background-repeat: no-repeat;
  border-bottom: none;
}
.page-injsafe #market-segments .section-title {
  color: #fff;
}
.page-injsafe #market-segments .section-title span {
  color: var(--teal, #00bddc);
}
.is-market-segments-lead {
  margin: 18px 0 0;
  max-width: 760px;
  font-size: 1.02rem;
  line-height: 1.7;
  color: rgba(195, 218, 255, 0.72);
}
.is-metric-cell {
  padding: 38px 24px 34px;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background:
    radial-gradient(ellipse 120% 90% at 0% 0%, rgba(0, 189, 220, 0.2) 0%, transparent 55%),
    radial-gradient(ellipse 90% 70% at 100% 100%, rgba(6, 86, 185, 0.16) 0%, transparent 60%),
    linear-gradient(155deg, rgba(6, 86, 185, 0.14) 0%, rgba(4, 14, 36, 0.6) 45%, rgba(3, 10, 28, 0.78) 100%);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  transition: border-color 0.22s ease, background 0.22s ease, transform 0.24s ease, box-shadow 0.24s ease;
  position: relative;
  overflow: hidden;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.1) inset,
    0 10px 30px rgba(0, 7, 24, 0.28);
  animation: is-metric-enter .7s cubic-bezier(.22, .61, .36, 1) both;
}
.is-metric-cell:nth-child(1) { animation-delay: .05s; }
.is-metric-cell:nth-child(2) { animation-delay: .12s; }
.is-metric-cell:nth-child(3) { animation-delay: .19s; }
.is-metric-cell:nth-child(4) { animation-delay: .26s; }
.is-metric-cell:hover {
  border-color: rgba(0, 189, 220, 0.52);
  transform: translateY(-5px);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.14) inset,
    0 20px 48px rgba(0, 7, 24, 0.5),
    0 0 0 1px rgba(0, 189, 220, 0.12);
}
.is-metric-cell::before{
  content:'';
  position:absolute;
  top:0;
  left:18px;
  width:36px;
  height:2px;
  border-radius:0 0 3px 3px;
  background: linear-gradient(90deg, var(--blue, #0656b9), var(--teal, #00bddc));
  opacity:0.9;
}
.is-metric-cell::after {
  content: '';
  position: absolute;
  right: -22px;
  top: -22px;
  width: 88px;
  height: 88px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0, 189, 220, 0.24) 0%, rgba(0, 189, 220, 0) 72%);
  pointer-events: none;
}
.is-metric-val {
  display: block;
  font-size: clamp(1.55rem, 2.55vw, 2rem);
  font-weight: 900;
  letter-spacing: -0.045em;
  line-height: 1.05;
  background: linear-gradient(135deg, #fff 0%, var(--teal, #00bddc) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-wrap: balance;
}
.is-metric-label {
  display: block;
  margin-top: 14px;
  font-size: 0.82rem;
  line-height: 1.5;
  color: rgba(195, 218, 255, 0.72);
  max-width: 28ch;
}

/* КЭАЗ-стилизованная CTA-кнопка на странице «ИнжСейф» */
.page-injsafe .is-injsafe-cta {
  padding: 20px 32px 20px 28px;
  min-height: 72px;
  border-radius: 16px;
  border: 1px solid rgba(0, 189, 220, 0.35);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96) 0%, rgba(237, 248, 255, 0.94) 100%);
  color: #062a52;
  box-shadow:
    0 10px 30px rgba(0, 10, 32, 0.25),
    0 1px 0 rgba(255, 255, 255, 0.85) inset,
    0 0 0 1px rgba(0, 189, 220, 0.10);
}
.page-injsafe .is-injsafe-cta::before {
  background: linear-gradient(
    110deg,
    transparent 26%,
    rgba(0, 189, 220, 0.24) 48%,
    rgba(6, 86, 185, 0.18) 56%,
    transparent 78%
  );
  animation-duration: 2.8s;
}
.page-injsafe .is-injsafe-cta .kb-cta-btn-ico {
  color: var(--blue, #0656b9);
  opacity: 0.9;
}
.page-injsafe .is-injsafe-cta:hover {
  color: #041b38;
  border-color: rgba(0, 189, 220, 0.62);
  transform: translateY(-3px);
  box-shadow:
    0 14px 40px rgba(0, 10, 32, 0.32),
    0 1px 0 rgba(255, 255, 255, 0.9) inset,
    0 0 0 1px rgba(0, 189, 220, 0.2);
}
.page-injsafe .is-injsafe-cta:hover .kb-cta-btn-ico {
  color: var(--teal, #00bddc);
  transform: translateX(6px);
}

@media (prefers-reduced-motion: reduce) {
  .is-keaz-banner::after,
  .is-market-solution-card,
  .is-metric-cell {
    animation: none !important;
  }
}

@media (max-width: 1100px) {
  .is-economics-split{
    grid-template-columns: 1fr;
    gap: 44px;
  }
  .is-metrics-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 520px) {
  .is-metrics-grid {
    grid-template-columns: 1fr;
  }
}

/* Контекст: одна широкая плашка */
.is-context-strip {
  margin-top: 28px;
  padding: 22px 26px;
  border-radius: 16px;
  border: 1px solid rgba(0, 189, 220, 0.18);
  background: rgba(0, 189, 220, 0.06);
}
.is-context-strip p {
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.72;
  color: rgba(195, 218, 255, 0.78);
}
.is-context-strip strong {
  color: var(--teal, #00bddc);
  font-weight: 700;
}

/* Три стратегических направления */
.is-dir-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 48px;
}
.is-dir-card {
  padding: 32px 28px 36px;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(165deg, rgba(6, 86, 185, 0.12) 0%, transparent 42%),
    rgba(4, 14, 34, 0.85);
  transition: border-color 0.26s ease, transform 0.3s cubic-bezier(0.34, 1.2, 0.64, 1),
    box-shadow 0.26s ease;
}
.is-dir-card:hover {
  border-color: rgba(0, 189, 220, 0.28);
  transform: translateY(-4px);
  box-shadow: 0 18px 52px rgba(0, 6, 22, 0.45);
}
.is-dir-num {
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(0, 189, 220, 0.85);
  margin: 0 0 14px;
}
.is-dir-card h3 {
  margin: 0 0 10px;
  font-size: 1.05rem;
  font-weight: 800;
  color: #fff;
  letter-spacing: -0.02em;
  line-height: 1.28;
}
.is-dir-goal {
  margin: 0 0 18px;
  font-size: 0.88rem;
  line-height: 1.55;
  color: rgba(195, 218, 255, 0.45);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.is-dir-goal span {
  display: block;
  margin-top: 6px;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: normal;
  text-transform: none;
  color: rgba(255, 255, 255, 0.92);
}
.is-task-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.is-task-list li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 10px;
  font-size: 0.9rem;
  line-height: 1.55;
  color: rgba(195, 218, 255, 0.72);
}
.is-task-list li:last-child {
  margin-bottom: 0;
}
.is-task-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--teal, #00bddc);
  box-shadow: 0 0 0 3px rgba(0, 189, 220, 0.15);
}

@media (max-width: 960px) {
  .is-dir-grid {
    grid-template-columns: 1fr;
  }
}

/* Секция стратегии — как блок экспертизы на странице КБ */
.page-injsafe #strategy.kb-sec--light {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background:
    radial-gradient(ellipse 72% 58% at 10% 18%, rgba(0, 189, 220, 0.09) 0%, transparent 56%),
    radial-gradient(ellipse 58% 52% at 90% 82%, rgba(6, 86, 185, 0.07) 0%, transparent 52%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(251, 253, 255, 0.97) 42%, rgba(244, 249, 252, 0.98) 100%),
    url("../img/kb-expertise-bg.jpg");
  background-size: auto, auto, auto, cover;
  background-position: 0 0, 0 0, 0 0, center 35%;
  border-bottom: 1px solid var(--line, #daeeff);
}
.page-injsafe #strategy.kb-sec--light .wrap {
  position: relative;
  z-index: 1;
}

.is-strategy-layout {
  display: grid;
  grid-template-columns: 56fr 44fr;
  gap: 42px;
  align-items: start;
}
.is-strategy-layout--single {
  grid-template-columns: 1fr;
}
.is-strategy-pillars--row {
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 28px;
}
.is-strategy-pillars--row .is-strategy-pillar { padding: 22px 22px 22px 78px; }
@media (max-width: 860px) {
  .is-strategy-pillars--row { grid-template-columns: 1fr; }
}

.is-strategy-main .kb-lead {
  max-width: 760px;
}

.is-strategy-pillars {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  margin-top: 34px;
}

.is-strategy-pillar {
  position: relative;
  padding: 24px 24px 24px 84px;
  border-radius: 18px;
  border: 1px solid var(--line, #daeeff);
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0 10px 28px rgba(6, 86, 185, 0.06);
  transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}
.is-strategy-pillar:hover {
  transform: translateY(-3px);
  border-color: rgba(0, 189, 220, 0.3);
  box-shadow: 0 18px 36px rgba(6, 86, 185, 0.10);
}
.is-strategy-pillar-num {
  position: absolute;
  left: 24px;
  top: 22px;
  margin: 0;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.05em;
  color: transparent;
  -webkit-text-stroke: 1.5px rgba(0, 189, 220, 0.35);
}
.is-strategy-pillar h3 {
  margin: 0 0 8px;
  font-size: 1.04rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--text, #0f2035);
}
.is-strategy-pillar p:last-child {
  margin: 0;
  font-size: 0.94rem;
  line-height: 1.65;
  color: rgba(15, 32, 53, 0.68);
}

.is-strategy-side {
  display: grid;
  gap: 16px;
}

.is-strategy-feature {
  position: relative;
  overflow: hidden;
  padding: 34px 32px 34px;
  border-radius: 24px;
  border: 1px solid rgba(0, 189, 220, 0.18);
  background:
    radial-gradient(ellipse 110% 90% at 0% 0%, rgba(0, 189, 220, 0.12) 0%, transparent 54%),
    linear-gradient(145deg, #ffffff 0%, #f4f9ff 100%);
  box-shadow:
    0 16px 40px rgba(6, 86, 185, 0.09),
    0 1px 0 rgba(255, 255, 255, 0.8) inset;
}
.is-strategy-feature::before {
  content: '';
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: linear-gradient(180deg, var(--teal, #00bddc) 0%, var(--blue, #0656b9) 100%);
}
.is-strategy-feature-kicker {
  margin: 0 0 12px;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(6, 86, 185, 0.55);
}
.is-strategy-feature-title {
  margin: 0;
  font-size: 1.35rem;
  line-height: 1.3;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: var(--text, #0f2035);
}
.is-strategy-feature-text {
  margin: 16px 0 0;
  font-size: 0.96rem;
  line-height: 1.72;
  color: rgba(15, 32, 53, 0.72);
}

.is-strategy-metrics {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.is-strategy-metric {
  padding: 24px 20px;
  border-radius: 18px;
  border: 1px solid var(--line, #daeeff);
  background: rgba(255, 255, 255, 0.74);
  box-shadow: 0 8px 24px rgba(6, 86, 185, 0.05);
}
.is-strategy-metric strong {
  display: block;
  font-size: 2rem;
  line-height: 1;
  font-weight: 900;
  letter-spacing: -0.05em;
  background: linear-gradient(135deg, #062a52 0%, var(--teal, #00bddc) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.is-strategy-metric span {
  display: block;
  margin-top: 10px;
  font-size: 0.82rem;
  line-height: 1.45;
  color: rgba(15, 32, 53, 0.56);
}

.is-strategy-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.is-strategy-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 9px 14px;
  border-radius: 999px;
  border: 1px solid rgba(6, 86, 185, 0.12);
  background: rgba(255, 255, 255, 0.7);
  color: var(--text, #0f2035);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  box-shadow: 0 6px 18px rgba(6, 86, 185, 0.04);
}

@media (max-width: 960px) {
  .is-strategy-layout {
    grid-template-columns: 1fr;
    gap: 28px;
  }
}

@media (max-width: 620px) {
  .is-strategy-pillar {
    padding: 72px 20px 22px;
  }
  .is-strategy-pillar-num {
    left: 20px;
    top: 18px;
  }
  .is-strategy-metrics {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .is-strategy-pillar {
    transition: none;
  }
  .is-strategy-pillar:hover {
    transform: none;
  }
}

/* Рынок: KPI рядом с текстом */
.is-market-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 28px 36px;
  margin-top: 30px;
}
.is-market-stat strong {
  display: block;
  font-size: clamp(2rem, 3.5vw, 2.75rem);
  font-weight: 900;
  letter-spacing: -0.04em;
  line-height: 1;
  background: linear-gradient(135deg, #062a52 0%, var(--teal, #00bddc) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.is-market-stat span {
  display: block;
  margin-top: 6px;
  max-width: 200px;
  font-size: 0.82rem;
  line-height: 1.4;
  color: rgba(15, 32, 53, 0.52);
}

/* ── Market Redesign v2 (premium) ───────────────────────────── */
.is-market-premium {
  display: grid;
  grid-template-columns: 56fr 44fr;
  gap: 28px;
  align-items: start;
}
.is-market-premium-main .kb-lead { max-width: 700px; }

.is-market-flow {
  margin-top: 30px;
  display: grid;
  gap: 12px;
}
.is-market-flow-item {
  position: relative;
  padding: 18px 20px 18px 26px;
  border-radius: 14px;
  border: 1px solid rgba(6, 86, 185, 0.12);
  background: linear-gradient(145deg, rgba(255,255,255,0.92) 0%, rgba(244,250,255,0.92) 100%);
}
.is-market-flow-item::before{
  content:'';
  position:absolute;
  left:0;
  top:14px;
  bottom:14px;
  width:3px;
  border-radius:0 3px 3px 0;
  background: linear-gradient(180deg, var(--teal,#00bddc), var(--blue,#0656b9));
}
.is-market-flow-item h3 { margin: 0 0 6px; font-size: 1rem; font-weight: 800; color: var(--text,#0f2035); }
.is-market-flow-item p { margin: 0; font-size: .92rem; color: rgba(15,32,53,.68); line-height: 1.58; }

.is-market-spotlight {
  position: relative;
  padding: 26px 22px 24px;
  border-radius: 22px;
  border: 1px solid rgba(0, 189, 220, 0.22);
  background-color: #010c1e;
  background-image:
    radial-gradient(ellipse 110% 80% at 0% 0%, rgba(0, 189, 220, 0.16) 0%, transparent 60%),
    linear-gradient(152deg, rgba(2, 14, 36, 0.92) 0%, rgba(3, 18, 44, 0.85) 52%, rgba(2, 22, 52, 0.92) 100%),
    linear-gradient(105deg, rgba(0, 189, 220, 0.07) 0%, transparent 45%),
    url("../img/kb-expertise-bg.jpg");
  background-size: cover, cover, cover, cover;
  background-position: center, center, center, center 38%;
  background-repeat: no-repeat;
  box-shadow: 0 20px 56px rgba(0, 9, 26, 0.34);
}
.is-market-spotlight-kicker {
  margin: 0 0 14px;
  font-size: .68rem;
  letter-spacing: .13em;
  text-transform: uppercase;
  color: rgba(195,218,255,.58);
  font-weight: 800;
}
.is-market-spotlight-stats { display: grid; gap: 10px; }
.is-market-spotlight-stat {
  padding: 16px 14px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,.1);
  background: rgba(255,255,255,.04);
}
.is-market-spotlight-stat strong {
  display:block;
  font-size: clamp(1.45rem,2.4vw,1.9rem);
  font-weight: 900;
  letter-spacing: -.04em;
  line-height: 1.08;
  background: linear-gradient(135deg, #fff 0%, var(--teal,#00bddc) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.is-market-spotlight-stat span {
  display:block;
  margin-top:8px;
  font-size:.8rem;
  color: rgba(195,218,255,.64);
}
.is-market-spotlight-tags {
  margin-top: 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.is-market-spotlight-tags span {
  padding: 7px 11px;
  border-radius: 999px;
  border: 1px solid rgba(0,189,220,.22);
  color: rgba(214,238,255,.9);
  font-size: .74rem;
  font-weight: 700;
  background: rgba(0,189,220,.08);
}

.is-market-segments-premium {
  margin-top: 28px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px 18px;
}
@media (min-width: 961px) {
  .is-market-segments-premium {
    grid-template-columns: repeat(3, 1fr);
  }
}
/* Карточки сегментов — редизайн: строгие, объёмные, без «шаблонного» вида */
.is-market-segment-card {
  position: relative;
  isolation: isolate;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 248px;
  padding: 28px 24px 24px;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background:
    linear-gradient(165deg, rgba(1, 15, 38, 0.9) 0%, rgba(4, 28, 62, 0.84) 52%, rgba(2, 20, 48, 0.92) 100%),
    radial-gradient(ellipse 110% 80% at 8% 2%, rgba(0, 189, 220, 0.18) 0%, transparent 62%),
    linear-gradient(120deg, rgba(255, 255, 255, 0.06) 0%, transparent 44%);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.12) inset,
    0 16px 36px rgba(0, 8, 28, 0.42);
  transition: transform 0.26s ease, box-shadow 0.26s ease, border-color 0.26s ease;
  overflow: hidden;
}
.is-market-segment-card > * {
  position: relative;
  z-index: 1;
}
.is-market-segment-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 24px;
  right: 24px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(0, 189, 220, 0.55) 45%, transparent 100%);
  opacity: 0.7;
  transition: opacity 0.26s ease;
}
.is-market-segment-card::after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 92% 8%, rgba(0, 189, 220, 0.14) 0%, transparent 44%);
  opacity: 0.5;
  pointer-events: none;
}
.is-market-segment-card:hover {
  transform: translateY(-6px);
  border-color: rgba(0, 189, 220, 0.3);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.16) inset,
    0 24px 46px rgba(0, 8, 28, 0.5),
    0 0 0 1px rgba(0, 189, 220, 0.14);
}
.is-market-segment-card:hover::before {
  opacity: 1;
}
.is-market-segment-num {
  position: absolute;
  top: 16px;
  right: 16px;
  margin: 0;
  min-width: 52px;
  height: 30px;
  padding: 0 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-size: 0.86rem;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0.04em;
  color: rgba(221, 244, 255, 0.96);
  background: rgba(0, 189, 220, 0.14);
  border: 1px solid rgba(0, 189, 220, 0.28);
  -webkit-text-stroke: 0;
  transition: background 0.24s ease, border-color 0.24s ease;
}
.is-market-segment-card:hover .is-market-segment-num {
  background: rgba(0, 189, 220, 0.2);
  border-color: rgba(0, 189, 220, 0.46);
}
.is-market-segment-card h3 {
  margin: 0 0 10px;
  padding-right: 64px;
  font-size: 1.08rem;
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: -0.02em;
  color: #fff;
}
.is-market-segment-card p {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.64;
  color: rgba(204, 225, 247, 0.8);
}
@media (max-width: 720px) {
  .is-market-segment-card {
    min-height: 220px;
    padding: 22px 18px 20px;
    border-radius: 18px;
  }
  .is-market-segment-num {
    top: 12px;
    right: 12px;
  }
  .is-market-segment-card h3 {
    padding-right: 58px;
  }
}

/* CTA «Следующий шаг» — отдельный action-блок, встроенный в сетку сегментов */
.is-market-segment-cta {
  grid-column: 2 / -1;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  gap: 18px 28px;
  margin-top: 2px;
  min-height: 162px;
  padding: 26px 28px;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background-image:
    linear-gradient(165deg, rgba(1, 15, 38, 0.92) 0%, rgba(4, 28, 62, 0.84) 52%, rgba(2, 20, 48, 0.94) 100%),
    radial-gradient(ellipse 110% 88% at 95% 0%, rgba(0, 189, 220, 0.18) 0%, transparent 60%);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.14) inset,
    0 18px 42px rgba(0, 8, 28, 0.44);
}
@media (min-width: 961px) {
  .is-market-segment-cta {
    transform: translateY(-6px);
  }
}
.is-market-segment-cta::before {
  content: '';
  position: absolute;
  top: 0;
  left: 24px;
  right: 24px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(0, 189, 220, 0.58) 44%, transparent 100%);
  z-index: 1;
  pointer-events: none;
}
.is-market-segment-cta-text {
  flex: 1 1 auto;
  min-width: 0;
  position: relative;
  z-index: 1;
}
.is-market-segment-cta-kicker {
  margin: 0 0 10px;
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(0, 189, 220, 0.88);
}
.is-market-segment-cta-title {
  margin: 0;
  max-width: 36ch;
  font-size: clamp(1.08rem, 1.9vw, 1.3rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.4;
  color: rgba(245, 251, 255, 0.98);
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.35);
}
.is-market-segment-cta-actions {
  position: relative;
  z-index: 1;
  flex: 0 0 auto;
  justify-content: flex-end;
  margin-top: 0;
  gap: 10px;
}
.is-market-segment-cta .is-market-btn {
  min-height: 42px;
  padding: 10px 14px;
  border-radius: 11px;
  font-size: 0.78rem;
  letter-spacing: 0.005em;
  font-weight: 700;
}
.is-market-segment-cta .is-market-btn--primary {
  color: #fff;
  border: 1px solid rgba(91, 154, 255, 0.46);
  background: linear-gradient(180deg, rgba(16, 56, 112, 0.92) 0%, rgba(12, 42, 88, 0.95) 100%);
  box-shadow:
    0 8px 18px rgba(0, 10, 30, 0.26),
    0 1px 0 rgba(255, 255, 255, 0.12) inset;
}
.is-market-segment-cta .is-market-btn--primary:hover {
  border-color: rgba(111, 177, 255, 0.62);
  background: linear-gradient(180deg, rgba(20, 64, 124, 0.94) 0%, rgba(15, 49, 100, 0.98) 100%);
  box-shadow:
    0 12px 24px rgba(0, 10, 30, 0.32),
    0 1px 0 rgba(255, 255, 255, 0.15) inset;
}
.is-market-segment-cta .is-market-btn--ghost {
  color: rgba(233, 246, 255, 0.96);
  border-color: rgba(143, 186, 255, 0.34);
  background: rgba(8, 26, 56, 0.42);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
}
.is-market-segment-cta .is-market-btn--ghost:hover {
  border-color: rgba(0, 189, 220, 0.48);
  background: rgba(0, 189, 220, 0.18);
}
@media (max-width: 720px) {
  .is-market-segment-cta {
    grid-column: 1 / -1;
    flex-direction: column;
    align-items: stretch;
    min-height: 0;
    padding: 24px 20px;
    transform: none;
  }
  .is-market-segment-cta-actions {
    justify-content: stretch;
    flex-direction: column;
  }
  .is-market-segment-cta-actions .is-market-btn {
    width: 100%;
    justify-content: center;
  }
  .is-market-segment-cta-title {
    max-width: none;
  }
}

@media (max-width: 960px) {
  .is-market-premium {
    grid-template-columns: 1fr;
  }
  .is-market-segments-premium {
    grid-template-columns: 1fr;
  }
}

/* ════════════════════════════════════════════════════════
   Направления развития — scroll-driven слайдер
   ════════════════════════════════════════════════════════ */
.is-dir-scroll-wrap {
  position: relative;
  /* 3 экрана: каждый слайд занимает 100vh прокрутки */
  height: 300vh;
  background: #010c1e;
}

.is-dir-scroll-sticky {
  position: sticky;
  top: 0;
  height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: center;
}

/* Фоны — независимые слои для каждого слайда */
.is-dir-bg {
  position: absolute;
  inset: 0;
  background-color: #010c1e;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  transition: opacity 0.7s cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: none;
  z-index: 0;
}
.is-dir-bg[data-bg="0"] {
  background-image:
    linear-gradient(158deg, rgba(1, 10, 26, 0.9) 0%, rgba(1, 14, 34, 0.72) 50%, rgba(1, 8, 22, 0.92) 100%),
    linear-gradient(105deg, rgba(0, 189, 220, 0.08) 0%, transparent 48%),
    url("../img/kb-expertise-bg.jpg");
}
.is-dir-bg[data-bg="1"] {
  background-image:
    linear-gradient(168deg, rgba(1, 12, 30, 0.9) 0%, rgba(2, 16, 38, 0.72) 50%, rgba(0, 6, 18, 0.93) 100%),
    linear-gradient(125deg, transparent 38%, rgba(0, 189, 220, 0.07) 100%),
    url("../img/kb-principles-bg.jpg");
}
.is-dir-bg[data-bg="2"] {
  background-image:
    linear-gradient(148deg, rgba(1, 10, 26, 0.88) 0%, rgba(2, 20, 46, 0.72) 50%, rgba(1, 8, 22, 0.94) 100%),
    linear-gradient(105deg, rgba(6, 86, 185, 0.09) 0%, transparent 50%),
    url("../img/kb-expertise-bg.jpg");
  background-position: center, center, center 70%;
}
.is-dir-bg.is-active { opacity: 1; }

/* Орбы внутри фона */
.is-dir-bg-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(90px);
  pointer-events: none;
}
.is-dir-bg-orb--1 {
  width: 520px; height: 520px;
  left: -140px; top: -140px;
  background: radial-gradient(circle, rgba(0,189,220,.10) 0%, transparent 68%);
}
.is-dir-bg-orb--2 {
  width: 420px; height: 420px;
  right: -80px; bottom: -100px;
  background: radial-gradient(circle, rgba(6,86,185,.18) 0%, transparent 62%);
}
.is-dir-bg-orb--3 {
  width: 320px; height: 320px;
  left: 55%; top: 35%;
  background: radial-gradient(circle, rgba(0,189,220,.07) 0%, transparent 65%);
}

/* Контейнер с содержимым */
.is-dir-scroll-inner {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* Слайды */
.is-dir-slides {
  position: relative;
  width: 100%;
  flex: 1 1 auto;
  display: flex;
  align-items: center;
}
.is-dir-slide {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  align-items: center;
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity 0.55s cubic-bezier(0.4, 0, 0.2, 1),
    transform 0.55s cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: none;
}
.is-dir-slide.is-active {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.is-dir-slide.is-leaving {
  opacity: 0;
  transform: translateY(-24px);
  pointer-events: none;
}

/* Левая колонка — текст */
.is-dir-slide-left {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.is-dir-slide-kicker {
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(0, 189, 220, 0.85);
  margin: 0 0 16px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.is-dir-slide-kicker::before {
  content: '■';
  font-size: 0.44rem;
  color: var(--teal, #00bddc);
}
.is-dir-slide-idx {
  margin: 0 0 12px;
  font-family: var(--site-font-family);
  font-size: clamp(3.4rem, 6vw, 5.4rem);
  font-weight: 900;
  letter-spacing: -0.07em;
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 1.5px rgba(0, 189, 220, 0.28);
  pointer-events: none;
  user-select: none;
}
.is-dir-slide-title {
  margin: 0 0 20px;
  font-size: clamp(1.28rem, 2.2vw, 1.82rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.24;
  color: rgba(255, 255, 255, 0.98);
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.34);
}
.is-dir-slide-sub {
  margin: 0 0 22px;
  font-size: 0.92rem;
  line-height: 1.58;
  color: rgba(214, 234, 255, 0.84);
  max-width: 72ch;
}
.is-dir-slide-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.is-dir-slide-list li {
  position: relative;
  padding-left: 20px;
  font-size: 0.85rem;
  line-height: 1.5;
  color: rgba(219, 237, 255, 0.9);
}
.is-dir-slide-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.58em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--teal, #00bddc);
  box-shadow: 0 0 0 3px rgba(0, 189, 220, 0.15);
}

/* Правая колонка — визуальная карточка */
.is-dir-slide-visual {
  display: flex;
  align-items: center;
  justify-content: center;
}
.is-dir-visual-card {
  position: relative;
  width: 100%;
  max-width: 440px;
  aspect-ratio: 4/3;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  box-shadow:
    0 2px 0 rgba(255, 255, 255, 0.1) inset,
    0 32px 72px rgba(0, 8, 28, 0.55);
}
.is-dir-visual-card--1 {
  background-image:
    linear-gradient(165deg, rgba(2, 14, 38, 0.55) 0%, rgba(2, 22, 52, 0.22) 40%, rgba(2, 10, 30, 0.88) 100%),
    url("../img/kb-card-01.jpg");
}
.is-dir-visual-card--2 {
  background-image:
    linear-gradient(165deg, rgba(2, 14, 38, 0.55) 0%, rgba(2, 22, 52, 0.22) 40%, rgba(2, 10, 30, 0.88) 100%),
    url("../img/kb-card-02.jpg");
}
.is-dir-visual-card--3 {
  background-image:
    linear-gradient(165deg, rgba(2, 14, 38, 0.55) 0%, rgba(2, 22, 52, 0.22) 40%, rgba(2, 10, 30, 0.88) 100%),
    url("../img/kb-card-03.jpg");
}
.is-dir-visual-num {
  position: absolute;
  bottom: 22px;
  right: 26px;
  font-family: var(--site-font-family);
  font-size: clamp(3.5rem, 6vw, 5.5rem);
  font-weight: 900;
  letter-spacing: -0.07em;
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 1.5px rgba(255, 255, 255, 0.25);
  user-select: none;
}

/* Навигация */
.is-dir-nav {
  position: absolute;
  bottom: 44px;
  right: 0;
  display: flex;
  align-items: center;
  gap: 10px;
}
.is-dir-nav-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.75);
  cursor: pointer;
  transition: border-color 0.2s, background 0.2s, color 0.2s;
}
.is-dir-nav-btn:hover {
  border-color: rgba(0, 189, 220, 0.5);
  background: rgba(0, 189, 220, 0.12);
  color: #fff;
}
.is-dir-nav-btn:disabled {
  opacity: 0.28;
  cursor: default;
}
.is-dir-nav-count {
  font-size: 0.82rem;
  font-weight: 700;
  color: rgba(195, 218, 255, 0.65);
  letter-spacing: 0.04em;
  min-width: 48px;
  text-align: center;
}
.is-dir-nav-cur {
  color: #fff;
}

/* Прогресс-точки */
.is-dir-progress {
  position: absolute;
  bottom: 52px;
  left: 0;
  display: flex;
  gap: 8px;
}
.is-dir-progress-dot {
  display: block;
  width: 28px;
  height: 3px;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.2);
  transition: background 0.35s ease, width 0.35s ease;
}
.is-dir-progress-dot--active {
  width: 48px;
  background: var(--teal, #00bddc);
}

/* Мобильный — обычная стопка */
@media (max-width: 840px) {
  .is-dir-scroll-wrap { height: auto; }
  .is-dir-scroll-sticky {
    position: relative;
    height: auto;
    padding: 80px 0;
  }
  .is-dir-slide {
    position: relative;
    opacity: 1 !important;
    transform: none !important;
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 40px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    pointer-events: auto;
  }
  .is-dir-slide:last-child { border-bottom: none; }
  .is-dir-slide.is-leaving { opacity: 1 !important; transform: none !important; }
  .is-dir-slides {
    position: static;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }
  .is-dir-slide-visual { display: none; }
  .is-dir-nav, .is-dir-progress { display: none; }
  .is-dir-bg { opacity: 0 !important; }
  .is-dir-bg[data-bg="0"] { opacity: 1 !important; }
  .is-dir-scroll-sticky { background: #010c1e; }
}

/* ════════════════════════════════════════════════════════
   Стратегическая ценность — премиум-редизайн
   ════════════════════════════════════════════════════════ */
.page-injsafe #strategy.kb-sec--light {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}
.page-injsafe #strategy.kb-sec--light::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 60% 50% at 12% 18%, rgba(0, 189, 220, 0.10) 0%, transparent 60%),
    radial-gradient(ellipse 50% 45% at 88% 82%, rgba(6, 86, 185, 0.08) 0%, transparent 56%);
  pointer-events: none;
  z-index: 0;
}
.page-injsafe #strategy.kb-sec--light .wrap { position: relative; z-index: 1; }

.is-strat {
  position: relative;
  isolation: isolate;
}
.is-strat-head {
  max-width: 880px;
  margin: 0 auto 56px;
  text-align: center;
}
.is-strat-title {
  margin: 0;
  font-size: clamp(2rem, 4.4vw, 3.2rem);
  letter-spacing: -0.035em;
  line-height: 1.05;
  color: var(--text, #0f2035);
}
.is-strat-title span {
  display: inline-block;
  background: linear-gradient(135deg, #062a52 0%, #0656b9 50%, #00bddc 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.is-strat-lead {
  margin: 22px auto 0;
  max-width: 640px;
  font-size: 1.06rem;
  line-height: 1.7;
  color: rgba(15, 32, 53, 0.7);
}
.is-strat .kb-section-kicker {
  justify-content: center;
}

.is-strat-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.is-strat-card {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 280px;
  padding: 32px 30px 30px;
  border-radius: 24px;
  border: 1px solid rgba(6, 86, 185, 0.12);
  background:
    linear-gradient(170deg, rgba(255, 255, 255, 0.96) 0%, rgba(244, 250, 255, 0.92) 60%, rgba(232, 244, 255, 0.86) 100%);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.95) inset,
    0 14px 34px rgba(6, 86, 185, 0.08);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  transition: transform 0.32s cubic-bezier(0.34, 1.2, 0.64, 1),
    box-shadow 0.28s ease, border-color 0.28s ease;
}
.is-strat-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 26px;
  right: 26px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(0, 189, 220, 0.55) 50%, transparent);
  opacity: 0.7;
  transition: opacity 0.28s ease;
}
.is-strat-card::after {
  content: '';
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  background: radial-gradient(circle at 88% 8%, rgba(0, 189, 220, 0.16) 0%, transparent 42%);
  opacity: 0.55;
  pointer-events: none;
  z-index: -1;
}
.is-strat-card:hover {
  transform: translateY(-6px);
  border-color: rgba(0, 189, 220, 0.36);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 1) inset,
    0 24px 46px rgba(6, 86, 185, 0.16);
}
.is-strat-card:hover::before { opacity: 1; }

.is-strat-card-tag {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  height: 26px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid rgba(0, 189, 220, 0.32);
  background: rgba(0, 189, 220, 0.08);
  color: rgba(6, 86, 185, 0.9);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.is-strat-card-num {
  position: absolute;
  right: 22px;
  top: 18px;
  margin: 0;
  font-family: var(--site-font-family);
  font-size: clamp(3.2rem, 5vw, 4.6rem);
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.06em;
  color: transparent;
  -webkit-text-stroke: 1.5px rgba(6, 86, 185, 0.22);
  pointer-events: none;
  transition: -webkit-text-stroke-color 0.28s ease, color 0.28s ease;
}
.is-strat-card:hover .is-strat-card-num {
  -webkit-text-stroke-color: rgba(0, 189, 220, 0.5);
}
.is-strat-card-title {
  position: relative;
  z-index: 1;
  margin: 28px 0 0;
  font-size: clamp(1.1rem, 1.7vw, 1.32rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.35;
  color: var(--text, #0f2035);
  text-wrap: balance;
}
.is-strat-card-line {
  position: relative;
  z-index: 1;
  display: block;
  margin-top: 22px;
  height: 2px;
  width: 56px;
  border-radius: 2px;
  background: linear-gradient(90deg, #00bddc 0%, #0656b9 100%);
  transition: width 0.28s ease;
}
.is-strat-card:hover .is-strat-card-line {
  width: 96px;
}

@media (max-width: 960px) {
  .is-strat-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
  .is-strat-grid { grid-template-columns: 1fr; gap: 14px; }
  .is-strat-head { margin-bottom: 36px; }
  .is-strat-card { min-height: 220px; padding: 26px 22px 24px; }
  .is-strat-card-num { font-size: 3rem; right: 16px; top: 14px; }
}

/* ══════════════════════════════════════════════════════════════
   МОБИЛЬНАЯ АДАПТАЦИЯ injsafe ≤ 768px
   ══════════════════════════════════════════════════════════════ */
@media (max-width: 768px) {

  /* Большие отступы секций → меньше */
  .page-injsafe .kb-sec { padding: 52px 0 !important; }

  /* Hero кнопки */
  .page-injsafe .is-hero-actions {
    flex-direction: column;
    width: 100%;
    gap: 10px;
  }
  .page-injsafe .is-hero-actions .hero-btn-primary {
    width: 100% !important;
    padding: 16px 24px !important;
    justify-content: center !important;
  }

  /* Metrics grid */
  .is-metrics-grid {
    grid-template-columns: 1fr 1fr !important;
    gap: 10px !important;
  }

  /* Reveal → показываем сразу */
  .reveal--left,
  .reveal--right,
  .reveal--up {
    transform: none !important;
    opacity: 1 !important;
  }

  /* Products/market/directions grid → 1 колонка */
  .page-injsafe .kb-grid,
  .page-injsafe .kb-cards {
    grid-template-columns: 1fr !important;
  }
}
