/* Aroken — /web: гарантия и цена двумя экранами (владелец, 22.09: «один экран — один смысл»).
   Было: #pricing — заголовок с абзацем, полоса гарантии с лицензией, плитка «Что входит» и карточка цены с билетом и миниатюрой сертификата — всё в одном экране и дальше.
   Стало: #guarantee — обещание вернуть 100% заголовком экрана, две строки условий, выписка из реестра крупно справа;
   #pricing — «Один тариф на всю профессию»: карточка цены главная (крупный платёж, полная цена, одна Primary), «Что входит» слева тише — без плитки.
   Гарантия — общий блок (css/main.css); .price / .includes (css/pages.css) не трогаем — только модификатор .pricing--web. */

/* #guarantee — общий блок гарантии и лицензии: стили в css/main.css (канон r3, раньше здесь был модификатор .guarantee-web) */

/* ---------- #pricing: карточка цены главная, «Что входит» — тихий список слева ---------- */
.pricing--web .pricing__grid--tariff { margin-top: 40px; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: 32px 56px; align-items: center; }
.pricing--web .includes { position: relative; padding: 0; background: none; }
.pricing--web .includes::before { content: none; }
.pricing--web .includes__title { font-size: 20px; line-height: 26px; }
.pricing--web .includes__groups { margin-top: 12px; gap: 0 32px; }
.pricing--web .includes__group { padding: 16px 0 20px; }
.pricing--web .includes__list { font-size: 15px; line-height: 22px; color: rgba(255, 255, 255, .82); }

/* карточка: платёж крупно, полная цена второй строкой, билет «сегодня 0 ₽» справа — единственный рисунок; внизу вычет и кнопки */
.pricing--web .price--tariff {
  min-height: 0; padding: 44px 48px 40px;
  grid-template-rows: auto auto auto auto auto 1fr auto;
  grid-template-areas: "course ticket" "month ticket" "terms ticket" "sum ticket" "once ticket" ". ." "bottom bottom";
}
.pricing--web .price--tariff .price__month { margin-top: 14px; font-size: clamp(52px, 9cqi, 88px); line-height: 1.05; letter-spacing: -.035em; }
.pricing--web .price--tariff .price__terms { margin-top: 10px; font-size: 15px; line-height: 22px; }
.pricing--web .price--tariff .price__sum { margin-top: 28px; }
.pricing--web .price--tariff .price__bottom { padding-top: 32px; }
@media (max-width: 1279px) {
  .pricing--web .pricing__grid--tariff { grid-template-columns: 1fr; }
  .pricing--web .price--tariff { order: -1; }
}
@media (max-width: 767px) {
  .pricing--web .pricing__grid--tariff { margin-top: 28px; gap: 24px; }
  .pricing--web .price--tariff { padding: 24px 22px 28px; grid-template-areas: "course ticket" "month month" "terms terms" "sum sum" "once once" "bottom bottom"; }
  .pricing--web .price--tariff .price__month { margin-top: 10px; font-size: 44px; line-height: 50px; }
  .pricing--web .price--tariff .price__terms { font-size: 14px; line-height: 20px; }
  .pricing--web .price--tariff .price__sum { margin-top: 20px; }
  .pricing--web .price--tariff .price__bottom { padding-top: 24px; }
  .pricing--web .includes__groups { grid-template-columns: 1fr; }
  .pricing--web .includes__group { padding: 14px 0 16px; }
  .pricing--web .includes__list { font-size: 14px; line-height: 20px; }
}

/* ---------- Широкие (≥ 1800): заголовки, цена и лицензия крупнее — кадр 1920 × 1080 заполнен, а не на половину ---------- */
@media (min-width: 1800px) and (min-height: 860px) {
  .pricing--web .h2 { font-size: clamp(44px, calc(2.9vw / var(--z, 1)), 64px); line-height: 1.06; letter-spacing: -.03em; }
  .pricing--web .pricing__grid--tariff { margin-top: 56px; column-gap: 80px; }
  .pricing--web .includes__title { font-size: 24px; line-height: 30px; }
  .pricing--web .includes__label { font-size: 14px; line-height: 18px; }
  .pricing--web .includes__group { padding: 20px 0 26px; }
  .pricing--web .includes__list { gap: 10px; font-size: 17px; line-height: 25px; }
  .pricing--web .price--tariff { padding: 56px 64px 52px; }
  .pricing--web .price--tariff .price__course { font-size: 30px; line-height: 36px; }
  .pricing--web .price--tariff .price__month { font-size: clamp(64px, 9cqi, 100px); }
  .pricing--web .price--tariff .price__terms { max-width: 520px; font-size: 17px; line-height: 25px; }
  .pricing--web .price--tariff .price__sum { margin-top: 36px; font-size: 40px; line-height: 46px; }
  .pricing--web .price--tariff .price__once { font-size: 16px; line-height: 22px; }
  .pricing--web .price--tariff .price__ticket { --tk: 18px; }
  .pricing--web .price--tariff .price__bottom { padding-top: 44px; }
  .pricing--web .price--tariff .price__tax { max-width: 360px; font-size: 15px; line-height: 22px; }
}

/* Ритм (css/main.css): экран и так не меньше кадра, поле меньше — только чтобы плотный экран не вылезал за кадр на 1536 × 864 и 1280 × 800 */
@media (min-width: 1024px) {
  .pricing--web { --section-pad: clamp(48px, calc(var(--screen-h) * .06), 88px); }
}
