/* ==========================================================================
   AstraWeb V5 - Hyper Premium (Vercel/OpenAI Style)
   ========================================================================== */
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@400;500;700;900&family=Plus+Jakarta+Sans:wght@400;500;600;700&display=swap');

:root {
    --bg-dark: #030303;
    --bg-surface: #0a0a0a;
    --primary: #8b5cf6;
    --primary-light: #c4b5fd;
    --accent: #d946ef;
    --border: rgba(255, 255, 255, 0.08);
    --border-hover: rgba(139, 92, 246, 0.4);
    
    --text: #f8fafc;
    --text-muted: #94a3b8;
    
    --font-head: 'Outfit', sans-serif;
    --font-body: 'Plus Jakarta Sans', sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    background-color: var(--bg-dark);
    color: var(--text);
    font-family: var(--font-body);
    line-height: 1.6;
    overflow-x: hidden;
    cursor: default;
}

/* --- Hyper Premium Parçacıklar & Işıklar --- */
#tsparticles {
    position: fixed; top: 0; left: 0; width: 100vw; height: 100vh;
    z-index: -2; pointer-events: none;
}
.ambient-glow {
    position: fixed; top: -20%; left: 50%; transform: translateX(-50%);
    width: 800px; height: 800px;
    background: radial-gradient(circle, rgba(139, 92, 246, 0.15) 0%, transparent 60%);
    z-index: -1; pointer-events: none;
}
#cursor-glow {
    position: fixed; width: 300px; height: 300px;
    background: radial-gradient(circle, rgba(217, 70, 239, 0.15) 0%, transparent 50%);
    border-radius: 50%; pointer-events: none; z-index: -1;
    transform: translate(-50%, -50%); transition: background 0.2s ease;
}

/* --- Navbar --- */
.navbar {
    position: fixed; top: 0; width: 100%; z-index: 100;
    border-bottom: 1px solid rgba(255,255,255,0.05);
    background: rgba(3, 3, 3, 0.6);
    backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px);
}
.nav-container {
    max-width: 1200px; margin: 0 auto; padding: 1rem 2rem;
    display: flex; justify-content: space-between; align-items: center;
}
.logo { display: flex; align-items: center; gap: 0.8rem; }
.logo-icon {
    width: 35px; height: 35px; border-radius: 10px;
    background: linear-gradient(135deg, var(--primary-light), var(--primary));
    display: flex; align-items: center; justify-content: center;
    color: white; font-size: 1.2rem;
    box-shadow: 0 0 15px rgba(139, 92, 246, 0.4);
}
.logo-text { font-family: var(--font-head); font-weight: 700; font-size: 1.4rem; letter-spacing: 0.5px; }
.nav-links { display: flex; gap: 2rem; }
.nav-links a { color: var(--text-muted); text-decoration: none; transition: 0.2s; font-weight: 500; font-size: 0.95rem; }
.nav-links a:hover { color: var(--text); }
.btn-invite {
    background: white; color: black; padding: 0.5rem 1.2rem;
    border-radius: 8px; text-decoration: none; font-weight: 600; font-size: 0.9rem; transition: 0.2s;
}
.btn-invite:hover { background: #ddd; }

/* --- Split Hero --- */
.hero {
    min-height: 100vh; display: flex; align-items: center;
    padding: 8rem 2rem 4rem; position: relative;
}
.hero-container {
    max-width: 1200px; margin: 0 auto;
    display: flex; align-items: center; gap: 4rem; width: 100%;
}

/* Sol Taraf */
.hero-text-side { flex: 1; z-index: 2; }
.hero-badge {
    display: inline-flex; align-items: center; gap: 0.5rem;
    background: rgba(139, 92, 246, 0.1); border: 1px solid rgba(139, 92, 246, 0.2);
    color: var(--primary-light); padding: 0.4rem 1rem; border-radius: 50px;
    font-size: 0.85rem; font-weight: 600; margin-bottom: 2rem;
}
.hero-title {
    font-family: var(--font-head); font-size: clamp(3.5rem, 5vw, 4.5rem);
    line-height: 1.1; margin-bottom: 1.5rem; font-weight: 900; letter-spacing: -1px;
}
.gradient-text {
    background: linear-gradient(135deg, #fff, var(--primary), var(--accent));
    -webkit-background-clip: text; -webkit-text-fill-color: transparent;
}
.hero-desc { color: var(--text-muted); font-size: 1.1rem; margin-bottom: 2.5rem; max-width: 500px; }
.hero-buttons { display: flex; gap: 1rem; margin-bottom: 3rem; }
.btn-primary, .btn-secondary {
    padding: 1rem 2rem; border-radius: 8px; font-weight: 600; text-decoration: none;
    display: flex; align-items: center; gap: 0.5rem; transition: 0.2s;
}
.btn-primary { background: white; color: black; box-shadow: 0 4px 20px rgba(255, 255, 255, 0.1); }
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 8px 30px rgba(255, 255, 255, 0.2); }
.btn-secondary { background: rgba(255,255,255,0.03); color: var(--text); border: 1px solid var(--border); backdrop-filter: blur(10px); }
.btn-secondary:hover { background: rgba(255,255,255,0.08); transform: translateY(-2px); }

.hero-stats { display: flex; gap: 2rem; padding-top: 2rem; border-top: 1px solid rgba(255,255,255,0.05); }
.h-stat { display: flex; flex-direction: column; }
.h-stat strong { font-size: 1.8rem; font-family: var(--font-head); color: white; }
.h-stat span { color: var(--text-muted); font-size: 0.85rem; text-transform: uppercase; letter-spacing: 1px; }

/* --- Soyut Lüks Glassmorphism Kart (Sağ Taraf) --- */
.hero-visual-side {
    flex: 1; display: flex; justify-content: center; align-items: center;
    position: relative; height: 600px; perspective: 1000px;
}
.hero-glass-card {
    width: 380px; background: rgba(15, 15, 20, 0.4);
    border-radius: 24px; border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 30px 60px rgba(0,0,0,0.6), inset 0 0 40px rgba(139, 92, 246, 0.1);
    backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px);
    overflow: hidden; transform-style: preserve-3d; transition: transform 0.1s ease;
    will-change: transform; display: flex; flex-direction: column;
}

/* Afiş (Banner) */
.glass-banner {
    height: 160px; width: 100%;
    background: url('banner.png') center/cover no-repeat;
    position: relative;
    mask-image: linear-gradient(to bottom, black 60%, transparent 100%);
    -webkit-mask-image: linear-gradient(to bottom, black 60%, transparent 100%);
}

/* Avatar Alanı */
.glass-avatar-container {
    position: relative; align-self: center; margin-top: -60px;
    display: flex; align-items: center; justify-content: center; z-index: 2;
}
.glass-avatar-ring {
    position: absolute; width: 130px; height: 130px;
    border-radius: 50%; border: 2px dashed rgba(168, 85, 247, 0.4);
    animation: spin 10s linear infinite; pointer-events: none;
}
.glass-avatar {
    width: 100px; height: 100px; background: url('avatar.jpg') center/cover no-repeat;
    border-radius: 50%; border: 4px solid #0a0a0c;
    box-shadow: 0 0 30px rgba(168, 85, 247, 0.5);
}
.glass-status {
    position: absolute; bottom: 5px; right: 5px;
    width: 26px; height: 26px; background: #0a0a0c; border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
}
.glass-status .ping {
    width: 14px; height: 14px; background: #22c55e; border-radius: 50%;
    box-shadow: 0 0 10px #22c55e; animation: pulseGlow 2s infinite alternate;
}

/* Yazılar ve Mini İstatistikler */
.glass-info { padding: 25px 20px 35px; text-align: center; }
.glass-title { font-size: 1.8rem; font-weight: 700; color: #fff; margin-bottom: 5px; letter-spacing: 0.5px; }
.glass-subtitle { font-size: 0.95rem; color: #a1a1aa; margin-bottom: 25px; }

.glass-stats-mini { display: flex; gap: 10px; justify-content: center; }
.gs-item {
    display: flex; align-items: center; gap: 8px;
    background: rgba(255,255,255,0.05); padding: 8px 14px;
    border-radius: 50px; font-size: 0.85rem; color: #e4e4e7;
    border: 1px solid rgba(255,255,255,0.08); transition: 0.3s; cursor: default;
}
.gs-item:hover { background: rgba(168, 85, 247, 0.15); border-color: rgba(168, 85, 247, 0.4); transform: translateY(-2px); }
.gs-item i { color: #a855f7; }

@keyframes spin { 100% { transform: rotate(360deg); } }

/* --- Özellikler --- */
.features-section { padding: 6rem 2rem; max-width: 1200px; margin: 0 auto; position: relative; z-index: 5; }
.section-title { text-align: center; margin-bottom: 4rem; }
.section-title h2 { font-size: 3rem; font-family: var(--font-head); margin-bottom: 0.5rem; }
.section-title p { color: var(--text-muted); font-size: 1.1rem; }

.features-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; }
.feature-card {
    background: rgba(10,10,10,0.6); border: 1px solid rgba(255,255,255,0.05);
    border-radius: 16px; padding: 2.5rem; transition: 0.4s;
    position: relative; overflow: hidden; backdrop-filter: blur(10px);
}
.feature-card::before {
    content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%;
    background: radial-gradient(800px circle at var(--mouse-x) var(--mouse-y), rgba(255,255,255,0.06), transparent 40%);
    opacity: 0; transition: opacity 0.3s; z-index: 1; pointer-events: none;
}
.feature-card:hover { transform: translateY(-5px); border-color: rgba(139, 92, 246, 0.3); box-shadow: 0 15px 40px rgba(0,0,0,0.4); }
.feature-card:hover::before { opacity: 1; }

.f-icon {
    width: 50px; height: 50px; background: rgba(139, 92, 246, 0.1);
    border-radius: 12px; display: flex; align-items: center; justify-content: center;
    color: var(--primary-light); font-size: 1.4rem; margin-bottom: 1.5rem;
    border: 1px solid rgba(139, 92, 246, 0.2);
}
.feature-card h3 { font-size: 1.4rem; font-family: var(--font-head); margin-bottom: 1rem; position: relative; z-index: 2; }
.feature-card p { color: var(--text-muted); font-size: 0.95rem; line-height: 1.6; position: relative; z-index: 2; }

/* --- Astra Pro VIP --- */
.astra-pro-vip { padding: 6rem 2rem; max-width: 1200px; margin: 0 auto; position: relative; z-index: 5; }
.pro-container {
    position: relative; background: rgba(10,10,12,0.8); backdrop-filter: blur(20px);
    border: 1px solid rgba(217, 70, 239, 0.15); border-radius: 24px;
    padding: 4rem; text-align: center; overflow: hidden;
}
.vip-glow {
    position: absolute; width: 100%; height: 100%;
    background: radial-gradient(circle at top, rgba(217, 70, 239, 0.1) 0%, transparent 70%);
    top: 0; left: 0; pointer-events: none;
}
.pro-content { position: relative; z-index: 2; }
.pro-badge {
    display: inline-flex; align-items: center; gap: 0.5rem;
    background: rgba(217, 70, 239, 0.1); color: var(--accent);
    padding: 0.4rem 1rem; border-radius: 50px; font-weight: 600;
    font-size: 0.85rem; margin-bottom: 1.5rem; border: 1px solid rgba(217, 70, 239, 0.2);
}
.pro-container h2 { font-size: 3rem; font-family: var(--font-head); margin-bottom: 1rem; }
.gradient-text-vip {
    background: linear-gradient(to right, #d946ef, #fb7185);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent;
}
.pro-container > .pro-content > p { color: var(--text-muted); font-size: 1.1rem; max-width: 600px; margin: 0 auto 3rem; }

.pro-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; margin-bottom: 3rem; }
.p-card {
    background: rgba(0,0,0,0.3); border: 1px solid rgba(255,255,255,0.03);
    border-radius: 16px; padding: 2rem; transition: 0.3s;
}
.p-card:hover { border-color: rgba(217, 70, 239, 0.3); transform: translateY(-5px); background: rgba(217, 70, 239, 0.02); }
.p-card i { font-size: 2rem; color: var(--accent); margin-bottom: 1rem; }
.p-card h4 { font-size: 1.2rem; font-family: var(--font-head); margin-bottom: 0.5rem; }
.p-card p { color: var(--text-muted); font-size: 0.9rem; }

.btn-vip {
    display: inline-flex; align-items: center; gap: 0.5rem;
    background: linear-gradient(135deg, #d946ef, #8b5cf6);
    color: white; padding: 1rem 2.5rem; border-radius: 8px;
    text-decoration: none; font-weight: 600; font-size: 1.1rem; transition: 0.3s;
    box-shadow: 0 5px 20px rgba(217, 70, 239, 0.3);
}
.btn-vip:hover { transform: translateY(-2px); box-shadow: 0 10px 30px rgba(217, 70, 239, 0.5); }
.vip-note { margin-top: 1.5rem; color: #71717a; font-size: 0.85rem; }

@media (max-width: 900px) {
    .hero-container { flex-direction: column; text-align: center; gap: 2rem; }
    .hero-desc { margin: 0 auto 2.5rem; }
    .hero-buttons, .hero-stats { justify-content: center; }
    .features-grid, .pro-grid { grid-template-columns: 1fr; }
    .pro-container { padding: 2rem; }
    #cursor-glow { display: none; }
}

.footer { text-align: center; padding: 3rem 2rem; border-top: 1px solid rgba(255,255,255,0.05); color: var(--text-muted); font-size: 0.9rem; position: relative; z-index: 5; }
