/* Montserrat font import - sadece metin elementleri için */

/* Mobile Optimized Styles - Instagram Like Experience */

/* Font override kaldırıldı - Font Awesome için */

/* Icon font protection - Font Awesome artık en son yüklendiği için bu tanıma gerek yok */

/* Font Awesome koruması */
i.fas, i.far, i.fab, i.fa, i[class*="fa-"] {
    font-family: 'Font Awesome 6 Free', 'Font Awesome 6 Brands', 'FontAwesome' !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    line-height: 1 !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
    display: inline-block !important;
    font-size: inherit !important;
    color: inherit !important;
    visibility: visible !important;
    opacity: 1 !important;
}

/* Özel Font Awesome sınıfları için ek koruma */
.age-icon.fas, .location-icon-header.fas, .contact-icon.fas, .whatsapp-icon.fab, .phone-icon.fas {
    font-family: 'Font Awesome 6 Free', 'Font Awesome 6 Brands', 'FontAwesome' !important;
    font-weight: normal !important;
    font-size: 14px !important;
    display: inline-block !important;
}

/* Row padding adjustment */
.row>* {
    padding-right: calc(var(--bs-gutter-x) * -1.5) !important;
}

/* Mobile Profile Cards - Keep Original Design */
@media (max-width: 768px) {
    .profile-card-new {
        /* Keep original design, no mobile overrides */
    }
}

@media (max-width: 768px) {
    /* Mobile Container Optimizations */
    .container {
        padding-left: 12px;
        padding-right: 12px;
    }

    /* Mobile Header Optimizations */
    .navbar {
        background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
        padding: 0.5rem 0 !important;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12) !important;
        border-bottom: none !important;
        position: relative !important;
    }



    .navbar .container {
        position: relative !important;
        z-index: 2 !important;
        flex-direction: row !important;
        align-items: center !important;
        justify-content: flex-start !important;
        padding: 0 0.75rem !important;
        min-height: 50px !important;
    }

    /* Mobile Section Titles */
    .section-title {
        margin: 0 0 20px 0 !important;
        padding: 0 15px !important;
    }

    .section-title h2 {
        font-size: 20px !important;
        font-weight: 700 !important;
        margin-bottom: 6px !important;
        text-shadow: 0 1px 3px rgba(0, 0, 0, 0.4) !important;
        letter-spacing: -0.3px !important;
    }

    .section-title p {
        font-size: 12px !important;
        opacity: 0.8 !important;
        margin: 0 !important;
        line-height: 1.3 !important;
    }

    .navbar .container {
        flex-direction: column;
        gap: 0.75rem;
        padding: 0 12px;
    }

    .navbar-brand {
        font-size: 1.1rem !important;
        color: white !important;
        padding: 0.5rem 0 !important;
        display: flex !important;
        align-items: center !important;
        justify-content: flex-start !important;
        width: auto !important;
        text-decoration: none !important;
        font-weight: 600 !important;
        letter-spacing: -0.3px !important;
    }

    .navbar-brand img {
        display: block !important;
        max-height: 40px !important;
        width: auto !important;
    }

    .navbar-brand i {
        color: #e91e63 !important;
        font-size: 1.5rem !important;
        margin-right: 0.5rem !important;
    }

    /* Mobile Search Bar - Completely Hidden on Mobile */
    .modern-search-container {
        display: none !important;
        visibility: hidden !important;
        opacity: 0 !important;
        height: 0 !important;
        width: 0 !important;
        overflow: hidden !important;
        margin: 0 !important;
        padding: 0 !important;
        position: absolute !important;
        left: -9999px !important;
        top: -9999px !important;
        z-index: -9999 !important;
        pointer-events: none !important;
    }

    /* Mobile Menu - Hidden on Mobile */
    .navbar-toggler {
        display: none !important;
        visibility: hidden !important;
        opacity: 0 !important;
        height: 0 !important;
        overflow: hidden !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .navbar-collapse {
        display: none !important;
        visibility: hidden !important;
        opacity: 0 !important;
        height: 0 !important;
        overflow: hidden !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    /* Hide search results on mobile */
    .modern-search-results {
        display: none !important;
        visibility: hidden !important;
        opacity: 0 !important;
        height: 0 !important;
        overflow: hidden !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .search-input-group {
        flex-direction: column;
        border-radius: 12px;
        padding: 8px;
        background: rgba(255, 255, 255, 0.95);
        backdrop-filter: blur(10px);
    }

    .search-field {
        width: 100%;
        margin: 4px 0;
        border-radius: 10px;
    }

    .search-button {
        width: 100%;
        border-radius: 10px;
        padding: 12px;
    }

    /* Mobile Navigation */
    .navbar-collapse {
        background: rgba(255, 255, 255, 0.95);
        backdrop-filter: blur(15px);
        border-radius: 12px;
        margin-top: 0.5rem;
        padding: 0.75rem;
    }

    .navbar-nav .nav-link {
        padding: 0.75rem 1rem;
        border-radius: 8px;
        margin: 0.25rem 0;
        font-weight: 600;
    }

    /* Instagram Stories Mobile */
    .instagram-stories-wrapper {
        padding: 8px 0 !important;
        background: #ffffff !important;
        border-bottom: 1px solid #e0e0e0 !important;
    }

    .instagram-stories-scroll {
        padding: 6px 12px !important;
        gap: 12px !important;
        overflow-x: auto !important;
        scrollbar-width: none !important;
        -ms-overflow-style: none !important;
    }

    .instagram-stories-scroll::-webkit-scrollbar {
        display: none !important;
    }

    .instagram-story-item {
        min-width: 60px !important;
        flex-shrink: 0 !important;
    }

    .instagram-story-avatar {
        width: 60px !important;
        height: 60px !important;
        border: 2px solid #e91e63 !important;
        border-radius: 50% !important;
    }

    .instagram-story-name {
        font-size: 11px !important;
        max-width: 60px !important;
        margin-top: 4px !important;
    }

    .instagram-story-count {
        font-size: 9px !important;
    }

    /* Mobile Premium Members Section */
    .premium-members-section {
        padding: 1rem 0;
    }

    .premium-section-header {
        margin-bottom: 1.5rem !important;
    }

    .section-title {
        font-size: 1.25rem !important;
        font-weight: 700 !important;
    }

    .premium-icon {
        font-size: 1.5rem !important;
    }

    /* Mobile Profile Cards - Keep Original Design */
    .profile-card-new {
        /* Keep original design, no mobile overrides */
    }

    .profile-card-new:hover {
        transform: translateY(-2px) !important;
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15) !important;
    }

    /* Profile Header with Avatar */
    .profile-header {
        display: flex !important;
        align-items: center !important;
        gap: 12px !important;
        padding: 15px !important;
        color: white !important;
        position: relative !important;
        z-index: 2 !important;
        justify-content: space-between !important;
    }

    /* Profile Package Info - Right Side */
    .profile-package-info {
        display: flex !important;
        flex-direction: column !important;
        align-items: flex-end !important;
        gap: 4px !important;
        flex-shrink: 0 !important;
        margin-left: auto !important;
    }

    .package-badge {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        background: rgba(0, 0, 0, 0.3) !important;
        backdrop-filter: blur(10px) !important;
        border-radius: 12px !important;
        padding: 8px 12px !important;
        border: 2px solid rgba(255, 255, 255, 0.3) !important;
        min-width: 75px !important;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2) !important;
    }

    .package-type {
        font-size: 12px !important;
        font-weight: 800 !important;
        color: #ffd700 !important;
        text-transform: uppercase !important;
        letter-spacing: 0.8px !important;
        line-height: 1 !important;
        text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5) !important;
        position: relative !important;
        display: inline-block !important;
        padding: 2px 4px !important;
        border-radius: 4px !important;
        background: linear-gradient(135deg, rgba(255, 215, 0, 0.1), rgba(255, 215, 0, 0.05)) !important;
        backdrop-filter: blur(5px) !important;
        border: 1px solid rgba(255, 215, 0, 0.2) !important;
        transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
        animation: packageGlow 2s ease-in-out infinite alternate !important;
    }

    .package-type::before {
        content: '' !important;
        position: absolute !important;
        top: -1px !important;
        left: -1px !important;
        right: -1px !important;
        bottom: -1px !important;
        background: linear-gradient(45deg, transparent, rgba(255, 215, 0, 0.3), transparent) !important;
        border-radius: 4px !important;
        z-index: -1 !important;
        opacity: 0 !important;
        transition: opacity 0.3s ease !important;
    }

    .package-type:hover::before {
        opacity: 1 !important;
    }



    /* Mobile Responsive Package Info */
    @media (max-width: 768px) {
        .profile-package-info {
            gap: 2px !important;
        }

        .package-badge {
            padding: 6px 10px !important;
            min-width: 60px !important;
            border-radius: 10px !important;
        }

        .package-type {
            font-size: 11px !important;
            letter-spacing: 0.5px !important;
            padding: 1px 3px !important;
            border-radius: 3px !important;
        }
    }

        @media (max-width: 480px) {
        .profile-package-info {
            gap: 1px !important;
        }

        .package-badge {
            padding: 4px 8px !important;
            min-width: 55px !important;
            border-radius: 8px !important;
        }

        .package-type {
            font-size: 10px !important;
            letter-spacing: 0.3px !important;
            padding: 1px 2px !important;
            border-radius: 2px !important;
        }
    }

/* Profile Header Right Section for Component */
.profile-header-right {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    margin-left: auto !important;
}

.profile-header .profile-header-right .profile-package-info {
    margin-left: 0 !important;
}

/* Ensure package info doesn't overlap with images */
.profile-card-new .profile-header {
    position: relative !important;
    z-index: 10 !important;
}

    .profile-card-new .profile-images {
        /* Keep original design, no mobile overrides */
    }

/* Package badge hover effects */
.package-badge:hover {
    background: rgba(255, 255, 255, 0.25) !important;
    transform: scale(1.05) !important;
    transition: all 0.3s ease !important;
}

/* Package type specific colors and effects */
.package-badge .package-type[data-type="premium"] {
    color: #ffd700 !important;
    background: linear-gradient(135deg, rgba(255, 215, 0, 0.15), rgba(255, 215, 0, 0.05)) !important;
    border: 1px solid rgba(255, 215, 0, 0.3) !important;
    text-shadow: 0 0 10px rgba(255, 215, 0, 0.5) !important;
    box-shadow: 0 0 15px rgba(255, 215, 0, 0.2) !important;
    animation: premiumGlow 3s ease-in-out infinite !important;
}

.package-badge .package-type[data-type="gold"] {
    color: #ffb347 !important;
    background: linear-gradient(135deg, rgba(255, 179, 71, 0.15), rgba(255, 179, 71, 0.05)) !important;
    border: 1px solid rgba(255, 179, 71, 0.3) !important;
    text-shadow: 0 0 10px rgba(255, 179, 71, 0.5) !important;
    box-shadow: 0 0 15px rgba(255, 179, 71, 0.2) !important;
    animation: goldGlow 3s ease-in-out infinite !important;
}

.package-badge .package-type[data-type="elite"] {
    color: #9b59b6 !important;
    background: linear-gradient(135deg, rgba(155, 89, 182, 0.15), rgba(155, 89, 182, 0.05)) !important;
    border: 1px solid rgba(155, 89, 182, 0.3) !important;
    text-shadow: 0 0 10px rgba(155, 89, 182, 0.5) !important;
    box-shadow: 0 0 15px rgba(155, 89, 182, 0.2) !important;
    animation: eliteGlow 3s ease-in-out infinite !important;
}

.package-badge .package-type[data-type="trial"] {
    color: #e74c3c !important;
    background: linear-gradient(135deg, rgba(231, 76, 60, 0.15), rgba(231, 76, 60, 0.05)) !important;
    border: 1px solid rgba(231, 76, 60, 0.3) !important;
    text-shadow: 0 0 10px rgba(231, 76, 60, 0.5) !important;
    box-shadow: 0 0 15px rgba(231, 76, 60, 0.2) !important;
    animation: trialGlow 3s ease-in-out infinite !important;
}

/* Hover effects for package types */
.package-badge .package-type[data-type="premium"]:hover {
    background: linear-gradient(135deg, rgba(255, 215, 0, 0.25), rgba(255, 215, 0, 0.1)) !important;
    transform: scale(1.05) !important;
    box-shadow: 0 0 20px rgba(255, 215, 0, 0.4) !important;
}

.package-badge .package-type[data-type="gold"]:hover {
    background: linear-gradient(135deg, rgba(255, 179, 71, 0.25), rgba(255, 179, 71, 0.1)) !important;
    transform: scale(1.05) !important;
    box-shadow: 0 0 20px rgba(255, 179, 71, 0.4) !important;
}

.package-badge .package-type[data-type="elite"]:hover {
    background: linear-gradient(135deg, rgba(155, 89, 182, 0.25), rgba(155, 89, 182, 0.1)) !important;
    transform: scale(1.05) !important;
    box-shadow: 0 0 20px rgba(155, 89, 182, 0.4) !important;
}

.package-badge .package-type[data-type="trial"]:hover {
    background: linear-gradient(135deg, rgba(231, 76, 60, 0.25), rgba(231, 76, 60, 0.1)) !important;
    transform: scale(1.05) !important;
    box-shadow: 0 0 20px rgba(231, 76, 60, 0.4) !important;
}

/* Ensure proper spacing and positioning */
.profile-header {
    min-height: 60px !important;
}

.profile-info {
    min-width: 0 !important;
    flex: 1 !important;
}

.profile-package-info {
    position: relative !important;
    z-index: 15 !important;
}

/* Package badge animation */
@keyframes packageGlow {
    0%, 100% {
        box-shadow: 0 0 8px rgba(255, 215, 0, 0.4) !important;
    }
    50% {
        box-shadow: 0 0 20px rgba(255, 215, 0, 0.8) !important;
    }
}

/* Package type specific animations */
@keyframes premiumGlow {
    0%, 100% {
        box-shadow: 0 0 8px rgba(255, 215, 0, 0.4) !important;
        text-shadow: 0 0 10px rgba(255, 215, 0, 0.5) !important;
    }
    50% {
        box-shadow: 0 0 20px rgba(255, 215, 0, 0.8) !important;
        text-shadow: 0 0 15px rgba(255, 215, 0, 0.8) !important;
    }
}

@keyframes goldGlow {
    0%, 100% {
        box-shadow: 0 0 8px rgba(255, 179, 71, 0.4) !important;
        text-shadow: 0 0 10px rgba(255, 179, 71, 0.5) !important;
    }
    50% {
        box-shadow: 0 0 20px rgba(255, 179, 71, 0.8) !important;
        text-shadow: 0 0 15px rgba(255, 179, 71, 0.8) !important;
    }
}

@keyframes eliteGlow {
    0%, 100% {
        box-shadow: 0 0 8px rgba(155, 89, 182, 0.4) !important;
        text-shadow: 0 0 10px rgba(155, 89, 182, 0.5) !important;
    }
    50% {
        box-shadow: 0 0 20px rgba(155, 89, 182, 0.8) !important;
        text-shadow: 0 0 15px rgba(155, 89, 182, 0.8) !important;
    }
}

@keyframes trialGlow {
    0%, 100% {
        box-shadow: 0 0 8px rgba(231, 76, 60, 0.4) !important;
        text-shadow: 0 0 10px rgba(231, 76, 60, 0.5) !important;
    }
    50% {
        box-shadow: 0 0 20px rgba(231, 76, 60, 0.8) !important;
        text-shadow: 0 0 15px rgba(231, 76, 60, 0.8) !important;
    }
}

.package-badge {
    animation: packageGlow 4s ease-in-out infinite !important;
    transition: all 0.3s ease !important;
}

.package-badge:hover {
    transform: scale(1.08) !important;
    background: rgba(0, 0, 0, 0.4) !important;
    border-color: rgba(255, 255, 255, 0.5) !important;
}

    .profile-avatar {
        width: 50px !important;
        height: 50px !important;
        border-radius: 50% !important;
        overflow: hidden !important;
        flex-shrink: 0 !important;
        border: 2px solid rgba(255, 255, 255, 0.3) !important;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2) !important;
    }

    .profile-avatar-img {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
        border-radius: 50% !important;
    }

    .profile-info {
        flex: 1 !important;
        display: flex !important;
        flex-direction: column !important;
        gap: 4px !important;
    }

    /* Mobile Profile Images - Keep Original Design */
    .profile-images {
        /* Keep original design, no mobile overrides */
    }

    .main-image-container {
        width: 100% !important;
        height: 100% !important;
        position: relative !important;
    }

    .main-profile-image {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
        border-radius: 12px 0 0 12px !important;
    }

    /* Mobile Horizontal Image Slider */
    .image-slider {
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        height: 100% !important;
        overflow: hidden !important;
        border-radius: 12px 0 0 12px !important;
    }

    .slider-image {
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
        opacity: 0 !important;
        transition: opacity 0.3s ease !important;
        border-radius: 12px 0 0 12px !important;
    }

    .slider-image.active {
        opacity: 1 !important;
    }

    /* Mobile Slider Dots - Horizontal Layout */
    .slider-dots {
        position: absolute !important;
        bottom: 8px !important;
        left: 50% !important;
        transform: translateX(-50%) !important;
        display: flex !important;
        gap: 4px !important;
        z-index: 10 !important;
    }

    .dot {
        width: 6px !important;
        height: 6px !important;
        border-radius: 50% !important;
        background: rgba(255, 255, 255, 0.6) !important;
        cursor: pointer !important;
        transition: all 0.3s ease !important;
        border: 1px solid rgba(255, 255, 255, 0.3) !important;
    }

    .dot.active {
        background: #ffffff !important;
        transform: scale(1.2) !important;
    }

    .dot-image {
        display: none !important;
    }

    /* Mobile Status Badges - Compact */
    .status-badges {
        position: absolute !important;
        top: 4px !important;
        left: 4px !important;
        display: flex !important;
        flex-direction: column !important;
        gap: 2px !important;
        z-index: 10 !important;
    }

    .status-badge {
        padding: 2px 5px !important;
        border-radius: 6px !important;
        font-size: 12px !important;
        font-weight: 600 !important;
        backdrop-filter: blur(10px) !important;
        border: 1px solid rgba(255, 255, 255, 0.2) !important;
        display: flex !important;
        align-items: center !important;
        gap: 2px !important;
        min-width: auto !important;
        max-width: 55px !important;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) !important;
    }

    .premium-badge {
        background: linear-gradient(135deg, rgba(233, 30, 99, 0.9), rgba(156, 39, 176, 0.9)) !important;
        color: white !important;
    }

    .verified-badge {
        background: rgba(39, 174, 96, 0.9) !important;
        color: white !important;
    }

    .nationality-badge {
        background: rgba(52, 73, 94, 0.9) !important;
        color: white !important;
    }

    .premium-icon-badge,
    .verified-icon,
    .flag-icon {
        font-size: 10px !important;
    }

    .badge-text {
        font-size: 10px !important;
        font-weight: 600 !important;
        white-space: nowrap !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
    }

    /* Mobile Profile Info - Horizontal Layout */
    .profile-info {
        flex: 1 !important;
        display: flex !important;
        flex-direction: column !important;
        justify-content: space-between !important;
        padding: 12px !important;
        /* background: white !important; */
    }

    .info-left {
        display: flex !important;
        flex-direction: column !important;
        gap: 8px !important;
    }

    .age-badge {
        display: inline-flex !important;
        align-items: center !important;
        gap: 4px !important;
        padding: 4px 8px !important;
        background: #f8f9fa !important;
        border-radius: 8px !important;
        font-size: 12px !important;
        font-weight: 600 !important;
        color: #495057 !important;
        width: fit-content !important;
    }

    .age-icon {
        font-size: 14px !important;
        color: #6c757d !important;
    }

    .profile-name {
        font-size: 16px !important;
        font-weight: 700 !important;
        color: #2c3e50 !important;
        margin-bottom: 4px !important;
        line-height: 1.2 !important;
    }

    .profile-location {
        display: flex !important;
        align-items: center !important;
        gap: 4px !important;
        font-size: 13px !important;
        color: #6c757d !important;
        margin-bottom: 8px !important;
    }

    .location-icon-header {
        font-size: 14px !important;
        color: #e91e63 !important;
    }

    .profile-description {
        font-size: 13px !important;
        font-weight: 500 !important;
        color: rgba(255, 255, 255, 0.95) !important;
        line-height: 1.4 !important;
        margin-bottom: 8px !important;
        display: inline-block !important;
        width: fit-content !important;
        text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3) !important;
        background: rgba(0, 0, 0, 0.2) !important;
        padding: 4px 8px !important;
        border-radius: 6px !important;
        backdrop-filter: blur(5px) !important;
        border: 1px solid rgba(255, 255, 255, 0.1) !important;
    }

    /* Mobile Profile Header - Visible on mobile */
    .profile-header {
        display: flex !important;
        align-items: center !important;
        gap: 12px !important;
        padding: 15px !important;
        color: white !important;
        position: relative !important;
        z-index: 2 !important;
        background: rgba(255, 255, 255, 0.1) !important;
        backdrop-filter: blur(10px) !important;
        border-radius: 12px !important;
        margin-bottom: 10px !important;
        justify-content: space-between !important;
    }

    /* Profile Avatar in Header */
    .profile-avatar {
        width: 50px !important;
        height: 50px !important;
        border-radius: 50% !important;
        overflow: hidden !important;
        flex-shrink: 0 !important;
        border: 2px solid rgba(255, 255, 255, 0.3) !important;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2) !important;
        position: relative !important;
    }

    .avatar-image {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
        border-radius: 50% !important;
    }

    .status-indicator {
        position: absolute !important;
        bottom: 2px !important;
        right: 2px !important;
        width: 12px !important;
        height: 12px !important;
        border-radius: 50% !important;
        border: 2px solid white !important;
    }

    .status-indicator.online {
        background: #28a745 !important;
    }

    .verification-badge {
        position: absolute !important;
        top: -2px !important;
        right: -2px !important;
        width: 18px !important;
        height: 18px !important;
        background: #007bff !important;
        border-radius: 50% !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        border: 2px solid white !important;
    }

    .verification-badge i {
        color: white !important;
        font-size: 10px !important;
    }

    /* Profile Info in Header */
    .profile-info {
        flex: 1 !important;
        display: flex !important;
        flex-direction: column !important;
        gap: 4px !important;
    }

    .profile-name {
        font-size: 16px !important;
        font-weight: 700 !important;
        color: white !important;
        margin: 0 !important;
        line-height: 1.2 !important;
    }

    .membership-badge {
        display: flex !important;
        flex-direction: column !important;
        gap: 2px !important;
        margin-bottom: 4px !important;
    }

    .badge-text {
        font-size: 12px !important;
        font-weight: 600 !important;
        color: #ffd700 !important;
        background: rgba(255, 215, 0, 0.2) !important;
        padding: 2px 6px !important;
        border-radius: 4px !important;
        width: fit-content !important;
    }

    .badge-subtitle {
        font-size: 11px !important;
        color: rgba(255, 255, 255, 0.8) !important;
        font-weight: 500 !important;
    }

    .basic-info {
        display: flex !important;
        align-items: center !important;
        gap: 8px !important;
        margin-bottom: 4px !important;
    }

    .first-name {
        font-size: 13px !important;
        color: rgba(255, 255, 255, 0.9) !important;
        font-weight: 500 !important;
    }

    .age {
        font-size: 12px !important;
        color: rgba(255, 255, 255, 0.7) !important;
    }

    .location {
        display: flex !important;
        align-items: center !important;
        gap: 4px !important;
        font-size: 12px !important;
        color: rgba(255, 255, 255, 0.8) !important;
    }

    .location i {
        font-size: 10px !important;
        color: #e91e63 !important;
    }

    /* Profile Actions in Header */
    .profile-actions {
        display: flex !important;
        flex-direction: column !important;
        gap: 6px !important;
        align-items: flex-end !important;
    }

    .report-btn {
        display: flex !important;
        align-items: center !important;
        gap: 4px !important;
        padding: 6px 10px !important;
        background: rgba(255, 255, 255, 0.2) !important;
        border: 1px solid rgba(255, 255, 255, 0.3) !important;
        border-radius: 6px !important;
        color: white !important;
        text-decoration: none !important;
        font-size: 11px !important;
        font-weight: 500 !important;
        transition: all 0.3s ease !important;
    }

    .report-btn:hover {
        background: rgba(255, 255, 255, 0.3) !important;
        transform: translateY(-1px) !important;
    }

    .report-btn i {
        font-size: 10px !important;
    }

    /* Mobile Info Right */
    .info-right {
        display: flex !important;
        justify-content: space-between !important;
        align-items: flex-end !important;
        margin-top: auto !important;
    }

    .price-info {
        display: flex !important;
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 4px !important;
    }

    .price-amount {
        font-size: 16px !important;
        font-weight: 700 !important;
        color: #e91e63 !important;
    }

    .price-unit {
        font-size: 11px !important;
        color: #6c757d !important;
        font-weight: 500 !important;
    }

    .action-buttons {
        display: flex !important;
        gap: 6px !important;
    }

    .action-btn {
        width: 32px !important;
        height: 32px !important;
        border-radius: 50% !important;
        border: none !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        font-size: 12px !important;
        transition: all 0.3s ease !important;
        cursor: pointer !important;
    }

    .favorite-btn {
        background: #f8f9fa !important;
        color: #6c757d !important;
        border: 1px solid #e9ecef !important;
    }

    .favorite-btn.active {
        background: #e91e63 !important;
        color: white !important;
    }

    .message-btn {
        background: linear-gradient(135deg, #e91e63, #ad1457) !important;
        color: white !important;
    }

    .action-btn:hover {
        transform: scale(1.1) !important;
    }

    /* Mobile Advertisement Cards */
    .advertisement-card {
        display: flex !important;
        flex-direction: row !important;
        height: 120px !important;
        border-radius: 12px !important;
        background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
        color: white !important;
        overflow: hidden !important;
        cursor: pointer !important;
        transition: all 0.3s ease !important;
        margin-bottom: 1rem !important;
    }

    .advertisement-card:hover {
        transform: translateY(-2px) !important;
        box-shadow: 0 8px 25px rgba(102, 126, 234, 0.3) !important;
    }

    .ad-image-container {
        width: 120px !important;
        height: 120px !important;
        flex-shrink: 0 !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        background: rgba(255, 255, 255, 0.1) !important;
    }

    .ad-placeholder {
        text-align: center !important;
    }

    .ad-placeholder-icon {
        font-size: 2rem !important;
        margin-bottom: 4px !important;
    }

    .ad-placeholder-text {
        font-size: 10px !important;
        opacity: 0.8 !important;
    }

    .ad-info {
        flex: 1 !important;
        padding: 12px !important;
        display: flex !important;
        flex-direction: column !important;
        justify-content: space-between !important;
    }

    .ad-header {
        display: flex !important;
        justify-content: space-between !important;
        align-items: center !important;
        margin-bottom: 8px !important;
    }

    .ad-title {
        font-size: 16px !important;
        font-weight: 700 !important;
    }

    .ad-icon {
        font-size: 1.2rem !important;
    }

    .ad-description {
        font-size: 12px !important;
        opacity: 0.9 !important;
        margin-bottom: 8px !important;
        line-height: 1.3 !important;
    }

    .ad-location-info {
        display: flex !important;
        align-items: center !important;
        gap: 4px !important;
        font-size: 11px !important;
        opacity: 0.8 !important;
    }

    .location-info {
        display: flex !important;
        align-items: center !important;
        gap: 4px !important;
        font-size: 11px !important;
        color: #6c757d !important;
        margin-top: 4px !important;
    }

    .location-icon {
        font-size: 14px !important;
        color: #e91e63 !important;
    }

    .location-text {
        font-size: 11px !important;
        color: #6c757d !important;
    }

    .ad-badge {
        display: inline-flex !important;
        align-items: center !important;
        gap: 4px !important;
        padding: 3px 8px !important;
        background: rgba(255, 255, 255, 0.2) !important;
        border-radius: 6px !important;
        font-size: 10px !important;
        font-weight: 600 !important;
        margin-bottom: 8px !important;
    }

    .ad-action-button {
        width: 32px !important;
        height: 32px !important;
        background: rgba(255, 255, 255, 0.2) !important;
        border-radius: 50% !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        font-size: 14px !important;
        align-self: flex-end !important;
    }

    /* Mobile Grid Layout - Show only one card per row */
    .col-lg-3,
    .col-md-4,
    .col-sm-6,
    .col-12,
    .col-md-6,
    .col-xl-4 {
        width: 100% !important;
        padding: 0 4px !important;
    }

    /* Show all cards */
    .products-grid .col-12,
    .products-grid .col-md-6,
    .products-grid .col-xl-4 {
        display: block !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
        width: 100% !important;
        margin-bottom: 1rem !important;
    }

    /* Bootstrap grid override - mobilde col-12 olmalı */
    .col-12.col-md-6.col-xl-4 {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        width: 100% !important;
    }

    .row {
        margin: 0 -4px !important;
    }

    /* Mobile Touch Interactions */
    .profile-card-new:active,
    .advertisement-card:active {
        transform: scale(0.98) !important;
    }

    /* Mobile Loading States */
    .profile-card-new.loading {
        background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%) !important;
        background-size: 200% 100% !important;
        animation: loading 1.5s infinite !important;
    }

    @keyframes loading {
        0% {
            background-position: 200% 0;
        }
        100% {
            background-position: -200% 0;
        }
    }

    /* Mobile Swipe Gestures */
    .image-slider {
        touch-action: pan-y pinch-zoom !important;
    }

    /* Mobile Performance Optimizations */
    .profile-card-new {
        will-change: transform !important;
        backface-visibility: hidden !important;
    }

    /* Mobile Accessibility */
    .profile-card-new:focus {
        outline: none !important;
        outline-offset: 0 !important;
    }

    .action-btn:focus {
        outline: 2px solid #e91e63 !important;
        outline-offset: 2px !important;
    }

    /* Mobile Image Optimization */
    .main-profile-image,
    .slider-image {
        loading: lazy !important;
    }

    /* Mobile Loading States */
    .profile-card-new::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
        background-size: 200% 100%;
        animation: loading 1.5s infinite;
        z-index: -1;
        border-radius: 12px;
    }

    .profile-card-new.loaded::before {
        display: none;
    }

    /* Mobile Pull to Refresh Indicator */
    .pull-to-refresh {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        height: 60px;
        background: linear-gradient(135deg, #e91e63, #ad1457);
        display: flex;
        align-items: center;
        justify-content: center;
        color: white;
        font-weight: 600;
        transform: translateY(-100%);
        transition: transform 0.3s ease;
        z-index: 10001;
    }

    .pull-to-refresh.show {
        transform: translateY(0);
    }

    /* Mobile Bottom Navigation */
    .mobile-bottom-nav {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        background: rgba(255, 255, 255, 0.95);
        backdrop-filter: blur(15px);
        border-top: 1px solid rgba(0, 0, 0, 0.1);
        padding: 8px 0;
        z-index: 1000;
        display: none;
    }

    @media (max-width: 768px) {
        .mobile-bottom-nav {
            display: flex;
        }
    }

    .mobile-nav-item {
        flex: 1;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 8px;
        color: #6c757d;
        text-decoration: none;
        font-size: 12px;
        transition: color 0.3s ease;
    }

    .mobile-nav-item.active {
        color: #e91e63;
    }

    .mobile-nav-item i {
        font-size: 18px;
        margin-bottom: 4px;
    }

    /* Yaş tasarımı düzeltmeleri */
    .age-badge {
        display: flex !important;
        align-items: center !important;
        gap: 4px !important;
        background: rgba(255, 255, 255, 0.15) !important;
        padding: 4px 8px !important;
        border-radius: 12px !important;
        backdrop-filter: blur(10px) !important;
        border: 1px solid rgba(255, 255, 255, 0.2) !important;
        font-size: 12px !important;
        font-weight: 600 !important;
        color: white !important;
        text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3) !important;
    }

    .age-badge .age-icon {
        font-size: 10px !important;
        color: #ffd700 !important;
    }

    /* Location text daha belirgin */
    .location-text {
        font-weight: 700 !important;
        color: #ffffff !important;
        text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5) !important;
        font-size: 13px !important;
        background: rgba(0, 0, 0, 0.3) !important;
        padding: 3px 8px !important;
        border-radius: 8px !important;
        backdrop-filter: blur(5px) !important;
        border: 1px solid rgba(255, 255, 255, 0.2) !important;
    }

    /* Profil detayları düzenlemesi */
    .profile-details {
        display: flex !important;
        align-items: center !important;
        gap: 8px !important;
        flex-wrap: wrap !important;
    }

    .separator {
        color: rgba(255, 255, 255, 0.6) !important;
        font-weight: bold !important;
    }

    /* Profil lokasyon düzenlemesi */
    .profile-location {
        display: flex !important;
        align-items: center !important;
        gap: 4px !important;
    }

    .location-icon-header {
        color: #ffd700 !important;
        font-size: 12px !important;
    }
}

/* Extra Small Mobile Devices */
@media (max-width: 576px) {
    .container {
        padding-left: 8px;
        padding-right: 8px;
    }

    .profile-card-new {
        /* Keep original design, no mobile overrides */
    }

    .advertisement-card {
        height: 100px !important;
    }

    .ad-image-container {
        width: 100px !important;
        height: 100px !important;
    }

    .profile-name {
        font-size: 14px !important;
    }

    .profile-description {
        font-size: 11px !important;
        font-weight: 500 !important;
        display: inline-block !important;
        width: fit-content !important;
        text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3) !important;
        background: rgba(0, 0, 0, 0.2) !important;
        padding: 2px 6px !important;
        border-radius: 4px !important;
        backdrop-filter: blur(5px) !important;
        border: 1px solid rgba(255, 255, 255, 0.1) !important;
    }

    .price-amount {
        font-size: 14px !important;
    }

    .action-btn {
        width: 28px !important;
        height: 28px !important;
        font-size: 11px !important;
    }

    .col-lg-3,
    .col-md-4,
    .col-sm-6,
    .col-12,
    .col-md-6,
    .col-xl-4 {
        padding: 0 2px !important;
    }

    .row {
        margin: 0 -2px !important;
    }

    /* Extra small mobile card optimizations */
    .mobile-cart-container {
        padding: 2px !important;
    }

    .mobile-card-wrapper {
        padding: 0 1px !important;
    }

    .products-grid .col {
        padding: 2px !important;
    }
}

/* Mobile Landscape Orientation */
@media (max-width: 768px) and (orientation: landscape) {
    .profile-card-new {
        /* Keep original design, no mobile overrides */
    }

    .advertisement-card {
        height: 80px !important;
    }

    .ad-image-container {
        width: 80px !important;
        height: 80px !important;
    }

    .profile-card-new .profile-info {
        /* Keep original design, no mobile overrides */
    }

    .profile-card-new .profile-name {
        /* Keep original design, no mobile overrides */
        margin-bottom: 2px !important;
    }

    .profile-description {
        /* Keep original design, no mobile overrides */
    }

    .price-amount {
        font-size: 13px !important;
    }

    .action-btn {
        width: 24px !important;
        height: 24px !important;
        font-size: 10px !important;
    }
}

/* Mobile Gallery Section Styling */
.mobile-gallery-section {
    margin: 20px 0;
    padding: 0 16px;
}

.gallery-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 16px;
    text-align: center;
}

/* Mobile Profile Card Content Enhancements */
.profile-content {
    flex: 1;
    padding: 12px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.profile-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
    gap: 12px;
}

.profile-name {
    font-size: 1.1rem;
    font-weight: 600;
    color: #333;
    margin: 0;
}

.premium-icon {
    color: #ffd700;
    font-size: 1.2rem;
}

.profile-details {
    margin-bottom: 8px;
}

.detail-item {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 0.875rem;
    color: #666;
    margin-bottom: 4px;
}

.detail-item i {
    width: 14px;
    color: #e91e63;
}

.profile-description {
    font-size: 0.875rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.95);
    line-height: 1.4;
    margin-bottom: 12px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    background: rgba(0, 0, 0, 0.2);
    padding: 6px 10px;
    border-radius: 8px;
    backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.profile-actions {
    display: flex;
    gap: 8px;
    margin-top: auto;
}

.action-btn {
    flex: 1;
    padding: 8px 12px;
    border: none;
    border-radius: 8px;
    font-size: 0.875rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

.action-btn.primary {
    background: #e91e63;
    color: white;
}

.action-btn.primary:hover {
    background: #c2185b;
    transform: translateY(-1px);
}

.action-btn.premium {
    background: linear-gradient(45deg, #ffd700, #ffed4e);
    color: #333;
}

.action-btn.premium:hover {
    background: linear-gradient(45deg, #ffed4e, #ffd700);
    transform: translateY(-1px);
}

/* Mobile Image Placeholder */
.image-placeholder {
    width: 100%;
    height: 100%;
    background: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ccc;
    font-size: 2rem;
}

/* Mobile Loading Skeleton */
.profile-card-new.loading .profile-content {
    background: #f0f0f0;
    border-radius: 8px;
}

.profile-card-new.loading .profile-name,
.profile-card-new.loading .detail-item,
.profile-card-new.loading .profile-description {
    height: 16px;
    border-radius: 4px;
    margin-bottom: 8px;
}

.profile-card-new.loading .profile-name {
    height: 20px;
    width: 70%;
}

.profile-card-new.loading .action-btn {
    background: #e0e0e0;
    color: transparent;
}

/* Mobile Touch Feedback */
.profile-card-new:active {
    transform: scale(0.98);
}

.action-btn:active {
    transform: scale(0.95);
}

/* Mobile Accessibility */
@media (prefers-reduced-motion: reduce) {
    .new-galeri.auto-scroll,
    .premium-card::before,
    .profile-card-new.loading,
    .new-galeri .model-card.loading {
        animation: none;
    }
}

/* Mobile High Contrast Mode */
@media (prefers-contrast: high) {
    .premium-card {
        border: 3px solid #000;
    }

    .premium-badge {
        background: #000;
        color: #fff;
    }

    .action-btn {
        border: 2px solid currentColor;
    }
}

/* Mobile Dark Mode Support */
@media (prefers-color-scheme: dark) {
    .profile-card-new,
    .new-galeri .model-card {
        background: #2d3748;
        color: #e2e8f0;
    }

    .profile-name,
    .new-galeri .model-name {
        color: #e2e8f0;
    }

    .detail-item,
    .new-galeri .model-details {
        color: #a0aec0;
    }

    .gallery-title {
        color: #e2e8f0;
    }
}

/* Mobile Info Grid Styles */
@media (max-width: 768px) {
    .info-grid {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 0.75rem !important;
        margin-top: 1rem !important;
    }

    .info-item {
        display: flex !important;
        align-items: center !important;
        gap: 0.5rem !important;
        padding: 0.75rem !important;
        background: white !important;
        border-radius: 8px !important;
        border: 1px solid #e9ecef !important;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05) !important;
        transition: all 0.3s ease !important;
    }

    .info-item:hover {
        background: #f8f9fa !important;
        transform: translateY(-1px) !important;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1) !important;
    }

    .info-icon {
        width: 32px !important;
        height: 32px !important;
        background: linear-gradient(135deg, #667eea, #764ba2) !important;
        border-radius: 50% !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        color: white !important;
        font-size: 0.8rem !important;
        flex-shrink: 0 !important;
    }

    .info-details {
        display: flex !important;
        flex-direction: column !important;
        gap: 0.2rem !important;
        flex: 1 !important;
        min-width: 0 !important;
    }

    .info-label {
        font-size: 0.7rem !important;
        color: #6c757d !important;
        font-weight: 500 !important;
        text-transform: uppercase !important;
        letter-spacing: 0.3px !important;
        line-height: 1.2 !important;
    }

    .info-value {
        font-size: 0.85rem !important;
        color: #333 !important;
        font-weight: 600 !important;
        line-height: 1.3 !important;
        word-break: break-word !important;
    }
}

/* Extra small screens - maintain two column layout */
@media (max-width: 480px) {
    .info-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 0.4rem !important;
    }

    .info-item {
        padding: 0.5rem !important;
        min-height: 60px !important;
    }

    .info-icon {
        width: 24px !important;
        height: 24px !important;
        font-size: 0.65rem !important;
    }

    .info-label {
        font-size: 0.6rem !important;
        line-height: 1.1 !important;
    }

    .info-value {
        font-size: 0.75rem !important;
        line-height: 1.2 !important;
    }
}

/* Very small screens - still maintain two columns but with smaller elements */
@media (max-width: 360px) {
    .info-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 0.3rem !important;
    }

    .info-item {
        padding: 0.4rem !important;
        min-height: 55px !important;
    }

    .info-icon {
        width: 20px !important;
        height: 20px !important;
        font-size: 0.6rem !important;
    }

    .info-label {
        font-size: 0.55rem !important;
        line-height: 1.1 !important;
    }

    .info-value {
        font-size: 0.7rem !important;
        line-height: 1.2 !important;
    }
}

/* ===== REKLAM ALANLARI STİLLERİ ===== */

/* Ana Reklam Container */
.ad-container {
    width: 100%;
    margin: 2rem 0;
    padding: 0 1rem;
    animation: fadeInUp 0.6s ease-out;
}

/* Reklam Kartı - Gelişmiş Kart Tasarımı */
.profile-card-new.premium-ad,
.profile-card-new.gold-ad,
.profile-card-new.elit-ad {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 20px;
    padding: 2rem;
    box-shadow: 0 15px 35px rgba(102, 126, 234, 0.25);
    position: relative;
    overflow: hidden;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    border: 2px solid rgba(255, 255, 255, 0.15);
    cursor: pointer;
    min-height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(10px);
}

.profile-card-new.premium-ad::before,
.profile-card-new.gold-ad::before,
.profile-card-new.elit-ad::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="ad-pattern" width="25" height="25" patternUnits="userSpaceOnUse"><circle cx="12.5" cy="12.5" r="1.5" fill="white" opacity="0.08"/><circle cx="0" cy="0" r="0.8" fill="white" opacity="0.04"/><circle cx="25" cy="25" r="0.8" fill="white" opacity="0.04"/><circle cx="12.5" cy="0" r="0.5" fill="white" opacity="0.03"/><circle cx="0" cy="12.5" r="0.5" fill="white" opacity="0.03"/></pattern></defs><rect width="100" height="100" fill="url(%23ad-pattern)"/></svg>');
    opacity: 0.6;
    pointer-events: none;
    animation: patternFloat 20s ease-in-out infinite;
}

.profile-card-new.premium-ad::after,
.profile-card-new.gold-ad::after,
.profile-card-new.elit-ad::after {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(45deg, transparent 30%, rgba(255, 255, 255, 0.1) 50%, transparent 70%);
    animation: shimmer 3s infinite;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.profile-card-new.premium-ad:hover::after,
.profile-card-new.gold-ad:hover::after,
.profile-card-new.elit-ad:hover::after {
    opacity: 1;
}

.profile-card-new.premium-ad:hover,
.profile-card-new.gold-ad:hover,
.profile-card-new.elit-ad:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 25px 50px rgba(102, 126, 234, 0.35);
    border-color: rgba(255, 255, 255, 0.3);
}

@keyframes patternFloat {
    0%, 100% { transform: translateY(0px) rotate(0deg); }
    50% { transform: translateY(-5px) rotate(1deg); }
}

@keyframes shimmer {
    0% { transform: translateX(-100%) translateY(-100%) rotate(45deg); }
    100% { transform: translateX(100%) translateY(100%) rotate(45deg); }
}

/* Reklam İçeriği - Gelişmiş Tasarım */
.profile-card-new.premium-ad .ad-content,
.profile-card-new.gold-ad .ad-content,
.profile-card-new.elit-ad .ad-content {
    position: relative;
    z-index: 2;
    text-align: center;
    color: white;
    width: 100%;
    animation: contentFadeIn 0.8s ease-out;
}

@keyframes contentFadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.profile-card-new.premium-ad .ad-badge,
.profile-card-new.gold-ad .ad-badge,
.profile-card-new.elit-ad .ad-badge {
    display: inline-block;
    background: rgba(255, 255, 255, 0.15);
    color: white;
    padding: 0.6rem 1.2rem;
    border-radius: 30px;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 1.2rem;
    backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.25);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.profile-card-new.premium-ad .ad-badge::before,
.profile-card-new.gold-ad .ad-badge::before,
.profile-card-new.elit-ad .ad-badge::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s ease;
}

.profile-card-new.premium-ad .ad-badge:hover::before,
.profile-card-new.gold-ad .ad-badge:hover::before,
.profile-card-new.elit-ad .ad-badge:hover::before {
    left: 100%;
}

.profile-card-new.premium-ad .ad-badge:hover,
.profile-card-new.gold-ad .ad-badge:hover,
.profile-card-new.elit-ad .ad-badge:hover {
    background: rgba(255, 255, 255, 0.25);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.profile-card-new.premium-ad .ad-title,
.profile-card-new.gold-ad .ad-title,
.profile-card-new.elit-ad .ad-title {
    font-size: 1.6rem;
    font-weight: 800;
    margin-bottom: 0.8rem;
    text-shadow: 0 3px 6px rgba(0, 0, 0, 0.4);
    background: linear-gradient(45deg, #fff, #f0f0f0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: titleGlow 2s ease-in-out infinite alternate;
}

@keyframes titleGlow {
    from { filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.3)); }
    to { filter: drop-shadow(0 0 15px rgba(255, 255, 255, 0.6)); }
}

.profile-card-new.premium-ad .ad-description,
.profile-card-new.gold-ad .ad-description,
.profile-card-new.elit-ad .ad-description {
    font-size: 1.05rem;
    opacity: 0.95;
    margin-bottom: 1.8rem;
    line-height: 1.6;
    font-weight: 500;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.profile-card-new.premium-ad .ad-cta,
.profile-card-new.gold-ad .ad-cta,
.profile-card-new.elit-ad .ad-cta {
    display: inline-block;
    background: rgba(255, 255, 255, 0.15);
    color: white;
    padding: 0.9rem 2.5rem;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 700;
    font-size: 0.95rem;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    backdrop-filter: blur(15px);
    border: 2px solid rgba(255, 255, 255, 0.25);
    position: relative;
    overflow: hidden;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.profile-card-new.premium-ad .ad-cta::before,
.profile-card-new.gold-ad .ad-cta::before,
.profile-card-new.elit-ad .ad-cta::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: left 0.6s ease;
}

.profile-card-new.premium-ad .ad-cta:hover::before,
.profile-card-new.gold-ad .ad-cta:hover::before,
.profile-card-new.elit-ad .ad-cta:hover::before {
    left: 100%;
}

.profile-card-new.premium-ad .ad-cta:hover,
.profile-card-new.gold-ad .ad-cta:hover,
.profile-card-new.elit-ad .ad-cta:hover {
    background: rgba(255, 255, 255, 0.25);
    transform: translateY(-3px) scale(1.05);
    color: white;
    text-decoration: none;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
    border-color: rgba(255, 255, 255, 0.4);
}

/* Reklam Animasyonları */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes adPulse {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.02);
    }
}

.ad-card:hover {
    animation: adPulse 2s infinite;
}

/* Mobil Optimizasyonlar - Gelişmiş */
@media (max-width: 768px) {
    .profile-card-new.premium-ad,
    .profile-card-new.gold-ad,
    .profile-card-new.elit-ad {
        padding: 1.5rem;
        border-radius: 16px;
        min-height: 200px;
    }

    .profile-card-new.premium-ad .ad-badge,
    .profile-card-new.gold-ad .ad-badge,
    .profile-card-new.elit-ad .ad-badge {
        font-size: 0.7rem;
        padding: 0.5rem 1rem;
        margin-bottom: 1rem;
        letter-spacing: 1px;
    }

    .profile-card-new.premium-ad .ad-title,
    .profile-card-new.gold-ad .ad-title,
    .profile-card-new.elit-ad .ad-title {
        font-size: 1.4rem;
        margin-bottom: 0.6rem;
        font-weight: 700;
    }

    .profile-card-new.premium-ad .ad-description,
    .profile-card-new.gold-ad .ad-description,
    .profile-card-new.elit-ad .ad-description {
        font-size: 0.95rem;
        margin-bottom: 1.5rem;
        line-height: 1.5;
    }

    .profile-card-new.premium-ad .ad-cta,
    .profile-card-new.gold-ad .ad-cta,
    .profile-card-new.elit-ad .ad-cta {
        padding: 0.7rem 2rem;
        font-size: 0.9rem;
        font-weight: 600;
    }
}

@media (max-width: 480px) {
    .profile-card-new {
        /* Keep original design, no mobile overrides */
    }

    .profile-card-new.premium-ad,
    .profile-card-new.gold-ad,
    .profile-card-new.elit-ad {
        padding: 1.25rem;
        border-radius: 14px;
        min-height: 180px;
    }

    .profile-card-new.premium-ad .ad-badge,
    .profile-card-new.gold-ad .ad-badge,
    .profile-card-new.elit-ad .ad-badge {
        font-size: 0.65rem;
        padding: 0.4rem 0.8rem;
        margin-bottom: 0.8rem;
        letter-spacing: 0.8px;
    }

    .profile-card-new.premium-ad .ad-title,
    .profile-card-new.gold-ad .ad-title,
    .profile-card-new.elit-ad .ad-title {
        font-size: 1.2rem;
        margin-bottom: 0.5rem;
        font-weight: 700;
    }

    .profile-card-new.premium-ad .ad-description,
    .profile-card-new.gold-ad .ad-description,
    .profile-card-new.elit-ad .ad-description {
        font-size: 0.85rem;
        margin-bottom: 1.2rem;
        line-height: 1.4;
    }

    .profile-card-new.premium-ad .ad-cta,
    .profile-card-new.gold-ad .ad-cta,
    .profile-card-new.elit-ad .ad-cta {
        padding: 0.6rem 1.8rem;
        font-size: 0.85rem;
        font-weight: 600;
    }
}

/* Reklam Varyasyonları - Gelişmiş Tasarımlar */
.profile-card-new.premium-ad {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 50%, #f093fb 100%);
    box-shadow: 0 15px 35px rgba(102, 126, 234, 0.3);
}

.profile-card-new.premium-ad:hover {
    box-shadow: 0 25px 50px rgba(102, 126, 234, 0.4);
}

.profile-card-new.gold-ad {
    background: linear-gradient(135deg, #ffd700 0%, #ffed4e 30%, #ffb347 70%, #ff8c00 100%);
    box-shadow: 0 15px 35px rgba(255, 215, 0, 0.3);
}

.profile-card-new.gold-ad:hover {
    box-shadow: 0 25px 50px rgba(255, 215, 0, 0.4);
}

.profile-card-new.elit-ad {
    background: linear-gradient(135deg, #2c3e50 0%, #34495e 30%, #8e44ad 70%, #9b59b6 100%);
    box-shadow: 0 15px 35px rgba(44, 62, 80, 0.4);
}

.profile-card-new.elit-ad:hover {
    box-shadow: 0 25px 50px rgba(44, 62, 80, 0.5);
}

.profile-card-new.special-ad {
    background: linear-gradient(135deg, #ff6b6b 0%, #ee5a24 50%, #ff4757 100%);
    box-shadow: 0 15px 35px rgba(255, 107, 107, 0.3);
}

.profile-card-new.special-ad:hover {
    box-shadow: 0 25px 50px rgba(255, 107, 107, 0.4);
}

/* Reklam Grid Layout */
.ad-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1.5rem;
    margin: 2rem 0;
}

@media (max-width: 768px) {
    .ad-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
        margin: 1.5rem 0;
    }
}

/* Reklam Placeholder */
.ad-placeholder {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border: 2px dashed #dee2e6;
    border-radius: 16px;
    padding: 2rem;
    text-align: center;
    color: #6c757d;
    transition: all 0.3s ease;
}

.ad-placeholder:hover {
    border-color: #667eea;
    background: linear-gradient(135deg, #f1f3f4 0%, #e8eaed 100%);
}

.ad-placeholder-icon {
    font-size: 2rem;
    margin-bottom: 1rem;
    opacity: 0.5;
}

.ad-placeholder-text {
    font-size: 1rem;
    font-weight: 500;
}
