﻿:root {
    --gold: #C9A86C;
    --gold-light: #E8D5A8;
    --deep: #6a0dad;
    --burgundy: #C9A86C;
    --cream: #f6f0ff;
    --warm-white: #FDFAF5;
    --text: #4a3a60;
    --text-white: #fff;
    --muted: #4a3a60;
    --border: rgba(201,168,108,0.25);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    color: var(--text);
    font-weight: 500;
    line-height: 1.8;
}

p {
    font-size: 1.1rem;
    color: var(--text);
}
/* HERO */
.hero {
    background: #f6f0ff;
    align-items: center;
    position: relative;
    overflow: hidden;
    width: 100%;
}

.hero-bg {
    position: absolute;
    inset: 0;
}

.hero-pattern {
    position: absolute;
    inset: 0;
}

.hero-content {
    position: relative;
    z-index: 2;
    max-width: 860px;
    animation: fadeUp 1s ease both;
}

.hero-badge {
    display: inline-block;
    border: 1px solid var(--gold);
    color: var(--gold);
    font-size: 0.7rem;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    padding: 0.45rem 1.2rem;
    margin-bottom: 2rem;
    font-weight: 800;
}

.hero h1 {
    color: var(--deep);
    line-height: 1.1;
    margin-bottom: 1.5rem;
    letter-spacing: 0.01em;
    font-size: 3rem;
}

    .hero h1 em {
        font-style: italic;
        color: var(--gold);
    }

.hero p {
    color: var(--text);
    max-width: 600px;
    margin-bottom: 1.5rem;
    line-height: 1.9;
}

.hero-highlights {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
    margin-bottom: 2.5rem;
}

.hero-tag {
    font-size: 0.8rem;
    color: var(--deep);
    border: 1px solid rgba(201, 168, 108, 0.35);
    padding: 0.2rem 0.4rem;
    background: rgba(201, 168, 108, 0.06);
    font-weight: 600;
}

.what-is-grid1 {
    align-items: start;
    margin-top: 0.5rem;
}

.authority-inner {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 3rem;
    align-items: center;
}

.authority-text h3 {
    color: var(--deep);
    font-weight: 400;
    margin-bottom: 0.7rem;
    font-size: 2.5rem
}

.authority-text p {
    color: var(--text);
    line-height: 1.95;
}

.authority-box {
    border: 1px solid rgba(201,168,108,0.22);
    padding: 2rem;
    color: var(--text);
    box-shadow: var(--bs-box-shadow);
}

    .authority-box h4 {
        color: var(--deep);
        margin-bottom: 0.8rem;
        font-weight: 400;
        font-size: 1.5rem
    }

    .authority-box ul {
        list-style: none;
    }

    .authority-box li {
        padding: 0.5rem 0 0.5rem 1rem;
        border-bottom: 1px solid rgba(201, 168, 108, 0.6);
        position: relative;
        font-size: 0.98rem;
    }

        .authority-box li::before {
            content: '◆';
            position: absolute;
            left: 0;
            color: var(--gold);
            font-size: 0.45rem;
            top: 1rem;
        }


.hero-buttons {
    width: 70%;
    display: flex;
    gap: 1.2rem;
    flex-wrap: wrap;
}

.btn-primary {
    background: var(--deep);
    color: var(--text-white);
    border: 1px solid #C9A86C;
    padding: 0.75rem 2rem;
    font-size: 0.85rem;
    font-weight: 500;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    text-decoration: none;
    margin-top: 0;
    transition: background 0.2s, color 0.2s;
    border-radius: 0;
}

.btn-secondary {
    background: var(--deep);
    color: #fff;
    border: 1px solid var(--deep);
    padding: 0.75rem 2rem;
    font-size: 0.85rem;
    font-weight: 300;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    text-decoration: none;
    transition: border-color 0.2s, color 0.2s;
    font-weight: 600;
}

/* INTRO STRIP */
.intro-strip {
    background: var(--gold);
    padding: 1rem 10%;
    text-align: center;
}

.intro-strip-small {
    background: var(--gold);
    padding: 1rem;
    text-align: center;
}

    .intro-strip-small p {
        background: var(--gold);
        text-align: center;
        margin-bottom: 0;
        font-size: 1rem;
        color: var(--cream);
    }

.intro-strip p {
    font-size: 1.4rem;
    font-weight: 400;
    color: var(--cream);
    font-style: italic;
    letter-spacing: 0.02em;
}


.announce-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.announce-card {
    padding: 1rem 10%;
    position: relative;
    overflow: hidden;
    box-shadow: var(--bs-box-shadow-inset);
}

    .announce-card:first-child {
        border-right: 1px solid var(--gold);
        box-shadow: var(--bs-box-shadow-lg);
    }

    .announce-card::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 2px;
    }

.announce-mode-tag {
    display: inline-flex;
    align-items: center;
    /*    gap: 8px;*/
    font-size: 0.9rem;
    letter-spacing: 0.22em;
    color: var(--deep);
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 1.2rem;
}

.announce-type {
    color: var(--text);
    text-transform: uppercase;
}

.announce-date-big {
    font-size: clamp(3rem, 6vw, 4.8rem);
    font-weight: 600;
    color: var(--deep);
    line-height: 1;
    margin-bottom: 0.4rem;
}

    .announce-date-big span {
        color: var(--deep);
    }

.announce-month-year {
    font-size: 1.3rem;
    font-style: italic;
    color: var(--text);
    margin-bottom: 1.2rem;
}

.announce-location {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--text);
}

    .announce-location svg {
        stroke: var(--deep);
        flex-shrink: 0;
    }

.hero-banner1 {
    position: relative;
    min-height: 60vh;
    display: flex;
    align-items: center;
    color: #fff;
    width: 100%;
}

.section-label {
    font-size: 0.9rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--deep);
    margin-bottom: 0.8rem;
    font-weight: 500;
}

h2, h3, h4, h5, h6 {
    color: var(--deep) !important;
    line-height: 1.2 !important;
    margin-bottom: 1rem !important;
    font-size: 2rem !important;
    font-weight: 500 !important;
    font-family: var(--font-heading-family) !important;
}

    h2 span, h3 span, h4 span, h5 span, h6 span {
        color: var(--deep) !important;
        line-height: 1.2 !important;
        font-size: 2rem !important;
        font-weight: 500 !important;
        font-family: var(--font-heading-family) !important;
    }

p {
    color: var(--muted);
    line-height: 1.95;
}



.hero-right {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.video-wrapper {
    width: 100%;
    aspect-ratio: 16 / 10;
    height: 100%;
}

    .video-wrapper img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover; /* or contain */
    }


.btn-gold {
    background: var(--cream);
    color: var(--deep);
    padding: 1rem 2.5rem;
    font-size: 0.9rem;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    font-weight: 800;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: all 0.3s;
}

    .btn-gold:hover {
        background: var(--cream);
    }

.blog-content {
    color: var(--text);
    max-height: 100% !important;
    overflow-y: scroll;
    scrollbar-width: none;
    min-height: auto !important;
}

    .blog-content ul {
        list-style: none;
    }

        .blog-content ul li {
            font-size: 1.1rem !important;
            color: var(--muted) !important;
            padding: 0.6rem 0 !important;
            border-bottom: 1px solid rgba(201,168,108,0.1) !important;
            padding-left: 1.2rem !important;
            position: relative !important;
            line-height: 1.6 !important;
        }
        /* Highlighted curriculum items */
        .blog-content ul li {
            color: var(--muted);
            font-weight: 500;
            font-size: 1.1rem;
            letter-spacing: 0.01em;
        }

            .blog-content ul li span {
                color: var(--muted);
                font-weight: 500;
                font-size: 1.1rem;
                letter-spacing: 0.01em;
            }

            .blog-content ul li::before {
                content: '◆';
                color: var(--gold);
                font-size: 0.5rem;
                margin-right: 0.5rem;
            }


@media (max-width: 900px) {
    .hero-inner {
        padding-bottom: 2rem;
        animation: fadeUp 1s ease both;
        max-width: fit-content;
    }


    @media (min-width: 901px) {
        .hero-inner {
            position: relative;
            z-index: 2;
            width: 100%;
            align-items: center;
            animation: fadeUp 1s ease both;
            max-width: fit-content;
        }
    }
    /* ============================================================ */
    /* BLOG GRID (listing page)                                     */
    /* ============================================================ */

    .blog-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
        gap: 32px;
    }

    .blog-card {
        background: #fff;
        border-radius: 20px;
        overflow: hidden;
        box-shadow: 0 8px 32px rgb(0 0 0 / .04);
        transition: .4s;
    }

        .blog-card:hover {
            transform: translateY(-12px);
            box-shadow: 0 20px 50px rgb(0 0 0 / .08);
        }

    .blog-img img {
        width: 100%;
        height: 220px;
        object-fit: cover;
    }
}

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (min-width: 901px) {
    .hero-inner {
        position: relative;
        z-index: 2;
        width: 100%;
        align-items: center;
        animation: fadeUp 1s ease both;
        max-width: fit-content;
    }
}


.blog-content p {
    margin-bottom: 5px;
    color: var(--text);
    font-family: var(--font-body-family) !important;
    font-size: var(--font-body-scale) !important;
    font-weight: var(--font-body-weight-bold) !important;
    line-height: 1.65;
}

    .blog-content p span {
        margin-bottom: 5px;
        color: var(--text);
        font-family: var(--font-body-family) !important;
        font-size: var(--font-body-scale) !important;
        font-weight: var(--font-body-weight-bold) !important;
        line-height: 1.65;
    }