/* --- 1. GENEL AYARLAR --- */
* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: 'Helvetica Neue', Arial, sans-serif; background-color: #ffffff; color: #333; line-height: 1.6; }
.container { width: 90%; max-width: 1200px; margin: 0 auto; }
.top-gradient-stripe { height: 8px; background: linear-gradient(90deg, #56d8a3, #70c1ff); }

/* --- 2. HEADER & HERO BÖLÜMÜ --- */
.header-hero-wrapper {
    background: linear-gradient(rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.85)), 
                url('assets/background.jpg') no-repeat center center/cover;
}
.main-header { background-color: transparent; padding: 20px 0; color: #ffffff; border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
.header-flex { display: flex; justify-content: space-between; align-items: center; }
.nav-menu ul { display: flex; list-style: none; }
.nav-menu ul li { margin: 0 15px; }
.nav-menu ul li a, .lang-link, .footer-right ul li a { position: relative; text-decoration: none; transition: color 0.3s ease; }
.nav-menu ul li a::after, .lang-link::after, .footer-right ul li a::after { content: ''; position: absolute; width: 0%; height: 2px; bottom: -5px; left: 50%; background-color: #7d31ff; transform: translateX(-50%); transition: width 0.3s ease-in-out; }
.nav-menu ul li a { color: #ffffff; font-size: 1rem; font-weight: 700; text-transform: uppercase; }
.nav-menu ul li a.active { color: #7d31ff !important; }
.nav-menu ul li a:hover { color: #7d31ff !important; }
.nav-menu ul li a:hover::after { width: 100%; }
.logo { font-weight: bold; font-size: 1.4rem; letter-spacing: 1px; color: #ffffff; }
.lang-switcher { font-size: 0.95rem; font-weight: bold; color: #ffffff; }
.lang-link { color: #ffffff; padding: 0 5px; display: inline-block; }
.lang-link.active { color: #7d31ff; }

.hero { padding: 170px 0 102px 0; color: #ffffff; background: transparent; }
.hero-top-title { font-size: 1.8rem; font-weight: 600; margin-bottom: 12px; }
.hero-main-title { font-size: 3.5rem; color: #7d31ff; line-height: 1.2; margin-bottom: 25px; font-weight: 300; letter-spacing: 6px; }
.hero-description { max-width: 550px; font-size: 1rem; color: #ccc; }

/* --- 3. SON OLGULAR --- */
.cases-section { padding: 20px 0; background-color: #f4f7f8; }
.section-title { font-size: 1.2rem; color: #0a0a0a; margin-bottom: 25px; text-align: left; }
.cases-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.case-card { background: #ffffff; border-radius: 8px; overflow: hidden; border: 1px solid #e0e4e6; box-shadow: 0 6px 18px rgba(0,0,0,0.08); transition: all 0.3s ease; }
.case-card:hover { transform: translateY(-8px); box-shadow: 0 12px 25px rgba(125, 49, 255, 0.15); border-color: #7d31ff; }
.case-img-container { height: 200px; background-color: #eee; }
.case-body { padding: 25px; }
.case-cat { font-size: 0.75rem; font-weight: bold; color: #7d31ff; text-transform: uppercase; margin-bottom: 10px; display: block; }
.case-body h3 { font-size: 1.25rem; margin-bottom: 15px; color: #0a0a0a; line-height: 1.4; }
.case-body p { font-size: 0.9rem; color: #666; margin-bottom: 20px; height: 85px; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; }
.read-more { color: #7d31ff; font-weight: bold; font-size: 0.85rem; text-decoration: none; }

/* --- 4. META ALANI --- */
.meta-area { position: relative; background: linear-gradient(135deg, #56d8a3 0%, #70c1ff 100%); padding: 30px 0; overflow: visible; }
.meta-area::before {
    content: ""; position: absolute; top: 0; left: 50%; transform: translateX(-50%);
    width: 90%; max-width: 1200px; height: 100%; background: url('assets/banner.webp') no-repeat center center/cover;
    opacity: 0.35; z-index: 0;
    -webkit-mask-image: linear-gradient(to right, transparent 0%, black 20%, black 80%, transparent 100%);
    mask-image: linear-gradient(to right, transparent 0%, black 20%, black 80%, transparent 100%);
}
.meta-stack { position: relative; z-index: 1; display: flex; flex-direction: column; }
.meta-item { margin-bottom: 25px; }
.meta-item h2, .meta-item label { display: block; font-size: 0.95rem; font-weight: bold; color: #7d31ff; text-transform: uppercase; margin-bottom: 5px; }
.tag-cloud { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; padding: 10px 0; }
.tag-cloud a { color: #0f3d2b; text-decoration: none; background: #ffffff; padding: 4px 12px; border-radius: 50px; display: inline-block; transition: 0.3s; line-height: 1; }
.tag-cloud a:hover { background: #7d31ff; color: #fff !important; transform: translateY(-2px); opacity: 1 !important; box-shadow: 0 4px 12px rgba(0,0,0,0.15); }
.search-container { display: flex; }
.search-input { padding: 10px; border: none; border-radius: 4px 0 0 4px; width: 300px; outline: none; }
.search-btn { background: #7d31ff; color: #fff; border: none; padding: 10px 20px; border-radius: 0 4px 4px 0; cursor: pointer; font-weight: bold; }
.cat-select { padding: 10px; border: 1px solid #ddd; border-radius: 4px; font-size: 0.95rem; width: 300px; max-width: 100%; background: #fff; }
.egg-wrapper { position: absolute; bottom: 10px; right: 15px; z-index: 10; cursor: pointer; }
.egg-icon { width: 15px; height: auto; opacity: 0.7; transition: 0.3s; }
.egg-trigger:hover .egg-icon { opacity: 1; filter: drop-shadow(0 0 30px rgba(139, 0, 0, 1)); }
.quote-popover { display: none; position: absolute; bottom: 30px; right: 0; background: #fff; padding: 15px; border-radius: 8px; box-shadow: 0 8px 25px rgba(0,0,0,0.2); min-width: 375px; z-index: 100; border-right: 5px solid #7d31ff; }

/* --- 5. FOOTER --- */
.main-footer { background-color: #0a0a0a; color: #ffffff; padding: 60px 0 0 0; }
.footer-grid { display: flex; justify-content: space-between; padding-bottom: 30px; }
.footer-logo { color: #7d31ff !important; margin-bottom: 10px; font-size: 1.5rem; font-weight: bold; }
.footer-right ul { list-style: none; }
.footer-right ul li { margin-bottom: 10px; }
.footer-right ul li a { color: #ffffff; font-size: 1.1rem; text-decoration: none; letter-spacing: 2.5px; }
.social-links { display: flex; gap: 15px; margin-top: 25px; }
.social-icon { width: 40px; height: 40px; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #ffffff; }
.facebook { background-color: #1877F2; }
.instagram { background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%); }
.linkedin { background-color: #0077b5; }
.twitter { background-color: #000000; }
.bottom-bar { text-align: center; padding: 5px 0; font-size: 0.8rem; border-top: 1px solid #1a1a1a; color: #444; }
.gradient-stripe { height: 10px; background: linear-gradient(90deg, #56d8a3, #70c1ff); }

/* --- 6. ALT SAYFA AYARLARI --- */
.page-content { padding: 80px 0; background-color: #ffffff; min-height: 50vh; }
.page-title { font-size: 1.8rem; color: #0a0a0a; font-weight: 500; letter-spacing: 2px; margin-bottom: 40px; text-transform: uppercase; position: relative; padding-left: 20px; border-left: 10px solid #7d31ff; display: block; line-height: 1.1; }

/* --- 7. TOPLANTILAR & OLGULAR GRID --- */
.meeting-section { margin-bottom: 30px; }
.year-divider { font-size: 1.5rem; color: #7d31ff; border-bottom: 1px solid #ddd; padding-bottom: 5px; margin-bottom: 15px; font-weight: bold; }
.meeting-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 25px; }
.meeting-card { border: 1px solid #eee; border-radius: 15px; overflow: hidden; background-color: #fff; transition: 0.3s; }
.meeting-card:hover { transform: translateY(-5px); box-shadow: 0 10px 20px rgba(0,0,0,0.08); }
.meeting-date { background-color: #000; color: #fff; padding: 12px; text-align: center; font-size: 1.2rem; font-weight: bold; }
.meeting-olgu { background: linear-gradient(135deg, rgba(86, 216, 163, 0.4) 0%, rgba(112, 193, 255, 0.4) 100%); padding: 25px 15px; text-align: center; }
.meeting-olgu a { color: #000; text-decoration: none; font-weight: 700; font-size: 0.95rem; }

/* --- 8. OLGU TASARIMI --- */
.olgu-header-frame { display: flex; justify-content: space-between; align-items: center; background-color: #f2f2f2; padding: 15px 25px; border-radius: 10px; margin-bottom: 25px; border: 1px solid #e0e0e0; max-width: 1000px; }
.olgu-main-header { font-size: 1.4rem; color: #7d31ff; margin: 0; font-weight: 500; }
.olgu-stamp-small { max-width: 100px; border-radius: 6px; }
.olgu-info-grid { display: flex; flex-direction: column; gap: 8px; max-width: 1000px; }
.info-item-frame { background-color: #fcfcfc; padding: 10px 18px; border-radius: 6px; border: 1px solid #f0f0f0; display: flex; gap: 10px; }
.info-item-frame strong { color: #7d31ff; min-width: 150px; font-size: 0.95rem; }
.olgu-image-gallery { display: flex; gap: 20px; margin: 30px 0; max-width: 1000px; }
.olgu-img-item img { width: 100%; height: 450px; object-fit: cover; border-radius: 8px; }
.olgu-result-frame { background-color: #f2f2f2; padding: 20px 25px; border-radius: 10px; border: 1px solid #e0e0e0; max-width: 1000px; margin-top: 20px; }
.result-title { font-size: 1.1rem; color: #0a0a0a; font-weight: 500; margin-bottom: 10px; text-transform: uppercase; border-left: 6px solid #7d31ff; padding-left: 12px; }
.cat-sm { background: #f0e6ff; color: #7d31ff; font-weight: 700; border: 1px solid #7d31ff; padding: 2px 10px; border-radius: 4px; font-size: 0.8rem; text-decoration: none; }
.tag-sm { background: #ffffff; color: #7d31ff; border: 1px solid #ddd; padding: 2px 10px; border-radius: 4px; font-size: 0.8rem; text-decoration: none; font-weight: 600; }

/* --- 9. OLGU SAYFASI ÖZEL --- */
.olgu-page-header { background-color: #0a0a0a !important; }
.olgu-page-logo { color: white !important; }
.info-item-highlight { background-color: #f9f9f9 !important; border-left: 4px solid #ddd !important; }
.olgu-section-subheader { margin-top: 30px !important; background-color: #f0e6ff !important; border-left: 8px solid #7d31ff !important; }
.olgu-section-subheader h3 { color: #7d31ff !important; margin: 0 !important; font-size: 1.2rem !important; }
.olgu-text-container { margin: 20px 0 !important; padding: 0 10px !important; }
.olgu-text-bold { font-weight: 600 !important; color: #555 !important; }
.gallery-centered { justify-content: center !important; margin-bottom: 40px !important; }
.img-item-full { max-width: 800px !important; flex: none !important; width: 100% !important; }
.img-report { height: auto !important; border: 1px solid #eee !important; box-shadow: 0 4px 10px rgba(0,0,0,0.05) !important; }
.caption-highlight { font-weight: bold !important; color: #7d31ff !important; }
.olgu-taxonomy-frame { max-width: 1000px; margin-top: 30px !important; }
.olgu-taxonomy-frame .info-item-frame { border: none !important; background: transparent !important; padding: 8px 0 !important; }
.tag-list-container { display: flex !important; gap: 5px !important; flex-wrap: wrap !important; }
.olgu-sender { max-width: 1000px; text-align: right; font-size: 0.85rem; font-style: italic; font-weight: bold; margin-top: 40px; color: #555; display: block; }
.olgu-gallery-vertical { max-width: 1000px; margin: 30px 0; }
.olgu-gallery-vertical .info-item-frame { display: flex; gap: 30px; align-items: flex-start; padding: 20px 25px !important; box-sizing: border-box; width: 100%; background: #f8f9fa; border: 1px solid #eee; margin-bottom: 20px; max-width: 100%; }
.olgu-img-col { flex: 0 0 500px; max-width: 500px; }
.olgu-caption-col { flex: 1; min-width: 0; padding-top: 0; font-size: 1.1rem; line-height: 1.6; color: #444; overflow-wrap: break-word; word-wrap: break-word; }

/* --- 10. ARŞİV (SUNUM/YAZILAR/BLOG) --- */
.archive-main { background-color: #f4f7f8; padding: 60px 0 100px 0; min-height: 70vh; }
.archive-header-group { text-align: left; margin-bottom: 50px; }
.archive-nav-grid { display: flex; gap: 40px; justify-content: flex-start; }
.archive-nav-card { background: #ffffff; border: 1px solid #e1e8ed; border-radius: 12px; padding: 40px; text-decoration: none; width: 350px; text-align: center; transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1); box-shadow: 0 5px 15px rgba(0,0,0,0.05); }
.archive-nav-card:hover { transform: translateY(-10px); border-color: #7d31ff; box-shadow: 0 20px 40px rgba(125, 49, 255, 0.15); }
.card-image-container { width: 150px; height: 150px; margin: 0 auto 25px auto; overflow: hidden; mask-image: radial-gradient(circle, black 50%, transparent 100%); -webkit-mask-image: radial-gradient(circle, black 50%, transparent 100%); }
.nav-card-img { width: 100%; height: 100%; object-fit: contain; }
.archive-nav-card h2 { font-size: 1.8rem; color: #0a0a0a; margin-bottom: 12px; letter-spacing: 2px; font-weight: 700; }
.archive-nav-card p { color: #666; font-size: 1rem; line-height: 1.4; }
.archive-list-vertical { display: flex; flex-direction: column; gap: 15px; margin-top: 30px; max-width: 540px; }
.archive-item-row { position: relative; display: flex; align-items: center; justify-content: space-between; background-color: #ffffff; border: 1px solid #e1e8ed; border-radius: 8px; padding: 20px 30px; text-decoration: none; transition: all 0.3s ease; box-shadow: 0 2px 10px rgba(0,0,0,0.06); overflow: hidden; }
.archive-item-row::before { content: ""; position: absolute; top: 0; right: 0; width: 100%; height: 100%; background-image: url('assets/logo-header.png'); background-repeat: no-repeat; background-position: right 100px center; background-size: 90px auto; opacity: 0.50; pointer-events: none; z-index: 0; }
.archive-item-row:hover { transform: translateX(10px); border-color: #d9534f; box-shadow: 0 8px 20px rgba(217, 83, 79, 0.15); }
.card-content-left, .pdf-icon-box { position: relative; z-index: 2; }
.card-row-title { font-size: 1.25rem; color: #0a0a0a; font-weight: 700; margin-bottom: 5px; }
.card-row-author { font-size: 0.95rem; color: #444; font-weight: 500; }
.pdf-icon-box { color: #d9534f; font-size: 1.5rem; transition: transform 0.2s ease; }
.archive-item-row:hover .pdf-icon-box { transform: scale(1.2); }

/* --- 11. HAMBURGER MENÜ --- */
.hamburger {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
    z-index: 1001;
    flex-direction: column;
    gap: 5px;
}
.hamburger span {
    display: block;
    width: 26px;
    height: 3px;
    background-color: #ffffff;
    border-radius: 2px;
    transition: all 0.3s ease;
}
.hamburger.active span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
.hamburger.active span:nth-child(2) { opacity: 0; }
.hamburger.active span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }

/* Overlay (mobil menü arkaplanı) */
.nav-overlay {
    display: none;
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0,0,0,0.5);
    z-index: 999;
}
.nav-overlay.active { display: block; }

/* --- 12. RESPONSIVE — TABLET (≤ 900px) --- */
@media (max-width: 900px) {
    .cases-grid { grid-template-columns: repeat(2, 1fr); gap: 20px; }
    .hero-main-title { font-size: 2.5rem; letter-spacing: 3px; }
    .hero-top-title { font-size: 1.4rem; }
    .archive-nav-grid { flex-direction: column; align-items: flex-start; }
    .archive-nav-card { width: 100%; max-width: 400px; }
}

/* --- 13. RESPONSIVE — MOBİL (≤ 768px) --- */
@media (max-width: 768px) {

    /* — Hamburger görünür — */
    .hamburger { display: flex; }

    /* — Nav menü: mobil slide-in — */
    .nav-menu {
        position: fixed;
        top: 0; right: -280px;
        width: 280px; height: 100vh;
        background-color: #0a0a0a;
        z-index: 1000;
        transition: right 0.35s ease;
        padding: 80px 30px 30px 30px;
        box-shadow: -4px 0 20px rgba(0,0,0,0.3);
    }
    .nav-menu.open { right: 0; }
    .nav-menu ul {
        flex-direction: column;
        gap: 0;
    }
    .nav-menu ul li {
        margin: 0;
        border-bottom: 1px solid rgba(255,255,255,0.08);
    }
    .nav-menu ul li a {
        display: block;
        padding: 16px 0;
        font-size: 1.05rem;
        letter-spacing: 1px;
    }

    /* — Header — */
    .header-flex {
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
    }
    .logo { font-size: 1.1rem; }
    .lang-switcher { font-size: 0.85rem; margin-right: 8px; }

    /* — Hero — */
    .hero { padding: 80px 0 60px 0; }
    .hero-top-title { font-size: 1.1rem; }
    .hero-main-title { font-size: 1.7rem; letter-spacing: 2px; line-height: 1.3; }
    .hero-main-title br { display: none; }
    .hero-description { font-size: 0.9rem; }

    /* — Olgu kartları: tek sütun — */
    .cases-grid { grid-template-columns: 1fr; gap: 20px; }
    .case-img-container { height: 180px; }
    .case-body { padding: 18px; }
    .case-body h3 { font-size: 1.1rem; }
    .case-body p { height: auto; -webkit-line-clamp: 3; }

    /* — Meta alan — */
    .meta-area { padding: 20px 0; }
    .search-container { display: flex; width: 100%; }
    .search-input { width: 100%; min-width: 0; flex: 1; }
    .quote-popover { min-width: 250px; right: -10px; }

    /* — Footer — */
    .footer-grid { flex-direction: column; gap: 30px; }
    .footer-left { text-align: center; }
    .footer-left p { font-size: 0.85rem; }
    .social-links { justify-content: center; }
    .footer-right { text-align: center; }
    .footer-right ul { display: flex; flex-wrap: wrap; justify-content: center; gap: 15px; }
    .footer-right ul li { margin-bottom: 0; }
    .footer-right ul li a { font-size: 0.95rem; letter-spacing: 1px; }

    /* — Alt sayfalar genel — */
    .page-content { padding: 40px 0; }
    .page-title { font-size: 1.3rem; letter-spacing: 1px; padding-left: 14px; border-left-width: 6px; margin-bottom: 25px; }

    /* — Toplantılar — */
    .meeting-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
    .meeting-date { font-size: 1rem; padding: 10px; }
    .meeting-olgu { padding: 15px 10px; }
    .meeting-olgu a { font-size: 0.85rem; }
    .year-divider { font-size: 1.2rem; }

    /* — Olgu detay sayfası — */
    .olgu-header-frame { flex-direction: column; gap: 15px; text-align: center; padding: 15px; }
    .olgu-main-header { font-size: 1.1rem; }
    .olgu-stamp-small { max-width: 70px; }
    .olgu-image-gallery { flex-direction: column; }
    .olgu-img-item img { height: auto; max-height: 300px; object-fit: contain; }
    .info-item-frame { flex-direction: column; gap: 4px; }
    .info-item-frame strong { min-width: unset; }
    .olgu-gallery-vertical .info-item-frame { flex-direction: column; gap: 15px; }
    .olgu-img-col { flex: 0 0 auto !important; max-width: 100% !important; }

    /* — Arşiv (sunum/yazılar/blog) — */
    .archive-main { padding: 40px 0 60px 0; }
    .archive-header-group { margin-bottom: 30px; }
    .archive-nav-grid { flex-direction: column; align-items: stretch; gap: 20px; }
    .archive-nav-card { width: 100%; max-width: none; padding: 25px; }
    .card-image-container { width: 100px; height: 100px; }
    .archive-nav-card h2 { font-size: 1.3rem; letter-spacing: 1px; }
    .archive-list-vertical { max-width: 100%; }
    .archive-item-row { padding: 15px 18px; }
    .archive-item-row::before { background-position: center right 10px; opacity: 0.12; background-size: 60px auto; }
    .card-row-title { font-size: 1.05rem; }
    .card-row-author { font-size: 0.85rem; }

    /* — Email kutusu (iletişim) — */
    .email-copy-box { flex-direction: column; text-align: center; gap: 10px; }

    /* — Link kartları — */
    .link-card { flex-direction: column; text-align: center; padding: 15px 20px; }
    .link-logo { margin-right: 0; margin-bottom: 10px; border-right: none; padding-right: 0; }
    .link-content { flex-direction: column; gap: 8px; }
    .link-url { font-size: 0.8rem; word-break: break-all; }
}

/* --- 14. RESPONSIVE — KÜÇÜK MOBİL (≤ 480px) --- */
@media (max-width: 480px) {
    .container { width: 92%; }
    .hero { padding: 60px 0 45px 0; }
    .hero-top-title { font-size: 0.95rem; }
    .hero-main-title { font-size: 1.35rem; letter-spacing: 1px; }
    .cases-section { padding: 15px 0; }
    .section-title { font-size: 1rem; margin-bottom: 15px; }
    .case-img-container { height: 160px; }
    .meeting-grid { grid-template-columns: 1fr; }
    .page-title { font-size: 1.15rem; }
    .olgu-main-header { font-size: 1rem; }
    .tag-cloud a { font-size: 12px !important; padding: 3px 8px; }
    .footer-logo { font-size: 1.2rem; }
}

/* --- 15. OLGU SAYFASI TEMPLATE STİLLERİ --- */

/* Olgu başlık h1 — margin/padding sıfırlama, boyut inherit */
.olgu-title-h1 {
    margin: 0;
    padding: 0;
    font-size: inherit;
    font-weight: inherit;
}

/* page-title span — block display (zaten style.css'te block var ama span için explicit) */
.olgu-title-h1 .page-title {
    display: block;
}

/* olgu-main-header span — block + üst boşluk */
.olgu-title-h1 .olgu-main-header {
    display: block;
    margin-top: 10px;
}

/* Galeri görselleri */
.olgu-gallery-img {
    width: 100%;
    border-radius: 4px;
    display: block;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

/* Taksonomi (kategori/etiket) satırları */
.taxonomy-row {
    border: none !important;
    background: transparent !important;
    display: flex !important;
    gap: 10px !important;
    padding: 8px 0 !important;
}

.taxonomy-row-tags {
    border: none !important;
    background: transparent !important;
    display: flex !important;
    gap: 10px !important;
    padding: 8px 0 !important;
    margin-top: 10px !important;
}

/* --- 16. LİNKLER SAYFASI --- */
.links-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 30px;
}
.link-card {
    display: flex;
    align-items: center;
    background: #ffffff;
    border: 1px solid #e0e4e6;
    border-radius: 12px;
    padding: 20px 30px;
    text-decoration: none;
    color: #333;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}
.link-card:hover {
    transform: translateX(10px);
    box-shadow: 0 8px 24px rgba(125, 49, 255, 0.15);
    border-color: #7d31ff;
}
.link-logo {
    width: 80px;
    height: 60px;
    object-fit: contain;
    margin-right: 30px;
    border-right: 2px solid #f0f0f0;
    padding-right: 20px;
}
.link-content {
    display: flex;
    align-items: center;
    flex: 1;
    justify-content: space-between;
}
.link-name {
    font-size: 1.2rem;
    font-weight: 700;
    color: #0a0a0a;
}
.link-url {
    color: #7d31ff;
    font-family: 'Courier New', Courier, monospace;
    font-weight: 600;
    font-size: 0.95rem;
}

/* --- 17. OLGU GİRİŞ PANELİ --- */
.olgu-girisi-body { background-color: #f4f7f8; }
.login-logo { width: 312px; display: block; margin: 0 auto 4px auto; }
.login-input { width: 100%; padding: 12px; border: 1px solid #ddd; border-radius: 8px; box-sizing: border-box; }
.login-field { margin-bottom: 15px; }
.login-field-last { margin-bottom: 20px; }
.login-submit-btn { width: 100%; height: 50px; border-radius: 12px; font-weight: bold; }
.dashboard-toolbar { display: flex; justify-content: space-between; align-items: center; margin-bottom: 25px; border-bottom: 2px solid #f0e7ff; padding-bottom: 15px; }
.dashboard-toolbar h3 { color: #7d31ff; font-size: 1.5rem; margin: 0; }
.dashboard-add-btn { height: 45px; padding: 0 20px; border-radius: 8px; }
.back-to-list-btn { background: none; border: none; color: #7d31ff; cursor: pointer; font-weight: bold; margin-bottom: 25px; }
.olgu-no-row { display: flex; gap: 10px; flex: 1; align-items: center; }
.olgu-no-input { background: #f9f9f9; flex: 1; padding: 10px 15px; border: 1px solid #ddd; border-radius: 8px; font-size: 1rem; font-family: inherit; }
.olgu-no-warning { display: none; color: #d32f2f; font-size: 0.85rem; font-weight: bold; width: 100%; margin-top: 4px; }
.olgu-no-edit-btn { background: #f0e7ff; color: #7d31ff; border: 1px solid #7d31ff; padding: 10px 18px; border-radius: 8px; cursor: pointer; font-weight: bold; font-size: 0.9rem; white-space: nowrap; }
.olgu-no-reset-btn { display: none; background: #fff; color: #888; border: 1px solid #ddd; padding: 10px 14px; border-radius: 8px; cursor: pointer; font-size: 0.9rem; white-space: nowrap; }
.info-item-vertical { flex-direction: column; align-items: flex-start; }
.info-item-vertical strong { width: auto; padding-top: 0; margin-bottom: 10px; }
.info-item-vertical-tight strong { width: auto; padding-top: 0; margin-bottom: 5px; }
.image-upload-full { width: 100%; }
.pdf-icon-hidden { visibility: hidden; }
.footer-link-active { color: #7d31ff; font-weight: bold; }
.sub-header-dark { background-color: #0a0a0a; }
.sub-header-no-border { border-bottom: none; }
.linkler-page-bg { background-color: #f4f7f8; }
.content-link-purple { color: #7d31ff; text-decoration: underline; }

/* --- 18. OLGU ŞABLON --- */
.olgu-taxonomy-mt { margin-top: 30px; }
.tag-list-inline { display: flex; gap: 5px; flex-wrap: wrap; }

/* --- 19. OLGU GİRİŞ PANELİ (style block taşıma) --- */
#dashboardSection, #entryFormSection, #successSection { display: none; }
#loginWrapper { display: flex; justify-content: center; align-items: center; min-height: 100vh; background: #f4f7f8; }
.login-card { width: 100%; max-width: 450px; padding: 25px 30px 30px 30px; background: #fff; border-radius: 20px; box-shadow: 0 20px 50px rgba(125,49,255,0.15); text-align: center; }
.login-card h2 { color: #7d31ff; margin-bottom: 5px; font-weight: 400; }
.login-card p { color: #444; margin-bottom: 15px; font-size: 1.1rem; font-weight: 600; }
.dashboard-card { max-width: 1100px; margin: 30px auto; padding: 40px; background: #fff; border-radius: 12px; box-shadow: 0 5px 25px rgba(0,0,0,0.05); text-align: left; }
.olgu-girisi-body .info-item-frame { margin-bottom: 20px; display: flex; align-items: flex-start; gap: 20px; }
.olgu-girisi-body .info-item-frame strong { width: 220px; padding-top: 10px; font-size: 1rem; color: #333; flex-shrink: 0; }
.olgu-girisi-body .info-item-frame input[type="text"],
.olgu-girisi-body .info-item-frame input[type="number"],
.olgu-girisi-body .info-item-frame input[type="file"],
.olgu-girisi-body .info-item-frame select { flex: 1; padding: 10px 15px; border: 1px solid #ddd; border-radius: 8px; outline: none; font-size: 1rem; font-family: inherit; }
.olgu-girisi-body .info-item-frame textarea { flex: 1; padding: 10px 15px; border: 1px solid #ddd; border-radius: 8px; outline: none; font-size: 1rem; font-family: inherit; min-height: 62px; resize: vertical; field-sizing: content; }
.age-gender-row { display: flex; gap: 10px; flex: 1; align-items: center; }
.age-number-input { width: 90px !important; flex: none !important; text-align: center; }
.age-unit-select { width: 100px !important; flex: none !important; padding: 10px !important; }
.gender-select { flex: 1 !important; }
.age-preview { flex: none; font-size: 0.85rem; color: #7d31ff; font-style: italic; min-width: 200px; padding-top: 4px; }
.category-grid { display: grid; grid-template-columns: repeat(4, minmax(160px, 1fr)); gap: 10px 20px; padding: 15px 0; width: 100%; border-top: 1px solid #eee; }
.category-item { display: flex; align-items: center; gap: 8px; font-size: 0.9rem; color: #444; cursor: pointer; }
.category-item input { width: auto !important; margin: 0; flex: none; }
.img-upload-box { margin-bottom: 20px; display: none; border: 1px dashed #7d31ff; padding: 20px; border-radius: 12px; background: #fafafa; width: 100%; }
.img-upload-box:first-of-type { display: block; }
.img-upload-box label { display: block; font-weight: bold; margin-bottom: 10px; color: #7d31ff; }
.caption-textarea { margin-top: 12px; min-height: 62px; resize: vertical; width: 100%; display: block; field-sizing: content; border: 1px solid #ddd; border-radius: 8px; padding: 10px 15px; font-size: 1rem; font-family: inherit; outline: none; }
.add-img-btn { background: #f0e7ff; color: #7d31ff; border: 1px solid #7d31ff; padding: 10px 25px; border-radius: 8px; cursor: pointer; font-weight: bold; margin-bottom: 20px; }
.case-table { width: 100%; border-collapse: collapse; margin-top: 10px; }
.case-table th { text-align: left; padding: 10px 15px; font-size: 0.8rem; color: #7d31ff; text-transform: uppercase; letter-spacing: 1px; border-bottom: 2px solid #f0e7ff; }
.case-table td { padding: 12px 15px; border-bottom: 1px solid #f4f4f4; font-size: 0.95rem; vertical-align: middle; }
.case-table tr:hover td { background: #fafafa; }
.case-id-badge { background: #f0e7ff; color: #7d31ff; font-weight: 700; padding: 3px 10px; border-radius: 4px; font-size: 0.85rem; white-space: nowrap; }
.action-link { cursor: pointer; font-weight: bold; font-size: 0.85rem; padding: 4px 10px; border-radius: 4px; border: none; background: none; }
.edit-btn { color: #7d31ff; }
.del-btn { color: #d9534f; }
.section-divider { border: none; border-top: 2px solid #f0e7ff; margin: 28px 0 18px 0; }
.section-label { font-size: 0.8rem; font-weight: 700; color: #7d31ff; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 15px; display: block; }
.tag-wrapper { flex: 1; position: relative; }
.tag-wrapper input { width: 100%; padding: 10px 15px; border: 1px solid #ddd; border-radius: 8px; outline: none; font-size: 1rem; font-family: inherit; box-sizing: border-box; }
.tag-suggestions { position: absolute; top: 100%; left: 0; right: 0; background: #fff; border: 1px solid #ddd; border-top: none; border-radius: 0 0 8px 8px; z-index: 100; max-height: 200px; overflow-y: auto; display: none; box-shadow: 0 4px 12px rgba(0,0,0,0.1); }
.tag-suggestion-item { padding: 8px 15px; cursor: pointer; font-size: 0.95rem; }
.tag-suggestion-item:hover { background: #f0e7ff; color: #7d31ff; }
.success-card { max-width: 500px; margin: 25px auto; padding: 25px 50px; background: #fff; border-radius: 20px; box-shadow: 0 20px 50px rgba(125,49,255,0.15); text-align: center; }
.success-card h2 { color: #56d8a3; margin-top: 5px; margin-bottom: 40px; font-size: 1.8rem; }
.success-card p { color: #666; margin-bottom: 30px; }
.success-btns { display: flex; gap: 15px; justify-content: center; }
.btn-new { background: #7d31ff; color: #fff; border: none; padding: 14px 28px; border-radius: 10px; font-size: 1rem; font-weight: bold; cursor: pointer; }
.btn-exit { background: #d32f2f; color: #fff; border: none; padding: 14px 28px; border-radius: 10px; font-size: 1rem; font-weight: bold; cursor: pointer; }
.sender-wrap { position: relative; margin-bottom: 15px; }
.sender-dropdown { display: none; position: absolute; top: 100%; left: 0; right: 0; background: #fff; border: 1px solid #c9b8f0; border-radius: 0 0 8px 8px; max-height: 180px; overflow-y: auto; z-index: 999; box-shadow: 0 4px 12px rgba(125,49,255,0.15); }
.sender-dropdown.open { display: block; }
.sender-dropdown-item { padding: 10px 14px; cursor: pointer; font-size: 14px; color: #333; border-bottom: 1px solid #f0e7ff; text-align: left; }
.sender-dropdown-item:hover { background: #f0e7ff; color: #7d31ff; }

/* --- 20. OLGU GİRİŞ EK STİLLER --- */
.submit-main-btn { width: 100%; height: 70px; border-radius: 12px; font-weight: bold; font-size: 1.2rem; margin-top: 20px; }
.success-section-bg { background: #f4f7f8; min-height: 100vh; display: none; align-items: center; justify-content: center; }
.success-logo { margin-bottom: 10px; }
.td-title { font-weight: 500; }
.td-sender { color: #888; font-size: 0.9rem; }
.td-actions { white-space: nowrap; }

/* ===== Section 21: Olgu Result Lists ===== */
.olgu-result-list {
    margin: 6px 0 6px 20px;
    padding: 0;
}
.olgu-result-li {
    margin-bottom: 4px;
}

/* ===== Section 22: Yilbasi Ozel Sayfa ===== */
.yilbasi-body {
    background-color: #fff;
    margin: 0; padding: 0;
    overflow-x: hidden;
}
.yilbasi-body::before {
    content: "";
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background-image: url('../assets/yilbasi-arka-plan.jpg');
    background-size: cover;
    background-position: center;
    opacity: 0.90;
    z-index: -1;
}
.yilbasi-stripe {
    height: 8px;
    background: linear-gradient(90deg, #6b0f1a, #b8860b);
}
.yilbasi-content {
    background-color: transparent !important;
    border: none !important;
    position: relative;
    z-index: 5;
    min-height: 900px;
    text-align: left;
    padding-left: 20px;
}
.title-wrapper {
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    padding: 30px 45px;
    border-radius: 4px;
    display: inline-block;
    border: 1px solid rgba(184, 134, 11, 0.3);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
    margin-top: 20px;
    margin-bottom: 40px;
    text-align: left;
}
.main-title {
    font-family: 'Playfair Display', serif;
    font-size: 38px;
    font-weight: 700;
    color: #6b0f1a;
    margin: 0;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-shadow: 1px 1px 0px rgba(184, 134, 11, 0.2);
}
.sub-title {
    font-family: 'Arial', sans-serif;
    font-size: 15px;
    color: #b8860b;
    margin-top: 10px;
    font-weight: 600;
    display: block;
    letter-spacing: 3px;
    text-transform: uppercase;
}
.premium-img {
    width: 85%;
    height: auto;
    margin: 0;
    display: block;
    border-radius: 4px;
    border: 8px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 25px 60px rgba(0,0,0,0.5);
}
.random-egg {
    position: absolute;
    cursor: pointer;
    z-index: 100;
    transition: transform 0.2s ease;
}
.random-egg:hover {
    transform: scale(1.4) rotate(15deg);
}
.random-egg .egg-icon {
    width: 20px;
    height: auto;
    filter: hue-rotate(330deg) brightness(0.8) drop-shadow(0 0 8px rgba(107, 15, 26, 0.5));
    display: block;
}
.quote-popover {
    display: none;
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(255, 255, 255, 0.98);
    padding: 12px 18px;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
    min-width: 260px;
    z-index: 1001;
    border-bottom: 4px solid #6b0f1a;
    font-size: 0.9rem;
    color: #111;
    text-align: center;
    backdrop-filter: blur(5px);
    font-weight: 500;
}
.quote-popover.active {
    display: block;
    animation: popIn 0.4s ease-out;
}
@keyframes popIn {
    0% { opacity: 0; transform: translate(-50%, 20px) scale(0.8); }
    100% { opacity: 1; transform: translate(-50%, 0) scale(1); }
}
.egg-quote-text {
    margin: 0;
    font-style: italic;
    line-height: 1.4;
}

/* ===== Section 23: Kalca Yazisi Ek ===== */
