/* =========================================================
PENGUMUMAN HERO
========================================================= */

.pengumuman-hero{
    position: relative;
    overflow: hidden;
    min-height: 520px;
    display: flex;
    align-items: center;
    padding: 28px 0 0;
    background:
        radial-gradient(circle at top left, rgba(255,255,255,.96), transparent 30%),
        radial-gradient(circle at bottom right, rgba(11,44,102,.12), transparent 34%),
        linear-gradient(135deg, #ffffff 0%, #f5f8ff 48%, #e7f2ff 100%);
}

.pengumuman-hero::before{
    content: '';
    position: absolute;
    inset: auto 0 0 0;
    height: 44%;
    background: linear-gradient(180deg, transparent 0%, rgba(255,255,255,.95) 92%);
    z-index: 2;
    pointer-events: none;
}

.pengumuman-hero .container{
    position: relative;
    z-index: 3;
    max-width: 1320px;
}

.pengumuman-hero .row.align-items-end{
    align-items: center !important;
}

.pengumuman-hero-content{
    padding-bottom: 0;
}

.pengumuman-hero-content h1{
    font-size: 58px;
    font-weight: 800;
    color: var(--color1);
    line-height: 1.08;
    margin-bottom: 22px;
    letter-spacing: -1px;
}

.pengumuman-hero-content p{
    max-width: 620px;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.9;
    color: var(--color1);
    margin: 0;
}

.pengumuman-show-hero-content h1{
    max-width: 680px;
    font-size: 42px;
    line-height: 1.18;
}

/* VISUAL */

.pengumuman-hero-visual{
    position: relative;
    min-height: 480px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.pengumuman-hero-img{
    position: absolute;
    left: 0;
    right: 60px;
    bottom: 0;
    height: 78%;
    max-height: 78%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    z-index: 2;
    pointer-events: none;
}

.pengumuman-hero-img img{
    width: auto;
    height: 100%;
    max-height: 100%;
    object-fit: contain;
    object-position: bottom center;
}

/* ANIMATION */

.fade-up{
    opacity: 0;
    animation: pengumumanFadeUp .85s ease forwards;
}

.fade-left{
    opacity: 0;
    animation: pengumumanFadeLeft .9s ease forwards;
}

@keyframes pengumumanFadeUp{
    from{
        opacity: 0;
        transform: translateY(42px);
    }
    to{
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes pengumumanFadeLeft{
    from{
        opacity: 0;
        transform: translateX(44px);
    }
    to{
        opacity: 1;
        transform: translateX(0);
    }
}

/* RESPONSIVE */

@media(max-width:1199px){

    .pengumuman-hero{
        min-height: auto;
        padding: 36px 0 0;
    }

    .pengumuman-hero-content{
        padding-bottom: 32px;
    }

    .pengumuman-hero-content h1{
        font-size: 48px;
    }

    .pengumuman-show-hero-content h1{
        font-size: 36px;
    }

    .pengumuman-hero-visual{
        min-height: 460px;
    }
}

@media(max-width:991px){

    .pengumuman-hero{
        text-align: center;
        padding: 38px 0 0;
    }

    .pengumuman-hero-content{
        padding-bottom: 36px;
    }

    .pengumuman-hero-content h1{
        font-size: 40px;
    }

    .pengumuman-show-hero-content h1{
        font-size: 32px;
    }

    .pengumuman-hero-content p{
        margin-left: auto;
        margin-right: auto;
    }

    .pengumuman-hero-visual{
        min-height: auto;
        flex-direction: column;
        align-items: center;
    }

    .pengumuman-hero-img{
        position: relative;
        left: auto;
        right: auto;
        bottom: auto;
        width: 100%;
        height: auto;
        max-height: none;
        margin-bottom: -2px;
        justify-content: center;
        pointer-events: auto;
        z-index: 4;
    }

    .pengumuman-hero-img img{
        width: auto;
        height: auto;
        max-height: 430px;
        object-position: bottom center;
    }
}

@media(max-width:768px){

    .pengumuman-hero{
        padding-top: 34px;
    }

    .pengumuman-hero-content h1{
        font-size: 34px;
    }

    .pengumuman-show-hero-content h1{
        font-size: 28px;
    }

    .pengumuman-hero-content p{
        font-size: 15px;
        line-height: 1.8;
    }

    .pengumuman-hero-img img{
        max-height: 340px;
    }
}

@media(max-width:480px){

    .pengumuman-hero-content h1{
        font-size: 31px;
    }

    .pengumuman-show-hero-content h1{
        font-size: 26px;
    }

    .pengumuman-hero-img img{
        max-height: 300px;
    }
}

/* =========================================================
PENGUMUMAN MAIN SECTION
========================================================= */

.pengumuman-main-section{
    position: relative;
    overflow: hidden;
    padding: 72px 0 82px;
    background:
        radial-gradient(circle at top left, rgba(32,160,160,.07), transparent 28%),
        radial-gradient(circle at bottom right, rgba(11,44,102,.07), transparent 32%),
        linear-gradient(180deg, #ffffff 0%, #f8fbff 50%, #eef7ff 100%);
}

.pengumuman-list-wrapper{
    background: rgba(255,255,255,.9);
    border: 1px solid rgba(11,44,102,.08);
    border-radius: 22px;
    padding: 28px 34px 22px;
    box-shadow: 0 16px 42px rgba(11,44,102,.07);
}

.pengumuman-list-wrapper h2{
    font-size: 26px;
    font-weight: 800;
    color: var(--color1);
    margin-bottom: 24px;
}

.pengumuman-search{
    position: relative;
    margin-bottom: 26px;
}

.pengumuman-search input{
    width: 100%;
    height: 54px;
    border-radius: 12px;
    border: 1px solid rgba(11,44,102,.14);
    background: rgba(255,255,255,.82);
    padding: 0 58px 0 24px;
    font-size: 15px;
    font-weight: 600;
    color: var(--color1);
    outline: none;
    transition: var(--transition);
}

.pengumuman-search input:focus{
    border-color: var(--color1);
    box-shadow: 0 10px 26px rgba(11,44,102,.08);
}

.pengumuman-search button{
    position: absolute;
    right: 12px;
    top: 50%;
    width: 38px;
    height: 38px;
    transform: translateY(-50%);
    border: none;
    background: transparent;
    color: rgba(11,44,102,.55);
    font-size: 20px;
}

.pengumuman-item{
    display: grid;
    grid-template-columns: 70px 1fr 170px;
    gap: 22px;
    align-items: center;
    padding: 24px 0;
    border-bottom: 1px solid rgba(11,44,102,.10);
}

.pengumuman-item:last-child{
    border-bottom: none;
}

.pengumuman-icon{
    width: 64px;
    height: 64px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pengumuman-icon i{
    font-size: 26px;
}

.pengumuman-icon.blue{
    background: rgba(45,139,255,.10);
    color: #1f7ae0;
}

.pengumuman-icon.green{
    background: rgba(15,158,158,.12);
    color: #0f9e9e;
}

.pengumuman-icon.purple{
    background: rgba(117,82,200,.12);
    color: #7552c8;
}

.pengumuman-icon.orange{
    background: rgba(255,136,45,.13);
    color: #ff842d;
}

.pengumuman-icon.pink{
    background: rgba(232,91,107,.13);
    color: #e85b6b;
}

.pengumuman-icon.yellow{
    background: rgba(245,197,24,.18);
    color: #d8a900;
}

.pengumuman-content h3{
    font-size: 19px;
    font-weight: 800;
    line-height: 1.4;
    color: var(--color1);
    margin-bottom: 8px;
}

.pengumuman-content h3 a{
    color: inherit;
}

.pengumuman-content h3 a:hover{
    color: #0f9e9e;
}

.pengumuman-content p{
    font-size: 13.5px;
    line-height: 1.75;
    color: var(--color5);
    margin-bottom: 12px;
}

.pengumuman-meta{
    display: flex;
    align-items: center;
    gap: 34px;
    flex-wrap: wrap;
}

.pengumuman-meta span{
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 12.5px;
    font-weight: 600;
    color: rgba(11,44,102,.62);
}

.pengumuman-link{
    justify-self: end;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: var(--color1);
    font-size: 13px;
    font-weight: 800;
}

.pengumuman-link i{
    font-size: 17px;
    transition: var(--transition);
}

.pengumuman-link:hover{
    color: #0f9e9e;
}

.pengumuman-link:hover i{
    transform: translateX(6px);
}

/* SIDEBAR */

.pengumuman-sidebar{
    position: sticky;
    top: 120px;
    align-self: flex-start;
    margin-top: 0;
    background: rgba(255,255,255,.9);
    border: 1px solid rgba(11,44,102,.08);
    border-radius: 22px;
    padding: 28px 28px;
    box-shadow: 0 16px 42px rgba(11,44,102,.07);
}

.pengumuman-sidebar h3{
    font-size: 24px;
    font-weight: 800;
    color: var(--color1);
    margin-bottom: 20px;
}

.pengumuman-category-list{
    margin-bottom: 24px;
}

.pengumuman-category-item{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 15px 0;
    border-bottom: 1px solid rgba(11,44,102,.10);
    color: var(--color1);
}

.pengumuman-category-item span{
    display: inline-flex;
    align-items: center;
    gap: 14px;
    font-size: 14px;
    font-weight: 700;
}

.pengumuman-category-item i{
    width: 22px;
    text-align: center;
    color: var(--color1);
    font-size: 17px;
}

.pengumuman-category-item strong{
    min-width: 38px;
    height: 30px;
    border-radius: 50px;
    background: rgba(11,44,102,.05);
    color: var(--color1);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 800;
}

.pengumuman-category-item:hover{
    color: #0f9e9e;
}

/* RESPONSIVE */

@media(max-width:991px){

    .pengumuman-main-section{
        padding: 62px 0 70px;
    }

    .pengumuman-sidebar{
        position: relative;
        top: auto;
    }
}

@media(max-width:768px){

    .pengumuman-main-section{
        padding: 52px 0 60px;
    }

    .pengumuman-list-wrapper{
        padding: 24px 22px 18px;
        border-radius: 20px;
    }

    .pengumuman-list-wrapper h2{
        font-size: 23px;
    }

    .pengumuman-item{
        grid-template-columns: 56px 1fr;
        gap: 16px;
        align-items: flex-start;
    }

    .pengumuman-icon{
        width: 52px;
        height: 52px;
    }

    .pengumuman-icon i{
        font-size: 22px;
    }

    .pengumuman-link{
        grid-column: 2 / 3;
        justify-self: start;
        margin-top: 4px;
    }

    .pengumuman-content h3{
        font-size: 16px;
    }

    .pengumuman-content p{
        font-size: 12.8px;
    }

    .pengumuman-meta{
        gap: 18px;
    }
}

@media(max-width:480px){

    .pengumuman-item{
        grid-template-columns: 1fr;
        text-align: center;
    }

    .pengumuman-icon{
        margin: 0 auto;
    }

    .pengumuman-link{
        grid-column: auto;
        justify-self: center;
    }

    .pengumuman-meta{
        justify-content: center;
    }

    .pengumuman-sidebar{
        padding: 24px 20px;
    }
}

/* =========================================================
SHOW PENGUMUMAN CONTENT
========================================================= */

.pengumuman-show-wrapper{
    max-width: 920px;
    margin: 0 auto;
    background: rgba(255,255,255,.9);
    border: 1px solid rgba(11,44,102,.08);
    border-radius: 22px;
    padding: 36px 42px 34px;
    box-shadow: 0 16px 42px rgba(11,44,102,.07);
}

.pengumuman-back-link{
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 32px;
    color: var(--color1);
    font-size: 14px;
    font-weight: 800;
}

.pengumuman-back-link:hover{
    color: #0f9e9e;
    transform: translateX(-4px);
}

.pengumuman-show-category{
    width: fit-content;
    padding: 10px 18px;
    border-radius: 10px;
    background: rgba(117,82,200,.12);
    color: #5635a7;
    font-size: 13px;
    font-weight: 800;
    margin-bottom: 24px;
}

.pengumuman-show-wrapper h1{
    font-size: 40px;
    line-height: 1.22;
    font-weight: 800;
    color: var(--color1);
    letter-spacing: -.7px;
    margin-bottom: 28px;
}

.pengumuman-show-meta-share{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    flex-wrap: wrap;
}

.pengumuman-show-meta{
    display: flex;
    align-items: center;
    gap: 36px;
    flex-wrap: wrap;
}

.pengumuman-show-meta span{
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: rgba(11,44,102,.65);
    font-size: 14px;
    font-weight: 600;
}

.pengumuman-show-divider{
    height: 1px;
    background: rgba(11,44,102,.12);
    margin: 32px 0;
}

.pengumuman-show-content{
    color: var(--color1);
}

.pengumuman-show-content p{
    font-size: 16px;
    line-height: 1.9;
    color: var(--color5);
    margin-bottom: 18px;
}

.pengumuman-show-content strong{
    color: var(--color1);
    font-weight: 800;
}

.pengumuman-show-content h3{
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 28px 0 14px;
    font-size: 16px;
    font-weight: 800;
    color: var(--color1);
}

.pengumuman-show-content h3 i{
    color: var(--color1);
}

.pengumuman-show-content ul{
    margin: 0 0 26px;
    padding-left: 24px;
}

.pengumuman-show-content li{
    font-size: 15px;
    line-height: 1.85;
    color: var(--color5);
}

.pengumuman-schedule-box{
    width: fit-content;
    min-width: 560px;
    padding: 20px 24px;
    margin-bottom: 26px;
    border-radius: 12px;
    background: rgba(117,82,200,.08);
    border: 1px solid rgba(117,82,200,.14);
}

.pengumuman-schedule-box div{
    display: grid;
    grid-template-columns: 190px 1fr;
    gap: 12px;
    margin-bottom: 9px;
    font-size: 15px;
    color: var(--color1);
}

.pengumuman-schedule-box div:last-child{
    margin-bottom: 0;
}

.pengumuman-schedule-box strong{
    font-weight: 800;
}

/* DOWNLOAD */

.pengumuman-download-box{
    margin-top: 34px;
    border-radius: 14px;
    padding: 22px 26px;
    background: rgba(117,82,200,.08);
    border: 1px solid rgba(117,82,200,.13);
    display: grid;
    grid-template-columns: 52px 1fr 150px;
    gap: 18px;
    align-items: center;
}

.pengumuman-download-icon{
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: rgba(117,82,200,.14);
    color: #5635a7;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
}

.pengumuman-download-text h4{
    font-size: 15px;
    font-weight: 800;
    color: var(--color1);
    margin-bottom: 6px;
}

.pengumuman-download-text p{
    font-size: 12.5px;
    color: var(--color5);
    margin: 0;
}

.pengumuman-download-btn{
    height: 46px;
    border-radius: 12px;
    background: var(--color4);
    color: #5635a7;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    font-size: 14px;
    font-weight: 800;
    box-shadow: 0 10px 24px rgba(11,44,102,.07);
}

.pengumuman-download-btn:hover{
    background: #5635a7;
    color: var(--color4);
    transform: translateY(-3px);
}

/* PREV NEXT */

.pengumuman-navigation{
    margin-top: 24px;
    border-radius: 14px;
    border: 1px solid rgba(11,44,102,.10);
    background: rgba(255,255,255,.8);
    display: grid;
    grid-template-columns: 1fr 1fr;
    overflow: hidden;
}

.pengumuman-nav-item{
    min-height: 94px;
    padding: 22px 28px;
    display: flex;
    align-items: center;
    gap: 18px;
    color: var(--color1);
}

.pengumuman-nav-item.next{
    justify-content: flex-end;
    text-align: right;
    border-left: 1px solid rgba(11,44,102,.12);
}

.pengumuman-nav-item i{
    font-size: 18px;
    transition: var(--transition);
}

.pengumuman-nav-item span{
    display: block;
    font-size: 12px;
    font-weight: 800;
    color: rgba(11,44,102,.65);
    margin-bottom: 6px;
}

.pengumuman-nav-item strong{
    display: block;
    font-size: 13px;
    line-height: 1.45;
    font-weight: 800;
}

.pengumuman-nav-item:hover{
    background: rgba(15,158,158,.06);
    color: #0f9e9e;
}

.pengumuman-nav-item.prev:hover i{
    transform: translateX(-5px);
}

.pengumuman-nav-item.next:hover i{
    transform: translateX(5px);
}

/* RESPONSIVE */

@media(max-width:768px){

    .pengumuman-show-wrapper{
        padding: 30px 22px;
        border-radius: 20px;
    }

    .pengumuman-show-wrapper h1{
        font-size: 30px;
    }

    .pengumuman-show-meta{
        gap: 18px;
    }

    .pengumuman-show-meta-share{
        align-items: flex-start;
    }

    .pengumuman-schedule-box{
        width: 100%;
        min-width: auto;
    }

    .pengumuman-schedule-box div{
        grid-template-columns: 1fr;
        gap: 3px;
    }

    .pengumuman-download-box{
        grid-template-columns: 1fr;
        text-align: center;
        justify-items: center;
    }

    .pengumuman-navigation{
        grid-template-columns: 1fr;
    }

    .pengumuman-nav-item.next{
        border-left: none;
        border-top: 1px solid rgba(11,44,102,.12);
    }
}

@media(max-width:480px){

    .pengumuman-show-wrapper h1{
        font-size: 26px;
    }

    .pengumuman-show-content p,
    .pengumuman-show-content li{
        font-size: 14px;
    }

    .pengumuman-nav-item,
    .pengumuman-nav-item.next{
        justify-content: center;
        text-align: center;
        flex-direction: column;
    }
}
