/* Site overrides — logo boyutu genel ayarlardan */

:root {
    --site-header-logo-size: 42px;
    --site-footer-logo-size: 48px;
}

/* Hero: özel (röntgen) imleç kapalı, sistem imleci açık */
body:has(.hero-silver:hover) .cb-cursor {
    opacity: 0 !important;
    visibility: hidden !important;
}

.hero-silver,
.hero-silver * {
    cursor: auto !important;
}

.hero-silver a,
.hero-silver button {
    cursor: pointer !important;
}

/* News spotlight — tema post-item + yan liste */
.news-spotlight {
    padding-top: 100px;
}

.news-spotlight__featured {
    min-height: 520px;
    height: 100%;
    margin-bottom: 0;
}

.news-spotlight__featured .post-item-body,
.news-spotlight__featured:hover .post-item-body {
    transform: translateY(0);
}

.news-spotlight__featured .post-item-btn {
    opacity: 1;
    visibility: visible;
}

.news-spotlight__featured.is-switching .post-featured-image img {
    animation: newsSpotlightFade 0.55s ease;
}

.news-spotlight__excerpt {
    color: var(--white-color);
    opacity: 0.85;
    margin: 12px 0 0;
    max-width: 92%;
    font-size: 15px;
    line-height: 1.6;
}

.news-spotlight__list {
    display: flex;
    flex-direction: column;
    gap: 16px;
    height: 100%;
}

.news-spotlight__side {
    display: flex;
    align-items: center;
    gap: 16px;
    flex: 1;
    width: 100%;
    text-align: left;
    border: 1.5px solid rgba(213, 63, 52, 0.28);
    border-radius: 20px;
    padding: 14px;
    cursor: pointer;
    background: var(--white-color, #fff);
    box-shadow: none;
    transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.news-spotlight__side:hover {
    border-color: var(--accent-color, #D53F34);
    box-shadow: 0 10px 24px rgba(213, 63, 52, 0.16);
    transform: translateY(-1px);
}

.news-spotlight__side.is-active {
    border-color: var(--accent-color, #D53F34);
    box-shadow:
        0 12px 28px rgba(213, 63, 52, 0.18),
        inset 3px 0 0 var(--accent-color, #D53F34);
    transform: translateX(-2px);
}

.news-spotlight__side.is-active:hover {
    box-shadow:
        0 14px 32px rgba(213, 63, 52, 0.22),
        inset 3px 0 0 var(--accent-color, #D53F34);
}

.news-spotlight__side-image {
    flex: 0 0 96px;
    width: 96px;
    height: 96px;
    border-radius: 14px;
    overflow: hidden;
}

.news-spotlight__side-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.45s ease;
}

.news-spotlight__side:hover .news-spotlight__side-image img {
    transform: scale(1.06);
}

.news-spotlight__side-body {
    display: flex;
    flex-direction: column;
    gap: 8px;
    min-width: 0;
}

.news-spotlight__side-date {
    font-size: 13px;
    font-weight: 500;
    color: var(--primary-color);
    line-height: 1;
}

.news-spotlight__side-title {
    font-size: 17px;
    font-weight: 600;
    line-height: 1.35;
    color: var(--primary-color);
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

@keyframes newsSpotlightFade {
    from { opacity: 0.35; transform: scale(1.03); }
    to { opacity: 1; transform: scale(1); }
}

@media (max-width: 1199px) {
    .news-spotlight__featured {
        min-height: 440px;
        height: auto;
        margin-bottom: 28px;
    }
}

@media (max-width: 991px) {
    .news-spotlight__grid > [class*="col-"] {
        width: 100%;
        max-width: 100%;
    }

    .news-spotlight__featured {
        margin-bottom: 32px;
    }

    .news-spotlight__list {
        height: auto;
        margin-top: 0;
    }
}

@media (max-width: 767px) {
    .news-spotlight {
        padding-top: 70px;
    }

    .news-spotlight__featured {
        min-height: 380px;
        padding: 28px;
        margin-bottom: 36px;
    }

    .news-spotlight__list {
        gap: 14px;
    }

    .news-spotlight__side-image {
        flex-basis: 78px;
        width: 78px;
        height: 78px;
    }

    .news-spotlight__side-title {
        font-size: 15px;
        -webkit-line-clamp: 2;
    }
}

/* Haber listesi / detay */
.news-category-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.news-category-chip {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    border-radius: 999px;
    border: 1px solid var(--divider-color, rgba(33, 41, 59, 0.12));
    background: var(--white-color, #fff);
    color: var(--primary-color);
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.25s ease;
}

.news-category-chip span {
    display: inline-flex;
    min-width: 22px;
    height: 22px;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: var(--bg-color, #f6f6f6);
    font-size: 12px;
}

.news-category-chip:hover,
.news-category-chip.is-active {
    background: var(--accent-color);
    border-color: var(--accent-color);
    color: #fff;
}

.news-category-chip:hover span,
.news-category-chip.is-active span {
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
}

.news-pagination {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    padding-bottom: 40px;
}

.news-pagination .pagination {
    gap: 6px;
    margin: 0;
}

.news-pagination .page-link {
    border-radius: 10px;
    border: 1px solid var(--divider-color, rgba(33, 41, 59, 0.12));
    color: var(--primary-color);
    padding: 0.55rem 0.9rem;
}

.news-pagination .page-item.active .page-link {
    background: var(--accent-color);
    border-color: var(--accent-color);
}

.news-detail-breadcrumb .breadcrumb-item,
.news-detail-breadcrumb .breadcrumb-item a {
    color: var(--primary-color);
    font-size: 14px;
}

/* Breadcrumb: URL gösterme, sabit ayırıcı */
.site-breadcrumb {
    --bs-breadcrumb-divider: "/";
}

.site-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    content: var(--bs-breadcrumb-divider) !important;
    float: none;
    padding: 0 0.5rem;
}

.page-header-box .site-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    color: var(--white-color);
}

.news-meta-list {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 20px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.news-meta-list li {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 16px;
    color: var(--white-color);
}

.news-meta-list li a {
    color: inherit;
    text-decoration: none;
}

.news-meta-list li a:hover {
    text-decoration: underline;
}

/* Page header zemin: görsel tam görünsün, üstten kesilmesin */
.page-header.page-header--image,
.page-header.page-header--color {
    background-image: none !important;
    background-position: center center !important;
    overflow: hidden;
}

.page-header__media {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
}

.page-header__img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.page-header.page-header--image .container,
.page-header.page-header--color .container {
    position: relative;
    z-index: 2;
}

.page-header.page-header--image:before,
.page-header.page-header--color:before {
    z-index: 1;
}

.news-detail-excerpt {
    font-size: 1.15rem;
    line-height: 1.7;
}

/* Haber detay: metin ve kategori, foto ile aynı sol hizada */
.page-single-post .post-content {
    max-width: none;
    margin: 0;
}

.news-detail-body {
    font-size: 1.05rem;
    line-height: 1.8;
    color: var(--primary-color);
}

.news-detail-body img {
    max-width: 100%;
    height: auto;
    border-radius: 14px;
    margin: 1rem 0;
}

.news-detail-body p {
    margin-bottom: 1rem;
}

.news-detail-body h2,
.news-detail-body h3 {
    margin: 1.5rem 0 0.75rem;
}

/* Yasama faaliyetleri */
.page-yasama {
    padding: 80px 0 100px;
}

.yasama-branch-lead {
    font-size: 1.05rem;
    color: var(--text-color);
    margin-bottom: 2rem;
}

/* Ana sayfa yasama sayaçları */
.yasama-facts.our-key-fact-silver::before,
.yasama-facts.our-key-fact-silver::after {
    content: none !important;
    display: none !important;
    background: none !important;
}

a.yasama-fact-card {
    color: inherit;
    text-decoration: none;
}

/* Uzun başlıkta ikon alta kaymasın — sağ üstte sabit */
.yasama-fact-card .fact-item-counter-box-silver {
    flex-wrap: nowrap;
    align-items: flex-start;
    gap: 12px;
}

.yasama-fact-card .fact-item-counter-content-silver {
    flex: 1 1 auto;
    min-width: 0;
}

.yasama-fact-card .fact-item-counter-content-silver p {
    margin-top: 8px;
    line-height: 1.35;
}

.yasama-fact-card .fact-item-counter-box-silver .icon-box {
    flex: 0 0 50px;
    margin-top: 0;
}

.yasama-fact-card .icon-box i {
    position: relative;
    z-index: 1;
    color: var(--white-color);
    font-size: 1.15rem;
}

.yasama-fact-card__body {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-top: auto;
}

.yasama-fact-card__visual {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 72px;
    height: 72px;
    border-radius: 18px;
    background: linear-gradient(145deg, rgba(33, 41, 59, 0.08), rgba(33, 41, 59, 0.02));
    color: var(--accent-color);
    font-size: 1.75rem;
}

.yasama-fact-card__cta {
    font-size: 0.95rem;
    font-weight: 700;
    color: var(--accent-color);
}

.yasama-fact-card:hover .yasama-fact-card__cta {
    text-decoration: underline;
}

.yasama-search-wrap {
    max-width: 720px;
}

.yasama-search {
    position: relative;
}

.yasama-search__bar {
    display: flex;
    gap: 0.65rem;
    align-items: stretch;
}

.yasama-search__input {
    flex: 1;
    min-width: 0;
    height: 52px;
    padding: 0 1.1rem;
    border: 1px solid var(--divider-color);
    border-radius: 14px;
    background: #fff;
    color: var(--primary-color);
    font-size: 1rem;
    outline: none;
    transition: border-color 0.2s ease;
}

.yasama-search__input:focus {
    border-color: var(--accent-color);
}

.yasama-search__btn {
    flex-shrink: 0;
    min-width: 96px;
    height: 52px;
    padding: 0 1.25rem;
    border: 0;
    border-radius: 14px;
    background: var(--accent-color);
    color: var(--white-color);
    font-size: 0.95rem;
    font-weight: 700;
    cursor: pointer;
    transition: opacity 0.2s ease;
}

.yasama-search__btn:hover {
    opacity: 0.92;
}

.yasama-search__meta {
    margin: 0.85rem 0 0;
    color: var(--text-color);
    font-size: 0.95rem;
}

.yasama-search__suggest {
    position: absolute;
    top: calc(100% + 0.4rem);
    left: 0;
    right: 0;
    z-index: 20;
    max-height: 360px;
    overflow: auto;
    border: 1px solid var(--divider-color);
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 14px 30px rgba(33, 41, 59, 0.12);
}

.yasama-search__suggest-item {
    display: block;
    padding: 0.85rem 1rem;
    border-bottom: 1px solid var(--divider-color);
    color: inherit;
    text-decoration: none;
}

.yasama-search__suggest-item:last-child {
    border-bottom: 0;
}

.yasama-search__suggest-item:hover,
.yasama-search__suggest-item.is-active {
    background: #f5f7fa;
}

.yasama-search__suggest-title {
    display: block;
    font-size: 0.95rem;
    font-weight: 600;
    line-height: 1.35;
    color: var(--primary-color);
}

.yasama-search__suggest-meta {
    display: block;
    margin-top: 0.25rem;
    font-size: 0.8rem;
    color: var(--text-color);
}

@media (max-width: 575px) {
    .yasama-search__bar {
        flex-direction: column;
    }

    .yasama-search__btn {
        width: 100%;
    }
}

.yasama-hub-grid {
    row-gap: 1.5rem;
}

/* Tema page-pagination (frontend_html/blog) */
.page-pagination ul.pagination {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    list-style: none;
    gap: 0;
    --bs-pagination-padding-x: 0;
    --bs-pagination-padding-y: 0;
    --bs-pagination-border-width: 0;
}

.page-pagination ul li.disabled span {
    opacity: 0.45;
    cursor: default;
}

.page-pagination ul li.active a,
.page-pagination ul li.active span {
    background: var(--accent-color);
    color: var(--white-color);
}

.yasama-hub-card {
    display: flex;
    flex-direction: column;
    min-height: 210px;
    height: 100%;
    padding: 1.6rem 1.5rem 1.35rem;
    border: 1px solid var(--divider-color);
    border-radius: 18px;
    background: linear-gradient(160deg, #f8f9fb 0%, #ffffff 55%);
    color: var(--primary-color);
    text-decoration: none;
    transition: border-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

.yasama-hub-card:hover {
    border-color: var(--accent-color);
    color: var(--primary-color);
    transform: translateY(-3px);
    box-shadow: 0 12px 28px rgba(33, 41, 59, 0.08);
}

.yasama-hub-card__count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    align-self: flex-start;
    min-width: 2.4rem;
    height: 2.4rem;
    padding: 0 0.7rem;
    margin-bottom: 1rem;
    border-radius: 999px;
    background: var(--accent-color);
    color: var(--white-color);
    font-size: 0.95rem;
    font-weight: 700;
    line-height: 1;
}

.yasama-hub-card__title {
    flex: 1;
    font-size: 1.08rem;
    font-weight: 600;
    line-height: 1.4;
    margin: 0 0 1.25rem;
}

.yasama-hub-card__cta {
    font-size: 0.92rem;
    font-weight: 600;
    color: var(--accent-color);
}

.yasama-hub-card:hover .yasama-hub-card__cta {
    text-decoration: underline;
}

.yasama-item-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 180px;
    height: 100%;
    padding: 1.5rem;
    padding-top: 2.35rem;
    border: 1px solid var(--divider-color);
    border-radius: 18px;
    background: linear-gradient(160deg, #f8f9fb 0%, #ffffff 55%);
    transition: border-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

a.yasama-item-card--link {
    color: inherit;
    text-decoration: none;
}

.yasama-item-card:hover {
    border-color: var(--accent-color);
    transform: translateY(-3px);
    box-shadow: 0 12px 28px rgba(33, 41, 59, 0.08);
}

.yasama-item-card__role {
    position: absolute;
    top: 0.85rem;
    right: 0.85rem;
    z-index: 1;
    max-width: calc(100% - 1.7rem);
    padding: 0.28rem 0.65rem;
    border-radius: 999px;
    background: rgba(33, 41, 59, 0.08);
    color: var(--primary-color);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    line-height: 1.2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.yasama-item-card__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem 0.75rem;
    margin-bottom: 0.85rem;
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--accent-color);
}

.yasama-item-card__title {
    font-size: 1.08rem;
    font-weight: 600;
    line-height: 1.4;
    margin: 0 0 0.75rem;
}

.yasama-item-card__title a {
    color: var(--primary-color);
    text-decoration: none;
}

.yasama-item-card__title a:hover {
    color: var(--accent-color);
}

.yasama-item-card__excerpt {
    flex: 1;
    margin: 0 0 1.1rem;
    font-size: 0.95rem;
    line-height: 1.55;
    color: var(--text-color);
}

.yasama-item-card__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: auto;
}

.yasama-item-card__cta {
    font-size: 0.92rem;
    font-weight: 600;
    color: var(--accent-color);
    text-decoration: none;
}

.yasama-item-card__cta:hover {
    text-decoration: underline;
}

.yasama-empty {
    padding: 2.5rem 0;
    color: var(--text-color);
}

.yasama-detail-card {
    position: relative;
    padding: 2rem;
    padding-top: 2.75rem;
    margin-bottom: 1.5rem;
    border: 1px solid var(--divider-color);
    border-radius: 18px;
    background: linear-gradient(160deg, #f8f9fb 0%, #ffffff 55%);
}

.yasama-detail-card--pdf {
    padding-top: 2rem;
}

.yasama-detail-card__role {
    position: absolute;
    top: 1rem;
    right: 1rem;
    padding: 0.35rem 0.8rem;
    border-radius: 999px;
    background: rgba(33, 41, 59, 0.08);
    color: var(--primary-color);
    font-size: 0.78rem;
    font-weight: 700;
}

.yasama-detail-card__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem 0.85rem;
    margin-bottom: 1rem;
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--accent-color);
}

.yasama-detail-card__title {
    font-size: clamp(1.45rem, 2.2vw, 1.9rem);
    line-height: 1.3;
    margin: 0 0 1rem;
    color: var(--primary-color);
}

.yasama-detail-card__excerpt {
    font-size: 1.05rem;
    line-height: 1.7;
    margin-bottom: 1.5rem;
    color: var(--text-color);
}

.yasama-detail-card__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
}

.yasama-detail-card__pdf-title {
    font-size: 1.15rem;
    font-weight: 600;
    margin: 0 0 1rem;
    color: var(--primary-color);
}

.yasama-detail__pdf {
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid var(--divider-color);
    background: #f3f4f6;
}

.yasama-detail__pdf iframe {
    display: block;
    width: 100%;
    height: min(78vh, 900px);
    border: 0;
}

@media (max-width: 767px) {
    .page-yasama {
        padding: 50px 0 70px;
    }

    .yasama-hub-card {
        min-height: 180px;
    }

    .yasama-hub-card__title {
        font-size: 1rem;
    }

    .yasama-detail__pdf iframe {
        height: 70vh;
    }
}

.post-single-meta ol li a {
    color: inherit;
    text-decoration: none;
}

.post-single-meta ol li a:hover {
    text-decoration: underline;
}

/* Bootstrap accordion chevron yerine FA ikonları (kare/bozuk görünümü gider) */
.faq-accordion-silver .accordion-button::after,
.faq-accordion-silver .accordion-button.collapsed::after,
.faq-accordion .accordion-button::after,
.faq-accordion .accordion-button.collapsed::after {
    background-image: none !important;
    width: auto !important;
    height: auto !important;
}

.main-header .navbar-brand img {
    display: block;
    width: auto;
    height: var(--site-header-logo-size);
    max-width: none;
    object-fit: contain;
}

.main-header.sticky .navbar-brand img,
.header-sticky.sticky .navbar-brand img,
.main-header.main-header-silver .header-sticky.active .navbar-brand img {
    height: calc(var(--site-header-logo-size) * 0.85);
}

/* Sticky ana menü — web + mobil */
.main-header.main-header-silver.active-sticky-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
}

.main-header.main-header-silver .header-sticky {
    transition: background-color 0.25s ease, box-shadow 0.25s ease;
}

.main-header.main-header-silver .header-sticky.active {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    max-width: 100%;
    z-index: 1000;
    background: var(--primary-color);
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.18);
    border-radius: 0;
    border-bottom: 1px solid var(--dark-divider-color);
    transform: none !important;
}

.main-header.main-header-silver .header-sticky.active .navbar {
    padding-top: 16px;
    padding-bottom: 16px;
}

.footer-logo-silver img {
    width: auto;
    height: var(--site-footer-logo-size);
    max-width: none;
    object-fit: contain;
}

@media (max-width: 991px) {
    .main-header .navbar-brand img {
        height: calc(var(--site-header-logo-size) * 0.85);
    }

    .main-header.main-header-silver.active-sticky-header {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
    }

    .main-header.main-header-silver .header-sticky.active .navbar {
        padding-top: 14px;
        padding-bottom: 14px;
    }

    .main-header.main-header-silver .header-sticky.active .responsive-menu {
        background: var(--primary-color);
    }
}

/* Mobil menü — iletişim + sosyal (menü öğelerinin altında) */
.responsive-menu .slicknav_menu {
    display: flex;
    flex-direction: column;
}

.responsive-menu .slicknav_menu > .slicknav_nav {
    order: 1;
    width: 100%;
    margin: 10px 0 0 !important;
    padding-bottom: 4px;
}

.mobile-menu-extras {
    display: none;
    order: 2;
    width: 100%;
    box-sizing: border-box;
    padding: 16px 20px 22px;
    margin: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.22);
    background: transparent;
}

.header-sticky:has(.slicknav_btn.slicknav_open) .mobile-menu-extras {
    display: block;
}

.mobile-menu-extras__cta {
    position: relative;
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 100%;
    box-sizing: border-box;
    margin: 0 0 16px;
    padding: 14px 20px;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.85);
    background: #fff !important;
    color: var(--primary-color) !important;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    overflow: hidden;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.mobile-menu-extras__cta::before,
.mobile-menu-extras__cta::after {
    display: none !important;
    content: none !important;
}

.mobile-menu-extras__cta:hover,
.mobile-menu-extras__cta:focus {
    background: rgba(255, 255, 255, 0.92) !important;
    color: var(--primary-color) !important;
}

.mobile-menu-extras__socials {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.mobile-menu-extras__social {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.45);
    color: var(--white-color);
    background: rgba(255, 255, 255, 0.12);
    font-size: 16px;
    line-height: 1;
    text-decoration: none;
    transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.mobile-menu-extras__social:hover,
.mobile-menu-extras__social:focus {
    background: var(--white-color);
    border-color: var(--white-color);
    color: var(--primary-color);
}

@media (min-width: 992px) {
    .mobile-menu-extras {
        display: none !important;
    }
}

/* Scroll progress — yukarı çık */
.scroll-progress {
    --scroll-progress-size: 56px;
    position: fixed;
    right: 24px;
    bottom: 28px;
    z-index: 999;
    width: var(--scroll-progress-size);
    height: var(--scroll-progress-size);
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 10px 28px rgba(33, 41, 59, 0.18);
    text-decoration: none;
    color: var(--primary-color, #21293B);
    opacity: 0;
    visibility: hidden;
    transform: translateY(12px);
    transition: opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease, color 0.2s ease;
    cursor: pointer;
}

.scroll-progress.is-visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.scroll-progress:hover {
    color: var(--accent-color, #D53F34);
}

.scroll-progress__ring {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    transform: rotate(-90deg);
}

.scroll-progress__track,
.scroll-progress__bar {
    fill: none;
    stroke-width: 3;
}

.scroll-progress__track {
    stroke: rgba(33, 41, 59, 0.12);
}

.scroll-progress__bar {
    stroke: var(--accent-color, #D53F34);
    stroke-linecap: round;
    transition: stroke-dashoffset 0.12s linear;
}

.scroll-progress__value {
    position: relative;
    z-index: 1;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.02em;
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.scroll-progress__icon {
    position: absolute;
    z-index: 1;
    font-size: 16px;
    opacity: 0;
    transform: translateY(4px);
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.scroll-progress:hover .scroll-progress__value {
    opacity: 0;
    transform: translateY(-4px);
}

.scroll-progress:hover .scroll-progress__icon {
    opacity: 1;
    transform: translateY(0);
}

@media (max-width: 767px) {
    .scroll-progress {
        --scroll-progress-size: 48px;
        right: 16px;
        bottom: 20px;
    }

    .scroll-progress__value {
        font-size: 11px;
    }
}

/* -------------------------------------------------------------------------- */
/* CMS içerik (sayfa / haber gövdesi) — CKEditor çıktısı                       */
/* -------------------------------------------------------------------------- */

.cms-content {
    color: var(--text-color, #4b5565);
    font-size: 17px;
    line-height: 1.75;
}

.cms-content > *:first-child {
    margin-top: 0;
}

.cms-content > *:last-child {
    margin-bottom: 0;
}

.cms-content p {
    margin: 0 0 1.1em;
}

.cms-content p:last-child {
    margin-bottom: 0;
}

.cms-content h2,
.cms-content h3,
.cms-content h4 {
    color: var(--primary-color, #21293b);
    font-weight: 700;
    line-height: 1.25;
    margin: 1.4em 0 0.55em;
}

.cms-content h2 { font-size: clamp(1.5rem, 2.2vw, 1.85rem); }
.cms-content h3 { font-size: clamp(1.25rem, 1.8vw, 1.45rem); }
.cms-content h4 { font-size: 1.15rem; }

.cms-content a {
    color: var(--accent-color, #d53f34);
    text-decoration: underline;
    text-underline-offset: 2px;
}

.cms-content ul,
.cms-content ol {
    margin: 0 0 1.25em;
    padding-left: 1.35em;
}

.cms-content li {
    margin-bottom: 0.4em;
}

.cms-content hr {
    border: 0;
    border-top: 1px solid var(--divider-color, rgba(33, 41, 59, 0.12));
    margin: 1.75em 0;
}

.cms-content figure.image,
.cms-content .image {
    margin: 0 0 1.25em;
}

.cms-content figure.image img,
.cms-content p > img,
.cms-content > img {
    display: block;
    max-width: 100%;
    height: auto;
    border-radius: 16px;
}

/* CKEditor tablo → özgeçmiş / yan yana düzen
   Not: figure.table Bootstrap .table ile çakışır; beyaz zemin gelmesin */
.cms-content figure.table {
    display: block;
    width: 100%;
    max-width: 100%;
    margin: 0 0 1.5em;
    overflow: visible;
    background: transparent !important;
    --bs-table-bg: transparent;
    --bs-table-striped-bg: transparent;
    --bs-table-hover-bg: transparent;
    --bs-table-border-color: transparent;
    border: 0 !important;
    box-shadow: none !important;
}

.cms-content figure.table > table,
.cms-content > table {
    width: 100%;
    border: 0 !important;
    border-collapse: separate;
    border-spacing: 0;
    background: transparent !important;
    --bs-table-bg: transparent;
}

.cms-content figure.table td,
.cms-content figure.table th,
.cms-content > table td,
.cms-content > table th {
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    vertical-align: top;
    padding: 0;
}

/* 2 sütunlu tablo: foto + metin (özgeçmiş vb.) */
.cms-content figure.table tr > td:first-child:has(img),
.cms-content figure.table tr > td:first-child:has(figure.image) {
    width: 260px;
    max-width: 32%;
    padding: 0 2rem 0 0;
}

.cms-content figure.table tr > td:first-child figure.image,
.cms-content figure.table tr > td:first-child figure.image.image_resized,
.cms-content figure.table tr > td:first-child .image {
    margin: 0;
    width: 100% !important;
    max-width: 260px !important;
}

.cms-content figure.table tr > td:first-child figure.image img,
.cms-content figure.table tr > td:first-child img {
    width: 100% !important;
    max-width: 260px !important;
    height: auto !important;
    aspect-ratio: auto !important;
    border-radius: 18px;
    box-shadow: 0 14px 36px rgba(33, 41, 59, 0.12);
    object-fit: cover;
}

.cms-content figure.table tr > td:last-child:not(:only-child) {
    padding-top: 0.15rem;
}

/* Özgeçmiş başlık satırı (ilk paragraf: ad + unvanlar) */
.cms-content figure.table tr > td:last-child > p:first-child {
    margin-bottom: 1.35em;
    padding-bottom: 1.1em;
    border-bottom: 1px solid var(--divider-color, rgba(33, 41, 59, 0.12));
    line-height: 1.55;
}

.cms-content figure.table tr > td:last-child > p:first-child strong {
    display: block;
    color: var(--primary-color, #21293b);
    font-size: clamp(1.35rem, 2vw, 1.65rem);
    font-weight: 700;
    letter-spacing: 0.02em;
    margin-bottom: 0.35em;
}

.cms-content figure.table tr > td:last-child > p:last-child {
    margin-top: 1.25em;
    padding-top: 1.1em;
    border-top: 1px solid var(--divider-color, rgba(33, 41, 59, 0.12));
    font-weight: 500;
    color: var(--primary-color, #21293b);
}

@media (max-width: 767px) {
    .cms-content {
        font-size: 16px;
    }

    .cms-content figure.table > table,
    .cms-content figure.table tbody,
    .cms-content figure.table tr,
    .cms-content figure.table td {
        display: block;
        width: 100% !important;
        max-width: 100% !important;
    }

    .cms-content figure.table tr > td:first-child:has(img),
    .cms-content figure.table tr > td:first-child:has(figure.image) {
        padding: 0 0 1.25rem;
        margin: 0 auto;
        text-align: center;
    }

    .cms-content figure.table tr > td:first-child figure.image,
    .cms-content figure.table tr > td:first-child .image,
    .cms-content figure.table tr > td:first-child figure.image img,
    .cms-content figure.table tr > td:first-child img {
        max-width: 220px;
        margin-left: auto;
        margin-right: auto;
    }

    .cms-content figure.table tr > td:last-child > p:first-child {
        text-align: center;
    }
}

/* :has() desteği yoksa basit 2 kolon fallback */
@supports not selector(:has(*)) {
    .cms-content figure.table tr > td:first-child {
        width: 260px;
        padding-right: 2rem;
    }
}

/* Haber kaynak linki */
.news-source {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.55rem 0.85rem;
    margin-top: 1.75rem;
    padding-top: 1.25rem;
    border-top: 1px solid var(--divider-color, rgba(33, 41, 59, 0.12));
    font-size: 15px;
}

.news-source__label {
    display: inline-flex;
    align-items: center;
    padding: 0.2rem 0.65rem;
    border-radius: 999px;
    background: rgba(213, 63, 52, 0.08);
    color: var(--accent-color, #d53f34);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.news-source__link {
    color: var(--primary-color, #21293b);
    font-weight: 600;
    text-decoration: none;
    word-break: break-all;
}

.news-source__link i {
    margin-left: 0.35rem;
    font-size: 0.75em;
    opacity: 0.7;
}

.news-source__link:hover,
.news-source__link:focus {
    color: var(--accent-color, #d53f34);
}

/* Meclis programları bölümü — kırmızı zemin */
.our-programs-gold.dark-section {
    background-color: var(--accent-color, #D53F34);
    background-image: none;
}

.our-programs-gold.dark-section .section-title .section-sub-title {
    color: var(--primary-color, #21293B);
    background: var(--white-color, #fff);
}

.our-programs-gold.dark-section .section-title .section-sub-title::before {
    background: var(--primary-color, #21293B);
}

.our-programs-gold.dark-section .section-footer-text p a {
    color: var(--white-color, #fff);
}

.our-programs-gold.dark-section .section-footer-text p a:hover {
    color: rgba(255, 255, 255, 0.85);
}

/* SSS bölümü — köşe dekoratif zemin görsellerini gizle */
.our-faqs-silver::before,
.our-faqs-silver::after {
    display: none;
}

/* -------------------------------------------------------------------------- */
/* Footer v2 — merkezî, bülten yok                                            */
/* -------------------------------------------------------------------------- */

.site-footer-v2 {
    padding: 72px 0 36px;
    text-align: center;
}

.site-footer-v2__inner {
    max-width: 820px;
    margin: 0 auto;
}

.site-footer-v2__brand {
    margin-bottom: 2rem;
}

.site-footer-v2__name {
    margin: 0 0 0.55rem;
    color: var(--white-color, #fff);
    font-size: clamp(1.85rem, 3.2vw, 2.45rem);
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.02em;
}

.site-footer-v2__tagline {
    margin: 0;
    color: rgba(255, 255, 255, 0.62);
    font-size: 1rem;
    line-height: 1.55;
}

.site-footer-v2__block {
    margin-top: 2rem;
}

.site-footer-v2__divider {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.25rem;
    color: rgba(255, 255, 255, 0.45);
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.site-footer-v2__divider::before,
.site-footer-v2__divider::after {
    content: '';
    flex: 1;
    height: 1px;
    background: rgba(255, 255, 255, 0.14);
}

.site-footer-v2__quick {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.55rem 0.7rem;
}

.site-footer-v2__quick a {
    display: inline-flex;
    align-items: center;
    padding: 0.55rem 1rem;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 999px;
    color: rgba(255, 255, 255, 0.88);
    font-size: 0.92rem;
    font-weight: 500;
    text-decoration: none;
    transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.site-footer-v2__quick a:hover,
.site-footer-v2__quick a:focus {
    border-color: var(--accent-color, #D53F34);
    background: rgba(213, 63, 52, 0.16);
    color: var(--white-color, #fff);
}

.site-footer-v2__socials {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.85rem;
    max-width: 640px;
    margin: 0 auto;
}

.site-footer-v2__social {
    display: flex;
    align-items: center;
    gap: 0.9rem;
    padding: 1rem 1.1rem;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.05);
    color: var(--white-color, #fff);
    text-align: left;
    text-decoration: none;
    transition: border-color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.site-footer-v2__social:hover,
.site-footer-v2__social:focus {
    border-color: rgba(255, 255, 255, 0.28);
    background: rgba(255, 255, 255, 0.09);
    transform: translateY(-1px);
    color: var(--white-color, #fff);
}

.site-footer-v2__social-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #111;
    color: #fff;
    font-size: 1.05rem;
}

.site-footer-v2__social--instagram .site-footer-v2__social-icon {
    background: linear-gradient(135deg, #f58529, #dd2a7b 50%, #8134af);
}

.site-footer-v2__social--facebook .site-footer-v2__social-icon {
    background: #1877f2;
}

.site-footer-v2__social--youtube .site-footer-v2__social-icon {
    background: #ff0000;
}

.site-footer-v2__social--linkedin .site-footer-v2__social-icon {
    background: #0a66c2;
}

.site-footer-v2__social-text {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
    min-width: 0;
}

.site-footer-v2__social-text strong {
    font-size: 0.98rem;
    font-weight: 650;
    line-height: 1.25;
}

.site-footer-v2__social-text em {
    font-style: normal;
    color: rgba(255, 255, 255, 0.55);
    font-size: 0.88rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.site-footer-v2__copy {
    margin-top: 2.25rem;
    padding-top: 1.35rem;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.site-footer-v2__copy p {
    margin: 0;
    color: rgba(255, 255, 255, 0.45);
    font-size: 0.9rem;
}

.site-footer-v2__credit {
    margin-top: 0.55rem !important;
    font-size: 0.82rem !important;
}

.site-footer-v2__credit a {
    color: rgba(255, 255, 255, 0.72);
    text-decoration: none;
    font-weight: 600;
}

.site-footer-v2__credit a:hover,
.site-footer-v2__credit a:focus {
    color: #fff;
}

@media (max-width: 767px) {
    .site-footer-v2 {
        padding: 56px 0 28px;
    }

    .site-footer-v2__socials {
        grid-template-columns: 1fr;
        max-width: 420px;
    }

    .site-footer-v2__quick a {
        font-size: 0.88rem;
        padding: 0.48rem 0.85rem;
    }
}

/* Preloader — site logosu */
#loading-icon {
    max-width: 88px;
    width: 72px;
}

#loading-icon .preloader-logo {
    display: block;
    width: 100%;
    height: auto;
    max-height: 56px;
    object-fit: contain;
}

/* Ana sayfa galeri */
.home-gallery.page-gallery {
    padding-top: 100px;
    padding-bottom: 80px;
}

.home-gallery .section-footer-text {
    margin-top: 10px;
    text-align: center;
}

/* Galeri — kaydırınca yükle */
.gallery-load-more {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 56px;
    margin-top: 12px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease;
}

#gallery-infinite.is-loading .gallery-load-more {
    opacity: 1;
}

.gallery-load-more__spinner {
    width: 22px;
    height: 22px;
    border: 2px solid rgba(15, 23, 42, 0.12);
    border-top-color: rgba(15, 23, 42, 0.65);
    border-radius: 50%;
    animation: gallery-load-spin 0.7s linear infinite;
}

.gallery-load-more__text {
    font-size: 0.875rem;
    color: rgba(15, 23, 42, 0.55);
}

@keyframes gallery-load-spin {
    to { transform: rotate(360deg); }
}

/* Dik foto kategorisi — 1080×1350 (4:5), tam görünüm */
.page-gallery-box.page-gallery-box--portrait .photo-gallery figure {
    background: #111827;
    overflow: hidden;
}

.page-gallery-box.page-gallery-box--portrait .photo-gallery img {
    width: 100%;
    aspect-ratio: 4 / 5;
    object-fit: contain !important;
    object-position: center;
    background: #111827;
    border-radius: 20px;
}

/* Hero alt maddeleri — mobilde gizle */
@media (max-width: 767px) {
    .hero-item-list-silver {
        display: none !important;
    }
}

/* Mobil hero — foto tam görünsün */
@media (max-width: 1024px) {
    .hero-silver {
        min-height: 100svh;
        min-height: 100vh;
        padding: 120px 0 48px;
        align-content: end;
        background-position: center top;
        background-size: cover;
    }

    .hero-silver:before {
        opacity: 1;
        background:
            linear-gradient(90deg, rgba(33, 41, 59, 0.72) 0%, rgba(33, 41, 59, 0.35) 42%, transparent 72%),
            linear-gradient(180deg, rgba(33, 41, 59, 0.35) 0%, transparent 28%),
            linear-gradient(180deg, transparent 42%, rgba(33, 41, 59, 0.72) 78%, rgba(33, 41, 59, 0.92) 100%);
    }
}

@media (max-width: 767px) {
    .hero-silver {
        min-height: 100svh;
        min-height: 100vh;
        padding: 100px 0 36px;
        background-position: center 20%;
    }

    .hero-silver:before {
        background:
            linear-gradient(90deg, rgba(33, 41, 59, 0.78) 0%, rgba(33, 41, 59, 0.4) 48%, transparent 78%),
            linear-gradient(180deg, rgba(33, 41, 59, 0.3) 0%, transparent 26%),
            linear-gradient(180deg, transparent 40%, rgba(33, 41, 59, 0.75) 78%, rgba(33, 41, 59, 0.94) 100%);
    }

    .hero-content-silver .section-title {
        margin-bottom: 22px;
    }

    .hero-content-silver .section-title h1 {
        font-size: clamp(2rem, 9vw, 2.6rem);
        line-height: 1.15;
    }

    .hero-content-silver .section-title p {
        font-size: 0.95rem;
        line-height: 1.45;
        margin-top: 12px;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .hero-content-silver .section-sub-title {
        margin-bottom: 10px;
    }
}

/* Ana sayfa / sayfa — YouTube videolar */
.home-youtube {
    padding: 100px 0 80px;
}

.page-youtube {
    padding: 60px 0 100px;
}

.home-youtube__tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 10px 0 36px;
}

.home-youtube__tab {
    appearance: none;
    border: 1px solid rgba(33, 41, 59, 0.14);
    background: #fff;
    color: var(--primary-color);
    border-radius: 999px;
    padding: 10px 18px;
    font-size: 0.95rem;
    font-weight: 600;
    line-height: 1;
    cursor: pointer;
    transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.home-youtube__tab span {
    display: inline-block;
    margin-left: 6px;
    opacity: 0.55;
    font-weight: 500;
}

.home-youtube__tab.is-active,
.home-youtube__tab:hover,
.home-youtube__tab:focus {
    background: var(--accent-color);
    border-color: var(--accent-color);
    color: #fff;
}

.home-youtube__tab.is-active span,
.home-youtube__tab:hover span,
.home-youtube__tab:focus span {
    opacity: 0.85;
    color: inherit;
}

.home-youtube__panel {
    display: none;
}

.home-youtube__panel.is-active {
    display: block;
}

.home-youtube__grid > [class*="col-"],
.home-youtube__shorts > [class*="col-"] {
    margin-bottom: 28px;
}

.home-youtube__media,
.home-youtube__short-media {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 14px;
    background: #111827;
}

.home-youtube__media {
    aspect-ratio: 16 / 9;
}

.home-youtube__short-media {
    aspect-ratio: 9 / 16;
}

.home-youtube__media img,
.home-youtube__short-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.45s ease;
}

.home-youtube__media:hover img,
.home-youtube__short-media:hover img {
    transform: scale(1.04);
}

.home-youtube__play {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    color: #fff;
    font-size: 1.15rem;
    background: linear-gradient(180deg, transparent 35%, rgba(15, 23, 42, 0.45) 100%);
}

.home-youtube__play i {
    width: 54px;
    height: 54px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: var(--accent-color);
    box-shadow: 0 10px 24px rgba(213, 63, 52, 0.35);
    padding-left: 3px;
}

.home-youtube__play--short i {
    width: 46px;
    height: 46px;
    font-size: 0.95rem;
}

.home-youtube__short-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 1;
    padding: 5px 10px;
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.72);
    color: #fff;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.home-youtube__title {
    margin: 14px 0 0;
    font-size: 1.05rem;
    font-weight: 700;
    line-height: 1.35;
}

.home-youtube__title a {
    color: var(--primary-color);
    text-decoration: none;
}

.home-youtube__title a:hover,
.home-youtube__title a:focus {
    color: var(--accent-color);
}

.home-youtube__title--short {
    font-size: 0.95rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Haber listesi — foto metnin altında ezilmesin, tam görünsün */
.page-blog .post-item {
    min-height: 0;
    height: auto;
    display: flex;
    flex-direction: column;
    align-content: stretch;
    padding: 0;
    background: var(--accent-color, #d53f34);
    overflow: hidden;
}

.page-blog .post-item .post-featured-image {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    width: 100%;
    height: auto;
    flex: 0 0 auto;
    background: #1a2230;
}

.page-blog .post-item .post-featured-image a {
    height: auto;
}

.page-blog .post-item .post-featured-image figure {
    aspect-ratio: 16 / 10;
    background: #1a2230;
}

.page-blog .post-item .post-featured-image figure::before {
    display: none;
}

.page-blog .post-item .post-featured-image figure img {
    object-fit: contain;
    object-position: center;
    transform: none;
}

.page-blog .post-item:hover .post-featured-image figure img {
    transform: scale(1.03);
}

.page-blog .post-item-body {
    position: relative;
    transform: none;
    padding: 22px 22px 24px;
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
}

.page-blog .post-item:hover .post-item-body {
    transform: none;
}

.page-blog .post-item-btn {
    opacity: 1;
    visibility: visible;
    margin-top: auto;
}

@media (max-width: 767px) {
    .home-youtube {
        padding: 70px 0 50px;
    }

    .home-youtube__play i {
        width: 46px;
        height: 46px;
        font-size: 0.95rem;
    }

    .page-blog .post-item .post-featured-image figure {
        aspect-ratio: 16 / 11;
    }
}
