/* landing-price.css — блок «Стоимость».

   Заголовок по центру, слева карточка с ценой и кнопкой оплаты,
   справа список того, что входит в курс. Ниже — плашка Telegram-группы. */

.pr { position: relative; padding: clamp(60px, 7.2vw, 118px) 0; color: #eef2f8; }

.pr-head { text-align: center; margin-bottom: clamp(34px, 3.6vw, 58px); }
.pr-eyebrow {
  display: inline-block; margin-bottom: 18px; padding: 8px 18px; border-radius: 999px;
  font: 700 12px/1 var(--sans); letter-spacing: .14em; text-transform: uppercase;
  color: #8fc2ff; background: rgba(47, 127, 224, .16); border: 1px solid rgba(88, 150, 240, .45);
}
.pr-title {
  margin: 0 0 14px; padding: 0;
  font-size: clamp(26px, 2.9vw, 42px); font-weight: 800; line-height: 1.12;
  letter-spacing: -.035em; color: #fff;
}
.pr-title::before { content: none; }
.pr-lead { margin: 0 auto; max-width: 52ch; font-size: clamp(14.5px, 1.08vw, 16.5px); line-height: 1.6; color: #9fb0c6; }

.pr-grid {
  display: grid; grid-template-columns: minmax(0, .92fr) minmax(0, 1fr);
  gap: clamp(24px, 3.2vw, 58px); align-items: start;
}

/* ---------- карточка с ценой ---------- */
.pr-card {
  position: relative; overflow: hidden; text-align: center;
  padding: clamp(30px, 3vw, 46px) clamp(26px, 2.8vw, 42px) clamp(28px, 2.8vw, 40px);
  border-radius: 20px; border: 1px solid rgba(70, 150, 245, .28);
  background:
    radial-gradient(90% 60% at 50% 0%, rgba(47, 127, 224, .16), transparent 62%),
    linear-gradient(160deg, #0c1018 0%, #080a10 100%);
  box-shadow: 0 34px 80px -50px rgba(0, 0, 0, .95), 0 0 70px -44px rgba(47, 142, 240, .8);
}
.pr-chip {
  display: inline-block; margin-bottom: 20px; padding: 9px 20px; border-radius: 999px;
  font: 700 12px/1 var(--sans); letter-spacing: .14em; text-transform: uppercase; color: #fff;
  background: linear-gradient(160deg, #3a97f2 0%, #1e6ed2 100%);
  box-shadow: 0 0 24px -8px rgba(45, 140, 240, .85);
}
.pr-was { display: flex; align-items: baseline; justify-content: center; gap: 10px; margin-bottom: 6px; }
.pr-was s { font-size: clamp(18px, 1.5vw, 22px); font-weight: 700; color: #6f8098; text-decoration-thickness: 2px; }
.pr-was span { font-size: 12.5px; color: #6f8098; }
.pr-amount {
  font-size: clamp(44px, 5vw, 74px); font-weight: 800; letter-spacing: -.045em; line-height: 1; color: #fff;
}
.pr-amount small { font-size: .5em; font-weight: 700; margin-left: 6px; }
.pr-sub { margin: 14px auto 22px; max-width: 40ch; font-size: 14.5px; line-height: 1.55; color: #9fb0c6; }

.pr-tags { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin-bottom: 24px; }
.pr-tags span {
  display: inline-flex; align-items: center; gap: 9px; padding: 10px 16px; border-radius: 12px;
  font: 600 13.5px/1 var(--sans); color: #cfdcec;
  border: 1px solid rgba(255, 255, 255, .1); background: rgba(255, 255, 255, .035);
}
.pr-tags svg { width: 17px; height: 17px; color: #4a94ec; }

/* кнопки оплаты */
.pr-card .btn, .pr-card button.btn { width: 100%; justify-content: center; }
.pr-card form { margin: 0 0 10px; }
.pr-card .btn-solid {
  height: 58px; border-radius: 999px; font-size: 16.5px;
  background: linear-gradient(160deg, #3a97f2 0%, #1e6ed2 100%);
  box-shadow: 0 0 28px -8px rgba(45, 140, 240, .8), 0 16px 34px -20px rgba(0, 0, 0, .9);
}
.pr-card .btn-tg { height: 58px; border-radius: 999px; font-size: 16.5px; }
.pr-card .btn-ghost { height: 52px; border-radius: 999px; }
.pr-note { margin: 14px 0 0; font-size: 13px; line-height: 1.5; color: #8b9bb0; }

/* ---------- что входит ---------- */
.pr-inc h3 { margin: 0 0 clamp(16px, 1.8vw, 24px); font-size: clamp(20px, 1.8vw, 27px); font-weight: 800; letter-spacing: -.03em; color: #fff; }
.pr-inc h3::before { content: none; }
.pr-inc ul { list-style: none; margin: 0; padding: 0; }
.pr-inc li {
  display: flex; align-items: center; gap: 18px; padding: 17px 0;
  font-size: clamp(14px, 1.05vw, 16px); line-height: 1.45; color: #c3d3e6;
  border-bottom: 1px solid rgba(255, 255, 255, .07);
}
.pr-inc li:last-child { border-bottom: none; }
.pr-ic {
  display: grid; place-items: center; flex: none; width: 46px; height: 46px; border-radius: 13px;
  color: #6fb2ff; border: 1px solid rgba(88, 150, 240, .3);
  background: linear-gradient(160deg, rgba(47, 127, 224, .16), rgba(47, 127, 224, .05));
}
.pr-ic svg { width: 23px; height: 23px; }

/* ---------- плашка Telegram ---------- */
.pr-tg {
  display: grid; grid-template-columns: auto minmax(0, 1fr) auto; align-items: center;
  gap: clamp(18px, 2.2vw, 34px); margin-top: clamp(26px, 2.8vw, 42px);
  padding: clamp(22px, 2.4vw, 32px) clamp(24px, 2.8vw, 40px);
  border-radius: 18px; border: 1px solid rgba(255, 255, 255, .08);
  background: linear-gradient(160deg, #0b0e15 0%, #08090f 100%);
}
.pr-tg img { width: clamp(64px, 6vw, 86px); height: auto; border-radius: 50%; }
.pr-tg h3 { margin: 0 0 6px; font-size: clamp(17px, 1.4vw, 21px); font-weight: 800; letter-spacing: -.02em; color: #fff; }
.pr-tg h3::before { content: none; }
.pr-tg p { margin: 0; font-size: 14px; line-height: 1.55; color: #9fb0c6; }
.pr-tg-btn {
  display: inline-flex; align-items: center; gap: 10px; height: 52px; padding: 0 26px; border-radius: 999px;
  font: 700 15.5px/1 var(--sans); text-decoration: none; white-space: nowrap; color: #fff; background: #229ED9;
  transition: filter .15s ease, transform .13s ease;
}
.pr-tg-btn:hover { filter: brightness(1.08); transform: translateY(-1px); }
.pr-tg-btn svg { width: 18px; height: 18px; }

.pr-disclaimer {
  margin: clamp(26px, 2.8vw, 40px) auto 0; max-width: 92ch; text-align: center;
  font-size: 12.5px; line-height: 1.6; color: #6f8098;
}
.pr-disclaimer b { color: #97a8bd; }

/* ---------- адаптив ---------- */
@media (max-width: 1000px) {
  .pr-grid { grid-template-columns: minmax(0, 1fr); }
  .pr-tg { grid-template-columns: auto minmax(0, 1fr); }
  .pr-tg-btn { grid-column: 1 / -1; justify-content: center; }
}
@media (max-width: 620px) {
  /* «сопоставимые курсы» и зачёркнутая цена в строку не помещаются —
     рубль отрывался от числа и уезжал на следующую строку */
  .pr-was { flex-direction: column; align-items: center; gap: 2px; }
  .pr-was s { white-space: nowrap; }
  .pr-tg { grid-template-columns: minmax(0, 1fr); justify-items: center; text-align: center; }
  .pr-tg-btn { width: 100%; }
  .pr-card { padding-left: 18px; padding-right: 18px; }
  .pr-tags span { padding: 9px 13px; font-size: 13px; }
}
@media (prefers-reduced-motion: reduce) { .pr-tg-btn { transition: none; } }
