 .hero {
            background: linear-gradient(135deg, #0d6efd, #084298);
            color: #fff;
            padding: 60px 30px;
            border-radius: 16px;
        }
        .asya-badge {
            background: #ffffff22;
            padding: 10px 18px;
            border-radius: 30px;
            font-weight: 600;
            display: inline-block;
        }
        .card {
            border-radius: 14px;
            border: none;
            box-shadow: 0 8px 24px rgba(0,0,0,.06);
        }
        .talep-box {
            background: #fff;
            padding: 24px;
            border-radius: 14px;
        }

.baskan-img {
    position: absolute;
    right: 16px;
    bottom: 0px;          /* kartın dışına taşma */
    height: 160px;          /* büyük ama abartısız */
    object-fit: contain;
    z-index: 2;
}
