.shop-section { padding: 40px 0; }
.shop-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 24px; padding: 0 8px; }
.shop-card { background: rgba(31,41,55,0.85); border-radius: 14px; padding: 18px; display: flex; flex-direction: column; min-height: 170px; justify-content: space-between; }
.shop-card-header { display:flex; justify-content: space-between; align-items: center; }
.shop-card-kit { display:flex; justify-content: space-between; align-items:center; font-size: 12px; color: var(--text-secondary); padding: 6px 0; }
.shop-card-header { display:flex; justify-content: space-between; align-items: center; margin-bottom: 8px; }
.shop-card .price { font-weight: 700; color: #fff; }
.shop-card ul { margin: 8px 0 12px; padding-left: 18px; }
.shop-card li { margin: 6px 0; color: #d1d5db; }
.btn { padding: .75rem 1.25rem; border-radius: 10px; border: none; cursor: pointer; }
.btn-primary { background: linear-gradient(135deg, #6C63FF, #00D4AA); color: #fff; }
