.marketing-block {
  min-width: 0;
  color: var(--ink);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 18px;
}

.marketing-block .marketing-title {
  margin: 0;
  color: var(--ink);
  font-size: 21px;
  font-weight: 600;
  letter-spacing: -.025em;
  line-height: 1.3;
  text-wrap: pretty;
}

.marketing-block .marketing-description {
  margin: 9px 0 0;
  color: var(--body);
  font-size: 13px;
  line-height: 1.65;
}

.marketing-copy { min-width: 0; }
.marketing-symbol {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  flex-shrink: 0;
  border-radius: 13px;
  color: var(--accent-ink);
  background: var(--accent-soft);
}
.marketing-symbol .icon { width: 22px; height: 22px; }
.marketing-actions { display: flex; flex-direction: column; align-items: flex-start; gap: 13px; min-width: 0; }
.marketing-block .marketing-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  min-height: 48px;
  padding: 14px 17px;
  border: 1px solid var(--accent-ink);
  border-radius: 12px;
  color: var(--white);
  background: var(--accent-ink);
  font-size: 13px;
  font-weight: 550;
  line-height: 1.4;
  text-decoration: none;
  transition: background .18s, box-shadow .18s;
}
.marketing-block .marketing-cta:hover { color: var(--white); background: #5945b8; box-shadow: 0 0 0 3px var(--accent-soft); text-decoration: none; }
.marketing-cta .icon { width: 18px; height: 18px; }
.marketing-block .marketing-guide {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  min-height: 24px;
  color: var(--accent-ink);
  font-size: 12px;
  line-height: 1.5;
  text-decoration: none;
}
.marketing-block .marketing-guide:hover { color: var(--accent-ink); text-decoration: underline; text-underline-offset: 4px; }
.marketing-guide .icon { width: 14px; height: 14px; }
.marketing-block .marketing-cta:focus-visible,
.marketing-block .marketing-guide:focus-visible { outline: 3px solid var(--accent-ink); outline-offset: 4px; }

.marketing-home-download,
.marketing-inline,
.marketing-article-end {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) auto;
  align-items: center;
  gap: 22px;
  padding: 24px;
}
.marketing-home-download { padding: 25px 30px; border-color: #dcd6f0; background: #f8f6ff; }
.marketing-inline { margin-block: 36px; border-color: #dcd6f0; background: #f8f6ff; }
.marketing-article-end { margin-block: 48px 32px; }
.marketing-home-download .marketing-actions,
.marketing-inline .marketing-actions,
.marketing-article-end .marketing-actions { max-width: 188px; }
.marketing-home-download .marketing-description { max-width: 59ch; }
.marketing-inline .marketing-title,
.marketing-article-end .marketing-title { font-size: 20px; }

.marketing-sidebar { display: grid; gap: 15px; padding: 19px 16px; margin-block: 2px 28px; }
.marketing-sidebar .marketing-symbol { width: 37px; height: 37px; border-radius: 11px; }
.marketing-sidebar .marketing-symbol .icon { width: 19px; height: 19px; }
.marketing-sidebar .marketing-title { font-size: 18px; line-height: 1.4; letter-spacing: -.02em; }
.marketing-sidebar .marketing-description { font-size: 12px; line-height: 1.65; }
.marketing-sidebar .marketing-cta { width: 100%; font-size: 12px; gap: 9px; min-height: 44px; padding: 12px; }
.marketing-sidebar .marketing-actions { width: 100%; }

.marketing-home-final {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(260px, .85fr);
  align-items: center;
  gap: 52px;
  padding: 34px 32px;
  border-color: #dcd6f0;
  border-radius: 22px;
  background: #eeebfa;
}
.marketing-kicker { display: block; margin-bottom: 15px; color: var(--accent-ink); font-size: 12px; line-height: 1.5; }
.marketing-home-final .marketing-title { font-size: 30px; font-weight: 570; line-height: 1.2; letter-spacing: -.03em; }
.marketing-home-final .marketing-description { max-width: 48ch; margin-top: 17px; font-size: 14px; }
.marketing-home-final .marketing-actions { flex-direction: row; flex-wrap: wrap; align-items: center; gap: 15px 20px; margin-top: 25px; }
.marketing-route { min-width: 0; padding: 22px; border: 1px solid #e1ddee; border-radius: 17px; background: var(--white); }
.marketing-route-heading { display: flex; gap: 10px; align-items: center; color: var(--accent-ink); font-size: 12px; font-weight: 500; line-height: 1.5; }
.marketing-route-heading .icon { width: 18px; height: 18px; }
.marketing-steps { list-style: none; padding: 0; margin: 21px 0 0; }
.marketing-steps li { display: grid; grid-template-columns: 26px minmax(0, 1fr); gap: 12px; align-items: start; padding-block: 15px; border-top: 1px solid var(--line); }
.marketing-steps li:last-child { padding-bottom: 0; }
.marketing-step-number { display: grid; width: 26px; height: 26px; place-items: center; border-radius: 8px; color: var(--accent-ink); background: var(--accent-soft); font-size: 11px; line-height: 1; }
.marketing-steps strong { display: block; color: var(--ink); font-size: 13px; font-weight: 500; line-height: 1.5; }
.marketing-steps div > span { display: block; margin-top: 4px; color: var(--body); font-size: 11px; line-height: 1.5; }

@media (max-width: 1100px) {
  .marketing-inline,
  .marketing-article-end { grid-template-columns: 38px minmax(0, 1fr); gap: 15px; padding: 22px; }
  .marketing-inline .marketing-symbol,
  .marketing-article-end .marketing-symbol { width: 38px; height: 38px; border-radius: 11px; align-self: start; }
  .marketing-inline .marketing-actions,
  .marketing-article-end .marketing-actions { grid-column: 2; flex-direction: row; flex-wrap: wrap; align-items: center; max-width: none; gap: 12px 20px; margin-top: 3px; }
  .marketing-home-final { gap: 30px; }
}

@media (max-width: 700px) {
  .marketing-home-download,
  .marketing-inline,
  .marketing-article-end { grid-template-columns: 34px minmax(0, 1fr); align-items: start; padding: 20px; gap: 14px 12px; border-radius: 16px; }
  .marketing-block .marketing-title { font-size: 19px; line-height: 1.35; }
  .marketing-block .marketing-description { font-size: 12px; margin-top: 8px; }
  .marketing-home-download .marketing-symbol,
  .marketing-inline .marketing-symbol,
  .marketing-article-end .marketing-symbol { width: 34px; height: 34px; border-radius: 10px; }
  .marketing-symbol .icon { width: 18px; height: 18px; }
  .marketing-home-download .marketing-actions,
  .marketing-inline .marketing-actions,
  .marketing-article-end .marketing-actions { grid-column: 1 / -1; flex-direction: row; flex-wrap: wrap; align-items: center; max-width: none; gap: 12px 16px; margin-top: 2px; }
  .marketing-block .marketing-cta { min-height: 46px; padding: 12px 15px; font-size: 12px; gap: 12px; }
  .marketing-block .marketing-guide { font-size: 11px; min-height: 30px; }
  .marketing-home-final { grid-template-columns: minmax(0, 1fr); gap: 24px; padding: 25px 20px 20px; border-radius: 18px; }
  .marketing-home-final .marketing-title { font-size: 26px; line-height: 1.2; }
  .marketing-home-final .marketing-description { margin-top: 14px; font-size: 13px; }
  .marketing-home-final .marketing-actions { margin-top: 21px; gap: 12px 16px; }
  .marketing-kicker { margin-bottom: 12px; }
  .marketing-route { padding: 19px; border-radius: 13px; }
  .marketing-steps { margin-top: 18px; }
  .marketing-sidebar .marketing-title { font-size: 18px; }
}

@media (prefers-reduced-motion: reduce) {
  .marketing-block .marketing-cta { transition: none; }
}
