/**
 * Sektör Tanıtım — Solid Medya özel yazılımı
 * © 2026 Solid Medya Yazılım Ajansı · https://solidmedya.com
 * Bu kaynak, Solid Medya tarafından bu proje için özel olarak geliştirilmiştir.
 *
 * İlk boyama — yazı tipi + üst çubuk (PHP gövdesinden ayrıldı)
 */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Roboto'), local('Roboto-Regular');
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: local('Roboto Medium'), local('Roboto-Medium');
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local('Roboto Bold'), local('Roboto-Bold');
}

@font-face {
    font-family: 'Font Awesome 6 Free';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url('../webfonts/fa-solid-900.woff2') format('woff2');
}

.fas,
.far,
.fab {
    display: inline-block;
    min-width: 1em;
    min-height: 1em;
    text-align: center;
    line-height: 1;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Roboto', Arial, sans-serif;
    line-height: 1.6;
    color: #000;
    background: #fff;
    min-height: 100vh;
}

.header {
    background: #fff;
    border-bottom: 2px solid #e9be2d;
    position: sticky;
    top: 0;
    z-index: 1000;
    overflow: visible;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    width: 100%;
}

.premium-firma-card,
.sektor-kart {
    opacity: 1;
    transform: none;
    min-height: 12rem;
}

.home-title-sub {
    min-height: 1.75em;
}

@view-transition {
    navigation: auto;
}

@media (prefers-reduced-motion: reduce) {
    .premium-firma-card,
    .sektor-kart {
        opacity: 1 !important;
        transform: none !important;
        transition: none !important;
    }
}

.sidebar-box-ad {
    contain: layout style;
    min-height: 0;
}

.sidebar-box-ad .reklam-alani {
    aspect-ratio: 350 / 438;
    max-width: 350px;
}

.reklam-resim {
    width: 100%;
    height: auto;
    max-width: 350px;
    aspect-ratio: 350 / 438;
    object-fit: contain;
    background-color: #ffffff;
}

@media (min-width: 769px) {
    .header .container {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }

    .header-top {
        display: flex;
        align-items: center;
        margin-bottom: 0 !important;
    }

    .nav {
        display: flex;
        align-items: center;
        gap: 0.5rem;
        justify-content: flex-end;
        flex: 1;
        min-width: 0;
    }

    .mobile-menu-toggle,
    .mobile-menu-header,
    .mobile-menu-content,
    .mobile-menu-footer,
    .mobile-menu-overlay {
        display: none !important;
    }

    .header-hub-nav {
        display: flex !important;
        align-items: center;
        gap: 0.05rem;
        flex-wrap: nowrap;
        min-width: 0;
    }

    .header-firma-ekle-btn {
        display: inline-flex !important;
        align-items: center;
    }

    .nav-link {
        padding: 0.8rem 1rem 0.2rem 1rem !important;
        position: relative;
        background: transparent !important;
        transform: none !important;
        margin: 0 !important;
        border: none !important;
        min-height: auto !important;
    }

    .nav-link::before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 0;
        height: 3px;
        background-color: #e9be2d;
        transition: width 0.3s ease;
        border-radius: 2px;
        z-index: 2;
    }

    .nav-link:hover::before,
    .nav-link.active::before {
        width: 70%;
    }

    .nav-link:hover {
        color: #5c4800 !important;
    }

    .nav-link::after {
        display: none !important;
    }
}

@media (max-width: 768px) {
    .header-hub-nav,
    .header-firma-ekle-btn {
        display: none !important;
    }
}

.nav::-webkit-scrollbar,
.mobile-menu-content::-webkit-scrollbar,
.header::-webkit-scrollbar {
    display: none !important;
}

.nav,
.mobile-menu-content,
.header {
    -ms-overflow-style: none !important;
    scrollbar-width: none !important;
}

form:tool-form-active {
    outline: 2px dashed #c9a227;
    outline-offset: 2px;
}

button:tool-submit-active,
.arama-btn:tool-submit-active {
    outline: 2px dashed #6d5600;
    outline-offset: 2px;
}

.is-visually-hidden {
    display: none !important;
}

.google-anno,
[class*="google-anno"],
[id^="google-anno"] {
    display: none !important;
}

.nav-link,
.footer-nav-link,
.faq-question,
.premium-firma-card .tag-chip,
.arama-input,
.arama-select,
.arama-hizli-link,
.sidebar-link,
.sidebar-city-tag,
.header-firma-ekle-btn,
.logo-text-primary {
    transition-property: opacity, transform, box-shadow;
}

.noscript-bar {
    padding: 0.6rem 0;
}
