/* --- 15. Empresa NXP --- */
.nxp-empresa-hero {
    margin-top:0;
    margin-bottom:0;
    padding-top:40px;
    padding-bottom:40px;
    padding-left:20px;
    padding-right:20px;
    background-image: url('images/hero_empresa.png');
    background-size:cover;
    background-position:center;
    position:relative;
    min-height: 580px;
    display: flex;
    align-items: center;
}

.nxp-empresa-hero-overlay {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.6);
    z-index:0;
}

.nxp-empresa-hero-content {
    position:relative;
    z-index:1;
    width:100%;
    max-width:900px;
    margin:0 auto;
    text-align:left;
}

.nxp-empresa-hero-eyebrow {
    font-size:14px;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:2px;
    color:#D8225D;
    margin-bottom:15px;
}

.nxp-empresa-hero-title {
    font-size:48px;
    font-weight:700;
    line-height:1.1;
    margin-bottom:20px;
    color:#ffffff;
    text-shadow:0 2px 10px rgba(0,0,0,0.3);
}

.nxp-empresa-hero-desc {
    color:#f1f1f1;
    font-size:18px;
    line-height:1.6;
    margin-bottom:30px;
    max-width:650px;
    text-shadow:0 2px 10px rgba(0,0,0,0.3);
}

.nxp-empresa-valores {
    padding-top:80px;
    padding-bottom:80px;
    background-color:#ffffff;
    margin-top:0;
}

.nxp-empresa-container {
    max-width:1200px;
    margin:0 auto;
    padding:0 20px;
}

.nxp-empresa-title {
    text-align:center;
    font-size:32px;
    font-weight:700;
    line-height:1.2;
    color:#000000;
    margin:0 auto 10px;
}

.nxp-empresa-desc {
    text-align:center;
    color:#666666;
    font-size:16px;
    max-width:800px;
    margin:0 auto 60px;
}

.nxp-empresa-grid {
    display:grid;
    grid-template-columns:repeat(auto-fit, minmax(300px, 1fr));
    gap:40px;
}

.nxp-empresa-valor-card {
    text-align:center;
    padding:30px;
    background:#fdfdfd;
    border:1px solid #eaeaea;
    border-radius:8px;
    box-shadow:0 4px 15px rgba(0,0,0,0.03);
    transition: transform 0.3s ease;
}

.nxp-empresa-valor-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.05);
}

.nxp-empresa-valor-icon {
    width:60px;
    height:60px;
    margin:0 auto 20px;
    color:white;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
}

.nxp-empresa-valor-title {
    font-size:20px;
    font-weight:700;
    margin-bottom:15px;
    color:#333;
}

.nxp-empresa-valor-desc {
    font-size:15px;
    color:#555;
    line-height:1.6;
}

.nxp-empresa-delegaciones {
    padding-top:80px;
    padding-bottom:100px;
    background-color:#f4f4f4;
    margin-top:0;
}

.nxp-office-grid {
    display:grid;
    grid-template-columns:repeat(auto-fit, minmax(220px, 1fr));
    gap:20px;
}

.nxp-office-card {
    background:white;
    border-radius:12px;
    overflow:hidden;
    box-shadow:0 10px 25px rgba(0,0,0,0.05);
    transition:transform 0.3s ease;
    display: flex;
    flex-direction: column;
}

.nxp-office-card:hover {
    transform:translateY(-5px);
    box-shadow:0 15px 35px rgba(0,0,0,0.1);
}

.nxp-office-img {
    height:150px;
    width:100%;
    object-fit:cover;
    object-position:center;
    display:block;
}

.nxp-office-content {
    padding:25px;
    flex-grow: 1;
}

.nxp-office-region {
    font-size:12px;
    color:#1e73be;
    text-transform:uppercase;
    font-weight:800;
    letter-spacing:1px;
    margin-bottom:5px;
}

.nxp-office-region.hq {
    color:#D8225D;
}

.nxp-office-title {
    font-size:22px;
    font-weight:700;
    color:#111;
    margin-bottom:15px;
}

.nxp-office-detail {
    font-size:14px;
    color:#666;
    margin-bottom:10px;
    display:flex;
    align-items:flex-start;
}

.nxp-office-detail svg {
    min-width:16px;
    width:16px;
    height:16px;
    margin-right:8px;
    margin-top:2px;
    color: inherit;
}

.nxp-office-detail.center {
    align-items:center;
}

.nxp-office-detail.center svg {
    margin-top: 0;
}

.nxp-office-detail a {
    color:#1e73be;
    text-decoration:none;
}

/* --- 15. Contact Hero --- */
.nxp-contact-hero {
    margin-top:0;
    margin-bottom:0;
    padding-top:170px !important;
    padding-bottom:170px !important;
    padding-left:20px;
    padding-right:20px;
    background-size:cover;
    background-position:center;
    position:relative;
    min-height: 600px !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.nxp-contact-overlay {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.7);
    z-index:0;
}

.nxp-contact-hero-content {
    position:relative;
    z-index:1;
    width:100%;
    max-width:900px;
    margin: 0 auto;
    text-align: left;
    padding: 20px;
}

.nxp-contact-hero-eyebrow {
    font-size:14px;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:2px;
    color:#D8225D;
    margin-bottom:15px;
}

.nxp-contact-hero-title {
    font-size:48px;
    font-weight:700;
    line-height:1.1;
    margin-bottom:20px;
    color:#ffffff;
    text-shadow: 0 2px 10px rgba(0,0,0,0.3);
}

.nxp-contact-hero-desc {
    color:#f1f1f1;
    font-size:18px;
    line-height:1.6;
    margin-bottom:30px;
    max-width:650px;
    text-shadow: 0 2px 10px rgba(0,0,0,0.3);
}