/* Tur detay sekmeleri: 2 üstte, 2 altta - final override */
.tour-detail-card .tour-tabs,
#tourDetailPage .tour-tabs,
.tour-tabs {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
    border-bottom: 0 !important;
    padding-bottom: 0 !important;
    overflow: visible !important;
    width: 100% !important;
    margin-top: 22px !important;
}

.tour-detail-card .tour-tabs .tab-btn,
#tourDetailPage .tour-tabs .tab-btn,
.tour-tabs .tab-btn {
    width: 100% !important;
    min-width: 0 !important;
    flex: unset !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 13px 10px !important;
    min-height: 46px !important;
    border: 1px solid #e6e6e6 !important;
    border-bottom: 1px solid #e6e6e6 !important;
    border-radius: 12px !important;
    background: #ffffff !important;
    color: #555 !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    line-height: 1.25 !important;
    text-align: center !important;
    white-space: normal !important;
    word-break: normal !important;
    box-shadow: 0 4px 14px rgba(0,0,0,0.04) !important;
}

.tour-detail-card .tour-tabs .tab-btn.active,
#tourDetailPage .tour-tabs .tab-btn.active,
.tour-tabs .tab-btn.active {
    background: #fff5f5 !important;
    color: #e30613 !important;
    border-color: #e30613 !important;
    border-bottom-color: #e30613 !important;
    box-shadow: 0 6px 18px rgba(227,6,19,0.10) !important;
}

@media (max-width: 480px) {
    .tour-detail-card .tour-tabs,
    #tourDetailPage .tour-tabs,
    .tour-tabs {
        gap: 8px !important;
    }
    .tour-detail-card .tour-tabs .tab-btn,
    #tourDetailPage .tour-tabs .tab-btn,
    .tour-tabs .tab-btn {
        font-size: 12px !important;
        padding: 12px 6px !important;
        min-height: 44px !important;
    }
}

/* Kurumsal tipografi sistemi — ERG Tur */
:root {
    --font-corporate: 'Inter', 'Segoe UI', Arial, sans-serif;
}

html,
body,
button,
input,
select,
textarea {
    font-family: var(--font-corporate);
}

body {
    font-weight: 400;
    letter-spacing: -0.006em;
    text-rendering: optimizeLegibility;
    font-feature-settings: 'kern' 1, 'liga' 1;
}

h1,
h2,
h3,
h4,
h5,
h6,
.hero-title,
.section-title,
.category-header h1,
.detail-info h1,
.hotel-page-intro h2,
.tour-hero-overlay h1 {
    font-family: var(--font-corporate);
    font-weight: 700;
    letter-spacing: -0.026em;
}

.main-nav a,
.mobile-nav-links a,
.btn-auth,
.btn-primary,
.btn-secondary,
.filter-tab,
.tab-btn,
.tour-card-title,
.hotel-card-title {
    letter-spacing: -0.012em;
}

input,
select,
textarea,
button {
    font-feature-settings: 'kern' 1, 'liga' 1;
}

