.catalog-page{font-family:Geist,sans-serif;background:#0a0a0a;padding:6rem 2rem 2rem;color:#f1f1f1;min-height:100vh}.catalog-header{text-align:center;margin-bottom:2.5rem}.catalog-title{font-size:2.2rem;font-weight:700;color:#ffffff;background:linear-gradient(90deg,#f6098f,#5610e3);background-clip:text;-webkit-background-clip:text;color:transparent}.catalog-subtitle{font-size:1rem;color:#aaa;margin-top:.5rem}.courses-grid{margin-top:3rem;display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:2rem}.instructor-info{display:flex;align-items:center;margin-bottom:.5rem}.avatar{width:32px;height:32px;background:#5610e3;border-radius:50%;margin-right:.5rem}.instructor-info span{font-size:.85rem;color:#ccc}.rating{font-size:.85rem;color:#aaa;margin-bottom:.75rem}.price-add{display:flex;justify-content:space-between;align-items:center;margin-top:auto}.price{font-weight:600;font-size:1rem;color:#fff}.add-to-cart{background:linear-gradient(135deg,#f609e688);color:white;font-weight:600;border:none;padding:.5rem 1.1rem;font-size:.85rem;border-radius:.75rem;cursor:pointer;transition:all .1s ease}.add-to-cart:hover{background:#f609e6a1}