/* ===== Лендинг «Цены» /lp/pricing =====
   Калькулятор — 1:1 стили с главной (public/css/lp-home.css → .hp-*),
   скопированы сюда, чтобы страница не тянула весь lp-home.css. */

/* Секция калькулятора (первый экран страницы) */
.calc-sec{padding:clamp(40px,6vw,80px) 0 0}
.calc-sec h1{text-align:center;margin-bottom:12px}
.calc-sec .price-intro{color:var(--c-ink-2);font-size:clamp(16px,1.4vw,19px);max-width:36em;margin:0 auto 32px;text-align:center}

/* ===== Калькулятор тарифов (копия из lp-home.css) ===== */
.hp-calc{max-width:1120px;margin:0 auto;text-align:left}
.hp-stepper{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap;background:var(--c-surface);border:1px solid var(--c-line);border-radius:var(--r-3);padding:18px clamp(18px,2.5vw,24px);box-shadow:var(--shadow-card);margin-bottom:clamp(20px,2.4vw,28px)}
.hp-stepper__label{font-family:var(--f-head);font-weight:600;font-size:clamp(16px,1.8vw,19px);letter-spacing:-.01em}
.hp-stepper__label small{display:block;font-family:var(--f-body);font-weight:600;font-size:13px;color:var(--c-muted);margin-top:3px}
.hp-stepper__ctrl{display:inline-flex;align-items:center;gap:6px;background:var(--c-surface-2);border-radius:var(--r-pill);padding:5px}
.hp-stepper__ctrl button{width:40px;height:40px;border:none;border-radius:50%;background:var(--c-surface);color:var(--c-ink);font-size:22px;font-weight:700;line-height:1;cursor:pointer;display:grid;place-items:center;box-shadow:0 1px 4px rgba(17,17,17,.08);transition:background .15s,transform .1s}
.hp-stepper__ctrl button:hover{background:var(--c-accent);color:#fff}
.hp-stepper__ctrl button:active{transform:scale(.94)}
.hp-stepper__val{width:56px;height:40px;border:none;background:transparent;text-align:center;font-family:var(--f-head);font-weight:600;font-size:22px;color:var(--c-ink);letter-spacing:-.02em;-moz-appearance:textfield}
.hp-stepper__val::-webkit-outer-spin-button,.hp-stepper__val::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}
.hp-stepper__val:focus{outline:none}

.hp-price-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:12px}
@media(max-width:1000px){.hp-price-grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:720px){.hp-price-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:460px){.hp-price-grid{grid-template-columns:1fr}}
.hp-pcard{display:flex;flex-direction:column;gap:9px;background:var(--c-surface);border:1.5px solid var(--c-line);border-radius:var(--r-2);padding:16px;transition:border-color .18s ease,box-shadow .18s ease}
.hp-pcard.is-on{border-color:var(--c-accent);box-shadow:0 0 0 3px var(--c-sky)}
.hp-pcard__ic{width:40px;height:40px;border-radius:11px;display:grid;place-items:center;color:#fff}
.hp-pcard__ic svg{width:21px;height:21px}
.hp-pcard__body{min-width:0}
.hp-pcard__body h4{font-family:var(--f-head);font-weight:600;font-size:15px;letter-spacing:-.01em;line-height:1.2}
.hp-pcard__body p{color:var(--c-muted);font-size:12.5px;line-height:1.4;margin-top:5px;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}
.hp-pcard__foot{margin-top:auto;padding-top:12px;border-top:1px solid var(--c-line)}
.hp-pcard__price{font-family:var(--f-head);font-weight:600;font-size:23px;letter-spacing:-.02em;color:var(--c-ink);line-height:1}
.hp-pcard__price span{font-family:var(--f-body);font-size:13.5px;font-weight:700;color:var(--c-muted)}
.hp-pcard__per{color:var(--c-muted);font-size:12px;font-weight:600;margin-top:6px;line-height:1.3}
.hp-pcard__add{width:100%;height:42px;border:1.5px solid var(--c-line-strong);border-radius:var(--r-pill);background:var(--c-surface);color:var(--c-ink);font-family:var(--f-body);font-weight:800;font-size:13.5px;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:7px;transition:background .15s,border-color .15s,color .15s}
.hp-pcard__add:hover{border-color:var(--c-ink);background:rgba(17,17,17,.03)}
.hp-pcard__add.is-on{background:var(--c-accent);border-color:var(--c-accent);color:#fff}
.hp-pcard__add.is-on:hover{background:#0857d6}
.hp-pcard__add svg{flex:none}

/* Плашка с итогом стоит между степпером и карточками, липнет к верху (под шапку),
   чтобы сумма оставалась на виду при выборе услуг ниже. */
.hp-bundle{position:sticky;top:84px;z-index:20;margin-bottom:clamp(24px,3vw,36px);display:flex;align-items:center;gap:clamp(16px,3vw,32px);flex-wrap:wrap;background:radial-gradient(ellipse at 85% 0%,#243447,#111 62%);border-radius:var(--r-3);padding:clamp(18px,2.4vw,26px) clamp(20px,3vw,32px);color:#fff;box-shadow:0 16px 40px -12px rgba(17,17,17,.45)}
.hp-bundle__info{flex:1;min-width:200px}
.hp-bundle__cap{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:rgba(255,255,255,.55)}
.hp-bundle__chips{display:flex;gap:8px;flex-wrap:wrap;align-items:center;margin-top:10px;min-height:26px}
.hp-chip{font-size:12px;font-weight:600;padding:4px 12px;border-radius:var(--r-pill);color:#fff}
.hp-bundle__hint{color:rgba(255,255,255,.55);font-size:14px}
.hp-bundle__sum{text-align:right;margin-left:auto}
.hp-bundle__total{font-family:var(--f-head);font-weight:600;font-size:clamp(28px,3.6vw,38px);letter-spacing:-.03em;line-height:1}
.hp-bundle__total span{font-family:var(--f-body);font-size:17px;font-weight:700;color:rgba(255,255,255,.55)}
.hp-bundle__from{font-size:clamp(24px,3vw,32px)}
.hp-bundle__sub{font-size:12px;color:rgba(255,255,255,.55);margin-top:5px;min-height:15px}
.hp-bundle__cta{flex:none}
.hp-bundle__cta.is-disabled{opacity:.45;pointer-events:none}
@media(max-width:560px){
  .hp-bundle{gap:8px 14px;padding:14px 16px}
  .hp-bundle__chips{display:none}
  .hp-bundle__info{flex:1 1 100%;min-width:0}
  .hp-bundle__sum{flex:1;text-align:left;margin-left:0}
  .hp-bundle__total{font-size:26px}
  .hp-bundle__cta{flex:none;height:46px;padding:0 20px}
}

/* ===== Что входит в любой тариф — блоки прямо на бежевом фоне, без контейнера ===== */
.incl{padding:clamp(56px,8vw,96px) 0 clamp(56px,8vw,96px)}
.incl h2{text-align:center;font-size:clamp(22px,2.4vw,28px);letter-spacing:-.02em;margin-bottom:8px}
.incl .price-intro{color:var(--c-muted);font-size:clamp(14px,1.2vw,16px);max-width:34em;margin:0 auto clamp(36px,4vw,52px);text-align:center}
.incl-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:clamp(28px,3.4vw,48px);max-width:960px;margin:0 auto}
@media(max-width:720px){.incl-grid{grid-template-columns:1fr 1fr;gap:36px 32px}}
@media(max-width:480px){.incl-grid{grid-template-columns:1fr;gap:28px}}
/* Иконка сверху (полная ширина колонки → заголовок не переносится, описания выровнены) */
.incl-card{display:flex;flex-direction:column}
.incl-card__ic{width:44px;height:44px;border-radius:12px;display:grid;place-items:center;margin-bottom:18px;background:color-mix(in srgb,currentColor 13%,transparent)}
.incl-card__ic svg{width:22px;height:22px}
/* Резервируем под заголовок две строки — описания во всех колонках стартуют на одной высоте */
.incl-card b{font-family:var(--f-head);font-weight:600;font-size:16px;line-height:1.25;letter-spacing:-.01em;margin-bottom:8px;min-height:2.5em;display:flex;align-items:flex-end}
.incl-card p{color:var(--c-muted);font-size:13px;line-height:1.6;margin:0}
/* Текстовые ссылки на приложения внутри описания */
.incl-link{color:var(--c-accent);font-weight:600;text-decoration:underline;text-underline-offset:2px;text-decoration-thickness:1px}
.incl-link:hover{text-decoration-thickness:2px}
