/* --- VARIABLES DE GREENCHEM --- */
:root {
    --primary-green: #0BA14A;
    --text-dark: #333;
    --text-light: #666;
    --white: #ffffff;
    --light-gray: #f4f4f4;
    --max-width: 2560px;
}

@font-face {
    font-family: 'Sofia Pro';
    src: url('../res/fonts/SofiaPro/sofiapro-regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Sofia Pro';
    src: url('../res/fonts/SofiaPro/sofiapro-bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Sofia Pro';
    src: url('../res/fonts/SofiaPro/sofiapro-light.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
}

body {
    font-family: 'Sofia Pro', sans-serif;
    margin: 0;
    padding: 0;
    color: var(--text-dark);
    line-height: 1.6;
    background-color: var(--white);
    overflow-x: hidden;
}

img {
    max-width: 100%;
    height: auto;
}

/* --- ESTRUCTURA GREENCHEM --- */
.width-lock {
    max-width: var(--max-width);
    margin: auto;
    width: 100%;
}

main.width-lock {
    width: 100%;
    display: flex;
    flex-direction: column;
    min-width: 0;
}

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

@media (max-width: 480px) {
    .container {
        padding: 0 16px;
    }
}

.industrial-section--bordered .container {
    padding-left: 120px;
    padding-right: 120px;
    max-width: 1040px;
}

.industrial-section--bordered .grid-2 {
    gap: 80px;
    align-items: center;
}

/* Grid 3: texto e imagen alineados al borde superior (como referencia) */
.industrial-section--grid3 .grid-2 {
    align-items: start;
}

/* Sección sin columna de imagen: contenido a ancho completo, descripción de extremo a extremo */
.grid-full {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    min-width: 0;
    width: 100%;
}

.industrial-content--full {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

.industrial-section--full .industrial-content--full p {
    max-width: none;
    width: 100%;
    box-sizing: border-box;
}

.industrial-section--grid3 .industrial-image img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: none;
    display: block;
    object-fit: contain;
    object-position: center;
    image-rendering: -webkit-optimize-contrast;
}

@media (max-width: 1024px) {
    .industrial-section--bordered .container,
    .why-greenchem-section__inner {
        padding-left: 56px;
        padding-right: 56px;
    }

    .industrial-section--bordered .grid-2 {
        gap: 18px;
    }
}

@media (max-width: 768px) {
    .industrial-section--bordered .container,
    .why-greenchem-section__inner {
        padding-left: 28px;
        padding-right: 28px;
    }

    .industrial-section--bordered .grid-2,
    .co-intro-section__grid.grid-2 {
        gap: 16px;
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .industrial-section--bordered .container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .industrial-section--bordered .grid-2,
    .co-intro-section__grid.grid-2 {
        gap: 14px;
    }
}

/* --- HERO / BANNER (Colombia — video de fondo) --- */
.hero.banner-wrapper {
    position: relative;
    height: 100vh;
    height: 100dvh;
    min-height: 100vh;
    min-height: 100dvh;
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    background-color: #ffffff;
}

/* Móvil y tablet */
@media (max-width: 1024px) {
    .hero.banner-wrapper {
        display: block;
        height: 100dvh;
        min-height: 640px;
        max-height: 1100px;
        overflow: hidden;
        background-color: #ffffff;
    }

    .banner-media {
        display: block;
        z-index: 0;
        background-color: #ffffff;
    }

    .banner-media video {
        object-fit: cover;
        object-position: center center;
    }

    .banner-inner {
        position: relative;
        z-index: 2;
        width: 100%;
        height: 100%;
        min-height: 100%;
        pointer-events: auto;
    }

    .banner-brand-corner {
        transform: scale(0.82);
        transform-origin: bottom right;
    }

    .banner-copy {
        position: absolute;
        left: 0;
        right: 0;
        bottom: clamp(5.5rem, 14vw, 7.5rem);
        top: auto;
        height: auto;
        min-height: auto;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: flex-start;
        padding-top: 0;
        padding-bottom: clamp(0.5rem, 2vw, 1rem);
        padding-left: clamp(28px, 6.5vw, 44px);
        padding-right: clamp(20px, 5vw, 32px);
        box-sizing: border-box;
        background: transparent;
    }

    .banner-text-content {
        position: relative;
        z-index: 1;
        left: auto;
        transform: none;
        width: 100%;
        max-width: min(440px, 92vw);
        margin: 0 auto;
        padding: 0;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        text-align: left;
        box-sizing: border-box;
    }

    .banner-title-block {
        animation: none;
        opacity: 1;
        width: 100%;
        text-align: left;
    }

    .banner-title-block .banner-title-primary,
    .banner-title-block .banner-title-secondary {
        font-family: 'Sofia Pro', sans-serif;
        font-size: clamp(2.6rem, 12.5vw, 3.65rem);
        font-weight: 800;
        color: var(--primary-green);
        line-height: 1.05;
        letter-spacing: 0.03em;
        display: block;
        width: 100%;
        text-align: left;
        margin-left: 0;
        margin-right: 0;
    }

    .banner-tagline {
        margin-top: clamp(0.9rem, 3.5vw, 1.35rem);
        width: 100%;
        opacity: 1;
        animation: none;
        display: flex;
        justify-content: flex-start;
    }

    .banner-tagline-inner {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        justify-content: flex-start;
        gap: 12px;
        max-width: 100%;
        margin: 0;
        text-align: left;
    }

    .banner-tagline-text {
        font-family: 'Sofia Pro', sans-serif;
        font-size: clamp(0.92rem, 4vw, 1.15rem);
        font-weight: 700;
        line-height: 1.5;
        color: #222222;
        text-align: left;
        margin: 0;
        text-transform: uppercase;
        letter-spacing: 0.05em;
    }

    .banner-tagline-icon {
        border-top-width: 7px;
        border-bottom-width: 7px;
        border-left-width: 10px;
        margin-top: 6px;
        flex-shrink: 0;
    }
}

/* Desktop: tagline-inner transparente al layout existente */
@media (min-width: 1025px) {
    .banner-tagline-inner {
        display: contents;
    }
}

.banner-media {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    pointer-events: none;
    background-color: #ffffff;
}

.banner-media .banner-bg-video {
    width: 100%;
    height: 100%;
    max-width: 100%;
    object-fit: cover;
    object-position: center center;
    display: block;
    opacity: 0;
    transition: opacity 0.4s ease;
    backface-visibility: hidden;
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
}

.banner-media.is-ready .banner-bg-video {
    opacity: 1;
}

/* Marca inferior derecha — trapecio blanco */
.banner-brand-corner {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 4;
    pointer-events: auto;
}

.banner-brand-shape {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: clamp(1rem, 2vw, 1.35rem) clamp(1.75rem, 3.5vw, 2.75rem) clamp(1rem, 2vw, 1.35rem) clamp(2.25rem, 4.5vw, 3.5rem);
    background: #ffffff;
    clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%);
    box-shadow: 0 -2px 24px rgba(0, 0, 0, 0.04);
}

.banner-brand-logo {
    width: clamp(180px, 22vw, 280px);
    height: auto;
    display: block;
}

/* Animación banner: subir desde abajo */
@keyframes bannerSlideUp {
    from {
        opacity: 0;
        transform: translateY(50px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Animación banner-title-block: sale del borde izquierdo */
@keyframes bannerTitleFromLeft {
    from {
        opacity: 0;
        transform: translateX(-80px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* Banner text content — home hero (izquierda, como referencia CO) */
.banner-text-content {
    position: relative;
    z-index: 2;
    width: min(55%, 740px);
    max-width: 780px;
    margin-left: clamp(3.5rem, 11vw, 14%);
    margin-right: auto;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    box-sizing: border-box;
    font-family: 'Sofia Pro', sans-serif;
}

/* Contenedor logo + texto sobre el hero */
.banner-inner {
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
}

.banner-inner > * {
    pointer-events: auto;
}

.banner-copy {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0;
    background: transparent;
}

/* Título hero home: GREENCHEM + INDUSTRIES */
.banner-title-block {
    background: none;
    padding: 0;
    display: block;
    clip-path: none;
    opacity: 0;
    animation: bannerTitleFromLeft 0.8s ease-out forwards;
}

/* Bloque separado del título: misma separación del borde que el título */
.banner-copy-block {
    position: relative;
    z-index: 2;
    padding: 0 22% 0 22%;
    margin-top: 1.25em;
    margin-left: auto;
    max-width: 980px;
    width: 100%;
    box-sizing: border-box;
    text-align: right;
}

.banner-title-block .banner-title-primary,
.banner-title-block .banner-title-secondary {
    font-family: 'Sofia Pro', sans-serif;
    font-size: clamp(2.75rem, 6.25vw, 6.35rem);
    font-weight: 800;
    color: var(--primary-green);
    line-height: 0.95;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    margin: 0;
}

.banner-tagline {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: 1.5rem;
    max-width: 520px;
    opacity: 0;
    animation: bannerSlideUp 0.6s ease-out 0.4s forwards;
}

.banner-tagline-icon {
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 9px solid var(--primary-green);
    margin-top: 3px;
    flex-shrink: 0;
    align-self: center;
}

.banner-tagline-text {
    font-family: 'Sofia Pro', sans-serif;
    font-size: clamp(0.95rem, 1.55vw, 1.3rem);
    font-weight: 700;
    color: #222222;
    line-height: 1.45;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.banner-title-primary {
    font-size: clamp(2rem, 8vw, 9.5rem);
    font-weight: 800;
    color: #0BA14A;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin: 0;
    line-height: 0.9;
}

.banner-title-secondary {
    font-size: clamp(1.6rem, 4vw, 4rem);
    font-weight: 300;
    color: #333333;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin: -0.1em 0 0.4em 0;
    line-height: 1;
}

.banner-subheading {
    font-family: 'Sofia Pro', sans-serif;
    font-weight: 300;
    font-size: clamp(1rem, 1.4vw, 1.2rem);
    color: #555555;
    margin: 0 0 1em 0;
    line-height: 1.4;
}

.banner-copy-block .banner-subheading {
    font-family: 'Sofia Pro', sans-serif;
    font-weight: 700;
    font-size: clamp(1.1rem, 1.4vw, 1.35rem);
    color: #333333;
    margin: 0 0 0.6em 0;
    margin-left: auto;
    line-height: 1.3;
    max-width: 420px;
    opacity: 0;
    animation: bannerSlideUp 0.6s ease-out 0.4s forwards;
}

.banner-description {
    font-family: 'Sofia Pro', sans-serif;
    font-weight: 400;
    font-size: 1.1rem;
    color: #555555;
    line-height: 1.55;
    margin: 0;
    padding-top: 40px;
    max-width: 480px;
    text-align: left;
    opacity: 0;
    animation: bannerSlideUp 0.6s ease-out 0.7s forwards;
}

.banner-copy-block .banner-description {
    text-align: right;
    margin-left: auto;
}

@media (max-width: 480px) {
    .hero.banner-wrapper {
        min-height: 100dvh;
        max-height: none;
    }

    .banner-brand-corner {
        transform: scale(0.72);
        transform-origin: bottom right;
    }

    .banner-copy {
        bottom: clamp(5rem, 13vw, 6.5rem);
        top: auto;
        padding-top: 0;
        padding-bottom: 0.5rem;
        align-items: flex-start;
    }

    .hero.banner-wrapper .banner-copy {
        padding-left: 20px;
        padding-right: 20px;
    }

    .hero.banner-wrapper .banner-title-block .banner-title-primary,
    .hero.banner-wrapper .banner-title-block .banner-title-secondary {
        font-size: clamp(2.5rem, 13vw, 3.5rem);
    }

    .hero.banner-wrapper .banner-tagline-text {
        font-size: clamp(0.88rem, 4.2vw, 1.1rem);
    }

    .hero.banner-wrapper .banner-text-content {
        max-width: 340px;
        left: auto;
        transform: none;
    }

    .hero.banner-wrapper .banner-tagline {
        max-width: 100%;
    }
}

.banner-title-container {
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translateY(-50%);
    z-index: 2;
    color: var(--white);
    text-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.hero-h1 {
    font-size: 6rem;
    line-height: 0.85;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: -3px;
}

.hero-h1 .light {
    font-weight: 300;
}

.hero-h1 .bold {
    font-weight: 800;
    color: var(--primary-green);
}

.hero-sub {
    font-size: 1.4rem;
    font-weight: 400;
    margin-top: 15px;
    letter-spacing: 8px;
    opacity: 0.9;
    text-transform: uppercase;
}

@media (max-width: 1024px) {
    .hero-h1 {
        font-size: 4rem;
    }

    .hero-sub {
        font-size: 1.1rem;
        letter-spacing: 4px;
    }
}

@media (max-width: 768px) {
    .banner-title-container {
        left: 5%;
        top: 50%;
        text-align: center;
        width: 90%;
    }

    .hero-h1 {
        font-size: 3.5rem;
    }
}

/* --- INTRO COLOMBIA (después del banner home) — mismo padding que secciones inferiores --- */
.co-intro-section {
    position: relative;
    z-index: 1;
    background-color: #ffffff;
    font-family: 'Sofia Pro', sans-serif;
}

.co-intro-section__media img {
    width: 100%;
    max-width: 480px;
    height: auto;
    display: block;
    margin: 0 auto;
    object-fit: contain;
}

.co-intro-section__content {
    max-width: 540px;
}

.co-intro-section .co-intro-section__grid.grid-2 {
    gap: 30px;
}

.co-intro-section__text-block {
    display: grid;
    grid-template-columns: auto 1fr;
    column-gap: clamp(12px, 2vw, 20px);
    row-gap: 0.15em;
    align-items: start;
}

.co-intro-section__icon {
    grid-column: 1;
    grid-row: 1;
    border-top-width: clamp(14px, 2.5vw, 22px);
    border-bottom-width: clamp(14px, 2.5vw, 22px);
    border-left-width: clamp(11px, 1.8vw, 18px);
    margin-top: 0.35em;
}

.co-intro-section__heading {
    display: contents;
}

.co-intro-section__heading-line {
    grid-column: 2;
    display: block;
    font-size: clamp(1rem, 2.2vw, 1.45rem);
    font-weight: 800;
    line-height: 1.25;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.co-intro-section__heading-line--dark {
    grid-row: 1;
    color: #333333;
}

.co-intro-section__heading-line--green {
    grid-row: 2;
    margin-bottom: clamp(1rem, 2.5vw, 1.5rem);
    color: var(--primary-green);
}

.co-intro-section__text {
    grid-column: 2;
    font-size: clamp(1rem, 1.15vw, 1.1rem);
    font-weight: 400;
    color: #555555;
    line-height: 1.65;
    margin: 0 0 1.25em;
}

.co-intro-section__text:last-child {
    margin-bottom: 0;
}

.co-intro-section__text strong {
    font-weight: 700;
    color: #333333;
}

@media (max-width: 768px) {
    .co-intro-section__content {
        max-width: 100%;
    }

    .co-intro-section__media img {
        max-width: min(360px, 85vw);
    }
}

/* --- Banner verde (después de intro CO) — mismo ancho/padding que secciones industriales --- */
.co-services-banner-section {
    background-color: #ffffff;
    padding: 0;
    font-family: 'Sofia Pro', sans-serif;
}

.co-services-banner {
    width: 100%;
    max-width: 1040px;
    margin: 0 auto;
    padding: clamp(1.15rem, 2.5vw, 1.65rem) clamp(1.25rem, 3vw, 2rem);
    background-color: var(--primary-green);
    box-sizing: border-box;
    text-align: center;
}

.co-services-banner__title {
    margin: 0;
    font-family: 'Sofia Pro', sans-serif;
    font-size: clamp(0.9rem, 1.85vw, 1.35rem);
    font-weight: 800;
    line-height: 1.35;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #ffffff;
}

@media (max-width: 768px) {
    .co-services-banner__title {
        font-size: clamp(0.82rem, 3.2vw, 1.05rem);
    }
}

/* --- Empacado / almacenamiento: texto izq., imagen der. sobre banner gris --- */
.co-packaging-section,
.co-storage-section {
    --co-align-offset: max(120px, calc((100vw - 1280px) / 2 + 120px));
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #ffffff;
    font-family: 'Sofia Pro', sans-serif;
}

.co-packaging-section__inner,
.co-storage-section__inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(300px, 48vw);
    align-items: center;
    width: 100%;
    min-height: clamp(360px, 42vw, 560px);
}

.co-packaging-section__panel,
.co-storage-section__panel {
    grid-column: 1 / -1;
    grid-row: 1;
    position: relative;
    z-index: 1;
    justify-self: start;
    align-self: center;
    width: calc(52% + clamp(2rem, 5vw, 5rem));
    max-width: calc(100% - min(300px, 48vw) + clamp(2rem, 5vw, 5rem));
    margin: clamp(2rem, 5vh, 3.5rem) 0;
    padding: clamp(2rem, 4vw, 3.25rem) clamp(2rem, 4vw, 3rem) clamp(2rem, 4vw, 3.25rem) 0;
    background-color: #f2f2f2;
    box-sizing: border-box;
}

.co-packaging-section__text-block,
.co-storage-section__text-block {
    position: relative;
    z-index: 3;
    display: grid;
    grid-template-columns: auto 1fr;
    column-gap: clamp(12px, 2vw, 20px);
    align-items: start;
    max-width: 520px;
    margin-left: var(--co-align-offset);
}

.co-packaging-section__icon,
.co-storage-section__icon {
    grid-column: 1;
    grid-row: 1;
    border-top-width: clamp(14px, 2.5vw, 22px);
    border-bottom-width: clamp(14px, 2.5vw, 22px);
    border-left-width: clamp(11px, 1.8vw, 18px);
    margin-top: 0.2em;
}

.co-packaging-section__copy,
.co-storage-section__copy {
    grid-column: 2;
    grid-row: 1;
}

.co-packaging-section__heading,
.co-storage-section__heading {
    margin: 0 0 clamp(0.85rem, 2vw, 1.25rem);
    font-size: clamp(1rem, 2.2vw, 1.45rem);
    font-weight: 800;
    line-height: 1.25;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #333333;
}

.co-packaging-section__text,
.co-storage-section__text {
    margin: 0;
    font-size: clamp(1rem, 1.15vw, 1.1rem);
    font-weight: 400;
    line-height: 1.65;
    color: #555555;
    max-width: 480px;
}

.co-packaging-section__media,
.co-storage-section__media {
    grid-column: 2;
    grid-row: 1;
    z-index: 2;
    align-self: stretch;
    height: 100%;
    min-height: inherit;
    line-height: 0;
    justify-self: end;
    width: 100%;
    pointer-events: none;
}

.co-packaging-section__media img,
.co-storage-section__media img {
    width: 100%;
    height: 100%;
    min-height: clamp(360px, 42vw, 560px);
    object-fit: cover;
    object-position: center;
    display: block;
    box-shadow: none;
    filter: none;
}

@media (max-width: 1024px) {
    .co-packaging-section,
    .co-storage-section {
        --co-align-offset: max(56px, calc((100vw - 1152px) / 2 + 56px));
    }

    .co-packaging-section__inner,
    .co-storage-section__inner {
        grid-template-columns: minmax(0, 1fr) minmax(260px, 46vw);
    }

    .co-packaging-section__panel,
    .co-storage-section__panel {
        width: calc(54% + clamp(1.5rem, 4vw, 3.5rem));
    }
}

@media (max-width: 768px) {
    .co-packaging-section,
    .co-storage-section {
        --co-align-offset: 28px;
    }

    .co-packaging-section__inner,
    .co-storage-section__inner {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        min-height: 0;
    }

    .co-packaging-section__media,
    .co-storage-section__media {
        position: relative;
        flex: 0 0 auto;
        width: 100%;
        height: auto;
        min-height: 0;
        z-index: 1;
        grid-column: unset;
        grid-row: unset;
        order: 0;
        align-self: stretch;
        justify-self: stretch;
    }

    .co-packaging-section__media img,
    .co-storage-section__media img {
        width: 100%;
        height: auto;
        min-height: clamp(220px, 52vw, 340px);
        max-height: 50vh;
        object-fit: cover;
        object-position: center;
    }

    .co-packaging-section__panel,
    .co-storage-section__panel {
        flex: 0 0 auto;
        width: 100%;
        max-width: none;
        margin: 0;
        padding: clamp(1.75rem, 6vw, 2.5rem) 28px;
        grid-column: unset;
        grid-row: unset;
        z-index: 2;
        order: 1;
        align-self: stretch;
        justify-self: stretch;
    }

    .co-packaging-section__text-block,
    .co-storage-section__text-block {
        margin-left: 0;
        max-width: 100%;
    }
}

@media (max-width: 480px) {
    .co-packaging-section,
    .co-storage-section {
        --co-align-offset: 20px;
    }

    .co-packaging-section__panel,
    .co-storage-section__panel {
        padding-left: 20px;
        padding-right: 20px;
    }
}

/* --- Importación / 3PL: imagen izq., texto der. sobre banner gris --- */
.co-trade-section,
.co-3pl-section {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #ffffff;
    font-family: 'Sofia Pro', sans-serif;
}

.co-trade-section__inner,
.co-3pl-section__inner {
    display: grid;
    grid-template-columns: minmax(300px, 48vw) minmax(0, 1fr);
    align-items: center;
    width: 100%;
    min-height: clamp(360px, 42vw, 560px);
}

.co-trade-section__media,
.co-3pl-section__media {
    grid-column: 1;
    grid-row: 1;
    z-index: 2;
    align-self: stretch;
    height: 100%;
    min-height: inherit;
    line-height: 0;
    justify-self: start;
    width: 100%;
    pointer-events: none;
}

.co-trade-section__media img,
.co-3pl-section__media img {
    width: 100%;
    height: 100%;
    min-height: clamp(360px, 42vw, 560px);
    object-fit: cover;
    object-position: center;
    display: block;
    box-shadow: none;
    filter: none;
}

.co-trade-section__panel,
.co-3pl-section__panel {
    grid-column: 1 / -1;
    grid-row: 1;
    position: relative;
    z-index: 1;
    justify-self: end;
    align-self: center;
    width: calc(52% + clamp(2rem, 5vw, 5rem));
    max-width: calc(100% - min(300px, 48vw) + clamp(2rem, 5vw, 5rem));
    margin: clamp(2rem, 5vh, 3.5rem) 0;
    padding: clamp(2rem, 4vw, 3.25rem) 0 clamp(2rem, 4vw, 3.25rem) clamp(2rem, 4vw, 3rem);
    background-color: #f2f2f2;
    box-sizing: border-box;
}

.co-trade-section__text-block,
.co-3pl-section__text-block {
    position: relative;
    z-index: 3;
    display: grid;
    grid-template-columns: auto 1fr;
    column-gap: clamp(12px, 2vw, 20px);
    align-items: start;
    max-width: 520px;
    margin-left: clamp(2rem, 4vw, 3rem);
    margin-right: clamp(1.5rem, 3vw, 2.5rem);
}

.co-trade-section__icon,
.co-3pl-section__icon {
    grid-column: 1;
    grid-row: 1;
    border-top-width: clamp(14px, 2.5vw, 22px);
    border-bottom-width: clamp(14px, 2.5vw, 22px);
    border-left-width: clamp(11px, 1.8vw, 18px);
    margin-top: 0.2em;
}

.co-trade-section__copy,
.co-3pl-section__copy {
    grid-column: 2;
    grid-row: 1;
}

.co-trade-section__heading,
.co-3pl-section__heading {
    margin: 0 0 clamp(0.85rem, 2vw, 1.25rem);
    font-size: clamp(1rem, 2.2vw, 1.45rem);
    font-weight: 800;
    line-height: 1.25;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #333333;
}

.co-trade-section__text,
.co-3pl-section__text {
    margin: 0;
    font-size: clamp(1rem, 1.15vw, 1.1rem);
    font-weight: 400;
    line-height: 1.65;
    color: #555555;
    max-width: 480px;
}

@media (max-width: 1024px) {
    .co-trade-section__inner,
    .co-3pl-section__inner {
        grid-template-columns: minmax(260px, 46vw) minmax(0, 1fr);
    }

    .co-trade-section__panel,
    .co-3pl-section__panel {
        width: calc(54% + clamp(1.5rem, 4vw, 3.5rem));
    }
}

@media (max-width: 768px) {
    .co-trade-section__inner,
    .co-3pl-section__inner {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        min-height: 0;
    }

    .co-trade-section__media,
    .co-3pl-section__media {
        position: relative;
        flex: 0 0 auto;
        width: 100%;
        height: auto;
        min-height: 0;
        z-index: 1;
        grid-column: unset;
        grid-row: unset;
        order: 0;
        align-self: stretch;
        justify-self: stretch;
    }

    .co-trade-section__media img,
    .co-3pl-section__media img {
        width: 100%;
        height: auto;
        min-height: clamp(220px, 52vw, 340px);
        max-height: 50vh;
        object-fit: cover;
        object-position: center;
    }

    .co-trade-section__panel,
    .co-3pl-section__panel {
        flex: 0 0 auto;
        width: 100%;
        max-width: none;
        margin: 0;
        padding: clamp(1.75rem, 6vw, 2.5rem) 28px;
        grid-column: unset;
        grid-row: unset;
        z-index: 2;
        order: 1;
        align-self: stretch;
        justify-self: stretch;
        background: #f2f2f2;
    }

    .co-trade-section__text-block,
    .co-3pl-section__text-block {
        margin-left: 0;
        margin-right: 0;
        max-width: 100%;
    }
}

@media (max-width: 480px) {
    .co-trade-section__panel,
    .co-3pl-section__panel {
        padding-left: 20px;
        padding-right: 20px;
    }
}

/* --- Industrias: bloque verde, listas en dos columnas --- */
.co-industries-section {
    background-color: var(--primary-green);
    padding: clamp(3rem, 6vw, 4.75rem) 0;
    color: #ffffff;
    font-family: 'Sofia Pro', sans-serif;
}

.co-industries-section,
.co-industries-section h2,
.co-industries-section p,
.co-industries-section li {
    font-family: 'Sofia Pro', sans-serif;
}

.co-industries-section__inner {
    max-width: 1040px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 120px;
    padding-right: 120px;
    box-sizing: border-box;
}

.co-industries-section__header {
    text-align: center;
    margin-bottom: clamp(2rem, 4vw, 3rem);
}

.co-industries-section__title {
    font-size: clamp(1.25rem, 2.4vw, 1.75rem);
    font-weight: 800;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin: 0 0 16px;
    line-height: 1.25;
}

.co-industries-section__title-line {
    width: clamp(72px, 10vw, 110px);
    height: 4px;
    background-color: #ffffff;
    margin: 0 auto;
}

.co-industries-section__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: clamp(1.25rem, 3vw, 2.5rem) clamp(2rem, 5vw, 4rem);
    margin-bottom: clamp(2rem, 4vw, 3rem);
}

.co-industries-section__list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.co-industries-section__list li {
    position: relative;
    padding-left: 1.65em;
    margin-bottom: clamp(0.65rem, 1.5vw, 0.9rem);
    font-size: clamp(0.95rem, 1.15vw, 1.05rem);
    font-weight: 400;
    color: #ffffff;
    line-height: 1.45;
}

.co-industries-section__list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0.15em;
    width: 1.05em;
    height: 1.05em;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    color: var(--primary-green);
    font-size: 0.62em;
    font-weight: 800;
    line-height: 1;
    box-sizing: border-box;
}

.co-industries-section__footer {
    max-width: 820px;
    margin: 0 auto;
    text-align: center;
    font-size: clamp(0.95rem, 1.15vw, 1.05rem);
    font-weight: 400;
    line-height: 1.65;
    color: #ffffff;
}

@media (max-width: 1024px) {
    .co-industries-section__inner {
        padding-left: 56px;
        padding-right: 56px;
    }
}

@media (max-width: 768px) {
    .co-industries-section__inner {
        padding-left: 28px;
        padding-right: 28px;
    }

    .co-industries-section__grid {
        grid-template-columns: 1fr;
        gap: 0.5rem;
    }
}

@media (max-width: 480px) {
    .co-industries-section__inner {
        padding-left: 20px;
        padding-right: 20px;
    }
}

/* --- SERVICES: Our Comprehensive Services Include / 3PL --- */
.services-section {
    background-color: #ffffff;
    font-family: 'Sofia Pro', sans-serif;
}

.services-section,
.services-section h2,
.services-section h3,
.services-section p {
    font-family: 'Sofia Pro', sans-serif;
}

.services-section__header {
    text-align: center;
    margin-bottom: 64px;
}

.services-section__title {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: clamp(1.65rem, 3.1vw, 2.4rem);
    font-weight: 800;
    margin: 0 0 14px;
    line-height: 1.12;
    letter-spacing: 0.01em;
    text-transform: none;
}

.services-section__title-row {
    display: block;
}

.services-section__title-dark {
    color: #000000;
}

.services-section__title-green {
    color: var(--primary-green);
}

.services-section__title-line {
    width: 110px;
    height: 6px;
    background-color: var(--primary-green);
    margin: 0 auto;
}

.services-section__features {
    display: flex;
    flex-direction: column;
    gap: 80px;
}

.services-feature {
    align-items: center;
}

.services-feature__media img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
}

.services-feature__heading {
    font-size: clamp(1.25rem, 2.2vw, 1.75rem);
    font-weight: 800;
    color: #3A3A3A;
    margin: 0 0 14px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    line-height: 1.2;
}

.services-feature__heading-line {
    width: 72px;
    height: 4px;
    background-color: var(--primary-green);
    margin-bottom: 22px;
}

.services-feature__text {
    font-size: 1.1rem;
    font-weight: 400;
    color: #555555;
    line-height: 1.6;
    margin: 0;
    max-width: 550px;
}

.services-feature__text strong {
    font-weight: bold;
    color: #333333;
}

@media (max-width: 1024px) {
    /* Tablets y móviles: siempre imagen → texto en cada servicio */
    .services-feature__media {
        order: 1;
    }

    .services-feature__content {
        order: 2;
    }
}

@media (max-width: 768px) {
    .services-section__header {
        margin-bottom: 40px;
    }

    .services-section__features {
        gap: 48px;
    }

    .services-feature {
        align-items: start;
    }

    .services-feature__text {
        max-width: none;
    }
}

@media (max-width: 480px) {
    .services-section__title {
        font-size: 1.5rem;
    }

    .services-section__title-line {
        width: 80px;
        height: 5px;
    }

    .services-feature__heading {
        font-size: 1.15rem;
    }

    .services-feature__text {
        font-size: 1.05rem;
    }
}

/* --- WHY CHOOSE GREENCHEM — caja verde alineada como secciones anteriores --- */
.why-greenchem-section {
    background-color: #ffffff;
    padding: 72px 0 100px;
    color: #ffffff;
    font-family: 'Sofia Pro', sans-serif;
}

.why-greenchem-section,
.why-greenchem-section h2,
.why-greenchem-section h3,
.why-greenchem-section p {
    font-family: 'Sofia Pro', sans-serif;
}

.why-greenchem-section__inner {
    max-width: 1040px;
    margin-left: auto;
    margin-right: auto;
    padding: 72px 120px;
    background-color: var(--primary-green);
    box-sizing: border-box;
}

.why-greenchem-section__header {
    text-align: center;
    margin-bottom: 56px;
}

.why-greenchem-section__title {
    font-size: clamp(1.35rem, 2.5vw, 1.85rem);
    font-weight: 800;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin: 0 0 16px;
    line-height: 1.2;
}

.why-greenchem-section__title-line {
    width: 90px;
    height: 3px;
    background-color: #ffffff;
    margin: 0 auto;
}

.why-greenchem-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px 36px;
}

.why-greenchem-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.why-greenchem-card__icon {
    width: 80px;
    height: 80px;
    margin-bottom: 22px;
    object-fit: contain;
    display: block;
}

.why-greenchem-card__title {
    font-size: clamp(0.8rem, 1.1vw, 0.95rem);
    font-weight: 800;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    line-height: 1.35;
    margin: 0 0 14px;
}

.why-greenchem-card__text {
    font-size: clamp(0.9rem, 1vw, 0.95rem);
    font-weight: 400;
    color: #ffffff;
    line-height: 1.5;
    margin: 0;
    max-width: 280px;
}

@media (max-width: 1024px) {
    .why-greenchem-grid {
        gap: 36px 28px;
    }

    .why-greenchem-card__text {
        max-width: none;
    }
}

@media (max-width: 768px) {
    .why-greenchem-section {
        padding: 56px 0 72px;
    }

    .why-greenchem-section__inner {
        padding-top: 56px;
        padding-bottom: 56px;
    }

    .why-greenchem-section__header {
        margin-bottom: 40px;
    }

    .why-greenchem-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .why-greenchem-card__text {
        max-width: 420px;
    }
}

@media (max-width: 480px) {
    .why-greenchem-section {
        padding: 48px 0 60px;
    }

    .why-greenchem-section__inner {
        padding: 48px 20px;
    }

    .why-greenchem-section__title {
        font-size: 1.2rem;
    }
}

/* --- CTA: Ready to transform... --- */
.cta-ready-section {
    background-color: #ffffff;
    font-family: 'Sofia Pro', sans-serif;
    text-align: center;
}

.cta-ready-section,
.cta-ready-section h2,
.cta-ready-section p,
.cta-ready-section a {
    font-family: 'Sofia Pro', sans-serif;
}

.cta-ready-section__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.cta-ready-section__header {
    margin-bottom: 0;
    width: 100%;
}

.cta-ready-section__title {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: clamp(1.5rem, 2.8vw, 2.25rem);
    font-weight: 800;
    margin: 0 0 16px;
    line-height: 1.2;
    letter-spacing: 0.01em;
    text-transform: none;
}

.cta-ready-section__title-row {
    display: block;
}

.cta-ready-section__title-dark {
    color: #000000;
}

.cta-ready-section__title-green {
    color: var(--primary-green);
}

.cta-ready-section__title-line {
    width: 110px;
    height: 6px;
    background-color: var(--primary-green);
    margin: 0 auto 32px;
}

.cta-ready-section__text {
    font-size: clamp(1rem, 1.15vw, 1.1rem);
    font-weight: 400;
    color: #333333;
    line-height: 1.6;
    margin: 0 auto 36px;
    max-width: 920px;
    text-align: center;
}

.cta-ready-section__btn {
    display: inline-block;
    padding: 16px 44px;
    font-size: 1.05rem;
    letter-spacing: 0.04em;
    text-decoration: none;
}

@media (max-width: 768px) {
    .cta-ready-section__title {
        font-size: clamp(1.35rem, 5vw, 1.65rem);
    }

    .cta-ready-section__text {
        margin-bottom: 28px;
    }
}

@media (max-width: 480px) {
    .cta-ready-section__title-line {
        width: 80px;
        height: 5px;
        margin-bottom: 24px;
    }

    .cta-ready-section__btn {
        padding: 14px 32px;
        font-size: 0.95rem;
    }
}

/* --- INTRO SECTION --- */
.text-center {
    text-align: center;
}

section.section-padding.intro-section {
    background-color: var(--white);
    padding-bottom: 60px;
}

section.section-padding.intro-section + .industrial-section {
    padding-top: 60px;
}

.intro-question {
    font-size: 1.4rem;
    color: #333;
    margin-bottom: 25px;
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;
}

.intro-text {
    font-size: 1.05rem;
    color: #444;
    line-height: 1.6;
    margin: 0;
}

.intro-image {
    max-width: 1040px;
    margin: 0 auto;
}

.intro-image img {
    width: 100%;
    height: auto;
    display: block;
}

/* --- SECCIONES --- */
.section-padding {
    padding: 100px 0;
}

/* Tres imágenes de aplicaciones: mismo ancho que los grids, alineado */
.applications-images {
    padding-top: 0;
    padding-bottom: 80px;
}

/* Mismo ancho y padding que .industrial-section--bordered .container */
.applications-images .container {
    max-width: 1040px;
    padding-left: 120px;
    padding-right: 120px;
}

.applications-images__row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    gap: 32px;
}

.applications-images__row img {
    width: auto;
    height: auto;
    max-width: calc((100% - 64px) / 3);
    display: block;
    vertical-align: middle;
}

@media (max-width: 1024px) {
    .applications-images .container {
        padding-left: 56px;
        padding-right: 56px;
    }
}

@media (max-width: 768px) {
    .applications-images .container {
        padding-left: 28px;
        padding-right: 28px;
    }

    .applications-images__row {
        flex-direction: column;
        align-items: center;
        gap: 24px;
    }

    .applications-images__row img {
        max-width: 100%;
    }
}

@media (max-width: 480px) {
    .applications-images .container {
        padding-left: 20px;
        padding-right: 20px;
    }
}

/* Banner con imagen de fondo: mismo ancho que el contenido de los grids (1040px) */
.content-banner {
    position: relative;
    width: 100%;
    max-width: 1040px;
    margin: 0 auto;
    padding: 80px 0;
    overflow: hidden;
    box-sizing: border-box;
}

.content-banner__bg {
    position: absolute;
    inset: 0;
    background-image: url('../res/imgs/imagen-5_1.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 0;
}

.content-banner__inner {
    position: relative;
    z-index: 1;
    max-width: none;
    padding: 0;
}

.content-banner__text {
    font-family: 'Sofia Pro', sans-serif;
    font-weight: 700;
    font-size: 1.1rem;
    color: #333;
    line-height: 1.5;
    text-align: center;
    margin: 0;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 1024px) {
    .content-banner {
        max-width: calc(100% - 112px);
        padding: 60px 0;
    }
}

@media (max-width: 768px) {
    .content-banner {
        max-width: calc(100% - 56px);
        padding: 48px 0;
    }
}

@media (max-width: 480px) {
    .content-banner {
        max-width: calc(100% - 40px);
        padding: 40px 0;
    }
}

/* --- SECONDARY HERO --- */
.secondary-hero {
    position: relative;
    height: 650px;
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-position: center;
    padding-top: 100px;
}

.secondary-hero-content {
    position: relative;
    z-index: 2;
    padding: 0 5%;
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    text-align: left;
}

.secondary-title-box {
    background-color: #0BA14A;
    padding: 15px clamp(30px, 6vw, 60px) 15px 40px;
    display: inline-flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 65%;
    transform: translateY(-50%);
    min-width: clamp(280px, 60vw, 750px);
    z-index: 5;
}

.hero-title-large {
    font-size: 8rem;
    font-weight: 800;
    color: #fff;
    line-height: 0.9;
    text-transform: uppercase;
    margin: 0;
    letter-spacing: -5px;
    text-align: right;
}

.hero-title-small {
    font-size: 3rem;
    font-weight: 300;
    color: #fff;
    text-transform: uppercase;
    margin: 0;
    letter-spacing: 2px;
    text-align: right;
}

/* Secondary hero — Términos y condiciones (fondo imagen + texto + logo) */
.secondary-hero.secondary-hero--terms {
    position: relative;
    display: flex;
    align-items: stretch;
    min-height: clamp(560px, 75vh, 960px);
    height: auto;
    padding: 0;
    overflow: hidden;
    background-color: #f3f3f3;
    background-image: url('../res/imgs/Banner-T&C.webp');
    background-size: cover;
    background-position: center right;
    background-repeat: no-repeat;
}

.secondary-hero--terms__inner {
    display: flex;
    align-items: center;
    width: 100%;
    min-height: inherit;
    box-sizing: border-box;
}

.secondary-hero--terms__copy {
    position: relative;
    z-index: 2;
    padding-left: max(72px, calc((100vw - 1280px) / 2 + 72px));
    padding-right: clamp(1rem, 3vw, 2.5rem);
    white-space: nowrap;
}

.secondary-hero--terms__title {
    margin: 0;
    font-family: 'Sofia Pro', sans-serif;
    font-size: clamp(3.75rem, 9vw, 7rem);
    font-weight: 800;
    line-height: 0.9;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: var(--primary-green);
    overflow: visible;
}

.secondary-hero--terms__subtitle {
    margin: 0.2em 0 0;
    font-family: 'Sofia Pro', sans-serif;
    font-size: clamp(1.35rem, 2.75vw, 2.15rem);
    font-weight: 400;
    line-height: 1.15;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #333333;
}

/* Logo inferior derecha — trapecio blanco (como home) */
.secondary-hero--terms__brand {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 4;
    pointer-events: auto;
}

.secondary-hero--terms__brand-shape {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: clamp(0.85rem, 1.6vw, 1.2rem) clamp(1.5rem, 3vw, 2.5rem) clamp(0.85rem, 1.6vw, 1.2rem) clamp(2rem, 4vw, 3.25rem);
    background: #ffffff;
    clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%);
    box-shadow: 0 -2px 24px rgba(0, 0, 0, 0.04);
}

.secondary-hero--terms__brand-logo {
    width: clamp(160px, 18vw, 240px);
    height: auto;
    display: block;
}

@media (max-width: 1024px) {
    .secondary-hero.secondary-hero--terms {
        background-position: 60% center;
    }

    .secondary-hero--terms__copy {
        padding-left: 40px;
        white-space: normal;
    }
}

@media (max-width: 768px) {
    .secondary-hero.secondary-hero--terms {
        min-height: clamp(440px, 58vh, 720px);
        background-position: 94% center;
    }

    .secondary-hero--terms__copy {
        padding-left: 16px;
        padding-right: 28px;
        white-space: normal;
    }
}

@media (max-width: 480px) {
    .secondary-hero.secondary-hero--terms {
        min-height: clamp(380px, 52vh, 560px);
        background-position: 60% center;
    }

    .secondary-hero--terms__copy {
        padding-left: 12px;
        padding-right: 20px;
    }

    .secondary-hero--terms__title {
        font-size: clamp(2.35rem, 10vw, 3.25rem);
    }

    .secondary-hero--terms__subtitle {
        font-size: clamp(1rem, 4.5vw, 1.35rem);
        font-weight: 700;
    }

    .secondary-hero--terms__brand-logo {
        width: clamp(120px, 32vw, 160px);
    }
}

/* Secondary hero centrado (FAQ, Privacy — referencia) */
.secondary-hero--centered {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 150px;
}

.secondary-hero__stack {
    position: relative;
    z-index: 5;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
}

.secondary-hero__logo {
    width: auto;
    height: 58px;
    max-width: min(240px, 72vw);
    display: block;
    object-fit: contain;
}

.secondary-hero--centered .secondary-title-box {
    position: static;
    left: auto;
    top: auto;
    transform: none;
    min-width: unset;
    width: auto;
    max-width: min(720px, 92vw);
    background-color: #ffffff;
    padding: 40px 72px;
    align-items: center;
    justify-content: center;
}

.secondary-hero--centered .hero-title-large--green {
    color: var(--primary-green);
    text-align: center;
    font-size: clamp(3.75rem, 9vw, 7.5rem);
    font-weight: 800;
    letter-spacing: -0.03em;
    line-height: 0.92;
}

.secondary-hero--centered .hero-title-small--green {
    color: var(--primary-green);
    text-align: center;
    font-size: clamp(1.35rem, 2.8vw, 2.35rem);
    font-weight: 400;
    letter-spacing: 0.04em;
    line-height: 1.15;
    margin-top: 0.2em;
}

/* FAQ: título más largo en la misma caja centrada */
.secondary-hero--centered-faq .hero-title-large--green {
    font-size: clamp(2.5rem, 7vw, 5.5rem);
}

.secondary-hero--centered-faq .hero-title-small--green {
    font-size: clamp(1.1rem, 2.4vw, 2rem);
}

@media (max-width: 1024px) {
    .hero-title-large {
        font-size: 4rem;
        letter-spacing: -2px;
    }

    .hero-title-small {
        font-size: 1.5rem;
    }

    .secondary-hero {
        height: 400px;
    }

    .secondary-hero.secondary-hero--terms {
        min-height: clamp(440px, 58vh, 720px);
        height: auto;
        padding: 0;
    }

    .secondary-title-box {
        width: 100%;
        box-sizing: border-box;
        padding: 15px 45px 15px 20px;
        align-items: flex-end;
        top: 70%;
    }

    .hero-title-large,
    .hero-title-small {
        text-align: right;
    }

    .secondary-hero--centered {
        padding-top: 110px;
    }

    .secondary-hero--centered .secondary-title-box {
        position: static;
        top: auto;
        transform: none;
        width: auto;
        align-items: center;
        padding: 28px 40px;
    }

    .secondary-hero--centered .hero-title-large--green {
        font-size: clamp(2.75rem, 11vw, 4.75rem);
        text-align: center;
    }

    .secondary-hero--centered .hero-title-small--green {
        font-size: clamp(1.1rem, 3.2vw, 1.75rem);
        text-align: center;
    }

    .secondary-hero--centered-faq .hero-title-large--green {
        font-size: clamp(2rem, 9vw, 3.75rem);
    }

    .secondary-hero--centered-faq .hero-title-small--green {
        font-size: clamp(0.95rem, 2.8vw, 1.5rem);
    }

    .secondary-hero__logo {
        height: 48px;
    }

}

@media (max-width: 480px) {
    .secondary-hero {
        height: 180px;
    }

    .secondary-hero.secondary-hero--terms {
        min-height: clamp(440px, 58vh, 720px);
        height: auto;
        padding: 0;
    }

    .secondary-hero--centered {
        padding-top: 44px;
    }

    .secondary-hero--centered .secondary-title-box {
        padding: 14px 20px;
        gap: 0;
    }

    .secondary-hero--centered .hero-title-large--green {
        font-size: clamp(1.85rem, 13vw, 2.75rem);
    }

    .secondary-hero--centered .hero-title-small--green {
        font-size: clamp(0.75rem, 3.5vw, 1rem);
    }

    .secondary-hero--centered-faq .hero-title-large--green {
        font-size: clamp(1.35rem, 10vw, 2rem);
    }

    .secondary-hero--centered-faq .hero-title-small--green {
        font-size: clamp(0.65rem, 3.2vw, 0.85rem);
    }

    .secondary-hero__stack {
        gap: 14px;
    }

    .secondary-hero__logo {
        height: 34px;
    }

    .hero-title-large {
        letter-spacing: -1px;
    }

    .hero-title-small {
        letter-spacing: 0;
    }

    .secondary-hero-content {
        padding: 0 16px;
    }
}

@media (max-width: 360px) {
    .secondary-hero {
        height: 280px;
    }

    .hero-title-large {
        font-size: 2.4rem;
    }

    .hero-title-small {
        font-size: 1.1rem;
    }
}

.grid-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
    min-width: 0;
}

/* --- HEADER DE SECCIÓN (Estilo Greenchem) --- */
.award-header {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 40px;
}

.arrow-icon.triangle-icon {
    width: 0;
    height: 0;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    border-left: 20px solid var(--primary-green);
    margin-top: 5px;
    flex-shrink: 0;
}

.award-title-line {
    font-size: clamp(1.2rem, 4.5vw, 1.8rem);
    font-weight: 800;
    margin: 0;
    line-height: 1.2;
    color: #444;
    text-transform: uppercase;
    letter-spacing: 1px;
    overflow-wrap: break-word;
    word-wrap: break-word;
}

.text-green-vibrant {
    color: var(--primary-green);
}

/* --- ESSENTIAL BANNER --- */
.essential-banner {
    background-color: var(--primary-green);
    padding: 20px 20px 35px 20px;
    color: var(--white);
    width: 100%;
    max-width: 1040px;
    margin: 0 auto;
    box-sizing: border-box;
}

.essential-banner-title {
    font-size: clamp(1.4rem, 3.2vw, 2.1rem);
    font-weight: 800;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--white);
    text-align: center;
}

.essential-banner-text {
    font-size: 1.15rem;
    max-width: 900px;
    margin: 0 auto;
    line-height: 1.5;
    font-weight: 400;
    color: var(--white);
    text-align: center;
}

/* --- FEATURES SECTION --- */
.features-section {
    background-color: var(--white);
    padding-top: 60px;
    padding-bottom: 60px;
}

.features-container {
    max-width: 1040px;
    margin: 0 auto;
    padding: 0 20px;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.feature-card {
    background-color: #f8f8f8;
    padding: 40px 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 250px;
    justify-content: center;
    box-sizing: border-box;
}

.feature-icon {
    width: 90px;
    height: 90px;
    margin-bottom: 25px;
    object-fit: contain;
}

.feature-title {
    color: var(--primary-green);
    font-size: 1rem;
    font-weight: 800;
    margin: 0 0 10px 0;
    text-transform: uppercase;
    line-height: 1.2;
}

.feature-text {
    color: #555;
    font-size: 0.95rem;
    margin: 0;
    line-height: 1.4;
}

@media (max-width: 768px) {
    .features-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .feature-card {
        padding: 30px 20px;
        min-height: auto;
    }
}

/* --- INDUSTRIES GRID SECTION --- */
.section-title {
    font-size: clamp(1.8rem, 4vw, 2.2rem);
    font-weight: 800;
    margin-bottom: 60px;
    text-transform: uppercase;
    color: #333;
}

.industries-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px 80px;
}

.industry-list-custom {
    list-style: none;
    padding: 0;
    margin: 15px 0 0 0;
}

.industry-list-custom li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 12px;
    font-size: 1rem;
    color: #555;
    line-height: 1.5;
}

.industry-list-custom li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: var(--text-dark);
    font-weight: bold;
}

.industry-content {
    padding-left: 40px;
}

.industry-content p {
    font-size: 1.05rem;
    color: #444;
    margin: 0;
}

@media (max-width: 1024px) {
    .industries-grid {
        gap: 40px 40px;
    }
}

@media (max-width: 768px) {
    .industries-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .section-title {
        margin-bottom: 40px;
    }
}

/* --- BOTONES --- */
.btn {
    display: inline-block;
    padding: 15px 40px;
    text-decoration: none;
    font-weight: 700;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 1.1rem;
}

.btn-vibrant {
    background-color: var(--primary-green);
    color: var(--white);
    border-radius: 0;
    /* Rectangular como en la imagen */
}

.btn-vibrant:hover {
    background-color: #008a3d;
    transform: translateY(-2px);
}

/* --- SECCIÓN INDUSTRIAL --- */
.industrial-subtitle {
    font-size: 1.1rem;
    color: #555;
    margin: 0.4em 0 1em 0;
    max-width: 550px;
    padding-left: 40px;
}

.industrial-content p {
    font-size: 1.1rem;
    color: #555;
    margin-bottom: 25px;
    max-width: 550px;
    padding-left: 40px;
}

.industrial-list {
    font-size: 1.1rem;
    color: #555;
    margin: 0 0 25px 0;
    padding-left: calc(40px + 1.35em);
    max-width: 550px;
    line-height: 1.55;
}

.industrial-list li {
    margin-bottom: 0.5em;
}

.industrial-image {
    width: 100%;
    min-width: 0;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0.5em;
}

.industrial-image img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: none;
    display: block;
    border-radius: 0;
    object-fit: contain;
    object-position: center;
    image-rendering: -webkit-optimize-contrast;
}

/* Imagen grid 1: llena el contenedor sin perder nitidez */
.industrial-image--compact {
    display: flex;
    width: 100%;
    height: 100%;
    min-height: 0;
    align-items: center;
    justify-content: center;
}

.industrial-image--compact img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    display: block;
    object-fit: contain;
    object-position: center;
    image-rendering: -webkit-optimize-contrast;
}

.image-with-gradient {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.image-with-gradient::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    pointer-events: none;
    z-index: 2;
}

/* Bloque de dos imágenes: ocupa todo el contenedor; imagen 1 superior izquierdo, imagen 2 inferior derecho */
.industrial-images-stack {
    display: flex;
    flex-direction: row;
    gap: 28px;
    align-items: stretch;
    min-width: 0;
    width: 100%;
    height: 100%;
    min-height: 0;
}

/* Imagen 1: pegada arriba → espacio blanco en la parte inferior de su columna */
.industrial-images-stack__top {
    flex: 1;
    min-width: 0;
    min-height: 0;
    align-self: stretch;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    background: #fff;
    overflow: hidden;
}

/* Imagen 2: pegada abajo → espacio blanco en la parte superior de su columna */
.industrial-images-stack__bottom {
    flex: 1;
    min-width: 0;
    min-height: 0;
    align-self: stretch;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: stretch;
    background: #fff;
    overflow: hidden;
}

.industrial-images-stack__top img,
.industrial-images-stack__bottom img {
    width: auto;
    height: auto;
    max-width: 100%;
    display: block;
    object-fit: contain;
    image-rendering: -webkit-optimize-contrast;
}

.industrial-images-stack__top img {
    object-position: top left;
}

.industrial-images-stack__bottom img {
    object-position: bottom right;
}

@media (max-width: 1024px) {
    .industrial-images-stack {
        min-height: 200px;
    }
}

@media (max-width: 768px) {
    .industrial-images-stack {
        flex-direction: column;
        max-width: 100%;
        height: auto;
        min-height: 0;
        align-items: center;
        gap: 20px;
    }

    .industrial-images-stack__top,
    .industrial-images-stack__bottom {
        max-width: 280px;
        width: 100%;
        min-height: 0;
        height: auto;
    }

    .industrial-images-stack__top img,
    .industrial-images-stack__bottom img {
        height: auto;
        object-fit: contain;
    }
}

@media (max-width: 768px) {
    .industrial-image {
        max-width: 480px;
        margin: 0 auto;
    }
}

@media (max-width: 480px) {
    .industrial-image {
        max-width: 320px;
    }
}

@media (max-width: 360px) {
    .industrial-image {
        max-width: 280px;
    }
}

/* --- LONG-TERM SECTION (Banner style) --- */
.long-term-section {
    padding: 0 0 60px 0;
}

.long-term-banner {
    position: relative;
    z-index: 2;
    min-height: 600px;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    text-align: center;
    padding: 60px 40px;
    box-sizing: border-box;
    background-color: transparent;
    box-shadow: none;
}

.long-term-banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('../res/imgs/imagen-4.webp');
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 0;
}

.long-term-header,
.long-term-text {
    position: relative;
    z-index: 1;
    max-width: 700px;
}

.long-term-header {
    margin-bottom: 24px;
}

.long-term-title {
    font-size: clamp(1.8rem, 4vw, 2.2rem);
    font-weight: 800;
    color: #333;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0;
    line-height: 1.2;
}

.long-term-title-green {
    color: var(--primary-green);
    font-size: inherit;
}

.long-term-text {
    font-size: 1.1rem;
    color: #333;
    line-height: 1.7;
    margin: 0;
}

.long-term-btn-wrapper {
    text-align: center;
    padding: 32px 20px 0 20px;
}

.long-term-btn {
    border-radius: 0px;
    font-size: 1.2rem;
    padding: 10px 30px;
}

@media (max-width: 1400px) {
    .long-term-banner {
        width: calc(100% - 160px);
        margin-left: 80px;
        margin-right: 80px;
    }

    .long-term-btn-wrapper {
        padding: 32px 80px 0 80px;
    }
}

@media (max-width: 768px) {
    .long-term-banner {
        min-height: 280px;
        width: calc(100% - 48px);
        margin-left: 24px;
        margin-right: 24px;
    }

    .long-term-banner {
        padding: 44px 20px;
    }

    .long-term-btn-wrapper {
        padding: 24px 24px 0 24px;
    }

    .long-term-section {
        padding-bottom: 48px;
    }
}

@media (max-width: 480px) {
    .long-term-banner {
        min-height: 220px;
        width: calc(100% - 32px);
        margin-left: 16px;
        margin-right: 16px;
    }

    .long-term-banner {
        padding: 36px 16px;
    }

    .long-term-btn-wrapper {
        padding: 20px 16px 0 16px;
    }

    .long-term-section {
        padding-bottom: 40px;
    }

    .long-term-title {
        font-size: 1.4rem;
    }

    .long-term-title-green {
        font-size: 1.6rem;
    }

    .long-term-text {
        font-size: 1.1rem;
    }
}

@media (max-width: 360px) {
    .long-term-banner {
        width: calc(100% - 24px);
        margin-left: 12px;
        margin-right: 12px;
        min-height: 200px;
    }

    .long-term-banner {
        padding: 28px 12px;
    }

    .long-term-btn-wrapper {
        padding: 16px 12px 0 12px;
    }
}

/* --- SECCIÓN ALIGNED (Staggered Images) --- */
.aligned-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: 70px;
    align-items: center;
}

.staggered-images {
    position: relative;
    height: 550px;
    width: 100%;
}

.img-large {
    width: 340px;
    max-width: 80%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.img-small {
    width: 280px;
    max-width: 60%;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 2;
}

.staggered-images img {
    box-shadow: none;
}

.aligned-content p {
    font-size: 1.1rem;
    color: #555;
    margin-bottom: 25px;
}

/* --- QUOTE SECTION: imagen de fondo en toda la sección --- */
.quote-section.newsletter-section {
    display: flex;
    flex-direction: column;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.quote-section-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: 0;
}

.quote-section.newsletter-section::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.2);
    z-index: 1;
}

@media (min-width: 900px) {
    .quote-section.newsletter-section {
        flex-direction: row;
        min-height: 480px;
    }
}

@media (max-width: 899px) {
    .quote-section-bg {
        display: block; /* Ensure it stays visible */
    }
}

@media (max-width: 480px) {
    .quote-section.newsletter-section {
        min-height: auto;
    }
}

/* Left Side */
.newsletter-left {
    flex: 1.2;
    padding: 80px 5%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    min-width: 0;
}

@media (max-width: 768px) {
    .newsletter-left {
        padding: 50px 5%;
    }
}

@media (max-width: 480px) {
    .newsletter-left {
        padding: 40px 20px;
    }
}

.newsletter-content-left {
    max-width: 550px;
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
}

.quote-section__header {
    display: flex;
    align-items: flex-start;
    gap: clamp(12px, 2vw, 20px);
    margin-bottom: 0.35rem;
}

.quote-section__icon {
    border-top-width: clamp(14px, 2.5vw, 22px);
    border-bottom-width: clamp(14px, 2.5vw, 22px);
    border-left-width: clamp(11px, 1.8vw, 18px);
    margin-top: 0.35em;
    flex-shrink: 0;
}

.quote-section__heading {
    display: flex;
    flex-direction: column;
    gap: 0.15em;
    margin: 0;
    font-size: clamp(1.35rem, 2.2vw, 1.75rem);
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

.quote-section__heading-line {
    display: block;
}

.quote-section__heading-line--dark {
    color: #333333;
}

.quote-section__heading-line--green {
    color: var(--primary-green);
}

/* Reducir espacio entre el header y el texto en la sección quote */
.quote-section .award-header {
    margin-bottom: 20px; /* Reduced from 40px */
}

.quote-section .industrial-content p {
    margin-bottom: 15px; /* Reduced from 25px */
}

.newsletter-title-left {
    font-size: 2.2rem;
    font-weight: 800;
    color: #333;
    line-height: 1.1;
    margin: 0;
    text-transform: uppercase;
}

.highlight-green-box {
    color: #0BA14A;
    background-color: transparent;
    padding: 0;
    font-weight: 800;
}

/* Quote section: recuadro verde con texto blanco (como en la referencia) */
.quote-section .highlight-green-box {
    background-color: #0BA14A;
    color: white;
    padding: 4px 8px;
    line-height: 1.65;
}

/* Padding del contenido de la quote section (solo escritorio, no móvil) */
@media (min-width: 769px) {
    .quote-section .newsletter-left {
        padding-left: 120px;
        padding-right: 90px;
    }
}

/* Título en dos líneas: más separado y un poco más pequeño */
.quote-section .award-title-wrapper {
    display: block;
}

.quote-section .award-title-wrapper .newsletter-title-left {
    display: block;
    margin-bottom: 14px;
    font-size: 1.75rem;
}

.quote-section .award-title-wrapper .newsletter-title-left:last-child {
    margin-bottom: 0;
}

.newsletter-text {
    font-size: 1.1rem;
    color: #444;
    line-height: 1.6;
    margin: 0;
}

/* Botón WhatsApp: icono por fuera (círculo), de él sale el banner con el texto */
.whatsapp-btn {
    display: inline-flex;
    align-items: stretch;
    justify-content: flex-start;
    gap: 0;
    color: white;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.15rem;
    width: fit-content;
    transition: transform 0.3s ease;
    margin-top: 1rem;
    overflow: visible;
}

.whatsapp-btn:hover {
    transform: scale(1.03);
}

/* Icono verde más grande, sin fondo; el banner sale de su borde derecho */
.whatsapp-icon-bg {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0;
    flex-shrink: 0;
    min-height: 32px;
    position: relative;
    z-index: 1;
}

.whatsapp-icon {
    width: 50px;
    height: 50px;
    color: #0BA14A;
}

/* Banner que sale del icono: borde izquierdo con corte semicircular (como la línea azul curva) */
.whatsapp-text {
    display: inline-flex;
    align-items: center;
    padding: 0 32px 0 28px;
    min-height: 32px;
    line-height: 1;
    background-color: #0BA14A;
    border-radius: 0 12px 12px 0;
    margin-left: -12px;
    position: relative;
    z-index: 0;
    clip-path: url(#whatsapp-banner-clip);
}

/* Right Side */
.newsletter-right {
    flex: 1;
    position: relative;
    padding: 80px 5%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    min-width: 0;
}

.newsletter-right .newsletter-content-right {
    position: relative;
    z-index: 1;
}

@media (max-width: 768px) {
    .newsletter-right {
        padding: 50px 5%;
    }
}

@media (max-width: 480px) {
    .newsletter-right {
        padding: 80px 20px;
    }

    .newsletter-content-right {
        max-width: 100%;
    }
}

.newsletter-content-right {
    max-width: 450px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 1.5rem;
}

.newsletter-title-right {
    font-size: clamp(1.4rem, 6vw, 2.2rem);
    font-weight: 800;
    color: #333;
    line-height: 1.1;
    margin: 0;
    text-transform: uppercase;
}

.newsletter-form {
    display: flex;
    flex-direction: column;
    gap: 18px;
    width: 100%;
    box-sizing: border-box;
}

.newsletter-form * {
    box-sizing: border-box;
}

.newsletter-input {
    padding: 16px 20px;
    border: 1px solid #999;
    border-radius: 0;
    font-size: 1.1rem;
    outline: none;
    background: white;
    width: 100%;
    font-family: 'Sofia Pro', sans-serif;
    box-sizing: border-box;
}

.newsletter-input:focus {
    border-color: #0BA14A;
}

.newsletter-submit-btn {
    padding: 12px 30px;
    background-color: transparent;
    border: 2px solid #0BA14A;
    color: #0BA14A;
    font-size: 1.1rem;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s ease;
    width: fit-content;
    margin: 10px auto 0 0;
}

@media (max-width: 900px) {
    .newsletter-submit-btn {
        margin: 10px auto;
        width: 100%;
    }
}

.newsletter-submit-btn:hover {
    background-color: #0BA14A;
    color: white;
}

/* --- FOOTER (Estilo Nuevo) --- */
footer#footer {
    background-color: #ffffff;
    border-top: 1px solid #eee;
    padding: 60px 0;
}

.footer-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    min-width: 0;
}

@media (max-width: 480px) {
    .footer-container {
        padding: 0 16px;
    }
}

.footer-left {
    position: relative;
    display: flex;
    flex-direction: column;
}

.footer-watermark {
    font-size: 8rem;
    font-weight: 900;
    color: #f7f7f7;
    line-height: 1;
    position: absolute;
    left: -10px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    user-select: none;
    letter-spacing: -5px;
}

.footer-company-name {
    font-size: 1.8rem;
    font-weight: 800;
    color: #333;
    position: relative;
    z-index: 2;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.footer-right {
    text-align: right;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 4px;
}

.footer-logo {
    height: 45px;
    margin-bottom: 5px;
}

.footer-info {
    font-size: 0.9rem;
    color: #888;
    margin: 0;
}

.footer-links {
    font-size: 0.9rem;
    color: #888;
}

.footer-links a {
    color: #888;
    text-decoration: none;
    transition: color 0.3s;
}

.footer-links a:hover {
    color: #0BA14A;
}

.footer-social {
    display: flex;
    justify-content: flex-end;
    gap: 12px;
    margin-top: 5px;
}

.footer-social a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    transition: transform 0.3s ease;
}

.footer-social img {
    width: 100%;
    height: 100%;
    filter: grayscale(1);
    opacity: 0.5;
    transition: all 0.3s ease;
}

.footer-social a:hover {
    transform: translateY(-3px);
}

.footer-social a:hover img {
    filter: grayscale(0);
    opacity: 1;
}

@media (max-width: 768px) {
    footer#footer {
        padding: 48px 0;
    }

    .footer-container {
        flex-direction: column;
        text-align: center;
        gap: 40px;
    }

    .footer-right {
        text-align: center;
        align-items: center;
    }

    .footer-watermark {
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 5rem;
    }
}

@media (max-width: 480px) {
    footer#footer {
        padding: 40px 0;
    }

    .footer-container {
        gap: 32px;
    }

    .footer-watermark {
        font-size: 4rem;
    }

    .footer-company-name {
        font-size: 1.2rem;
    }

    .footer-logo {
        height: 38px;
    }

    .footer-info,
    .footer-links {
        font-size: 0.85rem;
    }
}

@media (max-width: 360px) {
    .footer-watermark {
        font-size: 3rem;
    }

    .footer-company-name {
        font-size: 1.1rem;
    }
}

/* --- INDUSTRIAL SECTION REFINED --- */
.industrial-section-full-width {
    width: 100%;
    overflow: hidden;
    background-color: var(--white);
}

.industrial-content-full-width {
    width: 100%;
    max-width: 1040px;
    margin: 0 auto;
    box-sizing: border-box;
}

.industrial-text-full-width {
    width: 100%;
    max-width: 100%;
}

.industrial-text-full-width p {
    font-size: 1.1rem;
    color: var(--text-light);
    margin-bottom: 25px;
    line-height: 1.7;
    max-width: 100%;
}

@media (max-width: 1040px) {
    .industrial-content-full-width {
        padding: 0 40px;
    }
}

@media (max-width: 768px) {
    .industrial-content-full-width {
        padding: 0 24px;
    }

    .industrial-text-full-width p {
        font-size: 1.1rem;
    }
}

@media (max-width: 480px) {
    .industrial-content-full-width {
        padding: 0 20px;
    }
}

/* --- RESPONSIVE GLOBAL --- */
@media (max-width: 1200px) {
    .grid-2 {
        gap: 60px;
    }
}

@media (max-width: 1024px) {

    .grid-2,
    .aligned-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .industrial-content p {
        max-width: 100%;
    }

    .industrial-content {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        text-align: left;
    }

    .industrial-content .btn {
        align-self: center;
    }

    .staggered-images {
        height: 400px;
    }

    .img-large {
        width: 250px;
    }

    .img-small {
        width: 200px;
    }

    .form-container.newsletter-right {
        width: 100%;
        margin-right: 0;
        margin: 20px;
    }
}

@media (max-width: 768px) {
    .section-padding {
        padding: 60px 0;
    }

    .mobile-reverse {
        display: flex;
        flex-direction: column-reverse;
    }

    .award-header {
        gap: 12px;
        align-items: flex-start;
    }

    .arrow-icon.triangle-icon {
        border-top-width: 15px;
        border-bottom-width: 15px;
        border-left-width: 12px;
    }

    .grid-2 {
        gap: 36px;
    }

    .btn {
        padding: 12px 32px;
        font-size: 1rem;
    }
}

@media (max-width: 480px) {
    .section-padding {
        padding: 48px 0;
    }

    .hero-title-small {
        font-size: 1.2rem;
    }

    .industrial-content p,
    .industrial-subtitle,
    .aligned-content p {
        font-size: 1.1rem;
        margin-bottom: 20px;
        padding-left: 24px;
    }

    .industrial-list {
        padding-left: calc(24px + 1.35em);
    }

    .newsletter-title-left {
        font-size: 1.6rem;
    }

    .newsletter-text {
        font-size: 1.1rem;
    }

    .newsletter-content-left {
        align-items: flex-start;
        text-align: left;
    }

    .whatsapp-btn {
        margin-left: auto;
        margin-right: auto;
        align-self: center;
    }

    .grid-2 {
        gap: 28px;
    }

    .intro-question {
        font-size: 1.15rem;
        margin-bottom: 15px;
    }

    .intro-text {
        font-size: 1rem;
        margin-bottom: 40px;
    }
}

@media (max-width: 360px) {
    .section-padding {
        padding: 40px 0;
    }

    .newsletter-title-left {
        font-size: 1.4rem;
    }
}

/* --- Pantallas ≥ 2000px: menos padding lateral, tipografía más grande --- */
@media (min-width: 2000px) {
    :root {
        --layout-padding-x: 88px;
        --layout-max-width: 1180px;
    }

    body {
        font-size: 1.125rem;
    }

    .industrial-section--bordered .container {
        max-width: var(--layout-max-width);
        padding-left: var(--layout-padding-x);
        padding-right: var(--layout-padding-x);
    }

    .why-greenchem-section__inner {
        max-width: var(--layout-max-width);
        padding-left: var(--layout-padding-x);
        padding-right: var(--layout-padding-x);
    }

    .applications-images .container {
        max-width: var(--layout-max-width);
        padding-left: var(--layout-padding-x);
        padding-right: var(--layout-padding-x);
    }

    .quote-section .newsletter-left {
        padding-left: var(--layout-padding-x);
        padding-right: 72px;
    }

    .banner-text-content {
        width: 52%;
        max-width: 860px;
        margin-left: 13%;
        margin-right: auto;
        padding: 0;
    }

    .banner-title-block .banner-title-primary,
    .banner-title-block .banner-title-secondary {
        font-size: 7.75rem;
    }

    .banner-tagline-text {
        font-size: 1.3rem;
        font-weight: 700;
    }

    .banner-brand-logo {
        width: 300px;
    }

    .co-intro-section__heading {
        font-size: 1.55rem;
    }

    .co-intro-section__text {
        font-size: 1.15rem;
    }

    .services-section__title {
        font-size: 2.65rem;
    }

    .services-feature__heading {
        font-size: 2rem;
    }

    .services-feature__text {
        font-size: 1.25rem;
    }

    .why-greenchem-section__title {
        font-size: 2.1rem;
    }

    .why-greenchem-card__title {
        font-size: 1.1rem;
    }

    .why-greenchem-card__text {
        font-size: 1.1rem;
    }

    .cta-ready-section__title {
        font-size: 2.5rem;
    }

    .cta-ready-section__text {
        font-size: 1.25rem;
    }

    .cta-ready-section__btn {
        font-size: 1.15rem;
        padding: 18px 48px;
    }

    .award-title-line {
        font-size: 2rem;
    }

    .industrial-content p {
        font-size: 1.25rem;
    }

    .intro-text {
        font-size: 1.2rem;
    }

    .quote-section__heading {
        font-size: 2rem;
    }

    .newsletter-text {
        font-size: 1.25rem;
    }

    .newsletter-title-right {
        font-size: 2.5rem;
    }

    .newsletter-input,
    .newsletter-submit-btn {
        font-size: 1.1rem;
    }

    .whatsapp-btn {
        font-size: 1.25rem;
    }

    .footer-container {
        max-width: 1800px;
    }

    .footer-logo {
        height: 65px;
        margin-bottom: 10px;
    }

    .footer-info,
    .footer-links {
        font-size: 1.15rem;
    }

    .footer-social {
        gap: 18px;
        margin-top: 10px;
    }

    .footer-social a {
        width: 40px;
        height: 40px;
    }

    .footer-company-name {
        font-size: 2.8rem;
    }

    .footer-watermark {
        font-size: 14rem;
    }
}

@media (min-width: 2560px) {
    :root {
        --layout-padding-x: 80px;
        --layout-max-width: 1240px;
    }

    .banner-text-content {
        margin-left: 15%;
    }
}

/* Banner home: texto alineado a la izquierda (móvil/tablet) */
@media (max-width: 1024px) {
    .hero.banner-wrapper .banner-copy {
        align-items: flex-start;
        justify-content: flex-end;
    }

    .hero.banner-wrapper .banner-text-content {
        margin-left: clamp(0.5rem, 3vw, 1.25rem);
        margin-right: 0;
        max-width: min(440px, 92vw);
        width: 100%;
    }

    .hero.banner-wrapper .banner-title-block .banner-title-primary,
    .hero.banner-wrapper .banner-title-block .banner-title-secondary {
        font-size: clamp(2.6rem, 12.5vw, 3.65rem);
        color: var(--primary-green);
    }

    .hero.banner-wrapper .banner-tagline-text {
        font-size: clamp(0.92rem, 4vw, 1.15rem);
    }
}

/* Tablets: menos margen lateral (padding + columna de texto más ancha) */
@media (min-width: 481px) and (max-width: 1024px) {
    .hero.banner-wrapper .banner-copy {
        bottom: clamp(6rem, 12vw, 8rem);
        padding-top: 0;
        padding-bottom: clamp(0.5rem, 2vw, 1rem);
        padding-left: 10px;
        padding-right: 10px;
    }

    .hero.banner-wrapper .banner-text-content {
        max-width: min(600px, 94vw);
        width: 100%;
        margin-left: clamp(0.75rem, 4vw, 1.5rem);
    }
}


/* Screen-reader / SEO helper text (not visible on screen) */
.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}