/* Эссенциальные достоинства: Птолемей, не дворцы */
:root {
  --ed-ink: #1c1812;
  --ed-muted: #6a5e4e;
  --ed-line: rgba(146, 64, 14, 0.18);
  --ed-accent: #92400e;
  --ed-paper: #fbf6ee;
  --ed-cream: #f3ead9;
}

body.ed-landing {
  background:
    radial-gradient(80% 50% at 0% 0%, rgba(146, 64, 14, 0.12), transparent 55%),
    radial-gradient(70% 40% at 100% 8%, rgba(120, 53, 15, 0.10), transparent 50%),
    #f4efe6;
}

.ed-landing .mv-hero--mini {
  background:
    radial-gradient(120% 80% at 0% 0%, rgba(146, 64, 14, 0.40), transparent 55%),
    linear-gradient(145deg, #1c1812 0%, #92400e 48%, #1a1410 100%);
  border-radius: 28px;
  overflow: hidden;
}

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

.ed-landing .mv-hero-desc,
.ed-landing .mv-mini-steps,
.ed-landing .mv-service-hook,
.ed-landing .mv-simple,
.ed-landing #mv-simple-use,
.ed-landing .mv-demo-foot,
.ed-landing .mv-demo-head {
  display: none !important;
}

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

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

.ed-art__lead,
.ed-art__ai-intro {
  margin: 0 0 14px;
  font-size: 0.95rem;
  line-height: 1.45;
}

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

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

.ed-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(28, 24, 18, 0.08);
}

.ed-art__funnel li.is-current {
  border-color: var(--ed-accent);
  box-shadow: 0 0 0 3px rgba(146, 64, 14, 0.14);
}

.ed-art__funnel li.is-done {
  background: #eef6f1;
  border-color: #cde8d9;
}

.ed-art__funnel li > span {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--ed-ink);
  color: #fbf6ee;
  font-size: 0.78rem;
  font-weight: 700;
}

.ed-art__funnel li.is-current > span { background: var(--ed-accent); }
.ed-art__funnel li.is-done > span { background: #17915c; color: #fff; }
.ed-art__funnel b { display: block; font-size: 0.92rem; }
.ed-art__funnel p {
  margin: 2px 0 0;
  font-size: 0.8rem;
  line-height: 1.4;
  color: var(--ed-muted);
}

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

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

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

.ed-art__grid {
  display: grid;
  gap: 10px;
  margin: 0;
}

@media (min-width: 640px) {
  .ed-art__grid {
    grid-template-columns: 1fr 1fr;
  }
}

.ed-art__grid dt {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--ed-muted);
}

.ed-art__grid dd {
  margin: 2px 0 0;
  font-size: 0.95rem;
  font-weight: 700;
}

.ed-art__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 4px 0 8px;
}

.ed-art__note,
.ed-art__pay-note {
  margin: 0;
  font-size: 0.86rem;
  line-height: 1.45;
  color: var(--ed-muted);
}

.ed-art--how {
  margin: 0;
  padding: 8px 0 0;
  display: grid;
  gap: 18px;
}

@media (min-width: 860px) {
  .ed-art--how {
    grid-template-columns: 1.1fr 0.9fr;
    gap: 22px;
    align-items: start;
  }
}

.ed-art--how ol,
.ed-art--how .ed-art__how-col {
  list-style: none;
  margin: 0;
  padding: 0;
}

.ed-art--how ol {
  display: grid;
  gap: 10px;
}

.ed-art--how ol li,
.ed-art__ai-sec {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 10px;
  margin: 0 0 10px;
}

.ed-art--how ol li > span,
.ed-art__ai-sec > span {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--ed-ink);
  color: #fbf6ee;
  font-size: 0.78rem;
  font-weight: 700;
}

.ed-art--how ol b,
.ed-art__ai-sec b { display: block; font-size: 0.92rem; }
.ed-art--how ol p,
.ed-art__ai-sec p,
.ed-art--how ul {
  margin: 2px 0 0;
  padding: 0;
  font-size: 0.86rem;
  line-height: 1.45;
  color: var(--ed-muted);
}

.ed-art--how ul {
  list-style: none;
  display: grid;
  gap: 8px;
}

.ed-art--how ul li {
  padding: 10px 12px;
  border-radius: 12px;
  background: #fff;
  border: 1px solid var(--ed-line);
  color: var(--ed-ink);
  font-size: 0.88rem;
  line-height: 1.45;
}

.ed-art--how ul li b { display: block; margin-bottom: 2px; }
.ed-art__pay-note { margin-top: 12px; }

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

.ed-art__essay-kicker {
  margin: 0 0 8px;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ed-accent);
}

.ed-art__essay-intro {
  margin: 0 0 18px;
  font-size: 1.02rem;
  line-height: 1.55;
}

.ed-art__essay-sec {
  margin: 0 0 18px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--ed-line);
}

.ed-art__essay-sec:last-of-type { border-bottom: 0; margin-bottom: 8px; }

.ed-art__essay-sec h3 {
  margin: 0 0 8px;
  font-size: 1.12rem;
  line-height: 1.35;
}

.ed-art__essay-sec p {
  margin: 0 0 10px;
  font-size: 0.95rem;
  line-height: 1.55;
  color: var(--ed-ink);
}

.ed-art__plain {
  margin: 0 0 16px;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.ed-art__plain li {
  padding: 12px 14px;
  border-radius: 14px;
  background: #fff;
  border: 1px solid var(--ed-line);
}

.ed-art__plain b { display: block; margin-bottom: 4px; }
.ed-art__plain p { margin: 0; font-size: 0.9rem; color: var(--ed-muted); }

.ed-art__pay {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin-top: 8px;
  padding-top: 14px;
  border-top: 1px solid var(--ed-line);
}

.ed-art__pay p { margin: 0; font-size: 0.9rem; line-height: 1.45; color: var(--ed-muted); }

.ed-landing .mv-demo-head { margin-bottom: 12px; }

.ed-station-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 8px 0 0;
}
