/* =========================================================
   TURKUAZ - TÜM SAYFALAR İÇİN ANA SAYFA PREMIUM HEADER
   Bu dosya style.css ve home-fix.css'ten SONRA yüklenmelidir.
   ========================================================= */

.site-header.premium-unified-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: linear-gradient(180deg, #0A1D2C 0%, #071623 100%);
    border-bottom: 1px solid rgba(201,162,39,.42);
    box-shadow: 0 12px 30px rgba(1,12,20,.22);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
}

.premium-unified-header .header-inner.container {
    width: min(1540px, calc(100% - 72px));
    height: 82px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 24px;
}

/* Logo */
.premium-unified-header .brand-textual {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    min-width: auto;
    text-decoration: none;
    flex: 0 0 auto;
    padding-top: 2px;
}

.premium-unified-header .brand-mark-img {
    width: 68px;
    height: 68px;
    object-fit: contain;
    display: block;
    flex: 0 0 auto;
    filter: drop-shadow(0 4px 10px rgba(0,0,0,.16));
}

.premium-unified-header .brand-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 1;
}

.premium-unified-header .brand-title {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 2.15rem;
    font-weight: 500;
    line-height: .95;
    letter-spacing: .06em;
    color: #20B7C6;
    text-shadow: 0 4px 14px rgba(0,0,0,.18);
    white-space: nowrap;
}

.premium-unified-header .brand-subtitle {
    margin-top: 6px;
    font-family: Arial, sans-serif;
    font-size: .66rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: .22em;
    color: #E7C56F;
    white-space: nowrap;
}

/* Menü */
.premium-unified-header .main-nav {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-left: auto;
}

.premium-unified-header .main-nav a {
    color: #F6F0E6;
    font-size: .91rem;
    font-weight: 500;
    line-height: 1;
    padding: 31px 0 27px;
    border-bottom: 2px solid transparent;
    letter-spacing: .01em;
    white-space: nowrap;
    transition: color .22s ease, border-color .22s ease;
}

.premium-unified-header .main-nav a:hover,
.premium-unified-header .main-nav a.is-active {
    color: #E7C56F;
    border-bottom-color: #C9A227;
}

/* Telefon */
.premium-unified-header .header-phone-home {
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
    margin-left: 2px;
    border: 1px solid rgba(231,197,111,.55);
    border-radius: 11px;
    display: grid;
    place-items: center;
    color: #fff;
    background: rgba(255,255,255,.035);
    transition: .25s ease;
}

.premium-unified-header .header-phone-home:hover {
    border-color: #E7C56F;
    background: rgba(201,162,39,.1);
    transform: translateY(-1px);
}

.premium-unified-header .header-phone-home svg {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

/* Hemen Başvur */
.premium-unified-header .header-cta-home {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    min-height: 48px;
    padding: 14px 24px;
    border: 1px solid rgba(255,255,255,.28);
    border-radius: 10px;
    background: linear-gradient(135deg,#EACD85,#C9A227);
    color: #10202B;
    font-weight: 700;
    white-space: nowrap;
    box-shadow: 0 8px 22px rgba(201,162,39,.18);
}

.premium-unified-header .header-cta-home:hover {
    background: linear-gradient(135deg,#F0D994,#D7B34B);
    color: #10202B;
    transform: translateY(-2px);
}

.premium-unified-header .menu-toggle span {
    background: #F8F1E4;
}

@media (max-width: 1350px) {
    .premium-unified-header .header-inner.container {
        width: min(1280px, calc(100% - 48px));
    }

    .premium-unified-header .main-nav { gap: 15px; }
    .premium-unified-header .main-nav a { font-size: .84rem; }
    .premium-unified-header .brand-mark-img { width: 58px; height: 58px; }
    .premium-unified-header .brand-title { font-size: 1.9rem; }
    .premium-unified-header .brand-subtitle { font-size: .58rem; }
}

@media (max-width: 1160px) {
    .premium-unified-header .header-phone-home { display: none; }
    .premium-unified-header .main-nav { gap: 11px; }
    .premium-unified-header .main-nav a { font-size: .78rem; }
}

@media (max-width: 860px) {
    .premium-unified-header .header-inner.container {
        width: min(100% - 28px, 1180px);
        height: 74px;
        gap: 14px;
    }

    .premium-unified-header .brand-mark-img { width: 52px; height: 52px; }
    .premium-unified-header .brand-title { font-size: 1.65rem; }
    .premium-unified-header .brand-subtitle {
        font-size: .52rem;
        letter-spacing: .16em;
    }

    .premium-unified-header .menu-toggle {
        display: block;
        margin-left: auto;
    }

    .premium-unified-header .main-nav {
        position: absolute;
        top: 74px;
        left: 0;
        right: 0;
        display: none;
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        padding: 10px 20px 18px;
        margin: 0;
        background: #0A1D2C;
        border-top: 1px solid rgba(201,162,39,.28);
        border-bottom: 1px solid #C9A227;
        box-shadow: 0 16px 30px rgba(0,0,0,.2);
    }

    .premium-unified-header .main-nav.open { display: flex; }

    .premium-unified-header .main-nav a {
        padding: 13px 16px;
        font-size: .92rem;
        color: #F6F0E6;
        border-bottom: 1px solid rgba(255,255,255,.07);
    }

    .premium-unified-header .main-nav a.is-active {
        color: #E7C56F;
        border-bottom-color: rgba(201,162,39,.45);
    }

    .premium-unified-header .header-phone-home { display: none; }
    .premium-unified-header .header-cta-home { display: none; }
}

@media (max-width: 520px) {
    .premium-unified-header .brand-mark-img { width: 46px; height: 46px; }
    .premium-unified-header .brand-title { font-size: 1.35rem; }
    .premium-unified-header .brand-subtitle {
        font-size: .45rem;
        letter-spacing: .12em;
    }
}
