:root {
    --primary-green: #0BA14A;
    --primary-green-dark: #008a3d;
    --text-dark: #333;
    --text-light: #666;
    --white: #ffffff;
    --light-gray: #f4f4f4;
    --page-gray: #FBFAFB;
    --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;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

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

.width-lock {
    max-width: var(--max-width);
    margin: auto;
}

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

.section-padding {
    padding: 100px 0;
}

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

.banner-media {
    position: absolute;
    inset: 0;
    z-index: 0;
}

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

.hero-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: transparent;
}

.banner-text-content {
    position: relative;
    z-index: 2;
    text-align: center;
    max-width: min(92vw, 1100px);
    padding: 40px 24px 48px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.banner-logo-link {
    display: block;
    line-height: 0;
    margin: 0 0 2.6rem;
}

.banner-text-content .banner-logo {
    position: static;
    width: 78px;
    height: auto;
    display: block;
    object-fit: contain;
}

.secondary-hero .banner-logo {
    position: absolute;
    top: 30px;
    left: 30px;
    z-index: 3;
    height: auto;
    width: 70px;
    display: block;
    object-fit: contain;
}

.banner-kicker {
    margin: 0 0 0.15em;
    font-family: 'Sofia Pro', sans-serif;
    font-weight: 700;
    font-size: clamp(1.75rem, 3.2vw, 4.15rem);
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #333333;
    line-height: 1.15;
}

.banner-heading {
    margin: 0 0 3.25rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.35rem;
}

.banner-heading__product {
    font-family: 'Sofia Pro', sans-serif;
    font-weight: 800;
    font-size: clamp(2.6rem, 6.2vw, 8rem);
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: var(--primary-green);
    line-height: 0.95;
}

@media (min-width: 769px) {
    .banner-heading__product {
        white-space: nowrap;
        max-width: 100%;
        font-size: clamp(2.35rem, 4.2vw, 5.4rem);
    }

    .banner-text-content {
        max-width: min(94vw, 1280px);
    }
}

.banner-heading__badge {
    display: inline-block;
    background-color: var(--primary-green);
    color: var(--white);
    font-family: 'Sofia Pro', sans-serif;
    font-weight: 800;
    font-size: clamp(1.55rem, 3.15vw, 4.4rem);
    letter-spacing: 0.08em;
    text-transform: uppercase;
    line-height: 1;
    padding: 0.28em 0.7em 0.22em;
}

.banner-subheading {
    font-family: 'Sofia Pro', sans-serif;
    font-weight: 800;
    font-size: clamp(0.85rem, 1.2vw, 1.75rem);
    color: #333333;
    margin: 0 0 1.35rem;
    line-height: 1.25;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.banner-description {
    font-family: 'Sofia Pro', sans-serif;
    font-weight: 400;
    font-size: clamp(0.95rem, 1.2vw, 1.65rem);
    color: #555555;
    line-height: 1.65;
    margin: 0;
    max-width: min(90%, 1040px);
    text-align: center;
}

.banner-description strong {
    font-weight: 700;
    color: #333333;
}

/* --- OPERATION SECTION --- */
.operation-section {
    background-color: var(--white);
    padding: 72px 120px 88px;
    box-sizing: border-box;
}

.operation-section__inner {
    max-width: 1180px;
    margin: 0 auto;
}

.operation-section__grid {
    display: grid;
    grid-template-columns: minmax(280px, 0.95fr) minmax(0, 1.05fr);
    gap: clamp(2.5rem, 4.5vw, 4.5rem);
    align-items: start;
}

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

.award-header {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 32px;
}

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

.award-title-line--green {
    color: var(--primary-green);
}

.operation-section__content p {
    margin: 0 0 1.35rem;
    font-size: clamp(1rem, 1.15vw, 1.12rem);
    line-height: 1.65;
    color: #555;
    text-align: left;
}

.operation-section__content .btn {
    margin-top: 0.5rem;
}

.btn {
    display: inline-block;
    padding: 15px 40px;
    text-decoration: none;
    font-weight: 700;
    text-transform: none;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 1.1rem;
    font-family: 'Sofia Pro', sans-serif;
}

.btn-vibrant {
    background-color: var(--primary-green);
    color: var(--white);
    border-radius: 0;
}

.btn-vibrant:hover {
    background-color: var(--primary-green-dark);
    transform: translateY(-2px);
    color: var(--white);
}

/* --- LATEST CHEMICAL NEWS --- */
.latest-news,
.articles-blogs {
    background-color: var(--white);
    padding: 24px 120px 88px;
    box-sizing: border-box;
}

.latest-news__inner {
    max-width: 1180px;
    margin: 0 auto;
}

.latest-news__title {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.55rem 0.7rem;
    margin: 0 0 3.25rem;
    text-align: center;
}

.latest-news__title-text {
    font-size: clamp(1.35rem, 2.4vw, 2.05rem);
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #333;
    line-height: 1.1;
}

.latest-news__title-badge {
    display: inline-block;
    background-color: var(--primary-green);
    color: var(--white);
    font-size: clamp(1.35rem, 2.4vw, 2.05rem);
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    line-height: 1;
    padding: 0.22em 0.45em 0.18em;
}

.latest-news__grid {
    --news-cols: 4;
    --news-gap: 1.75rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    gap: var(--news-gap);
}

.news-card {
    display: flex;
    flex-direction: column;
    background: var(--white);
    min-width: 0;
    box-sizing: border-box;
    flex: 0 0 calc((100% - (var(--news-cols) - 1) * var(--news-gap)) / var(--news-cols));
    max-width: calc((100% - (var(--news-cols) - 1) * var(--news-gap)) / var(--news-cols));
    box-shadow: 0 12px 32px rgba(15, 23, 42, 0.1);
}

.latest-news .news-card:nth-child(n + 5) {
    display: none;
}

.latest-news.is-expanded .news-card:nth-child(n + 5) {
    display: flex;
}

.articles-blogs .news-card:nth-child(n + 9) {
    display: none;
}

.articles-blogs.is-expanded .news-card:nth-child(n + 9) {
    display: flex;
}

.latest-news__more {
    display: none;
    justify-content: center;
    margin-top: 2.5rem;
}

.latest-news:has(.news-card:nth-child(5)) .latest-news__more,
.articles-blogs:has(.news-card:nth-child(9)) .latest-news__more {
    display: flex;
}

.latest-news__more-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.42rem 1.05rem;
    border: 1px solid #333;
    border-radius: 0;
    background: var(--white);
    color: #333;
    font-family: 'Sofia Pro', sans-serif;
    font-weight: 800;
    font-size: 0.78rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    cursor: pointer;
}

.latest-news__more-btn:hover,
.latest-news__more-btn:focus {
    background: var(--primary-green);
    border-color: var(--primary-green);
    color: var(--white);
    outline: none;
}

/* --- ARTICLE PAGE --- */
.article-page {
    background-color: var(--white);
    padding: 72px 120px 88px;
    box-sizing: border-box;
    width: 100%;
    max-width: none;
    margin: 0;
    min-height: 40vh;
    font-family: 'Sofia Pro', sans-serif;
}

.article-page__inner {
    max-width: 1180px;
    margin: 0 auto;
}

.article-back {
    display: inline-block;
    margin-bottom: 1.5rem;
    color: #0BA14A;
    font-weight: 700;
    text-decoration: none;
    font-size: clamp(1rem, 1.15vw, 1.12rem);
}

.article-kicker {
    color: #0BA14A;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    margin-bottom: 0.5rem;
    font-size: clamp(0.95rem, 1.15vw, 1.12rem);
}

.article-title {
    font-size: clamp(1.25rem, 2vw, 1.8rem);
    font-weight: 800;
    letter-spacing: 0.02em;
    line-height: 1.15;
    margin: 0 0 0.75rem;
    color: #333;
    font-family: 'Sofia Pro', sans-serif;
}

.article-date {
    color: #6b7280;
    margin-bottom: 1.5rem;
    font-size: clamp(1rem, 1.15vw, 1.12rem);
}

.article-media img,
.article-body img {
    width: 100%;
    height: auto;
    display: block;
    margin: 1.25rem 0;
}

.article-body {
    font-size: clamp(1rem, 1.15vw, 1.12rem);
    line-height: 1.65;
    color: #555;
}

.article-body h1,
.article-body h2,
.article-body h3 {
    margin: 1.5rem 0 0.75rem;
    font-size: clamp(1.25rem, 2vw, 1.8rem);
    font-weight: 800;
    color: #333;
    line-height: 1.2;
}

.article-body p,
.article-text {
    margin: 0 0 1.35rem;
    font-size: clamp(1rem, 1.15vw, 1.12rem);
    line-height: 1.65;
    color: #555;
}

/* --- CHEMICALS EVOLVE --- */
.evolve-section {
    background-color: #F4F4F4;
    padding: 24px 120px 88px;
    box-sizing: border-box;
}

.evolve-section__inner {
    max-width: 1180px;
    margin: 0 auto;
}

.evolve-section__media {
    width: 100%;
    margin-bottom: 2.5rem;
}

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

.evolve-section__copy {
    max-width: none;
    width: 100%;
}

.evolve-section__title {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.55rem;
    margin: 0 0 1.75rem;
}

.evolve-section__title-text {
    font-size: clamp(1.35rem, 2.3vw, 2rem);
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #333;
    line-height: 1.1;
}

.evolve-section__title-badge {
    display: inline-block;
    background-color: var(--primary-green);
    color: var(--white);
    font-size: clamp(1.35rem, 2.3vw, 2rem);
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    line-height: 1;
    padding: 0.22em 0.48em 0.18em;
}

.evolve-section__copy p {
    margin: 0 0 1.25rem;
    font-size: clamp(1rem, 1.15vw, 1.12rem);
    line-height: 1.7;
    color: #555;
}

.evolve-section__copy p:last-child {
    margin-bottom: 0;
}

.evolve-section__lead {
    font-weight: 700;
    color: #333;
}

.news-card__media {
    position: relative;
    overflow: hidden;
    background: #ececec;
}

.news-card__media::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-top: 18px solid var(--primary-green);
    border-right: 18px solid transparent;
    z-index: 2;
    pointer-events: none;
}

.articles-blogs .news-card__media::before {
    top: auto;
    bottom: 0;
    left: 0;
    width: 16px;
    height: 16px;
    border: 0;
    background-color: var(--primary-green);
}

.articles-blogs .news-card__media::after {
    content: "BLOG";
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 2;
    background-color: #72A137;
    color: var(--white);
    font-family: 'Sofia Pro', sans-serif;
    font-weight: 800;
    font-size: 0.78rem;
    letter-spacing: 0.08em;
    line-height: 1;
    padding: 0.48em 0.72em 0.42em;
    pointer-events: none;
}

.news-card__media img {
    width: 100%;
    aspect-ratio: 16 / 9;
    height: auto;
    object-fit: cover;
    object-position: left center;
    display: block;
}

.news-card__body {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex: 1 1 auto;
    padding: 1.15rem 1rem 1.25rem;
}

.news-card__title {
    margin: 0 0 0.7rem;
    font-size: clamp(0.98rem, 1.05vw, 1.12rem);
    font-weight: 800;
    line-height: 1.3;
    color: #1a1a1a;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    overflow-wrap: anywhere;
    word-break: break-word;
    min-height: calc(1.3em * 2);
    max-height: calc(1.3em * 2);
}

.news-card__text {
    margin: 0 0 1.25rem;
    font-size: clamp(0.88rem, 0.95vw, 0.98rem);
    line-height: 1.5;
    color: #5a5a5a;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
    overflow-wrap: anywhere;
    word-break: break-word;
    min-height: calc(1.5em * 4);
    max-height: calc(1.5em * 4);
}

.news-card__read {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    align-self: center;
    margin-top: auto;
    min-width: 0;
    padding: 0.38rem 0.95rem;
    border: 1px solid #333;
    border-radius: 0;
    background: var(--white);
    color: #333;
    font-family: 'Sofia Pro', sans-serif;
    font-weight: 800;
    font-size: 0.75rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    text-decoration: none;
    transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.news-card__read:hover,
.news-card__read:focus {
    background: var(--primary-green);
    border-color: var(--primary-green);
    color: var(--white);
    outline: none;
}

/* --- FEATURED --- */
.newsroom-featured {
    background-color: var(--white);
    padding: 4.5rem 9rem 5rem;
    display: flex;
    justify-content: center;
}

.newsroom-featured__inner {
    max-width: 1250px;
    width: 100%;
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
    gap: clamp(2.5rem, 5vw, 5.5rem);
    align-items: start;
}

.newsroom-featured__copy p {
    margin: 0 0 1.35rem;
    font-weight: 400;
    font-size: clamp(0.98rem, 1.15vw, 1.12rem);
    line-height: 1.65;
    color: #2d2d2d;
}

.newsroom-featured__copy p:last-child {
    margin-bottom: 0;
}

.newsroom-featured__copy p.newsroom-featured__lead {
    font-weight: 700;
    color: #1a1a1a;
}

.newsroom-featured__aside {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 0;
}

.newsroom-featured__kicker {
    margin: 0 0 1.35rem;
    font-weight: 800;
    font-size: clamp(1.35rem, 2.2vw, 1.85rem);
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--primary-green);
    text-align: center;
    line-height: 1.15;
}

.newsroom-latest {
    width: 100%;
    max-width: 380px;
    display: flex;
    flex-direction: column;
    background: var(--white);
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 0 18px 44px rgba(15, 23, 42, 0.12);
}

.newsroom-latest__media {
    display: block;
    width: 100%;
    flex-shrink: 0;
}

.newsroom-latest__media img {
    width: 100%;
    aspect-ratio: 16 / 11;
    height: auto;
    object-fit: cover;
    display: block;
    background: #d8d8d8;
}

.newsroom-latest__body {
    padding: 1.35rem 1.4rem 1.6rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    flex: 1 1 auto;
}

.newsroom-latest__title {
    margin: 0 0 0.65rem;
    font-weight: 700;
    font-size: 1.05rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #1a1a1a;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    overflow: hidden;
    height: calc(1.3em * 2);
}

.newsroom-latest__text {
    margin: 0 0 1.25rem;
    font-weight: 400;
    font-size: 0.92rem;
    line-height: 1.5;
    color: #5a5a5a;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: calc(0.92rem * 1.5 * 3);
}

.newsroom-latest__read {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 9.5rem;
    margin-top: auto;
    padding: 0.48rem 1.6rem;
    border: 1.5px solid var(--primary-green);
    border-radius: 999px;
    background: var(--white);
    color: var(--primary-green);
    font-weight: 700;
    font-size: 0.92rem;
    text-decoration: none;
}

/* --- UPDATES --- */
.newsroom-updates {
    background-color: var(--page-gray);
    padding: 2rem 9rem 5.5rem;
    display: flex;
    justify-content: center;
}

.newsroom-updates__inner {
    max-width: 1250px;
    width: 100%;
    text-align: center;
}

.newsroom-updates__title {
    margin: 0 0 1.25rem;
    font-weight: 800;
    font-size: clamp(1.35rem, 2.4vw, 2rem);
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--primary-green);
    line-height: 1.2;
}

.newsroom-updates__intro {
    margin: 0 auto 3rem;
    max-width: 920px;
    font-weight: 400;
    font-size: clamp(0.98rem, 1.15vw, 1.12rem);
    line-height: 1.65;
    color: #2d2d2d;
}

.newsroom-updates__grid {
    --newsroom-cols: 3;
    --newsroom-gap: 2rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    gap: var(--newsroom-gap);
    margin-bottom: 2.25rem;
}

.newsroom-updates__grid .newsroom-latest {
    box-sizing: border-box;
    flex: 0 0 calc((100% - (var(--newsroom-cols) - 1) * var(--newsroom-gap)) / var(--newsroom-cols));
    max-width: calc((100% - (var(--newsroom-cols) - 1) * var(--newsroom-gap)) / var(--newsroom-cols));
    min-width: 0;
}

.newsroom-updates__footer {
    max-width: 920px;
    margin: 0 auto;
}

.newsroom-updates__footer p {
    margin: 0 0 1.25rem;
    font-weight: 400;
    font-size: clamp(0.98rem, 1.15vw, 1.12rem);
    line-height: 1.65;
    color: #2d2d2d;
}

.newsroom-updates__footer p:last-child {
    margin-bottom: 0;
}

.newsroom-updates__footer-lead {
    font-weight: 700 !important;
    color: #1a1a1a;
}

/* --- INVENTORY / INSIGHTS --- */
.newsroom-inventory,
.newsroom-insights {
    display: flex;
    justify-content: center;
}

.newsroom-inventory {
    background-color: var(--page-gray);
    padding: 1.5rem 9rem 5.5rem;
}

.newsroom-insights {
    background-color: var(--white);
    padding: 4.5rem 9rem 5.5rem;
}

.newsroom-inventory__inner,
.newsroom-insights__inner {
    max-width: 1250px;
    width: 100%;
    display: grid;
    gap: clamp(2.5rem, 5vw, 5rem);
    align-items: center;
}

.newsroom-inventory__inner {
    grid-template-columns: minmax(0, 1fr) minmax(320px, 1.05fr);
}

.newsroom-insights__inner {
    grid-template-columns: minmax(320px, 1.05fr) minmax(0, 1fr);
}

.newsroom-inventory__title,
.newsroom-insights__title {
    margin: 0 0 1.5rem;
    display: flex;
    flex-direction: column;
    font-size: clamp(1.2rem, 2.2vw, 1.7rem);
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: var(--primary-green);
    line-height: 1.15;
}

.newsroom-inventory__title-light,
.newsroom-insights__title-light {
    font-weight: 600;
}

.newsroom-inventory__title-heavy,
.newsroom-insights__title-heavy {
    font-weight: 800;
}

.newsroom-inventory__copy p,
.newsroom-insights__copy p {
    margin: 0 0 1.35rem;
    font-weight: 400;
    font-size: clamp(0.98rem, 1.15vw, 1.12rem);
    line-height: 1.65;
    color: #2d2d2d;
}

.newsroom-inventory__copy p:last-child,
.newsroom-insights__copy p:last-child {
    margin-bottom: 0;
}

.newsroom-inventory__copy strong {
    font-weight: 700;
    color: #1a1a1a;
}

.newsroom-inventory__visual,
.newsroom-insights__visual {
    width: 100%;
    max-width: 680px;
    margin: 0 auto;
}

.newsroom-inventory__visual img,
.newsroom-insights__visual img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
}

/* --- STAY UPDATED --- */
.stay-updated-section {
    position: relative;
    background-color: var(--primary-green);
    overflow: hidden;
}

.stay-updated-inner {
    max-width: 2000px;
    margin: 0 auto;
    padding: 5rem 9rem;
    box-sizing: border-box;
}

.stay-updated-form-col {
    color: var(--white);
}

.stay-updated-heading-wrap {
    width: fit-content;
    max-width: 100%;
}

.stay-updated-title {
    font-size: clamp(1.65rem, 2.8vw, 2.5rem);
    font-weight: 800;
    color: var(--white);
    margin: 0;
    line-height: 1.08;
}

.stay-updated-underline {
    width: 100%;
    height: 6px;
    background-color: var(--white);
    margin-top: 0.35rem;
}

.stay-updated-kicker {
    font-size: clamp(0.75rem, 1vw, 0.88rem);
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--white);
    margin: 0.75rem 0 0.4rem;
}

.stay-updated-lead {
    font-size: clamp(0.88rem, 1.05vw, 1rem);
    line-height: 1.45;
    color: var(--white);
    margin: 0 0 0.85rem;
    max-width: 32rem;
}

.stay-updated-form {
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
    max-width: 32rem;
}

.stay-updated-sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.stay-updated-input,
.stay-updated-textarea {
    width: 100%;
    box-sizing: border-box;
    border: none;
    border-radius: 8px;
    padding: 0.65rem 0.95rem;
    font-family: 'Sofia Pro', sans-serif;
    font-size: 0.95rem;
    color: #1a202c;
    background-color: var(--white);
    outline: none;
}

.stay-updated-textarea {
    min-height: 4.5rem;
    resize: vertical;
}

.stay-updated-actions {
    display: flex;
    justify-content: flex-end;
    margin-top: 0.15rem;
}

.stay-updated-submit {
    font-family: 'Sofia Pro', sans-serif;
    font-weight: 700;
    font-size: 0.95rem;
    color: var(--primary-green);
    background-color: var(--white);
    border: none;
    border-radius: 8px;
    padding: 0.62rem 2.1rem;
    cursor: default;
}

/* --- QUOTE / NEWSLETTER --- */
.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: 1025px) {
    .quote-section.newsletter-section {
        flex-direction: row;
        min-height: 480px;
    }
}

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

.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: 1024px) {
    .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 .highlight-green-box {
    background-color: #0BA14A;
    color: white;
    padding: 4px 8px;
    line-height: 1.65;
}

@media (min-width: 769px) {
    .quote-section .newsletter-left {
        padding-left: 120px;
        padding-right: 90px;
    }
}

.quote-section .award-header {
    margin-bottom: 0;
}

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

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

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

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

.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: 1024px) {
    .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: 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;
    font-family: 'Sofia Pro', sans-serif;
}

@media (max-width: 1024px) {
    .quote-section-bg {
        display: none;
    }

    .newsletter-left {
        background-image: url('../res/imgs/imagen-get-a-quote.webp');
        background-size: cover;
        background-position: left center;
        background-repeat: no-repeat;
    }

    .newsletter-right {
        background-image: url('../res/imgs/imagen-get-a-quote.webp');
        background-size: cover;
        background-position: right center;
        background-repeat: no-repeat;
    }

    .newsletter-submit-btn {
        margin: 10px auto;
        width: 100%;
    }

    .newsletter-content-left {
        text-align: left;
    }
}

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

@media (max-width: 480px) {
    .newsletter-title-left,
    .newsletter-title-right {
        font-size: 1.6rem;
    }

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

@media (max-width: 360px) {
    .newsletter-title-left,
    .newsletter-title-right {
        font-size: 1.4rem;
    }
}

/* --- SECONDARY HERO (legal pages, mismo que Acetone) --- */
.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;
    box-sizing: content-box;
}

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

.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: 1024px) {
    .hero-title-large {
        font-size: 4rem;
        letter-spacing: -2px;
    }

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

    .secondary-hero {
        height: 400px;
    }

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

    .secondary-hero .banner-logo {
        width: 50px;
        top: 15px;
        left: 15px;
        z-index: 20;
    }
}

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

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

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

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

    .secondary-hero .banner-logo {
        width: 60px;
        top: 15px;
        left: 15px;
    }
}

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

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

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

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

.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,
.footer-links {
    font-size: 0.9rem;
    color: #888;
    margin: 0;
}

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

.footer-links a:hover {
    color: var(--primary-green);
}

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

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

@media (max-width: 1400px) {
    .operation-section,
    .latest-news,
    .articles-blogs,
    .evolve-section,
    .article-page {
        padding-left: 80px;
        padding-right: 80px;
    }
}

@media (max-width: 1024px) {
    .operation-section,
    .article-page {
        padding: 56px 28px 64px;
    }

    .latest-news,
    .articles-blogs {
        padding: 16px 28px 64px;
    }

    .evolve-section {
        padding: 16px 28px 64px;
    }

    .evolve-section__copy {
        max-width: 100%;
    }

    .latest-news__grid {
        --news-cols: 2;
        --news-gap: 2rem;
    }

    .award-header {
        gap: 12px;
    }

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

    .newsroom-featured,
    .newsroom-updates,
    .newsroom-inventory,
    .newsroom-insights {
        padding-left: 1.75rem;
        padding-right: 1.75rem;
    }

    .newsroom-updates__grid {
        --newsroom-cols: 2;
    }

    .stay-updated-inner {
        padding: 3.5rem 1.75rem;
    }

    .banner-text-content .banner-logo {
        width: 66px;
    }

    .section-padding {
        padding: 60px 0;
    }

    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: 900px) {
    .operation-section__grid,
    .newsroom-featured__inner,
    .newsroom-inventory__inner,
    .newsroom-insights__inner {
        grid-template-columns: 1fr;
        gap: 2.75rem;
    }

    .operation-section__media {
        max-width: 520px;
        margin: 0 auto;
    }

    .newsroom-banner,
    .hero.banner-wrapper {
        height: auto;
        min-height: 100vh;
        min-height: 100dvh;
        padding: 72px 0 64px;
    }

    .banner-text-content {
        padding: 24px 20px 32px;
    }
}

@media (max-width: 768px) {
    .operation-section,
    .article-page {
        padding: 48px 1.5rem 56px;
    }

    .latest-news,
    .articles-blogs {
        padding: 8px 1.5rem 56px;
    }

    .evolve-section {
        padding: 8px 1.5rem 56px;
    }

    .newsroom-featured {
        padding: 3.25rem 1.5rem 3.75rem;
    }

    .newsroom-updates,
    .newsroom-inventory,
    .newsroom-insights {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .newsroom-updates__grid {
        --newsroom-cols: 1;
        max-width: 380px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 2.5rem;
    }
}

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

    .stay-updated-inner {
        padding-left: 1.15rem;
        padding-right: 1.15rem;
    }

    .stay-updated-form,
    .stay-updated-lead {
        max-width: none;
    }

    .banner-heading__product {
        font-size: 2.35rem;
    }

    .banner-heading__badge {
        font-size: 1.35rem;
    }

    .banner-kicker {
        font-size: 1.5rem;
    }

    .operation-section,
    .article-page {
        padding: 40px 1.15rem 48px;
    }

    .latest-news,
    .articles-blogs {
        padding: 0 1.15rem 48px;
    }

    .evolve-section {
        padding: 0 1.15rem 48px;
    }

    .latest-news__grid {
        --news-cols: 1;
        --news-gap: 2.25rem;
    }

    .news-card {
        max-width: 380px;
        flex-basis: min(100%, 380px);
    }

    .news-card__read {
        width: auto;
    }

    .award-title-line,
    .article-title,
    .article-body h1,
    .article-body h2,
    .article-body h3 {
        font-size: 1.15rem;
    }

    .operation-section__content p,
    .article-body,
    .article-body p,
    .article-text,
    .article-date,
    .article-back {
        font-size: 1rem;
    }

    .btn {
        width: 100%;
        text-align: center;
        box-sizing: border-box;
    }

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

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

@media (min-width: 1400px) {
    .operation-section__inner,
    .latest-news__inner,
    .evolve-section__inner,
    .article-page__inner {
        max-width: 1280px;
    }

    .banner-text-content .banner-logo {
        width: 88px;
    }

    .banner-logo-link {
        margin-bottom: 2.9rem;
    }

    .banner-heading {
        margin-bottom: 3.5rem;
        gap: 0.45rem;
    }
}

@media (min-width: 1600px) {
    .banner-text-content {
        max-width: min(90vw, 1320px);
        padding: 48px 32px 56px;
    }

    .banner-text-content .banner-logo {
        width: 98px;
    }

    .banner-logo-link {
        margin-bottom: 3.2rem;
    }

    .banner-heading {
        margin-bottom: 3.8rem;
        gap: 0.55rem;
    }

    .banner-subheading {
        margin-bottom: 1.6rem;
    }

    .banner-description {
        max-width: 1120px;
    }

    .operation-section,
    .article-page {
        padding: 88px 120px 104px;
    }

    .operation-section__inner,
    .latest-news__inner,
    .evolve-section__inner,
    .article-page__inner {
        max-width: 1400px;
    }

    .award-title-line,
    .article-title,
    .article-body h1,
    .article-body h2,
    .article-body h3 {
        font-size: 2.05rem;
    }

    .operation-section__content p,
    .article-body,
    .article-body p,
    .article-text,
    .article-date,
    .article-back {
        font-size: 1.2rem;
    }

    .latest-news__title {
        margin-bottom: 3.75rem;
    }
}

@media (min-width: 2000px) {
    .banner-text-content {
        max-width: min(88vw, 1600px);
        padding: 56px 40px 72px;
    }

    .banner-text-content .banner-logo {
        width: 118px;
    }

    .banner-logo-link {
        margin-bottom: 3.6rem;
    }

    .banner-kicker {
        font-size: 4.25rem;
    }

    .banner-heading {
        margin-bottom: 4.25rem;
        gap: 0.65rem;
    }

    .banner-heading__product {
        font-size: 6rem;
        white-space: nowrap;
    }

    .banner-heading__badge {
        font-size: 4.6rem;
        padding: 0.3em 0.78em 0.24em;
    }

    .banner-subheading {
        font-size: 2.1rem;
        margin-bottom: 1.85rem;
    }

    .banner-description {
        font-size: 1.85rem;
        max-width: 1480px;
        line-height: 1.7;
    }

    .operation-section,
    .article-page {
        padding: 104px 160px 120px;
    }

    .operation-section__inner,
    .latest-news__inner,
    .evolve-section__inner,
    .article-page__inner {
        max-width: 1680px;
    }

    .award-header {
        gap: 28px;
        margin-bottom: 40px;
    }

    .arrow-icon.triangle-icon {
        border-top-width: 32px;
        border-bottom-width: 32px;
        border-left-width: 26px;
    }

    .award-title-line,
    .article-title,
    .article-body h1,
    .article-body h2,
    .article-body h3 {
        font-size: 3.1rem;
    }

    .operation-section__content p,
    .article-body,
    .article-body p,
    .article-text,
    .article-date,
    .article-back,
    .article-kicker {
        font-size: 1.75rem;
        margin-bottom: 1.6rem;
        line-height: 1.7;
    }

    .btn {
        font-size: 1.6rem;
        padding: 20px 52px;
    }

    .latest-news,
    .articles-blogs,
    .evolve-section {
        padding-left: 160px;
        padding-right: 160px;
        padding-bottom: 120px;
    }

    .evolve-section__title-text,
    .evolve-section__title-badge {
        font-size: 3.1rem;
    }

    .evolve-section__copy p,
    .evolve-section__lead {
        font-size: 1.75rem;
        line-height: 1.7;
    }

    .latest-news__title-text,
    .latest-news__title-badge {
        font-size: 3.1rem;
    }

    .latest-news__more-btn {
        font-size: 1.1rem;
        padding: 0.7rem 1.5rem;
    }

    .latest-news__grid {
        --news-gap: 2.4rem;
    }

    .news-card {
        box-shadow: 0 16px 40px rgba(15, 23, 42, 0.12);
    }

    .news-card__body {
        padding: 1.6rem 1.4rem 1.7rem;
    }

    .news-card__title {
        font-size: 1.55rem;
        margin-bottom: 0.9rem;
    }

    .news-card__text {
        font-size: 1.35rem;
        margin-bottom: 1.5rem;
    }

    .news-card__read {
        font-size: 1.05rem;
        min-width: 0;
        padding: 0.62rem 1.4rem;
    }

    .latest-news .news-card__media::before {
        border-top-width: 32px;
        border-right-width: 32px;
    }

    .articles-blogs .news-card__media::before {
        width: 28px;
        height: 28px;
    }

    .articles-blogs .news-card__media::after {
        font-size: 1.05rem;
        padding: 0.6em 0.95em 0.52em;
    }

    .quote-section.newsletter-section {
        min-height: 640px;
    }

    .newsletter-left,
    .newsletter-right {
        padding: 100px 6%;
    }

    .quote-section .newsletter-left {
        padding-left: 160px;
        padding-right: 110px;
    }

    .newsletter-content-left {
        max-width: 760px;
        gap: 2rem;
    }

    .newsletter-content-right {
        max-width: 620px;
        gap: 2rem;
    }

    .newsletter-title-left,
    .newsletter-title-right,
    .quote-section .award-title-wrapper .newsletter-title-left {
        font-size: 3.1rem;
    }

    .newsletter-text {
        font-size: 1.75rem;
        line-height: 1.7;
    }

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

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

    .whatsapp-text {
        padding: 0 40px 0 34px;
        min-height: 42px;
    }

    .newsletter-input {
        font-size: 1.4rem;
        padding: 20px 24px;
    }

    .newsletter-submit-btn {
        font-size: 1.4rem;
        padding: 16px 40px;
    }

    .newsletter-form {
        gap: 22px;
    }

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

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

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

    .footer-logo {
        height: 60px;
    }

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

.news-grid-empty {
    grid-column: 1 / -1;
    width: 100%;
    text-align: center;
    padding: 2.5rem 1rem;
    color: #4b5563;
    font-weight: 600;
}
