/* ANA ALAN */
.tci-main {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0;
    padding: 0;
}

/* ANA CONTAINER */
.sneaker-container {
    position: relative;
    width: 965px;
    height: 600px;
    max-width: 100%;
    margin: 0 auto;
    overflow: hidden;
    background: #fff;
    cursor: col-resize;
}

/* RESİMLERİ KÜÇÜLT + ORTALA */
.sneaker-clean,
.sneaker-dirty {
    position: absolute !important;
    width: 78% !important;
    height: 78% !important;
    left: 50% !important;
    top: 56% !important;
    transform: translate(-50%, -50%) !important;
    object-fit: contain !important;
    display: block;
    pointer-events: none;
    background: transparent !important;
    max-width: none !important;
    max-height: none !important;
}

/* KATMANLAR */
.sneaker-clean {
    z-index: 1;
}

.sneaker-dirty {
    z-index: 2;
    clip-path: inset(0% 0% 0% 50%);
    -webkit-clip-path: inset(0% 0% 0% 50%);
}

/* YAZI BLOĞU - ÜSTE ALINDI */
.tci-footer {
    position: absolute;
    top: 28px;
    left: 0;
    width: 100%;
    z-index: 5;
    text-align: center;
    padding: 0 20px;
    box-sizing: border-box;
    background: transparent !important;
    box-shadow: none !important;
}

/* ÜST KÜÇÜK YAZI */
.tci-footer p {
    margin: 0 0 8px 0;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 700;
    color: #ff7a00;
    background: transparent !important;
    text-shadow: none !important;
}

/* ANA BAŞLIK */
.tci-footer h1 {
    margin: 0;
    font-size: 34px;
    line-height: 1.1;
    font-weight: 800;
    color: #111;
    background: transparent !important;
    text-shadow: none !important;
}

/* ARTI */
.tci-footer sup {
    font-size: 60%;
    position: relative;
    top: -0.35em;
    color: #ff7a00;
}

/* TABLET */
@media (max-width: 965px) {
    .sneaker-container {
        width: 100%;
        height: auto;
        aspect-ratio: 965 / 600;
    }
}

@media (max-width: 768px) {
    .sneaker-clean,
    .sneaker-dirty {
        width: 82% !important;
        height: 82% !important;
        top: 58% !important;
    }

    .tci-footer {
        top: 18px;
        padding: 0 12px;
    }

    .tci-footer p {
        font-size: 12px;
        margin-bottom: 4px;
    }

    .tci-footer h1 {
        font-size: 24px;
    }
}

@media (max-width: 480px) {
    .sneaker-clean,
    .sneaker-dirty {
        width: 86% !important;
        height: 86% !important;
        top: 60% !important;
    }

    .tci-footer {
        top: 12px;
        padding: 0 10px;
    }

    .tci-footer p {
        font-size: 11px;
    }

    .tci-footer h1 {
        font-size: 18px;
        line-height: 1.15;
    }
}