/* ==========================================================================
   AV. YUSUF SANLI - ULTIMATE SIGNATURE & MATTE GLASS EDITION (MASTER CSS)
   Tüm Sayfalar Entegre Edildi (Index, Hakkımızda, Faaliyet, Makale, SSS, İletişim, Bilgi)
   ========================================================================== */

:root {
    --bg-main: #04080F;          
    --bg-accent: #0A1426;        
    --navbar-bg: #FFFFFF;        
    --nav-text: #0B162C;         
    --text-main: #F8FAFC;        
    --text-muted: #94A3B8;       
    --platinum: #E2E8F0;         
    --gold-accent: #D4AF37;      
    --border-light: rgba(255, 255, 255, 0.08); 
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: 'Inter', sans-serif; background-color: var(--bg-main); color: var(--text-main); line-height: 1.7; overflow-x: clip; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
::selection { background-color: var(--platinum); color: var(--bg-main); }
h1, h2, h3, .brand-text, .footer-brand-name { font-family: 'Playfair Display', serif; }
.gold-glow { display: none !important; }
.container { max-width: 1240px; margin: 0 auto; padding: 0 40px; }

/* =========================================
   02. LÜKS BUTONLAR
   ========================================= */
.btn-solid-gold, .btn-gold-outline {
    background-color: #FFFFFF !important; color: var(--nav-text) !important; border: none !important; 
    padding: 16px 40px; font-family: 'Inter', sans-serif; font-size: 0.9rem; font-weight: 700; 
    letter-spacing: 2px; text-transform: uppercase; transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1) !important; 
    cursor: pointer; display: inline-block; text-decoration: none; border-radius: 2px; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
}
.btn-solid-gold:hover, .btn-gold-outline:hover { background-color: var(--platinum) !important; transform: translateY(-4px); box-shadow: 0 15px 40px rgba(0, 0, 0, 0.6); }
.w-100 { width: 100%; text-align: center; } 

/* =========================================
   03. YAPIŞKAN (STICKY) BEMBEYAZ ÜST MENÜ
   ========================================= */
.navbar { background-color: var(--navbar-bg) !important; padding: 15px 0 !important; box-shadow: 0 10px 30px rgba(0,0,0,0.15); position: sticky; top: 0; z-index: 9999; }
.nav-container { display: flex; justify-content: space-between; align-items: center; gap: 50px; }
.brand { display: flex; align-items: center; text-decoration: none; margin-right: auto; }
.premium-integrated-logo { height: 95px; width: auto; object-fit: contain; transition: transform 0.5s ease; mix-blend-mode: multiply; }
.premium-integrated-logo:hover { transform: scale(1.02); }

.nav-links { display: flex; list-style: none; align-items: center; gap: 40px; }
.nav-links a:not(.btn-gold-outline):not(.btn-solid-gold) { text-decoration: none; color: var(--nav-text) !important; font-weight: 600; font-size: 0.85rem; letter-spacing: 1px; text-transform: uppercase; transition: all 0.3s; position: relative; }
.nav-links a:not(.btn-gold-outline):not(.btn-solid-gold)::after { content: ''; position: absolute; bottom: -6px; left: 0; width: 0%; height: 2px; background-color: var(--nav-text); transition: all 0.4s ease; }
.nav-links a:hover:not(.btn-gold-outline):not(.btn-solid-gold) { color: var(--gold-accent) !important; }
.nav-links a:hover:not(.btn-gold-outline):not(.btn-solid-gold)::after { width: 100%; background-color: var(--gold-accent); }

.navbar .btn-solid-gold { background-color: var(--nav-text) !important; color: #FFFFFF !important; box-shadow: none; padding: 12px 30px; font-size: 0.8rem; }
.navbar .btn-solid-gold:hover { background-color: var(--gold-accent) !important; transform: translateY(-2px); box-shadow: 0 10px 20px rgba(0,0,0,0.1);}

/* =========================================
   04. ANA SAYFA & ORTAK HEADER
   ========================================= */
.hero { min-height: 85vh; display: flex; align-items: center; position: relative; z-index: 1; background: radial-gradient(circle at 80% 50%, var(--bg-accent) 0%, var(--bg-main) 100%); overflow: hidden; }
.hero::before { content: ''; position: absolute; top: -10%; right: 5%; width: 700px; height: 700px; border: 1px solid var(--border-light); border-radius: 50%; pointer-events: none; }
.hero-wrapper { display: grid; grid-template-columns: 1.15fr 0.85fr; gap: 80px; align-items: center; padding: 100px 0; }
.badge { color: var(--gold-accent); font-size: 0.8rem; text-transform: uppercase; letter-spacing: 6px; margin-bottom: 25px; font-weight: 600; display: inline-block; border-bottom: 1px solid var(--border-light); padding-bottom: 8px;}
.hero-text h1 { font-size: 4.5rem; color: var(--text-main); line-height: 1.1; margin-bottom: 30px; font-weight: 400; letter-spacing: -1px; text-shadow: 0 10px 30px rgba(0,0,0,0.8); }
.hero-text h1 span { color: var(--text-muted); font-style: italic; font-weight: 300; }
.hero-text p { font-size: 1.15rem; color: var(--text-muted); margin-bottom: 50px; max-width: 85%; font-weight: 300; line-height: 1.9; }

.hero-visual { position: relative; }
.photo-frame { position: relative; padding: 0 !important; z-index: 2; }
.lawyer-photo { width: 100%; height: auto; display: block; box-shadow: 0 30px 60px rgba(0,0,0,0.8); border-radius: 4px; border: 1px solid rgba(255,255,255,0.05); transition: all 0.5s ease; filter: none !important;}
.hero-visual:hover .lawyer-photo { transform: scale(1.02); box-shadow: 0 40px 80px rgba(0,0,0,1); }

.compact-header { padding: 50px 0 40px 0 !important; margin-top: 0 !important; text-align: center !important; width: 100%; position: relative; z-index: 2; background: radial-gradient(circle at 50% 100%, var(--bg-accent), var(--bg-main)); border-bottom: 1px solid var(--border-light); }
.compact-header .badge { margin-bottom: 12px; }
.compact-header h1 { font-size: 3.2rem; font-weight: 400 !important; display: block; margin: 0 auto 15px auto !important; color: var(--text-main); letter-spacing: -1px; }
.compact-header h1 span { color: var(--text-muted); font-style: italic; }
.title-motif-small { width: 60px; height: 2px; background-color: var(--gold-accent); margin: 0 auto 20px auto !important; }
.compact-desc { max-width: 700px; margin: 0 auto; color: var(--text-muted); font-size: 1.05rem; line-height: 1.7; text-align: center !important; font-weight: 300;}

/* =========================================
   05. FAALİYET ALANLARI (SIGNATURE PANELLERİ)
   ========================================= */
.signature-grid-section { padding: 100px 0; position: relative; overflow: hidden; background: var(--bg-main); }
.signature-grid-section::before { content: ''; position: absolute; top: 10%; right: -10%; width: 600px; height: 600px; border: 1px solid var(--border-light); border-radius: 50%; pointer-events: none;}
.signature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--border-light); position: relative; z-index: 5;} 

.sig-card { background: var(--bg-main); padding: 80px 50px; position: relative; transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1); overflow: hidden; cursor: default; }
.sig-number { position: absolute; top: 30px; right: 40px; font-size: 6rem; font-family: 'Playfair Display', serif; color: rgba(255,255,255,0.02); font-weight: 900; transition: 0.6s; }
.sig-icon { font-size: 2.2rem; color: var(--gold-accent); margin-bottom: 40px; transition: 0.5s; opacity: 0.8; }
.sig-content h3 { font-size: 1.6rem; color: #FFF; margin-bottom: 20px; font-weight: 500; }
.sig-line { width: 30px; height: 1px; background: var(--gold-accent); margin-bottom: 25px; transition: 0.5s; }
.sig-content p { color: var(--text-muted); font-size: 0.95rem; line-height: 1.8; font-weight: 300; }

.sig-card:hover { background: #081122; }
.sig-card:hover .sig-number { color: rgba(212, 175, 55, 0.05); transform: translateY(-10px); }
.sig-card:hover .sig-icon { transform: scale(1.1) rotate(-5deg); opacity: 1; color: #FFF; }
.sig-card:hover .sig-line { width: 100%; background: #FFF; }
.sig-card::after { content: ''; position: absolute; bottom: 0; left: 0; width: 0%; height: 2px; background: var(--gold-accent); transition: 0.5s; }
.sig-card:hover::after { width: 100%; }

/* =========================================
   06. HAKKIMIZDA SAYFASI 
   ========================================= */
.premium-about-section { background: radial-gradient(circle at 20% 50%, var(--bg-accent) 0%, var(--bg-main) 100%) !important; position: relative; overflow: hidden; }
.premium-about-section::before { content: ''; position: absolute; top: -10%; left: -5%; width: 700px; height: 700px; border: 1px solid var(--border-light); border-radius: 50%; pointer-events: none; }
.about-grid { display: grid; grid-template-columns: 0.8fr 1.2fr; gap: 80px; align-items: center; margin-top: 100px; margin-bottom: 100px; position: relative; z-index: 2;}
.about-visual .photo-frame { max-width: 450px; margin: 0 auto; position: relative; z-index: 2; padding: 0 !important; border: none !important;}
.about-photo { width: 100%; height: auto; display: block; box-shadow: 0 30px 60px rgba(0,0,0,0.8); border: 1px solid rgba(255,255,255,0.05); border-radius: 4px; filter: none !important; transition: all 0.5s ease; }
.about-photo:hover { transform: translateY(-5px); box-shadow: 0 40px 80px rgba(0,0,0,1); }

.about-text h2 { font-family: 'Playfair Display', serif !important; font-size: 4.8rem; font-weight: 400 !important; color: var(--text-main); line-height: 1.1; margin-bottom: 10px; letter-spacing: -1.5px; }
.about-text h2 span { color: var(--text-muted); font-style: italic; }
.bio-details { display: flex; flex-direction: column; gap: 30px; margin-bottom: 50px; margin-top: 40px;}
.bio-item { display: flex; align-items: center; gap: 25px; } 
.gold-icon-box { flex-shrink: 0; width: 60px; height: 60px; display: flex; align-items: center; justify-content: center; border: 1px solid var(--border-light); border-radius: 50%; background-color: transparent; color: var(--platinum); font-size: 1.4rem; transition: all 0.4s ease; }
.bio-item:hover .gold-icon-box { background-color: var(--gold-accent); color: var(--bg-main); border-color: var(--gold-accent); transform: scale(1.1); }
.bio-item strong { color: var(--text-main); display: block; font-size: 0.95rem; margin-bottom: 5px; font-weight: 600; text-transform: uppercase; letter-spacing: 2px;}
.bio-item span { color: var(--text-muted); font-size: 1rem; font-weight: 300;}
.signature-box { margin-top: 50px; padding-top: 40px; border-top: 1px solid var(--border-light); text-align: right; }
.signature-text { font-family: 'Italianno', cursive !important; font-size: 6.5rem !important; font-weight: 400 !important; color: var(--gold-accent) !important; text-shadow: 0 0 15px rgba(212, 175, 55, 0.2); display: inline-block; line-height: 0.8; transform: rotate(-5deg); }

/* =========================================
   07. İLETİŞİM SAYFASI (FORMLAR & KVKK ONAYI)
   ========================================= */
.contact-split-grid { display: grid; grid-template-columns: 1fr 1.2fr; gap: 60px; align-items: stretch; margin-bottom: 80px; }
.contact-info-side { display: flex; flex-direction: column; gap: 30px; }

.whatsapp-btn { display: flex; align-items: center; justify-content: center; gap: 15px; background: linear-gradient(135deg, #075E54 0%, #128C7E 100%); border: 1px solid rgba(37, 211, 102, 0.3); color: #FFFFFF; padding: 22px 30px; font-size: 1.1rem; font-weight: 600; text-decoration: none; border-radius: 4px; transition: all 0.4s ease; box-shadow: 0 10px 25px rgba(18, 140, 126, 0.25), inset 0 1px 0 rgba(255,255,255,0.1); }
.whatsapp-btn i { font-size: 1.8rem; }
.whatsapp-btn:hover { background: linear-gradient(135deg, #054c44 0%, #0f7a6e 100%); transform: translateY(-4px); box-shadow: 0 15px 35px rgba(18, 140, 126, 0.4), inset 0 1px 0 rgba(255,255,255,0.2); }

.combined-info-card, .contact-form-side { background: linear-gradient(145deg, rgba(13, 22, 39, 0.8) 0%, rgba(6, 11, 20, 0.95) 100%); backdrop-filter: blur(20px); border: 1px solid rgba(255, 255, 255, 0.08); padding: 60px 50px; border-radius: 4px; box-shadow: inset 0 0 0 1px rgba(255,255,255,0.02), 0 25px 50px rgba(0,0,0,0.7); position: relative; overflow: hidden; }
.combined-info-card::before, .contact-form-side::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 2px; background: linear-gradient(90deg, transparent, rgba(226, 232, 240, 0.8), transparent); opacity: 0.5; transition: all 0.5s ease; }
.combined-info-card:hover::before, .contact-form-side:hover::before { opacity: 1; }

.combined-info-card h3, .form-wrapper h3 { font-size: 2.2rem; color: var(--text-main); margin-bottom: 10px; font-family: 'Playfair Display', serif; font-weight: 400;}
.combined-info-card h3 span, .form-wrapper h3 span { color: var(--text-muted); font-style: italic; }
.info-lead { color: var(--text-muted); margin-bottom: 40px; font-size: 0.95rem; line-height: 1.7; font-weight: 300;}

.info-list-vertical { list-style: none; display: flex; flex-direction: column; gap: 30px; }
.info-list-vertical li { display: flex; align-items: flex-start; gap: 20px; }
.info-list-vertical .icon-box { width: 50px; height: 50px; flex-shrink: 0; display: flex; align-items: center; justify-content: center; background-color: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.1); border-radius: 50%; color: #FFFFFF; font-size: 1.2rem; transition: all 0.3s ease; }
.info-list-vertical li:hover .icon-box { background-color: #FFFFFF; color: var(--nav-text); transform: scale(1.1); box-shadow: 0 5px 15px rgba(255,255,255,0.2);}
.info-list-vertical .text-box strong { display: block; color: var(--text-main); font-size: 0.95rem; margin-bottom: 5px; font-weight: 600; text-transform: uppercase; letter-spacing: 1px;}
.info-list-vertical .text-box span { color: var(--text-muted); font-size: 0.95rem; line-height: 1.6; display: block; font-weight: 300;}

.premium-form .form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.premium-form .input-group { margin-bottom: 30px; }
.premium-form label:not(.checkbox-custom):not(.checkbox-label) { display: block; color: var(--platinum); font-size: 0.8rem; font-weight: 600; margin-bottom: 12px; text-transform: uppercase; letter-spacing: 1.5px;}

.premium-form input:not([type="checkbox"]), .premium-form textarea { width: 100%; padding: 18px 20px; font-family: 'Inter', sans-serif; font-size: 0.95rem; color: #FFFFFF; background-color: rgba(0,0,0,0.4); border: none; border-bottom: 2px solid rgba(255,255,255,0.1); border-radius: 4px 4px 0 0; transition: all 0.4s ease; box-shadow: inset 0 2px 10px rgba(0,0,0,0.5); }
.premium-form input:not([type="checkbox"]):focus, .premium-form textarea:focus { outline: none; border-bottom: 2px solid var(--platinum); background-color: rgba(0,0,0,0.6); box-shadow: inset 0 2px 10px rgba(0,0,0,0.8), 0 10px 20px rgba(0,0,0,0.3); }

/* Lüks Checkbox Tasarımı (KVKK Onayı İçin) */
.checkbox-group { display: flex; align-items: flex-start; gap: 12px; margin-bottom: 25px; }
.checkbox-group input[type="checkbox"] { display: none; }
.checkbox-custom { width: 22px; height: 22px; border: 1px solid var(--border-light); border-radius: 3px; display: flex; align-items: center; justify-content: center; cursor: pointer; transition: all 0.3s; flex-shrink: 0; background: rgba(0,0,0,0.4); margin-top: 2px;}
.checkbox-custom i { color: transparent; font-size: 0.8rem; transition: all 0.3s; transform: scale(0.5); }
.checkbox-group input[type="checkbox"]:checked + .checkbox-custom { background: var(--gold-accent); border-color: var(--gold-accent); box-shadow: 0 0 10px rgba(212, 175, 55, 0.4);}
.checkbox-group input[type="checkbox"]:checked + .checkbox-custom i { color: var(--bg-main); transform: scale(1); }
.checkbox-label { color: var(--text-muted); font-size: 0.85rem; font-weight: 300; cursor: pointer; line-height: 1.6; }
.checkbox-label a { color: var(--platinum); text-decoration: none; border-bottom: 1px solid rgba(226, 232, 240, 0.3); padding-bottom: 2px; transition: all 0.3s; }
.checkbox-label a:hover { color: var(--gold-accent); border-color: var(--gold-accent); }

.premium-form button[type="submit"] { background-color: var(--platinum); color: var(--navy-dark); border: none; padding: 20px; font-size: 1rem; font-weight: 700; letter-spacing: 3px; text-transform: uppercase; border-radius: 2px; cursor: pointer; transition: all 0.4s ease; box-shadow: 0 10px 30px rgba(226, 232, 240, 0.2); width: 100%; }
.premium-form button[type="submit"]:hover { background-color: #FFFFFF; transform: translateY(-3px); box-shadow: 0 15px 40px rgba(255, 255, 255, 0.4); }

.map-full-container { width: 100%; height: 500px; border-radius: 4px; overflow: hidden; border: 1px solid var(--border-light); margin-top: 60px; box-shadow: 0 20px 50px rgba(0,0,0,0.6);}
.map-full-container iframe { width: 100%; height: 100%; border: none; filter: grayscale(20%) opacity(0.9); transition: all 0.5s ease; }
.map-full-container:hover iframe { filter: grayscale(0%) opacity(1); }

/* =========================================
   08. MAKALELER, S.S.S. & YASAL METİNLER
   ========================================= */
.article-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; }
.article-card { background: linear-gradient(145deg, var(--bg-card) 0%, rgba(6, 11, 20, 0.8) 100%); border: 1px solid var(--border-light); border-radius: 4px; overflow: hidden; transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1); box-shadow: inset 0 0 0 1px rgba(255,255,255,0.02), 0 15px 35px rgba(0, 0, 0, 0.5); display: flex; flex-direction: column; }
.article-card:hover { transform: translateY(-10px); box-shadow: 0 30px 60px rgba(0, 0, 0, 0.8); border-color: rgba(255,255,255,0.15); }
.article-img { width: 100%; height: 240px; overflow: hidden; position: relative; }
.article-img img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(50%); transition: all 0.5s ease; }
.article-card:hover .article-img img { filter: grayscale(0%); transform: scale(1.05); }
.article-content { padding: 30px; flex: 1; display: flex; flex-direction: column; }
.article-date { color: var(--gold-accent); font-size: 0.85rem; font-weight: 600; letter-spacing: 1px; text-transform: uppercase; margin-bottom: 15px; display: block; border-bottom: 1px solid var(--border-light); padding-bottom: 8px;}
.article-content h3 { font-size: 1.4rem; color: var(--text-main); margin-bottom: 15px; line-height: 1.4; }
.article-content p { color: var(--text-muted); font-size: 0.95rem; line-height: 1.7; margin-bottom: 25px; flex: 1; font-weight: 300; }
.btn-read-more { color: #FFFFFF; text-decoration: none; font-weight: 600; font-size: 0.9rem; text-transform: uppercase; letter-spacing: 1px; display: flex; align-items: center; gap: 10px; transition: color 0.3s; }
.btn-read-more i { transition: transform 0.3s; }
.btn-read-more:hover { color: var(--gold-accent); }
.btn-read-more:hover i { transform: translateX(5px); }

/* Makale Detay & Bilgi Okuma Sayfası */
.back-link { color: var(--platinum); text-decoration: none; font-size: 0.9rem; font-weight: 600; text-transform: uppercase; letter-spacing: 1px; display: inline-block; transition: all 0.3s; }
.back-link:hover { color: #FFFFFF; transform: translateX(-5px); }
.article-meta { display: flex; align-items: center; justify-content: center; gap: 30px; color: var(--text-muted); font-size: 0.95rem; margin-top: 20px; }
.article-meta span { display: flex; align-items: center; gap: 10px; }
.article-detail-container { max-width: 850px !important; }
.article-cover-img { width: 100%; height: auto; border-radius: 4px; box-shadow: 0 20px 50px rgba(0,0,0,0.6); margin-bottom: 50px; border: 1px solid var(--border-light); }
.article-body p { font-size: 1.15rem; color: var(--text-muted); line-height: 1.9; margin-bottom: 30px; font-weight: 300; }
.article-body h3 { font-size: 1.6rem; color: var(--text-main); margin: 50px 0 20px; border-bottom: 1px solid var(--border-light); padding-bottom: 10px; }
.article-body ul li { font-size: 1.15rem; color: var(--text-muted); font-weight: 300; margin-bottom: 10px; }
.drop-cap { float: left; font-size: 4rem; line-height: 0.8; padding-top: 4px; padding-right: 8px; padding-left: 3px; font-family: 'Playfair Display', serif; color: var(--text-main); }
.premium-blockquote { border-left: 4px solid var(--gold-accent); padding-left: 25px; margin: 50px 0; font-family: 'Playfair Display', serif; font-size: 1.5rem; color: var(--text-main); font-style: italic; line-height: 1.6; }

/* SSS Akordeon */
.faq-container { max-width: 800px; display: flex; flex-direction: column; gap: 20px; }
.premium-faq { background: linear-gradient(145deg, var(--bg-card) 0%, rgba(6, 11, 20, 0.8) 100%); border: 1px solid var(--border-light); border-radius: 4px; box-shadow: inset 0 0 0 1px rgba(255,255,255,0.02), 0 10px 20px rgba(0, 0, 0, 0.3); transition: all 0.3s ease; }
.premium-faq[open] { border-color: rgba(255,255,255,0.15); box-shadow: 0 15px 30px rgba(0,0,0,0.5); }
.premium-faq summary { padding: 25px 30px; font-size: 1.15rem; font-weight: 600; color: #FFFFFF; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; outline: none; }
.premium-faq summary::-webkit-details-marker { display: none; } 
.premium-faq .indicator { transition: transform 0.3s; color: var(--platinum); }
.premium-faq[open] summary .indicator { transform: rotate(180deg); color: var(--gold-accent); }
.faq-content { padding: 0 30px 30px 30px; color: var(--text-muted); font-size: 1rem; line-height: 1.8; font-weight: 300; border-top: 1px solid rgba(255,255,255,0.05); margin-top: 10px; padding-top: 20px; }

/* =========================================
   09. FOOTER (MÜZE SERİSİ + YASAL LİNKLER)
   ========================================= */
.premium-footer { background: linear-gradient(to bottom, var(--bg-main), #020408); padding: 100px 0 30px; position: relative; border-top: 1px solid rgba(255, 255, 255, 0.05); overflow: hidden; }
.premium-footer::before { content: ''; position: absolute; top: -50%; left: 50%; transform: translateX(-50%); width: 1000px; height: 1000px; background: radial-gradient(circle, rgba(212, 175, 55, 0.03) 0%, transparent 60%); pointer-events: none; z-index: 0; }
.footer-main-wrapper { display: flex; align-items: center; gap: 80px; margin-bottom: 70px; position: relative; z-index: 2; }
.footer-statue-box { flex: 0 0 240px; position: relative; display: flex; justify-content: center; }
.footer-statue-box::after { content: ''; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 200px; height: 200px; background: radial-gradient(circle, rgba(212, 175, 55, 0.15) 0%, transparent 70%); filter: blur(30px); z-index: -1; }
.footer-statue { width: 100%; max-height: 380px; object-fit: contain; filter: grayscale(100%) contrast(1.1) brightness(1.2) drop-shadow(0 15px 25px rgba(0,0,0,0.8)); transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);}
.footer-statue:hover { filter: grayscale(100%) contrast(1.2) brightness(1.4) drop-shadow(0 20px 35px rgba(255,255,255,0.1)); transform: translateY(-8px) scale(1.02);}

.footer-grid { flex: 1; display: grid; grid-template-columns: 1.5fr 1.2fr 1.2fr; gap: 60px; }
.footer-brand-name { color: #FFFFFF; font-size: 2.2rem; letter-spacing: 3px; margin-bottom: 25px; font-weight: 400; font-family: 'Playfair Display', serif;}
.footer-desc { color: var(--text-muted); font-size: 0.95rem; line-height: 1.9; max-width: 320px; font-weight: 300;}

.footer-column h4 { color: #FFFFFF; font-family: 'Inter', sans-serif; font-size: 0.9rem; letter-spacing: 3px; text-transform: uppercase; margin-bottom: 30px; position: relative; padding-bottom: 15px; font-weight: 600; }
.footer-column h4::after { content: ''; position: absolute; left: 0; bottom: 0; width: 40px; height: 2px; background: var(--gold-accent); transition: width 0.3s ease; }
.footer-column:hover h4::after { width: 100%; }

.footer-contact-list { list-style: none; }
.footer-contact-list li { display: flex; align-items: flex-start; gap: 15px; margin-bottom: 25px; color: var(--text-muted); font-size: 0.95rem; line-height: 1.6; transition: color 0.3s ease; font-weight: 300;}
.footer-contact-list .gold-icon { width: 40px; height: 40px; flex-shrink: 0; display: flex; justify-content: center; align-items: center; border-radius: 50%; background: rgba(255, 255, 255, 0.03); border: 1px solid rgba(255, 255, 255, 0.1); color: var(--gold-accent); font-size: 1rem; transition: 0.4s ease; }
.footer-contact-list li:hover { color: #FFFFFF; }
.footer-contact-list li:hover .gold-icon { background: var(--gold-accent); color: #000; border-color: var(--gold-accent); transform: scale(1.1); box-shadow: 0 0 15px rgba(212, 175, 55, 0.3); }

.footer-hours { list-style: none; }
.footer-hours li { display: flex; justify-content: space-between; align-items: center; padding-bottom: 15px; margin-bottom: 15px; border-bottom: 1px solid rgba(255, 255, 255, 0.05); color: var(--text-muted); font-size: 0.95rem; font-weight: 300; }
.footer-hours li:last-child { border-bottom: none; }
.footer-hours .gold-text { color: var(--gold-accent); font-weight: 500; text-align: right; } 

.footer-bottom { border-top: 1px solid rgba(255,255,255,0.05); padding-top: 30px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 20px; position: relative; z-index: 2;}
.copyright { color: var(--text-muted); font-size: 0.85rem; font-weight: 300;}

/* Yasal Linkler Footer'da */
.footer-legal-links { display: flex; align-items: center; gap: 15px; }
.footer-legal-links a { color: var(--text-muted); text-decoration: none; font-size: 0.85rem; font-weight: 300; transition: color 0.3s; }
.footer-legal-links a:hover { color: var(--gold-accent); }
.footer-legal-links .separator { color: rgba(255,255,255,0.1); font-size: 0.85rem; }

.developer { color: var(--text-muted); font-size: 0.85rem; letter-spacing: 1px; font-weight: 300;}
.dev-link { color: var(--platinum); text-decoration: none; font-weight: 600; transition: all 0.3s ease; position: relative;}
.dev-link:hover { color: var(--gold-accent); text-shadow: 0 0 15px rgba(212, 175, 55, 0.5); }

/* ==========================================================================
   EKSİK OLAN MODAL (AÇILIR PENCERE) VE MOBİL BUTON GİZLEME CSS KODLARI
   ========================================================================== */

/* Masaüstünde o alttaki ekstra butonları gizliyoruz */
.mobile-dashboard-footer { display: none; }

/* Modalların (Açılır Pencerelerin) Şık Tasarımı ve Başlangıçta Gizlenmesi */
.premium-modal {
    position: fixed; top: 0; left: 0; width: 100%; height: 100%;
    background: rgba(2, 4, 8, 0.85); backdrop-filter: blur(8px);
    display: flex; align-items: center; justify-content: center;
    z-index: 10000; opacity: 0; pointer-events: none;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
.premium-modal.active { opacity: 1; pointer-events: auto; }

.modal-content {
    background: var(--bg-dark); /* veya senin arka plan rengin */
    width: 90%;
    max-width: 600px;
    max-height: 90vh; /* Ekranın %90'ından fazla olmasın */
    display: flex;
    flex-direction: column;
    border-radius: 8px;
    overflow: hidden; /* Dışarı taşmayı engeller */
}
.premium-modal.active .modal-content { transform: translateY(0); }

.modal-header {
    display: flex; justify-content: space-between; align-items: center;
    padding: 25px 35px; border-bottom: 1px solid rgba(255,255,255,0.05);
}
.modal-header h3 { color: #FFF; font-size: 1.3rem; font-weight: 600; display: flex; align-items: center; gap: 10px; margin: 0;}
.modal-header h3 i { color: var(--gold-accent); }
.btn-close-modal { background: none; border: none; color: var(--text-muted); font-size: 1.5rem; cursor: pointer; transition: 0.3s; }
.btn-close-modal:hover { color: #ef4444; transform: rotate(90deg); }

.modal-body {
    padding: 20px;
    overflow-y: auto; /* İçerik taşarsa otomatik scroll çıkarır */
    flex: 1;
}

/* Form İç Elemanları */
.premium-select, .premium-file-input {
    width: 100%; padding: 16px 20px; color: #FFF; background-color: rgba(0,0,0,0.4);
    border: none; border-bottom: 2px solid rgba(255,255,255,0.1); border-radius: 4px 4px 0 0;
    font-family: 'Inter', sans-serif; font-size: 0.95rem; cursor: pointer; transition: 0.4s;
}
.premium-select:focus { outline: none; border-color: var(--gold-accent); }
.premium-select option { background-color: #0A1426; color: #FFF; }

.modal-actions { display: flex; justify-content: flex-end; gap: 15px; margin-top: 30px; border-top: 1px solid rgba(255,255,255,0.05); padding-top: 25px;}
.btn-cancel { background: rgba(255,255,255,0.05); color: #FFF; border: 1px solid rgba(255,255,255,0.1); padding: 10px 25px; border-radius: 4px; cursor: pointer; font-weight: 600; transition: 0.3s; }
.btn-cancel:hover { background: rgba(255,255,255,0.1); }
.btn-save { 
    background: linear-gradient(135deg, #D4AF37 0%, #b89327 100%) !important; 
    color: #000000 !important; 
    border: none; 
    padding: 12px 35px; 
    border-radius: 4px; 
    cursor: pointer; 
    font-weight: 700; 
    transition: 0.3s; 
    box-shadow: 0 10px 20px rgba(212, 175, 55, 0.2); 
}
.btn-save:hover { 
    background: #FFFFFF !important; 
    color: #000000 !important;
    transform: translateY(-2px); 
    box-shadow: 0 15px 30px rgba(255, 255, 255, 0.3);
}
/* ==========================================================================
   10. MOBİL UYUMLULUK (MEDIA QUERIES) - KOMPLE HATASIZ SÜRÜM
   ========================================================================== */

/* Hamburger Menü Çizgileri (Masaüstünde Gizli, Mobilde Devrede) */
.menu-toggle { display: none; }
.hamburger { display: none; cursor: pointer; flex-direction: column; gap: 6px; z-index: 1000; }
.hamburger span { display: block; width: 30px; height: 3px; background-color: var(--nav-text); transition: all 0.3s ease; border-radius: 3px; }

/* =========================================
   MESAJ DETAYI VE SİLME MODALI EKSTRALARI
   ========================================= */
.message-meta { background: rgba(0,0,0,0.3); border: 1px solid rgba(255,255,255,0.05); padding: 20px; border-radius: 4px; margin-bottom: 20px; font-size: 0.9rem; }
.meta-item { margin-bottom: 8px; color: var(--text-muted); }
.meta-item strong { color: #FFF; width: 80px; display: inline-block; }

.message-content-box { background: rgba(0,0,0,0.2); padding: 25px; border-left: 3px solid var(--gold-accent); color: var(--platinum); font-size: 0.95rem; line-height: 1.8; border-radius: 0 4px 4px 0; }
.message-content-box p { margin-bottom: 15px; }
.message-content-box p:last-child { margin-bottom: 0; }

.btn-danger { background: rgba(239, 68, 68, 0.1) !important; color: #ef4444 !important; border: 1px solid rgba(239, 68, 68, 0.3) !important; padding: 12px 35px; border-radius: 4px; cursor: pointer; font-weight: 700; transition: 0.3s; }
.btn-danger:hover { background: #ef4444 !important; color: #FFF !important; transform: translateY(-2px); box-shadow: 0 10px 20px rgba(239, 68, 68, 0.2); }

@media (max-width: 1024px) {
    .footer-main-wrapper { flex-direction: column; text-align: center; gap: 50px; }
    .footer-statue-box { flex: 0 0 auto; width: 150px; margin: 0 auto; }
    .footer-grid { grid-template-columns: 1fr; gap: 40px; }
    .footer-column h4::after { left: 50%; transform: translateX(-50%); }
    .footer-contact-list li { justify-content: center; text-align: left; }
    .footer-bottom { flex-direction: column; text-align: center; gap: 15px; }
    .contact-split-grid { grid-template-columns: 1fr; }
    .article-grid { grid-template-columns: repeat(2, 1fr); }
    .signature-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 900px) {
    /* --- NAVBAR & HAMBURGER MENÜ (Açılır Kapanır) --- */
    .navbar { padding: 15px 0 !important; }
    .nav-container { flex-direction: row !important; justify-content: space-between; align-items: center; position: relative; }
    .brand { margin-right: auto; }
    .premium-integrated-logo { height: 55px !important; }
    
    .hamburger { display: flex; }

    .nav-links {
        position: absolute; top: 100%; left: 0; width: 100%; 
        background-color: var(--navbar-bg); 
        flex-direction: column !important; align-items: center; gap: 20px !important; 
        padding: 30px 20px !important; 
        box-shadow: 0 20px 30px rgba(0,0,0,0.1);
        transform: translateY(-150%); opacity: 0; pointer-events: none; 
        transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1); z-index: -1;
    }

    .menu-toggle:checked ~ .nav-links { transform: translateY(0); opacity: 1; pointer-events: auto; z-index: 998; }
    .menu-toggle:checked ~ .hamburger span:nth-child(1) { transform: rotate(45deg) translate(6px, 6px); }
    .menu-toggle:checked ~ .hamburger span:nth-child(2) { opacity: 0; }
    .menu-toggle:checked ~ .hamburger span:nth-child(3) { transform: rotate(-45deg) translate(7px, -7px); }

    .nav-links a:not(.btn-solid-gold) { font-size: 1rem !important; }
    .nav-links li { width: 100%; text-align: center; }
    .navbar .btn-solid-gold { padding: 15px 40px !important; display: inline-block; }

    /* --- ANA SAYFA KARŞILAMA (HERO) EKRANI --- */
    .hero { min-height: auto; padding: 60px 0; }
    .hero-wrapper { grid-template-columns: 1fr; text-align: center; gap: 40px; padding: 0; }
    
    .hero-text { order: 1; display: flex; flex-direction: column; align-items: center; } 
    .badge { margin: 0 auto 20px auto; }
    .hero-text h1 { font-size: 3.2rem; margin-bottom: 20px; line-height: 1.2; text-shadow: none; }
    .hero-text p { font-size: 1rem; margin: 0 auto 30px auto; max-width: 100%; line-height: 1.7; }
    
    .hero-visual { order: 2; width: 100%; max-width: 400px; margin: 0 auto; } 
    .photo-frame { padding: 0 !important; }
    .lawyer-photo { width: 100%; height: auto; }

    /* --- FAALİYET ALANLARI (MOBİLDE İKİŞERLİ KOLON) --- */
    .signature-grid { grid-template-columns: repeat(2, 1fr) !important; }
    .sig-card { padding: 30px 20px !important; }
    .sig-number { font-size: 3.5rem !important; top: 15px !important; right: 15px !important; }
    .sig-icon { font-size: 1.6rem !important; margin-bottom: 20px !important; }
    .sig-content h3 { font-size: 1.05rem !important; margin-bottom: 10px !important; }
    .sig-line { margin-bottom: 15px !important; }
    .sig-content p { font-size: 0.8rem !important; line-height: 1.5 !important; }

    /* --- HAKKIMIZDA (BİYOGRAFİ) MOBİL DİZİLİM SİHRİ --- */
    .about-grid { display: flex; flex-direction: column; gap: 15px; margin: 50px 0; text-align: center; }
    .about-text { display: contents; } /* Duvarları yıkıyoruz */
    .about-text .badge { order: 1; margin: 0 auto 5px auto !important; }
    .about-text h2 { order: 2; font-size: 3rem; margin-bottom: 10px !important; }
    .about-visual { order: 3; margin: 20px auto; width: 100%; max-width: 320px; }
    .about-visual .photo-frame { max-width: 100%; padding: 0 !important; }
    .about-text p, .about-text blockquote, .premium-blockquote { order: 4; margin-bottom: 20px; }
    .bio-details { order: 5; align-items: center; flex-direction: column; gap: 15px; }
    .signature-box { order: 6; text-align: center; }

    /* --- DİĞER SAYFALAR & İÇERİKLER --- */
    .compact-header { padding: 40px 0 30px 0 !important; }
    .compact-header h1 { font-size: 2.6rem !important; }
    .premium-form .form-row { grid-template-columns: 1fr; }

    /* --- ADMIN PANEL (DASHBOARD) MOBİL AYARLARI --- */
    .dashboard-wrapper { grid-template-columns: 1fr; }
    .dashboard-sidebar { display: none; }
    .dashboard-content { padding: 30px 20px; }
    .stats-grid { grid-template-columns: 1fr; gap: 15px; }
    .content-header { flex-direction: column-reverse; align-items: flex-start; gap: 20px; }

    /* Dashboard Mobil Aksiyon Butonları (Siteye Dön / Çıkış Yap) */
    .mobile-dashboard-footer { 
        display: flex !important; 
        flex-direction: column; 
        gap: 12px; 
        margin-top: 50px; 
        padding-top: 30px; 
        border-top: 1px solid rgba(255,255,255,0.05); 
    }
    .mobile-dashboard-footer a {
        display: flex; align-items: center; justify-content: center; gap: 12px;
        padding: 16px; border-radius: 4px; text-decoration: none !important;
        font-size: 0.9rem; font-weight: 600; transition: 0.3s;
    }
    .mobile-dashboard-footer .btn-sidebar-out {
        background-color: rgba(255, 255, 255, 0.05); color: #FFFFFF !important;
        border: 1px solid rgba(255, 255, 255, 0.1);
    }
    .mobile-dashboard-footer .logout-link {
        background-color: rgba(239, 68, 68, 0.08); color: #ef4444 !important;
        border: 1px solid rgba(239, 68, 68, 0.15);
    }
    .mobile-dashboard-footer a:active { transform: scale(0.98); }
}

@media (max-width: 600px) {
    /* Çok dar telefon ekranları için son rötuşlar */
    .hero-text h1 { font-size: 2.6rem; letter-spacing: -1px;}
    .compact-header h1 { font-size: 2.2rem !important; }
    .map-full-container { height: 350px; margin-bottom: 40px; }
    .signature-text { font-size: 4.5rem !important; }
    .combined-info-card, .contact-form-side { padding: 30px 20px; }
    .article-grid { grid-template-columns: 1fr; }
    .premium-faq summary { font-size: 1rem; padding: 20px; }
    .article-body h3 { font-size: 1.5rem; }
    .premium-blockquote { font-size: 1.2rem; }
    .sig-card { padding: 40px 30px; }
    .footer-legal-links { flex-direction: column; gap: 10px; }
    .footer-legal-links .separator { display: none; }
}
/* ==========================================================================
   11. ADMIN LOGIN SAYFASI (YÖNETİM PANELİ GİRİŞİ)
   ========================================================================== */

.admin-login-body {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: radial-gradient(circle at 50% 50%, var(--bg-accent) 0%, var(--bg-main) 100%);
    overflow: hidden;
    position: relative;
}

/* Arkadaki Hayalet Işıklar */
.login-glow-1 { position: absolute; top: -10%; left: -10%; width: 500px; height: 500px; background: radial-gradient(circle, rgba(212, 175, 55, 0.1) 0%, transparent 70%); filter: blur(50px); pointer-events: none; }
.login-glow-2 { position: absolute; bottom: -10%; right: -10%; width: 600px; height: 600px; background: radial-gradient(circle, rgba(255, 255, 255, 0.05) 0%, transparent 70%); filter: blur(50px); pointer-events: none; }

.login-wrapper {
    width: 100%;
    max-width: 480px;
    padding: 0 20px;
    position: relative;
    z-index: 10;
}

.login-card {
    background: linear-gradient(145deg, rgba(13, 22, 39, 0.85) 0%, rgba(6, 11, 20, 0.95) 100%);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 4px;
    padding: 60px 50px;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,0.02), 0 30px 60px rgba(0,0,0,0.8);
    position: relative;
}

/* Kartın üstündeki altın jilet çizgi */
.login-card::before {
    content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 3px;
    background: linear-gradient(90deg, transparent, var(--gold-accent), transparent);
    opacity: 0.8;
}

.login-header { text-align: center; }
.login-logo-icon { font-size: 2.5rem; color: var(--gold-accent); margin-bottom: 20px; text-shadow: 0 0 20px rgba(212, 175, 55, 0.4); }
.login-header h2 { font-size: 2.2rem; color: #FFFFFF; letter-spacing: 4px; font-weight: 400; margin-bottom: 5px; }
.login-header p { color: var(--text-muted); font-size: 0.9rem; letter-spacing: 6px; text-transform: uppercase; font-weight: 300; }

/* İkonlu Input Tasarımı */
.input-with-icon { position: relative; }
.input-with-icon i { position: absolute; left: 20px; top: 50%; transform: translateY(-50%); color: var(--text-muted); font-size: 1.1rem; transition: 0.4s; }
.input-with-icon input { padding-left: 55px !important; }
.input-with-icon input:focus + i, .input-with-icon:focus-within i { color: var(--platinum); text-shadow: 0 0 10px rgba(255,255,255,0.5); }

/* Login Butonu */
.btn-login-submit {
    background: linear-gradient(135deg, var(--gold-accent) 0%, #b89327 100%);
    color: #000000;
    border: none;
    padding: 18px;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    border-radius: 2px;
    cursor: pointer;
    transition: all 0.4s ease;
    box-shadow: 0 10px 25px rgba(212, 175, 55, 0.25);
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
}
.btn-login-submit:hover {
    background: #FFFFFF;
    color: var(--nav-text);
    transform: translateY(-3px);
    box-shadow: 0 15px 35px rgba(255, 255, 255, 0.3);
}

.login-footer { margin-top: 30px; text-align: center; border-top: 1px solid rgba(255,255,255,0.05); padding-top: 20px; }
.login-footer a { color: var(--text-muted); text-decoration: none; font-size: 0.85rem; font-weight: 300; transition: 0.3s; display: inline-flex; align-items: center; gap: 8px; }
.login-footer a:hover { color: #FFFFFF; transform: translateX(-5px); }

.login-copyright { text-align: center; margin-top: 30px; color: var(--text-muted); font-size: 0.8rem; font-weight: 300; letter-spacing: 1px; }

@media (max-width: 600px) {
    .login-card { padding: 50px 30px; }
    .login-header h2 { font-size: 1.8rem; }
}

/* ==========================================================================
   12. DASHBOARD (PANEL) - SADELEŞTİRİLMİŞ VE DÜZELTİLMİŞ SÜRÜM
   ========================================================================== */

.admin-dashboard-body { background-color: #04080F; height: 100vh; overflow: hidden; }

.dashboard-wrapper { display: grid; grid-template-columns: 260px 1fr; height: 100vh; }

/* ================== SOL MENÜ (SIDEBAR) ================== */
.dashboard-sidebar { 
    background-color: #020408; 
    border-right: 1px solid rgba(255,255,255,0.05); 
    display: flex; flex-direction: column; justify-content: space-between;
    padding: 30px 0;
}

/* LOGO HATASI DÜZELTİLDİ: Taşıp patlamaması için boyut kısıtlaması getirildi */
.sidebar-header { padding: 0 30px; text-align: center; }
.sidebar-logo { 
    width: 100% !important; 
    max-width: 130px !important; 
    height: auto !important; 
    display: block !important; 
    margin: 0 auto !important; 
    filter: invert(1) !important; 
    mix-blend-mode: screen !important; 
}
.sidebar-header .title-motif-small { width: 40px; margin: 20px auto 30px auto !important; }

/* Sol Menü Linkleri */
.sidebar-nav ul { list-style: none; }
.sidebar-nav a { 
    display: flex; align-items: center; gap: 15px; padding: 15px 30px;
    text-decoration: none !important; color: #94A3B8 !important; font-weight: 500; font-size: 0.95rem;
    transition: 0.3s; border-left: 3px solid transparent;
}
.sidebar-nav li.active a, .sidebar-nav a:hover { 
    background-color: rgba(255, 255, 255, 0.03); color: #FFFFFF !important; 
    border-left-color: #D4AF37; 
}
.nav-badge { background-color: #D4AF37; color: #000; padding: 2px 8px; border-radius: 12px; font-size: 0.75rem; font-weight: 700; margin-left: auto; }

/* MOR LİNK HATASI DÜZELTİLDİ: Çıkış butonları baştan stillendirildi */
.sidebar-footer { padding: 0 30px; }
.sidebar-footer a {
    display: flex; align-items: center; justify-content: center; gap: 10px;
    text-decoration: none !important; padding: 12px; border-radius: 4px; font-size: 0.85rem; font-weight: 500; transition: 0.3s;
}
.btn-sidebar-out { background-color: rgba(255,255,255,0.05); color: #FFFFFF !important; margin-bottom: 10px; border: 1px solid rgba(255,255,255,0.05); }
.btn-sidebar-out:hover { background-color: rgba(255,255,255,0.1); }
.logout-link { color: #ef4444 !important; background: rgba(239, 68, 68, 0.05); border: 1px solid rgba(239, 68, 68, 0.1); }
.logout-link:hover { background: rgba(239, 68, 68, 0.1); color: #f87171 !important; }


/* ================== SAĞ İÇERİK ALANI ================== */
.dashboard-content { 
    padding: 40px 50px; 
    overflow-y: auto; 
    height: 100vh;
    background-color: #060B14; /* Daha düz ve ferah zemin */
}

/* Üst Karşılama */
.content-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 40px; border-bottom: 1px solid rgba(255,255,255,0.05); padding-bottom: 30px;}
.welcome-text h2 { font-size: 2.2rem; margin-bottom: 5px; color: #FFFFFF; font-weight: 400;}
.welcome-text h2 span { color: #D4AF37; font-style: italic; }
.welcome-text p { color: #94A3B8; font-size: 0.95rem; }
.admin-avatar { width: 50px; height: 50px; border-radius: 50%; border: 2px solid #D4AF37; padding: 2px; }

/* İstatistik Kartları */
.stats-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 25px; margin-bottom: 50px; }
.stat-card { 
    background-color: #0D1627; 
    border: 1px solid rgba(255,255,255,0.05); padding: 25px; border-radius: 6px;
    display: flex; align-items: center; gap: 20px; transition: 0.3s;
}
.stat-card:hover { border-color: rgba(255,255,255,0.15); transform: translateY(-3px); box-shadow: 0 10px 20px rgba(0,0,0,0.3);}
.stat-icon { font-size: 1.5rem; width: 50px; height: 50px; background-color: rgba(255,255,255,0.03); display: flex; align-items: center; justify-content: center; border-radius: 6px; color: #E2E8F0; }
.stat-info h3 { font-size: 1.8rem; margin: 0; color: #FFFFFF; font-weight: 600;}
.stat-info p { color: #94A3B8; font-size: 0.8rem; text-transform: uppercase; letter-spacing: 1px; font-weight: 500;}

/* ================== BÖLÜMLER & TABLOLAR ================== */
.dashboard-section { margin-bottom: 50px; background-color: #0A1426; border: 1px solid rgba(255,255,255,0.05); border-radius: 6px; padding: 30px; }
.section-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 25px; }
.section-header h3 { font-size: 1.3rem; color: #FFFFFF; font-family: 'Inter', sans-serif; display: flex; align-items: center; gap: 10px; font-weight: 600; margin: 0;}
.section-header h3 i { color: #D4AF37; font-size: 1.1rem; }

/* BOZUK BUTONLAR DÜZELTİLDİ: Pırıl pırıl altın rengi butonlar */
.btn-add-new { 
    background-color: #D4AF37; color: #000000; border: none; 
    padding: 10px 18px; font-family: 'Inter', sans-serif; font-size: 0.85rem; font-weight: 600; 
    border-radius: 4px; cursor: pointer; transition: 0.3s; display: flex; align-items: center; gap: 8px;
}
.btn-add-new:hover { background-color: #FFFFFF; transform: translateY(-2px); }



/* Temiz ve Sade Tablolar */
.premium-table-wrapper { overflow-x: auto; }
.premium-table { width: 100%; border-collapse: collapse; text-align: left; }
.premium-table th { 
    background-color: rgba(255,255,255,0.02); padding: 15px 20px; 
    color: #94A3B8; font-size: 0.75rem; text-transform: uppercase; letter-spacing: 1px; font-weight: 600; 
    border-bottom: 2px solid rgba(255,255,255,0.05);
}
.premium-table td { 
    padding: 18px 20px; border-bottom: 1px solid rgba(255,255,255,0.05); 
    color: #E2E8F0; font-size: 0.9rem; font-weight: 300; 
}
.premium-table tr:hover td { background-color: rgba(255,255,255,0.01); }
.premium-table tr.unread td { font-weight: 500; color: #FFFFFF; background-color: rgba(212, 175, 55, 0.03); }

/* Durum Etiketleri (Jilet gibi) */
.status-badge { padding: 5px 12px; border-radius: 4px; font-size: 0.7rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.5px; }
.status-badge.live { background-color: rgba(34, 197, 94, 0.1); color: #4ade80; border: 1px solid rgba(34, 197, 94, 0.2); }
.status-badge.draft { background-color: rgba(255, 255, 255, 0.05); color: #cbd5e1; border: 1px solid rgba(255, 255, 255, 0.1); }
.status-badge.new { background-color: #D4AF37; color: #000000; }
.status-badge.read { background-color: transparent; color: #94A3B8; border: 1px solid rgba(255,255,255,0.1); }

/* İşlem Butonları (Düzenle/Sil) */
.actions { display: flex; gap: 8px; }
.actions button { 
    background-color: rgba(255,255,255,0.05); border: none; color: #94A3B8; 
    width: 32px; height: 32px; display: flex; align-items: center; justify-content: center;
    cursor: pointer; border-radius: 4px; transition: 0.3s;
}
.actions .btn-edit:hover { background-color: #D4AF37; color: #000; }
.actions .btn-delete:hover { background-color: #ef4444; color: #FFF; }
.btn-view { background-color: rgba(255,255,255,0.1); color: #FFFFFF; border: none; padding: 6px 15px; border-radius: 4px; font-size: 0.8rem; font-weight: 600; cursor: pointer; transition: 0.3s;}
.btn-view:hover { background-color: #FFFFFF; color: #000000; }

/* Mobilde Paneli Düzenle */
@media (max-width: 900px) {
    .dashboard-wrapper { grid-template-columns: 1fr; }
    .dashboard-sidebar { display: none; } 
    .dashboard-content { padding: 30px 20px; }
    .stats-grid { grid-template-columns: 1fr; gap: 15px; }
    .content-header { flex-direction: column-reverse; align-items: flex-start; gap: 20px; }
}
/* =========================================
   GİRİŞ EKRANI MOBİL UYUM (RESPONSIVE)
   ========================================= */
@media (max-width: 768px) {
    .login-card {
        width: 90%; /* Telefondan girince sağdan soldan %5 boşluk bırakır */
        padding: 30px 20px; /* İç boşlukları daraltıp ekrana sığdırır */
        margin: 20px auto;
    }

    .login-header h2 {
        font-size: 24px; /* Başlığı telefona uygun küçültür */
    }

    .login-header p {
        font-size: 14px;
    }

    .login-logo-icon {
        width: 60px;
        height: 60px;
        font-size: 24px;
        margin-bottom: 15px;
    }

    .btn-login-submit {
        padding: 12px;
        font-size: 14px; /* Butonu baş parmak ergonomisine göre ayarlar */
    }

    .login-copyright {
        font-size: 12px;
        padding: 0 15px 20px 15px;
        line-height: 1.5;
    }
}