﻿.ortabrd {
    box-shadow: none !important;
    border: none !important;
}

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600;800&display=swap');

.offer-page {
    max-width: 100%;
    margin: 0 auto;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    color: #1b103f;
    box-sizing: border-box;
}

    .offer-page *,
    .offer-page *::before,
    .offer-page *::after {
        box-sizing: border-box;
    }



/* HERO */
.offer-hero {
    display: grid;
    grid-template-columns: 510px 1fr;
    align-items: center;
    gap: 5px;
    padding: 30px;
    border-radius: 32px;
    background-image: url(https://cdn.digiturkburada.com.tr/images/arkaplan-kampanyasayfa7.png?V=1);
    border: 1px solid #ece5ff;
    box-shadow: 0 25px 60px rgba(107, 61, 241, 0.10);
    overflow: hidden;
    margin-bottom: 20px;
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

    .offer-hero * {
        min-width: 0;
    }

.offer-badge img {
    max-width: 125px;
    display: block;
    margin-bottom: 28px;
}

.offer-hero h1 {
    margin: 0 0 18px;
    font-size: 32px;
    line-height: 1.1;
    font-weight: 800;
    letter-spacing: 0.5px;
    color: #1e0b54;
}

.offer-hero p {
    margin: 0 0 10px;
    font-size: 19px;
    line-height: 1.7;
    color: #5d5b75;
}

.offer-price-box {
    margin-bottom: 20px;
}

.offer-price-label {
    display: block;
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: 600;
    color: #5d2e8e;
}

.offer-price-box span {
    margin: 0 !important;
}

.offer-price {
    display: flex;
    align-items: flex-end;
    gap: 8px;
}

    .offer-price strong {
        font-size: 42px;
        line-height: .9;
        font-weight: 800 !important;
        color: #5d2e8e;
        margin-top: 5px;
    }

    .offer-price span {
        font-size: 20px;
        font-weight: 700;
        margin-bottom: 12px;
    }

.offer-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 18px 36px;
    background: linear-gradient(135deg, #5d2e8e 0%, #37125f 100%);
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
    border-radius: 16px;
    box-shadow: 0 15px 35px rgba(109, 40, 217, 0.35);
    transition: .35s;
}

    .offer-btn:hover {
        transform: translateY(-4px);
    }

.offer-features-mini {
    margin-top: 25px;
}

.offer-mini-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 18px;
    background: rgba(93, 46, 142, 0.08);
    border: 1px solid rgba(93, 46, 142, 0.12);
    border-radius: 18px;
    flex-wrap: wrap;
}

.offer-mini-feature {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #5d2e8e;
    font-size: 14px;
    white-space: nowrap;
}

    .offer-mini-feature img {
        width: 22px;
        height: 22px;
        object-fit: contain;
        flex-shrink: 0;
    }

@media (max-width: 528px) {
    .enson-none {
        display: none;
    }

    .offer-mini-item {
        align-items: flex-start;
        padding: 10px;
        justify-content: space-evenly;
        gap: 8px;
    }
}

.offer-hero-image img {
    width: 100%;
    display: block;
}

/* PRICE SWITCH */
.offer-switch {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 230px;
    padding: 4px;
    margin: 0px 0 10px;
    background: #fff;
    border: 1px solid #d9c9f3;
    border-radius: 15px;
    box-shadow: 0 10px 25px rgba(93,46,142,.08);
    overflow: hidden;
}

.offer-switch-item {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 18px;
    height: 30px;
    border-radius: 10px;
    text-decoration: none;
    font-size: 14px;
    color: #2d1b57;
    transition: all .3s ease;
    white-space: nowrap;
}

    /* AKTİF */
    .offer-switch-item.switchactive {
        background: linear-gradient(135deg, #5d2e8e 0%, #37125f 100%);
        color: #fff;
        box-shadow: 0 6px 18px rgba(93,46,142,.22);
    }

    /* HOVER */
    .offer-switch-item:not(.switchactive):hover {
        background: #f6f1ff;
    }


/* MOBİL */
@media (max-width:768px) {

    .offer-switch {
        max-width: 100%;
        margin: 16px auto 20px;
    }

    .offer-switch-item {
        font-size: 13px;
        height: 42px;
        padding: 0 12px;
    }
}
/* SECTION TITLE */
.offer-section-title {
    text-align: center;
    margin: 20px 0;
    padding: 0 50px;
    overflow: hidden
}

    .offer-section-title h2 {
        position: relative;
        display: inline-block;
        margin: 0;
        padding: 0 20px;
        font-size: 26px;
        font-weight: 700;
        line-height: 1.3;
        color: #1f1147;
        max-width: 100%;
        box-sizing: border-box;
        margin-top: 0px !important;
    }

        .offer-section-title h2:before, .offer-section-title h2:after {
            content: "";
            position: absolute;
            top: 50%;
            width: 70px;
            height: 3px;
            border-radius: 50px;
            transform: translateY(-50%)
        }

        .offer-section-title h2:before {
            right: 100%;
            margin-right: 15px;
            background: linear-gradient(90deg,transparent,#1f1147)
        }

        .offer-section-title h2:after {
            left: 100%;
            margin-left: 15px;
            background: linear-gradient(90deg,#1f1147,transparent)
        }

@media(max-width:768px) {
    .offer-section-title h2 {
        font-size: 20px;
        padding: 0 0px
    }

        .offer-section-title h2:before, .offer-section-title h2:after {
            width: 45px
        }

        .offer-section-title h2:before {
            margin-right: 12px
        }

        .offer-section-title h2:after {
            margin-left: 12px
        }
}

@media(max-width:480px) {
    .offer-section-title {
        padding: 0 60px;
    }

        .offer-section-title h2 {
            font-size: 18px;
            padding: 0 0px
        }

            .offer-section-title h2:before, .offer-section-title h2:after {
                width: 28px;
                height: 2px
            }

            .offer-section-title h2:before {
                margin-right: 8px
            }

            .offer-section-title h2:after {
                margin-left: 8px
            }
}

/* MAIN GRID */
.offer-main-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-bottom: 20px;
    align-items: start;
}

.offer-card {
    background: #fff;
    border: 1px solid #ece8f8;
    border-radius: 26px;
    padding: 30px 20px;
    box-shadow: 0 18px 45px rgba(22, 12, 68, 0.06);
}

.offer-card-header {
    margin: -30px -20px 10px;
}

    .offer-card-header h3 {
        display: block;
        width: 100%;
        margin: 0;
        padding: 22px 30px;
        border-radius: 26px 26px 0 0;
        background: #f7f2ff;
        border: 0;
        border-bottom: 1px solid #ece7f8;
        box-shadow: none;
        text-align: center;
        color: #1f1147;
        font-size: 21px;
        font-weight: 700;
    }


.offer-card p {
    font-size: 16px;
    line-height: 1.75;
    color: #64607c;
}

/* LIST */
.offer-list {
    list-style: none;
    padding: 0;
    margin: 25px 0 0;
}

    .offer-list li {
        position: relative;
        padding-left: 34px;
        margin-bottom: 18px;
        font-size: 16px;
        line-height: 1.65;
        color: #4b4766;
    }

        .offer-list li::before {
            content: "✓";
            position: absolute;
            left: 0;
            top: 2px;
            width: 24px;
            height: 24px;
            border-radius: 50%;
            background: rgba(93, 46, 142, 0.1);
            color: #5d2e8e;
            font-weight: 700;
            font-size: 13px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

/* TABLE */
.offer-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    overflow: hidden;
    margin-bottom: 25px;
}

.offer-pricing .offer-table {
    margin-left: -20px;
    margin-right: -20px;
    width: calc(100% + 40px);
}

.offer-pricing .offer-table {
    margin: -11px -20px 25px;
    width: calc(100% + 40px);
}

    .offer-pricing .offer-table thead th:first-child {
        border-top-left-radius: 0;
    }

    .offer-pricing .offer-table thead th:last-child {
        border-top-right-radius: 0;
    }

.offer-table th,
.offer-table td {
    padding: 20px;
    text-align: center;
    font-size: 16px;
}

.offer-table th {
    color: #5d2e8e;
    font-weight: 600;
    border: 1px solid #ece7f8;
    background: rgba(93, 46, 142, 0.03);
}

.offer-table td {
    background: #fff;
    color: #4b4766;
    border: 1px solid #ece7f8;
}

@media (max-width: 768px) {
    .offer-pricing .offer-table {
        margin-left: -15px;
        margin-right: -15px;
        width: calc(100% + 30px);
    }
}
/* SPECIAL PRICE */
.offer-special-price {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 10px;
    border-radius: 16px;
    background: linear-gradient(135deg, #ffeef0 0%, #ffdee3 100%);
    border: 1px solid #ffb2be;
    transition: .35s;
}

    .offer-special-price img {
        width: 30px;
        height: 30px;
        object-fit: contain;
        flex-shrink: 0;
    }

.offer-special-price-text {
    display: flex;
    flex-direction: column;
    margin-right: auto; /* 🔥 kritik satır */
}

.offer-special-price span {
    display: block;
    font-size: 13px;
    color: #e51635;
    margin: 0 !important;
    font-weight: 700 !important;
}

.offer-special-price strong {
    display: block;
    margin: 0;
    font-size: 15px;
    line-height: 1.2;
    font-weight: 500 !important;
    color: #e51635;
}
/* BUTON */
.offer-special-btn {
    background: #e51635;
    color: #fff !important;
    padding: 5px 20px;
    border-radius: 10px;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    transition: .2s;
    white-space: nowrap;
}

/* hover efekti (premium hissiyat) */
.offer-special-price:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0,0,0,.08);
}

@media (max-width: 480px) {
    .offer-special-price {
        flex-wrap: wrap;
    }

    /* 🔥 sadece butonu aşağı indir */
    .offer-special-btn {
        flex-basis: 100%;
        text-align: center;
        margin-top: 10px;
    }
}

/* FEATURE GRID */
.offer-feature-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    margin-bottom: 20px;
}

.offer-feature-card {
    background: #fff;
    border: 1px solid #ece8f8;
    border-radius: 22px;
    padding: 30px 20px;
    box-shadow: 0 15px 35px rgba(20, 10, 50, 0.05);
    transition: .35s;
}

    .offer-feature-card:hover {
        transform: translateY(-6px);
    }

    .offer-feature-card h4 {
        margin: 0 0 15px;
        font-size: 18px;
        font-weight: 700;
        color: #24124f;
    }

    .offer-feature-card img {
        width: 100%;
        margin-bottom: 15px;
    }

    .offer-feature-card p {
        margin: 0 0 5px;
        font-size: 14px;
        line-height: 1.7;
        color: #66627d;
    }

    .offer-feature-card a {
        color: #5d2e8e;
        text-decoration: none;
        font-size: 16px;
        font-weight: 700;
    }

        .offer-feature-card a div {
            margin-top: 20px;
        }

.offer-advantage-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .offer-advantage-list li {
        position: relative;
        padding-left: 24px;
        margin-bottom: 10px;
        font-size: 14px;
        line-height: 25px;
        color: #66627d;
    }

        .offer-advantage-list li::before {
            content: "•";
            position: absolute;
            left: 0;
            top: -2px;
            color: #5d2e8e;
            font-size: 24px;
        }

/* BOTTOM CTA */
.offer-bottom-cta {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr auto;
    align-items: center;
    gap: 0;
    padding: 20px 24px;
    border-radius: 26px;
    background: linear-gradient(135deg, #5d2e8e 0%, #37125f 100%);
    color: #fff;
    margin-bottom: 20px;
}

.offer-bottom-left,
.offer-bottom-feature {
    position: relative;
    padding-right: 30px;
    margin-right: 30px;
}

    .offer-bottom-left::after,
    .offer-bottom-feature::after {
        content: "";
        position: absolute;
        top: 50%;
        right: 0;
        width: 1px;
        height: 60px;
        transform: translateY(-50%);
        background: linear-gradient( to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.35) 20%, rgba(255, 255, 255, 0.65) 50%, rgba(255, 255, 255, 0.35) 80%, rgba(255, 255, 255, 0) );
    }
    /* Son özellikten sonra çizgi olmasın */
    .offer-bottom-feature:last-of-type::after {
        display: none;
    }

    /* SOL ALAN */
    .offer-bottom-left h3 {
        margin: 0 0 10px;
        font-size: 18px;
        font-weight: 700;
        color: #fff;
    }

.offer-bottom-price {
    display: flex;
    align-items: flex-end;
    gap: 5px;
    line-height: 1;
}

    .offer-bottom-price strong {
        font-size: 42px;
        font-weight: 900 !important;
        line-height: .9;
        color: #fff;
    }

    .offer-bottom-price span {
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 7px;
        color: rgba(255,255,255,0.95);
    }

/* ÖZELLİK KUTULARI */
.offer-bottom-feature {
    display: flex;
    align-items: center;
    gap: 14px;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    white-space: nowrap;
}

    .offer-bottom-feature img {
        width: 28px;
        height: 28px;
        object-fit: contain;
        flex-shrink: 0;
    }

/* BUTON */
.offer-bottom-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 20px 38px;
    background: #fff;
    color: #5d2e8e;
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
    border-radius: 18px;
    white-space: nowrap;
    transition: all .35s ease;
}

    .offer-bottom-btn:hover {
        transform: translateY(-3px);
        box-shadow: 0 15px 35px rgba(255,255,255,0.25);
    }

@media (max-width: 1024px) {

    .offer-bottom-cta {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 16px;
        padding: 24px;
        align-items: center;
    }

    /* ÜST SATIR */
    .offer-bottom-left {
        display: contents;
    }

        .offer-bottom-left h3 {
            grid-column: 1;
            grid-row: 1;
            text-align: left;
            font-size: 26px;
            margin: 0;
            justify-self: end;
        }

    .offer-bottom-price {
        grid-column: 2;
        grid-row: 1;
        justify-content: flex-start;
        align-items: center;
    }

    /* ORTA SATIR */
    .offer-bottom-feature:nth-of-type(1) {
        grid-column: 1;
        grid-row: 2;
        justify-content: start;
    }

    .offer-bottom-feature {
        justify-content: end;
    }

        .offer-bottom-feature:nth-of-type(2) {
            grid-column: 2;
            grid-row: 2;
            justify-content: start;
        }

    /* BUTON */
    .offer-bottom-btn {
        grid-column: span 2;
        grid-row: 3;
        width: 100%;
    }

    /* çizgileri kaldır */
    .offer-bottom-left::after,
    .offer-bottom-feature::after {
        display: none;
    }
}


@media (max-width: 650px) {

    .offer-bottom-cta {
        grid-template-columns: 1fr;
        text-align: center;
        justify-items: center;
        gap: 0;
    }

    /* LEFT alanı artık flex ve ortalı */
    .offer-bottom-left {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        margin: 0;
        padding: 0;
    }

        /* BAŞLIK */
        .offer-bottom-left h3 {
            margin: 0;
            text-align: center;
        }

    /* FİYAT */
    .offer-bottom-price {
        justify-content: center;
        align-items: center;
        margin-top: 15px;
    }

        .offer-bottom-price span {
            font-size: 18px;
        }
    /* FEATURE'ları gizle */
    .offer-bottom-feature {
        display: none !important;
    }

    /* BUTON */
    .offer-bottom-btn {
        width: 100%;
        justify-content: center;
        margin-top: 15px;
    }
}

/* GELİŞMİŞ MINI LOGO SLIDER */
.mini-logo-slider {
    width: 100%;
    max-width: 390px;
    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);
    margin-bottom: 10px;
}

.mini-logo-track {
    display: flex;
    align-items: center;
    gap: 24px;
    max-width: 100%;
    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;
        }

    .mini-logo-slider {
        display: inline-block;
        max-width: 290px;
    }
}
/* TABLET (1024px altı) */
@media (max-width: 1024px) {
    .offer-hero {
        grid-template-columns: 400px 1fr;
    }

        .offer-hero h1 {
            font-size: 32px;
        }

    .offer-main-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .offer-feature-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .offer-feature-card img {
        max-width: 250px;
        display: block;
        margin: 0 auto 15px auto;
        text-align: center;
    }

    .offer-feature-card h4 {
        text-align: center
    }
}


/* MOBİL (768px altı) */
@media (max-width: 768px) {
    .offer-hero {
        grid-template-columns: 1fr;
        text-align: center;
        padding: 20px 15px;
    }

    .offer-hero-image {
        order: -1;
    }

        .offer-hero-image img {
            max-width: 320px;
            margin: 0 auto;
        }

    .offer-hero h1 {
        font-size: 26px;
    }

    .offer-hero p {
        font-size: 16px;
    }

    .offer-price {
        justify-content: center;
    }

        .offer-price strong {
            font-size: 34px;
        }

        .offer-price span {
            font-size: 16px;
        }

    .offer-btn {
        width: 100%;
        justify-content: center;
        padding: 16px;
    }

    .offer-card {
        padding: 20px 15px;
    }

    .offer-card-header {
        margin: -20px -15px 10px;
    }

        .offer-card-header h3 {
            font-size: 18px;
            padding: 18px;
        }

    .offer-feature-grid {
        grid-template-columns: 1fr;
    }

    .offer-feature-card {
        padding: 20px;
    }

    .offer-table th,
    .offer-table td {
        padding: 14px;
        font-size: 14px;
    }
}


/* KÜÇÜK MOBİL (480px altı) */
@media (max-width: 480px) {

    .offer-hero h1 {
        font-size: 22px;
    }

    .offer-hero p {
        font-size: 15px;
    }

    .offer-price strong {
        font-size: 30px;
    }

    .offer-bottom-price strong {
        font-size: 34px;
    }

    .offer-mini-feature {
        font-size: 13px;
    }

        .offer-mini-feature img {
            width: 18px;
            height: 18px;
        }

    .mini-logo-track img {
        width: 32px;
        height: 32px;
    }
}

.offer-package2 {
    border: 1px solid #ece8f8;
    border-radius: 22px;
    padding: 10px;
    margin-bottom: 20px;
}

.offer-package2-header {
    margin: -10px -12px 10px;
}

.offer-package2 h3 {
    display: block;
    width: 100%;
    margin: 0;
    padding: 22px 30px;
    border-radius: 26px 26px 0 0;
    background: #f7f2ff;
    border: 0;
    border-bottom: 1px solid #ece7f8;
    box-shadow: none;
    text-align: center;
    color: #1f1147;
    font-size: 21px;
    font-weight: 700;
}

/* GRID */
.offer-package2-inner {
    display: flex;
    gap: 25px
}

/* MENU */
.offer-menu {
    min-width: 210px;
    display: flex;
    flex-direction: column;
    gap: 10px
}

    .offer-menu span {
        padding: 10px 15px;
        border-radius: 10px;
        font-size: 14px;
        color: #5d2e8e;
        cursor: pointer;
        transition: .2s;
        margin: 0 !important;
    }

        .offer-menu span.knlddtyactive {
            background: #5d2e8e;
            color: #fff
        }

        .offer-menu span:hover {
            background: #f3ecff;
            color: #2b1755;
        }

/* CHANNELS */
.offer-channels-wrapper {
    flex: 1
}

.offer-channels {
    display: none;
    grid-template-columns: repeat(5,1fr);
    gap: 15px
}

    .offer-channels.knlddtyactive {
        display: grid
    }

.offer-channel {
    background: #fff;
    border: 1px solid #ece8f8;
    border-radius: 14px;
    padding: 15px;
    text-align: center;
    transition: .25s
}

    .offer-channel:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 25px rgba(0,0,0,.08)
    }

    .offer-channel img {
        width: 70px;
        height: 40px;
        object-fit: contain;
        margin-bottom: 10px
    }

    .offer-channel span {
        display: block;
        font-size: 13px;
        color: #555
    }

/* SAĞ TARAF SCROLL */
.offer-channels-wrapper {
    flex: 1;
    max-height: 600px; /* yüksekliği istediğin gibi ayarla */
    overflow-y: auto;
    padding-right: 5px; /* scroll çubuğu içerikle çakışmasın */
}

    .offer-channels-wrapper::-webkit-scrollbar {
        width: 3px;
    }

    .offer-channels-wrapper::-webkit-scrollbar-thumb {
        background: #f7f2ff;
        border-radius: 10px;
    }

        .offer-channels-wrapper::-webkit-scrollbar-thumb:hover {
            background: #bcaaf0;
        }

@media(max-width:991px) {
    .offer-channels-wrapper {
        max-height: 500px;
    }
}

@media(max-width:768px) {
    .offer-channels {
        gap: 8px;
        grid-template-columns: repeat(3,1fr);
    }
}

@media(max-width:480px) {
    .offer-channels-wrapper {
        max-height: 420px;
    }
}
/* TABLET */
@media(max-width:991px) {

    .offer-package2-inner {
        display: flex;
        flex-direction: row; /* ÖNEMLİ: column yapmıyoruz */
        gap: 10px;
    }

    /* SOL MENÜ DARALT */
    .offer-menu {
        min-width: 110px;
        max-width: 110px;
        gap: 6px;
    }

        /* MENÜ ITEM */
        .offer-menu span {
            font-size: 12px;
            padding: 8px 6px;
            border-radius: 8px;
            text-align: left;
        }

            /* AKTİF */
            .offer-menu span.knlddtyactive {
                background: #5d2e8e;
                color: #fff;
            }

    /* SAĞ GRID */
    .offer-channels {
        gap: 8px;
    }

    /* KART */
    .offer-channel {
        padding: 10px;
    }

        .offer-channel img {
            width: 55px;
            height: 30px;
        }

        .offer-channel span {
            font-size: 11px;
        }
}


/* KÜÇÜK MOBİL */
@media(max-width:480px) {

    .offer-menu {
        min-width: 95px;
        max-width: 95px;
    }

        .offer-menu span {
            font-size: 11px;
            padding: 7px 5px;
        }

    /* GRID TEK SÜTUN İSTERSEN 1 YAP */
    .offer-channels {
        grid-template-columns: repeat(2,1fr);
    }

    .offer-channel {
        padding: 8px;
    }

        .offer-channel img {
            width: 50px;
            height: 28px;
        }

        .offer-channel span {
            font-size: 10px;
        }
}

.offer-menu {
    border-right: 1px solid #eee;
    padding-right: 5px;
}

/* ITEM */
.accordion-item {
    background: #f7f2ff;
    border-radius: 15px;
    overflow: hidden;
    border: 1px solid #ece8f8;
}

/* HEADER */
.accordion-header {
    padding: 20px 30px;
    font-size: 20px;
    font-weight: 700;
    color: #2b1755;
    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;
    padding-left: 25px;
}

    .accordion-content ul {
        list-style: none;
        padding-left: 20px;
    }

        .accordion-content ul li {
            position: relative;
        }

            .accordion-content ul li::before {
                content: "•";
                color: #5d2e8e;
                font-size: 20px;
                position: absolute;
                left: -15px;
                top: -1px;
            }

            .accordion-content ul li::marker {
                color: #5d2e8e;
                font-size: 20px;
            }
/* ACTIVE */
.accordion-item.active3 .accordion-content {
    max-height: 500px;
    padding: 25px; /* sağ 0 yapma */
    background: #fff;
}

.accordion-item.active3 .icon {
    transform: rotate(45deg);
}

/* HOVER */
.accordion-header:hover {
    background: rgba(93,46,142,0.05);
}

.accordion-content ul li {
    font-size: 16px;
    color: #4e4b68;
    margin: 5px 0px;
}



/* MOBİL */
@media (max-width: 768px) {

    .accordion-header {
        font-size: 16px;
        padding: 15px;
    }
}