:root {
  --article-ink: #0b1d3a;
  --article-muted: #587092;
  --article-blue: #1768f2;
  --article-blue-dark: #0e4ec5;
  --article-mint: #12bfa0;
  --article-line: #d5e1f0;
  --article-surface: #ffffff;
  --article-soft: #f3f7fc;
  --article-warm: #fff8ee;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body.growth-article {
  margin: 0;
  color: var(--article-ink);
  background: #f6f9fd;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-style: normal;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
}

.growth-article a {
  color: inherit;
}

.growth-article .lang-ru {
  display: none;
}

html[data-language="ru"] .growth-article .lang-en {
  display: none;
}

html[data-language="ru"] .growth-article .lang-ru {
  display: initial;
}

.growth-header {
  position: sticky;
  z-index: 20;
  top: 14px;
  width: min(1180px, calc(100% - 32px));
  min-height: 68px;
  margin: 14px auto 0;
  padding: 10px 12px 10px 18px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  border: 1px solid rgba(199, 214, 234, 0.9);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 18px 50px rgba(22, 54, 97, 0.12);
  backdrop-filter: blur(18px) saturate(150%);
}

.growth-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  font-weight: 800;
  text-decoration: none;
}

.growth-brand img {
  width: 34px;
  height: 34px;
  padding: 8px;
  border-radius: 10px;
  background: var(--article-blue);
  object-fit: contain;
}

.growth-nav {
  display: flex;
  justify-content: center;
  gap: 28px;
}

.growth-nav a {
  color: #365276;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.growth-header-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}

.growth-lang,
.growth-demo {
  min-height: 44px;
  border: 1px solid var(--article-line);
  border-radius: 11px;
  font: inherit;
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
}

.growth-lang {
  width: 50px;
  color: var(--article-ink);
  background: #fff;
}

.growth-demo {
  padding: 0 18px;
  color: #fff !important;
  background: var(--article-blue);
  border-color: var(--article-blue);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.growth-main {
  width: min(1180px, calc(100% - 32px));
  margin: 44px auto 84px;
}

.growth-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
  gap: 54px;
  align-items: center;
  padding: 64px 58px;
  border: 1px solid var(--article-line);
  border-radius: 28px;
  background:
    radial-gradient(circle at 18% 0%, rgba(23, 104, 242, 0.12), transparent 38%),
    linear-gradient(135deg, #ffffff 0%, #eef5ff 100%);
  box-shadow: 0 26px 70px rgba(26, 66, 119, 0.12);
}

.growth-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  color: var(--article-blue);
  font-size: 12px;
  line-height: 1.2;
  font-weight: 850;
  text-transform: uppercase;
}

.growth-kicker::before {
  width: 32px;
  height: 2px;
  content: "";
  background: var(--article-mint);
}

.growth-hero h1 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(38px, 4.2vw, 62px);
  line-height: 1.02;
  font-weight: 780;
  letter-spacing: 0;
}

.growth-lead {
  max-width: 720px;
  margin: 24px 0 0;
  color: var(--article-muted);
  font-size: 19px;
  line-height: 1.65;
}

.growth-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 28px;
}

.growth-meta span {
  padding: 9px 12px;
  color: #294867;
  border: 1px solid #cad9eb;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  font-size: 12px;
  font-weight: 750;
}

.growth-hero figure,
.growth-support-visual {
  position: relative;
  overflow: hidden;
  margin: 0;
  border-radius: 22px;
  background: #e5edf8;
  box-shadow: 0 24px 55px rgba(18, 53, 101, 0.18);
}

.growth-hero figure {
  aspect-ratio: 4 / 4.25;
}

.growth-hero figure img,
.growth-support-visual img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.growth-hero figcaption {
  position: absolute;
  right: 16px;
  bottom: 16px;
  left: 16px;
  padding: 13px 15px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 12px;
  background: rgba(7, 26, 56, 0.72);
  backdrop-filter: blur(12px);
  font-size: 12px;
  line-height: 1.45;
  font-weight: 700;
}

.growth-answer {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: 0;
  margin-top: 26px;
  overflow: hidden;
  border: 1px solid #bcd0e8;
  border-radius: 22px;
  background: #fff;
}

.growth-answer-label {
  padding: 32px;
  color: var(--article-ink);
  border-right: 1px solid var(--article-line);
  background: linear-gradient(140deg, #eaf2ff, #f5f9ff);
}

.growth-answer-label > span { color: var(--article-blue-dark); }

.growth-answer-label strong {
  display: block;
  margin-top: 12px;
  font-size: 25px;
  line-height: 1.18;
}

.growth-answer-copy {
  padding: 32px 36px;
}

.growth-answer-copy p {
  margin: 0;
  color: #365779;
  font-size: 17px;
  line-height: 1.65;
}

.growth-facts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 24px;
}

.growth-fact {
  padding: 21px;
  border: 1px solid var(--article-line);
  border-radius: 16px;
  background: #fff;
}

.growth-fact strong {
  display: block;
  margin-bottom: 6px;
  color: var(--article-blue);
  font-size: 13px;
}

.growth-fact span {
  color: #365779;
  font-size: 14px;
  line-height: 1.5;
}

.growth-section {
  padding: 88px 0;
  border-bottom: 1px solid var(--article-line);
}

.growth-section-head {
  max-width: 760px;
  margin: 0 auto 42px;
  text-align: center;
}

.growth-section h2,
.growth-story-copy h2 {
  margin: 0;
  font-size: clamp(31px, 3.2vw, 47px);
  line-height: 1.08;
  font-weight: 760;
  letter-spacing: 0;
}

.growth-section-head p,
.growth-story-copy > p {
  margin: 18px 0 0;
  color: var(--article-muted);
  font-size: 18px;
  line-height: 1.65;
}

.growth-flow {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  counter-reset: flow;
}

.growth-flow-card {
  position: relative;
  min-height: 232px;
  padding: 24px 20px;
  overflow: hidden;
  border: 1px solid #cbd9eb;
  border-radius: 18px;
  background: linear-gradient(165deg, #ffffff, #eef5ff);
}

.growth-flow-card::after {
  position: absolute;
  right: -22px;
  bottom: -30px;
  width: 116px;
  height: 116px;
  content: "";
  border: 22px solid rgba(23, 104, 242, 0.08);
  border-radius: 50%;
}

.growth-flow-icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  color: #fff;
  border-radius: 14px;
  background: var(--article-blue);
  box-shadow: 0 10px 24px rgba(23, 104, 242, 0.25);
  font-size: 20px;
  font-weight: 850;
}

.growth-flow-card small {
  display: block;
  margin-top: 18px;
  color: var(--article-mint);
  font-size: 11px;
  font-weight: 850;
}

.growth-flow-card h3 {
  margin: 8px 0 0;
  font-size: 17px;
  line-height: 1.25;
}

.growth-flow-card p {
  margin: 10px 0 0;
  color: var(--article-muted);
  font-size: 13px;
  line-height: 1.55;
}

.growth-story {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 64px;
  align-items: center;
  padding: 80px 0;
  border-bottom: 1px solid var(--article-line);
}

.growth-story:nth-of-type(even) .growth-story-copy {
  order: 2;
}

.growth-story:nth-of-type(even) .growth-support-visual {
  order: 1;
}

.growth-story-copy ul {
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.growth-story-copy li {
  position: relative;
  margin-top: 12px;
  padding: 14px 16px 14px 46px;
  color: #294867;
  border: 1px solid #d3dfed;
  border-radius: 13px;
  background: #fff;
  font-size: 14px;
  line-height: 1.55;
}

.growth-story-copy li::before {
  position: absolute;
  top: 14px;
  left: 15px;
  width: 20px;
  height: 20px;
  content: "✓";
  display: grid;
  place-items: center;
  color: #fff;
  border-radius: 50%;
  background: var(--article-mint);
  font-size: 11px;
  font-weight: 900;
}

.growth-support-visual {
  aspect-ratio: 4 / 3;
}

.growth-support-visual::after {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.35);
}

.growth-editorial-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 36px;
}

.growth-editorial-card {
  padding: 30px;
  border: 1px solid var(--article-line);
  border-radius: 18px;
  background: #fff;
}

.growth-editorial-card span {
  color: var(--article-blue);
  font-size: 11px;
  font-weight: 850;
}

.growth-editorial-card h3 {
  margin: 10px 0 0;
  font-size: 22px;
  line-height: 1.22;
}

.growth-editorial-card p {
  margin: 12px 0 0;
  color: var(--article-muted);
  font-size: 15px;
  line-height: 1.65;
}

.growth-table-wrap {
  margin-top: 36px;
  overflow-x: auto;
  border: 1px solid var(--article-line);
  border-radius: 18px;
  background: #fff;
}

.growth-table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
}

.growth-table th,
.growth-table td {
  padding: 18px 20px;
  border-bottom: 1px solid #e1e9f3;
  text-align: left;
  vertical-align: top;
  font-size: 14px;
  line-height: 1.5;
}

.growth-table th {
  color: var(--article-ink);
  background: #eaf2ff;
  font-size: 13px;
}

.growth-table th:first-child {
  background: #dceaff;
}

.growth-table tr:last-child td {
  border-bottom: 0;
}

.growth-table td:first-child {
  color: var(--article-ink);
  font-weight: 800;
}

.growth-plan {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-top: 36px;
}

.growth-plan-step {
  min-height: 210px;
  padding: 26px;
  color: var(--article-ink);
  border: 1px solid #c9daf1;
  border-radius: 18px;
  background: linear-gradient(145deg, #fff, #edf5ff);
  box-shadow: 0 18px 38px rgba(18, 76, 168, 0.1);
}

.growth-plan-step:nth-child(even) {
  background: linear-gradient(145deg, #fff, #eafaf6);
}

.growth-plan-step small {
  color: var(--article-blue-dark);
  font-size: 11px;
  font-weight: 850;
}

.growth-plan-step h3 {
  margin: 28px 0 0;
  font-size: 20px;
  line-height: 1.2;
}

.growth-plan-step p {
  margin: 12px 0 0;
  color: var(--article-muted);
  font-size: 14px;
  line-height: 1.55;
}

.growth-faq {
  max-width: 920px;
  margin: 0 auto;
}

.growth-faq details {
  margin-top: 12px;
  padding: 0 24px;
  border: 1px solid var(--article-line);
  border-radius: 14px;
  background: #fff;
}

.growth-faq summary {
  padding: 21px 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 800;
}

.growth-faq details p {
  margin: 0;
  padding: 0 0 22px;
  color: var(--article-muted);
  font-size: 15px;
  line-height: 1.65;
}

.growth-links {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 30px;
}

.growth-related-link {
  min-height: 118px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid var(--article-line);
  border-radius: 15px;
  background: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 800;
}

.growth-related-link span:last-child {
  color: var(--article-blue);
}

.growth-sources {
  margin-top: 26px;
  color: var(--article-muted);
  font-size: 13px;
  line-height: 1.7;
}

.growth-sources a {
  color: var(--article-blue);
}

.growth-cta {
  margin-top: 24px;
  padding: 58px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 30px;
  align-items: center;
  color: var(--article-ink);
  border: 1px solid #c9daf1;
  border-radius: 24px;
  background: linear-gradient(135deg, #edf5ff 0%, #f8fbff 55%, #eafaf6 100%);
  box-shadow: 0 28px 65px rgba(9, 37, 81, 0.1);
}

.growth-cta h2 {
  margin: 0;
  color: var(--article-ink);
  font-size: clamp(30px, 3.2vw, 45px);
  line-height: 1.08;
}

.growth-cta p {
  max-width: 720px;
  margin: 15px 0 0;
  color: var(--article-muted);
  font-size: 16px;
  line-height: 1.6;
}

.growth-cta-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.growth-cta a {
  min-height: 50px;
  padding: 0 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border: 1px solid var(--article-blue);
  border-radius: 12px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 850;
}

.growth-cta a:first-child {
  color: #fff;
  background: var(--article-blue);
}

@media (max-width: 920px) {
  .growth-header {
    grid-template-columns: auto 1fr;
  }

  .growth-nav {
    display: none;
  }

  .growth-header-actions {
    justify-self: end;
  }

  .growth-hero {
    grid-template-columns: 1fr;
    padding: 42px;
  }

  .growth-hero figure {
    aspect-ratio: 16 / 9;
  }

  .growth-answer,
  .growth-story {
    grid-template-columns: 1fr;
  }

  .growth-story:nth-of-type(even) .growth-story-copy,
  .growth-story:nth-of-type(even) .growth-support-visual {
    order: initial;
  }

  .growth-flow {
    grid-template-columns: repeat(2, 1fr);
  }

  .growth-facts,
  .growth-plan,
  .growth-links {
    grid-template-columns: repeat(2, 1fr);
  }

  .growth-cta {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .growth-header {
    top: 6px;
    width: calc(100% - 16px);
    margin-top: 6px;
    padding-left: 12px;
    gap: 8px;
    border-radius: 13px;
  }

  .growth-brand span {
    display: none;
  }

  .growth-demo {
    padding: 0 13px;
  }

  .growth-main {
    width: calc(100% - 20px);
    margin-top: 22px;
  }

  .growth-hero {
    gap: 28px;
    padding: 28px 20px 20px;
    border-radius: 19px;
  }

  .growth-hero h1 {
    font-size: clamp(32px, 9vw, 38px);
    line-height: 1.04;
  }

  .growth-lead {
    font-size: 17px;
  }

  .growth-answer {
    border-radius: 16px;
  }

  .growth-answer-label,
  .growth-answer-copy {
    padding: 24px;
  }

  .growth-facts,
  .growth-flow,
  .growth-editorial-grid,
  .growth-plan,
  .growth-links {
    grid-template-columns: 1fr;
  }

  .growth-flow-card,
  .growth-plan-step {
    min-height: 0;
  }

  .growth-section,
  .growth-story {
    padding: 58px 0;
  }

  .growth-story {
    gap: 30px;
  }

  .growth-section h2,
  .growth-story-copy h2 {
    font-size: 29px;
  }

  .growth-cta {
    padding: 34px 24px;
    border-radius: 18px;
  }

  .growth-cta-actions {
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
