/* =========================================================
   ADAMAS UNIVERSITY PARTNERSHIP PAGE
   SSSP PREMIUM DESIGN
========================================================= */


/* =========================================================
   ROOT
========================================================= */

.adamas-page{

    --adamas-maroon:#8c1818;
    --adamas-maroon-dark:#4b100b;
    --adamas-gold:#c9942f;
    --adamas-gold-light:#e2bc72;

    --adamas-cream:#faf6ed;
    --adamas-cream-dark:#f4ead5;

    --adamas-text:#1d130e;
    --adamas-muted:#745f51;

    background:var(--adamas-cream);

    color:var(--adamas-text);

    overflow:hidden;

}


.adamas-page *,
.adamas-page *::before,
.adamas-page *::after{

    box-sizing:border-box;

}


.adamas-page img{

    max-width:100%;

}


.adamas-page a{

    transition:.3s ease;

}



/* =========================================================
   HERO
========================================================= */

.adamas-hero{

    position:relative;

    min-height:690px;

    display:flex;

    align-items:center;

    justify-content:center;

    padding:90px 0 75px;

    overflow:hidden;

    background:

        radial-gradient(
            circle at 50% 48%,
            rgba(218,186,110,.14),
            transparent 34%
        ),

        linear-gradient(
            135deg,
            #fcf8ef 0%,
            #f7efdD 52%,
            #f1e5cd 100%
        );

}


.adamas-hero-pattern{

    position:absolute;

    inset:0;

    pointer-events:none;

    opacity:.45;

    background:

        radial-gradient(
            circle at center,
            transparent 0,
            transparent 27%,
            rgba(197,150,55,.08) 27.2%,
            transparent 27.5%,
            transparent 35%,
            rgba(197,150,55,.06) 35.2%,
            transparent 35.5%
        );

}


.adamas-hero-circle{

    position:absolute;

    border:1px solid rgba(194,145,49,.10);

    border-radius:50%;

    pointer-events:none;

}


.circle-one{

    width:620px;

    height:620px;

    top:30px;

    left:50%;

    transform:translateX(-50%);

}


.circle-two{

    width:470px;

    height:470px;

    top:105px;

    left:50%;

    transform:translateX(-50%);

}



.adamas-hero-content{

    position:relative;

    z-index:5;

    max-width:900px;

    margin:auto;

    text-align:center;

}


.adamas-hero-badge{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    gap:10px;

    padding:7px 22px;

    border:1px solid rgba(140,24,24,.20);

    border-radius:30px;

    background:rgba(255,255,255,.38);

    color:var(--adamas-maroon);

    font-size:9px;

    letter-spacing:3.5px;

    font-weight:700;

    text-transform:uppercase;

    margin-bottom:27px;

}


.adamas-hero-badge span{

    color:var(--adamas-gold);

    font-size:11px;

}


.adamas-hero h1{

    margin:0;

    font-family:Georgia,
        "Times New Roman",
        serif;

    font-size:66px;

    line-height:1.03;

    font-weight:500;

    letter-spacing:-1.5px;

}


.adamas-hero h1 span{

    display:block;

    color:var(--adamas-maroon);

    font-style:italic;

}


.adamas-hero-content > p{

    max-width:690px;

    margin:25px auto 32px;

    color:var(--adamas-muted);

    font-size:15px;

    line-height:1.9;

}


.adamas-hero-actions{

    display:flex;

    align-items:center;

    justify-content:center;

    gap:12px;

    flex-wrap:wrap;

}


.adamas-btn{

    min-height:49px;

    padding:0 26px;

    display:inline-flex;

    align-items:center;

    justify-content:center;

    gap:10px;

    border-radius:8px;

    text-decoration:none;

    font-size:13px;

    font-weight:600;

}


.adamas-btn-gold{

    background:var(--adamas-gold);

    color:#17100b;

    box-shadow:
        0 10px 25px rgba(171,119,25,.20);

}


.adamas-btn-gold:hover{

    background:#b67f1f;

    color:#17100b;

    transform:translateY(-2px);

}


.adamas-btn-light{

    background:rgba(255,255,255,.35);

    border:1px solid rgba(80,50,25,.22);

    color:#281a13;

}


.adamas-btn-light:hover{

    background:#fff;

    color:var(--adamas-maroon);

    transform:translateY(-2px);

}



/* =========================================================
   PARTNER LOGOS
========================================================= */

.adamas-partner-logos{

    display:flex;

    align-items:center;

    justify-content:center;

    gap:18px;

    margin-top:48px;

}


.partner-logo-card{

    width:345px;

    min-height:132px;

    padding:12px 20px 17px;

    border:1px solid rgba(225,214,194,.9);

    border-radius:15px;

    background:rgba(255,255,255,.92);

    box-shadow:

        0 10px 25px rgba(62,35,15,.08);

}


.partner-logo{

    height:68px;

    display:flex;

    align-items:center;

    justify-content:center;

}


.partner-logo img{

    max-width:205px;

    max-height:62px;

    object-fit:contain;

}


.partner-logo-card h4{

    margin:4px 0 3px;

    color:var(--adamas-maroon);

    font-family:Georgia,
        "Times New Roman",
        serif;

    font-size:15px;

    font-weight:500;

}


.partner-logo-card > span{

    display:block;

    color:#927967;

    font-size:8px;

    letter-spacing:2px;

}


.partner-cross{

    color:#c69a4c;

    font-family:Georgia,
        "Times New Roman",
        serif;

    font-size:22px;

}



/* =========================================================
   SECTION COMMON
========================================================= */

.section-label{

    margin-bottom:14px;

    color:#c58d2b;

    font-size:9px;

    font-weight:700;

    letter-spacing:4px;

    text-transform:uppercase;

}


.section-title{

    margin:0 0 25px;

    color:var(--adamas-text);

    font-family:Georgia,
        "Times New Roman",
        serif;

    font-size:45px;

    line-height:1.08;

    font-weight:500;

    letter-spacing:-.7px;

}


.section-heading-center{

    max-width:760px;

    margin:0 auto 48px;

    text-align:center;

}


.section-heading-center > p{

    max-width:680px;

    margin:0 auto;

    color:var(--adamas-muted);

    font-size:14px;

    line-height:1.8;

}



/* =========================================================
   PARTNERSHIP INTRO
========================================================= */

.partnership-intro{

    padding:100px 0;

    background:#f7efdE;

}


.partnership-copy{

    padding-left:18px;

    border-left:3px solid var(--adamas-maroon);

}


.partnership-copy p{

    margin:0 0 18px;

    color:#715b4e;

    font-size:14px;

    line-height:1.95;

}


.partnership-copy p:last-child{

    margin-bottom:0;

}


.partnership-copy strong{

    color:#9b6a1c;

    font-weight:600;

}


.partnership-main-image{

    margin-top:42px;

    max-width:520px;

}


.partnership-main-image img{

    width:100%;

    height:auto;

    display:block;

    object-fit:contain;

}


.partnership-stats{

    display:grid;

    grid-template-columns:repeat(2,1fr);

    gap:17px;

}


.partnership-stat{

    min-height:105px;

    padding:20px;

    display:flex;

    flex-direction:column;

    align-items:center;

    justify-content:center;

    text-align:center;

    border:1px solid #ebe0cd;

    border-radius:15px;

    background:#fff;

    box-shadow:

        0 9px 24px rgba(68,38,18,.055);

}


.partnership-stat strong{

    margin-bottom:7px;

    color:var(--adamas-maroon);

    font-family:Georgia,
        "Times New Roman",
        serif;

    font-size:30px;

    line-height:1;

    font-weight:500;

}


.partnership-stat span{

    color:#907667;

    font-size:10px;

}



/* =========================================================
   HISTORIC COLLABORATION
========================================================= */

.historic-section{

    padding:105px 0;

    background:#fbf8f1;

}


.historic-main-image{

    max-width:820px;

    margin:0 auto 35px;

    text-align:center;

}


.historic-main-image img{

    width:100%;

    max-height:300px;

    object-fit:contain;

    border-radius:15px;

}


.historic-gallery{

    width:100%;

    max-width:950px;

    margin-left:auto;

    margin-right:auto;

}


.historic-gallery.row{

    width:100%;

    margin-left:auto;

    margin-right:auto;

}


.historic-image-card{

    overflow:hidden;

    border:1px solid #eadfcf;

    border-radius:17px;

    background:#fff;

    box-shadow:

        0 14px 32px rgba(65,38,20,.07);

}


.historic-image{

    height:290px;

    overflow:hidden;

    background:#f5eddf;

}


.historic-image img{

    width:100%;

    height:100%;

    object-fit:cover;

    transition:.5s ease;

}


.historic-image-card:hover img{

    transform:scale(1.04);

}


.historic-caption{

    min-height:72px;

    padding:17px 20px;

    display:flex;

    align-items:center;

    color:#765f51;

    background:#f6ecd7;

    font-size:11px;

    line-height:1.65;

}


.official-statement{

    position:relative;

    max-width:665px;

    margin:40px auto 0;

    padding:28px 32px 25px;

    border:1px solid #ead8b9;

    border-radius:15px;

    background:#f7eee0;

}


.official-statement > span{

    position:absolute;

    top:-13px;

    left:30px;

    padding:6px 17px;

    border-radius:20px;

    color:#21150e;

    background:#cf982d;

    font-size:9px;

    letter-spacing:2px;

    font-weight:700;

}


.official-statement blockquote{

    margin:0 0 12px;

    color:#3e3028;

    font-size:13px;

    line-height:1.9;

    font-style:italic;

}


.official-statement strong{

    color:#bd8324;

    font-size:10px;

}



/* =========================================================
   PROGRAMMES
========================================================= */

.programmes-section{

    padding:105px 0;

    background:#faf7f0;

}


.programme-card{

    height:100%;

    overflow:hidden;

    border:1px solid #eadfcf;

    border-radius:20px;

    background:#fff;

    box-shadow:

        0 13px 32px rgba(65,38,20,.065);

    transition:.35s ease;

}


.programme-card:hover{

    transform:translateY(-5px);

    box-shadow:

        0 20px 40px rgba(65,38,20,.11);

}


.programme-header{

    position:relative;

    min-height:150px;

    padding:30px 27px;

    overflow:hidden;

}


.music-card .programme-header{

    background:

        linear-gradient(
            135deg,
            #f5e9e5,
            #f9f1e8
        );

}


.fine-card .programme-header{

    background:

        linear-gradient(
            135deg,
            #f8f0df,
            #faf5e8
        );

}


.programme-badge{

    display:inline-block;

    padding:5px 12px;

    border:1px solid rgba(140,24,24,.20);

    border-radius:6px;

    color:var(--adamas-maroon);

    font-size:8px;

    letter-spacing:1.7px;

    font-weight:700;

}


.fine-card .programme-badge{

    color:#9e711e;

    border-color:rgba(180,130,35,.28);

}


.programme-header h3{

    margin:16px 0 2px;

    color:#1c130f;

    font-family:Georgia,
        "Times New Roman",
        serif;

    font-size:38px;

    font-weight:500;

}


.programme-header p{

    margin:0;

    color:#8d7668;

    font-size:9px;

    letter-spacing:2px;

}


.programme-watermark{

    position:absolute;

    right:22px;

    bottom:-8px;

    color:#8d6b42;

    opacity:.10;

    font-size:80px;

}


.programme-body{

    padding:25px 27px 27px;

}


.programme-description{

    min-height:73px;

    margin:0 0 16px;

    color:#715c4f;

    font-size:12px;

    line-height:1.8;

}


.programme-details{

    margin-bottom:18px;

}


.programme-detail-row{

    min-height:38px;

    display:flex;

    align-items:center;

    justify-content:space-between;

    gap:20px;

    border-bottom:1px solid #eee6db;

    color:#806c5e;

    font-size:11px;

}


.programme-detail-row strong{

    color:#1d1511;

    font-size:11px;

    text-align:right;

}


.gold-text{

    color:#bd8120!important;

}


.programme-btn{

    width:100%;

    min-height:43px;

    display:flex;

    align-items:center;

    justify-content:center;

    gap:9px;

    border-radius:9px;

    text-decoration:none;

    font-size:12px;

    font-weight:700;

}


.programme-btn-maroon{

    color:#fff;

    background:var(--adamas-maroon);

}


.programme-btn-maroon:hover{

    color:#fff;

    background:#6e1010;

}


.programme-btn-gold{

    color:#1b120c;

    background:#c9952f;

}


.programme-btn-gold:hover{

    color:#1b120c;

    background:#dfae4f;

}
/* =========================================================
   UNIVERSITY STATS STRIP
========================================================= */

.university-stats-strip{

    padding:52px 0;

    background:
        linear-gradient(
            110deg,
            #321a0d 0%,
            #42120f 48%,
            #260d08 100%
        );

    border-top:1px solid rgba(211,164,77,.18);

    border-bottom:1px solid rgba(211,164,77,.12);

}


.university-stats-grid{

    display:grid;

    grid-template-columns:
        repeat(6,1fr);

    align-items:center;

}


.university-stat{

    position:relative;

    padding:5px 20px;

    text-align:center;

}


.university-stat:not(:last-child)::after{

    content:"";

    position:absolute;

    top:8px;

    right:0;

    width:1px;

    height:55px;

    background:
        rgba(255,255,255,.12);

}


.university-stat strong{

    display:block;

    margin-bottom:8px;

    color:#fff8e9;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size:27px;

    line-height:1;

    font-weight:500;

}


.university-stat span{

    display:block;

    color:rgba(255,240,215,.65);

    font-size:9px;

    line-height:1.5;

}



/* =========================================================
   ENROLMENT SECTION
========================================================= */

.enrol-section{

    padding:100px 0 115px;

    background:#faf7f0;

}


.enrol-heading{

    margin-bottom:50px;

}


.enrol-heading .section-title{

    margin-bottom:0;

}


.enrol-steps{

    display:grid;

    grid-template-columns:
        repeat(4,1fr);

    gap:18px;

}


.enrol-step{

    position:relative;

    min-height:230px;

    padding:38px 22px 25px;

    border:1px solid #eadfcf;

    border-radius:16px;

    background:#fff;

    box-shadow:
        0 10px 25px rgba(63,37,17,.055);

    transition:
        transform .3s ease,
        box-shadow .3s ease;

}


.enrol-step:hover{

    transform:translateY(-5px);

    box-shadow:
        0 17px 35px rgba(63,37,17,.10);

}


.enrol-number{

    position:absolute;

    top:-15px;

    left:20px;

    width:31px;

    height:31px;

    display:flex;

    align-items:center;

    justify-content:center;

    border-radius:50%;

    color:#fff;

    background:
        linear-gradient(
            145deg,
            #a7281e,
            #c78b2b
        );

    box-shadow:
        0 6px 13px rgba(126,43,20,.25);

    font-size:11px;

    font-weight:700;

}


.enrol-icon{

    width:42px;

    height:42px;

    margin-bottom:14px;

    display:flex;

    align-items:center;

    justify-content:center;

    border-radius:10px;

    color:var(--adamas-maroon);

    background:#fbf0e7;

    font-size:17px;

}


.enrol-step h3{

    margin:0 0 10px;

    color:#bf8323;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size:16px;

    font-weight:500;

}


.enrol-step p{

    margin:0;

    color:#766053;

    font-size:11px;

    line-height:1.75;

}



/* =========================================================
   FINAL CTA
========================================================= */

.adamas-final-cta{

    padding:25px 0 90px;

    background:#faf7f0;

}


.adamas-final-card{

    position:relative;

    overflow:hidden;

    max-width:1110px;

    min-height:270px;

    margin:0 auto;

    display:flex;

    align-items:center;

    justify-content:center;

    padding:50px 40px;

    border:1px solid rgba(210,159,60,.28);

    border-radius:22px;

    background:

        linear-gradient(
            110deg,
            #3b0b09 0%,
            #46100b 42%,
            #2c1a0b 100%
        );

    box-shadow:
        0 18px 45px rgba(54,23,10,.14);

}


.adamas-final-card::before{

    content:"";

    position:absolute;

    width:480px;

    height:480px;

    right:-190px;

    top:-260px;

    border:1px solid rgba(218,169,78,.13);

    border-radius:50%;

}


.adamas-final-card::after{

    content:"";

    position:absolute;

    width:320px;

    height:320px;

    left:-160px;

    bottom:-200px;

    border:1px solid rgba(218,169,78,.09);

    border-radius:50%;

}


.adamas-final-content{

    position:relative;

    z-index:3;

    max-width:800px;

    text-align:center;

}


.adamas-final-content .section-label{

    color:#d8a343;

    margin-bottom:10px;

}


.adamas-final-content h2{

    margin:0 0 10px;

    color:#fff8eb;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size:35px;

    font-weight:500;

}


.adamas-final-content p{

    max-width:620px;

    margin:0 auto 26px;

    color:rgba(255,240,220,.68);

    font-size:12px;

    line-height:1.7;

}


.adamas-final-buttons{

    display:flex;

    align-items:center;

    justify-content:center;

    gap:10px;

    flex-wrap:wrap;

}


.adamas-final-btn{

    min-height:45px;

    padding:0 23px;

    display:inline-flex;

    align-items:center;

    justify-content:center;

    gap:9px;

    border-radius:9px;

    text-decoration:none;

    font-size:11px;

    font-weight:600;

}


.final-btn-gold{

    color:#191109;

    background:#c9942f;

    box-shadow:
        0 8px 18px rgba(201,148,47,.18);

}


.final-btn-gold:hover{

    color:#191109;

    background:#dda94b;

    transform:translateY(-2px);

}


.final-btn-outline{

    color:#fff5e7;

    border:1px solid rgba(255,235,205,.25);

    background:rgba(255,255,255,.04);

}


.final-btn-outline:hover{

    color:#fff;

    border-color:rgba(255,235,205,.5);

    background:rgba(255,255,255,.10);

    transform:translateY(-2px);

}


.cta-decoration{

    position:absolute;

    color:rgba(221,173,78,.09);

    font-family:
        Georgia,
        serif;

    pointer-events:none;

}


.cta-decoration-left{

    left:50px;

    bottom:20px;

    font-size:90px;

    transform:rotate(-15deg);

}


.cta-decoration-right{

    right:50px;

    top:10px;

    font-size:85px;

    transform:rotate(15deg);

}



/* =========================================================
   CONTACT SECTION
========================================================= */

.adamas-contact-section{

    padding:0 0 100px;

    background:#faf7f0;

}


.adamas-contact-card{

    height:100%;

    min-height:205px;

    padding:25px 22px;

    border:1px solid #e9dfd0;

    border-radius:16px;

    background:#fff;

    box-shadow:
        0 10px 25px rgba(63,37,17,.055);

    transition:.3s ease;

}


.adamas-contact-card:hover{

    transform:translateY(-4px);

    box-shadow:
        0 16px 32px rgba(63,37,17,.09);

}


.contact-icon{

    width:39px;

    height:39px;

    margin-bottom:15px;

    display:flex;

    align-items:center;

    justify-content:center;

    border-radius:9px;

    color:#a91d19;

    background:#fbede4;

    font-size:16px;

}


.whatsapp-icon{

    color:#168d4d;

    background:#eaf8ef;

}


.adamas-contact-card h3{

    margin:0 0 10px;

    color:var(--adamas-maroon);

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size:16px;

    font-weight:500;

}


.adamas-contact-card p{

    margin:0 0 12px;

    color:#765f51;

    font-size:10px;

    line-height:1.75;

}


.adamas-contact-card p a{

    color:#8e1c1c;

    text-decoration:none;

}


.adamas-contact-card p a:hover{

    color:#c68c27;

}


.adamas-contact-card > span{

    color:#8d7869;

    font-size:9px;

}



/* =========================================================
   GENERAL ROW / CONTAINER PROTECTION
========================================================= */

.adamas-page .container{

    position:relative;

}


.adamas-page .row{

    position:relative;

}



/* =========================================================
   TABLET
========================================================= */

@media (max-width:1199px){

    .adamas-hero{

        min-height:650px;

    }


    .adamas-hero h1{

        font-size:58px;

    }


    .partner-logo-card{

        width:310px;

    }


    .section-title{

        font-size:40px;

    }


    .university-stats-grid{

        grid-template-columns:
            repeat(3,1fr);

        row-gap:30px;

    }


    .university-stat:nth-child(3)::after{

        display:none;

    }


    .enrol-steps{

        grid-template-columns:
            repeat(2,1fr);

        row-gap:35px;

    }

}



/* =========================================================
   TABLET / SMALL LAPTOP
========================================================= */

@media (max-width:991px){

    .adamas-hero{

        padding:80px 0 65px;

    }


    .adamas-hero h1{

        font-size:51px;

    }


    .adamas-hero-content > p{

        max-width:620px;

    }


    .adamas-partner-logos{

        gap:10px;

    }


    .partner-logo-card{

        width:280px;

    }


    .partner-logo-card h4{

        font-size:13px;

    }


    .partnership-intro{

        padding:80px 0;

    }


    .partnership-main-image{

        margin:35px auto 0;

    }


    .partnership-stats{

        margin-top:20px;

    }


    .historic-section,
    .programmes-section{

        padding:80px 0;

    }


    .university-stats-strip{

        padding:45px 0;

    }


    .adamas-final-card{

        margin-left:15px;

        margin-right:15px;

    }


    .adamas-contact-section{

        padding-bottom:75px;

    }

}



/* =========================================================
   MOBILE
========================================================= */

@media (max-width:767px){

    .adamas-hero{

        min-height:auto;

        padding:70px 0 55px;

    }


    .adamas-hero-badge{

        max-width:95%;

        padding:7px 13px;

        font-size:7px;

        letter-spacing:2.2px;

    }


    .adamas-hero h1{

        font-size:40px;

        line-height:1.08;

        letter-spacing:-.8px;

    }


    .adamas-hero-content > p{

        margin-top:20px;

        font-size:12px;

        line-height:1.8;

    }


    .adamas-hero-actions{

        flex-direction:column;

        width:100%;

    }


    .adamas-btn{

        width:100%;

        max-width:280px;

    }


    .adamas-partner-logos{

        flex-direction:column;

        margin-top:35px;

    }


    .partner-logo-card{

        width:100%;

        max-width:350px;

    }


    .partner-cross{

        line-height:1;

    }


    .circle-one{

        width:430px;

        height:430px;

        top:100px;

    }


    .circle-two{

        width:320px;

        height:320px;

        top:155px;

    }



    /* COMMON */

    .section-title{

        font-size:34px;

        line-height:1.12;

    }


    .section-heading-center{

        margin-bottom:35px;

    }


    .section-heading-center > p{

        font-size:12px;

    }



    /* PARTNERSHIP */

    .partnership-intro{

        padding:65px 0;

    }


    .partnership-copy{

        padding-left:14px;

    }


    .partnership-copy p{

        font-size:12px;

        line-height:1.8;

    }


    .partnership-main-image{

        margin-top:30px;

    }


    .partnership-stats{

        grid-template-columns:
            repeat(2,1fr);

        gap:12px;

    }


    .partnership-stat{

        min-height:95px;

    }


    .partnership-stat strong{

        font-size:25px;

    }



    /* HISTORIC */

    .historic-section{

        padding:65px 0;

    }


    .historic-main-image{

        margin-bottom:25px;

    }


    .historic-image{

        height:220px;

    }


    .historic-caption{

        min-height:auto;

        padding:14px 16px;

        font-size:10px;

    }


    .official-statement{

        margin-top:35px;

        padding:25px 20px 20px;

    }


    .official-statement > span{

        left:18px;

    }


    .official-statement blockquote{

        font-size:11px;

        line-height:1.8;

    }



    /* PROGRAMMES */

    .programmes-section{

        padding:65px 0;

    }


    .programme-header{

        min-height:140px;

        padding:25px 22px;

    }


    .programme-header h3{

        font-size:34px;

    }


    .programme-body{

        padding:22px;

    }


    .programme-description{

        min-height:auto;

    }


    .programme-detail-row{

        align-items:flex-start;

        padding:9px 0;

        min-height:auto;

    }


    .programme-detail-row strong{

        max-width:58%;

    }



    /* STATS */

    .university-stats-strip{

        padding:35px 0;

    }


    .university-stats-grid{

        grid-template-columns:
            repeat(2,1fr);

        row-gap:28px;

    }


    .university-stat{

        padding:5px 10px;

    }


    .university-stat:nth-child(2)::after,
    .university-stat:nth-child(4)::after{

        display:block;

    }


    .university-stat:nth-child(odd)::after{

        display:block;

    }


    .university-stat:nth-child(even)::after{

        display:none;

    }


    .university-stat strong{

        font-size:22px;

    }


    .university-stat span{

        font-size:8px;

    }



    /* ENROL */

    .enrol-section{

        padding:65px 0 80px;

    }


    .enrol-steps{

        grid-template-columns:
            1fr;

        gap:32px;

    }


    .enrol-step{

        min-height:auto;

        padding:34px 20px 22px;

    }


    .enrol-step p{

        font-size:11px;

    }



    /* FINAL CTA */

    .adamas-final-cta{

        padding:0 0 65px;

    }


    .adamas-final-card{

        min-height:auto;

        padding:45px 20px;

        border-radius:18px;

    }


    .adamas-final-content h2{

        font-size:29px;

    }


    .adamas-final-content p{

        font-size:11px;

    }


    .adamas-final-buttons{

        flex-direction:column;

        width:100%;

    }


    .adamas-final-btn{

        width:100%;

        max-width:300px;

    }


    .cta-decoration-left{

        left:-5px;

        font-size:65px;

    }


    .cta-decoration-right{

        right:-5px;

        font-size:60px;

    }



    /* CONTACT */

    .adamas-contact-section{

        padding-bottom:60px;

    }


    .adamas-contact-card{

        min-height:auto;

        padding:22px;

    }

}



/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width:480px){

    .adamas-hero{

        padding-top:55px;

    }


    .adamas-hero h1{

        font-size:34px;

    }


    .adamas-hero-content > p{

        font-size:11px;

    }


    .adamas-hero-badge{

        font-size:6.5px;

        letter-spacing:1.7px;

    }


    .partner-logo-card{

        min-height:120px;

        padding:10px 15px;

    }


    .partner-logo{

        height:58px;

    }


    .partner-logo img{

        max-width:175px;

        max-height:52px;

    }


    .partner-logo-card h4{

        font-size:11px;

    }


    .partner-logo-card > span{

        font-size:7px;

        letter-spacing:1.4px;

    }


    .section-label{

        font-size:7px;

        letter-spacing:3px;

    }


    .section-title{

        font-size:29px;

    }


    .partnership-stats{

        gap:9px;

    }


    .partnership-stat{

        min-height:85px;

        padding:14px 8px;

    }


    .partnership-stat strong{

        font-size:21px;

    }


    .partnership-stat span{

        font-size:8px;

    }


    .historic-image{

        height:190px;

    }


    .programme-header{

        min-height:130px;

    }


    .programme-header h3{

        font-size:30px;

    }


    .programme-detail-row{

        font-size:10px;

    }


    .programme-detail-row strong{

        font-size:10px;

    }


    .university-stat strong{

        font-size:19px;

    }


    .university-stat span{

        font-size:7px;

    }


    .enrol-step h3{

        font-size:15px;

    }


    .adamas-final-content h2{

        font-size:26px;

    }


    .adamas-final-btn{

        font-size:10px;

    }

}








/* =========================================================
   ACCESSIBILITY / REDUCED MOTION
========================================================= */

@media (prefers-reduced-motion:reduce){

    .adamas-page *,
    .adamas-page *::before,
    .adamas-page *::after{

        transition:none!important;

        animation:none!important;

        scroll-behavior:auto!important;

    }

}
