/* VPS — planes Express */
.nx-vps-express { background: #e9e8e7; padding: 64px 0; }
.nx-vps-grid { display: flex; flex-wrap: wrap; gap: 32px; justify-content: center; align-items: stretch; max-width: 1280px; margin: 0 auto; }
.nx-vps-card { flex: 1 1 320px; max-width: 384px; min-width: 300px; }
.nx-vps-card.is-destacado { border: 1px solid #0f1a28; box-shadow: 0 12px 24px -8px rgba(15,26,40,.18); }
.nx-vps-precio { display: flex; flex-direction: column; margin-top: 8px; }
.nx-vps-precio-amount { font-size: 2rem; font-weight: 700; color: #06162b; letter-spacing: -.5px; }
.nx-vps-precio-suffix { font-size: .8125rem; font-weight: 600; color: #354457; }
.nx-vps-precio-normal { font-size: .9rem; color: #5a6776; margin: 4px 0 16px; }
.nx-vps-precio-normal span:first-of-type { text-decoration: line-through; }
.nx-vps-descto { color: #1f9d57; font-weight: 600; margin-left: 6px; }
.nx-vps-card .nx-btn-contratar { width: 100%; }
@media (max-width: 767px) { .nx-vps-grid { gap: 20px; } }
