/* CK777 Baby — App / APK page styles (page-scoped; shared components live in layout.css & theme.css) */
.app-step-card{background:#0b1220;border:1px solid #1f2937;border-radius:14px;padding:1.5rem;height:100%}
.app-step-card .step-num{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:50%;background:linear-gradient(135deg,#f97316 0%,#ea580c 100%);color:#fff;font-weight:700;margin-bottom:1rem}
.app-badge-row{display:flex;flex-wrap:wrap;gap:1rem;margin:1.5rem 0}
.app-badge{background:#0b1220;border:1px solid #1f2937;border-radius:10px;padding:.6rem 1rem;color:#d1d5db;font-size:.95rem}
.app-badge i{color:#f97316;margin-right:.4rem}
