/* ==========================================================================
   SECTIONS CSS - haberv9 pixel-perfect match
   ========================================================================== */

/* ===== HERO SLIDER - Image Left + Styled Panel Right ===== */
.hero-slider {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    height: 380px;
    background: #1a1a2e;
}

.hero-slide {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    opacity: 0;
    transition: opacity 0.6s ease;
}

.hero-slide.active { opacity: 1; z-index: 1; }

.hero-slide__link {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 100%;
    text-decoration: none;
}

.hero-slide__figure {
    flex: 1 1 0%;
    overflow: hidden;
    margin: 0;
    position: relative;
}

.hero-slide__figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 5s ease;
}

.hero-slide.active .hero-slide__figure img {
    transform: scale(1.04);
}

/* Right panel - diagonal clip with gradient */
.hero-slide__content {
    flex: 0 0 460px;
    width: 460px;
    background: linear-gradient(160deg, #c0392b 0%, #e74c3c 50%, #c0392b 100%);
    padding: 35px 35px 35px 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    clip-path: polygon(40px 0, 100% 0, 100% 100%, 0 100%);
}

.hero-slide__content::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: repeating-linear-gradient(
        -45deg,
        transparent,
        transparent 8px,
        rgba(255,255,255,0.04) 8px,
        rgba(255,255,255,0.04) 16px
    );
    pointer-events: none;
}

.hero-slide__content h2 {
    font-size: 26px;
    font-weight: 800;
    color: #fff;
    line-height: 1.35;
    margin-bottom: 12px;
    width: 100%;
    position: relative;
    text-shadow: 0 2px 4px rgba(0,0,0,0.15);
}

.hero-slide__content p {
    font-size: 15px;
    color: rgba(255,255,255,0.85);
    line-height: 1.6;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    position: relative;
}

/* Hero pagination - numbered dots top right */
.hero-pagination {
    position: absolute;
    top: 16px;
    right: 16px;
    z-index: 10;
    display: flex;
    gap: 4px;
}

.hero-dot {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: rgba(255,255,255,0.15);
    color: rgba(255,255,255,0.7);
    font-size: 13px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.hero-dot.active,
.hero-dot:hover {
    background: #fff;
    color: #1a1a2e;
    border-color: #fff;
}

/* ===== SICAK GELİŞMELER (4-card small grid below hero) ===== */
.sicak-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: var(--gap);
}

.sicak-grid .haber {
    border-radius: var(--radius);
    overflow: hidden;
}

.sicak-grid .haber .manset-resim {
    height: 140px;
}

.sicak-grid .haber .manset-resim img {
    height: 100%;
}

.sicak-grid .haber .manset_baslik {
    padding: 10px 12px;
}

.sicak-grid .haber .manset_baslik h3 {
    font-size: 14px;
    -webkit-line-clamp: 2;
}

/* ===== NUMARALI MANŞET (Numbered Slider) ===== */
.numbered-wrapper {
    display: flex;
    gap: var(--gap);
}

/* Sol - Büyük manşet */
.numbered-wrapper .manset-sol {
    flex: 0 0 790px;
    width: 790px;
    position: relative;
}

/* Sağ - Küçük manşet (24 saat en çok okunan) */
.numbered-wrapper .manset-sag {
    flex: 0 0 360px;
    width: 360px;
    position: relative;
}

.numbered-slider {
    position: relative;
    overflow: hidden;
    border-radius: var(--radius);
    height: 444px;
    background: #000;
}

.numbered-slide {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.numbered-slide.active { opacity: 1; z-index: 1; }

.numbered-slide a { display: block; width: 100%; height: 100%; }

.numbered-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.numbered-slide__title {
    position: absolute;
    bottom: 0;
    left: 0; right: 0;
    background: linear-gradient(transparent, rgba(0,0,0,0.85));
    padding: 60px 20px 20px;
}

.numbered-slide__title h2 {
    font-size: 24px;
    font-weight: 800;
    color: #fff;
    text-transform: uppercase;
    line-height: 1.3;
}

.numbered-slide__title h2 a { color: #fff; }
.numbered-slide__title h2 a:hover { color: #ddd; }

/* Numbered pagination pills */
.numbered-pagination {
    display: flex;
    gap: 0;
    margin-top: 0;
    background: var(--white);
    border-radius: 0 0 var(--radius) var(--radius);
    overflow: hidden;
}

.numbered-dot {
    flex: 1;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 700;
    color: var(--text-color);
    cursor: pointer;
    transition: all 0.2s ease;
    background: var(--white);
    border-right: 1px solid var(--border-color);
}

.numbered-dot:last-child { border-right: none; }

.numbered-dot.active,
.numbered-dot:hover {
    background: var(--primary-color);
    color: #fff;
}

/* 24 Saatte En Çok Okunan - Düz Liste Panel */
.most-read-panel {
    background: var(--white);
    border-radius: var(--radius);
    overflow: hidden;
    height: 484px;
    display: flex;
    flex-direction: column;
}

.most-read-header {
    background: var(--primary-color);
    color: #fff;
    font-size: 14px;
    font-weight: 800;
    padding: 14px 18px;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.most-read-header i {
    font-size: 16px;
}

.most-read-list {
    list-style: none;
    padding: 0;
    margin: 0;
    flex: 1;
    overflow-y: auto;
}

.most-read-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 12px 16px;
    border-bottom: 1px solid var(--border-color);
    transition: background 0.15s ease;
}

.most-read-item:last-child {
    border-bottom: none;
}

.most-read-item:hover {
    background: #f8f9fa;
}

.most-read-num {
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--primary-color);
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    border-radius: 4px;
    margin-top: 1px;
}

.most-read-item:nth-child(n+4) .most-read-num {
    background: #6c757d;
}

.most-read-link {
    flex: 1;
    font-size: 14px;
    font-weight: 600;
    color: var(--text-color);
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: color 0.15s ease;
}

.most-read-item:hover .most-read-link {
    color: var(--primary-color);
}

/* ===== ALTILI KUTU (6 Service Widgets) ===== */
.service-widgets {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 15px;
}

.service-widget {
    position: relative;
    overflow: hidden;
    border-radius: var(--radius);
    height: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    padding: 20px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    transition: transform 0.2s;
}

.service-widget::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: linear-gradient(transparent 30%, rgba(0,0,0,0.7));
    z-index: 1;
}

.service-widget:hover { transform: translateY(-3px); }

.service-widget img {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    object-fit: cover;
    z-index: 0;
}

.service-widget__icon {
    font-size: 36px;
    color: #fff;
    z-index: 2;
    margin-bottom: 8px;
}

.service-widget__title {
    font-size: 18px;
    font-weight: 800;
    z-index: 2;
    color: #fff;
}

.service-widget__subtitle {
    font-size: 13px;
    z-index: 2;
    color: rgba(255,255,255,0.8);
}

/* ===== KÖŞE YAZARLARI ===== */
.columnists-section {
    position: relative;
}

.columnists-grid {
    display: flex;
    gap: var(--gap);
    overflow: hidden;
}

.columnist-card {
    flex: 0 0 calc(25% - 15px);
    text-align: center;
    background: var(--white);
    border-radius: var(--radius);
    padding: 20px 15px;
    transition: transform 0.2s;
}

.columnist-card:hover { transform: translateY(-3px); }

.columnist-card .avatar {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    margin: 0 auto 12px;
    border: 3px solid var(--primary-color);
}

.columnist-card .name {
    font-size: 16px;
    font-weight: 700;
    color: var(--text-color);
    margin-bottom: 8px;
}

.columnist-card .excerpt {
    font-size: 13px;
    color: var(--text-light);
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Columnist slider arrows */
.columnists-section .slider-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 36px;
    height: 36px;
    background: var(--white);
    border: 1px solid var(--border-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 5;
    font-size: 14px;
    color: var(--text-color);
    transition: all 0.2s;
}

.columnists-section .slider-nav:hover {
    background: var(--primary-color);
    color: #fff;
    border-color: var(--primary-color);
}

.columnists-section .slider-prev { left: -18px; }
.columnists-section .slider-next { right: -18px; }

/* (Old featured-grid styles removed - replaced by featured-modern above) */

/* ===== GÜNDEM - MOSAIC LAYOUT ===== */
.gundem-mosaic__top {
    display: flex;
    gap: var(--gap);
    margin-bottom: var(--gap);
}

.gundem-mosaic__hero {
    flex: 0 0 55%;
    display: block;
    position: relative;
    border-radius: var(--radius);
    overflow: hidden;
    text-decoration: none;
}

.gundem-mosaic__hero-img {
    width: 100%;
    height: 320px;
    overflow: hidden;
}

.gundem-mosaic__hero-img img {
    width: 100%; height: 100%;
    object-fit: cover;
    transition: transform 0.4s;
}

.gundem-mosaic__hero:hover .gundem-mosaic__hero-img img {
    transform: scale(1.05);
}

.gundem-mosaic__hero-content {
    position: absolute;
    bottom: 0; left: 0; right: 0;
    padding: 50px 20px 20px;
    background: linear-gradient(transparent, rgba(0,0,0,0.85));
}

.gundem-mosaic__hero-content h3 {
    color: #fff;
    font-size: 22px;
    font-weight: 800;
    line-height: 1.3;
    margin: 0 0 6px;
}

.gundem-mosaic__hero-content p {
    color: rgba(255,255,255,0.8);
    font-size: 14px;
    margin: 0 0 6px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.gundem-mosaic__time {
    font-size: 12px;
    color: rgba(255,255,255,0.6);
}

.gundem-mosaic__side {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: var(--gap);
}

.gundem-mosaic__side-card {
    display: flex;
    gap: 12px;
    padding: 10px;
    background: var(--white);
    border-radius: var(--radius);
    text-decoration: none;
    transition: box-shadow 0.2s, transform 0.2s;
    flex: 1;
    align-items: center;
}

.gundem-mosaic__side-card:hover {
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    transform: translateY(-2px);
}

.gundem-mosaic__side-img {
    flex: 0 0 110px;
    height: 80px;
    border-radius: 6px;
    overflow: hidden;
}

.gundem-mosaic__side-img img {
    width: 100%; height: 100%;
    object-fit: cover;
}

.gundem-mosaic__side-info h4 {
    font-size: 14px;
    font-weight: 700;
    color: var(--text-color);
    line-height: 1.4;
    margin: 0 0 4px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.gundem-mosaic__side-info .gundem-mosaic__time {
    color: var(--text-light);
}

.gundem-mosaic__bottom {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: var(--gap);
}

.gundem-mosaic__card {
    display: block;
    background: var(--white);
    border-radius: var(--radius);
    overflow: hidden;
    text-decoration: none;
    transition: box-shadow 0.2s, transform 0.2s;
}

.gundem-mosaic__card:hover {
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    transform: translateY(-2px);
}

.gundem-mosaic__card-img {
    height: 140px;
    overflow: hidden;
}

.gundem-mosaic__card-img img {
    width: 100%; height: 100%;
    object-fit: cover;
    transition: transform 0.3s;
}

.gundem-mosaic__card:hover .gundem-mosaic__card-img img {
    transform: scale(1.05);
}

.gundem-mosaic__card-title {
    font-size: 14px;
    font-weight: 700;
    color: var(--text-color);
    padding: 10px 12px 4px;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.4;
}

.gundem-mosaic__card .gundem-mosaic__time {
    display: block;
    padding: 0 12px 10px;
    color: var(--text-light);
}

/* ===== TEKNOLOJİ - DARK OVERLAY CARDS ===== */
.tekno-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: var(--gap);
}

.tekno-card {
    position: relative;
    display: block;
    border-radius: var(--radius);
    overflow: hidden;
    height: 200px;
    text-decoration: none;
}

.tekno-card--featured {
    grid-column: span 2;
    grid-row: span 2;
    height: auto;
    min-height: 420px;
}

.tekno-card__bg {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
}

.tekno-card__bg img {
    width: 100%; height: 100%;
    object-fit: cover;
    transition: transform 0.5s;
}

.tekno-card:hover .tekno-card__bg img {
    transform: scale(1.08);
}

.tekno-card__overlay {
    position: absolute;
    bottom: 0; left: 0; right: 0;
    padding: 50px 16px 16px;
    background: linear-gradient(transparent, rgba(0,0,0,0.9));
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 100%;
}

.tekno-card__cat {
    display: inline-block;
    background: #00b4d8;
    color: #fff;
    font-size: 10px;
    font-weight: 800;
    padding: 2px 10px;
    border-radius: 3px;
    text-transform: uppercase;
    margin-bottom: 6px;
    align-self: flex-start;
}

.tekno-card__title {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.35;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.tekno-card--featured .tekno-card__title {
    font-size: 24px;
    -webkit-line-clamp: 3;
}

.tekno-card__excerpt {
    color: rgba(255,255,255,0.7);
    font-size: 14px;
    margin: 6px 0 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.tekno-card__time {
    color: rgba(255,255,255,0.5);
    font-size: 11px;
    margin-top: 6px;
}

/* ===== SPOR - MODERN LAYOUT ===== */
.spor-modern__top {
    display: flex;
    gap: var(--gap);
    margin-bottom: var(--gap);
}

.spor-hero-card {
    flex: 1;
    display: block;
    position: relative;
    border-radius: var(--radius);
    overflow: hidden;
    text-decoration: none;
    min-height: 300px;
}

.spor-hero-card__img {
    width: 100%; height: 100%;
    position: absolute;
    top: 0; left: 0;
}

.spor-hero-card__img img {
    width: 100%; height: 100%;
    object-fit: cover;
    transition: transform 0.4s;
}

.spor-hero-card:hover .spor-hero-card__img img {
    transform: scale(1.05);
}

.spor-hero-card__content {
    position: absolute;
    bottom: 0; left: 0; right: 0;
    padding: 50px 20px 20px;
    background: linear-gradient(transparent, rgba(0,0,0,0.9));
}

.spor-hero-card__content h3 {
    color: #fff;
    font-size: 22px;
    font-weight: 800;
    margin: 0 0 6px;
    line-height: 1.3;
}

.spor-hero-card__content p {
    color: rgba(255,255,255,0.8);
    font-size: 14px;
    margin: 0 0 6px;
}

.spor-time {
    font-size: 12px;
    color: rgba(255,255,255,0.6);
}

.spor-modern__side {
    flex: 0 0 300px;
    display: flex;
    flex-direction: column;
    gap: var(--gap);
}

.spor-side-card {
    flex: 1;
    position: relative;
    display: block;
    border-radius: var(--radius);
    overflow: hidden;
    text-decoration: none;
    min-height: 140px;
}

.spor-side-card__img {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
}

.spor-side-card__img img {
    width: 100%; height: 100%;
    object-fit: cover;
    transition: transform 0.3s;
}

.spor-side-card:hover .spor-side-card__img img {
    transform: scale(1.05);
}

.spor-side-card__overlay {
    position: absolute;
    bottom: 0; left: 0; right: 0;
    padding: 30px 14px 14px;
    background: linear-gradient(transparent, rgba(0,0,0,0.85));
}

.spor-side-card__overlay h4 {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.spor-modern__bottom {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: var(--gap);
}

.spor-bottom-card {
    display: block;
    background: var(--white);
    border-radius: var(--radius);
    overflow: hidden;
    text-decoration: none;
    transition: box-shadow 0.2s, transform 0.2s;
}

.spor-bottom-card:hover {
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    transform: translateY(-2px);
}

.spor-bottom-card__img {
    height: 140px;
    overflow: hidden;
}

.spor-bottom-card__img img {
    width: 100%; height: 100%;
    object-fit: cover;
    transition: transform 0.3s;
}

.spor-bottom-card:hover .spor-bottom-card__img img {
    transform: scale(1.05);
}

.spor-bottom-card h4 {
    font-size: 14px;
    font-weight: 700;
    color: var(--text-color);
    padding: 10px 12px 4px;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.4;
}

.spor-bottom-card .spor-time {
    display: block;
    padding: 0 12px 10px;
    color: var(--text-light);
}

/* Team logo placeholder */
.team-logo--placeholder {
    width: 28px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #e9ecef;
    border-radius: 50%;
    font-size: 12px;
    color: var(--text-light);
    flex-shrink: 0;
}

/* ===== DÜNYA - FEATURED + LIST LAYOUT ===== */
.dunya-modern {}

.dunya-featured {
    display: flex;
    gap: 20px;
    background: var(--white);
    border-radius: var(--radius);
    overflow: hidden;
    text-decoration: none;
    margin-bottom: var(--gap);
    transition: box-shadow 0.2s;
}

.dunya-featured:hover {
    box-shadow: 0 6px 20px rgba(0,0,0,0.1);
}

.dunya-featured__img {
    flex: 0 0 50%;
    height: 280px;
    overflow: hidden;
}

.dunya-featured__img img {
    width: 100%; height: 100%;
    object-fit: cover;
    transition: transform 0.4s;
}

.dunya-featured:hover .dunya-featured__img img {
    transform: scale(1.05);
}

.dunya-featured__content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px 20px 20px 0;
}

.dunya-featured__content h3 {
    font-size: 22px;
    font-weight: 800;
    color: var(--text-color);
    line-height: 1.35;
    margin: 0 0 10px;
}

.dunya-featured__content p {
    font-size: 14px;
    color: var(--text-light);
    line-height: 1.6;
    margin: 0 0 10px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.dunya-time {
    font-size: 12px;
    color: var(--text-light);
}

.dunya-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--gap);
}

.dunya-list__item {
    display: flex;
    gap: 12px;
    padding: 12px;
    background: var(--white);
    border-radius: var(--radius);
    text-decoration: none;
    transition: box-shadow 0.2s, transform 0.2s;
    align-items: center;
}

.dunya-list__item:hover {
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
    transform: translateY(-2px);
}

.dunya-list__img {
    flex: 0 0 90px;
    height: 70px;
    border-radius: 6px;
    overflow: hidden;
}

.dunya-list__img img {
    width: 100%; height: 100%;
    object-fit: cover;
}

.dunya-list__info h4 {
    font-size: 14px;
    font-weight: 700;
    color: var(--text-color);
    margin: 0 0 4px;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.dunya-list__info .dunya-time {
    color: var(--text-light);
}

/* ===== EKONOMİ - MODERN LAYOUT ===== */
.ekonomi-modern {}

.ekonomi-live-ticker {
    display: flex;
    gap: 0;
    overflow-x: auto;
    margin-bottom: 15px;
    background: var(--white);
    border-radius: var(--radius);
    border: 1px solid var(--border-color);
}

.ekonomi-live-ticker::-webkit-scrollbar { display: none; }

.ekonomi-tick {
    flex-shrink: 0;
    padding: 10px 18px;
    text-align: center;
    border-right: 1px solid var(--border-color);
    min-width: 110px;
}

.ekonomi-tick:last-child { border-right: none; }

.ekonomi-tick__name {
    display: block;
    font-size: 11px;
    font-weight: 700;
    color: var(--text-light);
    text-transform: uppercase;
    margin-bottom: 2px;
}

.ekonomi-tick__value {
    display: block;
    font-size: 15px;
    font-weight: 800;
    color: var(--text-color);
}

.ekonomi-tick__change {
    display: inline-flex;
    align-items: center;
    gap: 3px;
    font-size: 11px;
    font-weight: 700;
}

.ekonomi-tick__change.up { color: #27ae60; }
.ekonomi-tick__change.down { color: #e74c3c; }

.ekonomi-card-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: var(--gap);
}

.ekonomi-card {
    position: relative;
    display: block;
    border-radius: var(--radius);
    overflow: hidden;
    height: 200px;
    text-decoration: none;
}

.ekonomi-card--big {
    grid-column: span 2;
    grid-row: span 2;
    height: auto;
    min-height: 420px;
}

.ekonomi-card__img {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
}

.ekonomi-card__img img {
    width: 100%; height: 100%;
    object-fit: cover;
    transition: transform 0.4s;
}

.ekonomi-card:hover .ekonomi-card__img img {
    transform: scale(1.05);
}

.ekonomi-card__overlay {
    position: absolute;
    bottom: 0; left: 0; right: 0;
    padding: 50px 16px 16px;
    background: linear-gradient(transparent, rgba(0,0,0,0.9));
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.ekonomi-card__overlay h3 {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    margin: 0;
    line-height: 1.35;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.ekonomi-card--big .ekonomi-card__overlay h3 {
    font-size: 22px;
    -webkit-line-clamp: 3;
}

.ekonomi-card__overlay p {
    color: rgba(255,255,255,0.7);
    font-size: 14px;
    margin: 6px 0 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.ekonomi-card__time {
    color: rgba(255,255,255,0.5);
    font-size: 11px;
    margin-top: 6px;
}

/* (Old ekonomi-ticker-item and ekonomi-grid styles removed - replaced by ekonomi-modern above) */

/* ===== VİDEO GALERİ (haberv9 exact: dark bg, float layout 720px+430px) ===== */
.video-section-dark {
    background: #121212;
    padding: 20px 0;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    padding-left: calc(50vw - 50%);
    padding-right: calc(50vw - 50%);
}

.video-layout {
    display: flex;
    gap: var(--gap);
    max-width: var(--container-width);
    margin: 0 auto;
}

.video-buyuk {
    flex: 0 0 720px;
    position: relative;
    overflow: hidden;
}

.video-buyuk a { display: block; position: relative; }

.video-buyuk figure {
    width: 100%;
    height: 405px;
    overflow: hidden;
}

.video-buyuk figure img { width: 100%; height: 100%; object-fit: cover; }

.video-buyuk .play-btn {
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    width: 70px; height: 70px;
    background: rgba(222,30,18,0.9);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
    transition: transform 0.2s;
}

.video-buyuk:hover .play-btn { transform: translate(-50%, -50%) scale(1.1); }
.video-buyuk .play-btn i { color: #fff; font-size: 28px; margin-left: 3px; }

.video-buyuk strong {
    display: block;
    color: #fff;
    font-size: 20px;
    font-weight: 800;
    padding: 12px 0 0;
    line-height: 1.4;
}

.video-list {
    flex: 1;
    overflow-y: auto;
    max-height: 405px;
}

.video-list-item {
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

.video-list-item a {
    display: flex;
    gap: 12px;
    padding: 8px 0;
    align-items: center;
}

.video-list-item figure {
    flex: 0 0 125px;
    height: 70px;
    overflow: hidden;
}

.video-list-item figure img { width: 100%; height: 100%; object-fit: cover; }

.video-list-item strong {
    flex: 1;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.video-list-item:hover strong { color: var(--primary-color); }

/* ===== SİYASET - HERO + LİSTE LAYOUT ===== */
.siyaset-layout {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: var(--gap);
}

.siyaset-hero {
    position: relative;
    display: block;
    border-radius: var(--radius);
    overflow: hidden;
    text-decoration: none;
    min-height: 400px;
}

.siyaset-hero__img {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
}

.siyaset-hero__img img {
    width: 100%; height: 100%;
    object-fit: cover;
    transition: transform 0.4s;
}

.siyaset-hero:hover .siyaset-hero__img img {
    transform: scale(1.04);
}

.siyaset-hero__overlay {
    position: absolute;
    bottom: 0; left: 0; right: 0;
    padding: 60px 24px 24px;
    background: linear-gradient(transparent, rgba(0,0,0,0.9));
}

.siyaset-hero__badge {
    display: inline-block;
    background: var(--primary-color);
    color: #fff;
    font-size: 10px;
    font-weight: 800;
    padding: 3px 10px;
    border-radius: 3px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
}

.siyaset-hero__overlay h3 {
    color: #fff;
    font-size: 22px;
    font-weight: 800;
    line-height: 1.3;
    margin: 0 0 8px;
}

.siyaset-hero__overlay p {
    color: rgba(255,255,255,0.75);
    font-size: 14px;
    margin: 0 0 8px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.siyaset-hero__time {
    font-size: 12px;
    color: rgba(255,255,255,0.6);
}

.siyaset-list {
    display: flex;
    flex-direction: column;
    gap: 0;
    background: var(--white);
    border-radius: var(--radius);
    overflow: hidden;
}

.siyaset-list-item {
    display: flex;
    gap: 14px;
    padding: 14px;
    border-bottom: 1px solid var(--border-color);
    text-decoration: none;
    transition: background 0.2s;
}

.siyaset-list-item:last-child { border-bottom: none; }
.siyaset-list-item:hover { background: #f9f9f9; }

.siyaset-list-item__img {
    flex-shrink: 0;
    width: 110px;
    height: 80px;
    border-radius: var(--radius);
    overflow: hidden;
}

.siyaset-list-item__img img {
    width: 100%; height: 100%;
    object-fit: cover;
    transition: transform 0.3s;
}

.siyaset-list-item:hover .siyaset-list-item__img img {
    transform: scale(1.05);
}

.siyaset-list-item__placeholder {
    width: 100%; height: 100%;
    background: #f0f0f0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ccc;
    font-size: 20px;
}

.siyaset-list-item__content {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.siyaset-list-item__content h4 {
    font-size: 15px;
    font-weight: 700;
    color: var(--text-color);
    margin: 0 0 6px;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.siyaset-list-item:hover .siyaset-list-item__content h4 {
    color: var(--primary-color);
}

.siyaset-list-item__time {
    font-size: 12px;
    color: var(--text-light);
    display: flex;
    align-items: center;
    gap: 4px;
}

/* ===== MAGAZİN - MODERN CARDS ===== */
.magazin-modern {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: var(--gap);
}

.magazin-card {
    display: block;
    background: var(--white);
    border-radius: var(--radius);
    overflow: hidden;
    text-decoration: none;
    transition: box-shadow 0.3s, transform 0.2s;
    border: 1px solid var(--border-color);
}

.magazin-card:hover {
    box-shadow: 0 8px 25px rgba(0,0,0,0.12);
    transform: translateY(-3px);
}

.magazin-card--large {
    grid-column: span 2;
}

.magazin-card__img {
    height: 180px;
    overflow: hidden;
    position: relative;
}

.magazin-card--large .magazin-card__img {
    height: 250px;
}

.magazin-card__img img {
    width: 100%; height: 100%;
    object-fit: cover;
    transition: transform 0.4s;
}

.magazin-card:hover .magazin-card__img img {
    transform: scale(1.06);
}

.magazin-card__info {
    padding: 12px 14px;
}

.magazin-card__cat {
    display: inline-block;
    background: #ff69b4;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    padding: 2px 8px;
    border-radius: 3px;
    text-transform: uppercase;
    margin-bottom: 6px;
}

.magazin-card__info h3 {
    font-size: 14px;
    font-weight: 700;
    color: var(--text-color);
    margin: 0 0 4px;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.magazin-card--large .magazin-card__info h3 {
    font-size: 18px;
}

.magazin-card__info p {
    font-size: 13px;
    color: var(--text-light);
    margin: 0 0 4px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.magazin-card__time {
    font-size: 12px;
    color: var(--text-light);
}

/* ===== ÖNE ÇIKAN / FEATURED - ELEVATED CARDS ===== */
.featured-modern {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: var(--gap);
}

.featured-card {
    display: block;
    background: var(--white);
    border-radius: var(--radius);
    overflow: hidden;
    text-decoration: none;
    transition: box-shadow 0.3s, transform 0.2s;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}

.featured-card:hover {
    box-shadow: 0 8px 25px rgba(0,0,0,0.12);
    transform: translateY(-3px);
}

.featured-card__img {
    height: 160px;
    overflow: hidden;
}

.featured-card__img img {
    width: 100%; height: 100%;
    object-fit: cover;
    transition: transform 0.4s;
}

.featured-card:hover .featured-card__img img {
    transform: scale(1.05);
}

.featured-card__info {
    padding: 12px 14px;
}

.featured-card__cat {
    display: inline-block;
    background: var(--primary-color);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    padding: 2px 8px;
    border-radius: 3px;
    text-transform: uppercase;
    margin-bottom: 6px;
}

.featured-card__info h3 {
    font-size: 14px;
    font-weight: 700;
    color: var(--text-color);
    margin: 0 0 4px;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.featured-card__time {
    font-size: 12px;
    color: var(--text-light);
}

/* ===== BURÇ YORUMLARI ===== */
.horoscope-grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 10px;
}

.horoscope-item {
    text-align: center;
    padding: 15px 5px;
    background: var(--white);
    border-radius: var(--radius);
    cursor: pointer;
    transition: transform 0.2s;
}

.horoscope-item:hover { transform: translateY(-3px); }

.horoscope-item .icon {
    font-size: 28px;
    margin-bottom: 8px;
}

.horoscope-item .name {
    font-size: 11px;
    font-weight: 700;
    color: var(--text-color);
}

/* (Old teknoloji-grid styles removed - replaced by tekno-grid above) */

/* ===== GAZETE MANŞETLERİ (Newspaper slider) ===== */
.newspaper-slider {
    display: flex;
    gap: 15px;
    overflow-x: auto;
    padding: 10px 0;
    scroll-snap-type: x mandatory;
}

.newspaper-slider::-webkit-scrollbar { display: none; }

.newspaper-item {
    flex: 0 0 200px;
    scroll-snap-align: start;
    border-radius: var(--radius);
    overflow: hidden;
    background: var(--white);
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    transition: transform 0.2s;
}

.newspaper-item:hover { transform: translateY(-3px); }

.newspaper-item img { width: 100%; height: auto; }

.newspaper-item .name {
    padding: 8px;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
}

/* ===== E-BÜLTEN ===== */
.newsletter-section {
    background: var(--secondary-color);
    padding: 40px;
    border-radius: var(--radius);
    text-align: center;
    color: #fff;
}

.newsletter-section h3 {
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 10px;
}

.newsletter-section p {
    font-size: 14px;
    color: rgba(255,255,255,0.7);
    margin-bottom: 20px;
}

.newsletter-form {
    display: flex;
    max-width: 500px;
    margin: 0 auto;
    gap: 0;
}

.newsletter-form input {
    flex: 1;
    padding: 12px 20px;
    border: none;
    border-radius: var(--radius) 0 0 var(--radius);
    font-size: 14px;
    font-family: var(--font-main);
    outline: none;
}

.newsletter-form button {
    background: var(--primary-color);
    color: #fff;
    border: none;
    padding: 12px 25px;
    border-radius: 0 var(--radius) var(--radius) 0;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    font-family: var(--font-main);
    transition: background 0.2s;
}

.newsletter-form button:hover { background: var(--primary-dark); }

/* ===== FOOTER ===== */
.site-footer {
    background: #121212;
    color: rgba(255,255,255,0.8);
    padding: 40px 0;
    margin-top: 30px;
}

.footer__logo {
    text-align: center;
    margin-bottom: 30px;
}

.footer__logo img,
.footer__logo .custom-logo { max-height: 40px; width: auto; margin: 0 auto; }
.footer__logo a { text-decoration: none; display: inline-block; }
.footer__site-name { color: #fff; font-size: 22px; font-weight: 900; }

.footer__columns {
    display: flex;
    gap: 20px;
    justify-content: space-between;
}

.footer__col { flex: 1; }

.footer__title {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 3px solid var(--primary-color);
    display: inline-block;
}

.footer__links { list-style: none; padding: 0; margin: 0; }

.footer__links--flex {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.footer__links--flex li {
    flex: 1 1 calc(50% - 10px);
}

.footer__links li a {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    transition: color 0.2s;
}

.footer__links li a:hover { color: var(--primary-color); }

.footer__text {
    font-size: 14px;
    line-height: 1.7;
    color: #fff;
    margin-top: 10px;
}

.footer__text strong { font-weight: 700; }

.footer__newsletter-form {
    display: flex;
    gap: 0;
    margin-bottom: 5px;
}

.footer__newsletter-form input {
    flex: 1;
    padding: 0 20px;
    height: 46px;
    border: none;
    background: rgba(0,0,0,0.25);
    color: #fff;
    font-size: 15px;
    outline: none;
    font-family: var(--font-main);
}

.footer__newsletter-form input::placeholder { color: rgba(255,255,255,0.4); }

.footer__newsletter-form button {
    width: 46px;
    height: 46px;
    background: rgba(0,0,0,0.25);
    color: rgba(255,255,255,0.7);
    border: none;
    font-size: 16px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: color 0.2s;
}

.footer__newsletter-form button:hover { color: var(--primary-color); }

.footer__copyright {
    font-size: 14px;
    color: #fff;
    padding-top: 25px;
    margin-top: 20px;
    border-top: 1px solid rgba(255,255,255,0.25);
}

.footer__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 10px;
}

.footer__bottom-store { display: flex; gap: 10px; }

.footer__bottom-social {
    display: flex;
    gap: 15px;
}

.footer__bottom-social a {
    color: rgba(255,255,255,0.8);
    font-size: 18px;
    transition: color 0.2s;
}

.footer__bottom-social a:hover { color: var(--primary-color); }

/* ===== HAFTALIK MAÇ FİKSTÜRÜ ===== */
.fixtures-bar {
    background: var(--white);
    border-radius: var(--radius);
    overflow: hidden;
    margin-bottom: 20px;
}

.fixtures-header {
    background: #1a472a;
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    padding: 10px 16px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.fixtures-list {
    display: flex;
    gap: 0;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
}

.fixtures-list::-webkit-scrollbar { display: none; }

.fixture-card {
    flex: 0 0 280px;
    padding: 12px 16px;
    border-right: 1px solid var(--border-color);
    scroll-snap-align: start;
}

.fixture-card:last-child { border-right: none; }

.fixture-date {
    font-size: 11px;
    font-weight: 600;
    color: var(--text-light);
    text-align: center;
    margin-bottom: 8px;
}

.fixture-teams {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}

.fixture-team {
    display: flex;
    align-items: center;
    gap: 6px;
    flex: 1;
    font-size: 13px;
    font-weight: 700;
    color: var(--text-color);
}

.fixture-team.away { justify-content: flex-end; text-align: right; }

.team-logo {
    width: 28px;
    height: 28px;
    object-fit: contain;
    flex-shrink: 0;
}

.fixture-score {
    flex-shrink: 0;
    text-align: center;
    min-width: 50px;
}

.fixture-score .vs {
    font-size: 12px;
    font-weight: 800;
    color: var(--text-light);
    background: var(--bg-gray);
    padding: 3px 8px;
    border-radius: 3px;
}

.fixture-score .score {
    font-size: 14px;
    font-weight: 800;
    color: var(--primary-color);
    background: #ffeaea;
    padding: 3px 8px;
    border-radius: 3px;
}

/* ===== BURÇ MODAL ===== */
.horoscope-modal {
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.horoscope-modal__overlay {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0,0,0,0.6);
}

.horoscope-modal__content {
    position: relative;
    background: #fff;
    border-radius: 12px;
    padding: 40px;
    max-width: 450px;
    width: 90%;
    text-align: center;
    box-shadow: 0 20px 60px rgba(0,0,0,0.3);
    animation: modalIn 0.3s ease;
}

@keyframes modalIn {
    from { opacity: 0; transform: scale(0.9) translateY(20px); }
    to { opacity: 1; transform: scale(1) translateY(0); }
}

.horoscope-modal__close {
    position: absolute;
    top: 12px; right: 12px;
    width: 32px; height: 32px;
    border: none;
    background: var(--bg-gray);
    border-radius: 50%;
    cursor: pointer;
    font-size: 14px;
    color: var(--text-light);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s;
}

.horoscope-modal__close:hover {
    background: var(--primary-color);
    color: #fff;
}

.horoscope-modal__icon {
    font-size: 48px;
    margin-bottom: 10px;
}

.horoscope-modal__title {
    font-size: 22px;
    font-weight: 800;
    color: var(--text-color);
    margin-bottom: 5px;
}

.horoscope-modal__date {
    font-size: 13px;
    color: var(--text-light);
    margin-bottom: 15px;
}

.horoscope-modal__text {
    font-size: 15px;
    color: var(--text-color);
    line-height: 1.7;
}

/* Section date label */
.section-date {
    font-size: 13px;
    color: var(--text-light);
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 5px;
}

/* ===== GAZETE MANŞETLERİ Tasarım 2 - Grid Kart ===== */
.newspaper-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 15px;
}

.newspaper-card {
    display: block;
    background: var(--white);
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
    transition: transform 0.2s, box-shadow 0.2s;
    text-decoration: none;
}

.newspaper-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

.newspaper-card__image {
    width: 100%;
    aspect-ratio: 3/4;
    overflow: hidden;
    background: #f5f5f5;
}

.newspaper-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s;
}

.newspaper-card:hover .newspaper-card__image img {
    transform: scale(1.05);
}

.newspaper-card__info {
    padding: 12px;
    text-align: center;
}

.newspaper-card__name {
    display: block;
    font-size: 13px;
    font-weight: 800;
    color: var(--text-color);
    margin-bottom: 3px;
}

.newspaper-card__date {
    display: block;
    font-size: 11px;
    color: var(--text-light);
}

/* ===== NUMARALI MANŞET Tasarım 2 - Full Width ===== */
.numbered-wrapper--fullwidth {
    display: block;
    position: relative;
}

.numbered-wrapper--fullwidth .manset-sol--full {
    flex: none;
    width: 100%;
    position: relative;
}

.numbered-slider--full {
    height: 520px;
    border-radius: var(--radius) var(--radius) 0 0;
    overflow: hidden;
}

.numbered-slider--full .numbered-slide {
    border-radius: var(--radius) var(--radius) 0 0;
}

.numbered-slider--full .numbered-slide img {
    border-radius: var(--radius) var(--radius) 0 0;
}

.numbered-wrapper--fullwidth .numbered-slide__title {
    padding: 0 45px 35px;
    background: linear-gradient(transparent 0%, rgba(0,0,0,0.75) 40%, rgba(0,0,0,0.92) 100%);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 60%;
    bottom: 0;
}

.numbered-wrapper--fullwidth .numbered-slide__category {
    display: inline-block;
    background: var(--primary-color);
    color: #fff;
    font-size: 11px;
    font-weight: 800;
    padding: 4px 14px;
    border-radius: 4px;
    margin-bottom: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    align-self: flex-start;
}

.numbered-wrapper--fullwidth .numbered-slide__title h2 {
    font-size: 32px;
    line-height: 1.25;
    text-shadow: 0 2px 8px rgba(0,0,0,0.3);
}

.numbered-wrapper--fullwidth .numbered-slide__title h2 a {
    color: #fff;
}

.numbered-wrapper--fullwidth .numbered-slide__excerpt {
    font-size: 15px;
    color: rgba(255,255,255,0.8);
    line-height: 1.55;
    margin-top: 10px;
    max-width: 650px;
}

.numbered-pagination--full {
    display: flex;
    gap: 0;
    margin-top: 0;
    background: var(--white);
    border-radius: 0 0 var(--radius) var(--radius);
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0,0,0,0.06);
}

.numbered-pagination--full .numbered-dot {
    flex: 1;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 800;
    color: var(--text-color);
    cursor: pointer;
    transition: all 0.25s ease;
    background: var(--white);
    border-right: 1px solid var(--border-color);
    position: relative;
}

.numbered-pagination--full .numbered-dot:last-child { border-right: none; }

.numbered-pagination--full .numbered-dot.active {
    background: var(--primary-color);
    color: #fff;
    box-shadow: inset 0 -3px 0 rgba(0,0,0,0.15);
}

.numbered-pagination--full .numbered-dot:hover {
    background: var(--primary-color);
    color: #fff;
}

.numbered-pagination--full .numbered-dot::after {
    content: '';
    display: none;
}

@media (max-width: 768px) {
    .numbered-slider--full { height: 350px; }
    .numbered-wrapper--fullwidth .numbered-slide__title h2 { font-size: 22px; }
    .numbered-wrapper--fullwidth .numbered-slide__title { padding: 0 20px 20px; }
    .numbered-wrapper--fullwidth .numbered-slide__excerpt { display: none; }
    .numbered-pagination--full .numbered-dot { height: 40px; font-size: 13px; }
}

/* ===== INSTAGRAM STORIES ===== */
.stories-section {
    padding: 15px 0;
}

.stories-scroll {
    display: flex;
    gap: 16px;
    overflow-x: auto;
    padding: 5px 0;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    justify-content: center;
}

.stories-scroll::-webkit-scrollbar { display: none; }

.story-circle {
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    cursor: pointer;
    scroll-snap-align: start;
    transition: transform 0.2s;
}

.story-circle:hover { transform: scale(1.05); }

.story-circle__ring {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    border: 3px solid #e41e26;
    padding: 3px;
    overflow: hidden;
    transition: border-color 0.3s;
}

.story-circle__ring img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}

.story-circle__placeholder {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: var(--bg-gray);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: var(--text-light);
}

.story-circle__name {
    font-size: 11px;
    font-weight: 700;
    color: var(--text-color);
    text-align: center;
    max-width: 72px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* Story Modal */
.story-modal {
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.story-modal__overlay {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0,0,0,0.9);
}

.story-modal__container {
    position: relative;
    width: 380px;
    max-height: 680px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0,0,0,0.5);
    z-index: 1;
}

.story-modal__close {
    position: absolute;
    top: 16px; right: 16px;
    z-index: 20;
    width: 36px; height: 36px;
    border: none;
    background: rgba(0,0,0,0.5);
    border-radius: 50%;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s;
}

.story-modal__close:hover { background: rgba(0,0,0,0.8); }

.story-modal__nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 20;
    width: 40px; height: 40px;
    border: none;
    background: rgba(255,255,255,0.2);
    border-radius: 50%;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s;
    backdrop-filter: blur(4px);
}

.story-modal__nav:hover { background: rgba(255,255,255,0.4); }

.story-modal__nav--prev { left: -56px; }
.story-modal__nav--next { right: -56px; }

.story-modal__content {
    position: relative;
    width: 100%;
    height: 680px;
    background: #000;
    overflow: hidden;
}

.story-modal__progress {
    position: absolute;
    top: 8px; left: 8px; right: 8px;
    z-index: 15;
    display: flex;
    gap: 4px;
}

.story-modal__progress-bar {
    flex: 1;
    height: 3px;
    background: rgba(255,255,255,0.3);
    border-radius: 2px;
    overflow: hidden;
}

.story-modal__progress-bar.active .story-modal__progress-fill,
.story-modal__progress-bar.done .story-modal__progress-fill {
    width: 100%;
}

.story-modal__progress-fill {
    height: 100%;
    width: 0;
    background: #fff;
    border-radius: 2px;
    transition: width 5s linear;
}

.story-modal__progress-bar.active .story-modal__progress-fill {
    transition: width 5s linear;
}

.story-modal__header {
    position: absolute;
    top: 20px; left: 12px;
    z-index: 15;
    display: flex;
    align-items: center;
    gap: 10px;
}

.story-modal__avatar {
    width: 36px; height: 36px;
    border-radius: 50%;
    border: 2px solid #fff;
    overflow: hidden;
    background: rgba(255,255,255,0.2);
}

.story-modal__avatar img {
    width: 100%; height: 100%;
    object-fit: cover;
}

.story-modal__info { display: flex; flex-direction: column; }

.story-modal__name {
    font-size: 13px;
    font-weight: 700;
    color: #fff;
}

.story-modal__time {
    font-size: 11px;
    color: rgba(255,255,255,0.7);
}

.story-modal__image {
    width: 100%; height: 100%;
}

.story-modal__image img {
    width: 100%; height: 100%;
    object-fit: cover;
}

.story-modal__bottom {
    position: absolute;
    bottom: 0; left: 0; right: 0;
    background: linear-gradient(transparent, rgba(0,0,0,0.9));
    padding: 60px 20px 24px;
    z-index: 10;
}

.story-modal__title {
    font-size: 18px;
    font-weight: 800;
    color: #fff;
    line-height: 1.3;
    margin-bottom: 6px;
}

.story-modal__excerpt {
    font-size: 13px;
    color: rgba(255,255,255,0.8);
    line-height: 1.5;
    margin-bottom: 12px;
}

.story-modal__link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    background: var(--primary-color);
    padding: 8px 16px;
    border-radius: 20px;
    text-decoration: none;
    transition: background 0.2s;
}

.story-modal__link:hover { background: #c4161d; }

/* ===== ANKET (Poll) ===== */
.poll-widget {
    background: var(--white);
    border-radius: var(--radius);
    padding: 25px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.06);
    max-width: 600px;
}

.poll-question {
    font-size: 18px;
    font-weight: 800;
    color: var(--text-color);
    margin-bottom: 20px;
    line-height: 1.4;
}

.poll-options {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 16px;
}

.poll-option {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 16px;
    background: #f8f9fa;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.2s;
    border: 2px solid transparent;
}

.poll-option:hover {
    background: #eef0f2;
}

.poll-option input[type="radio"] {
    display: none;
}

.poll-option__radio {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid #ccc;
    flex-shrink: 0;
    position: relative;
    transition: border-color 0.2s;
}

.poll-option input:checked ~ .poll-option__radio {
    border-color: var(--primary-color);
}

.poll-option input:checked ~ .poll-option__radio::after {
    content: '';
    position: absolute;
    top: 3px; left: 3px;
    width: 10px; height: 10px;
    background: var(--primary-color);
    border-radius: 50%;
}

.poll-option input:checked ~ .poll-option__text {
    font-weight: 700;
    color: var(--primary-color);
}

.poll-option__text {
    font-size: 15px;
    color: var(--text-color);
    font-weight: 500;
}

.poll-vote-btn {
    width: 100%;
    padding: 12px;
    background: var(--primary-color);
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    font-family: var(--font-main);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: background 0.2s;
}

.poll-vote-btn:hover { background: var(--secondary-color); }
.poll-vote-btn:disabled { opacity: 0.5; cursor: not-allowed; }

.poll-total {
    text-align: center;
    font-size: 13px;
    color: var(--text-light);
    margin-top: 12px;
}

/* Poll Results */
.poll-results {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.poll-result__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 4px;
}

.poll-result__label {
    font-size: 14px;
    font-weight: 600;
    color: var(--text-color);
}

.poll-result__pct {
    font-size: 14px;
    font-weight: 800;
    color: var(--primary-color);
}

.poll-result__bar {
    width: 100%;
    height: 10px;
    background: #e9ecef;
    border-radius: 5px;
    overflow: hidden;
}

.poll-result__fill {
    height: 100%;
    background: var(--primary-color);
    border-radius: 5px;
    transition: width 0.6s ease;
}

.poll-result__count {
    font-size: 12px;
    color: var(--text-light);
}

/* ===== SMALL OVERLAY GRID (4lü Küçük Haber - Overlay Kart) ===== */
.small-overlay-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
    margin-bottom: 20px;
}

.small-overlay-card {
    position: relative;
    display: block;
    border-radius: 8px;
    overflow: hidden;
    text-decoration: none;
    height: 180px;
}

.small-overlay-card__image {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0; left: 0;
}

.small-overlay-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.small-overlay-card:hover .small-overlay-card__image img {
    transform: scale(1.08);
}

.small-overlay-card__placeholder {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #667eea, #764ba2);
}

.small-overlay-card__content {
    position: absolute;
    bottom: 0; left: 0; right: 0;
    padding: 12px;
    background: linear-gradient(transparent 0%, rgba(0,0,0,0.85) 100%);
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 100%;
}

.small-overlay-card__cat {
    display: inline-block;
    background: var(--primary-color);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    padding: 2px 8px;
    border-radius: 3px;
    text-transform: uppercase;
    margin-bottom: 6px;
    align-self: flex-start;
}

.small-overlay-card__title {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    line-height: 1.35;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.small-overlay-card__time {
    font-size: 11px;
    color: rgba(255,255,255,0.7);
    margin-top: 4px;
}

@media (max-width: 768px) {
    .small-overlay-grid { grid-template-columns: repeat(2, 1fr); }
    .small-overlay-card { height: 150px; }
}

@media (max-width: 480px) {
    .small-overlay-grid { grid-template-columns: repeat(2, 1fr); gap: 8px; }
    .small-overlay-card { height: 130px; }
    .small-overlay-card__title { font-size: 12px; }
}

/* ===== FOOTER 2 - KOYU TEMA (4 Sütun) ===== */
.footer-2 {
    background: #0f0f0f;
    color: rgba(255,255,255,0.8);
    margin-top: 30px;
}

.footer-2__top-border {
    height: 4px;
    background: linear-gradient(90deg, var(--primary-color), #ff6b35, var(--primary-color));
}

.footer-2__grid {
    display: grid;
    grid-template-columns: 1.2fr 1fr 1fr 1fr;
    gap: 30px;
    padding: 40px 0 30px;
}

.footer-2__title {
    color: #fff;
    font-size: 16px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 18px;
    padding-bottom: 10px;
    border-bottom: 2px solid var(--primary-color);
    display: inline-block;
}

.footer-2__about p {
    font-size: 14px;
    line-height: 1.7;
    color: rgba(255,255,255,0.65);
    margin-bottom: 15px;
}

.footer-2__logo {
    margin-bottom: 14px;
}

.footer-2__logo img,
.footer-2__logo-img {
    max-height: 36px;
    width: auto;
    filter: brightness(1.5);
}

.footer-2__about img,
.footer-2__about .custom-logo {
    max-height: 36px;
    width: auto;
    margin-bottom: 12px;
    filter: brightness(1.5);
}

.footer-2__social {
    display: flex;
    gap: 10px;
    margin-top: 12px;
}

.footer-2__social a {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,0.08);
    color: rgba(255,255,255,0.7);
    border-radius: 50%;
    font-size: 15px;
    transition: all 0.25s;
}

.footer-2__social a:hover {
    background: var(--primary-color);
    color: #fff;
    transform: translateY(-2px);
}

.footer-2__links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-2__links li {
    margin-bottom: 10px;
}

.footer-2__links li a {
    color: rgba(255,255,255,0.65);
    font-size: 14px;
    transition: all 0.2s;
    display: flex;
    align-items: center;
    gap: 8px;
}

.footer-2__links li a i {
    font-size: 10px;
    color: var(--primary-color);
    transition: transform 0.2s;
}

.footer-2__links li a:hover {
    color: #fff;
    padding-left: 4px;
}

.footer-2__links li a:hover i {
    transform: translateX(3px);
}

.footer-2__recent {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-2__recent li {
    padding-bottom: 12px;
    margin-bottom: 12px;
    border-bottom: 1px solid rgba(255,255,255,0.08);
}

.footer-2__recent li:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.footer-2__recent li a {
    font-size: 13px;
    font-weight: 600;
    color: rgba(255,255,255,0.75);
    line-height: 1.45;
    display: block;
    transition: color 0.2s;
}

.footer-2__recent li a:hover {
    color: #fff;
}

.footer-2__recent li span {
    font-size: 11px;
    color: rgba(255,255,255,0.35);
    display: block;
    margin-top: 3px;
}

.footer-2__contact p {
    font-size: 14px;
    color: rgba(255,255,255,0.6);
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.footer-2__contact p i {
    color: var(--primary-color);
    font-size: 14px;
    width: 16px;
    text-align: center;
    flex-shrink: 0;
}

.footer-2__newsletter {
    display: flex;
    gap: 0;
    margin-top: 15px;
    border-radius: 6px;
    overflow: hidden;
}

.footer-2__newsletter input {
    flex: 1;
    padding: 10px 14px;
    border: none;
    background: rgba(255,255,255,0.08);
    color: #fff;
    font-size: 13px;
    outline: none;
    font-family: var(--font-main);
}

.footer-2__newsletter input::placeholder {
    color: rgba(255,255,255,0.35);
}

.footer-2__newsletter button {
    padding: 10px 16px;
    background: var(--primary-color);
    color: #fff;
    border: none;
    font-size: 14px;
    cursor: pointer;
    transition: background 0.2s;
}

.footer-2__newsletter button:hover {
    background: var(--primary-dark);
}

.footer-2__bottom {
    border-top: 1px solid rgba(255,255,255,0.08);
    padding: 18px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-2__bottom p {
    font-size: 13px;
    color: rgba(255,255,255,0.45);
    margin: 0;
}

.footer-2__bottom-links {
    display: flex;
    gap: 15px;
}

.footer-2__bottom-links a {
    font-size: 13px;
    color: rgba(255,255,255,0.45);
    transition: color 0.2s;
}

.footer-2__bottom-links a:hover {
    color: #fff;
}

@media (max-width: 992px) {
    .footer-2__grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .footer-2__grid {
        grid-template-columns: 1fr;
        gap: 25px;
    }
    .footer-2__logo img,
    .footer-2__logo-img {
        max-height: 30px;
    }
    .footer-2__bottom {
        flex-direction: column;
        gap: 10px;
        text-align: center;
    }
}

/* ===== FOOTER 3 - MİNİMAL (Tek Satır) ===== */
.footer-3 {
    background: #fff;
    border-top: 2px solid var(--border-color);
    padding: 20px 0;
    margin-top: 30px;
}

.footer-3__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-3__left {
    display: flex;
    align-items: center;
    gap: 20px;
}

.footer-3__copyright {
    font-size: 13px;
    font-weight: 600;
    color: var(--text-color);
    white-space: nowrap;
}

.footer-3__links {
    display: flex;
    align-items: center;
    gap: 0;
}

.footer-3__links a {
    font-size: 13px;
    color: var(--text-light);
    padding: 0 12px;
    border-left: 1px solid var(--border-color);
    transition: color 0.2s;
    white-space: nowrap;
}

.footer-3__links a:first-child {
    border-left: none;
}

.footer-3__links a:hover {
    color: var(--primary-color);
}

.footer-3__right {
    display: flex;
    align-items: center;
    gap: 12px;
}

.footer-3__right a {
    color: var(--text-light);
    font-size: 16px;
    transition: color 0.2s;
}

.footer-3__right a:hover {
    color: var(--primary-color);
}

@media (max-width: 768px) {
    .footer-3__inner {
        flex-direction: column;
        gap: 12px;
        text-align: center;
    }
    .footer-3__left {
        flex-direction: column;
        gap: 10px;
    }
    .footer-3__links {
        flex-wrap: wrap;
        justify-content: center;
    }
}

/* ===== TÜM HABERLER - 4x2 Grid ===== */
.tum-haberler-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
    margin-bottom: 40px;
}

.th-card {
    display: flex;
    flex-direction: column;
    background: #fff;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    transition: transform 0.2s, box-shadow 0.2s;
    border-bottom: 3px solid transparent;
}

.th-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.1);
    border-bottom-color: var(--primary-color);
}

.th-card__img {
    position: relative;
    width: 100%;
    padding-top: 58%;
    overflow: hidden;
}

.th-card__img img {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    object-fit: cover;
    transition: transform 0.3s;
}

.th-card:hover .th-card__img img {
    transform: scale(1.05);
}

.th-card__placeholder {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: #f0f0f0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #ccc;
}

.th-card__cat {
    position: absolute;
    top: 10px;
    left: 10px;
    background: var(--primary-color);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    padding: 3px 8px;
    border-radius: 3px;
    text-transform: uppercase;
    z-index: 1;
}

.th-card__body {
    padding: 12px 14px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.th-card__title {
    font-size: 15px;
    font-weight: 700;
    line-height: 1.4;
    color: var(--text-color);
    margin: 0 0 auto;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.th-card:hover .th-card__title {
    color: var(--primary-color);
}

.th-card__time {
    font-size: 11px;
    color: var(--text-light);
    margin-top: 8px;
    display: flex;
    align-items: center;
    gap: 4px;
}

@media (max-width: 768px) {
    .tum-haberler-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }
}

@media (max-width: 480px) {
    .tum-haberler-grid {
        grid-template-columns: 1fr;
        gap: 0;
    }
    .th-card {
        flex-direction: row;
        padding: 12px;
        border-bottom: 1px solid var(--border-color);
    }
    .th-card:hover { transform: none; box-shadow: none; }
    .th-card__img {
        width: 100px;
        min-width: 100px;
        padding-top: 0;
        height: 72px;
        border-radius: 6px;
    }
    .th-card__img img {
        position: static;
        width: 100px;
        height: 72px;
        border-radius: 6px;
    }
    .th-card__cat { display: none; }
    .th-card__body { padding: 0 0 0 12px; }
    .th-card__title { font-size: 14px; -webkit-line-clamp: 2; }
}

/* ===== SEARCH PAGE ===== */
.search-main { padding: 20px 0 60px; min-height: 70vh; }

.search-header {
    padding: 30px 0 20px;
    border-bottom: 1px solid var(--border-color);
    margin-bottom: 20px;
}

.search-header__title {
    font-size: 22px;
    font-weight: 700;
    color: var(--text-color);
    margin: 0 0 16px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.search-header__title i { color: var(--text-light); font-size: 18px; }
.search-header__title span { color: var(--primary-color); }

.search-header__form {
    display: flex;
    max-width: 500px;
    border: 2px solid var(--border-color);
    border-radius: 8px;
    overflow: hidden;
    transition: border-color 0.2s;
}

.search-header__form:focus-within { border-color: var(--primary-color); }

.search-header__form input {
    flex: 1;
    border: none;
    padding: 10px 16px;
    font-size: 15px;
    outline: none;
    font-family: var(--font-main);
}

.search-header__form button {
    background: var(--primary-color);
    color: #fff;
    border: none;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    font-family: var(--font-main);
    display: flex;
    align-items: center;
    gap: 6px;
    white-space: nowrap;
}

.search-count {
    font-size: 13px;
    color: var(--text-light);
    margin-bottom: 16px;
}

.search-results {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.search-card {
    display: flex;
    gap: 16px;
    padding: 16px 0;
    border-bottom: 1px solid var(--border-color);
    text-decoration: none;
    color: inherit;
    transition: background 0.15s;
}

.search-card:hover { background: #fafafa; }

.search-card__img {
    flex-shrink: 0;
    width: 200px;
    height: 130px;
    border-radius: 6px;
    overflow: hidden;
}

.search-card__img img {
    width: 100%; height: 100%;
    object-fit: cover;
}

.search-card__placeholder {
    width: 100%; height: 100%;
    background: #f0f0f0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ccc;
    font-size: 24px;
}

.search-card__content {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.search-card__cat {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    color: var(--primary-color);
    text-transform: uppercase;
    margin-bottom: 4px;
}

.search-card__title {
    font-size: 17px;
    font-weight: 700;
    color: var(--text-color);
    margin: 0 0 6px;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.search-card:hover .search-card__title { color: var(--primary-color); }

.search-card__excerpt {
    font-size: 14px;
    color: var(--text-light);
    margin: 0 0 8px;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.search-card__meta {
    display: flex;
    gap: 14px;
    font-size: 12px;
    color: var(--text-light);
}

.search-card__meta span {
    display: flex;
    align-items: center;
    gap: 4px;
}

.search-pagination {
    margin-top: 30px;
}

.search-pagination .nav-links {
    display: flex;
    gap: 6px;
    justify-content: center;
}

.search-pagination .page-numbers {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 38px;
    height: 38px;
    padding: 0 10px;
    border: 1px solid var(--border-color);
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    color: var(--text-color);
    text-decoration: none;
    transition: all 0.2s;
}

.search-pagination .page-numbers:hover,
.search-pagination .page-numbers.current {
    background: var(--primary-color);
    color: #fff;
    border-color: var(--primary-color);
}

.search-empty {
    text-align: center;
    padding: 60px 20px;
}

.search-empty i {
    font-size: 48px;
    color: #ddd;
    display: block;
    margin-bottom: 16px;
}

.search-empty h2 {
    font-size: 20px;
    color: var(--text-color);
    margin: 0 0 8px;
}

.search-empty p {
    font-size: 15px;
    color: var(--text-light);
}

@media (max-width: 768px) {
    .search-card__img { width: 120px; height: 90px; }
    .search-card__title { font-size: 15px; }
    .search-card__excerpt { display: none; }
    .search-header__title { font-size: 18px; }
}

@media (max-width: 480px) {
    .search-card__img { width: 90px; height: 68px; }
    .search-card__title { font-size: 14px; }
    .search-card { gap: 10px; padding: 12px 0; }
}

/* ==========================================================================
   FİNANS TICKER - Canlı Döviz
   ========================================================================== */
.finans-ticker-section { padding: 0; }
.finans-ticker {
    display: flex;
    align-items: center;
    gap: 0;
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
    border-radius: 10px;
    overflow: hidden;
    margin: 15px 0;
}
.finans-ticker__item {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 16px;
    border-right: 1px solid rgba(255,255,255,0.08);
    transition: background 0.2s;
}
.finans-ticker__item:last-child { border-right: none; }
.finans-ticker__item:hover { background: rgba(255,255,255,0.05); }
.finans-ticker__icon {
    width: 32px; height: 32px;
    display: flex; align-items: center; justify-content: center;
    border-radius: 8px; font-size: 14px; flex-shrink: 0;
}
.finans-ticker__icon--usd { background: rgba(46,204,113,0.15); color: #2ecc71; }
.finans-ticker__icon--eur { background: rgba(52,152,219,0.15); color: #3498db; }
.finans-ticker__icon--gbp { background: rgba(155,89,182,0.15); color: #9b59b6; }
.finans-ticker__icon--btc { background: rgba(241,196,15,0.15); color: #f1c40f; }
.finans-ticker__label { font-size: 10px; font-weight: 700; color: rgba(255,255,255,0.5); text-transform: uppercase; letter-spacing: 0.5px; }
.finans-ticker__price { font-size: 14px; font-weight: 700; color: #fff; white-space: nowrap; }
.finans-ticker__arrow { font-size: 12px; color: rgba(255,255,255,0.4); font-weight: 700; }
.finans-ticker__arrow--up { color: #2ecc71; }
.finans-ticker__arrow--down { color: #e74c3c; }

@media (max-width: 768px) {
    .finans-ticker { flex-wrap: wrap; border-radius: 8px; }
    .finans-ticker__item { flex: 1 1 50%; min-width: 0; padding: 10px 12px; gap: 6px; }
    .finans-ticker__item:nth-child(2) { border-right: none; }
    .finans-ticker__icon { width: 28px; height: 28px; font-size: 12px; }
    .finans-ticker__label { font-size: 9px; }
    .finans-ticker__price { font-size: 13px; }
}

/* ==========================================================================
   PUAN DURUMU + FİKSTÜR
   ========================================================================== */
.standings-section { padding: 20px 0; }
.standings-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}
.standings-card {
    background: #fff;
    border-radius: 12px;
    border: 1px solid var(--border-color);
    overflow: hidden;
}
.standings-card__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 16px;
    background: var(--secondary-color);
    color: #fff;
}
.standings-card__header h3 { font-size: 15px; font-weight: 700; margin: 0; }
.standings-select {
    background: rgba(255,255,255,0.15);
    border: 1px solid rgba(255,255,255,0.3);
    color: #fff;
    padding: 5px 10px;
    border-radius: 6px;
    font-size: 12px;
    font-family: var(--font-main);
    cursor: pointer;
}
.standings-select option { color: #333; background: #fff; }
.standings-date { font-size: 12px; opacity: 0.8; }
.standings-card__body { max-height: 420px; overflow-y: auto; }
.standings-table-head {
    display: flex;
    padding: 8px 16px;
    background: var(--bg-color);
    font-size: 11px;
    font-weight: 700;
    color: var(--text-light);
    text-transform: uppercase;
    position: sticky;
    top: 0;
    z-index: 1;
}
.standings-row {
    display: flex;
    padding: 8px 16px;
    font-size: 13px;
    border-bottom: 1px solid var(--border-color);
    transition: background 0.15s;
}
.standings-row:hover { background: var(--bg-color); }
.standings-row--top { border-left: 3px solid var(--primary-color); }
.st-pos { width: 30px; font-weight: 700; color: var(--text-light); flex-shrink: 0; }
.st-team { flex: 1; font-weight: 600; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.st-val { width: 36px; text-align: center; flex-shrink: 0; }
.st-val--bold { font-weight: 800; color: var(--primary-color); }

/* Fixture rows */
.fixture-row {
    display: flex;
    align-items: center;
    padding: 10px 16px;
    border-bottom: 1px solid var(--border-color);
    gap: 8px;
    font-size: 13px;
}
.fixture-row:last-child { border-bottom: none; }
.fixture-time {
    width: 45px;
    font-weight: 700;
    color: var(--primary-color);
    flex-shrink: 0;
    font-size: 12px;
}
.fixture-team { flex: 1; font-weight: 600; }
.fixture-team--home { text-align: right; }
.fixture-team--away { text-align: left; }
.fixture-vs {
    width: 30px;
    text-align: center;
    font-size: 11px;
    color: var(--text-light);
    font-weight: 700;
    flex-shrink: 0;
}

@media (max-width: 768px) {
    .standings-grid { grid-template-columns: 1fr; }
    .standings-card__body { max-height: 320px; }
}

/* ==========================================================================
   HAVA DURUMU WIDGET
   ========================================================================== */
.weather-section { padding: 10px 0; }
.weather-widget-wrap {
    border-radius: 12px;
    overflow: hidden;
    min-height: 80px;
}
