﻿@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600;800&display=swap');

.container.ortabrd {
    width: 100%;
    max-width: none;
}

/* GENEL */
.digiturk-container {
    font-family: 'Inter', sans-serif !important;
    padding: 20px;
}

/* BANNER */
.modern-banner {
    max-width: 1150px;
    margin: -25px auto 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    border-radius: 0 0 30px 30px;
    background-image: url('https://cdn.digiturkburada.com.tr/images/kutusuz-digiturk-kampanyalari-ust-banner-deneme-gorsel.png?V=1');
    background-size: cover;
    background-position: center;
}

/* İÇERİK KAPSAYICI */
.modern-banner-inner {
    max-width: 1012px;
    margin: 0 auto;
    padding: 35px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    position: relative;
    z-index: 2;
}

/* OVERLAY */
.modern-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(255,255,255,0.40);
    z-index: 1;
}

/* SOL / SAĞ */
.banner-text,
.banner-image {
    flex: 1;
    position: relative;
    z-index: 2;
}

.banner-text {
    flex: 0 0 70%;
    max-width: 70%;
}


    .banner-text h1 {
        font-size: 32px;
        font-weight: 800;
        margin-bottom: 15px;
        color: #1e0938;
        margin-top: 0;
    }

    .banner-text p {
        font-size: 16px;
        line-height: 1.5;
        color: #555;
    }

.highlight-bar {
    display: inline-block;
    margin-top: 10px !important;
    font-weight: 700;
    color: #5d2e8e;
    background: rgba(93,46,142,0.1);
    padding: 8px 16px;
    border-radius: 20px;
}
html {
    scroll-behavior: smooth;
}

.highlight-bar a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: inherit;
    text-decoration: none;
}

.highlight-bar2 a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: inherit;
    text-decoration: none;
}


/* GÖRSEL */
.banner-image {
    flex: 0 0 30%;
    max-width: 30%;
    text-align: right;
}

    .banner-image img {
        max-width: 140px;
        width: 100%;
        height: auto;
    }

 .highlight-bar2 {
        display: none;
        margin-top: 10px !important;
        font-weight: 700;
        color: #5d2e8e;
        background: rgba(93,46,142,0.1);
        padding: 8px 16px;
        border-radius: 20px;
    }

@media (max-width: 1150px) {
    .digiturk-container {
        padding: 0; /* boşlukları kaldır */
        margin-bottom: 15px;
    }
    .banner-image {
        text-align: center;
    }
}
/* MOBİL */
@media (max-width: 768px) {
    .highlight-bar2{display:inline-block}
    .highlight-bar {
        display: none
    }
    .digiturk-container {
        margin-left: -15px;
        margin-right: -15px;
    }

    .modern-banner {
        max-width: 100%;
        margin: -20px 0 0;
        border-radius: 0 0 24px 24px;
    }
    .modern-banner-inner {
        flex-direction: column;
        text-align: center;
        padding: 20px 10px;
        max-width: 100%;
        gap: 10px;
    }

    .banner-text h1 {
        font-size: 26px;
        margin-top: 10px;
        margin-bottom: 5px;
        line-height: 36px;
    }

    .banner-text p {
        font-size: 14px;
        max-width: 100%;
        display: none;
    }
    .banner-text,
    .banner-image {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .banner-image {
        text-align: center;
        margin-top: 0px;
    }

        .banner-image img {
            max-width: 50%;
        }
}


/* Kart Yapısı - Görseldeki gibi temiz ve modern */
.campaign-wrapper-container {
    margin: auto;
    width: 100%;
    max-width: 1012px;
}
.campaign-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.modern-card {
    font-family: 'Inter', sans-serif !important;
    background: #ffffff;
    border-radius: 15px;
    border: 1px solid #e0e0e0;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border-top: 5px solid #5d2e8e;
}

    .modern-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 30px 60px rgba(93, 46, 142, 0.1);
        border-color: #5d2e8e;
    }

/* Kart Üst Görsel Alanı */
.card-visual {
    display: flex;
    align-items: center;
    justify-content: center;
}

    .card-visual img {
        max-width: 100%;
        object-fit: contain;
    }

/* Kart İçerik Alanı */
.card-info {
    padding: 10px;
    text-align: center;
}

    .card-info h3 {
        font-family: 'Inter', sans-serif !important;
        font-size: 19px;
        font-weight: 700;
        margin: 10px 0px;
        color: #1e0938;
        line-height: 1.5;
    }

    .card-info p {
        font-family: 'Inter', sans-serif !important;
        font-size: 0.95rem;
        color: #777;
        margin-bottom: 5px;
        line-height: 1.5;
    }

.price-section {
    margin-bottom: 15px;
}

.price-label {
    display: block;
    font-size: 12px;
    color: #999;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 10px 0px !important;
}

.main-price {
    font-size: 38px;
    font-weight: 800;
    color: #5d2e8e;
}

    .main-price span {
        font-size: 1.2rem;
    }

/* Detaylı İncele Butonu - Görseldeki mor buton */
.btn-detail {
    background-color: #5d2e8e;
    color: #ffffff;
    text-decoration: none;
    padding: 16px;
    border-radius: 12px;
    font-weight: 600;
    display: block;
    transition: background 0.3s ease;
    width: 180px;
    margin: 0 auto;
}

    .btn-detail:hover {
        background-color: #4a2473;
    }

/* Mobil Düzenlemeler */
@media (max-width: 768px) {
    .campaign-wrapper {
        grid-template-columns: 1fr;
    }
}

.feature-list {
    font-family: 'Inter', sans-serif !important;
    list-style: none;
    padding: 0;
    margin: 15px 0;
    margin: 15px auto; /* ortalar */
    width: fit-content; /* içerik kadar genişlik */
}

    .feature-list li {
        display: flex;
        align-items: center;
        gap: 10px;
        font-size: 14px;
        color: #777;
        margin-bottom: 5px;
        line-height: 1.5;
    }

        .feature-list li img {
            width: 18px;
            height: 18px;
            object-fit: contain;
        }
/* GENEL */

.info-accordion {
    width: 100%;
    margin: 40px auto;
    font-family: 'Inter', sans-serif !important;
}

/* ITEM */
.accordion-item {
    background: #ece6f4;
    border-radius: 15px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.05);
    overflow: hidden;
}

/* HEADER */
.accordion-header {
    padding: 20px 16px;
    font-size: 20px;
    font-weight: 700;
    color: #5d2e8e;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    /* ICON */
    .accordion-header .icon {
        font-size: 24px;
        transition: 0.3s;
    }

/* CONTENT */
.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: all 0.4s ease;
    padding: 0 25px;
}

    .accordion-content p {
        font-size: 15px;
        color: #555;
        line-height: 1.6;
        margin-bottom: 15px;
    }

/* ACTIVE */
.accordion-item.active3 .accordion-content {
    max-height: 500px;
    padding: 10px 25px 20px;
}

.accordion-item.active3 .icon {
    transform: rotate(45deg);
}

/* HOVER */
.accordion-header:hover {
    background: rgba(93,46,142,0.05);
}

/* MOBİL */
@media (max-width: 768px) {

    .accordion-header {
        font-size: 16px;
        padding: 15px;
    }

    .accordion-content p {
        font-size: 14px;
    }
}
/* === YORUM BUTONU === */
.comment-header,
.comment-list,
.comment-item,
.modal-box {
    font-family: 'Inter', sans-serif !important;
}

.comment-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px 0px -15px 0;
}

    .comment-header h2 {
        font-weight: 700;
    }

.comment-btn {
    background: #5d2e8f;
    color: #fff;
    padding: 10px 18px;
    border-radius: 12px;
    cursor: pointer;
    font-weight: 600;
    border: none;
}

/* === POPUP (MODAL) === */
.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.modal-box {
    width: 420px;
    background: #fff;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}

    .modal-box h3 {
        margin-bottom: 15px;
        color: #5d2e8f;
        margin-top: 0px;
        font-weight: 700;
        font-size: 20px;
    }

    /* INPUTLAR */
    .modal-box input,
    .modal-box textarea {
        width: 100%;
        padding: 10px;
        margin-bottom: 10px;
        border: 1px solid #ddd;
        border-radius: 8px;
        outline: none;
    }

    .modal-box textarea {
        height: 90px;
        resize: none;
    }

/* GÜVENLİK KODU ALANI */
.captcha-row {
    display: flex;
    gap: 10px;
    align-items: center;
}

.captcha-img {
    width: 120px;
    height: 40px;
    background: #eee;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: #666;
    border-radius: 6px;
}

/* BUTON */
.submit-btn {
    width: 100%;
    background: #5d2e8f;
    color: #fff;
    padding: 10px;
    border: none;
    border-radius: 12px;
    cursor: pointer;
    font-weight: 600;
}

/* === YORUM LİSTESİ === */
.comment-list {
    margin-top: 20px;
}

/* YORUM KARTI */
.comment-item {
    background: #ece6f4;
    border: 1px solid #eee;
    border-left: 4px solid #5d2e8f;
    padding: 14px 16px;
    border-radius: 15px;
    margin-bottom: 12px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.04);
}

/* ÜST SATIR */
.comment-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
}

/* İSİM */
.comment-name {
    font-weight: 700;
    color: #5d2e8f;
    font-size: 15px;
}

/* TARİH */
.comment-meta {
    font-size: 12px;
    color: #888;
}

/* YORUM */
.comment-text {
    font-size: 14px;
    color: #333;
    line-height: 1.4;
}

/* KAPAT */
.close {
    float: right;
    cursor: pointer;
    font-size: 18px;
    margin: 0px !important;
}

/* GELİŞMİŞ MINI LOGO SLIDER */
.mini-logo-slider {
    width: 100%;
    overflow: hidden;
    margin: 0px;
    position: relative;
    padding: 14px 0;
    /* Animasyon performansı */
    -webkit-mask-image: linear-gradient(to right, transparent, #000 8%, #000 92%, transparent);
    mask-image: linear-gradient(to right, transparent, #000 8%, #000 92%, transparent);
}

.mini-logo-track {
    display: flex;
    align-items: center;
    gap: 24px;
    width: max-content;
    /* Akıcı animasyon */
    animation: miniLogoSlide 30s linear infinite;
    will-change: transform;
    transform: translate3d(0,0,0);
    backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
}

    .mini-logo-track img {
        width: 40px;
        height: 40px;
        object-fit: contain;
        flex-shrink: 0;
        display: block;
        /* Görsel netliği */
        image-rendering: -webkit-optimize-contrast;
        image-rendering: crisp-edges;
        transform: translateZ(0);
        backface-visibility: hidden;
    }

/* Hover'da durdur */
.mini-logo-slider:hover .mini-logo-track {
    animation-play-state: paused;
}

@keyframes miniLogoSlide {
    from {
        transform: translate3d(0,0,0);
    }

    to {
        transform: translate3d(-50%,0,0);
    }
}

/* Mobil Optimizasyon */
@media (max-width: 768px) {
    .mini-logo-track {
        gap: 18px;
        animation-duration: 24s;
    }

        .mini-logo-track img {
            width: 40px;
            height: 40px;
        }
}
