/* DÖVÜŞ ARENA HOMEPAGE CUSTOM STYLES */

body {
    position: relative;
    background-color: #0a0a0c !important;
}
.body-bg-wrapper {
    position: absolute;
    top: calc(120vh - 250px);
    bottom: 0;
    left: 0;
    right: 0;
    background-image: 
        linear-gradient(to bottom, rgba(10, 10, 12, 0.25) 0%, rgba(10, 10, 12, 0.8) 50%, rgba(10, 10, 12, 0.95) 100%),
        url('../../assets/images/sistem/index-bg.webp') !important;
    background-repeat: no-repeat, no-repeat !important;
    background-position: center center, top center !important;
    background-size: cover, cover !important;
    background-attachment: scroll !important;
    z-index: -10;
    pointer-events: none;
}
@media (max-width: 992px) {
    .body-bg-wrapper {
        top: calc(110vh - 210px);
    }
}
.footer-newsletter, .main-footer {
    background: transparent !important;
}

@font-face { font-family: 'UFCFont'; src: url('../../assets/fonts/DovusArena-SikiKalinEgik.woff2') format('woff2'); font-display: swap; }
@font-face { font-family: 'UFC2Font'; src: url('../../assets/fonts/ufc2.woff2') format('woff2'); font-display: swap; }

/* UFC Event Logo System Styles for Hero */
.ufc-brand-custom {
    position: relative;
    width: 250px;
    height: 250px;
    background: transparent;
    overflow: hidden;
    transform: scale(0.38);
    transform-origin: center;
    margin: -75px 0;
}
.ufc-base-logo {
    position: absolute;
    top: 0;
    left: 0;
    width: 250px;
    height: 250px;
    pointer-events: none;
}
.ufc-base-logo img {
    width: 100%;
    height: 100%;
    display: block;
    filter: brightness(0) invert(1);
    transition: filter 0.25s ease;
}
.digits-container {
    position: absolute;
    display: flex;
    align-items: center;
    left: 92px;
    top: 145px;
    pointer-events: none;
}
.digit-svg {
    width: 43px;
    height: auto;
    margin-right: -0.5px;
    filter: brightness(0) invert(1);
    transition: filter 0.25s ease;
}
.digit-svg:last-child {
    margin-right: 0;
}

/* Fight Night Logo Box */
.fn-logo-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    width: 250px;
    height: 250px;
    background: transparent;
    overflow: hidden;
    transform: scale(0.38);
    transform-origin: center;
    margin: -75px 0;
}
.fn-logo-box svg {
    width: 100%;
    height: 100%;
    display: block;
}
.fn-logo-box svg path {
    fill: #fff !important;
    transition: fill 0.25s ease;
}

/* Hero specific overrides */
.hero-logo-scale {
    transform: scale(0.48) !important;
    margin: -65px 0 !important;
}

/* Hover effects for Hero logos */
.hero-event-logo-container:hover .ufc-base-logo img,
.hero-event-logo-container:hover .digit-svg {
    filter: invert(11%) sepia(100%) saturate(7400%) hue-rotate(355deg) brightness(90%) contrast(120%);
}
.hero-event-logo-container:hover .fn-logo-box svg path:nth-last-child(1),
.hero-event-logo-container:hover .fn-logo-box svg path:nth-last-child(2) {
    fill: #e80004 !important;
}

/* HERO SECTION (FIXED LOGIC: CLEAR SIGHT) */
.main-hero { 
    height: 120vh; 
    width: 100% !important; 
    background: transparent !important; 
    position: relative; 
    overflow: hidden; 
    margin-top: -91px !important; 
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 0 !important;
}
.hero-slides-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
}
.hero-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.8s ease-in-out, visibility 0.8s ease-in-out;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 0 0 160px 0 !important;
    z-index: 1;
}
.hero-slide.active {
    opacity: 1;
    visibility: visible;
    z-index: 2;
}
.hero-slide-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center 20%;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 0;
    pointer-events: none;
    -webkit-mask-image: linear-gradient(to bottom, rgba(0,0,0,1) 50%, rgba(0,0,0,0) 100%);
    mask-image: linear-gradient(to bottom, rgba(0,0,0,1) 50%, rgba(0,0,0,0) 100%);
}
.hero-slide-bg.desktop-only { display: block; }
.hero-slide-bg.mobile-only { display: none; }
@media (max-width: 992px) {
    .hero-slide-bg.desktop-only { display: none !important; }
    .hero-slide-bg.mobile-only { 
        display: block !important; 
        background-position: center center !important;
        background-size: cover !important;
        -webkit-mask-image: none !important;
        mask-image: none !important;
    }
}
.hero-content { position: relative; z-index: 10; text-align: center; }

/* SLIDER NAVIGATION BUTTONS */
.hero-nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(10, 10, 12, 0.6);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #fff;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 100;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    font-size: 1.2rem;
}
.hero-nav-btn:hover {
    background: #C12B1F;
    border-color: #fff;
    transform: translateY(-50%) scale(1.1);
    box-shadow: 0 0 20px rgba(193, 43, 31, 0.4);
}
.hero-nav-btn.prev-btn {
    left: 40px;
}
.hero-nav-btn.next-btn {
    right: 40px;
}
.ufc-event-title { font-family: 'UFCFont', sans-serif; font-size: 1.2rem; margin: 0; color: var(--accent); letter-spacing: 5px; text-shadow: 0 0 15px rgba(0,0,0,1); }
.vs-matchup { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 4px; margin: 15px 0; }
.fighter-name { font-family: 'UFCFont', sans-serif; font-size: 2rem; font-weight: 950; text-transform: uppercase; letter-spacing: 1px; color: #fff; line-height: 1; text-shadow: 0 5px 20px rgba(0,0,0,1); }
.vs-match-divider { display: flex; align-items: center; gap: 15px; width: 100%; max-width: 250px; margin: 5px 0; }
.vs-line { flex: 1; height: 1px; background: rgba(255,255,255,0.2); position: relative; overflow: hidden; }
.vs-line::after { 
    content: ""; 
    position: absolute; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%; 
    background: var(--accent); 
    box-shadow: 0 0 10px var(--accent);
}

.vs-line.left::after { 
    transform-origin: right; 
    animation: wipeLeft 4s cubic-bezier(0.4, 0, 0.2, 1) infinite; 
}
.vs-line.right::after { 
    transform-origin: left; 
    animation: wipeRight 4s cubic-bezier(0.4, 0, 0.2, 1) infinite; 
}

@keyframes wipeLeft {
    0%, 100% { transform: scaleX(1); opacity: 1; }
    45%, 55% { transform: scaleX(0); opacity: 0; }
}
@keyframes wipeRight {
    0%, 100% { transform: scaleX(1); opacity: 1; }
    45%, 55% { transform: scaleX(0); opacity: 0; }
}

.vs-text { font-size: 0.9rem; font-weight: 950; font-style: italic; color: #fff; text-shadow: 0 0 10px rgba(255,255,255,0.5); }
.hero-subtitle { font-size: 0.7rem; font-weight: 700; color: #bbb; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 20px; }
.card-btn { 
    background: #C12B1F; 
    color: #fff; 
    padding: 10px 30px; 
    border-radius: 4px; 
    text-decoration: none; 
    font-weight: 950; 
    text-transform: uppercase; 
    transition: 0.3s; 
    box-shadow: 0 10px 30px rgba(193,43,31,0.3); 
    font-size: 0.7rem; 
    border: 2px solid transparent;
    display: inline-block;
}
.card-btn:hover { 
    transform: scale(1.05); 
    border-color: #fff;
}

.live-stream-btn { 
    background: #0d0d0d; 
    color: #fff; 
    padding: 10px 30px; 
    border-radius: 4px; 
    text-decoration: none; 
    font-weight: 950; 
    text-transform: uppercase; 
    transition: 0.3s; 
    font-size: 0.7rem; 
    border: 2px solid var(--accent);
    display: inline-flex;
    align-items: center;
    gap: 8px;
    box-shadow: 0 0 15px rgba(232,0,4,0.1);
    animation: liveGlowPulse 2s infinite alternate;
    margin-left: 10px;
}
.live-stream-btn:hover { 
    transform: scale(1.05); 
    border-color: #fff;
    box-shadow: 0 0 25px rgba(232,0,4,0.5);
}

.live-indicator-dot {
    width: 8px;
    height: 8px;
    background-color: var(--accent);
    border-radius: 50%;
    display: inline-block;
    animation: dotBlink 1.5s infinite;
}

@keyframes liveGlowPulse {
    0% { box-shadow: 0 0 8px rgba(232,0,4,0.1); }
    100% { box-shadow: 0 0 16px rgba(232,0,4,0.35); }
}

@keyframes dotBlink {
    0% { opacity: 0.3; transform: scale(0.85); }
    50% { opacity: 1; transform: scale(1.15); }
    100% { opacity: 0.3; transform: scale(0.85); }
}

/* MOBILE HERO (CLEAR VIEW) */
@media (max-width: 992px) {
    .main-hero { 
        height: calc(100vh + 91px) !important; 
        height: calc(100dvh + 91px) !important;
        min-height: auto;
        margin-top: -91px !important;
    }
    .hero-slide {
        height: calc(100vh + 91px) !important;
        height: calc(100dvh + 91px) !important;
        padding-bottom: 120px !important;
    }
    .hero-nav-btn {
        width: 42px;
        height: 42px;
        font-size: 0.9rem;
    }
    .hero-nav-btn.prev-btn {
        left: 15px;
    }
    .hero-nav-btn.next-btn {
        right: 15px;
    }
    .fighter-name { font-size: 1.6rem; letter-spacing: 0.5px; }
    .vs-matchup { margin: 10px 0; gap: 4px; }
    .vs-text { font-size: 0.8rem; }
    .vs-match-divider { max-width: 150px; }
    .hero-subtitle { font-size: 0.7rem; letter-spacing: 1px; margin-bottom: 15px; }
    .card-btn { padding: 8px 20px; font-size: 0.65rem; }
    .live-stream-btn { padding: 8px 20px; font-size: 0.65rem; margin-left: 10px; }
    .ufc-event-title { font-size: 1rem; }
    .hero-content { padding: 0 15px; position: relative; top: 0; }
}

/* POSTER CARD STYLES */
.poster-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
@media (max-width: 1200px) { .poster-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 768px) { .poster-grid { grid-template-columns: 1fr; } }

.poster-card { cursor: pointer; transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1); text-decoration: none; color: inherit; }
.poster-card:hover { transform: scale(1.08); z-index: 10; }
.poster-card:hover .card-inner-box { border-color: #fff; }
.card-inner-box { border-radius: 5px; overflow: hidden; border: 1px solid rgba(255,255,255,0.05); box-shadow: 0 20px 50px rgba(0,0,0,0.5); display: flex; flex-direction: column; height: 360px; position: relative; transition: border-color 0.3s ease-in-out; }
.card-visual-area { 
    height: 220px; 
    background: #050505 url('../../assets/images/kart-bg.webp') center/cover no-repeat; 
    position: relative; 
    overflow: hidden; 
}
.card-visual-area::before {
    content: "";
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: radial-gradient(circle at 10% 10%, rgba(225, 29, 72, 0.15) 0%, transparent 60%);
    z-index: 0;
    pointer-events: none;
}
.card-info-area { flex: 1; background: #000; padding: 20px 25px; display: flex; flex-direction: column; justify-content: space-between; }

/* CARD HOVER INTERACTIONS */
.card-fighters, .card-center-logo {
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}
.poster-card:hover .card-fighters, 
.poster-card:hover .card-center-logo {
    opacity: 0;
    transform: scale(0.95);
}

.card-hover-fights {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(10, 10, 12, 0.96);
    padding: 20px 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.poster-card:hover .card-hover-fights {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.hover-fights-title {
    font-size: 0.75rem;
    font-weight: 900;
    color: var(--accent);
    letter-spacing: 2px;
    margin-bottom: 15px;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    padding-bottom: 6px;
}

.hover-fights-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.hover-fight-row {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.75rem;
    color: #ddd;
    font-weight: 700;
    text-transform: uppercase;
}

.hover-fight-num {
    color: #555;
    font-weight: 800;
    font-size: 0.65rem;
    width: 18px;
}

.hover-fighter-name {
    max-width: 110px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hover-vs {
    color: var(--accent);
    font-size: 0.6rem;
    font-style: italic;
    font-weight: 900;
}

.hover-main-badge {
    background: var(--accent);
    color: #fff;
    font-size: 0.55rem;
    font-weight: 900;
    padding: 1px 5px;
    border-radius: 2px;
    margin-left: auto;
    letter-spacing: 0.5px;
}
.card-fighters { position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: flex; justify-content: space-between; z-index: 1; pointer-events: none; }
.f-photo { width: 50%; height: 100%; overflow: visible; position: relative; opacity: 0.8; transition: 0.5s; }
.f-photo img { height: 140%; width: auto; position: absolute; bottom: -65%; object-fit: contain; filter: drop-shadow(0 0 15px rgba(0,0,0,1)); transition: 0.4s; }
.f-left img { left: -30%; } 
.f-right img { right: -20%; } 
.mirror-img { transform: scaleX(-1) !important; }
.card-center-logo { position: absolute; top: 45%; left: 50%; transform: translate(-50%, -50%); text-align: center; z-index: 100 !important; width: 100%; }
.ppv-ufc { font-size: 1.5rem; font-family: 'UFCFont'; color: #fff; margin-bottom: -15px; }
.ppv-num { font-size: 3.5rem; font-family: 'UFCFont'; color: #fff; line-height: 1; letter-spacing: -2px; }
.fn-logo-v2 { color: #fff; transform: skewX(-5deg); text-align: center; }
.fn-u { font-size: 1.5rem; margin-bottom: -4px; color: var(--accent); font-family: 'UFCFont'; }
.fn-main { display: flex; align-items: flex-end; gap: 8px; justify-content: center; font-family: 'UFC2Font'; }
.fn-f { font-size: 1.7rem; line-height: 0.85; }
.fn-n { font-size: 1.1rem; line-height: 1; margin-bottom: 1px; }
.fn-line-v2 { width: 100%; height: 3px; background: var(--accent); margin-top: 2px; }
.main-names { font-size: 1.4rem; font-weight: 950; display: flex; align-items: center; justify-content: flex-start; gap: 10px; margin-bottom: 8px; color:#fff; text-transform: uppercase; }
.m-vs { color: var(--accent); font-size: 0.8rem; font-style: italic; }
.info-bottom-row { display: flex; justify-content: space-between; align-items: center; border-top: 1px solid #111; padding-top: 12px; }
.f-item { font-size: 0.6rem; color: #555; font-weight: 800; text-transform: uppercase; display: flex; align-items: center; gap: 6px; }
.f-item i { color: var(--accent); font-size: 0.7rem; }
.footer-right i { color: var(--accent); font-size: 1rem; }

/* SECTIONS */
.section-container { padding: 100px 10%; background: #000; }
.section-header { margin-bottom: 50px; display: flex; justify-content: space-between; align-items: flex-end; }
.section-title { font-size: 2.5rem; font-weight: 950; text-transform: uppercase; letter-spacing: -1px; }
.section-subtitle { color: var(--accent); font-weight: 800; font-size: 0.9rem; text-transform: uppercase; letter-spacing: 2px; }

/* NEWS GRID */
.news-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(350px, 1fr)); gap: 40px; }
.news-card { background: #0a0a0a; border-radius: 20px; overflow: hidden; border: 1px solid #111; transition: 0.3s; text-decoration: none; color: white; }
.news-card:hover { border-color: var(--accent); transform: scale(1.02); }
.news-img { height: 220px; background: #111; }
.news-img img { width: 100%; height: 100%; object-fit: cover; }
.news-body { padding: 25px; }
.news-cat { color: var(--accent); font-size: 0.7rem; font-weight: 900; text-transform: uppercase; margin-bottom: 10px; }
.news-title { font-size: 1.3rem; font-weight: 800; line-height: 1.4; }

/* RANKINGS TABS */
.rank-tabs { display: flex; gap: 10px; margin-bottom: 40px; overflow-x: auto; padding-bottom: 10px; scrollbar-width: none; }
.rank-tabs::-webkit-scrollbar { display: none; }
.rank-tab { background: #111; color: #555; padding: 12px 25px; border-radius: 30px; font-weight: 900; font-size: 0.8rem; cursor: pointer; transition: 0.3s; white-space: nowrap; border: 1px solid transparent; }
.rank-tab.active { background: var(--accent); color: #fff; box-shadow: 0 10px 20px rgba(225,29,72,0.3); }

.rank-table { width: 100%; display: flex; flex-direction: column; gap: 10px; }
.rank-row { 
    display: grid; 
    grid-template-columns: 50px 60px 1fr 60px; 
    align-items: center; 
    padding: 15px 25px; 
    border-bottom: 1px solid rgba(255,255,255,0.03); 
    transition: 0.3s;
    text-decoration: none; 
    color: inherit; 
    position: relative; 
}
.r-edge-gradient { 
    width: 140px; 
    height: 100%; 
    position: absolute; 
    right: 0; 
    top: 0; 
    pointer-events: none; 
    background-image: var(--flag-url);
    background-size: cover;
    background-position: center right;
    opacity: 0.15; 
    transition: 0.4s;
    -webkit-mask-image: linear-gradient(to left, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
    mask-image: linear-gradient(to left, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
}
.rank-row:hover .r-edge-gradient { 
    opacity: 0.4; 
    width: 180px; 
}
.rank-row:hover { background: rgba(255,255,255,0.02); transform: translateX(5px); text-decoration: none; }
.r-num { width: 50px; font-size: 1.1rem; font-weight: 950; color: #444; }
.r-name { flex: 1; font-size: 1rem; font-weight: 800; text-transform: uppercase; color: #eee; }
.r-photo { width: 45px; height: 45px; border-radius: 50%; background: #222; margin-right: 15px; overflow: hidden; border: 2px solid transparent; transition: 0.3s; }
.rank-row:hover .r-photo { border-color: var(--accent); }
.r-photo img { width: 100%; height: 100%; object-fit: cover; }
.rank-row.champ { background: linear-gradient(to right, #1a1a0a, #0a0a0a); border-color: rgba(255,215,0,0.2); }
.rank-row.champ .r-num { color: #FFD700; }

@keyframes fadeIn { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }

/* RESPONSIVE INDEX */
@media (max-width: 1200px) {
    .section-container { padding: 80px 5%; }
}
@media (max-width: 768px) {
    .section-container { padding: 60px 20px; }
    .section-title { font-size: 1.8rem; }
    .news-grid { grid-template-columns: 1fr; gap: 20px; }
    .rank-tabs { gap: 5px; }
    .rank-tab { padding: 10px 15px; font-size: 0.7rem; }
    .rank-row { padding: 12px 15px; }
    .r-name { font-size: 0.9rem; }
}

/* HERO COUNTDOWN BOX */
.hero-countdown-box { display: flex; align-items: center; justify-content: center; gap: 15px; margin-bottom: 25px; }
.cd-item { display: flex; flex-direction: column; align-items: center; min-width: 45px; }
.cd-val { font-size: 1.5rem; font-weight: 900; color: #fff; line-height: 1; }
.cd-lab { font-size: 0.5rem; font-weight: 800; color: var(--accent); letter-spacing: 1px; margin-top: 5px; }
.cd-sep { font-size: 1.2rem; font-weight: 900; color: rgba(255,255,255,0.2); margin-top: -12px; }
@media (max-width: 992px) {
    .hero-countdown-box { gap: 8px; margin-bottom: 15px; }
    .cd-val { font-size: 1rem; }
    .cd-lab { font-size: 0.4rem; }
    .cd-sep { font-size: 0.8rem; }
}

/* NATIVE CSS HORIZONTAL SCROLL MİMARİSİ */
.upcoming-scroll-area { position: relative; background: transparent; padding: 100px 10% 0 10%; }

.upcoming-sticky-box { 
    width: 100%; 
    display: flex;
    flex-direction: column;
}

.sticky-header { width: 100%; margin-bottom: 40px; background: transparent !important; z-index: 100; }
.header-main { display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid rgba(255,255,255,0.05); padding-bottom: 20px; }

.upcoming-title { font-size: 2.2rem; font-weight: 950; text-transform: uppercase; letter-spacing: -1px; white-space: nowrap; margin: 0; }
.t-yaklasan { color: #FAFBFD; }
.t-kartlar { color: #D20A0A; }

.see-all-btn { 
    color: #888; text-decoration: none; font-weight: 800; font-size: 0.75rem; letter-spacing: 1px; 
    display: flex; align-items: center; gap: 10px; padding: 8px 18px; 
    border: 1px solid rgba(255,255,255,0.1); border-radius: 30px; transition: 0.3s; white-space: nowrap;
}
.see-all-btn:hover { color: #fff; border-color: #D20A0A; background: rgba(210, 10, 10, 0.05); }

.scroll-track { 
    width: 100%; 
    overflow-x: auto; 
    display: flex; 
    align-items: center;
    scrollbar-width: none; 
    -ms-overflow-style: none;
    scroll-snap-type: x mandatory;
    padding-bottom: 20px;
}
.scroll-track::-webkit-scrollbar {
    display: none;
}
.poster-grid { 
    display: flex; 
    gap: 30px; 
    padding-right: 50px;
}
.poster-card { 
    width: 450px; 
    flex-shrink: 0; 
    scroll-snap-align: start;
}

@media (max-width: 992px) {
    .upcoming-scroll-area { padding: 40px 20px 0 20px; }
    .sticky-header { margin-bottom: 25px; }
    .upcoming-title { font-size: 1.5rem; }
    .poster-card { width: 320px; }
}

/* BIRTHDAY SECTION PREMIUM STYLES */
.news-section { padding: 100px 10%; position: relative; background: transparent; display: flex; flex-direction: column; }

.news-sticky-header { position: sticky; top: 60px; z-index: 100; background: transparent !important; backdrop-filter: none !important; -webkit-backdrop-filter: none !important; padding: 15px 0; margin-bottom: 40px; border-bottom: 1px solid rgba(255,255,255,0.03); }

.section-title-v2 { font-size: 2.2rem; font-weight: 950; text-transform: uppercase; letter-spacing: -1px; margin: 0; }
.t-son { color: #FAFBFD; }
.t-haberler { color: #D20A0A; }

/* TABS */
.birthday-tabs-container {
    display: flex; align-items: center; width: 100%; gap: 10px;
    margin-top: 15px; position: relative;
}
.birthday-tabs-scroll {
    display: flex; gap: 12px; overflow-x: auto; scroll-behavior: smooth;
    padding: 5px 0; flex-grow: 1;
    scrollbar-width: none; 
}
.birthday-tabs-scroll::-webkit-scrollbar {
    display: none; 
}
.birthday-tab-item {
    background: rgba(255,255,255,0.02);
    border: 1px solid rgba(255,255,255,0.05);
    padding: 10px 22px; border-radius: 5px;
    cursor: pointer; display: flex; align-items: center; gap: 10px;
    transition: 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    white-space: nowrap; flex-shrink: 0;
}
.birthday-tab-item:hover {
    background: rgba(255,255,255,0.05);
    border-color: rgba(255,255,255,0.15);
}
.birthday-tab-item.active {
    background: #D20A0A;
    border-color: #D20A0A;
    box-shadow: 0 4px 15px rgba(210, 10, 10, 0.3);
}
.tab-label {
    font-size: 0.8rem; font-weight: 800; color: #ddd; text-transform: uppercase;
}
.birthday-tab-item.active .tab-label {
    color: #fff;
}
.tab-count {
    background: rgba(0,0,0,0.3); color: #888;
    font-size: 0.7rem; font-weight: 900;
    padding: 2px 8px; border-radius: 5px;
}
.birthday-tab-item.active .tab-count {
    background: rgba(255,255,255,0.2); color: #fff;
}
.birthday-nav-btn {
    background: rgba(255,255,255,0.02);
    border: 1px solid rgba(255,255,255,0.05);
    width: 38px; height: 38px; border-radius: 5px;
    color: #888; display: flex; align-items: center; justify-content: center;
    cursor: pointer; transition: 0.3s; flex-shrink: 0;
}
.birthday-nav-btn:hover {
    background: rgba(255,255,255,0.08); border-color: rgba(255,255,255,0.15); color: #fff;
}

.birthday-day-pane {
    opacity: 0; transition: opacity 0.4s ease;
}
.birthday-day-pane.active {
    opacity: 1;
}

.birthday-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 30px; }

.birthday-card-wrapper {
    position: relative;
}
.birthday-card { 
    background: radial-gradient(circle at top, rgba(30, 20, 20, 0.45) 0%, rgba(10, 10, 12, 0.95) 100%); 
    border-radius: 5px; overflow: hidden; 
    border: 1px solid rgba(255,255,255,0.02); 
    transition: 0.4s cubic-bezier(0.16, 1, 0.3, 1); 
    color: white;
    display: flex; flex-direction: column;
    align-items: center; text-align: center;
    padding: 40px 20px;
    position: relative;
    box-shadow: 0 10px 30px rgba(0,0,0,0.5);
    height: 100%;
}
.birthday-card::before {
    content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px;
    background: linear-gradient(90deg, transparent, #D20A0A, transparent);
    opacity: 0; transition: 0.4s;
}
.birthday-card:hover { 
    border-color: rgba(210, 10, 10, 0.4); 
    transform: translateY(-8px); 
    box-shadow: 0 20px 40px rgba(210, 10, 10, 0.2);
}
.birthday-card:hover::before {
    opacity: 1;
}

.b-avatar-link {
    display: block; text-decoration: none;
}
.b-avatar-container {
    position: relative; width: 140px; height: 140px; margin-bottom: 25px; z-index: 2;
}
.b-avatar-glow {
    position: absolute; inset: -15px; border-radius: 50%;
    background: radial-gradient(circle, rgba(210, 10, 10, 0.25) 0%, transparent 70%);
    z-index: 1; filter: blur(5px);
    transition: 0.4s;
}
.birthday-card:hover .b-avatar-glow {
    background: radial-gradient(circle, rgba(210, 10, 10, 0.4) 0%, transparent 70%);
}
.b-avatar { 
    width: 100%; height: 100%; object-fit: cover; border-radius: 50%; 
    border: 2px solid rgba(255,255,255,0.05);
    background: #08080a;
    position: relative; z-index: 2;
    transition: 0.4s;
}
.birthday-card:hover .b-avatar {
    border-color: #D20A0A;
    transform: scale(1.05);
}

.b-details {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    z-index: 3;
}

.b-badge {
    display: inline-block;
    padding: 5px 12px; border-radius: 5px; font-size: 0.7rem; font-weight: 900;
    letter-spacing: 0.5px; text-transform: uppercase;
    box-shadow: 0 4px 10px rgba(0,0,0,0.3);
    margin-bottom: 12px;
}
.b-badge-today {
    background: rgba(210, 10, 10, 0.15); color: #FF2D2D;
    border: 1px solid rgba(210, 10, 10, 0.3);
    animation: badgePulse 2s infinite;
}
.b-badge-upcoming {
    background: rgba(255, 255, 255, 0.05); color: #aaa;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

@keyframes badgePulse {
    0% { box-shadow: 0 0 0 0 rgba(210, 10, 10, 0.4); }
    70% { box-shadow: 0 0 0 6px rgba(210, 10, 10, 0); }
    100% { box-shadow: 0 0 0 0 rgba(210, 10, 10, 0); }
}

.b-name { font-size: 1.25rem; font-weight: 850; letter-spacing: -0.5px; margin: 0 0 6px 0; text-transform: uppercase; line-height: 1.2; }
.b-name a { color: #fff; text-decoration: none; transition: 0.3s; }
.b-name a:hover { color: #D20A0A; }
.b-name span { font-weight: 400; color: #ccc; }
.b-nickname { font-size: 0.75rem; color: #888; font-style: italic; margin-bottom: 15px; }

.b-record {
    display: inline-flex; align-items: center; gap: 8px;
    background: rgba(255,255,255,0.02); border: 1px solid rgba(255,255,255,0.05);
    padding: 4px 14px; border-radius: 5px; font-size: 0.75rem; font-weight: 800;
    color: #ddd; margin-bottom: 20px;
}
.b-meta-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-top: 10px;
    gap: 15px;
}
.b-age-col {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.b-age-label {
    font-size: 0.65rem; font-weight: 800; color: #555; text-transform: uppercase; letter-spacing: 1px;
}
.b-age-value {
    font-size: 1.15rem; font-weight: 900; color: #fff; margin-top: 4px;
    white-space: nowrap;
}

.b-twitter-btn {
    background: #000;
    border: 1px solid rgba(255,255,255,0.15);
    color: #fff;
    padding: 8px 14px;
    border-radius: 5px;
    font-size: 0.75rem;
    font-weight: 800;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    text-decoration: none;
    transition: 0.3s;
    cursor: pointer;
    z-index: 10;
    white-space: nowrap;
}
.b-twitter-btn:hover {
    background: #fff;
    color: #000;
    border-color: #fff;
    transform: translateY(-2px);
}
.b-twitter-btn i {
    font-size: 0.85rem;
}

@media (max-width: 992px) {
    .news-section { padding: 40px 20px; }
    .news-sticky-header { top: 60px; padding: 10px 0; }
    .section-title-v2 { font-size: 1.5rem; }
    
    .birthday-grid { grid-template-columns: 1fr; gap: 15px; }
    .birthday-card { 
        flex-direction: row; text-align: left; padding: 20px; align-items: center; justify-content: flex-start;
    }
    .b-avatar-container { width: 80px; height: 80px; margin-bottom: 0; margin-right: 20px; flex-shrink: 0; }
    .b-details {
        align-items: flex-start;
        width: calc(100% - 100px);
    }
    .b-name { font-size: 1.05rem; }
    .b-record { margin-bottom: 8px; padding: 2px 10px; font-size: 0.7rem; }
    .b-badge { margin-bottom: 8px; font-size: 0.6rem; padding: 3px 8px; }
    .b-nickname { margin-bottom: 8px; }
    .b-meta-row {
        margin-top: 5px;
        align-items: flex-end;
    }
    .b-age-col {
        align-items: flex-start;
    }
    .b-age-label { display: none; }
    .b-age-value { font-size: 0.85rem; font-weight: 800; color: #D20A0A; }
    .b-twitter-btn {
        padding: 5px 10px;
        font-size: 0.7rem;
    }
}

/* RANKINGS SECTION RE-DESIGN */
.rankings-section { padding: 80px 10% 100px 10%; position: relative; background: transparent; }

#rankBody { 
    min-height: 400px; 
    transition: opacity 0.3s ease; 
    position: relative;
}

.rankings-sticky-header { 
    position: sticky; 
    top: 60px; 
    z-index: 1000; 
    background: transparent !important; 
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    padding: 15px 0 40px 0; 
    margin-bottom: 0; 
    border: none;
}

.t-siklet { color: #FAFBFD; }
.t-liderleri { color: #D20A0A; }

/* Sticky tabs specifically */
.rank-tabs { 
    display: flex; 
    gap: 10px; 
    margin-top: 25px; 
    overflow-x: auto; 
    scrollbar-width: none; 
}
.rank-tabs::-webkit-scrollbar { display: none; }

.rank-tab { 
    background: #0a0a0a; 
    color: #444; 
    padding: 8px 20px; 
    border-radius: 5px; 
    font-weight: 800; 
    font-size: 0.7rem; 
    cursor: pointer; 
    transition: 0.3s; 
    white-space: nowrap; 
    border: 1px solid rgba(255,255,255,0.05); 
}
.rank-tab.active { background: #D20A0A; color: #fff; border-color: #D20A0A; }

/* Minimal button standardization */
.minimal-all-btn { 
    color: #555; text-decoration: none; font-weight: 700; font-size: 0.8rem; 
    display: flex; align-items: center; gap: 8px; transition: 0.3s; 
    padding: 5px 0; position: relative;
}
.minimal-all-btn::after { content: ''; position: absolute; bottom: 0; left: 0; width: 0; height: 1px; background: #D20A0A; transition: 0.3s; }
.minimal-all-btn:hover { color: #fff; }
.minimal-all-btn:hover::after { width: 100%; }

@media (max-width: 992px) {
    .rankings-section { padding: 40px 20px; }
    .rankings-sticky-header { top: 60px; padding-bottom: 20px; }
    .rank-tabs { gap: 8px; margin-top: 15px; }
    .rank-tab { padding: 6px 15px; font-size: 0.65rem; }
}

.interim-badge-wrap { margin-right: 15px; display: flex; align-items: center; }
.interim-badge { background: #dc2626; color: #fff; font-size: 8px; font-weight: 900; padding: 2px 6px; border-radius: 4px; letter-spacing: 1px; line-height: 1; }

/* IMPORTANT FIGHTS STYLES */
.important-fights-section {
    padding: 80px 10% 120px 10%;
    position: relative;
    background: transparent;
}

.important-fights-sticky-header {
    position: sticky;
    top: 60px;
    z-index: 100;
    padding: 15px 0;
    margin-bottom: 40px;
    border-bottom: 1px solid rgba(255,255,255,0.03);
}

.important-fights-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.fight-result-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #111114;
    border: 1px solid rgba(255, 255, 255, 0.02);
    border-radius: 8px;
    padding: 18px 25px;
    position: relative;
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.fight-result-row:hover {
    transform: translateX(10px);
    background: rgba(20, 20, 25, 0.6);
    border-color: rgba(255, 255, 255, 0.08);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.fight-type-indicator {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
}
.fight-type-indicator.ppv {
    background: linear-gradient(to bottom, #d4af37, #aa7c11);
}
.fight-type-indicator.fn {
    background: linear-gradient(to bottom, #e11d48, #991b1b);
}

.fight-event-info {
    display: flex;
    flex-direction: column;
    gap: 4px;
    width: 25%;
}

.fight-event-name {
    font-size: 0.95rem;
    font-weight: 800;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.fight-event-meta {
    font-size: 0.75rem;
    color: #666;
    font-weight: 600;
}

.fight-matchup-container {
    display: flex;
    align-items: center;
    gap: 30px;
    flex: 1;
    justify-content: center;
}

.fighter-card-mini {
    display: flex;
    align-items: center;
    gap: 12px;
    transition: opacity 0.3s ease;
}

.fighter-card-mini.is-loser {
    opacity: 0.45;
}

.fighter-card-mini.is-winner .mini-name {
    color: #d4af37; 
    font-weight: 800;
}

.mini-avatar {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.02);
    border: 2px solid rgba(255, 255, 255, 0.1);
    transition: border-color 0.3s ease;
}

.fighter-card-mini.is-winner .mini-avatar {
    border-color: #d4af37;
    box-shadow: 0 0 10px rgba(212, 175, 55, 0.2);
}

.mini-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
}

.mini-name {
    font-size: 0.9rem;
    font-weight: 700;
    color: #eee;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 6px;
}

.winner-crown {
    font-size: 0.8rem;
    animation: floatCrown 2s ease-in-out infinite alternate;
    color: #ffd700;
}

@keyframes floatCrown {
    0% { transform: translateY(0) rotate(-5deg); }
    100% { transform: translateY(-3px) rotate(5deg); }
}

.vs-badge {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    font-size: 0.7rem;
    font-weight: 900;
    font-style: italic;
    color: #888;
    padding: 3px 10px;
    border-radius: 3px;
}

/* RIGHT COLUMN WRAPPER & TOGGLE LOGIC */
.victory-details-wrapper {
    position: relative;
    width: 20%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    min-height: 54px;
}

.victory-details {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 4px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 1;
    visibility: visible;
    width: 100%;
}

.victory-method {
    font-size: 0.8rem;
    font-weight: 800;
    color: #fff;
    background: rgba(255, 255, 255, 0.05);
    padding: 4px 10px;
    border-radius: 4px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    text-transform: uppercase;
    white-space: nowrap;
}

.victory-time {
    font-size: 0.75rem;
    color: #666;
    font-weight: 700;
}

.fight-actions-inline {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%) scale(0.9);
    display: flex;
    flex-direction: column;
    gap: 6px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 10;
    width: 100%;
    align-items: flex-end;
}

.action-btn-mini {
    padding: 6px 16px;
    border-radius: 4px;
    font-weight: 800;
    font-size: 0.65rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    transition: all 0.2s ease;
    white-space: nowrap;
    width: auto;
    min-width: 120px;
}

.action-btn-mini i {
    font-size: 0.7rem;
}

.btn-view-fight-mini {
    background: #0d0d0d;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.15);
}

.btn-view-fight-mini:hover {
    background: #fff;
    color: #000;
    border-color: #fff;
}

.btn-view-event-mini {
    background: var(--accent);
    color: #fff;
    border: 1px solid var(--accent);
}

.btn-view-event-mini:hover {
    background: #fff;
    color: #000;
    border-color: #fff;
}

/* Trigger Overlay on Hover (Desktop) */
@media (hover: hover) {
    .fight-result-row:hover .victory-details {
        opacity: 0;
        visibility: hidden;
        transform: scale(0.9);
    }
    .fight-result-row:hover .fight-actions-inline {
        opacity: 1;
        visibility: visible;
        transform: translateY(-50%) scale(1);
    }
}

/* Trigger Overlay on Click (Mobile Active State) */
.fight-result-row.active .victory-details {
    opacity: 0;
    visibility: hidden;
    transform: scale(0.9);
}
.fight-result-row.active .fight-actions-inline {
    opacity: 1;
    visibility: visible;
    transform: translateY(-50%) scale(1);
}

/* RESPONSIVE DESIGN */
@media (max-width: 992px) {
    .important-fights-section {
        padding: 40px 20px;
    }
    .important-fights-sticky-header {
        top: 60px;
        padding-bottom: 20px;
    }
    .fight-result-row {
        flex-direction: column;
        align-items: stretch;
        gap: 20px;
        padding: 20px;
    }
    .fight-result-row:hover {
        transform: none;
    }
    .fight-event-info {
        width: 100%;
        border-bottom: 1px solid rgba(255, 255, 255, 0.05);
        padding-bottom: 12px;
    }
    .fight-matchup-container {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
        width: 100%;
        justify-content: flex-start;
    }
    .fighter-card-mini {
        width: 100%;
    }
    .vs-badge {
        display: none;
    }
    
    .victory-details-wrapper {
        width: 100%;
        justify-content: flex-start;
        border-top: 1px solid rgba(255, 255, 255, 0.05);
        padding-top: 12px;
        min-height: auto;
    }
    .victory-details {
        align-items: flex-start;
    }
    .fight-actions-inline {
        position: relative;
        left: 0;
        top: 0;
        transform: none !important;
        flex-direction: row;
        width: 100%;
        gap: 10px;
        align-items: center;
    }
    .action-btn-mini {
        flex: 1;
        min-width: 0;
    }
    
    .fight-result-row.active .victory-details {
        display: none;
    }
}
