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

body {
    font-family: 'Poppins', sans-serif;
    background: url('/assets/images/bg.jpg') no-repeat center top fixed;
    background-size: cover;
    color: #f2f2f2;
}

a {
    color: inherit;
    text-decoration: none;
}

.page-wrapper {
    max-width: 1360px;
    margin: 0 auto;
    background: transparent;
    position: relative;
    z-index: 10;
    min-height: 100vh;
}

.top-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 20px;
    background: linear-gradient(90deg, #1e1e1e, #181818);
    border-bottom: 2px solid #cfa34a;
}

.logo-area a {
    font-size: 24px;
    font-weight: 700;
    color: #ffcc66;
}

.logo-sub {
    color: #ffffff;
    font-weight: 500;
}

.main-nav a {
    margin-left: 18px;
    font-size: 14px;
    font-weight: 500;
    padding: 6px 10px;
    border-radius: 4px;
    transition: background .2s;
}

.main-nav a:hover {
    background: #cfa34a;
    color: #000;
}



/* Sol liste alanı + slider */
.content-left {
    width: 72%;
    padding-right: 15px;
}

.slider-area {
    background: rgba(0,0,0,0.5);
    border: 1px solid #cfa34a;
    padding: 8px;
    margin-bottom: 15px;
    border-radius: 4px;
}

.slider-inner {
    background: #555;
    height: 190px;
    border-radius: 3px;
}

/* Filtre + arama */
.filter-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.filter-bar .search-input {
    width: 60%;
}

.search-input input {
    width: 100%;
    padding: 6px 8px;
    border-radius: 4px;
    border: 1px solid #444;
    background: #0e0e0e;
    color: #fff;
}

.filter-select select {
    padding: 6px 8px;
    border-radius: 4px;
    border: 1px solid #444;
    background: #0e0e0e;
    color: #fff;
}

/* Sunucu kartları */
.server-list {
    margin-top: 8px;
}

.server-card {
    display: flex;
    background: rgba(23,18,12,0.9);
    border: 1px solid #cfa34a;
    margin-bottom: 10px;
    padding: 10px;
    position: relative;
    border-radius: 4px;
}

.server-card.vip {
    border-left: 4px solid #ff9900;
    background: rgba(43,30,18,0.95);
}

.server-rank {
    width: 60px;
    text-align: center;
    font-size: 13px;
    color: #ffcc66;
}

.server-content {
    display: flex;
    width: calc(100% - 60px);
}

.server-banner img {
    width: 260px;
    height: 120px;
    object-fit: cover;
    border-radius: 4px;
}

.server-info {
    flex: 1;
    padding-left: 10px;
    font-size: 13px;
}

.server-info h3 {
    font-size: 16px;
    margin-bottom: 4px;
    color: #ffcc66;
}

.server-meta span {
    display: inline-block;
    margin-right: 10px;
    font-size: 12px;
    color: #ddd;
}

.server-actions {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-between;
    width: 120px;
}

.btn-like,
.btn-clicks,
.btn-more {
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 12px;
    border: none;
    cursor: pointer;
    margin-bottom: 4px;
}

.btn-like {
    background: #1f7a3b;
    color: #fff;
}
.btn-clicks {
    background: #b47c2f;
    color: #fff;
}
.btn-more {
    background: #cfa34a;
    color: #000;
}

/* Sağ panel */
.sidebar-right {
    width: 28%;
}

.widget-box {
    background: rgba(23,18,12,0.95);
    border: 1px solid #cfa34a;
    padding: 10px 12px;
    margin-bottom: 10px;
    font-size: 13px;
    border-radius: 4px;
}

.widget-box h4 {
    font-size: 14px;
    margin-bottom: 6px;
    color: #ffcc66;
}

.stat-row {
    display: flex;
    justify-content: space-between;
    padding: 4px 0;
    border-bottom: 1px solid #3a2d1a;
    font-size: 12px;
}

.stat-row:last-child {
    border-bottom: none;
}


.side-banner-left {
    left: 0;
}

.side-banner-right {
    right: 0;
}

/* Footer */
.site-footer {
    border-top: 1px solid #3a2d1a;
    padding: 10px 20px;
    background: #141414;
    margin-top: 20px;
}

.footer-inner {
    text-align: center;
    font-size: 12px;
    color: #aaa;
}

/* Formlar / giriş / kayıt */
.form-wrapper {
    max-width: 420px;
    margin: 40px auto;
    background: rgba(23,18,12,0.95);
    border: 1px solid #cfa34a;
    padding: 20px;
    border-radius: 5px;
}

.form-wrapper h1 {
    font-size: 20px;
    margin-bottom: 15px;
    text-align: center;
}

.form-group {
    margin-bottom: 10px;
}

.form-group label {
    display: block;
    font-size: 13px;
    margin-bottom: 4px;
}

.form-group input,
.form-group textarea,
.form-group select {
    width: 100%;
    padding: 6px 8px;
    border-radius: 4px;
    border: 1px solid #444;
    background: #0e0e0e;
    color: #fff;
    font-size: 13px;
}

.btn-primary {
    width: 100%;
    padding: 8px;
    border-radius: 4px;
    border: none;
    background: #cfa34a;
    color: #000;
    font-weight: 600;
    cursor: pointer;
}

.alert {
    padding: 8px;
    margin-bottom: 10px;
    border-radius: 4px;
    font-size: 13px;
}

.alert-error {
    background: #7a1f1f;
    border: 1px solid #ff4444;
}

.alert-success {
    background: #1f7a3b;
    border: 1px solid #44ff88;
}

/* Kontrol paneli */
.kp-wrapper {
    width: 100%;
}

.kp-top-alert {
    background: #24445a;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 4px;
    font-size: 13px;
}

.kp-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 10px;
    font-size: 13px;
}

.kp-table th,
.kp-table td {
    border: 1px solid #cfa34a;
    padding: 6px 8px;
}

.kp-table th {
    background: #201b13;
    text-align: left;
}

.kp-buttons {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    margin-top: 8px;
}

.kp-button {
    background: #302419;
    border: 1px solid #cfa34a;
    padding: 8px;
    text-align: center;
    font-size: 13px;
    cursor: pointer;
}

.kp-button:hover {
    background: #cfa34a;
    color: #000;
}

/* Sunucu ekle formu panel geniş */
.panel-full {
    width: 100%;
    padding: 10px;
    background: rgba(23,18,12,0.95);
    border: 1px solid #cfa34a;
}

.panel-full h1 {
    font-size: 18px;
    margin-bottom: 10px;
}

/* Responsive */
@media (max-width: 1200px) {
    .side-banner {
        display: none;
    }

    .page-wrapper {
        max-width: 100%;
        margin: 0;
    }
}



@media (max-width: 600px) {
    .server-banner {
        width: 100% !important;
        height: auto !important;
    }
}

/* SERVER BANNER - Sabit 460x180 çerçeve */
.server-banner {
    width: 450px !important;
    height: 190px !important;
    overflow: hidden;
    border-radius: 4px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000;
}

/* İçine yüklenen resim / gif ne olursa olsun tamamen sığsın */
.server-banner img {
    width: 100%;
    height: 100%;
    object-fit: contain !important; /* Resim kırpılmadan sığsın */
    border-radius: 4px;
    display: block;
}

/* Üst reklam banner alanı */
.slider-inner {
    width: 100%;
    height: 180px; /* İstersen 460x180 olarak değiştir */
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 4px;
    background: #000;
}

/* GIF / JPG / PNG hepsi alan içine tam sığsın */
.slider-inner img.slider-banner {
    width: 100%;
    height: 100%;
    object-fit: contain; /* taşma yok, kırpma yok */
    display: block;
}
/* Üst Banner Alanı – tam yapışık olsun */
.slider-area {
    padding: 0 !important;
    margin: 0 0 15px 0 !important;
    background: none !important;
    border: none !important;
}

/* İç alan – tamamen banner boyutunda */
.slider-inner {
    width: 100%;
    height: auto;
    padding: 0 !important;
    margin: 0 !important;
    background: none !important;
    border: none !important;
    border-radius: 0 !important;
    overflow: hidden;
}

/* GIF / JPG doğrudan yapışsın, boşluk olmasın */
.slider-inner img.slider-banner {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 0 !important;
    margin: 0;
    padding: 0;
}

.server-detail-box {
    text-align: center !important;
}

.server-detail-box img {
    display: block;
    margin: 0 auto;
}

.server-detail-box p,
.server-detail-box span,
.server-detail-box a {
    text-align: center !important;
    margin-left: auto;
    margin-right: auto;
}

.server-detail-banner {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
}

.server-detail-banner img {
    max-width: 600px;
    width: 100%;
    height: auto;
    object-fit: contain;
}

@media (max-width: 900px) {

    body {
        background-size: cover;
        background-attachment: scroll;
    }

    .sidebar-right {
        width: 100% !important;
        margin-top: 15px;
    }

    /* SERVER CARD MOBİL */
    .server-card {
        flex-direction: column;
        text-align: center;
        padding: 10px;
    }

    .server-rank {
        width: 100%;
        font-size: 16px;
        margin-bottom: 10px;
    }

    .server-content {
        width: 100%;
        flex-direction: column;
        align-items: center;
    }

.server-banner {
    width: 450px !important;
    height: 190px !important;
    overflow: hidden;
    border-radius: 4px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000;
}

/* Görsel tüm çerçeveye TAM otursun */
.server-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover !important;
    display: block;
}


    .server-actions {
        width: 100%;
        flex-direction: row;
        justify-content: center;
        gap: 6px;
        margin-top: 10px;
    }

    /* ÜST BANNER MOBİL */
    .slider-inner {
        height: auto !important;
    }

    .slider-inner img {
        width: 100%;
        height: auto;
    }

    /* Detay sayfası */
    .server-detail-banner img {
        max-width: 100% !important;
    }

    .panel-full {
        padding: 10px !important;
    }
}

/* Mobil Menü Butonu */
.mobile-menu-btn {
    display: none;
    font-size: 28px;
    color: #ffcc66;
    cursor: pointer;
    padding: 8px 12px;
}

/* Mobil Menü Paneli */
.mobile-menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 70%;
    height: 100%;
    background: rgba(23,18,12,0.98);
    border-left: 2px solid #cfa34a;
    padding: 25px;
    transition: 0.3s ease;
    z-index: 99999;
}

.mobile-menu a {
    display: block;
    margin: 14px 0;
    font-size: 18px;
    color: #ffcc66;
}

/* Açık hali */
.mobile-menu.open {
    right: 0;
}

/* Mobil görünüm */
@media (max-width: 900px) {
    .main-nav {
        display: none !important;
    }

    .mobile-menu-btn {
        display: block !important;
    }
}

/* Mobil Menü Kapatma Butonu */
.mobile-menu-close {
    font-size: 28px;
    color: #ffcc66;
    text-align: right;
    cursor: pointer;
    margin-bottom: 20px;
}

/* SERVER BANNER - Standart kart görünümü */
.server-banner {
    width: 450px;
    height: 190px;
    overflow: hidden;
    border-radius: 4px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000;
}

/* Banner içindeki görüntü çerçeveyi TAM doldursun */
.server-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover !important;
    display: block;
}

/* FORM GENEL */
.form-title {
    font-size: 20px;
    color: #ffcc66;
    margin-bottom: 15px;
}

.form-label {
    display: block;
    font-size: 14px;
    margin: 10px 0 5px;
    color: #ffcc66;
}

.form-input {
    width: 100%;
    padding: 10px;
    border: 1px solid #cfa34a;
    background: #3a2d1a;
    color: #fff;
    border-radius: 4px;
    font-size: 14px;
}

.form-input:focus {
    outline: none;
    border-color: #ffcc66;
}

/* İki Sütunlu Form */
.form-row {
    display: flex;
    gap: 15px;
    margin-top: 10px;
}

.form-col {
    flex: 1;
}

/* Ayraç */
.form-divider {
    border: none;
    height: 1px;
    background: #3a2d1a;
    margin: 20px 0;
    opacity: 0.5;
}

/* Örnek Banner Kutusu */
.banner-info-box {
    border: 1px solid #cfa34a;
    background: rgba(23,18,12,0.95);
    padding: 15px;
    border-radius: 6px;
    margin-bottom: 20px;
}

.banner-info-box h2 {
    color: #ffcc66;
    margin-bottom: 10px;
}

.banner-preview {
    margin-top: 15px;
    padding: 10px;
    background: #000;
    border: 1px solid #cfa34a;
    border-radius: 5px;
    text-align: center;
}

.banner-preview img {
    max-width: 100%;
    border-radius: 5px;
}

/* Uzun açıklama editörü */
.editor-box {
    background: #000;
    border: 1px solid #cfa34a;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 20px;
}

/* Submit Butonu */
.btn-submit {
    width: 100%;
    background: #1f7a3b;
    border: none;
    padding: 12px;
    color: #fff;
    border-radius: 5px;
    margin-top: 10px;
    font-size: 15px;
    cursor: pointer;
}

.btn-submit:hover {
    background: #2e9e56;
}

.char-limit {
    font-size: 12px;
    opacity: 0.7;
}

.editor-box textarea {
    width: 100%;
    height: 250px;
    background: #111;
    color: #fff;
}

.success-box {
    border: 1px solid #44ff88;
    background: rgba(34, 90, 34, 0.3);
    padding: 20px;
    border-radius: 6px;
    text-align: center;
}

.success-box h2 {
    font-size: 20px;
    color: #44ff88;
    margin-bottom: 10px;
}

.success-box p {
    font-size: 15px;
    color: #d7ffd7;
}

.server-detail-text img {
    max-width:100%;
    border-radius:6px;
    margin:10px 0;
}

.server-detail-text {
    line-height:1.6;
    font-size:15px;
}

/* TRIX ikonlarını beyaz yap */
.trix-button-row button svg path,
.trix-button-row button svg rect,
.trix-button-row button svg polygon,
.trix-button-row button svg circle {
    fill: #ffffff !important;
    stroke: #ffffff !important;
}

/* Hover olduğunda siyah yerine altın rengi olsun */
.trix-button-row button:hover svg path {
    fill: #cfa34a !important;
    stroke: #cfa34a !important;
}

/* Trix editör B / I / resim / link ikonlarını beyaza çevir */
trix-toolbar .trix-button--icon::before {
    filter: invert(1) brightness(2) !important;
}

/* TRIX Editör yüksekliği */
trix-editor#descEditor {
    min-height: 500px !important;
    height: 500px !important;
    overflow-y: auto !important;
}

.server-rank {
  width: 52px;
  text-align: center;
  font-size: 18px;
  color: #ffcc66;
  font-weight: 700; /* veya bold */
}

.btn-like {
    background:#2a210f;
    border:1px solid #cfa34a;
    color:#ffcc66;
    padding:6px 10px;
    cursor:pointer;
    border-radius:4px;
    font-weight:600;
}

.btn-like.liked {
    background-color: #cfa34a !important;
    color: #000 !important;
    border: 1px solid #ffdd88;
    font-weight: bold;
}

.btn-like.liked {
    background: #d9a441 !important;
    color: #000 !important;
    border: 1px solid #ffda84 !important;
}

.btn-like.liked {
    background: #e0b34b !important;
    color: #000 !important;
    border: 1px solid #ffd97a !important;
}


.like-alert {
    position: fixed;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    background: #1d8f43;
    color: #fff;
    padding: 12px 22px;
    border-radius: 6px;
    font-size: 15px;
    font-weight: bold;
    display: none;
    z-index: 99999;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
    animation: fadeIn 0.3s ease;
}
.like-alert.error {
    background: #c62828;
}
@keyframes fadeIn {
    from { opacity: 0; transform: translate(-50%, -10px); }
    to   { opacity: 1; transform: translate(-50%, 0); }
}

liked {
   animation: pop 0.3s ease;
}


.mobile-menu {
    position: fixed;
    top: 0;
    right: -260px;
    width: 260px;
    height: 100vh;
    background: #111;
    padding: 25px;
    z-index: 999999;
    transition: 0.3s ease;
}

.mobile-menu.open {
    right: 0;
}

.mobile-menu-btn {
    cursor: pointer;
    z-index: 10000000;
    position: relative;
}

html, body {
    height: 100%;
}


.main-content {
    flex: 1;   /* içerik alanı, footer'ı aşağı iter */
}


/* Tüm tarayıcılar için varsayılan kaydırma çubuğunu gizle */
* {
    scrollbar-width: thin; /* Firefox */
    scrollbar-color: #cfa34a #141414; /* Firefox */
}

/* Webkit (Chrome, Safari) uyumlu özelleştirme */
::-webkit-scrollbar {
    width: 10px; /* Genişlik */
}

::-webkit-scrollbar-track {
    background: #141414; /* Zemin rengi (Koyu arkaplan) */
}

::-webkit-scrollbar-thumb {
    background-color: #cfa34a; /* Tutucu rengi (Altın sarısı) */
    border-radius: 6px;
    border: 3px solid #141414; /* Kenarlık (tutucuyu zeminden ayırır) */
}

::-webkit-scrollbar-thumb:hover {
    background-color: #ffcc66; /* Hover rengi */
}

/* 🎨 2. Genel Geçiş ve Etkileşim İyileştirmeleri */

/* Tüm etkileşimli öğelere yumuşak geçiş ekle */
a, button, .btn-like, .kp-button, input, select, textarea {
    transition: all 0.3s ease;
}

/* Form girdilerine daha belirgin odaklanma efekti */
.form-input:focus,
.filter-select select:focus,
.search-input input:focus {
    box-shadow: 0 0 0 2px rgba(207, 163, 74, 0.5); /* Altın rengi gölge */
    border-color: #ffcc66;
}

/* ✨ 3. VIP Sunucu Kartı için Işıklandırma Efekti */

.server-card.vip {
    /* Mevcut kuralları koru */
    border-left: 4px solid #ff9900;
    background: rgba(43,30,18,0.95);
    
    /* Yeni Kural: Hafif kutu gölgesi */
    box-shadow: 0 0 15px rgba(255, 153, 0, 0.4), /* Turuncu/Altın parıltı */
                0 0 5px rgba(0, 0, 0, 0.5); /* Koyu temel gölge */
}

/* Tüm sunucu kartlarına hafif bir kaldıraç (hover) efekti */
.server-card:hover {
    transform: translateY(-2px); /* 2 piksel yukarı kaydır */
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4); /* Daha belirgin gölge */
}

body {
    background: #0f0f0f url('/assets/images/bg.jpg') repeat;
    background-size: cover;
    background-attachment: fixed;
    color: #fff;
}

/* ===============================
   GENEL YAPI
================================ */
body {
    margin: 0;
    background: #0f0f0f url('/assets/images/bg.jpg') repeat;
    background-size: cover;
    background-attachment: fixed;
}

.site-container {
    display: flex;
    justify-content: center;
    position: relative;
}

/* ORTA İÇERİK */
.page-wrapper {
    width: 1360px;            /* FOTOĞRAFTA GÖRDÜĞÜN GENİŞLİK */
    max-width: 100%;
    position: relative;
    z-index: 5;
}

/* ===============================
   SABİT SAĞ & SOL BANNER
================================ */
.side-banner {
    position: fixed;
    top: 0;
    width: 240px;
    height: 100vh;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    z-index: 3;
    cursor: pointer;
}

/* SOL */
.side-banner-left {
    left: 0;
    background-image: url('https://www.metin2box.com/assets/images/video/11.gif');
}

/* SAĞ */
.side-banner-right {
    right: 0;
    background-image: url('https://www.metin2box.com/assets/images/video/11.gif');
}



/* ===============================
   TEK VE SON LAYOUT (FINAL)
================================ */

body {
    margin: 0;
    background: #0f0f0f url('/assets/images/bg.jpg') repeat;
    background-size: cover;
    background-attachment: fixed;
    color: #fff;
}

/* TÜM SİTE */
.site-container {
    display: flex;
    justify-content: center;
    position: relative;
}

/* ORTA İÇERİK */
.page-wrapper {
    width: 1360px;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 10;
}

/* ANA İÇERİK */
.main-content {
    width: 100%;
}

/* SABİT BANNER */
.side-banner {
    position: fixed;
    top: 0;
    width: 240px;
    height: 100vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 5;
}

/* SOL */
.side-banner-left {
    left: 0;
    background-image: url('https://www.metin2box.com/assets/images/video/11.gif');
}

/* SAĞ */
.side-banner-right {
    right: 0;
    background-image: url('https://www.metin2box.com/assets/images/video/11.gif');
}

/* ===============================
   ZORLAYICI BANNER ÇÖZÜMÜ
   1366 DAHİL HER PC
================================ */

.page-wrapper {
    width: 1360px;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 10;
}

/* Bannerlar viewport dışına taşar */
.side-banner {
    position: fixed;
    top: 0;
    width: 220px;              /* 240 → 220 düşürdük */
    height: 100%;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    z-index: 3;
}

/* SOL */
.side-banner-left {
    left: -220px;              /* 👈 EKRAN DIŞINA TAŞ */
}

/* SAĞ */
.side-banner-right {
    right: -220px;             /* 👈 EKRAN DIŞINA TAŞ */
}
@media(max-width:1700px) {
    body { zoom: 0.70,; }
}
@media(max-width:1600px) {
    body { zoom: 0.70,; }
}
@media(max-width:1400px) {
    body { zoom: 0.75; }
}
/* ANA İÇERİK WRAPPER */
.main-content {
    display: flex;
    align-items: flex-start;
    gap: 0px;
}

/* SAĞ PANEL */
.sidebar-right {
    flex: 0 0 360px;   /* SABİT */
    max-width: 360px;
}

/* =========================
   SADECE PC (DESKTOP)
========================= */
@media (min-width: 1025px) {

  /* ANA FLEX */
  .main-content{
    display:flex;
    justify-content:center; /* ortala */
    gap:0 !important;
  }

  /* SOL İÇERİK */
  .content-left{
    width:935px !important;
    min-width:935px !important;
    max-width:935px !important;
    margin:0 !important;
    box-sizing:border-box;
  }

  /* HEADER GENİŞLİK MERKEZ */
  .top-header{
    width:100%;
    display:flex;
    justify-content:center;
    padding-left:0;
    padding-right:0;
  }

  /* HEADER İÇİNDEKİ ÖĞELER */
  .top-header > .logo-area,
  .top-header > .main-nav,
  .top-header > .mobile-menu-btn,
  .top-header > .mobile-lang-top{
    max-width:1295px;
    margin-left:auto;
    margin-right:auto;
  }

}

/* =========================
   HEADER TAM KİLİT – SADECE PC
========================= */
@media (min-width: 1025px) {

  /* HEADER DIŞ KABUK */
  header.top-header{
    width: 100%;
    display: flex;
    justify-content: center;   /* iç bloğu ortala */
    padding: 0;
  }

  /* HEADER İÇ BLOK (1295px) */
  header.top-header .top-header-inner{
    width: 1295px;
    max-width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 5px;
    box-sizing: border-box;
  }

  /* LOGO */
  .logo-area{
    margin-left: 20px;
  }

  /* MENÜ */
  .main-nav{
    display: flex;
    align-items: center;
    gap: 4px;
    margin-right: 20px;
  }

  /* ALT GÖLGE */
  .header-separator{
    width: 1295px;
    max-width: 100%;
    margin: 0 auto;
  }

}


/* =========================
   ÜST MENÜ – SADECE PC
========================= */
@media (min-width: 1025px) {

    /* FULL ARKA PLAN */
    header.top-header {
        width: 100%;
        background: linear-gradient(90deg, #1e1e1e, #181818);
        border-bottom: 2px solid #cfa34a;
        display: flex;
        justify-content: center;
    }

    /* ORTALI SABİT BLOK */
    header.top-header .top-header-inner {
        width: 1295px;
        max-width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 12px 5px;
        box-sizing: border-box;
    }

    /* LOGO – SOLA YASLI */
    .logo-area {
        margin-left: 20px;
    }

    /* MENÜ – SAĞA YASLI */
    .main-nav {
        display: flex;
        align-items: center;
        gap: 4px;
        margin-right: 20px;
    }

    /* ALT AYRAÇ */
    .header-separator {
        width: 1295px;
        max-width: 100%;
        margin: 0 auto;
    }
}


/* =========================
   ÜST MENÜ – TEK ÇÖZÜM (PC)
========================= */
@media (min-width:1025px){

  /* HEADER DIŞ KABUK → FULL */
  header.top-header{
    width:100%;
    background:linear-gradient(90deg,#1e1e1e,#181818);
    border-bottom:2px solid #cfa34a;
    display:flex;
    justify-content:center;
    padding:0;
  }

  /* HEADER İÇ KUTU → KISILAN ALAN */
  header.top-header .top-header-inner{
    width:1295px;
    max-width:1295px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:12px 5px; /* 🔥 sağ-sol 5px */
    box-sizing:border-box;
  }

  /* LOGO – SOLA YAPIŞ */
  .logo-area{
    margin-left:5px;
  }

  /* MENÜ – SAĞA YAPIŞ */
  .main-nav{
    display:flex;
    align-items:center;
    gap:4px;          /* 🔥 menü arası boşluk */
    margin-right:5px;
  }

  /* ALT GÖLGE / AYRAÇ */
  .header-separator{
    width:1295px;
    max-width:1295px;
    margin:0 auto;
  }
}
/* =========================
   ÜST MENÜ – KESİN ÇÖZÜM
   SADECE PC
========================= */
@media (min-width:1025px){

  /* HEADER DIŞ – SADECE ORTALAMA */
  header.top-header{
    width:100%;
    display:flex;
    justify-content:center;
    background:none;          /* 🔥 FULL SİYAHI İPTAL */
    border:none;
    padding:0;
  }

  /* GÖRÜNEN ÜST MENÜ */
  .top-header-inner{
    width:1295px;
    max-width:1295px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:12px 5px;

    background:linear-gradient(90deg,#1e1e1e,#181818);
    border-bottom:2px solid #cfa34a;
    box-sizing:border-box;
  }

  /* LOGO SOLA */
  .logo-area{
    margin-left:5px;
  }

  /* MENÜ SAĞA */
  .main-nav{
    display:flex;
    align-items:center;
    gap:6px;
    margin-right:5px;
  }
}

@media (min-width:1025px){

  .header-separator{
    width:1295px;
    height:20px;
    margin:0 auto;
    background:linear-gradient(
      to bottom,
      rgba(0,0,0,0.45),
      rgba(0,0,0,0)
    );
  }

}

/* =========================
   HEADER – TEK VE KESİN ÇÖZÜM (PC)
========================= */
@media (min-width:1025px){

  /* HEADER DIŞ KABUK (FULL AMA RENKSİZ) */
  header.top-header{
    width:100%;
    display:flex;
    justify-content:center;
    background:none !important;
    border:none !important;
    padding:0 !important;
  }

  /* GÖRÜNEN ÜST MENÜ (1295px) */
  header.top-header{
    max-width:none;
  }

  header.top-header > *{
    width:1295px;
    max-width:1295px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:12px 5px;

    background:linear-gradient(90deg,#1e1e1e,#181818);
    border-bottom:2px solid #cfa34a;
    box-sizing:border-box;
  }

  /* LOGO SOL */
  .logo-area{
    margin-left:5px !important;
  }

  /* MENÜ SAĞ */
  .main-nav{
    display:flex;
    align-items:center;
    gap:6px;
    margin-right:5px !important;
  }

  /* ALT GÖLGE */
  .header-separator{
    width:1295px !important;
    height:20px;
    margin:0 auto;
    background:linear-gradient(
      to bottom,
      rgba(0,0,0,0.45),
      rgba(0,0,0,0)
    );
  }
}


@media (min-width: 1025px) {
    .header-separator {
        height: 0px;
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
    }
}