/* Shared section headings (homepage v7 / TNF) */
.section_head {
    text-align: center;
    margin-bottom: clamp(2rem, 4vw, 2.75rem);
    max-width: 42rem;
    margin-left: auto;
    margin-right: auto;
}

.section_head h2 {
    font-family: var(--fontFamily1, "Plus Jakarta Sans", sans-serif);
    font-size: clamp(1.75rem, 3vw, 2.5rem);
    line-height: 1.25;
    font-weight: 800;
    color: #1f2b40;
    margin-bottom: 0.75rem;
}

.section_head h5 {
    font-family: var(--fontFamily2, "Inter", sans-serif);
    font-size: clamp(1rem, 1.5vw, 1.125rem);
    line-height: 1.6;
    font-weight: 400;
    color: #656a7b;
    margin-bottom: 0;
}

.section_head.withBtn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: left;
    gap: 1.25rem;
    max-width: none;
}

html[dir="rtl"] .section_head.withBtn {
    text-align: right;
}

.section_head.withBtn .view-all-btn {
    white-space: nowrap;
}

.section_head.withBtn .view-all-btn a {
    background: var(--system_primary_color, linear-gradient(173.69deg, #660afb 26.21%, #a737ff 81.64%));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-family: var(--fontFamily1, "Plus Jakarta Sans", sans-serif);
    font-weight: 600;
    font-size: 1rem;
    text-decoration: none;
}

.section_head.withBtn .view-all-btn a:hover {
    opacity: 0.85;
}

.section_head.withBtn .view-all-btn a i {
    margin-left: 0.35rem;
    font-size: 0.85em;
}

html[dir="rtl"] .section_head.withBtn .view-all-btn a i {
    margin-left: 0;
    margin-right: 0.35rem;
}
