/* ROOT & BASICS */
:root {
    --primary: #00e676;
    --primary-dark: #00c853;
    --dark: #0a0a0a;
    --light: #ffffff;
    --glass: rgba(255, 255, 255, 0.05);
    --transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

* { margin: 0; padding: 0; box-sizing: border-box; outline: none; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body { font-family: 'Poppins', sans-serif; background: var(--dark); color: var(--light); line-height: 1.6; }

.container { width: 90%; max-width: 1400px; margin: 0 auto; }

/* LOADER - FULL PREMIUM */
#loader {
    position: fixed; top: 0; left: 0; width: 100%; height: 100vh;
    background: #000; z-index: 10000; display: flex; justify-content: center; align-items: center;
    transition: transform 1s cubic-bezier(0.85, 0, 0.15, 1);
}
.loader-content { width: 90%; max-width: 583px; text-align: center; }
.loader-logo { width: 100%; height: auto; margin-bottom: 40px; animation: pulse 2s infinite; }
.progress-wrapper { width: 100%; height: 2px; background: #1a1a1a; border-radius: 10px; overflow: hidden; position: relative; }
.progress-bar { width: 0%; height: 100%; background:  #00c853; box-shadow: 0 0 15px var(--primary); }
.loader-status { margin-top: 15px; font-size: 10px; letter-spacing: 4px; color: #fff; font-weight: 600; }

@keyframes pulse { 0% { opacity: 0.8; transform: scale(0.98); } 50% { opacity: 1; transform: scale(1); } 100% { opacity: 0.8; transform: scale(0.98); } }

/* NAVBAR */
.navbar {
    position: fixed; width: 100%; height: 130px; /* Logo için büyük alan */
    display: flex; align-items: center; z-index: 1000; transition: var(--transition);
    background: linear-gradient(to bottom, rgba(0,0,0,0.8), transparent);
}
.navbar.scrolled { height: 90px; background: rgba(10, 10, 10, 0.95); backdrop-filter: blur(15px); border-bottom: 1px solid rgba(255,255,255,0.05); }

.nav-container { display: flex; justify-content: space-between; align-items: center; width: 95%; }
.logo-area img { height: 80px; width: auto; transition: var(--transition); }
.navbar.scrolled .logo-area img { height: 55px; }

.nav-links { display: flex; list-style: none; }
.nav-links li a { color: #fff; text-decoration: none; margin-left: 40px; font-size: 13px; font-weight: 600; letter-spacing: 1px; transition: 0.3s; }
.nav-links li a:hover, .nav-links li a.active { color: var(--primary); }
.btn-nav { background: var(--primary); color: #000 !important; padding: 12px 25px; border-radius: 5px; }

/* HERO */
.hero { position: relative; height: 100vh; display: flex; align-items: center; overflow: hidden; }
.slide { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-size: cover; background-position: center; opacity: 0; transition: 1.5s; transform: scale(1.1); }
.slide.active { opacity: 1; transform: scale(1); }
.hero-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.6); }

.hero-content { position: relative; z-index: 10; max-width: 900px; }
.hero-content h1 { font-family: 'Playfair Display', serif; font-size: 5.5rem; line-height: 1.1; margin-bottom: 20px; }
.hero-content h1 span { color: var(--primary); text-shadow: 0 0 20px rgba(0, 230, 118, 0.3); }
.hero-content p { font-size: 1.2rem; color: #ddd; margin-bottom: 40px; max-width: 600px; }

.btn-primary, .btn-outline { padding: 18px 40px; border-radius: 50px; text-decoration: none; font-weight: 700; letter-spacing: 1px; display: inline-block; margin-right: 15px; transition: 0.3s; }
.btn-primary { background: var(--primary); color: #000; border: 2px solid var(--primary); }
.btn-outline { border: 2px solid #fff; color: #fff; }
.btn-primary:hover { transform: translateY(-5px); box-shadow: 0 10px 20px rgba(0, 230, 118, 0.2); }

/* SERVICE CARDS (THE REAL ONES) */
.services-section { padding: 150px 0; background: #080808; }
.section-header { text-align: center; margin-bottom: 80px; }
.subtitle { color: var(--primary); letter-spacing: 5px; font-weight: 700; font-size: 14px; }
.section-header h2 { font-family: 'Playfair Display', serif; font-size: 3.5rem; margin-top: 10px; }

.services-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(400px, 1fr)); gap: 30px; }
.info-card { position: relative; height: 500px; border-radius: 20px; overflow: hidden; display: block; }
.card-img { width: 100%; height: 100%; }
.card-img img { width: 100%; height: 100%; object-fit: cover; transition: 1s; }
.card-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(to top, rgba(0,0,0,0.9), transparent); transition: 0.5s; }
.card-body { position: absolute; bottom: 0; padding: 50px; z-index: 5; }
.card-body i { font-size: 3rem; color: var(--primary); margin-bottom: 20px; }
.card-body h3 { font-size: 2rem; margin-bottom: 15px; font-family: 'Playfair Display', serif; }
.card-body p { color: #aaa; margin-bottom: 20px; transform: translateY(20px); opacity: 0; transition: 0.5s; }
.card-link { color: var(--primary); font-weight: 700; font-size: 12px; letter-spacing: 2px; }

.info-card:hover img { transform: scale(1.1); }
.info-card:hover .card-body p { transform: translateY(0); opacity: 1; }

/* PARALLAX STATS */
.parallax-counter { position: relative; padding: 120px 0; background-attachment: fixed; background-size: cover; background-position: center; }
.overlay-dark { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.8); }
.stats-grid { position: relative; z-index: 5; display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); text-align: center; }
.stat-item h2 { font-size: 4rem; color: var(--primary); font-weight: 900; }
.stat-item p { letter-spacing: 3px; font-size: 12px; color: #888; margin-top: 10px; }

/* PROCESS SECTION */
.process-section { padding: 150px 0; }
.process-content { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.process-image { position: relative; }
.process-image img { width: 100%; border-radius: 20px; }
.exp-box { position: absolute; bottom: -30px; right: -30px; background: var(--primary); color: #000; padding: 40px; border-radius: 20px; text-align: center; }
.exp-box h3 { font-size: 3rem; line-height: 1; }
.check-list { list-style: none; margin-top: 30px; }
.check-list li { margin-bottom: 15px; font-size: 1.1rem; }
.check-list li i { color: var(--primary); margin-right: 15px; }

/* FOOTER */
footer { position: relative; padding: 120px 0 30px; overflow: hidden; }
.footer-bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-size: cover; opacity: 0.1; }
.footer-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(to top, #000, transparent); }
.footer-grid { position: relative; display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 100px; border-bottom: 1px solid rgba(255,255,255,0.05); padding-bottom: 60px; }
.footer-logo { height: 70px; margin-bottom: 30px; }
.footer-links h4, .footer-contact h4 { color: #fff; margin-bottom: 30px; font-size: 1.2rem; letter-spacing: 2px; }
.footer-links ul li { list-style: none; margin-bottom: 15px; }
.footer-links ul li a { color: #777; text-decoration: none; transition: 0.3s; }
.footer-links ul li a:hover { color: var(--primary); padding-left: 10px; }
.footer-contact p { color: #777; margin-bottom: 15px; }
.footer-contact p i { color: var(--primary); margin-right: 15px; }
.footer-bottom { position: relative; display: flex; justify-content: space-between; padding-top: 30px; font-size: 13px; color: #444; }
.creator a { color: #888; text-decoration: none; font-weight: 700; transition: 0.3s; }
.creator a:hover { color: var(--primary); }

/* RESPONSIVE */
@media (max-width: 992px) {
    .navbar { height: 90px; }
    .hero-content h1 { font-size: 3.5rem; }
    .process-content { grid-template-columns: 1fr; }
    .footer-grid { grid-template-columns: 1fr; gap: 50px; }
    
    .nav-links {
        position: fixed; top: 0; right: -100%; width: 100%; height: 100vh;
        background: #000; flex-direction: column; justify-content: center; align-items: center; transition: 0.5s;
    }
    .nav-links.active { right: 0; }
    .nav-links li a { margin: 20px 0; font-size: 1.5rem; }
    .hamburger { display: block; cursor: pointer; }
    .hamburger span { display: block; width: 30px; height: 2px; background: #fff; margin: 8px; transition: 0.3s; }
}

@media (max-width: 600px) {
    .hero-content h1 { font-size: 2.8rem; }
    .btn-primary, .btn-outline { width: 100%; margin-bottom: 15px; text-align: center; }
    .services-grid { grid-template-columns: 1fr; }
}
/* Infobox başlıklarının rengini zorunlu olarak beyaz veya yeşil yapalım */
.info-card .card-body h3 {
    color: #ffffff !important; /* Başlıklar her zaman beyaz kalsın */
    transition: var(--transition);
}

/* Kartın üzerine gelindiğinde başlığın yeşil olmasını istersen: */
.info-card:hover .card-body h3 {
    color: var(--primary) !important; /* Üzerine gelince neon yeşil olur */
}

/* Sosyal Medya İkonları Kesin Çözüm */
.social-icons a, 
.social-icons a:visited, 
.social-icons a:active {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 45px;
    height: 45px;
    background: rgba(255, 255, 255, 0.05); /* Hafif cam efekti */
    border-radius: 50%;
    margin-right: 12px;
    color: #ffffff !important; /* Mavi olmayı zorla engeller */
    font-size: 1.2rem;
    transition: all 0.3s ease;
    text-decoration: none !important;
}

.social-icons a:hover {
    background: var(--primary); /* Üzerine gelince yeşil arka plan */
    color: #000000 !important; /* İkon rengi siyah olur */
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0, 230, 118, 0.4);
}

/* --- SERVICES PAGE SPECIFIC --- */
.page-header {
    height: 60vh;
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    align-items: center;
    text-align: center;
}
.header-overlay {
    position: absolute; top: 0; left: 0; width: 100%; height: 100%;
    background: linear-gradient(to bottom, rgba(0,0,0,0.8), rgba(0,0,0,0.4));
}
.header-content { position: relative; z-index: 10; }
.header-content h1 { font-family: 'Playfair Display', serif; font-size: 4.5rem; color: #fff; }

.service-detail-section { padding: 120px 0; background: var(--dark); }
.service-detail-section.alt-bg { background: #0f0f0f; }

.grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.grid-2.reverse { direction: ltr; } /* Yazı ve görsel yer değişimi için */

.service-visual { position: relative; }
.service-visual img { width: 100%; border-radius: 15px; box-shadow: 0 20px 40px rgba(0,0,0,0.5); }
.floating-badge {
    position: absolute; top: 20px; left: 20px;
    background: var(--primary); color: #000;
    padding: 10px 20px; font-weight: 700; font-size: 12px; border-radius: 5px;
}

.cat-name { color: var(--primary); letter-spacing: 3px; font-size: 13px; font-weight: 700; display: block; margin-bottom: 15px; }
.service-info h2 { font-family: 'Playfair Display', serif; font-size: 3rem; margin-bottom: 25px; color: #fff !important; }
.service-info p { color: #aaa; margin-bottom: 30px; font-size: 1.1rem; }

.service-features { list-style: none; margin-bottom: 40px; }
.service-features li { margin-bottom: 15px; display: flex; align-items: center; color: #eee; font-weight: 500; }
.service-features li i { color: var(--primary); margin-right: 15px; font-size: 1.2rem; }

.spec-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; margin-top: 30px; }
.spec-item i { color: var(--primary); font-size: 2rem; margin-bottom: 15px; display: block; }
.spec-item h4 { color: #fff; margin-bottom: 5px; }
.spec-item p { font-size: 0.9rem; color: #777; }

/* TECH SECTION (Glassmorphism) */
.tech-section { position: relative; padding: 120px 0; background-attachment: fixed; background-size: cover; }
.overlay-glass { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.8); backdrop-filter: blur(8px); }
.tech-grid { position: relative; z-index: 5; display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; }
.tech-card { 
    background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.05); 
    padding: 50px; border-radius: 20px; text-align: center; transition: 0.4s;
}
.tech-card:hover { background: rgba(0, 230, 118, 0.05); border-color: var(--primary); transform: translateY(-10px); }
.tech-card i { font-size: 3.5rem; color: var(--primary); margin-bottom: 25px; }
.tech-card h4 { font-size: 1.5rem; margin-bottom: 15px; color: #fff; }

/* Global Mavi Link Fix */
a, a:visited, a:active, h3 a, h2 a {
    color: inherit !important;
    text-decoration: none !important;
}

/* RESPONSIVE */
@media (max-width: 992px) {
    .grid-2 { grid-template-columns: 1fr; gap: 50px; text-align: center; }
    .grid-2.reverse { display: flex; flex-direction: column-reverse; }
    .header-content h1 { font-size: 3rem; }
    .service-features li { justify-content: center; }
}

/* ==========================================================================
   KURUMSAL (ABOUT) SAYFASI ÖZEL STİLLERİ
   ========================================================================== */

/* Sayfa Başlığı (Hero) */
.about-header {
    height: 70vh !important;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    background-size: cover;
    background-position: center;
}

.about-header h1 span {
    color: var(--primary) !important;
    display: block;
}

/* Tarihçe ve Değerler Bölümü */
.about-story {
    padding: 120px 0;
    background: var(--dark);
}

.values-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin-top: 40px;
}

.value-item i {
    color: var(--primary) !important;
    font-size: 2.2rem;
    margin-bottom: 15px;
}

.value-item h4 {
    font-family: 'Playfair Display', serif;
    font-size: 1.4rem;
    color: #fff !important; /* Mavi renk fix */
    margin-bottom: 10px;
}

.value-item p {
    font-size: 0.95rem;
    color: #888;
    line-height: 1.6;
}

/* Deneyim Kartı ve Görsel */
.story-visual .img-wrapper {
    position: relative;
    padding-right: 30px;
    padding-bottom: 30px;
}

.story-visual img {
    width: 100%;
    border-radius: 20px;
    box-shadow: 0 30px 60px rgba(0,0,0,0.6);
}

.experience-badge {
    position: absolute;
    bottom: 0;
    right: 0;
    background: var(--primary);
    color: #000 !important;
    padding: 35px;
    border-radius: 20px;
    text-align: center;
    box-shadow: 0 15px 30px rgba(0, 230, 118, 0.3);
    z-index: 5;
}

.experience-badge span {
    font-size: 3.5rem;
    font-weight: 900;
    line-height: 1;
    display: block;
}

.experience-badge p {
    font-weight: 700;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Neden Biz? (Why Us) Kartları */
.why-us {
    padding: 120px 0;
    background: #0d0d0d; /* Hafif farklı siyah tonu derinlik katar */
}

.why-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 60px;
}

.why-card {
    background: #161616;
    padding: 50px 40px;
    border-radius: 25px;
    border: 1px solid rgba(255,255,255,0.03);
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.why-card:hover {
    transform: translateY(-15px);
    border-color: var(--primary);
    background: #1a1a1a;
}

.icon-box {
    width: 70px;
    height: 70px;
    background: rgba(0, 230, 118, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    margin-bottom: 25px;
    transition: 0.3s;
}

.why-card:hover .icon-box {
    background: var(--primary);
}

.why-card:hover .icon-box i {
    color: #000 !important;
}

.icon-box i {
    font-size: 2rem;
    color: var(--primary) !important;
}

.why-card h3 {
    font-family: 'Playfair Display', serif;
    color: #fff !important; /* Mavi renk fix */
    margin-bottom: 15px;
    font-size: 1.6rem;
}

.why-card p {
    color: #777;
    font-size: 1rem;
    line-height: 1.7;
}

/* Sertifikalar Flex Yapısı */
.certificates {
    padding: 100px 0;
    text-align: center;
}

.cert-flex {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 50px;
    margin-top: 50px;
    opacity: 0.5;
    filter: grayscale(1);
    transition: 0.5s;
}

.cert-flex:hover {
    opacity: 1;
    filter: grayscale(0);
}

.cert-item img {
    height: 75px;
    width: auto;
    object-fit: contain;
}

/* Mobil Düzenlemeler */
@media (max-width: 992px) {
    .values-grid {
        grid-template-columns: 1fr;
    }
    
    .experience-badge {
        position: relative;
        margin-top: -50px;
        margin-left: auto;
        margin-right: auto;
        width: 180px;
        padding: 20px;
    }

    .experience-badge span {
        font-size: 2.5rem;
    }
}

/* --- PROCESS PAGE STYLES --- */
.process-page { background: var(--dark); }

.steps-timeline {
    position: relative;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 40px;
    padding-top: 50px;
}

/* Adım Kartları */
.step-item {
    background: #121212;
    padding: 60px 40px;
    border-radius: 30px;
    border: 1px solid rgba(255,255,255,0.03);
    position: relative;
    transition: var(--transition);
    overflow: hidden;
}

.step-item:hover {
    background: #181818;
    border-color: var(--primary);
    transform: translateY(-10px);
}

.step-number {
    position: absolute;
    top: -10px;
    right: 20px;
    font-size: 8rem;
    font-weight: 900;
    color: rgba(0, 230, 118, 0.05); /* Arka planda dev rakam */
    line-height: 1;
    z-index: 1;
}

.step-content {
    position: relative;
    z-index: 2;
}

.step-content h3 {
    font-family: 'Playfair Display', serif;
    font-size: 1.6rem;
    color: #fff !important;
    margin-bottom: 20px;
}

.step-content p {
    color: #888;
    font-size: 1rem;
    line-height: 1.7;
}

.step-icon {
    font-size: 2.5rem;
    color: var(--primary) !important;
    margin-top: 30px;
    display: block;
}

/* CTA Bölümü */
.cta-process {
    padding: 100px 0;
    text-align: center;
    background: linear-gradient(rgba(0,0,0,0.8), rgba(0,0,0,0.8)), url('img/cta-bg.jpg');
    background-size: cover;
    background-attachment: fixed;
    border-radius: 50px 50px 0 0;
}

.cta-process h2 {
    font-size: 3rem;
    margin-bottom: 20px;
}

.cta-process p {
    color: #ccc;
    margin-bottom: 40px;
}

/* Mobil */
@media (max-width: 768px) {
    .steps-timeline { grid-template-columns: 1fr; }
    .cta-process h2 { font-size: 2rem; }
}

/* --- CONTACT PAGE STYLES --- */
.contact-wrapper {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: 100px;
    align-items: flex-start;
}

.info-boxes { margin-top: 50px; }
.info-item {
    display: flex;
    align-items: center;
    margin-bottom: 35px;
}

.info-item i {
    width: 60px; height: 60px;
    background: rgba(0, 230, 118, 0.05);
    color: var(--primary) !important;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    margin-right: 25px;
    transition: 0.3s;
}

.info-item:hover i { background: var(--primary); color: #000 !important; }
.info-item h4 { font-family: 'Playfair Display', serif; font-size: 1.3rem; margin-bottom: 5px; color: #fff; }
.info-item p { color: #888; }

/* Sağ Sosyal Bar */
.contact-social-bar {
    background: #121212;
    padding: 50px;
    border-radius: 30px;
    border: 1px solid rgba(255,255,255,0.03);
}

.contact-social-bar h4 {
    letter-spacing: 3px;
    font-size: 14px;
    margin-bottom: 30px;
    color: var(--primary);
}

.social-side-icons {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 40px;
}

.social-btn {
    display: flex;
    align-items: center;
    padding: 15px 25px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    color: #fff !important; /* Mavi Fix */
    font-weight: 600;
    transition: var(--transition);
}

.social-btn i {
    font-size: 1.4rem;
    margin-right: 15px;
}

/* Hover Renkleri (Footerdaki gibi) */
.social-btn:hover {
    transform: translateX(10px);
    background: var(--primary);
    color: #000 !important;
}

.work-hours {
    padding-top: 30px;
    border-top: 1px solid rgba(255,255,255,0.05);
}

.work-hours h5 { color: #fff; margin-bottom: 10px; }
.work-hours p { font-size: 0.9rem; color: #666; margin-bottom: 5px; }

/* Harita */
.map-section {
    line-height: 0;
    filter: grayscale(1) invert(1) contrast(1.2); /* Premium Karanlık Harita Efekti */
    opacity: 0.7;
    transition: 0.5s;
}

.map-section:hover { filter: none; opacity: 1; }

/* Mobil */
@media (max-width: 992px) {
    .contact-wrapper { grid-template-columns: 1fr; gap: 60px; }
}