/* ==========================================================================
   MARSA Hayır Derneği — ana stiller
   "MARSA Ana Sayfa.dc.html" tasarımından birebir aktarıldı.
   Renk/ölçü değerleri tasarımla aynıdır.
   ========================================================================== */

:root {
    --green-darkest: #064323;
    --green-dark: #103a24;
    --green-hero: #13402a;
    --green-panel: #1c5e38;
    --green-stats: #0a6a38;
    --green: #2a9d42;
    --green-hover: #1f8f4e;
    --green-bright: #47c45a;
    --green-link: #15803f;
    --brand-green: #0c8048;
    --orange: #f47c1c;
    --orange-hover: #e06912;
    --ink: #243126;
    --ink-muted: #4b564d;
    --line: #eef1ee;
    --max: 1280px;
}

* { box-sizing: border-box; }

body {
    margin: 0;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: var(--ink);
    background: #ffffff;
}

a { text-decoration: none; color: inherit; }
img { display: block; max-width: 100%; }

.container {
    max-width: var(--max);
    margin: 0 auto;
    padding: 0 24px;
    width: 100%;
}

/* ---- Görsel placeholder (image-slot karşılığı) -------------------------- */
.img-slot {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: repeating-linear-gradient(135deg, #e8ece9 0 14px, #eef2ef 14px 28px);
    color: #6b7a70;
    font-size: 12px;
    font-weight: 600;
    overflow: hidden;
}
.img-slot > span { padding: 6px 10px; line-height: 1.3; }
.img-slot > img { width: 100%; height: 100%; object-fit: cover; }
.img-slot--ghost { background: rgba(255, 255, 255, .06); color: rgba(255, 255, 255, .5); }

/* ---- Butonlar ---------------------------------------------------------- */
.btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-weight: 700;
    border-radius: 8px;
    cursor: pointer;
    border: none;
    white-space: nowrap;
    transition: background .15s ease;
}
.btn--donate {
    background: var(--orange);
    color: #fff;
    font-size: 13px;
    padding: 12px 20px;
    gap: 8px;
    box-shadow: 0 6px 14px rgba(239, 125, 26, .28);
}
.btn--donate:hover { background: var(--orange-hover); }
.btn--lg { font-size: 15px; padding: 16px 34px; box-shadow: 0 8px 20px rgba(239, 125, 26, .35); }
.btn--staff {
    background: transparent;
    color: var(--green-link);
    font-size: 13px;
    padding: 11px 18px;
    gap: 8px;
    border: 1.5px solid #cfe3d5;
}
.btn--staff:hover { background: #f0f7f2; border-color: var(--green); color: var(--green); }
.btn--primary {
    background: var(--green);
    color: #fff;
    font-size: 14px;
    padding: 15px 28px;
    box-shadow: 0 8px 18px rgba(37, 163, 90, .35);
}
.btn--primary:hover { background: var(--green-hover); }
.btn--ghost {
    background: transparent;
    color: #fff;
    font-size: 14px;
    padding: 15px 28px;
    border: 1.5px solid rgba(255, 255, 255, .55);
}
.btn--ghost:hover { background: rgba(255, 255, 255, .1); }
.btn--solid-green {
    background: var(--green-stats);
    color: #fff;
    font-size: 13px;
    letter-spacing: .5px;
    padding: 14px 26px;
}
.btn--solid-green:hover { background: #155c31; }

.link-detail {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: .5px;
    color: var(--green-link);
}
.link-detail i { font-size: 11px; }

/* ---- Üst bilgi şeridi --------------------------------------------------- */
.topbar { background: var(--green-darkest); color: #dff2e7; font-size: 13px; }
.topbar__inner { display: flex; align-items: center; justify-content: space-between; padding-top: 9px; padding-bottom: 9px; }
.topbar__slogan { letter-spacing: .3px; font-weight: 700; font-size: 14px; color: #fff; }
@media (max-width: 820px) { .topbar__slogan { font-size: 12.5px; } }
.topbar__right { display: flex; align-items: center; gap: 20px; }
.topbar__mail { display: flex; align-items: center; gap: 7px; }
.topbar__social { display: flex; align-items: center; gap: 14px; }
.topbar__lang { display: flex; align-items: center; gap: 6px; border-left: 1px solid rgba(255, 255, 255, .25); padding-left: 18px; }
.topbar__lang i { font-size: 10px; }

/* ---- Header ------------------------------------------------------------- */
.site-header { background: #fff; border-bottom: 1px solid #eef0ee; position: relative; z-index: 5; }
.site-header__inner { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding-top: 6px; padding-bottom: 6px; }

.brand { display: flex; align-items: center; gap: 12px; flex-shrink: 0; }
.brand__img { height: 66px; width: auto; display: block; }
.brand__logo-img { height: 52px; width: auto; display: block; flex-shrink: 0; }
.brand__logo { flex-shrink: 0; }
.brand__text { line-height: 1; }
.brand__name { font-weight: 800; font-size: 23px; letter-spacing: .5px; color: var(--brand-green); line-height: 1; }
.brand__sub { font-weight: 700; font-size: 12px; letter-spacing: 3.5px; color: var(--brand-green); margin-top: 5px; line-height: 1; white-space: nowrap; }
.brand__full { font-size: 8.5px; color: #6f6f6f; margin-top: 6px; line-height: 1.2; white-space: nowrap; }

.main-nav { display: flex; align-items: center; gap: 15px; font-weight: 600; font-size: 13.5px; color: #3a463c; }
.main-nav a { display: flex; align-items: center; gap: 4px; white-space: nowrap; text-transform: uppercase; }
.main-nav a i { font-size: 9px; opacity: .6; }
.main-nav a:hover { color: var(--green-link); }
.main-nav a.is-active { color: var(--green-link); }

.site-header__actions { display: flex; align-items: center; gap: 12px; flex-shrink: 0; }

/* Hamburger — masaüstünde gizli, mobilde görünür */
.nav-toggle { display: none; width: 42px; height: 42px; border: 1px solid #e2e6e3; background: #fff; border-radius: 8px; color: #243126; font-size: 18px; cursor: pointer; align-items: center; justify-content: center; }
.nav-toggle:hover { background: #f4f6f4; }

/* Açılır mobil menü */
.mobile-nav { display: none; flex-direction: column; border-top: 1px solid #eef0ee; background: #fff; padding: 6px 0; }
.mobile-nav a { padding: 13px 24px; font-weight: 600; font-size: 14px; color: #3a463c; border-bottom: 1px solid #f3f5f3; text-transform: uppercase; }
.mobile-nav a:last-child { border-bottom: none; }
.mobile-nav a.is-active, .mobile-nav a:hover { color: var(--green-link); background: #f6faf7; }
.mobile-nav__staff { color: var(--green-link) !important; font-weight: 700 !important; background: #f0f7f2; display: flex; align-items: center; gap: 8px; }

/* ---- Hero --------------------------------------------------------------- */
.hero { position: relative; background: var(--green-hero); color: #fff; overflow: hidden; }
.hero__photo { position: absolute; top: 0; right: 0; width: 50%; height: 100%; object-fit: cover; transition: opacity .35s ease; }
.hero__overlay {
    position: absolute; top: 0; left: 0; width: 74%; height: 100%; z-index: 1;
    background: linear-gradient(90deg, #13402a 54%, rgba(19, 64, 42, .86) 82%, rgba(19, 64, 42, 0) 100%);
}
.hero__inner { position: relative; z-index: 2; padding-top: 62px; padding-bottom: 44px; }
.hero__lead { max-width: 980px; }
.hero__title { font-weight: 700; font-size: 50px; line-height: 1.13; margin: 0; white-space: nowrap; }
.hero__title span { color: var(--green-bright); }
.hero__text { font-size: 17px; line-height: 1.65; color: #f0f5f1; margin: 22px 0 30px; max-width: 500px; }
.hero__actions { display: flex; gap: 16px; flex-wrap: wrap; }
.hero__thumbs { display: flex; gap: 14px; margin-top: 46px; flex-wrap: wrap; }
.hero__thumb { width: 92px; background: none; border: none; padding: 0; margin: 0; font: inherit; cursor: pointer; display: flex; flex-direction: column; align-items: center; justify-content: flex-start; }
.hero__thumb-img { display: flex; width: 92px; height: 78px; border: 2px solid rgba(255, 255, 255, .65); border-radius: 10px; transition: border-color .2s ease, box-shadow .2s ease; }
.hero__thumb-label { font-size: 13px; color: #fff; margin-top: 9px; text-align: center; font-weight: 700; }
.hero__thumb:hover .hero__thumb-img { border-color: #fff; }
.hero__thumb.is-active .hero__thumb-img { border-color: #fff; box-shadow: 0 0 0 3px rgba(71, 196, 90, .65); }

/* ---- İstatistik şeridi -------------------------------------------------- */
.stats { background: var(--green-stats); color: #fff; }
.stats__inner { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 18px; padding-top: 30px; padding-bottom: 30px; }
.stat { display: flex; align-items: center; gap: 14px; flex: 1; min-width: 170px; border-right: 1px solid rgba(255, 255, 255, .18); padding-right: 14px; }
.stat:last-child { border-right: none; }
.stat > i { font-size: 30px; color: #fff; }
.stat__body { line-height: 1.15; }
.stat__value { font-weight: 800; font-size: 26px; }
.stat__label { font-size: 13.5px; color: #fff; font-weight: 600; }

/* ---- Bölüm başlığı ------------------------------------------------------ */
.section { padding-top: 64px; padding-bottom: 12px; }
.section-head { text-align: center; margin-bottom: 42px; }
.section-title { font-weight: 800; font-size: 30px; color: var(--ink); margin: 0; letter-spacing: .5px; }
.section-underline { width: 64px; height: 4px; background: var(--green); border-radius: 2px; margin: 14px auto 0; }
.section-cta { text-align: center; margin-top: 34px; }

/* ---- İç sayfa başlık bandı ---- */
.page-hero { background: var(--green-hero); color: #fff; }
.page-hero .container { padding-top: 50px; padding-bottom: 50px; }
.page-hero__title { font-weight: 800; font-size: 34px; margin: 0; letter-spacing: .5px; }
.page-hero__text { font-size: 16px; color: #e8f1ec; margin: 12px 0 0; max-width: 660px; line-height: 1.6; }

/* ---- Hakkımızda sayfası ---- */
.about-intro p { font-size: 17px; line-height: 1.75; color: #3a463c; margin: 0 0 18px; max-width: 900px; }
.about-intro p:last-child { margin-bottom: 0; }
.about-band { background: #f4f8f5; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.about-band .container { padding-top: 54px; padding-bottom: 54px; }
.about-band--brand {
    background:
        radial-gradient(60% 80% at 15% 0%, rgba(35,160,71,.10), transparent 60%),
        radial-gradient(70% 90% at 100% 100%, rgba(12,128,72,.09), transparent 60%),
        #f4faf5;
    border: none;
    position: relative;
    overflow: hidden;
}
.about-band--brand::before {
    content:""; position:absolute; inset:0;
    background-image: radial-gradient(rgba(35,160,71,.10) 1px, transparent 1px);
    background-size: 22px 22px;
    opacity:.5; pointer-events:none;
}
.about-h2 { font-weight: 800; font-size: 24px; color: var(--ink); margin: 0 0 18px; letter-spacing: .5px; }
.about-band p { font-size: 16px; line-height: 1.75; color: #43514a; margin: 0 0 16px; max-width: 920px; }
.about-band p:last-child { margin-bottom: 0; }

.vm-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; }
.vm-card { border-radius: 16px; padding: 34px 32px; border: 1px solid var(--line); }
.vm-card--vision { background: #eef8f1; }
.vm-card--mission { background: #eef5fb; }
.vm-card__icon { width: 52px; height: 52px; border-radius: 12px; background: #fff; display: flex; align-items: center; justify-content: center; font-size: 22px; color: var(--green); margin-bottom: 16px; }
.vm-card h3 { font-weight: 800; font-size: 20px; color: var(--ink); margin: 0 0 12px; }
.vm-card p { font-size: 15.5px; line-height: 1.7; color: #43514a; margin: 0; }

.check-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 10px; }
.check-list li { position: relative; padding-left: 28px; font-size: 15px; line-height: 1.5; color: #43514a; }
.check-list li::before { content: "\f00c"; font-family: "Font Awesome 6 Free"; font-weight: 900; position: absolute; left: 0; top: 1px; color: var(--green); font-size: 13px; }

.values-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.value-card { background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 28px 24px; transition: box-shadow .2s ease, transform .2s ease; }
.value-card:hover { box-shadow: 0 14px 30px rgba(0,0,0,.07); transform: translateY(-3px); }
.value-card > i { font-size: 30px; color: var(--green); margin-bottom: 14px; }
.value-card h3 { font-weight: 700; font-size: 17px; color: var(--ink); margin: 0 0 8px; }
.value-card p { font-size: 14.5px; line-height: 1.6; color: var(--ink-muted); margin: 0; }

.why-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 22px; }
.why-item { display: flex; gap: 16px; align-items: flex-start; background:#fff; border:1px solid #dfeee4; border-radius:14px; padding:22px 22px; box-shadow: 0 4px 14px rgba(16,40,26,.04); position: relative; z-index:1; transition: box-shadow .18s ease, transform .18s ease, border-color .18s ease; }
.why-item:hover { box-shadow: 0 10px 26px rgba(16,40,26,.09); transform: translateY(-3px); border-color:#c7e2d0; }
.why-item > i { font-size: 22px; color: var(--green); background: rgba(35,160,71,.12); flex-shrink: 0; width: 48px; height:48px; border-radius: 12px; display:inline-flex; align-items:center; justify-content:center; margin-top: 0; }
.why-item h4 { font-weight: 800; font-size: 16.5px; color: var(--ink); margin: 0 0 8px; }
.why-item p { font-size: 14.5px; line-height: 1.65; color: #4b564d; margin: 0; }

.gov-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; }
.gov-card { background: #fbfcfb; border: 1px solid var(--line); border-radius: 16px; padding: 30px; }
.gov-card h3 { font-weight: 800; font-size: 19px; color: var(--ink); margin: 0 0 12px; display: flex; align-items: center; gap: 10px; }
.gov-card h3 i { color: var(--green); }
.gov-card > p { font-size: 15px; line-height: 1.6; color: #43514a; margin: 0 0 16px; }
.gov-quote { font-style: italic; color: var(--green-link); font-weight: 600; margin: 16px 0 0 !important; }

/* Başkanın Mesajı */
.president-msg { background: #f4f8f5; border-left: 4px solid var(--green); border-radius: 12px; padding: 30px 34px; }
.president-msg .about-h2 { margin-top: 0; }
.president-msg p { font-size: 15.5px; line-height: 1.8; color: #3a463c; margin: 0 0 14px; }
.president-msg__greeting { font-weight: 600; color: var(--ink); }
.president-msg__sign { margin-top: 18px; }
.president-msg__sign strong { display: block; color: var(--green-link); font-size: 16px; }
.president-msg__sign span { font-size: 13px; color: #7c857e; }
[dir="rtl"] .president-msg { border-left: none; border-right: 4px solid var(--green); }

@media (max-width: 820px) {
    .vm-grid, .gov-grid { grid-template-columns: 1fr; }
    .values-grid { grid-template-columns: 1fr 1fr; }
    .about-intro p { font-size: 16px; }
}
@media (max-width: 560px) {
    .values-grid { grid-template-columns: 1fr; }
}

/* ---- Dil değiştirici (topbar) ---- */
.topbar__lang { position: relative; display: inline-block; }
.topbar__lang-btn { background: none; border: none; color: inherit; font: inherit; cursor: pointer; display: inline-flex; align-items: center; gap: 6px; padding: 2px 4px; }
.topbar__lang-btn i { font-size: 10px; }
.topbar__lang-menu { position: absolute; top: 100%; right: 0; min-width: 132px; background: #fff; border: 1px solid var(--line); border-radius: 8px; box-shadow: 0 10px 26px rgba(0,0,0,.16); padding: 6px; display: none; flex-direction: column; z-index: 200; }
.topbar__lang:hover .topbar__lang-menu, .topbar__lang:focus-within .topbar__lang-menu { display: flex; }
.topbar__lang-menu a { color: #223; padding: 7px 12px; border-radius: 6px; font-size: 13px; text-decoration: none; white-space: nowrap; }
.topbar__lang-menu a:hover { background: #f1f6f2; }
.topbar__lang-menu a.is-active { background: var(--green); color: #fff; font-weight: 600; }

/* ---- Sabit WhatsApp butonu ---- */
.wa-fab { position: fixed; right: 22px; bottom: 22px; z-index: 900; width: 58px; height: 58px; border-radius: 50%; background: #25d366; color: #fff; display: flex; align-items: center; justify-content: center; font-size: 30px; box-shadow: 0 6px 20px rgba(37,211,102,.45); transition: transform .2s ease, box-shadow .2s ease; text-decoration: none; }
.wa-fab:hover { transform: scale(1.08); box-shadow: 0 8px 26px rgba(37,211,102,.6); color: #fff; }
.wa-fab::before { content: ""; position: absolute; inset: 0; border-radius: 50%; background: #25d366; z-index: -1; animation: waPulse 2.2s ease-out infinite; }
@keyframes waPulse { 0% { transform: scale(1); opacity: .5; } 70% { transform: scale(1.7); opacity: 0; } 100% { transform: scale(1.7); opacity: 0; } }
@media (max-width: 560px) { .wa-fab { width: 52px; height: 52px; font-size: 27px; right: 16px; bottom: 16px; } }

/* ---- RTL (Arapça) ---- */
[dir="rtl"] .topbar__lang-menu { right: auto; left: 0; }
[dir="rtl"] .wa-fab { right: auto; left: 22px; }
[dir="rtl"] .check-list li { padding-left: 0; padding-right: 28px; }
[dir="rtl"] .check-list li::before { left: auto; right: 0; }
[dir="rtl"] .btn--donate i { margin-left: 6px; margin-right: 0; }
[dir="rtl"] .vm-card__icon { margin-left: auto; }
/* Hero: LTR'de resim sağda/metin solda. RTL'de metin sağa geçtiğinden resmi sola,
   karartma degradeyi sağa alıyoruz ki metin resmin üstüne binmesin. */
[dir="rtl"] .hero__photo { right: auto; left: 0; }
[dir="rtl"] .hero__overlay { left: auto; right: 0; transform: scaleX(-1); }
[dir="rtl"] .hero__text { margin-left: auto; }

/* ---- İletişim sayfası ---- */
.contact-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.contact-card { display: block; background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 24px 22px; text-decoration: none; color: var(--ink); transition: box-shadow .2s ease, transform .2s ease, border-color .2s ease; }
a.contact-card:hover { box-shadow: 0 14px 30px rgba(0,0,0,.08); transform: translateY(-3px); border-color: #cfe3d6; }
.contact-card__icon { width: 48px; height: 48px; border-radius: 12px; background: #eef6f0; color: var(--green); display: flex; align-items: center; justify-content: center; font-size: 20px; margin-bottom: 14px; }
.contact-card h3 { font-size: 15px; font-weight: 700; margin: 0 0 6px; }
.contact-card p { font-size: 14px; color: var(--ink-muted); margin: 0; line-height: 1.5; word-break: break-word; }
.contact-card__cta { display: inline-flex; align-items: center; gap: 6px; margin-top: 12px; color: var(--green-link); font-size: 13px; font-weight: 600; }
.contact-card--wa .contact-card__icon { background: #25d366; color: #fff; }

.contact-main { display: grid; grid-template-columns: 1.15fr .85fr; gap: 30px; align-items: stretch; }
.contact-form-note { font-size: 14.5px; color: var(--ink-muted); margin: 0 0 18px; line-height: 1.6; }
.contact-form { display: flex; flex-direction: column; gap: 16px; }
.cf-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.cf-field { display: flex; flex-direction: column; gap: 6px; }
.cf-field label { font-size: 13px; font-weight: 600; color: var(--ink); }
.cf-opt { color: #9aa39c; font-weight: 400; }
.cf-field input, .cf-field textarea { border: 1px solid var(--line); border-radius: 9px; padding: 11px 13px; font-size: 14.5px; font-family: inherit; color: var(--ink); background: #fff; transition: border-color .15s ease, box-shadow .15s ease; }
.cf-field input:focus, .cf-field textarea:focus { outline: none; border-color: var(--green); box-shadow: 0 0 0 3px rgba(12,128,72,.12); }
.cf-field textarea { resize: vertical; min-height: 130px; }
.contact-map { border-radius: 14px; overflow: hidden; border: 1px solid var(--line); min-height: 380px; }
.contact-map iframe { display: block; width: 100%; height: 100%; min-height: 380px; }

.offices-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.office-card { background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 22px 20px; }
.office-card > i { font-size: 22px; color: var(--green); margin-bottom: 12px; }
.office-card h4 { font-size: 15px; font-weight: 700; margin: 0 0 6px; color: var(--ink); }
.office-card p { font-size: 13.5px; color: var(--ink-muted); margin: 0; line-height: 1.5; }

.alert { display: flex; align-items: center; gap: 10px; padding: 13px 16px; border-radius: 10px; font-size: 14.5px; margin-bottom: 16px; }
.alert--ok { background: #e8f6ec; color: #146c38; border: 1px solid #bce3c8; }
.alert--err { background: #fdeceb; color: #97231c; border: 1px solid #f3c7c3; }
.text-danger { color: #c0392b; font-size: 13px; }
/* Honeypot: ekran dışı; gerçek kullanıcı görmez, botlar doldurur */
.hp-field { position: absolute !important; left: -9999px !important; top: -9999px !important; width: 1px; height: 1px; overflow: hidden; opacity: 0; }

/* ---- Yasal sayfalar ---- */
.legal { max-width: 820px; }
.legal__updated { color: #9aa39c; font-size: 13px; margin: 0 0 20px; }
.legal p { font-size: 15.5px; line-height: 1.75; color: #3a463c; margin: 0 0 14px; }
.legal h2 { font-size: 19px; color: var(--ink); margin: 26px 0 10px; }
.legal ul { margin: 0 0 14px; padding-left: 22px; }
.legal li { font-size: 15px; line-height: 1.7; color: #43514a; margin-bottom: 6px; }
.legal a { color: var(--green-link); }
.legal__note { font-size: 13px; color: #9aa39c; font-style: italic; margin-top: 24px; border-top: 1px solid var(--line); padding-top: 14px; }
[dir="rtl"] .legal ul { padding-left: 0; padding-right: 22px; }

/* ---- Çerez onay banner'ı ---- */
.cookie-banner { position: fixed; left: 16px; right: 16px; bottom: 16px; z-index: 950; max-width: 900px; margin: 0 auto; background: #13402a; color: #fff; border-radius: 12px; padding: 14px 18px; display: flex; align-items: center; justify-content: space-between; gap: 16px; box-shadow: 0 8px 30px rgba(0,0,0,.28); }
.cookie-banner[hidden] { display: none; }
.cookie-banner__text { margin: 0; font-size: 13.5px; line-height: 1.5; }
.cookie-banner__text a { color: #8fe0ac; text-decoration: underline; }
.cookie-banner__btn { flex-shrink: 0; background: #22c55e; color: #fff; border: none; border-radius: 8px; padding: 10px 22px; font-weight: 700; font-size: 14px; cursor: pointer; }
.cookie-banner__btn:hover { background: #16a34a; }
@media (max-width: 560px) { .cookie-banner { flex-direction: column; align-items: stretch; text-align: center; bottom: 12px; } .cookie-banner__btn { width: 100%; } }

/* ---- Destek Ol sayfası ---- */
.support-ways { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.support-way { display: flex; flex-direction: column; background: #fff; border: 1px solid var(--line); border-radius: 16px; padding: 28px 24px; text-align: center; align-items: center; transition: box-shadow .2s ease, transform .2s ease; }
.support-way:hover { box-shadow: 0 16px 34px rgba(0,0,0,.08); transform: translateY(-4px); }
.support-way__icon { width: 60px; height: 60px; border-radius: 16px; background: #eef6f0; color: var(--green); display: flex; align-items: center; justify-content: center; font-size: 26px; margin-bottom: 16px; }
.support-way h3 { font-size: 17px; font-weight: 800; margin: 0 0 8px; color: var(--ink); }
.support-way p { font-size: 14px; color: var(--ink-muted); line-height: 1.6; margin: 0 0 18px; flex: 1; }
.support-way .btn { width: 100%; justify-content: center; }

.impact-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.impact-item { display: flex; align-items: center; gap: 14px; background: #f6faf7; border: 1px solid var(--line); border-radius: 12px; padding: 18px 20px; }
.impact-item__emoji { font-size: 26px; line-height: 1; flex-shrink: 0; }
.impact-item p { font-size: 15px; color: #3a463c; margin: 0; line-height: 1.5; }
.impact-item strong { color: var(--green-link); }

@media (max-width: 900px) {
    .support-ways { grid-template-columns: 1fr 1fr; }
    .impact-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 560px) {
    .support-ways, .impact-grid { grid-template-columns: 1fr; }
}

/* ---- Çalışmalarımız sayfası ---- */
.work-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 20px; }
.work-card { background: #fff; border: 1px solid var(--line); border-radius: 16px; padding: 30px 28px; transition: box-shadow .2s ease, transform .2s ease, border-color .2s ease; }
.work-card:hover { box-shadow: 0 16px 34px rgba(0,0,0,.07); transform: translateY(-3px); border-color: #cfe3d6; }
.work-card__icon { width: 56px; height: 56px; border-radius: 14px; background: #eef6f0; color: var(--green); display: flex; align-items: center; justify-content: center; font-size: 24px; margin-bottom: 16px; }
.work-card h3 { font-size: 18px; font-weight: 800; margin: 0 0 10px; color: var(--ink); }
.work-card p { font-size: 14.5px; color: var(--ink-muted); line-height: 1.65; margin: 0; }

/* ---- Medya Merkezi ---- */
.news-card__summary { font-size: 13.5px; color: var(--ink-muted); line-height: 1.6; margin: 8px 0 12px; }
.media-empty { text-align: center; padding: 50px 20px; color: var(--ink-muted); background: #f6faf7; border: 1px dashed #c9ddd0; border-radius: 16px; }
.media-empty i { font-size: 40px; color: #b7ccbe; margin-bottom: 14px; display: block; }
.media-empty p { font-size: 15px; margin: 0; }
.media-cat-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 6px; }
.media-cat { background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 24px 22px; }
.media-cat > i { font-size: 24px; color: var(--green); margin-bottom: 12px; }
.media-cat h4 { font-size: 16px; font-weight: 700; margin: 0 0 8px; color: var(--ink); }
.media-cat p { font-size: 13.5px; color: var(--ink-muted); line-height: 1.6; margin: 0; }
a.media-cat--link { display: block; text-decoration: none; transition: box-shadow .2s ease, transform .2s ease, border-color .2s ease; }
a.media-cat--link:hover { box-shadow: 0 14px 30px rgba(0,0,0,.08); transform: translateY(-3px); border-color: #cfe3d6; }
.media-cat__go { display: inline-flex; align-items: center; gap: 6px; margin-top: 12px; color: var(--green-link); font-size: 13px; font-weight: 600; }
.media-quote { text-align: center; font-style: italic; font-size: 17px; color: var(--green-link); font-weight: 600; margin: 34px auto 0; max-width: 640px; }
/* Haber detay */
.page-hero--news .page-hero__title { font-size: 30px; max-width: 900px; }
.news-back { display: inline-flex; align-items: center; gap: 8px; color: #d7e8dd; text-decoration: none; font-size: 14px; margin-bottom: 14px; }
.news-back:hover { color: #fff; }
.news-detail__date { color: #bcd6c6; font-size: 14px; margin-bottom: 6px; }
.news-article { max-width: 820px; }
.news-article__img { border-radius: 16px; overflow: hidden; margin-bottom: 24px; }
.news-article__img img { width: 100%; display: block; }
.news-article__lead { font-size: 18px; line-height: 1.7; color: #2f3a32; font-weight: 500; margin: 0 0 20px; }
.news-article__body { font-size: 16px; line-height: 1.8; color: #3a463c; }
.news-article__body p { margin: 0 0 16px; }
.news-article__body img { max-width: 100%; border-radius: 10px; }
.news-article__body h2, .news-article__body h3 { color: var(--ink); margin: 26px 0 12px; }
@media (max-width: 820px) { .media-cat-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .media-cat-grid { grid-template-columns: 1fr; } }

/* ---- Foto Galeri ---- */
.gallery-filter { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; margin-bottom: 26px; }
.gallery-filter__btn { border: 1px solid var(--line); background: #fff; color: var(--ink); padding: 8px 18px; border-radius: 999px; font-size: 13.5px; font-weight: 600; cursor: pointer; transition: all .15s ease; }
.gallery-filter__btn:hover { border-color: var(--green); color: var(--green); }
.gallery-filter__btn.is-active { background: var(--green); border-color: var(--green); color: #fff; }
.gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.gallery-item { position: relative; margin: 0; border-radius: 12px; overflow: hidden; cursor: pointer; aspect-ratio: 1/1; background: #eef2ef; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .35s ease; }
.gallery-item:hover img { transform: scale(1.06); }
.gallery-item__zoom { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; background: rgba(12,64,42,0); color: #fff; font-size: 22px; opacity: 0; transition: all .25s ease; }
.gallery-item:hover .gallery-item__zoom { background: rgba(12,64,42,.35); opacity: 1; }
.gallery-item figcaption { position: absolute; left: 0; right: 0; bottom: 0; background: linear-gradient(transparent, rgba(0,0,0,.7)); color: #fff; font-size: 12.5px; padding: 20px 12px 10px; opacity: 0; transition: opacity .25s ease; }
.gallery-item:hover figcaption { opacity: 1; }
.gallery-item.is-hidden { display: none; }
.lightbox { position: fixed; inset: 0; z-index: 1000; background: rgba(8,20,14,.92); display: flex; align-items: center; justify-content: center; }
.lightbox[hidden] { display: none; }
.lightbox__img { max-width: 90vw; max-height: 86vh; border-radius: 8px; box-shadow: 0 10px 50px rgba(0,0,0,.5); }
.lightbox__close { position: absolute; top: 20px; right: 24px; background: none; border: none; color: #fff; font-size: 26px; cursor: pointer; line-height: 1; }
.lightbox__nav { position: absolute; top: 50%; transform: translateY(-50%); background: rgba(255,255,255,.12); border: none; color: #fff; width: 52px; height: 52px; border-radius: 50%; font-size: 20px; cursor: pointer; transition: background .15s ease; }
.lightbox__nav:hover { background: rgba(255,255,255,.25); }
.lightbox__prev { left: 20px; }
.lightbox__next { right: 20px; }
@media (max-width: 820px) { .gallery-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 560px) { .gallery-grid { grid-template-columns: repeat(2, 1fr); } .lightbox__nav { width: 42px; height: 42px; } }

@media (max-width: 900px) {
    .contact-grid { grid-template-columns: 1fr 1fr; }
    .contact-main { grid-template-columns: 1fr; }
    .offices-grid { grid-template-columns: 1fr 1fr; }
    .contact-map { min-height: 300px; }
}
@media (max-width: 520px) {
    .contact-grid, .offices-grid { grid-template-columns: 1fr; }
    .cf-row { grid-template-columns: 1fr; }
}

/* ---- Programlar --------------------------------------------------------- */
.programs-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 18px; }
.program-card {
    border-radius: 14px; padding: 30px 24px 24px;
    display: flex; flex-direction: column; align-items: flex-start; text-align: left;
    transition: box-shadow .2s ease, transform .2s ease;
}
.program-card:hover { box-shadow: 0 14px 30px rgba(0, 0, 0, .08); transform: translateY(-3px); }
.program-card > i { font-size: 42px; margin-bottom: 18px; }
.program-card__title { font-weight: 700; font-size: 16px; line-height: 1.32; margin: 0 0 10px; }
.program-card__desc { font-size: 14px; line-height: 1.6; color: var(--ink-muted); font-weight: 500; margin: 0 0 18px; flex: 1; }
.program-card .link-detail { align-self: flex-start; }

/* ---- Projeler ----------------------------------------------------------- */
.projects-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 18px; }
.project-card {
    border: 1px solid var(--line); border-radius: 14px; overflow: hidden; background: #fff;
    display: flex; flex-direction: column; transition: box-shadow .2s ease, transform .2s ease;
}
.project-card:hover { box-shadow: 0 14px 30px rgba(0, 0, 0, .1); transform: translateY(-3px); }
.project-card__media { position: relative; }
.project-card__img { width: 100%; height: 148px; }
.project-card__tag {
    position: absolute; top: 12px; left: 12px; background: var(--green-stats); color: #fff;
    font-weight: 700; font-size: 10px; letter-spacing: .6px; padding: 5px 10px; border-radius: 5px;
}
.project-card__body { padding: 18px 16px; display: flex; flex-direction: column; flex: 1; }
.project-card__title { font-weight: 700; font-size: 15.5px; color: var(--ink); margin: 0 0 9px; }
.project-card__desc { font-size: 14px; line-height: 1.55; color: var(--ink-muted); font-weight: 500; margin: 0 0 16px; flex: 1; }

/* ---- Güven paneli + Haberler ------------------------------------------- */
.trust-news { display: grid; grid-template-columns: 1fr 1.05fr; gap: 34px; align-items: stretch; padding-top: 54px; padding-bottom: 54px; }

.trust-panel {
    position: relative; background: var(--green-panel); border-radius: 16px; overflow: hidden;
    padding: 38px 36px; color: #fff; display: flex; flex-direction: column; justify-content: center; min-height: 340px;
}
.trust-panel__photo { position: absolute; top: 0; right: 0; width: 42%; height: 100%; opacity: .92; }
.trust-panel__overlay { position: absolute; inset: 0; background: linear-gradient(90deg, #1c5e38 60%, rgba(28, 94, 56, .4) 100%); }
.trust-panel__body { position: relative; z-index: 2; max-width: 330px; }
.trust-panel__title { font-weight: 800; font-size: 21px; line-height: 1.3; margin: 0 0 22px; }
.trust-panel__list { display: flex; flex-direction: column; gap: 14px; }
.trust-item { display: flex; align-items: center; gap: 12px; font-size: 14.5px; color: #f4faf6; font-weight: 500; }
.trust-item__check {
    width: 22px; height: 22px; border-radius: 50%; background: var(--green-bright); color: #fff;
    display: flex; align-items: center; justify-content: center; font-size: 11px; flex-shrink: 0;
}

.news__head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 22px; }
.news__title { font-weight: 800; font-size: 21px; color: var(--ink); margin: 0; }
.news-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.news-card { border: 1px solid var(--line); border-radius: 12px; overflow: hidden; background: #fff; display: flex; flex-direction: column; transition: box-shadow .2s ease; }
.news-card:hover { box-shadow: 0 10px 24px rgba(0, 0, 0, .08); }
.news-card__img { width: 100%; height: 108px; }
.news-card__body { padding: 14px 14px 16px; display: flex; flex-direction: column; flex: 1; }
.news-card__date { font-size: 11px; color: #9aa69c; margin-bottom: 7px; }
.news-card__title { font-weight: 700; font-size: 13.5px; line-height: 1.35; color: var(--ink); margin: 0 0 12px; flex: 1; }
.news-card .link-detail { font-size: 11px; }
.news-card .link-detail i { font-size: 10px; }

/* ---- Ortaklar ----------------------------------------------------------- */
.partners { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fbfcfb; }
.partners .container { padding-top: 30px; padding-bottom: 30px; }
.partners__title { text-align: center; font-weight: 800; font-size: 18px; color: #3a463c; letter-spacing: 1px; margin: 0 0 22px; }
.partners__row { display: flex; align-items: center; gap: 14px; }
.partners__nav { width: 38px; height: 38px; border-radius: 50%; border: 1px solid #d8ddd9; background: #fff; color: #5a665c; cursor: pointer; flex-shrink: 0; display: flex; align-items: center; justify-content: center; font-size: 14px; transition: background .15s ease, color .15s ease, border-color .15s ease; }
.partners__nav:hover { background: var(--green); border-color: var(--green); color: #fff; }
.partners__track { flex: 1; display: flex; align-items: center; gap: 30px; overflow-x: auto; scroll-behavior: smooth; scroll-snap-type: x proximity; scrollbar-width: none; -webkit-overflow-scrolling: touch; }
.partners__track::-webkit-scrollbar { display: none; }
.partner-logo { width: 140px; height: 56px; flex-shrink: 0; background: transparent; color: #8a958c; scroll-snap-align: center; }
.partner-logo > img { object-fit: contain; }

/* ---- CTA bandı ---------------------------------------------------------- */
.cta { position: relative; background: var(--green-hero); color: #fff; overflow: hidden; }
.cta__bg { position: absolute; inset: 0; width: 100%; height: 100%; opacity: .28; }
.cta__overlay { position: absolute; inset: 0; background: linear-gradient(90deg, #13402a 35%, rgba(19, 64, 42, .7) 100%); }
.cta__inner { position: relative; z-index: 2; display: flex; align-items: center; justify-content: space-between; gap: 28px; flex-wrap: wrap; padding-top: 38px; padding-bottom: 38px; }
.cta__title { font-weight: 800; font-size: 28px; margin: 0 0 8px; letter-spacing: .5px; }
.cta__text { font-size: 15px; color: #f2f7f3; margin: 0; max-width: 560px; }

/* ---- Footer ------------------------------------------------------------- */
.site-footer { background: var(--green-dark); color: #e8f1ec; font-size: 14px; }
.site-footer__grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr 1.3fr; gap: 34px; padding-top: 52px; padding-bottom: 38px; }
.brand--footer { margin-bottom: 16px; }
.brand--footer .brand__name { color: #fff; font-size: 21px; letter-spacing: 1px; }
.brand--footer .brand__sub { color: #7fa890; font-weight: 600; font-size: 10px; letter-spacing: 2.5px; }
.footer-logo { display: inline-block; background: #fff; border-radius: 10px; padding: 12px 16px; margin-bottom: 16px; }
.footer-logo img { height: 50px; width: auto; display: block; }
.site-footer__brand p { line-height: 1.6; color: #e8f1ec; font-weight: 500; margin: 0 0 8px; }
.site-footer__brand p:last-of-type { margin-bottom: 18px; }
.site-footer__social { display: flex; gap: 11px; }
.site-footer__social a { width: 34px; height: 34px; border-radius: 50%; background: rgba(255, 255, 255, .08); display: flex; align-items: center; justify-content: center; color: #cfe0d5; transition: background .15s ease, color .15s ease; }
.site-footer__social a:hover { background: var(--green); color: #fff; }
.site-footer__col h4 { font-weight: 700; font-size: 13px; letter-spacing: .5px; color: #fff; margin: 0 0 16px; }
.site-footer__col a { display: block; color: #e8f1ec; font-weight: 500; font-size: 14px; margin-bottom: 10px; }
.site-footer__col a:hover { color: #fff; }
.site-footer__contact { display: flex; flex-direction: column; gap: 8px; font-size: 14px; font-weight: 500; color: #e8f1ec; line-height: 1.4; }
.site-footer__contact > div { display: flex; gap: 11px; align-items: flex-start; }
.site-footer__contact i { color: var(--green-bright); margin-top: 3px; }
.site-footer__bottom { border-top: 1px solid rgba(255, 255, 255, .1); }
.site-footer__bottom-inner { display: flex; align-items: center; justify-content: space-between; gap: 14px; flex-wrap: wrap; font-size: 12.5px; color: #bcd2c4; padding-top: 18px; padding-bottom: 18px; }
.site-footer__legal { display: flex; gap: 22px; }
.site-footer__legal a:hover { color: #fff; }

/* ==========================================================================
   Duyarlı (responsive) — tasarım masaüstü içindir; daha küçük ekranlarda
   sütunları kademeli olarak indiriyoruz. Detaylı mobil tasarım sonraki adım.
   ========================================================================== */
@media (max-width: 1100px) {
    .programs-grid { grid-template-columns: repeat(3, 1fr); }
    .projects-grid { grid-template-columns: repeat(3, 1fr); }
    .hero__title { white-space: normal; font-size: 42px; }
    .site-footer__grid { grid-template-columns: 1fr 1fr 1fr; }
    /* Header'ı tablette sıkıştır ki tam nav taşmasın (820px'e kadar) */
    .brand__img { height: 54px; }
    .main-nav { gap: 11px; font-size: 12.5px; }
    .site-header__actions { gap: 8px; }
    .btn--staff { padding: 9px 12px; }
    .btn--donate { padding: 11px 15px; }
}
@media (max-width: 820px) {
    /* Gov / NGO reg bilgisi mobilde de görünür; e-posta metni yer açmak için gizlenir */
    .topbar__right .js-email-text { display: none; }
    .main-nav { display: none; }
    .nav-toggle { display: inline-flex; }
    .mobile-nav:not([hidden]) { display: flex; }
    /* Personel giriş butonu mobilde de header'da (donate'in solunda) — kompakt */
    .btn--staff { display: inline-flex; padding: 8px 11px; font-size: 12.5px; }

    /* Mobil hero: büyük görsel üstte → küçük kareler → yazı en altta */
    .hero__overlay { display: none; }
    .hero__photo { position: static; width: 100%; height: 240px; opacity: 1; display: block; }
    .hero__inner { display: flex; flex-direction: column; }
    .hero__thumbs { order: 1; }
    .hero__lead { order: 2; }

    .trust-news { grid-template-columns: 1fr; }
    .news-grid { grid-template-columns: repeat(3, 1fr); }
    /* Partnerler: mobil/tablette de tek satır carousel — oklar görünür, otomatik kayar */
    .partners__row { gap: 8px; }
    .partners__nav { width: 34px; height: 34px; font-size: 13px; }
    .partners__track { gap: 20px; }
    .partner-logo { width: 134px; height: 54px; }
}
.btn__label-short { display: none; }
@media (max-width: 560px) {
    /* Dar telefonda header'a logo+login+bağış+hamburger sığsın (logo çok hafif küçülür) */
    /* Sol boşluğu kıs, sağa boşluk ver — hamburger sağa yapışmasın */
    .site-header .container { padding-left: 10px; padding-right: 18px; }
    .brand__img { height: 48px; }
    .btn--staff .btn__label { display: none; }   /* login: yalnız kilit ikonu */
    .btn--staff { padding: 9px 11px; }
    .btn--staff i { margin: 0; }
    .btn--donate .btn__label { display: none; }   /* "BAĞIŞ YAP" gizle */
    .btn--donate .btn__label-short { display: inline; }  /* "BAĞIŞ" göster */
    .btn--donate { padding: 10px 13px; }
    .site-header__actions { gap: 7px; }
    .nav-toggle { width: 40px; height: 40px; }
}
@media (max-width: 620px) {
    .programs-grid, .projects-grid, .news-grid { grid-template-columns: 1fr 1fr; }
    .stat { min-width: 45%; }
    .site-footer__grid { grid-template-columns: 1fr 1fr; }

    /* Üst şerit + header biraz daha büyük */
    .topbar { font-size: 14px; }
    .topbar__inner { padding-top: 11px; padding-bottom: 11px; }
    .topbar__social { gap: 16px; }
    .topbar__social a { font-size: 15px; }
    .site-header__inner { padding-top: 8px; padding-bottom: 8px; }

    /* --- Mobil hero (büyük görsel üstte → küçük kareler → yazı) --- */
    .hero__inner { padding-top: 16px; padding-bottom: 26px; }
    .hero__title { font-size: 25px; line-height: 1.18; }
    .hero__text { font-size: 15px; line-height: 1.5; margin: 12px 0 18px; max-width: none; }
    .hero__actions { flex-direction: column; gap: 10px; }
    .hero__actions .btn { width: 100%; justify-content: center; padding: 13px 16px; font-size: 13px; }
    /* küçük kareler — yatay şerit, büyük görselin hemen altında */
    .hero__thumbs {
        margin: 12px 0 20px;
        flex-wrap: nowrap;
        overflow-x: auto;
        gap: 10px;
        padding-bottom: 6px;
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch;
    }
    .hero__thumbs::-webkit-scrollbar { display: none; }
    .hero__thumb { width: 70px; flex: 0 0 auto; }
    .hero__thumb-img { width: 70px; height: 58px; border-radius: 9px; }
    .hero__thumb-label { font-size: 11px; margin-top: 6px; }

    /* Bölümler arası / içi nefes payları */
    .section { padding-top: 38px; padding-bottom: 8px; }
    .stats__inner { padding-top: 24px; padding-bottom: 24px; }
    .stats { margin-top: 14px; }                  /* Çalışmalarımızı Keşfedin sonrası */
    #programlar + section { margin-top: 22px; }   /* ÖNE ÇIKAN PROJELER öncesi */
    .trust-news { margin-top: 22px; padding-top: 30px; padding-bottom: 36px; }  /* TÜM PROJELERİ sonrası */
    .site-footer { margin-top: 26px; }            /* footer öncesi */
    .page-hero .container { padding-top: 30px; padding-bottom: 30px; }
    .page-hero__title { font-size: 26px; }
    .page-hero__text { font-size: 14px; }
}
@media (max-width: 520px) {
    /* Üst şerit sıkışmasın: e-posta metnini gizle, ikon + dil kalsın */
    .topbar__right { gap: 12px; }
    .topbar__mail { display: none; }
    .container { padding-left: 16px; padding-right: 16px; }
    .hero__title { font-size: 24px; }
    .site-header__inner { gap: 8px; }
    .site-header__actions { gap: 8px; }
    .btn--donate { padding: 8px 11px; font-size: 11px; gap: 6px; }
    .brand__img { height: 56px; }
}
/* Güvenlik ağı: alt-piksel taşmaları yatay kaydırma yapmasın */
body { overflow-x: hidden; }

/* ==================== Yönetim Kurulu (Başkan Mesajı + Org-şema) ==================== */
:root { --org-line: #c9d8ce; }

/* Başkanın Mesajı */
.chairman { display: grid; grid-template-columns: 230px 1fr; gap: 36px; align-items: start; background: #fff; border: 1px solid #e9efe9; border-radius: 18px; padding: 34px 36px; box-shadow: 0 6px 22px rgba(16,40,26,.06); }
.chairman__aside { text-align: center; }
.chairman__photo { margin: 0 auto 16px; }
.chairman__name { display: block; font-size: 17px; color: var(--ink); }
.chairman__role { display: block; font-size: 13px; color: var(--green-link); font-weight: 700; margin-top: 5px; }
.chairman__org { display: block; font-size: 12px; color: var(--ink-muted); margin-top: 7px; line-height: 1.4; }
.chairman__body .about-h2 { margin-top: 0; }
.chairman__text p { margin: 0 0 14px; line-height: 1.78; color: var(--ink-muted); }
.chairman__text p.lead { font-weight: 600; color: var(--ink); }
.chairman__sign { margin-top: 20px; padding-top: 16px; border-top: 1px solid #eef1ee; }
.chairman__sign strong { display: block; color: var(--ink); font-size: 15px; }
.chairman__sign span { display: block; font-size: 13px; color: var(--ink-muted); margin-top: 2px; }

/* Yuvarlak fotoğraf çerçevesi (yeşil ark) */
.board-ring { width: 118px; height: 118px; border-radius: 50%; padding: 5px; background: conic-gradient(var(--green-dark) 0 55%, var(--green-bright) 55% 100%); box-shadow: 0 6px 16px rgba(16,40,26,.12); }
.board-ring--t1 { background: conic-gradient(var(--green-dark) 0 60%, var(--green-bright) 60% 100%); }
.board-ring--t2 { background: conic-gradient(var(--green-dark) 0 100%); }
.board-ring--t3 { background: conic-gradient(var(--green-dark) 0 50%, var(--green-bright) 50% 100%); }
.board-ring > img, .board-ring__initial { width: 100%; height: 100%; border-radius: 50%; object-fit: cover; display: flex; align-items: center; justify-content: center; background: #eef4ef; border: 4px solid #fff; box-sizing: border-box; }
.board-ring__initial { font-size: 40px; font-weight: 800; color: var(--green-link); background: linear-gradient(140deg, #eef7f1, #dcebe1); }
.chairman__photo { width: 140px; height: 140px; }
.chairman__photo .board-ring__initial { font-size: 48px; }

/* Org-şema */
.org { display:flex; flex-direction:column; align-items:center; overflow-x: auto; padding-bottom: 10px; }
.org-row { display: flex; justify-content: center; flex-wrap: nowrap; }
.org-cell { position: relative; padding: 28px 18px 0; }
.org-row .org-cell::before, .org-row .org-cell::after { content: ''; position: absolute; top: 0; height: 28px; width: 50%; border-top: 2px dashed var(--org-line); }
.org-row .org-cell::before { right: 50%; }
.org-row .org-cell::after { left: 50%; border-left: 2px dashed var(--org-line); }
.org-row .org-cell:first-child::before { border-top: 0; }
.org-row .org-cell:last-child::after { border-top: 0; border-left: 0; }
.org-row .org-cell:last-child::before { border-right: 2px dashed var(--org-line); }
.org-cell--solo, .org-cell--solo::before, .org-cell--solo::after { padding-top: 0; border: 0 !important; }
.org-drop { width: 0; height: 28px; border-left: 2px dashed var(--org-line); margin: 0 auto; }

/* Üye node */
.org-node { display: flex; flex-direction: column; align-items: center; width: 172px; }
.org-node .board-ring { margin-bottom: 12px; }
.board-node__name { font-size: 16px; font-weight: 800; color: var(--ink); letter-spacing: .2px; }
.board-node__role { font-size: 12.5px; font-weight: 600; color: var(--green-link); margin-top: 3px; line-height: 1.35; }
.board-node__role--2 { font-weight: 500; color: var(--ink-muted); font-size: 12px; }

@media (max-width: 760px) {
    .chairman { grid-template-columns: 1fr; gap: 20px; padding: 24px 20px; }
    /* Mobilde org bağlantı çizgilerini sadeleştir, kartları ızgara yap */
    .org-row, .org-row--wrap { flex-wrap: wrap; row-gap: 18px; column-gap: 6px; }
    .org-cell { padding: 14px 6px 0; }
    .org-row .org-cell::before, .org-row .org-cell::after, .org-drop { display: none; }
    .org-node { width: 150px; }
    .board-ring { width: 92px; height: 92px; }
    .board-ring__initial { font-size: 32px; }
}

/* Vizyon/Misyon çok paragraflı gövde */
.vm-card__text p { font-size: 15.5px; line-height: 1.75; color: #43514a; margin: 0 0 14px; }
.vm-card__text p:last-child { margin-bottom: 0; }

/* Kurumsal Yönetişim + Mali Şeffaflık — genişletilmiş format */
.gov-block { background: #fbfcfb; border: 1px solid var(--line); border-radius: 18px; padding: 34px 36px; }
.gov-block .about-h2 { display: flex; align-items: center; gap: 12px; margin-top: 0; margin-bottom: 12px; }
.gov-block .about-h2 i { color: var(--green); background: rgba(35,160,71,.10); width: 44px; height: 44px; border-radius: 12px; display: inline-flex; align-items: center; justify-content: center; font-size: 20px; }
.gov-lead { font-size: 15.5px; line-height: 1.75; color: #43514a; margin: 0 0 24px; }
.gov-items { display: grid; grid-template-columns: 1fr 1fr; gap: 18px 26px; }
.gov-item { position: relative; padding: 4px 0 4px 22px; }
.gov-item::before { content: ""; position: absolute; left: 0; top: 12px; width: 8px; height: 8px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 3px rgba(35,160,71,.15); }
.gov-item h4 { font-size: 16px; font-weight: 800; color: var(--ink); margin: 0 0 6px; }
.gov-item p { font-size: 14.5px; line-height: 1.65; color: #43514a; margin: 0; }
.gov-block--finance { background: linear-gradient(180deg, #f3faf5, #fbfcfb); border-color: #dbead8; }
.finance-list { margin: 8px 0 22px; }
.finance-list li { font-size: 15.5px; color: #2a332c; font-weight: 600; padding-left: 32px; }
.finance-list li::before { font-size: 14px; }
[dir="rtl"] .gov-item { padding-left: 0; padding-right: 22px; }
[dir="rtl"] .gov-item::before { left: auto; right: 0; }
[dir="rtl"] .finance-list li { padding-left: 0; padding-right: 32px; }
@media (max-width: 760px) {
    .gov-block { padding: 24px 20px; }
    .gov-items { grid-template-columns: 1fr; gap: 16px; }
}

/* ---- Çalışma detay sayfası ---- */
.work-detail { padding: 40px 0 60px; }
.work-detail__back { display: inline-flex; align-items: center; gap: 8px; color: var(--green-link); font-weight: 600; font-size: 14px; margin-bottom: 22px; }
.work-detail__grid { display: grid; grid-template-columns: 1.05fr 1fr; gap: 40px; align-items: start; }
.work-detail__media img { width: 100%; border-radius: 16px; box-shadow: 0 14px 40px rgba(16,40,26,.14); display: block; }
.work-detail__media--empty { aspect-ratio: 4/3; border-radius: 16px; background: #eef2ef; display: flex; align-items: center; justify-content: center; font-size: 46px; color: #b9c4bc; }
.work-detail__body h1 { font-size: 34px; margin: 0 0 18px; color: var(--green-darkest); line-height: 1.15; }
.work-detail__text { font-size: 16.5px; line-height: 1.75; color: #384539; white-space: pre-line; }
.work-detail__cta { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 28px; }
.work-detail__side { position: sticky; top: 24px; display: flex; flex-direction: column; gap: 18px; }
.work-detail__aside { border: 1px solid #dbe7de; background: linear-gradient(180deg,#f4f9f5,#eef5f0); border-radius: 16px; padding: 22px; }
.work-detail__aside-icon { width: 46px; height: 46px; border-radius: 12px; background: var(--green-link); color: #fff; display: flex; align-items: center; justify-content: center; font-size: 19px; margin-bottom: 14px; }
.work-detail__aside h3 { font-size: 18px; margin: 0 0 6px; color: var(--green-darkest); }
.work-detail__aside p { font-size: 14px; line-height: 1.6; color: #4a574c; margin: 0 0 16px; }
.work-detail__aside .btn { width: 100%; justify-content: center; }
.work-detail__trust { list-style: none; padding: 16px 0 0; margin: 16px 0 0; display: grid; gap: 11px; border-top: 1px solid #dce7df; }
.work-detail__trust li { display: flex; align-items: flex-start; gap: 10px; font-size: 13.5px; line-height: 1.4; color: #3a473b; font-weight: 600; }
.work-detail__trust i { color: var(--green-link); font-size: 15px; width: 18px; text-align: center; margin-top: 1px; }
.btn--outline { background: #fff; color: var(--green-link); box-shadow: inset 0 0 0 1.5px #cfe0d4; padding: 15px 26px; font-size: 14px; }
.btn--outline:hover { background: #f4f9f5; }
@media (max-width: 820px) {
    .work-detail__grid { grid-template-columns: 1fr; gap: 22px; }
    .work-detail__body h1 { font-size: 27px; }
    .work-detail__side { position: static; }
}

/* ---- Hero büyük görsel → detay linki ---- */
.hero__overlay { pointer-events: none; }   /* tıklama alttaki görsele geçsin */
.hero__photo-link { position: absolute; top: 0; right: 0; width: 50%; height: 100%; z-index: 0; cursor: pointer; overflow: hidden; display: block; }
.hero__photo-link .hero__photo { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero__photo-hint { position: absolute; right: 18px; bottom: 18px; z-index: 2; display: inline-flex; align-items: center; gap: 7px; background: rgba(6,67,35,.85); color: #fff; font-size: 12.5px; font-weight: 700; padding: 8px 14px; border-radius: 22px; opacity: 0; transform: translateY(4px); transition: opacity .2s ease, transform .2s ease; pointer-events: none; }
.hero__photo-link:hover .hero__photo-hint { opacity: 1; transform: translateY(0); }
@media (max-width: 820px) {
    .hero__photo-link { position: static; width: 100%; height: auto; }
    .hero__photo-link .hero__photo { position: static; width: 100%; height: 240px; }
    .hero__photo-hint { opacity: 1; transform: none; }
}

/* ---- Detay sayfası ek öğeleri (program ikon, proje etiketi, zengin içerik) ---- */
.work-detail__icon { width: 100%; aspect-ratio: 4/3; border-radius: 16px; display: flex; align-items: center; justify-content: center; font-size: 90px; }
.work-detail__kicker { display: inline-block; font-size: 12px; font-weight: 800; letter-spacing: 1.5px; text-transform: uppercase; color: var(--green-link); margin-bottom: 10px; }
.work-detail__tag { display: inline-block; background: #eaf4ee; color: var(--green-link); font-weight: 700; font-size: 12px; padding: 5px 12px; border-radius: 20px; margin-bottom: 12px; }
.work-detail__html { white-space: normal; }
.work-detail__html p { margin: 0 0 12px; }
.work-detail__html blockquote { margin: 0 0 12px; padding: 8px 16px; border-left: 3px solid var(--green-link); background: #f4f9f5; color: #384539; font-style: italic; border-radius: 0 8px 8px 0; }
.work-detail__html li p { margin: 0; }
.work-detail__html h2 { font-size: 23px; margin: 22px 0 10px; color: var(--green-darkest); }
.work-detail__html h3 { font-size: 20px; margin: 18px 0 8px; color: var(--green-darkest); }
.work-detail__html ul, .work-detail__html ol { margin: 0 0 12px; padding-left: 22px; }
.work-detail__html li { margin: 0 0 6px; }
.work-detail__html a { color: var(--green-link); text-decoration: underline; }
