:root{--brand-blue:#0b2240;--brand-blue-hover:#16365f;--brand-gold:#d1b46a;--card-bg:#fff;--text-main:#0b2240;--text-muted:#475569;--border-color:#e2e8f0;--border-radius:16px}@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap");.course-section{font-family:Inter,system-ui,-apple-system,sans-serif!important;margin:0 auto!important;max-width:1296px!important;padding:3rem 0!important;width:100%!important}.course-section,.course-section *{box-sizing:border-box!important}.courses-grid{align-items:stretch!important;display:grid!important;gap:1.75rem!important;grid-template-columns:repeat(3,1fr)!important;width:100%!important}.course-card{background-color:var(--card-bg)!important;border:1px solid var(--border-color)!important;border-radius:var(--border-radius)!important;box-shadow:0 4px 6px -1px rgba(0,0,0,.05)!important;display:flex!important;flex-direction:column!important;height:100%!important;overflow:hidden!important;transition:transform .25s ease,box-shadow .25s ease!important;width:100%!important}.course-card:hover{box-shadow:0 12px 24px -5px rgba(11,34,64,.12)!important;transform:translateY(-4px)!important}.card-image-wrapper{background-color:#f1f5f9!important;height:200px!important;overflow:hidden!important;position:relative!important}.card-image{height:100%!important;object-fit:cover!important;width:100%!important}.card-body{display:flex!important;flex-direction:column!important;flex-grow:1!important;padding:1.75rem!important}.course-title{color:var(--text-main)!important;font-size:1.125rem!important;font-weight:800!important;letter-spacing:-.2px!important;line-height:1.3!important;margin:0 0 .75rem!important}.course-desc{color:var(--text-muted)!important;flex-grow:1!important;font-size:.9rem!important;line-height:1.5!important}.card-meta,.course-desc{margin-bottom:1.25rem!important}.card-meta{align-items:center!important;border-top:1px solid var(--border-color)!important;display:flex!important;font-size:.85rem!important;font-weight:600!important;justify-content:space-between!important;margin-top:auto!important;padding-top:.75rem!important}.card-meta,.card-price-tag{color:var(--brand-blue)!important}.card-price-tag{font-size:1rem!important;font-weight:800!important}.btn{border-radius:50px!important;box-sizing:border-box!important;display:block!important;font-size:.9rem!important;font-weight:700!important;padding:.85rem 1rem!important;text-align:center!important;text-decoration:none!important;transition:all .2s ease!important;width:100%!important}.btn-blue,.btn-blue:link,.btn-blue:visited{background-color:var(--brand-blue)!important;border:2px solid var(--brand-blue)!important;color:#fff!important;cursor:pointer!important}.btn-blue:active,.btn-blue:focus,.btn-blue:hover{background-color:var(--brand-blue-hover)!important;border-color:var(--brand-blue-hover)!important;color:#fff!important}.btn-disabled{background-color:#f1f5f9!important;border:1px solid #cbd5e1!important;color:#94a3b8!important;cursor:not-allowed!important;pointer-events:none!important}@media (max-width:1336px){.course-section{padding:3rem 1.5rem!important}}@media (max-width:991px){.courses-grid{grid-template-columns:repeat(2,1fr)!important}}@media (max-width:640px){.course-section{padding:2rem 1rem!important}.courses-grid{gap:1.25rem!important;grid-template-columns:1fr!important}.course-title{font-size:1.05rem!important}.card-image-wrapper{height:220px!important}.card-body{padding:1.25rem!important}}