    html,
    body {
        max-width: 100%;
        overflow-x: hidden;
    }

    .gfc-saas-hero {
        position: relative;
        max-width: 100%;
        min-height: 560px;
        overflow: hidden;
        background: #030712;
        isolation: isolate;
    }

    .gfc-saas-hero__media {
        position: absolute;
        inset: 0;
        z-index: 0;
        background-image: var(--gfc-hero-image);
        background-position: center center;
        background-size: cover;
        transform: scale(1.01);
    }

    .gfc-saas-hero__overlay {
        position: absolute;
        inset: 0;
        z-index: 1;
        pointer-events: none;
        background:
            linear-gradient(90deg, rgba(3, 7, 18, .98) 0%, rgba(4, 8, 20, .94) 28%, rgba(4, 8, 20, .42) 54%, rgba(3, 7, 18, .08) 100%),
            linear-gradient(180deg, rgba(3, 7, 18, .2) 0%, rgba(3, 7, 18, .18) 52%, rgba(3, 7, 18, .96) 100%);
    }

    .gfc-saas-hero:before,
    .gfc-saas-hero:after {
        content: "";
        position: absolute;
        inset: 0;
        z-index: 2;
        pointer-events: none;
    }

    .gfc-saas-hero:before {
        background:
            linear-gradient(115deg, transparent 0 31%, rgba(0, 229, 255, .18) 31.4%, transparent 33.2%),
            linear-gradient(118deg, transparent 0 48%, rgba(255, 46, 136, .12) 48.5%, transparent 50.5%),
            linear-gradient(90deg, rgba(0, 229, 255, .08), transparent 26%, transparent 100%);
        mix-blend-mode: screen;
    }

    .gfc-saas-hero:after {
        background-image:
            repeating-linear-gradient(90deg, rgba(255, 255, 255, .035) 0 1px, transparent 1px 96px),
            repeating-linear-gradient(0deg, rgba(255, 255, 255, .025) 0 1px, transparent 1px 80px);
        opacity: .28;
        mask-image: linear-gradient(90deg, #000 0%, #000 42%, transparent 78%);
    }

    .gfc-saas-hero__container {
        position: relative;
        z-index: 3;
        max-width: 100%;
        min-height: 560px;
        padding-top: 42px;
        padding-bottom: 36px;
    }

    .gfc-saas-hero__content {
        max-width: 560px;
        min-width: 0;
    }

    .gfc-saas-hero__eyebrow {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        border: 1px solid rgba(0, 229, 255, .38);
        border-radius: 999px;
        background: rgba(3, 7, 18, .7);
        box-shadow: 0 0 32px rgba(0, 229, 255, .16);
        color: #7fff00;
        font-family: Montserrat, sans-serif;
        font-size: 12px;
        font-weight: 900;
        letter-spacing: .16em;
        line-height: 1;
        padding: 11px 16px;
        text-transform: uppercase;
    }

    .gfc-saas-hero__eyebrow:before {
        content: "";
        display: block;
        width: 8px;
        height: 8px;
        border-radius: 999px;
        background: #00e5ff;
        box-shadow: 0 0 16px #00e5ff;
    }

    .gfc-saas-hero__title {
        margin: 26px 0 0;
        color: #fff;
        font-family: Raleway, sans-serif;
        font-size: clamp(22px, 5.3vw, 58px);
        font-weight: 900;
        letter-spacing: 0;
        line-height: .94;
        overflow-wrap: break-word;
        text-transform: uppercase;
        text-shadow: 0 0 32px rgba(0, 229, 255, .2);
        word-break: normal;
    }

    .gfc-saas-hero__lead {
        max-width: 500px;
        margin: 24px 0 0;
        color: rgba(226, 232, 240, .84);
        font-family: "Open Sans", sans-serif;
        font-size: 17px;
        line-height: 1.7;
    }

    .gfc-saas-hero-carousel {
        min-height: 300px;
        cursor: grab;
        touch-action: pan-y;
        user-select: none;
    }

    .gfc-saas-hero-carousel.is-dragging {
        cursor: grabbing;
    }

    .gfc-saas-hero-carousel .carousel-inner {
        overflow: visible;
    }

    .gfc-saas-hero-carousel__item {
        min-height: 230px;
    }

    .gfc-saas-hero-carousel__live-logo {
        display: inline-flex;
        max-width: min(360px, 100%);
        margin-top: 22px;
        transition: filter .22s ease, transform .22s ease;
    }

    .gfc-saas-hero-carousel__live-logo:hover,
    .gfc-saas-hero-carousel__live-logo:focus {
        filter: drop-shadow(0 0 24px rgba(0, 229, 255, .32));
        transform: translateY(-2px);
    }

    .gfc-saas-hero-carousel__live-logo img {
        display: block;
        max-width: 100%;
        height: auto;
    }

    .gfc-saas-hero-championship {
        display: flex;
        align-items: flex-start;
        gap: 18px;
        margin-top: 22px;
    }

    .gfc-saas-hero-championship__trophy {
        display: inline-flex;
        width: 92px;
        height: 92px;
        flex: 0 0 92px;
        align-items: center;
        justify-content: center;
        border: 1px solid rgba(0, 229, 255, .42);
        border-radius: 14px;
        background: rgba(3, 7, 18, .62);
        box-shadow: inset 0 0 26px rgba(0, 229, 255, .08), 0 0 28px rgba(255, 46, 136, .18);
        padding: 10px;
    }

    .gfc-saas-hero-championship__trophy img {
        display: block;
        max-width: 100%;
        max-height: 100%;
        object-fit: contain;
    }

    .gfc-saas-hero-championship__body {
        min-width: 0;
    }

    .gfc-saas-hero-championship__game {
        display: block;
        color: #00e5ff;
        font-family: Montserrat, sans-serif;
        font-size: 12px;
        font-weight: 900;
        letter-spacing: .14em;
        line-height: 1;
        text-transform: uppercase;
    }

    .gfc-saas-hero-championship__title {
        margin: 10px 0 0;
        color: #fff;
        font-family: Raleway, sans-serif;
        font-size: 34px;
        font-weight: 900;
        letter-spacing: 0;
        line-height: 1.05;
        overflow-wrap: break-word;
        text-transform: uppercase;
        text-shadow: 0 0 28px rgba(0, 229, 255, .18);
    }

    .gfc-saas-hero-championship__meta {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        margin-top: 16px;
    }

    .gfc-saas-hero-championship__meta span {
        display: inline-flex;
        align-items: center;
        min-height: 34px;
        border: 1px solid rgba(127, 255, 0, .28);
        border-radius: 999px;
        background: rgba(3, 7, 18, .62);
        box-shadow: inset 0 0 18px rgba(127, 255, 0, .08);
        color: rgba(226, 232, 240, .9);
        font-family: Montserrat, sans-serif;
        font-size: 11px;
        font-weight: 800;
        letter-spacing: .08em;
        line-height: 1;
        padding: 10px 13px;
        text-transform: uppercase;
    }

    .gfc-saas-hero-championship__link {
        display: inline-flex;
        align-items: center;
        margin-top: 18px;
        border-bottom: 1px solid rgba(0, 229, 255, .76);
        color: #7fff00 !important;
        font-family: Montserrat, sans-serif;
        font-size: 12px;
        font-weight: 900;
        letter-spacing: .12em;
        line-height: 1;
        padding-bottom: 7px;
        text-decoration: none !important;
        text-transform: uppercase;
        transition: border-color .22s ease, color .22s ease, text-shadow .22s ease;
    }

    .gfc-saas-hero-championship__link:hover,
    .gfc-saas-hero-championship__link:focus {
        border-color: rgba(255, 46, 136, .86);
        color: #00e5ff !important;
        text-shadow: 0 0 18px rgba(0, 229, 255, .44);
    }

    .gfc-saas-hero-carousel__nav {
        display: inline-flex;
        align-items: center;
        margin-top: 28px;
        padding: 8px 0;
    }

    .gfc-saas-hero-carousel__indicators {
        position: static;
        display: inline-flex;
        width: auto;
        align-items: center;
        gap: 8px;
        margin: 0;
        padding: 0;
    }

    .gfc-saas-hero-carousel__indicators li,
    .gfc-saas-hero-carousel__indicators .active {
        width: 32px;
        height: 4px;
        margin: 0;
        border: 0;
        border-radius: 999px;
        background: rgba(148, 163, 184, .34);
        box-shadow: none;
    }

    .gfc-saas-hero-carousel__indicators .active {
        width: 48px;
        background: #c605f7;
        box-shadow: 0 0 18px rgba(198, 5, 247, .68), 0 0 28px rgba(0, 229, 255, .28);
    }

    .gfc-saas-hero__actions {
        display: flex;
        flex-wrap: wrap;
        gap: 14px;
        margin-top: 34px;
    }

    .gfc-saas-hero__btn {
        position: relative;
        display: inline-flex;
        min-height: 56px;
        align-items: center;
        justify-content: center;
        overflow: hidden;
        border-radius: 10px;
        font-family: Montserrat, sans-serif;
        font-size: 12px;
        font-weight: 900;
        letter-spacing: .09em;
        line-height: 1;
        padding: 18px 24px;
        text-decoration: none !important;
        text-transform: uppercase;
        transition: box-shadow .22s ease, transform .22s ease, border-color .22s ease;
    }

    .gfc-saas-hero__btn:before {
        content: "";
        position: absolute;
        inset: -1px;
        background: linear-gradient(110deg, transparent 18%, rgba(255, 255, 255, .72) 46%, transparent 68%);
        transform: translateX(-120%);
        transition: transform .7s ease;
    }

    .gfc-saas-hero__btn:hover,
    .gfc-saas-hero__btn:focus {
        transform: translateY(-2px);
    }

    .gfc-saas-hero__btn:hover:before,
    .gfc-saas-hero__btn:focus:before {
        transform: translateX(120%);
    }

    .gfc-saas-hero__btn--primary {
        border: 1px solid rgba(0, 229, 255, .72);
        background: linear-gradient(135deg, #00e5ff, #7c3aed 58%, #ff2e88);
        box-shadow: 0 0 26px rgba(0, 229, 255, .34), 0 0 54px rgba(124, 58, 237, .22);
        color: #03111d !important;
    }

    .gfc-saas-hero__btn--secondary {
        border: 1px solid rgba(255, 255, 255, .22);
        background: rgba(3, 7, 18, .58);
        box-shadow: inset 0 0 24px rgba(0, 229, 255, .08), 0 0 26px rgba(255, 46, 136, .14);
        color: #fff !important;
    }

    .gfc-saas-hero__btn--primary:hover,
    .gfc-saas-hero__btn--primary:focus {
        box-shadow: 0 0 34px rgba(0, 229, 255, .52), 0 0 76px rgba(255, 46, 136, .3);
    }

    .gfc-saas-hero__btn--secondary:hover,
    .gfc-saas-hero__btn--secondary:focus {
        border-color: rgba(127, 255, 0, .56);
        box-shadow: inset 0 0 24px rgba(127, 255, 0, .08), 0 0 28px rgba(127, 255, 0, .18);
    }

    .gfc-saas-hero__metrics {
        display: grid;
        max-width: 420px;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 10px;
        margin-top: 36px;
    }

    .gfc-saas-hero__metrics span {
        border: 1px solid rgba(148, 163, 184, .2);
        border-radius: 10px;
        background: rgba(3, 7, 18, .54);
        box-shadow: inset 0 0 18px rgba(0, 229, 255, .08);
        padding: 13px 12px;
    }

    .gfc-saas-hero__metrics strong,
    .gfc-saas-hero__metrics small {
        display: block;
        font-family: Montserrat, sans-serif;
        line-height: 1;
        text-transform: uppercase;
    }

    .gfc-saas-hero__metrics strong {
        color: #00e5ff;
        font-size: 18px;
        font-weight: 900;
    }

    .gfc-saas-hero__metrics small {
        margin-top: 7px;
        color: rgba(226, 232, 240, .72);
        font-size: 10px;
        font-weight: 800;
        letter-spacing: .08em;
    }

    .main-news-list {
        position: relative;
        background: #05060c;
        overflow: hidden;
    }

    .main-news-list .owl-stage-outer {
        overflow: hidden;
    }

    .main-news-list .gfc-match-news-item {
        position: relative;
        height: 282px;
        overflow: hidden;
        background: #05060c;
        isolation: isolate;
    }

    .main-news-list .gfc-match-news-item:before,
    .main-news-list .gfc-match-news-item:after {
        content: "";
        position: absolute;
        inset: 0;
        z-index: 1;
        pointer-events: none;
    }

    .main-news-list .gfc-match-news-item:before {
        background:
            radial-gradient(circle at 72% 32%, rgba(0, 229, 255, .24), transparent 28%),
            linear-gradient(90deg, rgba(3, 7, 18, .92) 0%, rgba(3, 7, 18, .62) 42%, rgba(3, 7, 18, .18) 100%);
    }

    .main-news-list .gfc-match-news-item:after {
        border: 1px solid rgba(0, 229, 255, .18);
        box-shadow: inset 0 0 38px rgba(124, 58, 237, .18);
    }

    .main-news-list .gfc-match-news-item > img.gfc-match-news-item__banner {
        width: 100%;
        height: 100%;
        padding: 0;
        border: 0;
        background: transparent;
        filter: saturate(1.18) contrast(1.08) brightness(.74);
        object-fit: cover;
        transform: scale(1.02);
        transition: filter .28s ease, transform .28s ease;
    }

    .main-news-list .gfc-match-news-item:hover > img.gfc-match-news-item__banner {
        filter: saturate(1.32) contrast(1.12) brightness(.88);
        transform: scale(1.07);
    }

    .main-news-list .gfc-match-news-item__teams {
        position: absolute;
        right: 22px;
        bottom: 22px;
        z-index: 3;
        display: inline-flex;
        align-items: center;
        gap: 10px;
        padding: 10px 12px;
        border: 1px solid rgba(255, 255, 255, .16);
        border-radius: 999px;
        background: rgba(3, 7, 18, .72);
        box-shadow: 0 0 24px rgba(0, 229, 255, .18);
        backdrop-filter: blur(10px);
    }

    .main-news-list .gfc-match-news-item__team-logo {
        display: inline-flex;
        width: 46px;
        height: 46px;
        align-items: center;
        justify-content: center;
        border: 1px solid rgba(255, 255, 255, .18);
        border-radius: 50%;
        background: rgba(255, 255, 255, .08);
        overflow: hidden;
    }

    .main-news-list .gfc-match-news-item__team-logo img {
        width: 34px;
        height: 34px;
        border: 0;
        object-fit: contain;
    }

    .main-news-list .gfc-match-news-item__score {
        color: #fff;
        font-family: Montserrat, sans-serif;
        font-size: 13px;
        font-weight: 900;
        line-height: 1;
        text-transform: uppercase;
    }

    .main-news-list .gfc-match-news-item .caption {
        z-index: 2;
        width: 48%;
        padding: 20px 22px 0 30px;
    }

    .main-news-list .gfc-match-news-item .caption:before {
        background:
            linear-gradient(115deg, rgba(5, 6, 12, .94), rgba(17, 24, 39, .86)),
            radial-gradient(circle at 10% 10%, rgba(255, 46, 136, .22), transparent 38%);
        box-shadow: 12px 0 26px rgba(0, 0, 0, .22);
    }

    .main-news-list .gfc-match-news-item .caption .date {
        color: rgba(226, 232, 240, .82);
        font-size: 10px;
        letter-spacing: .06em;
        line-height: 1.5;
    }

    .main-news-list .gfc-match-news-item .caption .name {
        margin-top: 8px;
        color: #fff;
        font-size: 16px;
        font-weight: 900;
        line-height: 1.35;
        text-shadow: 0 0 18px rgba(0, 229, 255, .18);
    }

    .main-news-list .gfc-match-news-item:hover .caption:before {
        background:
            linear-gradient(115deg, rgba(0, 229, 255, .9), rgba(124, 58, 237, .88)),
            radial-gradient(circle at 20% 10%, rgba(255, 46, 136, .28), transparent 44%);
    }

    .main-news-list .gfc-match-news-item:hover .caption .date,
    .main-news-list .gfc-match-news-item:hover .caption .name {
        color: #03111d;
    }

    .main-news-list .owl-nav {
        position: absolute;
        top: 18px;
        right: 18px;
        z-index: 5;
        display: flex;
        gap: 8px;
    }

    .main-news-list .owl-nav .owl-prev,
    .main-news-list .owl-nav .owl-next {
        display: inline-flex;
        width: 42px;
        height: 42px;
        align-items: center;
        justify-content: center;
        border: 1px solid rgba(255, 255, 255, .2);
        border-radius: 50%;
        background: rgba(3, 7, 18, .72);
        color: #fff;
        font-size: 18px;
        line-height: 1;
        transition: background .2s ease, border-color .2s ease, box-shadow .2s ease, transform .2s ease;
        backdrop-filter: blur(10px);
    }

    .main-news-list .owl-nav .owl-prev:hover,
    .main-news-list .owl-nav .owl-next:hover {
        border-color: rgba(0, 229, 255, .72);
        background: rgba(0, 229, 255, .2);
        box-shadow: 0 0 22px rgba(0, 229, 255, .28);
        transform: translateY(-1px);
    }

    .main-news-list .owl-dots {
        position: absolute;
        right: 20px;
        bottom: 16px;
        left: auto;
        z-index: 5;
        display: flex;
        width: auto;
        margin: 0;
        gap: 7px;
    }

    .main-news-list .owl-dot {
        width: 24px;
        height: 4px;
        margin: 0;
        border-radius: 999px;
        background: rgba(255, 255, 255, .32);
        transition: width .2s ease, background .2s ease, box-shadow .2s ease;
    }

    .main-news-list .owl-dot.active {
        width: 42px;
        background: #00e5ff;
        box-shadow: 0 0 14px rgba(0, 229, 255, .72);
    }

    .gfc-academy-section {
        position: relative;
        min-height: 620px;
        overflow: hidden;
        background: #030712;
        isolation: isolate;
    }

    .gfc-academy-section__image-layer {
        position: absolute;
        inset: 0;
        z-index: 0;
    }

    .gfc-academy-section__image-layer img {
        width: 100%;
        height: 100%;
        display: block;
        filter: saturate(1.08) contrast(1.08) brightness(.82);
        object-fit: cover;
        object-position: 28% center;
    }

    .gfc-academy-section:before,
    .gfc-academy-section:after {
        content: "";
        position: absolute;
        inset: 0;
        z-index: 1;
        pointer-events: none;
    }

    .gfc-academy-section:before {
        background:
            linear-gradient(90deg, rgba(3, 7, 18, .9) 0%, rgba(3, 7, 18, .68) 36%, rgba(3, 7, 18, .28) 66%, rgba(3, 7, 18, .08) 100%),
            linear-gradient(180deg, rgba(3, 7, 18, .1) 0%, rgba(3, 7, 18, .82) 100%);
    }

    .gfc-academy-section:after {
        background:
            linear-gradient(115deg, transparent 0 38%, rgba(0, 229, 255, .16) 38.5%, transparent 41%),
            radial-gradient(circle at 18% 22%, rgba(255, 46, 136, .2), transparent 28%);
        mix-blend-mode: screen;
    }

    .gfc-academy-section__content {
        position: relative;
        z-index: 2;
        padding-top: 96px;
        padding-bottom: 86px;
    }

    .gfc-academy-section__eyebrow {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        border: 1px solid rgba(0, 229, 255, .36);
        border-radius: 999px;
        background: rgba(3, 7, 18, .66);
        color: #7fff00;
        font-family: Montserrat, sans-serif;
        font-size: 11px;
        font-weight: 900;
        letter-spacing: .16em;
        line-height: 1;
        padding: 10px 15px;
        text-transform: uppercase;
    }

    .gfc-academy-section__eyebrow:before {
        content: "";
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: #00e5ff;
        box-shadow: 0 0 16px rgba(0, 229, 255, .86);
    }

    .gfc-academy-section h4 {
        max-width: 700px;
        margin: 24px 0 0;
        color: #fff;
        font-family: Raleway, sans-serif;
        font-size: 54px;
        font-weight: 900;
        letter-spacing: 0;
        line-height: .98;
        text-transform: uppercase;
    }

    .gfc-academy-section__content > .row:first-child p {
        max-width: 610px;
        margin: 22px 0 0;
        color: rgba(226, 232, 240, .86);
        font-family: "Open Sans", sans-serif;
        font-size: 17px;
        line-height: 1.7;
    }

    .gfc-academy-section__cta {
        display: inline-flex;
        min-height: 54px;
        align-items: center;
        justify-content: center;
        margin-top: 32px;
        border: 1px solid rgba(0, 229, 255, .58);
        border-radius: 10px;
        background: linear-gradient(135deg, #00e5ff, #7c3aed 58%, #ff2e88);
        box-shadow: 0 0 28px rgba(0, 229, 255, .28);
        color: #03111d !important;
        font-family: Montserrat, sans-serif;
        font-size: 12px;
        font-weight: 900;
        letter-spacing: .08em;
        line-height: 1;
        padding: 18px 24px;
        text-decoration: none !important;
        text-transform: uppercase;
        transition: box-shadow .22s ease, transform .22s ease;
    }

    .gfc-academy-section__cta:hover,
    .gfc-academy-section__cta:focus {
        box-shadow: 0 0 38px rgba(0, 229, 255, .42), 0 0 70px rgba(255, 46, 136, .22);
        transform: translateY(-2px);
    }

    .gfc-academy-section__features {
        margin-top: 64px;
    }

    .gfc-academy-feature {
        min-height: 190px;
        border: 1px solid rgba(148, 163, 184, .2);
        border-radius: 8px;
        background: rgba(3, 7, 18, .68);
        box-shadow: inset 0 0 26px rgba(0, 229, 255, .06), 0 18px 40px rgba(0, 0, 0, .22);
        padding: 26px;
        backdrop-filter: blur(12px);
    }

    .gfc-academy-feature__number {
        display: block;
        color: #00e5ff;
        font-family: Montserrat, sans-serif;
        font-size: 12px;
        font-weight: 900;
        letter-spacing: .14em;
        line-height: 1;
    }

    .gfc-academy-feature strong {
        display: block;
        margin-top: 18px;
        color: #fff;
        font-family: Montserrat, sans-serif;
        font-size: 16px;
        font-weight: 900;
        line-height: 1.25;
        text-transform: uppercase;
    }

    .gfc-academy-feature p {
        margin: 12px 0 0;
        color: rgba(226, 232, 240, .74);
        font-size: 14px;
        line-height: 1.65;
    }

    @media (max-width: 991px) {
        .gfc-saas-hero,
        .gfc-saas-hero__container {
            min-height: 620px;
        }

        .gfc-saas-hero__media {
            background-position: 62% center;
        }

        .gfc-saas-hero__overlay {
            background:
                linear-gradient(90deg, rgba(3, 7, 18, .98) 0%, rgba(4, 8, 20, .88) 46%, rgba(4, 8, 20, .22) 100%),
                linear-gradient(180deg, rgba(3, 7, 18, .28) 0%, rgba(3, 7, 18, .28) 52%, rgba(3, 7, 18, .96) 100%);
        }

        .gfc-saas-hero__container {
            padding-top: 48px;
            padding-bottom: 110px;
        }

        .gfc-academy-section {
            min-height: auto;
        }

        .gfc-academy-section__content {
            padding-top: 74px;
            padding-bottom: 66px;
        }

        .gfc-academy-section h4 {
            font-size: 44px;
        }

        .gfc-academy-feature {
            margin-bottom: 18px;
        }

    }

    @media (max-width: 640px) {
        .gfc-saas-hero,
        .gfc-saas-hero__container {
            min-height: auto;
        }

        .gfc-saas-hero__media {
            background-position: 68% center;
        }

        .gfc-saas-hero__overlay {
            background:
                linear-gradient(90deg, rgba(3, 7, 18, .98), rgba(3, 7, 18, .82)),
                linear-gradient(180deg, rgba(3, 7, 18, .18), rgba(3, 7, 18, .95));
        }

        .gfc-saas-hero__container {
            padding-top: 34px;
            padding-bottom: 42px;
        }

        .gfc-saas-hero__title {
            font-size: 28px;
            line-height: .98;
        }

        .gfc-saas-hero__lead {
            font-size: 15px;
            line-height: 1.62;
        }

        .gfc-saas-hero-carousel {
            min-height: auto;
        }

        .gfc-saas-hero-carousel__item {
            min-height: auto;
        }

        .gfc-saas-hero-championship {
            flex-direction: column;
            gap: 14px;
        }

        .gfc-saas-hero-championship__trophy {
            width: 78px;
            height: 78px;
            flex-basis: 78px;
        }

        .gfc-saas-hero-championship__title {
            font-size: 26px;
        }

        .gfc-saas-hero-carousel__nav {
            display: flex;
            width: 100%;
            justify-content: center;
        }

        .gfc-saas-hero-carousel__indicators {
            width: 100%;
            justify-content: center;
        }

        .gfc-saas-hero__actions,
        .gfc-saas-hero__metrics {
            grid-template-columns: 1fr;
            width: 100%;
        }

        .gfc-saas-hero__actions {
            flex-direction: column;
        }

        .gfc-saas-hero__btn {
            width: 100%;
        }

        .main-news-list .gfc-match-news-item {
            height: 282px;
        }

        .main-news-list .gfc-match-news-item .caption {
            width: 66%;
            padding-top: 18px;
            padding-left: 22px;
        }

        .main-news-list .gfc-match-news-item__teams {
            right: 16px;
            bottom: 16px;
            gap: 8px;
            padding: 8px 10px;
        }

        .main-news-list .gfc-match-news-item__team-logo {
            width: 40px;
            height: 40px;
        }

        .main-news-list .gfc-match-news-item__team-logo img {
            width: 29px;
            height: 29px;
        }

        .main-news-list .owl-nav {
            top: 12px;
            right: 12px;
        }

        .main-news-list .owl-nav .owl-prev,
        .main-news-list .owl-nav .owl-next {
            width: 36px;
            height: 36px;
        }

        .main-news-list .owl-dots {
            bottom: 12px;
            left: 18px;
            right: auto;
        }

        .gfc-academy-section__content {
            padding-top: 54px;
            padding-bottom: 48px;
        }

        .gfc-academy-section h4 {
            font-size: 34px;
            line-height: 1.04;
        }

        .gfc-academy-section__content > .row:first-child p {
            font-size: 15px;
            line-height: 1.62;
        }

        .gfc-academy-section__cta {
            width: 100%;
        }

        .gfc-academy-section__features {
            margin-top: 38px;
        }

    }

    .gfc-hero-match {
        display: flex;
        min-height: 520px;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 86px 16px 240px;
        text-align: center;
    }

    .gfc-hero-match__date {
        display: inline-flex;
        max-width: 100%;
        align-items: center;
        justify-content: center;
        border: 1px solid rgba(34, 211, 238, .35);
        border-radius: 999px;
        background: rgba(5, 10, 25, .72);
        box-shadow: 0 0 24px rgba(34, 211, 238, .16);
        color: #d9f99d;
        font-family: Montserrat, sans-serif;
        font-size: 12px;
        font-weight: 700;
        letter-spacing: .08em;
        line-height: 1.3;
        overflow-wrap: anywhere;
        padding: 10px 16px;
        text-align: center;
        text-transform: uppercase;
        white-space: normal;
    }

    .gfc-hero-versus {
        display: grid;
        width: min(920px, 100%);
        grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
        align-items: center;
        gap: 18px;
        margin: 24px auto 0;
    }

    .gfc-hero-team {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        gap: 8px;
        min-width: 0;
        color: #fff;
        font-family: Raleway, sans-serif;
        font-size: clamp(24px, 5vw, 56px);
        font-weight: 900;
        line-height: 1;
        overflow-wrap: anywhere;
        text-transform: uppercase;
        text-shadow: 0 0 22px rgba(255, 255, 255, .16);
    }

    .gfc-hero-team.is-home {
        justify-content: flex-end;
        text-align: right;
    }

    .gfc-hero-team.is-away {
        justify-content: flex-start;
        text-align: left;
    }

    .gfc-hero-team-logo {
        width: clamp(86px, 14vw, 150px);
        height: clamp(86px, 14vw, 150px);
        border: 1px solid rgba(255, 255, 255, .18);
        border-radius: 22px;
        background: radial-gradient(circle at center, rgba(255, 255, 255, .18), rgba(15, 23, 42, .58));
        box-shadow: 0 0 34px rgba(34, 211, 238, .22), inset 0 0 22px rgba(255, 255, 255, .08);
        object-fit: contain;
        padding: 14px;
    }

    .gfc-hero-team-name {
        display: block;
        max-width: min(180px, 100%);
        color: #e5e7eb;
        font-family: Montserrat, sans-serif;
        font-size: 11px;
        font-weight: 800;
        letter-spacing: .04em;
        line-height: 1.2;
        overflow: hidden;
        text-overflow: ellipsis;
        text-shadow: 0 0 14px rgba(255, 255, 255, .18);
        text-transform: uppercase;
        white-space: nowrap;
    }

    .gfc-hero-score {
        min-width: 116px;
        border: 1px solid rgba(190, 242, 100, .45);
        border-radius: 18px;
        background: linear-gradient(135deg, rgba(15, 23, 42, .88), rgba(8, 13, 28, .72));
        box-shadow: 0 0 36px rgba(190, 242, 100, .28), inset 0 0 22px rgba(34, 211, 238, .1);
        color: #bef264;
        font-family: Montserrat, sans-serif;
        font-size: clamp(28px, 5vw, 58px);
        font-weight: 900;
        line-height: 1;
        padding: 18px 20px;
        text-align: center;
    }

    .gfc-hero-actions {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: center;
        gap: 12px;
        margin-top: 28px;
        width: min(100%, 360px);
    }

    .gfc-glow-btn {
        position: relative;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        min-height: 56px;
        border-radius: 999px;
        border: 1px solid rgba(230, 100, 242, 0.72);
        background: linear-gradient(135deg, #dd4eed, #970cb3);
        box-shadow: 0 0 22px rgba(230, 100, 242, .45), 0 0 46px rgba(34, 211, 238, .24);
        color: #08111f !important;
        font-family: Montserrat, sans-serif;
        font-size: 13px;
        font-weight: 900;
        letter-spacing: .08em;
        line-height: 1;
        overflow: hidden;
        padding: 12px 22px;
        text-decoration: none !important;
        text-transform: uppercase;
        transition: transform .22s ease, box-shadow .22s ease, filter .22s ease;
    }

    .gfc-glow-btn:not(.is-outline) {
        animation: gfcPulseGlow 1.9s ease-in-out infinite;
    }

    .gfc-glow-btn:before {
        content: "";
        position: absolute;
        inset: -2px;
        background: linear-gradient(110deg, transparent 18%, rgba(255, 255, 255, .75) 45%, transparent 65%);
        transform: translateX(-110%);
        transition: transform .7s ease;
    }

    .gfc-glow-btn:hover,
    .gfc-glow-btn:focus {
        box-shadow: 0 0 30px rgba(190, 242, 100, .68), 0 0 70px rgba(34, 211, 238, .34);
        filter: saturate(1.12);
        transform: translateY(-2px);
    }

    .gfc-glow-btn:hover:before,
    .gfc-glow-btn:focus:before {
        transform: translateX(110%);
    }

    .gfc-glow-btn span {
        position: relative;
        z-index: 1;
    }

    .gfc-glow-btn.is-outline {
        border-color: rgba(255, 255, 255, .3);
        background: rgba(8, 13, 28, .64);
        box-shadow: 0 0 20px rgba(34, 211, 238, .18);
        color: #fff !important;
    }

    .gfc-glow-btn--live {
        gap: 10px;
        margin-top: 4px;
        background: linear-gradient(135deg, #ff214f, #c605f7 52%, #18d7ff);
        border-color: rgba(255, 255, 255, .48);
        color: #fff !important;
        box-shadow: 0 0 26px rgba(255, 33, 79, .46), 0 0 58px rgba(24, 215, 255, .28);
    }

    .gfc-glow-btn--live .gfc-glow-btn__logo {
        display: block;
        height: 32px;
        object-fit: contain;
        position: relative;
        width: auto;
        z-index: 1;
    }

    @keyframes gfcPulseGlow {
        0%, 100% {
            box-shadow: 0 0 22px rgba(190, 242, 100, .45), 0 0 46px rgba(34, 211, 238, .24);
            transform: translateY(0) scale(1);
        }

        50% {
            box-shadow: 0 0 34px rgba(190, 242, 100, .78), 0 0 78px rgba(34, 211, 238, .42);
            transform: translateY(-1px) scale(1.035);
        }
    }

    @media (prefers-reduced-motion: reduce) {
        .gfc-glow-btn:not(.is-outline) {
            animation: none;
        }
    }

    .gfc-upcoming-card {
        min-height: 132px;
        border: 1px solid rgba(255, 255, 255, .12);
        border-radius: 16px;
        background: linear-gradient(145deg, rgba(10, 15, 31, .9), rgba(18, 24, 42, .72));
        box-shadow: 0 12px 34px rgba(0, 0, 0, .32), inset 0 1px 0 rgba(255, 255, 255, .06);
        color: #fff !important;
        display: flex !important;
        flex-direction: column;
        justify-content: space-between;
        margin: 0 5px;
        overflow: hidden;
        padding: 14px;
        text-align: center;
        text-decoration: none !important;
        transition: border-color .22s ease, box-shadow .22s ease, transform .22s ease;
    }

    .gfc-upcoming-card:hover,
    .carousel-indicators .active .gfc-upcoming-card {
        border-color: rgba(190, 242, 100, .7);
        box-shadow: 0 0 22px rgba(190, 242, 100, .28), 0 16px 42px rgba(0, 0, 0, .38);
        transform: translateY(-3px);
    }

    .gfc-upcoming-card .championship {
        color: #d9f99d;
        display: block;
        font-family: Montserrat, sans-serif;
        font-size: 11px;
        font-weight: 800;
        letter-spacing: .04em;
        line-height: 1.25;
        min-height: 28px;
        overflow: hidden;
        text-transform: uppercase;
    }

    .gfc-upcoming-teams {
        align-items: center;
        display: grid;
        grid-template-columns: 1fr auto 1fr;
        gap: 10px;
        margin: 10px 0;
    }

    .gfc-upcoming-logo {
        align-items: center;
        display: flex;
        justify-content: center;
        min-width: 0;
    }

    .gfc-upcoming-logo img {
        background: rgba(255, 255, 255, .08);
        border: 1px solid rgba(255, 255, 255, .12);
        border-radius: 12px;
        height: 46px;
        object-fit: contain;
        padding: 5px;
        width: 46px;
    }

    .gfc-upcoming-score {
        border-radius: 12px;
        background: rgba(190, 242, 100, .12);
        color: #bef264;
        font-family: Montserrat, sans-serif;
        font-size: 15px;
        font-weight: 900;
        min-width: 54px;
        padding: 10px 8px;
    }

    .gfc-upcoming-card .game-result {
        color: #cbd5e1;
        display: block;
        font-size: 12px;
        line-height: 1.2;
    }

    .main-players-stat {
        background:
            linear-gradient(135deg, rgba(5, 7, 14, .96), rgba(12, 15, 30, .94)),
            radial-gradient(circle at 18% 20%, rgba(179, 0, 255, .24), transparent 32%),
            radial-gradient(circle at 82% 12%, rgba(0, 240, 255, .16), transparent 30%);
        padding: 64px 0;
    }

    .gfc-ranking-panel {
        background: linear-gradient(180deg, rgba(18, 24, 39, .94), rgba(7, 10, 20, .98));
        border: 1px solid rgba(0, 240, 255, .14);
        border-radius: 10px;
        box-shadow: 0 24px 70px rgba(0, 0, 0, .46), inset 0 1px 0 rgba(255, 255, 255, .06);
        margin-bottom: 24px;
        overflow: hidden;
        padding: 20px;
        position: relative;
    }

    .gfc-ranking-panel:before {
        background: linear-gradient(90deg, #00f0ff, #b300ff 52%, #ffd700);
        content: "";
        height: 3px;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
    }

    .gfc-ranking-title {
        color: #fff;
        font-family: Montserrat, sans-serif;
        font-size: 17px;
        font-weight: 900;
        letter-spacing: .12em;
        margin: 0 0 16px;
        text-shadow: 0 0 18px rgba(0, 240, 255, .2);
        text-transform: uppercase;
    }

    .gfc-ranking-table-wrap {
        border: 1px solid rgba(255, 255, 255, .08);
        border-radius: 8px;
        margin-bottom: 0;
        overflow-x: auto;
    }

    .gfc-ranking-table {
        background: rgba(6, 9, 18, .9);
        border: 0;
        color: #eaf2ff;
        margin-bottom: 0;
    }

    .gfc-ranking-table > thead > tr > th {
        background: rgba(0, 240, 255, .08);
        border: 0;
        border-bottom: 1px solid rgba(0, 240, 255, .22);
        color: #00f0ff;
        font-size: 11px;
        font-weight: 900;
        letter-spacing: .1em;
        padding: 13px 12px;
        text-align: center;
        text-transform: uppercase;
        white-space: nowrap;
    }

    .gfc-ranking-table > thead > tr > th:nth-child(2) {
        text-align: left;
    }

    .gfc-ranking-table > tbody > tr > td {
        background: rgba(255, 255, 255, .025);
        border-color: rgba(255, 255, 255, .07);
        color: #dbeafe;
        font-size: 12px;
        font-weight: 800;
        padding: 12px;
        vertical-align: middle;
        white-space: nowrap;
    }

    .gfc-ranking-table > tbody > tr:hover > td {
        background: rgba(179, 0, 255, .12);
        color: #fff;
    }

    .gfc-ranking-table a {
        color: #fff;
        text-decoration: none;
    }

    .gfc-ranking-table a:hover,
    .gfc-ranking-table a:focus {
        color: #ffd700;
        text-decoration: none;
    }

    .gfc-ranking-table small {
        color: #8ea4c8;
        display: block;
        font-size: 10px;
        font-weight: 700;
        margin-top: 3px;
    }

    .gfc-ranking-name-cell {
        text-align: left;
    }

    .gfc-ranking-team {
        align-items: center;
        color: #fff;
        display: inline-flex;
        gap: 10px;
        min-width: 0;
    }

    .gfc-ranking-team img {
        background: rgba(255, 255, 255, .08);
        border: 1px solid rgba(255, 255, 255, .12);
        border-radius: 8px;
        height: 34px;
        object-fit: contain;
        padding: 4px;
        width: 34px;
    }

    .gfc-ranking-positive {
        color: #78f7c1 !important;
    }

    .gfc-ranking-points strong {
        background: linear-gradient(135deg, rgba(255, 215, 0, .24), rgba(179, 0, 255, .16));
        border: 1px solid rgba(255, 215, 0, .32);
        border-radius: 999px;
        color: #ffd700;
        display: inline-flex;
        justify-content: center;
        min-width: 36px;
        padding: 5px 10px;
    }

    .gfc-ranking-empty {
        color: #8ea4c8 !important;
        padding: 24px !important;
        text-align: center;
    }

    @media (max-width: 991px) {
        .gfc-hero-match {
            min-height: 560px;
            padding-bottom: 250px;
        }

        .event-nav .carousel-indicators > [class*="col-"] {
            margin-bottom: 12px;
            width: 100%;
        }
    }

    .gfc-player-card-carousel {
        margin-top: 28px;
        overflow: visible;
    }

    .gfc-player-card-carousel .carousel-inner {
        overflow: visible;
    }

    .gfc-player-card-track {
        display: flex;
        align-items: stretch;
        justify-content: center;
        gap: 18px;
        padding: 10px 0 22px;
        scroll-behavior: smooth;
        scrollbar-color: rgba(215, 255, 0, .7) rgba(8, 13, 8, .7);
        scrollbar-width: thin;
    }

    .gfc-player-card-track::-webkit-scrollbar {
        height: 8px;
    }

    .gfc-player-card-track::-webkit-scrollbar-track {
        border-radius: 999px;
        background: linear-gradient(90deg, rgba(8, 13, 8, .7), rgba(22, 31, 12, .85));
        box-shadow: inset 0 0 0 1px rgba(215, 255, 0, .12);
    }

    .gfc-player-card-track::-webkit-scrollbar-thumb {
        border: 2px solid rgba(8, 13, 8, .92);
        border-radius: 999px;
        background: linear-gradient(90deg, #d7ff00, #8fb500);
        box-shadow: 0 0 12px rgba(215, 255, 0, .36);
    }

    .gfc-player-card-track::-webkit-scrollbar-thumb:hover {
        background: linear-gradient(90deg, #f0ff5c, #b9e600);
        box-shadow: 0 0 16px rgba(215, 255, 0, .52);
    }

    .gfc-particles-bg {
        position: relative;
        overflow: hidden;
        background:
            radial-gradient(circle at 20% 20%, rgba(198, 5, 247, .16), transparent 28%),
            radial-gradient(circle at 82% 12%, rgba(198, 5, 247, .12), transparent 24%),
            linear-gradient(180deg, #07070d 0%, #100818 52%, #050508 100%);
        isolation: isolate;
    }

    .gfc-particles-bg > .container {
        position: relative;
        z-index: 2;
    }

    .gfc-particles-bg:before,
    .gfc-particles-bg:after {
        content: "";
        position: absolute;
        inset: -20%;
        z-index: 1;
        pointer-events: none;
        background-image:
            radial-gradient(circle, rgba(198, 5, 247, .95) 0 2px, transparent 2.5px),
            radial-gradient(circle, rgba(198, 5, 247, .55) 0 1px, transparent 1.5px),
            radial-gradient(circle, rgba(198, 5, 247, .34) 0 1.5px, transparent 2px),
            radial-gradient(circle, rgba(198, 5, 247, .22) 0 .8px, transparent 1.2px);
        background-position:
            3% 17%,
            19% 73%,
            37% 31%,
            58% 86%;
        background-size:
            173px 211px,
            257px 193px,
            331px 277px,
            421px 359px;
        filter: drop-shadow(0 0 10px rgba(198, 5, 247, .65));
        opacity: .72;
        animation: gfcParticlesFloat 19s linear infinite;
    }

    .gfc-particles-bg:after {
        background-image:
            radial-gradient(circle, rgba(198, 5, 247, .78) 0 1.3px, transparent 1.8px),
            radial-gradient(circle, rgba(198, 5, 247, .42) 0 2.4px, transparent 3px),
            radial-gradient(circle, rgba(198, 5, 247, .24) 0 1px, transparent 1.5px);
        background-position:
            11% 42%,
            49% 12%,
            83% 71%;
        background-size:
            219px 287px,
            383px 241px,
            509px 433px;
        transform: scale(1.18) rotate(8deg);
        opacity: .46;
        animation-duration: 29s;
        animation-direction: reverse;
    }

    @keyframes gfcParticlesFloat {
        0% {
            transform: translate3d(0, 0, 0) rotate(0deg);
        }

        33% {
            transform: translate3d(22px, -18px, 0) rotate(.4deg);
        }

        67% {
            transform: translate3d(-16px, -42px, 0) rotate(-.35deg);
        }

        100% {
            transform: translate3d(7px, -64px, 0) rotate(0deg);
        }
    }

    .gfc-rankings-bg {
        position: relative;
        overflow: hidden;
        background:
            linear-gradient(180deg, rgba(3, 7, 18, .9), rgba(5, 8, 16, .96)),
            url("../images/bg_home.png") center center / cover no-repeat;
        isolation: isolate;
    }

    .gfc-rankings-bg:before {
        content: "";
        position: absolute;
        inset: 0;
        z-index: 1;
        pointer-events: none;
        background:
            radial-gradient(circle at 18% 24%, rgba(198, 5, 247, .18), transparent 30%),
            linear-gradient(90deg, rgba(0, 0, 0, .38), transparent 48%, rgba(0, 0, 0, .42));
    }

    .gfc-rankings-bg > .container {
        position: relative;
        z-index: 2;
    }

    .gfc-player-card-shell {
        flex: 0 1 220px;
        min-width: 0;
    }

    .gfc-player-card {
        position: relative;
        display: block;
        aspect-ratio: 1 / 1.28;
        overflow: hidden;
        color: #f7ff4a;
        text-decoration: none;
        border: 3px solid #d7ff00;
        border-radius: 10px;
        background:
            radial-gradient(circle at 82% 28%, rgba(214, 255, 0, .75), rgba(214, 255, 0, 0) 24%),
            linear-gradient(135deg, rgba(255, 255, 255, .28), rgba(255, 255, 255, 0) 26%),
            linear-gradient(160deg, #070b08 0%, #1b2210 42%, #050805 100%);
        box-shadow: 0 0 0 2px #415500, 0 20px 38px rgba(0, 0, 0, .45), 0 0 28px rgba(214, 255, 0, .2);
        isolation: isolate;
        transition: transform .2s ease, filter .2s ease;
    }

    .gfc-player-card:hover,
    .gfc-player-card:focus {
        color: #f7ff4a;
        text-decoration: none;
        transform: translateY(-6px);
        filter: drop-shadow(0 0 20px rgba(214, 255, 0, .28));
    }

    .gfc-player-card:before {
        content: "";
        position: absolute;
        inset: 7px;
        z-index: -1;
        border-radius: 6px;
        border: 1px solid rgba(214, 255, 0, .55);
        background:
            linear-gradient(112deg, transparent 0 35%, rgba(214, 255, 0, .95) 36%, transparent 39%),
            linear-gradient(146deg, transparent 0 54%, rgba(214, 255, 0, .62) 55%, transparent 58%),
            radial-gradient(circle at 76% 32%, rgba(214, 255, 0, .52), transparent 26%),
            linear-gradient(180deg, rgba(255, 255, 255, .12), rgba(0, 0, 0, .18));
        opacity: .9;
    }

    .gfc-player-card__shine {
        position: absolute;
        inset: 0;
        z-index: 1;
        background:
            linear-gradient(102deg, transparent 0 46%, rgba(255, 255, 255, .24) 47%, rgba(255, 255, 255, .08) 61%, transparent 62%),
            radial-gradient(circle at 18% 18%, rgba(255, 255, 255, .16), transparent 22%);
        pointer-events: none;
    }

    .gfc-player-card__rank {
        position: absolute;
        top: 16px;
        left: 16px;
        z-index: 3;
        color: #f7ff4a;
        font-family: Montserrat, sans-serif;
        font-size: 20px;
        font-weight: 900;
        line-height: 1;
        text-shadow: 0 2px 10px rgba(0, 0, 0, .8);
    }

    .gfc-player-card__photo {
        position: absolute;
        top: 40px;
        left: 18px;
        right: 18px;
        z-index: 2;
        display: block;
        height: 148px;
        overflow: hidden;
        border-radius: 6px;
        border-bottom: 1px solid rgba(214, 255, 0, .32);
        background: rgba(255, 255, 255, .06);
    }

    .gfc-player-card__photo img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        filter: grayscale(.12) contrast(1.08);
    }

    .gfc-player-card__body {
        position: absolute;
        right: 18px;
        bottom: 18px;
        left: 18px;
        z-index: 3;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .gfc-player-card__name {
        display: block;
        width: 100%;
        overflow: hidden;
        color: #fff;
        font-family: Raleway, sans-serif;
        font-size: 15px;
        font-weight: 900;
        line-height: 1.15;
        text-overflow: ellipsis;
        text-transform: uppercase;
        white-space: nowrap;
    }

    .gfc-player-card__team {
        display: block;
        width: 100%;
        margin-top: 4px;
        overflow: hidden;
        color: rgba(255, 255, 255, .76);
        font-family: Montserrat, sans-serif;
        font-size: 10px;
        font-weight: 700;
        line-height: 1.2;
        text-overflow: ellipsis;
        text-transform: uppercase;
        white-space: nowrap;
    }

    .gfc-player-card__metrics {
        display: grid;
        width: 100%;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 6px;
        margin-top: 10px;
        padding: 8px 0;
        border-top: 1px solid rgba(214, 255, 0, .28);
        border-bottom: 1px solid rgba(214, 255, 0, .28);
        background: rgba(0, 0, 0, .26);
    }

    .gfc-player-card__metrics span,
    .gfc-player-card__footer {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .gfc-player-card__metrics span {
        min-width: 0;
        flex-direction: column;
        gap: 3px;
    }

    .gfc-player-card__metrics strong {
        color: #f7ff4a;
        font-family: Montserrat, sans-serif;
        font-size: 18px;
        font-weight: 900;
        line-height: 1;
    }

    .gfc-player-card__metrics small {
        color: #f7ff4a;
        font-family: Montserrat, sans-serif;
        font-size: 8px;
        font-weight: 800;
        line-height: 1;
        text-transform: uppercase;
    }

    .gfc-player-card__footer {
        gap: 8px;
        margin-top: 10px;
        color: #fff;
        font-family: Montserrat, sans-serif;
        font-size: 10px;
        font-weight: 900;
        line-height: 1;
        text-transform: uppercase;
    }

    .gfc-player-card__footer img {
        width: 24px;
        height: 18px;
        object-fit: cover;
        box-shadow: 0 0 0 1px rgba(255, 255, 255, .18);
    }

    .gfc-player-card__country-empty {
        display: inline-flex;
        min-width: 24px;
        height: 18px;
        align-items: center;
        justify-content: center;
        background: rgba(255, 255, 255, .1);
        color: rgba(255, 255, 255, .72);
        font-size: 9px;
    }

    @media (max-width: 1199px) {
        .gfc-player-card-track {
            justify-content: flex-start;
            overflow-x: auto;
            overscroll-behavior-x: contain;
            scroll-snap-type: x mandatory;
            -webkit-overflow-scrolling: touch;
            padding: 10px 4px 24px;
        }

        .gfc-player-card-shell {
            flex: 0 0 220px;
            scroll-snap-align: center;
        }
    }

    @media (max-width: 640px) {
        .gfc-player-card-track {
            gap: 14px;
            margin-right: -15px;
            margin-left: -15px;
            padding-right: 15px;
            padding-left: 15px;
        }

        .gfc-player-card-shell {
            flex-basis: 232px;
        }

        .gfc-player-card__photo {
            height: 160px;
        }
    }

    @media (max-width: 640px) {
        .main-players-stat {
            padding: 42px 0;
        }

        .gfc-ranking-panel {
            padding: 16px;
        }

        .gfc-ranking-title {
            font-size: 14px;
            line-height: 1.35;
        }

        .gfc-hero-match {
            min-height: 650px;
            padding: 96px 10px 270px;
        }

        .gfc-hero-match__date {
            width: min(100%, 420px);
            font-size: 11px;
            letter-spacing: .04em;
            line-height: 1.35;
            padding: 9px 12px;
        }

        .gfc-hero-versus {
            width: 100%;
            grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
            gap: 8px;
            margin-top: 18px;
        }

        .gfc-hero-team,
        .gfc-hero-team.is-home,
        .gfc-hero-team.is-away {
            justify-content: center;
            text-align: center;
        }

        .gfc-hero-team-logo {
            width: clamp(72px, 24vw, 96px);
            height: clamp(72px, 24vw, 96px);
            border-radius: 18px;
            padding: 10px;
        }

        .gfc-hero-team-name {
            max-width: 110px;
            font-size: 9px;
        }

        .gfc-hero-score {
            justify-self: center;
            min-width: 70px;
            border-radius: 14px;
            font-size: clamp(26px, 8vw, 38px);
            padding: 14px 12px;
        }

        .gfc-hero-actions {
            align-items: stretch;
            flex-direction: column;
            width: min(100%, 320px);
        }

        .gfc-glow-btn {
            min-height: 56px;
            width: 100%;
        }

        .gfc-glow-btn--live .gfc-glow-btn__logo {
            height: 30px;
            width: auto;
        }
    }
