.selection-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:calc(100vh - 80px);padding:40px;text-align:center}.selection-header{margin-bottom:60px}.selection-header h1{font-size:3.5rem;font-weight:800;margin-bottom:10px;letter-spacing:-1px}.selection-header p{font-size:1.25rem;color:var(--text-muted)}.product-cards{display:flex;gap:30px;max-width:1200px;flex-wrap:wrap;justify-content:center}.product-card{width:320px;height:200px;border-radius:16px;padding:30px;text-align:left;text-decoration:none;display:flex;flex-direction:column;justify-content:flex-end;transition:transform .3s ease,box-shadow .3s ease;position:relative;overflow:hidden}.product-card:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url(https://www.transparenttextures.com/patterns/cubes.png);opacity:.1;z-index:1}.product-card h3{font-size:1.8rem;font-weight:800;color:#fff;margin-bottom:8px;position:relative;z-index:2}.product-card p{font-size:.95rem;color:#fffc;position:relative;z-index:2}.product-card:hover{transform:translateY(-5px);box-shadow:0 15px 30px #0006}.card-creator{background:linear-gradient(135deg,#ff416c,#ff4b2b)}.card-pro{background:#1c2233;border:1px solid var(--border-color)}.card-api{background:var(--gradient-brand)}
