/* GENEL RESET */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Play', Arial, Verdana, Geneva, Tahoma, sans-serif;
}

body {
    background: #101011;
    color: #fff;
    min-height: 100vh;
    overflow-x: hidden; /* Yatay kaydırmayı engelle */
}

/* =================================================================
   SELECT LANG PAGE (Dil Seçim Sayfası)
   ================================================================= */
.lang-landing-container { min-height: 100vh; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; background: #101011; animation: lang-landing-fadeIn 0.9s cubic-bezier(.23,1.18,.53,.99); }
@keyframes lang-landing-fadeIn { from { opacity: 0; } to { opacity: 1; } }
.lang-landing-logo-img { width: 300px; margin-bottom: 24px; user-select: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; filter: drop-shadow(0 4px 20px #181d25); }
.lang-landing-title { font-size: 2.2rem; color: #fff; margin-bottom: 8px; letter-spacing: .03em; }
.lang-landing-subtitle { font-size: 1.07rem; margin-bottom: 28px; color: #eaf0f7; opacity: 0.89; }
.lang-landing-btns { display: flex; flex-direction: row; gap: 22px; justify-content: center; margin-bottom: 20px; flex-wrap: wrap; }
.lang-landing-btn { display: flex; align-items: center; justify-content: center; background: #2563eb; color: #fff; font-size: 1.16rem; font-weight: 600; border: none; border-radius: 2rem; padding: 16px 38px; cursor: pointer; transition: background 0.15s, box-shadow .2s; text-decoration: none; box-shadow: 0 4px 16px rgba(42,86,155,0.09); letter-spacing: 0.04em; outline: none; border: 2px solid transparent; }
.lang-landing-btn:focus, .lang-landing-btn:hover { background: #4a8bd4; border-color: #b7d4ff; }
.lang-landing-detected { background: #fff; color: #13243b; border: 2px solid #2563eb; font-size: 1.09rem; margin: 0 0 24px 0; border-radius: 2rem; padding: 10px 22px; display: inline-block; box-shadow: 0 2px 6px #172e4322; animation: lang-landing-fadeIn 1.4s cubic-bezier(.23,1.18,.53,.99); }
.lang-landing-note { font-size: .95rem; color: #b7d4ff; margin-top: 18px; }
.lang-landing-change-lang { position: fixed; top: 16px; right: 18px; z-index: 50; background: #222e3e; color: #b7d4ff; border-radius: 24px; padding: 8px 16px; font-size: .95rem; box-shadow: 0 2px 10px #15181d1b; cursor: pointer; border: 1.5px solid #2563eb; display: none; }
.lang-landing-change-lang.show { display: block; }


/* =================================================================
   HEADER & NAVİGASYON
   ================================================================= */
.language-switcher-dropdown { position: absolute; top: 18px; left: 28px; right: unset; z-index: 9999; user-select: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; font-family: 'Play', Arial, sans-serif; }
.selected-lang { background: #222224; border-radius: 11px; box-shadow: 0 4px 18px #20203a28; padding: 9px 20px 9px 12px; cursor: pointer; display: flex; align-items: center; font-size: 1.09rem; font-weight: 600; gap: 10px; color: #fff; border: none; outline: none; min-width: 80px; transition: box-shadow .14s; }
.selected-lang img { width: 25px; height: 19px; border-radius: 3px; object-fit: cover; }
.lang-arrow { margin-left: 7px; font-size: .9em; color: #fff; }
.dropdown-list { position: absolute; top: 110%; right: 0; width: 140px; background: #fff; border-radius: 11px; box-shadow: 0 7px 28px #162d3a25; display: none; flex-direction: column; margin-top: 2px; padding: 5px 0; animation: drop 0.19s cubic-bezier(.34,1.56,.64,1) backwards; }
@keyframes drop { from { opacity: 0; transform: translateY(-13px);} to { opacity: 1; transform: translateY(0);} }
.language-switcher-dropdown.open .dropdown-list { display: flex; }
.dropdown-item { display: flex; align-items: center; gap: 10px; padding: 10px 18px; cursor: pointer; font-size: 1.07rem; font-weight: 500; color: #20232e; transition: background .13s, color .13s; border: none; background: none; }
.dropdown-item img { width: 24px; height: 18px; border-radius: 2px; }
.dropdown-item:hover, .dropdown-item.active { background: #f1f5ff; color: #386de0; }
.brand-block { display: flex; flex-direction: column; align-items: center; text-align: center; user-select: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; margin-bottom: 48px; margin-top: 36px; }
.brand-logo { width: 420px; max-width: 100%; height: auto; margin-bottom: 12px; padding-top: 30px; display: block; }
.logo { width: 120px; margin-bottom: 12px; }
.logo-link { display: flex; align-items: center; gap: 12px; text-decoration: none; color: inherit; }
nav { border: none; gap: 38px; margin-top: 28px; }
nav ul { display: flex; justify-content: center; gap: 40px; margin-bottom: 0; background: none; padding: 0; }
nav ul li { list-style: none; }
nav ul li a { color: #fff; text-decoration: none; font-size: 1.25rem; padding: 8px 0; transition: color .2s; border-bottom: 2px solid transparent; display: inline-block; }
nav ul li a.active, nav ul li a:hover { color: #2563eb; border-bottom: 2px solid #2563eb; }
nav a { color: #e0e0e0; font-size: 1.08rem; letter-spacing: 0.01em; font-weight: 400; text-decoration: none; padding: 4px 0 8px 0; border-bottom: 1.5px solid transparent; transition: color 0.14s, border-color 0.19s; }
nav a.active, nav a:hover { color: #e5e5e5; border-bottom: 1.5px solid #8ec7ff; background: none; }
.menu-toggle, .menu-icon { display: none; }

/* =================================================================
   GENEL SAYFA İÇERİĞİ (HERO VB.)
   ================================================================= */
.hero { margin-top: 56px; }
.hero h1 { font-size: 2.5rem; font-weight: 700; margin-top: 40px; margin-bottom: 15px; }
.hero h2 { font-size: 1.3rem; font-weight: 600; margin-bottom: 10px; color: #fff; }

.content {
    width: 100%;
    box-sizing: border-box;
    background: #222224;
    border-radius: 32px 32px 0 0;
    margin: 0;
    padding: 24px 20px 18px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: 0 8px 40px 0 rgba(0,0,0,0.25);
}

.content h1 {
    font-size: 3rem;
    font-weight: bold;
    margin-bottom: 28px;
    color: #fff;
    text-align: center;
}

.content p {
    font-size: 1.35rem;
    color: #dbe3f0;
    margin-bottom: 32px;
    text-align: center;
    max-width: 960px;
    line-height: 1.4;
    padding: 0 10px;
}

.btn { padding: 16px 48px; font-size: 1.3rem; background: #2563eb; color: #fff; border: none; border-radius: 36px; text-decoration: none; display: inline-block; transition: background .2s, box-shadow .2s; font-weight: bold; box-shadow: 0 4px 24px 0 rgba(51,115,227,0.09); }
.btn:hover { background: #245bb5; box-shadow: 0 4px 16px 0 rgba(51,115,227,0.16); }

.contentHero {
    width: 100%;
    margin: 0;
    background: transparent;
    display: flex;
    justify-content: center;
}

.container {
    width: 100%;
    position: relative;
    padding: 0;
    margin: 0;
}

.centerimg, .centerimgalt {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    min-height: 220px;
    object-fit: cover;
    display: block;
    border-radius: 0;
    margin: 0;
    filter: brightness(100%);
    background: #222224;
    max-height: 80vh;
}

.center { position: absolute; top: 38%; left: 50%; transform: translate(-50%, -50%); color: #fff; font-size: 2.6rem; font-weight: bold; letter-spacing: 0.06em; text-shadow: 0 6px 40px rgba(0,0,0,0.28); text-align: center; width: 90%; pointer-events: none; }

/* =================================================================
   ABOUT PAGE (Hakkımızda)
   ================================================================= */
.about-row { display: flex; flex-wrap: wrap; justify-content: center; gap: 2rem; padding: 0 15px; }
.container_about { flex: 1 1 300px; max-width: 400px; text-align: center; }
.centerimg_about { width: 100%; height: auto; object-fit: cover; border-radius: 8px; background: #222224; filter: brightness(100%); margin-bottom:30px; }

/* =================================================================
   FOOTER
   ================================================================= */
.footer {
    background: #101011;
    color: #eee;
    text-align: center;
    padding: 36px 15px 12px 15px;
    width: 100%;
    box-sizing: border-box;
}
.footer .row { margin-bottom: 18px; }
.footer .row a { color: #eee; font-size: 2rem; margin: 0 10px; transition: color 0.2s; }
.footer .row a:hover { color: #2563eb; }
.footer .row ul { padding: 0; margin: 0; display: flex; flex-wrap: wrap; justify-content: center; gap: 28px; list-style: none; }
.footer .row ul li a { color: #fff; text-decoration: none; font-size: 1.35rem; font-weight: 500; transition: color 0.2s; }
.footer .row ul li a:hover { color: #2563eb; }
.footer .row a, .footer .row a i { text-decoration: none !important; border-bottom: none !important; }
.site-footer { text-align: center; font-size: 14px; color: #888; margin-top: 10px; padding-bottom: 10px; }

/* =================================================================
   SAYFA BAŞLIKLARI (Site Title)
   ================================================================= */
.site-title { margin-bottom: 35px; user-select: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; font-size: 2rem; font-weight: 600; margin: 0; line-height: 1.18; text-align: center; word-break: break-word; letter-spacing: 0.01em; }
.menu { margin-top: 35px; }

/* =================================================================
   SOCIAL PAGE (Sosyal Medya)
   ================================================================= */
.social-btns-wrapper { display: flex; justify-content: center; gap: 40px; padding: 48px 15px; flex-wrap: wrap; }
.social-btn { display: flex; align-items: center; gap: 12px; background: #18191a; color: #fff; border: 2px solid #222; border-radius: 36px; padding: 16px 36px; font-size: 2rem; font-weight: 600; text-decoration: none; transition: background 0.18s, color 0.18s, box-shadow 0.18s, border-color 0.18s; box-shadow: 0 2px 18px 0 rgba(0,0,0,0.07); letter-spacing: 0.02em; position: relative; overflow: hidden; }
.social-btn i { font-size: 2.1rem; }
.social-btn.instagram { border-color: #e4405f; }
.social-btn.linkedin { border-color: #0077b5; }
.social-btn.instagram:hover { background: linear-gradient(90deg, #e4405f 0%, #fd1d1d 100%); color: #fff; box-shadow: 0 4px 20px 0 rgba(228,64,95,0.13); border-color: #e4405f; }
.social-btn.linkedin:hover { background: #0077b5; color: #fff; box-shadow: 0 4px 20px 0 rgba(0,119,181,0.12); border-color: #0077b5; }
.social-btn:active { transform: scale(0.98); }

/* =================================================================
   CONTACT PAGE (İletişim)
   ================================================================= */
.map-btns-wrapper { display: flex; justify-content: center; gap: 38px; padding: 44px 15px 12px 15px; flex-wrap: wrap; }
.map-btn { display: flex; align-items: center; gap: 14px; background: #191a1c; color: #fff; border: 2px solid #222; border-radius: 36px; padding: 16px 36px; font-size: 1.45rem; font-weight: 500; text-decoration: none; transition: background 0.19s, color 0.19s, box-shadow 0.19s, border-color 0.19s; box-shadow: 0 2px 18px 0 rgba(0,0,0,0.08); letter-spacing: 0.02em; position: relative; overflow: hidden; }
.map-btn i { font-size: 2rem; }
.map-btn.google { border-color: #4285F4; }
.map-btn.google:hover { background: #4285F4; color: #fff; border-color: #4285F4; box-shadow: 0 4px 20px 0 rgba(66,133,244,0.12); }
.map-btn.yandex { border-color: #ffcc00; }
.map-btn.yandex:hover { background: #ffcc00; color: #222; border-color: #ffcc00; box-shadow: 0 4px 20px 0 rgba(255,204,0,0.14); }
.map-btn.apple { border-color: #979797; color: #fff; background: #191919; transition: all 0.2s cubic-bezier(.47,1.64,.41,.8); }
.map-btn.apple:hover, .map-btn.apple:focus { background: #979797; color: #fff; border-color: #979797; box-shadow: 0 4px 24px 0 rgba(120, 120, 120, 0.25); }
.map-btn.bing { border-color: #008373; }
.map-btn.bing:hover { background: #008373; color: #fff; border-color: #008373; box-shadow: 0 4px 20px 0 rgba(0,131,115,0.13); }
.map-btn:active { transform: scale(0.98); }
.contact-details { margin: 36px 15px 12px 15px; display: flex; flex-wrap: wrap; justify-content: center; gap: 28px; background: rgba(16,16,17,0.13); border-radius: 18px; padding: 28px 32px; box-shadow: 0 6px 32px 0 rgba(0,0,0,0.13); }
.contact-row { flex: 1 1 300px; max-width: 360px; background: rgba(255, 255, 255, 0.03); border-radius: 20px; padding: 24px; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2); transition: transform 0.3s ease; }
.contact-row h2 { font-size: 1.18rem; color: #fff; font-weight: 600; margin-bottom: 8px; letter-spacing: 0.01em; }
.contact-desc { font-size: 1.09rem; color: #e5edfa; font-weight: 400; line-height: 1.52; }
.contact-desc.phones a { display: block; color: #2563eb; font-size: 1.12rem; margin-bottom: 2px; font-weight: 600; text-decoration: none; transition: color .2s; }
.contact-desc.phones a:hover { color: #1e4fd1; text-decoration: underline; }
.contact-desc.phones span { color: #fff; font-size: 0.96rem; font-weight: 400; margin-left: 6px; opacity: 0.8; }
.contact-note { margin-top: 22px; color: #bbb; font-size: 1.05rem; text-align: center; }
.map-iframe-wrapper { margin: 30px auto 18px auto; max-width: 1200px; border-radius: 22px; overflow: hidden; width: calc(100% - 30px); box-shadow: 0 6px 36px 0 rgba(51,115,227,0.07); }
.map-iframe-wrapper iframe { width: 100%; height: 350px; min-height: 220px; border: 0; }

/* =================================================================
   SERVICES PAGE (Hizmetlerimiz)
   ================================================================= */
.content p.services-description { font-size: 1.1rem; color: #e0e0e0; max-width: 860px; margin: 0 auto 32px auto; line-height: 1.6; text-align: center; font-weight: 400; padding: 0 15px;}
.content p.services-description strong { font-weight: 600; color: #ffffff; }
.content p.services-description em { color: #1e90ff; font-style: normal; }
.services-list { display: flex; flex-wrap: wrap; justify-content: center; gap: 32px; margin-bottom: 64px;  margin-top: 64px; padding: 0 15px;}
.service-card { background: rgba(255, 255, 255, 0.03); border-radius: 20px; box-shadow: 0 2px 16px #00000044; padding: 28px 20px 22px 20px; max-width: 250px; min-width: 200px; flex: 1 1 220px; text-align: center; color: #fff; transition: transform 0.18s; }
.service-card:hover { transform: translateY(-7px) scale(1.04); box-shadow: 0 8px 32px #00000077; }
.service-card i { font-size: 2.3rem; margin-bottom: 12px; color: #2563eb; }
.service-card h3 { margin: 0 0 10px 0; font-size: 1.25rem; font-weight: bold; }
.service-card p { margin: 0; font-size: 1.03rem; color: #d2e1f5; }

/* =================================================================
   BLOG PAGE (Blog)
   ================================================================= */
.blog-grid:not(#hakan-gallery) { display: grid; grid-template-columns: 1fr; gap: 32px; max-width: 1080px; margin: 0 auto 64px; padding: 0 16px; }
.blog-card-link { display: block; text-decoration: none; color: inherit; transition: transform 0.2s ease; }
.blog-card-link:hover { transform: translateY(-6px); }
.blog-card { background-color: #fff; border-radius: 16px; box-shadow: 0 12px 24px rgba(0,0,0,0.06); overflow: hidden; display: flex; flex-direction: column; height: 100%; }
.card-img { width: 100%; height: 160px; object-fit: cover; display: block; }
.card-body { padding: 20px; display: flex; flex-direction: column; flex: 1; }
.badge { display: inline-block; font-size: 0.75rem; font-weight: 600; padding: 6px 12px; border-radius: 12px; color: #fff; margin-bottom: 12px; }
.badge.blue { background-color: #3a86ff; }
.badge.red { background-color: #ff006e; }
.blog-card h2 { font-size: 1.1rem; margin: 0 0 12px; line-height: 1.4; color: #1e3c72 !important; }
.blog-card h2 a { color: inherit; text-decoration: none; }
.blog-card h2 a:hover { color: #007acc; }
.blog-card p { font-size: 0.95rem; color: #555; margin-bottom: 20px; flex-grow: 1; }
.card-footer { display: flex; align-items: center; gap: 10px; font-size: 0.85rem; color: #666; }
.author-img { width: 32px; height: 32px; border-radius: 50%; object-fit: cover; }
.blog-article-wrapper { max-width: 860px; margin: 0 auto; padding: 32px 16px; background-color: #1a1a1a; border-radius:32px; }
.blog-article-header { text-align: center; margin-bottom: 40px; }
.blog-article-title { font-size: 2rem; font-weight: 800; margin-bottom: 10px; margin-top: 16px; color: #ffffff; }
.blog-article-meta { font-size: 0.95rem; color: #cccccc; }
.blog-article-section { margin-bottom: 48px; padding: 24px; background-color: #262626; border-radius: 12px; box-shadow: 0 0 24px rgba(0, 0, 0, 0.15); }
.blog-article-heading { font-size: 1.5rem; font-weight: 700; margin-bottom: 16px; color: #ffffff; border-bottom: 2px solid #444; padding-bottom: 6px; }
.blog-article-paragraph { font-size: 1rem; margin-bottom: 18px; color: #dddddd; }
.blog-article-paragraph strong { color: #ffffff; }
.blog-article-paragraph em { color: #cccccc; font-style: italic; }
.blog-article-back-button { margin-top: 64px; text-align: center; }
.blog-article-back-button a { color: #00aaff; text-decoration: none; font-weight: 500; }
.blog-article-back-button a:hover { text-decoration: underline; }

/* KATEGORİ FİLTRE BUTONLARI (Blog ve Çalışmalarımız) */
.blog-section-wrapper { background-color: rgba(255, 255, 255, 0.03); border: 1px solid rgba(255, 255, 255, 0.1); border-radius: 24px; padding: 16px; margin: 24px auto; max-width: 960px; width: calc(100% - 30px); box-shadow: 0 6px 24px rgba(0, 0, 0, 0.2); }
.blog-tabs { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; }
.blog-tab-btn { padding: 8px 16px; font-size: 13px; font-weight: 500; border-radius: 9999px; background-color: rgba(255, 255, 255, 0.05); color: #e0e0e0; border: 1px solid rgba(255, 255, 255, 0.2); backdrop-filter: blur(4px); white-space: nowrap; transition: all 0.3s ease-in-out; cursor: pointer; }
.blog-tab-btn:hover { background-color: rgba(255, 255, 255, 0.1); color: #fff; border-color: rgba(255, 255, 255, 0.4); }
.blog-tab-btn.active { background-color: #fff; color: #0d1117; border: none; font-weight: 600; }

/* =================================================================
   COOKIE CONSENT BANNER
   ================================================================= */
#cookie-banner { position: fixed; left: 50%; bottom: 0; transform: translateX(-50%); width: 100%; max-width: 900px; background: #fff; color: #181818; padding: 44px 48px 34px 48px; border-radius: 18px 18px 0 0; z-index: 9999; box-shadow: 0 -2px 38px 0 rgba(0,0,0,0.18); font-size: 1.19rem; font-family: 'Inter', 'Roboto', 'Segoe UI', Arial, sans-serif; border: 1.5px solid #e0e1e3; border-bottom: none; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; text-align: left; gap: 22px; }
#cookie-banner h2 { margin-top: 0; margin-bottom: 18px; font-size: 2.1rem; font-weight: 600; color: #232328; }
#cookie-banner p { margin: 0 0 14px 0; line-height: 1.65; color: #333; font-size: 1.05em; font-weight: 400; }
#cookie-banner .cookie-buttons { display: flex; gap: 14px; width: 100%; justify-content: flex-end; margin-top: 16px; }
#cookie-banner button { min-width: 170px; padding: 15px 0; font-size: 1.04rem; font-weight: 700; border-radius: 7px; border: none; outline: none; letter-spacing: 0.01em; cursor: pointer; box-shadow: none; transition: background 0.15s, color 0.14s, border 0.13s; }
#cookie-banner button#acceptCookies { background: linear-gradient(90deg, #2196f3 30%, #21d4fd 100%); color: #fff; border: 1.5px solid #1976d2; }
#cookie-banner button#acceptCookies:hover, #cookie-banner button#acceptCookies:focus { background: linear-gradient(90deg, #21d4fd 10%, #2196f3 100%); border: 1.5px solid #0ea5e9; }
#cookie-banner button#rejectCookies { background: #f1f1f3; color: #232328; border: 1.5px solid #d6d6dc; }
#cookie-banner button#rejectCookies:hover, #cookie-banner button#rejectCookies:focus { background: #e5e5ea; color: #232328; border: 1.5px solid #b5b6ba; }
#cookie-banner .lang-tabs { display: flex; gap: 15px; margin-bottom: 10px; }
#cookie-banner .lang-tabs button { background: none; color: #1976d2; border: none; padding: 0 7px; font-size: 1.08rem; font-weight: 600; cursor: pointer; border-bottom: 2.5px solid transparent; transition: border 0.16s; }
#cookie-banner .lang-tabs button.active { border-bottom: 2.5px solid #1976d2; }

/* =================================================================
   YENİ EKLENDİ: CTA (Call to Action) Section
   (Hizmetlerimiz sayfasındaki yönlendirme kutuları için)
   ================================================================= */
.cta-section {
    text-align: center;
    margin: 60px auto;
    padding: 30px 20px;
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 20px;
    max-width: 800px;
    width: calc(100% - 40px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-sizing: border-box;
}

.cta-section h2 {
    font-size: 2rem;
    margin-bottom: 15px;
    color: #fff;
}

/* Dikkat: Bu genel p etiketi cta-section içindeki p'leri eziyor olabilir. */
/* Emin olmak için cta-section p'yi daha spesifik yapalım */
.cta-section > p { /* Sadece doğrudan cta-section içindeki p'leri etkile */
    font-size: 1.15rem;
    color: #e0e0e0;
    margin-bottom: 30px;
    line-height: 1.6;
    max-width: 100%;
    padding: 0;
}

.cta-section > p:last-of-type {
    margin-bottom: 30px;
}

.cta-section .highlighted {
    color: #5dade2 !important;
    font-weight: 600;
}

.cta-section .btn {
    padding: 14px 40px;
    font-size: 1.15rem;
}


/* =================================================================
   "ÇALIŞMALARIMIZ" SAYFASI ÖZEL STİLLERİ (#hakan-gallery)
   ================================================================= */
/* --- 1. Galeri Stilleri --- */
#hakan-gallery.blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(270px, 1fr)); gap: 20px; max-width: 1200px; width: calc(100% - 40px); margin: 0 auto 64px auto; }
#hakan-gallery .gallery-item { position: relative; overflow: hidden; border-radius: 8px; box-shadow: 0 4px 10px rgba(0,0,0,0.1); background: #000; }
#hakan-gallery .gallery-item img { display: block; width: 100%; height: 250px; object-fit: cover; transition: transform 0.4s ease, opacity 0.4s ease; }
#hakan-gallery .gallery-overlay { position: absolute; bottom: 0; left: 0; right: 0; background: linear-gradient(to top, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0) 100%); padding: 40px 20px 20px 20px; color: #fff; transform: translateY(70%); transition: transform 0.4s ease; }
#hakan-gallery .gallery-title { font-size: 1.25rem; font-weight: bold; display: block; line-height: 1.3; }
#hakan-gallery .gallery-subtitle { font-size: 0.9rem; color: #ddd; display: block; margin-top: 5px; opacity: 0; transition: opacity 0.3s ease 0.1s; }
#hakan-gallery .gallery-item:hover img { transform: scale(1.05); opacity: 0.8; }
#hakan-gallery .gallery-item:hover .gallery-overlay { transform: translateY(0); }
#hakan-gallery .gallery-item:hover .gallery-subtitle { opacity: 1; }

/* --- 2. "Daha Fazla Yükle" Butonu Stili --- */
.load-more-container { text-align: center; margin: 40px 0 20px 0; }
#load-more-btn { background-color: #0d6efd; color: white; padding: 12px 30px; font-size: 1.1rem; font-weight: bold; border: none; border-radius: 8px; cursor: pointer; transition: background-color 0.3s, box-shadow 0.3s, transform 0.2s; box-shadow: 0 4px 10px rgba(0, 123, 255, 0.3); }
#load-more-btn:hover { background-color: #0a58ca; box-shadow: 0 6px 15px rgba(0, 123, 255, 0.4); transform: translateY(-2px); }

/* --- 3. "Yukarı Çık" Butonu Stili --- */
#back-to-top-btn { position: fixed; bottom: 20px; right: 20px; z-index: 1000; background-color: rgba(0, 0, 0, 0.7); color: white; border: none; border-radius: 50%; width: 50px; height: 50px; font-size: 20px; cursor: pointer; opacity: 1; visibility: visible; transition: opacity 0.3s, visibility 0.3s, background-color 0.3s; }
#back-to-top-btn:hover { background-color: rgba(0, 0, 0, 0.9); }

/* --- 4. JavaScript Kontrol Sınıfları --- */
.blog-card-link.hide { display: none; }
.item-hidden { display: none; }
#load-more-btn.hidden, #back-to-top-btn.hidden { opacity: 0; visibility: hidden; }


/* =================================================================
   STANDARTLAŞTIRILMIŞ MOBİL UYUMLULUK (MEDIA QUERIES)
   ================================================================= */

/* --- 1100px (Geniş Ekran Blog Grid) --- */
@media (min-width: 1100px) {
  .blog-grid:not(#hakan-gallery) {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* --- 900px (Tablet - Genel) --- */
@media (max-width: 900px) {
    .logo { width: 80px; }
    nav ul { gap: 18px; }
    .centerimg, .centerimgalt { height: auto; min-height: 220px; }
    .content h1 { font-size: 2rem; }
    .content p { font-size: 1.1rem; }
    .content { padding: 12px 15px 24px 15px; border-radius: 18px 18px 0 0; }
    .site-title { font-size: 1.45rem; }
}

/* --- 850px (Hamburger Menü Tetikleyicisi) --- */
@media (max-width: 850px) {
    nav ul { flex-direction: column; align-items: center; background: #18191a; position: fixed; top: 90px; left: 0; right: 0; z-index: 98; width: 100%; padding: 28px 0; transform: translateY(-120%); transition: 0.33s cubic-bezier(.62,0,.18,1); box-shadow: 0 8px 40px 0 rgba(0,0,0,0.13); border-radius: 0 0 32px 32px; }
    nav ul li { margin: 16px 0; }
    .menu-toggle:checked + .menu-icon + nav ul { transform: translateY(0); }
    .menu-icon { display: block; cursor: pointer; position: fixed; top: 25px; right: 36px; width: 42px; height: 42px; z-index: 100; }
    .menu-icon span, .menu-icon span:before, .menu-icon span:after { display: block; background: #fff; height: 5px; width: 34px; border-radius: 3px; position: absolute; transition: all 0.4s cubic-bezier(.45,0,.28,1); left: 4px; }
    .menu-icon span { top: 20px; }
    .menu-icon span:before { content: ""; top: -13px; }
    .menu-icon span:after { content: ""; top: 13px; }
    .menu-toggle:checked + .menu-icon span { background: transparent; }
    .menu-toggle:checked + .menu-icon span:before { transform: rotate(45deg) translate(6px, 7px); }
    .menu-toggle:checked + .menu-icon span:after { transform: rotate(-45deg) translate(6px, -7px); }
}

/* --- 800px (Dil Seçimi ve Cookie Banner) --- */
@media (max-width: 800px) {
  .language-switcher-dropdown { top: 7px; left: 6px; right: unset; }
  .selected-lang { font-size: .98rem; padding: 7px 15px 7px 7px;}
  .dropdown-list { width: 115px; }
  .center { font-size: 1.35rem; top: 35%; width: 90%; }
  #cookie-banner { padding: 18px 15px 12px 15px; border-radius: 10px 10px 0 0; max-width: 100%; font-size: 0.98rem; gap: 10px; }
  #cookie-banner h2 { font-size: 1.2rem; }
  #cookie-banner .cookie-buttons { gap: 7px; }
  #cookie-banner button { min-width: 90px; font-size: 0.94rem; border-radius: 6px; padding: 11px 0; }
}

/* --- 768px (Logo ve Blog Grid) --- */
@media (max-width: 768px) {
  .brand-logo { width: 280px; }
  .blog-grid:not(#hakan-gallery) { /* Blog sayfası için */ grid-template-columns: repeat(2, 1fr); }
}

/* --- 750px (İletişim Detayları) --- */
@media (max-width: 750px) {
  .contact-details { flex-direction: column; align-items: stretch; gap: 16px; padding: 16px 10px; margin: 36px 10px 12px 10px; }
  .contact-row { width: 100%; max-width: 100%; padding: 18px 16px; border-radius: 12px; box-shadow: 0 2px 6px rgba(0,0,0,0.2); }
  .contact-row h2 { font-size: 1.02rem; line-height: 1.55; font-weight: 600; margin-bottom: 6px; color: #ffffff; }
  .contact-desc { font-size: 0.95rem; line-height: 1.45; color: #e0e0e0; }
  .contact-desc.phones a { font-size: 1.05rem; margin-bottom: 5px; font-weight: 600; color: #4fc3f7; }
  .contact-desc.phones span { font-size: 0.95rem; opacity: 0.7; }
  .contact-note { font-size: 1rem; color: #aaa; line-height: 1.6; padding: 0 12px; text-align: center; margin-top: 16px; }
}

/* --- 700px (Küçük Tablet - Formlar, Butonlar) --- */
@media (max-width: 700px) {
  .lang-landing-btns { flex-direction: column; gap: 16px; }
  .lang-landing-logo-img { width: 200px; }
  .lang-landing-title { font-size: 1.25rem; }
  .lang-landing-change-lang { top: 9px; right: 9px; font-size: .89rem; padding: 7px 12px;}
  .about-row { flex-direction: column; align-items: center; padding: 0 10px; }
  .container_about { max-width: 100%; }
  .footer .row ul { gap: 10px; }
  .footer .row ul li a { font-size: 1rem; }
  .footer .row a { font-size: 1.3rem; }
  .footer { padding: 24px 10px 6px 10px; }
  .map-btns-wrapper { flex-direction: column; gap: 14px; align-items: center; padding: 24px 10px 5px 10px; }
  .map-btn { width: 100%; max-width: 400px; justify-content: center; font-size: 1.05rem; padding: 12px 0; }
  .map-btn i { font-size: 1.3rem; }
  .services-list { flex-direction: column; align-items: center; gap: 18px; padding: 0 10px;}
  .service-card { max-width: 100%; min-width: unset; width: 100%; max-width: 340px; }
}

/* --- 600px (Genel Mobil - Taşma Düzeltmeleri, CTA) --- */
@media (max-width: 600px) {
    .centerimg, .centerimgalt { min-height: 200px; object-fit: cover; }
    .site-title { font-size: 1.08rem; }
    .social-btns-wrapper { gap: 16px; flex-direction: column; align-items: center; padding: 32px 10px; }
    .social-btn { width: 100%; max-width: 400px; justify-content: center; font-size: 1.3rem; padding: 12px 0; }
    .social-btn i { font-size: 1.4rem; }
    .map-iframe-wrapper iframe { height: 220px; }

    /* CTA Section Mobil */
    .cta-section { margin: 40px auto; padding: 25px 15px; width: calc(100% - 20px); }
    .cta-section h2 { font-size: 1.6rem; margin-bottom: 10px; }
    .cta-section p { font-size: 1rem; margin-bottom: 25px; line-height: 1.6; }
    .cta-section .btn { padding: 12px 30px; font-size: 1rem; }
    
    /* "ÇALIŞMALARIMIZ" SAYFASI MOBİL TAŞMA DÜZELTMESİ */
    #hakan-gallery.blog-grid { grid-template-columns: 1fr; gap: 20px; width: calc(100% - 20px); }
    .blog-tabs { flex-wrap: wrap; justify-content: center; }
    .blog-section-wrapper { width: calc(100% - 20px); }
}

/* --- 400px (Küçük Mobil Ekranlar) --- */
@media (max-width: 400px) {
    .site-title { font-size: 0.80rem; margin-bottom: 6px; }
    nav ul { padding: 2px 0; }
    nav ul li { margin: 3px 0; }
    nav a { font-size: 0.73rem; padding: 1px 0 2px 0; white-space: normal; text-align: center; max-width: 94%; line-height: 1.13; letter-spacing: 0.01em; }
    .menu-icon { width: 20px; height: 20px; top: 6px; right: 6px; }
    .menu-icon span, .menu-icon span:before, .menu-icon span:after { width: 13px; height: 2.5px; left: 2px; }
    nav a.gizlilik { font-size: 0.64rem; color: #8ec7ff; }
}

/* --- 340px (En Küçük Ekranlar) --- */
@media (max-width: 340px) {
    .site-title { font-size: 0.58rem; }
    nav a { font-size: 0.61rem; }}

/* =================================================================
   ÖZEL DÜZELTMELER
   ================================================================= */
      /* 1. Dil Değiştiriciyi Galerinin Arkasına Alma */
      #langSwitcher {
        /* LightGallery z-index'i 1050'dir. Bu 999'luk değer,
           dil değiştiricinin galerinin arkasında kalmasını sağlar. */
        z-index: 999 !important;
      }