/* Premium Kullanıcı Özellikleri CSS */

/* Premium Profil Sayfası Stilleri */
.premium-profile-section {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 16px;
    padding: 24px;
    margin: 20px 0;
    color: white;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.premium-badge {
    display: inline-block;
    background: linear-gradient(45deg, #ff6b6b, #feca57);
    color: white;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 2px 8px rgba(255,107,107,0.3);
}

.professional-level-badge {
    display: inline-block;
    background: linear-gradient(45deg, #28a745, #20c997);
    color: white;
    padding: 4px 10px;
    border-radius: 16px;
    font-size: 11px;
    font-weight: bold;
    margin-left: 8px;
    box-shadow: 0 2px 6px rgba(40,167,69,0.3);
}

/* Forum Mesajlarında Premium Gösterimi */
.bbp-author-premium-info {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 8px;
}

.bbp-author-premium-badge {
    display: inline-block;
    background: linear-gradient(45deg, #ff6b6b, #feca57);
    color: white;
    padding: 2px 8px;
    border-radius: 12px;
    font-size: 11px;
    font-weight: bold;
    animation: pulse 2s infinite;
}

.bbp-author-professional-level {
    display: inline-block;
    background: #28a745;
    color: white;
    padding: 2px 6px;
    border-radius: 10px;
    font-size: 10px;
    font-weight: bold;
}

/* Konu Başlıklarında Premium Gösterimi */
.bbp-topic-author-premium-info {
    margin-top: 8px;
    display: flex;
    align-items: center;
    gap: 8px;
}

/* Kullanıcı Listesinde Premium Gösterimi */
.bbp-user-list-premium-info {
    margin-top: 5px;
    display: flex;
    align-items: center;
    gap: 5px;
}

/* Kullanıcı Kartlarında Premium Gösterimi */
.bbp-user-card-premium-info {
    margin: 10px 0;
    padding: 8px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border-radius: 8px;
    text-align: center;
    box-shadow: 0 2px 8px rgba(102, 126, 234, 0.3);
}

/* Kullanıcı İmzalarında Premium Gösterimi */
.bbp-user-signature-premium {
    margin-top: 10px;
    padding: 8px;
    background: #f8f9fa;
    border-left: 4px solid #28a745;
    border-radius: 4px;
    font-size: 12px;
}

/* Forum Kullanıcı Profilinde Premium Gösterimi */
.bbp-user-premium-info {
    margin: 10px 0;
    padding: 10px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.3);
}

/* Forum Mesajlarında Hover Efektleri */
.bbp-author-premium-badge:hover,
.bbp-author-professional-level:hover {
    transform: scale(1.05);
    transition: transform 0.2s ease;
}

/* Forum Kullanıcı Avatar Çerçevesi */
.bbp-user-avatar.premium {
    position: relative;
}

.bbp-user-avatar.premium::after {
    content: '🌟';
    position: absolute;
    top: -5px;
    right: -5px;
    font-size: 14px;
    background: white;
    border-radius: 50%;
    padding: 2px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

/* Forum Mesaj Başlıklarında Premium İkonu */
.bbp-topic-title .premium-author::before {
    content: '🌟';
    margin-right: 5px;
    font-size: 12px;
}

/* Forum Kullanıcı İstatistiklerinde Premium Gösterimi */
.bbp-user-stats .premium-indicator {
    display: inline-block;
    background: linear-gradient(45deg, #ff6b6b, #feca57);
    color: white;
    padding: 2px 6px;
    border-radius: 10px;
    font-size: 10px;
    font-weight: bold;
    margin-left: 5px;
}

/* Forum Yanıtlarında Premium Bilgileri */
.bbp-reply-premium-info {
    margin-top: 10px;
    padding: 8px;
    background: #f8f9fa;
    border-left: 4px solid #28a745;
    border-radius: 4px;
    font-size: 12px;
}

.bbp-reply-premium-info .premium-badge {
    display: inline-block;
    padding: 2px 8px;
    background: linear-gradient(45deg, #ff6b6b, #feca57);
    color: white;
    border-radius: 12px;
    font-weight: bold;
    margin-right: 8px;
}

.bbp-reply-premium-info .professional-level-badge {
    display: inline-block;
    padding: 2px 8px;
    background: #28a745;
    color: white;
    border-radius: 12px;
    font-weight: bold;
}

/* Forum Yanıtlarında Premium Kullanıcı Avatar */
.bbp-reply-author.premium .bbp-author-avatar {
    position: relative;
}

.bbp-reply-author.premium .bbp-author-avatar::after {
    content: '🌟';
    position: absolute;
    top: -5px;
    right: -5px;
    font-size: 14px;
    background: white;
    border-radius: 50%;
    padding: 2px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

/* Forum Yanıtlarında Premium Kullanıcı Adı */
.bbp-reply-author.premium .bbp-author-name {
    color: #667eea;
    font-weight: bold;
}

.bbp-reply-author.premium .bbp-author-name::before {
    content: '🌟 ';
    margin-right: 5px;
}

/* Firma Reklam Sistemi Stilleri */
.forum-advertisements {
    margin: 20px 0;
}

.forum-advertisements h3 {
    color: #28a745;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
    text-align: center;
}

/* Sidebar Reklamları */
.sidebar-ads {
    background: #f8f9fa;
    padding: 15px;
    border-radius: 8px;
    border: 1px solid #e9ecef;
}

.sidebar-ads .ad-item {
    background: white;
    padding: 15px;
    border-radius: 8px;
    border: 2px solid #28a745;
    margin-bottom: 15px;
    transition: all 0.3s ease;
}

.sidebar-ads .ad-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(40, 167, 69, 0.2);
}

/* Üst Reklamları */
.top-ads {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 30px;
}

.top-ads .ad-item {
    background: rgba(255, 255, 255, 0.1);
    padding: 15px;
    border-radius: 8px;
    margin-bottom: 10px;
    transition: all 0.3s ease;
}

.top-ads .ad-item:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: scale(1.02);
}

/* Premium Reklamları */
.premium-ads {
    background: linear-gradient(45deg, #ff6b6b, #feca57);
    color: white;
    padding: 20px;
    border-radius: 10px;
    margin: 20px 0;
}

.premium-ads .ad-item {
    background: rgba(255, 255, 255, 0.2);
    padding: 20px;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.premium-ads .ad-item:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: scale(1.03);
}

/* Reklam Paketleri */
.advertisement-packages {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    margin: 20px 0;
}

.package-card {
    border: 2px solid #ddd;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    transition: all 0.3s ease;
    background: white;
}

.package-card:hover {
    border-color: #28a745;
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.package-card h3 {
    color: #28a745;
    margin-bottom: 15px;
    font-size: 20px;
}

.package-card .price {
    font-size: 24px;
    font-weight: bold;
    color: #667eea;
    margin-bottom: 15px;
}

.package-card .description {
    margin-bottom: 15px;
    color: #666;
}

.package-card ul {
    list-style: none;
    padding: 0;
    margin-bottom: 20px;
}

.package-card li {
    margin: 5px 0;
    color: #333;
}

.package-card .button {
    background: #28a745;
    color: white;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 5px;
    display: inline-block;
    transition: all 0.3s ease;
}

.package-card .button:hover {
    background: #218838;
    transform: scale(1.05);
}

/* Reklam Durumu Göstergeleri */
.status-active {
    color: #28a745;
    font-weight: bold;
}

.status-expired {
    color: #dc3545;
    font-weight: bold;
}

/* Responsive Tasarım */
@media (max-width: 768px) {
    .advertisement-packages {
        grid-template-columns: 1fr;
    }
    
    .package-card {
        margin-bottom: 20px;
    }
    
    .forum-advertisements {
        margin: 15px 0;
    }
    
    .top-ads, .premium-ads {
        padding: 15px;
    }
}

/* Header Reklam Menüsü Stilleri */
.menu-item .badge {
    display: inline-block;
    background: linear-gradient(45deg, #ff6b6b, #feca57);
    color: white;
    font-size: 10px;
    font-weight: bold;
    padding: 2px 6px;
    border-radius: 10px;
    margin-left: 5px;
    min-width: 20px;
    text-align: center;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}

/* Reklam menüsü hover efekti */
.menu-item a[href*="reklam"]:hover,
.menu-item a[href*="reklam-paketleri"]:hover {
    color: #ff6b6b !important;
    text-decoration: none;
}

/* Alt menü stilleri */
.menu-item-has-children .sub-menu {
    background: white;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    padding: 8px 0;
    min-width: 200px;
}

.menu-item-has-children .sub-menu li {
    padding: 0;
    margin: 0;
}

.menu-item-has-children .sub-menu a {
    padding: 8px 16px;
    display: block;
    color: #374151;
    text-decoration: none;
    transition: all 0.3s ease;
    border-radius: 4px;
    margin: 2px 8px;
}

.menu-item-has-children .sub-menu a:hover {
    background: #f3f4f6;
    color: #ff6b6b;
    transform: translateX(5px);
}

/* Reklam menüsü özel stilleri */
#reklamlar-menu > a {
    font-weight: bold;
    color: #ff6b6b !important;
}

#reklamlar-menu > a:hover {
    background: rgba(255, 107, 107, 0.1);
    border-radius: 6px;
}

/* Responsive menü tasarımı */
@media (max-width: 768px) {
    .menu-item .badge {
        font-size: 9px;
        padding: 1px 4px;
        min-width: 16px;
    }
    
    .menu-item-has-children .sub-menu {
        min-width: 180px;
        margin-left: 10px;
    }
    
    .menu-item-has-children .sub-menu a {
        padding: 6px 12px;
        font-size: 14px;
    }
}

/* Forum Reklam Alanları Responsive Tasarım */
@media (max-width: 768px) {
    .forum-advertisements {
        margin: 15px 0;
    }
    
    .sidebar-ads, .top-ads, .premium-ads, .forum-index-advertisements {
        padding: 15px;
        margin: 10px 0;
    }
    
    .forum-index-advertisements h3 {
        font-size: 18px;
    }
    
    .forum-index-ad {
        padding: 12px !important;
        margin-bottom: 8px !important;
    }
    
    .forum-index-ad div {
        font-size: 14px !important;
    }
    
    .ad-item {
        margin-bottom: 10px;
        padding: 12px;
    }
    
    .ad-item div {
        font-size: 13px;
    }
    
    /* Reklam yok mesajları responsive */
    .no-ads-message {
        padding: 15px !important;
    }
    
    .no-ads-message h4 {
        font-size: 14px !important;
    }
    
    .no-ads-message p {
        font-size: 12px !important;
    }
    
    .no-ads-message a {
        padding: 6px 12px !important;
        font-size: 11px !important;
    }
}

/* Reklam yok mesajları hover efektleri */
.no-ads-message a:hover {
    background: rgba(255,255,255,0.35) !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.3) !important;
}

/* Reklam alanları animasyonları */
.forum-advertisements {
    animation: fadeInUp 0.6s ease-out;
}

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

/* Premium Profil Kartı */
.premium-profile-card {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 20px;
    padding: 30px;
    color: white;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.premium-profile-card::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 70%);
    animation: rotate 20s linear infinite;
}

.premium-profile-card h3 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px;
    position: relative;
    z-index: 1;
}

.premium-profile-card p {
    font-size: 16px;
    opacity: 0.9;
    position: relative;
    z-index: 1;
}

/* Animasyonlar */
@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.05); }
    100% { transform: scale(1); }
}

@keyframes rotate {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

/* Premium Özellik Listesi */
.premium-features-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.premium-features-list li {
    padding: 12px 0;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    display: flex;
    align-items: center;
    gap: 12px;
}

.premium-features-list li:last-child {
    border-bottom: none;
}

.premium-features-list li::before {
    content: '✨';
    font-size: 18px;
}

/* Mesleki Seviye Seçimi */
.professional-level-selector {
    background: white;
    border-radius: 12px;
    padding: 20px;
    margin: 20px 0;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
}

.professional-level-option {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px;
    border: 2px solid #e5e7eb;
    border-radius: 8px;
    margin: 8px 0;
    cursor: pointer;
    transition: all 0.3s ease;
}

.professional-level-option:hover {
    border-color: #667eea;
    background: #f8fafc;
}

.professional-level-option.selected {
    border-color: #667eea;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
}

.professional-level-emoji {
    font-size: 24px;
}

.professional-level-text {
    font-weight: 600;
}

/* Responsive Tasarım */
@media (max-width: 768px) {
    .premium-profile-card {
        padding: 20px;
    }
    
    .premium-profile-card h3 {
        font-size: 20px;
    }
    
    .bbp-author-premium-info {
        flex-direction: column;
        align-items: flex-start;
        gap: 4px;
    }
}

/* Premium Durum Göstergesi */
.premium-status-indicator {
    position: relative;
    display: inline-block;
}

.premium-status-indicator::after {
    content: '🌟';
    position: absolute;
    top: -8px;
    right: -8px;
    font-size: 16px;
    animation: bounce 2s infinite;
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% { transform: translateY(0); }
    40% { transform: translateY(-10px); }
    60% { transform: translateY(-5px); }
}

/* Premium Kullanıcı Avatar Çerçevesi */
.premium-user-avatar {
    position: relative;
    display: inline-block;
}

.premium-user-avatar::before {
    content: '';
    position: absolute;
    top: -4px;
    left: -4px;
    right: -4px;
    bottom: -4px;
    background: linear-gradient(45deg, #ff6b6b, #feca57, #667eea, #764ba2);
    border-radius: 50%;
    z-index: -1;
    animation: rotate 3s linear infinite;
}

/* Premium Mesaj Kutusu */
.premium-message-box {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 12px;
    padding: 20px;
    color: white;
    margin: 20px 0;
    position: relative;
    overflow: hidden;
}

.premium-message-box::before {
    content: '🌟';
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 20px;
    opacity: 0.3;
}

/* Premium Özellik Butonları */
.premium-feature-btn {
    background: linear-gradient(45deg, #ff6b6b, #feca57);
    color: white;
    border: none;
    padding: 12px 24px;
    border-radius: 25px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(255,107,107,0.3);
}

.premium-feature-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255,107,107,0.4);
}

/* Premium Bilgi Kartları */
.premium-info-card {
    background: white;
    border-radius: 16px;
    padding: 24px;
    margin: 16px 0;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
    border-left: 4px solid #667eea;
    transition: all 0.3s ease;
}

.premium-info-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 30px rgba(0,0,0,0.15);
}

.premium-info-card h4 {
    color: #667eea;
    font-weight: bold;
    margin-bottom: 12px;
}

.premium-info-card p {
    color: #6b7280;
    margin: 0;
}

/* WooCommerce standart tasarım kullanılıyor - özel stiller kaldırıldı */

/* Havale Ödeme Yöntemi Banka Bilgileri Stilleri */
.wc-bacs-bank-details {
    background: #f8fafc;
    border-radius: 12px;
    padding: 20px;
    margin: 15px 0;
    border: 1px solid #e2e8f0;
}

.wc-bacs-bank-details-account-name {
    color: #1e40af;
    font-size: 1.25rem;
    font-weight: bold;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 2px solid #3b82f6;
}

.wc-bacs-bank-details li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
    border-bottom: 1px solid #e5e7eb;
    font-size: 14px;
}

.wc-bacs-bank-details li:last-child {
    border-bottom: none;
}

.wc-bacs-bank-details strong {
    color: #374151;
    font-weight: 600;
    min-width: 120px;
}

.wc-bacs-bank-details .value {
    color: #1f2937;
    font-weight: 500;
    text-align: right;
    word-break: break-all;
}

/* Havale talimatları */
.wc-bacs-instructions {
    background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
    border: 1px solid #3b82f6;
    border-radius: 12px;
    padding: 20px;
    margin: 20px 0;
    color: #1e40af;
    font-weight: 500;
}

.wc-bacs-instructions p {
    margin: 0;
    line-height: 1.6;
}

/* Responsive tasarım */
@media (max-width: 768px) {
    .wc-bacs-bank-details li {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    
    .wc-bacs-bank-details strong {
        min-width: auto;
    }
    
    .wc-bacs-bank-details .value {
        text-align: left;
    }
}
