.deploy-cards{display:grid;gap:1.25rem;margin-top:2rem}@media (min-width:768px){.deploy-cards{grid-template-columns:repeat(2,1fr)}}.deploy-card{padding:1.5rem;background:rgba(17,24,39,.55);border:1px solid #1e293b;border-radius:var(--radius-lg);transition:border-color .3s ease,box-shadow .3s ease,background .3s ease}.deploy-card__title{margin:0 0 .75rem;font-size:1.05rem;font-weight:600;line-height:1.45;color:#f1f5f9}.deploy-card__badge{display:inline-block;margin-right:.5rem;margin-bottom:.35rem;padding:.125rem .5rem;font-size:.6875rem;line-height:1.4;letter-spacing:.04em;color:var(--brand-llm);background:#0f172a;border:1px solid #1e293b;border-radius:.375rem;vertical-align:middle}.deploy-card__mono{font-family:var(--font-mono);font-size:.92em;letter-spacing:.02em}.deploy-card__text{margin:0;font-size:.88rem;line-height:1.6;color:#94a3b8}.deploy-card__specs{margin:1.15rem 0 0;padding:0;list-style:none}.deploy-card__specs li{display:flex;align-items:flex-start;gap:.5rem;margin-bottom:.5rem;font-family:var(--font-mono);font-size:.8rem;line-height:1.5;color:#d4d4d8;letter-spacing:.01em}.deploy-card__spec-icon{flex-shrink:0;width:.875rem;height:.875rem;margin-top:.15rem;color:var(--brand-llm)}.deploy-card--cloud:hover{border-color:var(--brand-llm);background:rgba(30,41,59,.4);box-shadow:0 0 0 1px rgba(168,85,247,.2),0 0 22px rgba(168,85,247,.28),0 0 44px rgba(168,85,247,.1)}.deploy-card--onprem:hover{border-color:#e2e8f0;background:rgba(15,23,42,.65);box-shadow:0 0 0 1px rgba(226,232,240,.15),0 0 20px rgba(226,232,240,.12),0 0 40px rgba(148,163,184,.08)}