/* ============================================================
   Кросса — krossa.ru
   Постерный стиль: чёрный #16181D / жёлтый #FFD200 / белый.
   Mobile-first (360px), системный шрифт-стек, без внешних CDN.
   ============================================================ */

:root {
  --ink: #16181D;
  --ink-soft: #23262E;
  --ink-line: #2E323C;
  --yellow: #FFD200;
  --yellow-deep: #E8BE00;
  --paper: #FFFFFF;
  --paper-dim: #F4F4F0;
  --gray: #6B7078;
  --gray-on-ink: #A6ABB5;
  --radius: 14px;
  --pad: 20px;
  --maxw: 1120px;
  --font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  font-family: var(--font);
  background: var(--paper);
  color: var(--ink);
  line-height: 1.55;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img, svg { display: block; max-width: 100%; }

a { color: inherit; }

.wrap {
  max-width: var(--maxw);
  margin: 0 auto;
  padding-left: var(--pad);
  padding-right: var(--pad);
}

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

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-family: inherit;
  font-weight: 800;
  text-decoration: none;
  border: 2px solid var(--ink);
  border-radius: 12px;
  cursor: pointer;
  transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
  white-space: nowrap;
}

.btn--primary {
  background: var(--yellow);
  color: var(--ink);
  box-shadow: 4px 4px 0 rgba(0,0,0,.85);
}
.btn--primary:hover { transform: translate(-2px,-2px); box-shadow: 6px 6px 0 rgba(0,0,0,.85); }
.btn--primary:active { transform: translate(2px,2px); box-shadow: 0 0 0 rgba(0,0,0,.85); }

.btn--big { padding: 16px 28px; font-size: 17px; }
.btn--small { padding: 9px 16px; font-size: 14px; }

.btn--ghost {
  background: transparent;
  color: var(--paper);
  border-color: var(--paper);
  padding: 16px 28px;
  font-size: 17px;
}
.btn--ghost:hover { background: rgba(255,255,255,.08); }

.btn .btn__arrow { flex: none; }

/* ---------- Шапка ---------- */

.site-head {
  position: sticky;
  top: 0;
  z-index: 50;
  background: var(--ink);
  color: var(--paper);
  border-bottom: 1px solid var(--ink-line);
}
.site-head__in {
  display: flex;
  align-items: center;
  gap: 14px;
  height: 60px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  font-weight: 900;
  font-size: 19px;
  letter-spacing: .01em;
}
.brand img {
  width: 34px;
  height: 34px;
  border-radius: 9px;
}
.site-nav {
  display: none;
  gap: 24px;
  margin-left: 14px;
}
.site-nav a {
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  color: var(--gray-on-ink);
  transition: color .15s;
}
.site-nav a:hover { color: var(--yellow); }
.site-head .btn { margin-left: auto; }

/* ---------- Hero ---------- */

.hero {
  background: var(--ink);
  color: var(--paper);
  position: relative;
  overflow: hidden;
  padding: 40px 0 52px;
}
/* диагональная штриховка-фон — эхо стрелок логотипа */
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(
    -44deg,
    transparent 0 34px,
    rgba(255,210,0,.05) 34px 36px
  );
  pointer-events: none;
}
.hero__in { position: relative; }

.hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--yellow);
  color: var(--ink);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
  padding: 6px 12px;
  border-radius: 999px;
  animation: rise .5s ease both;
}

.hero h1 {
  margin-top: 18px;
  font-size: clamp(30px, 8.4vw, 62px);
  line-height: 1.06;
  font-weight: 900;
  letter-spacing: -.02em;
  animation: rise .5s .08s ease both;
}
.hero h1 em {
  font-style: normal;
  color: var(--yellow);
}

.hero__sub {
  margin-top: 16px;
  font-size: 16px;
  color: var(--gray-on-ink);
  max-width: 560px;
  animation: rise .5s .16s ease both;
}
.hero__sub strong { color: var(--paper); }

/* value-чипы над заголовком: отложка (бесплатно) vs кросспостинг (платно) */
.hero__vps {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  animation: rise .5s ease both;
}
.hero__vp {
  font-size: 13px;
  font-weight: 700;
  padding: 7px 12px;
  border-radius: 999px;
  line-height: 1;
}
.hero__vp--free { background: var(--yellow); color: var(--ink); }
.hero__vp--cross { background: transparent; color: var(--paper); border: 1.5px solid var(--yellow); }
.hero__who {
  margin-top: 14px;
  font-size: 14px;
  color: var(--gray-on-ink);
  animation: rise .5s .12s ease both;
}
.hero h1 br { display: block; }
.queue__cap {
  margin-top: 12px;
  font-size: 12px;
  color: var(--gray-on-ink);
  text-align: center;
  opacity: .9;
}
.hero__trust {
  margin-top: 14px;
  font-size: 13px;
  line-height: 1.5;
  color: var(--gray-on-ink);
  max-width: 40ch;
  animation: rise .5s .28s ease both;
}

/* ---------- Живая демка «один пост → три площадки» ---------- */
.demo {
  background: var(--ink-soft);
  border: 1px solid var(--ink-line);
  border-radius: var(--radius);
  padding: 16px;
  animation: rise .5s .2s ease both;
}
.demo__post {
  background: #1A1D24;
  border: 1px solid var(--ink-line);
  border-radius: 12px;
  padding: 12px 14px;
}
.demo__post-head {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  color: var(--gray-on-ink);
  margin-bottom: 8px;
}
.demo__ava {
  display: grid;
  place-items: center;
  width: 20px;
  height: 20px;
  background: var(--yellow);
  color: var(--ink);
  border-radius: 6px;
  font-weight: 800;
  font-size: 12px;
}
.demo__time { margin-left: auto; }
.demo__post-text { font-size: 14px; color: #EDEEF0; line-height: 1.5; }
.demo__flow {
  text-align: center;
  font-size: 12px;
  letter-spacing: .02em;
  color: var(--gray-on-ink);
  margin: 12px 0;
}
.demo__targets { display: flex; flex-direction: column; gap: 8px; }
.demo__t {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #1A1D24;
  border: 1px solid var(--ink-line);
  border-radius: 10px;
  padding: 10px 14px;
}
.demo__pt { font-size: 14px; font-weight: 600; }
.demo__tick {
  display: grid;
  place-items: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--yellow);
  color: var(--ink);
  opacity: 0;
  transform: scale(.5);
  animation: demoTick 5s var(--d) infinite;
}
@keyframes demoTick {
  0%, 6%   { opacity: 0; transform: scale(.5); }
  14%      { opacity: 1; transform: scale(1); }
  82%      { opacity: 1; transform: scale(1); }
  92%, 100% { opacity: 0; transform: scale(.5); }
}
@media (prefers-reduced-motion: reduce) {
  .demo__tick { opacity: 1; transform: none; animation: none; }
}

/* ---------- Блог ---------- */
.blog-wrap { max-width: 720px; margin: 0 auto; padding: 40px var(--pad) 56px; }
.breadcrumb { font-size: 13px; color: var(--gray); margin-bottom: 20px; }
.breadcrumb a { color: var(--gray); text-decoration: none; border-bottom: 1px solid #D9D9D2; }
.breadcrumb a:hover { color: var(--ink); }
.breadcrumb span { color: var(--gray); }
.article h1 { font-size: clamp(26px, 6vw, 38px); line-height: 1.15; font-weight: 900; letter-spacing: -.02em; text-wrap: balance; margin-bottom: 8px; }
.article__meta { font-size: 13px; color: var(--gray); margin-bottom: 26px; }
.article h2 { font-size: 22px; font-weight: 800; letter-spacing: -.01em; margin: 34px 0 12px; }
.article p { margin-bottom: 16px; font-size: 17px; line-height: 1.65; }
.article ul, .article ol { margin: 0 0 18px 0; padding-left: 22px; }
.article li { margin-bottom: 9px; font-size: 17px; line-height: 1.6; }
.article a { color: var(--ink); border-bottom: 2px solid var(--yellow); text-decoration: none; font-weight: 600; }
.article a:hover { background: var(--yellow); }
.article strong { font-weight: 700; }

.blog-faq { margin-top: 40px; border-top: 1px solid #E2E2DC; padding-top: 28px; }
.blog-faq h2 { font-size: 20px; font-weight: 800; margin-bottom: 14px; }
.blog-faq details { border: 1px solid #E2E2DC; border-radius: var(--radius); padding: 14px 16px; margin-bottom: 10px; }
.blog-faq summary { font-weight: 700; cursor: pointer; font-size: 16px; list-style: none; }
.blog-faq summary::-webkit-details-marker { display: none; }
.blog-faq details[open] summary { margin-bottom: 8px; }
.blog-faq p { font-size: 15px; color: #3A3D45; margin: 0; }

.blog-cta { margin-top: 40px; background: var(--ink); color: var(--paper); border-radius: 18px; padding: 28px 24px; text-align: center; }
.blog-cta h2 { font-size: 21px; font-weight: 800; margin-bottom: 8px; color: var(--paper); }
.blog-cta p { color: var(--gray-on-ink); font-size: 15px; margin-bottom: 18px; }

/* индекс блога */
.blog-hero { text-align: center; margin-bottom: 40px; }
.blog-hero h1 { font-size: clamp(28px, 7vw, 44px); font-weight: 900; letter-spacing: -.02em; margin-bottom: 10px; }
.blog-hero p { color: var(--gray); font-size: 17px; }
.blog-list { display: grid; gap: 16px; }
.blog-card { display: block; background: var(--paper); border: 1px solid #E2E2DC; border-radius: var(--radius); padding: 22px; text-decoration: none; color: inherit; transition: border-color .15s ease, transform .15s ease; }
.blog-card:hover { border-color: var(--ink); transform: translateY(-2px); }
.blog-card h2 { font-size: 19px; font-weight: 800; letter-spacing: -.01em; margin-bottom: 6px; }
.blog-card p { font-size: 15px; color: var(--gray); line-height: 1.55; }

.hero__cta {
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  animation: rise .5s .24s ease both;
}
.hero__hint {
  margin-top: 12px;
  font-size: 13px;
  color: var(--gray-on-ink);
  opacity: .85;
  animation: rise .5s .3s ease both;
}

/* мок очереди публикаций */
.queue {
  margin-top: 40px;
  background: var(--ink-soft);
  border: 1px solid var(--ink-line);
  border-radius: var(--radius);
  padding: 16px;
  max-width: 560px;
  animation: rise .6s .38s ease both;
}
.queue__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .06em;
  color: var(--gray-on-ink);
  margin-bottom: 12px;
}
.queue__dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: var(--yellow);
  box-shadow: 0 0 8px var(--yellow);
}
.queue__item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 12px;
  border-radius: 10px;
  background: var(--ink);
  border: 1px solid var(--ink-line);
}
.queue__item + .queue__item { margin-top: 8px; }
.queue__time {
  flex: none;
  font-weight: 900;
  font-size: 15px;
  color: var(--yellow);
  font-variant-numeric: tabular-nums;
  padding-top: 1px;
}
.queue__body { min-width: 0; }
.queue__title {
  font-size: 14px;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.queue__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 6px;
}
.chip {
  font-size: 11px;
  font-weight: 700;
  padding: 2px 8px;
  border-radius: 999px;
  border: 1px solid var(--ink-line);
  color: var(--gray-on-ink);
}
.chip--on {
  background: var(--yellow);
  border-color: var(--yellow);
  color: var(--ink);
}
.queue__done .queue__time { color: var(--gray-on-ink); }
.queue__done .queue__title { color: var(--gray-on-ink); text-decoration: line-through; }

/* ---------- Секции ---------- */

.section { padding: 56px 0; }
.section--dim { background: var(--paper-dim); }

.sec-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--gray);
}
.sec-label::before {
  content: "";
  width: 26px;
  height: 3px;
  background: var(--yellow);
}
.section h2 {
  margin-top: 12px;
  font-size: clamp(26px, 6vw, 42px);
  line-height: 1.12;
  font-weight: 900;
  letter-spacing: -.015em;
  max-width: 640px;
}
.section .lead {
  margin-top: 12px;
  font-size: 16px;
  color: var(--gray);
  max-width: 560px;
}

/* ---------- Шаги ---------- */

.steps {
  margin-top: 32px;
  display: grid;
  gap: 14px;
}
.step {
  position: relative;
  background: var(--paper);
  border: 2px solid var(--ink);
  border-radius: var(--radius);
  padding: 22px 18px 20px;
  box-shadow: 5px 5px 0 var(--yellow);
}
.step__num {
  display: inline-grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: var(--ink);
  color: var(--yellow);
  font-weight: 900;
  font-size: 18px;
}
.step h3 {
  margin-top: 14px;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: -.01em;
}
.step p {
  margin-top: 8px;
  font-size: 15px;
  color: var(--gray);
}

/* ---------- Возможности ---------- */

.feat-grid {
  margin-top: 32px;
  display: grid;
  gap: 12px;
}
.feat {
  background: var(--paper);
  border: 1px solid #E2E2DC;
  border-radius: var(--radius);
  padding: 18px;
  transition: transform .15s ease, border-color .15s ease, box-shadow .15s ease;
}
.feat:hover {
  transform: translateY(-3px);
  border-color: var(--ink);
  box-shadow: 4px 4px 0 var(--yellow);
}
.feat__icon {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: var(--yellow);
  display: grid;
  place-items: center;
  color: var(--ink);
}
.feat h3 {
  margin-top: 12px;
  font-size: 16px;
  font-weight: 800;
}
.feat p {
  margin-top: 6px;
  font-size: 14px;
  color: var(--gray);
}
.feat-note {
  margin-top: 20px;
  font-size: 14px;
  color: var(--gray);
}

/* ---------- Кросспостинг ---------- */

.cross {
  background: var(--yellow);
  color: var(--ink);
  position: relative;
  overflow: hidden;
}
.cross::before {
  content: "";
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(
    -44deg,
    transparent 0 34px,
    rgba(22,24,29,.045) 34px 36px
  );
  pointer-events: none;
}
.cross .wrap { position: relative; }
.cross .sec-label { color: var(--ink); }
.cross .sec-label::before { background: var(--ink); }
.cross .lead { color: rgba(22,24,29,.72); }

.cross__slogan {
  margin-top: 26px;
  font-size: clamp(28px, 7.4vw, 54px);
  line-height: 1.05;
  font-weight: 900;
  letter-spacing: -.02em;
  text-transform: uppercase;
  max-width: 720px;
}
.cross__slogan span {
  background: var(--ink);
  color: var(--yellow);
  padding: 1px 10px;
  border-radius: 8px;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

.flow {
  margin-top: 28px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}
.flow__node {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--paper);
  border: 2px solid var(--ink);
  border-radius: 12px;
  padding: 10px 14px;
  font-weight: 800;
  font-size: 15px;
}
.flow__node--ink {
  background: var(--ink);
  color: var(--paper);
}
.flow__arrow {
  font-weight: 900;
  font-size: 20px;
  line-height: 1;
}

.price-card {
  margin-top: 30px;
  background: var(--ink);
  color: var(--paper);
  border-radius: var(--radius);
  padding: 26px 20px;
  max-width: 640px;
  box-shadow: 6px 6px 0 rgba(22,24,29,.25);
}
.price-card__row {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 8px;
}
.price-card__num {
  font-size: 46px;
  font-weight: 900;
  letter-spacing: -.02em;
  color: var(--yellow);
  line-height: 1;
}
.price-card__per { font-size: 16px; color: var(--gray-on-ink); font-weight: 600; }
.price-card ul {
  margin-top: 16px;
  list-style: none;
}
.price-card li {
  position: relative;
  padding-left: 26px;
  font-size: 15px;
  color: var(--gray-on-ink);
}
.price-card li + li { margin-top: 9px; }
.price-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 14px;
  height: 14px;
  background: var(--yellow);
  clip-path: polygon(0 20%, 55% 20%, 55% 0, 100% 50%, 55% 100%, 55% 80%, 0 80%);
}
.price-card li strong { color: var(--paper); }
.price-card .btn { margin-top: 22px; }

/* ---------- FAQ ---------- */

.faq-list { margin-top: 28px; max-width: 760px; }
.faq-item {
  border: 2px solid var(--ink);
  border-radius: var(--radius);
  background: var(--paper);
  transition: box-shadow .15s ease;
}
.faq-item + .faq-item { margin-top: 10px; }
.faq-item[open] { box-shadow: 5px 5px 0 var(--yellow); }
.faq-item summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 16px 18px;
  font-weight: 800;
  font-size: 16px;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: "+";
  flex: none;
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 8px;
  background: var(--yellow);
  color: var(--ink);
  font-size: 19px;
  font-weight: 900;
  transition: transform .2s ease;
}
.faq-item[open] summary::after {
  content: "–";
  transform: rotate(180deg);
}
.faq-item p {
  padding: 0 18px 16px;
  font-size: 15px;
  color: var(--gray);
}

/* ---------- Финальный CTA ---------- */

.final {
  background: var(--ink);
  color: var(--paper);
  text-align: center;
  padding: 64px 0;
  position: relative;
  overflow: hidden;
}
.final::before {
  content: "";
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(
    -44deg,
    transparent 0 34px,
    rgba(255,210,0,.05) 34px 36px
  );
  pointer-events: none;
}
.final .wrap { position: relative; }
.final h2 {
  font-size: clamp(26px, 6.6vw, 44px);
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: -.015em;
}
.final h2 em { font-style: normal; color: var(--yellow); }
.final p {
  margin-top: 12px;
  color: var(--gray-on-ink);
  font-size: 16px;
}
.final .btn { margin-top: 24px; }
.final .hero__hint { margin-top: 14px; }

/* ---------- Футер ---------- */

.site-foot {
  background: var(--ink);
  color: var(--gray-on-ink);
  border-top: 1px solid var(--ink-line);
  padding: 36px 0 44px;
  font-size: 14px;
}
.site-foot .brand { color: var(--paper); }
.site-foot__grid {
  display: grid;
  gap: 24px;
}
.site-foot__tag { margin-top: 10px; max-width: 300px; }
.site-foot nav {
  display: grid;
  gap: 10px;
}
.site-foot nav a {
  color: var(--gray-on-ink);
  text-decoration: none;
}
.site-foot nav a:hover { color: var(--yellow); }
.site-foot__legal {
  margin-top: 28px;
  padding-top: 18px;
  border-top: 1px solid var(--ink-line);
  font-size: 13px;
}

/* ---------- Юридические страницы ---------- */

.legal { padding: 44px 0 64px; }
.legal__back {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  color: var(--gray);
  text-decoration: none;
  margin-bottom: 22px;
}
.legal__back:hover { color: var(--ink); }
.legal h1 {
  font-size: clamp(26px, 6.4vw, 40px);
  font-weight: 900;
  line-height: 1.15;
  letter-spacing: -.015em;
}
.legal__date {
  margin-top: 10px;
  font-size: 14px;
  color: var(--gray);
}
.legal h2 {
  margin-top: 34px;
  font-size: 20px;
  font-weight: 800;
}
.legal p { margin-top: 12px; font-size: 15px; }
.legal ul { margin: 12px 0 0 22px; font-size: 15px; }
.legal li + li { margin-top: 6px; }
.legal table {
  margin-top: 14px;
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}
.legal th, .legal td {
  border: 1px solid #D8D8D2;
  padding: 9px 12px;
  text-align: left;
  vertical-align: top;
}
.legal th { background: var(--paper-dim); font-weight: 800; }
.legal .table-scroll { overflow-x: auto; }
.legal .req {
  margin-top: 14px;
  background: var(--paper-dim);
  border-left: 4px solid var(--yellow);
  border-radius: 0 10px 10px 0;
  padding: 16px 18px;
  font-size: 15px;
}
.legal .req p { margin-top: 4px; }
.legal .req p:first-child { margin-top: 0; }
.legal a { color: var(--ink); font-weight: 600; }

/* ---------- 404 ---------- */

.nf {
  min-height: 100vh;
  min-height: 100dvh;
  background: var(--ink);
  color: var(--paper);
  display: grid;
  place-items: center;
  text-align: center;
  padding: 24px;
}
.nf .nf__code {
  margin: 0;
  font-size: clamp(84px, 30vw, 180px);
  font-weight: 900;
  line-height: 1;
  color: var(--yellow);
  letter-spacing: -.04em;
}
.nf h1 { margin-top: 8px; font-size: 22px; font-weight: 800; }
.nf p { margin-top: 10px; color: var(--gray-on-ink); font-size: 15px; }
.nf .btn { margin-top: 26px; }
.nf img { width: 64px; height: 64px; border-radius: 14px; margin: 0 auto 22px; }

/* ---------- Анимации ---------- */

@keyframes rise {
  from { opacity: 0; transform: translateY(14px); }
  to { opacity: 1; transform: none; }
}

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

/* ---------- Планшет и десктоп ---------- */

@media (min-width: 720px) {
  .site-nav { display: flex; }
  .section { padding: 84px 0; }
  .hero { padding: 72px 0 84px; }
  .steps { grid-template-columns: repeat(3, 1fr); gap: 18px; }
  .feat-grid { grid-template-columns: repeat(2, 1fr); }
  .hero__sub { font-size: 18px; }
  .site-foot__grid { grid-template-columns: 1fr auto; align-items: start; }
  .site-foot nav { grid-auto-flow: row; }
}

@media (min-width: 1024px) {
  .feat-grid { grid-template-columns: repeat(3, 1fr); }
  .hero__in {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr);
    gap: 48px;
    align-items: center;
  }
  .queue { margin-top: 0; }
}
