.cli-hero{padding:2.2rem 0;background:#050505}
.cli-hero h1{font-size:clamp(1.22rem,3.3vw,1.65rem);color:#fff;margin-bottom:.5rem;letter-spacing:-.02em}
.cli-hero h1 em{font-style:normal}
.cli-hero p{color:#888;font-size:.88rem;margin-bottom:1rem;max-width:680px}
.cli-meta{display:flex;flex-wrap:wrap;gap:.5rem 1.2rem;font-size:.74rem;color:#666;font-family:Consolas,monospace;margin-bottom:1.1rem}
.cli-meta strong{color:#fff}
.cli-shot{max-width:480px;border:1px solid #222;padding:6px;background:#000}

.term{background:#0a0a0a;border:1px solid #222;font-family:Consolas,"Courier New",monospace}
.term-bar{padding:.4rem .75rem;border-bottom:1px solid #222;font-size:.68rem;color:#666;letter-spacing:.08em}
.term-row{display:grid;grid-template-columns:90px 1fr auto;gap:.8rem;align-items:center;padding:.85rem .9rem;border-bottom:1px solid #1a1a1a}
.term-row:last-child{border-bottom:none}
@media(max-width:560px){.term-row{grid-template-columns:1fr}}
.term-row .cmd{font-size:.72rem;color:#666}
.term-row h3{font-size:.86rem;color:#fff;font-family:"Segoe UI",sans-serif}
.term-row p{font-size:.74rem;color:#888;font-family:"Segoe UI",sans-serif}
.term-row .btn-v{font-size:.7rem;padding:.32rem .7rem}

.hop{display:flex;flex-direction:column;gap:0}
.hop-item{display:grid;grid-template-columns:72px 1fr;gap:.8rem;padding:.85rem 0;border-bottom:1px solid #1a1a1a}
.hop-item .hk{font-size:.62rem;letter-spacing:.1em;color:#fff;border:1px solid #333;text-align:center;padding:.35rem .2rem}
.hop-item h3{font-size:.86rem;margin-bottom:.2rem}
.hop-item p{font-size:.76rem;color:#888}

.term-pair{display:grid;grid-template-columns:1fr 1fr;gap:1px;background:#222}
@media(max-width:768px){.term-pair{grid-template-columns:1fr}}
.term-pane{background:#000;padding:.95rem 1rem}
.term-pane h3{font-size:.82rem;color:#fff;margin-bottom:.4rem;font-family:Consolas,monospace}
.term-pane li{font-size:.76rem;color:#888;padding:.18rem 0}
.dl-mid{margin-top:1.2rem;max-width:640px;border:1px solid #222}

.dl-cta{background:#fff;padding:2rem 0;text-align:center}
.dl-cta h2{color:#000;font-size:1.15rem;margin-bottom:.35rem}
.dl-cta p{color:#555;font-size:.82rem;margin-bottom:1rem}
.dl-cta .btn-ghost{color:#000;border-color:#000}
