/* Карго-Мост — привоз из Китая. Тёмный «логистический» стиль, акцент — красный. */

:root {
    --red: #c8102e;
    --ink: #101317;
    --ink-2: #1a1f26;
    --paper: #ffffff;
    --sand: #f6f4f1;
    --line: #e2ded9;
    --muted: #6d7480;
    --wrap: 1180px;
}

* { box-sizing: border-box; }

body {
    margin: 0;
    color: var(--ink);
    background: var(--paper);
    font: 16px/1.6 "Helvetica Neue", -apple-system, BlinkMacSystemFont, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
}

h1, h2, h3 { line-height: 1.15; margin: 0; letter-spacing: -.02em; }
p { margin: 0; }
a { color: var(--red); }
.wrap { max-width: var(--wrap); margin: 0 auto; padding: 0 24px; }

/* ── Шапка ── */
.top { background: var(--ink); color: #fff; position: sticky; top: 0; z-index: 10; }
.topInner { display: flex; align-items: center; gap: 32px; height: 68px; }
.logo { color: #fff; text-decoration: none; font-weight: 700; font-size: 18px; display: flex; align-items: center; gap: 10px; letter-spacing: -.01em; }
.logoMark {
    width: 30px; height: 30px; display: grid; place-items: center;
    background: var(--red); border-radius: 6px; font-size: 16px;
}
.topNav { display: flex; gap: 26px; margin-left: auto; }
.topNav a { color: rgba(255,255,255,.72); text-decoration: none; font-size: 14px; }
.topNav a:hover { color: #fff; }
.topCta {
    background: var(--red); color: #fff; text-decoration: none; font-size: 14px; font-weight: 600;
    padding: 10px 18px; border-radius: 4px;
}

/* ── Первый экран ── */
.hero { background: var(--ink); color: #fff; padding: 64px 0 80px; position: relative; overflow: hidden; }
.hero::after {
    content: ""; position: absolute; right: -180px; top: -120px; width: 640px; height: 640px;
    background: radial-gradient(circle, rgba(200,16,46,.28), transparent 62%);
}
.heroGrid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 56px; align-items: start; position: relative; z-index: 1; }

.eyebrow { color: var(--red); font-size: 13px; letter-spacing: .12em; text-transform: uppercase; font-weight: 700; margin-bottom: 18px; }
.hero h1 { font-size: 52px; font-weight: 800; margin-bottom: 22px; }
.lead { color: rgba(255,255,255,.76); font-size: 17px; max-width: 520px; }

.heroList { list-style: none; padding: 0; margin: 26px 0 0; display: flex; flex-direction: column; gap: 10px; }
.heroList li { padding-left: 26px; position: relative; color: rgba(255,255,255,.86); font-size: 15px; }
.heroList li::before {
    content: ""; position: absolute; left: 0; top: 9px; width: 12px; height: 2px; background: var(--red);
}

.heroStats { display: flex; gap: 40px; margin-top: 40px; padding-top: 26px; border-top: 1px solid rgba(255,255,255,.14); }
.heroStats b { display: block; font-size: 28px; font-weight: 800; }
.heroStats span { font-size: 13px; color: rgba(255,255,255,.55); }

/* ── Карточка формы ── */
.leadCard { background: var(--paper); color: var(--ink); border-radius: 10px; padding: 28px; box-shadow: 0 24px 60px rgba(0,0,0,.4); }
.leadCard h2 { font-size: 22px; margin-bottom: 6px; }
.cardSub { color: var(--muted); font-size: 14px; margin-bottom: 20px; }

.leadForm { display: flex; flex-direction: column; gap: 14px; }
.leadForm label { display: flex; flex-direction: column; gap: 6px; font-size: 13px; color: var(--muted); }
.leadForm label i { color: var(--red); font-style: normal; }
.leadForm input[type=text], .leadForm textarea {
    font: inherit; font-size: 15px; color: var(--ink); background: var(--sand);
    border: 1px solid var(--line); border-radius: 6px; padding: 11px 13px; width: 100%;
}
.leadForm textarea { resize: vertical; }
.leadForm input:focus, .leadForm textarea:focus { outline: 2px solid var(--red); outline-offset: -1px; border-color: transparent; }

.fileRow { flex-direction: row !important; align-items: center; gap: 12px !important; cursor: pointer; }
.fileBtn { border: 1px dashed var(--line); border-radius: 6px; padding: 9px 14px; font-size: 13px; color: var(--ink); }
.fileRow:hover .fileBtn { border-color: var(--red); color: var(--red); }
.fileName { font-size: 12px; color: var(--muted); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.fileRow.dark .fileBtn { border-color: rgba(255,255,255,.3); color: #fff; }

.consent { flex-direction: row !important; align-items: flex-start; gap: 9px !important; font-size: 12px; line-height: 1.45; }
.consent input { margin-top: 2px; flex: 0 0 auto; }

.leadForm button {
    background: var(--red); color: #fff; border: 0; border-radius: 6px;
    padding: 14px; font: inherit; font-weight: 700; cursor: pointer; margin-top: 2px;
}
.leadForm button:hover { background: #a80d26; }
.leadForm button:disabled { opacity: .6; cursor: default; }

/* Ловушка для ботов — уводим за пределы экрана, а не display:none (боты это читают) */
.trap { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }

.formNote { font-size: 13px; padding: 10px 12px; border-radius: 6px; }
.formNote[data-kind=ok] { background: #e7f6ec; color: #0b6b34; }
.formNote[data-kind=error] { background: #fdecec; color: #a8121c; }

/* ── Лента категорий ── */
.strip { background: var(--sand); border-bottom: 1px solid var(--line); }
.stripInner { display: flex; flex-wrap: wrap; gap: 8px 28px; padding: 18px 24px; font-size: 14px; color: var(--muted); }

/* ── Секции ── */
.section { padding: 80px 0; }
.section.alt { background: var(--sand); }
.h2 { font-size: 34px; font-weight: 800; margin-bottom: 10px; }
.sectionSub { color: var(--muted); max-width: 620px; margin-bottom: 40px; }

.steps { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; counter-reset: s; }
.steps li { border-top: 3px solid var(--ink); padding-top: 18px; }
.steps b { color: var(--red); font-size: 13px; letter-spacing: .1em; display: block; margin-bottom: 10px; }
.steps h3 { font-size: 18px; margin-bottom: 8px; }
.steps p { color: var(--muted); font-size: 14px; }

.tableWrap { overflow-x: auto; }
.rates { width: 100%; border-collapse: collapse; background: var(--paper); border: 1px solid var(--line); min-width: 640px; }
.rates th, .rates td { text-align: left; padding: 15px 18px; border-bottom: 1px solid var(--line); font-size: 15px; }
.rates th { background: var(--ink); color: #fff; font-size: 13px; letter-spacing: .04em; text-transform: uppercase; }
.rates tbody tr:last-child td { border-bottom: 0; }
.rates tbody tr:hover { background: #fffaf9; }
.note { color: var(--muted); font-size: 14px; margin-top: 18px; max-width: 760px; }

.faqGrid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 56px; align-items: start; }
.faq details { border-bottom: 1px solid var(--line); padding: 16px 0; }
.faq summary { cursor: pointer; font-weight: 600; font-size: 16px; list-style: none; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::before { content: "+"; color: var(--red); font-weight: 700; margin-right: 10px; }
.faq details[open] summary::before { content: "–"; }
.faq p { color: var(--muted); font-size: 14px; padding: 10px 0 0 22px; }

/* ── Финальный блок ── */
.finalCta { background: var(--ink-2); color: #fff; padding: 72px 0; }
.finalGrid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.finalCta h2 { font-size: 32px; font-weight: 800; margin-bottom: 14px; }
.finalCta > .wrap > div p { color: rgba(255,255,255,.68); }
.inline .consent { color: rgba(255,255,255,.6); }
.inline .consent a { color: #fff; }
.inlineRow { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.inline input[type=text], .inline textarea { background: rgba(255,255,255,.07); border-color: rgba(255,255,255,.16); color: #fff; }
.inline input::placeholder, .inline textarea::placeholder { color: rgba(255,255,255,.42); }

.foot { background: var(--ink); color: rgba(255,255,255,.5); padding: 22px 0; font-size: 13px; }
.footInner { display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; }
.foot a { color: rgba(255,255,255,.7); }

@media (max-width: 900px) {
    .heroGrid, .faqGrid, .finalGrid { grid-template-columns: 1fr; gap: 36px; }
    .hero h1 { font-size: 34px; }
    .h2, .finalCta h2 { font-size: 26px; }
    .steps { grid-template-columns: 1fr; gap: 22px; }
    .topNav { display: none; }
    .heroStats { gap: 24px; flex-wrap: wrap; }
    .section { padding: 52px 0; }
}
