body.landing { overflow-x: clip; }
.container { width: min(1180px, 100% - 40px); margin-inline: auto; }

/* ---------- Шапка ---------- */
.nav { position: sticky; top: 0; z-index: 20; background: rgb(246 242 236 / 86%); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); }
.nav-inner { display: flex; align-items: center; gap: 24px; height: 68px; }
.nav .logo { font-size: 18px; }
.nav-links { display: flex; gap: 22px; margin-left: auto; font-size: 14.5px; font-weight: 700; }
.nav-links a { color: var(--ink-2); text-decoration: none; }
.nav-links a:hover { color: var(--ink); }

/* ---------- Первый экран ---------- */
.hero { display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: 40px; padding: 48px 0 64px; }
.eyebrow { display: inline-block; padding: 6px 12px; border-radius: 99px; background: var(--accent-soft); color: #b83a09; font-size: 12.5px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.hero h1 { margin: 20px 0; font-family: var(--font-display); font-size: clamp(2.3rem, 5.2vw, 4.3rem); font-weight: 800; line-height: 1.04; letter-spacing: -.025em; }
.lead { max-width: 56ch; color: var(--ink-2); font-size: clamp(1.05rem, 1.5vw, 1.2rem); line-height: 1.55; }
.hero-cta { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.hero-note { margin-top: 14px; color: var(--muted); font-size: 14px; }

.hero-visual { position: relative; display: grid; place-items: center; min-height: 600px; }
.hero-visual::before { content: ''; position: absolute; width: 460px; height: 460px; border-radius: 50%; background: radial-gradient(circle, #ffcfb8 0%, rgb(255 207 184 / 0%) 70%); }
.phone { position: relative; width: 300px; padding: 12px; border-radius: 46px; background: var(--ink); box-shadow: 0 40px 80px rgb(28 26 23 / 25%); transform: rotate(-3deg); }
.phone-screen { display: grid; gap: 10px; padding: 22px 14px 14px; border-radius: 35px; background: var(--bg); overflow: hidden; }
.pm-head b { display: block; font-family: var(--font-display); font-size: 15px; }
.pm-head small { color: var(--muted); font-size: 11.5px; }
.pm-chips { display: flex; gap: 6px; }
.pm-chips span { padding: 4px 10px; border-radius: 99px; background: var(--surface); font-size: 11.5px; font-weight: 700; }
.pm-chips .on { background: var(--ink); color: #fff; }
.pm-dish { display: flex; gap: 10px; padding: 10px; border-radius: 16px; background: var(--surface); }
.pm-emoji { flex: none; display: grid; place-items: center; width: 58px; height: 58px; border-radius: 12px; background: linear-gradient(145deg, #fff3ea, #ffdcc9); font-size: 32px; }
.pm-dish > div { flex: 1; display: grid; gap: 1px; }
.pm-dish b { font-size: 13px; }
.pm-dish small { color: var(--muted); font-size: 11px; }
.pm-dish em { color: var(--warn); font-style: normal; font-weight: 700; }
.pm-buy { display: flex; align-items: center; justify-content: space-between; margin-top: 4px; }
.pm-add, .pm-step { padding: 4px 10px; border-radius: 99px; color: #fff; font-size: 11px; font-weight: 800; }
.pm-add { background: var(--accent); }
.pm-step { background: var(--ink); letter-spacing: .15em; }
.pm-cart { display: flex; justify-content: space-between; margin-top: 4px; padding: 12px 16px; border-radius: 99px; background: var(--accent); color: #fff; font-size: 13px; font-weight: 800; }

.float { position: absolute; display: flex; align-items: flex-start; gap: 8px; max-width: 250px; padding: 12px 14px; border-radius: 16px; background: var(--surface); box-shadow: var(--shadow); font-size: 13.5px; animation: float 6s ease-in-out infinite; }
.float-order { top: 36px; right: 0; flex-direction: column; gap: 1px; border-left: 4px solid var(--accent); }
.float-order small { color: var(--muted); font-size: 11px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.float-order span { color: var(--ink-2); }
.float-stop { bottom: 140px; left: -6px; background: var(--ink); color: #fff; animation-delay: -2s; }
.float-tip { bottom: 40px; right: 12px; animation-delay: -4s; }
@keyframes float { 50% { transform: translateY(-8px); } }

.facts { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; padding-bottom: 24px; }
.fact { padding: 18px; border-radius: var(--radius); background: var(--surface); }
.fact b { display: block; margin-bottom: 6px; font-family: var(--font-display); font-size: 16px; }
.fact span { color: var(--ink-2); font-size: 14.5px; }

/* ---------- Разделы ---------- */
.section { padding: 84px 0; }
.section-tight { padding-top: 24px; }
.section.alt { background: var(--ink); color: #fff; }
.section-head { max-width: 760px; margin-bottom: 36px; }
.section-head h2 { font-family: var(--font-display); font-size: clamp(1.8rem, 3.5vw, 2.7rem); font-weight: 800; line-height: 1.1; letter-spacing: -.02em; }
.section-head p { margin-top: 14px; color: var(--ink-2); font-size: 1.1rem; }
.alt .section-head p { color: rgb(255 255 255 / 70%); }

.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin: 0; padding: 0; list-style: none; }
.step { padding: 22px; border-radius: var(--radius); background: var(--surface); }
.step-num { font-family: var(--font-display); font-size: 44px; font-weight: 800; line-height: 1; color: var(--accent); }
.step h3 { margin: 14px 0 8px; font-size: 19px; font-weight: 800; }
.step p { color: var(--ink-2); }

.features { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.feature { padding: 22px; border: 1px solid rgb(255 255 255 / 10%); border-radius: var(--radius); background: rgb(255 255 255 / 5%); }
.feature-icon { font-size: 28px; }
.feature h3 { margin: 12px 0 8px; font-size: 17px; font-weight: 800; }
.feature p { color: rgb(255 255 255 / 70%); font-size: 14.5px; }
.feature.accent { border-color: var(--accent); background: var(--accent); }
.feature.accent p { color: rgb(255 255 255 / 92%); }

.stock-split { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 48px; }
.stock-split .section-head { margin-bottom: 0; }
.timeline { display: grid; gap: 18px; margin: 30px 0 0; padding: 0; list-style: none; }
.timeline li { display: grid; grid-template-columns: 44px 1fr; gap: 14px; }
.timeline .dot { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 50%; background: var(--surface); font-size: 20px; }
.timeline b { display: block; font-size: 16.5px; }
.timeline span { color: var(--ink-2); }
.stock-demo { display: grid; gap: 10px; padding: 22px; border-radius: 26px; background: var(--surface); box-shadow: var(--shadow); }
.sd-title { font-family: var(--font-display); font-size: 17px; font-weight: 700; }
.sd-row { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 11px 14px; border-radius: 14px; background: var(--surface-2); font-weight: 700; }
.sd-buy { background: var(--warn-soft); }
.sd-meter { height: 8px; border-radius: 99px; background: var(--line); overflow: hidden; }
.sd-meter i { display: block; width: 18%; height: 100%; border-radius: 99px; background: var(--bad); }
.sd-arrow { color: var(--muted); font-size: 13px; font-weight: 700; text-align: center; }
.sd-alert { padding: 11px 14px; border-radius: 14px; background: var(--ink); color: #fff; font-weight: 700; }
.sd-ok { padding: 11px 14px; border-radius: 14px; background: var(--ok-soft); color: var(--ok); font-weight: 800; }

.compare { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.compare-col { padding: 28px; border-radius: 26px; }
.compare-col h3 { margin-bottom: 18px; font-family: var(--font-display); font-size: 20px; }
.compare-col ul { display: grid; gap: 14px; margin: 0; padding: 0; list-style: none; }
.compare-col li { display: grid; grid-template-columns: 28px 1fr; gap: 8px; font-size: 16px; }
.compare-before { background: var(--surface); }
.compare-before li { color: var(--ink-2); }
.compare-after { background: var(--accent); color: #fff; }

.plans { display: grid; grid-template-columns: repeat(3, 1fr); align-items: stretch; gap: 16px; }
.plan { position: relative; display: flex; flex-direction: column; gap: 14px; padding: 26px; border: 1px solid rgb(255 255 255 / 12%); border-radius: 26px; background: rgb(255 255 255 / 5%); }
.plan-name { font-size: 18px; font-weight: 800; }
.plan-price { font-family: var(--font-display); font-size: 32px; font-weight: 800; }
.plan-price small { font-family: var(--font); color: rgb(255 255 255 / 60%); font-size: 15px; font-weight: 600; }
.plan ul { flex: 1; display: grid; align-content: start; gap: 8px; margin: 0; padding: 0; list-style: none; color: rgb(255 255 255 / 82%); }
.plan li::before { content: '✓'; margin-right: 8px; color: var(--accent); font-weight: 800; }
.plan .btn:not(.btn-primary) { background: transparent; border-color: rgb(255 255 255 / 30%); color: #fff; }
.plan .btn:not(.btn-primary):hover { border-color: #fff; }
.plan.popular { border-color: var(--bg); background: var(--bg); color: var(--ink); }
.plan.popular ul { color: var(--ink-2); }
.plan.popular .plan-price small { color: var(--muted); }
.plan-badge { position: absolute; top: -12px; right: 20px; padding: 4px 10px; border-radius: 99px; background: var(--accent); color: #fff; font-size: 12px; font-weight: 800; }
.plans-note { margin-top: 18px; color: rgb(255 255 255 / 60%); font-size: 14px; }

.faq { display: grid; gap: 10px; max-width: 860px; }
.faq details { padding: 0 22px; border-radius: 18px; background: var(--surface); }
.faq summary { display: flex; justify-content: space-between; gap: 16px; padding: 18px 0; font-size: 17px; font-weight: 800; list-style: none; cursor: pointer; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: '+'; color: var(--accent); font-size: 24px; line-height: 1; transition: transform .2s; }
.faq details[open] summary::after { transform: rotate(45deg); }
.faq details p { max-width: 70ch; padding-bottom: 18px; color: var(--ink-2); }

.lead-section { padding-top: 12px; }
.lead-card { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 40px; padding: clamp(28px, 5vw, 56px); border-radius: 32px; background: var(--ink); color: #fff; }
.lead-card h2 { font-family: var(--font-display); font-size: clamp(1.8rem, 3.4vw, 2.6rem); line-height: 1.08; }
.lead-card p { margin-top: 14px; color: rgb(255 255 255 / 70%); font-size: 1.05rem; }
.lead-form { display: grid; gap: 10px; }
.lead-form input { width: 100%; min-height: 52px; padding: 0 16px; border: 1px solid rgb(255 255 255 / 16%); border-radius: 14px; background: rgb(255 255 255 / 8%); color: #fff; font-size: 16px; }
.lead-form input::placeholder { color: rgb(255 255 255 / 50%); }
.lead-form input:focus { outline: none; border-color: var(--accent); }
.lead-form .form-status { min-height: 1.2em; margin: 0; color: #ffb59a; font-weight: 700; }
.lead-form .lead-consent { margin: 0; color: rgb(255 255 255 / 50%); font-size: 12.5px; }
.lead-done { padding: 24px; border-radius: 18px; background: rgb(255 255 255 / 8%); font-size: 18px; }

.footer { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 16px; padding: 40px 0; color: var(--muted); font-size: 14px; }
.footer .logo { color: var(--ink); }

@media (max-width: 1040px) {
  .hero { grid-template-columns: 1fr; padding-top: 28px; }
  .features, .steps, .facts { grid-template-columns: repeat(2, 1fr); }
  .stock-split, .lead-card { grid-template-columns: 1fr; }
  .plans { grid-template-columns: 1fr; max-width: 520px; }
}

@media (max-width: 720px) {
  .nav-links { display: none; }
  .nav-cta { margin-left: auto; }
  .features, .steps, .facts, .compare { grid-template-columns: 1fr; }
  .section { padding: 56px 0; }
  .hero-visual { min-height: 540px; }
  .hero-visual::before { width: 340px; height: 340px; }
  .phone { width: 262px; }
  .float { max-width: 200px; font-size: 12.5px; }
  .float-order { top: 6px; right: 0; }
  .float-stop { left: 0; bottom: 120px; }
  .float-tip { right: 0; bottom: 16px; }
}
