/* TOLEYİS — yalnızca mobil/tablet üst header (masaüstü ≥1026px dokunulmaz) */

.toleyis-mobil-header {
    display: none;
}

@media only screen and (max-width: 1025px) {
    .site-header__header-one-wrap {
        display: none !important;
    }

    .toleyis-mobil-header {
        display: block;
        position: sticky;
        top: 0;
        z-index: 1000;
        background: #ffffff;
        box-shadow: 0 2px 12px rgba(44, 38, 52, 0.08);
        margin-bottom: 10px;
    }

    .toleyis-mobil-header__inner {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 8px;
        min-height: 52px;
        padding: 8px 14px;
        box-sizing: border-box;
    }

    .toleyis-mobil-header__logo {
        flex: 0 0 auto;
        display: flex;
        align-items: center;
        line-height: 0;
    }

    .toleyis-mobil-header__logo img {
        display: block;
        height: 32px;
        width: auto;
        max-width: 72px;
        object-fit: contain;
        margin: 0;
    }

    .toleyis-mobil-header__title {
        flex: 1 1 auto;
        text-align: center;
        font-family: var(--thm-font, 'Rubik', sans-serif);
        font-size: 1.15rem;
        font-weight: 700;
        letter-spacing: 0.12em;
        color: #1e5a9e;
        text-decoration: none;
        line-height: 1.2;
        padding: 0 4px;
        white-space: nowrap;
    }

    .toleyis-mobil-header__menu {
        flex: 0 0 auto;
        display: inline-flex;
        align-items: center;
        gap: 8px;
        padding: 6px 4px 6px 8px;
        margin: 0;
        border: none;
        background: transparent;
        cursor: pointer;
        font-family: var(--thm-font, 'Rubik', sans-serif);
        -webkit-tap-highlight-color: transparent;
    }

    .toleyis-mobil-header__menu-text {
        font-size: 0.7rem;
        font-weight: 700;
        letter-spacing: 0.14em;
        color: #2c2634;
        line-height: 1;
    }

    .toleyis-mobil-header__burger {
        display: inline-flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 5px;
        width: 26px;
        height: 20px;
    }

    .toleyis-mobil-header__burger span {
        display: block;
        width: 22px;
        height: 2px;
        background-color: #2c2634;
        border-radius: 1px;
        transition: transform 0.2s ease, opacity 0.2s ease;
    }

    .page-wrapper > .anasayfa-ust-blok,
    .page-wrapper > .container.anasayfa-ust-blok {
        margin-top: 0 !important;
        padding-top: 0 !important;
    }
}
