/* =============================================
   HABER SITESI - PREMIUM MOCKUP UYUMLU STIL
   ============================================= */

/* --- Reset & Base --- */
*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

:root {
    --bg: #f8fafc;
    /* Soft Gray - Canlı site arka planı */
    --card: #ffffff;
    --text: #1e293b;
    /* Slate Text */
    --muted: #64748b;
    --accent: #cc0000;
    /* News Red - Canlı site vurgu rengi */
    --navy: #133259;
    /* Soylenti Navy - Canlı site ana rengi */
    --border: rgba(0, 0, 0, 0.06);
    --shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
    --font: 'Inter', -apple-system, sans-serif;
}

body {
    font-family: var(--font);
    background: var(--bg);
    color: var(--text);
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
}

a {
    color: inherit;
    text-decoration: none;
    transition: .2s;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

.container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 15px;
}

.mt-4 {
    margin-top: 1.5rem;
}

.mt-5 {
    margin-top: 3rem;
}

.mb-5 {
    margin-bottom: 3rem;
}

/* --- Header V3 (Screenshot Compatible) --- */
.main-header-v3 {
    position: relative;
    z-index: 2000;
    background: #fff;
}

/* Katman 1: Servis Bar (Luxurious Look) */
.header-service-bar {
    background: #0f172a;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    padding: 0;
    position: relative;
    z-index: 10;
}

.service-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 42px;
}

.top-info-v3 {
    display: flex;
    align-items: stretch;
    height: 100%;
}

.top-date-v3 {
    color: #94a3b8;
    font-size: 11px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 0 20px;
    border-right: 1px solid rgba(255, 255, 255, 0.05);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.top-date-v3 i {
    color: #ef4444;
    font-size: 13px;
}

.weather-widget-v3 {
    background: rgba(255, 255, 255, 0.03);
    color: #f1f5f9;
    padding: 0 20px;
    font-size: 11px;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 8px;
    border-right: 1px solid rgba(255, 255, 255, 0.05);
    text-transform: uppercase;
}

.weather-widget-v3 i {
    color: #38bdf8;
    font-size: 14px;
}

.weather-widget-v3 b {
    color: #fff;
    margin-left: 4px;
}

.service-list {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

.service-list li {
    border-left: 1px solid rgba(255, 255, 255, 0.05);
}

.service-list a {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 18px;
    font-size: 11px;
    font-weight: 700;
    color: #cbd5e1;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
}

.service-list a:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.05);
    box-shadow: inset 0 -2px 0 #ef4444;
}

.service-icon-v3 {
    font-size: 14px;
    filter: drop-shadow(0 0 2px rgba(255, 255, 255, 0.2));
}

.service-list i {
    font-size: 14px;
}

.weather-widget-v3 b {
    font-size: 13px;
    font-weight: 900;
}

/* Katman 2: Middle Header */
.header-middle {
    padding: 18px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.03);
}

.middle-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
}

.logo-v3 {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
}

.nav-main-v3 {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main-menu-list {
    display: flex;
    list-style: none;
    gap: 8px;
}

.main-menu-list a {
    padding: 10px 15px;
    font-size: 13px;
    font-weight: 800;
    color: #1e293b;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: .2s;
    display: flex;
    align-items: center;
    gap: 5px;
    border-radius: 6px;
}

.main-menu-list a:hover,
.main-menu-list a.aktif {
    color: var(--accent);
    background: rgba(204, 0, 0, 0.03);
}

.header-actions-v3 {
    display: flex;
    align-items: center;
    gap: 15px;
}

.action-btn {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 18px;
    color: #334155;
    padding: 5px;
    transition: .2s;
}

.action-btn:hover {
    color: var(--accent);
    transform: scale(1.1);
}

/* Katman 3: Breaking News Bar */
.breaking-news-v3 {
    background: var(--navy);
    color: #fff;
    padding: 10px 0;
}

.breaking-inner {
    display: flex;
    align-items: center;
    gap: 20px;
}

.bn-label-v3 {
    background: #ef4444;
    color: #fff;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 1.5px;
    padding: 6px 15px;
    border-radius: 50px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    gap: 8px;
    box-shadow: 0 4px 10px rgba(239, 68, 68, 0.2);
}

.bn-label-v3 span {
    color: var(--accent);
}

.bn-ticker-v3 {
    flex: 1;
    overflow: hidden;
}

.ticker-wrap-v3 {
    display: flex;
    white-space: nowrap;
    animation: ticker-v3 11.25s linear infinite;
    /* %75 hızlandırıldı (45s -> 11.25s) */
}

.ticker-item-v3 {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0 40px;
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
}

.ticker-time-v3 {
    color: #fff;
    opacity: 0.7;
    font-weight: 900;
}

.ticker-item-v3:hover {
    color: var(--accent);
}

@keyframes ticker-v3 {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

@media (max-width: 992px) {

    .header-service-bar,
    .nav-main-v3 {
        display: none;
    }

    .header-middle {
        padding: 10px 0;
    }
}

/* --- Search Overlay --- */
.search-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(15, 23, 42, .95);
    backdrop-filter: blur(10px);
    z-index: 3000;
    display: none;
    align-items: center;
    justify-content: center;
}

.search-inner {
    width: 600px;
    padding: 20px;
    position: relative;
}

.search-input-v3 {
    width: 100%;
    background: none;
    border: none;
    border-bottom: 3px solid var(--accent);
    color: #fff;
    font-size: 32px;
    font-weight: 800;
    padding: 10px 0;
    outline: none;
}

.bn-ticker {
    flex: 1;
    overflow: hidden;
}

.bn-wrap {
    display: flex;
    white-space: nowrap;
    animation: ticker-new 30s linear infinite;
    height: 100%;
    align-items: center;
}

.bn-item {
    padding: 0 30px;
    font-size: 13px;
    font-weight: 600;
    color: #334155;
}

@keyframes ticker-new {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

/* --- Mega Menu Overlay --- */
.mega-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(15, 23, 42, .9);
    backdrop-filter: blur(8px);
    z-index: 2000;
    opacity: 0;
    visibility: hidden;
    transition: .4s;
}

.mega-menu.active {
    opacity: 1;
    visibility: visible;
}

.mega-menu-content {
    background: #fff;
    width: 100%;
    max-height: 85vh;
    overflow-y: auto;
    padding: 60px 0;
    transform: translateY(-30px);
    transition: .4s;
    position: relative;
}

.mega-menu.active .mega-menu-content {
    transform: translateY(0);
}

.mega-menu-close {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 20px;
    background: none;
    border: none;
    cursor: pointer;
    color: #94a3b8;
}

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

.mega-title {
    font-size: 14px;
    font-weight: 800;
    margin-bottom: 15px;
    color: #1e293b;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.mega-links {
    list-style: none;
}

.mega-links li {
    margin-bottom: 8px;
}

.mega-links a {
    font-size: 13px;
    font-weight: 600;
    color: #64748b;
}

.mega-links a:hover {
    color: var(--accent);
}


/* --- Top Manset Grid (4'lü) --- */
.grid-4-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}

.grid-card-small {
    position: relative;
    aspect-ratio: 16/10;
    border-radius: 4px;
    overflow: hidden;
}

.grid-card-small .card-img-wrap {
    width: 100%;
    height: 100%;
}

.grid-card-small img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.card-overlay-text {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 15px;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
    color: #fff;
}

.card-overlay-text h3 {
    font-size: 13px;
    font-weight: 800;
    line-height: 1.3;
}

.card-date-minimal {
    font-size: 9px;
    font-weight: 700;
    opacity: 0.8;
    margin-bottom: 3px;
    display: block;
}

/* --- Main Headlines Section (Slider + Top Reads) --- */
.main-sub-layout {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 20px;
    align-items: stretch;
    /* Height matching fix */
}

.headline-left {
    min-width: 0;
    /* Prevent grid breakout */
    width: 100%;
}

.headline-right {
    min-width: 0;
    display: flex;
    flex-direction: column;
}

.headline-header-bar {
    border-bottom: 2px solid #eee;
    margin-bottom: 10px;
    padding-bottom: 5px;
    flex-shrink: 0;
}

.section-title-minimal {
    font-size: 15px;
    font-weight: 800;
    color: var(--navy);
    text-transform: uppercase;
    position: relative;
    padding-bottom: 8px;
    display: block;
}

.section-title-minimal::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 60px;
    height: 2px;
    background: var(--navy);
}

/* Main Headline Slider styles moved to the end of the file for better precedence */

/* Unified slider styles will be appended to the end of the file */

/* --- Luxury Refined Top Reads (Çok Okunanlar) V3 --- */
.top-reads-list {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: #fff;
    flex: 1;
    overflow: hidden;
}

.read-item-v3 {
    display: flex;
    gap: 15px;
    padding: 10px 15px;
    border-bottom: 1px solid #f8fafc;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    align-items: center;
    flex: 1;
    min-height: 0;
    border-left: 3px solid transparent;
}

.read-item-v3:hover {
    background: #f8fafc;
    border-left-color: #dc2626;
}

.read-item-v3:last-child {
    border-bottom: none;
}

.read-content-v3 {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 4px;
    min-width: 0;
}

.read-category-v3 {
    font-size: 10.5px;
    color: #475569;
    /* Slate 600 for premium category look */
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.read-title-v3 {
    font-size: 15px;
    font-weight: 500;
    color: #334155;
    line-height: 1.4;
    transition: color 0.2s;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 2.8em;
    letter-spacing: -0.1px;
}

.read-item-v3:hover .read-title-v3 {
    color: #dc2626;
}

.read-thumb-v3 {
    width: 90px;
    height: 60px;
    flex-shrink: 0;
    overflow: hidden;
    border-radius: 4px;
    background: #f1f5f9;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.read-thumb-v3 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.read-item-v3:hover .read-thumb-v3 img {
    transform: scale(1.1);
}

/* --- Finans Strip (Vörsel Uyumlu) --- */
.home-finans-strip {
    background: #fff;
    border: 1px solid #eee;
    padding: 12px 0;
    margin-top: 15px;
    border-radius: 4px;
}

.finans-strip-inner {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}

.fs-item {
    font-size: 13px;
    font-weight: 700;
    display: flex;
    gap: 6px;
    align-items: center;
}

.fs-name {
    color: #64748b;
}

.fs-val {
    color: var(--navy);
    font-weight: 800;
}

.fs-val.up {
    color: #22c55e;
}

.fs-val.down {
    color: #ef4444;
}

.fs-icon {
    font-size: 12px;
}

/* --- Authors (Premium Mockup) --- */
.authors-grid-premium {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    padding: 10px 0;
    scrollbar-width: none;
}

.author-card-mockup {
    flex: 0 0 260px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 4px;
    padding: 20px;
    text-align: center;
}

.author-img-circle {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 15px;
    box-shadow: var(--shadow);
    border: 2px solid #fff;
}

.author-img-circle img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.a-name {
    font-size: 14px;
    font-weight: 800;
    color: #1e293b;
    margin-bottom: 5px;
}

.a-desc {
    font-size: 11px;
    color: #64748b;
    font-weight: 600;
    line-height: 1.4;
}

/* --- Category Columns (GÜNCEL / EKONOMİ / SİYASET) --- */
.cat-column-layout {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

.cat-col-block {
    background: #fff;
}

.cat-head {
    padding: 8px 15px;
    color: #fff;
    font-size: 13px;
    font-weight: 900;
    border-radius: 2px 2px 0 0;
}

.guncel-head {
    background: #f43f5e;
}

.ekonomi-head {
    background: #0ea5e9;
}

.siyaset-head {
    background: #6366f1;
}

.cat-content {
    border: 1px solid #eee;
    border-top: none;
    padding: 15px;
}

.cat-main-item {
    margin-bottom: 15px;
}

.cat-main-item img {
    width: 100%;
    aspect-ratio: 16/9;
    object-fit: cover;
    border-radius: 2px;
    margin-bottom: 10px;
}

.cat-main-item h3 {
    font-size: 14px;
    font-weight: 800;
    color: #1e293b;
    line-height: 1.4;
}

.cat-list-items {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.cat-list-items a {
    font-size: 12px;
    font-weight: 700;
    color: #475569;
    display: block;
    border-bottom: 1px solid #f8fafc;
    padding-bottom: 8px;
    transition: .2s;
}

.cat-list-items a:hover {
    color: var(--accent);
    padding-left: 5px;
}

/* Burçlar Mockup Alt */
.home-burclar-bottom .section-light {
    padding: 20px;
    border-radius: 4px;
    border: 1px solid #eee;
}

/* News Grid 6 Mockup */
.news-grid-6-mockup {
    display: grid;
    grid-template-columns: repeat(3, 2fr);
    gap: 20px;
}

/* Responsive Improvements */
@media (max-width: 1024px) {
    .main-sub-layout {
        grid-template-columns: 1fr;
    }

    .cat-column-layout {
        grid-template-columns: 1fr 1fr;
    }

    .news-grid-6-mockup {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 768px) {
    .grid-4-row {
        grid-template-columns: 1fr 1fr;
    }

    .cat-column-layout {
        grid-template-columns: 1fr;
    }

    .news-grid-6-mockup {
        grid-template-columns: 1fr;
    }
}

/* --- ANASAYFA V2 (Image 2) --- */

/* Burçlar V2 (Siyah-Beyaz Dairesel) */
.burc-row-mockupV2 {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    padding: 20px 0;
    overflow-x: auto;
    scrollbar-width: none;
}

.burc-row-mockupV2::-webkit-scrollbar {
    display: none;
}

.burc-item-v2 {
    flex: 0 0 75px;
    text-align: center;
    text-decoration: none;
    transition: transform 0.2s;
}

.burc-item-v2:hover {
    transform: translateY(-5px);
}

.burc-icon-v2 {
    width: 60px;
    height: 60px;
    background: #000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 8px;
    overflow: hidden;
    border: 1px solid #000;
}

.burc-icon-v2 img {
    width: 38px;
    height: 38px;
    filter: invert(1);
}

.burc-label-v2 {
    display: block;
    font-size: 10px;
    font-weight: 800;
    color: #000;
    text-transform: uppercase;
}

/* Gündemdekiler (3'lü Grid) */
.news-grid-3-v2 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-top: 20px;
}

.news-card-v2 {
    text-decoration: none;
    display: block;
    border-bottom: 3px solid transparent;
    transition: .3s;
}

.card-img-v2 {
    width: 100%;
    aspect-ratio: 16/10;
    overflow: hidden;
    border-radius: 6px;
    margin-bottom: 12px;
}

.card-img-v2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s;
}

.news-card-v2:hover img {
    transform: scale(1.05);
}

.card-title-v2 {
    font-size: 17px;
    font-weight: 700;
    line-height: 1.3;
    color: #111;
    margin: 0;
}

/* Diğer Haberler (Koyu overlay kartlar) */
.news-row-4-v2 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    margin-top: 20px;
}

.news-card-dark-v2 {
    text-decoration: none;
    display: block;
}

.dark-card-img {
    position: relative;
    width: 100%;
    aspect-ratio: 10/14;
    border-radius: 8px;
    overflow: hidden;
}

.dark-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.dark-card-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.4) 50%, transparent 100%);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 15px;
    color: #fff;
}

.dark-card-meta {
    font-size: 10px;
    font-weight: 800;
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.dark-card-title {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.3;
    margin: 0;
}

.pagination-dots-v2 {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 30px;
}

.pagination-dots-v2 span {
    width: 8px;
    height: 8px;
    background: #e2e8f0;
    border-radius: 50%;
}

.pagination-dots-v2 span.active {
    background: #334155;
    transform: scale(1.2);
}

@media (max-width: 992px) {
    .news-grid-3-v2 {
        grid-template-columns: repeat(2, 1fr);
    }

    .news-row-4-v2 {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .news-grid-3-v2 {
        grid-template-columns: 1fr;
    }

    .news-row-4-v2 {
        grid-template-columns: 1fr;
    }
}

/* --- Section Headers --- */
.section-top-bar {
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

.section-title-minimal {
    font-size: 16px;
    font-weight: 700;
    color: #555;
    text-transform: none;
    position: relative;
}

.section-title-minimal::after {
    content: "";
    position: absolute;
    bottom: -11px;
    left: 0;
    width: 60px;
    height: 2px;
    background: var(--accent);
}

/* --- Section Light Container --- */
.section-light {
    background: #fff;
    padding: 25px;
    border-radius: var(--radius);
    border: 1px solid var(--border);
}

/* --- Burçlar (Dairesel & Şık) --- */
.burc-row-premium {
    display: flex;
    overflow-x: auto;
    gap: 20px;
    padding-bottom: 10px;
    scrollbar-width: none;
}

.burc-circle-item {
    flex: 0 0 80px;
    text-align: center;
}

.burc-icon-wrap {
    width: 70px;
    height: 70px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 10px;
    transition: .3s;
    box-shadow: var(--shadow);
}

.burc-icon-wrap img {
    width: 45px;
}

.burc-circle-item:hover .burc-icon-wrap {
    border-color: var(--accent);
    transform: translateY(-3px);
}

.burc-name-small {
    font-size: 11px;
    font-weight: 800;
    color: #666;
    text-transform: uppercase;
}

/* --- News Grid 3 (Gündemdekiler) --- */
.news-grid-3-premium {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.news-card-mockup {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: var(--radius);
    overflow: hidden;
    transition: .3s;
}

.news-card-mockup:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
}

.card-img-mockup {
    aspect-ratio: 16/10;
    overflow: hidden;
}

.card-img-mockup img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.card-body-mockup {
    padding: 15px;
}

.card-title-mockup {
    font-size: 15px;
    font-weight: 700;
    color: #222;
    line-height: 1.4;
}

/* --- News Grid 4 (Diğer Haberler Overlay) --- */
.news-grid-4-overlay {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}

.news-card-overlay {
    position: relative;
    aspect-ratio: 1/1.2;
    border-radius: var(--radius);
    overflow: hidden;
}

.card-img-full {
    width: 100%;
    height: 100%;
}

.card-img-full img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.card-content-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 15px;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.9));
    color: #fff;
}

.card-date-small {
    font-size: 10px;
    font-weight: 700;
    opacity: 0.8;
    margin-bottom: 5px;
    display: block;
}

.card-title-overlay {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.3;
}

/* --- Footer (Minimal & Mockup Style) --- */
.footer {
    background: #fff;
    border-top: 1px solid #ddd;
    padding: 40px 0 20px;
}

.footer-text {
    color: #666;
    font-size: 13px;
    line-height: 1.6;
}

.footer-h4 {
    font-size: 15px;
    font-weight: 800;
    color: #333;
    margin-bottom: 20px;
}

.f-nav-links {
    list-style: none;
}

.f-nav-links a {
    font-size: 13px;
    color: #555;
    font-weight: 700;
}

.footer-copyright {
    border-top: 1px solid #eee;
    margin-top: 30px;
    padding-top: 20px;
    font-size: 12px;
    color: #888;
}

/* Responsive */
@media (max-width: 992px) {
    .news-grid-3-premium {
        grid-template-columns: repeat(2, 1fr);
    }

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

@media (max-width: 576px) {
    .news-grid-3-premium {
        grid-template-columns: 1fr;
    }

    .news-grid-4-overlay {
        grid-template-columns: 1fr;
    }
}

.topbar-date {
    letter-spacing: 0.5px;
}

.topbar-links {
    display: flex;
    gap: 16px;
}

.topbar-links a {
    color: rgba(255, 255, 255, .6);
    transition: color .2s;
}

.topbar-links a:hover {
    color: #fff;
}

.theme-toggle {
    background: none;
    border: none;
    color: rgba(255, 255, 255, .6);
    cursor: pointer;
    font-size: 14px;
    padding: 0;
    margin-right: 8px;
    transition: color .2s, transform .2s;
}

.theme-toggle:hover {
    color: #fff;
    transform: scale(1.2);
}

/* Market Data */
.topbar-finans {
    display: flex;
    gap: 16px;
    align-items: center;
}

.finans-item {
    display: flex;
    align-items: center;
    gap: 4px;
    background: rgba(255, 255, 255, .05);
    padding: 2px 8px;
    border-radius: 4px;
    transition: background .2s;
}

.finans-item:hover {
    background: rgba(255, 255, 255, .1);
}

.finans-label {
    font-weight: 800;
    color: #fff;
    opacity: .9;
}

.finans-value {
    color: #fff;
    font-weight: 700;
}

.finans-icon {
    font-size: 8px;
}

.finans-item.up {
    color: #22c55e;
}

.finans-item.down {
    color: #ef4444;
}

.finans-item.neutral {
    color: #94a3b8;
}

.finans-item.up .finans-label,
.finans-item.up .finans-value {
    color: #22c55e;
}

.finans-item.down .finans-label,
.finans-item.down .finans-value {
    color: #ef4444;
}

/* --- Header --- */
.header {
    background: var(--card);
    border-bottom: 1px solid var(--border);
    padding: 16px 0;
}

.header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-left,
.header-right {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* Mega Menu Button */
.mega-menu-btn {
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
    border-radius: 8px;
    transition: background .2s;
}

.mega-menu-btn:hover {
    background: var(--bg);
}

.grid-icon {
    display: grid;
    grid-template-columns: repeat(2, 8px);
    grid-template-rows: repeat(2, 8px);
    gap: 3px;
}

.grid-icon span {
    display: block;
    width: 8px;
    height: 8px;
    background: var(--navy);
    border-radius: 1px;
    transition: .3s;
}

.mega-menu-btn:hover .grid-icon span {
    background: var(--accent);
}

.search-trigger {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 18px;
    padding: 8px;
    border-radius: 50%;
    transition: background .2s;
}

.search-trigger:hover {
    background: var(--bg);
}

.logo {
    display: flex;
    align-items: baseline;
    gap: 2px;
    text-decoration: none;
}

.logo-ajans {
    font-size: 28px;
    font-weight: 900;
    color: var(--navy);
    letter-spacing: -1px;
}

.logo-online {
    font-size: 28px;
    font-weight: 900;
    color: var(--accent);
    letter-spacing: -1px;
}

/* Mobile Menu Button */
.mobile-menu-btn {
    display: none;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
}

.mobile-menu-btn span {
    display: block;
    width: 24px;
    height: 2px;
    background: var(--navy);
    border-radius: 2px;
    transition: .3s;
}

/* --- Breaking News (Son Dakika) --- */
.breaking-news {
    background: #fff;
    border-top: 1px solid var(--border);
    border-bottom: 2px solid var(--navy);
    height: 45px;
    position: relative;
    z-index: 90;
    overflow: hidden;
}

.flex-center {
    display: flex;
    align-items: center;
    height: 100%;
}

.bn-label {
    background: var(--navy);
    color: #fff;
    padding: 0 20px;
    height: 100%;
    display: flex;
    align-items: center;
    font-weight: 900;
    font-size: 13px;
    white-space: nowrap;
    position: relative;
    z-index: 2;
}

.bn-ticker {
    flex: 1;
    overflow: hidden;
    height: 100%;
    display: flex;
    align-items: center;
}

.bn-wrap {
    display: flex;
    white-space: nowrap;
    animation: ticker 60s linear infinite;
}

.bn-item {
    padding: 0 40px;
    font-size: 14px;
    font-weight: 700;
    color: var(--navy);
    transition: color .2s;
}

.bn-item:hover {
    color: var(--accent);
}

@keyframes ticker {
    0% {
        transform: translate3d(0, 0, 0);
    }

    100% {
        transform: translate3d(-50%, 0, 0);
    }
}

/* --- Mega Menu Overlay --- */
.mega-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(15, 23, 42, .9);
    backdrop-filter: blur(8px);
    z-index: 2000;
    opacity: 0;
    visibility: hidden;
    transition: all .4s cubic-bezier(0.4, 0, 0.2, 1);
}

.mega-menu.active {
    opacity: 1;
    visibility: visible;
}

.mega-menu-content {
    background: var(--card);
    width: 100%;
    max-height: 80vh;
    padding: 60px 0;
    position: relative;
    transform: translateY(-50px);
    transition: transform .4s cubic-bezier(0.4, 0, 0.2, 1);
}

.mega-menu.active .mega-menu-content {
    transform: translateY(0);
}

.mega-menu-close {
    position: absolute;
    top: 30px;
    right: 30px;
    background: none;
    border: 1px solid var(--border);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 20px;
    cursor: pointer;
    transition: all .2s;
}

.mega-menu-close:hover {
    background: var(--accent);
    color: #fff;
    border-color: var(--accent);
}

.mega-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

.mega-title {
    font-size: 18px;
    font-weight: 900;
    color: var(--navy);
    margin-bottom: 24px;
    padding-bottom: 12px;
    border-bottom: 2px solid var(--accent);
    display: inline-block;
}

.mega-links {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}

.mega-links a {
    font-size: 14px;
    font-weight: 600;
    color: var(--muted);
    transition: color .2s;
}

.mega-links a:hover {
    color: var(--accent);
}

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

.app-item {
    background: var(--bg);
    padding: 16px;
    border-radius: 12px;
    font-size: 13px;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: all .2s;
    border: 1px solid var(--border);
}

.app-item:hover {
    background: #fff;
    border-color: var(--accent);
    transform: translateY(-2px);
    box-shadow: var(--shadow);
}

.app-icon {
    font-size: 20px;
}

/* --- Navbar --- */
.navbar {
    background: var(--navy);
    position: sticky;
    top: 0;
    z-index: 100;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .15);
}

.nav-list {
    display: flex;
    list-style: none;
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.nav-list::-webkit-scrollbar {
    display: none;
}

.nav-list a {
    display: block;
    padding: 14px 16px;
    color: rgba(255, 255, 255, .75);
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    white-space: nowrap;
    transition: all .2s;
    border-bottom: 3px solid transparent;
}

.nav-list a:hover,
.nav-list a.aktif {
    color: #fff;
    background: rgba(255, 255, 255, .05);
    border-bottom-color: var(--accent);
}

/* --- Main Content --- */
.main-content {
    padding: 32px 0;
}

/* --- Manşet Alanı --- */
.manset-alani {
    margin-bottom: 32px;
}

.manset-grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 16px;
    min-height: 400px;
}

.manset-ana,
.manset-kucuk {
    position: relative;
    overflow: hidden;
    border-radius: var(--radius);
}

.manset-ana a,
.manset-kucuk a {
    display: block;
    height: 100%;
    position: relative;
}

.manset-ana img,
.manset-kucuk img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s;
}

.manset-ana:hover img,
.manset-kucuk:hover img {
    transform: scale(1.05);
}

.manset-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 32px 24px;
    background: linear-gradient(transparent, rgba(0, 0, 0, .85));
    color: #fff;
}

.manset-kategori {
    display: inline-block;
    background: var(--accent);
    color: #fff;
    font-size: 10px;
    font-weight: 800;
    padding: 4px 12px;
    border-radius: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 8px;
}

.manset-baslik {
    font-size: 24px;
    font-weight: 800;
    line-height: 1.3;
    letter-spacing: -0.5px;
}

.manset-baslik-sm {
    font-size: 15px;
    font-weight: 700;
    line-height: 1.4;
}

.manset-spot {
    font-size: 13px;
    opacity: .85;
    margin-top: 8px;
    line-height: 1.5;
}

.manset-meta {
    display: flex;
    gap: 16px;
    font-size: 11px;
    opacity: .6;
    margin-top: 8px;
}

.manset-yan {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.manset-kucuk {
    flex: 1;
}

/* --- Bölüm Başlık --- */
.bolum-baslik {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
}

.kirmizi-cizgi {
    display: block;
    width: 4px;
    height: 28px;
    background: var(--accent);
    border-radius: 4px;
}

.bolum-baslik h2,
.bolum-baslik h3 {
    font-size: 18px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: -0.3px;
}

/* --- İçerik Grid --- */
.icerik-grid {
    display: grid;
    grid-template-columns: 1fr 340px;
    gap: 32px;
}

/* --- Haber Kartları --- */
.haber-listesi {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 20px;
}

.haber-kart {
    background: var(--card);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    overflow: hidden;
    transition: all .3s;
    box-shadow: var(--shadow);
}

.haber-kart:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-lg);
}

.haber-kart-link {
    display: block;
}

.haber-kart-gorsel {
    position: relative;
    aspect-ratio: 16/10;
    overflow: hidden;
}

.haber-kart-gorsel img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s;
}

.haber-kart:hover .haber-kart-gorsel img {
    transform: scale(1.08);
}

.haber-kart-kategori {
    position: absolute;
    top: 12px;
    left: 12px;
    background: var(--accent);
    color: #fff;
    font-size: 9px;
    font-weight: 800;
    padding: 3px 10px;
    border-radius: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.haber-kart-icerik {
    padding: 16px;
}

.haber-kart-baslik {
    font-size: 15px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 8px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.haber-kart-spot {
    font-size: 13px;
    color: var(--muted);
    margin-bottom: 12px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.haber-kart-meta {
    display: flex;
    justify-content: space-between;
    font-size: 11px;
    color: var(--muted);
    font-weight: 600;
}

/* --- Sidebar --- */
.sidebar-kutu {
    background: var(--card);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 24px;
    margin-bottom: 20px;
}

.cok-okunan-liste {
    list-style: none;
    counter-reset: cok;
}

.cok-okunan-liste li a {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 12px 0;
    border-bottom: 1px solid var(--border);
    transition: .2s;
}

.cok-okunan-liste li:last-child a {
    border-bottom: none;
}

.cok-okunan-liste li a:hover {
    padding-left: 4px;
}

.co-sira {
    min-width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--accent);
    color: #fff;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 900;
}

.co-kategori {
    display: block;
    font-size: 10px;
    font-weight: 700;
    color: var(--accent);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.co-baslik {
    font-size: 13px;
    font-weight: 600;
    line-height: 1.4;
    margin-top: 4px;
}

/* Sidebar Bülten */
.sidebar-bulten {
    background: linear-gradient(135deg, var(--accent), #ea580c);
    color: #fff;
    border: none;
}

.sidebar-bulten h3 {
    font-size: 18px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: -0.3px;
    margin-bottom: 8px;
}

.sidebar-bulten p {
    font-size: 13px;
    opacity: .9;
    margin-bottom: 16px;
}

.sidebar-bulten input {
    width: 100%;
    padding: 12px 14px;
    background: rgba(255, 255, 255, .2);
    border: 1px solid rgba(255, 255, 255, .3);
    border-radius: var(--radius-sm);
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 10px;
}

.sidebar-bulten input::placeholder {
    color: rgba(255, 255, 255, .6);
}

.sidebar-bulten input:focus {
    outline: none;
    border-color: #fff;
}

.sidebar-bulten button {
    width: 100%;
    padding: 12px;
    background: #fff;
    color: var(--accent);
    border: none;
    border-radius: var(--radius-sm);
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    transition: .2s;
}

.sidebar-bulten button:hover {
    background: var(--navy);
    color: #fff;
}

/* --- Sayfalama --- */
.sayfalama {
    display: flex;
    justify-content: center;
    gap: 6px;
    margin-top: 32px;
    padding-top: 24px;
    border-top: 1px solid var(--border);
}

.sayfa-btn {
    padding: 10px 16px;
    border-radius: var(--radius-sm);
    font-size: 13px;
    font-weight: 700;
    border: 1px solid var(--border);
    color: var(--muted);
    transition: all .2s;
}

.sayfa-btn:hover,
.sayfa-btn.aktif {
    background: var(--accent);
    color: #fff;
    border-color: var(--accent);
}

/* --- Detay Sayfası --- */
.breadcrumb {
    font-size: 12px;
    color: var(--muted);
    font-weight: 600;
    margin-bottom: 24px;
}

.breadcrumb a {
    color: var(--accent);
}

.breadcrumb a:hover {
    text-decoration: underline;
}

.detay-grid {
    display: grid;
    grid-template-columns: 1fr 340px;
    gap: 32px;
}

.detay-icerik {
    background: var(--card);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 32px;
    box-shadow: var(--shadow);
}

.detay-meta-ust {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
    flex-wrap: wrap;
}

.detay-kategori {
    background: var(--accent);
    color: #fff;
    padding: 4px 14px;
    border-radius: 20px;
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.detay-tarih,
.detay-sehir {
    font-size: 12px;
    color: var(--muted);
    font-weight: 600;
}

.detay-baslik {
    font-size: 28px;
    font-weight: 900;
    line-height: 1.3;
    letter-spacing: -0.5px;
    margin-bottom: 16px;
}

.detay-spot {
    font-size: 16px;
    color: var(--muted);
    font-weight: 500;
    line-height: 1.6;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--border);
}

.detay-meta-alt {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    flex-wrap: wrap;
    gap: 12px;
}

.detay-yazar {
    display: flex;
    align-items: center;
    gap: 10px;
}

.detay-yazar img {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    object-fit: cover;
}

.detay-yazar span {
    font-size: 13px;
    font-weight: 700;
}

.detay-istatistik {
    display: flex;
    gap: 16px;
    font-size: 12px;
    color: var(--muted);
    font-weight: 600;
}

.detay-gorsel {
    border-radius: var(--radius);
    overflow: hidden;
    margin-bottom: 24px;
}

.detay-gorsel img {
    width: 100%;
    border-radius: var(--radius);
}

.detay-govde {
    font-size: 16px;
    line-height: 1.8;
    color: #374151;
    margin-bottom: 32px;
}

.detay-govde p {
    margin-bottom: 16px;
}

/* Paylaş */
.detay-paylas {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 20px 0;
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
    margin-bottom: 32px;
    flex-wrap: wrap;
}

.detay-paylas>span {
    font-size: 13px;
    font-weight: 700;
    color: var(--muted);
}

.paylas-btn {
    padding: 8px 16px;
    border-radius: var(--radius-sm);
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    transition: .2s;
}

.paylas-btn.twitter {
    background: #1da1f2;
}

.paylas-btn.facebook {
    background: #1877f2;
}

.paylas-btn.whatsapp {
    background: #25d366;
}

.paylas-btn:hover {
    opacity: .85;
    transform: translateY(-2px);
}

/* İlgili Haberler */
.ilgili-liste {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.ilgili-item {
    display: flex;
    gap: 12px;
    padding: 10px 0;
    border-bottom: 1px solid var(--border);
    transition: .2s;
}

.ilgili-item:last-child {
    border-bottom: none;
}

.ilgili-item:hover {
    padding-left: 4px;
}

.ilgili-item img {
    width: 80px;
    height: 56px;
    object-fit: cover;
    border-radius: 8px;
    flex-shrink: 0;
}

.ilgili-item h4 {
    font-size: 13px;
    font-weight: 600;
    line-height: 1.4;
}

.ilgili-item span {
    font-size: 11px;
    color: var(--muted);
}

/* --- Yorumlar --- */
.yorumlar-bolum {
    margin-top: 8px;
}

.yorum-form {
    margin-bottom: 24px;
}

.form-satir {
    margin-bottom: 12px;
}

.form-satir input,
.form-satir textarea {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid var(--border);
    border-radius: var(--radius-sm);
    font-size: 14px;
    font-family: var(--font);
    transition: border-color .2s;
    background: var(--bg);
}

.form-satir input:focus,
.form-satir textarea:focus {
    outline: none;
    border-color: var(--accent);
}

.btn-gonder {
    padding: 14px 28px;
    background: var(--navy);
    color: #fff;
    border: none;
    border-radius: var(--radius-sm);
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: .2s;
}

.btn-gonder:hover {
    background: var(--accent);
    transform: translateY(-2px);
}

.yorum-listesi {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.yorum-item {
    padding: 16px;
    background: var(--bg);
    border-radius: var(--radius-sm);
    border: 1px solid var(--border);
}

.yorum-baslik {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
}

.yorum-baslik strong {
    font-size: 14px;
}

.yorum-baslik span {
    font-size: 11px;
    color: var(--muted);
}

.yorum-item p {
    font-size: 14px;
    color: #4b5563;
    line-height: 1.6;
}

.yorum-yok {
    text-align: center;
    padding: 32px;
    color: var(--muted);
    font-size: 14px;
}

/* Mesaj Kutu */
.mesaj-kutu {
    padding: 14px 20px;
    border-radius: var(--radius-sm);
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 16px;
}

.mesaj-kutu.basarili {
    background: #dcfce7;
    color: #166534;
    border: 1px solid #bbf7d0;
}

.mesaj-kutu.hata {
    background: #fef2f2;
    color: #991b1b;
    border: 1px solid #fecaca;
}

/* --- Sayfa Başlık --- */
.sayfa-baslik {
    font-size: 32px;
    font-weight: 900;
    letter-spacing: -0.5px;
    margin-bottom: 32px;
}

/* --- İletişim --- */
.iletisim-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
}

.bilgi-kart {
    background: var(--card);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 32px;
    box-shadow: var(--shadow);
}

.bilgi-kart h3 {
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 20px;
}

.bilgi-satirlari {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.bilgi-satir {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 14px;
    color: var(--muted);
}

.bilgi-ikon {
    font-size: 20px;
}

.iletisim-form label {
    display: block;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--muted);
    letter-spacing: 0.5px;
    margin-bottom: 6px;
}

/* --- Hata Sayfası --- */
.hata-sayfa {
    text-align: center;
    padding: 80px 20px;
}

.hata-sayfa h1 {
    font-size: 96px;
    font-weight: 900;
    color: var(--accent);
    letter-spacing: -4px;
}

.hata-sayfa p {
    font-size: 16px;
    color: var(--muted);
    margin: 16px 0 32px;
}

.btn-ana {
    display: inline-block;
    padding: 14px 32px;
    background: var(--navy);
    color: #fff;
    border-radius: var(--radius-sm);
    font-weight: 700;
    transition: .2s;
}

.btn-ana:hover {
    background: var(--accent);
}

/* --- Footer --- */
.footer {
    background: var(--navy);
    color: rgba(255, 255, 255, .7);
    padding: 48px 0 24px;
    margin-top: 48px;
}

.footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1.5fr;
    gap: 32px;
    margin-bottom: 32px;
}

.footer-logo {
    margin-bottom: 12px;
}

.footer-logo .logo-ajans {
    color: #fff;
    font-size: 24px;
}

.footer-logo .logo-online {
    font-size: 24px;
}

.footer-desc {
    font-size: 13px;
    line-height: 1.6;
    opacity: .8;
}

.footer-title {
    font-size: 14px;
    font-weight: 800;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 16px;
}

.footer-links {
    list-style: none;
}

.footer-links li {
    margin-bottom: 10px;
}

.footer-links a {
    font-size: 13px;
    color: rgba(255, 255, 255, .6);
    transition: color .2s;
}

.footer-links a:hover {
    color: #fff;
}

.bulten-form input {
    width: 100%;
    padding: 12px 14px;
    background: rgba(255, 255, 255, .1);
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: var(--radius-sm);
    color: #fff;
    font-size: 13px;
    margin-bottom: 8px;
}

.bulten-form input::placeholder {
    color: rgba(255, 255, 255, .5);
}

.bulten-form input:focus {
    outline: none;
    border-color: var(--accent);
}

.bulten-form button {
    width: 100%;
    padding: 12px;
    background: var(--accent);
    color: #fff;
    border: none;
    border-radius: var(--radius-sm);
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    transition: .2s;
}

.bulten-form button:hover {
    background: var(--accent-dark);
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, .1);
    padding-top: 20px;
    text-align: center;
    font-size: 12px;
    opacity: .5;
}

/* --- Responsive --- */
@media (max-width: 1024px) {

    .icerik-grid,
    .detay-grid {
        grid-template-columns: 1fr;
    }

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

@media (max-width: 768px) {
    .mobile-menu-btn {
        display: flex;
    }

    .navbar .nav-list {
        display: none;
    }

    .navbar .nav-list.open {
        display: flex;
        flex-direction: column;
    }

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

    .manset-yan {
        flex-direction: row;
    }

    .manset-kucuk {
        flex: 1;
    }

    .manset-baslik {
        font-size: 18px;
    }

    .haber-listesi {
        grid-template-columns: 1fr;
    }

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

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

    .detay-baslik {
        font-size: 22px;
    }

    .detay-icerik {
        padding: 20px;
    }

    .sayfa-baslik {
        font-size: 24px;
    }
}

@media (max-width: 480px) {
    .manset-yan {
        flex-direction: column;
    }

    .detay-paylas {
        flex-direction: column;
        align-items: flex-start;
    }
}

/* --- Dark Mode Fixes --- */
[data-theme="dark"] .detay-govde {
    color: var(--text);
}

[data-theme="dark"] .yorum-item p {
    color: var(--muted);
}

[data-theme="dark"] .logo-ajans {
    color: #e2e8f0;
}

/* --- Scroll to Top --- */
.scroll-top-btn {
    position: fixed;
    bottom: 32px;
    right: 32px;
    width: 48px;
    height: 48px;
    background: var(--navy);
    color: #fff;
    border: none;
    border-radius: 50%;
    font-size: 20px;
    font-weight: 900;
    cursor: pointer;
    z-index: 999;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .2);
    transition: all .3s;
}

.scroll-top-btn:hover {
    background: var(--accent);
    transform: translateY(-3px);
}

/* --- Arama Sayfası --- */
.arama-hero {
    text-align: center;
    padding: 32px 0 16px;
}

.arama-form {
    max-width: 600px;
    margin: 0 auto 32px;
}

.arama-input-wrap {
    display: flex;
    gap: 0;
    border: 2px solid var(--border);
    border-radius: var(--radius);
    overflow: hidden;
    background: var(--card);
    box-shadow: var(--shadow-lg);
    transition: border-color .2s;
}

.arama-input-wrap:focus-within {
    border-color: var(--accent);
}

.arama-input-wrap input {
    flex: 1;
    padding: 16px 20px;
    border: none;
    background: transparent;
    font-size: 15px;
    font-family: var(--font);
    color: var(--text);
    outline: none;
}

.arama-input-wrap button {
    padding: 16px 24px;
    background: var(--accent);
    color: #fff;
    border: none;
    font-size: 14px;
    font-weight: 800;
    cursor: pointer;
    transition: background .2s;
}

.arama-input-wrap button:hover {
    background: var(--accent-dark);
}

/* --- 404 Sayfa Gelişmiş --- */
.hata-sayfa {
    text-align: center;
    padding: 80px 20px;
}

.hata-ikon {
    font-size: 64px;
    margin-bottom: 16px;
}

.hata-butonlar {
    display: flex;
    gap: 12px;
    justify-content: center;
    margin-top: 24px;
    flex-wrap: wrap;
}

.btn-geri {
    display: inline-block;
    padding: 14px 32px;
    background: var(--card);
    color: var(--text);
    border: 1px solid var(--border);
    border-radius: var(--radius-sm);
    font-weight: 700;
    transition: .2s;
    text-decoration: none;
}

.btn-geri:hover {
    border-color: var(--accent);
    color: var(--accent);
}

/* --- Haber Gönder Sayfa --- */
.gonder-sayfa {
    max-width: 640px;
    margin: 0 auto;
    padding-bottom: 48px;
}

.gonder-hero {
    text-align: center;
    padding: 24px 0;
}

.gonder-hero-ikon {
    font-size: 48px;
    margin-bottom: 12px;
}

.gonder-hero h1 {
    font-size: 28px;
    font-weight: 900;
    letter-spacing: -0.5px;
    margin-bottom: 8px;
}

.gonder-hero p {
    color: var(--muted);
    font-size: 14px;
    max-width: 480px;
    margin: 0 auto;
}

.gonder-form-kart {
    background: var(--card);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 32px;
    box-shadow: var(--shadow);
}

.gonder-form .form-grup {
    margin-bottom: 20px;
}

.gonder-form label {
    display: block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: var(--muted);
    margin-bottom: 8px;
}

.gonder-form .zorunlu {
    color: var(--accent);
}

.gonder-form input,
.gonder-form textarea {
    width: 100%;
    padding: 14px 16px;
    border: 1px solid var(--border);
    border-radius: var(--radius-sm);
    font-size: 14px;
    font-family: var(--font);
    color: var(--text);
    background: var(--bg);
    transition: border-color .2s;
}

.gonder-form input:focus,
.gonder-form textarea:focus {
    outline: none;
    border-color: var(--accent);
}

/* --- Kategori Hero --- */
.kategori-hero {
    margin-bottom: 24px;
}

.kategori-hero h1 {
    font-size: 28px;
    font-weight: 900;
    letter-spacing: -0.5px;
}

/* --- .detay-govde images responsive --- */
.detay-govde img {
    height: 48px;
    background: var(--navy);
    color: #fff;
    border: none;
    border-radius: 50%;
    font-size: 20px;
    font-weight: 900;
    cursor: pointer;
    z-index: 999;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .2);
    transition: all .3s;
}

.scroll-top-btn:hover {
    background: var(--accent);
    transform: translateY(-3px);
}

/* --- Arama Sayfası --- */
.arama-hero {
    text-align: center;
    padding: 32px 0 16px;
}

.arama-form {
    max-width: 600px;
    margin: 0 auto 32px;
}

.arama-input-wrap {
    display: flex;
    gap: 0;
    border: 2px solid var(--border);
    border-radius: var(--radius);
    overflow: hidden;
    background: var(--card);
    box-shadow: var(--shadow-lg);
    transition: border-color .2s;
}

.arama-input-wrap:focus-within {
    border-color: var(--accent);
}

.arama-input-wrap input {
    flex: 1;
    padding: 16px 20px;
    border: none;
    background: transparent;
    font-size: 15px;
    font-family: var(--font);
    color: var(--text);
    outline: none;
}

.arama-input-wrap button {
    padding: 16px 24px;
    background: var(--accent);
    color: #fff;
    border: none;
    font-size: 14px;
    font-weight: 800;
    cursor: pointer;
    transition: background .2s;
}

.arama-input-wrap button:hover {
    background: var(--accent-dark);
}

/* --- 404 Sayfa Gelişmiş --- */
.hata-sayfa {
    text-align: center;
    padding: 80px 20px;
}

.hata-ikon {
    font-size: 64px;
    margin-bottom: 16px;
}

.hata-butonlar {
    display: flex;
    gap: 12px;
    justify-content: center;
    margin-top: 24px;
    flex-wrap: wrap;
}

.btn-geri {
    display: inline-block;
    padding: 14px 32px;
    background: var(--card);
    color: var(--text);
    border: 1px solid var(--border);
    border-radius: var(--radius-sm);
    font-weight: 700;
    transition: .2s;
    text-decoration: none;
}

.btn-geri:hover {
    border-color: var(--accent);
    color: var(--accent);
}

/* --- Haber Gönder Sayfa --- */
.gonder-sayfa {
    max-width: 640px;
    margin: 0 auto;
    padding-bottom: 48px;
}

.gonder-hero {
    text-align: center;
    padding: 24px 0;
}

.gonder-hero-ikon {
    font-size: 48px;
    margin-bottom: 12px;
}

.gonder-hero h1 {
    font-size: 28px;
    font-weight: 900;
    letter-spacing: -0.5px;
    margin-bottom: 8px;
}

.gonder-hero p {
    color: var(--muted);
    font-size: 14px;
    max-width: 480px;
    margin: 0 auto;
}

.gonder-form-kart {
    background: var(--card);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 32px;
    box-shadow: var(--shadow);
}

.gonder-form .form-grup {
    margin-bottom: 20px;
}

.gonder-form label {
    display: block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: var(--muted);
    margin-bottom: 8px;
}

.gonder-form .zorunlu {
    color: var(--accent);
}

.gonder-form input,
.gonder-form textarea {
    width: 100%;
    padding: 14px 16px;
    border: 1px solid var(--border);
    border-radius: var(--radius-sm);
    font-size: 14px;
    font-family: var(--font);
    color: var(--text);
    background: var(--bg);
    transition: border-color .2s;
}

.gonder-form input:focus,
.gonder-form textarea:focus {
    outline: none;
    border-color: var(--accent);
}

/* --- Kategori Hero --- */
.kategori-hero {
    margin-bottom: 24px;
}

.kategori-hero h1 {
    font-size: 28px;
    font-weight: 900;
    letter-spacing: -0.5px;
}

/* --- .detay-govde images responsive --- */
.detay-govde img {
    max-width: 100%;
    height: auto;
    border-radius: var(--radius-sm);
    margin: 16px 0;
}

/* --- Home Layout Grid --- */
.home-top-grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 20px;
    margin-bottom: 30px;
}

/* Slider */
.main-slider {
    position: relative;
    border-radius: var(--radius);
    overflow: hidden;
    height: 500px;
}

.slider-container {
    height: 100%;
    position: relative;
}

.slider-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity .5s ease-in-out;
}

.slider-item.active {
    opacity: 1;
    z-index: 10;
}

.slider-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slider-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 60px 30px 30px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.9), transparent);
    color: #fff;
    z-index: 20;
}

.slider-title {
    font-size: 32px;
    font-weight: 900;
    line-height: 1.2;
    margin-top: 10px;
}

.slider-nav {
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 30;
    display: flex;
    gap: 5px;
}

.nav-dot {
    width: 24px;
    height: 24px;
    border-radius: 4px;
    border: none;
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
    font-size: 10px;
    font-weight: 900;
    cursor: pointer;
    transition: all .2s;
}

.nav-dot.active {
    background: var(--accent);
    transform: scale(1.1);
}

/* Side Manset */
.manset-side-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 10px;
}

.side-manset-item {
    position: relative;
    border-radius: var(--radius-sm);
    overflow: hidden;
}

.side-manset-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s;
}

.side-manset-item:hover img {
    transform: scale(1.1);
}

.side-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 15px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
    color: #fff;
}

.side-overlay h3 {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.3;
}

/* Finance Ticker */
.finans-ticker-wrap {
    display: flex;
    background: var(--card);
    border: 1px solid var(--border);
    border-radius: var(--radius-sm);
    padding: 12px;
    overflow-x: auto;
    gap: 25px;
    scrollbar-width: none;
}

.f-item {
    display: flex;
    gap: 8px;
    align-items: center;
    white-space: nowrap;
}

.f-name {
    font-weight: 800;
    font-size: 12px;
}

.f-val {
    font-weight: 700;
    font-size: 12px;
}

.f-val.up {
    color: #22c55e;
}

.f-val.down {
    color: #ef4444;
}

/* Yazarlar */
.yazar-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.yazar-card {
    background: var(--card);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 25px;
    text-align: center;
    transition: transform .3s;
}

.yazar-card:hover {
    transform: translateY(-5px);
    border-color: var(--accent);
}

.yazar-img {
    width: 80px;
    height: 80px;
    margin: 0 auto 15px;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid var(--bg);
}

.yazar-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.yazar-name {
    font-weight: 900;
    font-size: 16px;
    margin-bottom: 5px;
}

.yazar-desc {
    font-size: 12px;
    color: var(--muted);
    line-height: 1.4;
}

/* News Grid 3 */
.news-grid-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.news-card-v {
    background: var(--card);
    border-radius: var(--radius);
    overflow: hidden;
    border: 1px solid var(--border);
    transition: box-shadow .3s;
}

.news-card-v:hover {
    box-shadow: var(--shadow-lg);
}

.card-img {
    aspect-ratio: 16/9;
    overflow: hidden;
}

.card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.card-body {
    padding: 15px;
}

.card-body h3 {
    font-size: 16px;
    font-weight: 800;
    line-height: 1.4;
}

/* Home Tabs */
.tabs-header {
    display: flex;
    background: var(--navy);
    border-radius: var(--radius-sm) var(--radius-sm) 0 0;
    overflow: hidden;
}

.tab-col {
    padding: 15px 25px;
    color: #fff;
    font-weight: 900;
    font-size: 14px;
    cursor: pointer;
    transition: background .2s;
    opacity: .6;
}

.tab-col.active {
    background: var(--accent);
    opacity: 1;
}

.tab-pane {
    display: none;
    padding: 25px;
    background: var(--card);
    border: 1px solid var(--border);
    border-top: none;
    border-radius: 0 0 var(--radius) var(--radius);
}

.tab-pane.active {
    display: block;
}

.tab-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: 20px;
}

.tab-main {
    position: relative;
    border-radius: var(--radius-sm);
    overflow: hidden;
}

.tab-main img {
    width: 100%;
    aspect-ratio: 16/10;
    object-fit: cover;
}

.tab-main h3 {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
    color: #fff;
    font-size: 18px;
    font-weight: 800;
}

.tab-side {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.tab-list-item {
    padding: 12px;
    font-size: 14px;
    font-weight: 700;
    border-bottom: 1px solid var(--border);
    color: var(--navy);
    transition: color .2s;
    display: flex;
    align-items: center;
    gap: 10px;
}

.tab-list-item:hover {
    color: var(--accent);
}

.tab-list-item span {
    color: var(--accent);
    font-size: 10px;
}

/* Burclar */
.burc-wrap {
    display: flex;
    overflow-x: auto;
    padding: 10px 0;
    gap: 15px;
    scrollbar-width: none;
}

.burc-item {
    min-width: 80px;
    text-align: center;
    background: var(--card);
    border: 1px solid var(--border);
    padding: 15px 5px;
    border-radius: 12px;
    transition: all .2s;
}

.burc-item:hover {
    border-color: var(--accent);
    transform: translateY(-3px);
}

.burc-item img {
    width: 40px;
    margin: 0 auto 8px;
}

.burc-item span {
    font-size: 12px;
    font-weight: 800;
    display: block;
}

/* News List V */
.news-list-v {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.news-item-row a {
    display: flex;
    gap: 20px;
    background: var(--card);
    padding: 15px;
    border-radius: var(--radius);
    border: 1px solid var(--border);
    transition: border-color .2s;
}

.news-item-row a:hover {
    border-color: var(--accent);
}

.row-img {
    width: 220px;
    height: 140px;
    border-radius: 12px;
    overflow: hidden;
    flex-shrink: 0;
}

.row-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.row-body h3 {
    font-size: 18px;
    font-weight: 900;
    line-height: 1.3;
}

/* Responsive Improvements */
@media (max-width: 1024px) {
    .home-top-grid {
        grid-template-columns: 1fr;
    }

    .main-slider {
        height: 400px;
    }

    .manset-side-grid {
        grid-template-columns: 1fr 1fr;
    }

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

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

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

@media (max-width: 768px) {
    .manset-side-grid {
        display: none;
    }

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

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

    .row-img {
        width: 120px;
        height: 80px;
    }

    .row-body h3 {
        font-size: 14px;
    }
}

/* --- Footer Redesign --- */
.footer {
    background: var(--navy);
    color: #fff;
    padding: 60px 0 0;
}

.footer-top-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr 2fr 1fr;
    gap: 40px;
    padding-bottom: 50px;
}

.footer-text {
    font-size: 14px;
    opacity: .7;
    line-height: 1.6;
}

.social-circle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    margin-right: 10px;
    font-size: 14px;
    transition: all .2s;
}

.social-circle:hover {
    background: var(--accent);
    transform: scale(1.1);
}

.footer-h4 {
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 10px;
}

.footer-h4::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30px;
    height: 2px;
    background: var(--accent);
}

.f-nav-links {
    list-style: none;
}

.f-nav-links li {
    margin-bottom: 12px;
}

.f-nav-links a {
    font-size: 14px;
    opacity: .7;
    transition: opacity .2s;
}

.f-nav-links a:hover {
    opacity: 1;
    color: var(--accent);
}

.f-kat-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.f-kat-grid a {
    font-size: 13px;
    opacity: .7;
    padding: 5px 0;
    transition: all .2s;
}

.f-kat-grid a:hover {
    opacity: 1;
    padding-left: 5px;
    color: var(--accent);
}

.footer-subscribe {
    display: flex;
    overflow: hidden;
    border-radius: 8px;
}

.footer-subscribe input {
    flex: 1;
    border: none;
    padding: 12px 15px;
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    font-size: 13px;
}

.footer-subscribe button {
    background: var(--accent);
    color: #fff;
    border: none;
    padding: 0 20px;
    font-weight: 900;
    cursor: pointer;
}

.footer-copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    padding: 30px 0;
}

.copyright-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 13px;
    opacity: .5;
}

.footer-bottom-links {
    display: flex;
    gap: 20px;
}

.footer-bottom-links a:hover {
    text-decoration: underline;
}

@media (max-width: 992px) {
    .footer-top-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 576px) {
    .footer-top-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .footer-col-wide {
        order: -1;
    }

    .copyright-inner {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
}

/* --- Corporate Pages --- */
.corporate-card {
    background: var(--card);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 40px;
    margin-bottom: 30px;
    box-shadow: var(--shadow);
}

.kunye-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 15px;
}

.kunye-item {
    padding: 10px 0;
    border-bottom: 1px dashed var(--border);
    font-size: 15px;
}

.kunye-item strong {
    color: var(--accent);
    width: 250px;
    display: inline-block;
}

/* --- 3'lü Kategori Bloğu (v3 Visual Match) --- */
.cat-grid-3-section {
    margin-bottom: 50px;
    padding: 0;
}

.cat-grid-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    width: 100%;
}

.cat-block-v3 {
    background: #fff;
    border: 1px solid #f1f5f9;
    border-radius: 4px;
    padding: 20px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
}

.cat-header-v3 {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}

.cat-header-v3 h3 {
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    color: #334155;
    margin: 0;
}

.cat-header-v3::after {
    content: '';
    flex: 1;
    height: 3px;
    background: #ef4444;
    border-radius: 2px;
}

/* Featured Post Overlay Design */
.cat-featured-v3 {
    margin-bottom: 20px;
}

.cat-featured-v3 .featured-img-wrap {
    position: relative;
    aspect-ratio: 16/10;
    overflow: hidden;
    border-radius: 4px;
}

.cat-featured-v3 .featured-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.cat-featured-v3:hover img {
    transform: scale(1.05);
}

.cat-featured-v3 .featured-overlay-v3 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 40px 15px 15px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.4) 60%, transparent 100%);
    color: #fff;
}

.cat-featured-v3 .f-date-v3 {
    font-size: 11px;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 5px;
    font-weight: 500;
}

.cat-featured-v3 .featured-title {
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    line-height: 1.35;
    margin: 0;
}

/* List with Thumbnails Design */
.cat-list-v3 {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.cat-list-v3 .list-item {
    display: flex;
    gap: 12px;
    text-decoration: none;
    color: inherit;
}

.cat-list-v3 .list-thumb-v3 {
    width: 90px;
    height: 60px;
    flex-shrink: 0;
    border-radius: 3px;
    overflow: hidden;
}

.cat-list-v3 .list-thumb-v3 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cat-list-v3 .list-info-v3 {
    flex: 1;
}

.cat-list-v3 .l-date-v3 {
    font-size: 11px;
    color: #64748b;
    margin-bottom: 3px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 5px;
}

.cat-list-v3 .l-title-v3 {
    font-size: 13px;
    font-weight: 700;
    color: #1e293b;
    line-height: 1.4;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.cat-list-v3 .list-item:hover .l-title-v3 {
    color: #ef4444;
}

@media (max-width: 1024px) {
    .cat-grid-container {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 768px) {
    .cat-grid-container {
        grid-template-columns: 1fr;
    }
}

/* --- Çok Okunanlar (Sidebar) --- */
.top-reads-list {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.read-item {
    display: flex;
    align-items: center;
    gap: 15px;
    text-decoration: none;
    padding: 15px 0;
    border-bottom: 1px solid #f1f5f9;
    transition: transform 0.2s;
}

.read-item:last-child {
    border-bottom: none;
}

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

.read-number {
    font-size: 48px;
    font-weight: 700;
    color: #cbd5e1;
    /* Daha yumuşak gri */
    line-height: 0.8;
    min-width: 40px;
    text-align: center;
    letter-spacing: -2px;
}

.read-item p {
    font-size: 15px;
    font-weight: 600;
    color: #334155;
    margin: 0;
    line-height: 1.4;

    /* Ellipsis Multi-line */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.read-item:hover p {
    color: var(--accent);
}

/* --- Minimalist Footer --- */
.minimal-footer {
    background: #ffffff;
    padding: 20px 0 20px;
    /* Üst padding 60->20, Alt 40->20 */
    font-family: 'Inter', sans-serif;
    border-top: 1px solid #e2e8f0;
    color: #334155;
    margin-top: 20px;
    /* Margin 60->20 */
}

/* Row 1: Top */
.footer-top-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 15px;
    /* 20->15 */
    border-bottom: 1px solid #f1f5f9;
    margin-bottom: 20px;
    /* 30->20 */
}

.footer-copyright {
    font-size: 14px;
    font-weight: 600;
    color: #1e293b;
}

.footer-social-icons {
    display: flex;
    gap: 15px;
}

.footer-social-icons a {
    color: #334155;
    font-size: 18px;
    transition: all 0.2s;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    /* background: #f8fafc; */
}

.footer-social-icons a:hover {
    color: var(--accent);
    background: #f1f5f9;
    transform: translateY(-2px);
}

/* Row 2: Categories */
.footer-cat-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    padding-bottom: 20px;
    /* 40->20 */
    border-bottom: 1px solid #f1f5f9;
    margin-bottom: 20px;
    /* 30->20 */
}

.footer-cat-col {
    padding-right: 20px;
}

.footer-cat-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-cat-list li {
    margin-bottom: 8px;
    /* 12->8 */
}

.footer-cat-list li a {
    text-decoration: none;
    color: #334155;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: color 0.2s;
}

.footer-cat-list li a:hover {
    color: var(--accent);
}

/* Row 3: Bottom */
.footer-bottom-row {
    display: flex;
    flex-direction: column;
    gap: 15px;
    /* 20->15 */
}

.footer-bottom-links {
    list-style: none;
    padding: 0;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    /* 25->20 */
    margin: 0;
}

.footer-bottom-links li a {
    text-decoration: none;
    color: #0f172a;
    font-size: 14px;
    font-weight: 800;
    transition: color 0.2s;
}

.footer-bottom-links li a:hover {
    color: var(--accent);
}

.footer-legal-text {
    font-size: 13px;
    color: #64748b;
    line-height: 1.5;
    /* 1.6->1.5 */
    margin: 0;
    max-width: 900px;
}

/* Responsive Footer */
@media (max-width: 768px) {
    .footer-top-row {
        flex-direction: column;
        gap: 15px;
        text-align: center;
        align-items: center;
    }

    .footer-cat-row {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }

    .footer-bottom-links {
        justify-content: center;
    }

    .footer-legal-text {
        text-align: center;
    }
}

@media (max-width: 500px) {
    .footer-cat-row {
        grid-template-columns: 1fr;
        text-align: center;
    }
}

/* Scroll Top Button (Restored) */
.scroll-top-btn {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 45px;
    height: 45px;
    background: var(--navy);
    color: #ffffff;
    border: none;
    border-radius: 50%;
    font-size: 18px;
    cursor: pointer;
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.2);
    transition: all 0.3s ease;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.9;
}

.scroll-top-btn:hover {
    background: var(--accent);
    transform: translateY(-3px);
    opacity: 1;
    box-shadow: 0 10px 25px rgba(239, 68, 68, 0.3);
}

/* --- Sürmanşet Slider (Swiper) --- */
.top-manset-slider {
    position: relative;
    overflow: hidden;
    padding-bottom: 30px;
    /* Pagination için yer */
}

/* Swiper Slide Kartı */
.manset-card-v2 {
    position: relative;
    border-radius: 12px;
    /* Yuvarlak köşeler */
    overflow: hidden;
    aspect-ratio: 4/5;
    /* Dikey/Kareye yakın oran */
    transition: transform 0.3s ease;
}

.manset-card-v2:hover {
    transform: translateY(-5px);
}

.manset-card-v2 a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    text-decoration: none;
}

/* Görsel Alanı */
.manset-card-v2 .card-img-wrap {
    width: 100%;
    height: 100%;
    position: relative;
}

.manset-card-v2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.manset-card-v2:hover img {
    transform: scale(1.05);
    /* Zoom efekti */
}

/* Overlay (Koyu Perde ve Metin) */
.manset-card-v2 .card-overlay-v2 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.5) 60%, transparent 100%);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    pointer-events: none;
    /* Tıklamayı engellemesin */
}

.manset-card-v2 h3 {
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3;
    margin: 0 0 8px 0;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    display: -webkit-box;
    -webkit-line-clamp: 3;
    /* Max 3 satır */
    line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.card-date-v2 {
    color: rgba(255, 255, 255, 0.8);
    font-size: 12px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 5px;
}

/* Swiper Pagination Style */
.top-manset-slider .swiper-pagination {
    position: absolute;
    bottom: 5px !important;
    /* En altta hizala */
    left: 0;
    width: 100%;
    z-index: 10;
    text-align: center;
}

.top-manset-slider .swiper-pagination-bullet {
    background: #cbd5e1;
    opacity: 1;
    width: 8px;
    /* Varsayılan nokta boyutu */
    height: 8px;
    margin: 0 4px !important;
    transition: all 0.3s ease;
    border-radius: 50%;
}

.top-manset-slider .swiper-pagination-bullet-active {
    background: var(--navy);
    /* Aktif renk */
    width: 24px;
    /* Aktifken uzasın (pill shape) */
    border-radius: 4px;
}

/* --- Çok Okunanlar Listesi (Revize) --- */
.top-reads-list {
    display: flex;
    flex-direction: column;
}

.read-item {
    display: flex;
    align-items: flex-start;
    /* Numarayı yukarıdan başlat */
    gap: 15px;
    padding: 15px 0;
    border-bottom: 1px solid #f1f5f9;
    text-decoration: none;
    transition: background 0.2s;
}

.read-item:hover {
    background: #f8fafc;
}

.read-item:last-child {
    border-bottom: none;
}

.read-number {
    font-size: 36px;
    font-weight: 700;
    color: #cbd5e1;
    line-height: 1;
    min-width: 30px;
    text-align: center;
    font-family: 'Inter', sans-serif;
    margin-top: -2px;
    /* Optik dengeleme */
    font-family: 'Poppins', sans-serif;
}

.read-item p {
    margin: 0;
    font-size: 15px;
    font-weight: 500;
    /* Medium */
    font-family: 'Poppins', sans-serif;
    color: #334155;
    line-height: 1.4;
    max-height: 42px;
    /* Kesin sınır */
    flex: 1;
    /* Genişliği doldur */
    min-width: 0;
    /* Flexbox truncate fix */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}


.read-item:hover p {
    color: var(--accent);
}

/* Redundant media query blocks removed */

/* --- Lüks & Profesyonel Gündem Tasarımı --- */

/* Bölüm Başlığı (Diğerleriyle Uyumlu) */
.section-title-minimal {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 800;
    color: #0f172a;
    text-transform: uppercase;
    letter-spacing: -0.5px;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 15px;
    white-space: nowrap;
}

.section-title-minimal::after {
    content: '';
    display: block;
    flex: 1;
    /* Yatay çizgiyi uzat */
    height: 4px;
    background: var(--accent);
    border-radius: 2px;
    opacity: 1;
}

.section-top-bar {
    margin-bottom: 15px;
    /* Başlık ile kartlar arasını azalttım */
    padding-bottom: 10px;
}

/* Grid Yapısı */
.news-grid-3-v2 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    /* Kartlar arası boşluk minimize edildi */
}

/* Lüks Kart Tasarımı */
.news-card-v2 {
    background: #fff;
    border-radius: 16px;
    /* Oval, modern köşe */
    overflow: hidden;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
    /* Yumuşak, derin gölge */
    border: 1px solid rgba(241, 245, 249, 0.8);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    /* Canlı animasyon */
}

.news-card-v2:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    /* Hover'da gölge artışı */
    border-color: rgba(226, 232, 240, 1);
}

.news-card-v2 a {
    text-decoration: none;
    color: inherit;
    display: block;
    height: 100%;
}

/* Görsel Alanı */
.card-img-v2 {
    aspect-ratio: 16/9;
    overflow: hidden;
    position: relative;
    border-bottom: 1px solid #f1f5f9;
}

.card-img-v2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.news-card-v2:hover .card-img-v2 img {
    transform: scale(1.08);
    /* Sinematik zoom */
}

/* Kart İçeriği */
.card-body-v2 {
    padding: 24px;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 100px;
}

.card-title-v2 {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #1e293b;
    /* Koyu slate */
    line-height: 1.5;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: color 0.3s ease;
}

.news-card-v2:hover .card-title-v2 {
    color: var(--accent);
    /* Hover'da kırmızı */
}

/* Mobil Responsive */
@media (max-width: 992px) {
    .news-grid-3-v2 {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
}

@media (max-width: 576px) {
    .news-grid-3-v2 {
        grid-template-columns: 1fr;
    }

    .card-body-v2 {
        padding: 20px;
        min-height: auto;
    }
}

.footer-mobile-nav-v4 {
    display: none;
}

/* --- Main Footer V4 (Professional & Luxury) --- */
.main-footer-v4 {
    background-image: linear-gradient(rgba(15, 23, 42, 0.92), rgba(15, 23, 42, 0.92)), url('/uploads/word-maps.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    color: #cbd5e1;
    padding: 80px 0 40px;
    font-family: 'Inter', sans-serif;
    overflow: hidden;
    position: relative;
}

.footer-grid-v4 {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1fr;
    gap: 30px;
    margin-bottom: 60px;
}

.footer-h4-v4 {
    color: #fff;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 1px;
    margin-bottom: 25px;
    position: relative;
    padding-left: 15px;
    text-transform: uppercase;
    display: block;
}

.footer-h4-v4::before {
    content: '';
    position: absolute;
    left: 0;
    top: 2px;
    width: 3px;
    height: 16px;
    background: #ef4444;
}

/* Brand Column */
.footer-logo-v4 {
    margin-bottom: 25px;
}

.footer-logo-v4 .logo-text {
    color: #fff;
    font-size: 24px;
    font-weight: 900;
    letter-spacing: -0.5px;
}

.footer-logo-v4 .highlight {
    color: #ef4444;
}

.footer-logo-v4 img {
    max-height: 60px;
    width: auto;
}

.footer-logo-v4 small {
    display: block;
    font-size: 10px;
    font-weight: 700;
    color: #94a3b8;
    letter-spacing: 2px;
    margin-top: 5px;
}

.footer-desc-v4 {
    font-size: 14px;
    line-height: 1.8;
    color: #94a3b8;
    margin-bottom: 25px;
}

.footer-social-v4 {
    display: flex;
    gap: 10px;
    margin-bottom: 30px;
}

.soc-btn {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.05);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 14px;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.soc-btn:hover {
    background: #ef4444;
    border-color: #ef4444;
    transform: translateY(-3px);
}

/* Newsletter */
.newsletter-title-v4 {
    font-size: 12px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 15px;
    letter-spacing: 0.5px;
}

.newsletter-form-v4 {
    display: flex;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    padding: 4px;
    max-width: 300px;
}

.newsletter-form-v4 input {
    flex: 1;
    background: none;
    border: none;
    padding: 10px 15px;
    color: #fff;
    font-size: 12px;
    outline: none;
    min-width: 0;
}

.newsletter-submit-v4 {
    background: #ef4444;
    color: #fff;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 6px;
    cursor: pointer;
    transition: 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Links */
.cat-links-grid-v4 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px 20px;
}

.footer-links-v4 {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links-v4 li {
    margin-bottom: 8px;
}

.footer-links-v4 a {
    color: #94a3b8;
    font-size: 13px;
    font-weight: 600;
    transition: 0.2s;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 8px;
}

.footer-links-v4 a:hover {
    color: #fff;
    padding-left: 5px;
}

.icon-links-v4 a i {
    width: 16px;
    text-align: center;
    font-size: 14px;
}

/* Footer Bottom */
.footer-bottom-v4 {
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    padding-top: 30px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
    font-size: 12px;
    color: #64748b;
}

/* Responsive */
@media (max-width: 1200px) {
    .footer-grid-v4 {
        grid-template-columns: 1.5fr 1fr 1fr 1fr;
        gap: 20px;
    }
}

@media (max-width: 992px) {
    .footer-grid-v4 {
        grid-template-columns: 1fr 1fr;
        gap: 40px;
    }
}

@media (max-width: 576px) {
    .footer-grid-v4 {
        grid-template-columns: 1fr;
    }

    .footer-bottom-v4 {
        flex-direction: column;
        text-align: center;
    }

    .cat-links-grid-v4 {
        grid-template-columns: 1fr;
    }
}

/* --- Header Redesign V3 \u0026 Breaking News V4 --- */
.sticky-wrapper-v3 {
    width: 100%;
    transition: height 0.3s ease;
}

.header-middle-v3 {
    padding: 15px 0;
    background: #fff;
    border-bottom: 1px solid #e2e8f0;
    width: 100%;
}

.middle-inner-v3 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo-v3 .logo-text {
    font-size: 38px;
    font-weight: 800;
    color: #475569;
    letter-spacing: -1px;
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
}

.logo-v3 .logo-text::after {
    content: 'HABER';
    background: #ef4444;
    color: #fff;
    padding: 6px 18px;
    border-radius: 8px;
    font-size: 24px;
    font-weight: 900;
    letter-spacing: 0;
}

.nav-main-v3 .main-menu-list {
    display: flex;
    list-style: none;
    gap: 15px;
    margin: 0;
    padding: 0;
}

.nav-main-v3 .main-menu-list a {
    padding: 8px 0;
    font-size: 14px;
    font-weight: 700;
    color: #1e293b;
    text-transform: uppercase;
    transition: 0.3s;
    position: relative;
    text-decoration: none;
}

.nav-main-v3 .main-menu-list a:hover {
    color: #ef4444;
}

.badge-new-v3 {
    position: absolute;
    top: -12px;
    right: -10px;
    background: #ef4444;
    color: #fff;
    font-size: 9px;
    padding: 2px 6px;
    border-radius: 4px;
    font-weight: 800;
}

.header-actions-v3 {
    display: flex;
    align-items: center;
    gap: 10px;
}

.action-btn-v3 {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 18px;
    color: #64748b;
    padding: 8px;
    border-radius: 50%;
    transition: 0.3s;
}

.action-btn-v3:hover {
    background: #f1f5f9;
}

.hamburger-v3 {
    width: 22px;
    height: 16px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.hamburger-v3 span {
    width: 100%;
    height: 2px;
    background: #475569;
}

/* Breaking News V4 - Premium Luxury Redesign */
.breaking-news-bar-v4 {
    background: #f8fafc;
    /* Subtle off-white */
    padding: 10px 0;
    border-top: 1px solid #e2e8f0;
    border-bottom: 2px solid #1e293b;
    position: relative;
    z-index: 90;
}

.bn-container-v4 {
    display: flex;
    align-items: center;
    gap: 15px;
}

.bn-label-v4 {
    background: #1e293b;
    /* Sleek Navy */
    color: #fff;
    padding: 6px 16px;
    border-radius: 4px;
    font-size: 11px;
    font-weight: 800;
    white-space: nowrap;
    display: flex;
    align-items: center;
    gap: 8px;
    letter-spacing: 1px;
    box-shadow: 0 4px 10px rgba(30, 41, 59, 0.2);
    text-transform: uppercase;
}

.bn-label-v4 i {
    color: #ef4444;
    /* Iconic Red Clock */
    animation: pulseBN 2s infinite;
}

@keyframes pulseBN {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    50% {
        transform: scale(1.2);
        opacity: 0.7;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.bn-nav-v4 {
    display: flex;
    gap: 4px;
}

.bn-nav-btn {
    width: 24px;
    height: 24px;
    border-radius: 4px;
    background: transparent;
    color: #64748b;
    border: 1px solid #e2e8f0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 8px;
    transition: all 0.3s ease;
}

.bn-nav-btn:hover {
    background: #1e293b;
    color: #fff;
    border-color: #1e293b;
    transform: translateY(-1px);
}

.bn-ticker-v4 {
    flex: 1;
    overflow: hidden;
    height: 36px;
    display: flex;
    align-items: center;
    padding-left: 10px;
}

.ticker-card-v4 {
    display: none;
    width: 100%;
}

.ticker-card-v4.active {
    display: block;
    animation: luxuryFadeSlide 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

.ticker-card-v4 a {
    text-decoration: none;
    color: #334155;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 12px;
    transition: color 0.2s;
    letter-spacing: -0.1px;
}

.ticker-card-v4 a:hover {
    color: #ef4444;
}

.card-time-v4 {
    background: #f1f5f9;
    color: #475569;
    padding: 3px 8px;
    border-radius: 4px;
    font-size: 11px;
    font-weight: 800;
    font-family: 'Inter', sans-serif;
}

@keyframes luxuryFadeSlide {
    from {
        opacity: 0;
        transform: translateY(5px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 992px) {
    .nav-main-v3 {
        display: none;
    }
}



/* Sticky Header Adjustments (Premium Slide-down) */
.header-middle-v3.sticky-ready {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background: #fff;
    transform: translateY(-100%);
    opacity: 0;
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.3s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.header-middle-v3.sticky-active {
    transform: translateY(0);
    opacity: 1;
    padding: 10px 0;
}

.header-middle-v3.sticky-active .logo-v3 img {
    max-height: 48px !important;
    transition: 0.3s;
}

.header-middle-v3.sticky-active .logo-v3 .logo-text {
    font-size: 28px;
}

.header-middle-v3.sticky-active .logo-v3 .logo-text::after {
    font-size: 18px;
    padding: 5px 12px;
}

.header-middle-v3.sticky-active .action-btn-v3 {
    padding: 5px;
}

/* ============================================================
   UNIFIED HEADLINE SLIDER (V3 - ROBUST VISUAL MATCH)
   ============================================================ */

.headline-main-card {
    position: relative;
    background: #111;
    border-radius: 4px;
    overflow: hidden;
    height: 500px;
    border: none;
    margin-bottom: 0;
    width: 100%;
}

.mainHeadlineSwiper {
    width: 100%;
    height: 100%;
}

.mainHeadlineSwiper .swiper-slide {
    position: relative;
    overflow: hidden;
    height: 100%;
    background: #111;
}

.mainHeadlineSwiper .headline-img-wrap {
    width: 100%;
    height: 100%;
    position: relative;
}

.mainHeadlineSwiper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Gradient Overlay */
.mainHeadlineSwiper .headline-info-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 120px 30px 40px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0.4) 60%, transparent 100%);
    color: #fff;
    z-index: 10;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

/* Navigation Spacing */
.mainHeadlineSwiper .headline-info-overlay {
    padding-bottom: 80px;
}

.katSliderV4 .headline-info-overlay {
    padding-bottom: 40px;
}

/* Orange/Yellow Badge */
.mainHeadlineSwiper .badge-category {
    background: #f59e0b;
    color: #fff;
    padding: 5px 12px;
    font-size: 11px;
    font-weight: 800;
    margin-bottom: 12px;
    display: inline-block;
    width: max-content;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    clip-path: polygon(0% 0%, 100% 0%, 95% 100%, 0% 100%);
    line-height: 1;
}

.mainHeadlineSwiper h2 {
    font-size: 28px;
    font-weight: 800;
    line-height: 1.2;
    margin: 0 0 10px 0;
    color: #fff;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

.mainHeadlineSwiper .headline-meta {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.7);
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 500;
}

/* Bottom Numbered Navigation */
.mainHeadlineSwiper .headline-nav-dots {
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    display: flex;
    background: #fff;
    z-index: 30;
    border-top: 1px solid #eee;
    height: 50px;
}

.mainHeadlineSwiper .nav-btn {
    flex: 1;
    height: 50px;
    background: #fff;
    border: none;
    border-right: 1px solid #eee;
    color: #334155;
    font-size: 16px;
    font-weight: 800;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s, color 0.2s;
    border-radius: 0;
    padding: 0;
}

.mainHeadlineSwiper .nav-btn:last-child {
    border-right: none;
}

.mainHeadlineSwiper .nav-btn.active {
    background: #dc2626;
    color: #fff !important;
}

.mainHeadlineSwiper .nav-btn:hover:not(.active) {
    background: #f8fafc;
}

@media (max-width: 992px) {
    .headline-main-card {
        height: 380px;
    }

    .mainHeadlineSwiper h2 {
        font-size: 20px;
    }

    .mainHeadlineSwiper .nav-btn {
        height: 40px;
        font-size: 13px;
    }

    .mainHeadlineSwiper .headline-nav-dots {
        height: 40px;
    }

    .mainHeadlineSwiper .headline-info-overlay {
        padding-bottom: 60px;
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (max-width: 480px) {
    .headline-main-card {
        height: 320px;
    }
}

@media (max-width: 480px) {
    .headline-main-card {
        height: 320px;
    }
}