.hdr-topbar         { background:#1A1A2E; color:#fff; overflow:visible; position:relative; z-index:1000; }
.hdr-topbar-inner   { max-width:1280px; margin:0 auto; padding:0 24px; height:44px; display:flex; align-items:center; justify-content:space-between; gap:16px; }
.hdr-topbar-left    { display:flex; align-items:center; gap:20px; }
.hdr-topbar-right   { display:flex; align-items:center; gap:12px; overflow:visible; position:relative; }
.hdr-topbar-link    { display:flex; align-items:center; gap:7px; font-size:13px; color:rgba(255,255,255,0.85); text-decoration:none; }
.hdr-topbar-link:hover { color:#fff; }
.hdr-topbar-social  { color:rgba(255,255,255,0.65); text-decoration:none; }
.hdr-topbar-social:hover { color:#fff; }
.hdr-topbar-divider { width:1px; height:18px; background:rgba(255,255,255,0.15); display:inline-block; }

.hdr-main           { background:#fff; border-bottom:1px solid #E8ECF0; position:sticky; top:0; z-index:999; }
.hdr-inner          { max-width:1280px; margin:0 auto; padding:0 24px; height:88px; display:flex; align-items:center; justify-content:space-between; gap:16px; }
.hdr-logo           { text-decoration:none; flex-shrink:0; display:flex; align-items:center; }
.hdr-logo img       { height:56px; object-fit:contain; max-width:160px; }

.hdr-nav            { display:flex; align-items:center; gap:0; flex-shrink:1; min-width:0; }
.hdr-nav a          { position:relative; font-size:15px; font-weight:500; color:#333; text-decoration:none; padding:8px 10px; border-radius:8px; white-space:nowrap; }
.hdr-nav a:hover    { color:#1A1A2E; }
.hdr-nav a span     { position:absolute; bottom:5px; left:16px; height:2px; background:#1A1A2E; border-radius:2px; width:0; transition:width 0.25s; display:block; }
.hdr-nav a:hover span { width:calc(100% - 32px); }

.hdr-svc-btn        { display:flex; align-items:center; gap:5px; background:none; border:none; cursor:pointer; font-size:15px; font-weight:500; color:#333; padding:8px 10px; border-radius:8px; font-family:inherit; }
.hdr-svc-btn:hover  { color:#1A1A2E; }
.hdr-svc-drop       { display:none; position:absolute; left:0; top:calc(100% + 4px); background:#fff; border:1px solid #E8ECF0; border-radius:12px; box-shadow:0 8px 24px rgba(0,0,0,0.10); min-width:220px; overflow:hidden; z-index:200; }
.hdr-svc-drop a     { display:flex; align-items:center; gap:10px; padding:12px 16px; text-decoration:none; color:#1A1A2E; font-size:14px; font-weight:500; border-top:1px solid #F1F5F9; }
.hdr-svc-drop a:first-child { border-top:none; }
.hdr-svc-drop a:hover { background:#F7F8FA; }

.hdr-actions        { display:flex; align-items:center; gap:10px; }
.hdr-offer-btn      { font-size:14px; font-weight:700; color:#fff; background:#1A1A2E; padding:10px 20px; border-radius:10px; text-decoration:none; white-space:nowrap; flex-shrink:0; }
.hdr-offer-btn:hover { background:#2d2d4e; }

/* Dil seçici */
.hdr-lang-wrap      { position:relative; overflow:visible; }
.hdr-lang-btn       { display:flex; align-items:center; gap:6px; background:none; border:none; cursor:pointer; padding:5px 8px; border-radius:6px; }
.hdr-lang-btn:hover { background:rgba(255,255,255,0.1); }
.hdr-lang-drop      { display:none; position:absolute; right:0; top:calc(100% + 6px); background:#fff; border:1px solid #E8ECF0; border-radius:12px; box-shadow:0 8px 24px rgba(0,0,0,0.12); min-width:155px; z-index:1000; max-height:320px; overflow-y:auto; }
.hdr-lang-drop a    { display:flex; align-items:center; gap:10px; padding:11px 14px; text-decoration:none; color:#1A1A2E; font-size:14px; }
.hdr-lang-drop a:hover { background:#F7F8FA; }

/* Hamburger */
.hdr-hamburger      { display:none; background:none; border:none; cursor:pointer; padding:6px; border-radius:8px; flex-direction:column; gap:5px; }
.hdr-hamburger span { display:block; width:22px; height:2px; background:#1A1A2E; border-radius:2px; }
.hdr-hamburger span:last-child { width:16px; }

/* Mobil dil */
.hdr-mobile-lang    { display:none; }
.hdr-mobile-lang .hdr-lang-btn { padding:5px 8px; }
.hdr-mobile-lang .hdr-lang-btn span { color:#1A1A2E; font-size:13px; font-weight:500; }
.hdr-lang-drop-mobile { right:auto; left:0; z-index:1001; }

/* Mobil menü */
.hdr-mobile-menu    { display:none; background:#fff; border-top:1px solid #E8ECF0; padding:12px 24px 20px; }
.hdr-mobile-link    { font-size:15px; font-weight:500; color:#444; text-decoration:none; padding:11px 12px; border-radius:8px; display:block; }
.hdr-mobile-link:hover { background:#F7F8FA; }
.hdr-mobile-sub     { font-size:15px; font-weight:500; color:#444; text-decoration:none; padding:9px 12px 9px 24px; border-radius:8px; display:block; }
.hdr-mobile-sub:hover { background:#F7F8FA; }

@media (max-width:1200px) {
    .hdr-topbar      { display:none; }
    .hdr-nav         { display:none; }
    .hdr-offer-btn   { display:none !important; }
    .hdr-hamburger   { display:flex; }
    .hdr-mobile-lang { display:flex; align-items:center; }
    .hdr-inner       { padding:0 16px; height:68px; }
}
@media (min-width:1201px) {
    .hdr-mobile-menu { display:none !important; }
    .hdr-mobile-lang { display:none !important; }
}
