/* Vostorg.ai — бенто-редизайн, сочная тёмная версия */

@font-face { font-family: Manrope; font-weight: 400; font-display: swap; src: url(fonts/manrope-cyrillic-400-normal.woff2) format('woff2'); unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116; }
@font-face { font-family: Manrope; font-weight: 400; font-display: swap; src: url(fonts/manrope-latin-400-normal.woff2) format('woff2'); }
@font-face { font-family: Manrope; font-weight: 500; font-display: swap; src: url(fonts/manrope-cyrillic-500-normal.woff2) format('woff2'); unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116; }
@font-face { font-family: Manrope; font-weight: 500; font-display: swap; src: url(fonts/manrope-latin-500-normal.woff2) format('woff2'); }
@font-face { font-family: Manrope; font-weight: 600; font-display: swap; src: url(fonts/manrope-cyrillic-600-normal.woff2) format('woff2'); unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116; }
@font-face { font-family: Manrope; font-weight: 600; font-display: swap; src: url(fonts/manrope-latin-600-normal.woff2) format('woff2'); }
@font-face { font-family: Manrope; font-weight: 700; font-display: swap; src: url(fonts/manrope-cyrillic-700-normal.woff2) format('woff2'); unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116; }
@font-face { font-family: Manrope; font-weight: 700; font-display: swap; src: url(fonts/manrope-latin-700-normal.woff2) format('woff2'); }
@font-face { font-family: Manrope; font-weight: 800; font-display: swap; src: url(fonts/manrope-cyrillic-800-normal.woff2) format('woff2'); unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116; }
@font-face { font-family: Manrope; font-weight: 800; font-display: swap; src: url(fonts/manrope-latin-800-normal.woff2) format('woff2'); }

:root {
  --bg: #070610;
  --ink: #f4f2ff;
  --muted: #9d9ab8;
  --line: rgba(255, 255, 255, 0.09);
  --card: rgba(255, 255, 255, 0.035);
  --r: 26px;

  --violet: linear-gradient(135deg, #8b3dff 0%, #d926c8 55%, #ff4d6d 100%);
  --magenta: linear-gradient(135deg, #ff2d8e 0%, #ff7a45 100%);
  --cyan: linear-gradient(135deg, #0ea5e9 0%, #22d3ee 60%, #4ade80 100%);
  --lime: linear-gradient(135deg, #a3e635 0%, #22c55e 100%);
  --amber: linear-gradient(135deg, #fbbf24 0%, #fb7185 100%);
  --ocean: linear-gradient(135deg, #4f46e5 0%, #0ea5e9 100%);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: Manrope, system-ui, sans-serif;
  background: var(--bg);
  color: var(--ink);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

/* Цветное свечение фона — держит «сочность» между секциями */
body::before {
  content: '';
  position: fixed;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(900px 620px at 82% -4%, rgba(217, 38, 200, 0.20), transparent 62%),
    radial-gradient(760px 560px at 6% 8%, rgba(79, 70, 229, 0.22), transparent 60%),
    radial-gradient(680px 520px at 50% 100%, rgba(34, 211, 238, 0.10), transparent 62%);
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

.wrap { max-width: 1240px; margin: 0 auto; padding: 0 32px; }

/* ─────────── Шапка ─────────── */
.hdr {
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(18px);
  background: rgba(7, 6, 16, 0.72);
  border-bottom: 1px solid var(--line);
}
.hdr-in { display: flex; align-items: center; gap: 40px; height: 74px; }
.logo { display: flex; align-items: center; gap: 11px; font-weight: 800; font-size: 20px; letter-spacing: -0.4px; }
.logo img { width: 34px; height: 34px; }
.logo i { font-style: normal; background: var(--violet); -webkit-background-clip: text; background-clip: text; color: transparent; }
.nav { display: flex; gap: 30px; margin-left: auto; font-size: 14.5px; font-weight: 500; color: var(--muted); }
.nav a:hover { color: var(--ink); }
.hdr-cta { display: flex; align-items: center; gap: 18px; }

.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: 0;
  cursor: pointer;
  font: inherit;
  font-weight: 700;
  font-size: 15px;
  padding: 14px 26px;
  border-radius: 999px;
  color: #fff;
  background: var(--violet);
  box-shadow: 0 12px 34px rgba(180, 40, 200, 0.4);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}
.btn:hover { transform: translateY(-2px); box-shadow: 0 18px 44px rgba(180, 40, 200, 0.55); }
.btn.sm { padding: 11px 22px; font-size: 14px; }
.btn.ghost { background: rgba(255, 255, 255, 0.06); border: 1px solid var(--line); box-shadow: none; }
.btn.ghost:hover { background: rgba(255, 255, 255, 0.11); }
.btn.dark { background: #0b0916; box-shadow: none; }

/* ─────────── Бенто-сетка ─────────── */
.bento {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 16px;
  grid-auto-rows: 128px;
}

.tile {
  position: relative;
  overflow: hidden;
  border-radius: var(--r);
  background: var(--card);
  border: 1px solid var(--line);
  padding: 26px;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 0.3s ease;
}
.tile:hover { transform: translateY(-4px); }

/* Заливка тайла фотографией */
.tile .bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  transition: transform 0.6s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.tile:hover .bg { transform: scale(1.05); }
.tile .veil {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(7, 6, 16, 0) 28%, rgba(7, 6, 16, 0.82) 100%);
}
.tile .veil.veil-left { background: linear-gradient(90deg, rgba(7, 6, 16, 0.92) 34%, rgba(7, 6, 16, 0.1)); }

/* Цветные вуали: фото-плитки иначе сливаются в серую массу и убивают
   всю сочность страницы. Низ красим в акцент секции, верх оставляем чистым. */
.veil.v-violet { background: linear-gradient(180deg, rgba(139, 61, 255, 0) 14%, rgba(64, 14, 110, 0.8) 46%, rgba(20, 5, 34, 0.98) 88%); }
.veil.v-magenta { background: linear-gradient(180deg, rgba(255, 45, 142, 0) 14%, rgba(120, 12, 60, 0.8) 46%, rgba(32, 5, 18, 0.98) 88%); }
.veil.v-cyan { background: linear-gradient(180deg, rgba(14, 165, 233, 0) 14%, rgba(6, 72, 104, 0.8) 46%, rgba(3, 20, 32, 0.98) 88%); }
.veil.v-lime { background: linear-gradient(180deg, rgba(132, 204, 22, 0) 14%, rgba(34, 74, 20, 0.8) 46%, rgba(7, 20, 8, 0.98) 88%); }
.veil.v-amber { background: linear-gradient(180deg, rgba(251, 146, 60, 0) 14%, rgba(122, 56, 10, 0.82) 46%, rgba(30, 13, 4, 0.98) 88%); }
.veil.v-ocean { background: linear-gradient(180deg, rgba(79, 70, 229, 0) 14%, rgba(30, 26, 108, 0.8) 46%, rgba(8, 7, 34, 0.98) 88%); }
.tile > *:not(.bg):not(.veil) { position: relative; z-index: 2; }

/* Цветные тайлы */
.t-violet { background: var(--violet); border-color: transparent; box-shadow: 0 24px 60px rgba(160, 40, 200, 0.32); }
.t-magenta { background: var(--magenta); border-color: transparent; box-shadow: 0 24px 60px rgba(255, 60, 120, 0.3); }
.t-cyan { background: var(--cyan); border-color: transparent; box-shadow: 0 24px 60px rgba(14, 165, 233, 0.3); }
.t-lime { background: var(--lime); border-color: transparent; box-shadow: 0 24px 60px rgba(132, 204, 22, 0.28); }
.t-amber { background: var(--amber); border-color: transparent; box-shadow: 0 24px 60px rgba(251, 146, 60, 0.3); }
.t-ocean { background: var(--ocean); border-color: transparent; box-shadow: 0 24px 60px rgba(79, 70, 229, 0.34); }
.t-ink { color: #12071c; }

.tile h3 { margin: 0; font-size: 21px; font-weight: 800; letter-spacing: -0.4px; }
.tile p { margin: 8px 0 0; font-size: 14px; line-height: 1.6; color: var(--muted); }
.t-violet p, .t-magenta p, .t-cyan p, .t-lime p, .t-amber p, .t-ocean p { color: rgba(255, 255, 255, 0.86); }
.t-ink p { color: rgba(18, 7, 28, 0.72); }
.tile .foot { margin-top: auto; }

.chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  align-self: flex-start;
  padding: 7px 15px;
  border-radius: 999px;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(8px);
}
.chip.solid { background: rgba(7, 6, 16, 0.55); }
.chip.chip-dark { background: rgba(7, 6, 16, 0.16); border-color: rgba(7, 6, 16, 0.18); }
.link-quiet { font-size: 14.5px; font-weight: 600; color: var(--muted); }
.link-quiet:hover { color: var(--ink); }
.tile p.sm { font-size: 13px; }
.grad-lime { background: var(--lime); -webkit-background-clip: text; background-clip: text; color: transparent; }

/* ─────────── Герой ─────────── */
.hero { padding: 34px 0 0; }
.hero .bento { grid-auto-rows: 132px; }

.h-main { grid-column: span 7; grid-row: span 4; justify-content: center; padding: 44px; }
.h-main h1 {
  margin: 18px 0 0;
  font-size: clamp(38px, 4.4vw, 62px);
  line-height: 1.02;
  font-weight: 800;
  letter-spacing: -2.2px;
}
/* Акцент в заголовке: тайл под ним фиолетово-малиновый, поэтому берём тёплый
   светлый градиент — холодные оттенки на этом фоне пропадают. */
.h-main h1 em {
  font-style: normal;
  background: linear-gradient(100deg, #fff4c2 0%, #ffd166 55%, #ffe9a8 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.h-main .lead { max-width: 545px; margin-top: 20px; font-size: 16.5px; line-height: 1.62; color: rgba(255, 255, 255, 0.78); }
.h-main .acts { display: flex; gap: 14px; margin-top: 30px; flex-wrap: wrap; }

.h-avatar { grid-column: span 3; grid-row: span 4; justify-content: flex-end; padding: 22px; }
.h-side1 { grid-column: span 2; grid-row: span 2; justify-content: space-between; }
.h-side2 { grid-column: span 2; grid-row: span 2; justify-content: space-between; }
.h-stat { grid-column: span 4; grid-row: span 1; flex-direction: row; align-items: center; gap: 16px; padding: 22px 26px; }
.h-reel { grid-column: span 4; grid-row: span 1; flex-direction: row; align-items: center; gap: 16px; padding: 18px 22px; }
.h-factory { grid-column: span 4; grid-row: span 1; flex-direction: row; align-items: center; gap: 16px; padding: 18px 24px; }

.big-num { font-size: 40px; font-weight: 800; letter-spacing: -1.8px; line-height: 1; }
.h-stat .cap { font-size: 13px; line-height: 1.4; color: var(--muted); }

.socials { display: flex; gap: 8px; }
.socials span {
  width: 34px;
  height: 34px;
  border-radius: 11px;
  display: grid;
  place-items: center;
  font-size: 11px;
  font-weight: 800;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.16);
}

/* Полоска-бегущая строка */
.marquee {
  margin-top: 16px;
  border-radius: var(--r);
  border: 1px solid var(--line);
  background: var(--card);
  overflow: hidden;
  padding: 18px 0;
}
.marquee-in {
  display: flex;
  gap: 56px;
  white-space: nowrap;
  animation: slide 32s linear infinite;
  font-size: 14px;
  font-weight: 600;
  color: var(--muted);
}
.marquee-in b { color: var(--ink); font-weight: 800; }
@keyframes slide { to { transform: translateX(-50%); } }

/* ─────────── Секции ─────────── */
.sec { padding: 96px 0 0; }
.sec-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; margin-bottom: 34px; flex-wrap: wrap; }
.eyebrow {
  font-size: 11.5px;
  font-weight: 800;
  letter-spacing: 2.6px;
  text-transform: uppercase;
  background: var(--violet);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.sec h2 { margin: 12px 0 0; font-size: clamp(30px, 3.4vw, 46px); font-weight: 800; letter-spacing: -1.6px; line-height: 1.06; }
.sec-head p { margin: 0; max-width: 380px; font-size: 15px; line-height: 1.65; color: var(--muted); }

/* Четыре фронта автоматизации */
.a-wide { grid-column: span 7; grid-row: span 3; justify-content: flex-end; }
.a-narrow { grid-column: span 5; grid-row: span 3; justify-content: flex-end; }
.a-narrow2 { grid-column: span 5; grid-row: span 3; justify-content: flex-end; }
.a-wide2 { grid-column: span 7; grid-row: span 3; justify-content: flex-end; }

/* Список навыков — плотная сетка, чтобы объём был виден глазом.
   Каждая карточка красится своим акцентом: 18 серых плиток подряд
   съедали бы всю «сочность» страницы. */
.skills { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.skill {
  --g1: #8b3dff;
  --g2: #d926c8;
  --tint: rgba(139, 61, 255, 0.16);
  position: relative;
  border-radius: 20px;
  border: 1px solid var(--line);
  background: radial-gradient(120% 120% at 0% 0%, var(--tint), transparent 62%), var(--card);
  padding: 20px 22px;
  transition: transform 0.2s ease, box-shadow 0.25s ease, border-color 0.2s ease;
}
.skill:hover { transform: translateY(-3px); border-color: rgba(255, 255, 255, 0.2); }
.skill.d2 { --g1: #22d3ee; --g2: #4ade80; --tint: rgba(34, 211, 238, 0.16); }
.skill.d3 { --g1: #ff2d8e; --g2: #ff7a45; --tint: rgba(255, 45, 142, 0.16); }
.skill.d4 { --g1: #a3e635; --g2: #22c55e; --tint: rgba(163, 230, 53, 0.15); }
.skill.d5 { --g1: #fbbf24; --g2: #fb7185; --tint: rgba(251, 191, 36, 0.15); }
.skill.d6 { --g1: #4f46e5; --g2: #0ea5e9; --tint: rgba(79, 70, 229, 0.18); }
.skill .ic {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border-radius: 12px;
  margin-bottom: 15px;
  background: linear-gradient(135deg, var(--g1), var(--g2));
  box-shadow: 0 8px 20px -6px var(--g1);
}
.skill .ic svg { width: 18px; height: 18px; stroke: #fff; fill: none; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
.skill b { display: block; font-size: 15.5px; font-weight: 700; letter-spacing: -0.2px; }
.skill i { display: block; margin-top: 7px; font-style: normal; font-size: 13.5px; line-height: 1.55; color: var(--muted); }

.note-tile { grid-column: span 5; grid-row: span 2; justify-content: center; }
.note-tile2 { grid-column: span 7; grid-row: span 2; justify-content: center; }

/* Кому подходит */
.w-tile { grid-column: span 4; grid-row: span 2; justify-content: center; }

/* Услуги */
.s-1 { grid-column: span 7; grid-row: span 3; justify-content: flex-end; }
.s-2 { grid-column: span 5; grid-row: span 3; justify-content: flex-end; }
.s-3 { grid-column: span 4; grid-row: span 3; justify-content: flex-end; }
.s-4 { grid-column: span 4; grid-row: span 3; justify-content: flex-end; }
.s-5 { grid-column: span 4; grid-row: span 3; justify-content: flex-end; }
.arrow { display: inline-grid; place-items: center; width: 38px; height: 38px; border-radius: 50%; background: rgba(255, 255, 255, 0.14); border: 1px solid rgba(255, 255, 255, 0.2); margin-top: 18px; font-size: 15px; }
.arrow.arrow-dark { background: rgba(7, 6, 16, 0.2); border-color: rgba(7, 6, 16, 0.2); }
.tile:hover .arrow { background: #fff; color: #12071c; }

/* Тариф VIP */
.vip { grid-column: span 8; grid-row: span 4; padding: 36px; justify-content: center; }
.vip-top { display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
.vip .amt { font-size: 42px; font-weight: 800; letter-spacing: -1.8px; line-height: 1; }
.vip .amt span { font-size: 15px; font-weight: 600; letter-spacing: 0; opacity: 0.8; }
.vip-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 8px 32px; margin-top: 26px; }
.vip ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 11px; align-content: start; }
.vip li { display: flex; gap: 10px; font-size: 14.5px; line-height: 1.45; color: rgba(255, 255, 255, 0.92); }
.vip li::before { content: '✓'; font-weight: 800; flex: none; }
.vip .acts { display: flex; gap: 14px; margin-top: 30px; flex-wrap: wrap; }
.side-price { grid-column: span 4; grid-row: span 4; }

/* Примеры */
.g-1 { grid-column: span 3; grid-row: span 4; }
.g-2 { grid-column: span 3; grid-row: span 2; }
.g-3 { grid-column: span 3; grid-row: span 2; }
.g-4 { grid-column: span 3; grid-row: span 4; }
.g-5 { grid-column: span 6; grid-row: span 2; }
.gal .tile { padding: 20px; justify-content: flex-end; }
.gal .tile h3 { font-size: 17px; }

/* Процесс */
.p-tile { grid-column: span 4; grid-row: span 2; }
.p-tile .n { font-size: 13px; font-weight: 800; letter-spacing: 1.6px; opacity: 0.6; }
.p-tile h3 { margin-top: 12px; }
.p-wide { grid-column: span 8; grid-row: span 2; }

/* Тарифы */
.price-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.price {
  border-radius: var(--r);
  border: 1px solid var(--line);
  background: var(--card);
  padding: 34px 30px;
  display: flex;
  flex-direction: column;
}
.price.hot { background: var(--violet); border-color: transparent; box-shadow: 0 30px 70px rgba(160, 40, 200, 0.4); }
.price .name { font-size: 14px; font-weight: 700; letter-spacing: 1.4px; text-transform: uppercase; color: var(--muted); }
.price.hot .name { color: rgba(255, 255, 255, 0.8); }
.price .amt { margin-top: 18px; font-size: 42px; font-weight: 800; letter-spacing: -1.6px; }
.price .per { font-size: 14px; color: var(--muted); }
.price.hot .per { color: rgba(255, 255, 255, 0.8); }
.price ul { list-style: none; margin: 24px 0 30px; padding: 0; display: grid; gap: 12px; font-size: 14.5px; }
.price li { display: flex; gap: 10px; color: rgba(255, 255, 255, 0.82); }
.price li::before { content: '✓'; font-weight: 800; color: #4ade80; }
.price.hot li::before { color: #fff; }
.price .btn { justify-content: center; width: 100%; }

/* FAQ */
.faq { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.q { border-radius: 22px; border: 1px solid var(--line); background: var(--card); padding: 24px 26px; }
.q h4 { margin: 0; font-size: 16.5px; font-weight: 700; }
.q p { margin: 10px 0 0; font-size: 14px; line-height: 1.65; color: var(--muted); }

/* Финальный CTA */
.cta {
  margin: 100px 0 0;
  border-radius: 34px;
  padding: 66px 56px;
  background: var(--violet);
  position: relative;
  overflow: hidden;
  box-shadow: 0 40px 100px rgba(160, 40, 200, 0.36);
}
.cta img.bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0.34; mix-blend-mode: overlay; }
.cta > * { position: relative; z-index: 2; }
.cta h2 { margin: 0; font-size: clamp(30px, 3.8vw, 50px); font-weight: 800; letter-spacing: -1.8px; line-height: 1.05; max-width: 640px; }
.cta p { margin: 18px 0 0; max-width: 480px; font-size: 16px; line-height: 1.6; color: rgba(255, 255, 255, 0.85); }
.cta .acts { display: flex; gap: 14px; margin-top: 32px; flex-wrap: wrap; }

/* Подвал */
footer { margin-top: 90px; padding: 46px 0 60px; border-top: 1px solid var(--line); }
.ft { display: flex; gap: 40px; flex-wrap: wrap; justify-content: space-between; font-size: 14px; color: var(--muted); }
.ft-col { display: grid; gap: 10px; }
.ft-col b { color: var(--ink); font-size: 13px; letter-spacing: 1.2px; text-transform: uppercase; }

/* ─────────── Адаптив ─────────── */
@media (max-width: 1040px) {
  .h-main { grid-column: span 12; }
  .h-avatar { grid-column: span 6; grid-row: span 3; }
  .h-side1, .h-side2 { grid-column: span 3; }
  .h-stat { grid-column: span 6; }
  .h-reel { grid-column: span 6; }
  .h-factory { grid-column: span 12; }
  .a-wide, .a-narrow, .a-narrow2, .a-wide2 { grid-column: span 12; }
  .skills { grid-template-columns: repeat(2, 1fr); }
  .note-tile, .note-tile2 { grid-column: span 12; }
  .w-tile { grid-column: span 6; }
  .vip, .side-price { grid-column: span 12; }
  .vip { grid-row: span 5; }
  .side-price { grid-row: span 2; }
  .s-1, .s-2 { grid-column: span 12; }
  .s-3, .s-4, .s-5 { grid-column: span 6; }
  .g-1, .g-2, .g-3, .g-4 { grid-column: span 6; }
  .g-5 { grid-column: span 12; }
  .p-tile { grid-column: span 6; }
  .p-wide { grid-column: span 12; }
  .price-grid { grid-template-columns: 1fr; }
  .nav { display: none; }
}

@media (max-width: 680px) {
  .wrap { padding: 0 18px; }
  /* В одну колонку фиксированная высота строки только режет текст —
     отдаём высоту содержимому, фото-плиткам задаём минимум. */
  .bento, .hero .bento { gap: 12px; grid-auto-rows: auto; }
  /* .bento .tile — специфичнее, чем .h-main и прочие раскладочные классы,
     иначе их span-ы остаются и плитки наезжают друг на друга. */
  .bento .tile { grid-column: 1 / -1; grid-row: auto; }
  .bento .tile:has(.bg) { min-height: 300px; }
  .h-main { padding: 28px; }
  .hdr-in { gap: 14px; }
  .hdr-cta .link-quiet { display: none; }
  .hdr-cta .btn.sm { padding: 11px 18px; font-size: 13.5px; }
  .h-main h1 { letter-spacing: -1.2px; }
  .h-avatar, .h-side1, .h-side2, .h-stat, .h-reel, .h-factory,
  .s-3, .s-4, .s-5, .g-1, .g-2, .g-3, .g-4, .p-tile, .w-tile { grid-column: span 12; }
  .skills { grid-template-columns: 1fr; }
  .vip { padding: 26px; grid-row: span 7; }
  .vip-cols { grid-template-columns: 1fr; gap: 11px; }
  .faq { grid-template-columns: 1fr; }
  .cta { padding: 40px 26px; }
  .hdr-cta .btn.ghost { display: none; }
}
