/* Хорар: ночное небо вопроса, не фиолетовый каталог */
:root {
  --hor-ink: #12182a;
  --hor-muted: #5c6478;
  --hor-line: rgba(91, 140, 199, 0.22);
  --hor-sky: #5b8cc7;
  --hor-gold: #c9a227;
  --hor-paper: #f7f5f0;
}

body.hor-landing {
  background:
    radial-gradient(80% 50% at 0% 0%, rgba(91, 140, 199, 0.16), transparent 55%),
    radial-gradient(70% 40% at 100% 8%, rgba(201, 162, 39, 0.1), transparent 50%),
    #f3f1eb;
}

.hor-landing .mv-hero--mini {
  background:
    radial-gradient(120% 80% at 0% 0%, rgba(91, 140, 199, 0.45), transparent 55%),
    radial-gradient(90% 70% at 100% 10%, rgba(18, 24, 42, 0.7), transparent 50%),
    linear-gradient(145deg, #12182a 0%, #243454 48%, #1a2238 100%);
  border-radius: 28px;
  overflow: hidden;
}

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

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

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

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

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

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

.hor-art__funnel li.is-current {
  border-color: var(--hor-sky);
  box-shadow: 0 0 0 3px rgba(91, 140, 199, 0.16);
}

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

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

.hor-art__funnel li.is-current > span {
  background: var(--hor-sky);
}

.hor-art__funnel li.is-done > span {
  background: #17915c;
}

.hor-art__funnel b {
  display: block;
  font-size: 0.92rem;
}

.hor-art__funnel p {
  margin: 2px 0 0;
  font-size: 0.8rem;
  line-height: 1.4;
  color: var(--hor-muted);
}

.hor-art__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin: 0 0 10px;
}

.hor-art__cta--after {
  margin: 14px 0 6px;
}

.hor-art__kicker--page {
  margin: 0 0 4px;
}

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

.hor-art__note {
  margin: 0 0 12px;
  font-size: 0.82rem;
  line-height: 1.45;
  color: var(--hor-muted);
}

.hor-art__ask {
  margin: 0 0 14px;
}

.hor-art__ask label {
  display: block;
  margin: 0 0 6px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--hor-muted);
}

.hor-art__ask textarea {
  width: 100%;
  box-sizing: border-box;
  margin: 0 0 10px;
  padding: 12px 14px;
  border-radius: 14px;
  border: 1px solid rgba(18, 24, 42, 0.14);
  font: inherit;
  resize: vertical;
  min-height: 64px;
}

.hor-art__ask-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: flex-end;
}

.hor-art__topic {
  flex: 1 1 180px;
}

.hor-art__topic select {
  width: 100%;
  margin-top: 4px;
  padding: 11px 12px;
  border-radius: 12px;
  border: 1px solid rgba(18, 24, 42, 0.14);
  font: inherit;
  background: #fff;
}

.hor-art__ask-row .primary-button {
  flex: 0 0 auto;
}

.hor-art__ex {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 10px 0 0;
}

.hor-art__ex a {
  padding: 6px 10px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid rgba(18, 24, 42, 0.1);
  color: var(--hor-ink);
  font-size: 0.8rem;
  text-decoration: none;
}

.hor-art__shot {
  padding: 14px 16px 16px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid rgba(18, 24, 42, 0.08);
}

.hor-art__shot.is-yes {
  border-color: #b7dcc8;
  background: linear-gradient(160deg, #f3fbf7, #fff);
}

.hor-art__shot.is-wait {
  border-color: #ead9a8;
  background: linear-gradient(160deg, #fffbeb, #fff);
}

.hor-art__shot.is-no {
  border-color: #e8cfc8;
  background: linear-gradient(160deg, #fdf4f1, #fff);
}

.hor-art__kicker {
  margin: 0 0 8px;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--hor-sky);
}

.hor-art__shot blockquote {
  margin: 0 0 8px;
  font-size: 0.95rem;
  color: var(--hor-ink);
}

.hor-art__verdict {
  margin: 0 0 8px;
  font-size: 1.15rem;
  font-weight: 800;
  line-height: 1.35;
}

.hor-art__meta {
  margin: 0 0 8px;
  font-size: 0.82rem;
  color: var(--hor-muted);
}

.hor-art__warn,
.hor-art__signals {
  margin: 0;
  padding: 0 0 0 1.1em;
  font-size: 0.86rem;
  line-height: 1.5;
  color: #3a4154;
}

.hor-art__warn {
  color: #8a4b12;
}

.hor-art--how {
  display: grid;
  gap: 14px;
  margin: 0 0 12px;
}

@media (min-width: 720px) {
  .hor-art--how {
    grid-template-columns: 1.1fr 0.9fr;
  }
}

.hor-art__block-title {
  margin: 0 0 10px;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--hor-muted);
}

.hor-art__how-col ol,
.hor-art__how-col ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 8px;
}

.hor-art__how-col ol li {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(18, 24, 42, 0.08);
}

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

.hor-art__how-col ul li {
  padding: 10px 12px;
  border-radius: 14px;
  background: #eef6f1;
  border: 1px solid #cde8d9;
  font-size: 0.88rem;
  line-height: 1.45;
}

.hor-art__how-col p {
  margin: 0;
  font-size: 0.86rem;
  color: var(--hor-muted);
}

.hor-art__pay-note {
  margin: 10px 0 0 !important;
}

@keyframes mv-cta-soft-pulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(92, 59, 232, 0.38); transform: scale(1); }
  50% { box-shadow: 0 0 0 12px rgba(92, 59, 232, 0); transform: scale(1.03); }
}

@keyframes hor-cta-pulse-light {
  0%, 100% { box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.48); transform: scale(1); }
  50% { box-shadow: 0 0 0 12px rgba(255, 255, 255, 0); transform: scale(1.03); }
}

.hor-landing .mv-cta-soft-pulse,
.hor-art .mv-cta-soft-pulse {
  animation: mv-cta-soft-pulse 1.8s ease-in-out infinite;
  will-change: transform, box-shadow;
}

.hor-landing .mv-hero .btn-white.mv-cta-soft-pulse {
  animation-name: hor-cta-pulse-light;
}

.hor-landing .mv-cta-soft-pulse:hover,
.hor-landing .mv-cta-soft-pulse:focus-visible,
.hor-art .mv-cta-soft-pulse:hover,
.hor-art .mv-cta-soft-pulse:focus-visible {
  animation-play-state: paused;
}

@media (prefers-reduced-motion: reduce) {
  .hor-landing .mv-cta-soft-pulse,
  .hor-art .mv-cta-soft-pulse {
    animation: none;
  }
}

.hor-landing .mv-funnel-steps + .hor-art--hero {
  max-width: 1060px;
  margin: 16px auto 8px;
}

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

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

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

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

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

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

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

.hor-art__essay-sec p {
  margin: 0 0 10px;
  font-size: 0.95rem;
  line-height: 1.55;
}

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

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

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

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

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