.courses-overview{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;max-width:1200px;margin:0 auto}.course-item{width:100%;border-radius:14px;background:#fff;box-shadow:0 2px 14px rgba(26,45,90,.09);overflow:hidden;transition:box-shadow .22s,transform .22s;cursor:pointer}.course-item:hover{box-shadow:0 8px 32px rgba(26,45,90,.15);transform:translateY(-3px)}.course-item-link,.course-item-link *,.course-item-link:focus,.course-item-link:focus *,.course-item-link:hover,.course-item-link:hover *{text-decoration:none!important}.course-item-link{display:flex;flex-direction:column;height:100%;color:inherit}.course-item-image{width:100%;height:200px;background:#e8f0f8;display:flex;justify-content:center;align-items:center;padding:20px;box-sizing:border-box;flex-shrink:0}.course-item-image img{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;transition:opacity .25s}.course-item:hover .course-item-image img{opacity:.85}.course-item-content{padding:18px 20px 20px;display:flex;flex-direction:column;flex:1;gap:0}.course-item-title{font-size:15px;font-weight:700;line-height:1.35;color:#1a2d5a;margin:0 0 8px;padding-bottom:8px;border-bottom:1px solid #eaecf2;letter-spacing:0!important}.course-item-subtitle{font-size:13px;color:#5a6a8a;margin:0 0 14px;font-weight:400;line-height:1.4}.course-item-meta{display:flex;flex-direction:column;gap:5px;margin-bottom:16px}.course-item-hours{font-size:12px;font-weight:600;color:#3a6fa8}.course-item-next-session{font-size:13px;color:#4a5a7a;line-height:1.4}.course-item-next-session strong{color:#1a2d5a;font-weight:700}.course-item-no-session{font-size:13px;color:#9aabb0}.course-item-count{font-size:12px;color:#8a9aaa}.course-item-footer{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:auto;padding-top:14px;border-top:1px solid #eaecf2}.course-item-price{font-size:22px;font-weight:800;color:#1a2d5a;line-height:1}.course-item-cta{display:inline-block;background:#1a2d5a;color:#fff;padding:9px 16px;border-radius:8px;font-size:13px;font-weight:700;white-space:nowrap;transition:background .2s;flex-shrink:0}.course-item:hover .course-item-cta{background:#2a4080}@media (max-width:960px){.courses-overview{grid-template-columns:repeat(2,1fr);gap:20px}}@media (max-width:600px){.courses-overview{grid-template-columns:1fr;gap:16px;max-width:380px}.course-item-image{height:180px}}
