.courses-layout{grid-template-columns:280px 1fr;align-items:start;gap:3rem;display:grid}.filters-sidebar{position:sticky;top:120px}.filters-header{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.filters-header h3{color:#1a1a1a;font-size:1rem;font-weight:700}.clear-all-btn{color:#ff6b00;cursor:pointer;background:0 0;border:none;padding:0;font-size:.8125rem;font-weight:600}.clear-all-btn:hover{text-decoration:underline}.filter-section{border-bottom:1px solid #e2e8f0;margin-bottom:1.5rem;padding-bottom:1.5rem}.filter-heading{color:#1a1a1a;margin-bottom:.875rem;font-size:.875rem;font-weight:600}.filter-options{flex-direction:column;gap:.75rem;display:flex}.filter-checkbox{cursor:pointer;color:#475569;align-items:center;gap:.625rem;font-size:.875rem;display:flex}.filter-checkbox input[type=checkbox]{cursor:pointer;accent-color:#ff6b00;width:16px;height:16px}.filter-checkbox span{-webkit-user-select:none;user-select:none}.courses-main{min-width:0}.search-container{margin-bottom:2rem;position:relative}.search-icon{color:#94a3b8;pointer-events:none;position:absolute;top:50%;left:1rem;transform:translateY(-50%)}.search-input{color:#1a1a1a;background:#fff;border:1px solid #e2e8f0;border-radius:8px;outline:none;width:100%;max-width:400px;padding:.75rem 1rem .75rem 3rem;font-size:.9375rem;transition:border-color .2s}.search-input::placeholder{color:#94a3b8}.search-input:focus{border-color:#ff6b00}.controls-bar{border-bottom:2px solid #e2e8f0;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1rem;display:flex}.tabs{gap:2rem;display:flex}.tab{color:#64748b;cursor:pointer;background:0 0;border:none;padding:0 0 .5rem;font-size:.9375rem;font-weight:600;transition:color .2s;position:relative}.tab.active{color:#1a1a1a}.tab.active:after{content:"";background:#ff6b00;height:2px;position:absolute;bottom:-1rem;left:0;right:0}.sort-controls{align-items:center;gap:.5rem;display:flex}.sort-label{color:#64748b;font-size:.875rem}.sort-select{color:#1a1a1a;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:6px;outline:none;padding:.5rem 2rem .5rem .75rem;font-size:.875rem}.sort-select:focus{border-color:#ff6b00}.results-info{margin-bottom:2rem}.results-info h3{color:#1a1a1a;font-size:1.125rem;font-weight:700}.courses-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem;display:grid}.no-results{text-align:center;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:4rem 2rem}.no-results p{color:#64748b;margin-bottom:1.5rem;font-size:1rem}.clear-btn{color:#fff;cursor:pointer;background:#ff6b00;border:none;border-radius:8px;padding:.75rem 1.5rem;font-size:.875rem;font-weight:600;transition:background .2s}.clear-btn:hover{background:#e55a00}@media (max-width:1024px){.courses-layout{grid-template-columns:240px 1fr;gap:2rem}.courses-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}}@media (max-width:768px){.courses-layout{grid-template-columns:1fr;gap:0}.filters-sidebar{background:#f8fafc;border-radius:12px;margin-bottom:2rem;padding:1.5rem;position:static}.controls-bar{flex-direction:column;align-items:flex-start;gap:1rem}.tabs{width:100%}.sort-controls{justify-content:space-between;width:100%}.courses-grid{grid-template-columns:1fr}}.course-card{color:inherit;background:#fff;border:1px solid #e5e7eb;border-radius:12px;flex-direction:column;height:100%;padding:1.5rem;text-decoration:none;transition:all .2s;display:flex}.course-card:hover{border-color:#ff6b00;transform:translateY(-2px);box-shadow:0 8px 25px #00000014}.course-card .card-header{align-items:center;min-height:32px;margin-bottom:1rem;display:flex}.course-card .card-header .partner-logo{object-fit:contain;max-width:100px;height:40px}.course-card .card-content{flex-direction:column;flex-grow:1;display:flex}.course-card .course-title{color:#111827;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:.5rem;font-size:1.125rem;font-weight:700;line-height:1.4;display:-webkit-box;overflow:hidden}.course-card .course-description{color:#6b7280;-webkit-line-clamp:2;-webkit-box-orient:vertical;flex-grow:1;margin-bottom:1rem;font-size:.875rem;line-height:1.6;display:-webkit-box;overflow:hidden}.course-card .course-meta{flex-wrap:wrap;align-items:center;gap:1rem;display:flex}.course-card .meta-item{color:#6b7280;align-items:center;gap:.375rem;font-size:.8125rem;display:flex}.course-card .meta-item svg{color:#9ca3af}.course-card .partner-name{color:#374151;font-weight:500}.course-card .card-footer{border-top:1px solid #f3f4f6;margin-top:auto;padding-top:1rem}.course-card .view-course-link{color:#ff6b00;align-items:center;gap:.5rem;font-size:.875rem;font-weight:600;text-decoration:none;transition:gap .2s;display:inline-flex}.course-card:hover .view-course-link{gap:.75rem}.course-card .view-course-link span{transition:transform .2s}.course-card:hover .view-course-link span{transform:translate(4px)}.course-card.kennedy-card{border-width:2px;border-color:#1e3a5f}.course-card.kennedy-card:hover{border-color:#ff6b00}.partnership-header{border-bottom:1px solid #e5e7eb;margin-bottom:.75rem;padding-bottom:.75rem}.partnership-logos{align-items:center;gap:.75rem;display:flex}.partnership-logos .ehack-logo{object-fit:contain;max-width:120px;height:32px}.partnership-logos .kennedy-logo{object-fit:contain;filter:brightness(0)saturate();max-width:140px;height:40px}.partnership-separator{color:#ff6b00;justify-content:center;align-items:center;font-size:20px;display:flex}.partnership-separator svg{width:20px;height:20px}
.courses-page{background:#fff;min-height:100vh}.page-header{text-align:center;background:linear-gradient(#fff7ed 0%,#fff0e0 100%);margin-top:0;padding-top:25px;padding-bottom:20px}.page-header .container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.page-header h1{background:linear-gradient(135deg,#ff6b00 0%,#ff8533 50%,#ff6b00 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin:0 0 12px;font-size:3rem;font-weight:800}.page-header p{color:#1a1a1a;max-width:600px;margin:0 auto;font-size:1.1rem;font-weight:500}.courses-content{background:0 0;padding:20px 0 100px}.courses-content .container{max-width:1200px;margin:0 auto;padding:0 1.5rem}@media (max-width:768px){.courses-hero{padding:120px 0 60px}.courses-hero h1{font-size:2rem}.courses-hero p{font-size:1.125rem}.courses-content{padding:40px 0 80px}}@media (max-width:380px){.page-header h1{font-size:1.75rem}.page-header p{font-size:1rem}.page-header .container,.courses-content .container{padding:0 1rem}}
