/* ============================================
   Katman 1 index — istatistik şeridi (Katman 0 ile aynı cam / gradient sayılar)
   Koşul: hero’da .layer1-hero-banner sınıfı
   ============================================ */

body:has(.layer1-hero-banner) .layer-premium-stats-box {
    background: linear-gradient(145deg,
            rgba(8, 10, 22, 0.92) 0%,
            rgba(18, 16, 40, 0.9) 45%,
            rgba(12, 22, 42, 0.92) 100%) !important;
    border: 1px solid rgba(124, 156, 255, 0.22) !important;
    border-radius: 20px !important;
    box-shadow:
        0 20px 56px rgba(0, 0, 0, 0.5),
        0 0 0 1px rgba(167, 139, 250, 0.08),
        inset 0 1px 0 rgba(255, 255, 255, 0.06) !important;
    backdrop-filter: blur(18px) saturate(160%) !important;
    -webkit-backdrop-filter: blur(18px) saturate(160%) !important;
}

body:has(.layer1-hero-banner) .layer-premium-stats-box::before {
    height: 2px !important;
    background: linear-gradient(90deg,
            transparent 0%,
            rgba(56, 189, 248, 0.7) 25%,
            rgba(167, 139, 250, 0.85) 50%,
            rgba(56, 189, 248, 0.7) 75%,
            transparent 100%) !important;
}

body:has(.layer1-hero-banner) .layer-premium-stats-box::after {
    background:
        radial-gradient(ellipse 55% 40% at 15% 20%, rgba(124, 156, 255, 0.12), transparent 55%),
        radial-gradient(ellipse 50% 45% at 88% 75%, rgba(167, 139, 250, 0.1), transparent 55%) !important;
}

body:has(.layer1-hero-banner) .layer-premium-stats-box:hover {
    border-color: rgba(167, 139, 250, 0.35) !important;
    box-shadow:
        0 24px 64px rgba(0, 0, 0, 0.55),
        0 0 40px rgba(124, 156, 255, 0.08),
        inset 0 1px 0 rgba(255, 255, 255, 0.08) !important;
}

body:has(.layer1-hero-banner) .layer-premium-stat-item {
    background: linear-gradient(160deg,
            rgba(22, 26, 48, 0.88) 0%,
            rgba(14, 16, 32, 0.92) 100%) !important;
    border: 1px solid rgba(124, 156, 255, 0.14) !important;
    border-radius: 14px !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

body:has(.layer1-hero-banner) .layer-premium-stat-item:hover {
    background: linear-gradient(160deg,
            rgba(32, 36, 62, 0.95) 0%,
            rgba(20, 22, 44, 0.96) 100%) !important;
    border-color: rgba(56, 189, 248, 0.35) !important;
    box-shadow:
        0 8px 28px rgba(0, 0, 0, 0.4),
        0 0 20px rgba(167, 139, 250, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.06) !important;
}

body:has(.layer1-hero-banner) .layer-premium-stat-icon {
    background: linear-gradient(145deg,
            rgba(56, 189, 248, 0.15) 0%,
            rgba(99, 102, 241, 0.18) 100%) !important;
    border: 1px solid rgba(125, 211, 252, 0.28) !important;
    color: #c4d4ff !important;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.35);
}

body:has(.layer1-hero-banner) .layer-premium-stat-item:hover .layer-premium-stat-icon {
    background: linear-gradient(145deg,
            rgba(56, 189, 248, 0.28) 0%,
            rgba(167, 139, 250, 0.22) 100%) !important;
    border-color: rgba(196, 181, 253, 0.45) !important;
    color: #eef2ff !important;
    box-shadow: 0 6px 20px rgba(124, 156, 255, 0.2);
}

body:has(.layer1-hero-banner) .layer-premium-stat-number {
    background: linear-gradient(135deg, #e0e7ff 0%, #7dd3fc 45%, #c4b5fd 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

body:has(.layer1-hero-banner) .layer-premium-stat-item:hover .layer-premium-stat-number {
    filter: brightness(1.08);
}

body:has(.layer1-hero-banner) .layer-premium-stat-label {
    color: rgba(180, 185, 212, 0.92) !important;
    font-weight: 600;
    letter-spacing: 0.02em;
}

body:has(.layer1-hero-banner) .layer-premium-stat-item:hover .layer-premium-stat-label {
    color: #f1f5f9 !important;
}

/* Hızlı Başlangıç — kart başlıkları (global gradient #1A1F2E → düşük kontrast) */
.layer1-index-page .l1-index-features .feature-card-title {
    letter-spacing: -0.03em;
    text-wrap: balance;
}

.layer1-index-page .l1-index-features .feature-card-primary .feature-card-title {
    background: linear-gradient(135deg, #f8fafc 0%, #bae6fd 42%, #38bdf8 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #e0f2fe;
}

.layer1-index-page .l1-index-features .feature-card-secondary .feature-card-title {
    background: linear-gradient(135deg, #f8fafc 0%, #a5f3fc 40%, #818cf8 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #e0e7ff;
}

.layer1-index-page .l1-index-features .feature-card-accent .feature-card-title {
    background: linear-gradient(135deg, #f8fafc 0%, #ddd6fe 38%, #7dd3fc 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #eef2ff;
}
