/* ============================================================
   ВНУТРЕННИЕ СТРАНИЦЫ: хаб услуг и страницы оборудования
   Дополняет main.css, использует те же токены.
   ============================================================ */

/* Хлебные крошки */
.crumbs{background:var(--surface-2); border-bottom:1px solid var(--line); font-size:14px}
.crumbs .wrap{display:flex; flex-wrap:wrap; align-items:center; gap:9px; padding-block:13px}
.crumbs a{color:var(--ink-3); text-decoration:none}
.crumbs a:hover{color:var(--brand-blue)}
.crumbs a::after{content:"/"; margin-inline-start:9px; color:var(--line-2)}
.crumbs span{color:var(--ink-2); font-weight:600}

/* Активный пункт меню */
.nav a.is-active{color:var(--brand-blue); border-bottom-color:var(--brand-red)}

/* Шапка внутренней страницы */
.phero{background:var(--surface-2); border-bottom:1px solid var(--line); padding:52px 0 60px}
.phero__in{display:grid; grid-template-columns:1.25fr .75fr; gap:56px; align-items:start}
.phero__in>*{min-width:0}
.phero h1{font-size:clamp(30px,3.6vw,44px); letter-spacing:-.03em}
.phero .lead{font-size:18px; max-width:60ch}
.phero__ico{
  width:52px; height:52px; border-radius:14px; display:grid; place-items:center; margin-bottom:20px;
  background:linear-gradient(140deg, var(--brand-blue), var(--brand-indigo));
}
.phero__ico svg{width:26px; height:26px; stroke:#fff; fill:none; stroke-width:1.7; stroke-linecap:round; stroke-linejoin:round}
.phero__meta{display:flex; flex-wrap:wrap; gap:10px; margin-top:24px}

.phero--wide{padding:56px 0 64px}
.phero--wide .lead{max-width:74ch}

/* Плашки-характеристики */
.tag{
  display:inline-flex; align-items:center; gap:5px; padding:8px 15px; border-radius:99px;
  background:#fff; border:1px solid var(--line-2); font-size:14.5px; font-weight:700;
}
.tag--ok{color:var(--ok); border-color:#BFE3D0; background:var(--ok-bg)}

/* Типичные неисправности */
.syms{display:grid; grid-template-columns:repeat(2,1fr); gap:18px}
.sym{
  background:#fff; border:1px solid var(--line); border-left:3px solid var(--brand-red);
  border-radius:var(--r-sm); padding:22px 24px;
}
.sym h3{font-size:17.5px}
.sym p{font-size:15px; color:var(--ink-3); margin-top:8px; line-height:1.5}

/* Состав работ */
.checks{list-style:none; margin:0; padding:0; display:grid; grid-template-columns:repeat(2,1fr); gap:14px 32px}
.checks li{display:flex; gap:12px; font-size:16px; line-height:1.45}
.checks li svg{width:20px; height:20px; flex:none; margin-top:3px}

/* Бренды */
.brands{margin-top:46px; padding-top:36px; border-top:1px solid var(--line-2)}
.brands h3{font-size:19px; margin-bottom:16px}
.chips{display:flex; flex-wrap:wrap; gap:10px}
.chip{
  display:inline-block; padding:9px 16px; background:#fff; border:1px solid var(--line-2);
  border-radius:99px; font-size:15px; font-weight:600; color:var(--ink-2);
}
.brands__note{margin-top:16px; font-size:14.5px; color:var(--ink-3); max-width:70ch}

/* Ссылка внутри примечания к ценам */
.price-note a{color:var(--brand-blue); font-weight:700}

/* ============================================================
   СТРАНИЦА ГОРОДА
   ============================================================ */
.phero .badge{margin-bottom:16px}
.cityinfo{
  display:grid; grid-template-columns:repeat(3,1fr); gap:1px; margin-top:30px;
  background:var(--line); border:1px solid var(--line); border-radius:var(--r-md); overflow:hidden;
}
.cityinfo>div{background:#fff; padding:18px 20px; min-width:0}
.cityinfo span{display:block; font-size:13px; color:var(--ink-3); margin-bottom:5px}
.cityinfo b{font-size:16px; letter-spacing:-.01em; line-height:1.35; display:block}
.cityinfo a{text-decoration:none; color:var(--brand-blue)}

@media (max-width:640px){
  .cityinfo{grid-template-columns:1fr}
}

/* ============================================================
   СОСТОЯНИЯ ФОРМЫ
   ============================================================ */
.formmsg{
  margin-top:14px; padding:12px 15px; border-radius:var(--r-sm);
  font-size:14.5px; line-height:1.45; font-weight:600;
}
.formmsg--wait{background:var(--surface-3); color:var(--ink-3)}
.formmsg--err{background:#FDECEC; color:#B01019}
.formok{text-align:center; padding:22px 6px}
.formok h3{font-size:22px; margin-bottom:10px; color:var(--ok)}
.formok p{font-size:15.5px; color:var(--ink-2); line-height:1.55}
.formok::before{
  content:"✓"; display:grid; place-items:center; width:52px; height:52px; margin:0 auto 16px;
  border-radius:50%; background:var(--ok-bg); color:var(--ok); font-size:26px; font-weight:800;
}

/* ============================================================
   ВАКАНСИИ
   ============================================================ */
.vacs{display:grid; gap:26px}
.vac{background:#fff; border:1px solid var(--line); border-radius:var(--r-lg); padding:32px}
.vac__h{display:flex; align-items:flex-start; justify-content:space-between; gap:20px; flex-wrap:wrap}
.vac__h h3{font-size:22px; letter-spacing:-.02em; max-width:46ch}
.vac__meta{font-size:14.5px; color:var(--ink-3); margin-top:7px}
.vac__about{margin-top:16px; font-size:16.5px; color:var(--ink-2); max-width:80ch}
.vac__cols{display:grid; grid-template-columns:1fr 1fr; gap:28px 40px; margin:26px 0 28px}
.vac__cols h4{font-size:15px; margin-bottom:14px; color:var(--ink-3); text-transform:uppercase; letter-spacing:.06em}
.checks--one{grid-template-columns:1fr; gap:11px}

/* ============================================================
   ЮРИДИЧЕСКИЕ СТРАНИЦЫ
   ============================================================ */
.doc{max-width:820px}
.doc__sec{margin-bottom:38px}
.doc__sec h2{font-size:21px; letter-spacing:-.02em; margin-bottom:14px}
.doc__sec p{font-size:16.5px; line-height:1.65; color:var(--ink-2); margin-bottom:12px}
.doc__note{
  background:var(--warn-bg); border:1px solid #F0D9A8; border-radius:var(--r-md);
  padding:18px 22px; margin-bottom:38px; font-size:15.5px; line-height:1.55; color:#7A4A00;
}
.city__phone{margin:6px 0 10px; font-size:19px; font-weight:800; letter-spacing:-.01em}
.city__phone a{text-decoration:none; color:var(--brand-blue)}

@media (max-width:900px){
  .vac__cols{grid-template-columns:1fr}
  .vac{padding:24px}
}

/* Карточки юрлиц на странице контактов */
.entity{margin-bottom:30px}
.entity h3{font-size:21px; letter-spacing:-.02em}
.entity__cities{font-size:15px; color:var(--ink-3); margin:6px 0 14px}

/* ============================================================
   СВОДНЫЙ ПРАЙС
   ============================================================ */
.pricegroups{display:grid; gap:44px}
.pricegroup__h{display:flex; align-items:center; gap:14px; margin-bottom:18px; flex-wrap:wrap}
.pricegroup__h h3{font-size:22px; letter-spacing:-.02em}
.pricegroup__h a{
  margin-inline-start:auto; font-size:15px; font-weight:700; color:var(--brand-blue); text-decoration:none;
}
.pricegroup__h a:hover{text-decoration:underline}
.pricegroup__ico{
  width:40px; height:40px; border-radius:11px; display:grid; place-items:center; flex:none;
  background:linear-gradient(140deg, var(--brand-blue), var(--brand-indigo));
}
.pricegroup__ico svg{width:21px; height:21px; stroke:#fff; fill:none; stroke-width:1.8; stroke-linecap:round; stroke-linejoin:round}
.chips a.chip{text-decoration:none; transition:.15s}
.chips a.chip:hover{border-color:var(--brand-blue); color:var(--brand-blue)}

/* ============================================================
   КАЛЬКУЛЯТОР ОБСЛУЖИВАНИЯ
   ============================================================ */
.calcbox{display:grid; grid-template-columns:380px 1fr; gap:36px; align-items:start}
.calcbox>*{min-width:0}
.calcbox__in{
  background:var(--surface-2); border:1px solid var(--line); border-radius:var(--r-lg);
  padding:28px; position:sticky; top:100px;
}
.calcrows{margin-top:22px; display:grid; gap:2px}
.calcrow{
  display:flex; align-items:center; justify-content:space-between; gap:14px;
  padding:12px 14px; border-radius:var(--r-sm); background:#fff; border:1px solid transparent;
}
.calcrow.is-on{border-color:var(--brand-blue); box-shadow:0 0 0 3px rgba(11,74,147,.09)}
.calcrow__n{font-size:15.5px; font-weight:600}
.stepper{display:flex; align-items:center; gap:4px; flex:none}
.stepper button{
  width:32px; height:32px; border-radius:8px; border:1px solid var(--line-2); background:#fff;
  font-size:18px; font-weight:700; line-height:1; cursor:pointer; color:var(--brand-blue);
}
.stepper button:hover{background:var(--surface-3); border-color:var(--brand-blue)}
.stepper span{min-width:30px; text-align:center; font-weight:800; font-size:16px}

.calcbox__empty{
  padding:44px 32px; text-align:center; color:var(--ink-3); font-size:16.5px;
  background:var(--surface-2); border:1px dashed var(--line-2); border-radius:var(--r-lg);
}
.calcbox__sum{
  font-size:15px; color:var(--ink-2); background:var(--ok-bg); border-radius:var(--r-sm);
  padding:13px 16px; margin-bottom:22px;
}
.calcbox__note{margin-top:20px; font-size:14px; color:var(--ink-3); line-height:1.5}
.calcbox #calc-out .btn{margin-top:20px}

.plans--calc{grid-template-columns:repeat(3,1fr); gap:16px}
.plans--calc .plan{padding:24px}
.plans--calc .plan__price b{font-size:20px; letter-spacing:-.02em; display:block; line-height:1.3}
.plans--calc .plan__desc{display:none}
.plans--calc .plan ul{gap:9px; margin-bottom:20px}
.plans--calc .plan li{font-size:13.5px}

.leadcard__calcnote{
  margin-top:12px; padding:11px 14px; background:var(--ok-bg); color:var(--ok);
  border-radius:var(--r-sm); font-size:13.5px; line-height:1.45; font-weight:600;
}

@media (max-width:1080px){
  .phero__in{grid-template-columns:1fr; gap:40px}
  .calcbox{grid-template-columns:1fr}
  .calcbox__in{position:static}
  .plans--calc{grid-template-columns:1fr}
  .plans--calc .plan__desc{display:block}
}
@media (max-width:900px){
  .syms,.checks{grid-template-columns:1fr}
}
@media (max-width:640px){
  .phero{padding:36px 0 44px}
  .sym{padding:18px 20px}
  .crumbs{font-size:13px}
}


/* ============================================================
   ПОСАДОЧНЫЕ ПОД РЕКЛАМУ
   ============================================================ */
.lp__call{
  display:flex; align-items:center; gap:18px; flex-wrap:wrap;
  margin-top:26px; padding:18px 22px; background:#fff;
  border:1px solid var(--line-2); border-radius:var(--r-md);
}
.lp__phone{
  font-size:28px; font-weight:800; letter-spacing:-.02em;
  color:var(--brand-blue); text-decoration:none; white-space:nowrap;
}
.lp__call span{font-size:15px; color:var(--ink-3); line-height:1.4; max-width:38ch}

/* Липкая панель звонка на телефоне: половина рекламного трафика — мобильный */
.callbar{
  display:none; position:fixed; left:0; right:0; bottom:0; z-index:120;
  background:#fff; border-top:1px solid var(--line-2);
  box-shadow:0 -6px 24px rgba(15,23,42,.12); padding:10px 12px;
  gap:10px;
}
.callbar a{
  flex:1; display:flex; align-items:center; justify-content:center; gap:8px;
  padding:14px 10px; border-radius:var(--r-sm); font-weight:800; font-size:15.5px;
  text-decoration:none; white-space:nowrap;
}
.callbar__call{background:var(--brand-blue); color:#fff}
.callbar__lead{background:var(--brand-red); color:#fff}
.callbar svg{width:18px; height:18px; fill:none; stroke:currentColor; stroke-width:2}

@media (max-width:900px){
  .callbar{display:flex}
  body{padding-bottom:74px}          /* чтобы панель не перекрывала подвал */
  .protobar{bottom:84px}
  .lp__phone{font-size:24px}
}

/* Пометка под таблицей цен, когда по выбранному городу прайса ещё нет */
.price-city{
  margin-top:14px; padding:12px 16px; border-radius:var(--r-sm);
  background:#FFF7E6; border:1px solid #F3D48B; color:#7A5A12;
  font-size:14.5px; line-height:1.5;
}
.price-empty{margin-top:18px; color:var(--ink-3)}

/* ============================================================
   SEO-блоки 03.09.2026: «Коротко», чипсы перелинковки, статьи, бренды
   ============================================================ */
.section--tight{padding-top:8px; padding-bottom:8px}
.summary{
  background:var(--surface-2); border:1px solid var(--line); border-left:4px solid var(--brand-blue);
  border-radius:var(--r-md); padding:20px 24px 16px; margin:0 0 20px;
}
.summary__t{font-size:12.5px; font-weight:800; letter-spacing:.08em; text-transform:uppercase; color:var(--brand-blue); margin-bottom:10px}
.summary ul{list-style:none; margin:0; padding:0; display:grid; gap:8px}
.summary li{font-size:16px; line-height:1.55; color:var(--ink-2); padding-left:18px; position:relative}
.summary li::before{content:""; position:absolute; left:0; top:.62em; width:7px; height:7px; border-radius:50%; background:var(--brand-blue)}
.chips-block{margin:18px 0 8px}
.chips__h{font-size:15px; font-weight:700; color:var(--ink-3); margin:0 0 10px}
.article .doc__sec h2{font-size:23px; margin-top:8px}
.article .doc__sec ul, .article .doc__sec ol{margin:0 0 14px}
.article .checks li{font-size:16px}
.article .doc__sec p b{color:var(--ink)}
.art__brand{font-size:15.5px; color:var(--ink-3); margin-top:10px}
.art__brand a{color:var(--brand-blue); font-weight:700}
.tbl{overflow-x:auto; margin:6px 0 16px; border:1px solid var(--line); border-radius:var(--r-md)}
.tbl table{border-collapse:collapse; width:100%; min-width:560px; font-size:15px}
.tbl th, .tbl td{padding:10px 12px; border-bottom:1px solid var(--line); text-align:left; vertical-align:top; line-height:1.45}
.tbl th{background:var(--surface-2); font-weight:700; font-size:13.5px; letter-spacing:.02em}
.tbl tr:last-child td{border-bottom:0}
.card--art{display:flex; flex-direction:column}
.card__date{font-size:13px; color:var(--ink-3); margin-bottom:8px}
