@import url('https://fonts.googleapis.com/css2?family=Kanit:wght@300;500;800&family=Inter:wght@300;400;600&display=swap');

:root {
    --neon-orange: #ff3c00; /* Canlı Acil Durum Turuncusu */
    --neon-glow: 0 0 15px rgba(255, 60, 0, 0.6);
    --bg-dark: #090e15; /* Çok koyu lacivert/siyah */
    --glass: rgba(255, 255, 255, 0.05);
    --glass-border: 1px solid rgba(255, 255, 255, 0.1);
    --text-light: #e0e6ed;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
body { 
    font-family: 'Inter', sans-serif; 
    background-color: var(--bg-dark); 
    color: var(--text-light); 
    background-image: radial-gradient(circle at 10% 20%, rgba(255, 60, 0, 0.1) 0%, transparent 20%);
    overflow-x: hidden;
}

a { text-decoration: none; color: inherit; transition: 0.3s; }
ul { list-style: none; }

/* YENİ NESİL NAVİGASYON (Solda Dikey veya Üstte Minimal) */
nav {
    position: fixed;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    max-width: 1000px;
    background: rgba(15, 23, 42, 0.6);
    backdrop-filter: blur(12px); /* Buzlu Cam Efekti */
    -webkit-backdrop-filter: blur(12px);
    border: var(--glass-border);
    padding: 15px 30px;
    border-radius: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 1000;
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
}

.logo { font-family: 'Kanit', sans-serif; font-size: 24px; font-weight: 800; letter-spacing: 1px; }
.logo span { color: var(--neon-orange); text-shadow: var(--neon-glow); }

.nav-links { display: flex; gap: 30px; }
.nav-links a { font-size: 14px; font-weight: 500; opacity: 0.8; }
.nav-links a:hover { opacity: 1; color: var(--neon-orange); }

/* HERO BÖLÜMÜ - Asimetrik ve Çarpıcı */
.hero {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 100px 5%;
    position: relative;
    overflow: hidden;
}

/* Arka plan görseli karartılmış ve şık */
.hero::before {
    content: '';
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: url('https://images.unsplash.com/photo-1597587002016-01582e043644?q=80&w=1920&auto=format&fit=crop');
    background-size: cover;
    background-position: center;
    opacity: 0.2;
    z-index: -1;
}

.hero-content {
    text-align: center;
    max-width: 800px;
    z-index: 1;
}

.hero h1 {
    font-family: 'Kanit', sans-serif;
    font-size: 6rem; /* Devasa Başlık */
    line-height: 0.9;
    margin-bottom: 20px;
    background: -webkit-linear-gradient(#fff, #888);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hero p {
    font-size: 1.2rem;
    margin-bottom: 40px;
    color: #aaa;
}

/* Call to Action Butonu - Nabız gibi atan efekt */
.cta-btn {
    display: inline-block;
    padding: 18px 45px;
    background: var(--neon-orange);
    color: #fff;
    font-weight: 700;
    border-radius: 50px;
    font-size: 18px;
    box-shadow: var(--neon-glow);
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% { box-shadow: 0 0 0 0 rgba(255, 60, 0, 0.7); }
    70% { box-shadow: 0 0 0 20px rgba(255, 60, 0, 0); }
    100% { box-shadow: 0 0 0 0 rgba(255, 60, 0, 0); }
}

/* HİZMETLER - Kayan Kartlar (Horizontal Scroll) */
.services-section {
    padding: 100px 5%;
}

.section-header { margin-bottom: 50px; border-left: 5px solid var(--neon-orange); padding-left: 20px; }
.section-header h2 { font-family: 'Kanit'; font-size: 40px; }

.cards-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

.glass-card {
    background: var(--glass);
    border: var(--glass-border);
    backdrop-filter: blur(10px);
    padding: 40px;
    border-radius: 20px;
    width: 300px;
    transition: 0.4s;
    position: relative;
    overflow: hidden;
}

.glass-card:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: translateY(-10px);
    border-color: var(--neon-orange);
}

.glass-card i {
    font-size: 50px;
    color: var(--neon-orange);
    margin-bottom: 20px;
}

.glass-card h3 { font-size: 22px; margin-bottom: 10px; font-family: 'Kanit'; }

/* HAKKIMIZDA - Yan Yana Düzen */
.about-section {
    display: flex;
    align-items: center;
    gap: 50px;
    padding: 100px 10%;
    background: linear-gradient(to right, #090e15, #111);
}
.about-text { flex: 1; }
.about-stats { 
    flex: 1; 
    display: grid; 
    grid-template-columns: 1fr 1fr; 
    gap: 20px; 
}
.stat-box {
    background: var(--glass);
    padding: 30px;
    text-align: center;
    border-radius: 15px;
    border: var(--glass-border);
}
.stat-number { font-size: 40px; font-weight: 800; color: var(--neon-orange); font-family: 'Kanit'; }

/* FOOTER */
footer {
    padding: 50px;
    text-align: center;
    border-top: 1px solid rgba(255,255,255,0.05);
    font-size: 14px;
    color: #666;
}

/* MOBİL UYUMLULUK */
@media (max-width: 768px) {
    .hero h1 { font-size: 3.5rem; }
    nav { width: 95%; padding: 10px 20px; }
    .nav-links { display: none; } /* Mobilde menüyü gizle, sade olsun */
    .about-section { flex-direction: column; }
}
/* Admin Özel Eklemeler */
.admin-container { color: #fff; }
.admin-card { background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1); color: #fff; }
.form-group input, .form-group textarea { 
    background: rgba(0,0,0,0.3); 
    border: 1px solid #333; 
    color: #fff; 
    padding: 15px;
}
.form-group input:focus, .form-group textarea:focus { border-color: var(--neon-orange); outline: none; }
/* GALERİ - İŞLERİMİZ */
/* --- GALERİ / İŞLERİMİZ BÖLÜMÜ (GÜNCEL) --- */
.gallery-section { 
    padding: 80px 5%; 
}

.gallery-grid {
    display: grid;
    /* Kutular en az 250px olacak şekilde yan yana dizilir */
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); 
    gap: 15px; /* Kutular arası boşluk */
}

.gallery-item {
    position: relative;
    border-radius: 10px; /* Köşeleri yumuşattık */
    overflow: hidden;
    height: 200px; /* !!! SABİT YÜKSEKLİK: Burayı değiştirerek boyu ayarlayabilirsin */
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: #000; /* Resim yüklenmezse arka plan siyah olsun */
}

/* Resim ayarı: Resmi kutuya tam doldur, taşanı gizle */
.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* En önemli kod bu: Resmi ezmeden kutuya doldurur */
    transition: transform 0.5s ease;
}

.gallery-item:hover img { 
    transform: scale(1.1); /* Üzerine gelince hafif yakınlaşır */
}

/* Üzerine gelince çıkan yazı alanı */
.gallery-overlay {
    position: absolute;
    bottom: 0; left: 0; width: 100%;
    background: linear-gradient(to top, rgba(0,0,0,0.95), transparent);
    padding: 15px;
    transform: translateY(100%); /* Başlangıçta gizli */
    transition: 0.3s ease-in-out;
}

.gallery-item:hover .gallery-overlay { 
    transform: translateY(0); /* Mouse gelince yukarı çıkar */
}

.gallery-overlay h4 { 
    color: #fff; 
    font-family: 'Kanit', sans-serif; 
    font-size: 16px; 
    margin-bottom: 2px;
}

.gallery-overlay span { 
    color: var(--neon-orange); 
    font-size: 11px; 
    font-weight: bold; 
    letter-spacing: 1px;
}