 :root {
        --serc-blue: #005a8b;
        --serc-dark: #17324d;
        --serc-pink: #e0007a;
        --serc-light: #f5f7f9;
        --serc-border: #e1e6ea;
    }

    .graduation-page {
        background: #fff;
    }

    /* HERO */
    .graduation-hero {
        position: relative;
        min-height: 440px;
        display: flex;
        align-items: flex-end;
        overflow: hidden;
        border-radius: 0 0 28px 28px;
        background:
            linear-gradient(
                90deg,
                #e0007aeb 0%,
                rgb(173 0 109 / 77%) 45%,
                #700877c7 100%
            ),
            url(/img/about/graduation/grad2.jpg) center / cover no-repeat;
    }

    .graduation-hero-content {
        position: relative;
        z-index: 2;
        max-width: 760px;
        padding: 60px 0;
        color: #fff;
    }

    .graduation-hero h1 {
        font-size: clamp(2.5rem, 6vw, 4.6rem);
        line-height: 0.98;
        font-weight: 800;
        margin-bottom: 20px;
        letter-spacing: -0.04em;
    }

    .graduation-hero .lead {
        font-size: 1.25rem;
        max-width: 700px;
    }

    .event-meta {
        display: flex;
        flex-wrap: wrap;
        gap: 12px;
        margin-top: 28px;
    }

    .event-meta-item {
        background: rgba(255,255,255,0.14);
        border: 1px solid rgba(255,255,255,0.22);
        backdrop-filter: blur(8px);
        border-radius: 12px;
        padding: 12px 18px;
        font-weight: 600;
    }

    .hero-actions {
        display: flex;
        flex-wrap: wrap;
        gap: 12px;
        margin-top: 24px;
    }

    .btn-register {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background: #17324e;
        color: var(--serc-pink);
        border: 2px solid #17324e;
        border-radius: 10px;
        padding: 13px 24px;
        font-weight: 700;
        text-decoration: none;
        transition:
            background .2s ease,
            border-color .2s ease,
            color .2s ease,
            transform .2s ease;
             color: #fff;
    }

 .btn-register a{
        color: #fff;
 }
    .btn-register:hover,
    .btn-register:focus {
        background: var(--serc-dark);
        border-color: var(--serc-dark);
        color: #fff;
        text-decoration: none;
        transform: translateY(-2px);
    }

    /* GENERAL SECTIONS */
    .graduation-section {
        padding: 60px 0;
    }

    .graduation-section.bg-light {
        background: var(--serc-light) !important;
    }

    .section-label {
        display: inline-block;
        color: var(--serc-pink);
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 0.08em;
        font-size: 0.8rem;
        margin-bottom: 8px;
    }

    .section-title {
        font-size: clamp(1.75rem, 3vw, 2.5rem);
        font-weight: 800;
        color: var(--serc-dark);
        margin-bottom: 18px;
    }

    .section-intro {
        font-size: 1.08rem;
        line-height: 1.75;
        color: #495057;
    }

    /* INTRODUCTION */
    .intro-card {
        background: #fff;
        border: 1px solid var(--serc-border);
        border-radius: 18px;
        padding: 32px;
    }

    .intro-card p:last-child {
        margin-bottom: 0;
    }

    /* IMPORTANT INFORMATION */
    .info-card {
        height: 100%;
        background: #fff;
        border: 1px solid var(--serc-border);
        border-radius: 16px;
        padding: 26px;
    }

    .info-icon {
        width: 46px;
        height: 46px;
        border-radius: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: rgba(0, 90, 139, 0.08);
        color: var(--serc-blue);
        font-size: 1.2rem;
        margin-bottom: 18px;
    }

    .info-card h3 {
        font-weight: 700;
        color: var(--serc-dark);
        font-size: 1.1rem;
    }

    /* REGISTRATION */
    .registration-panel {
        background: var(--serc-dark);
        color: #fff;
        border-radius: 22px;
        overflow: hidden;
    }

    .registration-content {
        padding: 36px;
    }

    .registration-panel h2,
    .registration-panel h3 {
        color: #fff;
    }

    .registration-panel a {
        color: #fff;
        text-decoration: underline;
        text-underline-offset: 3px;
    }

    .registration-panel ul {
        padding-left: 1.25rem;
        margin-bottom: 0;
    }

    .registration-panel li {
        margin-bottom: 14px;
        line-height: 1.6;
    }

    .deadline-box {
        background: var(--serc-pink);
        color: #fff;
        padding: 26px;
        border-radius: 16px;
        margin-bottom: 20px;
    }

    .deadline-box .small {
        text-transform: uppercase;
        letter-spacing: .08em;
        font-weight: 700;
        opacity: .85;
    }

    .deadline-box .deadline {
        font-size: 1.5rem;
        font-weight: 800;
    }

    .ticket-note {
        background: rgba(255,255,255,0.1);
        border: 1px solid rgba(255,255,255,0.18);
        border-radius: 14px;
        padding: 20px;
        margin-top: 25px;
    }

    /* PHOTOGRAPHY */
    .simple-card {
        border: 1px solid var(--serc-border);
        border-radius: 16px;
        padding: 28px;
        height: 100%;
        background: #fff;
    }

    .simple-card h3 {
        font-weight: 700;
        color: var(--serc-dark);
    }

    .simple-card li {
        margin-bottom: 12px;
        line-height: 1.6;
    }

    /* SPONSORS */
    .sponsor-card {
        height: 100%;
        border: 1px solid var(--serc-border);
        border-radius: 16px;
        overflow: hidden;
        background: #fff;
        transition: transform .2s ease, box-shadow .2s ease;
    }

    .sponsor-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 12px 30px rgba(0,0,0,.08);
    }

    .sponsor-card a {
        color: inherit;
    }

    .sponsor-logo-wrap {
        height: 180px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 24px;
        background: #fff;
    }

    .sponsor-logo {
        width: 100%;
        height: 100%;
        max-height: 130px;
        object-fit: contain;
    }

    .sponsor-card-body {
        border-top: 1px solid var(--serc-border);
        padding: 18px 20px;
    }

    .sponsor-card-title {
        font-size: 1rem;
        font-weight: 700;
        margin: 0;
        color: var(--serc-dark);
    }

    /* FAQ */
    .faq-panel {
        border: 1px solid var(--serc-border);
        border-radius: 18px;
        background: #fff;
        padding: 28px;
    }

    /* 2025 CONTENT */
    .media-card {
        height: 100%;
        border: 1px solid var(--serc-border);
        border-radius: 18px;
        overflow: hidden;
        background: #fff;
    }

    .media-card-image {
        position: relative;
        overflow: hidden;
        aspect-ratio: 16 / 9;
        background: #eee;
    }

    .media-card-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform .3s ease, filter .3s ease;
    }

    .media-card-image:hover img {
        transform: scale(1.03);
        filter: brightness(.85);
    }

    .media-card-body {
        padding: 26px;
        display: flex;
        flex-direction: column;
        height: calc(100% - 1px);
    }

    .media-card-body h3 {
        color: var(--serc-dark);
        font-weight: 700;
    }

    .btn-serc {
        background: var(--serc-blue);
        border-color: var(--serc-blue);
        color: #fff;
    }

    .btn-serc:hover {
        background: #00466d;
        border-color: #00466d;
        color: #fff;
    }

    .btn-youtube {
        background: #9f1239;
        border-color: #9f1239;
        color: #fff;
    }

    .btn-youtube:hover {
        background: #7d0e2d;
        border-color: #7d0e2d;
        color: #fff;
    }

    @media (max-width: 767.98px) {
        .graduation-hero {
            min-height: 400px;
            border-radius: 0 0 18px 18px;
        }

        .graduation-hero-content {
            padding: 45px 0;
        }

        .graduation-section {
            padding: 42px 0;
        }

        .registration-content {
            padding: 25px;
        }

        .intro-card {
            padding: 24px;
        }

        .btn-register {
            width: 100%;
        }
    }