/* Aplikasi Olympicad 2025 | Developer: Muhammad Zia ul Haq | https://www.zia.ac | © 2025 */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    min-height: 100vh;
    overflow-x: hidden;
    font-family: 'Arial', sans-serif;
}

/* Offset untuk sticky header */
#beranda, #tentang, #kategori, #apresiasi, #kontak {
    scroll-margin-top: 140px;
}

.background-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
background: radial-gradient(ellipse at center, rgb(231 241 239 / 9%) 0%, rgb(240 254 237 / 96%) 15%, rgb(229 247 220 / 48%) 30%, #ffffff00 50%), /* â¬…ï¸ Dari kiri ke kanan â€“ tosca halus â†’ putih â†’ kuning/oranye tipis */ linear-gradient(to right, rgb(151 234 219 / 37%) 0%, rgba(74, 226, 226, 0.1) 10%, rgb(201 243 238 / 51%) 20%, rgb(204 252 247 / 50%) 35%, rgb(247 255 254 / 57%) 50%, rgb(255 255 255 / 19%) 60%, rgba(245, 166, 35, 0.06) 80%, rgba(218, 204, 113, 0.05) 100%), /* â¬…ï¸ Kiri Atas â€“ aksen tosca */ radial-gradient(circle at 12% 30%, rgb(141 238 225 / 76%) 0%, transparent 50%), /* â¬…ï¸ Kiri Bawah â€“ tambahan tosca/lemon tipis */ radial-gradient(circle at 10% 85%, rgb(183 178 241 / 46%) 0%, transparent 40%), /* âž¡ï¸ Kanan Tengah â€“ aksen kuning hijau */ radial-gradient(circle at 100% 50%, rgba(221, 245, 35, 0.18) 0%, rgba(217, 218, 113, 0.05) 25%, rgba(126, 211, 33, 0.06) 45%, transparent 70%), /* âž¡ï¸ Kanan Atas â€“ aksen oranye */ radial-gradient(circle at 90% 30%, rgba(245, 166, 35, 0.3) 0%, transparent 25%), /* âž¡ï¸ Kanan Bawah â€“ aksen hijau kekuningan */ radial-gradient(circle at 85% 85%, rgba(126, 211, 33, 0.25) 0%, transparent 30%);

    /* backdrop-filter: blur(3px); */

    filter: blur(12px);
    overflow: hidden;   
}


/* Header Styles */
.parent-header {

    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 150px;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    background: radial-gradient(circle at 15% 25%, rgba(74, 216, 226, 0.15) 0%, #fefa8b4d 50%), radial-gradient(circle at 85% 20%, rgb(243 126 3 / 38%) 0%, #1bbabd66 55%), radial-gradient(circle at 30% 70%, rgb(100 225 44 / 45%) 0%, #3bc3df57 50%), radial-gradient(circle at 70% 80%, rgb(245 239 35 / 76%) 0%, #1cc2a357 55%), radial-gradient(circle at 50% 10%, rgb(227 243 203 / 0%) 0%, #148e91 60%), radial-gradient(circle at 50% 50%, rgb(140 18 18 / 0%) 0%, #ffffff00 50%), linear-gradient(to bottom, rgba(255, 255, 255, 0.6) 0%, rgb(134 10 10 / 0%) 20%, rgba(255, 255, 255, 0.25) 40%, rgb(222 245 241 / 32%) 70%, #dfdda16e 100%);
    mask: linear-gradient(to bottom, 
        rgba(0, 0, 0, 1) 0%, 
        rgba(0, 0, 0, 1) 30%, 
        rgba(0, 0, 0, 0.8) 50%, 
        rgba(0, 0, 0, 0.4) 70%, 
        rgba(0, 0, 0, 0.1) 90%, 
        rgba(0, 0, 0, 0) 100%
    );
    -webkit-mask: linear-gradient(to bottom, 
        rgba(0, 0, 0, 1) 0%, 
        rgba(0, 0, 0, 1) 30%, 
        rgba(0, 0, 0, 0.8) 50%, 
        rgba(0, 0, 0, 0.4) 70%, 
        rgba(0, 0, 0, 0.1) 90%, 
        rgba(0, 0, 0, 0) 100%
    );
    overflow: hidden;
    transition: all 0.6s ease;
}


.parent-header.scrolled {
    opacity: 0;
    transform: translateY(-50px);
}

.parent-header::before {
    content: '';
    position: absolute;
    top: -50px;
    left: 0;
    width: 100%;
    height: 120px;
    background: radial-gradient(ellipse 100% 80% at 30% 0%, 
        rgba(255, 120, 80, 0.5) 0%, 
        rgba(255, 160, 120, 0.4) 30%, 
        rgba(255, 200, 160, 0.3) 60%, 
        transparent 80%
    );
    border-radius: 0 0 50% 50%;
}

.parent-header.scrolled::before {
    opacity: 0;
    transform: translateY(-20px);
}

.parent-header::after {
    content: '';
    position: absolute;
    top: -40px;
    right: 0;
    width: 100%;
    height: 100px;
    background: radial-gradient(ellipse 100% 70% at 70% 0%,
        rgba(74, 144, 226, 0.25) 0%,   /* biru dari palet */
        rgba(35, 186, 245, 0.2) 25%,   /* cyan dari palet */
        rgba(126, 211, 33, 0.15) 50%,  /* hijau dari palet */
        rgba(245, 166, 35, 0.1) 75%,   /* oranye dari palet */
        transparent 85%
    );
    border-radius: 0 0 50% 50%;
}


.parent-header.scrolled::after {
    opacity: 0;
    transform: translateY(-20px);
}


.parent-header.scrolled .floating-accent {
    opacity: 0;
    transform: translateY(-20px);
}


.parent-header.scrolled .fluid-circle-1 {
    opacity: 0;
    transform: translateY(-30px) scale(0.5);
}


.parent-header.scrolled .fluid-circle-2 {
    opacity: 0;
    transform: translateY(-30px) scale(0.5);
}

.parent-header.scrolled .fluid-circle-3 {
    opacity: 0;
    transform: translateY(-30px) scale(0.5);
}

.parent-header.scrolled .morphing-blob {
    opacity: 0;
    transform: translateY(-15px) scale(0.8);
}

.panel-header {
    position: fixed;
    top: 30px;
    left: 48.6%;
    transform: translateX(-50%);
    width: 96%;
    max-width: 1280px;
    height: 85px;
    margin: 0 20px;
    border-radius: 43px;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(8px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 35px;
    overflow: visible;
    z-index: 10000;
    min-width: 900px;
    transition: all 0.5s ease;
}

.panel-header.scrolled {
    border-radius: 43px;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    box-shadow: 
        0 2px 8px rgba(0, 0, 0, 0.03),
        0 1px 4px rgba(0, 0, 0, 0.02),
        inset 0 1px 0 rgba(255, 255, 255, 0.5),
        inset 0 -1px 0 rgba(255, 255, 255, 0.25);
    padding: 0 30px;
}

.panel-header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgba(255, 255, 255, 0.2) 50%, 
        transparent 100%);
}

.header-logo {
    flex: 0 0 auto;
    font-size: 24px;
    font-weight: bold;
    color: rgba(40, 40, 40, 0.95);
    text-shadow: 0 1px 3px rgba(255, 255, 255, 0.8);
    letter-spacing: 1px;
    transition: font-size 0.4s ease;
}

.panel-header.scrolled .header-logo {
    font-size: 20px;
}

.header-menu {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 32px;
    white-space: nowrap;
}

.menu-item {
    color: rgba(50, 50, 50, 0.9);
    text-decoration: none;
    font-weight: 500;
    font-size: 15px;
    padding: 8px 14px;
    border-radius: 20px;
    transition: all 0.3s ease;
    position: relative;
    white-space: nowrap;
    
    /* Background default sebelum hover */
    background: linear-gradient(135deg, 
        rgba(255, 255, 255, 0.15) 0%, 
        rgba(255, 255, 255, 0.1) 100%);
    backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.menu-item:hover {
    color: rgba(30, 30, 30, 1);
    background: linear-gradient(135deg, 
        rgba(255, 255, 255, 0.4) 0%, 
        rgba(255, 255, 255, 0.3) 100%);
    transform: translateY(-1px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.menu-item.active {
    color: rgba(30, 30, 30, 1) !important;
    background: linear-gradient(135deg, 
        rgba(4, 207, 180, 0.3) 0%, 
        rgba(255, 255, 255, 0.4) 100%) !important;
    transform: translateY(-1px);
    border: 1px solid rgba(4, 207, 180, 0.4) !important;
    box-shadow: 0 4px 12px rgba(4, 207, 180, 0.2) !important;
}

/* Ensure active state is maintained on scrolled header */
.panel-header.scrolled .menu-item.active {
    background: linear-gradient(135deg, 
        rgba(4, 207, 180, 0.35) 0%, 
        rgba(255, 255, 255, 0.45) 100%) !important;
    border: 1px solid rgba(4, 207, 180, 0.5) !important;
}

/* Mobile active menu item */
@media (max-width: 768px) {
    .menu-item.active {
        background: linear-gradient(135deg, 
            rgba(4, 207, 180, 0.25) 0%, 
            rgba(74, 144, 226, 0.25) 100%) !important;
        color: rgba(30, 30, 30, 1) !important;
        border: 1px solid rgba(4, 207, 180, 0.4) !important;
        transform: none;
    }
    img.timeline-icon-img {
    max-width: 64px !important;
}
}

.panel-header.scrolled .menu-item {
    font-size: 14px;
    padding: 6px 12px;
    background: linear-gradient(135deg, 
        rgba(255, 255, 255, 0.2) 0%, 
        rgba(255, 255, 255, 0.15) 100%);
}

.panel-header.scrolled .menu-item:hover {
    background: linear-gradient(135deg, 
        rgba(255, 255, 255, 0.45) 0%, 
        rgba(255, 255, 255, 0.35) 100%);
}


.header-cta {
    flex: 0 0 auto;
    background: linear-gradient(135deg, 
        rgba(255, 255, 255, 0.6) 0%, 
        rgba(255, 255, 255, 0.4) 100%);
    padding: 12px 24px;
    border-radius: 25px;
    color: rgba(35, 35, 35, 0.95);
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    backdrop-filter: blur(15px);
    text-shadow: 0 1px 2px rgba(255, 255, 255, 0.5);
}

.panel-header.scrolled .header-cta {
    padding: 10px 20px;
    font-size: 14px;
}

.header-cta:hover {
    background: linear-gradient(135deg, 
        rgba(255, 255, 255, 0.7) 0%, 
        rgba(255, 255, 255, 0.5) 100%);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.18);
    color: rgba(20, 20, 20, 1);
}

.hamburger-menu {
    display: none;
    flex-direction: column;
    cursor: pointer;
    padding: 8px;
    background: none;
    border: none;
    position: relative;
    z-index: 10001;
}

.hamburger-line {
    width: 25px;
    height: 3px;
    background: rgba(45, 45, 45, 0.85);
    margin: 2px 0;
    border-radius: 2px;
    transition: all 0.3s ease;
    display: block;
}

/* Hamburger animation when active */
.hamburger-menu.active .hamburger-line:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
    background: rgba(30, 30, 30, 1);
}

.hamburger-menu.active .hamburger-line:nth-child(2) {
    opacity: 0;
}

.hamburger-menu.active .hamburger-line:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -6px);
    background: rgba(30, 30, 30, 1);
}

/* Mobile Responsive */
@media (max-width: 1024px) {
    .panel-header {
        min-width: auto;
        padding: 0 25px;
    }
    
    .header-menu {
        gap: 20px;
    }
    
    .menu-item {
        font-size: 14px;
        padding: 6px 10px;
    }
}

@media (max-width: 768px) {

    .parent-header {
                background: rgba(255, 255, 255, 0) !important;

    }

    .panel-header {
        position: fixed;
        overflow: visible !important;

    }
    
    .header-menu {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: linear-gradient(135deg, 
            rgba(255, 255, 255, 0.95) 0%, 
            rgba(255, 255, 255, 0.9) 100%);
        backdrop-filter: blur(20px);
        border-radius: 0 0 25px 25px;
        box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
        flex-direction: column;
        gap: 0;
        padding: 20px;
        opacity: 0;
        visibility: hidden;
        transform: translateY(-20px);
        transition: all 0.3s ease;
        z-index: 10000;
        border: 1px solid rgba(255, 255, 255, 0.2);
        border-top: none;
        max-height: 0;
        overflow: hidden;
    }
    
    .header-menu.mobile-open {
        display: flex !important;
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
        max-height: 500px;
    }
    
    .menu-item {
        width: 100%;
        text-align: center;
        padding: 12px 20px;
        margin: 5px 0;
        border-radius: 15px;
        color: rgba(50, 50, 50, 0.9);
        background: linear-gradient(135deg, 
            rgba(255, 255, 255, 0.3) 0%, 
            rgba(255, 255, 255, 0.2) 100%);
        border: 1px solid rgba(255, 255, 255, 0.15);
        font-size: 16px;
        font-weight: 500;
        text-decoration: none;
        display: block;
    }
    
    .menu-item:hover,
    .menu-item:focus {
        background: linear-gradient(135deg, 
            rgba(4, 207, 180, 0.2) 0%, 
            rgba(74, 144, 226, 0.2) 100%);
        color: rgba(30, 30, 30, 1);
        border: 1px solid rgba(4, 207, 180, 0.3);
        transform: none;
    }
    
    /* Hide CTA button in mobile */
    .header-cta {
        display: none;
    }
    
    /* Show hamburger menu */
    .hamburger-menu {
        display: flex;
        background: none;
        border: none;
        cursor: pointer;
        padding: 8px;
        border-radius: 8px;
        transition: all 0.3s ease;
    }
    
    .hamburger-menu:hover {
        background: rgba(255, 255, 255, 0.2);
    }
    
    .hamburger-menu:focus {
        outline: 2px solid #04cfb4;
        outline-offset: 2px;
    }
}

/* Overlay untuk mobile menu */
.mobile-menu-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 9999;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.mobile-menu-overlay.active {
    display: block;
    opacity: 1;
}

@media (max-width: 768px) {
    .mobile-menu-overlay.active {
        display: block;
    }
}



/* Hero Slider Styles - Layout Baru */
.hero-slider {
    background-image: url('../images/dikdasmen-trans2.png') !important;
    background-size: auto;
    background-position: left;
    background-repeat: no-repeat;

    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    margin-top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 140px;
}

.slider-container {
    position: relative;
    width: 100%;
    max-width: 1280px;
    height: 540px;
    display: flex;
    margin: 0 auto;
    
}

.slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 1.5s ease-in-out;
    display: flex;
}

.slide.active {
    opacity: 1;
}

/* Kolom Kiri - Slide Content (4 bagian) */
.slide-content {
    position: relative;
    width: 50%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start; /* Ubah dari center ke flex-start */
    z-index: 10;
    transform: translateX(200px);
    opacity: 0;
    transition: all 1.2s cubic-bezier(0.4, 0, 0.2, 1);
    text-align: left; /* Ubah dari center ke left */
    padding-left: 0; /* Hapus padding kiri */
    position: relative;
    left: -200px;
}

.slide.active .slide-content {
    opacity: 1;
}

/* Kolom Kanan - Slide Image (8 bagian) */
.slide-image {
    position: absolute;
    right: 0;
    top: 0;
    width: 66.67%;
    height: 540px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 20px;
    overflow: hidden;
}

.slide-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 
        radial-gradient(circle at 20% 30%, rgba(255, 180, 120, 0.15) 0%, transparent 40%),
        radial-gradient(circle at 80% 70%, rgba(140, 255, 180, 0.15) 0%, transparent 35%),
        radial-gradient(circle at 50% 50%, rgba(255, 140, 180, 0.1) 0%, transparent 50%),
        linear-gradient(135deg, 
            rgba(0, 0, 0, 0.2) 0%, 
            rgba(0, 0, 0, 0.05) 50%, 
            rgba(0, 0, 0, 0.1) 100%
        );
    border-radius: 20px;
}

.slide-card {
    position: relative;
    backdrop-filter: blur(4px);
    overflow: hidden;
    background: linear-gradient(
        135deg,
        rgba(6, 175, 197, 0.6) 10%,
        rgba(5, 9, 243, 0.61) 100%
    );
    border-radius: 30px;
    padding: 60px 40px;
    box-shadow: 
        0 8px 32px rgba(0, 0, 0, 0.1),
        0 4px 16px rgba(0, 0, 0, 0.05),
        inset 0 1px 0 rgba(255, 255, 255, 0.37),
        inset 0 -1px 0 rgba(255, 255, 255, 0.356);
    width: 100%;
    max-width: none;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    margin-left: 0;
    /* border: 1px solid rgba(255, 255, 255, 0.15); */
}


.slide.active .slide-card {
    transform: translateY(0px) scale(1);
}

.slide-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: linear-gradient(90deg, #f2ff3d, #f8aa02, #03f5c0, #0644ee);
}

.slide-title {
    font-size: 3.5rem;
    font-weight: bold;
    color: rgba(255, 255, 255, 0.95);
    text-shadow: 0 2px 20px rgba(0, 0, 0, 0.3);
    margin-bottom: 1.5rem;
    letter-spacing: 2px;
    line-height: 1.2;
    opacity: 0;
    transform: translateY(20px);
    transition: all 1.3s cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
}

.slide.active .slide-title {
    opacity: 1;
    transform: translateY(0px);
}

.slide-subtitle {
    font-size: 1.3rem;
    color: rgba(255, 255, 255, 0.85);
    text-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
    margin-bottom: 2rem;
    font-weight: 300;
    line-height: 1.4;
    opacity: 0;
    transform: translateY(20px);
    transition: all 1.3s cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}

.slide.active .slide-subtitle {
    opacity: 1;
    transform: translateY(0px);
}

.slide-cta {
    display: inline-block;
    background: linear-gradient(135deg, 
        rgba(255, 255, 255, 0.25) 0%, 
        rgba(255, 255, 255, 0.15) 100%);
    backdrop-filter: blur(15px);
    padding: 15px 35px;
    border-radius: 30px;
    color: rgba(255, 255, 255, 0.95);
    text-decoration: none;
    font-weight: 600;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    text-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.2);
    opacity: 0;
    transform: translateY(20px) scale(0.9);
}

.slide.active .slide-cta {
    opacity: 1;
    transform: translateY(0px) scale(1);
    transition: all 1.3s cubic-bezier(0.4, 0, 0.2, 1) 0.6s, 
               background 0.3s ease, 
               box-shadow 0.3s ease;
}

.slide-cta:hover {
    background: linear-gradient(135deg, 
        rgba(255, 255, 255, 0.35) 0%, 
        rgba(255, 255, 255, 0.25) 100%);
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.slide.changing-out {
    transition: opacity 0.8s ease-out;
    opacity: 0;
}

.slide.changing-out .slide-content {
    transition: all 0.8s ease-out;
    opacity: 0;
    transform: translateX(200px) translateY(-20px) scale(0.95);
}

/* Navigation di bawah container */
.slider-nav {
    position: absolute;
    bottom: -80px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 20;
    display: flex;
    gap: 15px;
}

.nav-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    backdrop-filter: blur(10px);
}

.nav-dot.active {
    background: rgba(255, 255, 255, 0.8);
    transform: scale(1.2);
}

.nav-dot:hover {
    background: rgba(255, 255, 255, 0.6);
    transform: scale(1.1);
}

/* Arrows di luar container */
.slider-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 20;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    width: 50px;
    height: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slider-arrow:hover {
    background: rgba(255, 255, 255, 0.25);
    transform: translateY(-50%) scale(1.1);
}

.arrow-left {
    left: -70px;
}

.arrow-right {
    right: -70px;
}

.arrow-icon {
    width: 20px;
    height: 20px;
    border: solid rgba(255, 255, 255, 0.8);
    border-width: 0 2px 2px 0;
    display: inline-block;
}

.arrow-left .arrow-icon {
    transform: rotate(135deg);
}

.arrow-right .arrow-icon {
    transform: rotate(-45deg);
}

/* Responsive untuk tablet */
@media (max-width: 1024px) {
    .slider-container {
        max-width: 100%;
        height: 400px;
        flex-direction: column;
        padding: 0 20px;
    }
    
    .slide-content {
        width: 100%;
        transform: translateX(0);
        order: 2;
        margin-top: 20px;
    }
    
    .slide-image {
        position: relative;
        width: 100%;
        height: 300px;
        order: 1;
    }
    
    .slide-card {
        max-width: 100%;
        padding: 40px 30px;
    }
    
    .arrow-left {
        left: -40px;
    }
    
    .arrow-right {
        right: -40px;
    }
}

/* Responsive untuk mobile */
/* Responsive untuk mobile - Kembali ke layout original */
@media (max-width: 768px) {
    .hero-slider {
        height: 50vh; /* Kembali ke 50vh seperti awal */
        padding-top: 0; /* Hapus padding top */
        display: block; /* Kembali ke block */
        align-items: initial;
        justify-content: initial;
    }
    
    .slider-container {
        height: 100%; /* Full height lagi */
        max-width: none; /* Hapus max-width */
        display: block; /* Kembali ke block */
        margin: 0;
        padding: 0;
    }
    
    .slide {
        background-size: cover; /* Kembali ada background di slide */
        background-position: center;
        background-repeat: no-repeat;
        display: block; /* Kembali ke block */
    }
    
    .slide-content {
        position: absolute; /* Kembali ke absolute */
        top: 60%; /* Center vertikal */
        left: 50%; /* Center horizontal */
        transform: translate(-50%, -50%); /* Center positioning seperti awal */
        width: 90%; /* Width seperti awal */
        max-width: 800px; /* Max-width seperti awal */
        height: auto; /* Auto height */
    }
    
    .slide.active .slide-content {
        transform: translate(-50%, -50%) translateY(0px); /* Animasi seperti awal */
    }
    
    .slide-image {
        display: block; /* Sembunyikan slide-image di mobile */
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }
    
    .slide-overlay {
        position: absolute; /* Overlay kembali ke slide */
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: 
            radial-gradient(circle at 20% 30%, rgba(255, 180, 120, 0.15) 0%, transparent 40%),
            radial-gradient(circle at 80% 70%, rgba(140, 255, 180, 0.15) 0%, transparent 35%),
            radial-gradient(circle at 50% 50%, rgba(255, 140, 180, 0.1) 0%, transparent 50%),
            linear-gradient(135deg, 
                rgba(0, 0, 0, 0.3) 0%, 
                rgba(0, 0, 0, 0.1) 50%, 
                rgba(0, 0, 0, 0.2) 100%
            );
        border-radius: 0; /* Hapus border radius */
    }
    
    .slide-card {
        padding: 40px 25px; /* Padding seperti awal */
        border-radius: 25px;
        width: 100%;
        max-width: none;
        height: auto; /* Auto height */
        display: block; /* Kembali ke block */
        transform: translateY(30px) scale(0.9); /* Transform seperti awal */
        margin-top: 100px;
    }
    
    .slide.active .slide-card {
        transform: translateY(0px) scale(1); /* Animasi seperti awal */
    }
    
    .slide-title {
        font-size: 1.5rem;
        margin-bottom: 1rem;
    }
    
    .slide-subtitle {
        font-size: 1rem;
        margin-bottom: 1.5rem;
    }
    
    .slide-cta {
        padding: 12px 25px;
        font-size: 1rem;
    }
    
    .slider-nav {
        bottom: 15px; /* Kembali ke posisi awal */

    }
    
    .slider-arrow {
        width: 40px;
        height: 40px;
                display: none;
    }
    
    .arrow-left {
        left: 15px; /* Posisi seperti awal */
    }
    
    .arrow-right {
        right: 15px; /* Posisi seperti awal */
    }
}
/* Content container */
.content {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    padding: 50px 0 0 0;
}

/* About Section Background Wrapper */
.about-section-wrapper {
    width: 100%;
    background-image: url('../images/back-about3.png');
    background-size: contain;
    background-position: bottom;
    background-repeat: no-repeat;
    padding: 15px;
}

/* About Section Styles */
.about-olympicad {
    position: relative;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px;
    height: 700px;
}

.about-image-placeholder1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 380px;
    height: 300px;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(20px);
    border-radius: 25px;
    box-shadow: 
        0 8px 32px rgba(0, 0, 0, 0.1),
        0 4px 16px rgba(0, 0, 0, 0.05),
        inset 0 1px 0 rgba(255, 255, 255, 0.3),
        inset 0 -1px 0 rgba(255, 255, 255, 0.1);
    overflow: hidden;
    z-index: 3;
    opacity: 0;
    transform: translateY(50px) scale(0.8);
    transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.about-image-placeholder1.animate {
    opacity: 1;
    transform: translateY(0) scale(1);
}

.about-image-placeholder2 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 380px;
    height: 280px;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(20px);
    border-radius: 25px;
    box-shadow: 
        0 8px 32px rgba(0, 0, 0, 0.1),
        0 4px 16px rgba(0, 0, 0, 0.05),
        inset 0 1px 0 rgba(255, 255, 255, 0.3),
        inset 0 -1px 0 rgba(255, 255, 255, 0.1);
    overflow: hidden;
    z-index: 2;
    opacity: 0;
    transform: translateY(50px) scale(0.8);
    transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.about-image-placeholder2.animate {
    opacity: 1;
    transform: translateY(0) scale(1);
}

.about-olympicad-card {
    position: absolute;
    top: 50px;
    right: 0;
    width: calc(100% - 250px);
    height: 560px;  
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.575) 10%,
        rgba(255, 255, 255, 0.05) 100%
    );
    backdrop-filter: blur(20px);
    border-radius: 30px;
    box-shadow: 
        0 8px 32px rgba(0, 0, 0, 0.1),
        0 4px 16px rgba(0, 0, 0, 0.05),
        inset 0 1px 0 rgba(255, 255, 255, 0.3),
        inset 0 -1px 0 rgba(255, 255, 255, 0.1);
    padding: 50px 60px 50px 180px;
    z-index: 1;
    opacity: 0;
    transform: translateY(50px);
    transition: all 1s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
}

.about-olympicad-card.animate {
    opacity: 1;
    transform: translateY(0);
}

.about-image-placeholder1::before,
.about-image-placeholder2::before,
.about-olympicad-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: linear-gradient(90deg, #ffd93d, #f8aa02, #03f5c0, #0644ee);
}

.about-image-placeholder1 img,
.about-image-placeholder2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 25px;
}

.about-title {
    font-size: 3rem;
    font-weight: bold;
    color: rgba(40, 40, 40, 0.95);
    text-shadow: 0 2px 20px rgba(255, 255, 255, 0.3);
    margin-bottom: 1.5rem;
    letter-spacing: 1px;
    line-height: 1.2;
}

.about-subtitle {
    font-size: 1.4rem;
    font-weight: 600;
    color: rgba(60, 60, 60, 0.9);
    text-shadow: 0 1px 10px rgba(255, 255, 255, 0.2);
    margin-bottom: 2rem;
    line-height: 1.3;
}

.about-text {
    font-size: 1.1rem;
    color: rgb(80 80 80 / 62%);
    text-shadow: 0 1px 8px rgba(255, 255, 255, 0.15);
    line-height: 1.8;
    margin-bottom: 32px;
    display: -webkit-box;
    -webkit-line-clamp: 16;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.about-button {
    display: inline-block;
    background: linear-gradient(135deg, 
        rgba(209, 247, 252, 0.507) 0%, 
        rgba(255, 255, 255, 0.226) 100%);
    backdrop-filter: blur(5px);
    padding: 12px 28px;
    border-radius: 25px;
    color: rgba(40, 40, 40, 0.9);
    text-decoration: none;
    font-weight: 600;
    font-size: 1rem;
    transition: all 0.3s ease;
    text-shadow: 0 1px 3px rgba(255, 255, 255, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.3);
    cursor: pointer;
    opacity: 0;
    transform: translateY(20px);
}

.about-olympicad-card.animate .about-button {
    opacity: 1;
    transform: translateY(0);
    transition: all 1s cubic-bezier(0.4, 0, 0.2, 1) 1.2s;
}

.about-button:hover {
    background: linear-gradient(135deg, 
        rgba(255, 255, 255, 0.4) 0%, 
        rgba(255, 255, 255, 0.3) 100%);
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.4);
    color: rgba(30, 30, 30, 1);
}

/* Kategori Section Styles */

section#kategori {
    /* margin-top: 100px; */
    padding-top: 100px;
}
.kategori-wrapper {
    width: 100%;
    padding: 20px;
    /* background: 
        radial-gradient(circle at 15% 20%, rgba(255, 200, 150, 0.1) 0%, transparent 40%),
        radial-gradient(circle at 85% 80%, rgba(180, 140, 255, 0.08) 0%, transparent 35%),
        radial-gradient(circle at 50% 50%, rgba(255, 140, 180, 0.06) 0%, transparent 50%); */
}

.kategori-parent {
    max-width: 1280px;
    margin: 0 auto;
    position: relative;
}

.kategori-content {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    min-height: 600px;
}

/* Kolom 1: Kategori Lomba */
.kategori-column-1 {
    flex: 1;
    z-index: 100;
    position: absolute;
    width: 100%;
    max-width: 460px;
}

.kategori-title {
    font-size: 2.5rem;
    font-weight: bold;
    color: rgba(40, 40, 40, 0.95);
    text-shadow: 0 2px 20px rgba(255, 255, 255, 0.3);
    margin-bottom: 2rem;
    letter-spacing: 1px;
    line-height: 1.2;
    text-align: center;
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.kategori-title.animate {
    opacity: 1;
    transform: translateY(0);
}

.kategori-card {
    /* background: linear-gradient(
        135deg,
        rgba(6, 175, 197, 0.6) 10%,
        rgba(5, 9, 243, 0.61) 100%
    ); */
    backdrop-filter: blur(5px);
    border-radius: 25px;
    margin-bottom: 20px;
    box-shadow: 
        0 8px 32px rgba(0, 0, 0, 0.1),
        0 4px 16px rgba(0, 0, 0, 0.05),
        inset 0 1px 0 rgba(255, 255, 255, 0.3),
        inset 0 -1px 0 rgba(255, 255, 255, 0.1);
    position: relative;
    overflow: hidden;
    opacity: 0;
    transform: translateY(50px) scale(0.9);
    transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.kategori-card.animate {
    opacity: 1;
    transform: translateY(0) scale(1);
        background: linear-gradient(
        135deg,
        rgba(223, 246, 250, 0.822) 10%,
        rgba(255, 255, 255, 0.4) 100%
    );
}

.kategori-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: linear-gradient(90deg,#f8aa02, #04cfb4, #1f46b3);
}

/* Background images untuk cards */
.card-mata-pelajaran {
    background-image: url('../images/kategori-bg1.png');
    background-size: 120px auto;
    background-position: right bottom;
    background-repeat: no-repeat;
}

.card-soft-skill {
    background-image: url('../images/kategori-bg2.png');
    background-size: 120px auto;
    background-position: right bottom;
    background-repeat: no-repeat;
}

.card-ismuba {
    background-image: url('../images/kategori-bg3.png');
    background-size: 120px auto;
    background-position: right bottom;
    background-repeat: no-repeat;
}

.card-mata-lomba {
    background-image: url('../images/kategori-bg4.png');
    background-size: 120px auto;
    background-position: right bottom;
    background-repeat: no-repeat;
}

.kategori-card-content {
    padding: 30px;
    position: relative;
    z-index: 1;
}

.kategori-card-heading {
    font-size: 1.5rem;
    font-weight: 600;
    color: rgba(40, 40, 40, 0.9);
    text-shadow: 0 1px 10px rgba(255, 255, 255, 0.2);
    margin-bottom: 1rem;
    line-height: 1.3;
}

.kategori-card-description {
    font-size: 1rem;
    color: rgba(80, 80, 80, 0.85);
    text-shadow: 0 1px 8px rgba(255, 255, 255, 0.15);
    line-height: 1.6;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Kolom 2: Gambar Tengah */
.kategori-column-2 {
    min-width: 25%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: 1;
}

.kategori-center-image {
    position: relative;
    width: 100%;
    height: auto;
    opacity: 0;
    transform: scale(0.8);
    transition: all 1s cubic-bezier(0.4, 0, 0.2, 1);
}

.kategori-center-image.animate {
    opacity: 1;
    transform: scale(1);
}

.center-image {
    width: 100%;
    height: auto;
    object-fit: contain;
    margin: 0 -20%;
    position: relative;
    z-index: 0;
    max-width: 800px;
    left: 200px;
}

/* Kolom 3: Mata Lomba */
.kategori-column-3 {
    flex: 1;
    z-index: 2;
    position: absolute;
    right: 0;
    width: 100%;
    max-width: 500px;
    top: 190px;
}

.mata-lomba-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    max-height: 720px;
    overflow-y: auto;
    padding-right: 10px;
}

.mata-lomba-list::-webkit-scrollbar {
    width: 6px;
}

.mata-lomba-list::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 3px;
}

.mata-lomba-list::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.3);
    border-radius: 3px;
}

.mata-lomba-list::-webkit-scrollbar-thumb:hover {
    background: rgba(255, 255, 255, 0.5);
}

.mata-lomba-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 8px 12px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border-radius: 15px;
    transition: all 0.3s ease;
    opacity: 0;
    transform: translateX(20px);
}

.mata-lomba-item.animate {
    opacity: 1;
    transform: translateX(0);
}

.mata-lomba-item:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateX(-3px);
}

.mata-lomba-icon {
    font-size: 1.2rem;
    width: 24px;
    text-align: center;
}

.mata-lomba-text {
    font-size: 0.95rem;
    color: rgba(60, 60, 60, 0.9);
    font-weight: 500;
    text-shadow: 0 1px 5px rgba(255, 255, 255, 0.15);
}

/* Mobile Responsive for About Section */

@media (max-width: 1024px) {
    .about-olympicad {
        height: auto;
        margin: 0px;
        padding: 0px;
    }
section#kategori {
    margin-top: 0px;
    padding-top: 0px;
}

    
    .about-image-placeholder1 {
        position: relative;
        top: 0;
        left: 0;
        /* width: calc(50% - 10px); */
        height: 200px;
        margin-right: 10px;
        display: inline-block;
        vertical-align: top;
    }
    
    .about-image-placeholder1.animate {
        transform: scale(1);
    }
    
    .about-image-placeholder2 {
        position: relative;
        bottom: 0;
        left: 0;
        /* width: calc(50% - 10px); */
        height: 200px;
        margin-left: 10px;
        display: inline-block;
        vertical-align: top;
    }
    
    .about-image-placeholder2.animate {
        transform: scale(1);
    }
    
    .about-olympicad-card {
        position: relative;
        top: 0;
        right: 0;
        width: 100%;
        height: auto;
        margin: 30px 0 0 0;
        padding: 40px 30px;
        clear: both;
    }
    
    .about-title {
        font-size: 2.2rem;
        text-align: center;
    }
    
    .about-subtitle {
        font-size: 1.2rem;
        text-align: center;
    }
    
    .about-text {
        -webkit-line-clamp: none;
        display: block;
        margin-bottom: 1.5rem;
    }
    
    .about-button {
        font-size: 0.95rem;
        padding: 10px 24px;
    }
}


@media (max-width: 465px) {
    /* .about-image-placeholder1 {
        margin-top: 120px !important;
    } */
}


@media (max-width: 768px) {
    .about-image-placeholder1 {
        /* display: block; */
        margin: 0 auto 15px auto;
        /* width: 100%;
        max-width: 280px; */
        height: 180px;
        border-radius: 20px;
        max-width: 46%;
    }
    
    .about-image-placeholder2 {
        /* display: block; */
        margin: 0 auto 20px auto;
        /* width: 100%;
        max-width: 280px; */
        height: 180px;
        border-radius: 20px;
        max-width: 46%;
    }
    
    .about-olympicad-card {
        padding: 30px 25px;
        border-radius: 25px;
        margin-top: 20px;
    }
    
    .about-title {
        font-size: 1.9rem;
        margin-bottom: 1rem;
    }
    
    .about-subtitle {
        font-size: 1.1rem;
        margin-bottom: 1.3rem;
    }
    
    .about-text {
        font-size: 1rem;
        margin-bottom: 1.2rem;
    }
    
    .about-button {
        font-size: 0.9rem;
        padding: 10px 22px;
    }
}

/* Mobile Responsive for Kategori */
@media (max-width: 1024px) {
    .kategori-wrapper {
        padding: 50px 15px;
    }
    
    .kategori-content {
        flex-direction: column;
        gap: 30px;
        min-height: auto;
    }
    
    .kategori-column-1 {
        position: relative;
        max-width: none;
        width: 100%;
    }
    
    .kategori-column-2 {
        order: -1;
        min-width: 100%;
        position: relative;
    }
    
    .kategori-column-3 {
        position: relative;
        max-width: none;
        width: 100%;
        top: 0;
    }
    
    .center-image {
        width: 100%;
        margin: 0;
        left: 0;
    }
    
    .kategori-title {
        font-size: 2rem;
        margin-bottom: 1.5rem;
    }
    
    .kategori-card-content {
        padding: 25px;
    }
    
    .kategori-card-heading {
        font-size: 1.3rem;
    }
    
    .kategori-card-description {
        font-size: 0.95rem;
        -webkit-line-clamp: none;
        display: block;
    }
    
    .mata-lomba-list {
        grid-template-columns: 1fr 1fr;
        max-height: none;
        overflow-y: visible;
    }
}

@media (max-width: 768px) {
    .kategori-wrapper {
        padding: 30px 15px;
    }
    
    .kategori-title {
        font-size: 1.8rem;
        margin-bottom: 1.2rem;
    }
    
    .kategori-card {
        margin-bottom: 15px;
        border-radius: 20px;
    }
    
    .kategori-card-content {
        padding: 20px;
        max-height: 500px;
        overflow-y: auto;
        scrollbar-width: thin; /* For Firefox */
        scrollbar-color: rgba(255, 255, 255, 0.3) transparent; /* For Firefox */
    }

    /* WebKit (Chrome, Edge, Safari) */
    .kategori-card-content::-webkit-scrollbar {
        width: 6px;
    }

    .kategori-card-content::-webkit-scrollbar-track {
        background: transparent;
    }

    .kategori-card-content::-webkit-scrollbar-thumb {
        background: rgba(255, 255, 255, 0.3);
        border-radius: 10px;
        transition: background 0.3s ease;
    }

    .kategori-card-content::-webkit-scrollbar-thumb:hover {
        background: rgba(255, 255, 255, 0.5);
    }
    
    .kategori-card-heading {
        font-size: 1.2rem;
        margin-bottom: 0.8rem;
    }
    
    .kategori-card-description {
        font-size: 0.9rem;
    }
    
    .mata-lomba-list {
        grid-template-columns: 1fr 1fr;
        gap: 8px;
        text-align: left !important;
    }
    
    .mata-lomba-item {
        padding: 6px 10px;
        border-radius: 12px;
    }
    
    .mata-lomba-icon {
        font-size: 1rem;
        width: 20px;
    }
    
    .mata-lomba-text {
        font-size: 0.85rem;
    }
    
    .card-mata-pelajaran,
    .card-soft-skill,
    .card-ismuba,
    .card-mata-lomba {
        background-size: 80px auto;
    }
}

/* Mobile content padding */
@media (max-width: 768px) {
    .content {
        /* padding: 15px; */
        padding-top: 0;
        /* margin-top: -200px; */
    }            
    .panel-header {
        right: 0px;
        left: 47.5%;
        max-width: 96%;
    }
}

@media (max-width: 456px) {
    .panel-header {
        right: 0px !important;
        left: 44.5% !important;
        max-width: 90% !important;
    }
}

.test-section {
    margin: 100px auto;
    padding: 50px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    backdrop-filter: blur(10px);
    width: 100%;
    max-width: 800px;
}

.logo-placeholder {
    font-size: 3rem;
    font-weight: bold;
    color: rgba(255, 255, 255, 0.9);
    text-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
    margin-bottom: 1rem;
    letter-spacing: 2px;
}

.subtitle {
    font-size: 1.2rem;
    color: rgba(255, 255, 255, 0.8);
    text-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
    font-weight: 300;
}


/* CSS untuk Logo */

.header-logo {
    flex: 0 0 auto;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 10001;
    margin-top: 0;
    margin-bottom: 0;
    transition: all 0.4s ease;
    overflow: visible !important;
    min-height: 100px;
    margin-left: -40px;
}

.panel-header.scrolled .header-logo {
    width: 100px;
    height: 100px;
    margin-top: -17px;
    margin-bottom: -17px;
}

.logo-container {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 
        0 8px 32px rgba(0, 0, 0, 0.1),
        0 4px 16px rgba(0, 0, 0, 0.05),
        inset 0 2px 0 rgba(255, 255, 255, 0.3);
    transition: all 0.4s ease;
    position: relative;
    flex-shrink: 0;
    min-width: 100px;
    min-height: 100px;
}

.panel-header.scrolled .logo-container {
    width: 100px;
    height: 100px;
}

.logo-container::before {
    content: '';
    position: absolute;
    top: -4px;
    left: -4px;
    right: -4px;
    bottom: -4px;
    background: linear-gradient(45deg, #4A90E2 0%, #03cfdd 25%, #7ED321 50%, #F5A623 75%, #dacc71 100%);
    border-radius: 50%;
    z-index: -1;
    animation: rotateBorder 3s linear infinite;
}

.panel-header.scrolled .logo-container::before {
    top: -3px;
    left: -3px;
    right: -3px;
    bottom: -3px;
}

@keyframes rotateBorder {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.logo-img {
    width: 85%;
    height: 85%;
    object-fit: contain;
    border-radius: 50%;
    transition: all 0.4s ease;
    position: relative;
    z-index: 1;
}

.panel-header.scrolled .logo-img {
    width: 80%;
    height: 80%;
}

@media (max-width: 768px) {
    .header-logo {
        width: 100px;
        height: 100px;
        margin-top: -20px;
        margin-bottom: -20px;
        min-height: 100px;
        overflow: visible !important;
    }
    
    .panel-header.scrolled .header-logo {
        width: 80px;
        height: 80px;
        margin-top: -10px;
        margin-bottom: -10px;
    }
    
    .logo-container {
        width: 100px;
        height: 100px;
        min-width: 100px;
        min-height: 100px;
        left: 10px;
        top: 10px;
    }
    
    .panel-header.scrolled .logo-container {
        width: 80px;
        height: 80px;
    }
    
    .panel-header.scrolled .logo-container::before {
        top: -2px;
        left: -2px;
        right: -2px;
        bottom: -2px;
    }
    
.panel-header {
        overflow: visible !important;
    }
}

/* Timeline Section Styles */
.timeline-wrapper {
    margin-top: 180px;
    width: 100%;
    padding: 15px;
    background: 
        radial-gradient(circle at 20% 30%, rgba(255, 248, 150, 0.08) 0%, transparent 40%),
        radial-gradient(circle at 80% 70%, rgba(169, 249, 252, 0.06) 0%, transparent 35%),
        radial-gradient(circle at 50% 50%, rgba(148, 140, 255, 0.04) 0%, transparent 50%);
}

.timeline-parent {
    max-width: 1280px;
    margin: 0 auto;
    position: relative;
}

.timeline-title {
    font-size: 2.5rem;
    font-weight: bold;
    color: rgba(40, 40, 40, 0.95);
    text-shadow: 0 2px 20px rgba(255, 255, 255, 0.3);
    margin-bottom: 4rem;
    letter-spacing: 1px;
    line-height: 1.2;
    text-align: center;
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.timeline-title.animate {
    opacity: 1;
    transform: translateY(0);
}

.timeline-container {
    position: relative;
    width: 100%;
    text-align: -webkit-center;
}

/* Container utama timeline */
.timeline-icons {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* margin: 60px auto; */
    max-width: 1150px;
    padding: 0 30px;
    margin-bottom: 40px;
    margin-left: 20px;
}

/* Garis konektor horizontal yang akan dianimasi dari kiri ke kanan */
.timeline-connector {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #4A90E2 0%, #03cfdd 25%, #7ED321 50%, #F5A623 75%, #dacc71 100%);
    border-radius: 2px;
    z-index: 0;

    /* Efek awal: garis disusutkan dari kiri */
    transform: scaleX(0);
    transform-origin: left;
    opacity: 1;
    transition: transform 1s ease-in-out;
    max-width: 90%;
}

/* Saat class .animate ditambahkan, garis tumbuh dari kiri ke kanan */
.timeline-connector.animate {
    transform: scaleX(1);
}

/* Icon dalam timeline */
.timeline-icon-item {
    position: relative;
    z-index: 1;
    width: 50px;
    height: 50px;
    background: #ffffff00;
    border: 4px solid #ffffff00;
    border-radius: 50%;
    /* box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); */
    opacity: 0;
    transform: translateY(-20px) scale(0.8);
    transition: all 0.8s ease;
    left: -40px;
    top: -38px;
}

/* Saat icon aktif (dengan class .animate), tampil dan normal */
.timeline-icon-item.animate {
    opacity: 1;
    transform: translateY(0) scale(1);
}


.timeline-icon-container {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 
        0 8px 32px rgba(0, 0, 0, 0.1),
        0 4px 16px rgba(0, 0, 0, 0.05),
        inset 0 2px 0 rgba(255, 255, 255, 0.3);
    transition: all 0.4s ease;
    position: relative;
    cursor: pointer;
    border: solid #04cfb4 4px;
}

/* .timeline-icon-container::before {
    content: '';
    position: absolute;
    top: -4px;
    left: -4px;
    right: -4px;
    bottom: -4px;
    background: #04cfb4;
    border-radius: 50%;
    z-index: -1;
    animation: rotateBorder 3s linear infinite;
} */

.timeline-icon-container:hover {
    transform: translateY(-5px);
    background: white;
    position: relative;
        border: solid #04b3c0 4px;
    /* z-index: 0;
    box-shadow: 
        0 12px 40px rgba(0, 0, 0, 0.15),
        0 6px 20px rgba(0, 0, 0, 0.08),
        inset 0 2px 0 rgba(255, 255, 255, 0.3); */
}

.timeline-icon {
    font-size: 2.5rem;
    transition: all 0.3s ease;
}

.timeline-icon-container:hover .timeline-icon {
    transform: scale(1.1);
}

/* Line 2: Timeline Cards */
.timeline-cards {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 15px;
}

.timeline-card {
    flex: 1;
    position: relative;
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.timeline-card.animate {
    opacity: 1;
    transform: translateY(0);
}

.timeline-card-balloon {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid rgba(255, 255, 255, 0.596);
    z-index: 2;
}

.timeline-card-content {
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.397) 0%,
        rgba(255, 255, 255, 0.7) 100%
    );
    /* backdrop-filter: blur(15px); */
    border-radius: 20px;
    padding: 30px 25px;
    box-shadow: 
        0 8px 32px rgba(0, 0, 0, 0.1),
        0 4px 16px rgba(0, 0, 0, 0.05),
        inset 0 1px 0 rgba(255, 255, 255, 0.3),
        inset 0 -1px 0 rgba(255, 255, 255, 0.1);
    text-align: center;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
    cursor: pointer;
}

/* .timeline-card-content::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
} */

.timeline-card-content:hover {
    transform: translateY(-5px);
    box-shadow: 
        0 12px 40px rgba(0, 0, 0, 0.15),
        0 6px 20px rgba(0, 0, 0, 0.08),
        inset 0 1px 0 rgba(255, 255, 255, 0.3),
        inset 0 -1px 0 rgba(255, 255, 255, 0.1);
}

.timeline-card-title {
    font-size: 1.3rem;
    font-weight: 600;
    color: rgba(40, 40, 40, 0.9);
    text-shadow: 0 1px 10px rgba(255, 255, 255, 0.2);
    margin-bottom: 0.8rem;
    line-height: 1.3;
}

.timeline-card-date {
    font-size: 1rem;
    color: rgba(80, 80, 80, 0.85);
    text-shadow: 0 1px 8px rgba(255, 255, 255, 0.15);
    font-weight: 500;
    line-height: 1.4;
}

/* Tablet Responsive */
@media (max-width: 1024px) {
    
    .timeline-wrapper {
        padding: 60px 15px;
        margin-top: 0px;
    }
    
    .timeline-title {
        font-size: 2rem;
        margin-bottom: 3rem;
    }
    
    .timeline-icons {
        margin-bottom: 60px;
    }
    
    .timeline-icon-container {
        width: 80px;
        height: 80px;
    }
    
    .timeline-icon-container::before {
        top: -3px;
        left: -3px;
        right: -3px;
        bottom: -3px;
    }
    
    .timeline-icon {
        font-size: 2rem;
    }
    
    .timeline-connector {
        margin: 0 40px;
    }
    
    .timeline-cards {
        gap: 15px;
    }
    
    .timeline-card-content {
        padding: 25px 20px;
    }
    
    .timeline-card-title {
        font-size: 1.2rem;
        margin-bottom: 0.6rem;
    }
    
    .timeline-card-date {
        font-size: 0.95rem;
    }
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .timeline-wrapper {
        padding: 40px 15px;
    }
    
    .timeline-title {
        font-size: 1.8rem;
        margin-bottom: 2.5rem;
    }
    
    .timeline-container {
        text-align: left;
    }
    
    /* Hide desktop timeline */
    .timeline-icons,
    .timeline-cards {
        display: none;
    }
    
    /* Mobile Timeline Layout */
    .timeline-mobile {
        display: block;
    }
    
    .timeline-mobile-item {
        display: flex;
        align-items: flex-start;
        gap: 20px;
        margin-bottom: 30px;
        position: relative;
        opacity: 0;
        transform: translateX(-20px);
        transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
    }
    
    .timeline-mobile-item.animate {
        opacity: 1;
        transform: translateX(0);
    }
    
    /* Vertical Line */
    .timeline-mobile-item:not(:last-child)::after {
        content: '';
        position: absolute;
        left: 35px;
        top: 70px;
        width: 3px;
        height: 50px;
        background: linear-gradient(to bottom, #04cfb4, #4A90E2);
        border-radius: 2px;
        z-index: 1;
    }
    
    /* Icon di kiri */
    .timeline-mobile-icon {
        flex-shrink: 0;
        width: 70px;
        height: 70px;
        border-radius: 50%;
        background: white;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 
            0 6px 24px rgba(0, 0, 0, 0.1),
            0 3px 12px rgba(0, 0, 0, 0.05);
        border: solid #04cfb4 3px;
        position: relative;
        z-index: 2;
    }
    
    .timeline-mobile-icon .timeline-icon {
        font-size: 1.8rem;
    }
    
    /* Card di kanan dengan balon penghubung */
    .timeline-mobile-card {
        flex: 1;
        position: relative;
        margin-left: 10px;
    }
    
    /* Balon penghubung horizontal */
    .timeline-mobile-card::before {
        content: '';
        position: absolute;
        left: -25px;
        top: 20px;
        width: 0;
        height: 0;
        border-top: 12px solid transparent;
        border-bottom: 12px solid transparent;
        border-right: 15px solid rgba(255, 255, 255, 0.7);
        z-index: 1;
    }
    
    .timeline-mobile-card-content {
        background: linear-gradient(
            135deg,
            rgba(255, 255, 255, 0.7) 0%,
            rgba(255, 255, 255, 0.9) 100%
        );
        border-radius: 15px;
        padding: 20px;
        box-shadow: 
            0 6px 24px rgba(0, 0, 0, 0.1),
            0 3px 12px rgba(0, 0, 0, 0.05),
            inset 0 1px 0 rgba(255, 255, 255, 0.3);
        transition: all 0.3s ease;
    }
    
    .timeline-mobile-card-content:hover {
        transform: translateY(-3px);
        box-shadow: 
            0 8px 30px rgba(0, 0, 0, 0.15),
            0 4px 15px rgba(0, 0, 0, 0.08),
            inset 0 1px 0 rgba(255, 255, 255, 0.3);
    }
    
    .timeline-mobile-card-title {
        font-size: 1.1rem;
        font-weight: 600;
        color: rgba(40, 40, 40, 0.9);
        margin-bottom: 0.5rem;
        line-height: 1.3;
    }
    
    .timeline-mobile-card-date {
        font-size: 0.9rem;
        color: rgba(80, 80, 80, 0.85);
        font-weight: 500;
        line-height: 1.4;
    }
}

/* Hide mobile timeline on desktop */
@media (min-width: 769px) {
    .timeline-mobile {
        display: none;
    }
}


/* Partisipasi Section Styles */
.partisipasi-wrapper {
    margin-top: 300px;
    width: 100%;
    padding: 30px 20px;

}

.partisipasi-parent {
    max-width: 1280px;
    margin: 0 auto;
    position: relative;
}

.partisipasi-title {
    font-size: 2.5rem;
    font-weight: bold;
    color: rgba(40, 40, 40, 0.95);
    text-shadow: 0 2px 20px rgba(255, 255, 255, 0.3);
    margin-bottom: 3rem;
    letter-spacing: 1px;
    line-height: 1.2;
    text-align: center;
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.partisipasi-title.animate {
    opacity: 1;
    transform: translateY(0);
}

.partisipasi-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
    align-items: start;
}

/* Kolom Kiri */
.partisipasi-left {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.partisipasi-left-row {
    display: flex;
    align-items: center;
    height: 280px;
    position: relative;
}

.partisipasi-left-content {
    flex: 6;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.4) 100%);
    backdrop-filter: blur(5px);
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1), 0 4px 16px rgba(0, 0, 0, 0.05);
    z-index: 2;
    margin-right: -20%;
    transition: all 0.3s ease;
    opacity: 0;
    transform: translateX(-30px);
}

.partisipasi-left-content.animate {
    opacity: 1;
    transform: translateX(0);
}

.partisipasi-left-content:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15), 0 6px 20px rgba(0, 0, 0, 0.08);
}

.partisipasi-left-image {
    flex: 4;
    height: 280px;
    border-radius: 20px;
    overflow: hidden;
    z-index: 1;
}

.partisipasi-left-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.partisipasi-left-row:hover .partisipasi-left-image img {
    transform: scale(1.05);
}

/* Kolom Tengah */
.partisipasi-center {
    display: flex;
    flex-direction: column;
    height: 585px;
    position: relative;
}

.partisipasi-center-image {
    flex: 1;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: -20%;
    z-index: 1;
}

.partisipasi-center-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.partisipasi-center-content {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.5) 100%);
    backdrop-filter: blur(5px);
    border-radius: 20px;
    padding: 40px 30px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1), 0 4px 16px rgba(0, 0, 0, 0.05);
    z-index: 2;
    position: relative;
    transition: all 0.3s ease;
    opacity: 0;
    transform: translateY(30px);
}

.partisipasi-center-content.animate {
    opacity: 1;
    transform: translateY(0);
}

.partisipasi-center:hover .partisipasi-center-content {
    transform: translateY(-5px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15), 0 6px 20px rgba(0, 0, 0, 0.08);
}

.partisipasi-center:hover .partisipasi-center-image img {
    transform: scale(1.05);
}

/* Kolom Kanan */
.partisipasi-right {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.partisipasi-right-row {
    display: flex;
    align-items: center;
    height: 280px;
    position: relative;
}

.partisipasi-right-image {
    flex: 4;
    height: 280px;
    border-radius: 20px;
    overflow: hidden;
    z-index: 1;
}

.partisipasi-right-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.partisipasi-right-content {
    flex: 6;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.4) 100%);
    backdrop-filter: blur(5px);
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1), 0 4px 16px rgba(0, 0, 0, 0.05);
    z-index: 2;
    margin-left: -20%;
    transition: all 0.3s ease;
    opacity: 0;
    transform: translateX(30px);
}

.partisipasi-right-content.animate {
    opacity: 1;
    transform: translateX(0);
}

.partisipasi-right-content:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15), 0 6px 20px rgba(0, 0, 0, 0.08);
}

.partisipasi-right-row:hover .partisipasi-right-image img {
    transform: scale(1.05);
}

/* Card Content Styles */
.partisipasi-card-title {
    font-size: 1.4rem;
    font-weight: 600;
    color: rgba(40, 40, 40, 0.9);
    text-shadow: 0 1px 10px rgba(255, 255, 255, 0.2);
    margin-bottom: 0.8rem;
    line-height: 1.3;
}

.partisipasi-card-description {
    font-size: 0.9rem;
    color: rgba(80, 80, 80, 0.85);
    text-shadow: 0 1px 8px rgba(255, 255, 255, 0.15);
    line-height: 1.5;
    margin-bottom: 1rem;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.partisipasi-card-button {
    display: inline-block;
    background: linear-gradient(135deg, rgb(4, 192, 183) 0%, rgba(7, 101, 223, 0.8) 100%);
    /* backdrop-filter: blur(10px); */
    padding: 8px 18px;
    border-radius: 15px;
    color: rgba(255, 255, 255, 0.95);
    text-decoration: none;
    font-weight: 600;
    font-size: 0.85rem;
    transition: all 0.3s ease;
    /* text-shadow: 0 1px 5px rgba(0, 0, 0, 0.2); */
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.partisipasi-card-button:hover {
    background: linear-gradient(135deg, rgba(74, 144, 226, 1) 0%, rgba(35, 186, 245, 1) 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(74, 144, 226, 0.3);
}

.partisipasi-card-button.coming-soon {
    background: linear-gradient(135deg, rgba(180, 180, 180, 0.6) 0%, rgba(160, 160, 160, 0.6) 100%);
    cursor: not-allowed;
}

.partisipasi-card-button.coming-soon:hover {
    background: linear-gradient(135deg, rgba(180, 180, 180, 0.6) 0%, rgba(160, 160, 160, 0.6) 100%);
    transform: none;
    box-shadow: none;
}

/* Tablet Responsive */
@media (max-width: 1024px) {
    .partisipasi-grid {
        grid-template-columns: 1fr 1fr;
        gap: 25px;
    }
    
    .partisipasi-left, .partisipasi-right {
        gap: 20px;
    }
    
    .partisipasi-left-row, .partisipasi-right-row {
        height: 220px;
    }
    
    .partisipasi-left-image, .partisipasi-right-image {
        height: 220px;
    }
    
    .partisipasi-center {
        height: 450px;
    }
    
    .partisipasi-card-title {
        font-size: 1.3rem;
    }
    
    .partisipasi-card-description {
        font-size: 0.85rem;
        -webkit-line-clamp: 3;
    }
}

/* Mobile Responsive */
@media (max-width: 768px) {
.partisipasi-wrapper {
    margin-top: 0px !important;
}

    .partisipasi-grid {
        display: flex;
        flex-direction: column;
        gap: 30px;
    }
    
    /* Left column mobile layout */
    .partisipasi-left {
        display: flex;
        flex-direction: column;
        gap: 30px;
    }
    
    .partisipasi-left-row {
        display: flex;
        flex-direction: column;
        width: 100%;
        height: auto;
    }
    
    .partisipasi-left-image {
        width: 100%;
        height: 200px;
        order: 1;
        margin-bottom: 0;
        border-radius: 20px;
    }
    
    .partisipasi-left-content {
        width: 100%;
        order: 2;
        margin: 0;
        margin-top: -20px;
        z-index: 2;
        padding: 25px 20px;
        border-radius: 20px;
    }
    
    /* Center column mobile layout */
    .partisipasi-center {
        display: flex;
        flex-direction: column;
        width: 100%;
        height: auto;
    }
    
    .partisipasi-center-image {
        width: 100%;
        height: 200px;
        order: 1;
        margin-bottom: 0;
        border-radius: 20px;
    }
    
    .partisipasi-center-content {
        width: 100%;
        order: 2;
        margin-top: -20px;
        z-index: 2;
        padding: 25px 20px;
        border-radius: 20px;
    }
    
    /* Right column mobile layout */
    .partisipasi-right {
        display: flex;
        flex-direction: column;
        gap: 30px;
    }
    
    .partisipasi-right-row {
        display: flex;
        flex-direction: column;
        width: 100%;
        height: auto;
    }
    
    .partisipasi-right-image {
        width: 100%;
        height: 200px;
        order: 1;
        margin-bottom: 0;
        border-radius: 20px;
    }
    
    .partisipasi-right-content {
        width: 100%;
        order: 2;
        margin: 0;
        margin-top: -20px;
        z-index: 2;
        padding: 25px 20px;
        border-radius: 20px;
    }
    
    /* Text truncation for mobile descriptions */
    .partisipasi-card-description {
        font-size: 0.9rem;
        color: rgba(80, 80, 80, 0.85);
        text-shadow: 0 1px 8px rgba(255, 255, 255, 0.15);
        line-height: 1.5;
        margin-bottom: 1rem;
        display: -webkit-box;
        -webkit-line-clamp: 3; /* Limit to 3 lines */
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    
    /* Ensure all cards have consistent styling */
    .partisipasi-left-content,
    .partisipasi-right-content,
    .partisipasi-center-content {
        background: linear-gradient(135deg, 
            rgba(255, 255, 255, 0.438) 0%, 
            rgba(255, 255, 255, 0.6) 100%);
        backdrop-filter: blur(4px);
        box-shadow: 
            0 8px 32px rgba(0, 0, 0, 0.1),
            0 4px 16px rgba(0, 0, 0, 0.05),
            inset 0 1px 0 rgba(255, 255, 255, 0.3),
            inset 0 -1px 0 rgba(255, 255, 255, 0.1);
    }
    
    /* Card titles consistent sizing */
    .partisipasi-card-title {
        font-size: 1.3rem;
        font-weight: 600;
        color: rgba(40, 40, 40, 0.9);
        text-shadow: 0 1px 10px rgba(255, 255, 255, 0.2);
        margin-bottom: 0.8rem;
        line-height: 1.3;
    }
    
    /* Button styling consistency */
    .partisipasi-card-button {
        display: inline-block;
        background: linear-gradient(135deg, rgb(4, 192, 183) 0%, rgba(7, 101, 223, 0.9) 100%);
        padding: 10px 20px;
        border-radius: 15px;
        color: rgba(255, 255, 255, 0.95);
        text-decoration: none;
        font-weight: 600;
        font-size: 0.9rem;
        transition: all 0.3s ease;
        border: 1px solid rgba(255, 255, 255, 0.2);
    }
    
    .partisipasi-card-button:hover:not(.coming-soon) {
        background: linear-gradient(135deg, rgba(74, 144, 226, 1) 0%, rgba(35, 186, 245, 1) 100%);
        transform: translateY(-2px);
        box-shadow: 0 6px 15px rgba(74, 144, 226, 0.3);
    }
    
    .partisipasi-card-button.coming-soon {
        background: linear-gradient(135deg, rgba(180, 180, 180, 0.7) 0%, rgba(160, 160, 160, 0.7) 100%);
        cursor: not-allowed;
        opacity: 0.8;
    }
}

/* Enhanced responsive breakpoints */
@media (max-width: 480px) {
    .partisipasi-card-title {
        font-size: 1.2rem;
    }
    
    .partisipasi-card-description {
        font-size: 0.85rem;
    }
    
    .partisipasi-card-button {
        font-size: 0.85rem;
        padding: 8px 18px;
    }
    
    /* .partisipasi-left-content,
    .partisipasi-right-content,
    .partisipasi-center-content {
        padding: 20px 18px;
        margin-top: -182px;
    }
    
    .partisipasi-left-image,
    .partisipasi-right-image,
    .partisipasi-center-image {
        height: 180px;
    } */
}

/* Blog Section Styles - Updated Layout */
.blog-wrapper {
    width: 100%;
    padding: 100px 20px;
    background: 
        radial-gradient(circle at 15% 25%, rgba(126, 211, 33, 0.08) 0%, transparent 40%),
        radial-gradient(circle at 85% 75%, rgba(245, 166, 35, 0.06) 0%, transparent 35%),
        radial-gradient(circle at 50% 50%, rgba(74, 144, 226, 0.04) 0%, transparent 50%);
}

.blog-parent {
    max-width: 1280px;
    margin: 0 auto;
    position: relative;
}

.blog-title {
    font-size: 2.5rem;
    font-weight: bold;
    color: rgba(40, 40, 40, 0.95);
    text-shadow: 0 2px 20px rgba(255, 255, 255, 0.3);
    margin-bottom: 1rem;
    letter-spacing: 1px;
    line-height: 1.2;
    text-align: center;
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.blog-subtitle {
    font-size: 1.2rem;
    color: rgba(80, 80, 80, 0.85);
    text-align: center;
    margin-bottom: 3rem;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.blog-title.animate,
.blog-subtitle.animate {
    opacity: 1;
    transform: translateY(0);
}

.blog-main-grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 40px;
}

/* Kolom Kiri (8) */
.blog-left-column {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

/* Featured Article (Row 1) */
.blog-featured {
    position: relative;
    height: 540px;
    border-radius: 25px;
    overflow: hidden;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.05) 100%);
    backdrop-filter: blur(15px);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1), 0 4px 16px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    opacity: 0;
    transform: translateY(50px) scale(0.95);
    cursor: pointer;
}

.blog-featured.animate {
    opacity: 1;
    transform: translateY(0) scale(1);
}

.blog-featured:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15), 0 6px 20px rgba(0, 0, 0, 0.08);
}

.blog-featured::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #4A90E2 0%, #03cfdd 25%, #7ED321 50%, #F5A623 75%, #dacc71 100%);
    z-index: 3;
}

.blog-featured-image {
    width: 100%;
    height: 60%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
}

.blog-featured-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.blog-featured:hover .blog-featured-image img {
    transform: scale(1.05);
}

.blog-featured-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, 
        rgba(0, 0, 0, 0) 0%, 
        rgba(0, 0, 0, 0.1) 50%, 
        rgba(0, 0, 0, 0.3) 100%);
}

/* .blog-featured-content {
    padding: 25px;
    height: 40%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.7) 100%);
    backdrop-filter: blur(10px);
} */

.blog-featured-category {
    display: inline-block;
    background: linear-gradient(135deg, rgba(74, 144, 226, 0.8) 0%, rgba(35, 186, 245, 0.8) 100%);
    color: white;
    padding: 6px 12px;
    border-radius: 12px;
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    align-self: flex-start;
    margin-bottom: 8px;
}

.blog-featured-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: rgba(40, 40, 40, 0.9);
    line-height: 1.3;
    margin-bottom: 8px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog-featured-excerpt {
    font-size: 0.95rem;
    color: rgba(80, 80, 80, 0.85);
    line-height: 1.5;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog-featured-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.8rem;
    color: rgba(100, 100, 100, 0.8);
}

/* News Cards Grid (Row 2) */
.blog-news-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.blog-news-card {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.3) 100%);
    backdrop-filter: blur(15px);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.08), 0 3px 12px rgba(0, 0, 0, 0.04);
    transition: all 0.3s ease;
    opacity: 0;
    transform: translateY(40px);
    cursor: pointer;
    position: relative;
}

.blog-news-card.animate {
    opacity: 1;
    transform: translateY(0);
}

.blog-news-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.12), 0 6px 18px rgba(0, 0, 0, 0.06);
}

.blog-news-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #F5A623 0%, #4A90E2 50%, #03cfdd 100%);
}

.blog-news-image {
    width: 100%;
    height: 140px;
    overflow: hidden;
}

.blog-news-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.blog-news-card:hover .blog-news-image img {
    transform: scale(1.05);
}

.blog-news-content {
    padding: 18px;
}

.blog-news-category {
    display: inline-block;
    padding: 3px 8px;
    border-radius: 8px;
    font-size: 0.7rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 8px;
}

.blog-news-category.update {
    background: rgba(126, 211, 33, 0.2);
    color: rgba(60, 120, 20, 0.9);
}

.blog-news-category.berita, .blog-news-category.artikel {
    background: rgba(245, 166, 35, 0.2);
    color: rgba(180, 100, 20, 0.9);
}

.blog-news-category.tips, .blog-news-category.trik-dan-tips {
    background: rgba(74, 144, 226, 0.2);
    color: rgba(30, 80, 150, 0.9);
}



.blog-news-title {
    font-size: 1.1rem;
    font-weight: 600;
    color: rgba(40, 40, 40, 0.9);
    line-height: 1.3;
    margin-bottom: 8px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog-news-excerpt {
    font-size: 0.85rem;
    color: rgba(80, 80, 80, 0.85);
    line-height: 1.4;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog-news-meta {
    font-size: 0.75rem;
    color: rgba(100, 100, 100, 0.8);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* Kolom Kanan (4) - Pengumuman */
.blog-right-column {
    display: flex;
    flex-direction: column;
}

.blog-announcements-header {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.6) 100%);
    backdrop-filter: blur(15px);
    border-radius: 20px 20px 0 0;
    padding: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    text-align: center;
}

.blog-announcements-title {
    font-size: 1.4rem;
    font-weight: 600;
    color: rgba(40, 40, 40, 0.9);
    margin-bottom: 5px;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.blog-announcements-subtitle {
    font-size: 0.9rem;
    color: rgba(80, 80, 80, 0.85);
    opacity: 0;
    transform: translateY(15px);
    transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.blog-announcements-title.animate,
.blog-announcements-subtitle.animate {
    opacity: 1;
    transform: translateY(0);
}

.blog-announcements-list {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.4) 100%);
    backdrop-filter: blur(15px);
    border-radius: 0 0 20px 20px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1), 0 4px 16px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    max-height: 720px;
    overflow-y: auto;
}

.blog-announcement-item {
    padding: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    transition: all 0.3s ease;
    opacity: 0;
    transform: translateX(20px);
    cursor: pointer;
    position: relative;
    text-align: left;
}

.blog-announcement-item.animate {
    opacity: 1;
    transform: translateX(0);
}

.blog-announcement-item:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: translateX(-5px);
}

.blog-announcement-item:last-child {
    border-bottom: none;
}

.blog-announcement-badge {
    display: inline-block;
    background: linear-gradient(135deg, rgba(220, 38, 127, 0.8) 0%, rgba(255, 105, 180, 0.8) 100%);
    color: white;
    padding: 4px 8px;
    border-radius: 8px;
    font-size: 0.7rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 8px;
}

.blog-announcement-title {
    font-size: 1rem;
    font-weight: 600;
    color: rgba(40, 40, 40, 0.9);
    line-height: 1.3;
    margin-bottom: 6px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog-announcement-excerpt {
    font-size: 0.8rem;
    color: rgba(80, 80, 80, 0.85);
    line-height: 1.4;
    margin-bottom: 8px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog-announcement-date {
    font-size: 0.75rem;
    color: rgba(100, 100, 100, 0.8);
}

/* Scrollbar for announcements */
.blog-announcements-list::-webkit-scrollbar {
    width: 6px;
}

.blog-announcements-list::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 3px;
}

.blog-announcements-list::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.3);
    border-radius: 3px;
}

.blog-announcements-list::-webkit-scrollbar-thumb:hover {
    background: rgba(255, 255, 255, 0.5);
}

/* CTA Button */
.blog-cta {
    text-align: center;
    margin-top: 40px;
}

.blog-cta-button {
    display: inline-block;
    background: linear-gradient(135deg, rgba(74, 144, 226, 0.8), rgba(35, 186, 245, 0.8));
    backdrop-filter: blur(10px);
    padding: 15px 30px;
    border-radius: 25px;
    color: rgba(255, 255, 255, 0.95);
    text-decoration: none;
    font-weight: 600;
    font-size: 1.1rem;
    text-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.2);

    /* ✨ Animasi awal */
    opacity: 0;
    transform: translateY(30px);
    transition:
        opacity 0.6s ease-out,
        transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    will-change: opacity, transform;
}

.blog-cta-button.animate {
    opacity: 1;
    transform: translateY(0);
}


.blog-cta-button:hover {
    background: linear-gradient(135deg, rgba(74, 144, 226, 1) 0%, rgba(35, 186, 245, 1) 100%);
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(74, 144, 226, 0.3);
}

/* Mobile Responsive */
@media (max-width: 1024px) {
    .blog-main-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .blog-news-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .blog-featured {
        height: 400px;
    }
}

@media (max-width: 768px) {
    .blog-wrapper {
        padding: 60px 15px;
    }
    
    .blog-title {
        font-size: 2rem;
        margin-bottom: 0.8rem;
    }
    
    .blog-subtitle {
        font-size: 1rem;
        margin-bottom: 2rem;
    }
    
    .blog-main-grid {
        gap: 25px;
    }
    
    .blog-left-column {
        gap: 20px;
    }
    
    .blog-featured {
        height: 400px;
    }
    
    .blog-featured-content {
        padding: 20px;
    }
    
    .blog-featured-title {
        font-size: 1.3rem;
    }
    
    .blog-news-image {
        height: 120px;
    }
    
    .blog-news-content {
        padding: 15px;
    }
    
    .blog-news-title {
        font-size: 1rem;
    }
    
    .blog-announcements-list {
        max-height: 400px;
    }
    
    .blog-announcement-item {
        padding: 15px;
    }
}

/* Pendukung Section Styles */
.pendukung-wrapper {
    width: 100%;
    padding: 80px 20px;

}

.pendukung-parent {
    max-width: 1280px;
    margin: 0 auto;
    position: relative;
}

.pendukung-title {
    font-size: 2.2rem;
    font-weight: bold;
    color: rgba(40, 40, 40, 0.95);
    text-shadow: 0 2px 20px rgba(255, 255, 255, 0.3);
    margin-bottom: 2.5rem;
    letter-spacing: 1px;
    line-height: 1.2;
    text-align: center;
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.pendukung-title.animate {
    opacity: 1;
    transform: translateY(0);
}

.pendukung-carousel-container {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.2) 100%);
    backdrop-filter: blur(15px);
    border-radius: 15px;
    box-shadow: 
        0 8px 32px rgba(0, 0, 0, 0.08),
        0 4px 16px rgba(0, 0, 0, 0.04),
        inset 0 1px 0 rgba(255, 255, 255, 0.3),
        inset 0 -1px 0 rgba(255, 255, 255, 0.1);
    padding: 20px 0;
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.pendukung-carousel-container.animate {
    opacity: 1;
    transform: translateY(0);
}

.pendukung-carousel-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    /* background: linear-gradient(90deg, #4A90E2 0%, #03cfdd 25%, #7ED321 50%, #F5A623 75%, #dacc71 100%); */
}

.pendukung-carousel {
    display: flex;
    animation: scrollLogos 30s linear infinite;
    width: calc(200px * 20); /* 20 logos × 200px */
}

.pendukung-carousel:hover {
    animation-play-state: paused;
}

@keyframes scrollLogos {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(calc(-200px * 10)); /* Half of total width */
    }
}

.pendukung-logo-item {
    flex: 0 0 200px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 10px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.6) 100%);
    backdrop-filter: blur(10px);
    border-radius: 15px;
    box-shadow: 
        0 4px 16px rgba(0, 0, 0, 0.06),
        0 2px 8px rgba(0, 0, 0, 0.04),
        inset 0 1px 0 rgba(255, 255, 255, 0.4);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.pendukung-logo-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
    transition: left 0.6s ease;
}

.pendukung-logo-item:hover::before {
    left: 100%;
}

.pendukung-logo-item:hover {
    transform: translateY(-5px) scale(1.05);
    box-shadow: 
        0 8px 25px rgba(0, 0, 0, 0.12),
        0 4px 12px rgba(0, 0, 0, 0.08),
        inset 0 1px 0 rgba(255, 255, 255, 0.5);
}

.pendukung-logo-item img {
    max-width: 80%;
    max-height: 70%;
    object-fit: contain;
    filter: grayscale(0.3) opacity(0.8);
    transition: all 0.3s ease;
}

.pendukung-logo-item:hover img {
    filter: grayscale(0) opacity(1);
    transform: scale(1.1);
}

/* Kategori Pendukung */
.pendukung-categories {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.pendukung-category {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.3) 100%);
    backdrop-filter: blur(15px);
    border-radius: 20px;
    padding: 25px;
    box-shadow: 
        0 6px 24px rgba(0, 0, 0, 0.08),
        0 3px 12px rgba(0, 0, 0, 0.04),
        inset 0 1px 0 rgba(255, 255, 255, 0.3);
    text-align: center;
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.pendukung-category.animate {
    opacity: 1;
    transform: translateY(0);
}

.pendukung-category:hover {
    transform: translateY(-5px);
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.12),
        0 5px 15px rgba(0, 0, 0, 0.06),
        inset 0 1px 0 rgba(255, 255, 255, 0.4);
}

.pendukung-category-title {
    font-size: 1.1rem;
    font-weight: 600;
    color: rgba(40, 40, 40, 0.9);
    margin-bottom: 15px;
}

.pendukung-category-logos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
}

.pendukung-category-logo {
    width: 80px;
    height: 60px;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.pendukung-category-logo:hover {
    transform: scale(1.1);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}

.pendukung-category-logo img {
    max-width: 90%;
    max-height: 90%;
    object-fit: contain;
    filter: grayscale(0.2) opacity(0.9);
    transition: all 0.3s ease;
}

.pendukung-category-logo:hover img {
    filter: grayscale(0) opacity(1);
}

/* Mobile Responsive */
@media (max-width: 1024px) {
    .pendukung-carousel {
        animation-duration: 25s;
    }
    
    .pendukung-logo-item {
        flex: 0 0 180px;
        height: 100px;
    }
    
    .pendukung-categories {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: 20px;
    }
}

@media (max-width: 768px) {
    .pendukung-wrapper {
        padding: 60px 15px;
    }
    
    .pendukung-title {
        font-size: 1.8rem;
        margin-bottom: 2rem;
    }
    
    .pendukung-carousel-container {
        padding: 30px 0;
    }
    
    .pendukung-carousel {
        animation-duration: 20s;
    }
    
    .pendukung-logo-item {
        flex: 0 0 150px;
        height: 80px;
        margin: 0 8px;
    }
    
    .pendukung-categories {
        grid-template-columns: 1fr;
        gap: 15px;
        margin-top: 30px;
    }
    
    .pendukung-category {
        padding: 20px;
    }
    
    .pendukung-category-logos {
        gap: 10px;
    }
    
    .pendukung-category-logo {
        width: 70px;
        height: 50px;
    }
}

/* Footer Section Styles */
.footer-wrapper {
    background: linear-gradient(135deg, 
        #0f2027 0%, 
        #203a43 20%, 
        #2c5364 40%, 
        #1a4852 60%, 
        #0f3460 80%, 
        #1e3c72 100%
    );
    position: relative;
    overflow: hidden;
    width: 100%;
}

.footer-wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 20% 20%, rgba(74, 226, 226, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 80% 80%, rgba(74, 144, 226, 0.08) 0%, transparent 40%),
        radial-gradient(circle at 40% 60%, rgba(35, 186, 245, 0.06) 0%, transparent 30%);
    pointer-events: none;
}

.footer-top {
    padding: 80px 20px 0 20px;
    position: relative;
    z-index: 1;
}

.footer-container {
    max-width: 1280px;
    margin: 0 auto;
}

.footer-main {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 2fr;
    gap: 40px;
    margin-bottom: 60px;
}

/* Logo & Description Column */
.footer-brand {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.footer-brand.animate {
    opacity: 1;
    transform: translateY(0);
}

.footer-logo {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 25px;
}

.footer-logo-img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 16px rgba(74, 226, 226, 0.3);
    position: relative;
}

.footer-logo-img::before {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: linear-gradient(45deg, #4AE2E2 0%, #4A90E2 50%, #23BAF5 100%);
    border-radius: 50%;
    z-index: -1;
    animation: rotateBorder 3s linear infinite;
}

.footer-logo-img img {
    width: 80%;
    height: 80%;
    object-fit: contain;
    border-radius: 50%;
}

.footer-logo-text {
    color: white;
    font-size: 1.5rem;
    font-weight: bold;
    text-shadow: 0 2px 10px rgba(74, 226, 226, 0.3);
}

.footer-description {
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.6;
    margin-bottom: 25px;
    font-size: 0.95rem;
}

.footer-social {
    display: flex;
    gap: 15px;
}

.footer-social-link {
    width: 45px;
    height: 45px;
    background: linear-gradient(135deg, rgba(74, 226, 226, 0.2) 0%, rgba(74, 144, 226, 0.2) 100%);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(74, 226, 226, 0.3);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(74, 226, 226, 0.9);
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 1.2rem;
}

.footer-social-link:hover {
    background: linear-gradient(135deg, rgba(74, 226, 226, 0.3) 0%, rgba(74, 144, 226, 0.3) 100%);
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(74, 226, 226, 0.2);
    color: rgba(74, 226, 226, 1);
}

/* Footer Columns */
.footer-column {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.footer-column.animate {
    opacity: 1;
    transform: translateY(0);
}

.footer-column-title {
    color: white;
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 10px;
}

.footer-column-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, #4ae2e229 0%, #ffffff0d 100%);
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 12px;
}

.footer-links a {
    color: rgba(255, 255, 255, 0.75);
    text-decoration: none;
    font-size: 0.9rem;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 8px;
}

.footer-links a:hover {
    color: rgba(74, 226, 226, 0.9);
    transform: translateX(5px);
}

.footer-links a::before {
    content: '→';
    font-size: 0.8rem;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.footer-links a:hover::before {
    opacity: 1;
}

/* Contact Info */
.footer-contact-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 15px;
    color: rgba(255, 255, 255, 0.85);
    font-size: 0.9rem;
}

.footer-contact-icon {
    color: rgba(74, 226, 226, 0.8);
    font-size: 1.1rem;
    margin-top: 2px;
    flex-shrink: 0;
}

/* Newsletter */
.footer-newsletter {
    margin-top: 20px;
    color: white;
}

.footer-newsletter-input {
    width: 100%;
    padding: 12px 15px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(74, 226, 226, 0.3);
    border-radius: 25px;
    color: white;
    font-size: 0.9rem;
    margin-bottom: 12px;
    transition: all 0.3s ease;
}

.footer-newsletter-input::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.footer-newsletter-input:focus {
    outline: none;
    border-color: rgba(74, 226, 226, 0.6);
    box-shadow: 0 0 20px rgba(74, 226, 226, 0.1);
}

.footer-newsletter-btn {
    width: 100%;
    padding: 12px 20px;
    background: linear-gradient(135deg, rgba(74, 226, 226, 0.8) 0%, rgba(74, 144, 226, 0.8) 100%);
    backdrop-filter: blur(10px);
    border: none;
    border-radius: 25px;
    color: white;
    font-weight: 600;
    font-size: 0.9rem;
    cursor: pointer;
    transition: all 0.3s ease;
}

.footer-newsletter-btn:hover {
    background: linear-gradient(135deg, rgba(74, 226, 226, 1) 0%, rgba(74, 144, 226, 1) 100%);
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(74, 226, 226, 0.3);
}

/* Footer Bottom */
.footer-bottom {
    border-top: 1px solid rgba(74, 226, 226, 0.2);
    padding: 30px 20px;
    background: rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(10px);
}

.footer-bottom-content {
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.footer-copyright {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.85rem;
}

.footer-bottom-links {
    display: flex;
    gap: 30px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-bottom-links a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    font-size: 0.85rem;
    transition: color 0.3s ease;
}

.footer-bottom-links a:hover {
    color: rgba(74, 226, 226, 0.9);
}

/* Mobile Responsive */
@media (max-width: 1024px) {
    .footer-main {
        grid-template-columns: 1fr 1fr;
        gap: 30px;
    }
    
    .footer-brand {
        grid-column: 1 / -1;
    }
}

@media (max-width: 768px) {
    .footer-top {
        padding: 60px 15px 0 15px;
    }
    
    .footer-main {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .footer-brand {
        grid-column: 1;
        text-align: center;
    }
    
    .footer-logo {
        justify-content: center;
    }
    
    .footer-social {
        justify-content: center;
    }
    
    .footer-bottom-content {
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }
    
    .footer-bottom-links {
        gap: 20px;
    }
}

@media (max-width: 480px) {
    .footer-logo-text {
        font-size: 1.5rem;
    }
    
    .footer-bottom-links {
        flex-direction: column;
        gap: 10px;
    }
}



/* Back to Top Button Styles */
.back-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #04cfb4 0%, #4A90E2 100%);
    border: none;
    border-radius: 50%;
    color: white;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 20px rgba(4, 207, 180, 0.3);
    transition: all 0.3s ease;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    z-index: 1000;
    backdrop-filter: blur(10px);
}

.back-to-top.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.back-to-top:hover {
    background: linear-gradient(135deg, #03b8a0 0%, #3a7bc8 100%);
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(4, 207, 180, 0.4);
}

.back-to-top:active {
    transform: translateY(-1px);
}

.back-to-top svg {
    width: 24px;
    height: 24px;
    transition: transform 0.3s ease;
}

.back-to-top:hover svg {
    transform: translateY(-2px);
}

/* Mobile responsive for back to top */
@media (max-width: 768px) {
    .back-to-top {
        bottom: 20px;
        right: 20px;
        width: 45px;
        height: 45px;
    }
    
    .back-to-top svg {
        width: 20px;
        height: 20px;
    }
}

/* Enhanced footer phone and email links */
.footer-contact-item a {
    color: inherit;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-contact-item a:hover {
    color: rgba(74, 226, 226, 0.9);
}

/* Form enhancements for accessibility */
.footer-newsletter form {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.footer-newsletter-input:focus {
    outline: 2px solid rgba(74, 226, 226, 0.6);
    outline-offset: 2px;
}

.footer-newsletter-btn:focus {
    outline: 2px solid rgba(74, 226, 226, 0.8);
    outline-offset: 2px;
}

/* Skip to content link for accessibility */
.skip-link {
    position: absolute;
    top: -40px;
    left: 6px;
    background: #04cfb4;
    color: white;
    padding: 8px;
    text-decoration: none;
    border-radius: 4px;
    z-index: 10000;
    transition: top 0.3s;
}

.skip-link:focus {
    top: 6px;
}

/* Enhanced focus states for better accessibility */
.menu-item:focus,
.header-cta:focus,
.slide-cta:focus,
.about-button:focus,
.partisipasi-card-button:focus,
.blog-cta-button:focus {
    outline: 2px solid #04cfb4;
    outline-offset: 2px;
}

/* Hamburger menu enhanced accessibility */
/* .hamburger-menu:focus {
    outline: 2px solid #04cfb4;
    outline-offset: 2px;
} */

/* Timeline accessibility enhancements */
.timeline-icon-container:focus {
    outline: 2px solid #04cfb4;
    outline-offset: 4px;
}


/* Scroll margin untuk navigasi yang tepat */
#beranda, 
#tentang, 
#timeline, 
#kategori, 
#partisipasi, 
#blog, 
#pendukung, 
#kontak {
    scroll-margin-top: 140px;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 140px;
}

/* Mobile responsive scroll margin */
@media (max-width: 768px) {
    #beranda, 
    #tentang, 
    #timeline, 
    #kategori, 
    #partisipasi, 
    #blog, 
    #pendukung, 
    #kontak {
        scroll-margin-top: 80px;
    }
    
    html {
        scroll-padding-top: 80px;
    }
}

/* Loading Effect CSS untuk OLYMPICAD VIII */
/* Tambahkan ke file olympicad.css yang sudah ada */

/* Loading Overlay */
.loading-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    opacity: 1;
    transition: opacity 0.8s ease-out;
}

.loading-overlay.fade-out {
    opacity: 0;
    pointer-events: none;
}

/* Loading Container */
.loading-container {
    text-align: center;
    color: white;
    max-width: 400px;
    padding: 2rem;
}

/* Loading Logo */
.loading-logo {
    margin-bottom: 2rem;
    animation: float 3s ease-in-out infinite;
}

.logo-circle {
    width: 100px;
    height: 100px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.logo-circle::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: conic-gradient(
        transparent, 
        rgba(4, 207, 180, 0.8), 
        transparent
    );
    animation: rotate 2s linear infinite;
}

.logo-text {
    font-size: 2rem;
    font-weight: bold;
    color: white;
    position: relative;
    z-index: 2;
}

/* Loading Content */
.loading-content {
    margin-bottom: 2rem;
}

.loading-title {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
    letter-spacing: 2px;
    animation: fadeInUp 1s ease-out;
}

.loading-subtitle {
    font-size: 1rem;
    opacity: 0.8;
    margin-bottom: 2rem;
    animation: fadeInUp 1s ease-out 0.2s both;
}

/* Progress Bar */
.loading-progress {
    margin-bottom: 1rem;
    animation: fadeInUp 1s ease-out 0.4s both;
}

.progress-bar {
    width: 100%;
    height: 6px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 3px;
    overflow: hidden;
    margin-bottom: 0.5rem;
    position: relative;
}

.progress-fill {
    height: 100%;
    background: linear-gradient(90deg, #04cfb4, #00b4a6);
    border-radius: 3px;
    width: 0%;
    transition: width 0.3s ease;
    position: relative;
}

.progress-fill::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.4),
        transparent
    );
    animation: shimmer 1.5s infinite;
}

.progress-text {
    font-size: 0.9rem;
    opacity: 0.7;
    font-weight: 500;
}

/* Loading Spinner */
.loading-spinner {
    animation: fadeInUp 1s ease-out 0.6s both;
}

.spinner-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
}

.dot {
    width: 8px;
    height: 8px;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 50%;
    animation: bounce 1.4s ease-in-out infinite both;
}

.dot:nth-child(1) { animation-delay: -0.32s; }
.dot:nth-child(2) { animation-delay: -0.16s; }
.dot:nth-child(3) { animation-delay: 0s; }

/* Body Loaded State */
body.loaded {
    overflow: visible;
}

body:not(.loaded) {
    overflow: hidden;
}

/* Animations */
@keyframes float {
    0%, 100% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-20px);
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes bounce {
    0%, 80%, 100% {
        transform: scale(0);
    }
    40% {
        transform: scale(1);
    }
}

@keyframes shimmer {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(100%);
    }
}

/* Page Animation Classes */
.fade-in-up {
    opacity: 0;
    transform: translateY(50px);
    transition: all 0.8s ease-out;
}

.fade-in-up.animate {
    opacity: 1;
    transform: translateY(0);
}

.fade-in-left {
    opacity: 0;
    transform: translateX(-50px);
    transition: all 0.8s ease-out;
}

.fade-in-left.animate {
    opacity: 1;
    transform: translateX(0);
}

.fade-in-right {
    opacity: 0;
    transform: translateX(50px);
    transition: all 0.8s ease-out;
}

.fade-in-right.animate {
    opacity: 1;
    transform: translateX(0);
}

/* Lazy Loading */
img.lazy {
    opacity: 0;
    transition: opacity 0.3s;
}

img.lazy.loaded {
    opacity: 1;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .loading-container {
        padding: 1rem;
        max-width: 300px;
    }
    
    .logo-circle {
        width: 80px;
        height: 80px;
    }
    
    .logo-text {
        font-size: 1.5rem;
    }
    
    .loading-title {
        font-size: 1.5rem;
    }
    
    .loading-subtitle {
        font-size: 0.9rem;
    }
}

img.timeline-icon-img {
    max-width: 84px;
}

/* High Performance Mode (for slower devices) */
@media (prefers-reduced-motion: reduce) {
    .loading-overlay,
    .progress-fill,
    .fade-in-up,
    .fade-in-left,
    .fade-in-right {
        transition: none;
        animation: none;
    }
    
    .logo-circle::before {
        display: none;
    }
}


/* CTA Timeline Section */
.cta-timeline-wrapper {
    padding: 60px 20px;
    margin: 0;
    width: 100%;
}

.cta-timeline-container {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.cta-timeline-content {
    color: white;

}


.cta-timeline-title {
    font-size: 2.2em;
    font-weight: 700;
    margin-bottom: 20px;
    color: white;
}

.cta-timeline-description {
    font-size: 1.1em;
    line-height: 1.6;
    margin-bottom: 30px;
    color: rgba(255, 255, 255, 0.9);
}

.cta-timeline-button {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: white;
    color: #04cfb4;
    padding: 15px 30px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.1em;
    transition: all 0.3s ease;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.cta-timeline-button:hover {
    background: #f8f9fa;
    transform: translateY(-2px);
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.15);
}

/* CTA Kategori Section */
.cta-kategori-wrapper {
    /* background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); */
    padding: 60px 20px;
    margin: 0;
    width: 100%;
    position: relative;
    top: 250px;
}

.cta-kategori-container {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.cta-kategori-content {
    color: white;
}

.cta-kategori-title {
    font-size: 1.5em;
    font-weight: 600;
    margin-bottom: 20px;
    color: #49b0c8;
}

.cta-kategori-description {
    font-size: 1.1em;
    line-height: 1.6;
    margin-bottom: 30px;
    color: rgba(255, 255, 255, 0.9);
}

.cta-kategori-button {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: white;
    color: #667eea;
    padding: 15px 30px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.1em;
    transition: all 0.3s ease;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.cta-kategori-button:hover {
    background: #f8f9fa;
    transform: translateY(-2px);
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.15);
}

/* Responsive CTA */
@media (max-width: 768px) {
    .cta-timeline-title,
    .cta-kategori-title {
        font-size: 1.8em;
    }
    
    .cta-timeline-description,
    .cta-kategori-description {
        font-size: 1em;
    }
    
    .cta-timeline-button,
    .cta-kategori-button {
        padding: 12px 24px;
        font-size: 1em;
    }
}

/* tunning mobile */

@media (max-width: 768px) {
  .about-text, .kategori-card-description {
    display: -webkit-box;
    -webkit-line-clamp: 10; /* Number of visible lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  /* Optional: prevent spacing between <p> tags */
  .about-text p, .kategori-card-description p {
    margin: 0;
  }

  .cta-kategori-wrapper {
    top: -100px;
}

.partisipasi-title {
    margin-top: -60px;
}

.kategori-column-1 {
        top: -100px;
    }

 .cta-timeline-wrapper, .cta-kategori-wrapper {
    padding: 0px!important;

}

    .kategori-column-3 {
        top: -130px;
}
}

@media (max-width: 480px) {

    .partisipasi-grid {
        display: grid;
        grid-template-columns: 1fr !important;
        gap: 20px;
    }

    .partisipasi-left-content, .partisipasi-right-content, .partisipasi-center-content {
    display: block;
            display: block;
        margin-top: -160px;
        padding: 15px;
        height: 150px;
        max-width: 96%;
        margin-left: 8px;
        backdrop-filter: blur(2px);
        
    }

    .partisipasi-left-image, .partisipasi-right-image {
    display: block;
    }

  .partisipasi-left, .partisipasi-right {
         /* max-height: 360px;  */


                display: block;
}

    .partisipasi-left-row {
        display: grid;
        grid-template-columns: 1fr !important;
        margin-bottom: 15px;
    }


  .partisipasi-center {
        display: block;
        margin-top:-15px;
        margin-bottom: 15px;
    }

    .partisipasi-right-row {
        display: grid;
        grid-template-columns: 1fr !important;
        margin-top: 15px;
    }

    .blog-wrapper {
        padding-top: 30px
    }

    .kategori-wrapper {
        padding-bottom: 0px;
    }

    .pendukung-wrapper {

        padding-top: 0px;
    }


}


/* ========================================
   DOWNLOAD PAGE STYLES - OLYMPICAD VIII
   Tambahkan ke file olympicad.css yang sudah ada
   ======================================== */

/* Download Main Container */
.download-main {
    position: relative;
    z-index: 1;
    padding-top: 140px;
    min-height: 100vh;
}

/* Download Header Section */
.download-header {
    background: linear-gradient(135deg, 
        rgba(4, 207, 180, 0.08) 0%, 
        rgba(74, 144, 226, 0.08) 50%, 
        rgba(126, 211, 33, 0.08) 100%);
    padding: 80px 20px 60px 20px;
    position: relative;
    overflow: hidden;
}

.download-header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgba(255, 180, 120, 0.05) 0%, transparent 40%),
        radial-gradient(circle at 80% 70%, rgba(180, 140, 255, 0.05) 0%, transparent 35%);
    pointer-events: none;
}

.download-header-container {
    max-width: 1280px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.download-header-content {
    text-align: center;
    margin-bottom: 50px;
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.download-header-content.animate {
    opacity: 1;
    transform: translateY(0);
}

.download-title {
    font-size: 3rem;
    font-weight: bold;
    color: rgba(40, 40, 40, 0.95);
    text-shadow: 0 2px 20px rgba(255, 255, 255, 0.3);
    margin-bottom: 1rem;
    letter-spacing: 1px;
    line-height: 1.2;
}

.download-subtitle {
    font-size: 1.2rem;
    color: rgba(80, 80, 80, 0.85);
    line-height: 1.6;
    max-width: 800px;
    margin: 0 auto;
}

/* Download Filter Section */
.download-filter {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.download-filter.animate {
    opacity: 1;
    transform: translateY(0);
}

.filter-container {
    display: flex;
    align-items: center;
    gap: 15px;
}

.filter-label {
    font-weight: 600;
    color: rgba(40, 40, 40, 0.9);
    font-size: 1rem;
}

.filter-select {
    padding: 12px 20px;
    border: 2px solid rgba(4, 207, 180, 0.3);
    border-radius: 25px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.7) 100%);
    backdrop-filter: blur(10px);
    font-size: 0.95rem;
    color: rgba(40, 40, 40, 0.9);
    cursor: pointer;
    transition: all 0.3s ease;
    min-width: 200px;
}

.filter-select:focus {
    outline: none;
    border-color: rgba(4, 207, 180, 0.6);
    box-shadow: 0 0 20px rgba(4, 207, 180, 0.2);
}

.filter-select:hover {
    border-color: rgba(4, 207, 180, 0.5);
    transform: translateY(-2px);
}

/* Download Stats */
.download-stats {
    display: flex;
    gap: 30px;
}

.stat-item {
    text-align: center;
    padding: 15px 25px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.6) 100%);
    backdrop-filter: blur(15px);
    border-radius: 20px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.stat-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

.stat-number {
    display: block;
    font-size: 2rem;
    font-weight: bold;
    color: rgba(4, 207, 180, 0.9);
    line-height: 1;
}

.stat-label {
    font-size: 0.85rem;
    color: rgba(80, 80, 80, 0.85);
    font-weight: 500;
    margin-top: 5px;
}

/* Download Content Section */
.download-content {
    padding: 60px 20px;
    position: relative;
}

.download-container {
    max-width: 1280px;
    margin: 0 auto;
}

/* Section Headers */
.section-title {
    font-size: 2.2rem;
    font-weight: bold;
    color: rgba(40, 40, 40, 0.95);
    text-shadow: 0 2px 20px rgba(255, 255, 255, 0.3);
    margin-bottom: 2rem;
    text-align: center;
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.section-title.animate {
    opacity: 1;
    transform: translateY(0);
}

.section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
    flex-wrap: wrap;
    gap: 20px;
}

.back-to-all {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: rgba(4, 207, 180, 0.9);
    text-decoration: none;
    font-weight: 500;
    padding: 8px 16px;
    border-radius: 20px;
    background: rgba(4, 207, 180, 0.1);
    transition: all 0.3s ease;
}

.back-to-all:hover {
    background: rgba(4, 207, 180, 0.2);
    transform: translateX(-3px);
}

/* Category Section */
.category-section {
    margin-bottom: 80px;
}

.category-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px;
    margin-top: 40px;
}

.category-card {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.6) 100%);
    backdrop-filter: blur(15px);
    border-radius: 25px;
    padding: 40px 30px;
    text-align: center;
    box-shadow: 
        0 8px 32px rgba(0, 0, 0, 0.1),
        0 4px 16px rgba(0, 0, 0, 0.05),
        inset 0 1px 0 rgba(255, 255, 255, 0.3);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    opacity: 0;
    transform: translateY(50px) scale(0.9);
}

.category-card.animate {
    opacity: 1;
    transform: translateY(0) scale(1);
}

.category-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #4A90E2 0%, #03cfdd 25%, #7ED321 50%, #F5A623 75%, #dacc71 100%);
}

.category-card:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 
        0 12px 40px rgba(0, 0, 0, 0.15),
        0 6px 20px rgba(0, 0, 0, 0.08),
        inset 0 1px 0 rgba(255, 255, 255, 0.4);
}

.category-icon {
    font-size: 3rem;
    margin-bottom: 20px;
    opacity: 0.8;
}

.category-title {
    font-size: 1.4rem;
    font-weight: 600;
    color: rgba(40, 40, 40, 0.9);
    margin-bottom: 10px;
    line-height: 1.3;
}

.category-count {
    font-size: 0.9rem;
    color: rgba(80, 80, 80, 0.85);
    margin-bottom: 25px;
}

.category-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(135deg, rgba(4, 207, 180, 0.8) 0%, rgba(74, 144, 226, 0.8) 100%);
    color: white;
    text-decoration: none;
    padding: 12px 24px;
    border-radius: 20px;
    font-weight: 600;
    font-size: 0.9rem;
    transition: all 0.3s ease;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

.category-link:hover {
    background: linear-gradient(135deg, rgba(4, 207, 180, 1) 0%, rgba(74, 144, 226, 1) 100%);
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(4, 207, 180, 0.3);
}

/* Files Section */
.files-section {
    margin-top: 40px;
}

.files-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 25px;
    margin-top: 40px;
}

/* Download Card */
.download-card {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.7) 100%);
    backdrop-filter: blur(15px);
    border-radius: 25px;
    padding: 25px;
    box-shadow: 
        0 8px 32px rgba(0, 0, 0, 0.1),
        0 4px 16px rgba(0, 0, 0, 0.05),
        inset 0 1px 0 rgba(255, 255, 255, 0.3);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    opacity: 0;
    transform: translateY(40px);
    cursor: pointer;
}

.download-card.animate {
    opacity: 1;
    transform: translateY(0);
}

.download-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #F5A623 0%, #4A90E2 50%, #03cfdd 100%);
}

.download-card:hover {
    transform: translateY(-8px);
    box-shadow: 
        0 12px 40px rgba(0, 0, 0, 0.15),
        0 6px 20px rgba(0, 0, 0, 0.08),
        inset 0 1px 0 rgba(255, 255, 255, 0.4);
}

.download-card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.file-icon {
    font-size: 2.5rem;
    opacity: 0.8;
}

.file-category {
    background: linear-gradient(135deg, rgba(4, 207, 180, 0.8) 0%, rgba(74, 144, 226, 0.8) 100%);
    color: white;
    padding: 6px 12px;
    border-radius: 12px;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.download-card-content {
    margin-bottom: 20px;
}

.file-title {
    font-size: 1.3rem;
    font-weight: 600;
    color: rgba(40, 40, 40, 0.9);
    line-height: 1.3;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.file-description {
    font-size: 0.9rem;
    color: rgba(80, 80, 80, 0.85);
    line-height: 1.5;
    margin-bottom: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.file-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.8rem;
    color: rgba(100, 100, 100, 0.8);
    margin-bottom: 20px;
}

.file-date,
.file-size {
    display: flex;
    align-items: center;
    gap: 5px;
}

.download-card-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.download-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(135deg, rgba(4, 207, 180, 0.9) 0%, rgba(74, 144, 226, 0.9) 100%);
    color: white;
    text-decoration: none;
    padding: 12px 20px;
    border-radius: 20px;
    font-weight: 600;
    font-size: 0.9rem;
    transition: all 0.3s ease;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    flex: 1;
    justify-content: center;
}

.download-btn:hover {
    background: linear-gradient(135deg, rgba(4, 207, 180, 1) 0%, rgba(74, 144, 226, 1) 100%);
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(4, 207, 180, 0.3);
}

.share-btn {
    background: rgba(180, 180, 180, 0.2);
    border: none;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    color: rgba(100, 100, 100, 0.8);
}

.share-btn:hover {
    background: rgba(4, 207, 180, 0.2);
    color: rgba(4, 207, 180, 0.9);
    transform: scale(1.1);
}

/* Pagination Styles */
.pagination-wrapper {
    margin-top: 60px;
    display: flex;
    justify-content: center;
}

.pagination {
    display: flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.6) 100%);
    backdrop-filter: blur(15px);
    padding: 15px 25px;
    border-radius: 25px;
    box-shadow: 
        0 8px 32px rgba(0, 0, 0, 0.1),
        0 4px 16px rgba(0, 0, 0, 0.05);
}

.pagination-btn,
.pagination-number {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 15px;
    border-radius: 15px;
    text-decoration: none;
    font-weight: 500;
    font-size: 0.9rem;
    transition: all 0.3s ease;
    color: rgba(80, 80, 80, 0.85);
    background: rgba(255, 255, 255, 0.5);
}

.pagination-btn:hover,
.pagination-number:hover {
    background: rgba(4, 207, 180, 0.2);
    color: rgba(4, 207, 180, 0.9);
    transform: translateY(-2px);
}

.pagination-number.active {
    background: linear-gradient(135deg, rgba(4, 207, 180, 0.8) 0%, rgba(74, 144, 226, 0.8) 100%);
    color: white;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

.pagination-numbers {
    display: flex;
    gap: 5px;
}

/* Download Help Section */
.download-help {
    background: linear-gradient(135deg, 
        rgba(74, 144, 226, 0.1) 0%, 
        rgba(4, 207, 180, 0.1) 50%, 
        rgba(126, 211, 33, 0.1) 100%);
    padding: 80px 20px;
    margin-top: 40px;
}

.help-container {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.help-content {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.help-content.animate {
    opacity: 1;
    transform: translateY(0);
}

.help-title {
    font-size: 2rem;
    font-weight: bold;
    color: rgba(40, 40, 40, 0.95);
    margin-bottom: 1rem;
}

.help-description {
    font-size: 1.1rem;
    color: rgba(80, 80, 80, 0.85);
    line-height: 1.6;
    margin-bottom: 2rem;
}

.help-actions {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.help-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 15px 30px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1rem;
    transition: all 0.3s ease;
}

.help-btn.primary {
    background: linear-gradient(135deg, rgba(4, 207, 180, 0.9) 0%, rgba(74, 144, 226, 0.9) 100%);
    color: white;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

.help-btn.primary:hover {
    background: linear-gradient(135deg, rgba(4, 207, 180, 1) 0%, rgba(74, 144, 226, 1) 100%);
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(4, 207, 180, 0.3);
}

.help-btn.secondary {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.6) 100%);
    backdrop-filter: blur(15px);
    color: rgba(40, 40, 40, 0.9);
    border: 2px solid rgba(4, 207, 180, 0.3);
}

.help-btn.secondary:hover {
    background: linear-gradient(135deg, rgba(4, 207, 180, 0.1) 0%, rgba(74, 144, 226, 0.1) 100%);
    border-color: rgba(4, 207, 180, 0.6);
    transform: translateY(-3px);
}

/* Share Modal Styles */
.share-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(8px);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10000;
    opacity: 0;
    animation: fadeIn 0.3s ease-out forwards;
}

@keyframes fadeIn {
    to {
        opacity: 1;
    }
}

.share-modal {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.9) 100%);
    backdrop-filter: blur(20px);
    border-radius: 25px;
    padding: 30px;
    max-width: 500px;
    width: 90%;
    max-height: 80vh;
    overflow-y: auto;
    box-shadow: 
        0 20px 60px rgba(0, 0, 0, 0.2),
        0 10px 30px rgba(0, 0, 0, 0.1);
    transform: scale(0.9);
    animation: scaleIn 0.3s ease-out forwards;
}

@keyframes scaleIn {
    to {
        transform: scale(1);
    }
}

.share-modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.share-modal-header h3 {
    font-size: 1.4rem;
    font-weight: 600;
    color: rgba(40, 40, 40, 0.9);
    margin: 0;
}

.share-modal-close {
    background: none;
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
    color: rgba(100, 100, 100, 0.8);
    padding: 5px;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.share-modal-close:hover {
    background: rgba(255, 0, 0, 0.1);
    color: #ff4444;
}

.share-url-container {
    display: flex;
    gap: 10px;
    margin: 20px 0;
}

.share-url-input {
    flex: 1;
    padding: 12px 15px;
    border: 2px solid rgba(4, 207, 180, 0.3);
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.8);
    font-size: 0.9rem;
    color: rgba(40, 40, 40, 0.9);
}

.share-url-input:focus {
    outline: none;
    border-color: rgba(4, 207, 180, 0.6);
}

.copy-url-btn {
    padding: 12px 20px;
    background: linear-gradient(135deg, rgba(4, 207, 180, 0.8) 0%, rgba(74, 144, 226, 0.8) 100%);
    color: white;
    border: none;
    border-radius: 15px;
    cursor: pointer;
    font-weight: 600;
    transition: all 0.3s ease;
}

.copy-url-btn:hover {
    background: linear-gradient(135deg, rgba(4, 207, 180, 1) 0%, rgba(74, 144, 226, 1) 100%);
    transform: translateY(-2px);
}

.share-buttons {
    display: flex;
    gap: 15px;
    justify-content: center;
    margin-top: 25px;
}

.share-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 20px;
    border-radius: 15px;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.9rem;
    transition: all 0.3s ease;
    min-width: 100px;
    justify-content: center;
}

.share-btn.whatsapp {
    background: #25D366;
    color: white;
}

.share-btn.whatsapp:hover {
    background: #20b85a;
    transform: translateY(-2px);
}

.share-btn.telegram {
    background: #0088cc;
    color: white;
}

.share-btn.telegram:hover {
    background: #0077b3;
    transform: translateY(-2px);
}

.share-btn.email {
    background: #EA4335;
    color: white;
}

.share-btn.email:hover {
    background: #d23429;
    transform: translateY(-2px);
}

/* Notification Styles */
.download-notification {
    position: fixed;
    top: 150px;
    right: 20px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.9) 100%);
    backdrop-filter: blur(20px);
    border-radius: 15px;
    padding: 15px 20px;
    box-shadow: 
        0 8px 32px rgba(0, 0, 0, 0.15),
        0 4px 16px rgba(0, 0, 0, 0.08);
    z-index: 9999;
    max-width: 350px;
    animation: slideInRight 0.3s ease-out;
}

@keyframes slideInRight {
    from {
        transform: translateX(100%);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

.download-notification.success {
    border-left: 4px solid #28a745;
}

.download-notification.error {
    border-left: 4px solid #dc3545;
}

.download-notification.info {
    border-left: 4px solid #17a2b8;
}

.notification-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
}

.notification-message {
    font-size: 0.9rem;
    color: rgba(40, 40, 40, 0.9);
    font-weight: 500;
}

.notification-close {
    background: none;
    border: none;
    font-size: 1.2rem;
    cursor: pointer;
    color: rgba(100, 100, 100, 0.8);
    padding: 2px 6px;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.notification-close:hover {
    background: rgba(255, 0, 0, 0.1);
    color: #ff4444;
}

/* Mobile Responsive Styles */
@media (max-width: 1024px) {
    .download-title {
        font-size: 2.5rem;
    }
    
    .download-filter {
        flex-direction: column;
        gap: 20px;
    }
    
    .download-stats {
        gap: 20px;
    }
    
    .category-grid {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: 20px;
    }
    
    .files-grid {
        grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
        gap: 20px;
    }
}

@media (max-width: 768px) {
    .download-main {
        padding-top: 100px;
    }
    
    .download-header {
        padding: 60px 15px 40px 15px;
    }
    
    .download-title {
        font-size: 2rem;
        margin-bottom: 0.8rem;
    }
    
    .download-subtitle {
        font-size: 1rem;
    }
    
    .filter-container {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
        width: 100%;
    }
    
    .filter-select {
        width: 100%;
        min-width: auto;
    }
    
    .download-stats {
        flex-direction: column;
        gap: 15px;
        width: 100%;
    }
    
    .stat-item {
        padding: 12px 20px;
    }
    
    .section-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }
    
    .category-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .category-card {
        padding: 30px 25px;
    }
    
    .files-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .download-card {
        padding: 20px;
    }
    
    .file-meta {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    
    .download-card-footer {
        flex-direction: column;
        gap: 15px;
    }
    
    .download-btn {
        width: 100%;
    }
    
    .share-btn {
        align-self: center;
    }
    
    .help-actions {
        flex-direction: column;
        gap: 15px;
    }
    
    .help-btn {
        width: 100%;
        justify-content: center;
    }
    
    .share-modal {
        width: 95%;
        padding: 25px 20px;
    }
    
    .share-buttons {
        flex-direction: column;
        gap: 10px;
    }
    
    .share-btn {
        width: 100%;
    }
    
    .download-notification {
        right: 15px;
        left: 15px;
        max-width: none;
    }
}

@media (max-width: 480px) {
    .download-title {
        font-size: 1.8rem;
    }
    
    .section-title {
        font-size: 1.8rem;
    }
    
    .category-card {
        padding: 25px 20px;
    }
    
    .category-icon {
        font-size: 2.5rem;
    }
    
    .category-title {
        font-size: 1.2rem;
    }
    
    .download-card {
        padding: 18px;
    }
    
    .file-title {
        font-size: 1.2rem;
    }
    
    .file-description {
        font-size: 0.85rem;
    }
    
    .pagination {
        padding: 12px 20px;
        flex-wrap: wrap;
    }
    
    .pagination-btn {
        padding: 8px 12px;
        font-size: 0.85rem;
    }
    
    .help-title {
        font-size: 1.8rem;
    }
    
    .help-description {
        font-size: 1rem;
    }
}


/* ========================================
   INFORMASI PAGE STYLES - OLYMPICAD VIII
   Prefix "info-" untuk menghindari konflik
   ======================================== */

/* Informasi Main Container */
.info-page-main {
    position: relative;
    z-index: 1;
    padding-top: 140px;
    min-height: 100vh;
}

/* Informasi Header Section */
.info-page-header {
    background: linear-gradient(135deg, 
        rgba(4, 207, 180, 0.08) 0%, 
        rgba(74, 144, 226, 0.08) 50%, 
        rgba(126, 211, 33, 0.08) 100%);
    padding: 20px 20px 20px 20px;
    position: relative;
    overflow: hidden;
}

.info-page-header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgba(255, 180, 120, 0.05) 0%, transparent 40%),
        radial-gradient(circle at 80% 70%, rgba(180, 140, 255, 0.05) 0%, transparent 35%);
    pointer-events: none;
}

.info-header-container {
    max-width: 1280px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.info-header-content {
    text-align: center;
    opacity: 1;
    transform: translateY(30px);
    transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.info-header-content.animate {
    opacity: 1;
    transform: translateY(0);
}

/* Breadcrumb dengan prefix */
.info-breadcrumb {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
    font-size: 0.9rem;
    color: rgba(80, 80, 80, 0.85);
}

.info-breadcrumb a {
    color: rgba(4, 207, 180, 0.9);
    text-decoration: none;
    transition: color 0.3s ease;
}

.info-breadcrumb a:hover {
    color: rgba(4, 207, 180, 1);
}

.info-breadcrumb-separator {
    color: rgba(100, 100, 100, 0.6);
    font-weight: bold;
}

.info-breadcrumb-current {
    font-weight: 600;
    color: rgba(40, 40, 40, 0.9);
}

.info-page-title {
    font-size: 2rem;
    font-weight: bold;
    color: rgba(40, 40, 40, 0.95);
    text-shadow: 0 2px 20px rgba(255, 255, 255, 0.3);
    margin-bottom: 1rem;
    letter-spacing: 1px;
    line-height: 1.2;
}

.info-page-subtitle {
    font-size: 1.2rem;
    color: rgba(80, 80, 80, 0.85);
    line-height: 1.6;
    max-width: 800px;
    margin: 0 auto;
}

/* Content Section */
.info-page-content {
    padding: 60px 20px;
    position: relative;
    /* margin-top: 60px; */
    

}

.info-content-container {
    max-width: 1280px;
    margin: 0 auto;
}

.info-content-grid {
    display: grid;
    grid-template-columns: 300px 1fr;
    gap: 40px;
    align-items: start;
}

/* Sidebar Styles dengan prefix */
.info-page-sidebar {
    position: sticky;
    top: 160px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.7) 100%);
    backdrop-filter: blur(15px);
    border-radius: 25px;
    padding: 30px 0;
    box-shadow: 
        0 8px 32px rgba(0, 0, 0, 0.1),
        0 4px 16px rgba(0, 0, 0, 0.05),
        inset 0 1px 0 rgba(255, 255, 255, 0.3);
    opacity: 1;
    transform: translateX(0px);
    transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.info-page-sidebar.animate {
    opacity: 1;
    transform: translateX(0);
}

.info-sidebar-header {
    padding: 0 25px 20px 25px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    margin-bottom: 20px;
}

.info-sidebar-title {
    font-size: 1.3rem;
    font-weight: 600;
    color: rgba(40, 40, 40, 0.9);
    margin: 0;
}

/* Category Navigation dengan prefix */
.info-kategori-nav {
    display: flex;
    flex-direction: column;
}

.info-kategori-item {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 15px 25px;
    text-decoration: none;
    color: rgba(60, 60, 60, 0.9);
    transition: all 0.3s ease;
    border-left: 3px solid transparent;
    position: relative;
}

.info-kategori-item:hover {
    background: rgba(4, 207, 180, 0.1);
    border-left-color: rgba(4, 207, 180, 0.5);
    transform: translateX(1px);
}

.info-kategori-item.active {
    background: rgba(4, 207, 180, 0.15);
    border-left-color: rgba(4, 207, 180, 0.8);
    color: rgba(4, 207, 180, 0.9);
    font-weight: 600;
}

.info-kategori-item.active .info-kategori-arrow {
    color: rgba(4, 207, 180, 0.8);
}

.info-kategori-icon {
    font-size: 1.3rem;
    width: 24px;
    text-align: center;
    flex-shrink: 0;
}

.info-kategori-content {
    flex: 1;
    min-width: 0;
}

.info-kategori-name {
    font-size: 0.95rem;
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 2px;
}

.info-kategori-desc {
    font-size: 0.8rem;
    color: rgba(100, 100, 100, 0.8);
    line-height: 1.2;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.info-kategori-arrow {
    font-size: 1.2rem;
    color: rgba(150, 150, 150, 0.6);
    transition: all 0.3s ease;
}

.info-kategori-item:hover .info-kategori-arrow {
    color: rgba(4, 207, 180, 0.8);
    transform: translateX(1px);
}

/* Main Content Area */
.info-main-content {
    opacity: 1;
    transform: translateY(5px);
    transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.info-main-content.animate {
    opacity: 1;
    transform: translateY(0);
}

/* Category Header */
.info-category-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    padding: 25px 30px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.6) 100%);
    backdrop-filter: blur(15px);
    border-radius: 20px;
    box-shadow: 
        0 6px 24px rgba(0, 0, 0, 0.08),
        0 3px 12px rgba(0, 0, 0, 0.04);
    flex-wrap: wrap;
    gap: 20px;
}

.info-category-header-content {
    flex: 1;
    min-width: 200px;
}

.info-category-title {
    font-size: 1.8rem;
    font-weight: bold;
    color: rgba(40, 40, 40, 0.95);
    margin-bottom: 8px;
    line-height: 1.3;
}

.info-category-description {
    font-size: 1rem;
    color: rgba(80, 80, 80, 0.85);
    line-height: 1.5;
}

.info-back-to-all {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: rgba(4, 207, 180, 0.9);
    text-decoration: none;
    font-weight: 500;
    padding: 10px 20px;
    border-radius: 20px;
    background: rgba(4, 207, 180, 0.1);
    transition: all 0.3s ease;
    font-size: 0.9rem;
}

.info-back-to-all:hover {
    background: rgba(4, 207, 180, 0.2);
    transform: translateX(-1px);
}

/* Accordion Styles dengan prefix info- */
.info-accordion-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.info-accordion-item {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.7) 100%);
    backdrop-filter: blur(15px);
    border-radius: 20px;
    box-shadow: 
        0 6px 24px rgba(0, 0, 0, 0.08),
        0 3px 12px rgba(0, 0, 0, 0.04),
        inset 0 1px 0 rgba(255, 255, 255, 0.3);
    overflow: hidden;
    transition: all 0.3s ease;
    opacity: 1;
    transform: translateY(6px);
}

.info-accordion-item.animate {
    opacity: 1;
    transform: translateY(0);
}

.info-accordion-item:hover {
    transform: translateY(2px);
    box-shadow: 
        0 8px 30px rgba(0, 0, 0, 0.12),
        0 4px 15px rgba(0, 0, 0, 0.06),
        inset 0 1px 0 rgba(255, 255, 255, 0.4);
}

.info-accordion-item.active {
    box-shadow: 
        0 8px 30px rgba(4, 207, 180, 0.15),
        0 4px 15px rgba(4, 207, 180, 0.08),
        inset 0 1px 0 rgba(255, 255, 255, 0.4);
}

.info-accordion-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 30px;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
}

.info-accordion-header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #4A90E2 0%, #03cfdd 25%, #7ED321 50%, #F5A623 75%, #dacc71 100%);
    opacity: 1;
    transition: opacity 0.3s ease;
}

.info-accordion-item.active .info-accordion-header::before {
    opacity: 1;
}

.info-accordion-header:hover {
    background: rgba(4, 207, 180, 0.05);
}

.info-accordion-title-section {
    flex: 1;
    min-width: 0;
}

.info-accordion-title {
    font-size: 1.3rem;
    font-weight: 600;
    color: rgba(40, 40, 40, 0.9);
    margin: 0 0 8px 0;
    line-height: 1.3;
}

.info-accordion-meta {
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 0.8rem;
    color: rgba(100, 100, 100, 0.8);
}

.info-version-badge {
    background: rgba(4, 207, 180, 0.2);
    color: rgba(4, 207, 180, 0.9);
    padding: 2px 8px;
    border-radius: 8px;
    font-weight: 500;
}

.info-date-display {
    display: flex;
    align-items: center;
    gap: 4px;
}

.info-accordion-toggle {
    margin-left: 15px;
    flex-shrink: 0;
}

.info-accordion-icon {
    transition: transform 0.3s ease;
    color: rgba(100, 100, 100, 0.6);
}

.info-accordion-item.active .info-accordion-icon {
    transform: rotate(180deg);
    color: rgba(4, 207, 180, 0.8);
}

/* Accordion Content */
.info-accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.info-accordion-item.active .info-accordion-content {
    max-height: 2000px;
}

.info-accordion-body {
    padding: 0 30px 30px 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
}

/* Info Content Styling dengan prefix */
.info-content-display h4 {
    color: rgba(40, 40, 40, 0.9);
    font-size: 1.1rem;
    font-weight: 600;
    margin: 20px 0 15px 0;
}

.info-content-display h5 {
    color: rgba(60, 60, 60, 0.9);
    font-size: 1rem;
    font-weight: 600;
    margin: 15px 0 10px 0;
}

.info-content-display p {
    color: rgba(80, 80, 80, 0.85);
    line-height: 1.6;
    margin-bottom: 15px;
}

.info-content-display ul, .info-content-display ol {
    color: rgba(80, 80, 80, 0.85);
    line-height: 1.6;
    margin: 15px 0;
    padding-left: 25px;
}

.info-content-display li {
    margin-bottom: 8px;
}

.info-content-display table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    font-size: 0.9rem;
}

.info-content-display table th,
.info-content-display table td {
    padding: 12px 15px;
    text-align: left;
    border: 1px solid rgba(200, 200, 200, 0.5);
}

.info-content-display table th {
    background: rgba(4, 207, 180, 0.1);
    font-weight: 600;
    color: rgba(40, 40, 40, 0.9);
}

.info-content-display table tr:nth-child(even) {
    background: rgba(250, 250, 250, 0.5);
}

.info-content-note {
    background: rgba(74, 144, 226, 0.1);
    border-left: 4px solid rgba(74, 144, 226, 0.6);
    padding: 15px 20px;
    margin: 20px 0;
    border-radius: 0 8px 8px 0;
    font-size: 0.95rem;
    line-height: 1.5;
}

.info-content-warning {
    background: rgba(245, 166, 35, 0.1);
    border-left: 4px solid rgba(245, 166, 35, 0.7);
    padding: 15px 20px;
    margin: 20px 0;
    border-radius: 0 8px 8px 0;
    font-size: 0.95rem;
    line-height: 1.5;
}

/* Attachments */
.info-attachments-section {
    background: rgba(126, 211, 33, 0.08);
    border-radius: 12px;
    padding: 20px;
    margin: 20px 0;
}

.info-attachment-title {
    font-size: 1rem;
    font-weight: 600;
    color: rgba(40, 40, 40, 0.9);
    margin: 0 0 10px 0;
}

.info-attachment-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: rgba(4, 207, 180, 0.9);
    text-decoration: none;
    font-weight: 500;
    padding: 8px 15px;
    border-radius: 15px;
    background: rgba(4, 207, 180, 0.1);
    transition: all 0.3s ease;
    font-size: 0.9rem;
}

.info-attachment-link:hover {
    background: rgba(4, 207, 180, 0.2);
    transform: translateY(-1px);
}

/* Info Footer */
.info-item-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
    padding-top: 15px;
    border-top: 1px solid rgba(200, 200, 200, 0.3);
    font-size: 0.85rem;
    flex-wrap: wrap;
    gap: 15px;
}

.info-author-display {
    display: flex;
    align-items: center;
    gap: 6px;
    color: rgba(100, 100, 100, 0.8);
}

.info-item-actions {
    display: flex;
    gap: 10px;
}

.info-share-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(180, 180, 180, 0.2);
    border: none;
    padding: 6px 12px;
    border-radius: 12px;
    color: rgba(100, 100, 100, 0.8);
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 0.8rem;
}

.info-share-btn:hover {
    background: rgba(4, 207, 180, 0.2);
    color: rgba(4, 207, 180, 0.9);
    transform: translateY(-1px);
}

.info-print-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(126, 211, 33, 0.2);
    border: none;
    padding: 6px 12px;
    border-radius: 12px;
    color: rgba(126, 211, 33, 0.9);
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 0.8rem;
}

.info-print-btn:hover {
    background: rgba(126, 211, 33, 0.3);
    transform: translateY(-1px);
}

/* Empty State */
.info-empty-state {
    text-align: center;
    padding: 80px 40px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.6) 100%);
    backdrop-filter: blur(15px);
    border-radius: 25px;
    box-shadow: 
        0 8px 32px rgba(0, 0, 0, 0.1),
        0 4px 16px rgba(0, 0, 0, 0.05);
}

.info-empty-icon {
    font-size: 4rem;
    margin-bottom: 20px;
    opacity: 0.6;
}

.info-empty-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: rgba(40, 40, 40, 0.9);
    margin-bottom: 10px;
}

.info-empty-description {
    font-size: 1rem;
    color: rgba(80, 80, 80, 0.85);
    line-height: 1.6;
    margin-bottom: 25px;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

.info-empty-action {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(135deg, rgba(4, 207, 180, 0.8) 0%, rgba(74, 144, 226, 0.8) 100%);
    color: white;
    text-decoration: none;
    padding: 12px 25px;
    border-radius: 20px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.info-empty-action:hover {
    background: linear-gradient(135deg, rgba(4, 207, 180, 1) 0%, rgba(74, 144, 226, 1) 100%);
    transform: translateY(-1px);
    box-shadow: 0 8px 20px rgba(4, 207, 180, 0.3);
}

/* Search Highlight dengan prefix */
.info-search-highlight {
    background: rgba(245, 239, 35, 0.3);
    padding: 2px 4px;
    border-radius: 4px;
    font-weight: 600;
}

/* Share Modal Styles dengan prefix */
.info-share-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(8px);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10000;
    opacity: 1;
    animation: infoFadeIn 0.3s ease-out forwards;
}

@keyframes infoFadeIn {
    to {
        opacity: 1;
    }
}

.info-share-modal {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.9) 100%);
    backdrop-filter: blur(20px);
    border-radius: 25px;
    padding: 30px;
    max-width: 500px;
    width: 90%;
    max-height: 80vh;
    overflow-y: auto;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
    transform: scale(0.9);
    animation: infoScaleIn 0.3s ease-out forwards;
}

@keyframes infoScaleIn {
    to {
        transform: scale(1);
    }
}

.info-share-modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.info-share-modal-close {
    background: none;
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
    color: rgba(100, 100, 100, 0.8);
    padding: 5px;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.info-share-modal-close:hover {
    background: rgba(255, 0, 0, 0.1);
    color: #ff4444;
}

.info-share-url-container {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
}

.info-share-url-input {
    flex: 1;
    padding: 12px 15px;
    border: 2px solid rgba(4, 207, 180, 0.3);
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.8);
    font-size: 0.9rem;
}

.info-copy-url-btn {
    padding: 12px 20px;
    background: linear-gradient(135deg, rgba(4, 207, 180, 0.8) 0%, rgba(74, 144, 226, 0.8) 100%);
    color: white;
    border: none;
    border-radius: 15px;
    cursor: pointer;
    font-weight: 600;
    transition: all 0.3s ease;
}

.info-share-buttons {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: 10px;
}

.info-share-btn-social {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 15px;
    border-radius: 15px;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.9rem;
    transition: all 0.3s ease;
    justify-content: center;
    color: white;
}

.info-share-btn-social.whatsapp { background: #25D366; }
.info-share-btn-social.telegram { background: #0088cc; }
.info-share-btn-social.facebook { background: #1877f2; }
.info-share-btn-social.twitter { background: #1da1f2; }
.info-share-btn-social.email { background: #EA4335; }

.info-share-btn-social:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

/* Mobile Responsive */
@media (max-width: 1024px) {
    .info-content-grid {
        grid-template-columns: 280px 1fr;
        gap: 30px;
    }
    
    .info-page-sidebar {
        top: 140px;
    }
    
    .info-accordion-header {
        padding: 20px 25px;
    }
    
    .info-accordion-body {
        padding: 0 25px 25px 25px;
    }
    
    .info-category-header {
        padding: 20px 25px;
    }
}

@media (max-width: 768px) {
    .info-page-main {
        padding-top: 100px;
    }
    
    .info-page-header {
        padding: 20px 15px 20px 15px;
    }
    
    .info-page-title {
        font-size: 2rem;
        margin-bottom: 0.8rem;
    }
    
    .info-page-subtitle {
        font-size: 1rem;
    }
    
    .info-breadcrumb {
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .info-content-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .info-page-sidebar {
        position: relative;
        top: auto;
        order: 2;
    }
    
    .info-main-content {
        order: 1;
    }
    
    .info-category-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
        padding: 20px;
    }
    
    .info-category-title {
        font-size: 1.5rem;
    }
    
    .info-accordion-header {
        padding: 18px 20px;
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }
    
    .info-accordion-toggle {
        margin-left: 0;
        align-self: flex-end;
        position: absolute;
        top: 18px;
        right: 20px;
    }
    
    .info-accordion-body {
        padding: 0 20px 20px 20px;
    }
    
    .info-accordion-title {
        font-size: 1.2rem;
        margin-bottom: 10px;
    }
    
    .info-item-footer {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
    
    .info-empty-state {
        padding: 60px 25px;
    }
    
    .info-empty-icon {
        font-size: 3rem;
    }
    
    .info-empty-title {
        font-size: 1.3rem;
    }
}

@media (max-width: 480px) {
    .info-page-header {
        padding: 20px 15px 20px 15px;
    }
    
    .info-page-title {
        font-size: 1.8rem;
    }
    
    .info-kategori-item {
        padding: 12px 20px;
    }
    
    .info-kategori-name {
        font-size: 0.9rem;
    }
    
    .info-kategori-desc {
        font-size: 0.75rem;
    }
    
    .info-accordion-header {
        padding: 15px 18px;
    }
    
    .info-accordion-toggle {
        top: 15px;
        right: 18px;
    }
    
    .info-accordion-body {
        padding: 0 18px 18px 18px;
    }
    
    .info-accordion-title {
        font-size: 1.1rem;
        padding-right: 40px;
    }
    
    .info-category-header {
        padding: 18px;
    }
    
    .info-category-title {
        font-size: 1.3rem;
    }
    
    .info-content-display table {
        font-size: 0.8rem;
        display: block;
        overflow-x: auto;
        white-space: nowrap;
    }
    
    .info-content-display table th,
    .info-content-display table td {
        padding: 8px 10px;
    }
    
    .info-attachments-section {
        padding: 15px;
    }
    
    .info-attachment-link {
        padding: 6px 12px;
        font-size: 0.85rem;
    }
}

.info-accordion-body p {
  font-size: 16px;
  color: #333;
  line-height: 1.6;
  margin-bottom: 1em;
}


.blog-featured-content, .blog-news-content {
    padding: 20px;
    text-align: left;
    background-color: #ffffff9e;
    text-decoration: none;
}

a.no-decoration,
a.no-decoration:active,
a.no-decoration:hover {
  text-decoration: none;
  color: inherit;
}


/* ===== CSS untuk Carousel Pendukung yang Mulus ===== */

.pendukung-carousel-container {
    overflow: hidden; 
    -webkit-mask-image: linear-gradient(to right, transparent, black 15%, black 85%, transparent);
    mask-image: linear-gradient(to right, transparent, black 15%, black 85%, transparent);
}

.pendukung-carousel {
    display: flex;
    width: fit-content; 
    animation: scrollLogos 30s linear infinite;
}

/* 3. Aturan animasi (keyframes) */
@keyframes scrollLogos {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

.pendukung-logo-item {
    padding: 0 40px; /* Jarak antar logo */
    display: flex;
    align-items: center;
    justify-content: center;
}

.pendukung-logo-item img {
    max-height: 64px; /* Sesuaikan tinggi maksimal logo */
    width: auto;
    filter: grayscale(100%);
    opacity: 0.7;
    transition: all 0.3s ease;
}

.pendukung-logo-item img:hover {
    filter: grayscale(0%);
    opacity: 1;
    transform: scale(1.1);
}

/* Galeri & Download Section Styles */
.galeri-download-wrapper {
    padding: 80px 0;
    background: linear-gradient(135deg, 
        rgba(255, 255, 255, 0.05) 0%, 
        rgba(4, 207, 180, 0.02) 50%, 
        rgba(74, 144, 226, 0.02) 100%);
    position: relative;
    overflow: hidden;
    align-self: center;
}

.galeri-download-wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg width="60" height="60" viewBox="0 0 60 60" xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="evenodd"><g fill="%2304cfb4" fill-opacity="0.03"><polygon points="30,0 60,30 30,60 0,30"/></g></svg>') repeat;
    opacity: 0.3;
    z-index: 0;
}

.galeri-download-parent {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 1;
}

.galeri-download-title {
    font-size: 2.5rem;
    font-weight: bold;
    color: rgba(40, 40, 40, 0.95);
    text-align: center;
    margin-bottom: 1rem;
    letter-spacing: 1px;
}

.galeri-download-subtitle {
    font-size: 1.2rem;
    color: rgba(80, 80, 80, 0.85);
    text-align: center;
    margin-bottom: 60px;
    line-height: 1.6;
}

.galeri-download-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: start;
}

/* Section Headers */
.galeri-section-header,
.download-section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 2px solid rgba(4, 207, 180, 0.1);
}

.galeri-section-title,
.download-section-title {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 1.5rem;
    font-weight: 600;
    color: rgba(40, 40, 40, 0.9);
    margin: 0;
}

.galeri-section-link,
.download-section-link {
    display: flex;
    align-items: center;
    gap: 6px;
    color: rgba(4, 207, 180, 0.9);
    text-decoration: none;
    font-weight: 500;
    font-size: 0.95rem;
    transition: all 0.3s ease;
}

.galeri-section-link:hover,
.download-section-link:hover {
    color: rgba(4, 207, 180, 1);
    transform: translateX(4px);
}

/* Galeri Mini Cards */
.galeri-mini-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.galeri-mini-card {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.7) 100%);
    backdrop-filter: blur(15px);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 
        0 8px 32px rgba(0, 0, 0, 0.08),
        0 4px 16px rgba(0, 0, 0, 0.04),
        inset 0 1px 0 rgba(255, 255, 255, 0.3);
    transition: all 0.3s ease;
    cursor: pointer;
}

.galeri-mini-card:hover {
    transform: translateY(-6px);
    box-shadow: 
        0 12px 40px rgba(0, 0, 0, 0.12),
        0 6px 20px rgba(0, 0, 0, 0.06),
        inset 0 1px 0 rgba(255, 255, 255, 0.4);
}

.galeri-mini-image {
    width: 100%;
    height: 120px;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
}

.galeri-mini-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.galeri-mini-card:hover .galeri-mini-image img {
    transform: scale(1.05);
}

.galeri-mini-photo-count {
    position: absolute;
    top: 8px;
    right: 8px;
    background: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 2px 6px;
    border-radius: 10px;
    font-size: 0.7rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 2px;
}

.galeri-mini-content {
    padding: 15px;
}

.galeri-mini-category {
    background: rgba(4, 207, 180, 0.15);
    color: rgba(4, 207, 180, 0.9);
    padding: 2px 8px;
    border-radius: 10px;
    font-size: 0.7rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: inline-block;
    margin-bottom: 8px;
}

.galeri-mini-title {
    font-size: 0.95rem;
    font-weight: 600;
    color: rgba(40, 40, 40, 0.9);
    line-height: 1.3;
    margin: 0 0 8px 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.galeri-mini-meta {
    display: flex;
    align-items: center;
    font-size: 0.75rem;
    color: rgba(100, 100, 100, 0.8);
}

/* Download Mini Cards */
.download-mini-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.download-mini-card {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.7) 100%);
    backdrop-filter: blur(15px);
    border-radius: 16px;
    padding: 20px;
    box-shadow: 
        0 6px 24px rgba(0, 0, 0, 0.08),
        0 3px 12px rgba(0, 0, 0, 0.04),
        inset 0 1px 0 rgba(255, 255, 255, 0.3);
    transition: all 0.3s ease;
    border-left: 4px solid rgba(4, 207, 180, 0.3);
}

.download-mini-card:hover {
    transform: translateY(-4px);
    box-shadow: 
        0 8px 32px rgba(0, 0, 0, 0.12),
        0 4px 16px rgba(0, 0, 0, 0.06),
        inset 0 1px 0 rgba(255, 255, 255, 0.4);
    border-left-color: rgba(4, 207, 180, 0.6);
}

.download-mini-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 15px;
}

.download-mini-icon {
    font-size: 1.8rem;
    filter: grayscale(0.2);
}

.download-mini-category {
    background: rgba(74, 144, 226, 0.15);
    color: rgba(74, 144, 226, 0.9);
    padding: 3px 8px;
    border-radius: 10px;
    font-size: 0.7rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.download-mini-content {
    margin-bottom: 15px;
}

.download-mini-title {
    font-size: 1rem;
    font-weight: 600;
    color: rgba(40, 40, 40, 0.9);
    line-height: 1.3;
    margin: 0 0 8px 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.download-mini-description {
    font-size: 0.85rem;
    color: rgba(80, 80, 80, 0.8);
    line-height: 1.4;
    margin-bottom: 12px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.download-mini-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.75rem;
    color: rgba(100, 100, 100, 0.8);
}

.download-mini-date {
    display: flex;
    align-items: center;
    gap: 4px;
}

.download-mini-footer {
    display: flex;
    justify-content: flex-end;
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid rgba(200, 200, 200, 0.3);
}

.download-mini-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: linear-gradient(135deg, rgba(4, 207, 180, 0.9) 0%, rgba(74, 144, 226, 0.9) 100%);
    color: white;
    padding: 8px 16px;
    border-radius: 12px;
    text-decoration: none;
    font-weight: 500;
    font-size: 0.85rem;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(4, 207, 180, 0.2);
}

.download-mini-btn:hover {
    background: linear-gradient(135deg, rgba(4, 207, 180, 1) 0%, rgba(74, 144, 226, 1) 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(4, 207, 180, 0.3);
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .galeri-download-wrapper {
        padding: 60px 0;
    }
    
    .galeri-download-parent {
        padding: 0 15px;
    }
    
    .galeri-download-title {
        font-size: 2rem;
    }
    
    .galeri-download-subtitle {
        font-size: 1rem;
        margin-bottom: 40px;
    }
    
    .galeri-download-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .galeri-section-header,
    .download-section-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
        margin-bottom: 20px;
    }
    
    .galeri-section-title,
    .download-section-title {
        font-size: 1.3rem;
    }
    
    .galeri-mini-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .galeri-mini-card,
    .download-mini-card {
        border-radius: 12px;
    }
    
    .download-mini-card {
        padding: 15px;
    }
    
    .galeri-mini-image {
        height: 140px;
    }
    
    .download-mini-meta {
        flex-direction: column;
        align-items: flex-start;
        gap: 4px;
    }
}

@media (max-width: 480px) {
    .galeri-download-grid {
        gap: 30px;
    }
    
    .galeri-mini-content,
    .download-mini-card {
        padding: 12px;
    }
    
    .galeri-mini-title,
    .download-mini-title {
        font-size: 0.9rem;
    }
    
    .download-mini-description {
        font-size: 0.8rem;
    }
}
