/* План переезда: сине-небесная тема лендинга, не фиолетовый каталог */
:root {
  --rl-ink: #182634;
  --rl-muted: #5b6c7d;
  --rl-line: rgba(31, 90, 122, 0.16);
  --rl-accent: #1f7a5c;
  --rl-paper: #eef5f8;
  --rl-cream: #dfeaf0;
}

body.rl-landing {
  background:
    radial-gradient(80% 50% at 0% 0%, rgba(31, 90, 122, 0.12), transparent 55%),
    radial-gradient(70% 40% at 100% 8%, rgba(31, 122, 92, 0.12), transparent 50%),
    #f3f7f9;
}

.rl-landing .mv-hero--mini {
  background:
    radial-gradient(120% 80% at 0% 0%, rgba(31, 90, 122, 0.5), transparent 55%),
    linear-gradient(145deg, #182634 0%, #1f5a7a 48%, #101a22 100%);
  border-radius: 28px;
  overflow: hidden;
}

.rl-landing .mv-hero--mini .mv-hero-inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 22px;
}

.rl-landing .mv-mini-steps,
.rl-landing .mv-service-hook {
  display: none;
}

.rl-art--hero {
  margin: 0;
  padding: 16px 16px 18px;
  border-radius: 22px;
  background: var(--rl-paper);
  color: var(--rl-ink);
  border: 1px solid var(--rl-line);
}

.rl-art__kicker,
.rl-art__block-title {
  margin: 0 0 4px;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--rl-accent);
}

.rl-art__lead {
  margin: 0 0 14px;
  font-size: 0.95rem;
  line-height: 1.45;
}

.rl-art__funnel {
  list-style: none;
  margin: 0 0 16px;
  padding: 0;
  display: grid;
  gap: 8px;
}

@media (min-width: 720px) {
  .rl-art__funnel { grid-template-columns: 1fr 1fr; gap: 10px; }
}

.rl-art__funnel li {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 10px;
  padding: 12px 12px 11px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid rgba(24, 38, 52, 0.08);
}

.rl-art__funnel li.is-current { border-color: var(--rl-accent); box-shadow: 0 0 0 3px rgba(31, 122, 92, 0.16); }
.rl-art__funnel li.is-done { background: #e4eef0; border-color: #c4dbe0; }
.rl-art__funnel li > span {
  width: 28px; height: 28px; border-radius: 50%; display: grid; place-items: center;
  background: var(--rl-ink); color: #eef5f8; font-size: 0.78rem; font-weight: 700;
}
.rl-art__funnel li.is-current > span { background: var(--rl-accent); }
.rl-art__funnel li.is-done > span { background: #1f5a7a; color: #fff; }
.rl-art__funnel b { display: block; font-size: 0.92rem; }
.rl-art__funnel p { margin: 2px 0 0; font-size: 0.8rem; line-height: 1.4; color: var(--rl-muted); }

.rl-art__board {
  margin: 0 0 14px;
  padding: 16px 16px 14px;
  border-radius: 18px;
  background: var(--rl-cream);
  border: 1px solid var(--rl-line);
}

.rl-art__board-kicker {
  margin: 0 0 8px; font-size: 0.72rem; font-weight: 700; letter-spacing: 0.04em;
  text-transform: uppercase; color: var(--rl-muted);
}

.rl-art__verdict { margin: 0 0 14px; font-size: 1.12rem; font-weight: 800; line-height: 1.3; }

.rl-art__grid2 { display: grid; gap: 10px; margin: 0 0 12px; }
@media (min-width: 720px) { .rl-art__grid2 { grid-template-columns: 1fr 1fr; } }

.rl-art__block { padding: 12px 12px 10px; border-radius: 14px; background: #fff; border: 1px solid var(--rl-line); }
.rl-art__block dt { font-size: 0.7rem; font-weight: 700; letter-spacing: 0.04em; text-transform: uppercase; color: var(--rl-muted); margin: 0 0 8px; }
.rl-art__block dd { margin: 0; }

.rl-art__dates { list-style: none; margin: 0; padding: 0; display: grid; gap: 8px; }
.rl-art__dates li { display: flex; flex-direction: column; gap: 1px; }
.rl-art__dates b { font-size: 0.9rem; }
.rl-art__dates span { font-size: 0.8rem; color: var(--rl-muted); line-height: 1.35; }

.rl-art__acg { list-style: none; margin: 0; padding: 0; display: grid; gap: 8px; }
.rl-art__acg li { font-size: 0.86rem; line-height: 1.4; }
.rl-art__acg b { color: var(--rl-ink); }
.rl-art__acg span { color: var(--rl-muted); font-size: 0.78rem; margin-left: 4px; }

.rl-art__meta { display: grid; gap: 10px; margin: 0 0 4px; }
.rl-art__meta dt { font-size: 0.72rem; font-weight: 700; letter-spacing: 0.04em; text-transform: uppercase; color: var(--rl-muted); }
.rl-art__meta dd { margin: 2px 0 0; font-size: 0.9rem; font-weight: 600; line-height: 1.4; }

.rl-art__phases { display: grid; gap: 8px; margin-top: 6px; }
@media (min-width: 720px) { .rl-art__phases { grid-template-columns: repeat(3, 1fr); } }
.rl-art__phases > div { padding: 10px 12px; border-radius: 12px; background: #fff; border: 1px solid var(--rl-line); }
.rl-art__phases b { display: block; font-size: 0.82rem; margin-bottom: 3px; }
.rl-art__phases p { margin: 0; font-size: 0.82rem; line-height: 1.4; color: var(--rl-muted); }

.rl-art__cta { display: flex; flex-wrap: wrap; gap: 8px; margin: 4px 0 8px; }
.rl-art__note, .rl-art__pay-note { margin: 0; font-size: 0.86rem; line-height: 1.45; color: var(--rl-muted); }

.rl-art--how { margin: 0; padding: 8px 0 0; display: grid; gap: 18px; }
@media (min-width: 860px) { .rl-art--how { grid-template-columns: 1.1fr 0.9fr; gap: 22px; align-items: start; } }
.rl-art--how ol { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
.rl-art--how ol li { display: grid; grid-template-columns: 28px 1fr; gap: 10px; }
.rl-art--how ol li > span {
  width: 28px; height: 28px; border-radius: 50%; display: grid; place-items: center;
  background: var(--rl-ink); color: #eef5f8; font-size: 0.78rem; font-weight: 700;
}
.rl-art--how ol b { display: block; font-size: 0.92rem; }
.rl-art--how ol p, .rl-art--how ul { margin: 2px 0 0; padding: 0; font-size: 0.86rem; line-height: 1.45; color: var(--rl-muted); }
.rl-art--how ul { list-style: none; display: grid; gap: 8px; }
.rl-art--how ul li { padding: 10px 12px; border-radius: 12px; background: #fff; border: 1px solid var(--rl-line); color: var(--rl-ink); font-size: 0.88rem; line-height: 1.45; }
.rl-art--how ul li b { display: block; margin-bottom: 2px; }
.rl-art--how .rl-art__cta { margin: 14px 0 0; }
.rl-art__pay-note { margin-top: 12px; }
.rl-landing .mv-demo-head { margin-bottom: 12px; }
