/* ================= SYLLABUS PAGE ================= */

.syllabus-page-header{
    background:linear-gradient(135deg,#2f3b46 0%,#3d4d5a 55%,#455764 100%);
    color:#fff;
    padding:64px 40px;
}

.syllabus-page-header__inner{
    max-width:1000px;
    margin:auto;
}

.syllabus-page-header__eyebrow{
    display:inline-block;
    margin-bottom:12px;
    color:#f0d28a;
    font-size:.75rem;
    font-weight:700;
    letter-spacing:.22em;
    text-transform:uppercase;
}

.syllabus-page-header h1{
    margin:0 0 14px;
    font-size:clamp(2rem,4vw,3rem);
    line-height:1.15;
}

.syllabus-page-header p{
    max-width:720px;
    margin:0;
    color:rgba(255,255,255,.9);
    font-size:1rem;
    line-height:1.8;
}


/* ================= MAIN CONTENT ================= */

.syllabus-content{
    padding:48px 35px 65px;
    background:#f7f6f2;
}


/* ================= INTRO ================= */

.syllabus-intro{
    max-width:820px;
    margin:0 auto 38px;
    text-align:center;
}

.syllabus-intro>span{
    display:block;
    margin-bottom:6px;
    color:var(--gold);
    font-size:.75rem;
    font-weight:700;
    letter-spacing:.22em;
    text-transform:uppercase;
}

.syllabus-intro h2{
    margin:0 0 12px;
    color:#2f3b46;
    font-size:clamp(1.7rem,3vw,2.2rem);
    line-height:1.25;
}

.syllabus-intro p{
    max-width:680px;
    margin:0 auto;
    color:#6d6d6d;
    font-size:.95rem;
    line-height:1.75;
}


/* ================= SYLLABUS GRID ================= */

.syllabus-grid{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:24px;
    max-width:1200px;
    margin:0 auto;
}


/* ================= SYLLABUS CARD ================= */

.syllabus-card{
    display:flex;
    flex-direction:column;
    overflow:hidden;
    background:#fff;
    border:1px solid rgba(47,59,70,.08);
    border-radius:16px;
    box-shadow:0 8px 25px rgba(15,23,42,.06);
    transition:transform .25s ease,box-shadow .25s ease;
}

.syllabus-card:hover{
    transform:translateY(-5px);
    box-shadow:0 14px 32px rgba(15,23,42,.11);
}

.syllabus-card__icon{
    display:flex;
    align-items:center;
    justify-content:center;
    width:100%;
    height:120px;
    background:linear-gradient(135deg,#eef1f2,#e5e8e9);
    color:#2f3b46;
    font-size:2.6rem;
}

.syllabus-card__body{
    display:flex;
    flex-direction:column;
    flex:1;
    padding:24px;
}

.syllabus-card__category{
    display:inline-block;
    margin-bottom:9px;
    color:var(--gold);
    font-size:.7rem;
    font-weight:700;
    letter-spacing:.18em;
    text-transform:uppercase;
}

.syllabus-card h3{
    margin:0 0 12px;
    color:#2f3b46;
    font-size:1.15rem;
    line-height:1.4;
}

.syllabus-card p{
    margin:0 0 22px;
    color:#707070;
    font-size:.88rem;
    line-height:1.7;
}


/* ================= PDF ACTIONS ================= */

.syllabus-card .pdf-actions{
    display:flex;
    gap:10px;
    margin-top:auto;
}

.syllabus-card .pdf-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    flex:1;
    min-height:42px;
    padding:10px 14px;
    border-radius:8px;
    text-decoration:none;
    font-size:.84rem;
    font-weight:600;
    transition:transform .2s ease,box-shadow .2s ease,background .2s ease;
}

.syllabus-card .pdf-btn:hover{
    transform:translateY(-1px);
}

.syllabus-card .pdf-btn.view{
    background:#2f3b46;
    color:#fff;
}

.syllabus-card .pdf-btn.view:hover{
    background:#3d4d5a;
    box-shadow:0 5px 14px rgba(47,59,70,.18);
}

.syllabus-card .pdf-btn.download{
    background:var(--gold);
    color:#2f3b46;
}

.syllabus-card .pdf-btn.download:hover{
    box-shadow:0 5px 14px rgba(201,168,76,.25);
}

/* ================= SYLLABUS PAGE HEIGHT FIX ================= */

.syllabus-page .hero {
    min-height: auto;
    height: auto;
}

.syllabus-page .hero-right {
    min-height: 0;
    height: auto;
}


/* ================= TABLET ================= */

@media(max-width:1024px){
    .syllabus-content{
        padding:38px 24px 55px;
    }

    .syllabus-grid{
        grid-template-columns:repeat(2,minmax(0,1fr));
    }
}


/* ================= MOBILE ================= */

@media(max-width:768px){
    .syllabus-page-header{
        padding:44px 20px;
    }

    .syllabus-page-header h1{
        font-size:2rem;
    }

    .syllabus-page-header p{
        font-size:.92rem;
        line-height:1.7;
    }

    .syllabus-content{
        padding:34px 16px 45px;
    }

    .syllabus-intro{
        margin-bottom:28px;
    }

    .syllabus-intro p{
        font-size:.9rem;
    }

    .syllabus-grid{
        grid-template-columns:1fr;
        gap:18px;
    }

    .syllabus-card:hover{
        transform:none;
    }

    .syllabus-card__icon{
        height:100px;
    }

    .syllabus-card__body{
        padding:20px;
    }
}


/* ================= SMALL MOBILE ================= */

@media(max-width:420px){
    .syllabus-page-header{
        padding:38px 16px;
    }

    .syllabus-content{
        padding-left:12px;
        padding-right:12px;
    }

    .syllabus-card__body{
        padding:18px;
    }

    .syllabus-card .pdf-actions{
        flex-direction:column;
    }

    .syllabus-card .pdf-btn{
        width:100%;
    }
}