:root {
    --bg-color: #0b0c10;
    --text-main: #ffffff;
    --text-muted: #8b92a5;
    
    /* Brand Colors based on Avatars */
    --color-nexora: #9d4edd; /* Neon Purple from Nexora Avatar */
    --color-music: #ff0a33; /* Neon Red from Nexora Müzik Avatar */
    
    --glass-bg: rgba(10, 11, 15, 0.95);
    --glass-border: rgba(255, 255, 255, 0.1);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Outfit', sans-serif;
}

/* Özel Scrollbar (Kaydırma Çubuğu) Tasarımı */
::-webkit-scrollbar {
    width: 8px; /* İnce ve zarif */
}
::-webkit-scrollbar-track {
    background: var(--bg-dark); /* Arka planla uyumlu zemin */
}
::-webkit-scrollbar-thumb {
    background: rgba(157, 78, 221, 0.4); /* Şeffaf Nexora Moru */
    border-radius: 10px; /* Yuvarlatılmış hatlar */
    transition: 0.3s;
}
::-webkit-scrollbar-thumb:hover {
    background: rgba(157, 78, 221, 0.9); /* Üstüne gelince belirginleşir */
}

body {
    background-color: var(--bg-color);
    color: var(--text-main);
    overflow-x: clip;
    scroll-behavior: smooth;
    cursor: url('data:image/png;base64,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'), auto;
    animation: pageFadeIn 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

@keyframes pageFadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
}

body.fade-out {
    animation: pageFadeOut 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

@keyframes pageFadeOut {
    0% { opacity: 1; }
    100% { opacity: 0; }
}

a, button, .btn-primary, .btn-secondary, .btn-outline {
    cursor: url('data:image/png;base64,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'), pointer !important;
}

/* Navbar */
.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 30px;
    position: fixed;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 95%;
    max-width: 1400px;
    background: rgba(15, 15, 22, 0.75);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    z-index: 1000;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 50px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
}

.logo {
    font-size: 26px;
    font-weight: 800;
    letter-spacing: 1.5px;
    background: linear-gradient(90deg, var(--color-nexora), var(--color-music));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    white-space: nowrap;
    transition: all 0.3s ease;
}

.logo:hover {
    transform: scale(1.05);
    filter: drop-shadow(0 0 15px rgba(157, 78, 221, 0.4));
}

.nav-links {
    display: flex;
    align-items: center;
}

.nav-links a {
    color: rgba(255, 255, 255, 0.85);
    text-decoration: none;
    margin: 0 5px;
    padding: 8px 16px;
    border-radius: 12px;
    font-weight: 600;
    font-size: 16px;
    transition: all 0.3s ease;
}

.nav-links a:hover {
    color: var(--color-nexora);
    background: rgba(157, 78, 221, 0.15);
    transform: translateY(-2px);
}

/* Hamburger Icon */
.hamburger {
    display: none;
    font-size: 24px;
    cursor: pointer;
    margin-left: 20px;
    color: var(--text-main);
}

/* Buttons */
.btn-outline, .btn-primary, .btn-secondary {
    padding: 12px 24px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    cursor: pointer;
    font-size: 15px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
}

.btn-outline {
    border: 1px solid var(--glass-border);
    color: var(--text-main);
}

.btn-outline:hover {
    background: var(--glass-bg);
}

.btn-primary {
    background: var(--color-nexora);
    color: #fff;
    box-shadow: 0 4px 15px rgba(255, 70, 85, 0.3);
}

.btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(255, 70, 85, 0.5);
}

.btn-secondary {
    background: var(--color-music);
    color: #fff;
    box-shadow: 0 4px 15px rgba(114, 137, 218, 0.3);
}

.btn-secondary:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(114, 137, 218, 0.5);
}

/* Hero Section */
.hero {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 10%;
    margin-top: 60px;
    position: relative;
}

/* Glowing background effects */
.hero::before {
    content: '';
    position: absolute;
    top: 20%;
    left: 10%;
    width: 300px;
    height: 300px;
    background: var(--color-nexora);
    filter: blur(150px);
    opacity: 0.2;
    z-index: -1;
}

.hero::after {
    content: '';
    position: absolute;
    bottom: 20%;
    right: 10%;
    width: 300px;
    height: 300px;
    background: var(--color-music);
    filter: blur(150px);
    opacity: 0.2;
    z-index: -1;
}

.hero-content {
    flex: 1;
    max-width: 600px;
    z-index: 2;
}

.badge {
    display: inline-block;
    padding: 6px 15px;
    background: var(--glass-bg);
    border: 1px solid var(--glass-border);
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
    color: var(--text-muted);
    margin-bottom: 25px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.hero h1 {
    font-size: 58px;
    line-height: 1.15;
    margin-bottom: 25px;
    font-weight: 800;
}

.gradient-text {
    background: linear-gradient(90deg, var(--color-nexora), var(--color-music));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hero p {
    font-size: 18px;
    color: var(--text-muted);
    margin-bottom: 45px;
    line-height: 1.7;
}

.hero-buttons {
    display: flex;
    gap: 15px;
}

.hero-visual {
    flex: 1;
    display: flex;
    justify-content: flex-end;
    z-index: 2;
}

.glass-card {
    background: rgba(10, 11, 15, 0.95);
    border: 1px solid var(--glass-border);
    border-radius: 16px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.5);
}

.main-mockup {
    width: 100%;
    max-width: 450px;
    overflow: hidden;
    transform: perspective(1000px) rotateY(-10deg) rotateX(5deg);
    transition: transform 0.5s ease;
    background: #111115 !important;
}

.main-mockup:hover {
    transform: perspective(1000px) rotateY(0deg) rotateX(0deg);
}

.mockup-header {
    background: rgba(0,0,0,0.4);
    padding: 12px 15px;
    display: flex;
    gap: 8px;
    border-bottom: 1px solid var(--glass-border);
}

.dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
}

.dot.red { background: #ff5f56; }
.dot.yellow { background: #ffbd2e; }
.dot.green { background: #27c93f; }

.mockup-body {
    padding: 30px;
    color: var(--text-muted);
    line-height: 2.2;
    font-size: 15px;
}

.mockup-body i {
    margin-right: 12px;
    color: var(--text-main);
    width: 20px;
    text-align: center;
}

/* Sections */
.section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 100px 10%;
    min-height: 80vh;
}

.section.reverse {
    flex-direction: row-reverse;
}

.section-text {
    flex: 1;
    max-width: 500px;
}

.section-text h2 {
    font-size: 42px;
    margin-bottom: 25px;
    font-weight: 800;
}

.nexora-text { color: var(--color-nexora); }
.music-text { color: var(--color-music); }

.section-text p {
    color: var(--text-muted);
    font-size: 18px;
    margin-bottom: 35px;
    line-height: 1.7;
}

.feature-list {
    list-style: none;
}

.feature-list li {
    margin-bottom: 18px;
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 12px;
    font-weight: 600;
    color: #e2e8f0;
}

.feature-list i {
    color: #4ade80;
    font-size: 18px;
}

.section-image {
    flex: 1;
    display: flex;
    justify-content: center;
}

/* Image Placeholders */
.image-placeholder {
    width: 100%;
    max-width: 500px;
    height: 350px;
    background: var(--glass-bg);
    border: 2px dashed var(--glass-border);
    border-radius: 16px;
    .status-container { flex-direction: column; gap: 15px; text-align: center; }
    .status-metrics { flex-wrap: wrap; justify-content: center; gap: 15px; }
}

#particles-js {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    pointer-events: none;
}  color: var(--text-muted);
    transition: border-color 0.3s, background 0.3s;
    cursor: pointer;
}

.image-placeholder i {
    font-size: 48px;
    margin-bottom: 15px;
    opacity: 0.5;
}

.image-placeholder p {
    font-weight: 600;
    font-size: 18px;
}

.image-placeholder small {
    margin-top: 5px;
    opacity: 0.7;
}

.image-placeholder:hover {
    border-color: var(--text-main);
    background: rgba(255, 255, 255, 0.06);
}

/* Add CSS for when real images are inserted */
.image-placeholder img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 14px;
    display: none; /* Hidden by default until JS adds source */
}

.image-placeholder.has-image i,
.image-placeholder.has-image p,
.image-placeholder.has-image small {
    display: none;
}

.image-placeholder.has-image {
    border: none;
    background: transparent;
    height: auto;
    max-width: 380px;
    margin: 0 auto;
    box-shadow: 0 0 30px rgba(157, 78, 221, 0.2);
    padding: 0;
    border-radius: 16px;
}

.image-placeholder.has-image img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 16px;
    transition: transform 0.3s ease;
}

.image-placeholder.has-image:hover img {
    transform: scale(1.02);
}

.small-placeholder {
    height: 220px;
    margin-top: 25px;
}

/* Commands Grid */
.commands-section {
    padding: 100px 10%;
    text-align: center;
    background: linear-gradient(180deg, var(--bg-color) 0%, rgba(11, 12, 16, 0.95) 100%);
}

.commands-header h2 {
    font-size: 42px;
    margin-bottom: 15px;
    font-weight: 800;
}

.commands-header p {
    color: var(--text-muted);
    font-size: 18px;
    margin-bottom: 60px;
}

.commands-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 35px;
}

.command-card {
    padding: 35px;
    text-align: left;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.4s ease, border-color 0.4s ease;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    cursor: pointer;
}

.command-card:hover {
    transform: translateY(-15px) scale(1.03) !important;
    box-shadow: 0 20px 40px rgba(157, 78, 221, 0.2);
    border-color: rgba(157, 78, 221, 0.6);
}

#showcase-music .command-card:hover {
    box-shadow: 0 20px 40px rgba(255, 10, 51, 0.2);
    border-color: rgba(255, 10, 51, 0.6);
}

.command-card img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    margin-top: 15px;
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.cmd-title {
    font-family: monospace;
    font-size: 16px;
    font-weight: 800;
    background: rgba(0,0,0,0.6);
    padding: 12px 15px;
    border-radius: 8px;
    display: inline-block;
    color: #a5b4fc;
    letter-spacing: 1px;
}

/* Footer */
footer {
    border-top: 1px solid var(--glass-border);
    padding: 30px 10%;
    text-align: center;
    background: #070709;
    position: relative;
    z-index: 10;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    flex-wrap: wrap;
    gap: 20px;
}

.footer-logo {
    font-size: 24px;
    font-weight: 900;
    background: linear-gradient(135deg, var(--color-nexora), var(--color-music));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: 1px;
}

.footer-links a {
    color: var(--text-muted);
    text-decoration: none;
    margin: 0 15px;
    font-weight: 600;
    transition: color 0.3s ease;
}

.footer-links a:hover {
    color: var(--text-main);
}

.copyright {
    color: #4b5563;
    font-size: 14px;
    font-weight: 600;
}

/* Animations */
.fade-in {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.8s cubic-bezier(0.2, 0.8, 0.2, 1), transform 0.8s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.fade-in.visible {
    opacity: 1;
    transform: translateY(0);
}

/* Navbar Stats */
.nav-right {
    display: flex;
    align-items: center;
    gap: 15px;
    white-space: nowrap;
}

.navbar-stats, .support-pill {
    position: relative;
    font-size: 13px !important;
    font-weight: 700 !important;
    color: var(--text-main);
    background: rgba(157, 78, 221, 0.1);
    padding: 8px 16px;
    border-radius: 50px !important;
    border: 1px solid rgba(157, 78, 221, 0.3);
    white-space: nowrap;
    display: flex;
    align-items: center;
    gap: 8px;
    box-shadow: 0 0 15px rgba(157, 78, 221, 0.15);
    transition: all 0.3s ease;
    text-decoration: none;
    cursor: pointer;
}

.navbar-stats { cursor: default; }

.navbar-stats:hover, .support-pill:hover {
    background: rgba(157, 78, 221, 0.2);
    box-shadow: 0 0 20px rgba(157, 78, 221, 0.3);
    transform: translateY(-2px);
}

.navbar-stats::before {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    background: #4ade80;
    border-radius: 50%;
    box-shadow: 0 0 8px #4ade80;
    animation: pulse-live 2s infinite;
}

@keyframes pulse-live {
    0% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(74, 222, 128, 0.7); }
    70% { transform: scale(1); box-shadow: 0 0 0 6px rgba(74, 222, 128, 0); }
    100% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(74, 222, 128, 0); }
}

.btn-small {
    padding: 8px 16px;
    font-size: 14px;
}

/* Timeline Section */
.timeline-section {
    padding: 80px 10%;
    text-align: center;
}

.timeline {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-top: 40px;
    flex-wrap: wrap;
}

.timeline-step {
    flex: 1;
    min-width: 250px;
    max-width: 300px;
    background: rgba(10, 11, 15, 0.95);
    padding: 30px;
    border-radius: 12px;
    border: 1px solid var(--glass-border);
    position: relative;
    margin-top: 30px;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.4s ease, border-color 0.4s ease;
    cursor: pointer;
}

.timeline-step:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 20px 40px rgba(157, 78, 221, 0.15);
    border-color: rgba(157, 78, 221, 0.5);
}

.step-icon {
    width: 50px;
    height: 50px;
    background: var(--color-nexora);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 800;
    margin: -55px auto 20px auto;
    box-shadow: 0 4px 15px rgba(157, 78, 221, 0.5);
    border: 4px solid var(--bg-color);
}

.timeline-step h3 {
    font-size: 20px;
    margin-bottom: 10px;
}

.timeline-step p {
    color: var(--text-muted);
    font-size: 15px;
}

/* Comparison Table */
.comparison-section {
    padding: 80px 10%;
    text-align: center;
}

.comparison-table {
    overflow-x: auto;
    margin-top: 40px;
    border-radius: 12px;
}

.comparison-table table {
    width: 100%;
    border-collapse: collapse;
}

.comparison-table th, .comparison-table td {
    padding: 20px;
    text-align: left;
    border-bottom: 1px solid var(--glass-border);
}

.comparison-table th {
    font-size: 18px;
    color: var(--text-main);
    background: rgba(0,0,0,0.3);
}

.comparison-table .highlight-col {
    background: rgba(157, 78, 221, 0.1);
    font-weight: 600;
}

.comparison-table tr:last-child td {
    border-bottom: none;
}

/* Team Section */
.team-section {
    padding: 80px 10%;
    text-align: center;
    border-bottom: 1px solid var(--glass-border);
}

.team-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    margin-top: 40px;
}

.team-card {
    padding: 40px 30px;
    text-align: center;
    min-width: 250px;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.4s ease, border-color 0.4s ease;
    cursor: pointer;
}

.team-card:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 20px 40px rgba(157, 78, 221, 0.15);
    border-color: rgba(157, 78, 221, 0.5);
}

.team-avatar {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, var(--color-nexora), var(--color-music));
    border-radius: 50%;
    margin: 0 auto 20px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    color: white;
    box-shadow: 0 10px 20px rgba(157, 78, 221, 0.2);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.team-avatar img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    transition: transform 0.4s ease;
}



.team-role {
    color: var(--color-nexora);
    font-size: 14px;
    margin-top: 5px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
}

/* Global Top Songs List */
.top-songs-section {
    padding: 60px 10%;
    text-align: center;
}
.top-songs-container {
    max-width: 700px;
    margin: 0 auto;
    padding: 10px 0;
    text-align: left;
}
.top-songs-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.top-songs-list li {
    display: flex;
    align-items: center;
    padding: 18px 25px;
    border-bottom: 1px solid rgba(255,255,255,0.03);
    transition: background 0.3s ease;
}
.top-songs-list li:last-child {
    border-bottom: none;
}
.top-songs-list li:hover {
    background: rgba(255,255,255,0.02);
}
.song-rank {
    font-size: 20px;
    font-weight: 800;
    color: var(--text-muted);
    width: 40px;
}
.top-songs-list li:nth-child(1) .song-rank { color: #ffbd2e; text-shadow: 0 0 10px rgba(255, 189, 46, 0.5); font-size: 24px; }
.top-songs-list li:nth-child(2) .song-rank { color: #e2e8f0; font-size: 22px; }
.top-songs-list li:nth-child(3) .song-rank { color: #b45309; font-size: 22px; }
.song-info {
    flex: 1;
}
.song-name {
    font-size: 16px;
    font-weight: 600;
    color: var(--text-main);
    display: block;
    margin-bottom: 4px;
}
.song-plays {
    font-size: 13px;
    color: #4ade80;
    font-weight: 600;
}
.song-plays i {
    margin-right: 5px;
}

/* Now Playing Widget */
.now-playing-widget {
    position: fixed;
    bottom: 30px;
    left: 30px;
    background: rgba(15, 15, 20, 0.7);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-left: 3px solid var(--color-music);
    border-radius: 36px;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 0;
    z-index: 1000;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5), 0 0 20px rgba(255, 10, 51, 0.15);
    transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    cursor: pointer;
    width: 72px;
    height: 72px;
    overflow: hidden;
}

.now-playing-widget:hover {
    width: 320px;
    padding: 12px 16px;
    border-radius: 12px;
    gap: 15px;
    transform: translateY(-5px);
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.6), 0 0 30px rgba(255, 10, 51, 0.25);
}

.widget-thumbnail {
    width: 48px;
    height: 48px;
    min-width: 48px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    box-shadow: 0 0 15px rgba(0,0,0,0.5);
    border: 2px solid rgba(255,255,255,0.1);
    margin: 12px;
    transition: margin 0.7s cubic-bezier(0.19, 1, 0.22, 1);
}

.now-playing-widget:hover .widget-thumbnail {
    margin: 0;
}

.widget-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    animation: spin-slow 8s linear infinite;
}

.equalizer-overlay {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3px;
    border-radius: 50%;
}

.equalizer-overlay .bar {
    width: 3px;
    background: var(--color-music);
    border-radius: 2px;
    animation: eq-bounce 1s infinite alternate;
}
.equalizer-overlay .bar:nth-child(1) { height: 10px; animation-delay: 0.1s; }
.equalizer-overlay .bar:nth-child(2) { height: 20px; animation-delay: 0.3s; }
.equalizer-overlay .bar:nth-child(3) { height: 12px; animation-delay: 0.0s; }
.equalizer-overlay .bar:nth-child(4) { height: 24px; animation-delay: 0.2s; }

@keyframes eq-bounce {
    0% { height: 4px; }
    100% { height: 20px; }
}

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

.widget-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    opacity: 0;
    width: 230px;
    white-space: nowrap;
    transition: opacity 0.2s ease 0s;
}

.now-playing-widget:hover .widget-info {
    opacity: 1;
    transition: opacity 0.4s ease 0.10s;
}

.widget-title {
    font-size: 11px;
    color: var(--text-muted);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 4px;
    font-weight: 600;
}

.widget-song {
    font-size: 15px;
    font-weight: 700;
    color: var(--text-main);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 220px;
    margin-bottom: 8px;
    text-shadow: 0 2px 4px rgba(0,0,0,0.5);
}

.widget-progress {
    width: 100%;
    height: 4px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 2px;
    overflow: hidden;
}

.progress-bar {
    width: 0%;
    height: 100%;
    background: linear-gradient(90deg, var(--color-nexora), var(--color-music));
    animation: progress-sim 180s linear infinite;
    border-radius: 2px;
}

@keyframes progress-sim {
    0% { width: 0%; }
    100% { width: 100%; }
}

/* FAQ Section */
.faq-section {
    padding: 100px 10%;
    max-width: 900px;
    margin: auto;
}

.faq-header {
    text-align: center;
    margin-bottom: 50px;
}

.faq-header h2 {
    font-size: 42px;
    margin-bottom: 15px;
}

.faq-header p {
    color: var(--text-muted);
    font-size: 18px;
}

.faq-container {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.faq-item {
    background: var(--glass-bg);
    border: 1px solid var(--glass-border);
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.faq-question {
    padding: 20px 25px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.faq-question i {
    transition: transform 0.3s ease;
}

.faq-item.active .faq-question i {
    transform: rotate(180deg);
}

.faq-answer {
    padding: 0 25px;
    max-height: 0;
    overflow: hidden;
    color: var(--text-muted);
    line-height: 1.6;
    transition: max-height 0.4s ease, padding 0.4s ease;
}

.faq-item.active .faq-answer {
    padding: 0 25px 20px 25px;
    max-height: 200px;
}

/* Responsive Design */
@media (max-width: 992px) {
    .hero, .section {
        flex-direction: column;
        text-align: center;
        padding-top: 120px;
    }
    .hero-visual {
        margin-top: 50px;
        justify-content: center;
    }
    .section.reverse {
        flex-direction: column;
    }
    .hero-content, .section-text {
        margin-bottom: 0;
        max-width: 100%;
    }
    .hero-buttons {
        justify-content: center;
    }
    .feature-list {
        display: inline-block;
        text-align: left;
    }
    .feature-list li {
        justify-content: flex-start;
        align-items: flex-start;
    }
    .feature-list i {
        margin-top: 4px;
    }
    .section-image {
        margin-top: 50px;
        width: 100%;
    }
    .main-mockup {
        border-radius: 10px;
        margin-top: 10px;
    }
}

/* Mouse Glow Effect */
#glow {
    position: fixed;
    width: 800px;
    height: 800px;
    background: radial-gradient(circle, rgba(157, 78, 221, 0.08) 0%, rgba(11, 12, 16, 0) 60%);
    border-radius: 50%;
    pointer-events: none;
    transform: translate(-50%, -50%);
    z-index: 1; /* Arka planda kalır */
}

/* Yüksek Z-Index Gereken Bölümler */
.hero, .features, .stats-section, .team, .discord-showcase {
    position: relative;
    z-index: 2;
}

/* Discord Showcase Simulation */
.discord-showcase {
    padding: 40px 10% 80px 10%;
    display: flex;
    justify-content: center;
}
.showcase-container {
    width: 100%;
    max-width: 750px;
}
.discord-window {
    background: #111217; /* Jubbio Derin Arka Plan */
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 30px 80px rgba(0,0,0,0.8);
    font-family: 'Inter', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #e2e8f0;
    border: 1px solid rgba(157, 78, 221, 0.15); /* Jubbio Moru İnce Border */
}
.discord-header {
    background: #0b0c10; /* En karanlık ton */
    padding: 12px 15px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(255,255,255,0.03);
}
.discord-title {
    margin-left: 15px;
    font-weight: 600;
    color: #f2f3f5;
    font-size: 15px;
}
.discord-messages {
    padding: 20px;
    height: 290px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.discord-message {
    display: flex;
    margin-top: 17px;
    opacity: 0;
    transform: translateY(10px);
    animation: messagePop 0.4s forwards cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
@keyframes messagePop {
    to { opacity: 1; transform: translateY(0); }
}
.msg-avatar {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    margin-right: 15px;
    background: #0b0c10;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,0.05);
}
.msg-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.msg-content {
    flex: 1;
}
.msg-header {
    display: flex;
    align-items: baseline;
    margin-bottom: 4px;
}
.msg-author {
    font-weight: 500;
    color: #f2f3f5;
    font-size: 16px;
    margin-right: 8px;
}
.msg-bot-tag {
    background: #9d4edd; /* Jubbio Moru */
    color: white;
    font-size: 10px;
    padding: 2px 5px;
    border-radius: 4px;
    margin-right: 8px;
    font-weight: 700;
    letter-spacing: 0.5px;
}
.msg-time {
    font-size: 12px;
    color: #64748b; /* Daha soft gri */
}
.msg-text {
    font-size: 15px;
    line-height: 1.5;
    color: #cbd5e1;
}
.discord-embed {
    margin-top: 6px;
    background: #1a1c23; /* Embed Arka Planı Jubbio Tonu */
    border-left: 4px solid #4ade80;
    padding: 14px 16px;
    border-radius: 6px;
    max-width: 480px;
    border: 1px solid rgba(255,255,255,0.02);
}
.discord-embed-title {
    font-weight: 700;
    color: #f2f3f5;
    margin-bottom: 5px;
    font-size: 15px;
}
.discord-embed-desc {
    font-size: 14px;
    color: #94a3b8;
}
.discord-embed-desc strong {
    color: #f1f5f9;
}
.discord-input-box {
    padding: 0 16px 24px;
}
.discord-input {
    background: #1a1c23; /* Jubbio Input Arka Planı */
    border-radius: 8px;
    padding: 14px 16px;
    font-size: 15px;
    color: #e2e8f0;
    display: flex;
    align-items: center;
    border: 1px solid rgba(255,255,255,0.05);
}
.discord-input .cursor {
    animation: blink 1s infinite;
    font-weight: bold;
    margin-left: 2px;
}
@keyframes blink {
    0%, 100% { opacity: 1; }
    50% { opacity: 0; }
}

.mobile-auth, .mobile-stats-container {
    display: none;
}

@media (max-width: 768px) {
    .hamburger {
        display: block;
    }
    .nav-right .navbar-stats, .nav-right .support-pill, .desktop-auth {
        display: none !important; /* Mobilde sadece logo ve menü kalsın diye gereksizleri gizle */
    }
    .mobile-stats-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 15px;
        margin-top: 15px;
        padding-top: 15px;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
    }
    .mobile-auth {
        display: flex;
        justify-content: center;
        margin-top: 15px;
    }
    .nav-links {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: rgba(15, 15, 22, 0.95);
        flex-direction: column;
        padding: 20px 0;
        border-radius: 20px;
        border: 1px solid rgba(255, 255, 255, 0.05);
        text-align: center;
    }
    .nav-links.active {
        display: flex;
    }
    .nav-links a {
        margin: 15px 0;
        font-size: 18px;
    }
    .navbar {
        width: 95%;
        padding: 12px 25px;
        top: 10px;
        border-radius: 30px;
    }
    .hero h1 {
        font-size: 42px;
    }
    .hero-buttons {
        flex-direction: column;
    }
    .footer-content {
        flex-direction: column;
    }
    .comparison-table th, .comparison-table td {
        padding: 12px 6px;
        font-size: 13px;
    }
    .comparison-table th {
        font-size: 14px;
    }
}

/* Chatbot Widget CSS */
.chatbot-widget {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 10000;
    font-family: 'Outfit', sans-serif;
}
.chatbot-toggle {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #9d4edd, #ff0a33);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 5px 20px rgba(157, 78, 221, 0.4);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    position: relative;
}
.chatbot-toggle:hover {
    transform: scale(1.1) translateY(-5px);
    box-shadow: 0 10px 25px rgba(157, 78, 221, 0.6);
}
.chatbot-toggle i {
    color: white;
    font-size: 24px;
    transition: 0.3s;
}
.chatbot-tooltip {
    position: absolute;
    right: 75px;
    background: rgba(15, 11, 20, 0.9);
    border: 1px solid rgba(157, 78, 221, 0.3);
    padding: 8px 15px;
    border-radius: 8px;
    color: white;
    font-size: 14px;
    font-weight: 600;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transition: 0.3s;
    transform: translateX(10px);
}
.chatbot-toggle:hover .chatbot-tooltip {
    opacity: 1;
    transform: translateX(0);
}
.chatbot-window {
    position: absolute;
    bottom: 80px;
    right: 0;
    width: 350px;
    height: 500px;
    background: rgba(15, 11, 20, 0.95);
    border: 1px solid rgba(157, 78, 221, 0.3);
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.5), 0 0 20px rgba(157, 78, 221, 0.2);
    backdrop-filter: blur(15px);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    transform: scale(0.8) translateY(20px);
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform-origin: bottom right;
}
.chatbot-window.open {
    transform: scale(1) translateY(0);
    opacity: 1;
    pointer-events: all;
}
.chatbot-header {
    background: linear-gradient(135deg, rgba(157, 78, 221, 0.2), rgba(255, 10, 51, 0.1));
    border-bottom: 1px solid rgba(157, 78, 221, 0.3);
    padding: 15px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.chatbot-header-info {
    display: flex;
    align-items: center;
    gap: 12px;
}
.chatbot-avatar {
    position: relative;
    width: 40px;
    height: 40px;
}
.chatbot-avatar img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 2px solid #9d4edd;
    object-fit: cover;
}
.chatbot-status {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 10px;
    height: 10px;
    background: #00d26a;
    border-radius: 50%;
    border: 2px solid rgba(15, 11, 20, 0.95);
}
.chatbot-header-info h4 {
    color: white;
    margin: 0;
    font-size: 16px;
    font-weight: 700;
}
.chatbot-header-info p {
    color: #aaa;
    margin: 0;
    font-size: 12px;
}
.chatbot-close {
    background: transparent;
    border: none;
    color: rgba(255,255,255,0.6);
    font-size: 20px;
    cursor: pointer;
    transition: 0.2s;
}
.chatbot-close:hover {
    color: #ff3d6e;
    transform: scale(1.1);
}
.chatbot-messages {
    flex: 1;
    padding: 20px;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.chatbot-messages::-webkit-scrollbar {
    width: 6px;
}
.chatbot-messages::-webkit-scrollbar-thumb {
    background: rgba(157, 78, 221, 0.3);
    border-radius: 3px;
}
.chat-message {
    display: flex;
    flex-direction: column;
    max-width: 80%;
}
.chat-message.bot {
    align-self: flex-start;
}
.chat-message.user {
    align-self: flex-end;
}
.message-content {
    padding: 12px 16px;
    border-radius: 12px;
    font-size: 14px;
    color: white;
    line-height: 1.4;
}
.chat-message.bot .message-content {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom-left-radius: 4px;
}
.chat-message.user .message-content {
    background: linear-gradient(135deg, rgba(157, 78, 221, 0.6), rgba(255, 10, 51, 0.4));
    border: 1px solid rgba(157, 78, 221, 0.5);
    border-bottom-right-radius: 4px;
}
.message-time {
    font-size: 11px;
    color: #666;
    margin-top: 5px;
    align-self: flex-end;
}
.chat-message.bot .message-time {
    align-self: flex-start;
}
.chatbot-input-area {
    padding: 15px;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    display: flex;
    gap: 10px;
    background: rgba(0, 0, 0, 0.2);
}
.chatbot-input-area input {
    flex: 1;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    padding: 10px 15px;
    color: white;
    font-family: 'Outfit', sans-serif;
    font-size: 14px;
    outline: none;
    transition: 0.2s;
}
.chatbot-input-area input:focus {
    border-color: rgba(157, 78, 221, 0.5);
    background: rgba(255, 255, 255, 0.08);
}
.chatbot-input-area button {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #9d4edd;
    border: none;
    color: white;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.2s;
}
.chatbot-input-area button:hover {
    transform: scale(1.05);
    background: #ff0a33;
}
.typing-indicator {
    display: inline-flex;
    gap: 4px;
    padding: 4px 8px;
}
.typing-dot {
    width: 6px;
    height: 6px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    animation: typing 1.4s infinite ease-in-out both;
}
.typing-dot:nth-child(1) { animation-delay: -0.32s; }
.typing-dot:nth-child(2) { animation-delay: -0.16s; }
@keyframes typing {
    0%, 80%, 100% { transform: scale(0); }
    40% { transform: scale(1); }
}

