/* Birleşik kurum iç/header CSS — php cli/compile_kurum_inner_shared_css.php */
* { margin:0; padding:0; box-sizing:border-box; }
html { scroll-behavior: smooth; scrollbar-gutter: stable; }
body { font-family: Roboto, Arial, Helvetica, sans-serif; color:var(--text); background:var(--bg-page); overflow-x: clip; }
        /* HEADER — üst duyuru şeridi + tek sıra kurumsal yeşil bar */
        .header-promo-strip--bar {
            background: linear-gradient(180deg, #353535 0%, #2e2e2e 100%);
            color: rgba(255, 255, 255, 0.92);
            padding: 8px var(--site-pad-x);
            margin: 0;
            border-bottom: 1px solid rgba(255, 255, 255, 0.08);
        }
        .header-promo-strip--bar .header-promo-inner {
            max-width: var(--site-content-max);
            margin: 0 auto;
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 16px 24px;
            flex-wrap: wrap;
        }
        .header-promo-contact {
            display: flex;
            flex-wrap: wrap;
            align-items: baseline;
            gap: 8px 20px;
        }
        .header-promo-call-lbl {
            font-size: 0.65rem;
            font-weight: 700;
            letter-spacing: 0.14em;
            text-transform: uppercase;
            color: #c9a962;
            margin-right: 4px;
        }
        .header-promo-tel {
            font-size: 0.95rem;
            font-weight: 700;
            color: #fff !important;
            text-decoration: none !important;
        }
        .header-promo-tel:hover { color: #c9a962 !important; }
        .header-promo-mail {
            font-size: 0.82rem;
            font-weight: 500;
            color: rgba(255, 255, 255, 0.78) !important;
            text-decoration: none !important;
        }
        .header-promo-mail:hover { color: #fff !important; }
        .header-promo-placeholder { font-size: 0.85rem; color: rgba(255, 255, 255, 0.65); }
        .header-promo-aside {
            display: flex;
            align-items: center;
            gap: 10px;
            flex-wrap: wrap;
            justify-content: flex-end;
        }
        .social-icons--promo {
            display: flex;
            align-items: center;
            gap: 8px;
        }
        .social-icons--promo .social-icon-link--theme {
            width: 32px;
            height: 32px;
            border-radius: 9px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            text-decoration: none !important;
            transition: transform 0.15s, filter 0.15s;
        }
        .social-icons--promo .social-icon-link--theme:hover { transform: scale(1.07); }
        .site-header {
            position: sticky;
            top: 0;
            left: 0;
            right: 0;
            z-index: 100;
            background: transparent;
            box-shadow: none;
            border-bottom: none;
            padding-top: max(8px, env(safe-area-inset-top, 0px));
            padding-bottom: 14px;
            padding-left: max(var(--site-pad-x), env(safe-area-inset-left, 0px));
            padding-right: max(var(--site-pad-x), env(safe-area-inset-right, 0px));
            width: 100%;
            max-width: 100%;
            box-sizing: border-box;
        }
        .header-main-bar {
            max-width: var(--site-content-max);
            margin: 0 auto;
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 20px;
            padding: 12px 22px;
            min-height: 64px;
            min-width: 0;
            width: 100%;
            box-sizing: border-box;
            background: var(--header-bar-bg);
            border-radius: 22px;
            border: 1px solid rgba(255, 255, 255, 0.07);
            box-shadow:
                0 10px 36px rgba(12, 28, 20, 0.22),
                0 2px 0 rgba(255, 255, 255, 0.06) inset;
        }
        .header-logo {
            display: flex;
            align-items: center;
            gap: 12px 14px;
            text-decoration: none;
            flex: 1 1 auto;
            min-width: 0;
            max-width: 100%;
        }
        .header-logo--with-image .header-logo-text,
        .header-logo--with-image .header-logo-vbar,
        .header-logo--with-image .header-logo-slogan { display: none; }
        .header-logo img {
            max-height: 46px;
            width: auto;
            filter: brightness(1.08);
            flex-shrink: 0;
        }
        .header-logo-placeholder {
            width: 44px;
            height: 44px;
            border-radius: 14px;
            background: rgba(255, 255, 255, 0.95);
            color: var(--primary);
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.35rem;
            font-weight: 800;
            flex-shrink: 0;
        }
        .header-logo-text {
            display: flex;
            flex-direction: column;
            gap: 2px;
            min-width: 0;
        }
        .header-logo-title {
            font-size: 1.08rem;
            font-weight: 800;
            color: #fff;
            line-height: 1.15;
            letter-spacing: 0.02em;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }
        .header-logo-vbar {
            width: 1px;
            align-self: stretch;
            min-height: 36px;
            background: rgba(255, 255, 255, 0.35);
            flex-shrink: 0;
        }
        .header-logo-slogan {
            font-size: 0.82rem;
            font-weight: 500;
            color: rgba(255, 255, 255, 0.9);
            line-height: 1.35;
            max-width: min(260px, 28vw);
        }
        .header-nav {
            display: flex;
            align-items: center;
            justify-content: center;
            flex: 1;
            gap: 6px 4px;
            flex-wrap: wrap;
        }
        .header-nav > a,
        .header-nav .nav-dd-toggle {
            position: relative;
            color: rgba(255, 255, 255, 0.94);
            text-decoration: none;
            font-family: 'Plus Jakarta Sans', Roboto, system-ui, sans-serif;
            font-size: 0.9375rem;
            font-weight: 600;
            letter-spacing: 0.03em;
            text-transform: none;
            padding: 11px 16px 13px;
            border-radius: 999px;
            transition: background 0.22s ease, color 0.22s ease, text-shadow 0.22s ease;
        }
        .header-nav > a::after,
        .header-nav .nav-dd-toggle::after {
            content: '';
            position: absolute;
            left: 18px;
            right: 18px;
            bottom: 7px;
            height: 1px;
            border-radius: 2px;
            background: linear-gradient(
                90deg,
                transparent,
                var(--header-nav-accent) 28%,
                var(--header-nav-accent-mid) 50%,
                var(--header-nav-accent) 72%,
                transparent
            );
            opacity: 0.28;
            transform: scaleX(0.72);
            transition: opacity 0.22s ease, transform 0.22s ease, height 0.22s ease;
            pointer-events: none;
        }
        .header-nav > a:hover,
        .header-nav .nav-dd-toggle:hover {
            background: rgba(255, 255, 255, 0.11);
            color: #fff;
            text-shadow: 0 0 24px var(--header-nav-accent-glow);
        }
        .header-nav > a:hover::after,
        .header-nav .nav-dd-toggle:hover::after {
            opacity: 1;
            transform: scaleX(1);
            height: 2px;
        }
        .header-nav > a:focus-visible,
        .header-nav .nav-dd-toggle:focus-visible {
            outline: 2px solid var(--header-nav-accent-mid);
            outline-offset: 3px;
        }
        /* Alt menü: tetikleyici ile panel arasında boşluk olmasın — fare “havada” kalınca menü kapanıyordu */
        .header-nav .nav-dd-wrap { position: relative; display: inline-flex; align-items: center; vertical-align: middle; }
        .header-nav .nav-dd-menu {
            display: none;
            position: absolute;
            left: 0;
            top: calc(100% - 2px);
            min-width: 220px;
            padding: 10px;
            background: var(--header-bar-bg);
            border: 1px solid rgba(255, 255, 255, 0.12);
            border-radius: 16px;
            box-shadow: 0 18px 40px rgba(0, 0, 0, 0.35);
            flex-direction: column;
            gap: 4px;
            z-index: 200;
        }
        .header-nav .nav-dd-wrap:hover .nav-dd-menu,
        .header-nav .nav-dd-wrap:focus-within .nav-dd-menu { display: flex; }
        .header-nav .nav-dd-item {
            display: block;
            padding: 10px 14px;
            border-radius: 10px;
            font-size: 0.88rem;
            font-weight: 600;
            color: rgba(255, 255, 255, 0.94);
            text-decoration: none;
            font-family: 'Plus Jakarta Sans', Roboto, system-ui, sans-serif;
        }
        .header-nav .nav-dd-item:hover { background: rgba(255, 255, 255, 0.12); }
        .header-mobile-nav .nav-dd-menu {
            display: flex !important;
            position: static;
            margin: 6px 0 4px 12px;
            padding: 0;
            background: transparent;
            border: none;
            box-shadow: none;
            gap: 4px;
        }
        .header-mobile-nav .nav-dd-item {
            padding: 8px 12px;
            font-size: 0.9rem;
            opacity: 0.92;
        }
        .public-member-nav {
            display: flex;
            flex-direction: row;
            align-items: center;
            gap: 6px;
            flex-wrap: nowrap;
            flex-shrink: 0;
            margin-right: 4px;
        }
        .public-member-name {
            font-size: 0.8rem;
            font-weight: 600;
            color: rgba(255, 255, 255, 0.88);
            max-width: min(130px, 20vw);
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }
        .public-member-out { display: inline; margin: 0; padding: 0; }
        .public-member-btn {
            font-family: 'Plus Jakarta Sans', Roboto, system-ui, sans-serif;
            font-size: 0.78rem;
            font-weight: 600;
            padding: 8px 12px;
            border-radius: 10px;
            text-decoration: none;
            border: none;
            cursor: pointer;
            white-space: nowrap;
            line-height: 1.2;
        }
        .public-member-btn--ghost {
            background: rgba(255, 255, 255, 0.08);
            color: rgba(255, 255, 255, 0.95);
            border: 1px solid rgba(255, 255, 255, 0.22);
        }
        .public-member-btn--ghost:hover { background: rgba(255, 255, 255, 0.14); color: #fff; }
        .public-member-btn--primary {
            background: linear-gradient(180deg, var(--header-nav-accent-mid), var(--header-nav-accent));
            color: #1a1508 !important;
            border: 1px solid rgba(255, 255, 255, 0.2);
        }
        .public-member-btn--primary:hover { filter: brightness(1.06); }
        .public-member-nav--light .public-member-name { color: var(--text); }
        .public-member-nav--light .public-member-btn--ghost {
            background: #fff;
            color: var(--text);
            border: 1px solid var(--border);
        }
        .public-member-nav--light .public-member-btn--ghost:hover {
            background: color-mix(in srgb, var(--primary) 8%, #fff);
            color: var(--primary);
        }
        .public-member-nav--light .public-member-btn--primary {
            background: linear-gradient(180deg, color-mix(in srgb, var(--primary) 88%, #fff), var(--primary));
            color: #fff !important;
            border: none;
        }
        .site-flash--ok {
            max-width: var(--site-content-max);
            margin: 0 auto 14px;
            padding: 12px var(--site-pad-x);
            border-radius: 14px;
            background: #ecfdf5;
            color: #065f46;
            border: 1px solid #a7f3d0;
            font-size: 0.9rem;
            font-weight: 600;
            box-sizing: border-box;
        }
        .header-main-actions {
            display: flex;
            align-items: center;
            gap: 10px;
            flex-shrink: 0;
        }
        .header-burger {
            display: none;
            align-items: center;
            justify-content: center;
            width: 44px;
            height: 44px;
            border: none;
            border-radius: 14px;
            background: color-mix(in srgb, var(--primary) 52%, #fff);
            color: #fff;
            cursor: pointer;
            flex-shrink: 0;
            padding: 0;
            box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
        }
        .header-burger-lines {
            display: block;
            width: 20px;
            height: 2px;
            background: currentColor;
            border-radius: 1px;
            position: relative;
            transition: background 0.2s ease;
        }
        .header-burger-lines::before,
        .header-burger-lines::after {
            content: '';
            position: absolute;
            left: 0;
            width: 20px;
            height: 2px;
            background: currentColor;
            border-radius: 1px;
        }
        .header-burger-lines::before { top: -7px; transition: transform 0.2s ease, top 0.2s ease; }
        .header-burger-lines::after { top: 7px; transition: transform 0.2s ease, top 0.2s ease; }
        .header-burger--open .header-burger-lines { background: transparent; }
        .header-burger--open .header-burger-lines::before {
            top: 0;
            transform: rotate(45deg);
        }
        .header-burger--open .header-burger-lines::after {
            top: 0;
            transform: rotate(-45deg);
        }
        .site-header--overlay .header-burger {
            background: rgba(255, 255, 255, 0.2);
            color: #fff;
        }
        .header-mobile-nav-backdrop[hidden] { display: none !important; }
        .header-mobile-nav-backdrop:not([hidden]) {
            display: block;
            position: fixed;
            inset: 0;
            z-index: 198;
            background: rgba(15, 23, 42, 0.45);
            backdrop-filter: blur(2px);
        }
        .header-mobile-nav[hidden] { display: none !important; }
        .header-mobile-nav:not([hidden]) {
            display: flex;
            flex-direction: column;
            position: fixed;
            top: 0;
            right: 0;
            bottom: 0;
            width: min(320px, 90vw);
            z-index: 199;
            background: var(--header-bar-bg);
            border-left: 1px solid rgba(255, 255, 255, 0.1);
            box-shadow: -12px 0 40px rgba(0, 0, 0, 0.25);
            padding: 0;
            overflow: hidden;
        }
        .header-mobile-nav__head {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 12px;
            flex-shrink: 0;
            padding: max(14px, env(safe-area-inset-top, 0px)) 14px 12px;
            border-bottom: 1px solid rgba(255, 255, 255, 0.12);
        }
        .header-mobile-nav__title {
            font-size: 1.05rem;
            font-weight: 800;
            color: #fff;
            letter-spacing: 0.02em;
        }
        .header-mobile-nav__close {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 44px;
            height: 44px;
            margin: -6px -8px -6px 0;
            border: none;
            border-radius: 12px;
            background: rgba(255, 255, 255, 0.12);
            color: #fff;
            cursor: pointer;
            transition: background 0.15s ease;
        }
        .header-mobile-nav__close:hover { background: rgba(255, 255, 255, 0.2); }
        .header-mobile-nav__close:focus-visible { outline: 2px solid rgba(255, 255, 255, 0.6); outline-offset: 2px; }
        .header-mobile-nav__scroll {
            flex: 1 1 auto;
            min-height: 0;
            overflow-y: auto;
            -webkit-overflow-scrolling: touch;
            padding: 12px 14px 8px;
        }
        .header-mobile-nav__links {
            display: flex;
            flex-direction: column;
            gap: 6px;
        }
        .header-mobile-nav__foot {
            flex-shrink: 0;
            border-top: 1px solid rgba(255, 255, 255, 0.12);
            padding: 16px 16px max(18px, env(safe-area-inset-bottom, 0px));
            background: rgba(0, 0, 0, 0.15);
        }
        .header-mobile-nav__brand {
            margin: 0 0 10px;
            font-size: 0.92rem;
            font-weight: 800;
            color: #fff;
            line-height: 1.35;
        }
        .header-mobile-nav__contact {
            display: block;
            font-size: 0.86rem;
            font-weight: 600;
            color: rgba(255, 255, 255, 0.95) !important;
            text-decoration: none !important;
            margin-top: 6px;
            word-break: break-word;
        }
        .header-mobile-nav__contact--mail { font-weight: 500; opacity: 0.92; }
        .header-mobile-nav__contact:hover { text-decoration: underline !important; }
        .header-mobile-nav__iletisim {
            display: inline-block;
            margin-top: 12px;
            font-size: 0.82rem;
            font-weight: 700;
            color: #c9a962 !important;
            text-decoration: none !important;
        }
        .header-mobile-nav__iletisim:hover { text-decoration: underline !important; }
        .header-mobile-nav__links a {
            display: block;
            padding: 14px 16px;
            color: rgba(255, 255, 255, 0.95) !important;
            text-decoration: none !important;
            font-family: 'Plus Jakarta Sans', Roboto, system-ui, sans-serif;
            font-weight: 600;
            font-size: 0.95rem;
            border-radius: 12px;
            transition: background 0.15s ease;
        }
        .header-mobile-nav__links a:hover {
            background: rgba(255, 255, 255, 0.12);
        }
        .header-mobile-nav__quick {
            margin-top: 4px;
            padding: 8px 14px 4px;
            border-top: 1px solid rgba(255, 255, 255, 0.1);
        }
        .header-mobile-nav__quick-link {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            padding: 12px 16px;
            border-radius: 12px;
            font-size: 0.95rem;
            font-weight: 700;
            color: rgba(255, 255, 255, 0.95) !important;
            text-decoration: none !important;
            background: rgba(255, 255, 255, 0.08);
        }
        .header-mobile-nav__quick-link:hover {
            background: rgba(255, 255, 255, 0.14);
        }
        body.site-header-nav-open { overflow: hidden; }
        body.site-search-open { overflow: hidden; }
        .header-search-wrap { position: relative; z-index: 1; }
        .site-search-backdrop[hidden] { display: none !important; }
        .site-search-backdrop:not([hidden]) {
            display: block;
            position: fixed;
            inset: 0;
            z-index: 248;
            background: rgba(15, 23, 42, 0.4);
            backdrop-filter: blur(2px);
        }
        .header-search {
            width: 44px;
            height: 44px;
            border: none;
            background: color-mix(in srgb, var(--primary) 52%, #fff);
            color: #fff;
            cursor: pointer;
            border-radius: 14px;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: filter 0.2s, background 0.2s;
            padding: 0;
            box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
        }
        .header-search:hover {
            background: color-mix(in srgb, var(--primary) 40%, #fff);
            filter: brightness(1.05);
        }
        .header-search svg { display: block; }
        .header-donate-btn {
            display: inline-flex;
            align-items: stretch;
            text-decoration: none;
            border-radius: 14px;
            overflow: hidden;
            box-shadow: 0 6px 22px rgba(12, 24, 18, 0.28);
            font-weight: 800;
            font-size: 0.75rem;
            letter-spacing: 0.1em;
            transition: filter 0.2s, transform 0.15s;
        }
        .header-donate-btn:hover { filter: brightness(1.05); transform: translateY(-1px); }
        .header-donate-ico {
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 0 12px;
            background: color-mix(in srgb, var(--header-donate-bg) 75%, #5c4a28);
            color: #fff;
            font-size: 0.95rem;
        }
        .header-donate-txt {
            display: flex;
            align-items: center;
            padding: 12px 18px 12px 10px;
            background: linear-gradient(180deg, var(--header-donate-bgHi), var(--header-donate-bg));
            color: #fff !important;
        }
        .header-sepet-btn {
            display: inline-flex;
            align-items: center;
            gap: 6px;
            padding: 10px 12px;
            border-radius: 14px;
            background: rgba(255, 255, 255, 0.1);
            border: 1px solid rgba(255, 255, 255, 0.22);
            color: #fff !important;
            text-decoration: none !important;
            font-family: 'Plus Jakarta Sans', Roboto, system-ui, sans-serif;
            font-size: 0.76rem;
            font-weight: 700;
            white-space: nowrap;
            transition: background 0.2s;
            flex-shrink: 0;
        }
        .header-sepet-btn:hover { background: rgba(255, 255, 255, 0.16); }
        .site-search-panel {
            position: absolute;
            right: 0;
            top: calc(100% + 10px);
            width: min(360px, 92vw);
            padding: 14px;
            background: #fff;
            border: 1px solid rgba(15, 23, 42, 0.1);
            border-radius: 14px;
            box-shadow: 0 20px 50px rgba(15, 23, 42, 0.18);
            z-index: 300;
        }
        .site-search-panel[hidden] { display: none !important; }
        .site-search-panel form { display: flex; gap: 10px; align-items: stretch; }
        .site-search-panel input[type="search"] {
            flex: 1;
            min-width: 0;
            border: 1px solid var(--border);
            border-radius: 10px;
            padding: 10px 12px;
            font: inherit;
            font-size: 0.9rem;
        }
        .site-search-panel button[type="submit"] {
            flex-shrink: 0;
            border: none;
            border-radius: 10px;
            padding: 10px 16px;
            background: var(--primary);
            color: #fff;
            font-weight: 600;
            font-size: 0.85rem;
            cursor: pointer;
        }
        .site-search-panel button[type="submit"]:hover { filter: brightness(1.05); }
        @media (max-width: 992px) {
            .site-search-panel {
                position: fixed;
                left: 12px;
                right: 12px;
                top: max(12px, env(safe-area-inset-top, 0px));
                bottom: auto;
                width: auto;
                max-width: none;
                margin: 0;
                z-index: 301;
                box-shadow: 0 16px 48px rgba(15, 23, 42, 0.22);
            }
            .header-promo-strip--bar .header-promo-inner { justify-content: center; text-align: center; }
            .header-promo-contact { justify-content: center; }
            .header-promo-aside { justify-content: center; width: 100%; }
            .header-nav { display: none; }
            .header-main-bar { padding: 10px 14px; gap: 8px; border-radius: 20px; }
            .header-logo-title { font-size: 0.98rem; }
            .header-logo-vbar,
            .header-logo-slogan { display: none; }
            .header-logo img { max-height: 40px; }
            .header-main-bar .header-logo {
                flex: 1 1 0;
                min-width: 0;
                max-width: none;
            }
            .header-main-actions {
                gap: 6px;
                flex-shrink: 0;
                flex-wrap: nowrap;
                position: relative;
            }
            .header-burger { display: inline-flex; }
            .public-member-nav { gap: 4px; }
            /* Üye / burger → alt çubukta. Arama tetikleyicisi gizli; panel backdrop bu sarmalayıcıda kalmalı (display:none paneli de öldürüyordu). */
            #sitePublicHeader .header-main-actions .public-member-nav,
            #sitePublicHeader .header-main-actions .header-burger {
                display: none !important;
            }
            #sitePublicHeader .header-main-actions .header-search-wrap {
                flex: 0 0 0;
                width: 0;
                min-width: 0;
                overflow: visible;
                z-index: 302;
            }
            #sitePublicHeader .header-main-actions .header-search {
                position: absolute;
                left: -9999px;
                top: 0;
                width: 1px;
                height: 1px;
                margin: -1px;
                padding: 0;
                overflow: hidden;
                clip: rect(0, 0, 0, 0);
                border: 0;
                opacity: 0;
            }
            #sitePublicHeader .header-main-actions .site-search-panel,
            #sitePublicHeader .header-main-actions .site-search-backdrop {
                pointer-events: auto;
            }
            /* Mobilde boş sepeti gösterme — yer kazanır; dolunca ikon + rozet */
            .header-sepet-btn.header-sepet-btn--empty {
                display: none !important;
            }
            .header-sepet-btn {
                position: relative;
                width: 40px;
                height: 40px;
                min-width: 40px;
                padding: 0;
                justify-content: center;
                align-items: center;
                gap: 0;
            }
            .header-sepet-ico {
                font-size: 1.1rem;
                line-height: 1;
            }
            .header-sepet-txt {
                position: absolute;
                width: 1px;
                height: 1px;
                padding: 0;
                margin: -1px;
                overflow: hidden;
                clip: rect(0, 0, 0, 0);
                white-space: nowrap;
                border: 0;
            }
            .header-sepet-badge {
                position: absolute;
                top: 1px;
                right: 1px;
                min-width: 16px;
                height: 16px;
                padding: 0 4px;
                box-sizing: border-box;
                border-radius: 999px;
                background: var(--cta-btn);
                color: #fff;
                font-size: 0.62rem;
                font-weight: 800;
                line-height: 16px;
                text-align: center;
                pointer-events: none;
                box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
            }
        }
        @media (min-width: 993px) {
            .public-member-nav {
                flex-shrink: 1;
                min-width: 0;
            }
            .site-search-backdrop { display: none !important; }
            body.site-search-open { overflow: visible; }
            .site-search-panel {
                position: absolute;
                left: auto;
                right: 0;
                top: calc(100% + 10px);
                bottom: auto;
                width: min(360px, 92vw);
            }
            .header-main-bar {
                max-width: min(1760px, calc(100vw - 32px));
            }
            .header-logo {
                flex: 0 1 auto;
                max-width: min(400px, 32vw);
            }
            .header-nav {
                flex: 1 1 auto;
                min-width: 0;
                flex-wrap: nowrap;
                justify-content: center;
                gap: 4px 2px;
            }
            .header-nav > a,
            .header-nav .nav-dd-toggle {
                flex: 0 0 auto;
                padding: 10px 11px 12px;
                font-size: 0.875rem;
            }
            .header-burger { display: none !important; }
            .header-mobile-nav,
            .header-mobile-nav-backdrop { display: none !important; }
            body.site-header-nav-open { overflow: visible; }
            /* Masaüstü: sepet metinli, rozet gizli */
            .header-sepet-btn.header-sepet-btn--empty {
                display: inline-flex !important;
            }
            .header-sepet-btn {
                width: auto;
                height: auto;
                min-width: 0;
                padding: 10px 12px;
                gap: 6px;
                justify-content: flex-start;
            }
            .header-sepet-txt {
                position: static;
                width: auto;
                height: auto;
                margin: 0;
                padding: 0;
                overflow: visible;
                clip: auto;
                clip-path: none;
                white-space: nowrap;
                border: 0;
            }
            .header-sepet-badge {
                display: none !important;
            }
        }

        @media (max-width: 640px) {
            .header-promo-strip--bar { padding: 8px 12px; }
            .header-donate-txt { padding: 10px 14px; font-size: 0.62rem; letter-spacing: 0.06em; }
            .header-donate-ico { display: none; }
            .header-search { width: 40px; height: 40px; }
            .header-main-bar {
                border-radius: 18px;
                padding-left: 12px;
                padding-right: 12px;
                gap: 6px;
            }
        }

        /* Mobil sabit alt kısayollar (≤992px) */
        .site-bottom-public-nav {
            display: none;
            box-sizing: border-box;
        }
        @media (max-width: 992px) {
            body:has(#siteBottomPublicNav) {
                padding-bottom: calc(56px + env(safe-area-inset-bottom, 0px));
            }
            body:has(#siteBottomPublicNav) .stky-cd {
                bottom: max(72px, calc(56px + env(safe-area-inset-bottom, 0px) + 10px));
            }
            .site-bottom-public-nav {
                display: flex;
                align-items: stretch;
                justify-content: space-around;
                gap: 2px;
                position: fixed;
                left: 0;
                right: 0;
                bottom: 0;
                z-index: 96;
                padding: 6px 4px max(6px, env(safe-area-inset-bottom, 0px));
                background: color-mix(in srgb, var(--primary) 88%, #0a1210);
                border-top: 1px solid rgba(255, 255, 255, 0.12);
                box-shadow: 0 -8px 28px rgba(12, 28, 20, 0.35);
            }
            .site-bottom-public-nav__item {
                flex: 1 1 0;
                min-width: 0;
                max-width: 88px;
                display: flex;
                flex-direction: column;
                align-items: center;
                justify-content: center;
                gap: 3px;
                padding: 4px 2px;
                border: none;
                border-radius: 12px;
                background: transparent;
                color: rgba(255, 255, 255, 0.92) !important;
                text-decoration: none !important;
                font-family: 'Plus Jakarta Sans', Roboto, system-ui, sans-serif;
                -webkit-tap-highlight-color: transparent;
                cursor: pointer;
                transition: background 0.15s ease, color 0.15s ease;
            }
            .site-bottom-public-nav__item:hover,
            .site-bottom-public-nav__item:focus-visible {
                background: rgba(255, 255, 255, 0.1);
                color: #fff !important;
                outline: none;
            }
            .site-bottom-public-nav__item.is-active {
                background: rgba(255, 255, 255, 0.18);
                color: #fff !important;
            }
            .site-bottom-public-nav__ico {
                display: flex;
                align-items: center;
                justify-content: center;
                width: 26px;
                height: 26px;
                flex-shrink: 0;
            }
            .site-bottom-public-nav__ico svg {
                display: block;
            }
            .site-bottom-public-nav__lbl {
                font-size: 0.62rem;
                font-weight: 700;
                letter-spacing: 0.02em;
                line-height: 1.15;
                text-align: center;
                max-width: 100%;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
            }
        }
        @media (min-width: 993px) {
            .site-bottom-public-nav {
                display: none !important;
            }
        }
        @media print {
            .site-bottom-public-nav {
                display: none !important;
            }
        }

        /* İçerik / bağış üst hero — gradient (site renkleri) */
        .site-kamu-hero {
            background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
            color: #fff;
            text-align: center;
            padding: 52px var(--site-pad-x);
            position: relative;
        }
        .site-kamu-hero--pattern::before {
            content: '';
            position: absolute;
            inset: 0;
            background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.08'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
            opacity: 0.5;
            pointer-events: none;
        }
        .site-kamu-hero h1 {
            font-size: 2rem;
            font-weight: 800;
            margin-bottom: 12px;
            letter-spacing: -0.02em;
            position: relative;
        }
        .site-kamu-hero p {
            opacity: 0.92;
            font-size: 1.05rem;
            max-width: 520px;
            margin: 0 auto;
            position: relative;
        }
        .site-kamu-hero--pattern h1 { margin-bottom: 8px; }
        .site-kamu-hero--pattern p { opacity: 0.95; }
        .sepet-steps {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 12px;
            margin-top: 24px;
            position: relative;
        }
        .sepet-step {
            display: flex;
            align-items: center;
            gap: 8px;
            padding: 8px 16px;
            background: rgba(255, 255, 255, 0.2);
            border-radius: 999px;
            font-size: 0.9rem;
            font-weight: 600;
        }
        .sepet-step.active { background: rgba(255, 255, 255, 0.35); }
        .sepet-step-num {
            width: 24px;
            height: 24px;
            border-radius: 50%;
            background: rgba(255, 255, 255, 0.4);
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 0.8rem;
        }
        .sepet-step.active .sepet-step-num { background: #fff; color: var(--primary); }

        .site-header--overlay {
            position: relative;
            z-index: 20;
            background: transparent !important;
            border-bottom: none;
            box-shadow: none;
            padding-top: max(8px, env(safe-area-inset-top, 0px));
            padding-bottom: 14px;
            padding-left: max(var(--site-pad-x), env(safe-area-inset-left, 0px));
            padding-right: max(var(--site-pad-x), env(safe-area-inset-right, 0px));
        }
        .site-header--overlay .header-main-bar {
            background: rgba(15, 30, 22, 0.48);
            backdrop-filter: blur(12px);
            -webkit-backdrop-filter: blur(12px);
            border-radius: 22px;
            margin: 0 auto;
            max-width: var(--site-content-max);
            width: 100%;
            border: 1px solid rgba(255, 255, 255, 0.14);
            box-shadow:
                0 12px 40px rgba(0, 0, 0, 0.2),
                0 1px 0 rgba(255, 255, 255, 0.08) inset;
        }
        .site-header--overlay .header-nav > a,
        .site-header--overlay .header-nav .nav-dd-toggle {
            color: rgba(255, 255, 255, 0.96);
        }
        .site-header--overlay .header-nav > a:hover,
        .site-header--overlay .header-nav .nav-dd-toggle:hover {
            background: rgba(255, 255, 255, 0.14);
            color: #fff;
            text-shadow: 0 0 28px var(--header-nav-accent-glow);
        }
        .site-header--overlay .header-logo-placeholder {
            background: rgba(255, 255, 255, 0.2);
            color: #fff;
        }
        .site-header--overlay .header-search {
            background: rgba(255, 255, 255, 0.18);
            color: #fff;
        }
        .site-header--overlay .header-search:hover {
            background: rgba(255, 255, 255, 0.26);
        }
        .site-header--overlay .site-search-panel {
            background: rgba(255, 255, 255, 0.98);
        }
        .site-header--overlay .header-donate-btn {
            box-shadow: 0 8px 28px rgba(0, 0, 0, 0.25);
        }

    /* Footer: site_footer.php */

    /* İç sayfa — layout token’ları ile header/footer hizası */
    .inner-main-wrap { max-width:var(--site-content-max); margin:0 auto; padding:28px var(--site-pad-x) 72px; }
    .inner-grid {
        display:grid;
        grid-template-columns:minmax(0, 1fr) minmax(252px, 292px);
        gap:28px 32px;
        align-items:stretch;
    }
    @media (max-width: 992px) {
        .inner-grid { grid-template-columns:1fr; }
    }
    .breadcrumb-nav { margin-bottom:22px; }
    .breadcrumb-ol {
        display:flex; flex-wrap:wrap; align-items:center; gap:0;
        list-style:none; font-size:0.875rem; color:var(--text-muted);
    }
    .breadcrumb-li { display:inline-flex; align-items:center; }
    .breadcrumb-li + .breadcrumb-li::before {
        content:'›';
        margin:0 10px;
        color:var(--text-muted);
        opacity:0.55;
        font-weight:500;
    }
    .breadcrumb-nav a { color:var(--primary); text-decoration:none; font-weight:500; }
    .breadcrumb-nav a:hover { text-decoration:underline; }
    .breadcrumb-nav [aria-current="page"] { color:var(--text); font-weight:600; max-width:100%; }
    .inner-article {
        background:var(--bg);
        border-radius:16px;
        padding:28px 32px 40px;
        box-shadow:0 4px 24px rgba(15,23,42,0.06);
        border:1px solid rgba(15,23,42,0.06);
        min-width:0;
    }
    .inner-article .haber-meta { font-size:0.9rem; color:var(--text-muted); margin-bottom:12px; }
    .inner-article h1 { font-size:clamp(1.65rem, 3vw, 2.15rem); line-height:1.25; margin-bottom:18px; color:var(--text); }
    .inner-article .haber-lead { font-size:1.05rem; line-height:1.58; color:var(--text-muted); margin-bottom:22px; }
    .inner-article .haber-featured {
        width:100%; max-height:420px; object-fit:cover; border-radius:14px; margin-bottom:26px;
    }
    .inner-article .inner-body { font-size:1rem; line-height:1.65; color:var(--text); }
    .inner-article .inner-body p { margin-bottom:14px; }
    .inner-article .inner-body h2 { font-size:1.35rem; line-height:1.3; margin:24px 0 12px; }
    .inner-article .inner-body h3 { font-size:1.15rem; line-height:1.35; margin:20px 0 10px; }
    .inner-article .inner-body h4 { font-size:1.05rem; line-height:1.4; margin:16px 0 8px; }
    .inner-article .inner-body a { color: var(--primary); text-decoration: underline; text-underline-offset: 2px; }
    .inner-article .inner-body a:hover { text-decoration-thickness: 2px; }

    /* İçerik tabloları — modern, okunaklı, mobilde taşmasın */
    .inner-article .inner-body table {
        width: 100%;
        border-collapse: separate;
        border-spacing: 0;
        background: #fff;
        border: 1px solid rgba(15,23,42,0.08);
        border-radius: 14px;
        overflow: hidden;
        box-shadow: 0 10px 30px rgba(15,23,42,0.06);
        margin: 18px 0 22px;
    }
    .inner-article .inner-body thead th {
        background: color-mix(in srgb, var(--primary) 10%, #fff);
        color: var(--text);
        font-weight: 800;
        font-size: 0.9rem;
        text-align: left;
        padding: 14px 14px;
        border-bottom: 1px solid rgba(15,23,42,0.08);
        vertical-align: top;
    }
    .inner-article .inner-body tbody td {
        padding: 12px 14px;
        border-bottom: 1px solid rgba(15,23,42,0.06);
        vertical-align: top;
        font-size: 0.95rem;
        line-height: 1.58;
        color: color-mix(in srgb, var(--text) 92%, #000);
    }
    .inner-article .inner-body tbody tr:nth-child(even) td {
        background: color-mix(in srgb, var(--primary) 3.5%, #fff);
    }
    .inner-article .inner-body tbody tr:last-child td { border-bottom: none; }
    @media (max-width: 640px) {
        .inner-article .inner-body table {
            display: block;
            overflow-x: auto;
            -webkit-overflow-scrolling: touch;
        }
        .inner-article .inner-body thead th,
        .inner-article .inner-body tbody td {
            white-space: nowrap;
        }
    }

    /* Liste hizası — solda yapışmasın, daha modern görünsün */
    .inner-article .inner-body ul,
    .inner-article .inner-body ol {
        padding-left: 1.25rem;
        margin: 12px 0 16px;
    }
    .inner-article .inner-body li { margin: 5px 0; line-height: 1.6; }
    .inner-article .inner-body ul li::marker { color: var(--primary); }
    .inner-article .inner-body ol li::marker { color: var(--primary); font-weight: 800; }

    /* Çok sık görülen "satır satır liste" (br ile ayrılmış) metinler için nefes */
    .inner-article .inner-body p { hyphens: auto; }
    .inner-article .inner-body p > br + * { display: inline; }
    .inner-article .haber-faq {
        margin-top:32px; padding-top:28px;
        border-top:1px solid var(--border);
    }
    .inner-article .haber-faq > h2 {
        font-size:1.25rem; margin:0 0 18px; color:var(--text);
    }
    .inner-article .haber-faq-list { display:flex; flex-direction:column; gap:10px; }
    .inner-article .haber-faq-item {
        border:1px solid rgba(15,23,42,0.08);
        border-radius:12px;
        background: color-mix(in srgb, var(--primary) 4%, var(--bg));
        overflow:hidden;
    }
    .inner-article .haber-faq-item summary {
        cursor:pointer; font-weight:700; font-size:0.98rem;
        padding:14px 16px; list-style:none; color:var(--text);
        display:flex; align-items:center; justify-content:space-between; gap:12px;
    }
    .inner-article .haber-faq-item summary::-webkit-details-marker { display:none; }
    .inner-article .haber-faq-item summary::after {
        content:'+'; font-weight:800; color:var(--primary); flex-shrink:0;
    }
    .inner-article .haber-faq-item[open] summary::after { content:'−'; }
    .inner-article .haber-faq-a {
        padding:0 16px 16px; font-size:0.95rem; line-height:1.58;
        color:var(--text-muted); border-top:1px solid rgba(15,23,42,0.06);
        padding-top:12px; margin:0 16px 14px;
    }
    .inner-sidebar {
        display:flex;
        flex-direction:column;
        gap:20px;
        min-width:0;
        align-self:stretch;
        min-height:100%;
        height:100%;
        box-sizing:border-box;
    }
    /* Kartlar üst üste, tutarlı aralık; margin-top:auto uzun SSS vb. sayfalarda dev boşluk oluşturuyordu */
    .sidebar-card {
        background:var(--bg);
        border-radius:16px;
        padding:22px 20px;
        box-shadow:0 4px 20px rgba(15,23,42,0.06);
        border:1px solid rgba(15,23,42,0.06);
    }
    .sidebar-card h3 {
        font-size:0.95rem; font-weight:800; color:var(--primary);
        margin-bottom:14px; padding-bottom:12px;
        border-bottom:2px solid color-mix(in srgb, var(--primary) 35%, transparent);
        text-transform:uppercase; letter-spacing:0.04em;
    }
    .sidebar-kampanya-item {
        display:block; padding:14px 0;
        border-bottom:1px solid var(--border);
        text-decoration:none; color:inherit;
        transition: opacity 0.15s;
    }
    .sidebar-kampanya-item:last-child { border-bottom:none; padding-bottom:0; }
    .sidebar-kampanya-item:hover { opacity:0.88; }
    .sidebar-kampanya-item .sk-title { font-weight:700; font-size:0.95rem; color:var(--text); margin-bottom:4px; }
    .sidebar-kampanya-item .sk-hint { font-size:0.8rem; color:var(--text-muted); }
    .sidebar-cta {
        background: linear-gradient(145deg, color-mix(in srgb, var(--primary) 88%, #0f172a), var(--primary));
        color:#fff!important; text-align:center;
        padding:20px 22px; border-radius:16px;
        text-decoration:none;
        display:flex; flex-direction:column; align-items:center; justify-content:center;
        flex-grow:0; flex-shrink:0;
        box-shadow:0 8px 28px color-mix(in srgb, var(--primary) 35%, transparent);
        transition: filter 0.2s, transform 0.2s;
        gap:8px;
    }
    .sidebar-cta:hover { filter:brightness(1.05); transform:translateY(-1px); }
    .sidebar-cta--accent {
        background: linear-gradient(180deg, color-mix(in srgb, var(--cta-btn) 92%, #fff), var(--cta-btn));
        box-shadow:0 8px 28px color-mix(in srgb, var(--cta-btn) 38%, transparent);
    }
    .sidebar-cta-title {
        font-weight:800;
        font-size:clamp(1.08rem, 0.35vw + 1rem, 1.28rem);
        line-height:1.3;
        letter-spacing:0.01em;
    }
    .sidebar-cta-sub {
        display:block;
        font-size:clamp(0.94rem, 0.25vw + 0.88rem, 1.04rem);
        font-weight:600;
        line-height:1.5;
        opacity:0.96;
        max-width:22em;
    }
    .sidebar-proje-item {
        display:flex; align-items:flex-start; gap:10px;
        padding:10px 0; border-bottom:1px solid var(--border);
        text-decoration:none; color:var(--text);
        font-size:0.9rem; font-weight:600;
    }
    .sidebar-proje-item:last-child { border-bottom:none; }
    .sidebar-proje-item:hover { color:var(--primary); }
    .social-icons--sidebar { display:flex; flex-wrap:wrap; gap:10px; }
    .social-icons--sidebar .social-icon-link--theme { width:40px; height:40px; border-radius:10px; display:inline-flex; align-items:center; justify-content:center; text-decoration:none !important; }

    .sidebar-quick { border-radius:14px; overflow:hidden; box-shadow:0 4px 20px rgba(15,23,42,0.06); border:1px solid rgba(15,23,42,0.06); background:#fff; }
    .sidebar-quick-head {
        background: linear-gradient(180deg, color-mix(in srgb, var(--primary) 88%, #0f172a), color-mix(in srgb, var(--primary) 72%, #1e293b));
        color:#fff; text-align:center; font-size:0.8rem; font-weight:800; letter-spacing:0.06em;
        padding:14px 16px; text-transform:uppercase;
    }
    .sidebar-quick-nav { padding:0; }
    .sidebar-quick-link {
        display:block; padding:14px 18px; font-size:0.95rem; font-weight:500; color:#4b5563;
        text-decoration:none; border-bottom:1px solid var(--border); transition:background .15s, color .15s;
    }
    .sidebar-quick-link:last-child { border-bottom:none; }
    .sidebar-quick-link:hover { background:color-mix(in srgb, var(--primary) 6%, #fff); color:var(--primary); }

    .sidebar-card--social h3 { text-align:center; border-bottom:none; padding-bottom:0; margin-bottom:16px; }
    .sidebar-card--social .social-icons--sidebar { justify-content:center; gap:12px; }
    .sidebar-card--social .social-icon-link--theme {
        width:44px; height:44px; border-radius:50%;
        background: linear-gradient(180deg, color-mix(in srgb, var(--primary) 88%, #fff), color-mix(in srgb, var(--primary) 52%, #1e3a2f)) !important;
        border: 1px solid color-mix(in srgb, var(--primary) 35%, transparent) !important;
        color: #fff !important;
        box-shadow:0 2px 10px color-mix(in srgb, var(--primary) 28%, transparent);
    }
    .sidebar-card--social .social-icon-link--theme:hover { filter:brightness(1.06); transform:scale(1.04); }

    .sidebar-about-card {
        border-radius:16px; overflow:hidden; padding:22px 20px 22px;
        background: linear-gradient(160deg, color-mix(in srgb, var(--primary) 72%, #5a6b2d) 0%, color-mix(in srgb, var(--primary) 48%, #8a9560) 100%);
        color:#fff; box-shadow:0 8px 28px color-mix(in srgb, var(--primary) 28%, transparent);
        display:flex; flex-direction:column; align-items:center; text-align:center;
        flex-grow:0; flex-shrink:0;
    }
    .sidebar-about-kicker {
        font-size:0.7rem; font-weight:800; letter-spacing:0.16em; text-transform:uppercase;
        opacity:0.94; margin:0 0 12px; width:100%;
    }
    .sidebar-about-logo-wrap { margin:0 0 12px; display:flex; align-items:center; justify-content:center; width:100%; }
    .sidebar-about-logo { max-width:100%; max-height:64px; width:auto; height:auto; object-fit:contain; filter:brightness(1.06); }
    .sidebar-about-title {
        font-size:clamp(1.05rem, 0.3vw + 0.98rem, 1.2rem);
        font-weight:800; line-height:1.35; margin:0 0 12px; color:#fff; width:100%;
    }
    .sidebar-about-text {
        font-size:clamp(0.88rem, 0.2vw + 0.84rem, 0.96rem);
        line-height:1.65; opacity:0.96; margin:0 0 16px; width:100%;
        text-align:left;
    }
    .sidebar-about-btn {
        display:inline-flex; align-items:center; justify-content:center; width:100%;
        padding:12px 18px; border-radius:12px; border:2px solid rgba(255,255,255,0.92);
        color:#fff!important; font-weight:700; font-size:0.95rem; text-decoration:none;
        transition:background .2s, color .2s;
    }
    .sidebar-about-btn:hover { background:rgba(255,255,255,0.95); color:var(--primary)!important; }

    .proje-hero .breadcrumb-nav .breadcrumb-ol { color: rgba(255,255,255,0.88); }
    .proje-hero .breadcrumb-nav a { color: #fff; }
    .proje-hero .breadcrumb-nav [aria-current="page"] { color: #fff; font-weight: 700; }
    .proje-hero .breadcrumb-nav .breadcrumb-li + .breadcrumb-li::before { color: rgba(255,255,255,0.55); }

