﻿/* FAST CARE 2026 Premium Course Catalogue */
.cl-hero {
    position: relative;
    padding: 82px 0 96px;
    background: radial-gradient(circle at 78% 10%,rgba(66,133,255,.16),transparent 28%),radial-gradient(circle at 94% 78%,rgba(14,167,101,.13),transparent 23%),linear-gradient(135deg,#fbfdff 0%,#f5f9ff 50%,#edf6ff 100%)
}

    .cl-hero::before {
        position: absolute;
        inset: 0;
        content: "";
        pointer-events: none;
        background-image: linear-gradient(rgba(34,77,150,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(34,77,150,.035) 1px,transparent 1px);
        background-size: 44px 44px;
        mask-image: linear-gradient(to right,#000,transparent 76%)
    }

    .cl-hero .container, .cl-filter-section .container, .cl-course-section .container {
        position: relative;
        max-width: 1640px
    }

.cl-hero-grid {
    grid-template-columns: minmax(0,1.2fr) minmax(340px,.58fr);
    gap: 72px
}

.cl-eyebrow {
    padding: 8px 12px;
    color: #0b8d5b;
    background: rgba(224,249,239,.85);
    border: 1px solid #c9efe0;
    border-radius: 999px;
    box-shadow: 0 7px 18px rgba(14,167,101,.07)
}

.cl-hero h1 {
    max-width: 850px;
    margin: 19px 0 21px;
    color: #0b347d;
    font-size: clamp(3.2rem,5.2vw,5.7rem);
    line-height: .98;
    font-weight: 950;
    letter-spacing: -.055em
}

    .cl-hero h1 span {
        margin-top: 8px;
        color: transparent;
        background: linear-gradient(100deg,#0dab66,#27c34c);
        background-clip: text;
        -webkit-background-clip: text
    }

.cl-hero-copy > p {
    max-width: 760px;
    color: #536985;
    font-size: 1.03rem;
    line-height: 1.8
}

.cl-hero-stats {
    gap: 12px
}

    .cl-hero-stats > div {
        min-width: 150px;
        padding: 10px 13px;
        background: rgba(255,255,255,.78);
        border: 1px solid rgba(220,230,242,.88);
        border-radius: 16px;
        box-shadow: 0 8px 22px rgba(22,54,108,.06);
        backdrop-filter: blur(12px)
    }

.cl-stat-icon {
    border-radius: 13px
}

.cl-hero-panel {
    position: relative;
    padding: 34px;
    overflow: hidden;
    background: rgba(255,255,255,.88);
    border: 1px solid rgba(215,226,241,.95);
    border-top: 0;
    border-radius: 26px;
    box-shadow: 0 26px 65px rgba(25,58,112,.16);
    backdrop-filter: blur(18px)
}

    .cl-hero-panel::before {
        position: absolute;
        inset: 0 0 auto;
        height: 5px;
        content: "";
        background: linear-gradient(90deg,#0ea765,#25c349,#2d8ced)
    }

.cl-hero-panel-icon {
    border-radius: 17px;
    background: linear-gradient(145deg,#1552c3,#209ce9);
    box-shadow: 0 14px 27px rgba(22,94,196,.24)
}

.cl-hero-panel h2 {
    color: #0d347d;
    font-size: 1.45rem
}

.cl-hero-panel li {
    padding: 9px 10px;
    margin-top: 4px;
    background: #f8fbff;
    border: 1px solid #edf1f7;
    border-radius: 10px
}

.cl-filter-section {
    padding-bottom: 34px;
    background: #f6f9fd
}

.cl-filter-card {
    margin-top: -42px;
    padding: 18px;
    background: rgba(255,255,255,.94);
    border: 1px solid #dfe7f2;
    border-radius: 22px;
    box-shadow: 0 22px 55px rgba(25,58,112,.14);
    backdrop-filter: blur(18px)
}

    .cl-filter-card input, .cl-filter-card select {
        min-height: 50px;
        background: #fbfdff;
        border-color: #dce5f2;
        border-radius: 13px;
        font-size: .8rem
    }

        .cl-filter-card input:focus, .cl-filter-card select:focus {
            background: #fff;
            border-color: #83aefc;
            box-shadow: 0 0 0 4px rgba(49,104,231,.1)
        }

.cl-filter-actions .btn {
    min-height: 50px;
    border-radius: 13px
}

.cl-filter-button {
    background: linear-gradient(135deg,#1856c9,#229bea) !important;
    border: 0 !important;
    box-shadow: 0 10px 22px rgba(31,103,211,.2)
}

    .cl-filter-button:hover {
        transform: translateY(-2px);
        box-shadow: 0 14px 28px rgba(31,103,211,.28)
    }

.cl-course-section {
    min-height: 500px;
    padding: 70px 0 100px;
    background: linear-gradient(180deg,#f6f9fd,#f2f6fb)
}

.cl-section-heading {
    margin-bottom: 28px
}

.cl-section-eyebrow {
    padding: 7px 11px;
    background: #eaf8f1;
    border: 1px solid #d1efe1;
    border-radius: 999px
}

.cl-section-heading h2 {
    color: #0d2f6f;
    font-size: 2rem;
    font-weight: 900;
    letter-spacing: -.035em
}

.cl-course-card {
    height: 100%;
    overflow: hidden;
    background: #fff;
    border: 1px solid #dfe7f2;
    border-radius: 22px;
    box-shadow: 0 12px 32px rgba(20,51,103,.08);
    transition: transform .25s ease,box-shadow .25s ease,border-color .25s ease
}

    .cl-course-card:hover {
        transform: translateY(-7px);
        border-color: #c6d6ef;
        box-shadow: 0 25px 55px rgba(20,51,103,.16)
    }

.cl-course-image {
    height: 225px;
    overflow: hidden;
    background: linear-gradient(145deg,#eaf2ff,#dceafd)
}

    .cl-course-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform .4s ease
    }

.cl-course-card:hover .cl-course-image img {
    transform: scale(1.045)
}

.cl-image-overlay {
    background: linear-gradient(180deg,rgba(5,24,60,.02),rgba(5,24,60,.56))
}

.cl-status-badge, .cl-level-badge, .cl-category-badge {
    box-shadow: 0 7px 16px rgba(18,35,72,.12);
    backdrop-filter: blur(8px)
}

.cl-course-body {
    display: flex;
    min-height: 390px;
    flex-direction: column;
    padding: 23px
}

    .cl-course-body h3 {
        color: #112d66;
        font-size: 1.12rem;
        font-weight: 900;
        line-height: 1.4
    }

    .cl-course-body > p {
        color: #66758e;
        line-height: 1.65
    }

.cl-rating-row {
    padding: 10px 0;
    border-top: 1px solid #edf1f6;
    border-bottom: 1px solid #edf1f6
}

.cl-meta-grid {
    gap: 9px
}

    .cl-meta-grid > div {
        min-height: 58px;
        padding: 10px;
        background: #f8faff;
        border: 1px solid #e6edf7;
        border-radius: 12px
    }

.cl-course-actions {
    gap: 9px;
    margin-top: auto;
    padding-top: 17px
}

.cl-preview-button, .cl-view-course-button {
    min-height: 44px;
    border-radius: 12px;
    font-weight: 800
}

.cl-preview-button {
    color: #2458bd !important;
    background: #fff !important;
    border: 1px solid #cddcf2 !important
}

.cl-view-course-button {
    color: #fff !important;
    background: linear-gradient(135deg,#124bb7,#1fa2e9) !important;
    border: 0 !important;
    box-shadow: 0 9px 20px rgba(25,98,202,.2)
}

    .cl-view-course-button:hover {
        transform: translateY(-2px);
        box-shadow: 0 13px 27px rgba(25,98,202,.28)
    }

@media(max-width:1199.98px) {
    .cl-hero {
        padding: 62px 0 82px
    }

    .cl-hero-grid {
        grid-template-columns: 1fr;
        gap: 35px
    }

    .cl-filter-card {
        grid-template-columns: repeat(2,minmax(0,1fr))
    }

    .cl-course-body {
        min-height: 370px
    }
}

@media(max-width:767.98px) {
    .cl-hero {
        padding: 45px 0 72px
    }

        .cl-hero h1 {
            font-size: clamp(2.5rem,13vw,4rem)
        }

    .cl-hero-stats > div {
        min-width: calc(50% - 6px)
    }

    .cl-filter-card {
        grid-template-columns: 1fr;
        margin-top: -30px
    }

    .cl-filter-actions {
        display: grid;
        grid-template-columns: 1fr 1fr
    }

    .cl-course-section {
        padding: 50px 0 70px
    }

    .cl-course-image {
        height: 210px
    }

    .cl-course-body {
        min-height: auto
    }
}
