@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@600;700;800;900&family=Teko:wght@500;600;700&family=Marcellus&display=swap');

:root {
    /* Premium Color Palette Based on Image */
    --gold-highlight: #fff2c8;
    --gold-primary: #e5b35c;
    --gold-dark: #8c5b1b;
    --gold-border: #b9893d;
    
    --red-dark: #3a0a06;
    --red-panel: #54100c;
    --red-blood: #82100a;
    
    --bg-deep: #0f0705;
    --bg-panel: #1a0b08;
    
    --text-glow: 0 0 15px rgba(229, 179, 92, 0.4);
    --box-shadow-premium: 0 15px 35px rgba(0,0,0,0.9), inset 0 0 40px rgba(0,0,0,0.9);
    
    --font-heading: 'Cinzel', serif;
    --font-accent: 'Teko', sans-serif;
    --font-body: 'Marcellus', serif;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    cursor: url('assets/images/cursor_pick.cur'), auto;
}

a, button, .music-toggle, .mute-toggle, .feature-item, .premium-card, summary {
    cursor: url('assets/images/cursor_pick.cur'), pointer !important;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 110px;
}

body {
    font-family: var(--font-body);
    background-color: var(--bg-deep);
    color: #dfccc0;
    overflow-x: hidden;
    background-image: radial-gradient(circle at 50% 0%, #301712 0%, var(--bg-deep) 70%);
}

/* ========================================= */
/* NAVBAR (Premium Desktop & Mobile)         */
/* ========================================= */
.navbar {
    position: fixed;
    top: 0;
    width: 100%;
    background: linear-gradient(to bottom, rgba(15, 7, 5, 0.98), rgba(26, 11, 8, 0.85));
    backdrop-filter: blur(20px);
    z-index: 1000;
    border-bottom: 2px solid rgba(229, 179, 92, 0.4);
    box-shadow: 0 10px 30px rgba(0,0,0,0.9);
}

.nav-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 15px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hamburger {
    display: none;
    background: transparent;
    border: none;
    color: var(--gold-primary);
    font-size: 28px;
    cursor: pointer;
    text-shadow: 0 0 10px rgba(229, 179, 92, 0.5);
}

.nav-menu {
    display: flex;
    gap: 35px;
    align-items: center;
}

.nav-menu a:not(.nav-btn) {
    color: #dfccc0;
    font-family: var(--font-heading);
    text-decoration: none;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    transition: all 0.3s ease;
    position: relative;
    padding: 8px 0;
    text-shadow: 0 2px 4px rgba(0,0,0,0.8);
}

.nav-menu a:not(.nav-btn)::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0%;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--gold-primary), transparent);
    transition: width 0.3s ease;
    box-shadow: 0 0 10px var(--gold-primary);
}

.nav-menu a:not(.nav-btn):hover {
    color: var(--gold-highlight);
    text-shadow: 0 0 15px rgba(229, 179, 92, 0.8), 0 2px 4px #000;
}

.nav-menu a:not(.nav-btn):hover::after {
    width: 100%;
}

.nav-btn.discord {
    background: linear-gradient(135deg, rgba(130, 16, 10, 0.8), rgba(60, 10, 6, 0.9));
    padding: 12px 28px;
    border-radius: 4px;
    color: var(--gold-highlight);
    font-family: var(--font-heading);
    font-weight: 800;
    font-size: 16px;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-decoration: none;
    border: 1px solid var(--gold-primary);
    box-shadow: 0 0 15px rgba(130, 16, 10, 0.6), inset 0 0 15px rgba(229, 179, 92, 0.2);
    position: relative;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    animation: btnPulse 2s infinite;
}

.nav-btn.discord i {
    margin-right: 8px;
    font-size: 18px;
    color: #fff;
    filter: drop-shadow(0 0 5px rgba(255,255,255,0.5));
}

@keyframes btnPulse {
    0% { box-shadow: 0 0 15px rgba(130, 16, 10, 0.6), inset 0 0 15px rgba(229, 179, 92, 0.2); }
    50% { box-shadow: 0 0 25px rgba(229, 179, 92, 0.6), inset 0 0 20px rgba(229, 179, 92, 0.4); border-color: var(--gold-highlight); }
    100% { box-shadow: 0 0 15px rgba(130, 16, 10, 0.6), inset 0 0 15px rgba(229, 179, 92, 0.2); }
}

.nav-btn.discord:hover {
    transform: scale(1.05) translateY(-2px);
    background: linear-gradient(135deg, rgba(180, 20, 15, 0.9), rgba(80, 15, 10, 0.9));
    color: #fff;
    border-color: #fff;
    animation: none;
    box-shadow: 0 10px 25px rgba(130, 16, 10, 0.9), inset 0 0 25px rgba(229, 179, 92, 0.6);
}

/* ========================================= */
/* HERO SECTION & METIN2 BADGES              */
/* ========================================= */
.hero-section {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 100px; 
    position: relative;
    overflow: hidden;
    background-color: var(--bg-deep);
}

.hero-video-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
    pointer-events: none;
    opacity: 0.8;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
    /* Dark gradient over video + subtle noise pattern effect if possible, but gradient is fine to hide bad quality */
    background: 
        radial-gradient(circle at center, rgba(15,7,5,0.4) 0%, rgba(15,7,5,0.9) 80%, var(--bg-deep) 100%),
        linear-gradient(to bottom, rgba(58, 10, 6, 0.3) 0%, rgba(15, 7, 5, 0.95) 100%);
    background-blend-mode: multiply;
}

.hero-content {
    width: 100%;
    max-width: 1100px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 2;
    padding-bottom: 50px;
}

/* Arvion2 Logo Wrapper */
.hero-logo {
    margin-bottom: -10px; /* Reduced from 20px to bring elements closer to logo */
    position: relative;
}

.hero-logo::after {
    content: '';
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    width: 120%; height: 120%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.15) 0%, transparent 60%);
    z-index: -1;
    pointer-events: none;
}

.hero-logo img {
    width: 600px;
    max-width: 90vw;
    filter: drop-shadow(0 15px 25px rgba(0,0,0,0.9));
    animation: floatingLogo 6s ease-in-out infinite;
}

@keyframes floatingLogo {
    0% { transform: translateY(0px) scale(1); }
    50% { transform: translateY(-15px) scale(1.02); }
    100% { transform: translateY(0px) scale(1); }
}

/* ---------- Golden Text Gradient Utility ---------- */
.gold-text {
    background: linear-gradient(to bottom, var(--gold-highlight) 0%, var(--gold-primary) 50%, var(--gold-dark) 100%);
    -webkit-background-clip: text;
    background-clip: text; /* Compatibility fix */
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(0px 3px 5px rgba(0,0,0,0.9));
}

/* ========================================= */
/* YAYINCILAR                                */
/* ========================================= */
.yayinci-scroll {
    display: flex;
    gap: 16px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x proximity;
    padding: 6px 2px 14px;
    margin-top: 8px;
    -webkit-overflow-scrolling: touch;
}

.yayinci-scroll::-webkit-scrollbar {
    height: 10px;
}

.yayinci-scroll::-webkit-scrollbar-track {
    background: rgba(20, 12, 10, 0.9);
    border-radius: 999px;
}

.yayinci-scroll::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, rgba(229, 179, 92, 0.95), rgba(140, 91, 27, 0.95));
    border-radius: 999px;
}

.yayinci-card {
    min-width: 220px;
    max-width: 220px;
    flex: 0 0 auto;
    scroll-snap-align: start;
    text-decoration: none;
    color: inherit;
    background: linear-gradient(180deg, rgba(37, 18, 14, 0.95) 0%, rgba(22, 10, 8, 0.98) 100%);
    border: 1px solid rgba(185, 137, 61, 0.3);
    border-radius: 10px;
    padding: 14px 14px 12px;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.45);
    transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.yayinci-card:hover {
    transform: translateY(-4px);
    border-color: var(--gold-primary);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.55), 0 0 12px rgba(229, 179, 92, 0.25);
}

.yayinci-img-wrap {
    width: 100%;
    aspect-ratio: 1/1;
    border-radius: 8px;
    background: rgba(8, 4, 3, 0.9);
    border: 1px solid rgba(185, 137, 61, 0.25);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
}

.yayinci-img {
    width: 74%;
    height: 74%;
    object-fit: contain;
}

.yayinci-card h3 {
    font-family: var(--font-heading);
    font-size: 18px;
    color: var(--gold-highlight);
    margin-bottom: 6px;
}

.yayinci-card p {
    font-size: 13px;
    color: #c9b7ab;
}

/* ========================================= */
/* HERO SECTION CINEMATIC CONTENT            */
/* ========================================= */
.hero-center-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100%;
    max-width: 900px;
    z-index: 2;
    animation: fadeIn 1.5s ease-out;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

.hero-tagline {
    font-family: var(--font-heading);
    font-size: 55px;
    font-weight: 900;
    letter-spacing: 5px;
    margin-bottom: 40px;
    text-shadow: 0 5px 25px rgba(0,0,0,1);
    line-height: 1.1;
}

/* ---------- Countdown Widget ---------- */
.countdown-wrapper {
    background: linear-gradient(135deg, rgba(84, 16, 12, 0.4) 0%, rgba(26, 11, 8, 0.6) 100%);
    border: 1px solid rgba(229, 179, 92, 0.3);
    border-radius: 8px;
    padding: 25px;
    position: relative;
    box-shadow: 0 15px 35px rgba(0,0,0,0.8), inset 0 0 20px rgba(0,0,0,0.5);
    backdrop-filter: blur(5px);
    margin-bottom: 45px;
    width: 100%;
    max-width: 650px;
}

.countdown-header {
    color: #dfccc0;
    font-family: var(--font-heading);
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 20px;
    text-shadow: 0 2px 4px #000;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.countdown-header span {
    color: var(--gold-primary);
    font-size: 20px;
}

.countdown {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

.cd-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: radial-gradient(circle, rgba(20, 8, 5, 0.8) 0%, rgba(0,0,0,0.9) 100%);
    border: 1px solid rgba(185, 137, 61, 0.4);
    border-radius: 6px;
    padding: 10px 15px 5px;
    min-width: 90px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.9), inset 0 0 15px rgba(229, 179, 92, 0.1);
}

.cd-item .num {
    font-family: var(--font-heading);
    font-size: 45px;
    font-weight: 900;
    background: linear-gradient(to bottom, #fff 0%, var(--gold-primary) 60%, var(--gold-dark) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1;
    margin-bottom: 5px;
    filter: drop-shadow(0 0 15px rgba(229,179,92,0.2));
}

.cd-item .label {
    font-family: var(--font-accent);
    color: #a3897b;
    font-size: 18px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.cd-sep {
    font-family: var(--font-heading);
    font-size: 40px;
    color: var(--red-blood);
    text-shadow: 0 0 15px rgba(130, 16, 10, 0.8);
    margin-top: -15px;
    animation: blink 1s infinite alternate;
}

@keyframes blink {
    from { opacity: 1; }
    to { opacity: 0.3; }
}

/* ---------- Hero Story Content ---------- */
.hero-story-box {
    margin-bottom: 40px;
    padding: 0 20px;
}

.hero-story-box h3 {
    font-family: var(--font-heading);
    font-size: 26px;
    color: var(--gold-highlight);
    margin-bottom: 15px;
    text-shadow: 0 2px 5px rgba(0,0,0,0.9);
}

.hero-story-box p {
    font-size: 19px;
    color: #dfccc0;
    line-height: 1.8;
    max-width: 800px;
    margin: 0 auto;
    text-shadow: 0 3px 5px rgba(0,0,0,0.9);
}

/* ---------- Buttons ---------- */
.hero-actions {
    display: flex;
    gap: 25px;
    margin-bottom: 50px;
}

.action-btn {
    padding: 16px 45px;
    border-radius: 4px;
    font-family: var(--font-heading);
    font-size: 18px;
    font-weight: 800;
    letter-spacing: 3px;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.3s ease;
    overflow: hidden;
    position: relative;
}

.action-btn::before {
    content: '';
    position: absolute;
    top: 0; left: -100%; width: 50%; height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    transform: skewX(-20deg);
    transition: all 0.6s ease;
}

.action-btn:hover::before {
    left: 150%;
}

.play-btn {
    background: linear-gradient(to bottom, var(--red-blood) 0%, #400704 100%);
    color: var(--gold-highlight);
    border: 1px solid var(--gold-primary);
    box-shadow: 0 10px 25px rgba(130, 16, 10, 0.5), inset 0 0 15px rgba(229,179,92,0.2);
}

.play-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 35px rgba(130, 16, 10, 0.8), inset 0 0 20px rgba(229,179,92,0.4);
    color: #fff;
    border-color: #fff;
}

.info-btn {
    background: rgba(15, 7, 5, 0.8);
    color: #dfccc0;
    border: 1px solid rgba(185, 137, 61, 0.4);
    backdrop-filter: blur(5px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.5);
}

.info-btn:hover {
    background: rgba(185, 137, 61, 0.15);
    color: var(--gold-highlight);
    border-color: var(--gold-primary);
    transform: translateY(-3px);
}

/* ---------- Feature Mini List ---------- */
.hero-features-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 25px;
    margin-top: 10px;
}

.hero-features-list span {
    font-family: var(--font-accent);
    color: #a3897b;
    font-size: 19px;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
    gap: 8px;
    text-shadow: 0 2px 4px rgba(0,0,0,0.8);
}

.hero-features-list span i {
    color: var(--gold-primary);
    font-size: 14px;
}

/* ========================================= */
/* CONTENT SECTIONS (Önsöz, Özellikler, vs)  */
/* ========================================= */
.content-section {
    padding: 100px 20px;
    background: var(--bg-deep);
    position: relative;
}

.content-section::before {
    content: '';
    position: absolute;
    top: 0; left: 50%;
    transform: translateX(-50%);
    width: 80%; height: 1px;
    background: radial-gradient(circle, rgba(185, 137, 61, 0.3) 0%, transparent 100%);
}

.darker-bg {
    background: linear-gradient(180deg, var(--bg-panel) 0%, var(--bg-deep) 100%);
}

.section-container {
    max-width: 1200px;
    margin: 0 auto;
}

.section-header {
    text-align: center;
    margin-bottom: 70px;
}

.section-header h2 {
    font-family: var(--font-heading);
    font-size: 48px;
    font-weight: 900;
    background: linear-gradient(to bottom, #fff 0%, var(--gold-primary) 100%);
    -webkit-background-clip: text;
    background-clip: text; /* Compatibility fix */
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(0 2px 5px rgba(0,0,0,1));
    margin-bottom: 15px;
}

.section-header p {
    color: #dfccc0;
    font-family: var(--font-body);
    font-size: 20px;
    letter-spacing: 1px;
}

.header-divider {
    width: 100px;
    height: 4px;
    background: linear-gradient(90deg, transparent, var(--gold-border), transparent);
    margin: 25px auto 0;
}

/* ----------- Foreword Grid ----------- */
.grid-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

.card-icon {
    font-size: 45px;
    color: var(--gold-border);
    margin-bottom: 25px;
    transition: all 0.4s ease;
    filter: drop-shadow(0 5px 10px rgba(0,0,0,0.8));
}

.premium-card {
    background: linear-gradient(145deg, rgba(30, 13, 10, 0.9) 0%, rgba(15, 7, 5, 0.95) 100%);
    border: 1px solid rgba(185, 137, 61, 0.2);
    border-radius: 4px;
    padding: 50px 30px;
    text-align: center;
    transition: all 0.4s ease;
    box-shadow: 0 10px 30px rgba(0,0,0,0.6);
}

.premium-card:hover, .premium-card.active-card {
    border-color: var(--gold-primary);
    transform: translateY(-15px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.9), 0 0 20px rgba(229, 179, 92, 0.15);
    background: linear-gradient(145deg, rgba(45, 10, 8, 0.9) 0%, rgba(15, 7, 5, 0.95) 100%);
}

.premium-card:hover .card-icon, .premium-card.active-card .card-icon {
    color: var(--gold-highlight);
    transform: scale(1.1);
    filter: drop-shadow(0 0 15px rgba(229, 179, 92, 0.6));
}

.premium-card h3 {
    font-family: var(--font-heading);
    font-size: 26px;
    color: var(--gold-primary);
    margin-bottom: 20px;
}

.premium-card p {
    color: #b0998a;
    font-size: 17px;
    line-height: 1.7;
}

/* ----------- Features Grid ----------- */
.feature-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}

.feature-item {
    background: rgba(15, 7, 5, 0.7);
    border: 1px solid rgba(185, 137, 61, 0.1);
    border-top: 3px solid var(--red-blood);
    padding: 35px 25px;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0,0,0,0.5);
    position: relative;
    overflow: hidden;
}

.feature-item::before {
    content: '';
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: linear-gradient(to bottom, rgba(229, 179, 92, 0.05), transparent);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.feature-item:hover {
    background: rgba(26, 11, 8, 0.9);
    border-top-color: var(--gold-primary);
    border-color: rgba(185, 137, 61, 0.4);
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.8);
}

.feature-item:hover::before { opacity: 1; }

.feature-num {
    position: absolute;
    top: 15px; right: 15px;
    color: var(--red-blood);
    font-family: var(--font-accent);
    font-size: 60px;
    font-weight: 700;
    opacity: 0.2;
    line-height: 1;
    transition: all 0.3s ease;
    z-index: 0;
}

.feature-item:hover .feature-num {
    color: var(--gold-primary);
    opacity: 0.15;
    transform: scale(1.1);
}

.feature-item h4 {
    font-family: var(--font-heading);
    font-size: 22px;
    color: #fff;
    margin-bottom: 15px;
    position: relative;
    z-index: 1;
}

.feature-item p {
    color: #a3897b;
    font-size: 16px;
    line-height: 1.6;
    position: relative;
    z-index: 1;
}

/* ----------- FAQ Section ----------- */
.faq-accordion {
    max-width: 900px;
    margin: 0 auto;
}

.faq-item {
    background: linear-gradient(90deg, rgba(15, 7, 5, 0.9), rgba(26, 11, 8, 0.9));
    margin-bottom: 15px;
    border: 1px solid rgba(185, 137, 61, 0.2);
    border-radius: 4px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.faq-item summary {
    padding: 25px 30px;
    font-family: var(--font-heading);
    font-size: 20px;
    font-weight: 600;
    color: #dfccc0;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    list-style: none; /* Hide default arrow */
    background: transparent;
    transition: all 0.3s ease;
}

.faq-item summary::-webkit-details-marker { display: none; }

.faq-item summary:hover {
    color: var(--gold-highlight);
    background: rgba(229, 179, 92, 0.05);
}

.faq-item[open] {
    border-color: var(--gold-primary);
    box-shadow: 0 10px 25px rgba(0,0,0,0.5);
}

.faq-item[open] summary {
    color: var(--gold-highlight);
    background: rgba(84, 16, 12, 0.4);
    border-bottom: 1px solid rgba(185, 137, 61, 0.2);
}

.faq-item[open] summary i {
    transform: rotate(180deg);
}

.faq-content {
    padding: 30px;
    background: rgba(0,0,0,0.3);
}

.faq-content p {
    color: #b0998a;
    font-size: 18px;
    line-height: 1.8;
}

/* ========================================= */
/* FOOTER                                    */
/* ========================================= */
.site-footer {
    background: #080403;
    border-top: 3px solid var(--red-blood);
    padding: 80px 20px 30px;
    position: relative;
    overflow: hidden;
}

.site-footer::before {
    content: '';
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: radial-gradient(circle at center top, rgba(84, 16, 12, 0.2) 0%, transparent 70%);
    pointer-events: none;
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 60px;
    margin-bottom: 60px;
    position: relative;
    z-index: 1;
}

.footer-logo {
    width: 250px;
    filter: drop-shadow(0 0 15px rgba(0,0,0,0.8));
    margin-bottom: 25px;
}

.footer-main p {
    color: #8c7365;
    font-size: 17px;
    max-width: 350px;
    line-height: 1.6;
}

.footer-links h3 {
    color: var(--gold-primary);
    font-family: var(--font-heading);
    font-size: 22px;
    margin-bottom: 25px;
    position: relative;
    display: inline-block;
}

.footer-links h3::after {
    content: '';
    position: absolute;
    bottom: -8px; left: 0; width: 40px; height: 2px;
    background: var(--red-blood);
}

.footer-links a {
    display: block;
    color: #b0998a;
    text-decoration: none;
    font-family: var(--font-body);
    font-size: 17px;
    margin-bottom: 12px;
    transition: all 0.3s ease;
}

.footer-links a:hover {
    color: var(--gold-highlight);
    transform: translateX(5px);
}

.footer-bottom {
    text-align: center;
    padding-top: 30px;
    border-top: 1px solid rgba(255,255,255,0.05);
    color: #5a4b42;
    font-size: 15px;
    font-family: var(--font-body);
    position: relative;
    z-index: 1;
}
/* ========================================= */
/* SAĞ KENAR HIZLI ERİŞİM PANELİ            */
/* ========================================= */
.quick-access {
    position: fixed !important;
    right: 0 !important;
    left: auto !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    z-index: 9999 !important;
}

/* Toggle buton — panelin solunda tab olarak çıkıntı yapar */
.qa-toggle-btn {
    position: absolute;
    left: -44px;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 52px;
    background: linear-gradient(180deg, var(--red-blood) 0%, #2a0503 100%);
    border: 1px solid var(--gold-border);
    border-right: none;
    border-radius: 8px 0 0 8px;
    color: var(--gold-primary);
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: -4px 0 20px rgba(0,0,0,0.7), inset 0 0 10px rgba(229,179,92,0.1);
    transition: all 0.3s ease;
}

.qa-toggle-btn:hover {
    background: linear-gradient(180deg, #a01208 0%, #3a0806 100%);
    color: var(--gold-highlight);
    box-shadow: -6px 0 25px rgba(130,16,10,0.8), inset 0 0 15px rgba(229,179,92,0.2);
}

.qa-toggle-btn.open {
    background: linear-gradient(180deg, var(--gold-dark) 0%, #5a3a0e 100%);
    color: #fff;
    border-color: var(--gold-highlight);
}

/* Panel — sağ kenardan açılır */
.qa-panel {
    width: 0;
    overflow: hidden;
    background: linear-gradient(180deg, rgba(20, 8, 5, 0.97) 0%, rgba(10, 4, 2, 0.99) 100%);
    border: 1px solid rgba(185, 137, 61, 0.3);
    border-right: none;
    box-shadow: -8px 0 30px rgba(0,0,0,0.8);
    transition: width 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    backdrop-filter: blur(10px);
}

.qa-panel.open {
    width: 220px;
}

/* Panel başlıkları */
.qa-panel-header {
    padding: 14px 18px 10px;
    display: flex;
    align-items: center;
    gap: 10px;
    border-bottom: 1px solid rgba(185, 137, 61, 0.2);
    white-space: nowrap;
}

.qa-panel-header i {
    color: var(--gold-primary);
    font-size: 14px;
}

.qa-panel-header span {
    font-family: var(--font-heading);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    color: var(--gold-highlight);
    text-shadow: 0 0 10px rgba(229,179,92,0.4);
}

/* Linkler */
.qa-list {
    list-style: none;
    padding: 6px 0;
    margin: 0;
}

.qa-list li {
    white-space: nowrap;
}

.qa-link {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 7px 18px;
    color: #b0998a;
    text-decoration: none;
    font-family: var(--font-body);
    font-size: 13px;
    transition: all 0.2s ease;
    border-left: 2px solid transparent;
}

.qa-link i {
    color: var(--red-blood);
    font-size: 11px;
    width: 14px;
    text-align: center;
    transition: color 0.2s ease;
    flex-shrink: 0;
}

.qa-link:hover, .qa-link.active {
    color: var(--gold-highlight);
    background: rgba(229, 179, 92, 0.06);
    border-left-color: var(--gold-primary);
    padding-left: 22px;
}

.qa-link:hover i, .qa-link.active i {
    color: var(--gold-primary);
}

/* Müzik bölümü (panelin içinde) */
.qa-music-section {
    border-top: 1px solid rgba(185, 137, 61, 0.15);
}

.qa-music-controls {
    padding: 10px 14px 14px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    white-space: nowrap;
}

.qa-music-controls .music-toggle {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
    padding: 8px 12px;
    border-radius: 4px;
    border: 1px solid rgba(185, 137, 61, 0.25);
    background: rgba(130, 16, 10, 0.3);
    color: var(--gold-primary);
    font-family: var(--font-body);
    font-size: 12px;
    transition: all 0.2s ease;
}

.qa-music-controls .music-toggle:hover {
    background: rgba(130, 16, 10, 0.5);
    color: var(--gold-highlight);
    border-color: var(--gold-primary);
}

.qa-music-controls .music-toggle i {
    font-size: 12px;
}

.qa-music-controls .volume-row {
    display: flex;
    align-items: center;
    gap: 6px;
}

.qa-music-controls .mute-toggle {
    background: none;
    border: none;
    color: var(--gold-primary);
    font-size: 13px;
    padding: 4px;
    transition: color 0.2s ease;
}

.qa-music-controls .mute-toggle:hover {
    color: var(--gold-highlight);
}

.qa-music-controls .volume-row input[type="range"] {
    flex: 1;
    height: 4px;
    -webkit-appearance: none;
    appearance: none;
    background: rgba(185, 137, 61, 0.3);
    border-radius: 2px;
    outline: none;
}

.qa-music-controls .volume-row input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: var(--gold-primary);
    cursor: pointer;
    box-shadow: 0 0 6px rgba(229,179,92,0.5);
}

.qa-music-controls .volume-value {
    color: #8c7365;
    font-size: 11px;
    font-family: var(--font-accent);
    min-width: 28px;
    text-align: right;
}

/* ----------- Systems Zigzag Layout ----------- */
.zigzag-layout {
    display: flex;
    flex-direction: column;
    gap: 70px;
    margin-top: 40px;
}

.zigzag-item {
    display: flex;
    align-items: center;
    gap: 50px;
}

.zigzag-item:nth-child(even) {
    flex-direction: row-reverse;
}

.zigzag-img-wrap {
    flex: 1;
    height: 320px;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    border: 2px solid var(--red-blood);
    box-shadow: 0 15px 35px rgba(0,0,0,0.8);
    background: #050201; /* fallback for missing images */
}

.zigzag-img-wrap::after {
    content: '';
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: linear-gradient(135deg, rgba(229,179,92,0.1), transparent);
    pointer-events: none;
    box-shadow: inset 0 0 30px rgba(0,0,0,0.8);
}

.zigzag-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.zigzag-item:hover .zigzag-img-wrap img {
    transform: scale(1.08);
}

.zigzag-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
    padding: 50px !important;
}

.zigzag-item:nth-child(even) .zigzag-info {
    text-align: right;
}

.zigzag-info h3 {
    font-family: var(--font-heading);
    font-size: 34px;
    color: var(--gold-primary);
    margin-bottom: 20px;
    text-shadow: 0 5px 15px rgba(0,0,0,0.8);
}

.zigzag-info p {
    color: #b0998a;
    font-size: 18px;
    line-height: 1.8;
}

/* ========================================= */
/* DISCORD WIDGET (SOL ALT)                  */
/* ========================================= */
.discord-widget {
    position: fixed;
    left: 20px;
    bottom: 20px;
    width: 280px;
    display: flex;
    flex-direction: column;
    border: 1px solid var(--gold-border);
    box-shadow: 0 10px 30px rgba(0,0,0,0.8);
    text-decoration: none;
    z-index: 998;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    overflow: hidden;
    background: #000;
}

.discord-widget:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.9), 0 0 15px rgba(229,179,92,0.3);
}

.dw-top {
    background: linear-gradient(135deg, rgba(30,13,10,0.5) 0%, rgba(15,7,5,0.7) 100%), url('assets/images/discord-bg.jpg') center/cover;
    padding: 15px;
    display: flex;
    align-items: center;
    gap: 15px;
    border-bottom: 2px solid var(--red-blood);
    position: relative;
}

.dw-top::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0,0,0,0.4);
    z-index: 0;
}

.dw-logo {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid var(--gold-border);
    z-index: 1;
    box-shadow: 0 0 10px rgba(229,179,92,0.6);
}

.dw-text {
    display: flex;
    flex-direction: column;
    z-index: 1;
}

.dw-title {
    color: var(--gold-highlight);
    font-family: var(--font-heading);
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;
    text-shadow: 0 2px 4px rgba(0,0,0,0.8);
}

.dw-subtitle {
    color: #dfccc0;
    font-size: 11px;
    font-family: var(--font-accent);
    letter-spacing: 1px;
    text-transform: uppercase;
}

.dw-bottom {
    background: linear-gradient(90deg, #54100c 0%, #2a0503 100%);
    padding: 12px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.dw-icon {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #fff;
    font-weight: bold;
    font-size: 15px;
    font-family: 'Inter', sans-serif;
}

.dw-icon i {
    font-size: 22px;
}

.dw-action {
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 5px;
    font-family: 'Inter', sans-serif;
}

/* ========================================= */
/* MOBILE RESPONSIVENESS                     */
/* ========================================= */
@media screen and (max-width: 1100px) {
    .top-badges { width: 90%; }
    .middle-badges { width: 95%; flex-direction: column; align-items: center; gap: 20px; }
    .side-badge, .right-side { transform: none !important; width: 70%; text-align: center; }
    .side-badge:hover, .right-side:hover { transform: scale(1.05) !important; }
    .opening-banner .date-large { font-size: 60px; }
}

@media screen and (max-width: 900px) {
    .grid-3 { grid-template-columns: 1fr; }
    .feature-grid { grid-template-columns: repeat(2, 1fr); }
    
    .zigzag-item, .zigzag-item:nth-child(even) {
        flex-direction: column;
        text-align: center;
        gap: 20px;
    }
    .zigzag-img-wrap {
        width: 100%;
        height: 250px;
    }
    .zigzag-info, .zigzag-item:nth-child(even) .zigzag-info {
        text-align: center;
        padding: 30px !important;
    }

    .footer-container { grid-template-columns: 1fr; text-align: center; gap: 40px; }
    .footer-main p { margin: 0 auto; }
    .footer-links h3::after { left: 50%; transform: translateX(-50%); }
}

@media screen and (max-width: 768px) {
    .hamburger { display: block; }
    .nav-menu {
        position: fixed; top: 69px; left: -100%; width: 100%; height: calc(100vh - 69px);
        background: rgba(10, 5, 3, 0.98);
        flex-direction: column; justify-content: center; align-items: center; gap: 40px;
        transition: 0.4s ease;
    }
    .nav-menu.active { left: 0; }
    .nav-menu a:not(.nav-btn) { font-size: 22px; }

    .hero-section { padding-top: 120px; }
    .hero-logo img { width: 320px; }
    .top-badges { margin-bottom: 60px; }
    .top-badges .highlight { font-size: 45px; }
    
    .side-badge { width: 90%; }
    .opening-banner { padding: 20px 30px; }
    .opening-banner .date-large { font-size: 45px; }

    .footer-url { font-size: 16px; letter-spacing: 6px; }
}

@media screen and (max-width: 480px) {
    .feature-grid { grid-template-columns: 1fr; }
    .feature-item { text-align: center; }
    .feature-num { right: 50%; transform: translateX(50%); top: 10px; }
    .opening-banner .date-large { font-size: 35px; }
}
