/* Лендинг Конкурентика. Только для index.html; токены и базовые компоненты — из site.css.
   Концепция: docs/landing-design.md */

.landing { --sec: 96px; --r-xl: 28px; --mint: #7ff0e0; }

.skip-link { position: absolute; left: 16px; top: -60px; z-index: 100; background: var(--t700); color: #fff; padding: 10px 14px; border-radius: 10px; font-weight: 600; }
.skip-link:focus { top: 12px; color: #fff; text-decoration: none; }

/* ── Шапка ─────────────────────────────── */
.lp-header .nav { justify-content: center; }
.lp-header .btn.ghost { color: var(--ink-2); }
.lp-cta-short { display: none; }
@media (max-width: 1120px) { .lp-header .nav a.nav-x { display: none; } }
@media (max-width: 1000px) { .lp-header .nav a.nav-x2 { display: none; } }
.landing :target { scroll-margin-top: 84px; }
.landing section[id] { scroll-margin-top: 72px; }

/* ── Общие секции ──────────────────────── */
.lp-section { padding: var(--sec) 0; position: relative; }
.lp-section.tint { background: linear-gradient(180deg, #e8f4f2, #f2f8f7); }
.lp-section .section-head { margin-bottom: 44px; }
.lp-section .lead { max-width: 680px; }
.section-head.center .lead { margin-left: auto; margin-right: auto; }
.eyebrow.coral { color: var(--coral-ink); }

/* ── Hero ──────────────────────────────── */
.lp-hero { position: relative; padding: 28px 0 8px; background: var(--bg); overflow: hidden; }
.lp-hero::before {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background-image:
    linear-gradient(rgba(13, 138, 126, .07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(13, 138, 126, .07) 1px, transparent 1px);
  background-size: 32px 32px;
  -webkit-mask-image: radial-gradient(70% 60% at 70% 30%, #000 20%, transparent 75%);
  mask-image: radial-gradient(70% 60% at 70% 30%, #000 20%, transparent 75%);
}
.hero-deco { position: absolute; inset: 0; pointer-events: none; }
.blob { position: absolute; border-radius: 50%; filter: blur(60px); opacity: .55; animation: drift 18s ease-in-out infinite; }
.blob.b1 { width: 420px; height: 420px; right: 4%; top: 40px; background: #7ff0e0; }
.blob.b2 { width: 360px; height: 360px; left: -120px; bottom: 120px; background: #a7ece1; animation-delay: -6s; }
.blob.b3 { width: 240px; height: 240px; right: 34%; bottom: 10%; background: #d3f6f0; animation-delay: -12s; }
@keyframes drift { 33% { transform: translate(30px, 20px) scale(1.06); } 66% { transform: translate(-20px, 10px) scale(.96); } }

.lp-hero > .wrap { position: relative; }
.hero-card {
  position: relative; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr); gap: 40px; align-items: center;
  background: rgba(255, 255, 255, .92); border-radius: var(--r-xl); padding: 56px 48px 56px 56px;
  box-shadow: 0 1px 2px rgba(6, 46, 44, .04), 0 30px 60px -36px rgba(6, 46, 44, .35); border: 1px solid var(--line-soft);
}
.hero-h1 { font-size: clamp(28px, 3.6vw, 46px); color: var(--ink); }
.hero-h1 .hl { color: var(--t600); white-space: nowrap; }
.hero-facts { list-style: none; margin: 26px 0 0; padding: 0; display: grid; gap: 12px; }
.hero-facts li { display: flex; gap: 12px; font-size: 16.5px; color: var(--ink-2); line-height: 1.45; }
.hero-facts svg.i { flex: none; width: 22px; height: 22px; padding: 4px; border-radius: 7px; color: #fff; background: var(--t500); margin-top: 0; }
.hero-cta { display: flex; align-items: center; gap: 22px; margin-top: 34px; }
.hero-cta .btn { flex: none; }
.hero-side { margin: 0; padding-left: 22px; border-left: 2px solid var(--t200); font-size: 14px; color: var(--ink-2); max-width: 280px; line-height: 1.45; }
.hero-side b { color: var(--t700); }

.hero-visual { position: relative; padding: 44px 0 64px 20px; }
.hero-line { position: absolute; left: -8%; right: -6%; bottom: 6px; width: 114%; height: 62%; z-index: 0; overflow: visible; }
.hl-path { stroke-dasharray: 1; stroke-dashoffset: 1; animation: draw 2.4s .3s cubic-bezier(.6, .1, .2, 1) forwards; }
.hl-area { opacity: 0; animation: fadein 1.2s 1.6s forwards; }
.hl-dot { opacity: 0; animation: fadein .4s 2.5s forwards; }
@keyframes draw { to { stroke-dashoffset: 0; } }
@keyframes fadein { to { opacity: 1; } }

.mac { border-radius: 12px; overflow: hidden; background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow-lg); }
.mac-bar { height: 30px; display: flex; align-items: center; gap: 6px; padding: 0 12px; background: linear-gradient(180deg, #f7fbfa, #eef5f4); border-bottom: 1px solid var(--line); }
.mac-bar i { width: 10px; height: 10px; border-radius: 50%; background: #ff6159; }
.mac-bar i:nth-child(2) { background: #ffbd2e; }
.mac-bar i:nth-child(3) { background: #28c941; }
.mac-bar span { margin-left: 10px; font-size: 12px; color: var(--muted); font-weight: 500; }
.mac .shot { border-radius: 0; }
.hero-mac { position: relative; z-index: 1; transform: rotate(-1deg); }

.live-chip {
  position: absolute; z-index: 3; left: 44px; top: 4px; display: inline-flex; align-items: center; gap: 8px;
  padding: 7px 12px 7px 10px; border-radius: 999px; background: var(--t950); color: #d4f1ec; font-size: 12.5px; font-weight: 550;
  box-shadow: 0 12px 24px -12px rgba(6, 46, 44, .7);
}
.live-chip b { color: var(--mint); font-weight: 500; min-width: 3ch; text-align: right; }
.live-chip .mono { font-size: 12.5px; }
.live-chip span.mono { color: #8fbfb8; margin-left: -6px; }
.live-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--mint); box-shadow: 0 0 0 0 rgba(127, 240, 224, .6); animation: ping 1.8s ease-out infinite; }
@keyframes ping { 70% { box-shadow: 0 0 0 8px rgba(127, 240, 224, 0); } 100% { box-shadow: 0 0 0 0 rgba(127, 240, 224, 0); } }

.data-card {
  position: absolute; z-index: 2; background: rgba(255, 255, 255, .96); border: 1px solid var(--line-soft); border-radius: 14px;
  padding: 12px 14px; box-shadow: 0 2px 4px rgba(6, 46, 44, .05), 0 18px 36px -16px rgba(6, 46, 44, .35);
  font-size: 13px; color: var(--ink-2); backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px);
  animation: float 7s ease-in-out infinite;
}
.dc-lab { display: flex; align-items: center; gap: 6px; font-size: 11px; font-weight: 600; text-transform: uppercase; letter-spacing: .05em; color: var(--muted); margin-bottom: 4px; white-space: nowrap; }
.dc-lab svg.i { width: 14px; height: 14px; color: var(--t600); }
.dc-top { display: flex; align-items: center; gap: 8px; }
.dc-val { font-size: 24px; font-weight: 500; color: var(--ink); line-height: 1.1; letter-spacing: -0.02em; }
.dc-badge { font-size: 11.5px; font-weight: 700; color: #0e7a53; background: var(--green-bg); padding: 2px 7px; border-radius: 999px; }
.spark { display: block; width: 100%; height: 30px; margin: 6px 0 2px; }
.dc-sub { font-size: 11.5px; color: var(--muted); }
.dc-kpis { display: flex; gap: 16px; }
.dc-kpis div { display: flex; flex-direction: column; line-height: 1.2; }
.dc-kpis b { font-size: 18px; color: var(--ink); font-weight: 500; }
.dc-kpis span { font-size: 11.5px; color: var(--muted); }
.dc-xl { display: flex; align-items: center; gap: 8px; margin-top: 8px; }
.dc-xl b { font-size: 12.5px; font-weight: 500; color: var(--amber-ink); }
.dc-meter { flex: 1; height: 6px; border-radius: 99px; background: #f3ece0; overflow: hidden; min-width: 50px; }
.dc-meter i { display: block; height: 100%; background: var(--amber); border-radius: 99px; }
.chip-xl { font-size: 10.5px; font-weight: 700; padding: 1px 6px; border-radius: 5px; background: var(--amber-bg); color: var(--amber-ink); border: 1px solid #f4d8a6; white-space: nowrap; }
.chip-pr { font-size: 10.5px; font-weight: 700; padding: 1px 6px; border-radius: 5px; background: var(--t50); color: var(--t700); border: 1px solid var(--t200); white-space: nowrap; }
.dc-demand { top: 0; right: -14px; width: 228px; }
.dc-comp { left: -30px; bottom: 44px; width: 184px; animation-delay: -2.5s; }
.dc-heat { right: 6px; bottom: 0; width: 210px; animation-delay: -4.5s; }
.mini-heat { display: grid; grid-template-columns: 38px repeat(5, 1fr); gap: 3px; margin-top: 6px; align-items: center; }
.mini-heat span { font-size: 9.5px; color: var(--muted); line-height: 1; }
.mini-heat .h { text-align: center; }
.mini-heat i { display: block; height: 16px; border-radius: 4px; }
@keyframes float { 50% { transform: translateY(-6px); } }

/* Моноширинные числа: пробел-разделитель тысяч в моно слишком широкий — поджимаем */
.dc-val, .map-total b, .kpis dd, .map-legend .mono, .qc-out b, .dc-kpis b { word-spacing: -0.45em; }

/* уровни тепла — общие для hero и бенто */
.l0 { background: #f2f8f7; } .l1 { background: #d3f6f0; } .l2 { background: #a7ece1; }
.l3 { background: #6fdccd; } .l4 { background: #2fc4b2; } .l5 { background: #0d8a7e; }

/* ── Доверие ───────────────────────────── */
.trust { list-style: none; margin: 24px 0 0; padding: 0; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.trust li { display: flex; gap: 14px; align-items: flex-start; padding: 18px 20px; font-size: 14px; color: var(--ink-2); line-height: 1.45; }
.trust b { display: block; color: var(--ink); font-size: 15px; margin-bottom: 2px; }
.trust-ic { width: 42px; height: 42px; border-radius: 12px; flex: none; display: grid; place-items: center; color: var(--t700); background: #fff; border: 1px solid var(--t100); box-shadow: var(--shadow-sm); }
.trust-ic svg.i { width: 20px; height: 20px; }

/* ── Бегущая строка ────────────────────── */
.ticker {
  overflow: hidden; padding: 22px 0; display: grid; gap: 10px; background: var(--bg);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}
.ticker-row { display: flex; width: max-content; animation: marquee 60s linear infinite; }
.ticker-row.rev { animation-direction: reverse; animation-duration: 70s; }
.ticker:hover .ticker-row { animation-play-state: paused; }
.ticker-track { display: flex; gap: 10px; padding-right: 10px; flex: none; }
.ticker-track span {
  display: inline-flex; align-items: center; gap: 8px; white-space: nowrap; padding: 8px 16px; border-radius: 999px;
  background: #fff; border: 1px solid var(--line); font-size: 14px; color: var(--ink-2); font-weight: 500;
}
.ticker-track span::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--t400); }
.ticker-track span.city { background: transparent; border-style: dashed; border-color: var(--t200); color: var(--t700); }
.ticker-track span.city::before { width: 7px; height: 7px; background: none; border: 2px solid var(--t500); }
@keyframes marquee { to { transform: translateX(-50%); } }

/* ── Две аудитории: боль → решение ─────── */
.aud-head { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr); gap: 48px; align-items: end; margin-bottom: 32px; }
.aud-head .lead { margin: 0; max-width: 520px; }
.aud-tabs { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; margin-bottom: 24px; }
.aud-tab {
  display: flex; align-items: center; gap: 18px; text-align: left; padding: 14px 22px 14px 14px; border-radius: 20px;
  background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow-sm); color: var(--ink); cursor: pointer;
  transition: border-color .2s, box-shadow .2s, transform .2s, background .2s;
}
.aud-tab:hover { border-color: var(--t300); transform: translateY(-2px); }
.aud-tab:focus-visible { outline: 2px solid var(--t400); outline-offset: 3px; }
.aud-art { flex: none; width: 150px; height: 84px; border-radius: 14px; display: grid; place-items: center; background: radial-gradient(90% 90% at 50% 100%, #d3f6f0, #effcfa 60%, #f7fdfc); border: 1px solid var(--line-soft); }
.aud-art svg { width: 92%; height: auto; }
.aud-tab-t { display: grid; gap: 4px; min-width: 0; }
.aud-tab-t b { font-family: var(--font-display); font-weight: 700; font-size: clamp(16px, 1.5vw, 20px); letter-spacing: -0.02em; line-height: 1.2; }
.aud-tab-t span { font-size: 14px; color: var(--muted); line-height: 1.4; }
.aud-tab[aria-selected="true"] { background: var(--dark-grad); border-color: transparent; color: #fff; box-shadow: 0 24px 48px -24px rgba(6, 46, 44, .6); transform: none; }
.aud-tab[aria-selected="true"] .aud-tab-t span { color: #bfe3dd; }
.aud-tab[aria-selected="true"] .aud-art { background: #fff; border-color: transparent; }
.aud-tab { position: relative; }
.aud-tab[aria-selected="true"]::after { content: ""; position: absolute; left: 50%; bottom: -9px; width: 18px; height: 18px; transform: translateX(-50%) rotate(45deg); background: #0b4a46; border-radius: 3px; }
.aud-panel { animation: fadein .35s ease; }
.aud-panel[hidden] { display: none; }

.pp-grid { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.pp { display: flex; flex-direction: column; min-width: 0; background: #fff; border: 1px solid var(--line-soft); border-radius: 18px; overflow: hidden; box-shadow: var(--shadow); transition: transform .25s ease, box-shadow .25s ease; }
.pp:hover { transform: translateY(-3px); box-shadow: var(--shadow-lg); }
.pp-pain { position: relative; padding: 20px 20px 22px; background: linear-gradient(180deg, #fff3f0, #fff8f6); border-bottom: 1px dashed #f2c6bf; }
.pp-n { display: inline-flex; align-items: center; gap: 6px; font-family: var(--font-display); font-weight: 700; font-size: 12px; color: var(--coral-ink); margin-bottom: 10px; }
.pp-n::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--coral); box-shadow: 0 0 0 3px rgba(240, 107, 88, .18); }
.pp-pain h3 { font-size: 16.5px; font-weight: 650; line-height: 1.32; letter-spacing: -0.01em; color: var(--ink); margin: 0; }
.pp-fix { position: relative; flex: 1; display: flex; flex-direction: column; gap: 14px; padding: 24px 20px 20px; }
.pp-fix::before {
  content: ""; position: absolute; left: 20px; top: -13px; width: 26px; height: 26px; border-radius: 50%;
  background: var(--t500) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 5v14M6 13l6 6 6-6'/%3E%3C/svg%3E") center / 15px no-repeat;
  box-shadow: 0 0 0 4px #fff;
}
.pp-fix p { margin: 0; color: var(--ink-2); font-size: 14.5px; line-height: 1.5; }
.pp-tag { margin-top: auto; align-self: flex-start; display: inline-flex; align-items: center; gap: 6px; font-size: 12.5px; font-weight: 650; color: var(--t700); background: var(--t50); border: 1px solid var(--t100); padding: 5px 10px; border-radius: 999px; }
.pp-tag:hover { text-decoration: none; background: var(--t100); color: var(--t800); }
.pp-tag svg.i { width: 14px; height: 14px; }
.pp-cta { background: var(--dark-grad); color: #d4f1ec; border: 0; padding: 24px 22px; gap: 10px; justify-content: flex-end; position: relative; }
.pp-cta::before { content: ""; position: absolute; inset: 0; pointer-events: none; background-image: radial-gradient(rgba(127, 240, 224, .14) 1px, transparent 1.3px); background-size: 16px 16px; -webkit-mask-image: linear-gradient(200deg, #000, transparent 70%); mask-image: linear-gradient(200deg, #000, transparent 70%); }
.pp-cta > * { position: relative; }
.pp-cta-ic { width: 44px; height: 44px; border-radius: 13px; display: grid; place-items: center; background: rgba(127, 240, 224, .14); color: var(--mint); margin-bottom: auto; }
.pp-cta-ic svg.i { width: 22px; height: 22px; }
.pp-cta h3 { color: #fff; font-family: var(--font-display); font-size: 18px; font-weight: 700; letter-spacing: -0.02em; line-height: 1.25; margin-top: 20px; }
.pp-cta p { margin: 0 0 8px; color: #bfe3dd; font-size: 14.5px; line-height: 1.5; }

/* ── Два пути ──────────────────────────── */
.paths-sec { clip-path: polygon(0 32px, 100% 0, 100% calc(100% - 32px), 0 100%); padding: calc(var(--sec) + 24px) 0; }
.paths { display: grid; grid-template-columns: minmax(0, 1fr) 0 minmax(0, 1fr); gap: 20px; align-items: stretch; }
.path { border-radius: 20px; padding: 32px; display: flex; flex-direction: column; }
.path-head { display: flex; justify-content: space-between; align-items: flex-start; gap: 16px; }
.path-head h3 { font-size: 21px; font-weight: 650; margin-top: 12px; letter-spacing: -0.01em; }
.path-tag { display: inline-block; font-size: 12px; font-weight: 650; text-transform: uppercase; letter-spacing: .07em; padding: 5px 10px; border-radius: 999px; }
.path ul { list-style: none; margin: 22px 0 0; padding: 0; display: grid; gap: 14px; flex: 1; }
.path li { display: flex; gap: 12px; font-size: 15.5px; line-height: 1.45; }
.path li svg.i { flex: none; width: 20px; height: 20px; padding: 3px; border-radius: 50%; margin-top: 1px; }
.path-foot { display: flex; align-items: center; gap: 10px; margin-top: 14px; font-weight: 650; font-size: 16px; }
.path.old { background: #fff; border: 1px solid var(--line); color: var(--ink-2); }
.path.old .path-tag { background: #eef2f2; color: var(--muted); }
.path.old li svg.i { color: var(--coral-ink); background: var(--coral-bg); }
.path.old .path-foot { color: var(--coral-ink); }
.path.new { background: var(--dark-grad); color: #d4f1ec; box-shadow: 0 30px 60px -30px rgba(6, 46, 44, .55); }
.path.new h3 { color: #fff; }
.path.new .path-tag { background: rgba(127, 240, 224, .16); color: var(--mint); }
.path.new li svg.i { color: #062e2c; background: var(--mint); }
.path.new .path-foot { color: var(--mint); }
.vs { align-self: center; justify-self: center; z-index: 2; width: 52px; height: 52px; margin: 0 -26px; border-radius: 50%; display: grid; place-items: center; background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow-lg); font-family: var(--font-display); font-weight: 700; font-size: 14px; color: var(--t700); }

.gauge { position: relative; width: 104px; height: 104px; flex: none; }
.gauge svg { width: 100%; height: 100%; transform: rotate(-90deg); }
.gauge circle { fill: none; stroke-width: 10; }
.g-arc { stroke-linecap: round; stroke-dasharray: 100; stroke-dashoffset: calc(100 - var(--v)); transition: stroke-dashoffset 1.4s cubic-bezier(.3, .7, .2, 1) .2s; }
.reveal.pre .g-arc { stroke-dashoffset: 100; }
.g-old .g-track { stroke: #f7e3df; } .g-old .g-arc { stroke: var(--coral); }
.g-new .g-track { stroke: rgba(255, 255, 255, .12); } .g-new .g-arc { stroke: var(--mint); }
.g-lab { position: absolute; inset: 0; display: grid; place-content: center; text-align: center; line-height: 1.1; }
.g-lab b { font-family: var(--font-display); font-size: 15px; font-weight: 700; }
.g-lab span { font-size: 11px; opacity: .8; margin-top: 2px; }
.g-old .g-lab b { color: var(--coral-ink); }
.g-new .g-lab b { color: #fff; }
.timebar { height: 8px; border-radius: 99px; margin-top: 26px; overflow: hidden; }
.timebar i { display: block; height: 100%; width: var(--w); border-radius: 99px; transition: width 1.4s cubic-bezier(.3, .7, .2, 1) .3s; }
.reveal.pre .timebar i { width: 0; }
.path.old .timebar { background: #f7eeec; } .path.old .timebar i { background: repeating-linear-gradient(135deg, var(--coral) 0 8px, #f38b7b 8px 16px); }
.path.new .timebar { background: rgba(255, 255, 255, .1); } .path.new .timebar i { background: var(--mint); }

/* ── Бенто ─────────────────────────────── */
.bento { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 18px; }
.tile {
  background: #fff; border: 1px solid var(--line-soft); border-radius: 20px; padding: 26px; box-shadow: var(--shadow);
  display: flex; flex-direction: column; min-width: 0; overflow: hidden; position: relative;
  transition: transform .25s ease, box-shadow .25s ease;
}
.tile:hover { transform: translateY(-3px); box-shadow: var(--shadow-lg); }
.tile h3 { font-size: 18px; font-weight: 650; margin: 14px 0 6px; letter-spacing: -0.01em; }
.tile p { margin: 0; color: var(--ink-2); font-size: 14.5px; }
.tile-ic { width: 40px; height: 40px; border-radius: 12px; display: grid; place-items: center; color: var(--t700); background: var(--t50); border: 1px solid var(--t100); }
.tile-ic svg.i { width: 20px; height: 20px; }
.t-heat { grid-column: span 4; flex-direction: row; gap: 28px; align-items: center; }
.t-heat .tile-copy { flex: 0 0 34%; }
.t-price { grid-column: span 2; }
.t-ladder, .t-cloud, .t-cal { grid-column: span 2; }
.t-kpi { grid-column: span 2; background: var(--dark-grad); color: #d4f1ec; border: 0; }
.t-kpi h3 { color: #fff; } .t-kpi p { color: #bfe3dd; }
.t-kpi .tile-ic { background: rgba(127, 240, 224, .12); border-color: rgba(127, 240, 224, .25); color: var(--mint); }
.t-export { grid-column: span 4; flex-direction: row; gap: 28px; align-items: center; background: linear-gradient(120deg, #fff 40%, #effcfa); }
.t-export .tile-copy { flex: 1; }

.heat { flex: 1; min-width: 0; }
.heat-seg { display: inline-flex; gap: 2px; padding: 3px; border-radius: 10px; background: var(--bg); border: 1px solid var(--line-soft); margin-bottom: 12px; }
.heat-seg span { font-size: 12px; font-weight: 600; padding: 4px 10px; border-radius: 7px; color: var(--muted); }
.heat-seg span.on { background: #fff; color: var(--t700); box-shadow: var(--shadow-sm); }
.heat-grid { display: grid; grid-template-columns: minmax(118px, 1.6fr) repeat(5, minmax(0, 1fr)); gap: 4px; align-items: center; }
.heat-grid .hc { font-size: 11.5px; color: var(--muted); text-align: center; font-weight: 600; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.heat-grid .hq { font-size: 12.5px; color: var(--ink-2); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.heat-grid i { display: block; height: 28px; border-radius: 6px; transition: transform .6s ease, opacity .6s ease; }
.reveal.pre .heat-grid i { transform: scale(.4); opacity: 0; }
.heat-grid i:nth-of-type(5n+2) { transition-delay: .05s; } .heat-grid i:nth-of-type(5n+3) { transition-delay: .1s; }
.heat-grid i:nth-of-type(5n+4) { transition-delay: .15s; } .heat-grid i:nth-of-type(5n) { transition-delay: .2s; }
.heat-scale { display: flex; align-items: center; gap: 8px; margin-top: 12px; font-size: 11.5px; color: var(--muted); }
.heat-scale i { flex: 0 0 120px; height: 6px; border-radius: 99px; background: linear-gradient(90deg, #d3f6f0, #6fdccd, #0d8a7e); }

.hist { margin-top: auto; padding-top: 20px; }
.hist-bars { position: relative; display: flex; align-items: flex-end; gap: 5px; height: 120px; padding-top: 22px; border-bottom: 1px solid var(--line); }
.hist-bars i { flex: 1; height: var(--h); max-height: 100%; border-radius: 5px 5px 0 0; background: var(--t200); transform-origin: bottom; transition: transform .8s cubic-bezier(.3, .7, .2, 1); }
.hist-bars i.med { background: linear-gradient(180deg, var(--t400), var(--t600)); }
.reveal.pre .hist-bars i { transform: scaleY(0); }
.hist-med { position: absolute; left: var(--x); top: 0; transform: translateX(-50%); font-size: 11px; font-weight: 650; color: var(--t700); background: var(--t50); border: 1px solid var(--t100); padding: 1px 7px; border-radius: 6px; white-space: nowrap; }
.hist-axis { display: flex; justify-content: space-between; font-size: 11px; color: var(--muted); margin-top: 6px; }

.ladder { list-style: none; margin: 18px 0 0; padding: 0; display: grid; gap: 6px; }
.ladder li { position: relative; display: flex; align-items: center; gap: 8px; padding: 7px 10px; border-radius: 10px; background: var(--bg); font-size: 12.5px; overflow: hidden; }
.ladder li b { flex: none; width: 22px; height: 22px; border-radius: 6px; display: grid; place-items: center; background: var(--t700); color: #fff; font-size: 11.5px; font-family: var(--font-mono); font-weight: 500; }
.ladder .lt { flex: 1; min-width: 0; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; color: var(--ink-2); position: relative; z-index: 1; }
.ladder .chip-xl, .ladder .chip-pr { position: relative; z-index: 1; }
.ladder .lv { position: absolute; left: 0; bottom: 0; height: 3px; width: var(--w); background: var(--t300); border-radius: 0 3px 3px 0; transition: width 1s ease .2s; }
.reveal.pre .ladder .lv { width: 0; }

.cloud { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 6px 10px; margin-top: auto; padding-top: 18px; line-height: 1.15; }
.cloud span { white-space: nowrap; font-weight: 600; letter-spacing: -0.01em; }
.cloud .w1 { font-size: 12px; color: var(--muted); }
.cloud .w2 { font-size: 14px; color: var(--t600); }
.cloud .w3 { font-size: 17px; color: var(--t700); }
.cloud .w4 { font-size: 20px; color: var(--t800); background: var(--t50); padding: 2px 8px; border-radius: 8px; }
.cloud .w5 { font-size: 24px; color: #fff; background: linear-gradient(135deg, var(--t500), var(--t700)); padding: 3px 10px; border-radius: 10px; font-family: var(--font-display); font-weight: 700; font-size: 18px; }

.cal { margin-top: auto; padding-top: 16px; }
.cal-head { display: flex; justify-content: space-between; align-items: center; font-size: 12px; font-weight: 650; color: var(--ink); margin-bottom: 8px; gap: 8px; }
.cal-next { display: inline-flex; align-items: center; gap: 6px; color: var(--t700); font-weight: 600; font-size: 11.5px; white-space: nowrap; }
.cal-next i { width: 7px; height: 7px; border-radius: 50%; background: var(--t500); animation: ping 1.8s ease-out infinite; box-shadow: 0 0 0 0 rgba(20, 168, 152, .5); }
.cal-grid { display: grid; grid-template-columns: repeat(7, minmax(0, 1fr)); gap: 3px; text-align: center; }
.cal-grid b { font-size: 10px; font-weight: 600; color: var(--muted); }
.cal-grid i { font-style: normal; font-size: 11px; height: 24px; display: grid; place-items: center; border-radius: 6px; color: var(--ink-2); background: var(--bg); font-family: var(--font-mono); }
.cal-grid i.e { background: none; }
.cal-grid i.ok { background: var(--t500); color: #fff; }
.cal-grid i.next { background: #fff; color: var(--t700); box-shadow: inset 0 0 0 2px var(--t500); font-weight: 700; }

.kpis { margin: auto 0 0; padding-top: 18px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.kpis div { padding: 12px; border-radius: 12px; background: rgba(255, 255, 255, .06); border: 1px solid rgba(255, 255, 255, .1); }
.kpis dt { font-size: 11.5px; color: #9fd0c8; }
.kpis dd { margin: 2px 0 0; font-size: 22px; color: var(--mint); font-weight: 500; letter-spacing: -0.02em; }

.files { display: flex; align-items: flex-end; gap: 14px; flex: none; }
.file { width: 76px; height: 95px; filter: drop-shadow(0 12px 16px rgba(6, 46, 44, .12)); transition: transform .3s ease; }
.f-xls { transform: rotate(-8deg) translateY(6px); }
.f-gs { transform: rotate(8deg) translateY(6px); }
.f-pdf { width: 88px; height: 110px; }
.t-export:hover .f-xls { transform: rotate(-12deg) translate(-4px, 2px); }
.t-export:hover .f-gs { transform: rotate(12deg) translate(4px, 2px); }
.t-export:hover .f-pdf { transform: translateY(-6px); }

/* ── Как это работает: таймлайн ──────── */
.how-sec {
  background-image: radial-gradient(rgba(13, 138, 126, .12) 1px, transparent 1.2px);
  background-size: 22px 22px; background-position: 0 0;
}
.timeline { list-style: none; margin: 0; padding: 0; position: relative; --p: 0; }
.timeline::before, .timeline::after { content: ""; position: absolute; left: 27px; top: 28px; bottom: 28px; width: 2px; border-radius: 2px; }
.timeline::before { background: repeating-linear-gradient(180deg, var(--t200) 0 6px, transparent 6px 12px); }
.timeline::after { background: linear-gradient(180deg, var(--t400), var(--t600)); transform-origin: top; transform: scaleY(var(--p)); }
.tl-step { display: grid; grid-template-columns: 56px minmax(0, 1fr); gap: 32px; position: relative; }
.tl-step + .tl-step { margin-top: 64px; }
.tl-node { position: relative; z-index: 1; width: 56px; height: 56px; border-radius: 18px; display: grid; place-items: center; background: #fff; color: var(--t700); border: 1px solid var(--t200); box-shadow: 0 0 0 6px var(--bg), var(--shadow); transition: background .4s, color .4s; }
.tl-node svg.i { width: 24px; height: 24px; }
.tl-step.lit .tl-node { background: linear-gradient(145deg, var(--t400), var(--t600)); color: #fff; border-color: transparent; }
.tl-body { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: 48px; align-items: center; background: rgba(255, 255, 255, .7); border: 1px solid var(--line-soft); border-radius: 20px; padding: 28px; box-shadow: var(--shadow-sm); }
.step-no { display: inline-flex; align-items: center; font-family: var(--font-display); font-weight: 700; font-size: 13px; color: var(--t700); background: var(--t50); border: 1px solid var(--t100); padding: 5px 12px; border-radius: 999px; margin-bottom: 14px; }
.step-copy h3 { font-size: clamp(19px, 2.1vw, 24px); font-weight: 650; letter-spacing: -0.015em; line-height: 1.25; margin-bottom: 12px; }
.step-copy p { color: var(--ink-2); font-size: 15.5px; margin: 0; }
.chips { list-style: none; margin: 18px 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: 8px; }
.chips li { font-size: 13px; font-weight: 600; padding: 6px 12px; border-radius: 999px; background: #fff; border: 1px solid var(--line); color: var(--t700); }

/* ── Тёмная полоса: карта + цифры ──────── */
.map-band { position: relative; background: var(--dark-grad); color: #e6fbf7; padding: 120px 0; overflow: hidden; }
.map-band::before { content: ""; position: absolute; right: -10%; top: 10%; width: 60%; height: 80%; background: radial-gradient(closest-side, rgba(47, 196, 178, .18), transparent); pointer-events: none; }
.wave { position: absolute; left: 0; width: 100%; height: 60px; display: block; fill: var(--bg); pointer-events: none; }
.wave-top { top: -1px; } .wave-bot { bottom: -1px; }
.map-band .h2 { color: #fff; }
.map-band .lead { color: #bfe3dd; }
.map-band .eyebrow { color: var(--mint); }
.map-split { position: relative; display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: 48px; align-items: center; }
.map-total { display: flex; align-items: baseline; gap: 14px; margin-top: 28px; padding: 18px 20px; border-radius: 16px; background: rgba(255, 255, 255, .06); border: 1px solid rgba(255, 255, 255, .1); }
.map-total b { font-size: clamp(28px, 3.4vw, 40px); font-weight: 500; color: var(--mint); letter-spacing: -0.03em; line-height: 1; flex: none; }
.map-total span { font-size: 13.5px; color: #bfe3dd; line-height: 1.4; }
.map-legend { list-style: none; margin: 20px 0 0; padding: 0; display: grid; gap: 10px; font-size: 14.5px; color: #d4f1ec; }
.map-legend li { display: flex; gap: 12px; align-items: center; }
.map-legend b { color: #fff; }
.mk { flex: none; width: 12px; height: 12px; border-radius: 50%; background: var(--mint); box-shadow: 0 0 0 4px rgba(127, 240, 224, .2); margin: 0 5px; }
.mk.big { width: 18px; height: 18px; margin: 0 2px; background: #fff; box-shadow: 0 0 0 5px rgba(127, 240, 224, .35); }
.mk.dim { background: rgba(191, 227, 221, .45); box-shadow: none; width: 8px; height: 8px; margin: 0 7px; }
.map-fig { margin: 0; }
.ru-map { display: block; width: 100%; height: auto; overflow: visible; }
.ru-shape { opacity: .5; }
.ru-other circle { fill: rgba(191, 227, 221, .55); }
.ru-city .core { fill: var(--mint); stroke: #062e2c; stroke-width: .3; }
.ru-city .c-big .core { fill: #fff; }
.ru-city .pulse { fill: none; stroke: var(--mint); stroke-width: .4; transform-box: fill-box; transform-origin: center; animation: pulse 2.8s ease-out infinite; animation-delay: var(--d); }
@keyframes pulse { 0% { transform: scale(1); opacity: .9; } 100% { transform: scale(3.2); opacity: 0; } }
.ru-labels text { font-size: 2.3px; fill: #e6fbf7; font-family: var(--font); font-weight: 600; paint-order: stroke; stroke: #083f3c; stroke-width: .6px; }
.ru-labels .lead-line { fill: none; stroke: rgba(230, 251, 247, .6); stroke-width: .2; }
.map-fig figcaption { margin-top: 12px; font-size: 12.5px; color: #8fbfb8; text-align: right; }

.stats { position: relative; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; margin-top: 72px; }
.stat { padding: 26px; border-radius: 20px; background: rgba(255, 255, 255, .05); border: 1px solid rgba(255, 255, 255, .1); }
.stat-ic { width: 40px; height: 40px; border-radius: 12px; display: grid; place-items: center; background: rgba(127, 240, 224, .12); color: var(--mint); margin-bottom: 18px; }
.stat-ic svg.i { width: 20px; height: 20px; }
.stat-v { font-family: var(--font-display); font-weight: 700; font-size: clamp(44px, 5.4vw, 64px); line-height: 1; letter-spacing: -0.04em; color: var(--mint); font-variant-numeric: tabular-nums; }
.stat-l { margin-top: 12px; font-size: 15.5px; color: #bfe3dd; max-width: 280px; }

/* ── Пример отчёта ────────────────────── */
.rtabs { display: inline-flex; gap: 4px; padding: 5px; border-radius: 14px; background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow-sm); margin-bottom: 28px; }
.rtab { display: inline-flex; align-items: center; gap: 8px; height: 42px; padding: 0 18px; border: 0; border-radius: 10px; background: transparent; font-weight: 600; font-size: 15px; color: var(--ink-2); }
.rtab:hover { color: var(--t700); background: var(--t50); }
.rtab[aria-selected="true"] { background: linear-gradient(180deg, var(--t500), var(--t600)); color: #fff; box-shadow: 0 6px 14px -8px rgba(13, 138, 126, .9); }
.rpanel { animation: fadein .35s ease; }
.annot { display: grid; grid-template-columns: minmax(0, 1.75fr) minmax(0, 1fr); gap: 40px; align-items: center; }
.annot[hidden] { display: none; }
.annot-fig { margin: 0; }
.annot .shot { overflow: visible; }
.pin {
  position: absolute; left: var(--x); top: var(--y); transform: translate(-50%, -50%); z-index: 2;
  width: 30px; height: 30px; border-radius: 50%; display: grid; place-items: center;
  font-family: var(--font-display); font-weight: 700; font-size: 13px; color: #fff; background: var(--coral);
  box-shadow: 0 0 0 4px rgba(240, 107, 88, .25), 0 6px 14px -4px rgba(194, 65, 47, .6);
}
.legend { list-style: none; margin: 0; padding: 0; display: grid; gap: 18px; }
.legend li { display: flex; gap: 14px; align-items: flex-start; }
.pin-n { width: 30px; height: 30px; flex: none; border-radius: 50%; display: grid; place-items: center; font-family: var(--font-display); font-weight: 700; font-size: 13px; color: #fff; background: var(--coral); }
.legend b { display: block; font-size: 16px; color: var(--ink); margin-bottom: 2px; }
.legend p { margin: 0; color: var(--ink-2); font-size: 14.5px; }
.legend-note { margin: 22px 0 0; padding: 14px 16px; border-radius: 12px; background: var(--t50); border: 1px solid var(--t100); color: var(--ink-2); font-size: 13.5px; line-height: 1.5; }

/* Форматы выгрузки под примером отчёта */
.fmt-row { display: grid; grid-template-columns: minmax(0, 1.1fr) repeat(3, minmax(0, 1fr)); gap: 16px; margin-top: 48px; padding-top: 40px; border-top: 1px dashed var(--line); }
.fmt-intro h3 { font-family: var(--font-display); font-size: 20px; font-weight: 700; letter-spacing: -0.02em; line-height: 1.25; }
.fmt-intro p { color: var(--ink-2); font-size: 15px; margin: 10px 0 18px; }
.fmt { display: flex; flex-direction: column; gap: 10px; padding: 20px; border-radius: 18px; background: #fff; border: 1px solid var(--line-soft); box-shadow: var(--shadow); border-top: 4px solid var(--fc); }
.fmt-top { display: flex; align-items: center; gap: 10px; }
.fmt-top h4 { font-size: 17px; font-weight: 650; }
.fmt-badge { font-size: 11px; font-weight: 700; letter-spacing: .04em; color: #fff; background: var(--fc); padding: 3px 8px; border-radius: 6px; }
.fmt p { margin: 0; color: var(--ink-2); font-size: 14px; line-height: 1.5; flex: 1; }
.fmt-dl { display: flex; flex-wrap: wrap; gap: 8px; }
.fmt-dl a { display: inline-flex; align-items: center; gap: 6px; height: 34px; padding: 0 12px; border-radius: 10px; font-size: 13.5px; font-weight: 600; color: var(--t800); background: var(--bg); border: 1px solid var(--line); }
.fmt-dl a:hover { text-decoration: none; border-color: var(--t300); background: var(--t50); }
.fmt-dl svg.i { width: 15px; height: 15px; }
.f-x { --fc: #17a673; } .f-p { --fc: #f06b58; } .f-g { --fc: #0d8a7e; }

/* ── Тарифы + калькулятор ─────────────── */
.qcalc {
  display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(0, 1fr); gap: 32px; align-items: center;
  max-width: 900px; margin: 0 auto 28px; padding: 24px 28px; border-radius: 20px; background: #fff; border: 1px solid var(--line-soft); box-shadow: var(--shadow);
}
.qc-label { display: block; font-weight: 650; font-size: 16px; color: var(--ink); margin-bottom: 10px; }
.qc-row { display: flex; align-items: center; gap: 16px; }
.qc-qty { flex: none; min-width: 52px; height: 40px; display: grid; place-items: center; border-radius: 10px; background: var(--t50); border: 1px solid var(--t100); color: var(--t800); font-size: 18px; font-weight: 500; }
.qcalc input[type="range"] {
  --fill: 0%; flex: 1; min-width: 0; height: 28px; margin: 0; background: transparent; -webkit-appearance: none; appearance: none; cursor: pointer;
}
.qcalc input[type="range"]::-webkit-slider-runnable-track { height: 8px; border-radius: 99px; background: linear-gradient(90deg, var(--t500) var(--fill), var(--t100) var(--fill)); }
.qcalc input[type="range"]::-moz-range-track { height: 8px; border-radius: 99px; background: var(--t100); }
.qcalc input[type="range"]::-moz-range-progress { height: 8px; border-radius: 99px; background: var(--t500); }
.qcalc input[type="range"]::-webkit-slider-thumb { -webkit-appearance: none; width: 24px; height: 24px; margin-top: -8px; border-radius: 50%; background: #fff; border: 3px solid var(--t500); box-shadow: 0 4px 10px -2px rgba(13, 138, 126, .5); }
.qcalc input[type="range"]::-moz-range-thumb { width: 18px; height: 18px; border-radius: 50%; background: #fff; border: 3px solid var(--t500); }
.qcalc input[type="range"]:focus-visible { outline: 2px solid var(--t400); outline-offset: 4px; }
.qc-ticks { position: relative; height: 18px; margin: 4px 68px 0 12px; font-size: 11.5px; color: var(--muted); }
.qc-ticks span { position: absolute; left: calc(var(--x) * 1%); transform: translateX(-50%); font-family: var(--font-mono); }
.qc-out { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 6px 16px; padding-left: 28px; border-left: 1px dashed var(--line); }
.qc-out span { display: block; font-size: 12.5px; color: var(--muted); }
.qc-out b { font-size: 24px; font-weight: 500; color: var(--ink); letter-spacing: -0.02em; }
.qc-out div:nth-child(2) b { color: var(--t700); }
.qc-save { grid-column: 1 / -1; font-size: 13px; font-weight: 600; color: var(--t700); }
.lp-tiers { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; align-items: stretch; }
.lp-tiers .tier { padding: 30px 28px; min-height: 360px; transition: transform .25s ease, box-shadow .25s ease, border-color .25s; }
.lp-tiers .tier.best { background: linear-gradient(180deg, #f3fcfa, #fff 40%); }
.lp-tiers .tier.active { transform: translateY(-6px); border-color: var(--t400); box-shadow: 0 0 0 3px rgba(47, 196, 178, .25), var(--shadow-lg); }
.tier-kicker { font-family: var(--font-display); font-weight: 700; font-size: 18px; letter-spacing: -0.01em; color: var(--ink); }
.tier-range { font-size: 14px; color: var(--muted); margin-top: 2px; }
.tiers-note { text-align: center; margin: 28px auto 0; max-width: 640px; color: var(--ink-2); font-size: 14.5px; }

.wa-float { animation: float 5s ease-in-out infinite; }

/* ── FAQ ──────────────────────────────── */
.lp-faq-wrap { max-width: 860px; }
.faq summary { font-size: 16px; }
.faq summary:hover { color: var(--t700); }
.faq summary:focus-visible { outline-offset: -2px; border-radius: 14px; }

/* ── Финальный CTA ────────────────────── */
.lp-final { padding: 0 0 8px; }
.cta-band {
  display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 32px; align-items: center;
  background: var(--dark-grad); color: #e6fbf7; border-radius: var(--r-xl); padding: 64px 56px;
  box-shadow: 0 40px 80px -40px rgba(6, 46, 44, .6); position: relative; overflow: hidden;
}
.cta-band > div { position: relative; z-index: 1; }
.cta-band::before {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background-image: radial-gradient(rgba(127, 240, 224, .16) 1px, transparent 1.3px); background-size: 18px 18px;
  -webkit-mask-image: linear-gradient(90deg, transparent 30%, #000); mask-image: linear-gradient(90deg, transparent 30%, #000);
}
.cta-art { position: absolute; right: -40px; bottom: -70px; width: 300px; height: auto; pointer-events: none; opacity: .55; }
.cta-band .h2 { color: #fff; }
.cta-band .lead { color: #bfe3dd; margin-bottom: 0; }
.cta-actions { display: flex; flex-direction: column; gap: 10px; position: relative; z-index: 1; }
.landing .site-footer { margin-top: 72px; }

/* ── Появление при прокрутке ──────────── */
.reveal { transition: opacity .6s ease, transform .6s ease; }
.reveal.pre { opacity: 0; transform: translateY(16px); }

/* ── Адаптив ──────────────────────────── */
/* Широкие экраны: контейнер шире, hero и бенто используют место */
@media (min-width: 1280px) { .landing { --wrap: 1296px; --gutter: 32px; } }
@media (min-width: 1440px) {
  .landing { --wrap: 1440px; --gutter: 40px; }
  .hero-card { grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr); gap: 56px; padding: 64px 56px 64px 72px; }
  .hero-h1 { font-size: 52px; }
  .hero-facts li { font-size: 17.5px; }
  .hero-visual { padding: 48px 0 72px 28px; }
  .dc-demand { width: 250px; right: -20px; }
  .dc-heat { width: 232px; }
  .bento { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; }
  .t-heat { grid-column: span 2; }
  .t-price, .t-ladder, .t-cloud, .t-cal, .t-kpi { grid-column: span 1; }
  .t-export { grid-column: span 1; flex-direction: column; align-items: stretch; gap: 20px; }
  .t-export .files { justify-content: center; margin-top: auto; }
  .tl-body { gap: 64px; padding: 32px 36px; }
  .annot { gap: 56px; }
}
@media (max-width: 1280px) {
  .pp-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .pp-cta { grid-column: span 2; }
}
@media (max-width: 1080px) {
  .aud-head { grid-template-columns: minmax(0, 1fr); gap: 0; }
  .aud-head .lead { margin-top: 12px; }
  .fmt-row { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .fmt-intro { grid-column: 1 / -1; display: flex; flex-wrap: wrap; align-items: center; gap: 8px 24px; }
  .fmt-intro p { margin: 0; flex: 1 1 280px; }
  .fmt-intro h3 { flex: 1 1 100%; }
  .hero-card { grid-template-columns: minmax(0, 1fr); padding: 44px 40px; }
  .hero-visual { max-width: 640px; width: 100%; margin: 0 auto; }
  .annot { grid-template-columns: minmax(0, 1fr); gap: 28px; }
  .legend { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .bento { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .t-heat, .t-export { grid-column: span 2; }
  .t-price, .t-ladder, .t-cloud, .t-cal { grid-column: span 1; }
  .t-kpi { grid-column: span 2; }
  .t-kpi .kpis { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .tl-body { grid-template-columns: minmax(0, 1fr); gap: 22px; }
  .map-split { grid-template-columns: minmax(0, 1fr); }
  .cta-art { display: none; }
}
@media (max-width: 900px) {
  .landing { --sec: 64px; }
  .lp-header .wrap { gap: 10px; }
  .lp-header .brand { margin-right: auto; }
  .lp-hero { padding-top: 16px; }
  .trust { grid-template-columns: minmax(0, 1fr); gap: 4px; }
  .trust li { padding: 12px 4px; }
  .paths, .lp-tiers { grid-template-columns: minmax(0, 1fr); }
  .pp-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .pp-cta { grid-column: auto; }
  .aud-art { width: 104px; height: 64px; }
  .aud-tab { gap: 14px; padding: 12px 16px 12px 12px; }
  .fmt-row { grid-template-columns: minmax(0, 1fr); margin-top: 36px; padding-top: 32px; }
  .vs { margin: -30px auto; }
  .paths-sec { clip-path: polygon(0 18px, 100% 0, 100% calc(100% - 18px), 0 100%); }
  .lp-tiers .tier { min-height: 0; }
  .lp-tiers .tier.active { transform: none; }
  .map-band { padding: 88px 0; }
  .stats { grid-template-columns: minmax(0, 1fr); margin-top: 40px; gap: 12px; }
  .stat { display: grid; grid-template-columns: auto minmax(0, 1fr); column-gap: 16px; align-items: center; padding: 18px 20px; }
  .stat-ic { grid-row: span 2; margin: 0; }
  .stat-l { margin-top: 4px; max-width: none; font-size: 14.5px; }
  .stat-v { font-size: 40px; }
  .qcalc { grid-template-columns: minmax(0, 1fr); gap: 18px; }
  .qc-out { padding: 16px 0 0; border-left: 0; border-top: 1px dashed var(--line); }
  .cta-band { grid-template-columns: minmax(0, 1fr); padding: 40px 28px; }
  .cta-actions { flex-direction: row; flex-wrap: wrap; }
}
@media (max-width: 640px) {
  .hero-card { padding: 28px 20px 24px; border-radius: 22px; gap: 20px; }
  .hero-facts li { font-size: 15px; }
  .hero-cta { flex-direction: column; align-items: stretch; gap: 14px; margin-top: 26px; }
  .hero-cta .btn { width: 100%; }
  .hero-side { padding: 14px 0 0; border-left: 0; border-top: 2px solid var(--t100); max-width: none; }
  .hero-visual { padding: 52px 0 84px; }
  .hero-mac { transform: none; }
  .hero-line { left: 0; right: 0; width: 100%; }
  .live-chip { font-size: 11.5px; padding: 5px 10px 5px 8px; }
  .data-card { padding: 9px 11px; }
  .dc-val { font-size: 19px; }
  .dc-demand { top: 0; right: 0; width: 150px; }
  .dc-demand .dc-sub { display: none; }
  .dc-demand .spark { height: 22px; }
  .dc-comp { left: 0; bottom: 0; width: 156px; }
  .dc-heat { display: none; }
  .dc-lab-x { display: none; }
  .live-chip { top: auto; left: auto; right: 0; bottom: 24px; }
  .ticker { padding: 16px 0; }
  .ticker-track span { font-size: 13px; padding: 6px 12px; }
  .path { padding: 24px 20px; }
  .gauge { width: 84px; height: 84px; }
  .g-lab b { font-size: 13px; }
  .bento { grid-template-columns: minmax(0, 1fr); gap: 14px; }
  .t-heat, .t-export, .t-price, .t-ladder, .t-cloud, .t-cal, .t-kpi { grid-column: span 1; }
  .t-kpi .kpis { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .t-heat, .t-export { flex-direction: column; align-items: stretch; gap: 18px; }
  .tile { padding: 22px 20px; }
  .heat-grid { grid-template-columns: minmax(78px, 1.3fr) repeat(5, minmax(0, 1fr)); gap: 3px; }
  .heat-grid .hc { font-size: 10px; }
  .heat-grid .hq { font-size: 11.5px; }
  .heat-grid i { height: 22px; }
  .files { justify-content: center; }
  .timeline::before, .timeline::after { left: 19px; }
  .tl-step { grid-template-columns: 40px minmax(0, 1fr); gap: 14px; }
  .tl-node { width: 40px; height: 40px; border-radius: 13px; box-shadow: 0 0 0 4px var(--bg); }
  .tl-node svg.i { width: 19px; height: 19px; }
  .tl-body { padding: 18px 16px; border-radius: 16px; }
  .tl-step + .tl-step { margin-top: 32px; }
  .ru-labels { display: none; }
  .map-total { flex-direction: column; gap: 6px; }
  .map-fig figcaption { text-align: left; }
  .rtabs { display: flex; }
  .pp-grid { grid-template-columns: minmax(0, 1fr); gap: 12px; }
  .aud-tabs { gap: 10px; }
  .aud-tab { flex-direction: column; align-items: stretch; gap: 10px; padding: 10px 10px 14px; border-radius: 16px; }
  .aud-art { width: 100%; height: 64px; border-radius: 10px; }
  .aud-tab-t { padding: 0 4px; }
  .aud-tab-t b { font-size: 14.5px; }
  .aud-tab-t span { display: none; }
  .pp-pain { padding: 18px 18px 20px; }
  .pp-fix { padding: 22px 18px 18px; }
  .rtab { flex: 1; justify-content: center; padding: 0 10px; }
  .legend { grid-template-columns: minmax(0, 1fr); }
  .pin { width: 24px; height: 24px; font-size: 11px; box-shadow: 0 0 0 3px rgba(240, 107, 88, .25); }
  .qcalc { padding: 20px 18px; }
  .qc-out b { font-size: 20px; }
  .cta-band { padding: 32px 20px; border-radius: 22px; }
  .cta-actions .btn { width: 100%; }
}
@media (max-width: 420px) {
  .lp-cta-long { display: none; }
  .lp-cta-short { display: inline; }
  .lp-header .lp-header-cta { padding: 0 12px; }
}
@media (prefers-reduced-motion: reduce) {
  .data-card, .blob, .live-dot, .cal-next i, .wa-float, .ru-city .pulse { animation: none; }
  .ru-city .pulse { opacity: .5; }
  .hl-path { animation: none; stroke-dashoffset: 0; }
  .hl-area, .hl-dot { animation: none; opacity: 1; }
  .ticker-row { animation: none; }
  .rpanel, .aud-panel { animation: none; }
  .reveal, .reveal.pre { opacity: 1; transform: none; transition: none; }
  .reveal.pre .g-arc, .g-arc { stroke-dashoffset: calc(100 - var(--v)); transition: none; }
  .reveal.pre .timebar i, .timebar i { width: var(--w); transition: none; }
  .reveal.pre .heat-grid i, .reveal.pre .hist-bars i { transform: none; opacity: 1; }
  .reveal.pre .ladder .lv { width: var(--w); }
  .tile, .pp, .aud-tab, .lp-tiers .tier, .file { transition: none; }
  .timeline::after { transform: scaleY(1); }
}
