/* SistemDC — Kurumsal mega menu compact (aligned) */
.header-3 .megamenu .sdc-mega-corporate {
    padding: 10px 8px !important;
    margin: 0 !important;
    background: linear-gradient(180deg, #f8fafc 0%, #eef2f7 100%) !important;
    border-radius: 10px;
    align-items: stretch !important;
}
.header-3 .sdc-mega-corporate > [class*="col"] {
    padding: 4px 8px !important;
    display: flex !important;
}
.header-3 .sdc-corp-panel {
    flex: 1 1 auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    padding: 12px 14px;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
}
.header-3 .sdc-corp-heading {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #475569;
    margin: 0 0 10px;
    padding-bottom: 8px;
    border-bottom: 1px solid #e2e8f0;
    min-height: 32px;
    box-sizing: border-box;
}
.header-3 .sdc-corp-heading i { color: #ff7c00; font-size: 13px; width: 14px; text-align: center; }
.header-3 .sdc-corp-links { display: flex; flex-direction: column; gap: 2px; flex: 1 1 auto; }
.header-3 .sdc-corp-links > a:not(.sdc-corp-contact-item) {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 6px 8px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 500;
    color: #334155 !important;
    text-decoration: none !important;
    line-height: 1.35;
    min-height: 34px;
    box-sizing: border-box;
    transition: background 0.15s ease, color 0.15s ease;
}
.header-3 .sdc-corp-links > a:not(.sdc-corp-contact-item)::before {
    content: "\f105";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 10px;
    color: #94a3b8;
    width: 10px;
    flex-shrink: 0;
}
.header-3 .sdc-corp-links > a:not(.sdc-corp-contact-item):hover { background: #f8fafc; color: #ff7c00 !important; }
.header-3 .sdc-corp-contact-links > .sdc-corp-contact-item {
    display: grid;
    grid-template-columns: 14px 1fr auto;
    align-items: center;
    column-gap: 10px;
    padding: 6px 8px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 500;
    color: #334155 !important;
    text-decoration: none !important;
    line-height: 1.35;
    min-height: 34px;
    box-sizing: border-box;
    transition: background 0.15s ease, color 0.15s ease;
}
.header-3 .sdc-corp-contact-links > a.sdc-corp-contact-item:hover { background: #f8fafc; color: #ff7c00 !important; }
.header-3 .sdc-corp-contact-item > i {
    width: 14px;
    text-align: center;
    color: #ff7c00;
    font-size: 12px;
}
.header-3 .sdc-corp-contact-label {
    font-size: 13px;
    font-weight: 500;
    color: #64748b;
    white-space: nowrap;
}
.header-3 .sdc-corp-contact-value {
    font-size: 13px;
    font-weight: 600;
    color: #0f172a;
    text-align: right;
    white-space: nowrap;
}
.header-3 .sdc-corp-contact-links > a.sdc-corp-contact-item:hover .sdc-corp-contact-value { color: #ff7c00; }
.header-3 .flatmenuli.has-child .megamenu-container { padding-top: 8px; padding-bottom: 8px; }