.section.about {
    margin-top: 30px;
}

hr {
    margin-top: 2px;
    margin-bottom: 3px;
}

.tab-pane {
    padding: 0;
}

.tab-content {
    padding: 0;
}

a {
    color: #666;
}

@media (max-width: 768px) {
    .fa-clock-o {
        margin-top: 15px;
    }

    .nav-tabs>li {
        width: 50%;
    }
}

.show_match {
    min-width: 20px;
    width: auto !important;
}

.live-section {
    color: red;
    font-size: 10px;
}

@media (max-width: 768px) {
    .live-section {
        font-size: 12px;
    }
}

.match_tm_name {
    display: inline-block;
    width: 80%;
}

.match_tm_name_live {
    display: inline-block;
    width: 70%;
}

.hist_score {
    background-color: black;
    text-align: center;
    border-radius: 5px;
}

.hist_score,
.match_info {
    display: inline-block;
    width: 18%;
}

#t-match-next,
#t-match-history {
    font-size: 12px;
}

#SearchParameters.in,
#SearchParameters.collapsing {
    display: block !important;
}

.match_tm_name a:link,
.match_tm_name a:visited,
.match_tm_name_live a:link,
.match_tm_name_live a:visited {
    color: inherit;
}

/*PLAYER*/
.htransfer {
    padding: 15px 10px;
    display: inline-table;
    margin-bottom: 10px;
    background-color: #0b115d17;
    border-radius: 15px;
    border: 1px solid #00000008;
    border-bottom: 2px solid #0014ff17;
}

.htransfer:hover {
    background-color: #e3dff7aa;
    color: #908b8b;
    border-bottom: 2px solid #0014ff36;
}

.pl_hnew {
    width: 195px;
    padding: 15px 10px 10px;
    display: inline-table;
    margin-bottom: 10px;
    background-color: #0b115d17;
    border-radius: 15px;
    border: 1px solid #00000022;
    border-bottom: 2px solid #0014ff17;
}

.pl_hpop {
    width: 195px;
    padding: 15px 10px;
    display: inline-table;
    margin-bottom: 10px;
    background-color: #0b115d17;
    border-radius: 15px;
    border: 1px solid #00000008;
    border-bottom: 2px solid #0014ff17;
}

.pl_hdob {
    width: 195px;
    padding: 15px 10px;
    display: inline-table;
    margin-bottom: 10px;
    background-color: #0b115d17;
    border-radius: 15px;
    border: 1px solid #00000008;
    border-bottom: 2px solid #0014ff17;
}

.pl_hnew:hover {
    background-color: #e3dff7aa;
    color: #908b8b;
    border-bottom: 2px solid #0014ff36;
}

.pl_hpop:hover {
    background-color: #e3dff7aa;
    color: #908b8b;
    border-bottom: 2px solid #0014ff36;
}

.pl_hdob:hover {
    background-color: #e3dff7;
    color: #908b8b;
    border-bottom: 2px solid #0014ff36;
}

.pl_pic {
    filter: grayscale(30%);
    background-color: #f1f1f1;
    border-radius: 10px;
}

.pl_pic:hover {
    filter: grayscale(0%);
    background-color: #f1f1f1;
    border-radius: 8px;
}


.pl_foot {
    background-color: #505056;
    color: #d4c6c6;
    padding: 0px 5px
}

.tr_t {
    background-color: #a00000;
    color: #fffa;
    padding: 2px 8px;
    border-radius: 999px;
    display: inline-block
}

.tr_d {
    background-color: #dcd9d9;
    color: #191919aa;
    padding: 6px 5px
}

.pl_name {
    display: block;
    font-size: 1em;
    font-weight: bold;
    margin: 6px 0 2px;
}

.pl_club-inline {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    width: auto;
    max-width: 100%;
    margin: 2px 0 4px;
}

.pl_club-inline .pl_club_logo {
    display: inline-flex;
    align-items: center;
    flex: 0 0 auto;
}

.pl_club-inline .pl_club_name {
    display: inline-block;
    max-width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
}

.pl_meta {
    display: block;
    font-size: 11px;
    color: #5f6368;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    margin-bottom: 2px;
}

#newly_added .pl_meta {
    display: inline-block;
    background: #101623;
    color: #ffffff;
    padding: 3px 8px;
    border-radius: 999px;
    font-size: 10px;
    letter-spacing: 0.5px;
    margin-top: 2px;
}

[class^="pl_pos"] {
    background-color: #00006f;
    color: #d4c6c6;
    padding: 0px 5px
}

.pl_posKeeper,
.pl_posGK1 {
    background-color: #9a7a03;
    color: #d4c6c6;
    padding: 0px 5px
}

.pl_posAnchor,
.pl_posRB2,
.pl_posCB3,
.pl_posCB4,
.pl_posLB5 {
    background-color: #00009a;
    color: #d4c6c6;
    padding: 0px 5px
}

.pl_posFlank,
.pl_posDMF6,
.pl_posCMF8,
.pl_posAMF10 {
    background-color: #0aa200;
    color: #d4c6c6;
    padding: 0px 5px
}

.pl_posPivot,
.pl_posRWF7,
.pl_posCF9,
.pl_posLWF11,
.pl_posSS12 {
    background-color: #a00101;
    color: #d4c6c6;
    padding: 0px 5px
}

.tr_src {
    display: inline-block;
    width: 38%;
    text-align: right !important;
    vertical-align: top;
}

.tr_dst {
    display: inline-block;
    width: 38%;
    text-align: left;
    vertical-align: top;
}

.tr_arrow {
    display: inline-block;
    width: 20%;
    text-align: center;

}

.transfer-logos {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 6px;
}

.transfer-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.08);
}

.transfer-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6b7280;
    font-size: 14px;
}

.transfer-names {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
    margin-top: 6px;
}

.transfer-name {
    width: 50%;
    font-size: 11px;
    color: #4b5563;
    line-height: 1.3;
}

.owl-carousel.owl-carousel-players .owl-item img {
    display: initial;
}

.owl-carousel.owl-carousel-teams .owl-item img {
    width: auto;
}

/*TEAM*/
#hteam .team_match_logo {
    border-radius: 10px;
    filter: opacity(60%)
}

.tm_list {
    padding: 15px 10px;
    width: 170px;
    margin-bottom: 10px;
    display: inline-table;
    background-color: #0b115d17;
    border-radius: 15px;
    border: 1px solid #00000008;
    border-bottom: 2px solid #0014ff17;
}

.tm_new {
    padding: 14px 12px 16px;
    width: 190px;
    margin-bottom: 10px;
    display: inline-table;
    background-color: #ffffff;
    border-radius: 16px;
    border: 1px solid #c3c8d2;
    box-shadow: 0 10px 18px rgba(15, 23, 42, 0.08);
}

.tm_pop {
    padding: 15px 10px;
    width: 170px;
    margin-bottom: 10px;
    display: inline-table;
    background-color: #0b115d17;
    border-radius: 15px;
    border: 1px solid #00000008;
    border-bottom: 2px solid #0014ff17;
}

.tm_lwinteam {
    padding: 15px 10px;
    margin-bottom: 10px;
    width: 170px;
    display: inline-table;
    background-color: #0b115d17;
    border-radius: 15px;
    border: 1px solid #00000008;
    border-bottom: 2px solid #0014ff17;
}

.tm_list:hover {
    background-color: #e3dff7aa;
    color: #908b8b;
    border-bottom: 2px solid #0014ff36;
}

.tm_new:hover {
    background-color: #e3dff7aa;
    color: #908b8b;
    border-bottom: 2px solid #0014ff36;
}

.tm_pop:hover {
    background-color: #e3dff7aa;
    color: #908b8b;
    border-bottom: 2px solid #0014ff36;
}

.tm_lwinteam:hover {
    background-color: #e3dff7aa;
    color: #908b8b;
    border-bottom: 2px solid #0014ff36;
}

#hteam .tm_name {
    overflow: hidden;
    display: block;
    background-color: #111827;
    color: #ffffff;
    padding: 0 10px;
    font-size: 12px;
    font-weight: 700;
    margin: 8px 0 6px;
    border-radius: 10px;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 163px;
    box-sizing: border-box;
    line-height: 28px;
    height: 28px;
}

#hteam .tm_name:first-letter {
    display: inline;
}

#hteam .tm_league {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin-top: 6px;
    font-size: 12px;
    color: #5c5c5c;
}

#hteam .tm_league a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    color: inherit;
}

#hteam .tm_award {
    margin-top: 6px;
    font-size: 11px;
    color: #4b5563;
    text-transform: uppercase;
    letter-spacing: 0.4px;
}

.tm_name:first-letter {
    display: block;
}

.tm_name:hover {
    background-color: #f30000
}

.team_name {
    font-weight: 600;
    font-size: 1em;
    text-transform: uppercase;
    padding-left: 10px;
}

.tim_fr {
    position: relative;
    top: -100px;
    right: 20px
}

.tm_pic {
    background-color: #f1f1f1;
    border-radius: 60px
}

.tm_logo_v {
    filter: grayscale(20%);
    height: 100px;
    weight: 100px;
    background-color: #f4f6fb;
    border-radius: 12px;
}

.tm_logo_v:hover {
    filter: grayscale(0%);
    height: 100px;
    weight: 100px;
    background-color: #f4f6fb;
    border-radius: 12px;
}

#hteam .tm_new .tm_logo_v {
    height: 100px;
    width: 100px;
    object-fit: contain;
}

#hteam .tm_league {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin-top: 6px;
    font-size: 12px;
    color: #4b5563;
    line-height: 1.3;
}

#hteam .tm_league a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    color: inherit;
}

#hteam .tm_league img {
    width: 26px;
    height: 26px;
    object-fit: contain;
    border-radius: 6px;
    background: #f1f5f9;
    padding: 0;
    margin: 0;
}

#hteam .tm_award {
    margin-top: 8px;
    font-size: 11px;
    color: #6b7280;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    line-height: 1.35;
}

#hteam .tm_award,
#hteam .tm_league span {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.pl_hnew {
    table-layout: fixed;
    margin: 0 0 10px;
}

.match_tm_name,
.mcar-league,
.pl_name,
.pl_club {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.pl_team {
    display: inline-block;
}

.match_tm_name {
    float: left;
}

.mcar-league {
    float: right;
}

.welcome-banner {
    margin-top: 0;
    text-align: center;
}

.welcome-banner img {
    width: 100%;
}

.owl-carousel {
    overflow: hidden
}

.owl-carousel-match {
    height: 104px;
}

.owl-carousel-news {
    height: 290px
}

.owl-carousel-players {
    height: 301px
}

.owl-carousel-teams {
    height: 252px
}

.p-score-car {
    font-size: 9px;
}

.carousel-indicators {
    bottom: -5px;
}

.carousel-indicators li {
    width: 5px;
    height: 5px;
    border-radius: 5px;
}

.carousel-indicators .active {
    width: 7px;
    height: 7px;
}

@media (max-width: 400px) {
    .tab-content {
        padding: 0;
    }
}

/* News hub */
.news-hub {
    background: transparent;
    border: none;
    border-top: 0;
    border-radius: 0;
    padding: 10px 0 0;
    margin-bottom: 18px;
    margin-top: 4px;
    box-shadow: none;
}

.news-hub__top,
.home-section__top {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 12px;
    flex-wrap: wrap;
}

.news-hub__title,
.home-section__title {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 20px;
    font-weight: 800;
    text-transform: uppercase;
    color: #101623;
}

.news-hub__icon,
.home-section__icon {
    width: 20px;
    height: 20px;
}

.news-hub__controls,
.home-section__controls {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-left: auto;
    flex: 1 1 auto;
    min-width: 0;
}

.news-hub__more,
.home-section__more {
    background: #101623;
    color: #ffffff;
    padding: 6px 12px;
    border-radius: 999px;
    font-size: 11px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 700;
    flex-shrink: 0;
}

.news-hub__more:hover,
.home-section__more:hover {
    background: #d71149;
    color: #ffffff;
}

.news-tabs,
.home-tabs {
    border-bottom: 0;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 6px;
    flex: 1 1 auto;
    min-width: 0;
    white-space: nowrap;
    justify-content: flex-start;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.news-tabs>li,
.home-tabs>li {
    float: none;
    width: auto;
    margin: 0;
}

.news-tabs>li>a,
.home-tabs>li>a {
    border: 1px solid #e1e5ea;
    border-radius: 999px;
    padding: 6px 14px;
    font-size: 12px;
    font-weight: 700;
    background: #ffffff;
    color: #222222;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
    line-height: 1.2;
    min-height: 30px;
    white-space: nowrap;
    box-sizing: border-box;
}

.news-tabs>li.active>a,
.news-tabs>li.active>a:focus,
.news-tabs>li.active>a:hover,
.home-tabs>li.active>a,
.home-tabs>li.active>a:focus,
.home-tabs>li.active>a:hover {
    background: #d71149;
    border-color: #d71149;
    color: #ffffff;
}

.news-tab {
    padding: 0;
}

.news-mosaic {
    display: grid;
    grid-template-columns: repeat(10, minmax(0, 1fr));
    grid-auto-rows: 90px;
    gap: 12px;
}

.news-tile {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    background: #0b1020;
    box-shadow: 0 10px 20px rgba(8, 14, 25, 0.15);
}

.news-tile__link {
    display: block;
    height: 100%;
    color: #ffffff;
}

.news-tile__link:hover,
.news-tile__link:focus,
.news-tile__link:active,
.news-tile__link:hover .news-tile__title,
.news-tile__link:hover .news-tile__byline,
.news-tile__link:hover .news-tile__meta,
.news-tile__link:focus .news-tile__title,
.news-tile__link:focus .news-tile__byline,
.news-tile__link:focus .news-tile__meta {
    color: #ffffff;
    text-decoration: none;
}

.news-tile__media {
    position: relative;
    width: 100%;
    height: 100%;
}

.news-tile__media .news_pic {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 0;
    transition: transform 0.35s ease;
}

.news-tile__overlay {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 12px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.75) 100%);
}

.news-tile__link:hover .news-tile__overlay,
.news-tile__link:focus .news-tile__overlay {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 35%, rgba(0, 0, 0, 0.82) 100%);
}

.news-tile__link:hover .news_pic,
.news-tile__link:focus .news_pic {
    transform: scale(1.02);
}

.news-tile__tag {
    align-self: flex-start;
    background: #d71149;
    color: #ffffff;
    font-size: 10px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 4px 8px;
    border-radius: 4px;
    margin-bottom: 8px;
}

.news-tile__meta {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 11px;
    color: #f0f3f9;
}

.news-tile__views i {
    margin-right: 4px;
}

.news-tile__title {
    margin: 6px 0 6px;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.3;
    text-shadow: 0 6px 18px rgba(0, 0, 0, 0.35);
}

.news-tile__byline {
    font-size: 11px;
    color: #d6d9e0;
}

.tile--lead {
    grid-column: 1 / span 6;
    grid-row: 1 / span 4;
}

.tile--side {
    grid-column: 7 / span 4;
    grid-row: 1 / span 2;
}

.tile--small-a {
    grid-column: 7 / span 2;
    grid-row: 3 / span 2;
}

.tile--small-b {
    grid-column: 9 / span 2;
    grid-row: 3 / span 2;
}

.tile--lead .news-tile__title {
    font-size: 20px;
}

.tile--side .news-tile__title {
    font-size: 15px;
}

.tile--small-a .news-tile__title,
.tile--small-b .news-tile__title {
    font-size: 12px;
}

.tile--small-a .news-tile__byline,
.tile--small-b .news-tile__byline {
    display: none;
}

.tile--small-a .news-tile__meta,
.tile--small-b .news-tile__meta {
    font-size: 10px;
}

@media (max-width: 768px) {
    .news-hub {
        padding: 6px 0 0;
    }

    .home-section {
        padding: 6px 0 0;
    }

    .news-hub__controls,
    .home-section__controls {
        width: 100%;
        justify-content: space-between;
        margin-left: 0;
    }

    .news-tabs,
    .home-tabs {
        flex-wrap: nowrap;
    }

    .news-tabs>li>a,
    .home-tabs>li>a {
        padding: 6px 10px;
        font-size: 11px;
    }

    .news-hub__more,
    .home-section__more {
        font-size: 10px;
        padding: 6px 10px;
    }

    .news-mosaic {
        grid-template-columns: 1fr;
        grid-auto-rows: auto;
    }

    .news-tile {
        min-height: 220px;
    }

    .tile--lead,
    .tile--side,
    .tile--small-a,
    .tile--small-b {
        grid-column: 1 / -1;
        grid-row: auto;
    }

    .news-tile__title {
        font-size: 16px;
    }
}

/* Home sections */
.home-section {
    background: transparent;
    border: none;
    border-top: 0;
    border-radius: 0;
    padding: 10px 0 0;
    margin-bottom: 18px;
    margin-top: 4px;
    box-shadow: none;
}

/* HOME_V_MIGRATED_INLINE_STYLES_START */
.fmx-section {
    background: linear-gradient(135deg, #eef6ff 0%, #f8fbff 45%, #ffffff 100%);
    padding: 56px 0;
    border-top: 1px solid #e6edf7;
}

.fmx-wrap {
    display: grid;
    grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr);
    gap: 24px;
    align-items: start;
}

.fmx-card {
    background: #ffffff;
    border: 1px solid #e5ebf3;
    border-radius: 16px;
    box-shadow: 0 10px 24px rgba(15, 34, 58, 0.08);
    padding: 22px;
}

.fmx-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 12px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    color: #0b77b7;
    background: #e8f4ff;
}

.fmx-title {
    margin: 12px 0 10px;
    font-size: 30px;
    line-height: 1.25;
    color: #0f172a;
    font-weight: 800;
}

.fmx-sub {
    margin: 0 0 18px;
    color: #4b5563;
    font-size: 15px;
    line-height: 1.65;
}

.fmx-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.fmx-value {
    border: 1px solid #e8eef6;
    border-radius: 12px;
    padding: 14px;
    background: #fbfdff;
}

.fmx-value__head {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 10px;
}

.fmx-icon-badge {
    width: 30px;
    height: 30px;
    border-radius: 9px;
    border: 1px solid #cfe2f7;
    background: linear-gradient(180deg, #ffffff 0%, #eef6ff 100%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(15, 34, 58, 0.08);
    flex: 0 0 30px;
}

.fmx-icon {
    width: 18px;
    height: 18px;
    display: block;
}

.fmx-value h4 {
    margin: 0 0 8px;
    font-size: 15px;
    font-weight: 800;
    color: #111827;
}

.fmx-value h4.fmx-heading {
    margin: 0;
}

.fmx-list {
    margin: 0;
    padding-left: 18px;
    color: #374151;
    font-size: 13px;
    line-height: 1.6;
}

.fmx-list li+li {
    margin-top: 6px;
}

.fmx-cta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    margin-top: 18px;
}

.fmx-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: #e2332e;
    color: #fff;
    padding: 10px 18px;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.7px;
}

.fmx-btn:hover,
.fmx-btn:focus {
    color: #fff;
    background: #c62622;
    text-decoration: none;
}

.fmx-note {
    color: #4b5563;
    font-size: 12px;
}

.fmx-media-title {
    margin: 0 0 10px;
    font-size: 16px;
    color: #0f172a;
    font-weight: 800;
}

.fmx-media-list {
    display: grid;
    gap: 12px;
}

.fmx-shot {
    border: 1px dashed #c8d8ea;
    border-radius: 12px;
    padding: 10px;
    background: #f8fbff;
}

.fmx-shot__link {
    display: block;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #cfdded;
    background: #e9f1fa;
}

.fmx-shot__link::after {
    content: 'Klik untuk perbesar';
    position: absolute;
    right: 8px;
    bottom: 8px;
    font-size: 10px;
    font-weight: 700;
    color: #ffffff;
    background: rgba(12, 27, 47, 0.72);
    padding: 4px 8px;
    border-radius: 999px;
    letter-spacing: 0.4px;
}

.fmx-shot__img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    display: block;
    transition: transform 0.25s ease;
}

.fmx-shot__link:hover .fmx-shot__img,
.fmx-shot__link:focus .fmx-shot__img {
    transform: scale(1.04);
}

.fmx-shot__title {
    margin-top: 9px;
    font-size: 13px;
    font-weight: 800;
    color: #0f172a;
    line-height: 1.4;
}

.fmx-shot__cap {
    margin-top: 4px;
    font-size: 12px;
    color: #4b5563;
    line-height: 1.5;
}

@media (max-width: 991px) {
    .fmx-wrap {
        grid-template-columns: 1fr;
    }

    .fmx-grid {
        grid-template-columns: 1fr;
    }

    .fmx-title {
        font-size: 24px;
    }
}

/* HOME_V_MIGRATED_INLINE_STYLES_END */

/* === HOMEPAGE REDESIGN === */

/* --- Design tokens --- */
:root {
    --home-accent: #d71149;
    --home-dark-from: #0b1020;
    --home-dark-to: #1a1f35;
    --home-page-bg: #f5f6fb;
    --home-card-radius: 16px;
    --home-card-shadow: 0 12px 26px rgba(12, 18, 28, 0.08);
    --home-text-primary: #111827;
    --home-text-secondary: #6b7280;
}

/* Score carousel section: refined dark bg with subtle accent glow */
.page-home .section[style*="#131133"] {
    background: linear-gradient(180deg, #0f0f23 0%, #151530 100%) !important;
    border-bottom: 2px solid rgba(255, 255, 255, 0.04);
}

/* Score carousel cards */
.owl-carousel-match .item {
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.owl-carousel-match .item:hover {
    transform: translateY(-2px);
}

.owl-carousel-match .item a {
    border-radius: 10px;
    overflow: hidden;
}

.owl-carousel-match .mcar-date {
    font-weight: 700;
    letter-spacing: 0.3px;
}

.owl-carousel-match .mcar-league {
    opacity: 0.8;
    font-size: 11px;
}

.owl-carousel-match .blink {
    animation: pulse-live 1.5s ease-in-out infinite;
}

@keyframes pulse-live {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0.5;
    }
}

/* "See more" / "See all" button accent on hover */
.news-hub__more:hover,
.home-section__more:hover {
    background: var(--home-accent) !important;
}

/* Active tab pill uses accent */
.news-tabs>li.active>a,
.news-tabs>li.active>a:focus,
.news-tabs>li.active>a:hover,
.home-tabs>li.active>a,
.home-tabs>li.active>a:focus,
.home-tabs>li.active>a:hover {
    background: var(--home-accent) !important;
    border-color: var(--home-accent) !important;
}

/* --- AJAX Card Scroll --- */
.hm-card-scroll {
    display: flex;
    gap: 14px;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 4px 2px 12px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    scrollbar-color: rgba(0, 0, 0, 0.15) transparent;
}

.hm-card-scroll::-webkit-scrollbar {
    height: 5px;
}

.hm-card-scroll::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.15);
    border-radius: 4px;
}

/* Skeleton loading */
.hm-skeleton-row {
    display: flex;
    gap: 10px;
    width: 100%;
}

.hm-skeleton-card {
    flex: 0 0 190px;
    height: 300px;
    border-radius: 16px;
    background: linear-gradient(110deg, #f0f0f0 30%, #fafafa 50%, #f0f0f0 70%);
    background-size: 200% 100%;
    animation: skeleton-shine 1.4s ease-in-out infinite;
}

.hm-skeleton-card--team {
    flex: 0 0 160px;
    height: 220px;
}

@keyframes skeleton-shine {
    0% {
        background-position: 200% 0;
    }

    100% {
        background-position: -200% 0;
    }
}

/* --- Player Card (Redesigned) --- */
.hm-player-card {
    flex: 0 0 190px;
    width: 190px;
    max-width: 190px;
    background: #fff;
    border-radius: var(--home-card-radius);
    border: 1px solid #e5e7eb;
    text-align: center;
    transition: transform 0.25s, box-shadow 0.25s;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}

.hm-player-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.12);
}

.hm-player-card a {
    display: block;
    color: inherit;
    text-decoration: none;
}

.hm-player-card__photo {
    width: 100% !important;
    height: 160px;
    object-fit: cover;
    object-position: top;
    background: #f4f6fb;
    display: block;
}

.hm-player-card__body {
    padding: 10px 10px 12px;
}

.hm-player-card__name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #1e293b;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 4px;
}

.hm-player-card__team {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    font-size: 11px;
    color: var(--home-text-secondary);
    line-height: 1.3;
    overflow: hidden;
    margin-bottom: 6px;
}

.hm-player-card__team img {
    width: 18px !important;
    height: 18px !important;
    object-fit: contain;
    flex-shrink: 0;
    border-radius: 4px;
    background: #f1f5f9;
}

.hm-player-card__team span {
    white-space: nowrap;
    text-overflow: ellipsis;
}

.hm-player-card__meta {
    display: flex;
    justify-content: center;
    gap: 4px;
    flex-wrap: wrap;
    font-size: 9px;
    font-weight: 600;
    letter-spacing: 0.3px;
    text-transform: uppercase;
}

.hm-player-card__meta span {
    background: #f1f5f9;
    color: #475569;
    padding: 2px 6px;
    border-radius: 4px;
    white-space: nowrap;
}

/* Transfer card extras */
.hm-player-card__tf-date {
    display: inline-block;
    background: #f1f5f9;
    color: #475569;
    padding: 2px 8px;
    border-radius: 4px;
    font-size: 10px;
    font-weight: 600;
    margin-bottom: 5px;
}

.hm-player-card__tf-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin-top: 4px;
}

.hm-player-card__tf-row img {
    width: 24px;
    height: 24px;
    object-fit: contain;
    border-radius: 6px;
    background: #f8f8f8;
}

.hm-player-card__tf-row .fa-arrow-right {
    font-size: 10px;
    color: #9ca3af;
}

.hm-player-card__tf-names {
    display: flex;
    justify-content: space-between;
    gap: 4px;
    margin-top: 3px;
    font-size: 10px;
    color: var(--home-text-secondary);
}

.hm-player-card__tf-names span {
    flex: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
}

/* Birthday extra */
.hm-player-card__bday {
    font-size: 11px;
    color: var(--home-text-secondary);
    margin-bottom: 3px;
}

/* --- Team Card (Redesigned) --- */
.hm-team-card {
    flex: 0 0 160px;
    width: 160px;
    max-width: 160px;
    background: #fff;
    border-radius: var(--home-card-radius);
    border: 1px solid #e5e7eb;
    padding: 14px 10px 12px;
    text-align: center;
    transition: transform 0.25s, box-shadow 0.25s;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}

.hm-team-card::after {
    content: '';
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    width: 120px;
    height: 120px;
    background: radial-gradient(circle, rgba(215, 17, 73, 0.06) 0%, transparent 70%);
    pointer-events: none;
    z-index: 0;
}

.hm-team-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.12);
}

.hm-team-card a {
    color: inherit;
    text-decoration: none;
    position: relative;
    z-index: 1;
}

.hm-team-card__logo {
    width: 64px;
    height: 64px;
    object-fit: contain;
    margin: 0 auto 8px;
    display: block;
    border-radius: 10px;
    background: #f4f6fb;
}

.hm-team-card__name {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    background: linear-gradient(135deg, #111827, #1e293b);
    color: #fff;
    padding: 4px 8px;
    font-size: 11px;
    font-weight: 700;
    border-radius: 8px;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    line-height: 1.3;
    min-height: 30px;
    margin-bottom: 6px;
}

.hm-team-card__league {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    font-size: 11px;
    color: var(--home-text-secondary);
    line-height: 1.3;
}

.hm-team-card__league img {
    width: 20px !important;
    height: 20px !important;
    object-fit: contain;
    flex-shrink: 0;
    border-radius: 4px;
    background: #f1f5f9;
}

.hm-team-card__league span {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: left;
}

.hm-team-card__award {
    margin-top: 4px;
    font-size: 10px;
    color: #b8860b;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    font-weight: 600;
}

.hm-team-card__award::before {
    content: '\f091';
    font-family: FontAwesome;
    margin-right: 4px;
    color: #daa520;
}

.hm-card-empty {
    padding: 30px 0;
    text-align: center;
    color: #9ca3af;
    font-size: 13px;
    width: 100%;
}

/* Banner section: better spacing after navbar */
.welcome-banner {
    overflow: hidden;
}

.welcome-banner .carousel-inner .item img {
    border-radius: 0;
}

/* Home content container spacing */
#h-content {
    padding-top: 8px;
}

/* --- Section Dividers --- */
.home-section {
    padding-top: 20px !important;
    position: relative;
    margin-top: 8px;
}

.home-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 5%;
    right: 5%;
    height: 1px;
    background: linear-gradient(to right, transparent, #dfe3ea 30%, #dfe3ea 70%, transparent);
}

/* Marketing CTA button uses accent */
.fmx-btn {
    background: var(--home-accent) !important;
}

.fmx-btn:hover,
.fmx-btn:focus {
    filter: brightness(0.9);
    background: var(--home-accent) !important;
}

/* BPJS banner - polished container if present */
.welcome-banner .carousel {
    border-radius: 0;
    overflow: hidden;
}

/* === NEWS SECTION REDESIGN === */
.news-featured-grid {
    display: grid;
    grid-template-columns: 1.4fr 1fr;
    gap: 16px;
    min-height: 380px;
}

.news-hero-card {
    border-radius: var(--home-card-radius);
    overflow: hidden;
    position: relative;
    display: block;
    color: #fff;
    text-decoration: none;
    min-height: 380px;
    background: #1a1f35;
}

.news-hero-card:hover,
.news-hero-card:focus {
    color: #fff;
    text-decoration: none;
}

.news-hero-card__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    transition: transform 0.4s ease;
}

.news-hero-card:hover .news-hero-card__img {
    transform: scale(1.03);
}

.news-hero-card__overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 28px 24px 22px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.82) 0%, rgba(0, 0, 0, 0.35) 60%, transparent 100%);
    z-index: 1;
}

.news-hero-card__meta {
    display: flex;
    gap: 12px;
    font-size: 12px;
    opacity: 0.8;
    margin-bottom: 8px;
}

.news-hero-card__meta i {
    margin-right: 3px;
}

.news-hero-card__title {
    font-size: 20px;
    font-weight: 800;
    line-height: 1.35;
    margin: 0 0 6px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news-hero-card__byline {
    font-size: 12px;
    opacity: 0.65;
}

/* News sidebar list */
.news-sidebar-list {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.news-list-item {
    display: flex;
    gap: 12px;
    padding: 12px 0;
    border-bottom: 1px solid #f0f1f4;
    text-decoration: none;
    color: inherit;
    transition: background 0.15s;
    border-radius: 8px;
    padding-left: 6px;
    padding-right: 6px;
    position: relative;
}

.news-list-item:last-child {
    border-bottom: none;
}

.news-list-item:hover {
    background: #f8f9fc;
    color: inherit;
    text-decoration: none;
}

.news-list-item__thumb {
    flex: 0 0 88px;
    height: 66px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

.news-list-item__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.news-list-item__rank {
    position: absolute;
    top: 4px;
    left: 4px;
    width: 22px;
    height: 22px;
    background: var(--home-accent);
    color: #fff;
    border-radius: 6px;
    font-size: 11px;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.news-list-item__body {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.news-list-item__title {
    font-size: 13px;
    font-weight: 700;
    color: var(--home-text-primary);
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 4px;
}

.news-list-item__meta {
    display: flex;
    gap: 10px;
    font-size: 11px;
    color: var(--home-text-secondary);
}

.news-list-item__meta i {
    margin-right: 2px;
}

@media (max-width: 767px) {
    .news-featured-grid {
        grid-template-columns: 1fr;
    }

    .news-hero-card {
        min-height: 240px;
    }

    .news-hero-card__title {
        font-size: 16px;
    }
}

/* === MATCH SECTION — Single-Row Clean White Theme === */
.match-card-list {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

/* Override legacy .score_ml badge inside match cards */
.match-row-card .score_ml {
    width: auto;
    background-color: transparent;
    border-radius: 0;
    color: var(--home-accent);
    margin-top: 0;
}

.match-row-card {
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 10px;
    padding: 10px 14px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
    cursor: pointer;
    transition: background 0.15s;
    text-decoration: none;
    color: inherit;
}

.match-row-card:hover {
    background: #f9fafb;
    text-decoration: none;
    color: inherit;
}

/* Left: league/division info */
.match-row-card__info-left {
    width: 130px;
    display: flex;
    align-items: center;
    gap: 6px;
    flex-shrink: 0;
}

.match-row-card__event-logo {
    width: 18px;
    height: 18px;
    object-fit: contain;
    border-radius: 2px;
    flex-shrink: 0;
}

.match-row-card__event-text {
    min-width: 0;
}

.match-row-card__event-name {
    font-size: 11px;
    font-weight: 600;
    color: #6b7280;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    max-width: 100px;
}

.match-row-card__event-div {
    font-size: 9.5px;
    color: #9ca3af;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    max-width: 100px;
}

/* Center: teams + score */
.match-row-card__body {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
}

.match-row-card__team {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: 0;
}

.match-row-card__team--home {
    justify-content: flex-end;
    text-align: right;
}

.match-row-card__team--home .match-row-card__team-name {
    order: -1;
}

.match-row-card__team--away {
    justify-content: flex-start;
}

.match-row-card__team-logo {
    width: 26px;
    height: 26px;
    flex-shrink: 0;
}

.match-row-card__team-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.match-row-card__team-name {
    font-size: 13px;
    font-weight: 600;
    color: #111827;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* In result cards: losers are dimmed, winners stay bold */
.match-row-card--result .match-row-card__team-name {
    font-weight: 400;
    color: #6b7280;
}

.match-row-card--result .match-row-card__team-name--winner {
    font-weight: 700 !important;
    color: #111827 !important;
}

.match-row-card__center {
    flex: 0 0 auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
    padding: 0 8px;
    min-width: 50px;
}

.match-row-card__score {
    font-size: 14px;
    font-weight: 800;
    color: var(--home-accent);
    letter-spacing: 1px;
    line-height: 1;
    white-space: nowrap;
}

.match-row-card__score .p-score {
    display: block;
    font-size: 9px;
    font-weight: 600;
    color: #9ca3af;
    letter-spacing: 0;
    margin-top: 2px;
    line-height: 1;
}

.match-row-card__vs {
    font-size: 12px;
    font-weight: 800;
    color: var(--home-accent);
    letter-spacing: 1px;
    line-height: 1;
    white-space: nowrap;
}

.match-row-card__live-badge {
    display: inline-flex;
    align-items: center;
    gap: 3px;
    font-size: 8px;
    font-weight: 700;
    color: #ef4444;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    line-height: 1;
}

.match-row-card__live-dot {
    width: 5px;
    height: 5px;
    background: #ef4444;
    border-radius: 50%;
    animation: live-pulse 1.4s ease-in-out infinite;
}

@keyframes live-pulse {

    0%,
    100% {
        opacity: 1;
        transform: scale(1);
    }

    50% {
        opacity: 0.4;
        transform: scale(0.8);
    }
}

.match-row-card__center a {
    color: inherit;
    text-decoration: none;
}

/* Right: date/time */
.match-row-card__info-right {
    width: 130px;
    text-align: right;
    flex-shrink: 0;
    font-size: 11px;
    color: #6b7280;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1px;
}

.match-row-card__time {
    font-size: 11px;
    color: #6b7280;
    font-weight: 500;
}

.match-row-card__location {
    font-size: 9.5px;
    color: #9ca3af;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 130px;
}

@media (max-width: 767px) {
    .match-row-card__info-left {
        width: 90px;
    }

    .match-row-card__event-name {
        max-width: 70px;
        font-size: 10px;
    }

    .match-row-card__event-div {
        max-width: 70px;
    }

    .match-row-card__info-right {
        width: 100px;
        font-size: 10px;
    }

    .match-row-card__location {
        max-width: 100px;
    }
}

@media (max-width: 575px) {
    .match-row-card {
        padding: 8px 10px;
    }

    .match-row-card__info-left {
        display: none;
    }

    .match-row-card__info-right {
        width: auto;
    }

    .match-row-card__team-logo {
        width: 22px;
        height: 22px;
    }

    .match-row-card__team-name {
        font-size: 12px;
    }

    .match-row-card__team {
        gap: 5px;
    }

    .match-row-card__score {
        font-size: 13px;
    }
}

/* === STATS STRIP === */
.home-stats-strip {
    background: #fff;
    border-radius: var(--home-card-radius);
    padding: 28px 24px;
    margin: 40px 0 40px;
    position: relative;
    border: 1px solid #e5e7eb;
    box-shadow: var(--home-card-shadow);
}

.home-stats-strip__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    text-align: center;
}

.home-stat-box {
    padding: 16px 8px;
    border-right: 1px solid #e1e2e4;
}

.home-stat-box:last-child {
    border-right: none;
}

.home-stat-box__icon {
    font-size: 20px;
    color: var(--home-accent);
    margin-bottom: 10px;
    opacity: 0.65;
}

.home-stat-box__value {
    font-size: 32px;
    font-weight: 900;
    color: var(--home-accent);
    line-height: 1.1;
    margin-bottom: 6px;
    font-variant-numeric: tabular-nums;
}

.home-stat-box__label {
    font-size: 11px;
    color: var(--home-text-secondary);
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
}

@media (max-width: 575px) {
    .home-stats-strip__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .home-stat-box__value {
        font-size: 24px;
    }

    .home-stat-box:nth-child(2) {
        border-right: none;
    }

    .home-stat-box:nth-child(1),
    .home-stat-box:nth-child(2) {
        border-bottom: 1px solid #f0f1f4;
        padding-bottom: 16px;
    }
}

/* --- Why Futscore Redesign --- */
.fmx-section {
    background: #0f172a !important;
    padding: 64px 0 !important;
    border-top: none !important;
    position: relative;
    overflow: hidden;
}

.fmx-section::before {
    content: '';
    position: absolute;
    top: -120px;
    right: -80px;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.03) 0%, transparent 70%);
    pointer-events: none;
}

.fmx-hero-text {
    text-align: center;
    max-width: 680px;
    margin: 0 auto 48px;
}

.fmx-tag {
    background: rgba(255, 255, 255, 0.08) !important;
    color: #fd708f !important;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.fmx-title {
    color: #fff !important;
    font-size: 32px !important;
    margin: 16px 0 14px !important;
}

.fmx-sub {
    color: #94a3b8 !important;
    font-size: 16px !important;
    line-height: 1.7 !important;
}

/* Benefit cards — 5 columns */
.fmx-benefits {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 16px;
    margin-bottom: 48px;
}

.fmx-benefit {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    padding: 24px 18px;
    text-align: center;
    transition: transform 0.2s, background 0.2s, border-color 0.2s;
}

.fmx-benefit:hover {
    transform: translateY(-4px);
    background: rgba(255, 255, 255, 0.07);
    border-color: rgba(255, 255, 255, 0.15);
}

.fmx-benefit__icon {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03));
    border: 1px solid rgba(255, 255, 255, 0.1);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
}

.fmx-benefit__icon img {
    width: 26px;
    height: 26px;
    filter: brightness(0) invert(1);
    opacity: 0.85;
}

.fmx-benefit__role {
    font-size: 14px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 10px;
    letter-spacing: 0.2px;
}

.fmx-benefit__desc {
    font-size: 13px;
    color: #94a3b8;
    line-height: 1.6;
    margin: 0;
}

.fmx-benefit__highlight {
    color: #fd708f;
    font-style: italic;
}

/* Screenshots row */
.fmx-shots-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-bottom: 48px;
}

.fmx-shot {
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    border-radius: 14px !important;
    padding: 0 !important;
    background: rgba(255, 255, 255, 0.03) !important;
    overflow: hidden;
    transition: transform 0.2s, border-color 0.2s;
}

.fmx-shot:hover {
    transform: translateY(-3px);
    border-color: rgba(255, 255, 255, 0.15) !important;
}

.fmx-shot__link {
    border: none !important;
    border-radius: 0 !important;
    background: transparent !important;
}

.fmx-shot__link::after {
    background: rgba(255, 255, 255, 0.15) !important;
    backdrop-filter: blur(4px);
}

.fmx-shot__img {
    height: 160px !important;
    border-radius: 0 !important;
}

.fmx-shot__body {
    padding: 12px 14px 14px;
}

.fmx-shot__title {
    color: #fff !important;
    font-size: 13px !important;
    margin-top: 0 !important;
}

.fmx-shot__cap {
    color: #64748b !important;
    font-size: 12px !important;
}

/* CTA bottom */
.fmx-bottom-cta {
    text-align: center;
}

.fmx-btn {
    background: var(--home-accent) !important;
    padding: 14px 32px !important;
    font-size: 14px !important;
    border-radius: 12px !important;
    letter-spacing: 0.5px !important;
    transition: transform 0.15s, box-shadow 0.15s !important;
}

.fmx-btn:hover,
.fmx-btn:focus {
    background: var(--home-accent) !important;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3) !important;
    filter: brightness(1.1);
}

.fmx-bottom-note {
    display: block;
    margin-top: 12px;
    color: #64748b;
    font-size: 13px;
}

@media (max-width: 991px) {
    .fmx-benefits {
        grid-template-columns: repeat(2, 1fr);
    }

    .fmx-shots-row {
        grid-template-columns: 1fr;
    }

    .fmx-title {
        font-size: 24px !important;
    }
}

@media (max-width: 575px) {
    .fmx-benefits {
        grid-template-columns: 1fr;
    }
}

/* ═══════════════════════════════════════════════════
   HOME — Events Section (Bento Grid)
   ═══════════════════════════════════════════════════ */

.home-section--events {
    background: linear-gradient(135deg, #fdf6f8 0%, #f8f0f3 100%);
    border-radius: 16px;
    padding: 20px 16px 24px;
}

.hm-ev-grid {
    display: grid;
    grid-template-columns: 1.4fr 1fr;
    gap: 16px;
    min-height: 280px;
}

/* ── Featured Card (left) ── */
.hm-ev-featured {
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
    border-radius: var(--home-card-radius, 16px);
    padding: 28px 24px 22px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    text-decoration: none;
    color: #fff;
    transition: transform 0.25s, box-shadow 0.25s;
    position: relative;
    overflow: hidden;
}

.hm-ev-featured:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 32px rgba(15, 23, 42, 0.3);
    text-decoration: none;
    color: #fff;
}

.hm-ev-featured__logo {
    width: 100px;
    height: 100px;
    background: rgba(255, 255, 255, 0.12);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    flex-shrink: 0;
}

.hm-ev-featured__logo img {
    width: 80px;
    height: 80px;
    object-fit: contain;
    border-radius: 8px;
}

.hm-ev-featured__name {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 8px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.hm-ev-featured__sport {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    background: rgba(255, 255, 255, 0.12);
    padding: 3px 10px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 500;
    margin-bottom: 10px;
}

.hm-ev-featured__date {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 10px;
}

.hm-ev-featured__date i {
    margin-right: 4px;
}

.hm-ev-featured__stats {
    display: flex;
    gap: 16px;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 12px;
}

.hm-ev-featured__stats span {
    display: flex;
    align-items: center;
    gap: 4px;
}

.hm-ev-featured__status {
    font-size: 11px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 8px;
}

.hm-ev-featured__status .dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    animation: ev-pulse 1.5s infinite;
}

.hm-ev-featured__status .dot--ongoing {
    background: #22c55e;
}

.hm-ev-featured__status .dot--upcoming {
    background: #f59e0b;
    animation: none;
}

@keyframes ev-pulse {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.4; }
}

.hm-ev-featured__progress {
    width: 100%;
    height: 4px;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 4px;
    overflow: hidden;
    margin-top: auto;
}

.hm-ev-featured__progress-bar {
    height: 100%;
    background: linear-gradient(90deg, #d71149, #f472b6);
    border-radius: 4px;
    transition: width 0.6s ease;
}

.hm-ev-featured__reg {
    position: absolute;
    top: 12px;
    right: 12px;
    background: #22c55e;
    color: #fff;
    font-size: 10px;
    font-weight: 600;
    padding: 2px 8px;
    border-radius: 10px;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

/* ── Right Stack ── */
.hm-ev-stack {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

/* ── Small Card (right) ── */
.hm-ev-card {
    display: flex;
    gap: 12px;
    background: #fff;
    border: 1px solid #e6eaf0;
    border-radius: var(--home-card-radius, 16px);
    padding: 14px;
    text-decoration: none;
    color: inherit;
    transition: transform 0.2s, box-shadow 0.2s;
    flex: 1;
    min-height: 0;
}

.hm-ev-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
    text-decoration: none;
    color: inherit;
}

.hm-ev-card__logo {
    width: 56px;
    height: 56px;
    flex-shrink: 0;
    background: #f8fafc;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hm-ev-card__logo img {
    width: 44px;
    height: 44px;
    object-fit: contain;
    border-radius: 6px;
}

.hm-ev-card__body {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.hm-ev-card__name {
    font-size: 13px;
    font-weight: 700;
    color: #111827;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 3px;
}

.hm-ev-card__meta {
    font-size: 11px;
    color: #6b7280;
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 3px;
}

.hm-ev-card__meta i {
    font-size: 10px;
}

.hm-ev-card__stats {
    font-size: 11px;
    color: #9ca3af;
    display: flex;
    gap: 10px;
}

.hm-ev-card__stats span i {
    margin-right: 3px;
}

.hm-ev-card__status {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 10px;
    font-weight: 600;
}

.hm-ev-card__status .dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
}

/* ── Skeleton ── */
.hm-ev-skeleton {
    border-radius: var(--home-card-radius, 16px);
    background: linear-gradient(110deg, #f0f0f0 30%, #fafafa 50%, #f0f0f0 70%);
    background-size: 200% 100%;
    animation: skeleton-shine 1.4s ease-in-out infinite;
}

.hm-ev-skeleton--featured {
    min-height: 280px;
}

.hm-ev-skeleton-stack {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.hm-ev-skeleton--sm {
    flex: 1;
    min-height: 80px;
    border-radius: var(--home-card-radius, 16px);
    background: linear-gradient(110deg, #f0f0f0 30%, #fafafa 50%, #f0f0f0 70%);
    background-size: 200% 100%;
    animation: skeleton-shine 1.4s ease-in-out infinite;
}

/* ── Empty State ── */
.hm-ev-empty {
    grid-column: 1 / -1;
    text-align: center;
    padding: 48px 20px;
    color: #9ca3af;
    font-size: 14px;
}

/* ── Responsive ── */
@media (max-width: 768px) {
    .hm-ev-grid {
        grid-template-columns: 1fr;
    }

    .hm-ev-featured {
        padding: 20px 16px;
    }

    .hm-ev-featured__logo {
        width: 80px;
        height: 80px;
    }

    .hm-ev-featured__logo img {
        width: 64px;
        height: 64px;
    }

    .hm-ev-featured__name {
        font-size: 14px;
    }

    .hm-ev-stack .hm-ev-card:nth-child(n+3) {
        display: none;
    }
}