.footer-new {
    background: linear-gradient(180deg, #3A5F79 0%, #233441 100%);
    font-family: 'Inter', Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    padding: 0;
    margin: 0;
    border: none;
    width: 100%;
    box-sizing: border-box;
    overflow-x: hidden;
    position: relative;
    z-index: 10;
}

/* Layout main row */
.footer-new-main {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    padding: 34px 26px 10px 26px;
    justify-content: space-between;
    align-items: flex-start;
}

/* Brand, left column */
.footer-brand {
    min-width: 240px;
    flex: 300px;
    margin-right: 44px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.footer-logo-row {
    display: flex;
    align-items: center;
    gap: 12px;
}

.footer-logo-img {
    height: 36px;
    width: auto;
    vertical-align: middle;
}

.footer-brand-name {
    font-size: 34px;
    color: #b8dafd;
    font-weight: bold;
    letter-spacing: 0.03em;
}

.footer-brand-desc {
    font-size: 16px;
    color: #e6f8ff;
    margin: 14px 0 2px 0;
    line-height: 1.6;
}

.footer-contact-row {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 10px;
}

.footer-contact-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 17px;
    color: #fff;
    font-weight: 500;
}

.footer-contact-item svg {
    flex-shrink: 0;
}

.footer-email {
    font-size: 18px;
    text-decoration: none;
    color: #ffffff;
    font-weight: 500;
}

.footer-email a {
    color: #ffffff;
    text-decoration: none;
}

/* Footer links */
.footer-links-row {
    display: flex;
    flex: 4 1 0%;
    gap: 44px;
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
}

.footer-links-col {
    min-width: 150px;
    flex: 1 1 0;
}

.footer-links-col h4 {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 34px;
}

.footer-links-col ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-links-col ul li {
    margin-bottom: 16px;
}

.footer-links-col ul li a {
    color: #d7e8f7;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.01em;
    transition: color 0.18s;
}

.footer-links-col ul li a:hover {
    color: #ff7700;
    text-decoration: underline;
}

/* Divider line */
.footer-divider {
    width: 100%;
    height: 1.5px;
    background: #959595;
    margin-top: 16px;
    border: none;
    display: block;
}

/* Address bar */
.footer-addresses-row {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 24px;
    padding: 30px 24px;
    background: transparent;
    box-sizing: border-box;
}

.footer-address-block {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    flex: 1 1 auto;
    max-width: 300px;
    font-size: 16px;
}

.footer-address-title {
    color: #ff7700;
    font-weight: bold;
    font-size: 1.06rem;
    margin-bottom: 2px;
}

.footer-address-info {
    color: #fff;
    line-height: 1.5;
    font-size: 15px;
}

.footer-address-divider {
    display: none;
}

/* Footer bar bottom */
.footer-new-bar {
    width: 100%;
    background: none;
    color: #d7e8f7;
    font-size: 14px;
    padding: 18px 0 10px 0;
    letter-spacing: 0.01em;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 4px;
}

.footer-brand-highlight {
    color: #ff7700;
    font-weight: bold;
}

/* --- RESPONSIVE ADJUSTMENTS --- */
@media (max-width: 1100px) {
    .footer-new-main {
        flex-direction: column;
        gap: 24px;
        padding: 34px 20px 0 20px;
        align-items: flex-start;
    }

    .footer-brand {
        margin-right: 0;
    }

    .footer-links-row {
        flex-direction: column;
        gap: 22px;
        width: 100%;
        margin-top: 20px;
    }
}

@media (max-width: 800px) {
    .footer-brand-name {
        font-size: 20px;
    }

    .footer-new-main {
        padding: 22px 0 0 0;
    }

    .footer-links-col h4 {
        font-size: 15px;
        margin-bottom: 10px;
    }

    .footer-address-title {
        font-size: 16px;
    }

    .footer-address-info {
        font-size: 15px;
    }

    .footer-brand-desc {
        font-size: 15px;
    }

    .footer-new-bar {
        font-size: 15px;
    }
}

@media (max-width: 700px) {
    .footer-new {
        padding-left: 18px !important;
        padding-right: 18px !important;
    }

    .footer-new-main {
        flex-direction: column !important;
        align-items: flex-start !important;
        padding: 16px 0 0 0 !important;
        padding-bottom: 0 !important;
    }

    .footer-brand {
        margin-bottom: 0 !important;
        padding-bottom: 24px !important;
        flex: initial !important;
        min-width: 0 !important;
        max-width: 100% !important;
        width: 100% !important;
    }

    .footer-links-row {
        flex-direction: column !important;
        gap: 16px !important;
        width: 100% !important;
        margin-top: 0 !important;
    }

    .footer-addresses-row {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 17px !important;
        padding: 18px 0 8px 0 !important;
    }

    .footer-address-divider {
        display: none !important;
    }

    .footer-address-block {
        margin: 5px 0 !important;
        max-width: 100% !important;
        width: 100% !important;
    }
}


@media screen and (max-width: 900px) {
    .services-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }

    .service-card {
        flex-direction: column;
        padding: 16px;
        gap: 16px;
        min-height: auto;
    }

    .service-image {
        flex: 0 0 200px;
    }

    .service-content {
        padding: 0;
    }

    .diff-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }

    .diff-badge {
        width: auto !important;
    }

    section,
    .services-section,
    .sira-section,
    .differentiation-section,
    .testimonials-section,
    .faq-cta-section {
        padding: 20px !important;
        gap: 20px !important;
        width: 100%;
        z-index: 2;
    }

    .hero-wrapper {
        padding: 0 !important;
    }

    .faq-cta-section {
        margin-bottom: auto;
        /* Adjust based on mobile footer height */
    }
}
