
/* Marka Logo Stilleri */
.brand-logo-overlay {
    position: absolute !important;
    top: 15px !important;
    right: 15px !important;
    bottom: auto !important;
    left: auto !important;
    width: auto !important;
    height: auto !important;
    z-index: 20;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(248, 250, 252, 0.9) 100%);
    border-radius: 12px;
    padding: 8px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.15);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.3);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transform: translateZ(0);
    pointer-events: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.brand-logo-overlay:hover {
    transform: scale(1.1) translateY(-2px);
    background: linear-gradient(135deg, rgba(255, 255, 255, 1) 0%, rgba(248, 250, 252, 0.95) 100%);
    box-shadow: 0 8px 30px rgba(0,0,0,0.25);
    border: 1px solid rgba(26, 118, 209, 0.2);
}

.brand-logo-overlay .brand-logo {
    width: 50px;
    height: 50px;
    object-fit: contain;
    border-radius: 8px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    filter: drop-shadow(0 2px 4px rgba(0,0,0,0.1));
    display: block !important;
    max-width: 50px !important;
    max-height: 50px !important;
}

/* Radiologia logosunu biraz daha büyük yap */
.brand-logo-overlay .brand-logo[alt="Radiologia"] {
    width: 60px;
    height: 60px;
    max-width: 60px !important;
    max-height: 60px !important;
}

.brand-logo-overlay:hover .brand-logo[alt="Radiologia"] {
    transform: scale(1.08);
}

.brand-logo-overlay:hover .brand-logo {
    filter: drop-shadow(0 4px 8px rgba(26, 118, 209, 0.2));
    transform: scale(1.05);
}

/* X-Ray Sub Kategori Detay Sayfası Özel Stilleri */
.xray-subcategory-hero {
    position: relative;
    overflow: hidden;
}

.hero-decoration {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.decoration-circle {
    position: absolute;
    border-radius: 50%;
    background: rgba(26, 118, 209, 0.08);
    border: 2px solid rgba(26, 118, 209, 0.2);
}

.decoration-circle-1 {
    width: 200px;
    height: 200px;
    top: -100px;
    right: -100px;
}

.decoration-circle-2 {
    width: 150px;
    height: 150px;
    bottom: -75px;
    left: -75px;
}

.decoration-circle-3 {
    width: 300px;
    height: 300px;
    top: 50%;
    right: -150px;
    transform: translateY(-50%);
}

.feature-badge {
    background: rgba(255, 255, 255, 0.1);
    padding: 0.5rem 1rem;
    border-radius: 25px;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.feature-badge i {
    font-size: 1.2rem;
    color: #00d4ff;
}

.xray-hero-image {
    transform: scale(1.05);
}

/* X-Ray Ürün Listesi Stilleri */
.xray-products-list {
    background: #f8f9fa;
}

.product-row {
    background: white;
    border-radius: 15px;
    padding: 2rem;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    margin-bottom: 2rem;
}

.product-row:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(26, 118, 209, 0.15);
}

.product-image-container {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
}

.product-list-image {
    width: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.product-row:hover .product-list-image {
    transform: scale(1.05);
}

.placeholder-image {
    width: 100%;
    height: 300px;
    background: linear-gradient(135deg, #e9ecef 0%, #dee2e6 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.placeholder-image i {
    font-size: 4rem;
    color: #6c757d;
}

.product-content {
    padding: 1rem 0;
}

.product-category {
    display: inline-block;
    background: linear-gradient(135deg, #1A76D1 0%, #00d4ff 100%);
    color: white;
    padding: 0.4rem 1rem;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 600;
    margin-bottom: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.product-title {
    font-size: 2rem;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 1rem;
    line-height: 1.3;
}

.product-description {
    font-size: 1.1rem;
    color: #6c757d;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.product-features {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    padding: 0.5rem 0;
}

.feature-item i {
    font-size: 1.2rem;
    color: #1A76D1;
    width: 20px;
    text-align: center;
}

.feature-item span {
    color: #495057;
    font-weight: 500;
}

.product-divider {
    border: none;
    height: 1px;
    background: linear-gradient(90deg, transparent 0%, #dee2e6 50%, transparent 100%);
    margin: 3rem 0;
}

/* Empty State */
.empty-state {
    text-align: center;
    padding: 4rem 2rem;
}

.empty-state i {
    font-size: 4rem;
    color: #6c757d;
    margin-bottom: 1.5rem;
}

.empty-state h4 {
    color: #2c3e50;
    margin-bottom: 1rem;
}

/* Responsive Ayarlar */
@media (max-width: 768px) {
    .brand-logo-overlay {
        top: 12px !important;
        right: 12px !important;
        bottom: auto !important;
        left: auto !important;
        width: auto !important;
        height: auto !important;
        padding: 6px;
        border-radius: 10px;
        background: linear-gradient(135deg, rgba(255, 255, 255, 0.92) 0%, rgba(248, 250, 252, 0.88) 100%);
    }

    .brand-logo-overlay:hover {
        transform: scale(1.08) translateY(-1px);
    }

    .brand-logo-overlay .brand-logo {
        width: 40px;
        height: 40px;
        border-radius: 6px;
    }

    .brand-logo-overlay .brand-logo[alt="Radiologia"] {
        width: 48px;
        height: 48px;
        max-width: 48px !important;
        max-height: 48px !important;
    }

    .xray-subcategory-hero {
        min-height: 300px;
        padding: 2rem 0;
    }

    .hero-content h1 {
        font-size: 2rem;
    }

    .feature-badge {
        font-size: 0.9rem;
        padding: 0.4rem 0.8rem;
    }


    .product-row {
        padding: 1.5rem;
        margin-bottom: 1.5rem;
    }

    .product-title {
        font-size: 1.5rem;
    }

    .product-description {
        font-size: 1rem;
    }

    .product-features {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 0.5rem;
    }

    .feature-item {
        flex: 1;
        min-width: calc(50% - 0.25rem);
        padding: 0.3rem 0;
    }

    .feature-item span {
        font-size: 0.9rem;
    }

    .contact-card {
        padding: 2rem;
    }

    .decoration-circle {
        display: none;
    }
}

@media (max-width: 576px) {
    .brand-logo-overlay {
        top: 10px !important;
        right: 10px !important;
        bottom: auto !important;
        left: auto !important;
        width: auto !important;
        height: auto !important;
        padding: 5px;
        border-radius: 8px;
        background: linear-gradient(135deg, rgba(255, 255, 255, 0.9) 0%, rgba(248, 250, 252, 0.85) 100%);
    }

    .brand-logo-overlay:hover {
        transform: scale(1.06) translateY(-1px);
    }

    .brand-logo-overlay .brand-logo {
        width: 45px;
        height: 45px;
        border-radius: 5px;
    }

    .brand-logo-overlay .brand-logo[alt="Radiologia"] {
        width: 52px;
        height: 52px;
        max-width: 52px !important;
        max-height: 52px !important;
    }

    .hero-content h1 {
        font-size: 1.75rem;
    }

    .feature-badge {
        font-size: 0.8rem;
        padding: 0.3rem 0.6rem;
    }


    .product-row {
        padding: 1rem;
    }

    .product-title {
        font-size: 1.25rem;
    }

    .product-description {
        font-size: 0.95rem;
    }

    .feature-item {
        min-width: 100%;
    }

    .feature-item span {
        font-size: 0.85rem;
    }
}
