/* ═══════════════════════════════════════════════════════════════════════════
   SpellBook · Монетизация (лендинг). Дизайн маркетплейса, обе темы, адаптив.
   Токены и скелетон (.sk, .skel-only/.load-only, mkt-reveal) из marketplace.css.
   ═══════════════════════════════════════════════════════════════════════════ */

html{ scroll-behavior:smooth; }

.mon-wrap{ max-width:900px; margin:0 auto; padding:clamp(14px,2.6vw,32px) var(--gutter) 72px; }

/* ── Кнопки ── */
.mon-btn{ display:inline-flex; align-items:center; justify-content:center; gap:8px; height:46px; padding:0 22px; border-radius:12px; font-family:var(--font-display); font-weight:600; font-size:0.94rem; text-decoration:none; cursor:pointer; border:1px solid transparent; transition:filter var(--dur) var(--ease), background var(--dur) var(--ease), border-color var(--dur) var(--ease), transform 0.12s var(--ease); }
.mon-btn i{ font-size:1.05em; }
.mon-btn-primary{ background:var(--btn); color:var(--btn-text); }
.mon-btn-primary:hover{ filter:brightness(0.93); }
.mon-btn-primary:active{ transform:scale(0.98); }
.mon-btn-ghost{ background:transparent; color:var(--text); border-color:var(--line-2); }
.mon-btn-ghost:hover{ background:var(--wash); }

/* ── Hero ── */
.mon-hero{ text-align:center; padding:clamp(18px,4vw,44px) 0 clamp(16px,2.5vw,30px); }
.mon-hero h1{ font-family:var(--font-display); font-weight:700; font-size:clamp(1.65rem,4.4vw,2.85rem); line-height:1.12; letter-spacing:-0.02em; color:var(--text); margin:0 auto 14px; max-width:16ch; }
.mon-hero-sub{ font-size:clamp(0.98rem,2vw,1.12rem); line-height:1.55; color:var(--text-2); max-width:600px; margin:0 auto 24px; }
.mon-hero-actions{ display:flex; gap:12px; justify-content:center; flex-wrap:wrap; }

/* ── Секция ── */
.mon-section{ margin-top:clamp(34px,5.5vw,60px); }
.mon-h2{ font-family:var(--font-display); font-weight:700; font-size:clamp(1.35rem,3vw,1.9rem); letter-spacing:-0.01em; color:var(--text); text-align:center; margin:0 0 8px; }
.mon-sub{ font-size:0.98rem; line-height:1.5; color:var(--text-2); text-align:center; max-width:560px; margin:0 auto 26px; }

/* ── Как это работает: шаги ── */
.mon-steps{ display:grid; grid-template-columns:repeat(3,1fr); gap:14px; }
.mon-card{ background:var(--surface); border:1px solid var(--line-2); border-radius:15px; padding:22px 20px; }
.mon-step-num{ width:32px; height:32px; display:flex; align-items:center; justify-content:center; border-radius:9px; background:var(--raised); color:var(--text); font-family:var(--font-display); font-weight:700; font-size:0.95rem; margin-bottom:13px; }
.mon-step h3{ font-family:var(--font-display); font-weight:600; font-size:1.02rem; color:var(--text); margin:0 0 7px; line-height:1.25; }
.mon-step p{ font-size:0.89rem; line-height:1.5; color:var(--text-2); margin:0; }

/* ── Калькулятор ── */
.mon-calc{ display:grid; grid-template-columns:1fr 340px; gap:22px; align-items:start; background:var(--surface); border:1px solid var(--line-2); border-radius:18px; padding:24px; }
.mon-slider{ margin-bottom:20px; }
.mon-slider:last-child{ margin-bottom:0; }
.mon-slider-top{ display:flex; justify-content:space-between; align-items:baseline; gap:12px; margin-bottom:9px; }
.mon-slider-lbl{ font-size:0.86rem; line-height:1.35; color:var(--text-2); }
.mon-slider-lbl i{ color:var(--text-3); margin-right:5px; }
.mon-slider-val{ font-family:var(--font-display); font-weight:700; font-size:1.05rem; color:var(--text); white-space:nowrap; }
.mon-range{ width:100%; height:22px; margin:0; accent-color:var(--pos); cursor:pointer; }
.mon-calc-res{ background:var(--modal); border:1px solid var(--line-2); border-radius:14px; padding:20px 22px; position:sticky; top:calc(var(--hdr-h) + 14px); }
.mon-calc-res-lbl{ font-size:0.78rem; color:var(--text-3); text-transform:uppercase; letter-spacing:0.04em; }
.mon-calc-income{ font-family:var(--font-display); font-weight:700; font-size:2.1rem; line-height:1.1; color:var(--pos); margin:5px 0 2px; }
.mon-calc-income-sub{ font-size:0.8rem; color:var(--text-3); margin-bottom:16px; }
.mon-calc-row{ display:flex; justify-content:space-between; align-items:baseline; gap:12px; font-size:0.85rem; padding:9px 0; border-top:1px solid var(--line); }
.mon-calc-row span:first-child{ color:var(--text-3); }
.mon-calc-row span:last-child{ color:var(--text); font-weight:600; white-space:nowrap; }
.mon-calc-note{ font-size:0.75rem; line-height:1.45; color:var(--text-4); margin:14px 0 0; }

/* ── Условия ── */
.mon-conds{ display:grid; grid-template-columns:repeat(2,1fr); gap:14px; }
.mon-cond{ display:flex; gap:13px; align-items:flex-start; background:var(--surface); border:1px solid var(--line-2); border-radius:14px; padding:18px 20px; }
.mon-cond-ic{ flex-shrink:0; width:38px; height:38px; display:flex; align-items:center; justify-content:center; border-radius:10px; background:var(--raised); color:var(--text); font-size:1.1rem; }
.mon-cond h4{ font-family:var(--font-display); font-weight:600; font-size:0.96rem; color:var(--text); margin:0 0 4px; }
.mon-cond p{ font-size:0.84rem; line-height:1.45; color:var(--text-2); margin:0; }

/* ── Финальный призыв ── */
.mon-final{ margin-top:clamp(38px,6vw,68px); text-align:center; background:var(--surface); border:1px solid var(--line-2); border-radius:20px; padding:clamp(28px,4.5vw,48px) 24px; }
.mon-final h2{ font-family:var(--font-display); font-weight:700; font-size:clamp(1.35rem,3vw,1.9rem); color:var(--text); margin:0 0 9px; }
.mon-final p{ font-size:0.98rem; color:var(--text-2); max-width:500px; margin:0 auto 22px; line-height:1.5; }

/* Плавный переход к калькулятору с учётом фиксированного хедера */
#mon-calc{ scroll-margin-top:calc(var(--hdr-h) + 18px); }

/* ── Скелетон (виден при body.loading, повторяет структуру) ── */
.mon-skel .sk{ display:block; }
.mon-skel-hero{ height:176px; max-width:600px; margin:36px auto; border-radius:14px; }
.mon-skel-row{ display:grid; grid-template-columns:repeat(3,1fr); gap:14px; margin-top:38px; }
.mon-skel-row .sk{ height:140px; border-radius:15px; }
.mon-skel-big{ height:250px; margin-top:38px; border-radius:18px; }

/* ── Адаптив ── */
@media (max-width:760px){
  .mon-calc{ grid-template-columns:1fr; gap:20px; }
  .mon-calc-res{ position:static; }
  .mon-steps{ grid-template-columns:1fr; }
  .mon-conds{ grid-template-columns:1fr; }
  .mon-skel-row{ grid-template-columns:1fr; }
  .mon-hero-actions .mon-btn{ flex:1 1 auto; }
}
@media (max-width:420px){
  .mon-wrap{ padding-bottom:52px; }
  .mon-card, .mon-cond{ padding:16px; }
  .mon-calc{ padding:18px; }
  .mon-calc-income{ font-size:1.85rem; }
  .mon-hero-actions{ flex-direction:column; }
  .mon-hero-actions .mon-btn{ width:100%; }
}
