:root {
    --bg-color: #05070a;
    --accent-color: #00f2ff;
    --accent-purple: #7000ff;
    --text-white: #ffffff;
    --text-gray: #94a3b8;
    --glass-bg: rgba(255, 255, 255, 0.03);
    --glass-border: rgba(255, 255, 255, 0.08);
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
    background-color: var(--bg-color);
    color: var(--text-white);
    font-family: 'Space Grotesk', sans-serif;
    line-height: 1.6;
    overflow-x: hidden;
}

/* Background Effects */
.bg-glow, .bg-glow-2 {
    position: fixed; width: 500px; height: 500px; filter: blur(80px); z-index: -1;
}
.bg-glow { top: -10%; right: -10%; background: radial-gradient(circle, rgba(0, 242, 255, 0.15) 0%, transparent 70%); }
.bg-glow-2 { bottom: -10%; left: -10%; background: radial-gradient(circle, rgba(112, 0, 255, 0.1) 0%, transparent 70%); }

/* Navigation */
nav {
    display: flex; justify-content: space-between; align-items: center;
    padding: 20px 10%; position: sticky; top: 0; z-index: 1000;
    backdrop-filter: blur(10px); background: rgba(5, 7, 10, 0.8);
}
.logo { font-size: 1.8rem; font-weight: 700; letter-spacing: -1px; color: #fff; }
.logo span { color: var(--accent-color); }
.nav-links { display: flex; gap: 25px; }
.nav-links a { color: var(--text-white); text-decoration: none; font-size: 0.9rem; transition: 0.3s; }
.nav-links a:hover { color: var(--accent-color); }

/* Sections */
.hero {
    height: 80vh; display: flex; flex-direction: column; 
    justify-content: center; align-items: center; text-align: center; padding: 0 10%;
}
h1 { font-size: 4rem; font-weight: 700; line-height: 1.1; margin-bottom: 20px; }
h1 span { 
    background: linear-gradient(to right, var(--accent-color), var(--accent-purple));
    -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; 
}
.badge {
    background: var(--glass-bg); border: 1px solid var(--glass-border);
    padding: 8px 16px; border-radius: 50px; color: var(--accent-color); font-size: 0.8rem; margin-bottom: 20px;
}
.hero p { color: var(--text-gray); max-width: 600px; font-size: 1.1rem; }

/* About Us */
.about-section { padding: 100px 10%; text-align: center; background: rgba(255,255,255,0.01); }
.about-content { max-width: 700px; margin: 0 auto; color: var(--text-gray); font-size: 1.1rem; }

/* App Grid */
.app-section { padding: 100px 10%; text-align: center; }
.section-title { font-size: 2.2rem; margin-bottom: 40px; }
.app-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 25px; }
.app-card {
    background: var(--glass-bg); border: 1px solid var(--glass-border);
    padding: 30px; border-radius: 20px; text-align: left;
    display: flex; flex-direction: column; justify-content: space-between; transition: 0.3s;
}
.app-card:hover { border-color: var(--accent-color); transform: translateY(-5px); }
.app-links { display: flex; gap: 10px; margin-top: 20px; }
.store-link { 
    font-size: 0.75rem; color: var(--accent-color); text-decoration: none;
    border: 1px solid var(--accent-color); padding: 6px 12px; border-radius: 50px;
}

/* Contact */
.contact-simple { padding: 100px 10%; text-align: center; }
.contact-box {
    background: var(--glass-bg); border: 1px solid var(--glass-border);
    padding: 30px; border-radius: 20px; display: inline-block; margin-top: 20px;
}

/* Footer */
footer { padding: 40px 10%; border-top: 1px solid var(--glass-border); }
.footer-grid { display: flex; justify-content: space-between; align-items: center; margin-bottom: 20px; }
.legal a { color: var(--text-gray); text-decoration: none; margin-left: 15px; font-size: 0.8rem; }
.copyright { color: #444; font-size: 0.75rem; text-align: center; }

/* Mystery Card Effect */
.mystery-card {
    border: 1px dashed var(--accent-purple) !important; /* Kesikli çizgiler yapım aşamasında olduğunu hissettirir */
    background: linear-gradient(145deg, rgba(112, 0, 255, 0.05), rgba(0, 0, 0, 0));
    opacity: 0.8;
}

.mystery-card h3 {
    letter-spacing: 2px;
    color: var(--accent-purple);
}

.store-link.upcoming {
    border-color: var(--text-gray);
    color: var(--text-gray);
    cursor: default;
    opacity: 0.6;
}

/* Küçük bir ışıltı animasyonu */
.mystery-card:hover {
    box-shadow: 0 0 20px rgba(112, 0, 255, 0.2);
    opacity: 1;
}

/* Footer Sol Taraf Yapılandırması */
.footer-left {
    display: flex;
    flex-direction: column;
    gap: 10px; /* Logo ve metin arasındaki mesafe */
}

.footer-contact-info p {
    color: var(--text-gray); /* Mevcut gri tonu kullanıldı */
    font-size: 0.85rem;
    margin: 2px 0;
    font-weight: 300;
}

/* Mevcut footer-grid ayarını kontrol edin (hizalamayı korumak için) */
.footer-grid {
    display: flex;
    justify-content: space-between;
    align-items: flex-start; /* Elemanları yukarı hizalar */
    margin-bottom: 30px;
}


/* Işık Çizgileri Kapsayıcısı */
.light-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1; /* İçeriğin arkasında kalması için */
    overflow: hidden;
}

/* Işık Çizgisi Tasarımı */
.light-beam {
    position: absolute;
    width: 1px; /* Çok ince bir çizgi */
    height: 150px;
    background: linear-gradient(to bottom, transparent, var(--accent-color), transparent);
    opacity: 0.3;
    animation: streaming 8s linear infinite;
}

/* Çizgilerin Konumları ve Hızları (Farklılaştırma) */
.light-beam:nth-child(1) { left: 20%; animation-duration: 6s; animation-delay: 0s; }
.light-beam:nth-child(2) { left: 50%; animation-duration: 9s; animation-delay: 2s; }
.light-beam:nth-child(3) { left: 80%; animation-duration: 7s; animation-delay: 4s; }

/* Akış Animasyonu */
@keyframes streaming {
    0% {
        transform: translateY(-200px);
        opacity: 0;
    }
    10% {
        opacity: 0.3;
    }
    90% {
        opacity: 0.3;
    }
    100% {
        transform: translateY(110vh);
        opacity: 0;
    }
}