/* ══════════════════════════════════════════════════════
   Page loader
══════════════════════════════════════════════════════ */

.page-loader {
    position: fixed;
    inset: 0;
    z-index: 9999;
    background: linear-gradient(135deg, #0d1a0d 0%, #111e2a 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    transition: opacity .5s ease;
}
.page-loader--out {
    opacity: 0;
    pointer-events: none;
}
.page-loader-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 28px;
}
.page-loader-logo {
    width: 110px;
    animation: loader-pulse 1.6s ease-in-out infinite;
}
.page-loader-bar {
    width: 160px;
    height: 3px;
    background: rgba(255,255,255,.1);
    border-radius: 2px;
    overflow: hidden;
}
.page-loader-bar-fill {
    height: 100%;
    width: 40%;
    background: #6eb428;
    border-radius: 2px;
    animation: loader-bar 1.3s ease-in-out infinite;
}
@keyframes loader-pulse {
    0%, 100% { opacity: 1;   transform: scale(1); }
    50%       { opacity: .65; transform: scale(.96); }
}
@keyframes loader-bar {
    0%   { transform: translateX(-100%); }
    100% { transform: translateX(500%); }
}

/* ══════════════════════════════════════════════════════
   Homepage — Hero carousel
══════════════════════════════════════════════════════ */

.stm-hero-carousel-wrap {
    position: relative;
    background: var(--dark);
    overflow: hidden;
    opacity: 0;
    transition: opacity .6s ease;
}
.stm-hero-carousel-wrap.is-ready {
    opacity: 1;
}

/* ── Skeleton placeholder ─────────────────────────────────────────────────── */

.stm-hero-skeleton {
    min-height: 520px;
    background: linear-gradient(135deg, #111 0%, #1a2a1a 50%, #0a0a0a 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 24px;
}
.stm-hero-skeleton-pulse {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    border: 3px solid rgba(110,180,40,.25);
    border-top-color: var(--red, #6eb428);
    animation: skeletonSpin .9s linear infinite;
}
.stm-hero-skeleton-lines {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}
.stm-hero-skeleton-line {
    border-radius: 3px;
    background: rgba(255,255,255,.07);
    animation: skeletonShimmer 1.4s ease-in-out infinite;
}
.stm-hero-skeleton-line:nth-child(1) { width: 220px; height: 14px; animation-delay: 0s; }
.stm-hero-skeleton-line:nth-child(2) { width: 320px; height: 36px; animation-delay: .1s; }
.stm-hero-skeleton-line:nth-child(3) { width: 260px; height: 14px; animation-delay: .2s; }

@keyframes skeletonSpin {
    to { transform: rotate(360deg); }
}
@keyframes skeletonShimmer {
    0%, 100% { opacity: .5; }
    50%       { opacity: 1; }
}

/* ── Homepage skeletony — tmavá sekce ─────────────────────────────────────── */

/* Sdílená animace pulzu na tmavém pozadí */
@keyframes hskPulse {
    0%, 100% { opacity: .18; }
    50%       { opacity: .38; }
}

.hsk-line {
    border-radius: 3px;
    background: rgba(255,255,255,.22);
    animation: hskPulse 1.5s ease-in-out infinite;
}
.hsk-line--xs  { height: 11px; margin-bottom: 6px; }
.hsk-line--sm  { height: 14px; margin-bottom: 8px; }
.hsk-line--md  { height: 18px; width: 120px; }

/* ── Příští zápas skeleton ────────────────────────────────────────────────── */

.home-skeleton-card {
    background: rgba(255,255,255,.04);
    border-radius: 4px;
    padding: 24px 22px 20px;
    border: 1px solid rgba(255,255,255,.07);
}

.hsk-countdown {
    display: flex;
    gap: 12px;
    margin: 18px 0;
}
.hsk-cd-unit {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    flex: 1;
}
.hsk-cd-num {
    height: 44px;
    width: 100%;
    border-radius: 3px;
    background: rgba(255,255,255,.12);
    animation: hskPulse 1.5s ease-in-out infinite;
}
.hsk-cd-lbl {
    height: 10px;
    width: 60%;
    border-radius: 2px;
    background: rgba(255,255,255,.08);
    animation: hskPulse 1.5s ease-in-out infinite;
    animation-delay: .2s;
}

.hsk-teams {
    display: flex;
    align-items: center;
    gap: 16px;
    margin: 18px 0 14px;
}
.hsk-team {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}
.hsk-badge {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: rgba(255,255,255,.1);
    animation: hskPulse 1.5s ease-in-out infinite;
    animation-delay: .1s;
}
.hsk-vs {
    width: 36px;
    height: 20px;
    border-radius: 3px;
    background: rgba(255,255,255,.08);
    animation: hskPulse 1.5s ease-in-out infinite;
    flex-shrink: 0;
}

.hsk-btns {
    display: flex;
    gap: 10px;
    margin-top: 18px;
}
.hsk-btn {
    height: 38px;
    flex: 1;
    border-radius: 3px;
    background: rgba(110,180,40,.2);
    animation: hskPulse 1.5s ease-in-out infinite;
}
.hsk-btn--outline {
    background: rgba(255,255,255,.08);
}

/* ── Výsledky skeleton ────────────────────────────────────────────────────── */

.home-skeleton-results {
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.hsk-result-item {
    padding: 12px 0;
    border-bottom: 1px solid rgba(255,255,255,.06);
}
.hsk-result-row {
    display: flex;
    align-items: center;
    gap: 10px;
}
.hsk-score-block {
    width: 60px;
    height: 22px;
    border-radius: 3px;
    background: rgba(255,255,255,.15);
    animation: hskPulse 1.5s ease-in-out infinite;
    flex-shrink: 0;
}

@media (max-width: 767px) {
    .stm-hero-skeleton { min-height: 440px; }
}
@media (max-width: 575px) {
    .stm-hero-skeleton { min-height: 380px; }
}

/* Všechny slidy jsou absolutně překryty; aktivní má opacity 1 */
.stm-hero-slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity .8s ease;
    pointer-events: none;
    min-height: 520px;
}
.stm-hero-slide.is-active {
    opacity: 1;
    pointer-events: auto;
    position: relative;      /* aktivní určuje výšku wrapperu */
}

.stm-hero-slide-media {
    position: absolute;
    inset: 0;
    z-index: 0;
}
.stm-hero-slide-media img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.stm-hero-slide-scrim {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(105deg, rgba(21,21,21,.9) 0%, rgba(21,21,21,.5) 45%, transparent 80%);
}
.stm-hero-slide-text {
    position: relative;
    z-index: 2;
    min-height: 520px;
    display: flex;
    align-items: center;
}
.stm-hero-inner {
    position: relative;
    padding: 90px 0;
    width: 100%;
}
.stm-hero-tag {
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: var(--red);
    margin-bottom: 12px;
}
.stm-hero-title {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 76px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    line-height: 1;
    margin-bottom: 18px;
}
.stm-hero-title em { color: var(--red); font-style: normal; }
.stm-hero-sub {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: rgba(255,255,255,.65);
    line-height: 1.7;
    max-width: 480px;
    margin-bottom: 35px;
}
.stm-hero-actions {
    display: flex;
    flex-wrap: nowrap;
    gap: 12px;
    align-items: center;
}
.btn-red {
    display: inline-block;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .5px;
    padding: 13px 36px 11px;
    background: var(--red);
    color: #fff;
    border-radius: 3px;
    text-decoration: none;
    transition: background .2s;
    white-space: nowrap;
}
.btn-red:hover { background: var(--primary-hover); color: #fff; }
.btn-outline-white {
    display: inline-block;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .5px;
    padding: 11px 36px 9px;
    border: 2px solid rgba(255,255,255,.4);
    color: #fff;
    border-radius: 3px;
    text-decoration: none;
    transition: all .2s;
    white-space: nowrap;
}
.btn-outline-white:hover { border-color: var(--red); color: var(--red); }

/* Prev / Next controls */
.stm-slider-control-prev,
.stm-slider-control-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 56px;
    height: 56px;
    font-size: 28px;
    color: #fff;
    background: rgba(64,64,64,.88);
    line-height: 56px;
    text-align: center;
    cursor: pointer;
    z-index: 20;
    transition: background .2s;
    border: none;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.stm-slider-control-prev:hover,
.stm-slider-control-next:hover { background: var(--red); }
.stm-slider-control-prev { left: 0; }
.stm-slider-control-next { right: 0; }

/* Dot indicators */
.stm-carousel-dots {
    position: absolute;
    bottom: 18px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 7px;
    z-index: 20;
}
.stm-carousel-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(255,255,255,.35);
    border: none;
    padding: 0;
    cursor: pointer;
    transition: background .2s, transform .2s;
}
.stm-carousel-dot.is-active {
    background: var(--red);
    transform: scale(1.3);
}

@media (max-width: 991px) {
    .stm-hero-title { font-size: 50px; }
    .stm-hero-slide,
    .stm-hero-slide-text { min-height: 440px; }
    .stm-hero-inner { padding: 56px 0; }
    .stm-slider-control-prev,
    .stm-slider-control-next {
        width: 40px;
        height: 40px;
        font-size: 20px;
        line-height: 40px;
        top: auto;
        bottom: 10px;
        transform: none;
    }
    .stm-slider-control-prev { left: 8px; }
    .stm-slider-control-next { right: 8px; }
    .stm-carousel-dots { bottom: 22px; }
}
@media (max-width: 480px) {
    .stm-hero-title { font-size: 38px; }
    .stm-hero-slide,
    .stm-hero-slide-text { min-height: 380px; }
    .stm-hero-inner { padding: 44px 0 70px; }
    .btn-red,
    .btn-outline-white {
        font-size: 13px;
        padding: 10px 16px;
        letter-spacing: .3px;
    }
    .stm-hero-actions { gap: 8px; }
}

/* ══════════════════════════════════════════════════════
   Homepage — Next Match + Countdown
══════════════════════════════════════════════════════ */

.stm-countdown {
    display: flex;
    gap: 6px;
    justify-content: center;
    margin-bottom: 24px;
}
.cd-unit {
    background: rgba(255,255,255,.06);
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 3px;
    min-width: 62px;
    padding: 8px 12px;
    text-align: center;
}
.cd-num {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 34px;
    font-weight: 700;
    color: var(--red);
    line-height: 1;
    display: block;
}
.cd-lbl {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: rgba(255,255,255,.45);
    display: block;
}

.match-card {
    background: rgba(255,255,255,.04);
    border: 1px solid rgba(255,255,255,.08);
    border-top: 3px solid var(--red);
    border-radius: 3px;
    padding: 28px 24px;
}
.match-league {
    font-family: 'Roboto', sans-serif;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: var(--red);
    text-align: center;
    margin-bottom: 18px;
}
.match-teams {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-bottom: 22px;
}
.match-team {
    text-align: center;
    flex: 1;
}
.match-team-badge {
    width: 76px;
    height: 76px;
    border-radius: 50%;
    background: rgba(110,180,40,.12);
    border: 2px solid rgba(110,180,40,.25);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    margin: 0 auto 10px;
    overflow: hidden;
}
.match-team-badge img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 8px;
}
.match-team-name {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
}
.match-vs {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: rgba(255,255,255,.2);
    width: 50px;
    flex-shrink: 0;
    text-align: center;
}
.match-info {
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    color: rgba(255,255,255,.5);
}
.match-info i {
    color: var(--red);
    margin-right: 5px;
}
.match-info + .match-info {
    margin-top: 5px;
}
.match-btns {
    margin-top: 20px;
    display: flex;
    gap: 10px;
    justify-content: center;
    flex-wrap: wrap;
}

/* ══════════════════════════════════════════════════════
   Homepage — Latest Results
══════════════════════════════════════════════════════ */

.result-item {
    background: rgba(255,255,255,.04);
    border: 1px solid rgba(255,255,255,.06);
    border-radius: 3px;
    margin-bottom: 6px;
    overflow: hidden;
    transition: border-color .15s;
}
.result-item:hover {
    border-color: rgba(110,180,40,.35);
}
.result-date {
    background: rgba(255,255,255,.06);
    padding: 7px 14px;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: rgba(255,255,255,.5);
}
.result-row {
    display: flex;
    align-items: center;
    padding: 12px 14px;
}
.result-team {
    flex: 1;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
}
.result-team.right {
    text-align: right;
}
.result-score {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    background: rgba(255,255,255,.08);
    border-radius: 2px;
    padding: 3px 12px;
    min-width: 70px;
    text-align: center;
    flex-shrink: 0;
}
.result-score.win  { background: var(--red); }
.result-score.draw { background: #555; }
.win-tag {
    font-family: 'Roboto', sans-serif;
    font-size: 9px;
    font-weight: 700;
    text-transform: uppercase;
    background: var(--red);
    color: #fff;
    padding: 2px 5px;
    border-radius: 2px;
    margin-right: 7px;
    vertical-align: middle;
}

/* ══════════════════════════════════════════════════════
   Homepage — Standings table
══════════════════════════════════════════════════════ */

.stm-standings {
    width: 100%;
    border-collapse: collapse;
    font-family: 'Roboto', sans-serif;
}
.stm-standings thead th {
    background: var(--dark);
    color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .5px;
    padding: 11px 10px;
    text-align: left;
}
.stm-standings thead th:first-child {
    width: 36px;
    padding-left: 14px;
}
.stm-standings tbody td {
    font-size: 14px;
    color: #333;
    padding: 11px 10px;
    border-bottom: 1px solid #f0f0f0;
}
.stm-standings tbody td:first-child {
    padding-left: 14px;
    font-weight: 700;
}
.stm-standings tbody tr:hover td { background: #fafafa; }
.stm-standings tbody tr.highlighted td { background: rgba(110,180,40,.06) !important; }
.stm-standings tbody tr.highlighted td:first-child { border-left: 3px solid var(--red); }

.team-cell {
    display: flex;
    align-items: center;
    gap: 10px;
}
.team-badge {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: var(--dark);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 10px;
    font-weight: 700;
    color: #fff;
    flex-shrink: 0;
}

/* ══════════════════════════════════════════════════════
   Homepage — Player card
══════════════════════════════════════════════════════ */

.player-card {
    border-radius: 3px;
    overflow: hidden;
    box-shadow: 0 2px 16px rgba(0,0,0,.08);
}

/* header bez fotky — původní layout */
.player-header {
    background: var(--dark);
    padding: 28px 24px;
    display: flex;
    align-items: center;
    gap: 22px;
    position: relative;
    overflow: hidden;
}
.player-header::after {
    content: attr(data-number);
    position: absolute;
    right: 16px;
    top: 8px;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 80px;
    font-weight: 700;
    color: rgba(110,180,40,.15);
    line-height: 1;
    pointer-events: none;
}

/* header s fotkou — full-width foto s gradientem */
.player-header--photo {
    padding: 0;
    height: 220px;
    display: block;
}
.player-header--photo::after { content: none; }
.player-photo-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
}
.player-photo-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,.88) 0%, rgba(0,0,0,.35) 55%, transparent 100%);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 18px 20px;
}
.player-photo-overlay::after {
    content: attr(data-number);
    position: absolute;
    right: 14px;
    top: 8px;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 90px;
    font-weight: 700;
    color: rgba(110,180,40,.18);
    line-height: 1;
    pointer-events: none;
}

.player-avatar {
    width: 88px;
    height: 88px;
    border-radius: 50%;
    background: rgba(110,180,40,.15);
    border: 3px solid var(--red);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 36px;
    flex-shrink: 0;
    overflow: hidden;
}
.player-name {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    line-height: 1;
    margin-bottom: 5px;
}
.player-pos {
    font-family: 'Roboto', sans-serif;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: var(--red);
    margin-bottom: 6px;
}
.player-team-label {
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    color: rgba(255,255,255,.5);
}
.player-stats-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    background: #eee;
}
.pstat {
    background: #fff;
    padding: 16px 12px;
    text-align: center;
}
.pstat-val {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 32px;
    font-weight: 700;
    color: var(--dark);
    line-height: 1;
    display: block;
}
.pstat-lbl {
    font-family: 'Roboto', sans-serif;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #aaa;
    display: block;
    margin-top: 3px;
}
.player-footer {
    padding: 15px 20px;
    background: #fff;
    border-top: 1px solid #f0f0f0;
    display: flex;
    justify-content: space-between;
}

/* ══════════════════════════════════════════════════════
   Homepage — Teams grid
══════════════════════════════════════════════════════ */

.teams-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}
.team-card {
    background: var(--tc-color, #1e2e1e);
    border-radius: 6px;
    padding: 28px 16px 22px;
    text-align: center;
    box-shadow: 0 3px 12px rgba(0,0,0,.18);
    text-decoration: none;
    display: block;
    transition: transform .25s, box-shadow .25s, filter .25s;
    border-bottom: 3px solid rgba(255,255,255,.12);
    position: relative;
    overflow: hidden;
}
.team-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background: repeating-linear-gradient(
        -45deg,
        rgba(255,255,255,.03) 0px,
        rgba(255,255,255,.03) 1px,
        transparent 1px,
        transparent 10px
    );
    pointer-events: none;
}
.team-card::after {
    content: attr(data-badge);
    position: absolute;
    right: -8px;
    bottom: -10px;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 90px;
    font-weight: 900;
    color: rgba(255,255,255,.06);
    line-height: 1;
    pointer-events: none;
    user-select: none;
}
.team-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 30px rgba(0,0,0,.25);
    filter: brightness(1.1);
    text-decoration: none;
}
.team-card-badge {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: rgba(255,255,255,.12);
    border: 2px solid rgba(255,255,255,.22);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 14px;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    position: relative;
    z-index: 1;
}
.team-card-name {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: rgba(255,255,255,.9);
    margin-bottom: 4px;
    position: relative;
    z-index: 1;
}
.team-card-league {
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    color: rgba(255,255,255,.4);
    position: relative;
    z-index: 1;
}

@media (max-width: 991px) {
    .teams-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 480px) {
    .teams-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
    .match-card { padding: 20px 16px; }
    .cd-num { font-size: 26px; }
    .cd-unit { min-width: 50px; padding: 6px 8px; }
}

@media (max-width: 991px) {
    .stm-section .row [class*="col-"] + [class*="col-"] {
        margin-top: 32px;
    }
}

/* ══════════════════════════════════════════════════════
   Homepage — Sponsor / partners bar
══════════════════════════════════════════════════════ */

.sponsor-bar {
    background: linear-gradient(135deg, #0d1a0d 0%, #111e2a 50%, #0d1a0d 100%);
    border-top: 1px solid rgba(110,180,40,.18);
    padding: 36px 0 32px;
    position: relative;
    overflow: hidden;
}
.sponsor-bar::before {
    content: '';
    position: absolute;
    inset: 0;
    background: repeating-linear-gradient(
        -45deg,
        rgba(110,180,40,.025) 0px,
        rgba(110,180,40,.025) 1px,
        transparent 1px,
        transparent 14px
    );
    pointer-events: none;
}
.sponsor-label {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: rgba(110,180,40,.6);
    text-align: center;
    margin-bottom: 24px;
    position: relative;
}
.sponsor-label::before,
.sponsor-label::after {
    content: '';
    display: inline-block;
    width: 40px;
    height: 1px;
    background: rgba(110,180,40,.3);
    vertical-align: middle;
    margin: 0 12px;
}
.sponsors {
    display: grid;
    grid-template-columns: repeat(4, 160px);
    gap: 16px;
    justify-content: center;
    position: relative;
}
@media (max-width: 767px) {
    .sponsors { grid-template-columns: repeat(2, 160px); }
}
.sponsor-item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 160px;
    height: 80px;
    background: rgba(255,255,255,.04);
    border: 1px solid rgba(255,255,255,.07);
    border-radius: 4px;
    transition: background .2s, border-color .2s;
    flex-shrink: 0;
}
.sponsor-item:hover {
    background: rgba(255,255,255,.08);
    border-color: rgba(110,180,40,.3);
}
.sponsor-item img {
    transition: opacity .2s;
    opacity: .85;
}
.sponsor-item:hover img {
    opacity: 1;
}
.sponsor-item span {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: rgba(255,255,255,.45);
    letter-spacing: .5px;
    text-transform: uppercase;
    transition: color .2s;
}
.sponsor-item:hover span {
    color: rgba(255,255,255,.8);
}
