/* Ana Sayfa Özel Stilleri */
.hero-section {
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
    padding: 80px 0;
    color: white;
    position: relative;
    overflow: hidden;
}

.hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('/frontend/images/pattern-coin.png') repeat;
    opacity: 0.05;
}

.hero-content {
    position: relative;
    z-index: 1;
}

.hero-title {
    font-size: 3.5rem;
    font-weight: 800;
    margin-bottom: 20px;
    text-shadow: 0 4px 20px rgba(0,0,0,0.3);
}

.hero-subtitle {
    font-size: 1.3rem;
    opacity: 0.9;
    margin-bottom: 30px;
}

.hero-stats {
    display: flex;
    gap: 40px;
    margin-top: 40px;
}

.hero-stat {
    text-align: center;
}

.hero-stat-value {
    font-size: 2.5rem;
    font-weight: 700;
    color: #ffd700;
}

.hero-stat-label {
    font-size: 0.9rem;
    opacity: 0.8;
}

.hero-search {
    max-width: 500px;
}

.hero-search .input-group {
    background: white;
    border-radius: 50px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0,0,0,0.3);
}

.hero-search input {
    border: none;
    padding: 18px 25px;
    font-size: 16px;
}

.hero-search button {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border: none;
    padding: 18px 35px;
    color: white;
    font-weight: 600;
}

/* VCoins Canlı Bölümü */
.vcoins-live-section {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    padding: 60px 0;
    color: white;
}

.vcoins-live-section .section-title {
    color: white;
}

.vcoins-coin-card {
    background: white;
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
    height: 100%;
}

.vcoins-coin-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.2);
}

.vcoins-coin-card img {
    width: 100%;
    height: 180px;
    object-fit: contain;
    background: #f8f9fa;
    padding: 15px;
}

.vcoins-coin-card .card-body {
    padding: 15px;
}

.vcoins-coin-card .card-title {
    font-size: 13px;
    font-weight: 600;
    color: #333;
    height: 36px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.vcoins-coin-card .price {
    font-size: 18px;
    font-weight: bold;
    color: #28a745;
}

.vcoins-badge {
    position: absolute;
    top: 10px;
    right: 10px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 3px 8px;
    border-radius: 12px;
    font-size: 10px;
}

/* Loading Skeleton */
.skeleton {
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: skeleton-loading 1.5s infinite;
    border-radius: 8px;
}

@keyframes skeleton-loading {
    0% { background-position: 200% 0; }
    100% { background-position: -200% 0; }
}

.skeleton-card {
    background: white;
    border-radius: 12px;
    overflow: hidden;
    height: 300px;
}

.skeleton-img {
    height: 180px;
    background: #f0f0f0;
}

.skeleton-text {
    height: 16px;
    margin: 10px 15px;
}

.skeleton-price {
    height: 24px;
    width: 80px;
    margin: 10px 15px;
}

/* Kategori Kartları */
.category-card {
    background: white;
    border-radius: 16px;
    padding: 30px;
    text-align: center;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.category-card:hover {
    transform: translateY(-5px);
    border-color: #667eea;
    box-shadow: 0 10px 30px rgba(102, 126, 234, 0.2);
}

.category-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    font-size: 36px;
}

.category-card h5 {
    font-weight: 700;
    margin-bottom: 10px;
}

.category-card .count {
    color: #666;
    font-size: 14px;
}

/* Sikke Kartları */
.coin-card {
    background: white;
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
    border: 1px solid #eee;
}

.coin-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.coin-card .coin-img {
    height: 200px;
    background: #f8f9fa;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.coin-card .coin-img img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.coin-card .card-body {
    padding: 15px;
}

.section-title {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 10px;
}

.section-subtitle {
    color: #666;
    margin-bottom: 30px;
}

/* Satıcılar */
.dealer-badge {
    display: inline-block;
    background: #f8f9fa;
    padding: 8px 16px;
    border-radius: 20px;
    margin: 5px;
    transition: all 0.3s;
}

.dealer-badge:hover {
    background: #667eea;
    color: white;
}

/* Popüler Arama Kartları */
.popular-search-card {
    display: block;
    background: white;
    border-radius: 16px;
    padding: 25px 20px;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 2px solid #eee;
    height: 100%;
}

.popular-search-card:hover {
    transform: translateY(-8px);
    border-color: #667eea;
    box-shadow: 0 15px 40px rgba(102, 126, 234, 0.2);
}

.popular-search-card .search-icon {
    font-size: 36px;
    margin-bottom: 12px;
}

.popular-search-card h6 {
    color: #333;
    font-weight: 700;
    margin-bottom: 8px;
    font-size: 14px;
}

.popular-search-card .search-tag {
    display: inline-block;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 4px 12px;
    border-radius: 15px;
    font-size: 11px;
    font-weight: 600;
}

/* Nasıl Çalışır Kartları */
.how-it-works-card {
    background: white;
    border-radius: 20px;
    padding: 40px 30px;
    text-align: center;
    position: relative;
    box-shadow: 0 5px 30px rgba(0,0,0,0.08);
    height: 100%;
}

.how-it-works-card .step-number {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 18px;
    box-shadow: 0 5px 20px rgba(102, 126, 234, 0.4);
}

.how-it-works-card .step-icon {
    font-size: 48px;
    margin-bottom: 20px;
}

.how-it-works-card h5 {
    font-weight: 700;
    margin-bottom: 12px;
    color: #333;
}

.how-it-works-card p {
    color: #666;
    font-size: 14px;
    margin: 0;
    line-height: 1.6;
}

/* İstatistik Bölümü */
.stat-item {
    padding: 20px;
}

.stat-number {
    font-size: 3rem;
    font-weight: 800;
    color: #ffd700;
    text-shadow: 0 2px 10px rgba(255, 215, 0, 0.3);
}

.stat-label {
    color: rgba(255,255,255,0.8);
    font-size: 14px;
    margin-top: 5px;
}

@media (max-width: 768px) {
    .stat-number {
        font-size: 2rem;
    }
    
    .popular-search-card {
        padding: 20px 15px;
    }
    
    .how-it-works-card {
        padding: 35px 20px;
    }
    
    .hero-title {
        font-size: 2rem;
    }
    
    .hero-stats {
        gap: 20px;
        flex-wrap: wrap;
    }
    
    .hero-stat-value {
        font-size: 1.8rem;
    }
}
