/* Baron Group — page title band (shared across TR / EN / IL) */

.page-title-band {
    position: relative;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding: 52px 20px 48px;
    background-color: #f7f4ef;
    background-image: url("https://www.barongrp.net/pics/page-title-band-bg.svg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-top: 1px solid #e0d6ca;
    border-bottom: 1px solid #d8cdc0;
    text-align: center;
    overflow: hidden;
}

.page-title-band::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        180deg,
        rgba(255, 255, 255, 0.55) 0%,
        rgba(255, 253, 250, 0.42) 50%,
        rgba(250, 247, 243, 0.5) 100%
    );
    z-index: 0;
}

.page-title-band::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: min(720px, 82%);
    height: 1px;
    transform: translateX(-50%);
    background: linear-gradient(
        90deg,
        rgba(209, 103, 15, 0) 0%,
        rgba(209, 103, 15, 0.35) 50%,
        rgba(209, 103, 15, 0) 100%
    );
    z-index: 0;
}

.page-title-band > .col,
.page-title-band .bs-heading {
    position: relative;
    z-index: 1;
}

.page-title-band .bs-heading {
    max-width: 820px;
    margin: 0 auto;
    padding: 0 12px;
}

.page-title-band .bs-title,
.page-title-band .bs-title.contitle2,
.page-title-band .contitle2 {
    margin: 0;
    padding: 0;
    font-family: "Josefin Sans", "Poppins", sans-serif;
    font-size: clamp(1.45rem, 3.2vw, 2rem);
    font-weight: 700;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #1a2233 !important;
    text-decoration: none;
}

.page-title-band .bs-title u,
.page-title-band .contitle2 u {
    text-decoration: none;
    border-bottom: none;
    color: inherit !important;
}

.page-title-band .bs-title::after {
    content: "";
    display: block;
    width: 72px;
    height: 4px;
    margin: 18px auto 0;
    border-radius: 999px;
    background: linear-gradient(90deg, #d1670f 0%, #e07f1f 55%, #f0993a 100%);
    box-shadow: 0 2px 12px rgba(209, 103, 15, 0.28);
}

.page-title-band .subtitle2 {
    display: block;
    margin: 22px auto 0;
    padding: 0;
    font-weight: 400;
    line-height: 1.7;
    color: transparent !important;
}

.page-title-band .subtitle2 b {
    font-weight: inherit;
    color: transparent !important;
}

.page-title-band .title-slogan {
    display: block;
    max-width: 680px;
    margin: 0 auto;
    font-family: "Poppins", sans-serif;
    font-size: clamp(1rem, 2.1vw, 1.2rem);
    font-weight: 600;
    font-style: normal;
    line-height: 1.55;
    letter-spacing: 0.01em;
    color: #d1670f !important;
}

.page-title-band .title-subline {
    display: block;
    max-width: 620px;
    margin: 12px auto 0;
    font-family: "Poppins", sans-serif;
    font-size: clamp(0.9rem, 1.8vw, 1.02rem);
    font-weight: 400;
    font-style: normal;
    line-height: 1.7;
    letter-spacing: 0.01em;
    color: #5b6472 !important;
}

html[dir="rtl"] .page-title-band .title-slogan,
html[dir="rtl"] .page-title-band .title-subline {
    font-family: "Heebo", "Poppins", sans-serif;
}

@media (max-width: 800px) {
    .page-title-band {
        padding: 38px 16px 34px;
    }

    .page-title-band .bs-title,
    .page-title-band .contitle2 {
        letter-spacing: 0.04em;
    }

    .page-title-band .bs-title::after {
        width: 56px;
        height: 3px;
        margin-top: 14px;
    }

    .page-title-band .subtitle2 {
        margin-top: 18px;
    }

    .page-title-band .title-subline {
        margin-top: 10px;
    }
}

@media (max-width: 480px) {
    .page-title-band {
        padding: 32px 14px 30px;
    }

    .page-title-band .bs-heading {
        padding: 0 4px;
    }
}

/* Footer — same soft enterprise surface as page title band */

footer.site-footer {
    position: relative;
    background-color: #f7f4ef !important;
    background-image: url("https://www.barongrp.net/pics/page-title-band-bg.svg") !important;
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    border-top: 1px solid #e0d6ca;
    overflow: hidden;
}

footer.site-footer::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        180deg,
        rgba(255, 255, 255, 0.55) 0%,
        rgba(255, 253, 250, 0.42) 50%,
        rgba(250, 247, 243, 0.5) 100%
    );
    z-index: 0;
    pointer-events: none;
}

footer.site-footer > .overlay,
footer.site-footer .overlay {
    position: relative;
    z-index: 1;
    background: transparent !important;
    background-color: transparent !important;
}

footer.site-footer .bs-footer-copyright {
    position: relative;
    z-index: 1;
    padding: 28px 0 32px;
    background: transparent !important;
    background-color: transparent !important;
}

footer.site-footer .bs-footer-copyright,
footer.site-footer .bs-footer-copyright a,
footer.site-footer .ftrtxt,
footer.site-footer .site-info,
footer.site-footer .site-info a {
    color: #5b6472 !important;
}

footer.site-footer .bs-footer-copyright a:hover,
footer.site-footer .bs-footer-copyright a:focus,
footer.site-footer .site-info a:hover {
    color: #d1670f !important;
}

footer.site-footer .signature {
    color: #d1670f !important;
}
