.partner-bar-wrap {
    background: #EEF4F8;
    padding: 32px 0;
    overflow: hidden;
}
.partner-bar-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 16px;
}
.partner-bar-carousel {
    display: flex;
    gap: 56px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.partner-bar-logo img {
    max-height: 90px;
    width: 180px;
    height: 90px;
    object-fit: contain;
    display: block;
    filter: grayscale(100%);
    transition: filter 0.3s;
    background: #fff;
    border-radius: 8px;
    padding: 12px;
    box-sizing: border-box;
}
.partner-bar-logo img:hover {
    filter: grayscale(0%);
}

/* Sticky footer utility */
html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}
body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0;
}
#page {
    flex: 1 0 auto;
    min-height: 0;
}
.site-footer {
    flex-shrink: 0;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

/* Remove unwanted spacing from the last child of #page if any */
#page > :last-child {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

@media (max-width: 767px) {
    .partner-bar-wrap {
        display: none !important;
    }
}

.partner-bar-pagination {
    margin-top: 24px;
    text-align: center;
}
.partner-bar-page {
    display: inline-block;
    margin: 0 6px;
    padding: 6px 14px;
    border-radius: 50%;
    background: #dde6ee;
    color: #607791;
    text-decoration: none;
    font-weight: 600;
    transition: background 0.2s, color 0.2s;
}
.partner-bar-page.current,
.partner-bar-page:hover {
    background: #607791;
    color: #fff;
}

/* 404 page styles */
.geps-404-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 70vh;
    padding: 40px 0;
    background: #fff;
}
.geps-404-grid {
    display: flex;
    gap: 64px;
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    align-items: center;
}
.geps-404-left {
    display: flex;
    flex-direction: column;
    gap: 32px;
    align-items: flex-start;
}
.geps-404-imgs {
    display: flex;
    gap: 24px;
}
.geps-404-img1,
.geps-404-img2 {
    width: 220px;
    height: 360px;
    object-fit: cover;
    border-radius: 2px;
    background: #eee;
}
.geps-404-img2 {
    width: 260px;
}
.geps-404-video-box {
    background: #1b2e43;
    color: #fff;
    border-radius: 0;
    padding: 28px 32px 28px 28px;
    display: flex;
    align-items: center;
    gap: 18px;
    min-width: 320px;
}
.geps-404-video-label {
    font-size: 1.1rem;
    opacity: 0.8;
    margin-right: 8px;
}
.geps-404-video-title {
    font-size: 1.25rem;
    font-weight: 600;
    margin-right: 18px;
}
.geps-404-video-play {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: none;
    transition: background 0.2s;
}
.geps-404-video-play:hover {
    background: #eaf1f7;
}
.geps-404-right {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.geps-404-code {
    font-size: 7rem;
    font-weight: 700;
    color: #1b2e43;
    line-height: 1;
    margin-bottom: 12px;
}
.geps-404-title {
    font-size: 2.2rem;
    font-weight: 700;
    color: #1b2e43;
    margin-bottom: 24px;
}
.geps-404-desc {
    font-size: 1.15rem;
    color: #42526e;
    margin-bottom: 36px;
    max-width: 420px;
}
.geps-404-btn {
    display: inline-block;
    background: #1b2e43;
    color: #fff;
    font-weight: 600;
    font-size: 1.1rem;
    padding: 14px 38px;
    border-radius: 0;
    text-decoration: none;
    transition: background 0.2s;
}
.geps-404-btn:hover {
    background: #42526e;
}

/* 404 Hero styles from Figma */
.geps-404-hero {
    background-color: #F5F7FA;
    padding: 80px 0;
    overflow: hidden;
}

.geps-hero-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
}

.geps-hero-content {
    max-width: 520px;
}

.geps-hero-title {
    font-size: 120px;
    font-weight: 700;
    line-height: 1;
    color: #1B2336;
    margin: 0 0 20px;
}

.geps-hero-subtitle {
    font-size: 42px;
    font-weight: 700;
    color: #1B2336;
    margin: 0 0 24px;
}

.geps-hero-text {
    font-size: 18px;
    line-height: 1.6;
    color: #515B6F;
    margin: 0 0 32px;
}

.geps-hero-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #0351FF;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 16px 36px;
    border-radius: 8px;
    text-decoration: none;
    transition: background-color 0.3s;
}

.geps-hero-button:hover {
    background-color: #0040D0;
    color: #fff;
}

.geps-hero-image {
    flex: 0 0 50%;
    max-width: 600px;
}

.geps-hero-image svg {
    width: 100%;
    height: auto;
}

@media (max-width: 1024px) {
    .geps-hero-container {
        flex-direction: column-reverse;
        text-align: center;
    }
    
    .geps-hero-content {
        max-width: 100%;
    }
    
    .geps-hero-title {
        font-size: 100px;
    }
    
    .geps-hero-subtitle {
        font-size: 36px;
    }
    
    .geps-hero-image {
        max-width: 500px;
    }
}

@media (max-width: 767px) {
    .geps-404-hero {
        padding: 60px 0;
    }
    
    .geps-hero-title {
        font-size: 72px;
    }
    
    .geps-hero-subtitle {
        font-size: 28px;
    }
    
    .geps-hero-text {
        font-size: 16px;
    }
    
    .geps-hero-image {
        max-width: 320px;
    }
}

@media (max-width: 1100px) {
    .geps-404-grid {
        flex-direction: column;
        gap: 40px;
        align-items: center;
    }
    .geps-404-left {
        flex-direction: row;
        gap: 24px;
        align-items: flex-end;
    }
    .geps-404-video-box {
        min-width: 220px;
        padding: 18px 18px 18px 18px;
    }
}
@media (max-width: 767px) {
    .geps-404-wrap {
        padding: 24px 0;
    }
    .geps-404-grid {
        flex-direction: column;
        gap: 24px;
        max-width: 98vw;
    }
    .geps-404-left {
        flex-direction: column;
        gap: 16px;
        align-items: flex-start;
    }
    .geps-404-img1,
    .geps-404-img2 {
        width: 44vw;
        height: 160px;
        min-width: 0;
        max-width: 100%;
    }
    .geps-404-video-box {
        min-width: 0;
        width: 100%;
        padding: 12px 12px 12px 12px;
        font-size: 1rem;
    }
    .geps-404-code {
        font-size: 3.5rem;
    }
    .geps-404-title {
        font-size: 1.3rem;
    }
    .geps-404-desc {
        font-size: 1rem;
        max-width: 100%;
    }
    .geps-404-btn {
        font-size: 1rem;
        padding: 10px 22px;
    }
}
