/**HEADER */
:root{
    --ghh-body:#f3f4f6;
    --ghh-menu-bg:#ffffff;
    --ghh-menu-text:#111827;
    --ghh-red:#d71920;
    --ghh-red-dark:#b60f16;
    --ghh-blue:#005b9f;
    --ghh-dark:#3f3f3f;
    --ghh-light:#ffffff;
    --ghh-line:#e5e7eb;
    --ghh-wrap:1170px;
    --ghh-admin:0px;
}
body{
    background:var(--ghh-body)!important;
    margin:0;
    padding:0;
}
body.admin-bar{--ghh-admin:32px;}
@media(max-width:782px){body.admin-bar{--ghh-admin:46px;}}
.ghh-header,
.ghh-header *,
.ghh-drawer,
.ghh-drawer *,
.ghh-mask{
    box-sizing:border-box;
}
.ghh-header,
.ghh-drawer,
.ghh-search-box{
    font-family:"Inter",Arial,sans-serif;
}
.ghh-wrap{
    width:var(--ghh-wrap);
    max-width:calc(100% - 30px);
    margin:0 auto;
}

/* ÜST SON DAKİKA BANDI */
.ghh-top{
    height:40px;
    background:var(--ghh-dark);
    color:#fff;
    overflow:hidden;
}
.ghh-top .ghh-wrap{
    width:100%;
    max-width:none;
    height:40px;
    display:grid;
    grid-template-columns:minmax(0,1fr) clamp(520px,46vw,690px);
    align-items:center;
    margin:0;
}
.ghh-top-breaking{
    height:40px;
    display:flex;
    align-items:center;
    min-width:0;
    background:var(--ghh-red);
    color:#fff;
    padding:0 0 0 max(15px, calc((100vw - var(--ghh-wrap)) / 2));
    overflow:hidden;
}
.ghh-breaking-icon{
    width:24px;
    height:24px;
    min-width:24px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    margin-right:10px;
    background:rgba(255,255,255,.18);
    color:#fff;
    font-size:13px;
    font-weight:900;
}
.ghh-breaking-track{
    position:relative;
    height:40px;
    min-width:0;
    flex:1;
    overflow:hidden;
}
.ghh-breaking-item{
    display:none;
    height:40px;
    line-height:40px;
    color:#fff!important;
    text-decoration:none;
    font-size:13px;
    font-weight:800;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    padding-right:12px;
}
.ghh-breaking-item.ghh-active{
    display:block;
    animation:ghhFade .25s ease;
}
.ghh-news-arrows{
    height:40px;
    display:flex;
    flex:0 0 auto;
}
.ghh-news-arrow{
    width:38px;
    height:40px;
    border:0;
    border-left:1px solid rgba(255,255,255,.24);
    background:var(--ghh-red-dark);
    color:#fff;
    cursor:pointer;
    font-size:14px;
    line-height:1;
    font-weight:900;
}
.ghh-news-arrow:hover,
.ghh-news-arrow:focus{
    background:#8f0b10;
    outline:none;
}
.ghh-top-right{
    height:40px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    min-width:0;
    width:100%;
    background:#3f3f3f;
}
.ghh-top-weather{
    height:40px;
    display:flex;
    align-items:center;
    gap:7px;
    padding:0 18px 0 16px;
    color:#fff;
    white-space:nowrap;
    font-size:12px;
    font-weight:800;
    flex:0 0 auto;
    border-left:1px solid rgba(255,255,255,.10);
    border-right:1px solid rgba(255,255,255,.10);
}
.ghh-top-weather i{
    color:#d8f0ff;
    font-size:15px;
}
.ghh-top-weather-temp{
    font-size:14px;
    font-weight:900;
}
.ghh-top-weather-city{
    color:#e5e7eb;
    font-size:11px;
    font-weight:800;
    text-transform:uppercase;
}
.ghh-top-social{
    height:40px;
    display:flex;
    align-items:center;
    gap:12px;
    padding:0 max(15px, calc((100vw - var(--ghh-wrap)) / 2)) 0 18px;
    color:#fff;
    min-width:0;
    flex:0 0 auto;
    margin-left:auto;
}
.ghh-follow{
    font-size:11px;
    color:#bdbdbd;
    font-weight:700;
    white-space:nowrap;
}
.ghh-social-icon{
    width:22px;
    height:22px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    color:#fff!important;
    text-decoration:none;
    font-size:12px;
    font-weight:900;
    flex:0 0 auto;
}
.ghh-social-icon:hover{
    color:#ddd!important;
}

/* ANA HEADER */
.ghh-mainbar{
    position:sticky;
    top:var(--ghh-admin);
    z-index:99990;
    background:var(--ghh-menu-bg);
    border-bottom:1px solid var(--ghh-line);
    transition:box-shadow .18s ease,background .18s ease;
}
.ghh-mainbar.ghh-is-sticky{
    box-shadow:0 6px 20px rgba(0,0,0,.14);
}
.ghh-main-inner{
    height:68px;
    display:grid;
    grid-template-columns:190px minmax(0,1fr)140px;
    align-items:center;
    background:#fff;
}
.ghh-logo{
    height:100%;
    display:flex;
    align-items:center;
    justify-content:flex-start;
    background:#fff;
    overflow:hidden;
}
.ghh-logo a{
    display:flex;
    align-items:center;
    text-decoration:none;
}
.ghh-logo img{
    display:block;
    max-height:54px;
    width:auto;
}
.ghh-nav-row{
    height:100%;
    display:flex;
    align-items:center;
    min-width:0;
    background:#fff;
}
.ghh-home{
    width:42px;
    height:100%;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#f7f7f7;
    color:#222!important;
    text-decoration:none;
    font-size:15px;
    flex:0 0 auto;
}
.ghh-home:hover{
    color:var(--ghh-blue)!important;
}
.ghh-nav{
    height:100%;
    min-width:0;
    flex:1;
    overflow:visible;
}
.ghh-main-menu,
.ghh-main-menu ul{
    list-style:none;
    margin:0;
    padding:0;
}
.ghh-main-menu{
    height:100%;
    display:flex;
    align-items:center;
    gap:0;
    white-space:nowrap;
}
.ghh-main-menu>li{
    position:relative;
    height:100%;
    display:flex;
    align-items:center;
}
.ghh-main-menu>li>a{
    height:100%;
    display:flex;
    align-items:center;
    padding:0 11px;
    color:var(--ghh-menu-text)!important;
    text-decoration:none;
    font-size:14px;
    font-weight:800;
    letter-spacing:-.01em;
    text-transform:uppercase;
    line-height:1.2;
}
.ghh-main-menu>li>a:hover{
    color:var(--ghh-blue)!important;
}
.ghh-main-menu .sub-menu{
    position:absolute;
    left:0;
    top:100%;
    min-width:210px;
    background:#fff;
    border-top:3px solid var(--ghh-blue);
    box-shadow:0 12px 28px rgba(0,0,0,.16);
    opacity:0;
    visibility:hidden;
    transform:translateY(8px);
    transition:.18s ease;
    z-index:99999;
    padding:8px 0;
}
.ghh-main-menu li:hover>.sub-menu{
    opacity:1;
    visibility:visible;
    transform:translateY(0);
}
.ghh-main-menu .sub-menu a{
    display:block;
    padding:10px 15px;
    color:#222!important;
    text-decoration:none;
    font-size:13px;
    font-weight:700;
    text-transform:none;
}
.ghh-main-menu .sub-menu a:hover{
    background:#f3f4f6;
    color:var(--ghh-blue)!important;
}
.ghh-actions{
    height:100%;
    display:flex;
    align-items:center;
    justify-content:flex-end;
    background:#fff;
    gap:10px;
}
.ghh-icon{
    width:36px;
    height:36px;
    border:0;
    background:transparent;
    color:#111!important;
    text-decoration:none;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    font-size:18px;
    line-height:1;
    cursor:pointer;
}
.ghh-icon:hover,
.ghh-icon:focus{
    background:#f1f1f1;
    color:var(--ghh-blue)!important;
    outline:none;
}
.ghh-mobile-left,
.ghh-mobile-more{
    display:none;
}

/* ARAMA */
.ghh-search-box{
    position:absolute;
    left:0;
    right:0;
    top:100%;
    background:#fff;
    border-bottom:1px solid var(--ghh-line);
    box-shadow:0 12px 24px rgba(0,0,0,.14);
    padding:18px 0;
    display:none;
    z-index:99991;
}
.ghh-search-box.ghh-open{
    display:block;
}
.ghh-search-form{
    max-width:680px;
    margin:0 auto;
    display:grid;
    grid-template-columns:minmax(0,1fr) 52px 52px;
    gap:8px;
    padding:0 15px;
}
.ghh-search-form input{
    min-width:0;
    height:46px;
    border:1px solid #d1d5db;
    padding:0 14px;
    font-size:15px;
    outline:none;
}
.ghh-search-form input:focus{
    border-color:var(--ghh-blue);
}
.ghh-search-submit,
.ghh-search-close{
    width:52px;
    height:46px;
    border:0;
    color:#fff;
    font-size:16px;
    cursor:pointer;
}
.ghh-search-submit{
    background:var(--ghh-blue);
}
.ghh-search-close{
    background:#111827;
}
.ghh-search-submit:hover,
.ghh-search-close:hover{
    filter:brightness(.92);
}

/* REKLAM / POPUP */
.ghh-kule{
    position:fixed;
    top:120px;
    z-index:30;
}
.ghh-kule-left{left:10px;}
.ghh-kule-right{right:10px;}
@media(max-width:1480px){.ghh-kule{display:none!important;}}
.ghh-popup{
    position:fixed;
    inset:0;
    background:rgba(0,0,0,.62);
    z-index:100010;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:20px;
}
.ghh-popup-box{
    position:relative;
    background:#fff;
    max-width:94vw;
    max-height:90vh;
    overflow:auto;
    padding:18px;
}
.ghh-popup-close{
    position:absolute;
    right:6px;
    top:6px;
    background:#111;
    color:#fff;
    border:0;
    width:28px;
    height:28px;
    cursor:pointer;
}

/* DRAWERS */
.ghh-mask{
    position:fixed;
    inset:0;
    background:rgba(0,0,0,.62);
    z-index:100000;
    opacity:0;
    visibility:hidden;
    transition:.2s ease;
}
.ghh-drawer{
    position:fixed;
    top:0;
    bottom:0;
    width:340px;
    max-width:82vw;
    background:#fff;
    z-index:100001;
    overflow:auto;
    transition:transform .22s ease;
    box-shadow:0 0 25px rgba(0,0,0,.24);
}
.ghh-drawer-left{
    left:0;
    width:370px;
    max-width:88vw;
    transform:translateX(-105%);
}
.ghh-drawer-right{
    right:0;
    width:310px;
    max-width:76vw;
    transform:translateX(105%);
}
body.ghh-left-open .ghh-mask,
body.ghh-right-open .ghh-mask{
    opacity:1;
    visibility:visible;
}
body.ghh-left-open .ghh-drawer-left,
body.ghh-right-open .ghh-drawer-right{
    transform:translateX(0);
}
body.ghh-left-open,
body.ghh-right-open{
    overflow:hidden;
}
.ghh-drawer-head{
    min-height:74px;
    display:grid;
    grid-template-columns:auto minmax(0,1fr) 38px;
    align-items:center;
    gap:10px;
    padding:0 14px;
    border-bottom:1px solid #ddd;
}
.ghh-drawer-head img{
    max-height:50px;
    width:auto;
    max-width:150px;
}
.ghh-close{
    border:0;
    background:transparent;
    color:#111;
    font-size:24px;
    cursor:pointer;
    width:38px;
    height:38px;
    display:flex;
    align-items:center;
    justify-content:center;
    justify-self:end;
    flex:0 0 38px;
}
.ghh-left-weather{
    display:flex;
    align-items:center;
    justify-content:flex-end;
    gap:7px;
    min-width:0;
    font-weight:800;
    color:#111;
    white-space:nowrap;
    overflow:hidden;
}
.ghh-left-weather i{
    color:#0284c7;
}
.ghh-left-weather-temp{
    font-size:15px;
    font-weight:900;
}
.ghh-left-weather small{
    font-size:11px;
    font-weight:800;
    color:#374151;
    overflow:hidden;
    text-overflow:ellipsis;
}
.ghh-drawer-tabs{
    min-height:50px;
    background:#333;
    display:flex;
    align-items:center;
    justify-content:space-around;
}
.ghh-drawer-tabs a{
    color:#fff!important;
    text-decoration:none;
    font-size:12px;
    font-weight:800;
    text-transform:uppercase;
    display:flex;
    align-items:center;
    gap:6px;
}
.ghh-drawer-menu,
.ghh-drawer-menu ul,
.ghh-services-menu,
.ghh-services-menu ul{
    list-style:none;
    margin:0;
    padding:0;
}
.ghh-drawer-menu a,
.ghh-services-menu a{
    display:flex;
    align-items:center;
    justify-content:space-between;
    min-height:43px;
    padding:0 22px;
    color:#111!important;
    text-decoration:none;
    border-bottom:1px solid #e5e5e5;
    font-weight:800;
    font-size:13px;
    text-transform:uppercase;
}
.ghh-drawer-menu .sub-menu a,
.ghh-services-menu .sub-menu a{
    font-size:12px;
    text-transform:none;
    font-weight:700;
    padding-left:38px;
    background:#fafafa;
}
.ghh-right-list{
    margin:0;
    padding:0;
    list-style:none;
}
.ghh-right-list li{
    border-bottom:1px solid #d8d8d8;
}
.ghh-right-list a,
.ghh-right-list button,
.ghh-section-title{
    width:100%;
    min-height:43px;
    padding:0 18px;
    display:flex;
    align-items:center;
    gap:10px;
    border:0;
    background:#fff;
    color:#111!important;
    text-decoration:none;
    font-size:13px;
    font-weight:700;
    text-align:left;
    cursor:pointer;
}
.ghh-section-title{
    background:#d9d9d9!important;
    font-weight:800!important;
}
.ghh-whatsapp{
    margin:12px 18px 14px;
    display:flex!important;
    align-items:center;
    justify-content:center;
    gap:10px;
    min-height:50px;
    background:#08b83e!important;
    color:#fff!important;
    font-weight:800;
    text-decoration:none;
}
.ghh-social-buttons{
    padding:14px 18px 28px;
    display:grid;
    gap:10px;
}
.ghh-social-buttons a{
    height:44px;
    display:flex;
    align-items:center;
    justify-content:center;
    text-decoration:none;
    color:#fff!important;
    font-weight:800;
    font-size:13px;
}
.ghh-facebook{background:#294b89;}
.ghh-x{background:#111;}
.ghh-instagram{background:#e1306c;}
.ghh-youtube{background:#c00;}

@keyframes ghhFade{
    from{opacity:.3;transform:translateY(6px);}
    to{opacity:1;transform:translateY(0);}
}

@media(max-width:1180px){
    .ghh-top .ghh-wrap{
        grid-template-columns:minmax(0,1fr) clamp(450px,46vw,590px);
    }
    .ghh-top-breaking{
        padding-left:15px;
    }
    .ghh-top-social{
        padding-right:15px;
    }
    .ghh-top-weather{
        padding-left:14px;
        padding-right:14px;
    }
    .ghh-main-inner{
        grid-template-columns:170px minmax(0,1fr)120px;
    }
    .ghh-main-menu>li>a{
        padding:0 8px;
        font-size:13px;
    }
    .ghh-top-weather{
        padding:0 12px;
    }
    .ghh-top-social{
        gap:7px;
    }
}

@media(max-width:960px){
    .ghh-top .ghh-wrap{
        grid-template-columns:1fr;
    }
    .ghh-top,
    .ghh-nav,
    .ghh-actions .ghh-user,
    .ghh-actions .ghh-more-desktop{
        display:none!important;
    }
    .ghh-header{
        padding-top:72px!important;
    }
    .ghh-mainbar{
        position:fixed!important;
        top:var(--ghh-admin)!important;
        left:0!important;
        right:0!important;
        width:100%!important;
        z-index:99990!important;
        background:#fff!important;
        border-bottom:1px solid #e5e7eb!important;
        box-shadow:0 2px 10px rgba(0,0,0,.08)!important;
    }
    .ghh-main-inner{
        width:100%!important;
        max-width:100%!important;
        height:72px!important;
        display:grid!important;
        grid-template-columns:56px minmax(0,1fr)56px!important;
        align-items:center!important;
        padding:0 6px!important;
        background:#fff!important;
    }
    .ghh-mainbar.ghh-is-sticky .ghh-main-inner{
        height:72px!important;
    }
    .ghh-nav-row,
    .ghh-home,
    .ghh-nav,
    .ghh-actions{
        display:none!important;
    }
    .ghh-mobile-left,
    .ghh-mobile-more{
        display:flex!important;
        align-items:center!important;
        justify-content:center!important;
        width:44px!important;
        height:44px!important;
        background:transparent!important;
        color:#111827!important;
        font-size:21px!important;
    }
    .ghh-mobile-left{
        grid-column:1!important;
        justify-self:start!important;
    }
    .ghh-logo{
        grid-column:2!important;
        height:72px!important;
        display:flex!important;
        align-items:center!important;
        justify-content:center!important;
        overflow:hidden!important;
        background:#fff!important;
        min-width:0!important;
    }
    .ghh-logo a{
        display:flex!important;
        align-items:center!important;
        justify-content:center!important;
        max-width:100%!important;
    }
    .ghh-logo img{
        display:block!important;
        max-height:58px!important;
        max-width:220px!important;
        width:auto!important;
        height:auto!important;
    }
    .ghh-mobile-more{
        grid-column:3!important;
        justify-self:end!important;
    }
    .ghh-search-box{
        position:fixed!important;
        top:calc(var(--ghh-admin) + 72px)!important;
        left:0!important;
        right:0!important;
        z-index:100002!important;
        padding:14px!important;
        background:#fff!important;
    }
    .ghh-desktop-search{
        display:none!important;
    }
}

@media(max-width:520px){
    .ghh-wrap{
        max-width:100%;
        width:100%;
    }
    .ghh-header{
        padding-top:68px!important;
    }
    .ghh-main-inner{
        height:68px!important;
        grid-template-columns:52px minmax(0,1fr)52px!important;
    }
    .ghh-mainbar.ghh-is-sticky .ghh-main-inner{
        height:68px!important;
    }
    .ghh-logo{
        height:68px!important;
    }
    .ghh-logo img{
        max-height:54px!important;
        max-width:205px!important;
    }
    .ghh-mobile-left,
    .ghh-mobile-more{
        width:42px!important;
        height:42px!important;
        font-size:21px!important;
    }
    .ghh-search-box{
        top:calc(var(--ghh-admin) + 68px)!important;
    }
    .ghh-search-form{
        grid-template-columns:minmax(0,1fr) 48px 48px;
        padding:0;
    }
    .ghh-search-submit,
    .ghh-search-close{
        width:48px;
    }
    .ghh-drawer-left{
        width:360px;
        max-width:88vw;
    }
    .ghh-drawer-right{
        width:300px;
        max-width:74vw;
    }
    .ghh-drawer-menu a,
    .ghh-services-menu a{
        padding:0 20px;
    }
}


@media(max-width:960px){
    .ghh-drawer-left{
        width:370px;
        max-width:88vw;
    }
}

/* MASAÜSTÜNDE HEADER YAPIŞKAN */
@media(min-width:961px){
    .ghh-header{
        padding-top:108px!important;
    }
    .ghh-top{
        position:fixed!important;
        top:var(--ghh-admin)!important;
        left:0!important;
        right:0!important;
        width:100%!important;
        z-index:99988!important;
    }
    .ghh-mainbar{
        position:fixed!important;
        top:calc(var(--ghh-admin) + 40px)!important;
        left:0!important;
        right:0!important;
        width:100%!important;
        z-index:99989!important;
        background:#fff!important;
        border-bottom:1px solid var(--ghh-line)!important;
        box-shadow:0 2px 10px rgba(0,0,0,.08)!important;
    }
    .ghh-main-inner,
    .ghh-mainbar.ghh-is-sticky .ghh-main-inner{
        height:68px!important;
    }
    .ghh-logo img,
    .ghh-mainbar.ghh-is-sticky .ghh-logo img{
        max-height:54px!important;
    }
    .ghh-mainbar .ghh-wrap{
        width:var(--ghh-wrap);
        max-width:calc(100% - 30px);
        margin-left:auto;
        margin-right:auto;
    }
}

/* ÜST 980 REKLAM ALANI */
.ghh-ad-980{
    margin-top:20px;
}
.ghh-ad-980-inner{
    width:980px;
    max-width:calc(100% - 24px);
    margin:0 auto;
    text-align:center;
    overflow:hidden;
}
.ghh-ad-980-inner iframe,
.ghh-ad-980-inner img,
.ghh-ad-980-inner ins{
    max-width:100%!important;
}

/* ==========================================================================
   404 Sayfası
   ========================================================================== */

.ghh-404-page,
.ghh-404-page *,
.ghh-404-page *::before,
.ghh-404-page *::after {
    box-sizing: border-box;
    border-radius: 0 !important;
}

.ghh-404-page {
    width: 100%;
    min-height: 80vh;
    background: #fdfdfd;
    color: #1a1a1a;
    overflow: hidden;
    font-family: Inter, Arial, Helvetica, sans-serif;
}

.ghh-404-wrapper {
    width: 100%;
    min-height: 80vh;
    padding: 70px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.ghh-404-code {
    margin: 0;
    font-size: clamp(120px, 25vw, 240px);
    font-weight: 900;
    line-height: .8;
    letter-spacing: -.08em;
    background: linear-gradient(135deg, #131313 0%, #444444 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    animation: ghh404Float 6s ease-in-out infinite;
}

@keyframes ghh404Float {
    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-20px);
    }
}

.ghh-404-content {
    max-width: 560px;
    margin-top: 24px;
}

.ghh-404-title {
    margin: 0;
    color: #1a1a1a;
    font-size: clamp(24px, 3vw, 32px);
    line-height: 1.2;
    font-weight: 900;
    letter-spacing: -.035em;
}

.ghh-404-desc {
    margin: 14px 0 0;
    color: #666666;
    font-size: 18px;
    line-height: 1.65;
    font-weight: 500;
}

.ghh-404-search {
    width: 100%;
    max-width: 550px;
    margin-top: 40px;
}

.ghh-404-search-form {
    width: 100%;
    display: flex;
    gap: 0;
    background: #ffffff;
    padding: 6px;
    border: 1px solid #eeeeee;
    box-shadow: 0 15px 35px rgba(0, 0, 0, .07);
    transition: box-shadow .3s cubic-bezier(.25, .8, .25, 1), border-color .3s cubic-bezier(.25, .8, .25, 1), transform .3s cubic-bezier(.25, .8, .25, 1);
}

.ghh-404-search-form:focus-within {
    border-color: #dddddd;
    box-shadow: 0 20px 45px rgba(0, 0, 0, .12);
    transform: scale(1.02);
}

.ghh-404-search-input {
    flex: 1;
    min-width: 0;
    height: 52px;
    border: 0;
    background: transparent;
    color: #111827;
    padding: 0 22px;
    font-size: 16px;
    line-height: 1;
    font-weight: 600;
    outline: none;
}

.ghh-404-search-input::placeholder {
    color: #9ca3af;
}

.ghh-404-search-submit {
    min-width: 112px;
    height: 52px;
    border: 0;
    background: #131313;
    color: #ffffff;
    padding: 0 28px;
    cursor: pointer;
    font-size: 15px;
    line-height: 1;
    font-weight: 800;
    transition: background .22s ease, transform .22s ease;
}

.ghh-404-search-submit:hover,
.ghh-404-search-submit:focus {
    background: #d71920;
    outline: none;
}

.ghh-404-links {
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    flex-wrap: wrap;
}

.ghh-404-home {
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 30px;
    background: transparent;
    border: 2px solid #131313;
    color: #131313 !important;
    text-decoration: none;
    font-size: 15px;
    line-height: 1;
    font-weight: 900;
    transition: background .22s ease, color .22s ease, transform .22s ease;
}

.ghh-404-home:hover,
.ghh-404-home:focus {
    background: #131313;
    color: #ffffff !important;
    transform: translateY(-2px);
    outline: none;
}

@media (prefers-reduced-motion: reduce) {
    .ghh-404-code {
        animation: none;
    }

    .ghh-404-search-form,
    .ghh-404-search-submit,
    .ghh-404-home {
        transition: none;
    }
}

@media (max-width: 640px) {
    .ghh-404-wrapper {
        padding: 54px 16px;
    }

    .ghh-404-desc {
        font-size: 16px;
    }

    .ghh-404-search-form {
        flex-direction: column;
        padding: 8px;
    }

    .ghh-404-search-input,
    .ghh-404-search-submit {
        width: 100%;
    }

    .ghh-404-search-submit {
        margin-top: 8px;
    }

    .ghh-404-home {
        width: 100%;
    }
}

/* ==========================================================================
   Arşiv / Arama Sayfası
   ========================================================================== */

.gah-ars-page,
.gah-ars-page *,
.gah-ars-page *::before,
.gah-ars-page *::after {
    box-sizing: border-box;
    border-radius: 0 !important;
}

.gah-ars-page {
    width: 100%;
    background: #f2f3f5;
    color: #111827;
    padding: 28px 0 44px;
    font-family: Inter, Arial, Helvetica, sans-serif;
}

.gah-ars-wrap {
    width: 1200px;
    max-width: calc(100% - 30px);
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 310px;
    gap: 28px;
    align-items: start;
}

.gah-ars-main,
.gah-ars-side {
    min-width: 0;
}

.gah-ars-head {
    margin-bottom: 20px;
    padding: 24px 26px;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-left: 7px solid #d71920;
    box-shadow: 0 10px 26px rgba(15, 23, 42, .07);
}

.gah-ars-kicker {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    margin-bottom: 10px;
    padding: 0 10px;
    background: #111827;
    color: #ffffff;
    font-size: 11px;
    line-height: 1;
    font-weight: 900;
    text-transform: uppercase;
}

.gah-ars-title {
    margin: 0;
    color: #111827;
    font-size: clamp(25px, 3vw, 36px);
    line-height: 1.15;
    font-weight: 900;
    letter-spacing: -.04em;
}

.gah-ars-title span {
    color: #d71920;
}

.gah-ars-desc {
    margin-top: 10px;
    color: #64748b;
    font-size: 15px;
    line-height: 1.6;
    font-weight: 600;
}

.gah-ars-desc p {
    margin: 0;
}

.gah-ars-grid {
    display: grid;
    gap: 16px;
}

.gah-ars-card {
    display: grid;
    grid-template-columns: 220px minmax(0, 1fr);
    gap: 18px;
    min-width: 0;
    padding: 14px;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    box-shadow: 0 8px 20px rgba(15, 23, 42, .055);
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.gah-ars-card:hover {
    transform: translateY(-2px);
    border-color: #d7dde6;
    box-shadow: 0 14px 30px rgba(15, 23, 42, .09);
}

.gah-ars-thumb {
    position: relative;
    display: block;
    width: 100%;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: #111827;
    text-decoration: none;
}

.gah-ars-thumb img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform .22s ease;
}

.gah-ars-card:hover .gah-ars-thumb img {
    transform: scale(1.05);
}

.gah-ars-noimg {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255,255,255,.88);
    font-size: 34px;
    line-height: 1;
    font-weight: 900;
    letter-spacing: -.06em;
}

.gah-ars-card-body {
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.gah-ars-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-bottom: 8px;
}

.gah-ars-meta span {
    min-height: 23px;
    display: inline-flex;
    align-items: center;
    padding: 0 8px;
    background: #f3f4f6;
    color: #64748b;
    font-size: 11px;
    line-height: 1;
    font-weight: 800;
    text-transform: uppercase;
}

.gah-ars-card-title {
    margin: 0;
    color: #111827;
    font-size: 22px;
    line-height: 1.25;
    font-weight: 900;
    letter-spacing: -.035em;
}

.gah-ars-card-title a {
    color: inherit !important;
    text-decoration: none;
}

.gah-ars-card-title a:hover {
    color: #d71920 !important;
}

.gah-ars-excerpt {
    margin: 9px 0 0;
    color: #475569;
    font-size: 14px;
    line-height: 1.65;
    font-weight: 600;
}

.gah-ars-ad {
    width: 100%;
    max-width: 100%;
    padding: 12px;
    background: #ffffff;
    border: 1px dashed #d1d5db;
    text-align: center;
    overflow: hidden;
}

.gah-ars-ad iframe,
.gah-ars-ad img,
.gah-ars-ad ins {
    max-width: 100% !important;
}

.gah-ars-empty,
.gah-ars-error {
    padding: 20px;
    background: #fff7e6;
    border-left: 6px solid #f59e0b;
    color: #7a4b00;
    font-size: 15px;
    line-height: 1.55;
    font-weight: 800;
}

.gah-ars-more-wrap {
    margin-top: 30px;
    text-align: center;
}

.gah-ars-more {
    min-width: 210px;
    min-height: 48px;
    border: 0;
    background: #111827;
    color: #ffffff;
    padding: 0 34px;
    cursor: pointer;
    font-size: 14px;
    line-height: 1;
    font-weight: 900;
    text-transform: uppercase;
    transition: background .18s ease, transform .18s ease;
}

.gah-ars-more:hover,
.gah-ars-more:focus {
    background: #d71920;
    outline: none;
    transform: translateY(-2px);
}

.gah-ars-more:disabled {
    background: #9ca3af;
    cursor: not-allowed;
    transform: none;
}

.gah-ars-side {
    position: sticky;
    top: 125px;
}

@media (max-width: 1080px) {
    .gah-ars-wrap {
        grid-template-columns: 1fr;
    }

    .gah-ars-side {
        position: static;
    }
}

@media (max-width: 720px) {
    .gah-ars-page {
        padding: 20px 0 34px;
    }

    .gah-ars-wrap {
        max-width: calc(100% - 20px);
        gap: 20px;
    }

    .gah-ars-head {
        padding: 20px;
    }

    .gah-ars-card {
        grid-template-columns: 1fr;
        gap: 13px;
    }

    .gah-ars-card-title {
        font-size: 19px;
    }

    .gah-ars-more {
        width: 100%;
    }
}

/* ==========================================================================
   MY HABER - Author Archive
   ========================================================================== */

.gah-author-page,
.gah-author-page *,
.gah-author-page *::before,
.gah-author-page *::after {
    box-sizing: border-box;
    border-radius: 0 !important;
}

.gah-author-page {
    width: 100%;
    background: #eeeeee;
    padding: 30px 0 48px;
    font-family: Inter, Arial, Helvetica, sans-serif;
    color: #111827;
}

.gah-author-wrap {
    width: 1200px;
    max-width: calc(100% - 30px);
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 310px;
    gap: 30px;
    align-items: start;
}

.gah-author-main,
.gah-author-side {
    min-width: 0;
}

.gah-author-hero {
    position: relative;
    display: grid;
    grid-template-columns: 180px minmax(0, 1fr);
    gap: 28px;
    align-items: center;
    margin-bottom: 24px;
    padding: 28px;
    background: #ffffff;
    border: 1px solid #e4e4e4;
    box-shadow: 0 12px 28px rgba(15, 23, 42, .07);
    overflow: hidden;
}

.gah-author-hero::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 7px;
    height: 100%;
    background: #d71920;
}

.gah-author-photo-link {
    position: relative;
    z-index: 1;
    display: block;
    width: 180px;
    height: 180px;
    text-decoration: none;
}

.gah-author-photo {
    width: 180px;
    height: 180px;
    display: block;
    object-fit: cover;
    background: #f2f2f2;
    border: 1px solid #e0e0e0;
    box-shadow: 0 12px 24px rgba(15, 23, 42, .10);
}

.gah-author-hero-body {
    min-width: 0;
    position: relative;
    z-index: 1;
    padding-right: 190px;
}

.gah-author-kicker {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    margin-bottom: 10px;
    padding: 0 12px;
    background: #ffd84d;
    color: #111827;
    font-size: 12px;
    line-height: 1;
    font-weight: 900;
    text-transform: uppercase;
}

.gah-author-name {
    margin: 0;
    color: #d71920;
    font-size: 34px;
    line-height: 1.12;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: -.03em;
}

.gah-author-subtitle {
    margin: 10px 0 0;
    color: #111827;
    font-size: 23px;
    line-height: 1.2;
    font-style: italic;
    font-weight: 400;
}

.gah-author-desc {
    max-width: 650px;
    margin: 14px 0 0;
    color: #606b7a;
    font-size: 14px;
    line-height: 1.65;
    font-weight: 600;
}

.gah-author-stats {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 16px;
    flex-wrap: wrap;
}

.gah-author-stat {
    min-height: 31px;
    display: inline-flex;
    align-items: center;
    padding: 0 10px;
    background: #f3f4f6;
    color: #111827;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.gah-author-social {
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    justify-content: flex-end;
    max-width: 180px;
}

.gah-author-social a {
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #111827;
    color: #ffffff !important;
    text-decoration: none;
    font-size: 12px;
    line-height: 1;
    font-weight: 900;
    text-transform: uppercase;
}

.gah-author-social a:hover,
.gah-author-social a:focus {
    background: #d71920;
    outline: none;
}

.gah-author-list {
    display: grid;
    gap: 18px;
}

.gah-author-post {
    min-width: 0;
    position: relative;
    display: block;
    background: #ffffff;
    border-left: 7px solid transparent;
    box-shadow: 0 10px 26px rgba(15, 23, 42, .07);
    overflow: hidden;
    transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease, background .2s ease;
}

.gah-author-post::before {
    content: "";
    position: absolute;
    left: 22px;
    top: 22px;
    width: 10px;
    height: 10px;
    background: #d71920;
}

.gah-author-post:hover {
    transform: translateY(-3px);
    border-left-color: #d71920;
    box-shadow: 0 16px 34px rgba(15, 23, 42, .12);
    background: #fffafa;
}

.gah-author-post-body {
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 22px 24px 22px 46px;
}

.gah-author-post-title {
    margin: 0 0 10px;
    color: #111827;
    font-size: 22px;
    line-height: 1.22;
    font-weight: 900;
    letter-spacing: -.02em;
}

.gah-author-post-title a {
    color: inherit !important;
    text-decoration: none;
}

.gah-author-post-title a:hover {
    color: #d71920 !important;
}

.gah-author-post-excerpt {
    margin: 0;
    color: #606b7a;
    font-size: 15px;
    line-height: 1.65;
    font-weight: 600;
}

.gah-author-post-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-top: 16px;
    padding-top: 12px;
    border-top: 1px solid #eef0f3;
    color: #7b8492;
    font-size: 12px;
    font-weight: 800;
}

.gah-author-post-meta a {
    color: #d71920 !important;
    text-decoration: none;
    font-weight: 900;
    white-space: nowrap;
}

.gah-author-empty {
    padding: 26px;
    background: #ffffff;
    border-left: 8px solid #d71920;
    box-shadow: 0 12px 28px rgba(15, 23, 42, .08);
    color: #111827;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 800;
}

.gah-author-more {
    margin-top: 30px;
    text-align: center;
}

.gah-author-more-btn {
    min-width: 230px;
    height: 48px;
    border: 0;
    background: #111111;
    color: #ffffff;
    padding: 0 32px;
    font-size: 14px;
    line-height: 1;
    font-weight: 900;
    cursor: pointer;
    transition: background .18s ease, transform .18s ease;
}

.gah-author-more-btn:hover,
.gah-author-more-btn:focus {
    background: #d71920;
    transform: translateY(-2px);
    outline: none;
}

.gah-author-more-btn:disabled {
    background: #9ca3af;
    cursor: not-allowed;
    transform: none;
}

.gah-author-side {
    min-width: 0;
}

.gah-author-side-inner {
    position: sticky;
    top: 125px;
}

@media (prefers-reduced-motion: reduce) {
    .gah-author-post,
    .gah-author-more-btn {
        transition: none;
    }

    .gah-author-post:hover,
    .gah-author-more-btn:hover {
        transform: none;
    }
}

@media (max-width: 1080px) {
    .gah-author-wrap {
        grid-template-columns: 1fr;
    }

    .gah-author-side-inner {
        position: static;
    }
}

@media (max-width: 760px) {
    .gah-author-page {
        padding: 20px 0 34px;
    }

    .gah-author-wrap {
        max-width: calc(100% - 20px);
        gap: 20px;
    }

    .gah-author-hero {
        grid-template-columns: 1fr;
        gap: 18px;
        padding: 20px;
    }

    .gah-author-photo-link,
    .gah-author-photo {
        width: 145px;
        height: 145px;
    }

    .gah-author-hero-body {
        padding-right: 0;
    }

    .gah-author-social {
        position: static;
        justify-content: flex-start;
        max-width: none;
        margin-top: 16px;
    }

    .gah-author-name {
        font-size: 28px;
    }

    .gah-author-subtitle {
        font-size: 20px;
    }

    .gah-author-post-body {
        padding: 18px 18px 18px 40px;
    }

    .gah-author-post::before {
        left: 18px;
        top: 22px;
        width: 9px;
        height: 9px;
    }

    .gah-author-post-title {
        font-size: 20px;
    }

    .gah-author-post-meta {
        align-items: flex-start;
        flex-direction: column;
        gap: 8px;
    }

    .gah-author-more-btn {
        width: 100%;
    }
}

@media (max-width: 430px) {
    .gah-author-name {
        font-size: 24px;
    }

    .gah-author-photo-link,
    .gah-author-photo {
        width: 130px;
        height: 130px;
    }
}