/* Очаг — сайт для продвижения (по артбордам «Лендинг — компьютер / телефон»).
   Токены цветов и шрифтов — из ochag.css. */

body.site { background: var(--bg); }
.site h1, .site h2, .site h3 { font-family: var(--display); color: var(--ink); }
.wrap { max-width: 1280px; margin: 0 auto; padding: 0 80px; box-sizing: border-box; }

/* ——— Кнопки ——— */
.l-btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; border-radius: 999px;
         padding: 12px 22px; font-size: 15px; font-weight: 700; border: 1px solid transparent; cursor: pointer;
         text-align: center; line-height: 1.2; font-family: var(--font); }
.l-btn-primary { background: var(--primary); color: #fff; }
.l-btn-primary:hover { background: var(--primary-hover); }
.l-btn-outline { background: #fff; color: var(--ink); border-color: var(--line-2); }
.l-btn-outline:hover { border-color: var(--primary); color: var(--primary); }
.l-btn-xl { font-size: 17px; padding: 18px 32px; }
.l-btn-primary.l-btn-xl { box-shadow: 0 10px 24px rgba(194, 67, 10, 0.25); }
.l-link-plain { font-size: 16px; font-weight: 600; color: var(--ink); padding: 18px 8px; }
.l-link-plain:hover { color: var(--primary); }
.l-inline-link { color: var(--primary); font-weight: 600; }

/* ——— Шапка ——— */
.site-header { background: #fff; border-bottom: 1px solid var(--line); position: sticky; top: 0; z-index: 20; }
.site-header-row { height: 80px; display: flex; align-items: center; gap: 40px; }
.site-logo { display: flex; align-items: center; gap: 10px; color: var(--primary); }
.site-logo span { font-family: var(--display); font-size: 22px; font-weight: 700; color: var(--ink); }
.site-logo.on-dark { color: var(--side-accent); }
.site-logo.on-dark span { color: var(--side-ink); font-size: 20px; }
.site-nav { display: flex; gap: 32px; font-size: 15px; font-weight: 500; color: var(--ink-2); flex-grow: 1; }
.site-nav a:hover, .site-nav a[aria-current="page"] { color: var(--primary); }
.site-login { font-size: 15px; font-weight: 600; }
.site-login:hover { color: var(--primary); }
.site-cta .short { display: none; }

/* ——— Первый экран ——— */
.l-hero { position: relative; overflow: hidden; padding: 88px 0 96px; }
.l-blob { position: absolute; border-radius: 999px; filter: blur(8px); pointer-events: none; }
.l-blob.a { top: -160px; right: -120px; width: 620px; height: 620px; background: var(--primary-soft); }
.l-blob.b { bottom: -200px; left: -160px; width: 480px; height: 480px; background: var(--green-soft); opacity: .8; }
.l-hero-grid { position: relative; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 56px; align-items: center; }
.l-hero-text { display: flex; flex-direction: column; gap: 26px; }
.l-eyebrow-pill { align-self: flex-start; font-size: 13px; font-weight: 700; color: var(--primary); background: var(--primary-soft);
                  padding: 6px 14px; border-radius: 999px; text-transform: uppercase; letter-spacing: .05em; }
.l-hero h1 { margin: 0; font-size: 62px; line-height: 1.05; font-weight: 700; letter-spacing: -.02em; text-wrap: balance; }
.l-lead { margin: 0; font-size: 20px; line-height: 1.55; color: var(--ink-2); max-width: 540px; text-wrap: pretty; }
.l-hero-actions { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }
.l-small { font-size: 14px; color: var(--muted); }
.l-hero-visual { position: relative; min-height: 460px; }
.l-window { position: absolute; top: 20px; right: 0; width: 100%; max-width: 620px; margin: 0; background: #fff; border-radius: 20px;
            box-shadow: 0 2px 4px rgba(23,22,43,.04), 0 30px 60px rgba(23,22,43,.14); overflow: hidden; border: 1px solid var(--line); }
.l-window-bar { height: 34px; display: flex; align-items: center; gap: 7px; padding: 0 14px; background: var(--chip-muted); }
.l-window-bar span { width: 10px; height: 10px; border-radius: 999px; background: #E3DFEE; }
.l-window-bar em { margin-left: 14px; font-style: normal; font-size: 12px; color: var(--faint); }
.l-window img { display: block; width: 100%; height: auto; }
.l-hero-mascot { position: absolute; left: -10px; bottom: -4px; }
.mascot { display: block; height: auto; }

/* ——— Секции ——— */
.l-section { padding: 96px 0; }
.l-white { background: #fff; }
.l-head { display: flex; flex-direction: column; gap: 12px; max-width: 760px; margin-bottom: 48px; }
.l-head h1, .l-head h2 { margin: 0; font-size: 42px; line-height: 1.1; font-weight: 700; letter-spacing: -.01em; }
.l-head p { margin: 0; font-size: 18px; line-height: 1.55; color: var(--ink-2); }
.l-head-center { align-items: center; text-align: center; margin-left: auto; margin-right: auto; margin-bottom: 36px; }
.l-eyebrow { font-size: 13px; font-weight: 700; color: var(--primary); text-transform: uppercase; letter-spacing: .05em; }
.l-grid-3 { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }

.l-situation { background: var(--bg); border-radius: 24px; padding: 32px; display: flex; flex-direction: column; gap: 16px; }
.l-situation h3 { margin: 0; font-size: 24px; line-height: 1.25; font-weight: 700; }
.l-situation p { margin: 0; font-size: 16px; line-height: 1.6; color: var(--ink-2); }
.l-check { margin-top: auto; display: flex; align-items: center; gap: 8px; font-size: 14px; font-weight: 700; color: var(--green); }

.l-feature { background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow); border-radius: 22px; padding: 28px;
             display: flex; flex-direction: column; gap: 12px; }
.l-feature h3 { margin: 0 0 8px; font-size: 20px; font-weight: 700; }
.l-feature p { margin: 0; font-size: 15px; line-height: 1.6; color: var(--ink-2); }
.l-feature-icon { width: 48px; height: 48px; border-radius: 14px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.tone-primary { background: var(--primary-soft); color: var(--primary); }
.tone-green { background: var(--green-soft); color: var(--green); }
.tone-pink { background: var(--pink-soft); color: var(--pink); }
.tone-orange { background: var(--orange-soft); color: var(--orange); }

.l-steps { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.l-steps li { display: flex; flex-direction: column; gap: 14px; }
.l-steps h3 { margin: 0 0 6px; font-size: 22px; font-weight: 700; }
.l-steps p { margin: 0; font-size: 16px; line-height: 1.6; color: var(--ink-2); }
.l-step-num { width: 52px; height: 52px; border-radius: 999px; background: var(--primary); color: #fff; font-family: var(--display);
              font-size: 22px; font-weight: 700; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }

/* ——— Тарифы ——— */
.l-center { display: flex; flex-direction: column; align-items: center; }
.l-toggle { display: flex; gap: 4px; background: var(--segment); padding: 5px; border-radius: 999px; margin-bottom: 36px; }
.l-toggle button { border: 0; border-radius: 999px; padding: 11px 24px; font: 500 15px var(--font); color: var(--muted); background: transparent; cursor: pointer; }
.l-toggle button.on { background: #fff; color: var(--ink); font-weight: 700; box-shadow: 0 1px 2px rgba(23,22,43,.06); }
.l-plans { width: 100%; max-width: 1100px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.l-plans[hidden] { display: none; }
.l-plan { position: relative; background: #fff; border: 2px solid var(--line); box-shadow: var(--shadow); border-radius: 24px;
          padding: 32px; display: flex; flex-direction: column; gap: 10px; }
.l-plan.best { border-color: var(--primary); }
.l-plan-flag { position: absolute; top: -14px; left: 32px; font-size: 12px; font-weight: 700; color: #fff; background: var(--primary);
               padding: 5px 12px; border-radius: 999px; }
.l-plan-period { margin: 0; font-family: var(--font) !important; font-size: 16px; font-weight: 600; color: var(--ink-2) !important; }
.l-plan-price { display: flex; align-items: baseline; gap: 8px; flex-wrap: wrap; }
.l-plan-price > span:first-child { font-family: var(--display); font-size: 48px; font-weight: 700; }
.l-badge { font-size: 13px; font-weight: 700; color: var(--primary); background: var(--primary-soft); padding: 4px 10px; border-radius: 999px; }
.l-plan-note { margin: 0; font-size: 15px; color: var(--muted); }
.l-plan .l-btn { margin-top: 14px; padding: 14px; }
.l-note { margin: 36px 0 0; font-size: 14px; color: var(--muted); text-align: center; max-width: 720px; line-height: 1.6; }

/* ——— Вопросы ——— */
.l-faq-grid { display: grid; grid-template-columns: 380px minmax(0, 1fr); gap: 64px; }
.l-faq-grid .l-head { margin-bottom: 0; }
.l-faq details { border-bottom: 1px solid rgba(23,22,43,.08); }
.l-faq summary { list-style: none; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 22px 0;
                 cursor: pointer; font-size: 18px; font-weight: 600; color: var(--ink); }
.l-faq summary::-webkit-details-marker { display: none; }
.l-faq summary .icon { color: var(--primary); transition: transform .2s; }
.l-faq details[open] summary .icon { transform: rotate(180deg); }
.l-faq details p { margin: 0 0 22px; font-size: 16px; line-height: 1.65; color: var(--ink-2); max-width: 760px; }

/* ——— Призыв и подвал ——— */
.l-cta { position: relative; overflow: hidden; background: var(--side); padding: 88px 0; }
.l-cta-circle { position: absolute; right: -120px; top: -140px; width: 460px; height: 460px; border-radius: 999px; background: var(--side-card); }
.l-cta-row { position: relative; display: flex; align-items: center; gap: 56px; }
.l-cta-mascot { flex-shrink: 0; }
.l-cta-text { flex-grow: 1; display: flex; flex-direction: column; gap: 16px; }
.l-cta h2 { margin: 0; font-size: 44px; line-height: 1.1; color: var(--side-ink); }
.l-cta p { margin: 0; font-size: 18px; color: var(--side-muted); }

.site-footer { background: #141026; color: var(--side-muted); padding: 48px 0; font-size: 14px; }
.site-footer-top { display: flex; align-items: flex-start; gap: 48px; }
.site-footer-brand { display: flex; flex-direction: column; gap: 10px; flex-grow: 1; }
.site-footer-nav { display: flex; gap: 28px; flex-wrap: wrap; }
.site-footer a:hover { color: var(--side-ink); }
.site-footer-sep { height: 1px; background: rgba(244,242,255,.1); margin: 28px 0; }
.site-footer-bottom { display: flex; justify-content: space-between; gap: 24px; font-size: 13px; flex-wrap: wrap; }

.cookie-bar { position: fixed; left: 16px; right: 16px; bottom: 16px; z-index: 50; max-width: 760px; margin: 0 auto; background: #fff;
              border-radius: 18px; box-shadow: var(--shadow-lg); padding: 14px 16px 14px 20px; display: flex; align-items: center; gap: 16px;
              font-size: 14px; color: var(--ink-2); }
.cookie-bar a { color: var(--primary); font-weight: 600; }
.cookie-bar .l-btn { flex-shrink: 0; padding: 10px 18px; }

/* ——— Юридические страницы ——— */
.l-legal { max-width: 820px; }
.l-legal h1 { font-size: 36px; margin: 0 0 8px; }
.l-legal .l-legal-meta { color: var(--muted); font-size: 14px; margin: 0 0 32px; }
.l-legal h2 { font-size: 22px; margin: 36px 0 12px; }
.l-legal p, .l-legal li { font-size: 16px; line-height: 1.7; color: var(--ink-2); }
.l-legal ul, .l-legal ol { padding-left: 22px; }
.l-legal table { border-collapse: collapse; width: 100%; font-size: 15px; margin: 8px 0 16px; }
.l-legal th, .l-legal td { text-align: left; padding: 10px 12px; border-bottom: 1px solid var(--line-2); }
.l-legal a { color: var(--primary); font-weight: 600; }

/* ——— Планшет ——— */
@media (max-width: 1100px) {
  .wrap { padding: 0 40px; }
  .l-hero h1 { font-size: 50px; }
  .l-hero-grid { grid-template-columns: 1fr; }
  .l-hero-visual { min-height: 0; padding-bottom: 60px; }
  .l-window { position: relative; top: 0; margin-left: auto; }
  .l-grid-3, .l-plans { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .l-faq-grid { grid-template-columns: 1fr; gap: 24px; }
}

/* ——— Телефон (артборд «Лендинг — телефон») ——— */
@media (max-width: 700px) {
  .wrap { padding: 0 20px; }
  .site-header-row { height: 64px; gap: 12px; }
  .site-logo { flex-grow: 1; }
  .site-logo span { font-size: 20px; }
  .site-nav { display: none; }
  .site-login { padding: 12px 6px; }
  .site-cta { padding: 12px 16px; font-size: 14px; }
  .site-cta .long { display: none; }
  .site-cta .short { display: inline; }

  .l-hero { padding: 40px 0 48px; }
  .l-hero-text { gap: 20px; }
  .l-eyebrow-pill { font-size: 12px; padding: 6px 12px; }
  .l-hero h1 { font-size: 38px; line-height: 1.08; }
  .l-lead { font-size: 17px; }
  .l-hero-actions { flex-direction: column; align-items: stretch; gap: 4px; }
  .l-hero-actions .l-btn { padding: 18px; }
  .l-hero-actions .l-link-plain { text-align: center; padding: 12px; }
  .l-small { text-align: center; }
  .l-hero-visual { padding: 12px 0 70px; }
  .l-window { border-radius: 16px; }
  .l-window-bar { height: 24px; gap: 5px; padding: 0 10px; }
  .l-window-bar span { width: 7px; height: 7px; }
  .l-window-bar em { display: none; }
  .l-hero-mascot { left: -6px; bottom: 0; }
  .l-hero-mascot .mascot { width: 120px; }

  .l-section { padding: 48px 0; }
  .l-head { margin-bottom: 20px; gap: 10px; }
  .l-head h1, .l-head h2 { font-size: 30px; line-height: 1.12; }
  .l-head p { font-size: 16px; }
  .l-grid-3, .l-plans, .l-steps { grid-template-columns: 1fr; gap: 16px; }
  .l-situation { padding: 22px; border-radius: 20px; gap: 10px; }
  .l-situation h3 { font-size: 20px; }
  .l-situation p { font-size: 15px; }
  .l-feature { flex-direction: row; padding: 20px; gap: 14px; border-radius: 20px; }
  .l-feature-icon { width: 44px; height: 44px; border-radius: 13px; }
  .l-feature h3 { font-size: 18px; margin-bottom: 6px; }
  .l-feature p { font-size: 14.5px; line-height: 1.55; }
  .l-steps { gap: 24px; }
  .l-steps li { flex-direction: row; gap: 16px; }
  .l-step-num { width: 44px; height: 44px; font-size: 19px; }
  .l-steps h3 { font-size: 19px; margin-bottom: 4px; }
  .l-steps p { font-size: 15px; line-height: 1.55; }

  .l-center { align-items: stretch; }
  .l-head-center { align-items: flex-start; text-align: left; margin-bottom: 20px; }
  .l-toggle { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); margin-bottom: 20px; }
  .l-toggle button { padding: 12px 8px; }
  .l-plans { gap: 22px; }
  .l-plan { padding: 22px; border-radius: 22px; gap: 8px; }
  .l-plan-flag { left: 22px; top: -13px; }
  .l-plan-price > span:first-child { font-size: 36px; }
  .l-note { text-align: left; font-size: 13.5px; margin-top: 24px; }

  .l-faq summary { font-size: 16px; padding: 18px 0; min-height: 44px; }
  .l-faq details p { font-size: 15px; margin-bottom: 18px; }

  .l-cta { padding: 48px 0; text-align: center; }
  .l-cta-circle { display: none; }
  .l-cta-row { flex-direction: column; gap: 18px; }
  .l-cta-mascot .mascot { width: 110px; }
  .l-cta h2 { font-size: 30px; }
  .l-cta p { font-size: 16px; }
  .l-cta .l-btn { align-self: stretch; padding: 18px; }

  .site-footer { padding: 32px 0; }
  .site-footer-top { flex-direction: column; gap: 18px; }
  .site-footer-nav { flex-direction: column; gap: 12px; }
  .site-footer-sep { margin: 18px 0; }
  .site-footer-bottom { font-size: 12.5px; line-height: 1.6; }

  .cookie-bar { flex-direction: column; align-items: stretch; text-align: left; }
  .l-legal h1 { font-size: 28px; }
}
