﻿/* Ana Kapsayıcı */
.refund-premium-wrapper {
    overflow-x: hidden;
    min-height: 70vh;
}

/* ==================================
   SÜREÇ KARTLARI
   ================================== */
.refund-card {
    border-radius: 8px !important;
    transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

    .refund-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 18px 40px rgba(0,0,0,0.08) !important;
    }

.transform-scale-md {
    transform: translateY(-2px);
}

    .transform-scale-md:hover {
        transform: translateY(-3px);
    }

@media (max-width: 991px) {
    .transform-scale-md {
        transform: scale(1);
    }

        .transform-scale-md:hover {
            transform: translateY(-4px);
        }
}

/* Kartların Arkasındaki Devasa İkonlar */
.watermark-icon {
    position: absolute;
    right: -20px;
    bottom: -20px;
    font-size: 140px;
    color: rgba(0, 0, 0, 0.03);
    z-index: 1;
    line-height: 1;
    transition: transform 0.24s ease, color 0.24s ease;
    user-select: none;
}

.refund-card:hover .watermark-icon {
    transform: translateY(-2px);
    color: rgba(0, 0, 0, 0.05);
}

/* İçi Dolu İkon Listesi */
.doc-list li {
    padding: 8px 0;
    border-bottom: 1px dashed rgba(0,0,0,0.05);
}

    .doc-list li:last-child {
        border-bottom: none;
    }

/* ==================================
   ABONE PORTALI BANNER
   ================================== */
.portal-banner {
    border-radius: 8px !important;
    transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

    .portal-banner:hover {
        transform: translateY(-3px);
        box-shadow: 0 18px 38px rgba(13, 110, 253, 0.16) !important;
        border-color: rgba(13, 110, 253, 0.5);
    }

.portal-btn {
    transition: all 0.3s ease;
}

.portal-banner:hover .portal-btn {
    background-color: white;
    color: #0d6efd;
}

/* Yardımcı Renkler */
.bg-success-subtle {
    background-color: rgba(40, 167, 69, 0.1) !important;
}

.bg-primary-subtle {
    background-color: rgba(13, 110, 253, 0.1) !important;
}

.bg-warning-subtle {
    background-color: rgba(255, 193, 7, 0.15) !important;
}

.tracking-wider {
    letter-spacing: 0;
}

.z-index-2 {
    z-index: 2;
}
