@font-face {
  font-family: 'Podkova';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url('../assets/fonts/podkova-800-cyrillic.woff2') format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: 'Podkova';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url('../assets/fonts/podkova-800-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+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Onest';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('../assets/fonts/onest-cyrillic.woff2') format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: 'Onest';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('../assets/fonts/onest-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+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root { --px: clamp(20px, 4.5vw, 56px); }
* { box-sizing: border-box; }
body { margin: 0; background: #fff; color: #0c1526; font-family: 'Onest', system-ui, sans-serif; }
a { color: #0958d9; }
a:hover { color: #1677ff; }
[hidden] { display: none !important; }
.wrap { max-width: 1240px; margin: 0 auto; }
.block { display: block; }

.l-en { display: none; }
[data-lang="en"] .l-en { display: inline; }
[data-lang="en"] .l-ru { display: none; }
.l-en-f { display: none !important; }
[data-lang="en"] .l-en-f { display: flex !important; }
[data-lang="en"] .l-ru-f { display: none !important; }

.lsw { display: inline-flex; border: 1.5px solid #d9d9d9; border-radius: 8px; overflow: hidden; font-size: 13px; font-weight: 600; background: #fff; cursor: pointer; user-select: none; }
.lsw span { padding: 5px 11px; color: rgba(0, 0, 0, .5); }
.lsw .lsw-ru { background: #0c1526; color: #fff; }
[data-lang="en"] .lsw .lsw-ru { background: #fff; color: rgba(0, 0, 0, .5); }
[data-lang="en"] .lsw .lsw-en { background: #0c1526; color: #fff; }

@keyframes marq { to { transform: translateX(-50%); } }
@keyframes floaty { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }

.btn { display: inline-flex; background: #1677ff; color: #fff; border-radius: 8px; padding: 10px 22px; font-size: 15px; font-weight: 600; text-decoration: none; transition: background .2s; }
.btn:hover { background: #4096ff; color: #fff; }
.btn-lg { padding: 11px 24px; }
.btn-ghost { background: #fff; color: #0c1526; border: 1.5px solid #d9d9d9; padding: 8.5px 20px; transition: border-color .2s, color .2s; }
.btn-ghost:hover { background: #fff; color: #1677ff; border-color: #1677ff; }

.logo { display: flex; align-items: center; gap: 12px; }
.logo-dots { display: grid; grid-template-columns: 10px 10px; gap: 4px; }
.logo-dots span { width: 10px; height: 10px; border-radius: 50%; }
.logo-dots span:nth-child(1) { background: #0c1526; }
.logo-dots span:nth-child(2) { background: #8c8c8c; }
.logo-dots span:nth-child(3) { background: #bfbfbf; }
.logo-dots span:nth-child(4) { background: #1677ff; }
.logo-name { font-family: 'Podkova', serif; font-weight: 800; font-size: 24px; color: #0c1526; }

.header-in { display: flex; align-items: center; justify-content: space-between; padding: 22px var(--px); gap: 24px; flex-wrap: wrap; }
.site-nav { display: flex; gap: 24px; align-items: center; flex-wrap: wrap; }
.nav-link { text-decoration: none; color: #0c1526; font-size: 15px; font-weight: 500; }
.nav-link:hover { color: #1677ff; }

.hero { position: relative; overflow: hidden; }
.hero-circle { position: absolute; left: -160px; bottom: -220px; width: 440px; height: 440px; border-radius: 50%; background: #e6f4ff; pointer-events: none; }
.hero-in { position: relative; padding: 72px var(--px) 56px; }
.hero-h1 { font-family: 'Podkova', serif; font-weight: 800; font-size: clamp(34px, 6.2vw, 78px); line-height: 1.04; margin: 0; color: #0c1526; }
.hero-h1 .accent { color: #1677ff; }
.hero-row { display: flex; align-items: center; gap: 40px; margin-top: 44px; flex-wrap: wrap; }
.cta-round { flex: none; width: 168px; height: 168px; border-radius: 50%; background: #1677ff; color: #fff; display: grid; place-content: center; text-align: center; text-decoration: none; font-family: 'Podkova', serif; font-weight: 800; font-size: 24px; line-height: 1.15; box-shadow: 0 10px 30px rgba(22, 119, 255, .35); transition: transform .25s, background .25s; }
.cta-round:hover { transform: scale(1.06) rotate(-4deg); background: #4096ff; color: #fff; }
.hero-p { font-size: 17px; line-height: 1.65; max-width: 44ch; margin: 0; color: rgba(0, 0, 0, .75); }

.marquee { background: #0c1526; padding: 16px 0; overflow: hidden; }
.marquee-track { display: flex; gap: 36px; width: max-content; animation: marq 26s linear infinite; font-size: 15px; font-weight: 600; color: rgba(255, 255, 255, .85); white-space: nowrap; }
.marquee-track .sep { color: #1677ff; }

.features { position: relative; overflow: hidden; }
.features-circle { position: absolute; right: -140px; top: -180px; width: 380px; height: 380px; border-radius: 50%; background: #e6f4ff; pointer-events: none; }
.features-in { position: relative; padding: 32px var(--px) 0; }
.mock { display: grid; grid-template-columns: 184px 1fr; border-radius: 16px 16px 0 0; overflow: hidden; box-shadow: 0 12px 40px rgba(12, 21, 38, .18); font-family: system-ui, -apple-system, 'Segoe UI', sans-serif; }
.mock-side { background: #0c1526; padding: 16px 12px; display: flex; flex-direction: column; gap: 4px; }
.mock-logo { display: flex; align-items: center; gap: 9px; padding: 2px 8px 16px; }
.mock-logo-dots { display: grid; grid-template-columns: 8px 8px; gap: 3px; }
.mock-logo-dots span { width: 8px; height: 8px; border-radius: 50%; }
.mock-logo-dots span:nth-child(1) { background: rgba(255, 255, 255, .9); }
.mock-logo-dots span:nth-child(2), .mock-logo-dots span:nth-child(3) { background: rgba(255, 255, 255, .45); }
.mock-logo-dots span:nth-child(4) { background: #1677ff; }
.mock-logo-name { color: #fff; font-size: 16px; font-weight: 600; }
.mock-nav-item { padding: 8px 10px; border-radius: 8px; font-size: 13px; color: rgba(255, 255, 255, .75); }
.mock-nav-item.active { background: #1677ff; color: #fff; font-weight: 600; }
.mock-main { background: #f5f5f5; min-width: 0; }
.mock-crumb { display: flex; align-items: center; justify-content: space-between; background: #fff; padding: 10px 20px; border-bottom: 1px solid rgba(0, 0, 0, .06); font-size: 12.5px; color: rgba(0, 0, 0, .45); }
.mock-crumb-langs { display: flex; gap: 6px; align-items: center; }
.mock-crumb-langs .on { padding: 3px 8px; border: 1px solid #d9d9d9; border-radius: 6px; font-weight: 600; color: rgba(0, 0, 0, .65); }
.mock-crumb-langs .off { padding: 3px 8px; border-radius: 6px; color: rgba(0, 0, 0, .45); }
.mock-content { padding: 16px 20px 0; }
.mock-titlebar { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.mock-title { font-size: 19px; font-weight: 700; color: rgba(0, 0, 0, .88); }
.badge-count { padding: 1px 8px; border-radius: 4px; font-size: 12px; background: #f6ffed; border: 1px solid #b7eb8d; color: #389e0d; }
.mock-actions { margin-left: auto; display: flex; gap: 8px; align-items: center; flex-wrap: wrap; }
.chip { padding: 5px 12px; border: 1px solid #d9d9d9; border-radius: 6px; font-size: 13px; background: #fff; color: rgba(0, 0, 0, .75); }
.chip-primary { padding: 5px 12px; border-radius: 6px; font-size: 13px; background: #1677ff; color: #fff; font-weight: 600; }
.mock-filterbar { display: flex; align-items: center; gap: 8px; margin: 12px 0; }
.chip-filter { padding: 4px 12px; border: 1px solid #d9d9d9; border-radius: 6px; font-size: 13px; background: #fff; color: rgba(0, 0, 0, .75); }
.view-toggle { margin-left: auto; display: flex; border: 1px solid #d9d9d9; border-radius: 6px; overflow: hidden; font-size: 12.5px; }
.view-toggle .on { padding: 4px 10px; background: #fff; color: rgba(0, 0, 0, .85); font-weight: 600; }
.view-toggle .off { padding: 4px 10px; background: #fafafa; color: rgba(0, 0, 0, .45); }
.t { background: #fff; border-radius: 8px 8px 0 0; border: 1px solid rgba(0, 0, 0, .06); border-bottom: none; overflow: hidden; }
.t-head { display: grid; grid-template-columns: 110px 1fr 170px 120px; gap: 0 14px; padding: 11px 14px; background: #fafafa; font-size: 13px; font-weight: 600; color: rgba(0, 0, 0, .85); border-bottom: 1px solid rgba(0, 0, 0, .06); }
.t-search { display: grid; grid-template-columns: 110px 1fr 170px 120px; gap: 0 14px; padding: 8px 14px; border-bottom: 1px solid rgba(0, 0, 0, .06); background: #fff; }
.t-search-fake { border: 1px solid #d9d9d9; border-radius: 6px; padding: 4px 10px; font-size: 12.5px; color: rgba(0, 0, 0, .3); }
.t-search input { border: 1px solid #1677ff; border-radius: 6px; padding: 4px 10px; font-size: 12.5px; outline: none; min-width: 0; font-family: inherit; }
.t-row { display: grid; grid-template-columns: 110px 1fr 170px 120px; gap: 0 14px; align-items: center; padding: 11px 14px; border-bottom: 1px solid rgba(0, 0, 0, .06); font-size: 13.5px; color: rgba(0, 0, 0, .88); cursor: pointer; }
.t-row:hover { background: #f5f5f5; }
.t-code { color: #1677ff; font-weight: 600; }
.t-type { color: rgba(0, 0, 0, .55); }
.st { display: inline-block; padding: 0 8px; border-radius: 4px; font-size: 12px; }
.st-active { background: #f6ffed; border: 1px solid #b7eb8d; color: #389e0d; }
.st-draft { background: #fffbe6; border: 1px solid #ffe58f; color: #d48806; }
.st-archive { background: #fafafa; border: 1px solid #d9d9d9; color: rgba(0, 0, 0, .55); }
.t-empty { padding: 24px 14px; font-size: 13.5px; color: rgba(0, 0, 0, .45); }

.cards { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 40px; padding: 56px var(--px) 48px; }
.card-dot { width: 18px; height: 18px; border-radius: 50%; margin-bottom: 14px; }
.card h3 { font-family: 'Podkova', serif; font-weight: 800; font-size: 23px; margin: 0 0 10px; color: #0c1526; }
.card p { font-size: 15px; line-height: 1.6; margin: 0; color: rgba(0, 0, 0, .65); }

.eyebrow { margin: 0 0 18px; font-size: 13px; letter-spacing: .06em; text-transform: uppercase; font-weight: 600; color: #0958d9; }

.builder { --acc: #1677ff; --acc-pick: #1677ff; }
.builder-in { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: 56px; padding: 56px var(--px) 48px; align-items: start; }
.builder h2 { font-family: 'Podkova', serif; font-weight: 800; font-size: clamp(30px, 4vw, 44px); line-height: 1.08; margin: 0; color: #0c1526; }
.builder-lead { font-size: 16.5px; line-height: 1.65; margin: 24px 0 0; color: rgba(0, 0, 0, .75); }
.builder-controls { margin: 30px 0 0; }
.picker-label { margin: 0 0 10px; font-size: 13px; font-weight: 600; letter-spacing: .05em; text-transform: uppercase; color: rgba(0, 0, 0, .5); }
.picker-label + .picker-label, .swatches + .picker-label { margin-top: 26px; }
.swatches { display: flex; gap: 12px; }
.swatch { width: 36px; height: 36px; border-radius: 10px; cursor: pointer; padding: 0; border: 3px solid rgba(0, 0, 0, .08); transition: transform .15s; }
.swatch.active { border-color: #0c1526; }
.logo-picks { display: flex; gap: 12px; max-width: 420px; }
.logo-pick { flex: 1; display: flex; flex-direction: column; align-items: center; gap: 8px; padding: 14px 8px; border-radius: 12px; background: #fff; cursor: pointer; border: 2px solid rgba(0, 0, 0, .1); font-family: inherit; }
.logo-pick.active { border-color: var(--acc-pick, #1677ff); }
.logo-pick .lbl { font-size: 12.5px; color: rgba(0, 0, 0, .65); }
.lp-tiles { display: grid; grid-template-columns: 11px 11px; gap: 3px; }
.lp-tiles span { width: 11px; height: 11px; border-radius: 50%; }
.lp-tiles span:nth-child(1) { background: #0c1526; }
.lp-tiles span:nth-child(2) { background: #8c8c8c; }
.lp-tiles span:nth-child(3) { background: #bfbfbf; }
.lp-tiles span:nth-child(4) { background: var(--acc-pick, #1677ff); }
.lp-rows { display: flex; flex-direction: column; gap: 3px; align-items: flex-start; }
.lp-rows span { height: 5px; border-radius: 3px; }
.lp-rows span:nth-child(1) { width: 22px; background: var(--acc-pick, #1677ff); }
.lp-rows span:nth-child(2) { width: 16px; background: #0c1526; }
.lp-rows span:nth-child(3) { width: 11px; background: #8c8c8c; }
.lp-dot { width: 26px; height: 26px; border-radius: 50%; background: var(--acc-pick, #1677ff); display: grid; place-content: center; color: #fff; font-size: 13px; font-weight: 700; font-family: system-ui, sans-serif; }
.lp-tablet { width: 24px; height: 24px; border-radius: 7px; border: 2.5px solid #0c1526; position: relative; }
.lp-tablet span { position: absolute; right: 3px; bottom: 3px; width: 6px; height: 6px; border-radius: 50%; background: var(--acc-pick, #1677ff); }
.builder-cta { margin-top: 34px; }

.browser { border-radius: 16px; overflow: hidden; box-shadow: 0 12px 40px rgba(12, 21, 38, .18); background: #fff; animation: floaty 7s ease-in-out infinite; font-family: system-ui, -apple-system, 'Segoe UI', sans-serif; }
.browser-bar { display: flex; align-items: center; gap: 8px; padding: 12px 18px; background: #e8e8e8; }
.browser-bar i { width: 10px; height: 10px; border-radius: 50%; background: #c9c9c9; }
.browser-url { margin-left: 12px; font-size: 12.5px; color: rgba(0, 0, 0, .5); }
.mini { display: grid; grid-template-columns: 180px 1fr; min-height: 390px; }
.mini-side { background: #0c1526; padding: 16px 12px; display: flex; flex-direction: column; gap: 4px; }
.mini-brand { display: flex; align-items: center; gap: 9px; padding: 2px 6px 14px; }
.ml-tiles { display: grid; grid-template-columns: 9px 9px; gap: 3px; }
.ml-tiles span { width: 9px; height: 9px; border-radius: 50%; }
.ml-tiles span:nth-child(1) { background: rgba(255, 255, 255, .9); }
.ml-tiles span:nth-child(2), .ml-tiles span:nth-child(3) { background: rgba(255, 255, 255, .45); }
.ml-tiles span:nth-child(4) { background: var(--acc, #1677ff); }
.ml-rows { display: flex; flex-direction: column; gap: 3px; align-items: flex-start; }
.ml-rows span { height: 5px; border-radius: 3px; }
.ml-rows span:nth-child(1) { width: 20px; background: var(--acc, #1677ff); }
.ml-rows span:nth-child(2) { width: 15px; background: rgba(255, 255, 255, .9); }
.ml-rows span:nth-child(3) { width: 10px; background: rgba(255, 255, 255, .45); }
.ml-dot { width: 24px; height: 24px; border-radius: 50%; background: var(--acc, #1677ff); display: grid; place-content: center; color: #fff; font-size: 13px; font-weight: 700; }
.ml-tablet { width: 22px; height: 22px; border-radius: 6px; border: 2.5px solid rgba(255, 255, 255, .9); position: relative; }
.ml-tablet span { position: absolute; right: 2px; bottom: 2px; width: 6px; height: 6px; border-radius: 50%; background: var(--acc, #1677ff); }
.mini-brand-name { color: #fff; font-size: 15px; font-weight: 600; }
.mini-nav-item { padding: 8px 10px; border-radius: 8px; font-size: 13px; color: rgba(255, 255, 255, .75); }
.mini-nav-item.active { background: var(--acc, #1677ff); color: #fff; font-weight: 600; }
.mini-signout { margin-top: auto; padding: 8px 10px; font-size: 12.5px; color: rgba(255, 255, 255, .5); }
.mini-main { background: #f5f5f5; padding: 18px 20px; min-width: 0; }
.mini-titlebar { display: flex; align-items: center; gap: 10px; margin-bottom: 14px; flex-wrap: wrap; }
.mini-title { font-size: 17px; font-weight: 700; color: rgba(0, 0, 0, .88); }
.badge-count-sm { padding: 1px 8px; border-radius: 4px; font-size: 11.5px; background: #f6ffed; border: 1px solid #b7eb8d; color: #389e0d; }
.mini-actions { margin-left: auto; display: flex; gap: 8px; }
.chip-sm { padding: 4px 10px; border: 1px solid #d9d9d9; border-radius: 6px; font-size: 12px; background: #fff; color: rgba(0, 0, 0, .75); }
.chip-sm-primary { padding: 4px 10px; border-radius: 6px; font-size: 12px; background: var(--acc, #1677ff); color: #fff; font-weight: 600; }
.mini-table { background: #fff; border-radius: 8px; border: 1px solid rgba(0, 0, 0, .06); overflow: hidden; }
.mt-head { display: grid; grid-template-columns: 64px 1fr 96px; gap: 0 12px; padding: 9px 12px; background: #fafafa; border-bottom: 1px solid rgba(0, 0, 0, .06); font-size: 12px; font-weight: 600; color: rgba(0, 0, 0, .85); }
.mt-row { display: grid; grid-template-columns: 64px 1fr 96px; gap: 0 12px; padding: 10px 12px; border-bottom: 1px solid rgba(0, 0, 0, .06); font-size: 13px; color: rgba(0, 0, 0, .88); }
.mt-row:last-child { border-bottom: none; }
.mt-code { color: var(--acc, #1677ff); font-weight: 600; }
.st-sm { display: inline-block; padding: 0 7px; border-radius: 4px; font-size: 11.5px; }
.browser-caption { font-size: 13px; color: rgba(0, 0, 0, .5); margin: 14px 0 0; text-align: center; }

.steps { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 40px; padding: 8px var(--px) 52px; }
.step { display: flex; gap: 16px; align-items: flex-start; }
.step-num { flex: none; width: 52px; height: 52px; border-radius: 50%; display: grid; place-content: center; font-family: 'Podkova', serif; font-weight: 800; font-size: 22px; }
.step-num-1 { background: #e6f4ff; color: #0958d9; }
.step-num-2 { background: #f6ffed; color: #389e0d; }
.step-num-3 { background: #0c1526; color: #fff; }
.step p { margin: 0; font-size: 15px; line-height: 1.55; color: rgba(0, 0, 0, .75); }

.stats { display: flex; align-items: flex-start; padding: 56px var(--px) 40px; flex-wrap: wrap; }
.stat-c { border-radius: 50%; display: grid; place-content: center; text-align: center; padding: 20px; }
.stat-c .num { margin: 0; font-family: 'Podkova', serif; font-weight: 800; }
.stat-cap { margin: 8px 0 0; font-size: 12.5px; font-weight: 600; letter-spacing: .05em; text-transform: uppercase; color: rgba(0, 0, 0, .6); }
.stat-1 { width: 208px; height: 208px; background: #e6f4ff; }
.stat-1 .num { font-size: 52px; color: #0958d9; }
.stat-1 .stat-cap { max-width: 14ch; }
.stat-2 { width: 170px; height: 170px; background: #0c1526; margin: 64px 0 0 -28px; }
.stat-2 .num { font-size: 44px; color: #fff; }
.stat-2 .stat-cap { color: rgba(255, 255, 255, .65); max-width: 12ch; }
.stat-3 { width: 150px; height: 150px; background: #f6ffed; padding: 18px; margin: 12px 0 0 36px; }
.stat-3 .num { font-size: 40px; color: #389e0d; }
.stat-3 .stat-cap { margin-top: 6px; max-width: 10ch; }
.stat-4 { width: 186px; height: 186px; background: #bae0ff; margin: 84px 0 0 -20px; }
.stat-4 .num { font-size: 46px; color: #0c1526; }
.stat-4 .stat-cap { max-width: 14ch; }
.stats-text { flex: 1; min-width: 320px; margin-left: 48px; }
.stats-text h3 { font-family: 'Podkova', serif; font-weight: 800; font-size: 28px; margin: 10px 0 14px; color: #0c1526; }
.stats-text p { font-size: 15.5px; line-height: 1.65; margin: 0 0 18px; color: rgba(0, 0, 0, .65); }
.stats-text p:last-child { margin-bottom: 0; }

.banner-wrap { padding: 0 var(--px) 48px; }
.banner { background: #e6f4ff; border-radius: 16px; padding: 40px 48px; display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
.banner h3 { font-family: 'Podkova', serif; font-weight: 800; font-size: 26px; margin: 0; color: #0c1526; }
.banner p { font-size: 15px; margin: 10px 0 0; color: rgba(0, 0, 0, .65); }

.site-footer { border-top: 1px solid rgba(0, 0, 0, .06); }
.footer-in { display: flex; align-items: center; justify-content: space-between; padding: 20px var(--px); font-size: 13.5px; color: rgba(0, 0, 0, .5); flex-wrap: wrap; gap: 8px; }
.footer-in a { font-weight: 600; }

.sec-head { padding: 56px var(--px) 0; }
.sec-head .eyebrow { margin-bottom: 14px; }
.sec-head h2 { font-family: 'Podkova', serif; font-weight: 800; font-size: clamp(30px, 4vw, 44px); line-height: 1.1; margin: 0; color: #0c1526; }
.sec-lead { font-size: 16.5px; line-height: 1.65; max-width: 80ch; margin: 18px 0 0; color: rgba(0, 0, 0, .7); }
.sec-head + .cards { padding-top: 32px; }

.pains { display: grid; grid-template-columns: 1fr 1fr; gap: 28px 44px; padding: 32px var(--px) 0; }
.pain { display: flex; gap: 14px; align-items: flex-start; }
.pain-x { flex: none; width: 28px; height: 28px; border-radius: 50%; background: #fff1f0; color: #cf1322; display: grid; place-content: center; font-size: 13px; font-weight: 700; }
.pain h3 { font-size: 16.5px; margin: 2px 0 6px; color: #0c1526; }
.pain p { font-size: 14.5px; line-height: 1.55; margin: 0; color: rgba(0, 0, 0, .6); }

.chips-row { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; margin: 20px 0 0; }
.chips-label { font-size: 12.5px; font-weight: 600; letter-spacing: .05em; text-transform: uppercase; color: rgba(0, 0, 0, .45); margin-right: 4px; }

.split { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 48px; padding: 32px var(--px) 0; align-items: center; }
.term { background: #0c1526; border-radius: 14px; padding: 22px 26px; overflow-x: auto; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 13.5px; line-height: 2; color: rgba(255, 255, 255, .85); white-space: nowrap; }
.term b { color: #52c41a; }
.term i { color: rgba(255, 255, 255, .4); font-style: normal; }

.cmp-wrap { padding: 26px var(--px) 0; overflow-x: auto; }
.cmp { width: 100%; min-width: 620px; border-collapse: collapse; font-size: 15px; }
.cmp th, .cmp td { padding: 14px 20px; text-align: left; border-bottom: 1px solid rgba(0, 0, 0, .08); }
.cmp th { font-size: 12.5px; font-weight: 600; letter-spacing: .05em; text-transform: uppercase; color: rgba(0, 0, 0, .5); }
.cmp td { color: rgba(0, 0, 0, .65); }
.cmp td:first-child { font-weight: 600; color: #0c1526; }
.cmp th:last-child, .cmp td:last-child { background: #e6f4ff; }
.cmp th:last-child { color: #0958d9; }

.cards-2 { grid-template-columns: 1fr 1fr; }
.card-list { list-style: none; margin: 16px 0 0; padding: 0; }
.card-list li { position: relative; padding-left: 26px; margin-bottom: 10px; font-size: 15px; line-height: 1.6; color: rgba(0, 0, 0, .65); }
.card-list li:last-child { margin-bottom: 0; }
.card-list li::before { content: '✓'; position: absolute; left: 0; color: #52c41a; font-weight: 700; }

@media (max-width: 900px) {
  .cards { grid-template-columns: 1fr; gap: 32px; }
  .pains { grid-template-columns: 1fr; }
  .split { grid-template-columns: 1fr; gap: 32px; }
  .builder-in { grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr; gap: 24px; }
  .stats { gap: 16px; }
  .stat-2, .stat-3, .stat-4 { margin: 0; }
  .stats-text { margin-left: 0; margin-top: 24px; flex-basis: 100%; }
}
@media (max-width: 768px) {
  .mock { grid-template-columns: 1fr; }
  .mock-side { display: none; }
  .t-head, .t-search, .t-row { grid-template-columns: 96px 1fr; }
  .t-head > :nth-child(n+3), .t-search > :nth-child(n+3), .t-row > :nth-child(n+3) { display: none; }
  .mini { grid-template-columns: 1fr; min-height: 0; }
  .mini-side { display: none; }
}
@media (max-width: 640px) {
  .cta-round { width: 140px; height: 140px; font-size: 21px; }
  .hero-row { gap: 28px; }
  .banner { padding: 28px 24px; }
}
@media (prefers-reduced-motion: reduce) {
  .marquee-track, .browser { animation: none; }
  .cta-round { transition: none; }
}
