/* =========================================
   0. GENEL AYARLAR VE RENKLER
   ========================================= */
:root {
    --ana-renk: #4F46E5;    /* İndigo Mavisi */
    --ikincil: #F59E0B;     /* Amber Turuncusu */
    --koyu: #1e1b4b;        /* Koyu Lacivert */
    --gri: #64748b;         /* Okuma Grisi */
    --zemin: #F8FAFC;       /* Açık Zemin */
    --beyaz: #ffffff;
    --gradient: linear-gradient(135deg, #4F46E5 0%, #9333ea 100%);
}

* { margin: 0; padding: 0; box-sizing: border-box; }

body {
    font-family: 'Outfit', sans-serif;
    background-color: var(--zemin);
    color: var(--koyu);
    overflow-x: hidden;
}

/* =========================================
   1. NAVBAR (MENÜ)
   ========================================= */
.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 5%;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 9999;
    border-bottom: 1px solid rgba(0,0,0,0.05);
    height: 80px;
}

.logo { font-weight: 800; font-size: 1.6rem; color: var(--koyu); }
.nokta { color: var(--ikincil); font-size: 2rem; line-height: 0; }

.menu { list-style: none; display: flex; gap: 20px; align-items: center; }

.menu a { 
    text-decoration: none; 
    color: var(--gri); 
    font-weight: 600; 
    transition: 0.3s; 
    font-size: 1rem; 
    padding: 5px;
}
.menu a:hover { color: var(--ana-renk); }
.vurgu-link { color: #E11D48 !important; font-weight: 800 !important; }

.btn-randevu { 
    background: var(--koyu); 
    color: white !important; 
    padding: 12px 28px; 
    font-size: 1rem; 
    border-radius: 50px; 
    transition: 0.3s; 
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
}
.btn-randevu:hover { transform: translateY(-2px); background: var(--ana-renk); }

/* Hamburger İkonu */
.menu-toggle {
    display: none; 
    background: none; border: none;
    font-size: 2rem; color: var(--koyu); cursor: pointer;
}

/* =========================================
   2. HERO (GİRİŞ) ALANI
   ========================================= */
.hero {
    margin-top: 80px;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px 20px;
    position: relative;
    background: linear-gradient(180deg, #f0f4f7 0%, var(--zemin) 100%);
}

#hero-bg-canvas {
    position: absolute; top: 0; left: 0; width: 100%; height: 100%;
    z-index: 0; pointer-events: none;
}

.bg-shape1 {
    position: absolute; left: -150px; top: 50px;
    width: 650px; height: 650px;
    background: #4F46E5; opacity: 0.1;
    border-radius: 50%; filter: blur(150px); z-index: 0;
}
.bg-shape2 {
    position: absolute; right: -100px; bottom: 0;
    width: 500px; height: 500px;
    background: #F59E0B; opacity: 0.08;
    border-radius: 50%; filter: blur(150px); z-index: 0;
}

.container {
    display: flex; flex-wrap: wrap; gap: 60px; max-width: 1200px; width: 100%;
    align-items: center; position: relative; z-index: 1;
}

.hero-text { flex: 1; min-width: 300px; }
.hero-etiket { background: #e0e7ff; color: var(--ana-renk); padding: 5px 15px; border-radius: 20px; font-weight: 700; font-size: 0.8rem; }
.hero-text h1 { font-size: 3.5rem; line-height: 1.1; margin: 20px 0; color: var(--koyu); }
.renkli-yazi { background: var(--gradient); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.hero-text p { font-size: 1.1rem; color: var(--gri); margin-bottom: 30px; }
.istatistikler { display: flex; gap: 40px; border-top: 1px solid #eee; padding-top: 20px; }
.stat h3 { font-size: 2rem; font-weight: 800; }

/* =========================================
   3. TAKVİM KUTUSU
   ========================================= */
#psikokraft-sistemi {
    flex: 1; min-width: 350px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 24px; padding: 25px;
    box-shadow: 0 25px 60px -15px rgba(79, 70, 229, 0.15);
    border: 1px solid #fff;
}
.uzman-secim-alani {
    text-align: center; margin-bottom: 25px; 
    padding: 25px 20px; 
    background: linear-gradient(to right, #f8fafc, #f1f5f9);
    border-radius: 18px; border: 1px solid #e2e8f0;
}
.uzman-secim-alani label { font-weight: 700; font-size: 1.15rem; margin-bottom: 15px; display: block; }
.header-ucretsiz-not { background: #dcfce7; color: #166534; font-size: 0.85rem; font-weight: 800; padding: 6px 16px; border-radius: 50px; letter-spacing: 0.5px; }
.uzman-select { width: 100%; padding: 14px 15px; border-radius: 12px; border: 2px solid #e2e8f0; margin-top: 15px; font-weight: 600; font-size: 1rem; color: var(--koyu); cursor: pointer; }

/* FullCalendar */
.fc-toolbar-title { font-size: 1.2rem !important; font-weight: 800; }
.fc-button { background: white !important; color: var(--koyu) !important; border: 1px solid #e2e8f0 !important; font-weight: 700 !important; font-size: 0.8rem !important; }
.fc-day-today .fc-daygrid-day-frame { border: 2px solid var(--ana-renk) !important; background: transparent !important; }
.fc-view-harness { min-height: 400px !important; }

/* =========================================
   4. HİZMETLER
   ========================================= */
.hizmetler-bolumu { padding: 100px 20px; background: white; position: relative; z-index: 2; }
.container-dikey { max-width: 1100px; margin: 0 auto; text-align: center; }
.bolum-etiket { color: var(--ana-renk); font-weight: 800; letter-spacing: 1.5px; display: block; margin-bottom: 10px; }
.container-dikey h2 { font-size: 2.5rem; color: var(--koyu); margin-bottom: 50px; }

.kartlar-listesi { display: flex; flex-wrap: wrap; justify-content: center; gap: 30px; }
.hizmet-kart { background: white; padding: 40px 30px; border-radius: 24px; flex: 1; min-width: 300px; max-width: 350px; border: 1px solid #f1f5f9; transition: 0.4s; text-align: left; }
.hizmet-kart:hover { transform: translateY(-15px); box-shadow: 0 30px 60px rgba(0,0,0,0.08); }
.ikon-kutusu { width: 60px; height: 60px; border-radius: 16px; display: flex; align-items: center; justify-content: center; font-size: 1.8rem; margin-bottom: 25px; }
.mor { background: #eef2ff; } .turuncu { background: #fff7ed; } .mavi { background: #f0f9ff; }
.link-ok { text-decoration: none; color: var(--ana-renk); font-weight: 700; }

/* =========================================
   5. E-DERGİ (3D REALISTIC GERİ GELDİ)
   ========================================= */
.dergi-bolumu { padding: 100px 20px; background-color: #f8fafc; border-top: 1px solid #eee; border-bottom: 1px solid #eee; overflow: hidden; }

/* Başlık Kısmı */
#e-dergi .container {
    display: block; text-align: center; max-width: 1200px; margin: 0 auto;
}
.dergi-baslik-alani { width: 100%; margin-bottom: 60px; text-align: center; }
.dergi-baslik-alani h2 { font-size: 2.5rem; font-weight: 800; display: inline-block; }
.dergi-baslik-alani .bolum-etiket { color: var(--ana-renk); font-weight: 800; letter-spacing: 1.5px; display: table; margin: 0 auto 15px auto; }

.dergi-wrapper { 
    display: flex; align-items: center; justify-content: center; gap: 100px; flex-wrap: wrap; 
}

/* 3D KİTAP EFEKTLERİ (BURASI DÜZELTİLDİ) */
.dergi-gorsel-alani { perspective: 2000px; display: flex; justify-content: center; }
.kitap-container { position: relative; z-index: 10; }
.kitap { width: 320px; height: 480px; position: relative; transform-style: preserve-3d; transform: rotateY(-30deg) rotateX(10deg); transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1); cursor: pointer; }
.kitap:hover { transform: rotateY(0deg) scale(1.05) translateY(-10px); z-index: 20; }
.on-kapak { position: absolute; width: 100%; height: 100%; background: #fff; border-radius: 4px 10px 10px 4px; overflow: hidden; z-index: 5; box-shadow: inset 4px 0 10px rgba(0,0,0,0.1); }
.on-kapak img { width: 100%; height: 100%; object-fit: cover; }
.kitap-sayfalar { position: absolute; width: 50px; height: 98%; background: #fff; top: 1%; right: -48px; transform: rotateY(90deg); transform-origin: left; background-image: linear-gradient(to right, #e0e0e0 0%, #fff 20%, #fff 100%); border: 1px solid #ddd; z-index: 4; }
.arka-kapak { position: absolute; width: 100%; height: 100%; background: #333; transform: translateZ(-50px); border-radius: 4px 10px 10px 4px; box-shadow: -20px 20px 50px rgba(0,0,0,0.5); z-index: 3; }
.kitap-golge { position: absolute; bottom: -40px; left: 20px; width: 90%; height: 30px; background: rgba(0,0,0,0.3); filter: blur(25px); transform: rotateY(-30deg) skewX(30deg); transition: 0.6s; z-index: 1; }
.kitap:hover ~ .kitap-golge { transform: rotateY(0deg) scale(0.8); opacity: 0.6; }

/* Dergi Yazı Alanı */
.dergi-bilgi { flex: 1; min-width: 300px; max-width: 550px; text-align: left; }
.etiket-ozel { background: var(--ikincil); color: white; padding: 6px 15px; border-radius: 4px; font-weight: 800; font-size: 0.8rem; display: inline-block; margin-bottom: 15px; }
.dergi-ozellikler { display: flex; gap: 15px; margin-bottom: 30px; flex-wrap: wrap; }
.ozellik { background: white; padding: 8px 15px; border-radius: 50px; border: 1px solid #e2e8f0; font-size: 0.9rem; font-weight: 600; }

/* Satış Alanı */
.satis-alani { background: linear-gradient(145deg, #ffffff, #f0f0f0); border: 2px solid #4F46E5; box-shadow: 0 10px 30px rgba(79, 70, 229, 0.15); display: flex; align-items: center; gap: 20px; padding: 20px; border-radius: 15px; margin-bottom: 30px; transition: 0.3s; }
.satis-alani:hover { transform: scale(1.02); box-shadow: 0 15px 40px rgba(79, 70, 229, 0.25); }
.yeni-fiyat { color: #E11D48; font-size: 2rem; font-weight: 800; }
.eski-fiyat { text-decoration: line-through; color: #999; }
.btn-satin-al-buyuk { background: linear-gradient(45deg, #4F46E5, #ec4899); border: none; color: white !important; padding: 15px 40px; border-radius: 50px; font-weight: 700; font-size: 1.1rem; position: relative; overflow: hidden; animation: kalpAtisi 2s infinite; flex: 1; text-align: center; text-decoration: none; }
.btn-satin-al-buyuk::before { content: ''; position: absolute; top: 0; left: -100%; width: 100%; height: 100%; background: linear-gradient(90deg, transparent, rgba(255,255,255,0.4), transparent); transition: 0.5s; }
.btn-satin-al-buyuk:hover::before { left: 100%; }
.btn-satin-al-buyuk:hover { animation: none; transform: scale(1.05) translateY(-3px); box-shadow: 0 10px 30px rgba(236, 72, 153, 0.5); }
@keyframes kalpAtisi { 0% { transform: scale(1); } 50% { transform: scale(1.03); } 100% { transform: scale(1); } }
.logolar { display: flex; gap: 10px; flex-wrap: wrap; }
.logolar span { background: white; border: 1px solid #e2e8f0; padding: 8px 15px; border-radius: 8px; font-size: 0.85rem; font-weight: 700; cursor: pointer; transition: 0.3s; }
.logolar span:hover { background: #1e1b4b; color: white; transform: translateY(-2px); }

/* =========================================
   6. KENDİNE YARDIM
   ========================================= */
.kaynaklar-bolumu { padding: 100px 20px 80px 20px; background: white; }
.kaynak-grid { display: flex; flex-wrap: wrap; justify-content: center; gap: 30px; margin-top: 50px; }
.kaynak-kart { background: #f9f9f9; padding: 30px; border-radius: 16px; flex: 1; min-width: 280px; max-width: 350px; text-align: left; border: 1px solid #eee; transition: 0.3s; }
.kaynak-kart:hover { transform: translateY(-5px); box-shadow: 0 10px 30px rgba(0,0,0,0.05); border-color: var(--ana-renk); }
.kaynak-ikon { width: 50px; height: 50px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 1.5rem; margin-bottom: 20px; color: white; }
.kaynak-ikon.mor { background: #9333ea; } .kaynak-ikon.turuncu { background: #F59E0B; } .kaynak-ikon.mavi { background: #4F46E5; }
.kaynak-kart h3 { font-size: 1.3rem; color: var(--koyu); margin-bottom: 10px; }
.kaynak-link { text-decoration: none; color: var(--ikincil); font-weight: 700; border-bottom: 2px solid var(--ikincil); }

/* =========================================
   7. PODCAST
   ========================================= */
.podcast-bolumu { padding: 80px 20px; background: var(--koyu); color: white; }
.podcast-container { max-width: 1100px; margin: 0 auto; display: flex; align-items: center; gap: 60px; flex-wrap: wrap; justify-content: space-between; }
.podcast-yazi { flex: 1; min-width: 300px; }
.podcast-yazi h2 { font-size: 2.5rem; font-weight: 800; margin-bottom: 20px; color: white; }
.podcast-yazi p { font-size: 1.1rem; margin-bottom: 30px; color: #cbd5e1; }
.podcast-platformlar { display: flex; flex-wrap: wrap; gap: 15px; }
.platform-btn { text-decoration: none; color: white; padding: 12px 20px; border-radius: 8px; font-weight: 700; transition: 0.3s; border: 2px solid transparent; }
.platform-btn:hover { transform: translateY(-2px); }
.platform-btn.spotify { background: #1DB954; } .platform-btn.apple { background: #A200FF; } .platform-btn.youtube { background: #FF0000; } .platform-btn.site { background: none; border-color: white; }
.podcast-resim { flex: 1; min-width: 300px; max-width: 400px; border-radius: 16px; overflow: hidden; }
.podcast-resim video { width: 100%; height: 100%; object-fit: cover; display: block; }

/* =========================================
   8. EKİBİMİZ
   ========================================= */
.hakkimizda-bolumu { padding: 100px 20px; background: #F8FAFC; }
.uzmanlar-wrapper { display: flex; justify-content: center; gap: 40px; margin-top: 50px; flex-wrap: wrap; }
.uzman-karti { background: white; border-radius: 24px; overflow: hidden; width: 100%; max-width: 400px; box-shadow: 0 10px 40px rgba(0,0,0,0.03); transition: 0.3s; }
.uzman-karti:hover { transform: translateY(-10px); }
.uzman-resim { width: 100%; aspect-ratio: 3/4; overflow: hidden; background: #ddd; }
.uzman-resim img { width: 100%; height: 100%; object-fit: cover; object-position: top; transition: 0.5s; }
.uzman-karti:hover img { transform: scale(1.05); }
.uzman-bilgi { padding: 30px; text-align: center; }

/* =========================================
   9. BLOG BÖLÜMÜ
   ========================================= */
.blog-bolumu { padding: 100px 20px; background: white; }
.blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; }
.blog-kart { background: white; border-radius: 20px; overflow: hidden; box-shadow: 0 10px 30px rgba(0,0,0,0.03); border: 1px solid #f1f5f9; transition: 0.4s; }
.blog-kart:hover { transform: translateY(-10px); }
.blog-resim { height: 200px; overflow: hidden; position: relative; }
.blog-resim img { width: 100%; height: 100%; object-fit: cover; }
.blog-icerik { padding: 25px; }
.blog-link { color: var(--ikincil); font-weight: 700; text-decoration: none; }

/* =========================================
   10. KARİYER
   ========================================= */
.kariyer-bolumu { padding: 80px 20px; background: white; }
.kariyer-container { max-width: 1100px; margin: 0 auto; background: var(--gradient); border-radius: 30px; padding: 60px; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 40px; color: white; box-shadow: 0 20px 50px rgba(79, 70, 229, 0.3); }
.kariyer-yazi h2 { font-size: 2.5rem; font-weight: 800; margin-bottom: 15px; }
.kariyer-liste { list-style: none; display: flex; gap: 15px; margin-top: 20px; flex-wrap: wrap; }
.kariyer-liste li { background: rgba(255,255,255,0.2); padding: 8px 16px; border-radius: 50px; font-weight: 600; }
.btn-beyaz { background: white; color: var(--ana-renk); padding: 15px 35px; border-radius: 50px; text-decoration: none; font-weight: 700; transition: 0.3s; }

/* =========================================
   11. FOOTER
   ========================================= */
.site-alt-bilgi { background: var(--koyu); color: white; padding: 60px 20px; text-align: center; }
.sosyal-linkler { display: flex; justify-content: center; gap: 15px; margin: 30px 0; }
.site-alt-bilgi hr { border: 0; border-top: 1px solid rgba(255,255,255,0.1); margin: 30px auto; max-width: 800px; }

/* =========================================
   12. CHATBOT
   ========================================= */
.chatbot-toggle { position: fixed; bottom: 30px; right: 30px; width: 60px; height: 60px; background: var(--ana-renk); border-radius: 50%; border: none; color: white; font-size: 1.8rem; cursor: pointer; z-index: 9999; box-shadow: 0 10px 25px rgba(79, 70, 229, 0.4); transition: 0.3s; display: flex; align-items: center; justify-content: center; }
.chatbot-toggle:hover { transform: scale(1.1) rotate(10deg); }
.chatbot-container { position: fixed; bottom: 100px; right: 30px; width: 350px; height: 450px; background: white; border-radius: 20px; box-shadow: 0 20px 60px rgba(0,0,0,0.15); z-index: 9999; display: flex; flex-direction: column; overflow: hidden; opacity: 0; pointer-events: none; transform: translateY(20px) scale(0.9); transition: 0.3s; }
.chatbot-container.aktif { opacity: 1; pointer-events: all; transform: translateY(0) scale(1); }
.chatbot-header { background: var(--gradient); padding: 15px; display: flex; justify-content: space-between; align-items: center; color: white; }
.chatbot-body { flex: 1; padding: 15px; overflow-y: auto; background: #f8fafc; display: flex; flex-direction: column; gap: 10px; }
.mesaj { max-width: 80%; padding: 10px 15px; border-radius: 15px; font-size: 0.9rem; }
.bot-mesaj { background: white; color: var(--koyu); border-bottom-left-radius: 2px; box-shadow: 0 2px 5px rgba(0,0,0,0.05); align-self: flex-start; }
.kullanici-mesaj { background: var(--ana-renk); color: white; border-bottom-right-radius: 2px; align-self: flex-end; }
.chatbot-footer { padding: 10px; border-top: 1px solid #eee; display: flex; gap: 10px; background: white; }
#chat-input { flex: 1; padding: 10px; border: 1px solid #ddd; border-radius: 20px; outline: none; }
#chat-gonder { background: var(--ana-renk); color: white; border: none; width: 40px; height: 40px; border-radius: 50%; cursor: pointer; }
.yaziyor-animasyon { animation: yanipsone 1.5s infinite; }
@keyframes yanipsone { 0% { opacity: 0.2; } 50% { opacity: 1; } 100% { opacity: 0.2; } }

/* POPUP FORM */
.form-label { font-weight: 600; display: block; margin-bottom: 5px; text-align: left; font-size: 0.9rem; }
.form-input, .form-select { width: 100%; padding: 10px; margin-bottom: 15px; border: 1px solid #ddd; border-radius: 6px; }

/* =========================================
   📱 MOBİL UYUMLULUK (KESİN VE TEMİZLENMİŞ) 📱
   ========================================= */
@media (max-width: 960px) {
    
    /* NAVBAR */
    .menu-toggle { display: block; }
    .navbar { justify-content: space-between; }
    
    .menu { 
        display: none; 
        position: absolute; 
        top: 80px; left: 0; 
        width: 100%; 
        height: 100vh; 
        background: white; 
        flex-direction: column; 
        align-items: center; 
        padding-top: 50px; 
        box-shadow: 0 10px 20px rgba(0,0,0,0.1); 
    }
    .menu.open { display: flex; }
    .menu li { margin: 20px 0; text-align: center; width: 100%; }
    .btn-randevu { display: inline-block; margin-top: 10px; }
    
    /* GENEL HİZALAMALAR */
    .container, .podcast-container, .dergi-wrapper { 
        flex-direction: column; 
        padding: 0 15px; 
        align-items: center;
    }

    .hero { padding-top: 120px; height: auto; }
    .hero-text, #psikokraft-sistemi { width: 100%; text-align: center; }
    .hero-text h1 { font-size: 2.5rem; }
    .istatistikler { justify-content: center; }
    
    /* E-DERGİ ORTALAMA (MOBİL) */
    .dergi-bilgi { text-align: center; width: 100%; }
    .dergi-ozellikler, .logolar, .satis-alani { justify-content: center; }S
    .satis-alani { flex-direction: column; }
    .btn-satin-al-buyuk { width: 100%; }
    .kitap { transform: scale(0.85); margin-bottom: 30px; }

    /* PODCAST ORTALAMA */
    .podcast-container { flex-direction: column-reverse; text-align: center; }
    .podcast-platformlar { justify-content: center; }

    /* KARİYER ORTALAMA */
    .kariyer-container { flex-direction: column; text-align: center; padding: 40px 20px; }
    .kariyer-liste { justify-content: center; }
    
    /* CV Butonu Zorla Ortala */
    #kariyer .kariyer-buton-alani { display: flex !important; justify-content: center !important; width: 100% !important; margin-top: 20px; }
    #kariyer .btn-beyaz { min-width: 200px; margin: 0 auto !important; display: inline-block; text-align: center; }

    /* CHATBOT */
    .chatbot-container { width: 90%; right: 5%; bottom: 100px; }
       }