/* TUAM — Anasayfa bölüm ayırıcıları */

.tuam-home-section {
    position: relative;
    padding: 0 0 32px;
    margin-bottom: 12px;
    border: none;
}

.tuam-home-section--hero {
    padding: 0 0 20px;
    margin-bottom: 12px;
    background: #dce4f0;
}

.tuam-home-section--quick {
    background: transparent;
    box-shadow: none;
}

.tuam-home-section--news {
    background: #f0f3f9;
    box-shadow: 0 1px 0 rgba(24, 41, 88, .04);
}

.tuam-home-section--faq {
    background: #f0f3f9;
    box-shadow: 0 1px 0 rgba(24, 41, 88, .04);
}

.tuam-home-section--map {
    padding: 0;
    margin-bottom: 0;
    background: #f0f3f9;
    box-shadow: 0 1px 0 rgba(24, 41, 88, .04);
}

.tuam-home-section--map .tuam-home-section__container {
    padding-top: 32px;
    padding-bottom: 0;
}

.tuam-home-section__container {
    max-width: 1140px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}

.tuam-home-section--quick .tuam-home-section__container,
.tuam-home-section--news .tuam-home-section__container,
.tuam-home-section--faq .tuam-home-section__container {
    padding-top: 32px;
}

.tuam-section-head {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 18px;
    flex-shrink: 0;
}

.tuam-section-head--split {
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 12px 16px;
}

.tuam-section-head__icon {
    width: 44px;
    height: 44px;
    border-radius: var(--tuam-radius, 10px);
    background: linear-gradient(135deg, #182958 0%, #243d75 100%);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    flex-shrink: 0;
    box-shadow: 0 4px 14px rgba(24, 41, 88, .15);
}

.tuam-section-head__icon i {
    color: #fff;
}

.tuam-section-head__text {
    min-width: 0;
    flex: 1;
}

.tuam-section-head__eyebrow {
    display: block;
    font-size: .68rem;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #f68b29;
    margin-bottom: 3px;
}

.tuam-section-head h2,
.tuam-section-head h3 {
    margin: 0;
    font-size: 1.15rem;
    font-weight: 800;
    color: #182958;
    letter-spacing: -.02em;
    line-height: 1.25;
}

.tuam-section-head__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin-left: auto;
}

.tuam-section-head__btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 14px;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none !important;
    white-space: nowrap;
    transition: background .15s;
}

.tuam-section-head__btn--primary {
    background: #f68b29;
    color: #fff !important;
}

.tuam-section-head__btn--primary:hover {
    background: #e07a1f;
    color: #fff !important;
}

.tuam-section-head__btn--ghost {
    background: #fff;
    color: #182958 !important;
    border: 1px solid #e2e8f0;
}

.tuam-section-head__btn--ghost:hover {
    border-color: #182958;
    color: #182958 !important;
}

@media (max-width: 768px) {
    .tuam-home-section {
        margin-bottom: 10px;
    }

    .tuam-home-section--quick .tuam-home-section__container,
    .tuam-home-section--news .tuam-home-section__container,
    .tuam-home-section--faq .tuam-home-section__container {
        padding-top: 24px;
    }

    .tuam-section-head--split .tuam-section-head__actions {
        width: 100%;
        margin-left: 0;
    }

    .tuam-section-head__btn {
        flex: 1;
        justify-content: center;
    }
}
