/* ============================================================
   Reactor G Uzbekistan — САЙТ 1.3
   Новый утверждённый дизайн: hero (боль) → топливо → Фергана →
   доверие → компактные фильтры → карта с замком на карточках → закон.
   База токенов и карты — app.css. Здесь только новые блоки.
   Палитра: тёплый sand-фон, тёмно-синий текст, оранжевый акцент,
   синий Telegram-CTA, нейтральный замок.
   ============================================================ */

.site {
  --navy: #15233C;
  --navy-soft: #2E3F5C;
  --navy-mute: #5E6B82;
  --accent: #E0701C;
  --accent-deep: #C25A12;
  --tg: #2A8BD0;
  --tg-deep: #1F71AC;
  --line: #E2D6BC;
  --line-soft: #EADFC9;
  --paper: #FBF6EC;
}

/* контейнер ширины */
.s-wrap { max-width: 1320px; margin: 0 auto; padding-left: clamp(16px, 4vw, 40px); padding-right: clamp(16px, 4vw, 40px); }

/* ============================================================
   HEADER
   ============================================================ */
.s-head {
  position: sticky; top: 0; z-index: 60;
  background: rgba(251,246,236,.88); backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line-soft);
}
.s-head-in { display: flex; align-items: center; gap: 22px; height: 72px; }
.s-logo { display: flex; align-items: center; gap: 12px; flex: none; }
.s-logo-img { height: 52px; width: auto; display: block; }
.s-logo-mark { width: 46px; height: 46px; flex: none; }
.s-logo-tx { display: flex; flex-direction: column; line-height: 1; }
.s-logo-tx b {
  font-family: var(--font-display); font-weight: 800; font-size: 21px;
  letter-spacing: .01em; color: var(--navy);
}
.s-logo-tx span {
  font-family: var(--font-body); font-weight: 700; font-size: 11px;
  letter-spacing: .28em; color: var(--accent); margin-top: 4px;
}
.s-nav { display: flex; align-items: center; gap: 4px; margin-left: 10px; }
.s-nav-link {
  font-family: var(--font-body); font-weight: 600; font-size: 15px;
  color: var(--navy-soft); background: none; border: 0; padding: 9px 13px; border-radius: 9px;
  transition: background .14s, color .14s; white-space: nowrap;
}
.s-nav-link:hover { background: rgba(21,35,60,.07); color: var(--navy); }
.s-head-sp { flex: 1; }
.s-head-cta {
  display: inline-flex; align-items: center; gap: 8px; flex: none;
  font-family: var(--font-body); font-weight: 600; font-size: 15px; color: #fff;
  background: var(--navy); border: 1px solid var(--navy); border-radius: 11px;
  padding: 11px 18px; min-height: 46px; transition: background .15s, transform .15s;
}
.s-head-cta:hover { background: var(--navy-soft); transform: translateY(-1px); }
.s-head-cta svg { width: 17px; height: 17px; }
/* голубая Telegram-кнопка «Контакты» — самолётик = только связь */
.s-head-cta--tg {
  background: linear-gradient(180deg, var(--tg), var(--tg-deep)); border-color: var(--tg-deep);
  box-shadow: 0 6px 16px rgba(31,113,172,.22);
}
.s-head-cta--tg:hover { background: linear-gradient(180deg, var(--tg), var(--tg-deep)); filter: brightness(1.06); }

/* burger + mobmenu (mobile) */
.s-burger { display: none; flex: none; width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 11px; background: #fff; align-items: center; justify-content: center; }
.s-burger svg { width: 22px; height: 22px; color: var(--navy); }
.s-mobmenu { display: none; }

/* ============================================================
   HERO
   ============================================================ */
.s-hero { position: relative; overflow: hidden; }
.s-hero::before {
  content: ""; position: absolute; right: -6%; top: -10%; width: 60%; height: 120%;
  background: radial-gradient(closest-side, rgba(224,112,28,.10), transparent 70%);
  pointer-events: none;
}
.s-hero-in {
  position: relative; display: grid; grid-template-columns: 1.06fr .94fr;
  gap: clamp(24px, 4vw, 56px); align-items: center;
  padding-top: clamp(28px, 3.4vw, 46px); padding-bottom: clamp(14px, 1.8vw, 24px);
}
.s-h1 {
  font-family: var(--font-display); font-weight: 800; letter-spacing: -.02em;
  font-size: clamp(34px, 4.4vw, 62px); line-height: 1.08; color: var(--navy);
  margin: 0; text-wrap: balance;
}
.s-h1 .accent { color: var(--accent); }
.s-sub {
  font-size: clamp(16px, 1.5vw, 19px); line-height: 1.5; color: var(--navy-soft);
  margin: 22px 0 0; max-width: 46ch; text-wrap: pretty;
}
.s-claim {
  font-family: var(--font-display); font-weight: 700; letter-spacing: -.01em;
  font-size: clamp(18px, 1.9vw, 23px); line-height: 1.25; color: var(--navy);
  margin: 14px 0 0; max-width: 34ch; text-wrap: balance;
}
.s-claim .accent { color: var(--accent); }
.s-cta-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }
.s-btn-tg {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  font-family: var(--font-body); font-weight: 700; font-size: 16px; color: #fff;
  background: linear-gradient(180deg, var(--tg), var(--tg-deep)); border: 1px solid var(--tg-deep);
  border-radius: 13px; padding: 14px 22px; min-height: 52px;
  box-shadow: 0 8px 20px rgba(31,113,172,.26); transition: transform .15s, box-shadow .2s;
}
.s-btn-tg:hover { transform: translateY(-2px); box-shadow: 0 14px 30px rgba(31,113,172,.32); }
.s-btn-tg svg { width: 19px; height: 19px; }
.s-btn-ghost {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  font-family: var(--font-body); font-weight: 600; font-size: 15px; color: var(--navy);
  background: #fff; border: 1px solid var(--line); border-radius: 13px;
  padding: 14px 20px; min-height: 52px; transition: border-color .15s, transform .15s;
}
.s-btn-ghost:hover { border-color: var(--accent); transform: translateY(-1px); }
.s-btn-ghost svg { width: 18px; height: 18px; color: var(--accent-deep); }
/* основная кнопка hero — переход к карте (тёмно-синяя, не голубая: голубой = Telegram) */
.s-btn-map {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  font-family: var(--font-body); font-weight: 700; font-size: 16px; color: #fff;
  background: var(--navy); border: 1px solid var(--navy); border-radius: 13px;
  padding: 14px 24px; min-height: 52px; box-shadow: 0 8px 20px rgba(21,35,60,.20);
  transition: transform .15s, box-shadow .2s, background .15s;
}
.s-btn-map:hover { background: var(--navy-soft); transform: translateY(-2px); box-shadow: 0 14px 30px rgba(21,35,60,.26); }
.s-btn-map svg { width: 18px; height: 18px; }

/* реактор */
.s-hero-art { position: relative; display: flex; justify-content: center; align-items: flex-end; }
.s-hero-art::before {
  content: ""; position: absolute; inset: auto 4% 6% 4%; height: 62%;
  background: radial-gradient(120% 90% at 50% 100%, rgba(78,122,46,.16), transparent 72%);
  border-radius: 50%; filter: blur(6px); z-index: 0;
}
.s-reactor {
  position: relative; z-index: 1; width: auto; height: clamp(300px, 32vw, 440px);
  filter: drop-shadow(0 26px 40px rgba(42,32,23,.22));
}
.s-reactor--mob { display: none; }   /* мобильная копия — только на узких экранах */

/* топливо одним целым изображением (не режем на 3) — сразу под энерго-блоком */
.s-fueltrio { grid-column: 1 / -1; margin: clamp(6px, 1.2vw, 14px) 0 0; }
.s-fueltrio img {
  display: block; width: 100%; height: auto; border-radius: 18px;
  border: 1px solid var(--line-soft);
}

/* ============================================================
   PROOF панель
   ============================================================ */
.s-proof { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 30px; }
.s-proof-card {
  background: #fff; border: 1px solid var(--line-soft); border-radius: 16px;
  padding: 16px 17px; box-shadow: var(--sh-1); position: relative;
}
.s-proof-card::before { content: ""; position: absolute; left: 0; top: 16px; bottom: 16px; width: 3px; border-radius: 3px; background: var(--accent); }
.s-pc-h { display: flex; align-items: baseline; gap: 9px; }
.s-pc-big { font-family: var(--font-display); font-weight: 800; font-size: 28px; line-height: 1; color: var(--accent); }
.s-pc-ic { width: 20px; height: 20px; color: var(--accent-deep); flex: none; }
.s-pc-mid { font-family: var(--font-display); font-weight: 700; font-size: 17px; color: var(--navy); }
.s-pc-card-body b { display: block; font-family: var(--font-display); font-weight: 700; font-size: 16px; color: var(--navy); margin-top: 8px; line-height: 1.15; }
.s-pc-sub { display: block; font-size: 12.5px; color: var(--navy-mute); margin-top: 6px; line-height: 1.35; }

/* ============================================================
   КАК ЭТО РАБОТАЕТ (инфографика) + реальный пример
   ============================================================ */
.s-howto { padding-top: clamp(18px, 2.6vw, 40px); padding-bottom: clamp(26px, 3.4vw, 44px); }
.s-howto-title {
  font-family: var(--font-display); font-weight: 700; font-size: clamp(21px, 2.4vw, 30px);
  color: var(--navy); margin: 0 0 clamp(14px, 1.6vw, 20px); text-wrap: balance;
}
.s-howto-title em { color: var(--accent); font-style: normal; }
.s-howto-fig { margin: 0; }
.s-howto-fig img {
  display: block; width: 100%; height: auto;
  border-radius: clamp(12px, 1.4vw, 20px); border: 1px solid var(--line-soft);
  box-shadow: var(--sh-2);
}

/* ---- реальный пример «это уже работает» — компактная строка ---- */
.s-example {
  display: grid; grid-template-columns: minmax(240px, 320px) 1fr; gap: clamp(16px, 2vw, 28px);
  align-items: center; margin-top: clamp(18px, 2.4vw, 30px);
  background: #fff; border: 1px solid var(--line-soft); border-radius: 18px;
  padding: clamp(12px, 1.2vw, 16px); box-shadow: var(--sh-1);
}
.s-example-media {
  position: relative; aspect-ratio: 16/9; border-radius: 12px; overflow: hidden;
  background: linear-gradient(135deg,#33271b,#1d150d);
}
.s-example-media image-slot { display: block; width: 100%; height: 100%; }
.s-example-img { display: block; width: 100%; height: 100%; object-fit: cover; }
.cm-img { display: block; width: 100%; height: 100%; object-fit: cover; }
.s-example-body { padding: 4px clamp(4px, 1vw, 12px); }
.s-example-k {
  display: inline-block; font-family: var(--font-body); font-weight: 700; font-size: 11px;
  letter-spacing: .15em; text-transform: uppercase; color: var(--green-deep); margin-bottom: 9px;
}
.s-example-link {
  display: inline-flex; align-items: center; gap: 5px; margin-top: 14px;
  font-family: var(--font-body); font-weight: 700; font-size: 14px; color: var(--navy);
  background: none; border: 0; padding: 0; cursor: pointer; transition: gap .15s, color .15s;
}
.s-example-link:hover { gap: 9px; color: var(--accent-deep); }
.s-example-link svg { width: 16px; height: 16px; color: var(--accent-deep); }

/* ---- общие элементы превью видео (бейдж/плей/тексты) ---- */
.s-fg-badge {
  position: absolute; left: 12px; top: 12px; z-index: 2;
  display: inline-flex; align-items: center; gap: 7px;
  background: rgba(29,21,13,.8); color: #f3e6cb; border: 1px solid rgba(224,112,28,.55);
  padding: 6px 12px; border-radius: 999px; font-size: 12px; font-weight: 600; white-space: nowrap;
}
.s-fg-badge .d { width: 7px; height: 7px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 3px rgba(224,112,28,.3); }
.s-fg-play {
  position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); z-index: 2;
  width: 54px; height: 54px; border-radius: 50%; background: rgba(224,112,28,.95); color: #fff;
  display: grid; place-items: center; border: 3px solid rgba(255,255,255,.65);
  box-shadow: 0 10px 26px rgba(0,0,0,.42); pointer-events: none;
}
.s-fg-play svg { width: 22px; height: 22px; margin-left: 3px; }
.s-fg-title { font-family: var(--font-display); font-weight: 700; font-size: clamp(16px, 1.6vw, 20px); line-height: 1.22; color: var(--navy); margin: 0; }
.s-fg-text { font-size: 13.5px; color: var(--navy-soft); margin: 9px 0 0; line-height: 1.5; }

/* ============================================================
   ДОВЕРИТЕЛЬНАЯ СТРОКА
   ============================================================ */
.s-trust-band { background: var(--paper); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.s-trust {
  display: flex; align-items: center; gap: 18px; flex-wrap: wrap;
  padding-top: 15px; padding-bottom: 15px;
}
.s-trust-l, .s-trust-r { display: flex; align-items: center; gap: 11px; font-size: 14px; color: var(--navy-soft); line-height: 1.4; }
.s-trust-l { font-weight: 600; }
.s-trust-l svg, .s-trust-r svg { width: 20px; height: 20px; flex: none; }
.s-trust-l svg { color: var(--green-deep); }
.s-trust-r { margin-left: auto; }
.s-trust-r svg { color: var(--navy-mute); }
.s-trust-sep { width: 1px; align-self: stretch; background: var(--line); }

/* ============================================================
   ФИЛЬТРЫ (компактные)
   ============================================================ */
.s-filters { padding-top: clamp(18px, 2.4vw, 26px); padding-bottom: 8px; }
.s-frow { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.s-frow + .s-frow { margin-top: 10px; }
.s-flabel { font-size: 11.5px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--navy-mute); flex: none; width: 84px; }
.s-chip {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--font-body); font-weight: 600; font-size: 14px; color: var(--navy-soft);
  background: #fff; border: 1.5px solid var(--line); border-radius: 11px;
  padding: 9px 15px; min-height: 42px; transition: border-color .14s, background .14s, color .14s;
}
.s-chip:hover { border-color: var(--accent); }
.s-chip.is-on { background: var(--navy); border-color: var(--navy); color: #fff; }
.s-chip .s-chip-ic { width: 18px; height: 18px; display: grid; place-items: center; }
.s-chip .s-chip-ic svg { width: 16px; height: 16px; }
.s-chip .s-chip-n { font-family: var(--font-display); font-weight: 700; font-size: 13px; opacity: .7; }
.s-chip.is-on .s-chip-n { opacity: .9; }
.s-chip.zero { opacity: .5; }
/* цветные точки у типов */
.s-tchip .s-chip-dot { width: 10px; height: 10px; border-radius: 3px; flex: none; }
.s-tchip.t-working .s-chip-dot { background: var(--c-working); border-radius: 50%; }
.s-tchip.t-fuel    .s-chip-dot { background: var(--c-fuel); }
.s-tchip.t-welder  .s-chip-dot { background: var(--c-welder); clip-path: polygon(50% 0,100% 50%,50% 100%,0 50%); }
.s-tchip.t-engine  .s-chip-dot { background: var(--c-engine); clip-path: polygon(50% 0,100% 36%,82% 100%,18% 100%,0 36%); }
.s-tchip.t-demand  .s-chip-dot { background: #fff; border: 2px solid var(--c-demand); border-radius: 50%; }
.s-tchip.t-law     .s-chip-dot { background: var(--c-law); clip-path: polygon(50% 4%,96% 94%,4% 94%); }

/* ============================================================
   КАРТА + САЙДБАР
   ============================================================ */
.s-mapzone {
  display: grid; grid-template-columns: 1fr clamp(360px, 30vw, 430px);
  gap: clamp(18px, 2.2vw, 30px); align-items: start;
  padding-top: clamp(14px, 1.8vw, 22px); padding-bottom: clamp(28px, 3.4vw, 48px);
}
.s-map {
  position: relative; background: linear-gradient(180deg,#FCF7EC,#F4E9D3);
  border: 1px solid var(--line); border-radius: 20px; overflow: hidden;
  box-shadow: var(--sh-1);
}
.s-map-inner { position: relative; padding: clamp(10px, 1.6vw, 20px); }
.s-map-inner .mapimg { width: 100%; height: auto; filter: drop-shadow(0 14px 26px rgba(42,32,23,.16)); }

/* halo выбранной области */
.s-halo { position: absolute; width: 132px; height: 132px; transform: translate(-50%,-50%); border-radius: 50%; pointer-events: none; background: radial-gradient(closest-side, rgba(224,112,28,.26), transparent 72%); z-index: 3; }

/* плашки на карте */
.s-map-count { position: absolute; left: 16px; top: 16px; z-index: 6; display: inline-flex; align-items: center; gap: 7px; font-size: 12.5px; font-weight: 600; color: var(--navy); background: rgba(251,246,236,.94); border: 1px solid var(--line-soft); padding: 7px 13px; border-radius: 999px; box-shadow: var(--sh-1); }
.s-map-count b { font-family: var(--font-display); font-weight: 800; color: var(--accent-deep); }

/* кластер-метка области — одна на область, крупная зона нажатия */
.mcl {
  position: absolute; transform: translate(-50%, -50%); z-index: 5;
  display: flex; flex-direction: column; align-items: center; gap: 5px;
  background: none; border: 0; padding: 6px; cursor: pointer;
  transition: transform .15s, opacity .15s; -webkit-tap-highlight-color: transparent;
}
.mcl:hover { transform: translate(-50%, -50%) scale(1.08); z-index: 9; }
.mcl-bub {
  width: 42px; height: 42px; border-radius: 50%; display: grid; place-items: center;
  font-family: var(--font-display); font-weight: 800; font-size: 17px; color: var(--navy);
  background: #fff; border: 2px solid var(--accent);
  box-shadow: 0 6px 16px rgba(42,32,23,.22), inset 0 1px 0 rgba(255,255,255,.7);
}
.mcl-name {
  font-size: 11.5px; font-weight: 700; color: var(--navy); white-space: nowrap;
  background: rgba(251,246,236,.95); border: 1px solid var(--line-soft);
  padding: 2px 8px; border-radius: 999px; box-shadow: var(--sh-1);
  opacity: 0; transform: translateY(-3px); transition: opacity .14s, transform .14s; pointer-events: none;
}
.mcl:hover .mcl-name, .mcl.is-active .mcl-name { opacity: 1; transform: none; }
/* живой кластер — есть работающий Reactor G */
.mcl--live .mcl-bub { color: #fff; border-color: rgba(255,255,255,.85); background: linear-gradient(180deg, var(--accent), var(--accent-deep)); }
.mcl-pulse {
  position: absolute; top: 6px; left: 50%; transform: translateX(-50%);
  width: 42px; height: 42px; border-radius: 50%; z-index: -1;
  background: var(--accent); opacity: .5; animation: mclpulse 2.4s ease-out infinite;
}
@keyframes mclpulse { 0% { transform: translateX(-50%) scale(.7); opacity: .5; } 70%, 100% { transform: translateX(-50%) scale(2); opacity: 0; } }
/* выбранная область */
.mcl.is-active { z-index: 10; }
.mcl.is-active .mcl-bub { outline: 3px solid var(--accent); outline-offset: 3px; }
.mcl.is-dim { opacity: .32; }
.mcl.is-dim:hover { opacity: .75; }

/* подпись-инструкция под картой */
.s-map-cap {
  display: flex; gap: 8px; align-items: flex-start;
  margin: 0 clamp(10px, 1.6vw, 20px) clamp(10px, 1.6vw, 20px);
  padding: 10px 13px; font-size: 12.5px; line-height: 1.4; color: var(--navy-soft);
  background: rgba(21,35,60,.05); border-radius: 12px;
}
.s-map-cap svg { width: 16px; height: 16px; flex: none; margin-top: 1px; color: var(--navy-mute); }

/* Telegram CTA на карте */
.s-mapcta {
  position: absolute; right: 16px; bottom: 16px; z-index: 7; width: min(330px, 64%);
  background: linear-gradient(165deg, #1d3556, var(--navy)); color: #fff;
  border: 1px solid rgba(255,255,255,.12); border-radius: 18px; padding: 18px 20px;
  box-shadow: 0 18px 40px rgba(21,35,60,.32);
}
.s-mapcta-h { display: flex; align-items: center; gap: 11px; }
.s-mapcta-tg { width: 40px; height: 40px; border-radius: 11px; background: linear-gradient(180deg, var(--tg), var(--tg-deep)); display: grid; place-items: center; flex: none; }
.s-mapcta-tg svg { width: 22px; height: 22px; color: #fff; }
.s-mapcta-h b { font-family: var(--font-display); font-weight: 700; font-size: 18px; line-height: 1.15; }
.s-mapcta-tx { display: flex; gap: 9px; align-items: flex-start; margin-top: 13px; font-size: 13px; color: rgba(255,255,255,.82); line-height: 1.45; }
.s-mapcta-tx svg { width: 17px; height: 17px; flex: none; margin-top: 1px; color: rgba(255,255,255,.6); }
.s-mapcta .s-btn-tg { width: 100%; margin-top: 15px; font-size: 15px; min-height: 48px; }

/* ---------- Сайдбар ---------- */
.s-side {
  position: sticky; top: 88px;
  background: linear-gradient(180deg,#FBF6EC,#F7EEDD);
  border: 1px solid var(--line-soft); border-radius: 20px; box-shadow: var(--sh-1);
  display: flex; flex-direction: column; overflow: hidden; max-height: calc(100vh - 104px);
}
.s-side-scroll { padding: 18px; overflow-y: auto; }
.s-side-foot { padding: 14px 18px 16px; border-top: 1px solid var(--line-soft); background: rgba(251,246,236,.7); }
.s-side-foot .s-btn-tg { width: 100%; }

/* sidebar hint */
.s-hint { text-align: center; padding: 14px 6px 6px; }
.s-hint-ic { width: 54px; height: 54px; border-radius: 15px; margin: 0 auto 12px; display: grid; place-items: center; background: rgba(224,112,28,.12); color: var(--accent-deep); }
.s-hint-ic svg { width: 27px; height: 27px; }
.s-hint h3 { font-family: var(--font-display); font-weight: 700; font-size: 20px; color: var(--navy); margin: 0; }
.s-hint p { font-size: 13.5px; color: var(--navy-mute); margin: 9px 0 0; text-wrap: pretty; line-height: 1.5; }

/* sidebar back */
.s-back { display: inline-flex; align-items: center; gap: 7px; font-size: 13px; font-weight: 600; color: var(--navy-soft); background: none; border: 0; padding: 4px 0 12px; }
.s-back svg { width: 18px; height: 18px; }
.s-back:hover { color: var(--accent-deep); }

/* список точек */
.s-summary-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 10px; margin-bottom: 12px; }
.s-summary-head h2 { font-family: var(--font-display); font-weight: 700; font-size: 21px; color: var(--navy); margin: 0; }
.s-summary-sub { display: inline-flex; align-items: center; gap: 6px; font-size: 12.5px; color: var(--navy-mute); font-weight: 600; margin-top: 4px; }
.s-summary-sub svg { width: 14px; height: 14px; color: var(--accent-deep); }
.s-reset { font-size: 12px; font-weight: 600; color: var(--accent-deep); background: none; border: 0; padding: 4px 0; flex: none; }
.s-tip { display: flex; gap: 8px; align-items: flex-start; font-size: 12.5px; color: var(--navy-soft); background: rgba(224,112,28,.07); border: 1px solid rgba(224,112,28,.2); border-radius: 11px; padding: 10px 12px; margin-bottom: 12px; line-height: 1.4; }
.s-tip svg { width: 16px; height: 16px; flex: none; margin-top: 1px; color: var(--accent-deep); }

.s-rows { display: flex; flex-direction: column; gap: 9px; }
.s-srow { display: flex; align-items: center; gap: 12px; width: 100%; text-align: left; background: #fff; border: 1px solid var(--line-soft); border-radius: 13px; padding: 11px 13px; transition: border-color .14s, box-shadow .14s; }
.s-srow:hover { border-color: var(--line); box-shadow: var(--sh-1); }
.s-srow.is-on { box-shadow: var(--sh-1); }
.s-srow-ic { width: 36px; height: 36px; flex: none; display: grid; place-items: center; color: #fff; }
.s-srow-ic svg { width: 19px; height: 19px; }
.s-srow-tx { flex: 1; min-width: 0; }
.s-srow-tx b { font-size: 14.5px; font-weight: 600; color: var(--navy); display: block; line-height: 1.2; }
.s-srow-tx span { font-size: 12px; color: var(--navy-mute); }
.s-srow-n { font-family: var(--font-display); font-weight: 800; font-size: 18px; color: var(--navy); flex: none; }
.s-srow.zero .s-srow-n { color: var(--navy-mute); opacity: .6; }
.s-srow-chev { width: 18px; height: 18px; color: var(--navy-mute); flex: none; }

.s-list { display: flex; flex-direction: column; gap: 7px; padding: 9px 0 4px 8px; }
.s-item { display: flex; align-items: center; gap: 11px; width: 100%; text-align: left; background: var(--paper); border: 1px solid var(--line-soft); border-radius: 11px; padding: 10px 12px; transition: border-color .14s, background .14s; }
.s-item:hover { border-color: var(--accent); background: #fff; }
.s-item-ic { width: 30px; height: 30px; flex: none; display: grid; place-items: center; color: #fff; }
.s-item-ic svg { width: 16px; height: 16px; }
.s-item-tx { flex: 1; min-width: 0; }
.s-item-tx b { font-size: 13.5px; font-weight: 600; color: var(--navy); display: block; line-height: 1.25; }
.s-item-tx .sub { font-size: 11.5px; color: var(--navy-mute); display: block; margin-top: 2px; }
.s-item-tx .sub svg { width: 12px; height: 12px; vertical-align: -2px; color: var(--accent-deep); }
.s-item-go { width: 17px; height: 17px; color: var(--navy-mute); flex: none; }

/* ============================================================
   ЗАМОК НА КАРТОЧКЕ ТОЧКИ
   ============================================================ */
.s-lock {
  display: flex; gap: 12px; align-items: flex-start; margin-top: 14px;
  background: linear-gradient(180deg,#F7F1E4,#F1E8D4); border: 1px solid var(--line);
  border-radius: 13px; padding: 13px 14px;
}
.s-lock-ic { width: 38px; height: 38px; border-radius: 10px; background: rgba(94,107,130,.12); color: var(--navy-soft); display: grid; place-items: center; flex: none; }
.s-lock-ic svg { width: 20px; height: 20px; }
.s-lock b { font-family: var(--font-display); font-weight: 700; font-size: 14.5px; color: var(--navy); display: block; }
.s-lock p { margin: 5px 0 0; font-size: 12.5px; color: var(--navy-mute); line-height: 1.45; }

/* ============================================================
   ЗАКОН И ШТРАФЫ — карточка-магнит
   ============================================================ */
.s-law-band { position: relative; overflow: hidden; background: linear-gradient(180deg,#1C2E4F,#13203A); border-top: 1px solid rgba(255,255,255,.06); }
.s-law-band::before { content: ""; position: absolute; inset: 0; pointer-events: none; background: radial-gradient(72% 92% at 88% -6%, rgba(224,112,28,.18), transparent 58%); }
.s-law, .s-law-cards { position: relative; z-index: 1; }
.s-law {
  display: flex; align-items: center; gap: clamp(16px, 2.6vw, 30px); flex-wrap: wrap;
  padding-top: clamp(22px, 3vw, 34px); padding-bottom: clamp(22px, 3vw, 34px);
}
.s-law-ic { width: 58px; height: 58px; border-radius: 16px; background: rgba(224,112,28,.20); color: #F4B89A; display: grid; place-items: center; flex: none; border: 1px solid rgba(244,184,154,.25); }
.s-law-ic svg { width: 30px; height: 30px; }
.s-law-tx { flex: 1; min-width: 220px; }
.s-law-tx h3 { font-family: var(--font-display); font-weight: 700; font-size: clamp(20px, 2.2vw, 26px); color: #fff; margin: 0; }
.s-law-tx p { margin: 7px 0 0; font-size: 14.5px; color: rgba(248,243,233,.74); line-height: 1.5; max-width: 60ch; }
.s-law .s-btn-flame {
  display: inline-flex; align-items: center; gap: 9px; flex: none;
  font-family: var(--font-body); font-weight: 700; font-size: 15px; color: #fff;
  background: linear-gradient(180deg, var(--red), var(--red-deep)); border: 1px solid var(--red-deep);
  border-radius: 13px; padding: 14px 22px; min-height: 52px; box-shadow: var(--sh-2);
  transition: transform .15s;
}
.s-law .s-btn-flame:hover { transform: translateY(-2px); }
.s-law .s-btn-flame svg { width: 18px; height: 18px; }

/* ============================================================
   ФУТЕР
   ============================================================ */
.s-foot { background: var(--espresso-2); color: rgba(248,243,233,.66); padding: clamp(34px, 4vw, 52px) 0 26px; }
.s-foot-top {
  display: flex; gap: clamp(28px, 6vw, 90px); flex-wrap: wrap; justify-content: space-between;
  padding-bottom: clamp(24px, 3vw, 34px); border-bottom: 1px solid rgba(255,255,255,.1);
}
.s-foot-brand { max-width: 440px; }
.s-foot-logo { font-family: var(--font-display); font-weight: 800; font-size: 20px; letter-spacing: .01em; color: #F8F3E9; }
.s-foot-logo span { color: var(--accent); font-weight: 700; font-size: 13px; letter-spacing: .1em; }
.s-foot-tag { margin: 11px 0 0; font-size: 13.5px; line-height: 1.5; color: rgba(248,243,233,.6); max-width: 46ch; }
.s-foot-tg {
  display: inline-flex; align-items: center; gap: 9px; margin-top: 17px;
  font-family: var(--font-body); font-weight: 700; font-size: 14.5px; color: #fff;
  background: linear-gradient(180deg, var(--tg), var(--tg-deep)); border: 1px solid var(--tg-deep);
  border-radius: 11px; padding: 11px 18px; min-height: 46px; transition: transform .15s, filter .15s;
}
.s-foot-tg:hover { transform: translateY(-1px); filter: brightness(1.07); }
.s-foot-tg svg { width: 17px; height: 17px; }
.s-foot-tg-note { display: block; margin-top: 9px; font-size: 12px; color: rgba(248,243,233,.45); }
.s-foot-links { display: flex; flex-direction: column; gap: 10px; align-items: flex-start; }
.s-foot-links h4 { font-family: var(--font-body); font-weight: 700; font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: rgba(248,243,233,.4); margin: 0 0 3px; }
.s-foot-links button { background: none; border: 0; padding: 0; font-size: 14px; color: rgba(248,243,233,.78); cursor: pointer; transition: color .14s; text-align: left; }
.s-foot-links button:hover { color: var(--accent); }
.s-foot-bottom { display: flex; gap: 16px; flex-wrap: wrap; align-items: center; justify-content: space-between; font-size: 13px; padding-top: 22px; }
.s-foot .safety { color: rgba(248,243,233,.42); font-size: 11.5px; max-width: 64ch; }

/* mobile big CTA — скрыт на десктопе */
.s-mob-cta { display: none; }

/* ============================================================
   АДАПТИВ
   ============================================================ */
@media (max-width: 1080px) {
  .s-nav { display: none; }
  .s-head-cta { padding: 11px 15px; }   /* «Контакты» — слово оставляем, оно короткое */
}

@media (max-width: 920px) {
  /* header → бургер */
  .s-burger { display: flex; }
  .s-head-in { height: 64px; gap: 12px; }
  .s-logo-mark { width: 40px; height: 40px; }
  .s-logo-img { height: 44px; }
  .s-logo-tx b { font-size: 18px; }
  .s-logo-tx span { font-size: 9.5px; letter-spacing: .22em; }
  .s-head-cta { font-size: 14px; }
  .s-head-cta span { display: inline; }
  .s-head-sp { flex: 1; }

  /* мобильное меню */
  .s-mobmenu.open { display: block; position: fixed; top: 64px; left: 0; right: 0; bottom: auto; height: calc(100vh - 64px); height: calc(100dvh - 64px); overflow-y: auto; z-index: 55; background: #FBF6EC; padding: 14px clamp(16px,4vw,40px); }
  .s-mobmenu.open a { display: block; font-family: var(--font-display); font-weight: 700; font-size: 22px; color: var(--navy); padding: 16px 0; border-bottom: 1px solid var(--line-soft); }

  /* HERO — реактор крупный, прижат к правому краю, текст обтекает его вплотную */
  .s-hero-in { display: block; padding-top: 18px; }
  .s-hero-text { display: flow-root; }            /* контейнер обтекания float */
  .s-hero-art { display: contents; }              /* энерго-надпись уходит под текст */
  .s-reactor--desk { display: none; }             /* десктопную картинку прячем */
  .s-reactor--mob {
    display: block; float: right; position: relative; z-index: 1;
    width: clamp(170px, 50vw, 220px); height: auto;
    margin: 0 -14px 2px 6px;                       /* цилиндр выходит к самому правому краю */
    shape-outside: url(../assets/reactor-float.png);/* текст обтекает силуэт аппарата, не рамку */
    shape-image-threshold: 0.55;                   /* игнорируем полупрозрачный ореол → текст вплотную */
    shape-margin: 3px;
  }
  .s-h1 { font-size: clamp(23px, 6.2vw, 32px); line-height: 1.12; text-wrap: normal; hyphens: auto; margin: 0; }
  .s-sub { margin-top: 14px; max-width: none; }
  .s-cta-row { clear: right; margin-top: 18px; }   /* кнопки во всю ширину ниже реактора */
  .s-cta-row .s-btn-map { flex: 1 1 auto; }
  .s-energy { clear: right; margin-top: 16px; }    /* надпись про экономию — под рисунком, во всю ширину */
  .s-fueltrio { clear: both; margin-top: 16px; }   /* топливо целиком — под энерго-блоком, во всю ширину */
  .s-fueltrio img { border-radius: 14px; }
  .s-proof { gap: 10px; margin-top: 22px; }
  .s-proof-card { padding: 13px 13px; }
  .s-pc-big { font-size: 24px; }
  .s-pc-card-body b { font-size: 14px; }
  .s-pc-sub { font-size: 11.5px; }

  /* инфографика «как это работает» — пример стекается */
  .s-example { grid-template-columns: 1fr; gap: 14px; }
  .s-example-media { max-width: 420px; }

  /* доверие — стек */
  .s-trust-r { margin-left: 0; }
  .s-trust-sep { display: none; }

  /* карта — стек */
  .s-mapzone { grid-template-columns: 1fr; }
  .s-mapcta { position: static; width: 100%; margin-top: 14px; }
  .s-side { position: static; max-height: none; }

  /* mobile big telegram CTA после пояса */
  .s-mob-cta { display: block; padding-top: 6px; padding-bottom: 8px; }
  .s-mob-cta .s-btn-tg { width: 100%; min-height: 56px; font-size: 17px; }
}

@media (max-width: 560px) {
  .s-head-in { gap: 10px; }
  .s-logo-tx span { display: none; }
  .s-h1 { font-size: clamp(25px, 7vw, 32px); line-height: 1.12; }
  .s-cta-row { flex-direction: column; }
  .s-cta-row .s-btn-tg, .s-cta-row .s-btn-ghost { width: 100%; }
  .s-fuel-name { font-size: 13px; }
  .s-fuel-sub { font-size: 11px; }
  .s-fuel-cell { padding: 12px 8px 14px; }
  .s-flabel { width: 100%; }
}

@media (max-width: 380px) {
  .s-proof { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  .mk--working .mk-pulse { animation: none; }
}

/* ============================================================
   1.4 — НОВЫЕ БЛОКИ (взято из утверждённого макета):
   энерго-карточка · навиг.карточки · энергоитог топлива ·
   мета-сетка карточки · реестр точек · карточки закона
   ============================================================ */

/* ---- проф-карточка доказательств у реактора ---- */
.s-energy {
  position: relative; z-index: 2; margin-top: 16px; max-width: 372px;
  background: #fff; border: 1px solid var(--line);
  border-radius: 16px; padding: 4px 18px; box-shadow: var(--sh-1);
}
.s-stat { display: flex; gap: 15px; align-items: center; padding: 15px 0; }
.s-stat + .s-stat { border-top: 1px solid var(--line-soft); }
.s-stat-tx { font-size: 12.8px; line-height: 1.42; color: var(--navy-soft); text-wrap: pretty; }
.s-stat-tx b { color: var(--navy); font-weight: 700; }
.s-stat-tx em { font-style: normal; font-weight: 700; color: var(--green-deep); }
/* большой числовой акцент −30% */
.s-stat-num {
  flex: none; font-family: var(--font-display); font-weight: 800; letter-spacing: -.02em;
  font-size: 38px; line-height: .9; color: var(--accent); min-width: 64px; text-align: center;
}
.s-stat-num i { font-style: normal; font-size: 22px; }
/* зелёный бейдж рейтинга чистоты */
.s-stat-badge {
  flex: none; display: flex; flex-direction: column; align-items: center; justify-content: center;
  font-family: var(--font-display); font-weight: 800; font-size: 22px; line-height: 1; white-space: nowrap;
  color: #fff; background: linear-gradient(180deg, var(--green), var(--green-deep));
  border-radius: 12px; padding: 9px 10px; min-width: 66px; box-shadow: 0 4px 12px rgba(78,122,46,.28);
}
.s-stat-badge-n { font-weight: 800; }
.s-stat-badge i { font-style: normal; font-weight: 700; font-size: 11px; letter-spacing: .02em; margin-top: 3px; opacity: .92; }
.s-hero-art { flex-direction: column; }

/* ---- энергоитог топлива ---- */
.s-fuel-sum {
  display: flex; align-items: center; gap: 14px; margin-top: 14px;
  background: linear-gradient(180deg,#FDF7EA,#F8EFDC);
  border: 1px solid rgba(224,112,28,.28); border-radius: 16px; padding: 14px 18px;
  box-shadow: var(--sh-1);
}
.s-fuel-sum-ic { width: 46px; height: 46px; flex: none; border-radius: 50%; display: grid; place-items: center; background: rgba(224,112,28,.14); color: var(--accent); }
.s-fuel-sum-ic svg { width: 26px; height: 26px; }
.s-fuel-sum-tx { flex: 1; min-width: 0; }
.s-fuel-sum-tx b { display: block; font-family: var(--font-display); font-weight: 800; font-size: clamp(17px, 1.7vw, 21px); color: var(--navy); line-height: 1.1; }
.s-fuel-sum-tx span { display: block; font-size: 12.5px; color: var(--navy-soft); margin-top: 5px; }
.s-fuel-sum-coal { width: 40px; height: 40px; flex: none; color: var(--navy-mute); opacity: .6; }
.s-fuel-sum-coal svg { width: 40px; height: 40px; }

/* ---- карточка точки: бейджи, мета-сетка, мелкий шрифт ---- */
.card-badges { display: flex; flex-wrap: wrap; gap: 7px; align-items: center; }
.card-badge-vid { display: inline-flex; align-items: center; gap: 5px; font-size: 11.5px; font-weight: 700; color: #b3261e; background: rgba(179,38,30,.1); border: 1px solid rgba(179,38,30,.22); border-radius: 999px; padding: 4px 10px; }
.card-badge-vid svg { width: 12px; height: 12px; }
.card-meta { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: var(--line-soft); border: 1px solid var(--line-soft); border-radius: 12px; overflow: hidden; margin: 14px 0; }
.card-meta-cell { background: #fff; padding: 10px 13px; }
.card-meta-cell h6 { margin: 0; font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--navy-mute); }
.card-meta-cell b { display: block; font-family: var(--font-display); font-weight: 700; font-size: 14px; color: var(--navy); margin-top: 4px; line-height: 1.2; }
.card-fine { margin: 10px 0 0; font-size: 11.5px; color: var(--navy-mute); line-height: 1.4; text-align: center; }

/* ---- реестр точек ---- */
.s-reg { padding-top: clamp(20px, 2.6vw, 32px); padding-bottom: clamp(8px, 1.4vw, 16px); }
.s-reg-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 16px; margin-bottom: 14px; }
.s-reg-kicker { font-size: 11.5px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--accent-deep); }
.s-reg-head h2 { font-family: var(--font-display); font-weight: 700; font-size: clamp(20px, 2.2vw, 26px); color: var(--navy); margin: 5px 0 0; }
.s-reg-scope { font-size: .62em; font-weight: 600; color: var(--navy-mute); }
.s-reg-pager { display: flex; align-items: center; gap: 10px; flex: none; font-family: var(--font-display); font-weight: 700; font-size: 13px; color: var(--navy-soft); }
.s-reg-pager button { width: 38px; height: 38px; border-radius: 10px; border: 1px solid var(--line); background: #fff; display: grid; place-items: center; color: var(--navy); transition: border-color .14s, background .14s; }
.s-reg-pager button svg { width: 18px; height: 18px; }
.s-reg-pager button:hover:not(:disabled) { border-color: var(--accent); }
.s-reg-pager button:disabled { opacity: .35; }
.s-reg-rows { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.s-reg-row { display: flex; align-items: center; gap: 13px; text-align: left; background: #fff; border: 1px solid var(--line-soft); border-radius: 14px; padding: 13px 15px; transition: border-color .14s, box-shadow .14s; }
.s-reg-row:hover { border-color: var(--accent); box-shadow: var(--sh-1); }
.s-reg-row.is-on { border-color: var(--accent); box-shadow: 0 0 0 2px rgba(224,112,28,.18); }
.s-reg-ic { width: 38px; height: 38px; flex: none; display: grid; place-items: center; color: #fff; }
.s-reg-ic svg { width: 20px; height: 20px; }
.s-reg-tx { flex: 1; min-width: 0; }
.s-reg-tx b { display: block; font-size: 14.5px; font-weight: 600; color: var(--navy); line-height: 1.2; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.s-reg-sub { display: flex; align-items: center; gap: 5px; font-size: 11.5px; color: var(--navy-mute); margin-top: 3px; }
.s-reg-sub svg { width: 12px; height: 12px; color: var(--accent-deep); flex: none; }
.s-reg-vid { display: inline-flex; align-items: center; gap: 4px; font-size: 10.5px; font-weight: 700; color: #b3261e; flex: none; }
.s-reg-vid svg { width: 11px; height: 11px; }
.s-reg-tag { display: inline-flex; align-items: center; gap: 6px; font-size: 11.5px; font-weight: 600; color: var(--navy-soft); background: var(--paper); border: 1px solid var(--line-soft); border-radius: 999px; padding: 5px 11px; flex: none; white-space: nowrap; }
.s-reg-dot { width: 9px; height: 9px; border-radius: 3px; flex: none; }
.s-reg-tag.t-working .s-reg-dot { background: var(--c-working); border-radius: 50%; }
.s-reg-tag.t-fuel    .s-reg-dot { background: var(--c-fuel); }
.s-reg-tag.t-welder  .s-reg-dot { background: var(--c-welder); clip-path: polygon(50% 0,100% 50%,50% 100%,0 50%); }
.s-reg-tag.t-engine  .s-reg-dot { background: var(--c-engine); clip-path: polygon(50% 0,100% 36%,82% 100%,18% 100%,0 36%); }
.s-reg-tag.t-demand  .s-reg-dot { background: #fff; border: 2px solid var(--c-demand); border-radius: 50%; }
.s-reg-tag.t-law     .s-reg-dot { background: var(--c-law); clip-path: polygon(50% 4%,96% 94%,4% 94%); }
.s-reg-go { width: 17px; height: 17px; color: var(--navy-mute); flex: none; }
.s-reg-fine { display: flex; align-items: center; gap: 8px; font-size: 12px; color: var(--navy-mute); margin: 16px 0 0; }
.s-reg-fine svg { width: 15px; height: 15px; flex: none; }

/* ---- карточки закона ---- */
.s-law-cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; padding-bottom: clamp(22px, 3vw, 34px); }
.s-law-card { text-align: left; background: rgba(255,255,255,.055); border: 1px solid rgba(255,255,255,.12); border-radius: 16px; padding: 16px 17px; cursor: pointer; display: flex; flex-direction: column; width: 100%; font: inherit; transition: background .15s, border-color .15s, transform .15s; }
.s-law-card:hover { background: rgba(255,255,255,.1); border-color: rgba(224,112,28,.5); transform: translateY(-3px); }
.s-law-card-tag { display: inline-flex; align-self: flex-start; align-items: center; gap: 6px; font-size: 11px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; color: #F4B5A6; background: rgba(196,67,45,.28); border-radius: 999px; padding: 4px 11px; }
.s-law-card-tag svg { width: 13px; height: 13px; }
.s-law-card b { display: block; font-family: var(--font-display); font-weight: 700; font-size: 16px; color: #fff; margin: 11px 0 0; line-height: 1.2; text-wrap: balance; }
.s-law-card p { margin: 8px 0 0; font-size: 13px; color: rgba(248,243,233,.66); line-height: 1.45; }
.s-law-card-more { display: inline-flex; align-items: center; gap: 5px; margin-top: auto; padding-top: 12px; font-size: 12.5px; font-weight: 700; color: #F4B5A6; }
.s-law-card-more svg { width: 15px; height: 15px; transition: transform .15s; }
.s-law-card:hover .s-law-card-more svg { transform: translateX(3px); }

/* ---- модалка раскрытия закона ---- */
.s-lawm-box { max-width: 560px; background: #fff; border-radius: 18px; box-shadow: 0 30px 70px rgba(21,35,60,.4); }
.s-lawm { padding: clamp(22px, 3vw, 32px); }
.s-lawm-tag { display: inline-flex; align-items: center; gap: 7px; font-size: 11.5px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: var(--accent-deep); background: rgba(224,112,28,.1); border: 1px solid rgba(224,112,28,.28); padding: 6px 11px; border-radius: 999px; }
.s-lawm-tag svg { width: 14px; height: 14px; }
.s-lawm-title { font-family: var(--font-display); font-weight: 800; font-size: clamp(20px, 2.4vw, 26px); line-height: 1.16; color: var(--navy); margin: 14px 0 0; text-wrap: balance; }
.s-lawm-lead { margin: 12px 0 0; font-size: 14.5px; line-height: 1.55; color: var(--navy-soft); text-wrap: pretty; }
.s-lawm-list { margin: 14px 0 0; padding: 0; list-style: none; display: flex; flex-direction: column; gap: 9px; }
.s-lawm-list li { position: relative; padding-left: 22px; font-size: 13.8px; line-height: 1.5; color: var(--navy-soft); text-wrap: pretty; }
.s-lawm-list li::before { content: ""; position: absolute; left: 4px; top: 8px; width: 7px; height: 7px; border-radius: 2px; background: var(--accent); }
.s-lawm-fines { margin: 16px 0 0; display: flex; flex-direction: column; gap: 8px; }
.s-lawm-fine { display: flex; flex-direction: column; gap: 4px; padding: 13px 15px; border-radius: 13px; background: rgba(196,67,45,.06); border: 1px solid rgba(196,67,45,.2); }
.s-lawm-fine-k { font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: #b3261e; }
.s-lawm-fine-r { font-size: 13.5px; font-weight: 600; color: var(--navy); }
.s-lawm-note { display: flex; gap: 9px; align-items: flex-start; margin: 16px 0 0; padding: 13px 15px; border-radius: 13px; background: rgba(78,122,46,.09); border: 1px solid rgba(78,122,46,.26); font-size: 13.5px; line-height: 1.5; color: var(--green-deep); }
.s-lawm-note svg { width: 18px; height: 18px; flex: none; margin-top: 1px; color: var(--green-deep); }
.s-lawm-src { margin: 14px 0 0; font-size: 11.5px; color: var(--navy-mute); line-height: 1.4; }
.s-lawm-cta { margin-top: 18px; width: 100%; }

/* ---- сравнение с углём (фермер считает в угле) ---- */
.s-coal { margin-top: clamp(24px, 3.4vw, 46px); }
.s-coal-lead { max-width: 760px; }
.s-coal-k {
  display: inline-block; font-family: var(--font-body); font-weight: 700; font-size: 11px;
  letter-spacing: .15em; text-transform: uppercase; color: var(--accent-deep); margin-bottom: 9px;
}
.s-coal-title {
  font-family: var(--font-display); font-weight: 800; letter-spacing: -.01em;
  font-size: clamp(20px, 2.4vw, 28px); line-height: 1.15; color: var(--navy); margin: 0; text-wrap: balance;
}
.s-coal-title em { color: var(--accent); font-style: normal; }
.s-coal-sub {
  margin: 10px 0 0; font-size: clamp(14px, 1.4vw, 15.5px); color: var(--navy-soft);
  line-height: 1.5; max-width: 64ch; text-wrap: pretty;
}
.s-coal-fig { margin: clamp(14px, 1.8vw, 22px) 0 0; }
.s-coal-fig img {
  display: block; width: 100%; height: auto;
  border-radius: clamp(12px, 1.4vw, 20px); border: 1px solid var(--line-soft); box-shadow: var(--sh-2);
}

/* ---- биочар (двойной эффект) ---- */
.s-biochar { margin-top: clamp(28px, 3.6vw, 50px); }
.s-biochar-fig { margin: clamp(14px, 1.8vw, 22px) 0 0; }
.s-biochar-fig img {
  display: block; width: 100%; height: auto;
  border-radius: clamp(12px, 1.4vw, 20px); border: 1px solid var(--line-soft); box-shadow: var(--sh-2);
}

/* ---- калькулятор замены угля ---- */
.s-calc { margin-top: clamp(28px, 3.6vw, 50px); }
.s-calc-lead { max-width: 760px; }
.s-calc-card {
  margin-top: clamp(16px, 2vw, 24px); display: grid; grid-template-columns: 1.05fr .95fr;
  gap: clamp(20px, 2.6vw, 40px); align-items: stretch;
  background: #fff; border: 1px solid var(--line-soft); border-radius: clamp(16px, 1.6vw, 22px);
  padding: clamp(20px, 2.4vw, 34px); box-shadow: var(--sh-2);
}
.s-calc-form { display: flex; flex-direction: column; gap: 15px; }
.s-calc-field { display: flex; flex-direction: column; gap: 7px; }
.s-calc-lab { font-size: 13px; font-weight: 700; color: var(--navy-soft); }
.s-calc-in, .s-calc-sel {
  font-family: var(--font-body); font-size: 16px; font-weight: 600; color: var(--navy);
  background: var(--paper); border: 1.5px solid var(--line); border-radius: 11px;
  padding: 12px 14px; width: 100%; transition: border-color .14s, box-shadow .14s;
}
.s-calc-in:focus, .s-calc-sel:focus { outline: none; border-color: var(--accent); box-shadow: 0 0 0 3px rgba(224,112,28,.14); }
.s-calc-sel { cursor: pointer; appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%235E6B82' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 13px center; padding-right: 36px;
}
.s-calc-hintsel { font-size: 13px; font-weight: 600; color: var(--navy-mute); background-color: #fff; border-style: dashed; padding-top: 9px; padding-bottom: 9px; }
.s-calc-own { flex-direction: row; align-items: center; gap: 12px; padding-top: 4px; }
.s-calc-toggle { width: 46px; height: 27px; border-radius: 999px; background: var(--line); border: 0; position: relative; flex: none; transition: background .16s; }
.s-calc-toggle.is-on { background: var(--green, #4E7A2E); }
.s-calc-knob { position: absolute; top: 3px; left: 3px; width: 21px; height: 21px; border-radius: 50%; background: #fff; box-shadow: 0 1px 3px rgba(0,0,0,.25); transition: transform .16s; }
.s-calc-toggle.is-on .s-calc-knob { transform: translateX(19px); }
.s-calc-own-tx { font-size: 14px; color: var(--navy-soft); }
.s-calc-own-tx b { color: var(--green-deep, #3A5C20); font-weight: 700; }

.s-calc-res {
  display: flex; flex-direction: column; justify-content: flex-start; gap: 13px;
  background: linear-gradient(180deg, #FBF6EC, #F6EEDD); border: 1px solid var(--line-soft);
  border-radius: 16px; padding: clamp(20px, 2.2vw, 28px);
}
.s-calc-res-h { font-size: 11px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--navy-mute); }
.s-calc-stat { display: flex; flex-direction: column; line-height: 1.08; }
.s-calc-num { font-family: var(--font-display); font-weight: 800; font-size: clamp(26px, 2.8vw, 34px); color: var(--accent); letter-spacing: -.01em; display: inline-flex; align-items: baseline; gap: 5px; }
.s-calc-num small { font-size: .42em; font-weight: 700; color: var(--navy-mute); letter-spacing: 0; }
.s-calc-num--muted { color: var(--navy-soft); font-size: clamp(22px, 2.4vw, 28px); }
.s-calc-unit { font-size: 13.5px; font-weight: 700; color: var(--navy); margin-top: 4px; }
.s-calc-cap { font-size: 12px; color: var(--navy-mute); margin-top: 2px; }
.s-calc-win {
  margin-top: 4px; padding: 16px 18px; border-radius: 14px;
  background: linear-gradient(180deg, rgba(78,122,46,.12), rgba(78,122,46,.07));
  border: 1px solid rgba(78,122,46,.28);
}
.s-calc-win-lab { font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--green-deep, #3A5C20); }
.s-calc-win-num { font-family: var(--font-display); font-weight: 800; font-size: clamp(34px, 4.6vw, 52px); color: var(--green-deep, #3A5C20); line-height: 1.04; letter-spacing: -.015em; margin-top: 2px; display: inline-flex; align-items: baseline; gap: 6px; }
.s-calc-win-num small { font-size: .34em; font-weight: 700; color: var(--green, #4E7A2E); letter-spacing: 0; }
.s-calc-win-sub { display: block; font-size: 12.5px; color: var(--green-deep, #3A5C20); opacity: .8; margin-top: 5px; }
.s-calc-fine { display: flex; gap: 7px; align-items: flex-start; margin: 8px 0 0; font-size: 11.5px; color: var(--navy-mute); line-height: 1.4; }
.s-calc-fine svg { width: 14px; height: 14px; flex: none; margin-top: 1px; }

/* ---- калькулятор урожая: биочар + CO₂ ---- */
.s-hcalc-row2 { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }
.s-seg { display: grid; grid-template-columns: repeat(3, 1fr); gap: 6px; background: var(--paper); border: 1.5px solid var(--line); border-radius: 11px; padding: 4px; }
.s-seg-btn {
  font-family: var(--font-body); font-size: 13.5px; font-weight: 700; color: var(--navy-mute);
  background: transparent; border: 0; border-radius: 8px; padding: 9px 6px; cursor: pointer;
  transition: background .14s, color .14s, box-shadow .14s;
}
.s-seg-btn.is-on { background: #fff; color: var(--accent-deep); box-shadow: var(--sh-1); }
.s-hcalc-warn { display: block; margin-top: 9px; font-size: 12px; line-height: 1.4; color: var(--accent-deep); background: rgba(224,112,28,.08); border: 1px solid rgba(224,112,28,.22); border-radius: 10px; padding: 9px 11px; }
.s-hcalc-hint { font-size: 12px; line-height: 1.4; color: var(--navy-mute); margin-top: 2px; }

.s-hcalc-by { display: flex; flex-direction: column; gap: 9px; padding: 14px 16px; border-radius: 13px; background: rgba(78,122,46,.08); border: 1px solid rgba(78,122,46,.24); }
.s-hcalc-by-h { font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--green-deep); }
.s-hcalc-by-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.s-hcalc-by-cell { display: flex; flex-direction: column; gap: 2px; }
.s-hcalc-by-cell b { font-family: var(--font-display); font-weight: 800; font-size: clamp(19px, 2vw, 23px); color: var(--green-deep); line-height: 1.05; }
.s-hcalc-by-cell span { font-size: 12px; color: var(--navy-soft); line-height: 1.35; }
.s-hcalc-by-cell i { font-style: normal; color: var(--navy-mute); }
.s-hcalc-by-note { font-size: 12px; color: var(--navy-soft); line-height: 1.45; }

.s-hcalc-scn { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-top: clamp(14px, 1.8vw, 20px); }
.s-scn-card {
  background: #fff; border: 1px solid var(--line-soft); border-radius: 15px;
  padding: 16px 17px; box-shadow: var(--sh-1); display: flex; flex-direction: column; gap: 4px;
}
.s-scn-k { font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--navy-mute); }
.s-scn-n { font-family: var(--font-display); font-weight: 800; font-size: clamp(24px, 2.6vw, 30px); color: var(--navy); line-height: 1.04; display: inline-flex; align-items: baseline; gap: 4px; letter-spacing: -.01em; }
.s-scn-n small { font-size: .42em; font-weight: 700; color: var(--navy-mute); }
.s-scn-sub { font-size: 12px; color: var(--navy-mute); line-height: 1.35; }
.s-scn-card--win { background: linear-gradient(180deg, rgba(78,122,46,.13), rgba(78,122,46,.07)); border-color: rgba(78,122,46,.34); }
.s-scn-card--win .s-scn-k { color: var(--green-deep); }
.s-scn-card--win .s-scn-n { color: var(--green-deep); }
.s-scn-card--win .s-scn-n small { color: var(--green); }
.s-scn-card--win .s-scn-sub { color: var(--green-deep); font-weight: 700; opacity: .9; }

/* ---- что внутри Telegram-группы (мягкая голубая полоса) ---- */
.s-group-band { background: linear-gradient(180deg, #F4F8FC, #E8F0F9); border-top: 1px solid #D3E4F2; }
.s-group { padding-top: clamp(40px, 5vw, 66px); padding-bottom: clamp(40px, 5vw, 66px); }
.s-group-head { max-width: 820px; }
.s-group-k {
  display: inline-flex; align-items: center; gap: 8px; font-family: var(--font-body); font-weight: 700;
  font-size: 12px; letter-spacing: .06em; text-transform: uppercase; color: var(--tg-deep);
  background: rgba(42,139,208,.1); border: 1px solid rgba(42,139,208,.28); padding: 6px 12px; border-radius: 999px;
}
.s-group-k svg { width: 15px; height: 15px; }
.s-group-title {
  font-family: var(--font-display); font-weight: 800; letter-spacing: -.015em;
  font-size: clamp(24px, 3.2vw, 38px); line-height: 1.12; color: var(--navy); margin: 16px 0 0; text-wrap: balance;
}
.s-group-title em { color: var(--tg-deep); font-style: normal; }
.s-group-sub {
  margin: 14px 0 0; font-size: clamp(15px, 1.5vw, 17px); color: var(--navy-soft);
  line-height: 1.55; max-width: 70ch; text-wrap: pretty;
}
.s-group-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: clamp(26px, 3vw, 38px); }
.s-gv-card {
  background: #fff; border: 1px solid #DCEAF6; border-radius: 18px; padding: clamp(18px, 1.8vw, 24px);
  box-shadow: var(--sh-1); transition: border-color .14s, transform .14s, box-shadow .2s;
}
.s-gv-card:hover { border-color: var(--tg); transform: translateY(-3px); box-shadow: var(--sh-2); }
.s-gv-ic { width: 46px; height: 46px; border-radius: 13px; display: grid; place-items: center; background: rgba(42,139,208,.1); color: var(--tg-deep); }
.s-gv-ic svg { width: 24px; height: 24px; }
.s-gv-t { display: block; font-family: var(--font-display); font-weight: 700; font-size: clamp(17px, 1.7vw, 19px); color: var(--navy); margin: 15px 0 0; line-height: 1.2; }
.s-gv-d { margin: 8px 0 0; font-size: 14px; color: var(--navy-soft); line-height: 1.5; text-wrap: pretty; }
.s-gv-tags { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 15px; }
.s-gv-tag {
  font-size: 12px; font-weight: 600; color: var(--tg-deep); background: rgba(42,139,208,.08);
  border: 1px solid rgba(42,139,208,.2); padding: 5px 10px; border-radius: 8px; line-height: 1.2;
}
.s-group-cta { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; margin-top: clamp(26px, 3vw, 36px); }
.s-group-cta .s-btn-tg { min-height: 54px; padding: 0 28px; font-size: 17px; }
.s-group-cta-note { font-size: 14px; color: var(--navy-mute); max-width: 34ch; line-height: 1.4; }

/* ---- адаптив новых блоков ---- */
@media (max-width: 920px) {
  .s-energy { max-width: none; }
  .s-reg-rows { grid-template-columns: 1fr; }
  .s-law-cards { grid-template-columns: 1fr 1fr; }
  .s-group-grid { grid-template-columns: 1fr 1fr; }
  .s-hcalc-scn { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 560px) {
  .s-fuel-sum { flex-wrap: wrap; }
  .s-fuel-sum-coal { display: none; }
  .card-meta { grid-template-columns: 1fr 1fr; }
  .s-law-cards { grid-template-columns: 1fr; }
  .s-reg-tag { display: none; }
  .s-reg-head h2 { font-size: 19px; }
  .s-group-grid { grid-template-columns: 1fr; }
  .s-group-cta .s-btn-tg { width: 100%; }
  .s-calc-card { grid-template-columns: 1fr; }
  .s-hcalc-row2 { grid-template-columns: 1fr; }
  .s-hcalc-scn { grid-template-columns: 1fr; }
  .mcl-bub { width: 36px; height: 36px; font-size: 15px; }
  .mcl-pulse { width: 36px; height: 36px; }
  .mcl-name { display: none; }
  .mcl.is-active .mcl-name { display: block; }
}

/* ---- модалка карточки точки (открытие из реестра) ---- */
.s-modal {
  position: fixed; inset: 0; z-index: 200; display: grid; place-items: center;
  padding: 20px; background: rgba(21,35,60,.55); backdrop-filter: blur(3px);
  animation: s-modal-in .16s ease-out;
}
@keyframes s-modal-in { from { opacity: 0; } to { opacity: 1; } }
.s-modal-box {
  position: relative; width: 100%; max-width: 460px; max-height: calc(100vh - 40px);
  overflow-y: auto; border-radius: 18px;
  animation: s-modal-pop .18s cubic-bezier(.2,.8,.3,1);
}
@keyframes s-modal-pop { from { transform: translateY(12px) scale(.98); opacity: 0; } to { transform: none; opacity: 1; } }
.s-modal-box .card { box-shadow: 0 30px 70px rgba(21,35,60,.4); }
.s-modal-x {
  position: absolute; top: 12px; right: 12px; z-index: 5;
  width: 36px; height: 36px; border-radius: 50%; display: grid; place-items: center;
  background: rgba(255,255,255,.92); border: 1px solid var(--line-soft); color: var(--navy);
  cursor: pointer; box-shadow: var(--sh-1); transition: background .14s, transform .14s;
}
.s-modal-x:hover { background: #fff; transform: scale(1.06); }
.s-modal-x svg { width: 18px; height: 18px; }
@media (prefers-reduced-motion: reduce) { .s-modal, .s-modal-box { animation: none; } }
