﻿
.wz-footer {
    border-top: 1px solid #e5e5e7;
    margin-top: 40px;
    padding: 20px 0;
    background: var(--aw);
}

.dm-slider {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 16px;
    background: var(--agl);
}

.dm-track {
    display: flex;
    transition: transform .4s ease;
    height: 100%;
}

.dm-slide {
    height: 100%;
    flex-shrink: 0;
}

.dm-arr {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(0,0,0,.4);
    backdrop-filter: blur(4px);
    border: 1px solid rgba(255,255,255,.2);
    color: #fff;
    font-size: 22px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .2s;
    z-index: 2;
}

    .dm-arr:hover {
        background: rgba(0,0,0,.7);
    }

.dm-al {
    left: 10px;
}

.dm-ar {
    right: 10px;
}

.dm-dots {
    display: flex;
    justify-content: center;
    gap: 6px;
    margin-top: 10px;
    margin-bottom: 12px;
}

.dm-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #d2d2d7;
    cursor: pointer;
    transition: all .2s;
}

    .dm-dot.on {
        background: var(--ab);
        width: 24px;
        border-radius: 4px;
    }

.km-slider {
    width: 100%;
    height: 200px;
    overflow: hidden;
    position: relative;
}

.km-track {
    display: flex;
    height: 100%;
    transition: transform .5s ease;
}

.km-slide {
    height: 100%;
    flex-shrink: 0;
}

.km-arr {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: rgba(0,0,0,.4);
    backdrop-filter: blur(4px);
    border: 1px solid rgba(255,255,255,.2);
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .2s;
    z-index: 2;
}

    .km-arr:hover {
        background: rgba(0,0,0,.7);
    }

.km-l {
    left: 8px;
}

.km-r {
    right: 8px;
}

.wz-footer-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    flex-wrap: wrap;
}

.wz-footer-row {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
}

.wz-footer-bank img {
    height: 24px;
}

.wz-footer-copy p {
    margin: 0;
    font-size: 13px;
    color: var(--agd);
}

.wz-footer-copy img {
    height: 20px;
    vertical-align: middle;
}

.wz-footer-apps img {
    height: 30px;
}

.wz-footer-social img {
    height: 26px;
}

.wz-footer-whatsapp img {
    height: 30px;
}

@media(max-width:900px) {
    .wz-footer-inner {
        flex-direction: column;
        gap: 16px;
        padding: 16px 20px;
    }

    .wz-footer-row {
        width: 100%;
        justify-content: center;
    }

    .wz-footer-bank {
        order: 1;
    }

    .wz-footer-copy {
        order: 2;
    }

    .wz-footer-apps {
        order: 3;
    }

    .wz-footer-social {
        order: 4;
        flex-wrap: wrap;
    }

    .wz-footer-whatsapp {
        order: 5;
    }

    #div_dogrulama > div > div {
        flex-direction: column !important;
    }

        #div_dogrulama > div > div > div:first-child {
            flex: none !important;
            max-width: 100% !important;
            width: 100% !important;
        }

            #div_dogrulama > div > div > div:first-child img, #div_dogrulama > div > div > div:first-child video {
                border-radius: 16px 16px 0 0 !important;
                height: 220px !important;
            }

    #div_dogrulama #div_gorselPlaceholder {
        min-height: 220px !important;
        border-radius: 16px 16px 0 0 !important;
    }
}

:root {
    --ab: #1d1d1f;
    --agd: #86868b;
    --agl: #f5f5f7;
    --aw: #ffffff;
    --abl: #0071e3;
    --ar: #ff3b30;
    --ag: #34c759;
    --ao: #ff9500;
    --sxs: 0 1px 2px rgba(0,0,0,0.04);
    --ssm: 0 2px 8px rgba(0,0,0,0.06);
    --smd: 0 4px 16px rgba(0,0,0,0.08);
    --slg: 0 8px 32px rgba(0,0,0,0.12);
    --fr: 400;
    --fm: 500;
    --fs: 600;
    --fb: 700;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
}

body {
    font-family: -apple-system,BlinkMacSystemFont,"SF Pro Display","Segoe UI",Roboto,sans-serif;
    background: #ffffff;
    color: var(--ab);
    line-height: 1.47;
    letter-spacing: -0.022em;
}

.wh {
    background: linear-gradient(135deg,#1d1d1f,#2c2c2e);
    border-radius: 18px;
    padding: 20px 28px;
    margin: 20px 20px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 8px 32px rgba(0,0,0,0.3);
    position: relative;
    overflow: hidden;
}

    .wh::before {
        content: '';
        position: absolute;
        top: 0;
        left: -100%;
        width: 200%;
        height: 100%;
        background: linear-gradient(90deg,transparent 20%,rgba(255,255,255,0.15) 50%,transparent 80%);
        animation: shine 2.5s ease-in-out infinite;
    }

@keyframes shine {
    0% {
        left: -200%
    }

    100% {
        left: 200%
    }
}

.wh .logo {
    max-height: 44px;
    position: relative;
    z-index: 1;
}

.wh .title {
    color: #fff;
    font-size: 21px;
    font-weight: var(--fs);
    letter-spacing: -0.02em;
    text-align: right;
    position: relative;
    z-index: 1;
}

.wz-slider {
    max-width: 1200px;
    margin: 16px auto 0;
    padding: 0 20px;
    display: none;
}

    .wz-slider.active {
        display: block;
    }

.wz-slider-inner {
    border-radius: 14px;
    overflow: hidden;
    position: relative;
    aspect-ratio: 5/2;
    background: var(--ab);
    cursor: grab;
    user-select: none;
    -webkit-user-select: none;
    box-shadow: var(--smd);
}

    .wz-slider-inner.dragging {
        cursor: grabbing;
    }

.wz-slider .slide-track {
    display: flex;
    transition: transform 0.4s cubic-bezier(0.25,0.46,0.45,0.94);
    height: 100%;
    will-change: transform;
}

    .wz-slider .slide-track.no-transition {
        transition: none;
    }

.wz-slider .slide-item {
    height: 100%;
    position: relative;
    flex-shrink: 0;
}

    .wz-slider .slide-item img, .wz-slider .slide-item video {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        pointer-events: none;
    }

.wz-slider .sl-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: rgba(0,0,0,0.35);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border: 1px solid rgba(255,255,255,0.15);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: #fff;
    transition: all .25s;
    z-index: 3;
}

    .wz-slider .sl-arrow:hover {
        background: rgba(0,0,0,0.6);
        transform: translateY(-50%) scale(1.08);
    }

    .wz-slider .sl-arrow.left {
        left: 16px;
    }

    .wz-slider .sl-arrow.right {
        right: 16px;
    }

.wz-slider .sl-dots {
    position: absolute;
    bottom: 14px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 8px;
    z-index: 3;
}

.wz-slider .sl-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(255,255,255,0.4);
    cursor: pointer;
    transition: all .3s;
    border: 1px solid rgba(255,255,255,0.2);
}

    .wz-slider .sl-dot.active {
        background: #fff;
        width: 28px;
        border-radius: 4px;
        border-color: #fff;
    }

@media(max-width:900px) {
    .wz-slider {
        padding: 0 12px;
        margin-top: 12px;
    }

    .wz-slider-inner {
        border-radius: 12px;
    }
}

.wp {
    background: var(--aw);
    border-radius: 18px;
    max-width: 1160px;
    margin: 16px auto;
    padding: 16px 24px;
    box-shadow: var(--ssm);
    overflow-x: auto;
}

.wp-inner {
    display: flex;
    align-items: center;
    gap: 0;
    justify-content: center;
    min-width: max-content;
}

.wps {
    display: flex;
    align-items: center;
    white-space: nowrap;
}

.wps-l {
    font-size: 12px;
    font-weight: var(--fm);
    color: var(--agd);
    padding: 6px 16px;
    border-radius: 20px;
    transition: all 0.2s;
    letter-spacing: -0.01em;
    border: 1.5px solid transparent;
}

.wps:not(.active):not(.done) .wps-l {
    border-color: #d2d2d7;
    background: transparent;
}

.wps.active .wps-l {
    background: var(--ab);
    color: #fff;
    font-weight: var(--fs);
    border-color: var(--ab);
}

.wps.done .wps-l {
    color: var(--ab);
    font-weight: var(--fs);
    border-color: var(--ag);
    background: rgba(52,199,89,0.08);
}

    .wps.done .wps-l::before {
        content: '\2713 ';
        color: var(--ag);
    }

.wpl {
    width: 20px;
    height: 1px;
    background: #d2d2d7;
    flex-shrink: 0;
}

    .wpl.f {
        background: var(--ab);
    }

@media(max-width:900px) {
    .wp {
        padding: 12px 10px;
        margin: 12px;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

        .wp::-webkit-scrollbar {
            display: none;
        }

    .wp-inner {
        min-width: max-content;
        justify-content: flex-start;
    }

    .wps-l {
        font-size: 10px;
        padding: 5px 8px;
    }

    .wpl {
        width: 8px;
    }
}

.wb {
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px 40px;
    gap: 20px;
}

.wc {
    flex: 1;
    min-width: 0;
}

.ws {
    width: 340px;
    flex-shrink: 0;
    position: sticky;
    top: 20px;
    align-self: flex-start;
}

.wst {
    display: none;
    animation: wIn .3s ease;
}

    .wst.active {
        display: block;
    }

@keyframes wIn {
    from {
        opacity: 0;
        transform: translateY(8px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.wk {
    background: var(--aw);
    border-radius: 18px;
    padding: 28px;
    margin-bottom: 16px;
    box-shadow: var(--ssm);
}

.wk-t {
    font-size: 24px;
    font-weight: var(--fs);
    letter-spacing: -0.02em;
    margin-bottom: 6px;
}

.wk-s {
    font-size: 14px;
    color: var(--agd);
    margin-bottom: 20px;
    line-height: 1.5;
}

.cal {
    background: var(--agl);
    border-radius: 12px;
    padding: 16px;
}

.cal-h {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
}

    .cal-h h3 {
        font-size: 18px;
        font-weight: var(--fs);
    }

.cal-n {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: var(--aw);
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: var(--ab);
    box-shadow: var(--sxs);
    transition: all .2s;
}

    .cal-n:hover {
        background: var(--ab);
        color: #fff;
    }

.cal-g {
    display: grid;
    grid-template-columns: repeat(7,1fr);
    gap: 4px;
}

.cal-dn {
    text-align: center;
    font-size: 11px;
    font-weight: var(--fs);
    color: var(--agd);
    padding: 8px 0;
    text-transform: uppercase;
    letter-spacing: .5px;
}

.cal-d {
    text-align: center;
    padding: 10px 4px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: var(--fm);
    cursor: pointer;
    transition: all .2s;
    position: relative;
}

    .cal-d:hover:not(.dis):not(.emp):not(.sel) {
        background: var(--aw);
        color: var(--ab);
    }

    .cal-d.hp {
        background: rgba(52,199,89,.12);
        font-weight: var(--fs);
    }

    .cal-d.hc {
        background: linear-gradient(135deg,rgba(52,199,89,.12),rgba(255,149,0,.12));
    }

        .cal-d.hc::after {
            content: '\1F381';
            position: absolute;
            top: 1px;
            right: 2px;
            font-size: 8px;
            line-height: 1;
        }

    .cal-d.sel {
        background: var(--ab);
        color: #fff;
        font-weight: var(--fb);
    }

        .cal-d.sel:hover {
            background: #2c2c2e;
            color: #fff;
        }

        .cal-d.sel.hc::after {
            display: block;
        }

    .cal-d.dis {
        color: #ccc;
        cursor: not-allowed;
        opacity: .4;
    }

    .cal-d.emp {
        cursor: default;
    }

    .cal-d.tod {
        border: 2px solid var(--ab);
    }

.sa-w {
    margin-top: 20px;
    display: none;
}

    .sa-w.open {
        display: block;
    }

.sa-g {
    display: grid;
    grid-template-columns: repeat(auto-fill,minmax(140px,1fr));
    gap: 10px;
}

.sa {
    background: var(--agl);
    border: 2px solid transparent;
    border-radius: 12px;
    padding: 16px;
    text-align: center;
    cursor: pointer;
    transition: all .2s;
}

    .sa:hover {
        background: var(--aw);
        border-color: var(--ab);
        box-shadow: var(--ssm);
        transform: translateY(-2px);
    }

    .sa.sel {
        background: var(--ab);
        border-color: var(--ab);
        color: #fff;
        box-shadow: var(--smd);
    }

    .sa .sv {
        font-size: 24px;
        font-weight: var(--fs);
        display: block;
        letter-spacing: -.03em;
    }

    .sa .sr {
        font-size: 11px;
        color: var(--agd);
        margin-top: 2px;
        display: block;
    }

    .sa.sel .sr {
        color: rgba(255,255,255,.7);
    }

    .sa .sc {
        font-size: 11px;
        color: var(--agd);
        margin-top: 4px;
        display: block;
        text-transform: uppercase;
        font-weight: var(--fm);
    }

    .sa.sel .sc {
        color: rgba(255,255,255,.6);
    }

    .sa.full {
        opacity: .3;
        cursor: not-allowed;
    }

        .sa.full:hover {
            transform: none;
            box-shadow: none;
            border-color: transparent;
            background: var(--agl);
        }

.sg {
    display: grid;
    grid-template-columns: repeat(auto-fill,minmax(260px,1fr));
    gap: 14px;
}

.sk {
    background: var(--aw);
    border: 2px solid var(--agl);
    border-radius: 14px;
    overflow: hidden;
    cursor: pointer;
    transition: all .2s;
    position: relative;
}

    .sk:hover {
        border-color: var(--agd);
        box-shadow: var(--ssm);
        transform: translateY(-2px);
    }

    .sk.sel {
        border-color: var(--ab);
        box-shadow: var(--smd);
        background: var(--ab);
        color: #fff;
    }

        .sk.sel .cb h4, .sk.sel .cd, .sk.sel .pm, .sk.sel .po {
            color: #fff;
        }

        .sk.sel .po {
            opacity: .6;
        }

        .sk.sel .cd {
            opacity: .8;
        }

    .sk .ck {
        position: absolute;
        bottom: 14px;
        right: 14px;
        width: 28px;
        height: 28px;
        border-radius: 50%;
        background: var(--ag);
        color: #fff;
        display: none;
        align-items: center;
        justify-content: center;
        font-size: 14px;
        z-index: 2;
    }

    .sk.sel .ck {
        display: flex;
    }

    .sk .ci {
        width: 100%;
        height: 160px;
        object-fit: cover;
        display: block;
    }

    .sk video.ci {
        width: 100%;
        height: 160px;
        object-fit: cover;
        display: block;
    }

    .sk .cb {
        padding: 14px 16px;
    }

        .sk .cb h4 {
            font-size: 16px;
            font-weight: var(--fs);
            margin-bottom: 4px;
            letter-spacing: -.02em;
        }

    .sk .cd {
        font-size: 12px;
        color: var(--agd);
        line-height: 1.5;
        margin-bottom: 8px;
    }

    .sk .cp {
        display: flex;
        align-items: baseline;
        gap: 8px;
    }

    .sk .pm {
        font-size: 18px;
        font-weight: var(--fb);
    }

    .sk .po {
        font-size: 13px;
        color: var(--agd);
        text-decoration: line-through;
    }

    .sk .badge {
        position: absolute;
        top: 12px;
        left: 12px;
        background: var(--ag);
        color: #fff;
        font-size: 11px;
        font-weight: var(--fs);
        padding: 4px 10px;
        border-radius: 20px;
        z-index: 2;
    }

.ib {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: var(--agl);
    border: 1px solid #d2d2d7;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: var(--fb);
    color: var(--agd);
    transition: all .2s;
    font-style: italic;
    font-family: Georgia,serif;
    flex-shrink: 0;
}

    .ib:hover {
        background: var(--ab);
        color: #fff;
        border-color: var(--ab);
    }

.hr {
    background: var(--agl);
    display: flex;
    align-items: center;
    margin: 8px 0;
    border-radius: 12px;
    border: 2px solid transparent;
    transition: all .2s;
    overflow: hidden;
    position: relative;
}

    .hr:hover {
        background: var(--aw);
        border-color: var(--agd);
        box-shadow: var(--sxs);
    }

    .hr input[type="checkbox"] {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

    .hr label {
        flex: 1;
        padding: 14px 16px 14px 52px;
        display: flex;
        align-items: center;
        color: var(--ab);
        cursor: pointer;
        position: relative;
        font-size: 16px;
        font-weight: var(--fm);
        letter-spacing: -.02em;
    }

        .hr label::after {
            content: '';
            width: 24px;
            height: 24px;
            border: 2px solid var(--agd);
            border-radius: 50%;
            position: absolute;
            left: 16px;
            top: 50%;
            transform: translateY(-50%);
            transition: all .2s;
            background: transparent;
        }

    .hr .hf {
        width: 48px;
        height: 48px;
        border-radius: 8px;
        object-fit: cover;
        margin-right: 14px;
        flex-shrink: 0;
    }

    .hr .cs {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        text-align: right;
        margin-left: auto;
        padding-left: 16px;
        flex-shrink: 0;
        gap: 2px;
    }

    .hr .cst {
        font-size: 13px;
        color: var(--agd);
        text-decoration: line-through;
    }

    .hr .cem {
        font-size: 17px;
        color: var(--ab);
        font-weight: var(--fs);
    }

    .hr .hi {
        padding: 0 14px;
        flex-shrink: 0;
    }

    .hr:has(input:checked) {
        background: var(--ab);
        border-color: var(--ab);
        box-shadow: var(--ssm);
    }

        .hr:has(input:checked) label {
            color: #fff;
        }

            .hr:has(input:checked) label::after {
                background: #fff;
                border-color: #fff;
                background-image: url("data:image/svg+xml,%3Csvg width='14' height='11' viewBox='0 0 14 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 5.5L5 9.5L13 1.5' stroke='%231d1d1f' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
                background-position: center;
                background-repeat: no-repeat;
            }

        .hr:has(input:checked) .cst, .hr:has(input:checked) .cem {
            color: rgba(255,255,255,.8);
        }

    .hr.lk {
        pointer-events: none;
        opacity: .7;
    }

        .hr.lk label::after {
            background: var(--ag);
            border-color: var(--ag);
        }

        .hr.lk .hi {
            pointer-events: auto;
        }

        .hr.lk .ib {
            pointer-events: auto;
        }

.vg {
    background: var(--aw);
    border: 1px solid #e5e5e7;
    border-radius: 14px;
    padding: 20px;
    margin: 8px 0 12px;
}

    .vg h4 {
        font-size: 16px;
        font-weight: var(--fs);
        margin-bottom: 4px;
    }

    .vg .vt {
        font-size: 11px;
        font-weight: var(--fs);
        margin-bottom: 12px;
        display: block;
    }

        .vg .vt.rq {
            color: var(--ar);
        }

        .vg .vt.op {
            color: var(--agd);
        }

.vo {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.vx {
    border: 2px solid #e5e5e7;
    border-radius: 10px;
    padding: 10px 16px;
    cursor: pointer;
    transition: all .2s;
    display: flex;
    align-items: center;
    gap: 10px;
}

    .vx:hover {
        border-color: var(--ab);
    }

    .vx.sel {
        border-color: var(--ab);
        background: var(--ab);
        color: #fff;
    }

    .vx .vi {
        width: 40px;
        height: 40px;
        border-radius: 6px;
        object-fit: cover;
        cursor: pointer;
        transition: transform .2s;
    }

        .vx .vi:hover {
            transform: scale(1.1);
        }

    .vx .vn {
        font-size: 13px;
        font-weight: var(--fs);
    }

    .vx .vp {
        font-size: 12px;
        color: var(--agd);
    }

    .vx.sel .vp {
        color: rgba(255,255,255,.7);
    }

.ek {
    background: var(--aw);
    border: 2px solid var(--agl);
    border-radius: 14px;
    overflow: hidden;
    transition: all .2s;
    position: relative;
}

    .ek .ek-tik {
        position: absolute;
        bottom: 10px;
        right: 10px;
        width: 28px;
        height: 28px;
        border-radius: 50%;
        background: var(--ag);
        color: #fff;
        display: none;
        align-items: center;
        justify-content: center;
        font-size: 14px;
        font-weight: 700;
        z-index: 3;
        box-shadow: 0 2px 8px rgba(0,0,0,.2);
    }

    .ek.sel .ek-tik {
        display: flex;
    }

    .ek:hover {
        border-color: var(--agd);
        box-shadow: var(--ssm);
    }

    .ek.sel {
        border-color: var(--ab);
        box-shadow: var(--smd);
        background: var(--ab);
        color: #fff;
    }

        .ek.sel .cb h4, .ek.sel .pm {
            color: #fff;
        }

        .ek.sel .po, .ek.sel .cd {
            color: rgba(255,255,255,.6);
        }

        .ek.sel .ib {
            background: rgba(255,255,255,.15);
            border-color: rgba(255,255,255,.2);
            color: #fff;
        }

    .ek .ci {
        width: 100%;
        height: 150px;
        object-fit: cover;
        display: block;
    }

    .ek .cb {
        padding: 14px 16px;
    }

        .ek .cb h4 {
            font-size: 15px;
            font-weight: var(--fs);
            margin-bottom: 4px;
        }

    .ek .cp {
        display: flex;
        align-items: baseline;
        gap: 8px;
        margin-bottom: 10px;
    }

    .ek .pm {
        font-size: 17px;
        font-weight: var(--fb);
    }

    .ek .po {
        font-size: 12px;
        color: var(--agd);
        text-decoration: line-through;
    }

    .ek .ca {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 8px;
    }

.adet {
    display: flex;
    align-items: center;
    gap: 0;
    border: 1px solid #d2d2d7;
    border-radius: 8px;
    overflow: hidden;
}

    .adet button {
        width: 36px;
        height: 36px;
        border: none;
        background: var(--agl);
        cursor: pointer;
        font-size: 18px;
        font-weight: var(--fs);
        color: var(--ab);
        transition: background .2s;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .adet button:hover {
            background: #e5e5e7;
        }

.ek.sel .adet {
    border-color: rgba(255,255,255,.3);
}

    .ek.sel .adet button {
        background: rgba(255,255,255,.1);
        color: #fff;
    }

        .ek.sel .adet button:hover {
            background: rgba(255,255,255,.2);
        }

.ek.sel .av {
    background: transparent;
    color: #fff;
}

.adet .av {
    width: 40px;
    text-align: center;
    font-size: 16px;
    font-weight: var(--fb);
    border: none;
    background: var(--aw);
    font-family: inherit;
}

.fg {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

    .fg .full {
        grid-column: 1/-1;
    }

.fi {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

    .fi label {
        font-size: 12px;
        font-weight: var(--fs);
        color: var(--agd);
        text-transform: uppercase;
        letter-spacing: .5px;
    }

    .fi input, .fi textarea, .fi select {
        border: 1px solid #d2d2d7;
        border-radius: 10px;
        padding: 14px 16px;
        font-size: 16px;
        font-family: inherit;
        color: var(--ab);
        background: var(--aw);
        transition: border .2s;
        outline: none;
    }

        .fi input:focus, .fi textarea:focus, .fi select:focus {
            border-color: var(--abl);
            box-shadow: 0 0 0 4px rgba(0,113,227,.1);
        }

.ph-wrap {
    display: flex;
    gap: 0;
    border: 1px solid #d2d2d7;
    border-radius: 10px;
    overflow: visible;
    transition: border .2s;
    background: var(--aw);
    position: relative;
}

    .ph-wrap:focus-within {
        border-color: var(--abl);
        box-shadow: 0 0 0 4px rgba(0,113,227,.1);
    }

.ph-code {
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 0 10px;
    background: var(--agl);
    border-right: 1px solid #d2d2d7;
    cursor: pointer;
    min-width: 60px;
    font-size: 14px;
    white-space: nowrap;
    user-select: none;
    border-radius: 9px 0 0 9px;
}

    .ph-code .ph-flag {
        line-height: 1;
        display: flex;
        align-items: center;
    }

.ph-wrap input[type="tel"] {
    flex: 1;
    border: none;
    padding: 14px 12px;
    font-size: 16px;
    font-family: inherit;
    color: var(--ab);
    background: transparent;
    outline: none;
    min-width: 0;
}

.ph-dd {
    display: none;
    position: absolute;
    top: calc(100% + 4px);
    left: 0;
    min-width: 280px;
    max-height: 260px;
    overflow-y: auto;
    background: var(--aw);
    border: 1px solid #d2d2d7;
    border-radius: 12px;
    box-shadow: var(--slg);
    z-index: 100;
}

    .ph-dd.open {
        display: block;
    }

.ph-dd-search {
    width: 100%;
    padding: 12px 14px;
    border: none;
    border-bottom: 1px solid var(--agl);
    font-size: 14px;
    font-family: inherit;
    outline: none;
    border-radius: 12px 12px 0 0;
}

.ph-dd-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 14px;
    cursor: pointer;
    font-size: 14px;
    transition: background .15s;
}

    .ph-dd-item:hover {
        background: var(--agl);
    }

    .ph-dd-item .ph-flag {
        font-size: 20px;
    }

    .ph-dd-item .ph-name {
        flex: 1;
        color: var(--ab);
    }

    .ph-dd-item .ph-num {
        color: var(--agd);
        font-size: 13px;
        font-weight: var(--fm);
    }

.chk-wrap {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    font-size: 14px;
    cursor: pointer;
    padding: 18px 20px;
    background: var(--agl);
    border-radius: 12px;
    border: 2px solid transparent;
    transition: all .2s;
    user-select: none;
    line-height: 1.5;
}

    .chk-wrap:hover {
        border-color: #d2d2d7;
    }

    .chk-wrap.checked {
        border-color: var(--ag);
        background: rgba(52,199,89,.06);
    }

    .chk-wrap input {
        display: none;
    }

.chk-box {
    width: 26px;
    height: 26px;
    border-radius: 8px;
    border: 2px solid #d2d2d7;
    background: var(--aw);
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .2s;
    margin-top: 1px;
}

.chk-wrap.checked .chk-box {
    background: var(--ag);
    border-color: var(--ag);
}

    .chk-wrap.checked .chk-box::after {
        content: '';
        width: 8px;
        height: 14px;
        border: solid #fff;
        border-width: 0 2.5px 2.5px 0;
        transform: rotate(45deg);
        margin-top: -3px;
    }

.role-sel {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
    margin-bottom: 20px;
}

.role-opt {
    background: var(--agl);
    border: 2px solid transparent;
    border-radius: 12px;
    padding: 16px;
    text-align: center;
    cursor: pointer;
    transition: all .2s;
    font-weight: var(--fm);
    font-size: 15px;
}

    .role-opt:hover {
        border-color: var(--agd);
    }

    .role-opt.sel {
        background: var(--ab);
        color: #fff;
        border-color: var(--ab);
    }

    .role-opt .role-icon {
        font-size: 24px;
        display: block;
        margin-bottom: 6px;
    }

.pg {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 14px;
}

.pk {
    background: var(--aw);
    border: 2px solid #e5e5e7;
    border-radius: 14px;
    padding: 24px 20px;
    cursor: pointer;
    transition: all .2s;
    text-align: center;
}

    .pk:hover {
        border-color: var(--ab);
        box-shadow: var(--ssm);
        transform: translateY(-2px);
    }

    .pk.sel {
        border-color: var(--ab);
        background: var(--ab);
        color: #fff;
        box-shadow: var(--smd);
    }

    .pk .pi {
        font-size: 28px;
        margin-bottom: 10px;
        display: block;
    }

    .pk .pt {
        font-size: 15px;
        font-weight: var(--fs);
        margin-bottom: 4px;
    }

    .pk .pd {
        font-size: 12px;
        color: var(--agd);
        line-height: 1.4;
        margin-bottom: 10px;
    }

    .pk.sel .pd {
        color: rgba(255,255,255,.6);
    }

    .pk .pa {
        font-size: 22px;
        font-weight: var(--fb);
        margin-bottom: 2px;
    }

    .pk .pdt {
        font-size: 11px;
        color: var(--agd);
    }

    .pk.sel .pdt {
        color: rgba(255,255,255,.6);
    }

    .pk .pbdg {
        display: inline-block;
        background: var(--ag);
        color: #fff;
        font-size: 11px;
        font-weight: var(--fs);
        padding: 3px 10px;
        border-radius: 12px;
        margin-top: 6px;
    }

.cc-form {
    display: none;
    margin-top: 20px;
    animation: wIn .3s ease;
}

    .cc-form.open {
        display: block;
    }

.cc-preview {
    background: linear-gradient(135deg,#1d1d1f,#3a3a3c);
    border-radius: 16px;
    padding: 28px;
    color: #fff;
    max-width: 400px;
    height: 220px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    overflow: hidden;
    margin: 0 auto 24px;
    box-shadow: var(--slg);
}

    .cc-preview::before {
        content: '';
        position: absolute;
        top: -50%;
        right: -50%;
        width: 200%;
        height: 200%;
        background: radial-gradient(circle,rgba(255,255,255,.06),transparent 60%);
    }

    .cc-preview .cc-logo {
        position: absolute;
        top: 20px;
        right: 20px;
        height: 32px;
        opacity: .8;
    }

    .cc-preview .cc-num {
        font-size: 22px;
        letter-spacing: 4px;
        margin-top: 60px;
        font-weight: var(--fr);
    }

    .cc-preview .cc-bot {
        display: flex;
        justify-content: space-between;
    }

    .cc-preview .cc-name, .cc-preview .cc-exp {
        font-size: 13px;
        font-weight: var(--fm);
        text-transform: uppercase;
        letter-spacing: 1px;
        opacity: .9;
    }

.cc-fields {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

    .cc-fields .full {
        grid-column: 1/-1;
    }

.ws-c {
    background: var(--aw);
    border-radius: 18px;
    padding: 0;
    box-shadow: var(--smd);
    overflow: hidden;
}

.ws-h {
    background: linear-gradient(135deg,#1d1d1f,#2c2c2e);
    padding: 20px 24px;
    color: #fff;
}

.ws-t {
    font-size: 17px;
    font-weight: var(--fs);
    letter-spacing: -.02em;
    display: flex;
    align-items: center;
    gap: 8px;
}

.ws-body {
    padding: 20px 24px;
}

.si {
    padding: 14px 0;
    border-bottom: 1px solid var(--agl);
    font-size: 13px;
}

    .si:last-child {
        border-bottom: none;
    }

    .si .sl {
        color: var(--agd);
        display: block;
        font-size: 10px;
        font-weight: var(--fs);
        text-transform: uppercase;
        letter-spacing: .5px;
        margin-bottom: 6px;
    }

    .si .sv {
        font-weight: var(--fs);
        color: var(--ab);
        font-size: 14px;
    }

        .si .sv.emp {
            color: var(--agd);
            font-style: italic;
            font-weight: var(--fr);
        }

    .si .ss {
        font-size: 12px;
        color: var(--agd);
        margin-top: 2px;
        line-height: 1.5;
    }

    .si .ss-i {
        display: flex;
        justify-content: space-between;
        padding: 2px 0;
        align-items: center;
    }

.sum-k {
    background: var(--agl);
    border-radius: 10px;
    padding: 12px 14px;
    margin-top: 6px;
    margin-bottom: 6px;
}

.sum-k-name {
    font-size: 14px;
    font-weight: var(--fs);
    cursor: pointer;
    transition: color .2s;
    display: flex;
    align-items: center;
    gap: 6px;
}

    .sum-k-name:hover {
        color: var(--abl);
    }

.sum-k-price {
    font-size: 14px;
    font-weight: var(--fb);
    text-align: right;
}

.sum-k-hiz {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    margin-top: 8px;
}

    .sum-k-hiz span {
        background: var(--aw);
        font-size: 10px;
        padding: 3px 8px;
        border-radius: 6px;
        font-weight: var(--fm);
        cursor: pointer;
        transition: all .2s;
        border: 1px solid #e5e5e7;
    }

        .sum-k-hiz span:hover {
            border-color: var(--abl);
            color: var(--abl);
        }

.sum-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 6px 0;
    cursor: pointer;
    transition: color .2s;
    font-size: 13px;
}

    .sum-item:hover {
        color: var(--abl);
    }

    .sum-item .sum-name {
        font-weight: var(--fm);
    }

    .sum-item .sum-val {
        font-weight: var(--fs);
    }

.st {
    margin-top: 0;
    padding: 16px 24px;
    background: var(--agl);
    border-top: 1px solid #e5e5e7;
}

.st-r {
    display: flex;
    justify-content: space-between;
    padding: 4px 0;
    font-size: 13px;
}

    .st-r .st-l {
        color: var(--agd);
    }

    .st-r .st-v {
        font-weight: var(--fs);
    }

.st-total {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    padding-top: 12px;
    margin-top: 8px;
    border-top: 2px solid var(--ab);
}

    .st-total .stl {
        font-size: 14px;
        font-weight: var(--fs);
    }

    .st-total .stv {
        font-size: 28px;
        font-weight: var(--fb);
        letter-spacing: -.03em;
    }

.wn {
    display: flex;
    gap: 12px;
    margin-top: 24px;
}

.btn {
    padding: 14px 32px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: var(--fs);
    font-family: inherit;
    cursor: pointer;
    transition: all .2s;
    border: none;
    display: flex;
    align-items: center;
    gap: 8px;
    letter-spacing: -.01em;
}

.btn-p {
    background: var(--ab);
    color: #fff;
    box-shadow: var(--smd);
}

    .btn-p:hover {
        background: #2c2c2e;
        transform: translateY(-1px);
        box-shadow: var(--slg);
    }

.btn-s {
    background: transparent;
    color: var(--ab);
    border: 1px solid #d2d2d7;
}

    .btn-s:hover {
        background: var(--agl);
        border-color: var(--ab);
    }

.skip {
    font-size: 13px;
    color: var(--agd);
    cursor: pointer;
    background: none;
    border: none;
    font-family: inherit;
    margin-top: 8px;
    text-decoration: underline;
    text-underline-offset: 3px;
}

    .skip:hover {
        color: var(--ab);
    }

.lb {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.85);
    z-index: 99999;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

    .lb.open {
        display: flex;
    }

    .lb img {
        max-width: 90%;
        max-height: 90%;
        border-radius: 12px;
        box-shadow: 0 20px 60px rgba(0,0,0,.5);
    }

.mo {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    backdrop-filter: blur(10px);
    z-index: 10000;
    align-items: center;
    justify-content: center;
}

    .mo.open {
        display: flex;
    }

.sweet-overlay {
    z-index: 20000 !important;
}

.sweet-alert {
    z-index: 20001 !important;
}

#toast-container {
    z-index: 99999 !important;
}

.md {
    background: #fff;
    border-radius: 16px;
    max-width: 600px;
    width: 90%;
    max-height: 80vh;
    overflow-y: auto;
    box-shadow: 0 20px 60px rgba(0,0,0,.3);
    animation: mdIn .3s ease;
}

@keyframes mdIn {
    from {
        opacity: 0;
        transform: scale(.95)
    }

    to {
        opacity: 1;
        transform: scale(1)
    }
}

.md-h {
    background: var(--ab);
    padding: 20px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 16px 16px 0 0;
}

    .md-h h3 {
        color: #fff;
        font-size: 18px;
        font-weight: var(--fs);
    }

.md-x {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: rgba(255,255,255,.1);
    border: none;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    transition: all .2s;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .md-x:hover {
        background: rgba(255,255,255,.2);
    }

.md-b {
    padding: 24px;
    font-size: 15px;
    line-height: 1.6;
    color: var(--ab);
}

    .md-b p {
        margin-bottom: 10px;
    }

    .md-b img {
        width: 100%;
        border-radius: 10px;
        margin-bottom: 12px;
    }

.tl {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(245,245,247,.5);
    backdrop-filter: blur(2px);
    z-index: 9999;
    align-items: center;
    justify-content: center;
}

    .tl.on {
        display: flex;
    }

.tl-c {
    text-align: center;
    background: rgba(255,255,255,.8);
    backdrop-filter: blur(10px);
    padding: 32px 40px;
    border-radius: 20px;
    border: 1px solid rgba(0,0,0,.08);
    box-shadow: 0 8px 32px rgba(0,0,0,.1);
    animation: tlPop .3s ease;
}

@keyframes tlPop {
    from {
        opacity: 0;
        transform: scale(.95)
    }

    to {
        opacity: 1;
        transform: scale(1)
    }
}

.tl-sp {
    width: 48px;
    height: 48px;
    border: 3px solid rgba(29,29,31,.1);
    border-top: 3px solid var(--ab);
    border-radius: 50%;
    animation: sp .8s linear infinite;
    margin: 0 auto 16px;
}

@keyframes sp {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

.tl-t {
    font-size: 15px;
    font-weight: var(--fm);
    color: var(--ab);
}

.inf {
    background: var(--agl);
    border: 1px solid rgba(0,0,0,.08);
    border-radius: 12px;
    padding: 12px 20px;
    margin-bottom: 16px;
    text-align: center;
    font-size: 13px;
    font-weight: var(--fm);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.toast {
    position: fixed;
    bottom: 24px;
    right: 24px;
    padding: 14px 24px;
    border-radius: 12px;
    font-size: 14px;
    font-weight: var(--fm);
    z-index: 99999;
    animation: tIn .3s ease,tOut .3s ease 2.7s forwards;
    box-shadow: var(--slg);
}

    .toast.ok {
        background: var(--ag);
        color: #fff;
    }

    .toast.er {
        background: var(--ar);
        color: #fff;
    }

@keyframes tIn {
    from {
        opacity: 0;
        transform: translateY(20px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes tOut {
    to {
        opacity: 0;
        transform: translateY(20px)
    }
}

@media(max-width:900px) {
    .wb {
        flex-direction: column;
    }

    .ws {
        width: 100%;
        position: static;
    }

    .fg {
        grid-template-columns: 1fr;
    }

    .pg {
        grid-template-columns: 1fr;
    }

    .sg {
        grid-template-columns: 1fr;
    }

    .wh {
        margin: 12px 12px 0;
        padding: 16px 20px;
    }

    .wp {
        margin: 12px;
    }

    .wb {
        padding: 0 12px 24px;
    }

    .role-sel {
        grid-template-columns: 1fr;
    }

    .cc-fields {
        grid-template-columns: 1fr;
    }
}


/* ═══════════════════════════════════════════════════════════════════
   PARÇA 2 — HAVALE FORM + DEKONT DROPZONE + BAŞARILI + EK-TİK FIX
   Bu blok RandevuAl.css dosyasının SONUNA eklenir.
   ═══════════════════════════════════════════════════════════════════ */

/* ── EK-TİK FIX: Ekstra ürün kartında tik sağ üste ── */
.ek .ek-tik {
    bottom: auto;
    top: 10px;
    right: 10px;
}

/* ── HAVALE FORM ── */
.hv-form {
    display: none;
    margin-top: 20px;
    animation: wIn .3s ease;
}

    .hv-form.open {
        display: block;
    }

.hv-bank {
    background: var(--agl);
    border: 1px solid #e5e5e7;
    border-radius: 14px;
    padding: 20px 22px;
    margin-bottom: 16px;
}

.hv-bank-title {
    font-size: 15px;
    font-weight: var(--fs);
    color: var(--ab);
    margin-bottom: 14px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.hv-bank-grid {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.hv-bank-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    padding: 8px 0;
    border-bottom: 1px dashed #d2d2d7;
}

    .hv-bank-row:last-child {
        border-bottom: none;
    }

.hv-bank-l {
    font-size: 11px;
    font-weight: var(--fs);
    color: var(--agd);
    text-transform: uppercase;
    letter-spacing: .5px;
    flex-shrink: 0;
}

.hv-bank-v {
    font-size: 14px;
    font-weight: var(--fs);
    color: var(--ab);
    text-align: right;
    word-break: break-all;
}

.hv-iban {
    cursor: pointer;
    font-family: 'SF Mono', Menlo, Consolas, monospace;
    letter-spacing: .3px;
    transition: color .2s;
}

    .hv-iban:hover {
        color: var(--abl);
    }

.hv-info {
    margin-top: 14px;
    padding: 12px 14px;
    background: rgba(0, 113, 227, .08);
    border-radius: 10px;
    font-size: 12px;
    color: var(--abl);
    line-height: 1.5;
}

/* ── DEKONT DROPZONE ── */
.dz {
    border: 2px dashed #d2d2d7;
    border-radius: 14px;
    padding: 40px 24px;
    text-align: center;
    cursor: pointer;
    transition: all .2s;
    background: var(--agl);
}

    .dz:hover {
        border-color: var(--ab);
        background: var(--aw);
    }

    .dz.dz-over {
        border-color: var(--abl);
        background: rgba(0, 113, 227, .06);
        transform: scale(1.01);
    }

.dz-icon {
    font-size: 44px;
    margin-bottom: 12px;
    opacity: .7;
}

.dz-title {
    font-size: 15px;
    font-weight: var(--fs);
    color: var(--ab);
    margin-bottom: 6px;
}

.dz-sub {
    font-size: 12px;
    color: var(--agd);
}

.dz-prev {
    background: var(--aw);
    border: 2px solid var(--ag);
    border-radius: 14px;
    padding: 16px 20px;
    display: flex;
    align-items: center;
    gap: 16px;
    box-shadow: var(--ssm);
}

    .dz-prev img {
        width: 70px;
        height: 70px;
        object-fit: cover;
        border-radius: 10px;
        flex-shrink: 0;
    }

.dz-pdf {
    width: 70px;
    height: 70px;
    background: var(--agl);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 28px;
}

.dz-pdf-name {
    font-size: 9px;
    color: var(--agd);
    margin-top: 2px;
    max-width: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dz-prev-info {
    flex: 1;
    min-width: 0;
}

.dz-prev-name {
    font-size: 14px;
    font-weight: var(--fs);
    color: var(--ab);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dz-prev-size {
    font-size: 12px;
    color: var(--ag);
    margin-top: 4px;
    font-weight: var(--fm);
}

.dz-remove {
    background: var(--ar);
    color: #fff;
    border: none;
    padding: 8px 14px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: var(--fm);
    font-family: inherit;
    cursor: pointer;
    transition: background .2s;
    flex-shrink: 0;
}

    .dz-remove:hover {
        background: #d52b20;
    }

/* ── BAŞARILI ── */
.bs-wrap {
    background: var(--aw);
    border-radius: 18px;
    padding: 60px 40px;
    text-align: center;
    box-shadow: var(--ssm);
}

.bs-icon {
    font-size: 72px;
    margin-bottom: 16px;
    animation: bsPop .5s ease;
}

@keyframes bsPop {
    0% {
        transform: scale(0);
        opacity: 0;
    }

    60% {
        transform: scale(1.15);
        opacity: 1;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.bs-title {
    font-size: 26px;
    font-weight: var(--fb);
    color: var(--ab);
    margin-bottom: 10px;
    letter-spacing: -.02em;
}

.bs-sub {
    font-size: 15px;
    color: var(--agd);
    margin-bottom: 20px;
    line-height: 1.6;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

.bs-info {
    display: inline-block;
    background: rgba(52, 199, 89, .1);
    color: var(--ag);
    padding: 12px 20px;
    border-radius: 10px;
    font-size: 13px;
    font-weight: var(--fm);
}


/* ═══════════════════════════════════════════════════════════════════
   PARÇA 3 — MEDYA AYIRMA (fotoğraf slider + video liste)
   Kampanya kartında ve detay modalında video listesi
   Bu blok RandevuAl.css dosyasının SONUNA eklenir.
   ═══════════════════════════════════════════════════════════════════ */

/* Kampanya kartı içindeki video listesi (slider altında) */
.km-videos {
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding: 0;
    background: #000;
}

    .km-videos video {
        width: 100%;
        max-height: 200px;
        object-fit: cover;
        display: block;
        background: #000;
    }

/* Detay modal içindeki video listesi (slider altında) */
.dm-videos {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 16px;
}

    .dm-videos video {
        width: 100%;
        max-height: 400px;
        object-fit: cover;
        border-radius: 10px;
        display: block;
        background: #000;
    }