@charset "UTF-8";

/* =========================================================
SEO MAKİNESİ MOBİL MENÜ DRAWER FINAL V4
Dosya: assets/mobile-menu-drawer.css

Sorun çözümü:

* Menü sağdan açılır.
* Overlay menünün altında kalır.
* Detay sayfalarında blur menünün üstüne binmez.
* Alt menüler kapalı gelir, oka basınca açılır.
  ========================================================= */

@media (min-width:1200px){
.ks27ph-mobile,
.ks27ph-overlay{
display:none!important;
}
}

@media (max-width:1199px){

```
html.ks27ph-menu-open,
body.ks27ph-menu-open{
    overflow:hidden!important;
    touch-action:none!important;
}

/* HEADER MOBİL */
.ks27ph-header{
    position:sticky!important;
    top:0!important;
    z-index:90000!important;
    width:100%!important;
    background:#ffffff!important;
}

.ks27ph-header .ks27ph-inner{
    width:100%!important;
    max-width:100%!important;
    min-height:86px!important;
    padding:0 20px!important;
    margin:0!important;
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    flex-wrap:nowrap!important;
    gap:14px!important;
}

.ks27ph-logo{
    flex:1 1 auto!important;
    min-width:0!important;
    max-width:calc(100% - 74px)!important;
    display:flex!important;
    align-items:center!important;
}

.ks27ph-logo-link{
    display:inline-flex!important;
    align-items:center!important;
    max-width:100%!important;
    text-decoration:none!important;
}

.ks27ph-text-logo{
    display:block!important;
    max-width:100%!important;
    font-size:30px!important;
    line-height:1!important;
    white-space:nowrap!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
}

.ks27ph-nav,
.ks27ph-actions{
    display:none!important;
}

.ks27ph-menu-btn{
    position:relative!important;
    top:auto!important;
    right:auto!important;
    left:auto!important;
    bottom:auto!important;
    flex:0 0 58px!important;
    width:58px!important;
    height:58px!important;
    margin:0!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    border:1px solid rgba(15,23,42,.10)!important;
    border-radius:18px!important;
    background:#ffffff!important;
    color:#0f172a!important;
    box-shadow:0 10px 24px rgba(15,23,42,.08)!important;
    cursor:pointer!important;
    z-index:90001!important;
}

.ks27ph-menu-btn svg{
    width:28px!important;
    height:28px!important;
    stroke:currentColor!important;
    stroke-width:2.5!important;
    fill:none!important;
}

/* OVERLAY MUTLAKA MENÜNÜN ALTINDA */
.ks27ph-overlay{
    position:fixed!important;
    inset:0!important;
    z-index:999990!important;
    display:block!important;
    width:100vw!important;
    height:100vh!important;
    background:rgba(2,8,23,.54)!important;
    opacity:0!important;
    visibility:hidden!important;
    pointer-events:none!important;
    transition:opacity .24s ease, visibility .24s ease!important;
    backdrop-filter:blur(5px)!important;
    -webkit-backdrop-filter:blur(5px)!important;
}

.ks27ph-overlay.is-active{
    opacity:1!important;
    visibility:visible!important;
    pointer-events:auto!important;
}

/* MENÜ MUTLAKA OVERLAY ÜSTÜNDE */
.ks27ph-mobile{
    position:fixed!important;
    top:0!important;
    right:0!important;
    left:auto!important;
    bottom:0!important;
    z-index:1000000!important;

    width:min(88vw,430px)!important;
    max-width:430px!important;
    height:100vh!important;
    height:100dvh!important;

    display:flex!important;
    flex-direction:column!important;

    background:#ffffff!important;
    border-left:1px solid rgba(15,23,42,.08)!important;
    border-radius:28px 0 0 28px!important;
    box-shadow:-28px 0 70px rgba(15,23,42,.28)!important;

    transform:translateX(110%)!important;
    opacity:0!important;
    visibility:hidden!important;
    pointer-events:none!important;

    overflow:hidden!important;
    transition:transform .30s cubic-bezier(.22,.61,.36,1), opacity .22s ease, visibility .22s ease!important;
    will-change:transform!important;

    filter:none!important;
    backdrop-filter:none!important;
    -webkit-backdrop-filter:none!important;
    isolation:isolate!important;
}

.ks27ph-mobile.is-active{
    transform:translateX(0)!important;
    opacity:1!important;
    visibility:visible!important;
    pointer-events:auto!important;
    filter:none!important;
    backdrop-filter:none!important;
    -webkit-backdrop-filter:none!important;
}

.ks27ph-mobile-head{
    flex:0 0 auto!important;
    min-height:82px!important;
    padding:18px 20px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    gap:14px!important;
    background:#ffffff!important;
    border-bottom:1px solid rgba(15,23,42,.08)!important;
}

.ks27ph-mobile-logo,
.ks27ph-mobile-logo a{
    min-width:0!important;
    display:flex!important;
    align-items:center!important;
}

.ks27ph-mobile-logo .ks27ph-text-logo{
    font-size:26px!important;
    line-height:1!important;
    white-space:nowrap!important;
}

.ks27ph-close{
    flex:0 0 46px!important;
    width:46px!important;
    height:46px!important;
    border-radius:14px!important;
    border:1px solid rgba(15,23,42,.10)!important;
    background:#f8fafc!important;
    color:#0f172a!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    cursor:pointer!important;
}

.ks27ph-close svg{
    width:22px!important;
    height:22px!important;
    stroke:currentColor!important;
    stroke-width:2.4!important;
    fill:none!important;
}

.ks27ph-mobile-body{
    flex:1 1 auto!important;
    min-height:0!important;
    overflow-y:auto!important;
    overflow-x:hidden!important;
    -webkit-overflow-scrolling:touch!important;
    padding:18px 18px 28px!important;
    background:
        radial-gradient(circle at 15% 0%,rgba(66,133,244,.10),transparent 34%),
        radial-gradient(circle at 100% 18%,rgba(52,168,83,.08),transparent 30%),
        linear-gradient(180deg,#ffffff 0%,#f8fbff 100%)!important;
}

.ks27ph-mobile-list{
    display:grid!important;
    gap:10px!important;
}

.ks27ph-mobile-item{
    border:1px solid rgba(15,23,42,.08)!important;
    border-radius:18px!important;
    background:#ffffff!important;
    box-shadow:0 10px 24px rgba(15,23,42,.05)!important;
    overflow:hidden!important;
}

.ks27ph-mobile-row{
    min-height:58px!important;
    padding:0 10px 0 16px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    gap:12px!important;
}

.ks27ph-mobile-row > a{
    flex:1 1 auto!important;
    min-width:0!important;
    color:#0f172a!important;
    text-decoration:none!important;
    font-size:16px!important;
    line-height:1.25!important;
    font-weight:760!important;
    letter-spacing:-.018em!important;
}

.ks27ph-mobile-row > a.is-active{
    color:#0b57d0!important;
}

.ks27ph-mobile-toggle{
    flex:0 0 42px!important;
    width:42px!important;
    height:42px!important;
    border:0!important;
    border-radius:13px!important;
    background:#eef4ff!important;
    color:#0b57d0!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    cursor:pointer!important;
    transition:background .2s ease, transform .2s ease!important;
}

.ks27ph-mobile-toggle svg{
    width:20px!important;
    height:20px!important;
    stroke:currentColor!important;
    stroke-width:2.4!important;
    fill:none!important;
    transition:transform .22s ease!important;
}

.ks27ph-mobile-toggle.is-active svg{
    transform:rotate(90deg)!important;
}

/* ALT MENÜLER KAPALI BAŞLAR */
.ks27ph-mobile-sub{
    display:block!important;
    max-height:0!important;
    opacity:0!important;
    visibility:hidden!important;
    overflow:hidden!important;
    pointer-events:none!important;
    background:#f8fbff!important;
    border-top:0!important;
    transition:max-height .28s ease, opacity .18s ease, visibility .18s ease!important;
}

.ks27ph-mobile-sub.is-open{
    max-height:900px!important;
    opacity:1!important;
    visibility:visible!important;
    pointer-events:auto!important;
    border-top:1px solid rgba(15,23,42,.06)!important;
}

.ks27ph-mobile-sub a{
    display:block!important;
    padding:13px 18px!important;
    color:#334155!important;
    text-decoration:none!important;
    font-size:14.5px!important;
    line-height:1.35!important;
    font-weight:720!important;
    letter-spacing:-.012em!important;
    border-top:1px solid rgba(15,23,42,.045)!important;
    background:#ffffff!important;
}

.ks27ph-mobile-sub a:first-child{
    border-top:0!important;
}

.ks27ph-mobile-sub a:hover{
    color:#0b57d0!important;
    background:#eef4ff!important;
}

.ks27ph-mobile-item.is-sub-open{
    border-color:rgba(11,87,208,.18)!important;
    box-shadow:0 14px 30px rgba(11,87,208,.08)!important;
}

.ks27ph-mobile-item.is-sub-open .ks27ph-mobile-row{
    border-bottom:1px solid rgba(15,23,42,.045)!important;
}

.ks27ph-mobile-item.is-sub-open .ks27ph-mobile-toggle{
    background:#0b57d0!important;
    color:#ffffff!important;
}

.ks27ph-mobile-contact{
    margin-top:18px!important;
    display:grid!important;
    gap:10px!important;
}

.ks27ph-mobile-primary,
.ks27ph-contact-card{
    min-height:54px!important;
    padding:0 18px!important;
    border-radius:17px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    gap:10px!important;
    text-decoration:none!important;
    font-size:15.5px!important;
    font-weight:760!important;
    letter-spacing:-.018em!important;
}

.ks27ph-mobile-primary{
    background:#0b57d0!important;
    color:#ffffff!important;
    box-shadow:0 16px 32px rgba(11,87,208,.20)!important;
}

.ks27ph-contact-card{
    background:#ffffff!important;
    color:#0f172a!important;
    border:1px solid rgba(15,23,42,.08)!important;
}

.ks27ph-mobile:not(.is-active) .ks27ph-mobile-sub{
    max-height:0!important;
    opacity:0!important;
    visibility:hidden!important;
    pointer-events:none!important;
    border-top:0!important;
}

.ks27ph-mobile:not(.is-active) .ks27ph-mobile-toggle svg{
    transform:none!important;
}
```

}

@media (max-width:430px){
.ks27ph-header .ks27ph-inner{
min-height:80px!important;
padding:0 16px!important;
}

```
.ks27ph-text-logo{
    font-size:27px!important;
}

.ks27ph-menu-btn{
    flex-basis:54px!important;
    width:54px!important;
    height:54px!important;
    border-radius:17px!important;
}
```

}

/* Sol taraftan açmak istersen bu bloğu aktif et */
/*
@media (max-width:1199px){
.ks27ph-mobile{
right:auto!important;
left:0!important;
border-left:0!important;
border-right:1px solid rgba(15,23,42,.08)!important;
border-radius:0 28px 28px 0!important;
box-shadow:28px 0 70px rgba(15,23,42,.22)!important;
transform:translateX(-110%)!important;
}

```
.ks27ph-mobile.is-active{
    transform:translateX(0)!important;
}
```

}
*/
/* SEO Makinesi - Tek Merkez Mobil Menü Final
   Bu dosya assets/mobile-menu-drawer.css üzerine yazılacak.
   PHP içine CSS eklenmedi. Header ve mobil drawer görünümü buradan yönetilir.
*/

:root{
    --ks27ph-header-height:86px;
    --ks27ph-blue:#1a73e8;
    --ks27ph-red:#ea4335;
    --ks27ph-yellow:#fbbc05;
    --ks27ph-green:#34a853;
    --ks27ph-dark:#07152f;
    --ks27ph-text:#14213d;
    --ks27ph-muted:#60718e;
    --ks27ph-border:rgba(20,33,61,.10);
    --ks27ph-shadow:0 24px 70px rgba(15,23,42,.14);
}

/* Header temel kilit */
.ks27ph-header{
    position:sticky;
    top:0;
    left:0;
    right:0;
    z-index:9990;
    width:100%;
    background:rgba(255,255,255,.96);
    -webkit-backdrop-filter:saturate(160%) blur(18px);
    backdrop-filter:saturate(160%) blur(18px);
    border-bottom:1px solid rgba(15,23,42,.06);
    transform:translateY(0)!important;
    opacity:1!important;
    visibility:visible!important;
    pointer-events:auto!important;
}

.ks27ph-header::after{
    content:"";
    position:absolute;
    left:0;
    right:0;
    bottom:-1px;
    height:4px;
    background:linear-gradient(90deg,
        var(--ks27ph-blue) 0 24%,
        var(--ks27ph-red) 24% 45%,
        var(--ks27ph-yellow) 45% 68%,
        var(--ks27ph-green) 68% 100%
    );
}

.ks27ph-inner{
    width:min(100%, 1440px);
    min-height:78px;
    margin:0 auto;
    padding:0 28px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:24px;
}

.ks27ph-logo{
    flex:0 0 auto;
    min-width:0;
}

.ks27ph-logo-link{
    display:inline-flex;
    align-items:center;
    gap:12px;
    min-width:0;
    color:#07152f;
    text-decoration:none;
}

.ks27ph-logo-link img{
    display:block;
    max-width:210px;
    max-height:48px;
    object-fit:contain;
}

.ks27ph-text-logo{
    display:block;
    color:#07152f;
    font-size:28px;
    font-weight:900;
    line-height:1;
    letter-spacing:-1.5px;
    white-space:nowrap;
}

.ks27ph-nav{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:8px;
    min-width:0;
    flex:1 1 auto;
}

.ks27ph-nav-link,
.ks27ph-drop-trigger{
    min-height:46px;
    display:inline-flex;
    align-items:center;
    gap:7px;
    padding:0 13px;
    border-radius:999px;
    color:#07152f;
    text-decoration:none;
    font-size:15px;
    font-weight:800;
    line-height:1;
    white-space:nowrap;
    transition:.18s ease;
}

.ks27ph-nav-link:hover,
.ks27ph-drop-trigger:hover,
.ks27ph-nav-link.is-active,
.ks27ph-drop-trigger.is-active{
    color:#0b57d0;
    background:#eef4ff;
}

.ks27ph-icon,
.ks27ph-cta span{
    display:inline-flex;
    align-items:center;
    justify-content:center;
}

.ks27ph-icon svg,
.ks27ph-cta svg,
.ks27ph-menu-btn svg,
.ks27ph-close svg{
    width:20px;
    height:20px;
    fill:none;
    stroke:currentColor;
    stroke-width:2.4;
    stroke-linecap:round;
    stroke-linejoin:round;
}

.ks27ph-drop{
    position:relative;
}

.ks27ph-drop-panel{
    position:absolute;
    top:calc(100% + 14px);
    left:50%;
    transform:translateX(-50%) translateY(8px);
    min-width:260px;
    padding:12px;
    border:1px solid rgba(15,23,42,.09);
    border-radius:22px;
    background:#fff;
    box-shadow:0 28px 70px rgba(15,23,42,.15);
    opacity:0;
    visibility:hidden;
    pointer-events:none;
    transition:.18s ease;
}

.ks27ph-drop:hover .ks27ph-drop-panel,
.ks27ph-drop:focus-within .ks27ph-drop-panel{
    opacity:1;
    visibility:visible;
    pointer-events:auto;
    transform:translateX(-50%) translateY(0);
}

.ks27ph-drop-panel a{
    display:flex;
    align-items:center;
    min-height:44px;
    padding:0 14px;
    border-radius:14px;
    color:#25324b;
    text-decoration:none;
    font-size:14px;
    font-weight:750;
    line-height:1.25;
}

.ks27ph-drop-panel a:hover{
    color:#0b57d0;
    background:#f5f8ff;
}

.ks27ph-actions{
    flex:0 0 auto;
    display:flex;
    align-items:center;
    gap:10px;
}

.ks27ph-ghost,
.ks27ph-cta{
    min-height:48px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:9px;
    padding:0 20px;
    border-radius:16px;
    text-decoration:none;
    font-size:15px;
    font-weight:900;
    white-space:nowrap;
}

.ks27ph-ghost{
    color:#07152f;
    background:#fff;
    border:1px solid rgba(15,23,42,.10);
    box-shadow:0 10px 24px rgba(15,23,42,.05);
}

.ks27ph-cta{
    color:#fff;
    background:linear-gradient(135deg,#1a73e8,#0b57d0);
    box-shadow:0 14px 28px rgba(26,115,232,.22);
}

.ks27ph-menu-btn{
    display:none;
    align-items:center;
    justify-content:center;
    width:56px;
    height:56px;
    border:1px solid rgba(15,23,42,.10);
    border-radius:20px;
    color:#07152f;
    background:#fff;
    box-shadow:0 12px 28px rgba(15,23,42,.08);
    cursor:pointer;
}

/* Overlay ve drawer temel */
.ks27ph-overlay{
    position:fixed;
    inset:0;
    z-index:9997;
    background:rgba(7,21,47,.52);
    -webkit-backdrop-filter:blur(6px);
    backdrop-filter:blur(6px);
    opacity:0;
    visibility:hidden;
    pointer-events:none;
    transition:.22s ease;
}

.ks27ph-overlay.is-active{
    opacity:1;
    visibility:visible;
    pointer-events:auto;
}

.ks27ph-mobile{
    position:fixed;
    z-index:9998;
    top:0;
    right:0;
    width:min(430px, 90vw);
    height:100vh;
    height:100dvh;
    display:flex;
    flex-direction:column;
    background:
        radial-gradient(circle at 20% 0%, rgba(26,115,232,.14), transparent 34%),
        radial-gradient(circle at 100% 20%, rgba(52,168,83,.12), transparent 32%),
        #ffffff;
    border-left:1px solid rgba(15,23,42,.10);
    box-shadow:-34px 0 90px rgba(7,21,47,.24);
    transform:translateX(105%);
    opacity:0;
    visibility:hidden;
    pointer-events:none;
    transition:transform .26s ease, opacity .2s ease, visibility .2s ease;
    overflow:hidden;
}

.ks27ph-mobile.is-active{
    transform:translateX(0);
    opacity:1;
    visibility:visible;
    pointer-events:auto;
}

html.ks27ph-menu-open,
body.ks27ph-menu-open{
    overflow:hidden!important;
}

.ks27ph-mobile-head{
    flex:0 0 auto;
    min-height:88px;
    padding:18px 20px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:16px;
    border-bottom:1px solid rgba(15,23,42,.08);
}

.ks27ph-mobile-logo .ks27ph-text-logo{
    font-size:26px;
    letter-spacing:-1.3px;
}

.ks27ph-close{
    width:52px;
    height:52px;
    flex:0 0 auto;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    border:1px solid rgba(15,23,42,.10);
    border-radius:18px;
    color:#07152f;
    background:#fff;
    box-shadow:0 12px 28px rgba(15,23,42,.08);
    cursor:pointer;
}

.ks27ph-mobile-body{
    flex:1 1 auto;
    overflow-y:auto;
    -webkit-overflow-scrolling:touch;
    padding:18px 18px 24px;
}

.ks27ph-mobile-list{
    display:flex;
    flex-direction:column;
    gap:10px;
}

.ks27ph-mobile-item{
    border:1px solid rgba(15,23,42,.08);
    border-radius:22px;
    background:rgba(255,255,255,.76);
    box-shadow:0 14px 34px rgba(15,23,42,.06);
    overflow:hidden;
}

.ks27ph-mobile-row{
    min-height:60px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:8px;
    padding:7px;
}

.ks27ph-mobile-row > a{
    flex:1 1 auto;
    min-height:48px;
    display:flex;
    align-items:center;
    padding:0 14px;
    border-radius:16px;
    color:#07152f;
    text-decoration:none;
    font-size:16px;
    font-weight:900;
    line-height:1.2;
}

.ks27ph-mobile-row > a.is-active,
.ks27ph-mobile-row > a:hover{
    color:#0b57d0;
    background:#eef4ff;
}

.ks27ph-mobile-toggle{
    width:48px;
    height:48px;
    flex:0 0 auto;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    border:0;
    border-radius:16px;
    color:#0b57d0;
    background:#eef4ff;
    cursor:pointer;
    transition:.18s ease;
}

.ks27ph-mobile-toggle svg{
    width:20px;
    height:20px;
    fill:none;
    stroke:currentColor;
    stroke-width:2.4;
    stroke-linecap:round;
    stroke-linejoin:round;
    transition:.18s ease;
}

.ks27ph-mobile-toggle.is-active{
    color:#fff;
    background:#0b57d0;
}

.ks27ph-mobile-toggle.is-active svg{
    transform:rotate(90deg);
}

.ks27ph-mobile-sub{
    max-height:0;
    opacity:0;
    overflow:hidden;
    padding:0 8px;
    transition:max-height .24s ease, opacity .2s ease, padding .2s ease;
}

.ks27ph-mobile-sub.is-open{
    max-height:900px;
    opacity:1;
    padding:0 8px 10px;
}

.ks27ph-mobile-sub a{
    display:flex;
    align-items:center;
    min-height:46px;
    margin:4px 0;
    padding:0 16px;
    border-radius:15px;
    color:#3c4d68;
    background:#f8fbff;
    text-decoration:none;
    font-size:14px;
    font-weight:800;
    line-height:1.2;
}

.ks27ph-mobile-sub a:hover{
    color:#0b57d0;
    background:#eef4ff;
}

.ks27ph-mobile-contact{
    margin-top:18px;
    display:flex;
    flex-direction:column;
    gap:10px;
}

.ks27ph-mobile-primary,
.ks27ph-contact-card{
    min-height:54px;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    padding:0 16px;
    border-radius:18px;
    text-decoration:none;
    font-size:15px;
    font-weight:900;
}

.ks27ph-mobile-primary{
    color:#fff;
    background:linear-gradient(135deg,#1a73e8,#0b57d0);
    box-shadow:0 18px 34px rgba(26,115,232,.22);
}

.ks27ph-contact-card{
    color:#07152f;
    background:#fff;
    border:1px solid rgba(15,23,42,.08);
}

.ks27ph-sr-only{
    position:absolute!important;
    width:1px!important;
    height:1px!important;
    padding:0!important;
    margin:-1px!important;
    overflow:hidden!important;
    clip:rect(0,0,0,0)!important;
    white-space:nowrap!important;
    border:0!important;
}

/* Mobil düzen */
@media (max-width:1199px){
    body{
        padding-top:0!important;
    }

    .ks27ph-header{
        min-height:var(--ks27ph-header-height);
    }

    .ks27ph-inner{
        min-height:var(--ks27ph-header-height);
        height:var(--ks27ph-header-height);
        padding:0 18px;
        gap:14px;
    }

    .ks27ph-nav,
    .ks27ph-actions{
        display:none!important;
    }

    .ks27ph-menu-btn{
        display:inline-flex!important;
    }

    .ks27ph-logo-link img{
        max-width:190px;
        max-height:44px;
    }

    .ks27ph-text-logo{
        max-width:calc(100vw - 120px);
        overflow:hidden;
        text-overflow:ellipsis;
        font-size:27px;
    }

    .ks27ph-page-banner{
        display:none!important;
    }
}

/* Küçük telefon */
@media (max-width:480px){
    :root{
        --ks27ph-header-height:82px;
    }

    .ks27ph-inner{
        padding:0 14px;
    }

    .ks27ph-text-logo{
        font-size:24px;
        letter-spacing:-1.2px;
    }

    .ks27ph-menu-btn{
        width:56px;
        height:56px;
        border-radius:20px;
    }

    .ks27ph-mobile{
        width:92vw;
    }

    .ks27ph-mobile-head{
        min-height:82px;
        padding:15px 16px;
    }

    .ks27ph-mobile-logo .ks27ph-text-logo{
        font-size:23px;
    }

    .ks27ph-mobile-body{
        padding:14px 14px 22px;
    }
}

/* Masaüstü kilit */
@media (min-width:1200px){
    .ks27ph-mobile,
    .ks27ph-overlay{
        display:none!important;
    }

    .ks27ph-menu-btn{
        display:none!important;
    }
}

@media (prefers-reduced-motion:reduce){
    .ks27ph-mobile,
    .ks27ph-overlay,
    .ks27ph-drop-panel,
    .ks27ph-mobile-sub,
    .ks27ph-mobile-toggle,
    .ks27ph-mobile-toggle svg{
        transition:none!important;
    }
}
/* =========================================================
   SEO Makinesi - Mobil Menü Tek Sistem Final Override
   Tüm sayfalarda mobil menü sağdan açılsın
   ========================================================= */

@media (max-width: 1199px){

    html.ks27ph-menu-open,
    body.ks27ph-menu-open{
        overflow:hidden!important;
        height:100%!important;
        touch-action:none!important;
    }

    .ks27ph-mobile{
        position:fixed!important;
        top:0!important;
        right:0!important;
        bottom:0!important;
        left:auto!important;

        width:min(88vw,420px)!important;
        height:100dvh!important;
        max-height:100dvh!important;

        display:flex!important;
        flex-direction:column!important;

        background:#ffffff!important;
        border-left:1px solid rgba(15,23,42,.10)!important;
        border-radius:28px 0 0 28px!important;

        box-shadow:-24px 0 70px rgba(15,23,42,.20)!important;

        transform:translateX(110%)!important;
        translate:none!important;
        opacity:1!important;
        visibility:hidden!important;
        pointer-events:none!important;

        z-index:999999!important;
        overflow:hidden!important;

        transition:transform .28s ease, visibility .28s ease!important;
    }

    .ks27ph-mobile.is-active{
        transform:translateX(0)!important;
        visibility:visible!important;
        pointer-events:auto!important;
    }

    .ks27ph-overlay{
        position:fixed!important;
        inset:0!important;
        background:rgba(2,6,23,.58)!important;
        backdrop-filter:blur(6px)!important;
        -webkit-backdrop-filter:blur(6px)!important;

        opacity:0!important;
        visibility:hidden!important;
        pointer-events:none!important;

        z-index:999998!important;
        transition:.25s ease!important;
    }

    .ks27ph-overlay.is-active{
        opacity:1!important;
        visibility:visible!important;
        pointer-events:auto!important;
    }

    .ks27ph-mobile-head{
        flex:0 0 auto!important;
        display:flex!important;
        align-items:center!important;
        justify-content:space-between!important;
        gap:16px!important;

        min-height:86px!important;
        padding:22px 22px 16px!important;

        border-bottom:1px solid rgba(15,23,42,.08)!important;
        background:#ffffff!important;
    }

    .ks27ph-mobile-logo .ks27ph-text-logo,
    .ks27ph-mobile-logo .ks27ph-logo-link{
        font-size:22px!important;
        line-height:1.1!important;
        font-weight:900!important;
        color:#07152f!important;
        text-decoration:none!important;
        white-space:nowrap!important;
    }

    .ks27ph-close{
        width:48px!important;
        height:48px!important;
        min-width:48px!important;

        display:inline-flex!important;
        align-items:center!important;
        justify-content:center!important;

        border:1px solid rgba(15,23,42,.10)!important;
        border-radius:16px!important;
        background:#f8fbff!important;
        color:#07152f!important;

        cursor:pointer!important;
    }

    .ks27ph-close svg{
        width:22px!important;
        height:22px!important;
        stroke:currentColor!important;
        stroke-width:2.4!important;
        fill:none!important;
    }

    .ks27ph-mobile-body{
        flex:1 1 auto!important;
        height:auto!important;
        overflow-y:auto!important;
        padding:18px 18px 24px!important;
        background:#ffffff!important;
    }

    .ks27ph-mobile-list{
        display:flex!important;
        flex-direction:column!important;
        gap:10px!important;
        margin:0!important;
        padding:0!important;
    }

    .ks27ph-mobile-item{
        display:block!important;
        border:1px solid rgba(15,23,42,.08)!important;
        border-radius:18px!important;
        background:#f8fbff!important;
        overflow:hidden!important;
    }

    .ks27ph-mobile-row{
        display:flex!important;
        align-items:center!important;
        justify-content:space-between!important;
        gap:10px!important;
        min-height:56px!important;
        padding:0 14px!important;
    }

    .ks27ph-mobile-row > a{
        flex:1!important;
        display:flex!important;
        align-items:center!important;
        min-height:56px!important;

        color:#07152f!important;
        font-size:15px!important;
        font-weight:850!important;
        text-decoration:none!important;
    }

    .ks27ph-mobile-row > a.is-active{
        color:#0b57d0!important;
    }

    .ks27ph-mobile-toggle{
        width:42px!important;
        height:42px!important;
        min-width:42px!important;

        display:inline-flex!important;
        align-items:center!important;
        justify-content:center!important;

        border:0!important;
        border-radius:14px!important;
        background:#ffffff!important;
        color:#0b57d0!important;
        box-shadow:0 8px 20px rgba(15,23,42,.06)!important;
        cursor:pointer!important;
    }

    .ks27ph-mobile-toggle svg{
        width:20px!important;
        height:20px!important;
        stroke:currentColor!important;
        stroke-width:2.4!important;
        fill:none!important;
        transition:.2s ease!important;
    }

    .ks27ph-mobile-toggle.is-active svg{
        transform:rotate(90deg)!important;
    }

    .ks27ph-mobile-sub{
        display:none!important;
        padding:0 12px 14px!important;
        margin:0!important;
    }

    .ks27ph-mobile-sub.is-open{
        display:flex!important;
        flex-direction:column!important;
        gap:8px!important;
    }

    .ks27ph-mobile-sub a{
        display:flex!important;
        align-items:center!important;
        min-height:46px!important;
        padding:10px 14px!important;

        border-radius:14px!important;
        background:#ffffff!important;

        color:#34465f!important;
        font-size:14px!important;
        font-weight:750!important;
        line-height:1.35!important;
        text-decoration:none!important;
    }

    .ks27ph-mobile-sub a:hover{
        color:#0b57d0!important;
        background:#eef4ff!important;
    }

    .ks27ph-mobile-contact{
        display:flex!important;
        flex-direction:column!important;
        gap:12px!important;
        margin-top:18px!important;
        padding-top:18px!important;
        border-top:1px solid rgba(15,23,42,.08)!important;
    }

    .ks27ph-mobile-primary,
    .ks27ph-contact-card{
        display:flex!important;
        align-items:center!important;
        justify-content:center!important;
        gap:10px!important;

        min-height:52px!important;
        padding:0 18px!important;
        border-radius:16px!important;

        font-size:15px!important;
        font-weight:900!important;
        text-decoration:none!important;
    }

    .ks27ph-mobile-primary{
        color:#ffffff!important;
        background:#0b57d0!important;
        box-shadow:0 16px 35px rgba(11,87,208,.22)!important;
    }

    .ks27ph-contact-card{
        color:#0b57d0!important;
        background:#eef4ff!important;
    }

    .ks27ph-contact-card svg{
        width:18px!important;
        height:18px!important;
        stroke:currentColor!important;
        stroke-width:2.3!important;
        fill:none!important;
    }
}

@media (min-width:1200px){
    .ks27ph-mobile,
    .ks27ph-overlay{
        display:none!important;
    }
}
/* =========================================================
   SEO Makinesi Mobil Menü Mutlak Final Kilit
   Index / detay / blog / iletişim tüm sayfalarda sağdan açılır
   ========================================================= */

@media (max-width:1199px){

  body .ks27ph-mobile,
  html body .ks27ph-mobile,
  body.is-home .ks27ph-mobile,
  body.is-inner .ks27ph-mobile,
  body.is-common-detail .ks27ph-mobile,
  body.is-blog-detail .ks27ph-mobile,
  body.is-blog-list .ks27ph-mobile,
  body.is-contact-page .ks27ph-mobile{
    position:fixed!important;
    top:0!important;
    right:0!important;
    bottom:0!important;
    left:auto!important;

    width:min(88vw,430px)!important;
    height:100vh!important;
    height:100dvh!important;
    min-height:100vh!important;
    max-height:100dvh!important;

    display:flex!important;
    flex-direction:column!important;

    margin:0!important;
    padding:0!important;

    background:#ffffff!important;
    border-radius:30px 0 0 30px!important;
    border-left:1px solid rgba(15,23,42,.10)!important;
    box-shadow:-30px 0 90px rgba(2,6,23,.24)!important;

    transform:translate3d(110%,0,0)!important;
    translate:none!important;

    opacity:1!important;
    visibility:hidden!important;
    pointer-events:none!important;

    overflow:hidden!important;
    z-index:2147483647!important;

    transition:transform .28s ease, visibility .28s ease!important;
  }

  body .ks27ph-mobile.is-active,
  html body .ks27ph-mobile.is-active,
  body.is-home .ks27ph-mobile.is-active,
  body.is-inner .ks27ph-mobile.is-active,
  body.is-common-detail .ks27ph-mobile.is-active,
  body.is-blog-detail .ks27ph-mobile.is-active,
  body.is-blog-list .ks27ph-mobile.is-active,
  body.is-contact-page .ks27ph-mobile.is-active{
    transform:translate3d(0,0,0)!important;
    visibility:visible!important;
    pointer-events:auto!important;
  }

  body .ks27ph-overlay,
  html body .ks27ph-overlay{
    position:fixed!important;
    inset:0!important;
    width:100vw!important;
    height:100vh!important;
    height:100dvh!important;

    background:rgba(2,6,23,.58)!important;
    backdrop-filter:blur(7px)!important;
    -webkit-backdrop-filter:blur(7px)!important;

    opacity:0!important;
    visibility:hidden!important;
    pointer-events:none!important;

    z-index:2147483646!important;
    transition:.25s ease!important;
  }

  body .ks27ph-overlay.is-active,
  html body .ks27ph-overlay.is-active{
    opacity:1!important;
    visibility:visible!important;
    pointer-events:auto!important;
  }

  html.ks27ph-menu-open,
  body.ks27ph-menu-open{
    overflow:hidden!important;
    height:100%!important;
  }

  body.ks27ph-menu-open .ks27ph-header{
    z-index:9999!important;
  }

  .ks27ph-mobile-head{
    flex:0 0 auto!important;
    min-height:92px!important;
    padding:24px 24px 18px!important;

    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    gap:16px!important;

    background:#ffffff!important;
    border-bottom:1px solid rgba(15,23,42,.08)!important;
  }

  .ks27ph-mobile-logo .ks27ph-text-logo{
    display:block!important;
    max-width:260px!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
    white-space:nowrap!important;

    color:#07152f!important;
    font-size:26px!important;
    line-height:1!important;
    font-weight:950!important;
    letter-spacing:-1.2px!important;
  }

  .ks27ph-close{
    width:54px!important;
    height:54px!important;
    min-width:54px!important;

    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;

    border:1px solid rgba(15,23,42,.10)!important;
    border-radius:18px!important;
    background:#f8fbff!important;
    color:#07152f!important;

    box-shadow:0 12px 28px rgba(15,23,42,.08)!important;
  }

  .ks27ph-close svg{
    width:24px!important;
    height:24px!important;
    stroke:currentColor!important;
    stroke-width:2.6!important;
    fill:none!important;
  }

  .ks27ph-mobile-body{
    flex:1 1 auto!important;
    overflow-y:auto!important;
    overscroll-behavior:contain!important;

    padding:22px 20px 28px!important;
    background:#ffffff!important;
  }

  .ks27ph-mobile-list{
    display:flex!important;
    flex-direction:column!important;
    gap:12px!important;
    padding:0!important;
    margin:0!important;
  }

  .ks27ph-mobile-item{
    display:block!important;
    width:100%!important;

    border:1px solid rgba(15,23,42,.08)!important;
    border-radius:22px!important;
    background:#f8fbff!important;

    overflow:hidden!important;
    box-shadow:none!important;
  }

  .ks27ph-mobile-row{
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    gap:12px!important;

    min-height:68px!important;
    padding:0 18px!important;
  }

  .ks27ph-mobile-row > a{
    flex:1!important;
    min-height:68px!important;

    display:flex!important;
    align-items:center!important;

    color:#07152f!important;
    font-size:20px!important;
    line-height:1.2!important;
    font-weight:900!important;
    text-decoration:none!important;
  }

  .ks27ph-mobile-row > a.is-active{
    color:#0b57d0!important;
  }

  .ks27ph-mobile-toggle{
    width:54px!important;
    height:54px!important;
    min-width:54px!important;

    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;

    border:0!important;
    border-radius:18px!important;
    background:#ffffff!important;
    color:#0b57d0!important;

    box-shadow:0 10px 25px rgba(15,23,42,.08)!important;
  }

  .ks27ph-mobile-toggle svg{
    width:24px!important;
    height:24px!important;
    stroke:currentColor!important;
    stroke-width:2.6!important;
    fill:none!important;
    transition:.2s ease!important;
  }

  .ks27ph-mobile-toggle.is-active svg{
    transform:rotate(90deg)!important;
  }

  .ks27ph-mobile-sub{
    display:none!important;
    padding:0 16px 18px!important;
    margin:0!important;
  }

  .ks27ph-mobile-sub.is-open{
    display:flex!important;
    flex-direction:column!important;
    gap:9px!important;
  }

  .ks27ph-mobile-sub a{
    display:flex!important;
    align-items:center!important;

    min-height:50px!important;
    padding:11px 16px!important;

    border-radius:16px!important;
    background:#ffffff!important;

    color:#34465f!important;
    font-size:15px!important;
    line-height:1.35!important;
    font-weight:800!important;
    text-decoration:none!important;
  }

  .ks27ph-mobile-sub a:hover{
    color:#0b57d0!important;
    background:#eef4ff!important;
  }

  .ks27ph-mobile-contact{
    display:flex!important;
    flex-direction:column!important;
    gap:14px!important;

    margin-top:22px!important;
    padding-top:22px!important;

    border-top:1px solid rgba(15,23,42,.08)!important;
  }

  .ks27ph-mobile-primary,
  .ks27ph-contact-card{
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    gap:10px!important;

    min-height:64px!important;
    padding:0 20px!important;

    border-radius:20px!important;
    text-decoration:none!important;

    font-size:19px!important;
    line-height:1.2!important;
    font-weight:950!important;
  }

  .ks27ph-mobile-primary{
    color:#ffffff!important;
    background:#0b57d0!important;
    box-shadow:0 18px 40px rgba(11,87,208,.24)!important;
  }

  .ks27ph-contact-card{
    color:#0b57d0!important;
    background:#eef4ff!important;
  }
}

@media (max-width:480px){
  body .ks27ph-mobile,
  html body .ks27ph-mobile{
    width:88vw!important;
    border-radius:26px 0 0 26px!important;
  }

  .ks27ph-mobile-row > a{
    font-size:18px!important;
  }

  .ks27ph-mobile-logo .ks27ph-text-logo{
    font-size:24px!important;
  }
}

@media (min-width:1200px){
  .ks27ph-mobile,
  .ks27ph-overlay{
    display:none!important;
  }
}
