
:root{--l-navy:#071a34;--l-blue:#1457e8;--l-orange:#ff6b16;--l-line:#d8e4f6;--l-soft:#f4f8ff;--l-muted:#5f6f86}
.logistics-shell{max-width:1280px;margin:0 auto;padding:48px 24px 72px;color:var(--l-navy)}
.logistics-hero{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:28px;padding:34px;border:1px solid var(--l-line);border-radius:28px;background:linear-gradient(135deg,#fff 0%,#f7fbff 55%,#fff3eb 100%);box-shadow:0 28px 70px rgba(18,54,100,.08);margin-bottom:28px}
.logistics-kicker{font-size:12px;font-weight:900;letter-spacing:.12em;color:var(--l-blue);text-transform:uppercase;margin-bottom:10px}.logistics-hero h1{font-size:42px;line-height:1.12;margin:0 0 14px;letter-spacing:-.05em}.logistics-hero p{font-size:16px;line-height:1.7;color:#455672;margin:0;max-width:760px}.logistics-actions,.logistics-card-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:20px}.logistics-actions a,.logistics-card-actions a,.logistics-actions button{border:1px solid #cbdaf0;border-radius:999px;padding:10px 16px;text-decoration:none;color:#0b2345;background:#fff;font-weight:800}.logistics-actions .primary,.logistics-card-actions .primary{background:var(--l-blue);border-color:var(--l-blue);color:#fff;box-shadow:0 12px 28px rgba(20,87,232,.18)}
.logistics-hero-status{background:rgba(255,255,255,.84);border:1px solid var(--l-line);border-radius:22px;padding:20px;display:grid;gap:12px;align-content:start}.logistics-hero-status div{display:flex;justify-content:space-between;gap:14px;border-bottom:1px dashed #d4e0f0;padding-bottom:10px}.logistics-hero-status div:last-child{border-bottom:0}.logistics-hero-status span{color:var(--l-muted);font-weight:700}.logistics-hero-status strong{text-align:right}
.logistics-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.logistics-card{background:#fff;border:1px solid var(--l-line);border-radius:24px;padding:24px;box-shadow:0 14px 42px rgba(15,45,90,.06)}.logistics-card.full{grid-column:1/-1}.logistics-card h2,.logistics-card h3{margin:8px 0 10px;letter-spacing:-.03em}.logistics-card p{color:#4f617c;line-height:1.65}.logistics-step{display:inline-flex;align-items:center;gap:6px;border-radius:999px;background:#edf4ff;color:#1756d6;font-size:12px;font-weight:900;padding:7px 11px}.logistics-step.warn{background:#fff4e8;color:#c75b00}.logistics-step.ok{background:#eaf8ef;color:#137a3b}.logistics-step.locked{background:#f1f3f7;color:#5f6a7a}
.logistics-flow{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:10px;margin-top:20px}.logistics-flow div{background:var(--l-soft);border:1px solid var(--l-line);border-radius:18px;padding:14px;min-height:86px}.logistics-flow span{display:inline-flex;width:28px;height:28px;border-radius:50%;background:var(--l-orange);color:#fff;align-items:center;justify-content:center;font-size:12px;font-weight:900}.logistics-flow strong{display:block;margin-top:8px;font-size:13px}.logistics-flow em{display:block;font-style:normal;color:#6a7890;font-size:12px;margin-top:4px}
.logistics-table{width:100%;border-collapse:collapse;margin-top:12px}.logistics-table th,.logistics-table td{border-bottom:1px solid #e4edf8;padding:11px 8px;text-align:left;vertical-align:top}.logistics-table th{color:#50617a;font-size:13px}.status-pill{display:inline-flex;padding:5px 9px;border-radius:999px;background:#eef4ff;color:#1756d6;font-weight:900;font-size:12px}.status-pill.ok{background:#eaf8ef;color:#137a3b}.status-pill.warn{background:#fff4e8;color:#c75b00}.status-pill.locked{background:#f1f3f7;color:#5f6a7a}.status-pill.danger{background:#fff0f0;color:#c62828}
.timeline{display:grid;gap:12px}.timeline-row{display:grid;grid-template-columns:160px 1fr auto;gap:14px;align-items:center;border:1px solid #dfe8f5;border-radius:16px;padding:13px;background:#fbfdff}.timeline-row b{letter-spacing:-.02em}.timeline-row small{color:#69788e}.api-box{background:#071a34;color:#eaf2ff;border-radius:18px;padding:18px;overflow:auto;font-family:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;font-size:12px;line-height:1.6}.logistics-lock-note{border:1px dashed #ffbe8a;background:#fff8f1;border-radius:18px;padding:16px;color:#6d4208;font-weight:700}.doc-check-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.doc-check{border:1px solid #dfe8f5;background:#fbfdff;border-radius:18px;padding:14px}.doc-check strong{display:block;margin:6px 0}.doc-check span{font-size:12px;color:#637188}.rfq-options{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.rfq-option{border:1px solid #dfe8f5;border-radius:18px;padding:16px;background:#fbfdff}.rfq-option b{display:block;margin-bottom:6px}.rfq-option span{color:#637188;font-size:13px;line-height:1.5}.logistics-warning{border-left:4px solid var(--l-orange);padding:14px 16px;background:#fff8f1;border-radius:16px;margin-top:12px;color:#70410b;font-weight:700}@media(max-width:980px){.logistics-hero{grid-template-columns:1fr}.logistics-grid{grid-template-columns:1fr}.logistics-flow{grid-template-columns:repeat(2,minmax(0,1fr))}.doc-check-grid,.rfq-options{grid-template-columns:1fr}.timeline-row{grid-template-columns:1fr}}
