/* =========================================
   TÜRK GÜREŞİ SAYILARLA - PREMIUM
========================================= */

.stats-section {
    position: relative;
    margin-top: 35px;
    margin-bottom: 80px;
}

.stats-section::before {
    content: "TGF";
    position: absolute;
    right: 0;
    bottom: -25px;
    font-size: 120px;
    font-weight: 900;
    color: rgba(6, 27, 58, .03);
    pointer-events: none;
    z-index: 0;
}

.stats-grid {
    position: relative;
    z-index: 2;

    display: grid;
    grid-template-columns: repeat(5, 1fr);

    gap: 20px;
}

.stat-card-link {
    text-decoration: none;
    color: inherit;
    display: block;
}

.stat-card {
    position: relative;
    overflow: hidden;

    background: #fff;

    border: 1px solid #edf2f7;

    border-radius: 12px;

    padding: 24px 18px;

    min-height: 150px;

    transition: all .30s ease;

    box-shadow:
        0 10px 25px rgba(15, 23, 42, .05);
}

.stat-card::before {
    content: "";

    position: absolute;

    top: 0;
    left: 0;

    width: 100%;
    height: 4px;

    background: #f5b400;
}

.stat-card::after {
    content: "";

    position: absolute;

    top: -35px;
    right: -35px;

    width: 90px;
    height: 90px;

    border-radius: 50%;

    background:
        rgba(245, 180, 0, .08);

    transition: .3s;
}

.stat-card:hover {
    transform: translateY(-6px);

    border-color: #f5b400;

    box-shadow:
        0 20px 45px rgba(15, 23, 42, .12);
}

.stat-card:hover::after {
    transform: scale(1.2);
}

.stat-icon {
    width: 52px;
    height: 52px;

    border-radius: 7px;

    display: flex;
    align-items: center;
    justify-content: center;

    margin-bottom: 15px;

    background:
        linear-gradient(135deg,
            rgba(245, 180, 0, .15),
            rgba(245, 180, 0, .05));
}

.stat-svg {
    width: 24px;
    height: 24px;

    color: #f5b400;
}

.stat-value {
    font-size: 34px;
    font-weight: 900;

    line-height: 1;

    color: #061b3a;

    margin-bottom: 10px;
}

.stat-title {
    font-size: 13px;
    font-weight: 700;

    line-height: 1.4;

    color: #64748b;

    text-transform: uppercase;
}

@media(max-width:1200px) {

    .stats-grid {
        grid-template-columns: repeat(3, 1fr);
    }

}

@media(max-width:900px) {

    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
    }

}

@media(max-width:576px) {

    .stats-grid {
        grid-template-columns: 1fr;
    }

}

.stat-card.special-card {
    background: linear-gradient(180deg,
            #f8fbff 0%,
            #eef6ff 100%);

    border-color: #cfe3ff;
}

.stat-card.special-card:hover {
    border-color: #2563eb;
}

.stat-card.special-card::before {
    background: #2563eb;
}

.stat-card.special-card .stat-icon {
    background:
        linear-gradient(135deg,
            rgba(37, 99, 235, .15),
            rgba(37, 99, 235, .05));
}

.stat-card.special-card .stat-svg {
    color: #2563eb;
}

/* =====================================================
   TÜRK GÜREŞİ SAYILARLA SON
===================================================== */

.leaders-section {
    margin: 80px 0;
}

.leaders-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.leader-card {
    background: white;
    border-radius: 12px;
    overflow: hidden;
    text-align: center;
    box-shadow: 0 12px 32px rgba(0, 0, 0, .08);
}

.leader-photo {
    width: 100%;
    height: 260px;
    object-fit: cover;
    display: block;
}

.leader-content {
    padding: 26px;
}

.leader-card h3 {
    margin: 0 0 5px;
    color: #0b2c5f;
    font-size: 20px;
}

.leader-title {
    display: block;
    color: #d39b22;
    font-weight: 800;
    margin-bottom: 14px;
}

.leaders-section .premium-section-title {
    text-align: center;
    margin-bottom: 40px;
}

.national-teams-home {
    margin: 40px 0 20px;
}

.section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
}

.section-header h2 {
    margin: 0;
    color: #0b2c5f;
}

.section-header a {
    text-decoration: none;
    font-weight: 800;
    color: #0b2c5f;
}

.section-more-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #f5b400;
    color: #061b3a;
    padding: 10px 18px;
    border-radius: 7px;
    text-decoration: none;
    font-size: 13px;
    font-weight: 800;
    transition: .25s;
}

.section-more-btn:hover {
    background: white;
    color: #0b2c5f;
}

.national-team-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.national-team-card {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    height: 320px;
    text-decoration: none;
    color: white;
    box-shadow: 0 12px 30px rgba(0, 0, 0, .12);
    transition: .3s ease;
}

.national-team-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .4s;
}

.national-team-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, .18);
}

.national-team-card:hover img {
    transform: scale(1.06);
}

.national-team-card::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 4px;
    background: #f5b400;
}

.national-team-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, .88), rgba(0, 0, 0, .18));
    padding: 25px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.team-category {
    display: inline-block;
    background: #f5b400;
    color: #061b3a;
    padding: 6px 12px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 800;
    width: max-content;
    margin-bottom: 10px;
}

.national-team-overlay h3 {
    margin: 0;
    color: white;
}

.national-team-overlay p {
    margin-top: 8px;
    color: rgba(255, 255, 255, .85);
}

.national-branch-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.national-branch-card {
    --branch-accent: #f5b400;
    --branch-accent-rgb: 245, 180, 0;
    --branch-ink: #061b3a;
    --branch-mid: #0b2c5f;
    --branch-depth: #031126;
    position: relative;
    isolation: isolate;
    min-height: 410px;
    overflow: hidden;
    border: 1px solid rgba(var(--branch-accent-rgb), .24);
    border-radius: 12px;
    padding: 26px;
    color: #ffffff;
    text-decoration: none;
    display: flex;
    background:
        radial-gradient(circle at 88% 10%, rgba(var(--branch-accent-rgb), .25), transparent 28%),
        radial-gradient(circle at 0% 100%, rgba(255, 255, 255, .09), transparent 32%),
        linear-gradient(135deg, var(--branch-mid) 0%, var(--branch-ink) 54%, var(--branch-depth) 100%);
    box-shadow: 0 18px 46px rgba(6, 27, 58, .2), inset 0 1px rgba(255, 255, 255, .1);
    transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}

.national-branch-card::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    background:
        linear-gradient(118deg, transparent 0 35%, rgba(var(--branch-accent-rgb), .14) 35% 36%, transparent 36% 100%),
        linear-gradient(132deg, transparent 0 56%, rgba(255, 255, 255, .12) 56% 56.5%, transparent 56.5% 100%),
        repeating-linear-gradient(135deg, rgba(255, 255, 255, .045) 0 1px, transparent 1px 18px),
        radial-gradient(ellipse at 50% 118%, rgba(var(--branch-accent-rgb), .2), transparent 46%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    opacity: .95;
    pointer-events: none;
    transition: transform .45s ease, opacity .3s ease;
}

.national-branch-card::after {
    content: attr(data-branch-mark);
    position: absolute;
    right: -12px;
    bottom: 20px;
    z-index: 1;
    max-width: 92%;
    color: rgba(255, 255, 255, .055);
    font-size: clamp(52px, 7vw, 98px);
    font-weight: 950;
    line-height: .86;
    letter-spacing: 0;
    text-align: right;
    text-transform: uppercase;
    transform: rotate(-4deg);
    pointer-events: none;
}

.national-branch-card--serbest {
    --branch-accent: #f5b400;
    --branch-accent-rgb: 245, 180, 0;
    --branch-ink: #062653;
    --branch-mid: #0b3f7d;
    --branch-depth: #031126;
}

.national-branch-card--grekoromen {
    --branch-accent: #d7a746;
    --branch-accent-rgb: 215, 167, 70;
    --branch-ink: #351025;
    --branch-mid: #17315e;
    --branch-depth: #060b1b;
}

.national-branch-card--kadinlar {
    --branch-accent: #44d4c5;
    --branch-accent-rgb: 68, 212, 197;
    --branch-ink: #07314f;
    --branch-mid: #0c5f70;
    --branch-depth: #041424;
}

.national-branch-card--serbest::before {
    background:
        radial-gradient(circle at 76% 18%, rgba(245, 180, 0, .28), transparent 24%),
        linear-gradient(118deg, transparent 0 34%, rgba(245, 180, 0, .16) 34% 35%, transparent 35% 100%),
        linear-gradient(152deg, transparent 0 61%, rgba(255, 255, 255, .13) 61% 61.6%, transparent 61.6% 100%),
        repeating-linear-gradient(135deg, rgba(255, 255, 255, .04) 0 1px, transparent 1px 17px),
        radial-gradient(ellipse at 50% 120%, rgba(245, 180, 0, .2), transparent 48%);
}

.national-branch-card--grekoromen::before {
    background:
        radial-gradient(circle at 84% 16%, rgba(215, 167, 70, .24), transparent 27%),
        linear-gradient(96deg, transparent 0 48%, rgba(215, 167, 70, .16) 48% 49%, transparent 49% 100%),
        linear-gradient(142deg, transparent 0 58%, rgba(255, 255, 255, .11) 58% 58.6%, transparent 58.6% 100%),
        repeating-linear-gradient(90deg, rgba(255, 255, 255, .036) 0 1px, transparent 1px 20px),
        radial-gradient(ellipse at 16% 102%, rgba(114, 23, 52, .42), transparent 44%);
}

.national-branch-card--kadinlar::before {
    background:
        radial-gradient(circle at 84% 14%, rgba(68, 212, 197, .26), transparent 25%),
        radial-gradient(circle at 18% 92%, rgba(245, 180, 0, .18), transparent 30%),
        linear-gradient(122deg, transparent 0 42%, rgba(68, 212, 197, .16) 42% 43%, transparent 43% 100%),
        linear-gradient(154deg, transparent 0 66%, rgba(255, 255, 255, .13) 66% 66.5%, transparent 66.5% 100%),
        repeating-linear-gradient(135deg, rgba(255, 255, 255, .04) 0 1px, transparent 1px 17px);
}

.national-branch-card:hover {
    transform: translateY(-8px);
    border-color: rgba(var(--branch-accent-rgb), .58);
    box-shadow: 0 28px 64px rgba(6, 27, 58, .26);
}

.national-branch-card:hover::before {
    transform: scale(1.05);
}

.national-branch-content {
    position: relative;
    z-index: 2;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.national-branch-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 34px;
}

.national-branch-icon {
    width: 58px;
    height: 58px;
    display: grid;
    place-items: center;
    border-radius: 12px;
    background: rgba(var(--branch-accent-rgb), .16);
    border: 1px solid rgba(var(--branch-accent-rgb), .28);
    color: var(--branch-accent);
    backdrop-filter: blur(10px);
}

.national-branch-icon svg {
    width: 28px;
    height: 28px;
}

.national-branch-count {
    min-width: 78px;
    padding: 10px 12px;
    border-radius: 12px;
    background: rgba(255, 255, 255, .1);
    border: 1px solid rgba(var(--branch-accent-rgb), .22);
    text-align: right;
    backdrop-filter: blur(10px);
}

.national-branch-count strong,
.national-branch-count span {
    display: block;
}

.national-branch-count strong {
    color: var(--branch-accent);
    font-size: 28px;
    line-height: 1;
    font-weight: 950;
}

.national-branch-count span {
    margin-top: 5px;
    color: rgba(255, 255, 255, .76);
    font-size: 11px;
    font-weight: 850;
}

.national-branch-eyebrow {
    display: inline-flex;
    width: fit-content;
    margin-bottom: 12px;
    padding: 7px 10px;
    border-radius: 7px;
    background: var(--branch-accent);
    color: #061b3a;
    font-size: 11px;
    font-weight: 950;
    text-transform: uppercase;
    letter-spacing: .06em;
}

.national-branch-card h3 {
    margin: 0;
    color: #ffffff;
    font-size: 30px;
    line-height: 1.12;
    font-weight: 950;
}

.national-branch-card p {
    max-width: 95%;
    margin: 12px 0 0;
    color: rgba(255, 255, 255, .78);
    font-size: 14px;
    line-height: 1.65;
    font-weight: 700;
}

.national-branch-link {
    display: inline-flex;
    width: fit-content;
    margin-top: auto;
    padding-top: 18px;
    color: var(--branch-accent);
    font-size: 13px;
    font-weight: 950;
    text-decoration: none;
}

@media (max-width: 1100px) {
    .national-branch-grid {
        grid-template-columns: 1fr;
    }

    .national-branch-card {
        min-height: 340px;
    }
}

.news-announcement-section {
    display: grid;
    grid-template-columns: 2.45fr 1fr;
    gap: 30px;
    margin: 0;
    align-items: stretch;
}

.featured-news h2 {
    color: #0b2c5f;
    margin-top: 0;
}

.featured-news,
.announcement-box {
    height: auto;
}

.right-sidebar {
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-self: start;
}

.main-news-card {
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 12px 32px rgba(0, 0, 0, .08);
    margin-bottom: 22px;
    transition: .3s;
}

.main-news-card img {
    width: 100%;
    height: 360px;
    object-fit: cover;
    display: block;
}

.main-news-content {
    padding: 24px;
}

.main-news-content h3 {
    margin-top: 0;
}

.main-news-content p {
    line-height: 1.6;
}

.main-news-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 45px rgba(0, 0, 0, .12);
}

.main-news-content a,
.small-news-card {
    color: #0b2c5f;
    text-decoration: none;
}

.small-news-grid {
    display: grid;
    gap: 20px;
}

.small-news-card {
    display: flex;
    align-items: center;
    gap: 18px;
    background: white;
    border-radius: 12px;
    padding: 16px;
    border-left: 4px solid #f5b400;
    box-shadow: 0 8px 22px rgba(0, 0, 0, .07);
    transition: .25s;
}

.small-news-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 16px 34px rgba(0, 0, 0, .10);
}

.small-news-thumb {
    flex: 0 0 110px;
    width: 110px;
    height: 90px;
    border-radius: 12px;
    overflow: hidden;
    background: #eef2f7;
}

.small-news-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: .35s;
}

.small-news-card:hover .small-news-thumb img {
    transform: scale(1.08);
}

.small-news-content {
    flex: 1;
    min-width: 0;
}

.small-news-date {
    display: inline-flex;
    align-items: center;
    padding: 6px 12px;
    border-radius: 7px;
    background: rgba(245, 180, 0, .15);
    color: #b37a00;
    font-size: 11px;
    font-weight: 900;
    margin-bottom: 10px;
}

.small-news-content h4 {
    margin: 0 0 8px;
    color: #0b2c5f;
    font-size: 16px;
    font-weight: 900;
    line-height: 1.45;
}

.small-news-card:hover .small-news-content h4 {
    color: #d39b22;
}

.small-news-content p {
    margin: 0;
    color: #5d6470;
    font-size: 14px;
    line-height: 1.65;
}

.announcement-box {
    background: linear-gradient(180deg, #082a57 0%, #061b3a 100%);
    color: white;
    border-radius: 12px;
    padding: 22px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, .15);
    align-self: stretch;
    display: flex;
    flex-direction: column;
}

.announcement-box h2 {
    font-size: 32px;
    font-weight: 900;
    margin-bottom: 12px;
    color: #f5b400;
    margin-top: 0;
}

.announcement-item {
    display: grid;
    grid-template-columns: 82px 1fr;
    gap: 14px;
    padding: 12px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .15);
    color: inherit;
    text-decoration: none;
    transition: .25s;
}

.announcement-item:hover {
    transform: translateX(5px);
}

.announcement-date {
    background: rgba(245, 180, 0, .18);
    color: #f5b400;
    border-radius: 12px;
    padding: 10px 8px;
    text-align: center;
    font-weight: 800;
    font-size: 12px;
    height: fit-content;
}

.announcement-content strong {
    display: block;
    color: white;
    margin-bottom: 6px;
    line-height: 1.3;
}

.announcement-content span {
    color: rgba(255, 255, 255, .75);
    font-size: 14px;
    line-height: 1.5;
}

.announcement-box .premium-section-title {
    margin-bottom: 30px;
}

.announcement-box .premium-section-title h2 {
    color: white !important;
    font-size: 34px;
    font-weight: 900;
    line-height: 1.15;
    margin-bottom: 12px;
}

.announcement-box .premium-section-title p {
    color: rgba(255, 255, 255, .75) !important;
}

/* =====================================================
   PREMIUM FOTOĞRAF GALERİLERİ
===================================================== */

.gallery-showcase {
    display: grid;
    grid-template-columns: 1.35fr 1fr 1fr;
    grid-auto-rows: 245px;
    gap: 22px;
    margin-top: 28px;
}

.gallery-card {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    background: #061b3a;
    color: #ffffff;
    text-decoration: none;
    box-shadow: 0 18px 44px rgba(6, 27, 58, .16);
    border: 1px solid rgba(255, 255, 255, .08);
    transition: .35s ease;
}

.gallery-card:nth-child(1) {
    grid-row: span 2;
}

.gallery-card:nth-child(4) {
    grid-column: span 2;
}

.gallery-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .65s ease, filter .35s ease;
}

.gallery-card::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        linear-gradient(to top, rgba(3, 14, 31, .92) 0%, rgba(3, 14, 31, .52) 46%, rgba(3, 14, 31, .08) 100%),
        radial-gradient(circle at top right, rgba(245, 180, 0, .22), transparent 34%);
    transition: .35s ease;
}

.gallery-card::after {
    content: "GALERİ";
    position: absolute;
    right: 18px;
    top: 18px;
    z-index: 2;
    padding: 7px 10px;
    border-radius: 7px;
    background: rgba(245, 180, 0, .92);
    color: #061b3a;
    font-size: 10px;
    font-weight: 950;
    letter-spacing: .08em;
}

.gallery-card:hover {
    transform: translateY(-7px);
    box-shadow: 0 28px 64px rgba(6, 27, 58, .24);
}

.gallery-card:hover img {
    transform: scale(1.08);
    filter: saturate(1.08);
}

.gallery-card:hover::before {
    background:
        linear-gradient(to top, rgba(3, 14, 31, .96) 0%, rgba(3, 14, 31, .58) 48%, rgba(3, 14, 31, .12) 100%),
        radial-gradient(circle at top right, rgba(245, 180, 0, .28), transparent 36%);
}

.gallery-content {
    position: absolute;
    left: 24px;
    right: 24px;
    bottom: 24px;
    z-index: 3;
}

.gallery-content h3 {
    margin: 0 0 8px;
    color: #ffffff;
    font-size: 22px;
    line-height: 1.25;
    font-weight: 950;
}

.gallery-card:nth-child(1) .gallery-content h3 {
    font-size: 32px;
}

.gallery-content p {
    margin: 0;
    color: rgba(255, 255, 255, .78);
    font-size: 14px;
    line-height: 1.55;
    font-weight: 600;
}

.gallery-link {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-top: 14px;
    padding: 9px 13px;
    border-radius: 7px;
    background: rgba(255, 255, 255, .12);
    color: #ffcb05;
    font-size: 12px;
    font-weight: 900;
    backdrop-filter: blur(10px);
    opacity: 0;
    transform: translateY(10px);
    transition: .3s ease;
}

.gallery-card:hover .gallery-link {
    opacity: 1;
    transform: translateY(0);
}

@media (max-width: 1100px) {
    .gallery-showcase {
        grid-template-columns: repeat(2, 1fr);
        grid-auto-rows: 240px;
    }

    .gallery-card:nth-child(1),
    .gallery-card:nth-child(4) {
        grid-column: auto;
        grid-row: auto;
    }

    .gallery-card:nth-child(1) .gallery-content h3 {
        font-size: 24px;
    }
}

@media (max-width: 600px) {
    .gallery-showcase {
        grid-template-columns: 1fr;
        grid-auto-rows: 260px;
        gap: 16px;
    }

    .gallery-card {
        border-radius: 12px;
    }

    .gallery-content {
        left: 18px;
        right: 18px;
        bottom: 18px;
    }

    .gallery-content h3,
    .gallery-card:nth-child(1) .gallery-content h3 {
        font-size: 21px;
    }

    .gallery-content p {
        font-size: 13px;
    }

    .gallery-link {
        opacity: 1;
        transform: none;
    }
}

.home-link {
    color: #0b2c5f;
    text-decoration: none;
}

.home-link:hover {
    text-decoration: underline;
}

.upcoming-activities-section {
    margin: 70px 0;
    padding: 50px;
    border-radius: 12px;
    background: linear-gradient(135deg, #082a57 0%, #0b2c5f 55%, #061b3a 100%);
    box-shadow: 0 20px 50px rgba(0, 0, 0, .15);
}

.upcoming-activities-section .section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.upcoming-activities-section .section-header h2 {
    margin: 0;
    color: #fff;
    font-size: 42px;
}

.section-kicker {
    display: block;
    color: #f5b400;
    font-weight: 800;
    letter-spacing: 1px;
    margin-bottom: 8px;
}

.upcoming-activities-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
}

.upcoming-activity-card {
    position: relative;
    display: grid;
    grid-template-columns: 78px 1fr;
    gap: 18px;
    align-items: center;
    background: #fff;
    text-decoration: none;
    color: inherit;
    padding: 22px;
    min-height: 180px;
    border-radius: 12px;
    border-top: 4px solid #f5b400;
    box-shadow: 0 12px 32px rgba(0, 0, 0, .08);
    transition: .25s;
}

.upcoming-activity-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 42px rgba(0, 0, 0, .12);
}

.activity-countdown {
    position: absolute;
    top: 14px;
    right: 14px;
    background: #f5b400;
    color: #061b3a;
    padding: 6px 10px;
    border-radius: 7px;
    font-size: 11px;
    font-weight: 900;
}

.activity-date-box {
    width: 78px;
    height: 78px;
    background: #0b2c5f;
    color: #fff;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.activity-date-box strong {
    font-size: 28px;
    line-height: 1;
}

.activity-date-box span {
    font-size: 12px;
    margin-top: 4px;
}

.activity-card-content h3 {
    margin: 0 0 10px;
    color: #0b2c5f;
    font-size: 16px;
    line-height: 1.4;
}

.activity-card-content p {
    margin: 0;
    color: #666;
    font-size: 14px;
}

.activity-mini-tags {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-top: 12px;
}

.activity-mini-tags span {
    background: rgba(245, 180, 0, .18);
    color: #b98200;
    padding: 5px 10px;
    border-radius: 7px;
    font-size: 11px;
    font-weight: 800;
}

.premium-section-title {
    margin-bottom: 35px;
}

.premium-section-title .section-badge {
    display: inline-block;
    color: #f5b400;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.premium-section-title h2 {
    margin: 0;
    color: #0b2c5f;
    font-size: 42px;
    font-weight: 900;
}

.premium-section-title p {
    margin-top: 8px;
    color: #6b7280;
    font-size: 16px;
    line-height: 1.5;
}

.home-zone-dark .premium-section-title h2 {
    color: white;
}

.home-zone-dark .premium-section-title p {
    color: rgba(255, 255, 255, .75);
}

.activity-summary-box {
    background: white;
    border-radius: 12px;
    padding: 24px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, .08);
    border-top: 4px solid #f5b400;
}

.summary-list {
    display: grid;
    gap: 12px;
    margin: 18px 0 20px;
}

.summary-row {
    display: grid;
    grid-template-columns: 38px 42px 1fr;
    align-items: center;
    gap: 10px;
    background: #f8fafc;
    border: 1px solid #e5e7eb;
    padding: 10px 12px;
    border-radius: 12px;
}

.summary-icon {
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(245, 180, 0, .18);
    border-radius: 12px;
    font-size: 18px;
}

.summary-row strong {
    color: #0b2c5f;
    font-size: 28px;
    font-weight: 900;
    line-height: 1;
}

.summary-row small {
    color: #555;
    font-weight: 700;
}

@media (max-width: 1100px) {
    .stats-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .national-team-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .news-announcement-section {
        grid-template-columns: 1fr;
    }

    .gallery-showcase {
        grid-template-columns: repeat(2, 1fr);
        grid-auto-rows: 240px;
    }

    .gallery-card:nth-child(1),
    .gallery-card:nth-child(4) {
        grid-column: auto;
        grid-row: auto;
    }

    .upcoming-activities-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {

    .leaders-grid,
    .small-news-grid {
        grid-template-columns: 1fr;
    }

    .upcoming-activities-section {
        padding: 30px;
    }

    .upcoming-activities-grid {
        grid-template-columns: 1fr;
    }

    .upcoming-activities-section .section-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }

    .upcoming-activities-section .section-header h2 {
        font-size: 32px;
    }

}

@media (max-width: 600px) {
    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .national-team-grid,
    .gallery-showcase {
        grid-template-columns: 1fr;
    }

    .announcement-item {
        grid-template-columns: 1fr;
    }

    .small-news-card {
        align-items: flex-start;
    }

    .small-news-thumb {
        flex: 0 0 86px;
        width: 86px;
        height: 76px;
    }

    .small-news-content h4 {
        font-size: 14px;
    }

    .small-news-content p {
        font-size: 13px;
    }

}

.stat-card-link {
    text-decoration: none;
    color: inherit;
    display: block;
}

.stat-card-link:hover {
    color: inherit;
    text-decoration: none;
}

.news-title-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 25px;
}

.all-news-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;

    background: #f5b400;
    color: #082a57;

    padding: 15px 26px;
    border-radius: 7px;

    font-size: 16px;
    font-weight: 900;
    text-decoration: none;

    transition: all .25s ease;
}

.all-news-btn:hover {
    background: #082a57;
    color: #fff;
    transform: translateY(-2px);
}

@media (max-width: 768px) {
    .news-title-row {
        flex-direction: column;
        align-items: flex-start;
    }

    .all-news-btn {
        width: 100%;
    }
}

/* =====================================================
   ŞAMPİYON SPORCULAR
===================================================== */

.champion-section-title {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
}

.section-link-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #ffcb05;
    color: #082b5f;
    padding: 10px 16px;
    border-radius: 7px;
    font-size: 13px;
    font-weight: 900;
    text-decoration: none;
    transition: .25s;
    white-space: nowrap;
}

.section-link-btn:hover {
    background: #0b2c5f;
    color: #ffffff;
    transform: translateY(-2px);
}

.champion-athletes-section {
    margin: 0;
    padding-bottom: 32px;
    border-bottom: 1px solid #edf2f7;
}

@media (max-width: 768px) {
    .champion-section-title {
        display: block;
    }

    .section-link-btn {
        margin-top: 16px;
    }
}

.champion-athletes-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    margin-top: 26px;
}

.champion-athlete-card {
    display: block;
    text-decoration: none;
    color: inherit;
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #eef2f7;
    box-shadow: 0 12px 32px rgba(0, 0, 0, .08);
    transition: .25s;
}

.champion-athlete-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 18px 38px rgba(8, 43, 95, .13);
}

.champion-athlete-photo {
    position: relative;
    height: 260px;
    background: #061b3a;
    overflow: hidden;
}

.champion-athlete-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: .45s;
}

.champion-athlete-card:hover .champion-athlete-photo img {
    transform: scale(1.06);
}

.champion-athlete-placeholder {
    width: 100%;
    height: 100%;
    color: #ffcb05;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #082b5f, #061b3a);
}

.champion-athlete-placeholder svg {
    width: 70px;
    height: 70px;
}

.champion-degree {
    position: absolute;
    left: 16px;
    bottom: 16px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #ffcb05;
    color: #082b5f;
    padding: 8px 12px;
    border-radius: 7px;
    font-size: 12px;
    font-weight: 900;
}

.champion-card-link {
    display: inline-flex;
    margin-top: 14px;
    color: #b98200;
    font-size: 13px;
    font-weight: 900;
}

.champion-degree-icon {
    width: 14px !important;
    height: 14px !important;
}

.champion-athlete-content {
    padding: 20px;
}

.champion-athlete-content h3 {
    margin: 0 0 8px;
    color: #0b2c5f;
    font-size: 19px;
    font-weight: 950;
    line-height: 1.3;
}

.championship-name {
    margin: 0 0 14px;
    color: #475569;
    font-size: 14px;
    line-height: 1.5;
}

.champion-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.champion-meta span {
    background: #f1f5f9;
    color: #0b2c5f;
    padding: 6px 10px;
    border-radius: 7px;
    font-size: 12px;
    font-weight: 800;
}

@media (max-width: 1100px) {
    .champion-athletes-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .champion-athletes-grid {
        grid-template-columns: 1fr;
    }
}

.champion-athlete-card {
    display: block;
    text-decoration: none;
    color: inherit;
}

.champion-athlete-content .home-champion-country-date {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin: 10px 0 12px;
}

.champion-athlete-content .home-champion-country-date span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 10px;
    border-radius: 7px;
    background: #fffaf0;
    border: 1px solid rgba(201, 155, 60, 0.25);
    color: #475569;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
}

.champion-athlete-content .home-champion-country-date span svg {
    width: 14px;
    height: 14px;
    flex-shrink: 0;
    color: #c89b3c;
}

@media (max-width: 768px) {
    .national-teams-home .section-header {
        display: block !important;
        margin-bottom: 24px !important;
    }

    .national-teams-home .premium-section-title {
        width: 100% !important;
    }

    .national-teams-home .premium-section-title h2 {
        font-size: 42px !important;
        line-height: 1.08 !important;
        margin-bottom: 12px !important;
    }

    .national-teams-home .premium-section-title p {
        font-size: 15px !important;
        line-height: 1.6 !important;
        margin-bottom: 0 !important;
    }

    .national-teams-home .hero-btn {
        display: inline-flex !important;
        margin-top: 18px !important;
    }

    .national-team-grid {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 20px !important;
    }

    .national-team-card {
        height: auto !important;
        min-height: unset !important;
        display: block !important;
        background: #fff !important;
        border-radius: 16px !important;
        overflow: hidden !important;
        box-shadow: 0 18px 45px rgba(6, 27, 58, .12) !important;
        border: 1px solid rgba(6, 27, 58, .08) !important;
        text-decoration: none !important;
    }

    .national-team-card img {
        position: relative !important;
        width: 100% !important;
        height: 210px !important;
        object-fit: cover !important;
        display: block !important;
    }

    .national-team-overlay {
        position: relative !important;
        inset: auto !important;
        min-height: unset !important;
        background: #fff !important;
        color: #061b3a !important;
        padding: 18px !important;
        display: block !important;
    }

    .national-team-overlay::before,
    .national-team-overlay::after {
        display: none !important;
    }

    .team-category {
        display: inline-flex !important;
        align-items: center !important;
        width: fit-content !important;
        background: #f4b000 !important;
        color: #061b3a !important;
        border-radius: 7px !important;
        padding: 7px 10px !important;
        font-size: 12px !important;
        font-weight: 900 !important;
        margin-bottom: 12px !important;
    }

    .national-team-overlay h3 {
        color: #061b3a !important;
        font-size: 21px !important;
        line-height: 1.25 !important;
        margin: 0 0 8px !important;
        font-weight: 900 !important;
        text-shadow: none !important;
    }

    .national-team-overlay p {
        color: #64748b !important;
        font-size: 14px !important;
        font-weight: 800 !important;
        margin: 0 !important;
        text-shadow: none !important;
    }

    .national-team-overlay p::before {
        content: "Başantrenör: ";
        color: #082a57;
        font-weight: 900;
    }
}

@media (max-width: 768px) {
    .champion-athletes-section .champion-section-title {
        display: block !important;
        margin-top: 46px !important;
        margin-bottom: 24px !important;
    }

    .champion-athletes-section .champion-section-title h2 {
        font-size: 42px !important;
        line-height: 1.08 !important;
        margin-bottom: 12px !important;
    }

    .champion-athletes-section .champion-section-title p {
        font-size: 15px !important;
        line-height: 1.6 !important;
        margin-bottom: 0 !important;
    }

    .champion-athletes-section .section-link-btn {
        display: inline-flex !important;
        margin-top: 18px !important;
    }

    .champion-athletes-grid {
        grid-template-columns: 1fr !important;
        gap: 20px !important;
    }

    .champion-athlete-card {
        display: grid !important;
        grid-template-columns: 130px 1fr !important;
        min-height: 170px !important;
        border-radius: 16px !important;
        overflow: hidden !important;
        background: #fff !important;
        box-shadow: 0 18px 45px rgba(6, 27, 58, .12) !important;
        border: 1px solid rgba(6, 27, 58, .08) !important;
    }

    .champion-athlete-photo {
        height: 100% !important;
        min-height: 170px !important;
        border-radius: 0 !important;
    }

    .champion-athlete-photo img {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
    }

    .champion-degree {
        left: 10px !important;
        bottom: 10px !important;
        right: 10px !important;
        width: auto !important;
        justify-content: center !important;
        font-size: 11px !important;
        padding: 7px 8px !important;
    }

    .champion-athlete-content {
        padding: 16px !important;
    }

    .champion-athlete-content h3 {
        font-size: 19px !important;
        line-height: 1.25 !important;
        margin-bottom: 8px !important;
    }

    .championship-name {
        font-size: 13px !important;
        line-height: 1.45 !important;
        margin-bottom: 10px !important;
    }

    .home-champion-country-date {
        display: grid !important;
        gap: 6px !important;
        margin-bottom: 10px !important;
    }

    .home-champion-country-date span {
        font-size: 12px !important;
    }

    .champion-meta {
        display: flex !important;
        flex-wrap: wrap !important;
        gap: 6px !important;
        margin-bottom: 10px !important;
    }

    .champion-meta span {
        font-size: 11px !important;
        padding: 6px 8px !important;
    }

    .champion-card-link {
        font-size: 13px !important;
        font-weight: 900 !important;
    }
}

@media (max-width: 430px) {
    .champion-athlete-card {
        grid-template-columns: 115px 1fr !important;
    }

    .champion-athlete-photo {
        min-height: 165px !important;
    }

    .champion-athlete-content {
        padding: 14px !important;
    }

    .champion-athlete-content h3 {
        font-size: 17px !important;
    }
}

/* =========================================================
   PREMIUM VIDEO GALLERY
========================================================= */
.home-video-section {
    position: relative;
    isolation: isolate;
    margin-top: 72px;
    margin-bottom: 52px;
    padding: clamp(28px, 4vw, 54px);
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 12px;
    background:
        radial-gradient(circle at 88% 3%, rgba(245, 180, 0, .22), transparent 24%),
        radial-gradient(circle at 4% 100%, rgba(32, 95, 171, .28), transparent 30%),
        linear-gradient(135deg, #04142d 0%, #092a59 52%, #031126 100%);
    box-shadow: 0 34px 85px rgba(4, 20, 45, .28), inset 0 1px rgba(255, 255, 255, .08);
}

.home-video-section::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    opacity: .55;
    background: repeating-linear-gradient(135deg, rgba(255, 255, 255, .025) 0 1px, transparent 1px 16px);
    pointer-events: none;
}

.home-video-section::after {
    content: "PLAY";
    position: absolute;
    top: -34px;
    right: 36px;
    z-index: -1;
    color: rgba(255, 255, 255, .025);
    font-size: clamp(100px, 13vw, 190px);
    line-height: 1;
    font-weight: 950;
    letter-spacing: -.08em;
    pointer-events: none;
}

.home-video-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 34px;
    padding-bottom: 26px;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.home-video-head .premium-section-title {
    margin-bottom: 0;
}

.home-video-head .premium-section-title h2 {
    color: #fff;
}

.home-video-head .premium-section-title p {
    color: rgba(255, 255, 255, .66);
}

.home-video-all {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    flex: 0 0 auto;
    padding: 12px 17px;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 7px;
    color: #fff;
    background: rgba(255, 255, 255, .07);
    text-decoration: none;
    font-size: 13px;
    font-weight: 850;
    transition: background .25s ease, border-color .25s ease, transform .25s ease;
}

.home-video-all:hover {
    color: #061b3a;
    border-color: #f5b400;
    background: #f5b400;
    transform: translateY(-2px);
}

.home-video-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.58fr) minmax(320px, .82fr);
    grid-template-rows: repeat(3, 150px);
    gap: 16px;
}

.home-video-card {
    position: relative;
    min-width: 0;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 7px;
    color: #fff;
    background: #061b3a;
    text-decoration: none;
    box-shadow: 0 16px 36px rgba(0, 0, 0, .18);
    transition: border-color .3s ease, box-shadow .3s ease, transform .3s ease;
}

.home-video-card:first-child {
    grid-row: 1 / 4;
    border-color: rgba(255, 255, 255, .22);
    box-shadow: 0 24px 55px rgba(0, 0, 0, .3);
}

.home-video-card:not(:first-child) {
    display: grid;
    grid-template-columns: 164px minmax(0, 1fr);
    background: rgba(255, 255, 255, .065);
    backdrop-filter: blur(12px);
}

.home-video-card:hover {
    border-color: rgba(245, 180, 0, .52);
    box-shadow: 0 24px 52px rgba(0, 0, 0, .3);
}

.home-video-card:not(:first-child):hover {
    transform: translateX(-4px);
}

.home-video-media {
    position: absolute;
    inset: 0;
    overflow: hidden;
    background: linear-gradient(135deg, #123d75, #06172f);
}

.home-video-card:not(:first-child) .home-video-media {
    position: relative;
}

.home-video-media img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform .7s cubic-bezier(.22, 1, .36, 1), filter .35s ease;
}

.home-video-media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(3, 14, 31, .94) 0%, rgba(3, 14, 31, .3) 58%, rgba(3, 14, 31, .06) 100%);
}

.home-video-card:not(:first-child) .home-video-media::after {
    background: rgba(3, 14, 31, .2);
}

.home-video-card:hover .home-video-media img {
    transform: scale(1.055);
    filter: saturate(1.08);
}

.home-video-play {
    position: absolute;
    top: 24px;
    left: 24px;
    z-index: 2;
    display: grid;
    width: 58px;
    height: 58px;
    place-items: center;
    border: 6px solid rgba(255, 255, 255, .2);
    border-radius: 50%;
    color: #061b3a;
    background: #f7c331;
    background-clip: padding-box;
    box-shadow: 0 12px 28px rgba(0, 0, 0, .25);
    transition: transform .3s ease, background .3s ease;
}

.home-video-play svg {
    width: 23px;
    height: 23px;
    margin-left: 3px;
}

.home-video-card:hover .home-video-play {
    transform: scale(1.08);
    background: #fff;
}

.home-video-index {
    position: absolute;
    top: 14px;
    right: 15px;
    z-index: 3;
    color: rgba(255, 255, 255, .38);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .12em;
}

.home-video-card:first-child .home-video-index {
    top: 24px;
    right: 26px;
    padding: 7px 9px;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 7px;
    color: rgba(255, 255, 255, .72);
    background: rgba(4, 20, 45, .34);
    backdrop-filter: blur(10px);
}

.home-video-card:not(:first-child) .home-video-play {
    top: 50%;
    left: 50%;
    width: 42px;
    height: 42px;
    transform: translate(-50%, -50%);
}

.home-video-card:not(:first-child):hover .home-video-play {
    transform: translate(-50%, -50%) scale(1.08);
}

.home-video-content {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    padding: 30px;
}

.home-video-card:not(:first-child) .home-video-content {
    position: relative;
    align-self: center;
    padding: 16px 18px;
}

.home-video-label {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-bottom: 11px;
    color: #f5c440;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.home-video-label::before {
    content: "";
    width: 18px;
    height: 1px;
    background: currentColor;
}

.home-video-content h3 {
    margin: 0;
    font-size: clamp(24px, 2.4vw, 38px);
    line-height: 1.18;
    letter-spacing: -.025em;
    text-wrap: balance;
}

.home-video-card:not(:first-child) .home-video-content h3 {
    display: -webkit-box;
    overflow: hidden;
    font-size: 15px;
    line-height: 1.35;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
}

.home-video-content p {
    display: -webkit-box;
    max-width: 680px;
    margin: 11px 0 0;
    overflow: hidden;
    color: rgba(255, 255, 255, .72);
    font-size: 14px;
    line-height: 1.55;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
}

.home-video-watch {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-top: 18px;
    padding: 10px 14px;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 7px;
    color: #fff;
    background: rgba(255, 255, 255, .08);
    font-size: 12px;
    font-weight: 850;
    transition: color .25s ease, background .25s ease, border-color .25s ease;
}

.home-video-card:hover .home-video-watch {
    color: #061b3a;
    border-color: #f5b400;
    background: #f5b400;
}

.home-video-card:not(:first-child) .home-video-content p {
    display: none;
}

.home-video-card:not(:first-child) .home-video-watch {
    display: none;
}

@media (max-width: 950px) {
    .home-video-grid {
        grid-template-columns: 1fr;
        grid-template-rows: 390px repeat(3, 130px);
    }

    .home-video-card:first-child {
        grid-row: auto;
    }

    .home-video-card:not(:first-child) {
        grid-template-columns: 180px minmax(0, 1fr);
    }
}

@media (max-width: 600px) {
    .home-video-section {
        margin-top: 48px;
        margin-bottom: 32px;
        padding: 22px 16px;
        border-radius: 12px;
    }

    .home-video-head {
        align-items: flex-start;
        flex-direction: column;
        margin-bottom: 22px;
    }

    .home-video-head .premium-section-title h2 {
        font-size: 30px;
    }

    .home-video-grid {
        grid-template-rows: 360px repeat(3, 112px);
        gap: 10px;
    }

    .home-video-card:not(:first-child) {
        grid-template-columns: 124px minmax(0, 1fr);
    }

    .home-video-content {
        padding: 22px 18px;
    }

    .home-video-content h3 {
        font-size: 26px;
    }

    .home-video-content p {
        display: none;
    }

    .home-video-watch {
        margin-top: 14px;
    }

    .home-video-play {
        top: 18px;
        left: 18px;
        width: 50px;
        height: 50px;
    }

    .home-video-card:not(:first-child) .home-video-content {
        padding: 12px 14px;
    }

    .home-video-card:not(:first-child) .home-video-content h3 {
        font-size: 13px;
    }

    .home-video-label {
        margin-bottom: 7px;
        font-size: 8px;
    }
}

.home-live-section {
    position: relative;
    isolation: isolate;
    margin-top: 34px;
    padding: clamp(22px, 3vw, 34px);
    overflow: hidden;
    border: 1px solid rgba(8, 42, 87, .12);
    border-radius: 12px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, .96), rgba(242, 246, 252, .98)),
        radial-gradient(circle at 95% 0%, rgba(245, 180, 0, .18), transparent 28%);
    box-shadow: 0 24px 58px rgba(6, 27, 58, .12);
}

.home-live-section::before {
    content: "LIVE";
    position: absolute;
    top: -18px;
    right: 24px;
    z-index: -1;
    color: rgba(8, 42, 87, .045);
    font-size: clamp(78px, 10vw, 142px);
    line-height: 1;
    font-weight: 950;
    letter-spacing: 0;
    pointer-events: none;
}

.home-live-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 24px;
}

.home-live-head .premium-section-title {
    margin-bottom: 0;
}

.home-live-head .premium-section-title h2 {
    color: #082a57;
}

.home-live-note {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    min-height: 40px;
    padding: 10px 13px;
    border-radius: 7px;
    color: #082a57;
    background: rgba(245, 180, 0, .14);
    font-size: 12px;
    font-weight: 900;
    white-space: nowrap;
}

.home-live-note::before {
    content: "";
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #e11d48;
    box-shadow: 0 0 0 6px rgba(225, 29, 72, .1);
}

.home-live-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(320px, .65fr);
    gap: 18px;
}

.home-live-player,
.home-live-card {
    border: 1px solid rgba(8, 42, 87, .1);
    border-radius: 7px;
    background: #fff;
    box-shadow: 0 14px 32px rgba(6, 27, 58, .08);
}

.home-live-player {
    overflow: hidden;
}

.home-live-player-top {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 14px 16px;
    color: #0f2544;
    background: #f8fafc;
    border-bottom: 1px solid #e5edf6;
    font-size: 13px;
    font-weight: 900;
}

.home-live-frame {
    position: relative;
    aspect-ratio: 16 / 9;
    background:
        radial-gradient(circle at 80% 10%, rgba(245, 180, 0, .18), transparent 30%),
        linear-gradient(135deg, #082a57, #031126);
}

.home-live-frame iframe,
.home-live-frame a {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.home-live-frame iframe {
    border: 0;
}

.home-live-frame a {
    display: grid;
    place-items: center;
    color: #fff;
    text-decoration: none;
    font-weight: 900;
}

.home-live-player-info {
    padding: 18px;
}

.home-live-player-info h3 {
    margin: 0;
    color: #082a57;
    font-size: clamp(22px, 2.4vw, 34px);
    line-height: 1.16;
    font-weight: 950;
}

.home-live-player-info p {
    margin: 9px 0 0;
    color: #64748b;
    font-size: 14px;
    line-height: 1.65;
    font-weight: 700;
}

.home-live-youtube {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    width: fit-content;
    margin-top: 14px;
    padding: 10px 13px;
    border-radius: 7px;
    color: #fff;
    background: #082a57;
    text-decoration: none;
    font-size: 12px;
    font-weight: 900;
    transition: background .25s ease, color .25s ease, transform .25s ease;
}

.home-live-youtube:hover {
    color: #061b3a;
    background: #f5b400;
    transform: translateY(-2px);
}

.home-live-list {
    display: grid;
    gap: 10px;
}

.home-live-card {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 13px;
    padding: 14px;
    color: #0f2544;
    text-decoration: none;
    transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.home-live-card:hover,
.home-live-card.active {
    border-color: rgba(245, 180, 0, .55);
    box-shadow: 0 18px 38px rgba(6, 27, 58, .14);
    transform: translateY(-2px);
}

.home-live-mat {
    display: grid;
    place-items: center;
    width: 54px;
    min-height: 54px;
    padding: 7px;
    border-radius: 7px;
    color: #061b3a;
    background: #f5b400;
    font-size: 12px;
    font-weight: 950;
    text-align: center;
    line-height: 1.1;
}

.home-live-card-body {
    min-width: 0;
}

.home-live-card-body h3 {
    display: -webkit-box;
    margin: 0;
    overflow: hidden;
    color: #082a57;
    font-size: 14px;
    line-height: 1.35;
    font-weight: 950;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
}

.home-live-card-body p {
    margin: 5px 0 0;
    color: #64748b;
    font-size: 12px;
    line-height: 1.35;
    font-weight: 750;
}

.home-live-status {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    width: fit-content;
    padding: 7px 9px;
    border-radius: 7px;
    font-size: 11px;
    font-weight: 950;
    text-transform: uppercase;
    white-space: nowrap;
}

.home-live-status::before {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: currentColor;
}

.home-live-status.is-live {
    color: #be123c;
    background: rgba(225, 29, 72, .1);
}

.home-live-status.is-upcoming {
    color: #9a6700;
    background: rgba(245, 180, 0, .16);
}

.home-live-status.is-ended {
    color: #64748b;
    background: #eef2f7;
}

.home-live-open {
    color: #94a3b8;
    font-size: 18px;
    font-weight: 900;
}

@media (max-width: 1000px) {
    .home-live-layout {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .home-live-section {
        padding: 18px;
    }

    .home-live-head {
        align-items: flex-start;
        flex-direction: column;
    }

    .home-live-note {
        white-space: normal;
    }

    .home-live-card {
        grid-template-columns: auto minmax(0, 1fr);
    }

    .home-live-open {
        display: none;
    }
}

/* =========================================================
   FEDERATION MANAGEMENT — DETAIL BUTTON
========================================================= */

.leader-detail-btn {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;

    min-width: 184px;
    min-height: 46px;

    margin-top: 18px;
    padding: 5px 6px 5px 18px;

    color: #ffffff;
    background: linear-gradient(135deg,
            #082d5e 0%,
            #061f43 100%);

    border: 1px solid rgba(8, 45, 94, .18);
    border-radius: 7px;

    text-decoration: none;

    font-size: 13px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: .01em;

    box-shadow:
        0 8px 20px rgba(4, 29, 62, .15),
        inset 0 1px 0 rgba(255, 255, 255, .10);

    transition:
        transform .22s ease,
        box-shadow .22s ease,
        background .22s ease;
}

.leader-content .leader-detail-btn {
    display: flex;
    width: fit-content;

    margin-top: 18px;

    margin-right: auto;
}

.leader-detail-btn>span:first-child {
    white-space: nowrap;
}

/* Altın ok kutusu */
.leader-detail-btn__icon {
    width: 34px;
    height: 34px;

    display: grid;
    place-items: center;
    flex: 0 0 34px;

    color: #06234a;
    background: linear-gradient(135deg,
            #ffd14a,
            #f4b719);

    border-radius: 6px;

    font-size: 17px;
    line-height: 1;
    font-weight: 900;

    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, .45),
        0 3px 8px rgba(244, 183, 25, .18);

    transition:
        transform .22s ease,
        background .22s ease;
}

/* Hover */
.leader-detail-btn:hover {
    color: #ffffff;
    text-decoration: none;

    background: linear-gradient(135deg,
            #0b376f 0%,
            #082752 100%);

    transform: translateY(-2px);

    box-shadow:
        0 13px 28px rgba(4, 29, 62, .22),
        inset 0 1px 0 rgba(255, 255, 255, .10);
}

.leader-detail-btn:hover .leader-detail-btn__icon {
    background: linear-gradient(135deg,
            #ffda5f,
            #ffc21c);

    transform: translateX(2px);
}

.leader-detail-btn:active {
    transform: translateY(0);
}

.leader-detail-btn:focus-visible {
    outline: 3px solid rgba(244, 183, 25, .30);
    outline-offset: 3px;
}

/* Mobile */
@media (max-width: 640px) {

    .leader-detail-btn {
        min-width: 170px;
        min-height: 43px;

        margin-top: 15px;
        padding: 5px 5px 5px 15px;

        font-size: 12px;
    }

    .leader-detail-btn__icon {
        width: 31px;
        height: 31px;
        flex-basis: 31px;

        font-size: 15px;
    }
}

@media (max-width: 768px) {
    .leader-content .leader-detail-btn {
        margin-left: auto;
        margin-right: auto;
    }
}

/* =========================================================
   MAIN NEWS
   Read More Button
========================================================= */

.main-news-read-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;

    width: auto;
    min-width: 128px;
    min-height: 40px;

    margin-top: 6px;
    padding: 0 17px;

    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 7px;

    background: #082f61;

    color: #ffffff !important;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none !important;

    box-shadow: 0 6px 16px rgba(8, 47, 97, .16);

    transition:
        background-color .2s ease,
        box-shadow .2s ease,
        transform .2s ease;
}

.main-news-read-button:visited {
    color: #ffffff !important;
}

.main-news-read-button:hover {
    background: #0b3c78;

    color: #ffffff !important;
    text-decoration: none !important;

    box-shadow: 0 8px 20px rgba(8, 47, 97, .22);

    transform: translateY(-1px);
}

.main-news-read-button:focus-visible {
    outline: 3px solid rgba(245, 180, 0, .32);
    outline-offset: 3px;
}

.main-news-read-button__arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    font-size: 16px;
    font-weight: 700;
    line-height: 1;

    transition: transform .2s ease;
}

.main-news-read-button:hover
.main-news-read-button__arrow {
    transform: translateX(3px);
}