.gb-blog-hub {
    position: relative;
}

.gb-blog-hub__hero {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(255, 209, 0, 0.18);
    border-radius: 24px;
    background:
        radial-gradient(circle at top right, rgba(255, 209, 0, 0.12), transparent 35%),
        linear-gradient(135deg, rgba(12,16,28,0.96) 0%, rgba(14,20,38,0.92) 50%, rgba(8,12,24,0.96) 100%);
    background-size: cover;
    background-position: center;
    padding: 48px 38px;
    margin-bottom: 28px;
    box-shadow:
        0 18px 50px rgba(0,0,0,0.35),
        0 0 0 1px rgba(255,255,255,0.03) inset;
}

.gb-blog-hub__hero-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(8,12,22,0.96) 0%, rgba(8,12,22,0.82) 45%, rgba(8,12,22,0.55) 100%);
    pointer-events: none;
}

.gb-blog-hub__hero-content {
    position: relative;
    z-index: 2;
    max-width: 760px;
}

.gb-blog-hub__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    color: #FFD100;
    padding: 8px 14px;
    border: 1px solid rgba(255, 209, 0, 0.25);
    border-radius: 999px;
    background: rgba(255, 209, 0, 0.08);
    margin-bottom: 18px;
}

.gb-blog-hub__title {
    font-size: 40px;
    line-height: 1.1;
    font-weight: 800;
    color: #fff;
    margin: 0 0 14px;
}

.gb-blog-hub__subtitle {
    max-width: 650px;
    font-size: 16px;
    line-height: 1.8;
    color: rgba(255,255,255,0.82);
    margin-bottom: 26px;
}

.gb-blog-hub__hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.gb-section-card {
    position: relative;
    overflow: hidden;
    margin-bottom: 28px;
    padding: 28px;
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 22px;
    background:
        linear-gradient(180deg, rgba(14,18,34,0.92) 0%, rgba(10,14,28,0.96) 100%);
    box-shadow:
        0 12px 38px rgba(0,0,0,0.28),
        inset 0 0 16px rgba(255,255,255,0.015);
}

.gb-section-card__head {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 20px;
    margin-bottom: 22px;
}

.gb-section-card__label {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.3px;
    text-transform: uppercase;
    color: #FFD100;
    margin-bottom: 8px;
}

.gb-section-card__title {
    font-size: 28px;
    line-height: 1.2;
    font-weight: 800;
    color: #fff;
    margin: 0;
}

.gb-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 36px;
    padding: 8px 14px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 700;
    color: #101010;
    background: #FFD100;
}

.gb-game-card {
    position: relative;
    display: block;
    height: 100%;
    overflow: hidden;
    border-radius: 20px;
    text-decoration: none;
    background:
        linear-gradient(180deg, rgba(18,24,44,0.96) 0%, rgba(10,14,26,0.96) 100%);
    border: 1px solid rgba(255,255,255,0.07);
    transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
    box-shadow: 0 10px 24px rgba(0,0,0,0.25);
}

.gb-game-card:hover {
    transform: translateY(-6px);
    border-color: rgba(255, 209, 0, 0.35);
    box-shadow:
        0 18px 38px rgba(0,0,0,0.34),
        0 0 24px rgba(255,209,0,0.08);
    text-decoration: none;
}

.gb-game-card__glow {
    position: absolute;
    top: -30%;
    right: -20%;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    opacity: .18;
    filter: blur(10px);
    pointer-events: none;
}

.gb-game-card__image-wrap {
    height: 190px;
    overflow: hidden;
    background: rgba(255,255,255,0.02);
}

.gb-game-card__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .35s ease;
}

.gb-game-card:hover .gb-game-card__image {
    transform: scale(1.05);
}

.gb-game-card__body {
    position: relative;
    z-index: 2;
    padding: 22px 20px 20px;
}

.gb-game-card__meta {
    margin-bottom: 10px;
}

.gb-game-card__count {
    display: inline-flex;
    padding: 6px 10px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    color: #FFD100;
    background: rgba(255, 209, 0, 0.08);
    border: 1px solid rgba(255, 209, 0, 0.16);
}

.gb-game-card__title {
    font-size: 22px;
    font-weight: 800;
    line-height: 1.2;
    color: #fff;
    margin: 0 0 10px;
}

.gb-game-card__desc {
    font-size: 14px;
    line-height: 1.75;
    color: rgba(255,255,255,0.78);
    margin: 0 0 16px;
}

.gb-game-card__cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #FFD100;
    font-size: 13px;
    font-weight: 700;
}

.gb-game-card--all .gb-game-card__icon {
    width: 62px;
    height: 62px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    background: rgba(255, 209, 0, 0.1);
    margin-bottom: 16px;
}

.gb-latest-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}
@media (max-width: 1199px) {
    .gb-latest-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 575px) {
    .gb-latest-grid {
        grid-template-columns: 1fr;
    }
}

.gb-latest-card {
    overflow: hidden;
    border-radius: 18px;
    border: 1px solid rgba(255,255,255,0.07);
    background: rgba(255,255,255,0.02);
    transition: transform .25s ease, border-color .25s ease;
}

.gb-latest-card:hover {
    transform: translateY(-4px);
    border-color: rgba(255, 209, 0, 0.28);
}

.gb-latest-card__image-link {
    display: block;
    height: 190px;
    overflow: hidden;
}

.gb-latest-card__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.gb-latest-card__content {
    padding: 18px;
}

.gb-latest-card__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 10px;
}

.gb-latest-card__tag {
    display: inline-flex;
    align-items: center;
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(255, 209, 0, 0.08);
    color: #FFD100;
    font-size: 12px;
    font-weight: 700;
    border: 1px solid rgba(255,209,0,0.18);
    text-decoration: none;
}

.gb-latest-card__time {
    font-size: 12px;
    font-weight: 700;
    color: rgba(255,255,255,0.58);
}

.gb-latest-card__title {
    font-size: 18px;
    line-height: 1.35;
    font-weight: 800;
    margin: 0 0 10px;
}

.gb-latest-card__title a {
    color: #fff;
    text-decoration: none;
}

.gb-latest-card__title a:hover {
    color: #FFD100;
}

.gb-latest-card__excerpt {
    font-size: 14px;
    line-height: 1.7;
    color: rgba(255,255,255,0.74);
    margin: 0;
}

.gb-chip-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.gb-chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 10px 16px;
    border-radius: 999px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    transition: all .22s ease;
    border: 1px solid rgba(255,255,255,0.08);
}

.gb-chip--category {
    color: #fff;
    background: rgba(255,255,255,0.03);
}

.gb-chip--category:hover {
    color: #101010;
    background: #FFD100;
    border-color: #FFD100;
    text-decoration: none;
}

.gb-chip--hashtag {
    color: #9ec8ff;
    background: rgba(83, 145, 255, 0.08);
    border-color: rgba(83,145,255,0.18);
}

.gb-chip--hashtag:hover {
    color: #fff;
    background: rgba(83,145,255,0.18);
    border-color: rgba(83,145,255,0.35);
    text-decoration: none;
}

@media (max-width: 1199px) {
    .gb-blog-hub__title {
        font-size: 34px;
    }
}

@media (max-width: 991px) {
    .gb-latest-grid {
        grid-template-columns: 1fr;
    }

    .gb-blog-hub__hero {
        padding: 36px 24px;
    }

    .gb-blog-hub__title {
        font-size: 30px;
    }

    .gb-section-card {
        padding: 22px;
    }
}

@media (max-width: 575px) {
    .gb-blog-hub__title {
        font-size: 26px;
    }

    .gb-blog-hub__subtitle {
        font-size: 14px;
    }

    .gb-section-card__title {
        font-size: 22px;
    }

    .gb-game-card__image-wrap {
        height: 170px;
    }
}