.metallink-network {
    --green: #4c7766;
    --cream: #ebe6e0;
    --dark: #364153;
    --white: #ffffff;
    --shadow-sm: 0px 8px 18px -10px #00000033, 0px 12px 24px -12px #00000026;
    --font-regular: "Inter-Regular", Helvetica;
    --font-medium: "Inter-Medium", Helvetica;
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 100%;
    align-items: center;
    gap: 12px;
    position: relative;
    background-color: var(--white);
    overflow-x: hidden;
}

.metallink-network .header {
    display: inline-flex;
    align-items: center;
    gap: 286px;
    position: relative;
    flex: 0 0 auto;
}

.metallink-network .container {
    display: flex;
    width: 150px;
    height: 150px;
    align-items: center;
    position: relative;
}

.metallink-network .container img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.metallink-network .link {
    position: relative;
    flex: 1 1 auto;
    height: 150px;
    background-size: cover;
    background-position: 50% 50%;
}

.metallink-network .navigation {
    position: relative;
    width: 456.49px;
    height: 60px;
    background-color: #4c7766ed;
    border-radius: 26843500px;
    overflow: hidden;
}

.metallink-network .div {
    position: absolute;
    inset: 0;
    opacity: 0.1;
}

.metallink-network .div-wrapper,
.metallink-network .link-2,
.metallink-network .link-3,
.metallink-network .link-4 {
    position: absolute;
    top: 16px;
    height: 28px;
    display: flex;
}

.metallink-network .div-wrapper { left: 40px; width: 43px; }
.metallink-network .link-2 { left: 123px; width: 69px; }
.metallink-network .link-3 { left: 232px; width: 73px; }
.metallink-network .link-4 { left: 344px; width: 72px; }

.metallink-network .text-wrapper,
.metallink-network .text-wrapper-2,
.metallink-network .text-wrapper-3 {
    margin-top: -1.4px;
    height: 28px;
    font-family: var(--font-regular);
    font-weight: 400;
    color: var(--white);
    font-size: 18px;
    line-height: 28px;
    white-space: nowrap;
}

.metallink-network .text-wrapper { width: 45px; }
.metallink-network .text-wrapper-2 { width: 78px; }
.metallink-network .text-wrapper-3 { width: 79px; }

.metallink-network .button {
    all: unset;
    box-sizing: border-box;
    position: relative;
    width: 171.71px;
    height: 60px;
    background-color: var(--green);
    border-radius: 26843500px;
    box-shadow: var(--shadow-sm);
}

.metallink-network .text-wrapper-4 {
    position: absolute;
    top: 15px;
    left: 29px;
    font-family: var(--font-medium);
    font-weight: 500;
    color: var(--white);
    font-size: 18px;
    text-align: center;
    line-height: 28px;
    white-space: nowrap;
}

.metallink-network .main-content {
    width: 100%;
}

/* Presentación general de servicios */
.services-section {
    width: 100%;
    background-color: var(--cream);
    padding: 56px 24px 96px;
    box-sizing: border-box;
}

.services-shell {
    width: min(100%, 1220px);
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 72px;
}

/* Encabezado principal */
.services-intro {
    width: min(100%, 980px);
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 18px;
    text-align: center;
}

.services-intro h1 {
    margin: 0;
    color: var(--green);
    font-family: var(--font-medium);
    font-size: 48px;
    line-height: 1.1;
}

.services-intro p {
    margin: 0;
    max-width: 760px;
    color: var(--dark);
    font-family: var(--font-regular);
    font-size: 18px;
    line-height: 1.5;
}

/* Tarjetas de servicios principales */
.services-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 30px;
}

.service-card {
    background-color: var(--white);
    border-radius: 18px;
    overflow: hidden;
    box-shadow: var(--shadow-sm);
    display: flex;
    flex-direction: column;
}

.service-card img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    display: block;
}

.service-copy {
    padding: 28px 24px 24px;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.service-copy h2 {
    margin: 0;
    color: var(--green);
    font-family: var(--font-medium);
    font-size: 24px;
    line-height: 1.2;
}

.service-copy p {
    margin: 0;
    color: var(--dark);
    font-family: var(--font-regular);
    font-size: 16px;
    line-height: 1.55;
}

/* Redes asociadas */
.networks-section {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.networks-section h2 {
    margin: 0;
    text-align: center;
    color: var(--green);
    font-family: var(--font-medium);
    font-size: 40px;
    line-height: 1.1;
}

.networks-grid {
    width: min(100%, 1024px);
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 32px;
}

.network-card {
    border-radius: 18px;
    padding: 30px 34px;
    box-shadow: var(--shadow-sm);
    text-decoration: none;
    color: inherit;
}

.network-card-eco {
    background: linear-gradient(135deg, #e7f9ef 0%, #effaf4 100%);
}

.network-card-radio {
    background: linear-gradient(135deg, #e7f3ff 0%, #edf8ff 100%);
}

.network-copy {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.network-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
}

.network-top h3 {
    margin: 0;
    color: var(--green);
    font-family: var(--font-medium);
    font-size: 34px;
    line-height: 1.1;
}

.network-arrow {
    color: var(--green);
    font-size: 30px;
    line-height: 1;
}

.network-copy p {
    margin: 0;
    color: var(--dark);
    font-family: var(--font-regular);
    font-size: 16px;
    line-height: 1.55;
}

.network-link {
    color: #5d8073;
    font-family: var(--font-medium);
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: 0.04em;
}

.metallink-network .footer {
    width: 100%;
    padding: 56px 96px 24px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    background-color: var(--green);
    box-sizing: border-box;
}

.metallink-network .container-50 {
    width: min(100%, 1440px);
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 32px;
}

.metallink-network .container-51,
.metallink-network .container-52,
.metallink-network .container-53,
.metallink-network .container-54 {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.metallink-network .div-wrapper-3,
.metallink-network .div-wrapper-4,
.metallink-network .infraestructura-y-wrapper,
.metallink-network .paragraph-wrapper {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
}

.metallink-network .text-wrapper-26,
.metallink-network .text-wrapper-41 {
    color: var(--white);
    font-family: var(--font-medium);
    font-size: 18px;
    line-height: 1.4;
}

.metallink-network .infraestructura-y,
.metallink-network .text-wrapper-42,
.metallink-network .element-metallink {
    position: static;
    margin: 0;
    color: var(--cream);
    font-family: var(--font-regular);
    font-size: 16px;
    line-height: 1.5;
    white-space: normal;
}

.metallink-network .list,
.metallink-network .list-2 {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.metallink-network .container-54 {
    font-style: normal;
}

.metallink-network .paragraph-wrapper {
    width: min(100%, 1440px);
    margin: 0 auto;
    padding-top: 20px;
    border-top: 0.8px solid #ffffff33;
    display: flex;
    justify-content: center;
}

/* Ajustes para pantallas medianas */
@media (max-width: 1100px) {
    .metallink-network .header {
        gap: 48px;
    }

    .services-grid,
    .networks-grid,
    .metallink-network .container-50 {
        grid-template-columns: 1fr;
    }
}

/* Ajustes para móvil */
@media (max-width: 768px) {
    .metallink-network .header {
        width: 100%;
        padding: 12px 20px;
        box-sizing: border-box;
        justify-content: space-between;
        gap: 16px;
    }

    .metallink-network .container {
        width: 96px;
        height: 96px;
    }

    .metallink-network .navigation {
        transform: scale(0.9);
        transform-origin: center;
    }

    .metallink-network .button {
        display: none;
    }

    .services-section {
        padding: 32px 20px 56px;
    }

    .services-intro h1 {
        font-size: 36px;
    }

    .services-intro p,
    .service-copy p,
    .network-copy p {
        font-size: 16px;
    }

    .service-card img {
        height: 220px;
    }

    .networks-section h2 {
        font-size: 32px;
    }

    .network-top h3 {
        font-size: 28px;
    }

    .metallink-network .footer {
        padding: 40px 20px 20px;
    }
}
