.shore-intro{text-align:center;padding:2.5rem 0 1.25rem;background:#0a1828;border-bottom:1px solid #1a4a6a}
.shore-intro h1{font-size:clamp(1.35rem,3.2vw,1.85rem);font-weight:800;margin-bottom:.6rem;color:#00e5ff;font-family:monospace}
.shore-intro p{font-size:.92rem;color:#6a8aa8;max-width:580px;margin:0 auto}

.terminal-row{padding:2rem 0 3.5rem}
.terminal-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:0;border:2px solid #1a4a6a;border-radius:4px;overflow:hidden}
.land-terminal{background:#0a1828;border-right:1px solid #1a4a6a;padding:1.25rem 1rem;text-align:center;position:relative}
.land-terminal:last-child{border-right:none}
.land-terminal::before{
  content:"";position:absolute;top:0;left:0;right:0;height:3px;
  background:linear-gradient(90deg,#00e5ff,#7b68ee);
}
.land-terminal.priority{background:#0a2030;border-bottom:3px solid #00e5ff}
.land-terminal img{margin:0 auto .7rem;max-height:68px;object-fit:contain}
.terminal-code{font-size:.62rem;font-weight:800;color:#00e5ff;font-family:monospace;letter-spacing:.1em;margin-bottom:.65rem}
.land-terminal h2{font-size:.92rem;font-weight:800;margin-bottom:.4rem;color:#e8f4fc}
.land-terminal p{font-size:.78rem;color:#6a8aa8;line-height:1.55;margin-bottom:.85rem;min-height:3.4em}
.btn-term{display:inline-block;background:#00e5ff;color:#041018!important;padding:.4rem .85rem;font-size:.78rem;font-weight:800;text-decoration:none!important;font-family:monospace}
.btn-term:hover{background:#4df0ff}

.capacity-bar{background:#0a1828;border:1px solid #1a4a6a;padding:1.35rem 0;margin-bottom:2rem}
.cap-row{display:flex;justify-content:center;flex-wrap:wrap;gap:2.5rem 3.5rem}
.cap-row div{text-align:center;font-family:monospace}
.cap-row strong{display:block;font-size:1.2rem;color:#00e5ff;font-weight:900}
.cap-row span{font-size:.68rem;color:#6a8aa8;text-transform:uppercase}

.shore-faq{background:#061018}

@media(max-width:900px){
  .terminal-grid{grid-template-columns:1fr 1fr}
  .land-terminal{border-right:none;border-bottom:1px solid #1a4a6a}
  .land-terminal:nth-child(odd){border-right:1px solid #1a4a6a}
}
@media(max-width:480px){
  .terminal-grid{grid-template-columns:1fr}
  .land-terminal:nth-child(odd){border-right:none}
}
