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

@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;
}

/* Imágenes: conservar formato original y relación de aspecto para no perder calidad */
img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

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

main.width-lock {
    width: 100%;
    max-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: stretch;
}

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

.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 {
        padding-left: 56px;
        padding-right: 56px;
    }

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

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

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

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

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

/* --- HERO / BANNER (Estructura Greenchem) --- */
.hero.banner-wrapper {
    position: relative;
    height: 100vh;
    height: 100dvh;
    min-height: 100vh;
    min-height: 100dvh;
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 1024px) {
    .hero.banner-wrapper {
        min-height: 100vh;
        min-height: 100dvh;
        padding: 0;
    }
}

@media (max-width: 768px) {
    .hero.banner-wrapper {
        height: 100vh;
        height: 100dvh;
        min-height: 100vh;
        min-height: 100dvh;
        padding: 0;
    }
}

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

@media (max-width: 360px) {
    .hero.banner-wrapper {
        min-height: 100vh;
        min-height: 100dvh;
        padding: 0;
    }
}

.banner-media {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.banner-media video,
.banner-media img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    object-fit: cover;
    object-position: top center;
    display: block;
}

.banner-media img {
    filter: contrast(1.08) saturate(1.04);
    image-rendering: -webkit-optimize-contrast;
    backface-visibility: hidden;
    transform: translateZ(0);
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.35);
    z-index: 1;
}

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

/* Banner text content - D-Limonene hero */
.banner-text-content {
    position: relative;
    z-index: 2;
    text-align: center;
    max-width: 980px;
    padding: 0 24px;
    width: 100%;
    min-width: 0;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.banner-logo {
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
    height: 145px;
    width: 250px;
    display: block;
    object-fit: contain;
}

@media (max-height: 1050px) {
    .banner-logo {
        top: -10px;
    }
}

/* Título estilo PROPYLENE / CARBONATE (dos líneas, contraste peso) */
.banner-title-hero {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
    margin: 0;
    color: #363636;
    font-family: 'Montserrat', sans-serif;
}

.banner-title-hero .banner-title-line1 {
    font-size: clamp(4rem, 10vw, 7rem);
    font-weight: 800;
    line-height: 0.95;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    margin: 0;
}

.banner-title-hero .banner-title-line2 {
    font-size: clamp(2.2rem, 4vw, 3.2rem);
    font-weight: 300;
    line-height: 1.2;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin: 0.3em 0 0;
}

.banner-title-primary {
    font-size: clamp(2.8rem, 7vw, 5.5rem);
    font-weight: 800;
    color: #333333;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin: 0 0 0.1em 0;
    line-height: 0.95;
}

.banner-title-secondary {
    font-size: clamp(4rem, 4.5vw, 4.2rem);
    font-weight: 600;
    color: #333333;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin: 0 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-title-text {
    margin-top: 190px;
    margin-bottom: 80px;
    opacity: 0;
    animation: bannerSlideUp 0.7s ease-out forwards;
}

.banner-title-hero.banner-title-text {
    font-size: inherit;
}

.banner-text-content .banner-subheading {
    font-family: 'Sofia Pro', sans-serif;
    font-weight: 800;
    font-size: clamp(1.5rem, 1.1vw, 1.05rem);
    color: #333333;
    margin-top: 0.5em;
    line-height: 1;
    opacity: 0;
    animation: bannerSlideUp 0.6s ease-out 0.4s forwards;
}

.banner-description {
    font-family: 'Sofia Pro', sans-serif;
    font-weight: 300;
    font-size: clamp(1rem, 1.1vw, 1.05rem);
    font-weight: 400;
    color: #666666;
    line-height: 1.5;
    margin: 0;
    max-width: 640px;
    text-align: center;
    opacity: 0;
    animation: bannerSlideUp 0.6s ease-out 0.7s forwards;
}

@media (max-width: 768px) {
    .banner-text-content {
        padding: 0 20px;
    }
}

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

    .banner-title-primary {
        font-size: 2.2rem;
    }

    .banner-title-text {
        font-size: inherit;
    }

    .banner-title-hero .banner-title-line1 {
        font-size: 3.8rem;
    }

    .banner-title-hero .banner-title-line2 {
        font-size: 2rem;
    }

    .banner-title-secondary {
        font-size: 1.6rem;
    }

    .banner-subheading {
        font-size: 0.95rem;
    }

    .banner-description {
        font-size: 0.9rem;
    }
}

@media (max-width: 360px) {
    .banner-text-content {
        padding: 0 12px;
    }

    .banner-title-primary {
        font-size: 1.9rem;
    }

    .banner-title-text {
        font-size: inherit;
    }

    .banner-title-hero .banner-title-line1 {
        font-size: 3rem;
    }

    .banner-title-hero .banner-title-line2 {
        font-size: 1.6rem;
    }

    .banner-title-secondary {
        font-size: 1.4rem;
    }

    .banner-subheading {
        font-size: 0.9rem;
    }

    .banner-description {
        font-size: 0.85rem;
    }
}

.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;
    }
}

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

/* Menos espacio entre stability banner y el grid siguiente */
.section-padding.industrial-section--reduced-bottom {
    padding-bottom: 40px;
}
.section-padding.industrial-section--reduced-top {
    padding-top: 40px;
}

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

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

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

.hero-title-small {
    font-size: 3rem;
    font-weight: 300;
    color: #333;
    text-transform: uppercase;
    margin: 0;
}

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

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

    .secondary-hero {
        height: 240px;
    }

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

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

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

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

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

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

    .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: 1.8rem;
    font-weight: 800;
    margin: 0;
    line-height: 1.2;
    color: #444;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

/* --- 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-content p {
    font-size: 1.1rem;
    color: #555;
    margin-bottom: 25px;
    max-width: 550px;
}

/* Grid solo texto: contenido de extremo a extremo sin imagen */
.industrial-content--fullwidth p {
    max-width: none;
}

.industrial-image {
    width: 100%;
    min-width: 0;
    overflow: hidden;
}

/* Conservar formato original: relación de aspecto, sin recorte ni distorsión */
.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: stretch;
    justify-content: stretch;
}

/* Grid 1 y 2: misma calidad y formato original, sin deformar */
.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;
}

/* 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;
    }
}

/* --- STABILITY BANNER (imagen ocupa espacio de columna imagen + columna texto del grid) --- */
.stability-banner {
    position: relative;
    width: 100%;
    min-height: 420px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.stability-banner__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: 85%;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 0;
}

.stability-banner__content {
    position: relative;
    z-index: 1;
    text-align: center;
    max-width: 720px;
    padding: 24px;
}

.stability-banner__title {
    margin: 0 0 20px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
}

.stability-banner__title-line1 {
    font-size: clamp(1.4rem, 2.5vw, 2.2rem);
    font-weight: 700;
    color: #333333;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    line-height: 1.2;
}

.stability-banner__title-line2 {
    font-size: clamp(1.4rem, 2.5vw, 2.2rem);
    font-weight: 700;
    color: var(--primary-green);
    letter-spacing: 0.05em;
    text-transform: uppercase;
    line-height: 1.2;
}

.stability-banner__text {
    font-size: clamp(1rem, 1.1vw, 1.1rem);
    color: #666;
    line-height: 1.7;
    margin: 0;
}

@media (max-width: 768px) {
    .stability-banner {
        min-height: 360px;
    }
}

@media (max-width: 480px) {
    .stability-banner {
        min-height: 320px;
    }
}

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

.long-term-banner {
    position: relative;
    z-index: 2;
    min-height: 320px;
    width: calc(100% - 680.016px);
    max-width: 100%;
    margin-left: 340.008px;
    margin-right: 340.008px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    text-align: center;
    padding: 56px 24px;
    box-sizing: border-box;
}

.long-term-banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('../res/imgs/imagen-3.webp');
    background-size: cover;
    background-position: center;
    filter: grayscale(70%) blur(2px);
    z-index: 0;
}

.long-term-header,
.long-term-text {
    max-width: 700px;
}

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

.long-term-title {
    font-size: clamp(1.6rem, 3vw, 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: clamp(1.8rem, 3.5vw, 2.5rem);
}

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

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

.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: 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: 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: 1.5rem;
}

.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;
}

/* 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: 40px 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: 2.2rem;
    font-weight: 800;
    color: #333;
    line-height: 1.1;
    margin: 0;
    text-transform: uppercase;
}

.newsletter-form {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
}

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

.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: 10px;
}

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

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

.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;
}

@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;
    }
}

/* --- 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%;
    }

    .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;
    }

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

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

    .award-header {
        gap: 10px;
    }

    .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-large {
        font-size: 3rem;
    }

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

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

    .industrial-content p,
    .aligned-content p {
        font-size: 1rem;
        margin-bottom: 20px;
    }

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

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

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

    .whatsapp-text {
        font-size: 1rem;
        padding: 0 10px;
    }

    .whatsapp-icon {
        width: 30px;
        height: 30px;
    }

    .grid-2 {
        gap: 28px;
    }
}

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

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

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