/* New homepage footer */
#site-footer {
    display: block;
    width: 100%;
    clear: both;
}

.stf-footer {
    width: 100%;
    background:#172A54;
    color: #FFFFFFB2;
    padding: 72px 0 72px;
    overflow: visible;
    position: relative;
    z-index: 2;
}

.stf-footer__container {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.stf-footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.stf-footer h4 {
    margin-bottom: 20px;
    font-size: inherit;
    font-weight: inherit;
    font-size: 11px;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    letter-spacing: 2.42px;
    color: #FFFFFF;
}

.stf-footer__intro {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 60px;
    width: 100%;
}

.stf-footer__brand-block {
    flex: 1 1 auto;
    max-width: 460px;
}

.stf-footer__brand {
    display: inline-block;
    margin-bottom: 24px;
    text-decoration: none;
}

.stf-footer__brand img {
    display: block;
    height: 41px;
    width: auto;
}

.stf-footer__desc {
    margin: 0;
    max-width:290px;
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 22.75px;
    color:#FFFFFFB2;
}

.stf-footer__newsletter {
    flex: 0 0 450px;
    width: 450px;
    max-width: 100%;
}

.stf-footer__newsletter-title {
    margin: 0 0 12px;
    font-family: 'Raleway', sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2.2px;
    line-height: 1;
    text-transform: uppercase;
    color: #fff;
}

.stf-footer__newsletter-text {
    margin:  20px 0 20px;
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    font-weight: 400;
  width: 290px;
    letter-spacing: 0px;
    color:#FFFFFFB2;
}

.stf-footer__subscribe {
    margin: 0;
}

.stf-footer__subscribe-label {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.stf-footer__subscribe-field {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
    min-height: 50px;
}

.stf-footer__subscribe-field input {
    flex: 1 1 auto;
    min-width: 0;
   
    padding: 12px 16px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 14px;
    background: #78787B6B;
    color: #fff;
    font-family: 'Raleway', sans-serif;
    font-size: 13px;
    line-height: 1.2;
    outline: none;
    box-sizing: border-box;
}

.stf-footer__subscribe-field input::placeholder {
    color: rgba(255, 255, 255, 0.4);
}

.stf-footer__subscribe-field button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 50px;
    width: 50px;
    height: 42px;
    padding: 0;
    border: 0;
    border-radius: 14px;
    background: #971843;
    color: #fff;
    cursor: pointer;
    transition: background 0.2s ease;
}

.stf-footer__subscribe-field button:hover {
    background: #7f1438;
}

.stf-footer__divider {
    border: 1px solid #E8E8EA66;
    margin: 36px 0;
}

.stf-footer__middle {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 0.85fr) minmax(0, 1fr) minmax(320px, 1.5fr);
    gap: 32px 40px;
    align-items: start;
    width: 100%;
}

.stf-footer__col {
    min-width: 0;
}

.stf-footer__col--contact {
    min-width: 320px;
}

.stf-footer__heading {
    margin: 0 0 24px;
    font-family: 'Raleway', sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2.2px;
    line-height: 1.35;
    text-transform: uppercase;
    color: #fff;
}

.stf-footer__links li {
    margin-bottom: 16px;
}

.stf-footer__links li:last-child {
    margin-bottom: 0;
}

.stf-footer__links a {
    display: inline-block;
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #A5ADC1;
    text-decoration: none;
    transition: color 0.2s ease;
}

.stf-footer__links a:hover {
    color: #fff;
}

.stf-footer__contact-item {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 12px;
}

.stf-footer__contact-item--phone {
    align-items: center;
}

.stf-footer__contact-item:last-child {
    margin-bottom: 0;
}

.stf-footer__contact-icon {
    flex: 0 0 14px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: 14px;
    min-width: 14px;
    min-height: 14px;
    margin-top: 3px;
    overflow: visible;
    color: #971843;
}

.stf-footer__contact-icon svg,
.stf-footer__contact-icon img {
    display: block;
    width: 14px;
    height: auto;
    max-width: 14px;
    object-fit: contain;
    overflow: visible !important;
}

.stf-footer__contact-item--phone .stf-footer__contact-icon,
.stf-footer__contact-item--address .stf-footer__contact-icon {
    min-height: 16px;
}

.stf-footer__contact-item--phone .stf-footer__contact-icon {
    align-items: center;
    margin-top: 0;
}

.stf-footer__contact-item--address .stf-footer__contact-icon img {
    height: 16px;
}

.stf-footer__contact-item > a:not([href^="tel:"]),
.stf-footer__contact-item > .stf-footer__address {
    flex: 1 1 0;
    min-width: 0;
}

.stf-footer__contact a {
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.65;
    color: #A5ADC1;
    text-decoration: none;
    transition: color 0.2s ease;
}

.stf-footer__contact a[href^="tel:"] {
    flex: 0 0 auto;
    display: inline-block;
    min-width: max-content;
    white-space: nowrap;
    word-break: keep-all;
    overflow-wrap: normal;
}

/* .stf-footer__contact a[href^="mailto:"] {
    color: #971843;
} */

.stf-footer__contact a:hover {
    color: #fff;
}

.stf-footer__address {
    display: block;
    margin: 0;
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.65;
    color: #A5ADC1;
    overflow-wrap: break-word;
    word-break: normal;
}

.stf-footer__social {
    display: flex;
    gap: 12px;
    margin-top: 28px;
}

.stf-footer__social-link {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    border: 1px solid #E8E8EA;
    color: #fff;
    text-decoration: none;
    transition: border-color 0.2s ease, color 0.2s ease;
    border-radius: 8px;
}

.stf-footer__social-link svg,
.stf-footer__social-link img {
    display: block;
    width: 16px;
    height: 16px;
}

.stf-footer__social-link:hover {
    border-color: #971843;
    color: #971843;
}

.stf-footer a:focus,
.stf-footer a:focus-visible,
.stf-footer button:focus,
.stf-footer button:focus-visible {
    outline: none;
}

.stf-footer__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    flex-wrap: wrap;
    width: 100%;
    flex: 0 0 auto;
    position: relative;
    z-index: 1;
}

.stf-footer__copyright {
    margin: 0;
    font-family: 'Raleway', sans-serif;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 1.68px;
    line-height: 1.4;
    text-transform: uppercase;
    color: #78787B;
}

.stf-footer__legal {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 24px;
}

.stf-footer__legal span,
.stf-footer__legal a {
    font-family: 'Raleway', sans-serif;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 1.8px;
    line-height: 1.4;
    text-transform: uppercase;
    color: #78787B;
}

.stf-footer__legal a {
    text-decoration: none;
    transition: color 0.2s ease;
}

.stf-footer__legal a:hover {
    color: #fff;
}

@media (max-width: 1200px) {
    .stf-footer__middle {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 36px 40px;
    }

    .stf-footer__col--contact {
        min-width: 260px;
    }
}

@media (max-width: 1024px) {
    .stf-footer {
        padding: 60px 0 40px;
    }

    .stf-footer__intro {
        flex-direction: column;
        gap: 36px;
    }

    .stf-footer__newsletter {
        flex: 1 1 auto;
        width: 100%;
        max-width: 420px;
    }

    .stf-footer__divider {
        margin: 36px 0;
    }
}

@media (max-width: 767px) {
    .stf-footer {
        padding: 48px 0 32px;
    }

    .stf-footer__middle {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .stf-footer__bottom {
        flex-direction: column;
        align-items: flex-start;
    }

    .stf-footer__legal {
        gap: 16px 24px;
    }
}

@media (max-width: 575px) {
    .stf-footer__newsletter {
        max-width: none;
    }
}
