/* Посадочные страницы в цеховой зоне: тот же грунт и стекло, что у главной (home-dark.css),
   плюс скелет самой посадочной. Подключается ПОСЛЕ home-dark.css. */

.lnd { max-width: 1120px; margin: 0 auto; }
.lnd-tile { padding: 24px 26px; }
.lnd-block { margin-bottom: 16px; }
.lnd h2 { color: #fff; font-weight: 700; font-size: 1.25rem; margin: 0 0 12px; }
.lnd p { margin: 0 0 12px; line-height: 1.6; }
.lnd p:last-child { margin-bottom: 0; }
.lnd b { color: #fff; }
.lnd a { color: var(--lp-amber); }

/* ── первый экран ── */
.lnd-hero { display: grid; grid-template-columns: 1.25fr 380px; gap: 16px; margin-bottom: 16px; }
/* посадочная без снимка интерфейса: правая колонка не должна оставлять пустую полосу.
   Тезисы в четыре столбца только на широком экране — ниже их раскладывают общие медиазапросы */
.lnd-hero-solo { grid-template-columns: 1fr; }
@media (min-width: 901px) { .lnd-hero-solo .lnd-points { grid-template-columns: repeat(4, 1fr); } }
.lnd-kicker { display: inline-block; margin-bottom: 12px; padding: 3px 11px; border-radius: 999px; border: 1px solid rgba(255,193,7,.35); background: rgba(255,193,7,.09); color: var(--lp-amber); font-size: 0.8rem; font-weight: 600; }
.lnd-hero h1 { margin: 0 0 12px; color: #fff; font-size: 1.7rem; font-weight: 800; line-height: 1.22; }
.lnd-lead { font-size: 1rem; color: var(--lp-soft); line-height: 1.55; margin: 0 0 16px; }
.lnd-lead b { color: #fff; }
.lnd-cta { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; margin-bottom: 18px; }
.lnd-ghost { display: inline-flex; align-items: center; padding: 11px 20px; border: 1px solid rgba(255,193,7,.4); border-radius: var(--ctr-radius); color: var(--lp-amber) !important; font-weight: 600; text-decoration: none; transition: background .15s; }
.lnd-ghost:hover { background: rgba(255,193,7,.1); }
.lnd-points { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.lnd-point { padding: 9px 12px; border-radius: var(--ctr-radius); border: 1px solid rgba(255,255,255,.1); background: rgba(255,255,255,.04); color: var(--lp-soft); font-size: 0.88rem; line-height: 1.45; }

/* ── снимок этикетки: белая наклейка лежит на тёмном столе ── */
.lnd-shot { display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 18px 16px 14px; margin: 0; }
.lnd-shot img { display: block; width: 100%; max-width: 320px; height: auto; border-radius: 10px; background: #fff; box-shadow: 0 18px 42px rgba(0,0,0,.5); }
.lnd-shot figcaption { margin-top: 12px; color: var(--lp-dim); font-size: 0.8rem; line-height: 1.45; text-align: center; }

/* ── вводный текст под первым экраном ── */
.lnd-intro { padding: 22px 26px; color: var(--lp-soft); font-size: 0.95rem; }

/* ── карточки-выгоды ── */
.lnd-cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 12px; }
.lnd-card { padding: 16px 18px; }
.lnd-card h3 { margin: 0 0 7px; color: #fff; font-size: 0.98rem; font-weight: 700; }
.lnd-card p { color: var(--lp-dim); font-size: 0.88rem; line-height: 1.5; }

/* ── шаги ── */
.lnd-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.lnd-step { padding: 16px 18px; }
.lnd-num { display: flex; align-items: center; justify-content: center; width: 30px; height: 30px; margin-bottom: 10px; border-radius: 50%; font-size: 14px; font-weight: 900; color: #1a1a1a; background: linear-gradient(180deg, #ffd54f 0%, #ffc107 50%, #d9a406 100%); box-shadow: inset 0 0 0 1px #b38705, inset 0 1px 0 rgba(255,255,255,0.45); }
.lnd-step h3 { margin: 0 0 6px; color: #fff; font-size: 0.98rem; font-weight: 700; }
.lnd-step p { color: var(--lp-dim); font-size: 0.88rem; line-height: 1.5; }

/* ── таблица характеристик ── */
.lnd-spec { padding: 22px 26px; }
.lnd-spec table { width: 100%; border-collapse: collapse; font-size: 0.9rem; }
.lnd-spec td { padding: 9px 4px; border-top: 1px solid rgba(255,255,255,.07); color: var(--lp-soft); line-height: 1.45; vertical-align: top; }
.lnd-spec tr:first-child td { border-top: 0; }
.lnd-spec td:first-child { width: 38%; color: var(--lp-dim); }
.lnd-spec td:last-child b { color: #fff; }
.lnd-spec-note { margin: 14px 0 0; color: var(--lp-dim); font-size: 0.82rem; line-height: 1.5; }

/* ── текстовые разделы ── */
.lnd-sec { padding: 22px 26px; color: var(--lp-soft); font-size: 0.95rem; }
.lnd-sec ul { margin: 0; padding-left: 20px; }
.lnd-sec li { margin-bottom: 7px; line-height: 1.55; }
.lnd-sec li:last-child { margin-bottom: 0; }

/* ── для кого ── */
.lnd-aud { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin: 0; padding: 0; list-style: none; }
.lnd-aud li { padding: 11px 14px; border-radius: var(--ctr-radius); border: 1px solid rgba(255,255,255,.1); background: rgba(255,255,255,.04); color: var(--lp-soft); font-size: 0.9rem; line-height: 1.45; }

/* ── FAQ: берём плитки с главной, но заголовок раздела выравниваем как остальные ── */
.lnd .home-faq { max-width: none; padding: 0; }
.lnd .home-faq h2 { text-align: left; }

/* ── перелинковка ── */
.lnd-rel { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 10px; }
.lnd-rel a { display: block; padding: 13px 16px; border-radius: var(--ctr-radius); border: 1px solid rgba(255,255,255,.12); background: rgba(255,255,255,.04); text-decoration: none; transition: background .15s, border-color .15s, transform .15s; }
.lnd-rel a:hover { background: rgba(255,193,7,.08); border-color: rgba(255,193,7,.35); transform: translateY(-1px); }
.lnd-rel b { display: block; color: #fff; font-size: 0.92rem; margin-bottom: 4px; }
.lnd-rel span { color: var(--lp-dim); font-size: 0.82rem; line-height: 1.45; }

/* ── финальный CTA ── */
.lnd-final { padding: 26px 24px; text-align: center; }
.lnd-final h2 { font-size: 1.25rem; margin-bottom: 8px; }
.lnd-final p { color: var(--lp-soft); margin: 0 auto 18px; max-width: 620px; }
.lnd-final .lnd-cta { justify-content: center; margin-bottom: 0; }
.lnd-free { margin: 16px 0 0; padding: 0 12px; text-align: center; color: var(--lp-dim); font-size: 0.88rem; line-height: 1.6; }

@media (max-width: 900px) {
    .lnd-hero { grid-template-columns: 1fr; }
    .lnd-steps { grid-template-columns: 1fr; }
}
@media (max-width: 700px) {
    .lnd-tile, .lnd-intro, .lnd-sec, .lnd-spec { padding: 18px 16px; }
    .lnd-hero h1 { font-size: 1.35rem; }
    .lnd-lead { font-size: 0.92rem; }
    .lnd-points, .lnd-aud { grid-template-columns: 1fr; }
    .lnd-cta .btn { width: 100%; }
    .lnd-ghost { justify-content: center; width: 100%; }
    .lnd-spec td:first-child { width: 45%; }
}
