* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: #f0f0f0;
    line-height: 1.5;
}

/* Üst Kırmızı Alan (Header) */
.red-header {
    background: #cc0000;
    /* Görseldeki kübik derinlik efekti için gradyan */
    background-image: 
        linear-gradient(135deg, #e60000 25%, transparent 25%), 
        linear-gradient(225deg, #e60000 25%, transparent 25%), 
        linear-gradient(45deg, #e60000 25%, transparent 25%), 
        linear-gradient(315deg, #e60000 25%, #cc0000 25%);
    background-position: 40px 0, 40px 0, 0 0, 0 0;
    background-size: 80px 80px;
    background-repeat: repeat;
    padding: 40px 20px;
    color: white;
    border-bottom: 5px solid #a00000;
}

.header-content {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo-box {
    position: relative;
    font-weight: 900;
    font-size: 32px;
    line-height: 1;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}

.hd-badge {
    font-size: 14px;
    background: white;
    color: #cc0000;
    padding: 2px 5px;
    vertical-align: top;
    border-radius: 3px;
    margin-left: 5px;
}

.milletin-tv {
    font-size: 14px;
    margin-top: 10px;
    letter-spacing: 1px;
}

.social-media {
    font-size: 13px;
    text-align: right;
}

/* Haber Gövdesi */
.container {
    max-width: 1000px;
    margin: 0 auto;
    background: white;
    padding: 20px;
}

.publish-date {
    color: #777;
    font-size: 13px;
    margin-bottom: 10px;
}

.headline {
    font-size: 24px;
    font-weight: bold;
    color: #111;
    margin-bottom: 20px;
}

/* Video ve Alt Bant (Ticker) */
.video-frame {
    position: relative;
    width: 100%;
    margin-bottom: 25px;
}

.main-img {
    width: 100%;
    display: block;
    border-bottom: 8px solid #cc0000;
}

.ticker {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    background: rgba(204, 0, 0, 0.9);
    color: white;
    align-items: center;
}

.ticker-label {
    background: #222;
    padding: 5px 15px;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
}

.ticker-content {
    padding-left: 15px;
    font-weight: bold;
    font-size: 18px;
    flex-grow: 1;
}

.live-tag {
    background: #cc0000;
    padding: 0 10px;
    font-size: 12px;
    font-weight: bold;
    border: 1px solid white;
    margin-right: 10px;
}

.article-body {
    font-size: 17px;
    color: #333;
}

.article-body p {
    margin-bottom: 15px;
}

/* MOBİL UYUMLULUK (Responsive) */
@media (max-width: 768px) {
    .header-content {
        flex-direction: column;
        text-align: center;
    }

    .social-media {
        display: none; /* Mobilde kalabalık yapmasın diye gizledik */
    }

    .headline {
        font-size: 18px;
    }

    .ticker-content {
        font-size: 14px;
    }

    .ticker-label {
        font-size: 10px;
        padding: 5px;
    }

    .container {
        padding: 15px;
    }
}
/* Yeni Görsel Bloğu Tasarımı */
.custom-image-block {
    width: 100%;
    margin: 25px 0; /* Üstten ve alttan boşluk bırakır */
    clear: both;
}

.image-wrapper {
    position: relative;
    overflow: hidden;
    border: 1px solid #ddd;
    border-radius: 4px; /* Köşeleri hafif yuvarlar */
}

.responsive-img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.3s ease; /* Fareyle üzerine gelince efekt için */
}

/* Resim Üzerindeki Alt Bant */
.image-overlay-bar {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.7); /* Siyah şeffaf arka plan */
    color: #fff;
    display: flex;
    align-items: center;
    padding: 8px;
}

.bar-tag {
    background: #cc0000;
    color: white;
    padding: 2px 8px;
    font-size: 12px;
    font-weight: bold;
    margin-right: 10px;
    border-radius: 2px;
}

.bar-text {
    font-size: 14px;
    font-weight: 500;
}

.image-caption {
    font-size: 13px;
    color: #666;
    margin-top: 5px;
    font-style: italic;
    text-align: center;
}

/* Mobil için yazı boyutunu ayarla */
@media (max-width: 600px) {
    .bar-text {
        font-size: 12px;
    }
}
/* Tüm resimlerin ekrana sığmasını sağlar */
.responsive-img {
    max-width: 100%;    /* Resim ekran genişliğini asla geçemez */
    height: auto;       /* Oranı bozmadan yüksekliği ayarlar */
    display: block;
    margin: 0 auto;     /* Ortalar */
}

/* Görselin etrafındaki boşluklar */
.haber-gorsel-kapsayici {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 0 5px;     /* Mobilde kenarlara yapışmaması için hafif boşluk */
    box-sizing: border-box;
}

.gorsel-altyazi {
    font-size: 14px;
    color: #666;
    text-align: center;
    margin-top: 8px;
    font-style: italic;
}
/* Noktalı Liste Tasarımı */
.haber-liste {
    margin: 20px 0;
    padding-left: 25px;
    list-style-type: none; /* Varsayılan siyah noktayı kaldırıyoruz */
}

.haber-liste li {
    position: relative;
    margin-bottom: 10px;
    font-size: 16px;
    color: #333;
}

/* Kendi kırmızı noktamızı ekliyoruz */
.haber-liste li::before {
    content: "•"; /* Madde işareti */
    color: #cc0000; /* Bengü Türk Kırmızısı */
    font-weight: bold;
    display: inline-block; 
    width: 1em;
    margin-left: -1em;
}

/* İtalik Paragraf Tasarımı */
.italik-metin {
    font-style: italic;
    color: #555;
    border-left: 4px solid #cc0000; /* Soluna kırmızı bir çizgi ekler (Alıntı havası verir) */
    padding-left: 15px;
    margin: 25px 0;
    font-size: 18px;
    line-height: 1.6;
}
/* Soru stili */
.italik-soru {
    color: #cc0000;
    font-size: 19px;
    margin-top: 25px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}

/* Öne çıkan alıntı */
.italik-metin {
    font-style: italic;
    background: #f9f9f9;
    padding: 20px;
    border-left: 5px solid #cc0000;
    margin: 20px 0;
}

/* Dikkat/Uyarı Kutusu */
.uyari-kutusu {
    background: #fff3f3;
    border: 2px dashed #cc0000;
    padding: 15px;
    margin-top: 30px;
    text-align: center;
    color: #cc0000;
}

/* Noktalı Liste */
.haber-liste {
    list-style: none;
    padding-left: 20px;
    margin: 20px 0;
}

.haber-liste li::before {
    content: "•";
    color: #cc0000;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}
.custom-image-block {
    width: 100%;
    margin: 25px 0;
}

.image-wrapper {
    position: relative;
    width: 100%;
    /* Buradaki overflow:hidden; bazen bandı kaydırabilir, görünür yapalım */
    overflow: visible; 
}

.full-view {
    width: 100% !important;
    height: auto !important; /* Yüksekliğin resme göre şekillenmesini sağlar */
    display: block;
    object-fit: contain; /* Resmin tamamını kutuya sığdırır */
}

/* Siyah bandın resmin üzerine çok binmemesi için */
.image-overlay-bar {
    position: relative; /* absolute yerine relative yaparak resmin ALTINA alabiliriz */
    background: rgba(0, 0, 0, 0.85);
    color: #fff;
    display: flex;
    align-items: center;
    padding: 12px;
    width: 100%;
}

@media (max-width: 600px) {
    .image-overlay-bar {
        flex-direction: column; /* Mobilde yazıyı alt alta getirir ki sığsın */
        text-align: center;
    }
    .bar-tag {
        margin-bottom: 5px;
        margin-right: 0;
    }
}
.urun-kart-kapsayici {
    width: 100%;
    border: 2px solid #cc0000;
    border-radius: 10px;
    margin: 30px 0;
    overflow: hidden;
    background: #fff;
}

.urun-baslik {
    background: #cc0000;
    color: white;
    padding: 10px;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 1px;
}

.urun-icerik {
    display: flex;
    padding: 20px;
    gap: 20px;
}

.urun-gorsel-alani {
    flex: 1;
    text-align: center;
}

.urun-gorsel-alani img {
    max-width: 100%;
    height: auto;
    border-radius: 5px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.stok-durumu {
    margin-top: 10px;
    background: #ff0000;
    color: white;
    font-size: 12px;
    padding: 5px;
    font-weight: bold;
    border-radius: 3px;
    animation: blinker 1.5s linear infinite; /* Yanıp sönme efekti */
}

@keyframes blinker {
    50% { opacity: 0.5; }
}

.urun-detay-alani {
    flex: 2;
}

.bilgi-grubu {
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 1.4;
}

.bilgi-grubu strong {
    color: #333;
    display: block;
    margin-bottom: 3px;
    border-bottom: 1px solid #eee;
}

.vurgu-kirmizi {
    color: #cc0000;
}

.basari-metni {
    color: #28a745;
    font-weight: bold;
}

.urun-liste {
    list-style: none;
    padding-left: 0;
}

.urun-liste li::before {
    content: "✓";
    color: #28a745;
    font-weight: bold;
    margin-right: 8px;
}

.urun-kullanim-bandi {
    display: flex;
    background: #f8f8f8;
    border-top: 1px solid #eee;
    padding: 15px;
    gap: 10px;
}

.kullanim-kutusu {
    flex: 1;
    background: white;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 13px;
    text-align: center;
}

/* MOBİL UYUMLULUK */
@media (max-width: 768px) {
    .urun-icerik {
        flex-direction: column;
    }
    
    .urun-kullanim-bandi {
        flex-direction: column;
    }

    .urun-gorsel-alani img {
        max-width: 200px; /* Mobilde görselin çok devleşmesini engeller */
    }
}
/* ANKET VE SİPARİŞ GENEL */
.haber-ek-alan {
    max-width: 100%;
    margin: 30px 0;
}

.panel-baslik {
    font-size: 18px;
    padding: 10px;
    background: #333;
    color: #fff;
    text-align: center;
    border-radius: 5px 5px 0 0;
}

.kirmizi-bg { background: #cc0000; }

/* ANKET GRAFİĞİ */
.anket-paneli {
    background: #f9f9f9;
    border: 1px solid #ddd;
    padding: 0 0 20px 0;
    margin-bottom: 30px;
    border-radius: 5px;
}

.anket-soru {
    text-align: center;
    font-weight: bold;
    padding: 15px;
    font-size: 18px;
}

.katilim-sayisi {
    text-align: center;
    color: #777;
    font-size: 12px;
    margin-bottom: 20px;
}

.anket-grafik { padding: 0 20px; }

.grafik-satir { margin-bottom: 15px; }

.grafik-etiket { font-size: 13px; font-weight: bold; display: block; margin-bottom: 5px; }

.grafik-cubuk-cerceve {
    background: #eee;
    height: 25px;
    border-radius: 15px;
    overflow: hidden;
}

.grafik-doluluk {
    background: #28a745; /* Yeşil başarıyı simgeler */
    height: 100%;
    color: white;
    text-align: right;
    padding-right: 10px;
    font-size: 12px;
    line-height: 25px;
    font-weight: bold;
}

.grafik-doluluk.gri { background: #aaa; }

.anket-not { text-align: center; font-style: italic; font-size: 14px; margin-top: 15px; }

/* SİPARİŞ ADIMLARI */
.siparis-rehberi {
    border: 2px solid #cc0000;
    border-radius: 5px;
}

.adim {
    display: flex;
    align-items: center;
    padding: 15px;
    border-bottom: 1px solid #eee;
}

.adim-no {
    background: #cc0000;
    color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 15px;
    font-weight: bold;
}

/* ANONİMLİK VE UYARI */
.anonim-kutu {
    background: #eef9ff;
    padding: 15px;
    display: flex;
    align-items: center;
    margin: 10px;
    border-radius: 5px;
}

.kilit-ikon { font-size: 24px; margin-right: 15px; }

.anonim-metin { font-size: 13px; line-height: 1.4; }

.acil-uyari {
    background: #fff3f3;
    color: #cc0000;
    padding: 15px;
    text-align: center;
    font-size: 14px;
    border-top: 1px solid #ffcccc;
}

@media (max-width: 600px) {
    .anket-soru { font-size: 15px; }
    .grafik-etiket { font-size: 11px; }
}
/* Sayaç ve Fiyat Tasarımı */
.kampanya-kutusu {
    max-width: 500px;
    margin: 40px auto -5px auto;
    background: #fff;
    border: 3px solid #cc0000;
    border-bottom: none;
    border-radius: 15px 15px 0 0;
    padding: 20px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    text-align: center;
}

.eski-fiyat { text-decoration: line-through; color: #888; font-size: 16px; }
.yeni-fiyat { color: #cc0000; font-size: 34px; font-weight: 900; line-height: 1; }
.indirim-balonu { background: #ffcc00; font-size: 11px; font-weight: bold; padding: 2px 5px; border-radius: 4px; }

.dijital-saat {
    background: #222;
    color: #ff0000;
    font-family: monospace;
    font-size: 26px;
    padding: 5px 12px;
    border-radius: 5px;
    font-weight: bold;
    box-shadow: inset 0 0 8px #000;
}

/* Form Tasarımı */
.form-ana-kutu {
    max-width: 500px;
    margin: 0 auto 50px auto;
    background: #fff;
    border: 3px solid #cc0000;
    border-radius: 0 0 15px 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.form-ust-bilgi { background: #cc0000; color: #fff; text-align: center; padding: 15px; }
.siparis-formu { padding: 25px; }

.input-grubu { margin-bottom: 15px; }
.input-grubu label { display: block; font-weight: bold; font-size: 14px; margin-bottom: 5px; }

.tel-input-kapsayici {
    display: flex;
    border: 2px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
}

.tr-sabit {
    background: #f4f4f4;
    display: flex;
    align-items: center;
    padding: 0 10px;
    gap: 5px;
    border-right: 1px solid #ddd;
    font-weight: bold;
}

.tel-input-kapsayici input, .input-grubu input[type="text"] {
    width: 100%;
    padding: 12px;
    border: 2px solid #ddd;
    border-radius: 8px;
    font-size: 16px;
    outline: none;
}

.tel-input-kapsayici input { border: none; }

.hata-metni { color: red; font-size: 11px; display: none; margin-top: 5px; }

.gonder-buton {
    width: 100%;
    background: #28a745;
    color: #fff;
    border: none;
    padding: 15px;
    font-size: 18px;
    font-weight: bold;
    border-radius: 8px;
    cursor: pointer;
    box-shadow: 0 4px 0 #1e7e34;
}

.buton-not { display: block; font-size: 11px; font-weight: normal; opacity: 0.9; }
.anonim-not { text-align: center; font-size: 11px; color: #666; margin-top: 15px; }

@media (max-width: 500px) {
    .kampanya-kutusu { flex-direction: column; gap: 15px; }
}
.site-footer {
    background-color: #222;
    color: #bbb;
    padding: 40px 20px 20px 20px;
    margin-top: 50px;
    font-size: 14px;
    border-top: 4px solid #cc0000;
}

.footer-icerik {
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
}

.footer-logo-text {
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 5px;
}

.footer-hd {
    background-color: #fff;
    color: #222;
    padding: 0 5px;
    font-size: 12px;
    border-radius: 3px;
    vertical-align: middle;
}

.footer-bilgi {
    margin: 25px 0;
    padding: 20px;
    background-color: #2a2a2a;
    border-radius: 8px;
}

.yasal-metin {
    line-height: 1.6;
    font-size: 12px;
    color: #888;
}

.footer-alt {
    border-top: 1px solid #333;
    padding-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}

.footer-linkler a {
    color: #bbb;
    text-decoration: none;
    transition: 0.3s;
}

.footer-linkler a:hover {
    color: #cc0000;
}

/* Mobil Uyumluluk */
@media (max-width: 768px) {
    .footer-alt {
        flex-direction: column;
        text-align: center;
    }
}
.yorum-alani {
    max-width: 1000px;
    margin: 40px auto;
    padding: 20px;
    background: #fff;
    border-top: 2px solid #eee;
}

.yorum-ust {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 2px solid #cc0000;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.yorum-ust h4 { font-size: 20px; color: #333; }
.yorum-ust p { font-size: 13px; color: #888; }

.yorum-kart {
    display: flex;
    gap: 15px;
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 1px solid #f0f0f0;
}

.profil-foto {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #eee;
}

.yorum-icerik { flex: 1; }

.yorum-baslik { margin-bottom: 5px; font-size: 14px; }
.yorum-baslik strong { color: #2b5a97; } /* Facebook tarzı mavi isimler */
.yorum-tarih { color: #999; font-size: 12px; margin-left: 10px; }

.yorum-metni {
    font-size: 15px;
    color: #444;
    line-height: 1.4;
    margin-bottom: 8px;
}

.yorum-aksiyon {
    font-size: 12px;
    color: #2b5a97;
    font-weight: bold;
    cursor: pointer;
}

.yorum-yaz-kapsayici {
    display: flex;
    gap: 10px;
    margin-top: 30px;
}

.yorum-yaz-kapsayici input {
    flex: 1;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    background: #f9f9f9;
}

.yorum-btn {
    background: #cc0000;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: not-allowed;
    opacity: 0.6;
}

@media (max-width: 600px) {
    .yorum-metni { font-size: 13px; }
    .profil-foto { width: 40px; height: 40px; }
}