/* ========================================================================
   DOWNLOAD.CSS - PREMIUM İNDİRME TERMİNALİ TASARIM SİSTEMİ
   ======================================================================== */

/* --- 1. SAYAÇ & İÇERİK ANİMASYONLARI --- */
.hidden-content { opacity: 0; transform: translateY(20px); transition: opacity 0.8s ease, transform 0.8s ease; }
.show-content { opacity: 1; transform: translateY(0); }
.fade-in-up { animation: fadeInUp 0.5s ease forwards; }
@keyframes fadeInUp { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }

/* --- 2. ÖZEL HEADER (Sayfa Başlığı) --- */
.patch-header-custom { background-size: cover; background-position: center; padding: 120px 0 80px 0; position: relative; border-bottom: 4px solid var(--primary); }
.patch-header-custom::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.85); z-index: 1; }
.patch-header-custom h1, .patch-header-custom p, .patch-header-custom i { color: #ffffff !important; text-shadow: 0 2px 5px rgba(0,0,0,0.8) !important; position: relative; z-index: 2; }

/* --- 3. ANA BİLGİ KUTULARI (Trust Bar Stili Terminal) --- */
.premium-terminal-box { background: linear-gradient(145deg, #15181a 0%, #0d0f11 100%) !important; border: 1px solid rgba(255,255,255,0.05) !important; border-radius: 16px !important; box-shadow: 0 10px 30px rgba(0,0,0,0.2) !important; position: relative !important; overflow: hidden !important; }
.premium-terminal-box::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px; background: linear-gradient(90deg, transparent, var(--primary), transparent); opacity: 0.6; pointer-events: none; }
[data-theme="light"] .premium-terminal-box { background: #ffffff !important; border-color: #e5e5e5 !important; box-shadow: 0 5px 20px rgba(0,0,0,0.05) !important; }

/* --- 4. İNDİRME LİSTESİ SATIRLARI (Dark Neumorphism) --- */
.premium-download-item { background: rgba(0,0,0,0.2) !important; border: 1px solid rgba(255,255,255,0.05) !important; border-radius: 12px !important; transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important; position: relative; overflow: hidden; }
.premium-download-item:hover { background: rgba(255,255,255,0.02) !important; border-color: rgba(var(--primary-rgb, 241, 196, 15), 0.4) !important; transform: translateY(-4px) !important; box-shadow: 0 10px 25px rgba(0,0,0,0.2) !important; }
[data-theme="light"] .premium-download-item { background: #f8f9fa !important; border-color: #e5e5e5 !important; }
[data-theme="light"] .premium-download-item:hover { background: #fff !important; border-color: var(--primary) !important; }

/* --- 5. BAŞLIKLAR (Lazer Alt Çizgili) --- */
.terminal-heading { position: relative; border-bottom: 1px solid rgba(255,255,255,0.05); padding-bottom: 12px; margin-bottom: 25px; }
.terminal-heading::after { content: ''; position: absolute; bottom: -1px; left: 0; width: 60px; height: 2px; background-color: var(--primary); box-shadow: 0 0 10px var(--primary); border-radius: 2px; z-index: 10; }
[data-theme="light"] .terminal-heading { border-bottom-color: rgba(0,0,0,0.05); }

/* --- 6. PREMIUM KART STİLLERİ (Bunlar Da İlginizi Çekebilir Alanı İçin) --- */
.premium-grid-card { display: block; position: relative; border-radius: 12px !important; overflow: hidden; aspect-ratio: 16/9 !important; text-decoration: none !important; border: 1px solid rgba(255,255,255,0.03) !important; background: linear-gradient(145deg, #15181a 0%, #0d0f11 100%) !important; transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.3s ease, border-color 0.3s ease !important; box-shadow: 0 5px 15px rgba(0,0,0,0.15); }
.premium-grid-card:hover { transform: translateY(-6px) !important; border-color: rgba(var(--primary-rgb, 241, 196, 15), 0.5) !important; box-shadow: 0 12px 25px rgba(0,0,0,0.3) !important; z-index: 2; }
.premium-grid-card img { width: 100%; height: 100%; object-fit: cover; opacity: 0.8; transition: transform 0.5s ease, opacity 0.3s ease; }
.premium-grid-card:hover img { transform: scale(1.08); opacity: 0.4; }
.premium-card-overlay { position: absolute; inset: 0; display: flex; flex-direction: column; justify-content: space-between; padding: 12px; background: linear-gradient(to top, rgba(0,0,0,0.95) 0%, rgba(0,0,0,0.2) 50%, rgba(0,0,0,0.6) 100%); pointer-events: none; }
.premium-card-top { display: flex; justify-content: space-between; align-items: flex-start; }
.premium-card-badge { background: rgba(255,255,255,0.15); backdrop-filter: blur(4px); -webkit-backdrop-filter: blur(4px); color: #fff !important; padding: 3px 8px; border-radius: 6px; font-size: 0.65rem; font-weight: 700; display: inline-flex; align-items: center; gap: 4px; border: 1px solid rgba(255,255,255,0.1); }
.premium-card-title { color: #fff; font-family: 'Rajdhani', sans-serif; font-size: 1rem; font-weight: 700; line-height: 1.2; margin-bottom: 6px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-shadow: 0 2px 4px rgba(0,0,0,0.8); }
.premium-card-meta { display: flex; justify-content: space-between; font-size: 0.65rem; color: rgba(255,255,255,0.7); font-weight: 600; }
@media (hover: hover) and (pointer: fine) { .reveal-badges { opacity: 0; transform: translateY(-10px); transition: all 0.3s ease; } .premium-grid-card:hover .reveal-badges { opacity: 1; transform: translateY(0); } }
[data-theme="light"] .premium-grid-card { background: #ffffff !important; border-color: #e5e5e5 !important; box-shadow: 0 5px 15px rgba(0,0,0,0.05); }
[data-theme="light"] .premium-card-title { color: #fff; }

/* --- 7. EFEKTLER, BUTONLAR VE REKLAMLAR --- */
.s3-glow-bg { animation: glowPulse 4s infinite alternate; }
@keyframes glowPulse { 0% { opacity: 0.2; } 100% { opacity: 0.6; } }
.progress-ring__circle { stroke-dasharray: 326; stroke-dashoffset: 0; transition: stroke-dashoffset 1s linear; transform: rotate(-90deg); transform-origin: 50% 50%; }
.pulse-icon { animation: pulseIcon 2s infinite; }
@keyframes pulseIcon { 0% { transform: scale(1); text-shadow: 0 0 0 rgba(255, 193, 7, 0); } 50% { transform: scale(1.15); text-shadow: 0 0 10px rgba(255, 193, 7, 0.8); } 100% { transform: scale(1); text-shadow: 0 0 0 rgba(255, 193, 7, 0); } }
.pulse-btn { animation: pulseBtn 2s infinite; }
@keyframes pulseBtn { 0% { box-shadow: 0 0 0 0 rgba(255, 193, 7, 0.7); } 70% { box-shadow: 0 0 0 10px rgba(255, 193, 7, 0); } 100% { box-shadow: 0 0 0 0 rgba(255, 193, 7, 0); } }

/* Reklam Alanı Yedek Sınıfları */
.ad-slot-wrapper { width: 100%; margin: 20px 0; display: flex; flex-direction: column; align-items: center; justify-content: center; background-color: rgba(0,0,0,0.02); border-radius: 8px; position: relative; overflow: hidden; }
.ad-fallback-simple { display: none; text-align: center; padding: 15px; }
.actual-ad { width: 100%; display: flex; justify-content: center; }