/* =====================================================================
   Прайс-лист, FAQ, контакты и страница заказа в стиле «Восхождение».
   Общие стили (кнопки, карточки, чат поддержки) — в climb.css.
   ===================================================================== */

.pg-anchors { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 30px; }
.pg-stack { display: flex; flex-direction: column; gap: 22px; }
.pg-split { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; align-items: start; }
.pg-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 10px; }
.pg-list li { display: flex; gap: 12px; align-items: flex-start; color: #d6d0d6; font-size: 15.5px; line-height: 1.5; }
.pg-list .ic { flex: none; width: 20px; height: 20px; margin-top: 2px; color: var(--green); }

/* ============================== Прайс-лист ============================== */
.pl-table { display: flex; flex-direction: column; }
.pl-row { display: grid; grid-template-columns: 52px minmax(0, 1.2fr) minmax(90px, .6fr) minmax(90px, .6fr) minmax(0, 1fr); align-items: center; gap: 18px; padding: 10px 0; border-bottom: 1px solid rgba(255, 255, 255, .06); }
.pl-row.head { padding: 0 0 12px; color: var(--dim); font-size: 12.5px; font-weight: 700; border-color: rgba(255, 255, 255, .1); }
.pl-row .medal { width: 52px; height: 52px; filter: drop-shadow(0 8px 12px rgba(0, 0, 0, .5)); transition: transform .5s var(--ease); }
.pl-row:not(.head):hover .medal { transform: scale(1.12) rotate(-6deg); }
.pl-name b { display: block; font-size: 16px; }
.pl-name small { color: var(--muted); font-size: 13px; }
.pl-price { font: 400 20px var(--display); white-space: nowrap; }
.pl-price.duo { color: #d8baff; }
.pl-price.none { color: var(--dim); font: 600 14px var(--font); }
.pl-bar { height: 8px; border-radius: 99px; background: rgba(255, 255, 255, .06); overflow: hidden; }
.pl-bar i { display: block; height: 100%; border-radius: 99px; background: linear-gradient(90deg, color-mix(in srgb, var(--c) 75%, transparent), #ff3d2e); }

.pl-cal { display: grid; grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr); gap: 18px; }
.pl-feature {
  position: relative; display: flex; flex-direction: column; justify-content: flex-end; min-height: 280px; padding: 26px; border-radius: 28px; overflow: hidden;
  background: radial-gradient(120% 90% at 100% 0%, rgba(255, 61, 46, .32), transparent 60%), rgba(255, 255, 255, .04); box-shadow: inset 0 0 0 1.5px rgba(255, 122, 61, .5);
}
.pl-feature img { position: absolute; top: 18px; right: 14px; width: 130px; height: 130px; filter: drop-shadow(0 18px 24px rgba(0, 0, 0, .6)); transform: rotate(8deg); }
.pl-feature b { font-size: 20px; }
.pl-feature small { color: var(--muted); font-size: 14.5px; margin-top: 4px; }
.pl-feature strong { margin-top: 14px; font: 400 44px/1 var(--display); }
.pl-guarantee { align-self: flex-start; display: inline-flex; align-items: center; gap: 8px; margin-bottom: auto; padding: 8px 14px; border-radius: 99px; background: rgba(62, 207, 142, .12); color: var(--green); font-weight: 700; font-size: 13.5px; }
.pl-guarantee .ic { width: 16px; height: 16px; }
.pl-tiles { display: grid; grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); gap: 10px; align-content: start; }
.pl-tile { padding: 16px; border-radius: 20px; background: rgba(255, 255, 255, .035); box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .07); }
.pl-tile span { display: block; color: var(--muted); font-size: 13px; font-weight: 600; }
.pl-tile b { display: block; margin-top: 4px; font: 400 22px var(--display); }
.pl-tiles-note { grid-column: 1 / -1; color: var(--dim); font-size: 13px; }

.pl-big { display: flex; align-items: baseline; gap: 10px; margin: 4px 0 22px; }
.pl-big strong { font: 400 clamp(56px, 7vw, 92px)/1 var(--display); }
.pl-big em { font-style: normal; color: var(--gold); font: 400 32px var(--display); }
.pl-big small { color: var(--muted); font-size: 16px; font-weight: 600; }

.pl-sur { display: flex; flex-direction: column; gap: 8px; }
.pl-sur-title { margin: 6px 0 4px; color: var(--dim); font-size: 12.5px; font-weight: 700; }
.pl-sur-row { display: flex; align-items: center; gap: 14px; padding: 12px 14px; border-radius: 18px; background: rgba(255, 255, 255, .03); }
.pl-sur-ic { flex: none; width: 40px; height: 40px; border-radius: 13px; display: grid; place-items: center; background: rgba(255, 122, 61, .12); color: var(--red-2); }
.pl-sur-ic .ic { width: 20px; height: 20px; }
.pl-sur-dot { flex: none; width: 12px; height: 12px; margin: 0 14px; border-radius: 50%; background: var(--dot); box-shadow: 0 0 12px var(--dot); }
.pl-sur-row div { flex: 1; min-width: 0; }
.pl-sur-row b { display: block; font-size: 15.5px; }
.pl-sur-row small { color: var(--muted); font-size: 13px; }
.pl-pct { flex: none; padding: 6px 12px; border-radius: 99px; background: rgba(243, 183, 91, .12); color: var(--gold); font-weight: 800; font-size: 13.5px; white-space: nowrap; }
.pl-pct.free { background: rgba(62, 207, 142, .12); color: var(--green); }

/* ============================== FAQ ============================== */
.fq-search { position: relative; max-width: 620px; margin-top: 30px; }
.fq-search .ic { position: absolute; left: 22px; top: 50%; width: 22px; height: 22px; transform: translateY(-50%); color: var(--muted); pointer-events: none; }
.fq-search input { width: 100%; padding: 20px 22px 20px 58px; border: 0; outline: none; border-radius: 99px; background: rgba(255, 255, 255, .05); color: var(--text); font: 500 18px var(--font); box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .12); transition: box-shadow .3s; }
.fq-search input::placeholder { color: var(--dim); }
.fq-search input:focus { box-shadow: inset 0 0 0 1.5px #ff7a3d, 0 0 0 5px rgba(255, 61, 46, .12); }
.fq-grid { display: grid; grid-template-columns: 260px minmax(0, 1fr); gap: 50px; align-items: start; }
.fq-nav { position: sticky; top: 100px; display: flex; flex-direction: column; gap: 6px; }
.fq-nav a { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 14px 18px; border-radius: 18px; color: var(--muted); font-weight: 700; transition: background .3s, color .3s, box-shadow .3s; }
.fq-nav a em { font-style: normal; font-size: 12.5px; color: var(--dim); }
.fq-nav a:hover { color: var(--text); background: rgba(255, 255, 255, .04); }
.fq-nav a.on { color: var(--text); background: rgba(255, 61, 46, .1); box-shadow: inset 0 0 0 1.5px rgba(255, 122, 61, .6); }
.fq-group + .fq-group { margin-top: 60px; }
.fq-group h2 { margin-bottom: 8px; font: 400 clamp(28px, 3.4vw, 44px)/1 var(--display); }
.fq-group[hidden], .qa-item[hidden] { display: none; }
.fq-empty { padding: 50px 20px; text-align: center; color: var(--muted); }
.fq-empty b { display: block; margin-bottom: 18px; color: var(--text); font: 400 26px var(--display); }
mark.fq-hit { background: rgba(255, 122, 61, .3); color: inherit; border-radius: 4px; padding: 0 2px; }

/* ============================== Контакты ============================== */
.ct-hero-card { display: grid; grid-template-columns: auto minmax(0, 1fr) auto; align-items: center; gap: 30px; padding: 34px 38px;
  background: radial-gradient(90% 140% at 0% 0%, rgba(255, 61, 46, .3), transparent 60%), linear-gradient(165deg, rgba(255, 255, 255, .06), rgba(255, 255, 255, .015)); box-shadow: inset 0 0 0 1.5px rgba(255, 122, 61, .45); }
.ct-hero-card .mascot-body { width: 120px; height: 120px; }
.ct-hero-card h2 { font: 400 clamp(26px, 3vw, 40px)/1.05 var(--display); }
.ct-hero-card p { margin-top: 10px; color: #cfc8cf; font-size: 16.5px; max-width: 520px; }
.ct-live { display: inline-flex; align-items: center; gap: 8px; margin-top: 14px; color: var(--green); font-weight: 700; font-size: 14px; }
.ct-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.ct-card { display: flex; flex-direction: column; gap: 6px; padding: 24px; border-radius: 28px; background: rgba(255, 255, 255, .035); box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .08); transition: background .4s var(--ease), box-shadow .4s var(--ease), transform .5s var(--ease); }
.ct-card:hover { background: rgba(255, 255, 255, .06); box-shadow: inset 0 0 0 1.5px var(--cc); transform: translateY(-4px); }
.ct-ic { width: 56px; height: 56px; margin-bottom: 12px; border-radius: 18px; display: grid; place-items: center; color: #fff; background: var(--cc); box-shadow: 0 14px 30px -12px var(--cc); }
.ct-ic .ic { width: 26px; height: 26px; }
.ct-card b { font: 400 21px var(--display); }
.ct-card span { color: var(--muted); font-size: 14px; word-break: break-all; }
.ct-card .c-btn { margin-top: 16px; padding: 14px; font-size: 15px; }
/* Один контакт — широкая полоса */
.ct-grid.one { grid-template-columns: minmax(0, 1fr); }
.ct-grid.one .ct-card { display: grid; grid-template-columns: auto minmax(0, 1fr) auto; align-items: center; column-gap: 20px; row-gap: 2px; padding: 24px 28px; }
.ct-grid.one .ct-ic { grid-row: span 2; margin: 0; }
.ct-grid.one .ct-card b { font-size: 26px; }
.ct-grid.one .ct-card span { word-break: normal; }
.ct-grid.one .ct-card .c-btn { grid-column: 3; grid-row: 1 / span 2; margin: 0; padding: 16px 30px; }
@media (max-width: 600px) {
  .ct-grid.one .ct-card { grid-template-columns: auto minmax(0, 1fr); padding: 20px; }
  .ct-grid.one .ct-card .c-btn { grid-column: 1 / -1; grid-row: auto; margin-top: 14px; }
}
.ct-steps { list-style: none; margin: 0; padding: 0; counter-reset: s; display: flex; flex-direction: column; gap: 18px; }
.ct-steps li { counter-increment: s; display: grid; grid-template-columns: 50px minmax(0, 1fr); gap: 16px; align-items: start; }
.ct-steps li::before { content: counter(s); width: 50px; height: 50px; border-radius: 50%; display: grid; place-items: center; background: var(--grad); color: #fff; font: 400 20px var(--display); }
.ct-steps b { display: block; font-size: 17px; margin-top: 3px; }
.ct-steps span { color: var(--muted); font-size: 15px; }
.ct-hours { font: 400 clamp(26px, 3vw, 38px)/1.15 var(--display); margin: 6px 0 22px; }

/* ============================== Страница заказа ============================== */
.od-top { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; }
.od-top .status { font-size: 14px; padding: 8px 14px; border-radius: 99px; }
.od-track { position: relative; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); max-width: 720px; margin-top: 34px; }
.od-track::before, .od-track::after { content: ""; position: absolute; left: calc(100% / 6); right: calc(100% / 6); top: 21px; height: 3px; border-radius: 3px; background: rgba(255, 255, 255, .08); }
.od-track::after { right: auto; width: calc((100% - 100% / 3) * var(--p, 0)); background: var(--grad); transition: width 1s var(--ease); }
.od-step { position: relative; z-index: 1; display: flex; flex-direction: column; align-items: center; gap: 10px; text-align: center; color: var(--dim); font-weight: 700; font-size: 14px; }
.od-step i { width: 45px; height: 45px; border-radius: 50%; display: grid; place-items: center; background: #121016; box-shadow: inset 0 0 0 2px rgba(255, 255, 255, .12); color: var(--dim); font: 400 18px var(--display); font-style: normal; transition: background .5s, box-shadow .5s, color .5s; }
.od-step i .ic { width: 20px; height: 20px; stroke-width: 2.6; }
.od-step.done, .od-step.now { color: var(--text); }
.od-step.done i { background: var(--grad); box-shadow: none; color: #fff; }
.od-step.now i { background: #121016; box-shadow: inset 0 0 0 2px #ff7a3d, 0 0 24px rgba(255, 61, 46, .55); color: #fff; }
.od-step.paused i { box-shadow: inset 0 0 0 2px var(--gold); color: var(--gold); }
.od-note { margin-top: 18px; color: var(--muted); font-size: 14.5px; }
.od-note.bad { color: #ff9f95; }

.od-grid { display: grid; grid-template-columns: minmax(0, 1fr) 420px; gap: 26px; align-items: start; }
.od-main { display: flex; flex-direction: column; gap: 22px; }
.od-save { display: flex; align-items: center; gap: 14px; padding: 14px 14px 14px 20px; border-radius: 22px; background: rgba(243, 183, 91, .07); box-shadow: inset 0 0 0 1px rgba(243, 183, 91, .22); color: #e2dad6; font-size: 14.5px; }
.od-save > .ic { flex: none; width: 22px; height: 22px; color: var(--gold); }
.od-save span { flex: 1; }
.od-save .c-btn { padding: 12px 18px; font-size: 14px; }
.climb .order-list { border: 0; border-radius: 0; display: flex; flex-direction: column; gap: 6px; }
.climb .order-list div { display: flex; align-items: baseline; gap: 10px; padding: 0; border: 0; font-size: 15px; }
.climb .order-list div + div { border: 0; }
.climb .order-list dt { color: #cfc8cf; }
.climb .order-list dt::after { content: ""; }
.climb .order-list div::after { content: ""; order: 1; flex: 1; min-width: 12px; border-bottom: 1px dotted rgba(255, 255, 255, .2); transform: translateY(-4px); }
.climb .order-list dd { order: 2; font-weight: 700; }
.climb .order-total { margin: 22px 0 0; padding-top: 18px; border-top: 2px dashed rgba(255, 255, 255, .1); align-items: flex-end; }
.climb .order-total span { font-size: 15px; }
.climb .order-total b { font: 400 clamp(38px, 4vw, 52px)/1 var(--display); }
.climb .order-error { max-width: 600px; margin: 0 auto; padding: 50px 30px; text-align: center; }
.od-err-mascot { width: 110px; height: 110px; margin: 0 auto 20px; }
.od-err-mascot svg { width: 100%; height: 100%; transform: rotate(-10deg); filter: grayscale(.4); }
.climb .order-error h2 { font: 400 28px var(--display); }
.climb .form { display: flex; flex-direction: column; gap: 16px; }
.climb .form-grid { gap: 14px; }
.climb .secure-note { display: inline-flex; align-items: center; gap: 8px; color: var(--muted); font-size: 13.5px; }
.climb .secure-note .ic { width: 18px; height: 18px; color: var(--green); }
.climb .input-eye { border-radius: 12px; }
.climb .account-saved { display: flex; align-items: center; gap: 16px; padding: 18px; border-radius: 22px; border: 0; background: rgba(62, 207, 142, .07); box-shadow: inset 0 0 0 1px rgba(62, 207, 142, .25); }
.climb .account-saved .icon-box { width: 46px; height: 46px; border-radius: 50%; border: 0; background: var(--green); color: #04140c; }
.climb .account-saved b { font-size: 17px; }
.climb .account-saved p { font-size: 14px; }
.climb .account-saved .c-btn { margin-left: auto; padding: 12px 18px; font-size: 14px; }

.climb .chat-card {
  top: 100px; height: min(680px, calc(100vh - 130px)); border: 0; border-radius: 32px; overflow: hidden;
  background: linear-gradient(180deg, #18131a, #0c0b10); box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .09), 0 40px 90px -40px rgba(0, 0, 0, .95), 0 0 80px -40px rgba(255, 61, 46, .4);
}
.climb .chat-head { gap: 14px; padding: 18px 20px; border: 0; background: radial-gradient(120% 140% at 0% 0%, rgba(255, 61, 46, .26), transparent 60%); border-bottom: 1px solid rgba(255, 255, 255, .07); }
.od-chat-ava { flex: none; width: 50px; height: 50px; }
.od-chat-ava svg { width: 100%; height: 100%; transform: rotate(-6deg); }
.climb .chat-head b { font: 400 17px var(--display); }
.climb .chat-head small { display: flex; align-items: center; gap: 6px; margin-top: 3px; }
.climb .chat-form { border-color: rgba(255, 255, 255, .07); padding: 12px; gap: 8px; }
.climb .chat-form .input { border-radius: 22px; }
.climb .chat-send { width: 48px; height: 48px; border: 0; border-radius: 50%; display: grid; place-items: center; padding: 0; background: var(--grad); color: #fff; cursor: pointer; box-shadow: 0 10px 24px -10px rgba(255, 61, 46, .9); }
.climb .chat-send .ic { width: 20px; height: 20px; }

/* ============================== Адаптив ============================== */
@media (max-width: 1100px) {
  .od-grid { grid-template-columns: minmax(0, 1fr); }
  .climb .chat-card { position: static; height: 560px; }
  .ct-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 900px) {
  .pg-split, .pl-cal { grid-template-columns: minmax(0, 1fr); }
  .fq-grid { grid-template-columns: minmax(0, 1fr); gap: 20px; }
  .fq-nav { position: static; flex-direction: row; overflow-x: auto; padding-bottom: 4px; }
  .fq-nav a { flex: none; padding: 10px 16px; }
  .ct-hero-card { grid-template-columns: auto minmax(0, 1fr); padding: 28px; }
  .ct-hero-card .c-btn { grid-column: 1 / -1; }
  .pl-row { grid-template-columns: 44px minmax(0, 1fr) auto auto; gap: 12px; }
  .pl-row .medal { width: 44px; height: 44px; }
  .pl-bar, .pl-row.head .pl-bar-h { display: none; }
}
@media (max-width: 600px) {
  .pg-hero { padding: 30px 0 24px; }
  .ct-grid { grid-template-columns: minmax(0, 1fr); }
  .ct-hero-card { grid-template-columns: minmax(0, 1fr); text-align: left; gap: 18px; }
  .ct-hero-card .mascot-body { width: 84px; height: 84px; }
  .pl-price { font-size: 16px; }
  .pl-name b { font-size: 14.5px; }
  .od-save { flex-wrap: wrap; }
  .od-track { margin-top: 26px; }
  .od-step { font-size: 12.5px; }
  .climb .account-saved { flex-wrap: wrap; }
  .climb .account-saved .c-btn { margin-left: 0; }
  .fq-search input { font-size: 16px; padding: 16px 18px 16px 52px; }
}
