/* Коммерческие посадочные (scripts/build_landings.py). Поверх pages.css и blog.css:
   hero с кнопкой и телефоном, карточки, шаги, примеры, форма заявки в две колонки. */
.ld-hero .page-hero-sub { max-width: 760px; }
.ld-hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 18px 32px; margin-top: 30px; }
.ld-hero-phone { display: flex; flex-direction: column; gap: 4px; }
.ld-hero-phone b { font-family: var(--font-mono); font-size: 20px; font-weight: 500; color: var(--text); letter-spacing: 0.02em; }
.ld-hero-phone span { font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--text-dim); }
.ld-hero-msg { display: flex; gap: 10px; }
.ld-hero-msg a { font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--text); padding: 11px 14px; border: 1px solid var(--border-strong); transition: border-color .2s, color .2s; }
.ld-hero-msg a:hover { border-color: var(--accent); color: var(--accent); }
.ld-facts { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 44px; padding-top: 28px; border-top: 1px solid var(--border); }
.ld-fact b { display: block; font-family: var(--font-serif); font-weight: 400; font-size: clamp(22px, 2.6vw, 30px); color: var(--accent); line-height: 1.1; }
.ld-fact span { display: block; margin-top: 6px; font-size: 13px; line-height: 1.45; color: var(--text-dim); }

.ld-section { padding: 64px 0 8px; }
.ld-section h2 { font-size: clamp(24px, 3.2vw, 36px); line-height: 1.15; color: var(--text); max-width: 760px; }
.ld-sub { margin-top: 12px; max-width: 720px; font-size: 16px; line-height: 1.7; color: var(--text-dim); }
.ld-section > .container > h2 + .ld-cards, .ld-section > .container > h2 + .ld-steps, .ld-section > .container > h2 + .bl-table, .ld-section > .container > h2 + .ld-examples, .ld-sub + * { margin-top: 28px; }
.ld-section .bl-table { max-width: 860px; }
.ld-section .bl-table + .ld-note { max-width: 860px; }
.ld-note { margin-top: 18px; max-width: 760px; font-size: 15px; line-height: 1.7; color: var(--text-dim); }
.ld-note a, .ld-card a, .ld-steps a { color: var(--accent-2); border-bottom: 1px solid rgba(184, 153, 104, 0.35); }
.ld-note a:hover, .ld-card a:hover, .ld-steps a:hover { color: var(--accent); border-color: var(--accent); }

.ld-cards { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 16px; }
.ld-card { padding: 24px 26px; background: linear-gradient(180deg, var(--bg-card-2), var(--bg-card)); border: 1px solid var(--border); position: relative; }
.ld-card::before { content: ""; position: absolute; top: 0; left: 0; width: 28%; height: 2px; background: linear-gradient(90deg, var(--accent-2), var(--accent)); opacity: .7; }
.ld-card b { display: block; font-family: var(--font-display); font-weight: 600; font-size: 17px; color: var(--text); margin-bottom: 8px; }
.ld-card p { font-size: 14px; line-height: 1.65; color: var(--text-dim); }

.ld-steps { list-style: none; display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 16px; counter-reset: none; }
.ld-steps li { padding: 22px 24px 24px; background: var(--bg-card-2); border: 1px solid var(--border); border-left: 2px solid var(--accent); }
.ld-step-n { display: block; font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.14em; color: var(--accent); margin-bottom: 12px; }
.ld-steps b { display: block; font-weight: 600; font-size: 16px; color: var(--text); margin-bottom: 8px; }
.ld-steps p { font-size: 14px; line-height: 1.6; color: var(--text-dim); }

.ld-examples { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 16px; }
.ld-example { margin: 0; background: var(--bg-card-2); border: 1px solid var(--border); overflow: hidden; }
.ld-example img { display: block; width: 100%; height: auto; aspect-ratio: 4 / 3; object-fit: cover; }
.ld-example figcaption { padding: 14px 18px 16px; display: flex; flex-direction: column; gap: 4px; }
.ld-example figcaption b { font-weight: 600; font-size: 15px; color: var(--text); }
.ld-example figcaption span { font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--text-faint); }

.bl-faq-wrap .faq-list { max-width: 760px; }
.bl-faq-wrap .faq-a a { color: var(--accent-2); }

.ld-lead { margin-top: 72px; padding: 80px 0 96px; background: var(--bg-section); border-top: 1px solid var(--border); }
.ld-lead-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 56px; align-items: start; }
.ld-lead-copy h2 { font-size: clamp(26px, 3.4vw, 40px); line-height: 1.15; margin: 14px 0 16px; color: var(--text); }
.ld-lead-copy p { font-size: 15px; line-height: 1.7; color: var(--text-dim); margin-bottom: 22px; }
.ld-lead-copy ul { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.ld-lead-copy ul li { position: relative; padding-left: 18px; font-size: 14px; color: var(--text-dim); }
.ld-lead-copy ul li::before { content: "◆"; position: absolute; left: 0; top: 4px; font-size: 8px; color: var(--accent); }
.ld-related { margin-top: 36px; padding-top: 22px; border-top: 1px solid var(--border); }
.ld-related ul li { padding-left: 0; }
.ld-related ul li::before { display: none; }
.ld-related a { color: var(--accent-2); border-bottom: 1px solid rgba(184, 153, 104, 0.35); }
.ld-lead .lead-form { padding: 30px; gap: 14px; }
.ld-lead .form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.ld-lead .lead-form input[type="file"] { font-size: 13px; color: var(--text-dim); padding: 10px 0; }
.ld-lead .form-hint, .ld-lead .form-alt { font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.08em; color: var(--text-faint); }
.ld-lead .form-alt { text-align: center; margin-top: 4px; }
.ld-lead .form-alt a { color: var(--accent-2); }

@media (max-width: 900px) {
  .ld-facts { grid-template-columns: repeat(2, 1fr); }
  .ld-lead-grid { grid-template-columns: 1fr; gap: 36px; }
}
@media (max-width: 560px) {
  .ld-section { padding-top: 48px; }
  .ld-lead { padding: 56px 0 72px; }
  .ld-lead .lead-form { padding: 20px; }
  .ld-lead .form-row { grid-template-columns: 1fr; }
  .ld-hero-actions .btn { width: 100%; justify-content: center; }
}
