/* Синастрия - розовая студия двух карт, не сухой SaaS */
:root {
  --sy-ink: #4a044e;
  --sy-muted: #9d174d;
  --sy-line: rgba(190, 24, 93, 0.16);
  --sy-rose: #be185d;
  --sy-pink: #f472b6;
}

body.sy-landing {
  background:
    radial-gradient(80% 50% at 0% 0%, rgba(244, 114, 182, 0.16), transparent 55%),
    radial-gradient(70% 40% at 100% 8%, rgba(251, 191, 36, 0.08), transparent 50%),
    #fff7fb;
}

.sy-landing .mv-hero--mini.mv-hero--syn {
  background:
    radial-gradient(120% 80% at 0% 0%, rgba(244, 114, 182, 0.4), transparent 55%),
    radial-gradient(90% 70% at 100% 10%, rgba(136, 19, 55, 0.55), transparent 50%),
    linear-gradient(145deg, #4a044e 0%, #9d174d 48%, #be185d 100%);
  border-radius: 28px;
  overflow: hidden;
}

.sy-landing .mv-hero--syn .mv-hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(180px, 240px);
  gap: 18px 28px;
  align-items: center;
}

.sy-landing .mv-hero--syn .mv-eyebrow,
.sy-landing .mv-hero--syn h1,
.sy-landing .mv-hero--syn .mv-hero-desc {
  color: #fff7fb;
}

.sy-landing .mv-hero--syn .mv-hero-desc {
  color: rgba(255, 247, 251, 0.82);
}

.sy-hero-station {
  justify-self: end;
}

.sy-hero-station__cap {
  margin: 8px 0 0;
  text-align: center;
  font-size: 0.82rem;
  color: rgba(255, 247, 251, 0.9);
}

.sy-station-cta,
.sy-app-studio {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin: 4px 0 12px;
}

.sy-app-studio {
  display: block;
  margin-top: 18px;
}

.sy-landing .mv-demo--syn .mv-demo-head {
  margin-bottom: 14px;
}

@media (max-width: 720px) {
  .sy-landing .mv-hero--syn .mv-hero-inner {
    grid-template-columns: 1fr;
  }
  .sy-hero-station {
    justify-self: center;
  }
}

.sy-art,
.sy-preview {
  margin: 0 0 18px;
  padding: 22px;
  border-radius: 24px;
  background:
    radial-gradient(80% 60% at 100% 0%, rgba(244, 114, 182, 0.14), transparent 55%),
    linear-gradient(180deg, #fff 0%, #fff1f2 100%);
  border: 1px solid var(--sy-line);
  box-shadow: 0 22px 48px rgba(136, 19, 55, 0.08);
  color: var(--sy-ink);
}

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

.sy-art__hero,
.sy-preview__row {
  display: grid;
  grid-template-columns: minmax(180px, 260px) 1fr;
  gap: 18px;
  align-items: center;
  margin-bottom: 16px;
}

.sy-venn {
  display: block;
  width: 100%;
  height: auto;
  max-width: 280px;
}

.sy-art__pair {
  margin: 0 0 6px;
  font-size: 1.35rem;
  font-weight: 800;
}

.sy-art__headline {
  margin: 0 0 8px;
  font-weight: 700;
  color: var(--sy-rose);
}

.sy-art__story,
.sy-art__note,
.sy-preview__copy p,
.sy-preview__note {
  margin: 0 0 12px;
  color: #6b7280;
  line-height: 1.5;
  font-size: 0.92rem;
}

.sy-art__stats {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.sy-art__stats span {
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 700;
}

.sy-art__stats .is-good {
  background: #ecfdf3;
  color: #15803d;
}

.sy-art__stats .is-tense {
  background: #fff1f2;
  color: #be123c;
}

.sy-themes {
  display: grid;
  gap: 8px;
  margin-bottom: 14px;
}

.sy-themes__row {
  display: grid;
  grid-template-columns: 92px 1fr 36px;
  gap: 8px;
  align-items: center;
  font-size: 0.84rem;
}

.sy-themes__track {
  height: 10px;
  border-radius: 999px;
  background: #fce7f3;
  overflow: hidden;
}

.sy-themes__track i {
  display: block;
  height: 100%;
  border-radius: 999px;
  background: linear-gradient(90deg, #f472b6, #be185d);
}

.sy-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 14px;
}

.sy-chip {
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 700;
  background: #fff;
  border: 1px solid var(--sy-line);
}

.sy-chip--harmonious {
  background: #ecfdf3;
  color: #15803d;
  border-color: #bbf7d0;
}

.sy-chip--challenging {
  background: #fff1f2;
  color: #be123c;
  border-color: #fecdd3;
}

.sy-art__ex-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.sy-art__ex {
  appearance: none;
  text-align: left;
  cursor: pointer;
  padding: 14px;
  border-radius: 18px;
  border: 1px solid var(--sy-line);
  background: #fff;
  display: grid;
  gap: 4px;
  color: inherit;
  font: inherit;
}

.sy-art__ex:hover {
  transform: translateY(-2px);
}

.sy-art__ex.is-on {
  border-color: var(--sy-rose);
  box-shadow: 0 0 0 3px rgba(190, 24, 93, 0.2);
}

.sy-art__ex em {
  font-style: normal;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--sy-rose);
}

.sy-art__ex span {
  font-size: 0.8rem;
  color: #6b7280;
}

.sy-art__steps ol {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 10px;
}

.sy-art__steps li {
  display: flex;
  gap: 12px;
  padding: 12px 14px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid var(--sy-line);
}

.sy-art__steps li > span {
  flex: 0 0 auto;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-weight: 800;
  color: #fff;
  background: linear-gradient(145deg, #f472b6, #be185d);
}

.sy-art__steps p {
  margin: 0;
  font-size: 0.86rem;
  color: #6b7280;
  line-height: 1.45;
}

.sy-preview__copy b {
  display: block;
  font-size: 1.05rem;
  margin-bottom: 6px;
}

.sy-preview__link {
  display: inline-flex;
  margin-top: 8px;
  font-weight: 800;
  color: var(--sy-rose);
  text-decoration: none;
}

.syn-funnel {
  margin: 0 0 18px;
  padding: 18px 20px 16px;
  border: 1px solid var(--sy-line);
  border-radius: 22px;
  background: #fff;
}
.syn-funnel__kicker {
  margin: 0 0 6px;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--sy-rose);
}
.syn-funnel h2 {
  margin: 0 0 8px;
  font-size: 1.28rem;
  line-height: 1.25;
  color: var(--sy-ink);
}
.syn-funnel__lead {
  margin: 0 0 14px;
  color: var(--sy-muted);
  line-height: 1.5;
}
.syn-funnel__steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 10px;
}
.syn-funnel__steps li {
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 12px;
  align-items: start;
  padding: 10px 12px;
  border-radius: 14px;
  background: #fff7fb;
}
.syn-funnel__n {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: #be185d;
  color: #fff;
  font-weight: 800;
}
.syn-funnel__steps strong {
  display: block;
  margin-bottom: 2px;
  color: var(--sy-ink);
}
.syn-funnel__steps p {
  margin: 0;
  font-size: 0.92rem;
  color: var(--sy-muted);
  line-height: 1.45;
}
body.syn-page:not(.syn-page--paired) .mvp-nav {
  display: none;
}

@media (max-width: 820px) {
  .sy-art__hero,
  .sy-preview__row,
  .sy-art__ex-grid {
    grid-template-columns: 1fr;
  }
  .sy-art, .sy-preview { padding: 16px; }
}

#mv-tiers, #mv-demo { scroll-margin-top: 88px; }
