/* ANALIZ VE KATALOG SAYFASI LIGHT THEME STİLLERİ */

:root {
    --bg-body: #F9FAFB;
    --surface: #FFFFFF;
    --primary-red: #D32F2F;
    --text-dark: #111827;
    --text-gray: #6B7280;
    --border: #E5E7EB;
    --shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.03);
}

/* FONTS */
.card-title,
h1,
h2,
h3,
h4,
.brand-name,
.b-name {
    font-family: 'Montserrat', sans-serif !important;
    /* Turkish Friendly */
    letter-spacing: -0.5px;
}

/* Sadece Sayılar için Orbitron kullanalım */
.value,
.price,
.cyber-num,
.prediction-val,
.sniper-price div {
    font-family: 'Montserrat', sans-serif !important;
    /* Orbitron riske atılmamalı, Montserrat da gayet şık */
    font-weight: 800;
}

body {
    background-color: var(--bg-body);
    color: var(--text-dark);
    font-family: 'Inter', sans-serif;
}

/* ANA CONTAINER */
.analiz-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    padding-bottom: 50px;
    margin-left: auto;
    /* Nav fix: Main content already handles margin */
}

/* GRID YAPISI */
.analiz-grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 25px;
}

/* KARTLAR (LIGHT THEME) */
.cyber-card {
    background: var(--surface);
    border-radius: 16px;
    padding: 25px;
    border: 1px solid var(--border);
    margin-bottom: 25px;
    position: relative;
    box-shadow: var(--shadow);
    transition: 0.3s;
}

.cyber-card:hover {
    border-color: #FECDD3;
}

/* Hafif kırmızı */

.card-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.95rem;
    font-weight: 800;
    margin-bottom: 20px;
    color: var(--text-dark);
    display: flex;
    align-items: center;
    gap: 10px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.card-title i {
    color: var(--primary-red);
}

/* 1. GRAFİK MODÜLÜ */
.chart-container {
    height: 350px;
    width: 100%;
}

/* 2. STAT PILLS */
.hero-stats {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 30px;
}

.stat-pill {
    flex: 1;
    background: var(--surface);
    padding: 20px;
    border-radius: 16px;
    text-align: center;
    border: 1px solid var(--border);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.05);
    transition: 0.2s;
}

.stat-pill:hover {
    transform: translateY(-5px);
}

.stat-pill .label {
    display: block;
    font-size: 0.75rem;
    color: var(--text-gray);
    margin-bottom: 8px;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.stat-pill .value {
    font-size: 1.5rem;
    font-weight: 800;
    color: var(--text-dark);
    font-family: 'Orbitron';
}

/* 4. AI ANALİST KARTI */
.ai-card {
    background: #FFFBEB;
    /* Sarımsı */
    border: 1px solid #FCD34D;
    color: #92400E;
}

.ai-text {
    font-size: 1rem;
    line-height: 1.7;
    margin-bottom: 15px;
}

/* 6. GELECEK TAHMİNİ */
.prediction-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #FFFFFF;
    padding: 20px;
    border-radius: 12px;
    margin-top: 20px;
    border: 1px solid #F3F4F6;
}

.prediction-val {
    font-size: 1.8rem;
    font-weight: 900;
    font-family: 'Orbitron';
}

.trend-up {
    color: #059669;
}

.trend-down {
    color: #DC2626;
}

/* 7. SNIPER LİSTESİ */
.sniper-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    border-bottom: 1px solid #F3F4F6;
    transition: 0.2s;
    text-decoration: none;
    color: inherit;
    background: #fff;
    border-radius: 8px;
    margin-bottom: 8px;
    border: 1px solid transparent;
}

.sniper-item:hover {
    background: #FFF1F2;
    border-color: #FECDD3;
    transform: translateX(5px);
}

.sniper-info h4 {
    margin: 0;
    font-size: 0.95rem;
    color: #111827;
    font-weight: 700;
}

.sniper-info span {
    font-size: 0.8rem;
    color: #6B7280;
    font-weight: 500;
}

.sniper-price div {
    color: #D32F2F !important;
    font-family: 'Orbitron';
}

.sniper-price .badge {
    background: #DC2626;
    color: #fff;
    font-size: 0.65rem;
    padding: 3px 8px;
    border-radius: 20px;
    margin-left: 5px;
    font-weight: 700;
    letter-spacing: 0.5px;
}

/* 8. ŞEHİR LİSTESİ */
.city-item {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid #F3F4F6;
    font-size: 0.9rem;
    color: #374151;
    font-weight: 500;
}

.city-item span:last-child {
    color: #6B7280;
    font-weight: 400;
}

/* 9. CROSS LINK CHIPS */
.link-chip {
    padding: 12px 20px;
    border-radius: 50px;
    background: #F3F4F6;
    color: #4B5563;
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 600;
    transition: 0.2s;
    text-align: center;
    border: 1px solid transparent;
}

.link-chip:hover {
    background: #FFF1F2;
    color: #D32F2F;
    border-color: #FECDD3;
}

/* MOBİL (RESPONSIVE) */
@media (max-width: 900px) {
    .analiz-grid {
        grid-template-columns: 1fr;
    }

    .hero-stats {
        overflow-x: auto;
        padding-bottom: 10px;
    }

    .stat-pill {
        min-width: 140px;
    }

    .app-header {
        display: flex;
    }

    .sticky-cta {
        display: block;
    }
}

/* BUTTONS */
.btn-primary {
    background: #D32F2F;
    color: white;
    border: none;
    padding: 16px;
    border-radius: 12px;
    font-weight: 700;
    width: 100%;
    font-size: 1rem;
    box-shadow: 0 4px 10px rgba(211, 47, 47, 0.3);
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    display: block;
    transition: 0.3s;
}

.btn-primary:hover {
    background: #B91C1C;
    transform: translateY(-3px);
}

.sticky-cta {
    position: fixed;
    bottom: 20px;
    left: 20px;
    right: 20px;
    z-index: 998;
    display: none;
}