/* Musor Drop Partners. Цвета, радиусы и шрифты — как на musordrop.app */

/* ---------- шрифты (сабсеты: кириллица + латиница) ---------- */

@font-face {
  font-family: "SF Pro Rounded";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/fonts/sf-pro-rounded-400-cyrillic.woff2) format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: "SF Pro Rounded";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/fonts/sf-pro-rounded-400-latin.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2190-2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "SF Pro Rounded";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/fonts/sf-pro-rounded-600-cyrillic.woff2) format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: "SF Pro Rounded";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/fonts/sf-pro-rounded-600-latin.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2190-2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "SF Pro Rounded";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/fonts/sf-pro-rounded-700-cyrillic.woff2) format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: "SF Pro Rounded";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/fonts/sf-pro-rounded-700-latin.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2190-2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Santa Maria Sans";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(/fonts/santa-maria-sans-900-cyrillic.woff2) format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: "Santa Maria Sans";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(/fonts/santa-maria-sans-900-latin.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2190-2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* ---------- токены ---------- */

:root {
  --bg: #100f12;
  --bg-deep: #16141a;
  --island: rgba(233, 216, 255, .05);
  --island-2: rgba(233, 216, 255, .1);
  --stroke: rgba(235, 240, 247, .06);
  --stroke-2: rgba(235, 240, 247, .12);
  --stroke-purple: rgba(115, 76, 187, .2);
  --text: #f6f2fa;
  --text-2: rgba(246, 242, 250, .62);
  --text-3: rgba(246, 242, 250, .48);
  --icon: #f1e7ff;
  --accent: #a060fe;
  --lilac: #ddb3f3;
  --tg: #00b1f1;
  --btn: radial-gradient(734.62% 100% at 0% 50%, #6945ad 0%, #7b4bd4 100%);
  --btn-stroke: #966ee5;
  --badge: radial-gradient(178.96% 80% at 20% 50%, rgba(115, 76, 187, .05) 10.96%, #734cbb 100%), rgba(115, 76, 187, .05);
  --body: "SF Pro Rounded", ui-rounded, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  --display: "Santa Maria Sans", "Arial Narrow", Impact, sans-serif;
  --wrap: 1440px;
  --gutter: 32px;
  --header-h: 92px;
}

*, *::before, *::after { box-sizing: border-box; }

html {
  -webkit-text-size-adjust: 100%;
  color-scheme: dark;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font: 400 16px/1.5 var(--body);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  overflow-x: clip;
}

img, svg { display: block; max-width: 100%; }
img { height: auto; }
a { color: inherit; }
h1, h2, h3, p, dl, dd, ol, ul, figure { margin: 0; }
ul, ol { padding: 0; list-style: none; }
::selection { background: var(--accent); color: #fff; }
:focus-visible { outline: 2px solid var(--accent); outline-offset: 3px; }

.wrap {
  max-width: var(--wrap);
  margin-inline: auto;
  padding-inline: var(--gutter);
}

.skip {
  position: absolute;
  top: 8px;
  left: -9999px;
  z-index: 100;
  padding: 10px 16px;
  border-radius: 12px;
  background: var(--accent);
  color: #fff;
  font-weight: 600;
}
.skip:focus { left: 8px; }

.ico {
  width: 24px;
  height: 24px;
  flex: none;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* ---------- кнопки ---------- */

.btn {
  position: relative;
  isolation: isolate;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: 52px;
  padding: 0 32px;
  border: 1.5px solid var(--btn-stroke);
  border-radius: 20px;
  background: var(--btn);
  color: var(--text);
  font: 700 16px/1 var(--body);
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  cursor: pointer;
}
.btn::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  border-radius: inherit;
  background: rgba(0, 0, 0, .2);
  opacity: 0;
  transition: opacity .2s ease;
}
.btn:hover::before { opacity: 1; }
.btn__arrow { transition: transform .2s ease; }
.btn:hover .btn__arrow { transform: translateX(4px); }

.btn--ghost {
  border-color: var(--stroke);
  background: var(--island);
}
.btn--ghost::before { background: rgba(233, 216, 255, .06); }

.btn--head { text-transform: none; }

/* ---------- мелкие элементы ---------- */

.chip {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 32px;
  padding: 7px 14px;
  border: 1px solid var(--stroke-purple);
  border-radius: 100px;
  background: var(--badge);
  font: 600 13px/1.2 var(--body);
  letter-spacing: .06em;
  text-transform: uppercase;
}
.chip::before {
  content: "";
  flex: none;
  width: 7px;
  height: 7px;
  border-radius: 1px;
  background: var(--lilac);
  transform: rotate(45deg);
}

/* сиреневые цифры со свечением, как «98% RTP» на главной */
.glow {
  display: inline-block;
  color: var(--lilac);
  background: linear-gradient(180deg, #f8edff 0%, #ddb3f3 55%, #c393ee 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 0 24px rgba(192, 85, 249, .45));
}

.lead {
  max-width: 56ch;
  color: var(--text-2);
  font-size: 18px;
}

.icon-tile {
  display: grid;
  place-items: center;
  flex: none;
  width: 48px;
  height: 48px;
  border: 1px solid var(--stroke-purple);
  border-radius: 16px;
  background: var(--badge);
  color: var(--icon);
}

.card {
  position: relative;
  padding: 32px;
  border: 1px solid var(--stroke);
  border-radius: 32px;
  background: var(--island);
}

/* ---------- шапка ---------- */

.top {
  position: sticky;
  top: 0;
  z-index: 50;
  border-radius: 0 0 32px 32px;
  background: rgba(23, 21, 27, .82);
  box-shadow: inset 0 -1px 0 var(--stroke);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
}
.top__row {
  display: flex;
  align-items: center;
  gap: 48px;
  min-height: var(--header-h);
  padding-block: 20px;
}

.brand {
  display: flex;
  flex: none;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}
.brand__logo { width: auto; height: 42px; }
.brand__mark { display: none; width: auto; height: 42px; }
.brand__tag {
  padding: 7px 10px 6px;
  border: 1px solid var(--stroke-purple);
  border-radius: 10px;
  background: var(--badge);
  font: 900 15px/1 var(--display);
  letter-spacing: .04em;
  text-transform: uppercase;
}

.nav ul { display: flex; gap: 32px; }
.nav a {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  font-size: 14px;
  line-height: 1.2;
  text-decoration: none;
  transition: color .2s ease;
}
.nav a:hover { color: var(--lilac); }

.top__side {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-left: auto;
}

.lang {
  display: inline-flex;
  flex: none;
  align-items: center;
  gap: 2px;
  height: 36px;
  padding: 3px;
  border: 1px solid var(--stroke);
  border-radius: 12px;
  background: var(--island);
}
.lang__item {
  display: grid;
  place-items: center;
  min-width: 36px;
  height: 28px;
  padding: 0 8px;
  border-radius: 9px;
  color: var(--text-2);
  font: 600 14px/1 var(--body);
  text-decoration: none;
  transition: color .2s ease, background-color .2s ease;
}
.lang__item[aria-current] { background: var(--island-2); color: var(--text); }
a.lang__item:hover { color: var(--text); }

/* ---------- hero ---------- */

.hero { padding-top: 32px; }
.hero__island {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, .8fr);
  gap: 48px;
  align-items: center;
  min-height: 480px;
  padding: 64px;
  overflow: hidden;
  border: 1px solid var(--stroke);
  border-radius: 64px;
  background:
    radial-gradient(55% 85% at 92% 0%, rgba(160, 96, 254, .42) 0%, rgba(160, 96, 254, 0) 70%),
    radial-gradient(50% 75% at 72% 108%, rgba(105, 69, 173, .5) 0%, rgba(105, 69, 173, 0) 70%),
    radial-gradient(60% 70% at 0% 100%, rgba(233, 216, 255, .07) 0%, rgba(233, 216, 255, 0) 100%),
    linear-gradient(100deg, #1d1728 0%, #231a35 50%, #2b1d47 100%);
}

.hero__fx {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
}
/* лучи прожектора, как на фавиконе musordrop */
.hero__beams {
  position: absolute;
  inset: -10% 0 0 40%;
  filter: blur(26px);
  opacity: .55;
}
.hero__beams i {
  position: absolute;
  top: 0;
  height: 110%;
  clip-path: polygon(40% 0, 60% 0, 100% 100%, 0 100%);
  background: linear-gradient(180deg, rgba(204, 177, 255, .7) 0%, rgba(181, 147, 244, .25) 45%, rgba(181, 147, 244, 0) 80%);
}
.hero__beams i:nth-child(1) { right: 12%; width: 44%; }
.hero__beams i:nth-child(2) { right: 26%; width: 18%; opacity: .8; }

.hero h1 {
  margin-top: 24px;
  font: 900 clamp(40px, 5.4vw, 76px)/1 var(--display);
  text-wrap: balance;
}
.hero__lead { margin-top: 20px; }
.hero__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 36px;
}

.hero__nums { display: grid; gap: 16px; }
.stat {
  padding: 24px 28px 26px;
  border: 1px solid rgba(235, 240, 247, .08);
  border-radius: 32px;
  background: rgba(16, 15, 18, .42);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}
.stat dt {
  color: var(--text-2);
  font: 600 14px/1 var(--body);
  letter-spacing: .1em;
  text-transform: uppercase;
}
.stat dd {
  display: flex;
  align-items: baseline;
  gap: 12px;
  margin-top: 12px;
  font: 900 clamp(56px, 6.2vw, 96px)/.9 var(--display);
  white-space: nowrap;
}
.stat small {
  color: var(--text-2);
  font: 600 16px/1 var(--body);
}

/* ---------- секции ---------- */

.sec {
  padding-top: clamp(72px, 8vw, 120px);
  scroll-margin-top: var(--header-h);
}

/* заголовок секции с ромбами, как «◆ КУЛЬТ МОДЫ ◆» */
.title {
  margin-bottom: 40px;
  color: var(--icon);
  font: 900 clamp(30px, 3.6vw, 48px)/1.05 var(--display);
  text-align: center;
  text-transform: uppercase;
  text-wrap: balance;
}
/* ромбы строчные: при переносе остаются у первой и последней строки */
.title::before,
.title::after {
  content: "";
  display: inline-block;
  width: .32em;
  height: .32em;
  margin-inline: .5em;
  vertical-align: .19em;
  border-radius: 2px;
  background: linear-gradient(135deg, #9b6ff0, #6945ad);
  box-shadow: 0 0 16px rgba(160, 96, 254, .5);
  transform: rotate(45deg);
}

.sec__intro {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  margin-bottom: 40px;
  text-align: center;
}
.sec__intro .title { margin-bottom: 0; }

.note {
  margin-top: 24px;
  color: var(--text-3);
  font-size: 15px;
  text-align: center;
}

/* модели */
.models {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
.model {
  padding: 40px;
  overflow: hidden;
  background:
    radial-gradient(70% 110% at 100% 0%, rgba(160, 96, 254, .16) 0%, rgba(160, 96, 254, 0) 70%),
    var(--island);
}
.model__name {
  color: var(--text-2);
  font: 600 14px/1 var(--body);
  letter-spacing: .1em;
  text-transform: uppercase;
}
.model__value {
  margin: 20px 0 18px;
  font: 900 clamp(52px, 5.6vw, 88px)/.95 var(--display);
}
.model__text {
  max-width: 40ch;
  color: var(--text-2);
  font-size: 17px;
}

/* оффер */
.offer__title img {
  display: inline-block;
  width: auto;
  height: .92em;
  margin-right: .22em;
  vertical-align: -.1em;
}

.features {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}
.feature { display: flex; flex-direction: column; gap: 12px; }
.feature dt {
  display: flex;
  flex-direction: column;
  gap: 20px;
  font: 700 19px/1.3 var(--body);
}
.feature dd { color: var(--text-2); }

/* аудитория и инструменты */
.groups {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
.group {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 8px 20px;
  align-items: start;
  padding: 36px;
}
.group .icon-tile { grid-row: span 2; }
.group h3 { font: 900 26px/1.1 var(--display); text-transform: uppercase; }
.group p { max-width: 46ch; color: var(--text-2); }

.subtitle {
  margin: 64px 0 24px;
  color: var(--text-2);
  font: 600 14px/1 var(--body);
  letter-spacing: .14em;
  text-align: center;
  text-transform: uppercase;
}

.tools {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.tool {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 28px;
}
.tool .icon-tile { margin-bottom: 12px; }
.tool strong { font: 700 19px/1.3 var(--body); }
.tool span { color: var(--text-2); }

/* шаги */
.steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.step { padding: 32px 32px 36px; }
.step__n {
  display: block;
  font: 900 72px/.9 var(--display);
}
.step h3 { margin: 24px 0 8px; font: 700 20px/1.3 var(--body); }
.step p { color: var(--text-2); }

.center {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

/* FAQ */
.faq {
  display: grid;
  gap: 8px;
  max-width: 920px;
  margin-inline: auto;
}
.faq details {
  border: 1px solid var(--stroke);
  border-radius: 20px;
  background: var(--island);
  transition: border-color .2s ease, background-color .2s ease;
}
.faq details[open] {
  border-color: var(--stroke-purple);
  background: rgba(233, 216, 255, .07);
}
.faq summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 20px 24px;
  font: 600 18px/1.35 var(--body);
  list-style: none;
  cursor: pointer;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: "";
  flex: none;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background:
    linear-gradient(var(--text), var(--text)) center / 12px 1.6px no-repeat,
    linear-gradient(var(--text), var(--text)) center / 1.6px 12px no-repeat,
    rgba(255, 255, 255, .05);
  transition: transform .2s ease, background-color .2s ease;
}
.faq details[open] summary::after {
  background-color: rgba(160, 96, 254, .35);
  transform: rotate(45deg);
}
.faq summary:hover::after { background-color: rgba(160, 96, 254, .25); }
.faq details p {
  max-width: 70ch;
  padding: 0 24px 22px;
  color: var(--text-2);
}

/* контакты */
.cta {
  position: relative;
  isolation: isolate;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding: 72px 48px;
  overflow: hidden;
  border: 1px solid var(--stroke);
  border-radius: 64px;
  background:
    radial-gradient(60% 90% at 50% 0%, rgba(160, 96, 254, .32) 0%, rgba(160, 96, 254, 0) 70%),
    radial-gradient(45% 80% at 0% 100%, rgba(105, 69, 173, .35) 0%, rgba(105, 69, 173, 0) 70%),
    radial-gradient(45% 80% at 100% 100%, rgba(105, 69, 173, .35) 0%, rgba(105, 69, 173, 0) 70%),
    linear-gradient(180deg, #221a33 0%, #1a1524 100%);
  text-align: center;
}
.cta .title { margin-bottom: 0; }

.contact {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 16px;
}
.tg {
  display: flex;
  align-items: center;
  gap: 16px;
  width: 100%;
  max-width: 440px;
  padding: 14px 20px 14px 14px;
  border: 1px solid var(--stroke-2);
  border-radius: 24px;
  background: rgba(16, 15, 18, .45);
  text-align: left;
  text-decoration: none;
  transition: border-color .2s ease, background-color .2s ease;
}
.tg__icon {
  display: grid;
  place-items: center;
  flex: none;
  width: 52px;
  height: 52px;
  border-radius: 16px;
  background: rgba(0, 177, 241, .12);
  color: var(--tg);
}
.tg__text { display: grid; gap: 4px; min-width: 0; }
.tg__title { font: 700 18px/1.2 var(--body); }
.tg__sub { color: var(--text-2); font-size: 14px; }
.tg__arrow {
  margin-left: auto;
  font-size: 22px;
  transition: transform .2s ease;
}
.tg:hover { border-color: rgba(0, 177, 241, .45); background: rgba(0, 177, 241, .08); }
.tg:hover .tg__arrow { transform: translateX(4px); }

/* подвал */
.foot {
  margin-top: clamp(72px, 8vw, 120px);
  padding-block: 48px;
  border-top: 1px solid var(--stroke);
}
.foot__row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.foot__lang {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--text-3);
  font-size: 14px;
}
.foot__legal {
  max-width: 820px;
  margin-top: 24px;
  color: var(--text-3);
  font-size: 12px;
  line-height: 1.5;
}

/* ---------- 404 и корневая страница ---------- */

.plain {
  display: grid;
  place-items: center;
  min-height: 100vh;
  min-height: 100svh;
  padding: 24px var(--gutter);
  text-align: center;
}
.plain__box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
.plain__code { font: 900 clamp(96px, 20vw, 160px)/.9 var(--display); }
.plain__links { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; }

/* ---------- адаптив ---------- */

@media (max-width: 1180px) {
  .nav { display: none; }
  .features { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 960px) {
  :root { --header-h: 84px; }
  .top__row { padding-block: 16px; }
  .hero__island {
    grid-template-columns: 1fr;
    gap: 40px;
    min-height: 0;
    padding: 48px 40px;
    border-radius: 48px;
  }
  .hero__nums { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hero__beams { inset: -10% -10% 30% 30%; }
  .steps, .tools { grid-template-columns: 1fr; }
  .tool {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 2px 20px;
    align-items: center;
    padding: 24px;
  }
  .tool .icon-tile { grid-row: span 2; margin-bottom: 0; }
  .step {
    display: grid;
    grid-template-columns: 64px minmax(0, 1fr);
    column-gap: 20px;
    align-items: start;
    padding: 28px;
  }
  .step__n { grid-row: span 2; text-align: center; }
  .step h3 { margin: 4px 0 6px; }
  .cta { padding: 56px 32px; border-radius: 48px; }
}

@media (max-width: 640px) {
  :root { --gutter: 16px; --header-h: 72px; }
  body { font-size: 16px; }
  .top { border-radius: 0 0 24px 24px; }
  .top__row { gap: 12px; padding-block: 14px; }
  .brand { gap: 8px; }
  .top .brand__logo { display: none; }
  .top .brand__mark { display: block; height: 40px; }
  .top .brand__tag { padding: 6px 8px 5px; font-size: 13px; }
  .top__side { gap: 8px; }
  .btn--head { height: 44px; padding: 0 14px; border-radius: 16px; font-size: 14px; }

  .hero { padding-top: 16px; }
  .hero__island { padding: 32px 20px 20px; border-radius: 32px; gap: 28px; }
  .hero h1 { margin-top: 18px; }
  .hero__lead { font-size: 16px; }
  .hero__cta { margin-top: 28px; }
  .hero__cta .btn { width: 100%; }
  .hero__nums { gap: 8px; }
  .stat { padding: 18px 16px 20px; border-radius: 24px; }
  .stat dt { font-size: 12px; }
  .stat dd { flex-direction: column; align-items: flex-start; gap: 8px; font-size: clamp(44px, 13vw, 60px); }
  .stat small { font-size: 14px; }

  .title { gap: 12px; margin-bottom: 28px; }
  .sec__intro { gap: 16px; margin-bottom: 28px; }
  .lead { font-size: 16px; }
  .card { padding: 24px; border-radius: 24px; }
  .model { padding: 28px 24px; }
  .features { grid-template-columns: 1fr; gap: 8px; }
  .feature dt { flex-direction: row; align-items: center; gap: 14px; }
  .models, .groups { grid-template-columns: 1fr; }
  .models, .groups, .steps, .tools { gap: 8px; }
  .group { padding: 24px; grid-template-columns: 1fr; }
  .group .icon-tile { grid-row: auto; margin-bottom: 8px; }
  .subtitle { margin-top: 48px; }
  .tool { gap: 2px 16px; padding: 20px; }
  .step { grid-template-columns: 44px minmax(0, 1fr); column-gap: 16px; padding: 24px 20px; }
  .step__n { font-size: 56px; }
  .center .btn { width: 100%; }
  .faq summary { padding: 18px 16px 18px 20px; font-size: 17px; }
  .faq details p { padding: 0 20px 20px; }
  .cta { padding: 40px 20px 20px; border-radius: 32px; }
  .contact { width: 100%; }
  .contact .btn { width: 100%; }
  .tg { max-width: none; }
  .foot { padding-block: 32px; }
}

@media (max-width: 400px) {
  .top .brand__tag { display: none; }
}

@media (max-width: 340px) {
  .lang__item { min-width: 30px; padding: 0 6px; }
  .btn--head { padding: 0 10px; font-size: 13px; }
}

/* ---------- движение ---------- */

@media (prefers-reduced-motion: no-preference) {
  html { scroll-behavior: smooth; }
  .hero__text > *, .hero__nums .stat {
    animation: rise .7s cubic-bezier(.2, .7, .2, 1) both;
  }
  .hero__text > :nth-child(2) { animation-delay: .06s; }
  .hero__text > :nth-child(3) { animation-delay: .12s; }
  .hero__text > :nth-child(4) { animation-delay: .18s; }
  .hero__nums .stat:nth-child(1) { animation-delay: .22s; }
  .hero__nums .stat:nth-child(2) { animation-delay: .3s; }
  @keyframes rise {
    from { opacity: 0; transform: translateY(14px); }
    to { opacity: 1; transform: none; }
  }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { transition: none !important; animation: none !important; }
}
