:root {
  color-scheme: dark;
  --bg: #09050f;
  --bg-soft: #13091f;
  --panel: rgba(24, 12, 39, 0.76);
  --panel-solid: #180c27;
  --panel-light: #241037;
  --text: #fbf8ff;
  --muted: #b9abc7;
  --line: rgba(255, 255, 255, 0.12);
  --purple: #a855f7;
  --purple-strong: #7c3aed;
  --purple-soft: #d8b4fe;
  --pink: #e879f9;
  --green: #55e6b5;
  --shadow: 0 28px 90px rgba(35, 7, 57, 0.5);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 18% -4%, rgba(168, 85, 247, 0.18), transparent 34rem),
    radial-gradient(circle at 92% 20%, rgba(232, 121, 249, 0.1), transparent 32rem),
    linear-gradient(180deg, #0d0616 0%, var(--bg) 48%, #0a0610 100%);
  color: var(--text);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -3;
  pointer-events: none;
  opacity: 0.22;
  background-image:
    linear-gradient(rgba(255,255,255,0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.025) 1px, transparent 1px);
  background-size: 52px 52px;
  mask-image: linear-gradient(to bottom, #000, transparent 85%);
}

body.modal-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }

.page-glow {
  position: fixed;
  z-index: -2;
  width: 340px;
  height: 340px;
  border-radius: 999px;
  filter: blur(110px);
  opacity: 0.18;
  pointer-events: none;
}
.page-glow--one { top: 20%; left: -180px; background: var(--purple); }
.page-glow--two { right: -190px; top: 58%; background: var(--pink); }

.site-header {
  position: fixed;
  z-index: 50;
  top: 0;
  left: 0;
  right: 0;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  min-height: 76px;
  gap: 24px;
  padding: 10px clamp(18px, 5vw, 72px);
  border-bottom: 1px solid rgba(216, 180, 254, 0.13);
  background: rgba(9, 5, 15, 0.72);
  backdrop-filter: blur(18px);
}

.brand { display: inline-flex; align-items: center; gap: 11px; }
.brand__avatar {
  width: 42px;
  height: 42px;
  overflow: hidden;
  border: 1px solid rgba(216, 180, 254, 0.38);
  border-radius: 14px;
  background: var(--panel-solid);
  box-shadow: 0 0 24px rgba(168, 85, 247, 0.18);
}
.brand__avatar img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: 47% 18%;
  transform: scale(1.45);
}
.brand__copy { display: grid; gap: 1px; }
.brand__copy strong { font-size: 14px; line-height: 1; letter-spacing: 0.01em; }
.brand__copy small { color: var(--purple-soft); font-size: 11px; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; }

.nav { display: flex; justify-content: center; align-items: center; gap: clamp(16px, 3vw, 34px); color: var(--muted); font-size: 13px; font-weight: 700; }
.nav a { transition: color 160ms ease, transform 160ms ease; }
.nav a:hover { color: var(--text); transform: translateY(-1px); }

.header-cta {
  min-height: 40px;
  padding: 0 18px;
  border: 1px solid rgba(216, 180, 254, 0.22);
  border-radius: 999px;
  background: rgba(168, 85, 247, 0.13);
  color: var(--text);
  font-size: 13px;
  font-weight: 900;
  cursor: pointer;
  transition: background 160ms ease, border-color 160ms ease, transform 160ms ease;
}
.header-cta:hover { transform: translateY(-1px); border-color: rgba(216, 180, 254, 0.5); background: rgba(168, 85, 247, 0.22); }

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(360px, 0.98fr);
  align-items: center;
  gap: clamp(48px, 7vw, 110px);
  min-height: 100vh;
  max-width: 1440px;
  margin: 0 auto;
  padding: 128px clamp(22px, 6vw, 86px) 70px;
}

.hero__copy { position: relative; z-index: 2; }
.hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 34px;
  padding: 8px 12px;
  border: 1px solid rgba(216, 180, 254, 0.18);
  border-radius: 999px;
  background: rgba(31, 15, 49, 0.58);
  color: var(--purple-soft);
  font-size: 12px;
  font-weight: 800;
}
.status-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--green); box-shadow: 0 0 14px rgba(85, 230, 181, 0.8); }
.eyebrow { margin: 0 0 13px; color: var(--purple-soft); font-size: 12px; font-weight: 900; letter-spacing: 0.18em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1 {
  max-width: 760px;
  margin-bottom: 25px;
  font-size: clamp(52px, 7.2vw, 104px);
  line-height: 0.9;
  letter-spacing: -0.065em;
}
h1 span {
  display: block;
  margin-top: 17px;
  background: linear-gradient(90deg, var(--purple-soft), var(--purple), var(--pink));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: 0.52em;
  line-height: 1;
  letter-spacing: -0.03em;
}
.hero__lead { max-width: 680px; margin-bottom: 30px; color: var(--muted); font-size: clamp(17px, 2vw, 21px); line-height: 1.62; }
.hero__actions { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; margin-bottom: 42px; }
.button {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border-radius: 16px;
  padding: 0 22px;
  border: 1px solid transparent;
  color: var(--text);
  font-weight: 900;
  cursor: pointer;
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease, background 160ms ease;
}
.button:hover { transform: translateY(-2px); }
.button--primary {
  background: linear-gradient(135deg, var(--purple-strong), var(--purple));
  box-shadow: 0 14px 38px rgba(124, 58, 237, 0.28), inset 0 1px 0 rgba(255,255,255,0.18);
}
.button--primary:hover { box-shadow: 0 18px 46px rgba(124, 58, 237, 0.42), inset 0 1px 0 rgba(255,255,255,0.2); }
.button--primary span { color: rgba(255,255,255,0.7); font-size: 12px; }
.button--secondary { border-color: var(--line); background: rgba(255,255,255,0.035); color: var(--muted); }
.button--secondary:hover { border-color: rgba(216, 180, 254, 0.35); color: var(--text); background: rgba(168, 85, 247, 0.08); }
.button--full { width: 100%; }

.hero__meta { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); max-width: 670px; border-top: 1px solid var(--line); }
.hero__meta div { min-height: 86px; padding: 22px 20px 0 0; }
.hero__meta div + div { padding-left: 22px; border-left: 1px solid var(--line); }
.hero__meta strong, .hero__meta span { display: block; }
.hero__meta strong { margin-bottom: 5px; font-size: 14px; }
.hero__meta span { color: var(--muted); font-size: 12px; line-height: 1.45; }

.hero__visual { position: relative; min-width: 0; }
.portrait-shell {
  position: relative;
  max-width: 530px;
  aspect-ratio: 0.79;
  margin-left: auto;
  overflow: hidden;
  border: 1px solid rgba(216, 180, 254, 0.21);
  border-radius: 38px;
  background: #160b20;
  box-shadow: var(--shadow), inset 0 0 0 1px rgba(255,255,255,0.04);
  isolation: isolate;
}
.portrait-shell::before {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 0;
  border-radius: inherit;
  box-shadow: inset 0 0 100px rgba(9, 5, 15, 0.45);
  pointer-events: none;
}
.portrait-shell::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 260px;
  height: 260px;
  right: -55px;
  top: -30px;
  border-radius: 50%;
  background: var(--purple);
  filter: blur(80px);
  opacity: 0.36;
}
.portrait-shell > img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: 47% 46%; filter: saturate(0.86) contrast(1.05); }
.portrait-shade { position: absolute; z-index: 1; inset: 0; background: linear-gradient(180deg, rgba(9,5,15,0.02) 35%, rgba(9,5,15,0.78) 100%), linear-gradient(120deg, rgba(124,58,237,0.11), transparent 45%); }
.portrait-grid { position: absolute; z-index: 1; inset: 0; opacity: 0.16; background-image: linear-gradient(rgba(255,255,255,0.12) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.12) 1px, transparent 1px); background-size: 34px 34px; mask-image: linear-gradient(to bottom, transparent 48%, #000); }
.portrait-card {
  position: absolute;
  z-index: 4;
  display: flex;
  align-items: center;
  gap: 12px;
  border: 1px solid rgba(216, 180, 254, 0.18);
  border-radius: 17px;
  background: rgba(18, 9, 31, 0.72);
  box-shadow: 0 12px 38px rgba(0,0,0,0.28);
  backdrop-filter: blur(14px);
}
.portrait-card--top { top: 22px; right: 22px; display: grid; gap: 2px; padding: 12px 15px; }
.portrait-card--top span { color: var(--muted); font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.12em; }
.portrait-card--top strong { font-size: 15px; }
.portrait-card--bottom { left: 22px; right: 22px; bottom: 22px; padding: 14px; }
.portrait-card__icon { display: grid; width: 44px; height: 44px; flex: 0 0 auto; place-items: center; border-radius: 13px; background: linear-gradient(135deg, var(--purple-strong), var(--pink)); font-size: 13px; font-weight: 1000; }
.portrait-card--bottom div { display: grid; gap: 3px; }
.portrait-card--bottom strong { font-size: 14px; }
.portrait-card--bottom small { color: var(--muted); font-size: 11px; }

.ticker { overflow: hidden; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(168, 85, 247, 0.045); }
.ticker__track { display: flex; min-width: max-content; align-items: center; justify-content: center; gap: clamp(18px, 3vw, 38px); padding: 16px 22px; color: var(--muted); font-size: 12px; font-weight: 900; letter-spacing: 0.08em; text-transform: uppercase; }
.ticker__track i { width: 5px; height: 5px; border-radius: 50%; background: var(--purple); box-shadow: 0 0 13px rgba(168, 85, 247, 0.8); }

.section { max-width: 1280px; margin: 0 auto; padding: 110px clamp(22px, 6vw, 78px); }
.section-heading { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, 0.7fr); align-items: end; gap: 50px; margin-bottom: 52px; }
.section-heading--compact { grid-template-columns: 1fr; margin-bottom: 38px; }
.section-heading h2, .subscription h2, .final-cta h2 { max-width: 780px; margin-bottom: 0; font-size: clamp(34px, 4.7vw, 62px); line-height: 1.05; letter-spacing: -0.045em; }
.section-heading > p, .subscription__copy > p { margin-bottom: 2px; color: var(--muted); line-height: 1.7; }

.feature-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 15px; }
.feature-card {
  position: relative;
  min-height: 290px;
  overflow: hidden;
  padding: 32px;
  border: 1px solid var(--line);
  border-radius: 27px;
  background: linear-gradient(145deg, rgba(31, 15, 49, 0.68), rgba(15, 8, 24, 0.68));
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}
.feature-card:hover { transform: translateY(-3px); border-color: rgba(216, 180, 254, 0.28); background: linear-gradient(145deg, rgba(39, 17, 61, 0.78), rgba(15, 8, 24, 0.74)); }
.feature-card--wide { min-height: 350px; }
.feature-card--accent { background: linear-gradient(145deg, rgba(92, 33, 140, 0.3), rgba(22, 10, 36, 0.75)); }
.feature-card__number { position: absolute; top: 27px; right: 28px; color: rgba(216, 180, 254, 0.32); font-size: 12px; font-weight: 900; }
.feature-card__icon { display: grid; width: 48px; height: 48px; place-items: center; margin-bottom: 50px; border: 1px solid rgba(216, 180, 254, 0.17); border-radius: 15px; background: rgba(168, 85, 247, 0.09); color: var(--purple-soft); }
.feature-card__icon svg { width: 23px; height: 23px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.feature-card h3 { margin-bottom: 13px; font-size: 24px; letter-spacing: -0.025em; }
.feature-card p { max-width: 540px; margin-bottom: 0; color: var(--muted); line-height: 1.65; }
.command-preview { position: absolute; left: 32px; right: 32px; bottom: 30px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 13px; padding: 12px 13px; border: 1px solid rgba(216, 180, 254, 0.14); border-radius: 14px; background: rgba(4, 2, 8, 0.42); color: var(--muted); font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; font-size: 11px; }
.command-preview span:first-child { color: var(--purple-soft); }
.command-preview strong { padding: 5px 8px; border-radius: 8px; background: rgba(85, 230, 181, 0.11); color: var(--green); font-size: 10px; }
.feature-card__tag { position: absolute; right: 29px; bottom: 27px; padding: 8px 11px; border-radius: 999px; background: rgba(168, 85, 247, 0.12); color: var(--purple-soft); font-size: 11px; font-weight: 800; }

.subscription { display: grid; grid-template-columns: minmax(0, 1fr) minmax(340px, 0.55fr); align-items: center; gap: clamp(48px, 7vw, 100px); }
.subscription__copy > p { max-width: 670px; margin: 25px 0 30px; }
.check-list { display: grid; gap: 14px; margin: 0; padding: 0; list-style: none; }
.check-list li { position: relative; padding-left: 31px; color: #ddd5e7; line-height: 1.5; }
.check-list li::before { content: "✓"; position: absolute; left: 0; top: 0; display: grid; width: 20px; height: 20px; place-items: center; border-radius: 50%; background: rgba(168, 85, 247, 0.13); color: var(--purple-soft); font-size: 11px; font-weight: 1000; }
.price-card {
  position: relative;
  overflow: hidden;
  padding: 30px;
  border: 1px solid rgba(216, 180, 254, 0.22);
  border-radius: 30px;
  background: linear-gradient(145deg, rgba(42, 18, 67, 0.94), rgba(18, 8, 29, 0.96));
  box-shadow: var(--shadow);
}
.price-card::after { content: ""; position: absolute; width: 190px; height: 190px; right: -80px; top: -90px; border-radius: 50%; background: var(--purple); filter: blur(70px); opacity: 0.24; pointer-events: none; }
.price-card__top { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; gap: 15px; margin-bottom: 38px; color: var(--muted); font-size: 12px; font-weight: 800; }
.price-card__chip { padding: 7px 9px; border-radius: 999px; background: rgba(232, 121, 249, 0.11); color: var(--pink); font-size: 10px; text-transform: uppercase; letter-spacing: 0.08em; }
.price { position: relative; z-index: 1; display: flex; align-items: flex-start; gap: 8px; margin-bottom: 20px; }
.price strong { font-size: clamp(70px, 9vw, 104px); line-height: 0.78; letter-spacing: -0.08em; }
.price > span { display: grid; gap: 5px; color: var(--purple-soft); font-size: 28px; font-weight: 900; }
.price small { color: var(--muted); font-size: 11px; font-weight: 700; white-space: nowrap; }
.price-card > p { position: relative; z-index: 1; margin-bottom: 24px; color: var(--muted); font-size: 13px; line-height: 1.6; }
.price-card__note { display: block; margin-top: 12px; color: #9588a3; font-size: 10px; text-align: center; }

.steps { padding-top: 65px; }
.step-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.step-grid article { padding: 27px; border-top: 1px solid rgba(216, 180, 254, 0.28); background: linear-gradient(180deg, rgba(168,85,247,0.055), transparent); }
.step-grid article > span { display: grid; width: 37px; height: 37px; place-items: center; margin-bottom: 42px; border-radius: 12px; background: rgba(168,85,247,0.11); color: var(--purple-soft); font-size: 12px; font-weight: 1000; }
.step-grid h3 { margin-bottom: 12px; font-size: 20px; }
.step-grid p { margin-bottom: 0; color: var(--muted); font-size: 13px; line-height: 1.65; }

.faq { padding-top: 74px; }
.faq-list { border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); }
summary { position: relative; padding: 25px 44px 25px 0; list-style: none; cursor: pointer; font-size: 17px; font-weight: 800; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; position: absolute; right: 8px; top: 20px; color: var(--purple-soft); font-size: 27px; font-weight: 400; transition: transform 180ms ease; }
details[open] summary::after { transform: rotate(45deg); }
details p { max-width: 820px; margin-bottom: 24px; color: var(--muted); line-height: 1.65; }

.final-cta {
  max-width: 1180px;
  margin: 35px auto 90px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
  padding: 50px;
  border: 1px solid rgba(216, 180, 254, 0.19);
  border-radius: 32px;
  background: radial-gradient(circle at 82% 15%, rgba(232,121,249,0.18), transparent 24rem), linear-gradient(135deg, rgba(66, 26, 103, 0.52), rgba(20, 9, 32, 0.85));
}
.final-cta h2 { max-width: 750px; }

.footer { display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 28px; min-height: 120px; padding: 25px clamp(22px, 6vw, 80px); border-top: 1px solid var(--line); color: var(--muted); font-size: 12px; }
.footer p { margin: 0; }
.footer p a { color: var(--purple-soft); }
.brand--footer .brand__avatar { width: 37px; height: 37px; }

.soon-dialog {
  width: min(460px, calc(100% - 32px));
  padding: 34px;
  border: 1px solid rgba(216, 180, 254, 0.24);
  border-radius: 27px;
  background: linear-gradient(145deg, #251138, #10081a);
  color: var(--text);
  box-shadow: 0 40px 110px rgba(0,0,0,0.68);
}
.soon-dialog::backdrop { background: rgba(4, 2, 8, 0.78); backdrop-filter: blur(8px); }
.soon-dialog__close { position: absolute; right: 15px; top: 13px; width: 34px; height: 34px; border: 0; border-radius: 50%; background: rgba(255,255,255,0.06); color: var(--muted); font-size: 24px; cursor: pointer; }
.soon-dialog__mark { display: grid; width: 52px; height: 52px; place-items: center; margin-bottom: 25px; border-radius: 16px; background: linear-gradient(135deg, var(--purple-strong), var(--pink)); font-size: 14px; font-weight: 1000; }
.soon-dialog h2 { margin-bottom: 15px; font-size: 30px; line-height: 1.08; letter-spacing: -0.035em; }
.soon-dialog > p:not(.eyebrow) { margin-bottom: 27px; color: var(--muted); line-height: 1.65; }

@media (max-width: 1000px) {
  .hero { grid-template-columns: 1fr 0.78fr; gap: 42px; }
  .hero__meta { grid-template-columns: 1fr; border-top: 0; }
  .hero__meta div { min-height: auto; padding: 14px 0; border-top: 1px solid var(--line); }
  .hero__meta div + div { padding-left: 0; border-left: 0; }
  .section-heading { grid-template-columns: 1fr; gap: 20px; }
}

@media (max-width: 820px) {
  .site-header { grid-template-columns: 1fr auto; }
  .nav { display: none; }
  .hero { grid-template-columns: 1fr; min-height: auto; padding-top: 124px; }
  .hero__visual { order: -1; }
  .portrait-shell { max-width: 470px; margin: 0 auto; aspect-ratio: 1.04; }
  .portrait-shell > img { object-position: 48% 29%; }
  h1 { margin-top: 12px; text-align: center; }
  h1 span { margin-top: 12px; }
  .hero__copy { text-align: center; }
  .hero__badge { margin-bottom: 20px; }
  .hero__lead { margin-left: auto; margin-right: auto; }
  .hero__actions { justify-content: center; }
  .hero__meta { max-width: 100%; grid-template-columns: repeat(3, 1fr); text-align: left; border-top: 1px solid var(--line); }
  .hero__meta div { min-height: 90px; padding: 20px 12px 0 0; border-top: 0; }
  .hero__meta div + div { padding-left: 16px; border-left: 1px solid var(--line); }
  .subscription { grid-template-columns: 1fr; }
  .price-card { max-width: 500px; }
  .final-cta { margin-left: 22px; margin-right: 22px; flex-direction: column; align-items: flex-start; }
  .footer { grid-template-columns: 1fr; text-align: center; justify-items: center; }
}

@media (max-width: 620px) {
  .site-header { min-height: 68px; padding: 8px 15px; }
  .header-cta { min-height: 37px; padding: 0 13px; }
  .brand__avatar { width: 38px; height: 38px; }
  .brand__copy strong { font-size: 12px; }
  .brand__copy small { font-size: 9px; }
  .hero { padding: 94px 16px 50px; gap: 37px; }
  .portrait-shell { border-radius: 25px; }
  .portrait-card--top { top: 14px; right: 14px; }
  .portrait-card--bottom { left: 14px; right: 14px; bottom: 14px; }
  h1 { font-size: clamp(48px, 18vw, 76px); }
  .hero__lead { font-size: 16px; }
  .hero__actions { display: grid; }
  .button { width: 100%; min-height: 54px; }
  .hero__meta { grid-template-columns: 1fr; text-align: center; border-top: 0; }
  .hero__meta div { min-height: auto; padding: 14px 0; border-top: 1px solid var(--line); }
  .hero__meta div + div { padding-left: 0; border-left: 0; }
  .ticker__track { justify-content: flex-start; overflow: hidden; }
  .section { padding: 80px 16px; }
  .section-heading h2, .subscription h2, .final-cta h2 { font-size: 36px; }
  .feature-grid, .step-grid { grid-template-columns: 1fr; }
  .feature-card { min-height: 285px; padding: 25px; }
  .feature-card__icon { margin-bottom: 40px; }
  .command-preview { left: 25px; right: 25px; bottom: 24px; grid-template-columns: auto 1fr; }
  .command-preview strong { display: none; }
  .feature-card__tag { position: static; display: inline-block; margin-top: 25px; }
  .price-card { padding: 25px; border-radius: 24px; }
  .final-cta { margin: 20px 16px 65px; padding: 30px 24px; }
  .soon-dialog { padding: 27px 22px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: 0.01ms !important; }
}


/* Единая нижняя панель CMS */
.site-footer {
  display: grid;
  grid-template-columns: minmax(220px, 1.2fr) minmax(160px, 0.8fr) minmax(180px, 0.9fr) auto;
  gap: 18px;
  align-items: start;
  padding: 28px clamp(20px, 6vw, 96px);
  border-top: 1px solid var(--line);
  background: rgba(24, 12, 39, 0.94);
}
.site-footer__about, .site-footer__nav, .site-footer__legal { display: grid; gap: 10px; }
.site-footer__about strong, .site-footer__nav strong { color: var(--text); font-size: 16px; }
.site-footer__about p, .site-footer__about span, .site-footer__nav a, .site-footer__legal { margin: 0; color: var(--muted); }
.site-footer__nav a:hover, .site-footer__legal a:hover { color: var(--text); }
.site-footer__socials { display: flex; gap: 10px; justify-content: flex-end; }
.social-tile {
  display: inline-flex; align-items: center; justify-content: center; min-width: 48px; min-height: 48px;
  padding: 0 14px; border-radius: 8px; background: rgba(255,255,255,.06); color: var(--text); font-weight: 900;
}
.social-tile--vk { background: rgba(80, 120, 200, .28); }
.social-tile--yt { background: rgba(235, 80, 80, .22); }
.site-footer__legal { justify-content: end; align-content: start; text-align: right; white-space: nowrap; }
@media (max-width: 900px) {
  .site-footer { grid-template-columns: 1fr; }
  .site-footer__socials, .site-footer__legal { justify-content: flex-start; text-align: left; }
}
