.sc-courses-wrap{background:#fff;padding:clamp(56px,8vw,88px) 0}.sc-courses-container{margin:0 auto;max-width:1200px;padding:0 24px}.sc-courses-header{align-items:center;display:flex;flex-wrap:wrap;gap:16px;justify-content:space-between;margin-bottom:40px}.sc-courses-title{color:#0b1b35;font-size:clamp(1.6rem,3vw,2.2rem);font-weight:800;margin:0}.sc-view-all{align-items:center;color:var(--sc-accent,#e11d2e);display:inline-flex;font-size:.9rem;font-weight:700;gap:8px;text-decoration:none;transition:gap .15s}.sc-view-all:hover{gap:12px}.sc-view-all svg{height:16px;width:16px}.sc-courses-grid{display:grid;gap:24px;grid-template-columns:repeat(4,1fr)}.sc-course-card{background:#fff;border:1px solid #f1f5f9;border-radius:16px;box-shadow:0 4px 20px rgba(11,27,53,.06);display:flex;flex-direction:column;overflow:hidden;transition:transform .2s,box-shadow .2s}.sc-course-card:hover{box-shadow:0 12px 32px rgba(11,27,53,.1);transform:translateY(-4px)}.sc-course-photo{aspect-ratio:4/3;background:#f1f5f9;overflow:hidden;position:relative}.sc-course-img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.sc-course-img-ph{align-items:center;color:#94a3b8;display:flex;height:100%;justify-content:center;width:100%}.sc-course-body{display:flex;flex:1;flex-direction:column;gap:12px;padding:20px}.sc-course-badge{align-self:flex-start;border-radius:6px;color:#fff;display:inline-block;font-size:.7rem;font-weight:800;letter-spacing:.04em;padding:4px 10px;text-transform:uppercase}.sc-course-title{color:#0b1b35;font-size:1rem;font-weight:700;line-height:1.4;margin:0}.sc-course-features{display:flex;flex:1;flex-direction:column;gap:8px;list-style:none;margin:0;padding:0}.sc-feat{color:#64748b;font-size:.82rem;gap:8px}.sc-feat,.sc-feat-icon{align-items:center;display:flex}.sc-course-pricing{align-items:baseline;display:flex;gap:10px}.sc-price{font-size:1.25rem;font-weight:800}.sc-old-price{color:#94a3b8;font-size:.85rem;text-decoration:line-through}.sc-course-btn{align-items:center;border-radius:10px;color:#fff;display:inline-flex;font-size:.875rem;font-weight:700;gap:8px;justify-content:center;padding:12px 20px;text-decoration:none;transition:opacity .15s}.sc-course-btn:hover{opacity:.9}.sc-course-btn svg{height:14px;width:14px}@media(max-width:1100px){.sc-courses-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:560px){.sc-courses-grid{grid-template-columns:1fr}}
