/* Musor Drop — SEO-версия сайта. Один файл стилей, без внешних шрифтов и библиотек. */
:root {
  --bg: #100F12;
  --bg-2: #16151A;
  --card: #1D1B23;
  --card-2: #242129;
  --border: rgba(255, 255, 255, 0.07);
  --text: #F1E7FF;
  --muted: #B6ADC6;
  --dim: #8E86A0;
  --accent: #A466FF;
  --accent-2: #7B45E6;
  --accent-soft: rgba(164, 102, 255, 0.16);
  --green: #3DDC84;
  --warn: #EE9121;
  --radius: 16px;
  --radius-sm: 10px;
  --max: 1120px;
  --font: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}
* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: var(--font);
  font-size: 17px;
  line-height: 1.6;
  overflow-x: hidden;
  overflow-wrap: break-word;
}
.legal p, .legal h2, .prose p, .faq .answer { overflow-wrap: anywhere; }
img, svg { max-width: 100%; height: auto; display: block; }
a { color: var(--accent); text-decoration: none; }
a:hover { text-decoration: underline; }
h1, h2, h3, h4 { line-height: 1.2; margin: 0 0 .5em; font-weight: 700; letter-spacing: -0.01em; }
h1 { font-size: clamp(1.9rem, 4.5vw, 2.8rem); }
h2 { font-size: clamp(1.45rem, 3vw, 2rem); margin-top: 0; }
h3 { font-size: 1.15rem; }
p { margin: 0 0 1em; }
ul, ol { padding-left: 1.3em; margin: 0 0 1em; }
li { margin-bottom: .35em; }
.wrap { max-width: var(--max); margin: 0 auto; padding: 0 16px; }
.skip { position: absolute; left: -9999px; top: 0; background: var(--accent); color: #fff; padding: 8px 12px; z-index: 100; }
.skip:focus { left: 8px; top: 8px; }

/* Полоса с промокодом */
.promo-bar { background: linear-gradient(90deg, var(--accent-2), var(--accent)); color: #fff; font-size: .92rem; font-weight: 600; }
.promo-bar .wrap { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 6px 18px; min-height: 40px; padding-top: 6px; padding-bottom: 6px; text-align: center; }
.promo-bar a { color: #fff; text-decoration: underline; text-underline-offset: 3px; white-space: nowrap; }
.code { display: inline-block; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; background: rgba(0,0,0,.28); padding: 2px 9px; border-radius: 7px; letter-spacing: .08em; }
.promo-card { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 18px; padding: 26px 24px; border-radius: 20px; border: 1px solid rgba(164,102,255,.45); background: linear-gradient(135deg, rgba(164,102,255,.3), rgba(164,102,255,.06)); }
.promo-card h2 { margin-bottom: 8px; }
.promo-card h2 .code { background: var(--accent); color: #fff; font-size: .9em; vertical-align: middle; }
.promo-card p:last-child { margin: 0; color: var(--muted); max-width: 640px; }
.promo-card .eyebrow { margin-bottom: 4px; }

/* Шапка */
.header { position: sticky; top: 0; z-index: 50; background: rgba(16, 15, 18, 0.92); backdrop-filter: blur(12px); border-bottom: 1px solid var(--border); }
.header .wrap { display: flex; align-items: center; gap: 16px; min-height: 64px; }
.logo { display: flex; align-items: center; gap: 10px; color: var(--text); font-weight: 800; font-size: 1.05rem; text-transform: uppercase; letter-spacing: .04em; white-space: nowrap; }
.logo:hover { text-decoration: none; }
.logo img { width: 34px; height: 34px; border-radius: 9px; }
.nav { display: none; }
.nav a { color: var(--muted); padding: 8px 10px; border-radius: 8px; font-weight: 500; font-size: .95rem; }
.nav a:hover, .nav a[aria-current="page"] { color: var(--text); background: rgba(255,255,255,.05); text-decoration: none; }
.header .cta { margin-left: auto; white-space: nowrap; display: none; }
.menu { margin-left: auto; }
@media (min-width: 600px) { .header .cta { display: inline-flex; } .menu { margin-left: 0; } }
.menu summary { list-style: none; cursor: pointer; display: inline-flex; align-items: center; gap: 8px; min-height: 44px; padding: 0 14px; border: 1px solid var(--border); border-radius: 12px; color: var(--text); font-weight: 600; user-select: none; }
.menu summary::-webkit-details-marker { display: none; }
.menu[open] summary { background: rgba(255,255,255,.05); }
.menu .panel { position: absolute; left: 0; right: 0; top: 64px; background: var(--bg-2); border-bottom: 1px solid var(--border); padding: 12px 16px 16px; display: flex; flex-direction: column; gap: 4px; }
.menu .panel a { display: block; padding: 12px 10px; border-radius: 10px; color: var(--text); font-weight: 500; }
.menu .panel a:hover { background: rgba(255,255,255,.05); text-decoration: none; }
.menu .panel .btn { margin-top: 10px; }
@media (min-width: 960px) {
  .nav { display: flex; gap: 2px; margin-left: 8px; }
  .menu { display: none; }
}

/* Кнопки */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 48px; padding: 0 22px; border-radius: 14px; font-weight: 700; font-size: 1rem; color: #fff; background: linear-gradient(180deg, var(--accent) 0%, var(--accent-2) 100%); box-shadow: 0 8px 24px rgba(164,102,255,.25); border: 0; cursor: pointer; }
.btn:hover { text-decoration: none; filter: brightness(1.08); }
.btn.secondary { background: rgba(255,255,255,.06); box-shadow: none; border: 1px solid var(--border); color: var(--text); }
.btn.small { min-height: 42px; padding: 0 16px; font-size: .95rem; }

/* Хлебные крошки */
.crumbs { font-size: .9rem; color: var(--dim); margin: 18px 0 8px; }
.crumbs ol { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; gap: 6px; }
.crumbs li + li::before { content: "›"; margin-right: 6px; color: var(--dim); }
.crumbs a { color: var(--muted); }

/* Герой */
.hero { padding: 40px 0 28px; position: relative; }
.hero::before { content: ""; position: absolute; inset: 0; background: radial-gradient(60% 70% at 70% 0%, rgba(164,102,255,.22) 0%, rgba(164,102,255,0) 70%); pointer-events: none; }
.hero .wrap { position: relative; }
.hero .lead { font-size: 1.15rem; color: var(--muted); max-width: 720px; margin-bottom: 22px; }
.hero .actions { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 18px; }
.badges { display: flex; flex-wrap: wrap; gap: 8px; margin: 0; padding: 0; list-style: none; }
.badges li { font-size: .85rem; color: var(--muted); padding: 6px 12px; border: 1px solid var(--border); border-radius: 999px; background: rgba(255,255,255,.03); }
.eyebrow { color: var(--accent); font-weight: 700; font-size: .85rem; text-transform: uppercase; letter-spacing: .08em; margin-bottom: 8px; }

/* Секции */
.section { padding: 36px 0; }
.section + .section { border-top: 1px solid var(--border); }
.section .intro { color: var(--muted); max-width: 760px; }
.prose { max-width: 780px; }
.prose h2 { margin-top: 1.6em; }
.prose h3 { margin-top: 1.3em; }
.prose blockquote { margin: 1.2em 0; padding: 14px 18px; border-left: 3px solid var(--accent); background: var(--accent-soft); border-radius: 0 var(--radius-sm) var(--radius-sm) 0; font-style: italic; }
.prose blockquote p { margin: 0; }
.prose .note { padding: 14px 18px; border-radius: var(--radius-sm); background: var(--card); border: 1px solid var(--border); color: var(--muted); font-size: .95rem; }
.prose code { font-family: ui-monospace, SFMono-Regular, Menlo, monospace; background: rgba(255,255,255,.06); padding: 2px 6px; border-radius: 6px; font-size: .92em; }

/* Карточки */
.grid { display: grid; gap: 14px; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); margin: 0; padding: 0; list-style: none; }
.card { background: var(--card); border: 1px solid var(--border); border-radius: var(--radius); padding: 20px; display: flex; flex-direction: column; gap: 8px; }
.card h3 { margin: 0; }
.card p { margin: 0; color: var(--muted); font-size: .97rem; }
.card .more { margin-top: auto; font-weight: 600; }
.card.accent { background: linear-gradient(160deg, rgba(164,102,255,.18), rgba(164,102,255,.04)); }
.icon { width: 40px; height: 40px; border-radius: 12px; background: var(--accent-soft); display: flex; align-items: center; justify-content: center; color: var(--accent); font-weight: 800; font-size: 1.1rem; }

/* Шаги */
.steps { counter-reset: step; list-style: none; padding: 0; margin: 0; display: grid; gap: 12px; }
.steps li { counter-increment: step; display: grid; grid-template-columns: 44px 1fr; gap: 14px; align-items: start; background: var(--card); border: 1px solid var(--border); border-radius: var(--radius); padding: 16px; }
.steps li::before { content: counter(step); width: 44px; height: 44px; border-radius: 12px; background: var(--accent); color: #fff; font-weight: 800; display: flex; align-items: center; justify-content: center; }
.steps h3 { margin: 4px 0 4px; font-size: 1.05rem; }
.steps p { margin: 0; color: var(--muted); font-size: .97rem; }

/* Таблицы */
.table-wrap { overflow-x: auto; -webkit-overflow-scrolling: touch; margin: 0 0 1em; border: 1px solid var(--border); border-radius: var(--radius-sm); }
table { border-collapse: collapse; width: 100%; min-width: 520px; font-size: .95rem; }
th, td { text-align: left; padding: 10px 12px; border-bottom: 1px solid var(--border); vertical-align: top; }
th { background: rgba(255,255,255,.04); font-weight: 600; color: var(--muted); }
tr:last-child td { border-bottom: 0; }

/* FAQ */
.faq { display: grid; gap: 10px; max-width: 820px; }
.faq details { background: var(--card); border: 1px solid var(--border); border-radius: var(--radius-sm); padding: 0 16px; }
.faq summary { cursor: pointer; font-weight: 600; padding: 14px 0; list-style: none; display: flex; justify-content: space-between; gap: 12px; min-height: 48px; align-items: center; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; color: var(--accent); font-weight: 800; font-size: 1.2rem; flex-shrink: 0; }
.faq details[open] summary::after { content: "–"; }
.faq .answer { padding: 0 0 14px; color: var(--muted); }
.faq .answer p:last-child { margin-bottom: 0; }

/* Списки статей */
.list { list-style: none; padding: 0; margin: 0; display: grid; gap: 12px; }
.list li { background: var(--card); border: 1px solid var(--border); border-radius: var(--radius); padding: 18px 20px; }
.list li a { font-weight: 700; font-size: 1.1rem; color: var(--text); }
.list li p { margin: 6px 0 0; color: var(--muted); font-size: .97rem; }

/* CTA-блок */
.cta-block { background: linear-gradient(135deg, rgba(164,102,255,.28), rgba(164,102,255,.06)); border: 1px solid rgba(164,102,255,.35); border-radius: 20px; padding: 28px 22px; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 16px; }
.cta-block h2 { margin: 0 0 6px; font-size: 1.4rem; }
.cta-block p { margin: 0; color: var(--muted); }

/* Контакты */
.contacts { display: grid; gap: 12px; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); }
.contacts .card b { color: var(--dim); font-weight: 500; font-size: .85rem; text-transform: uppercase; letter-spacing: .04em; }
.contacts .card span, .contacts .card a { font-size: 1.05rem; font-weight: 600; color: var(--text); }

/* Юридические тексты */
.legal h2 { font-size: 1.2rem; margin-top: 1.6em; }
.legal p { color: var(--muted); }
.legal .updated { color: var(--dim); font-size: .9rem; }

/* Подвал */
.footer { margin-top: 48px; border-top: 1px solid var(--border); background: var(--bg-2); padding: 36px 0 28px; color: var(--muted); font-size: .95rem; }
.footer .cols { display: grid; gap: 24px; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); margin-bottom: 28px; }
.footer h4 { color: var(--text); margin-bottom: 10px; font-size: .95rem; }
.footer ul { list-style: none; padding: 0; margin: 0; }
.footer li { margin-bottom: 8px; }
.footer a { color: var(--muted); }
.footer a:hover { color: var(--text); }
.footer .company { border-top: 1px solid var(--border); padding-top: 18px; font-size: .88rem; color: var(--dim); display: grid; gap: 8px; }
.age { display: inline-flex; align-items: center; justify-content: center; width: 40px; height: 40px; border: 2px solid var(--warn); color: var(--warn); border-radius: 50%; font-weight: 800; font-size: .85rem; flex-shrink: 0; }
.footer .social { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 20px; }
.footer .social a { display: inline-flex; align-items: center; min-height: 44px; padding: 0 16px; border: 1px solid var(--border); border-radius: 12px; color: var(--text); font-weight: 600; }
.footer .social a:hover { text-decoration: none; background: rgba(255,255,255,.05); }

/* Вспомогательное */
.muted { color: var(--muted); }
.center { text-align: center; }
.mt { margin-top: 20px; }
.two { display: grid; gap: 20px; grid-template-columns: 1fr; }
@media (min-width: 800px) { .two { grid-template-columns: 1fr 1fr; } }
.kpi { display: grid; gap: 12px; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); list-style: none; padding: 0; margin: 18px 0 0; }
.kpi li { background: var(--card); border: 1px solid var(--border); border-radius: var(--radius-sm); padding: 14px; }
.kpi b { display: block; font-size: 1.35rem; color: var(--text); }
.kpi span { color: var(--dim); font-size: .85rem; }
.notfound { padding: 80px 0; text-align: center; }
.notfound h1 { font-size: 4rem; }
