/* ==========================================================================
   FOOTER NXP EDGE-TO-EDGE
   ========================================================================== */
.nxp-global-footer {
    background-color: #f8fafc;
    color: #555555;
    padding-top: 80px;
    padding-bottom: 40px;
    margin-top: 0;
    border-top: 1px solid #e2e8f0;
}

.nxp-footer-container {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: space-between;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}

.nxp-footer-column {
    flex: 1 1 22%;
    min-width: 250px;
    box-sizing: border-box;
}

.nxp-footer-logo-wrap {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
}

.nxp-footer-logo {
    max-height: 26px;
    width: auto;
    display: block;
}

.nxp-footer-brand {
    font-size: 24px;
    font-weight: 800;
    color: #000000;
    margin: 0;
    letter-spacing: 1px;
    line-height: 1;
}

.nxp-footer-desc {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 20px;
    color: #666666;
}

.nxp-footer-title {
    font-size: 14px;
    font-weight: 700;
    color: #000000;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 15px;
    border-bottom: 1px solid #e2e8f0;
    padding-bottom: 10px;
}

.nxp-footer-list {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 14px;
    line-height: 2;
}

.nxp-footer-list-item-contact {
    display: flex;
    align-items: flex-start;
    margin-bottom: 10px;
    line-height: 1.8;
}

.nxp-footer-icon-contact {
    min-width: 16px;
    width: 16px;
    height: 16px;
    margin-right: 8px;
    margin-top: 4px;
    color: #D8225D;
}

.nxp-footer-link {
    color: #555555;
    text-decoration: none;
    transition: color 0.3s ease;
}

.nxp-footer-link:hover,
.nxp-footer-link:focus {
    color: #D8225D;
}

.nxp-footer-link-highlight {
    color: #D8225D;
    text-decoration: none;
    font-weight: 700;
    display: flex;
    align-items: flex-start;
    line-height: 1.4;
    transition: color 0.3s ease;
}

.nxp-footer-link-highlight:hover,
.nxp-footer-link-highlight:focus {
    color: #000000;
}

.nxp-footer-delegations {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px dashed #e2e8f0;
    line-height: 1.8;
}

.nxp-footer-delegations strong {
    color: #000000;
}

.nxp-footer-social-wrap {
    margin-top: 30px;
}

.nxp-footer-social-icons {
    display: flex;
    gap: 15px;
}

.nxp-footer-social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: #e2e8f0;
    color: #333333;
    text-decoration: none;
    transition: all 0.3s ease;
}

.nxp-footer-social-link:hover,
.nxp-footer-social-link:focus {
    background-color: #D8225D;
    color: #ffffff;
}

.nxp-footer-copyright-wrap {
    padding-top: 30px;
    max-width: 1400px;
    margin: 40px auto 0;
    border-top: 1px solid #e2e8f0;
    text-align: center;
}

.nxp-footer-copyright {
    font-size: 13px;
    color: #888888;
    margin: 0;
}