/* ===============================
   EXPRESSION COFFEE - SUSTAINABILITY PAGE STYLES
   VERSIÓN CON LETRAS MÁS GRANDES PARA MEJOR LEGIBILIDAD
   =============================== */

/* Importar fuente Inter desde Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');

/* ===============================
   SECTION 1: HERO
   Color: Verde oscuro profundo (#0f2d2e)
   =============================== */
.exp-sustainability-hero {
    background: #0f2d2e;
    padding: 120px 20px;
    text-align: center;
}

.exp-sustainability-hero__container {
    max-width: 1200px;
    margin: 0 auto;
}

.exp-sustainability-hero__title {
    font-family: 'Inter', sans-serif;
    font-size: 86px;  /* AUMENTADO de 72px */
    font-weight: 700;
    line-height: 1.1;
    color: #ffffff;
    margin: 0 0 24px 0;
    letter-spacing: -0.02em;
}

.exp-sustainability-hero__subtitle {
    font-family: 'Inter', sans-serif;
    font-size: 18px;  /* AUMENTADO de 16px */
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.9);
    margin: 0 auto;
    max-width: 700px;
}

/* ===============================
   SECTION 2: ROOTED IN PARTNERSHIP
   Color: Verde medio (#1b4948)
   =============================== */
.exp-sustainability-partnership {
    background: #1b4948;
    padding: 100px 20px;
}

.exp-sustainability-partnership__container {
    max-width: 1200px;
    margin: 0 auto;
}

.exp-sustainability-partnership__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}

.exp-sustainability-partnership__content {
    padding-right: 20px;
}

.exp-sustainability-partnership__icon {
    width: 56px;  /* AUMENTADO de 48px */
    height: 56px;
    margin-bottom: 24px;
    color: rgba(255, 255, 255, 0.9);
}

.exp-sustainability-partnership__title {
    font-family: 'Inter', sans-serif;
    font-size: 58px;  /* AUMENTADO de 48px */
    font-weight: 700;
    line-height: 1.15;
    color: #ffffff;
    margin: 0 0 24px 0;
}

.exp-sustainability-partnership__description {
    font-family: 'Inter', sans-serif;
    font-size: 18px;  /* AUMENTADO de 16px */
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.85);
    margin: 0 0 32px 0;
}

.exp-sustainability-partnership__buttons {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.exp-sustainability-partnership__image {
    width: 100%;
    aspect-ratio: 1;
    background: #d1d5db;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.exp-sustainability-partnership__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* ===============================
   SECTION 3: PACKAGING
   Color: Gris claro (#e8e8e8)
   =============================== */
.exp-sustainability-packaging {
    background: #e8e8e8;
    padding: 100px 20px;
}

.exp-sustainability-packaging__container {
    max-width: 1200px;
    margin: 0 auto;
}

.exp-sustainability-packaging__content {
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
}

.exp-sustainability-packaging__icon {
    width: 56px;  /* AUMENTADO de 48px */
    height: 56px;
    margin: 0 auto 24px auto;
    color: #111111;
}

.exp-sustainability-packaging__eyebrow {
    font-family: 'Inter', sans-serif;
    font-size: 14px;  /* AUMENTADO de 12px */
    letter-spacing: 0.15em;
    text-transform: uppercase;
    font-weight: 600;
    color: #666666;
    margin: 0 0 20px 0;
}

.exp-sustainability-packaging__title {
    font-family: 'Inter', sans-serif;
    font-size: 58px;  /* AUMENTADO de 48px */
    font-weight: 700;
    line-height: 1.15;
    color: #111111;
    margin: 0 0 24px 0;
}

.exp-sustainability-packaging__description {
    font-family: 'Inter', sans-serif;
    font-size: 18px;  /* AUMENTADO de 16px */
    line-height: 1.7;
    color: #555555;
    margin: 0 0 32px 0;
}

.exp-sustainability-packaging__buttons {
    display: flex;
    gap: 12px;
    justify-content: center;
    flex-wrap: wrap;
}

.exp-sustainability-packaging__image {
    width: 100%;
    aspect-ratio: 16/8;
    background: #d1d5db;
    border-radius: 16px;
    margin: 60px auto 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.exp-sustainability-packaging__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* ===============================
   SECTION 4: THREE COMMITMENTS
   Color: Blanco (#ffffff)
   =============================== */
.exp-sustainability-commitments {
    background: #ffffff;
    padding: 100px 20px;
}

.exp-sustainability-commitments__container {
    max-width: 1200px;
    margin: 0 auto;
}

.exp-sustainability-commitments__header {
    max-width: 800px;
    margin: 0 auto 60px auto;
    text-align: center;
}

.exp-sustainability-commitments__eyebrow {
    font-family: 'Inter', sans-serif;
    font-size: 14px;  /* AUMENTADO de 12px */
    letter-spacing: 0.15em;
    text-transform: uppercase;
    font-weight: 600;
    color: #666666;
    margin: 0 0 20px 0;
}

.exp-sustainability-commitments__title {
    font-family: 'Inter', sans-serif;
    font-size: 58px;  /* AUMENTADO de 48px */
    font-weight: 700;
    line-height: 1.15;
    color: #111111;
    margin: 0 0 20px 0;
}

.exp-sustainability-commitments__description {
    font-family: 'Inter', sans-serif;
    font-size: 18px;  /* AUMENTADO de 16px */
    line-height: 1.7;
    color: #555555;
    margin: 0;
}

.exp-sustainability-commitments__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 60px;
}

.exp-sustainability-commitment {
    text-align: center;
}

.exp-sustainability-commitment__icon {
    width: 56px;  /* AUMENTADO de 48px */
    height: 56px;
    margin: 0 auto 20px auto;
    color: #111111;
}

.exp-sustainability-commitment__title {
    font-family: 'Inter', sans-serif;
    font-size: 28px;  /* AUMENTADO de 24px */
    font-weight: 700;
    line-height: 1.3;
    color: #111111;
    margin: 0 0 16px 0;
}

.exp-sustainability-commitment__description {
    font-family: 'Inter', sans-serif;
    font-size: 17px;  /* AUMENTADO de 15px */
    line-height: 1.6;
    color: #555555;
    margin: 0;
}

.exp-sustainability-commitments__buttons {
    display: flex;
    gap: 12px;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 60px;
}

.exp-sustainability-commitments__link {
    font-family: 'Inter', sans-serif;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 16px;  /* AUMENTADO de 14px */
    font-weight: 600;
    color: #111111;
    text-decoration: none;
    transition: all 0.2s ease;
    padding: 12px 20px;  /* AUMENTADO de 10px 18px */
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 6px;
}

.exp-sustainability-commitments__link:hover {
    background: rgba(0, 0, 0, 0.03);
    border-color: rgba(0, 0, 0, 0.25);
}

/* ===============================
   SECTION 5: QUESTIONS
   Color: Blanco (#ffffff)
   =============================== */
.exp-sustainability-questions {
    background: #ffffff;
    padding: 100px 20px;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.exp-sustainability-questions__container {
    max-width: 900px;
    margin: 0 auto;
}

.exp-sustainability-questions__header {
    text-align: center;
    margin-bottom: 60px;
}

.exp-sustainability-questions__title {
    font-family: 'Inter', sans-serif;
    font-size: 58px;  /* AUMENTADO de 48px */
    font-weight: 700;
    line-height: 1.15;
    color: #111111;
    margin: 0 0 16px 0;
}

.exp-sustainability-questions__subtitle {
    font-family: 'Inter', sans-serif;
    font-size: 18px;  /* AUMENTADO de 16px */
    line-height: 1.6;
    color: #555555;
    margin: 0;
}

.exp-sustainability-questions__list {
    display: flex;
    flex-direction: column;
    gap: 48px;
    margin-bottom: 80px;
}

.exp-sustainability-question {
    padding-bottom: 48px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.exp-sustainability-question:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.exp-sustainability-question__title {
    font-family: 'Inter', sans-serif;
    font-size: 22px;  /* AUMENTADO de 18px */
    font-weight: 700;
    line-height: 1.4;
    color: #111111;
    margin: 0 0 12px 0;
}

.exp-sustainability-question__answer {
    font-family: 'Inter', sans-serif;
    font-size: 17px;  /* AUMENTADO de 15px */
    line-height: 1.7;
    color: #555555;
    margin: 0;
}

.exp-sustainability-questions__cta {
    text-align: center;
}

.exp-sustainability-questions__cta-title {
    font-family: 'Inter', sans-serif;
    font-size: 40px;  /* AUMENTADO de 32px */
    font-weight: 700;
    line-height: 1.3;
    color: #111111;
    margin: 0 0 12px 0;
}

.exp-sustainability-questions__cta-subtitle {
    font-family: 'Inter', sans-serif;
    font-size: 17px;  /* AUMENTADO de 15px */
    line-height: 1.6;
    color: #555555;
    margin: 0 0 24px 0;
}

.exp-sustainability-questions__cta-button {
    font-family: 'Inter', sans-serif;
    padding: 16px 36px;  /* AUMENTADO de 14px 32px */
    font-size: 17px;  /* AUMENTADO de 15px */
    font-weight: 600;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.2s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    background: transparent;
    color: #111111;
    border: 1px solid rgba(0, 0, 0, 0.2);
}

.exp-sustainability-questions__cta-button:hover {
    background: rgba(0, 0, 0, 0.05);
    border-color: rgba(0, 0, 0, 0.3);
}

/* ===============================
   SECTION 6: CTA FINAL (Sip with intention)
   Color: Blanco (#ffffff)
   =============================== */
.exp-sustainability-cta {
    background: #ffffff;
    padding: 100px 20px;
    text-align: center;
}

.exp-sustainability-cta__container {
    max-width: 800px;
    margin: 0 auto;
}

.exp-sustainability-cta__title {
    font-family: 'Inter', sans-serif;
    font-size: 76px;  /* AUMENTADO de 64px */
    font-weight: 700;
    line-height: 1.1;
    color: #111111;
    margin: 0 0 20px 0;
    letter-spacing: -0.02em;
}

.exp-sustainability-cta__description {
    font-family: 'Inter', sans-serif;
    font-size: 18px;  /* AUMENTADO de 16px */
    line-height: 1.7;
    color: #555555;
    margin: 0 0 40px 0;
}

.exp-sustainability-cta__buttons {
    display: flex;
    gap: 12px;
    justify-content: center;
    flex-wrap: wrap;
}

/* ===============================
   BUTTONS
   =============================== */
.exp-sustainability-button {
    font-family: 'Inter', sans-serif;
    padding: 16px 36px;  /* AUMENTADO de 14px 32px */
    font-size: 17px;  /* AUMENTADO de 15px */
    font-weight: 600;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.2s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
}

.exp-sustainability-button--primary {
    background: linear-gradient(90deg, #0f766e, #a16207);
    color: #ffffff;
    border: none;
}

.exp-sustainability-button--primary:hover {
    opacity: 0.9;
}

.exp-sustainability-button--outline {
    background: transparent;
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.exp-sustainability-button--outline:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.5);
}

.exp-sustainability-button--outline-dark {
    background: transparent;
    color: #111111;
    border: 1px solid rgba(0, 0, 0, 0.2);
}

.exp-sustainability-button--outline-dark:hover {
    background: rgba(0, 0, 0, 0.05);
    border-color: rgba(0, 0, 0, 0.3);
}

/* ===============================
   RESPONSIVE - HERO
   =============================== */
@media (max-width: 1024px) {
    .exp-sustainability-hero__title {
        font-size: 72px;  /* AUMENTADO de 60px */
    }
}

@media (max-width: 768px) {
    .exp-sustainability-hero {
        padding: 90px 24px;
    }

    .exp-sustainability-hero__title {
        font-size: 58px;  /* AUMENTADO de 48px */
    }

    .exp-sustainability-hero__subtitle {
        font-size: 17px;  /* AUMENTADO de 15px */
    }
}

@media (max-width: 640px) {
    .exp-sustainability-hero__title {
        font-size: 48px;  /* AUMENTADO de 40px */
    }
}

/* ===============================
   RESPONSIVE - PARTNERSHIP
   =============================== */
@media (max-width: 1024px) {
    .exp-sustainability-partnership__grid {
        grid-template-columns: 1fr;
        gap: 48px;
    }

    .exp-sustainability-partnership__content {
        padding-right: 0;
    }

    .exp-sustainability-partnership__title {
        font-size: 48px;  /* AUMENTADO de 40px */
    }
}

@media (max-width: 768px) {
    .exp-sustainability-partnership {
        padding: 80px 24px;
    }

    .exp-sustainability-partnership__title {
        font-size: 42px;  /* AUMENTADO de 36px */
    }
}

@media (max-width: 640px) {
    .exp-sustainability-partnership__title {
        font-size: 38px;  /* AUMENTADO de 32px */
    }
}

/* ===============================
   RESPONSIVE - PACKAGING
   =============================== */
@media (max-width: 1024px) {
    .exp-sustainability-packaging__title {
        font-size: 48px;  /* AUMENTADO de 40px */
    }
}

@media (max-width: 768px) {
    .exp-sustainability-packaging {
        padding: 80px 24px;
    }

    .exp-sustainability-packaging__title {
        font-size: 42px;  /* AUMENTADO de 36px */
    }
}

@media (max-width: 640px) {
    .exp-sustainability-packaging__title {
        font-size: 38px;  /* AUMENTADO de 32px */
    }
}

/* ===============================
   RESPONSIVE - COMMITMENTS
   =============================== */
@media (max-width: 1024px) {
    .exp-sustainability-commitments__title {
        font-size: 48px;  /* AUMENTADO de 40px */
    }

    .exp-sustainability-commitments__grid {
        gap: 48px;
    }
}

@media (max-width: 768px) {
    .exp-sustainability-commitments {
        padding: 80px 24px;
    }

    .exp-sustainability-commitments__title {
        font-size: 42px;  /* AUMENTADO de 36px */
    }

    .exp-sustainability-commitments__grid {
        grid-template-columns: 1fr;
        gap: 48px;
    }
}

@media (max-width: 640px) {
    .exp-sustainability-commitments__title {
        font-size: 38px;  /* AUMENTADO de 32px */
    }
}

/* ===============================
   RESPONSIVE - QUESTIONS
   =============================== */
@media (max-width: 1024px) {
    .exp-sustainability-questions__title {
        font-size: 48px;  /* AUMENTADO de 40px */
    }

    .exp-sustainability-questions__cta-title {
        font-size: 34px;  /* AUMENTADO de 28px */
    }
}

@media (max-width: 768px) {
    .exp-sustainability-questions {
        padding: 80px 24px;
    }

    .exp-sustainability-questions__title {
        font-size: 42px;  /* AUMENTADO de 36px */
    }

    .exp-sustainability-questions__list {
        gap: 36px;
    }

    .exp-sustainability-question {
        padding-bottom: 36px;
    }

    .exp-sustainability-questions__cta-title {
        font-size: 30px;  /* AUMENTADO de 24px */
    }
}

@media (max-width: 640px) {
    .exp-sustainability-questions__title {
        font-size: 38px;  /* AUMENTADO de 32px */
    }

    .exp-sustainability-question__title {
        font-size: 20px;  /* AUMENTADO de 16px */
    }

    .exp-sustainability-questions__list {
        gap: 32px;
    }

    .exp-sustainability-question {
        padding-bottom: 32px;
    }
}

/* ===============================
   RESPONSIVE - CTA
   =============================== */
@media (max-width: 1024px) {
    .exp-sustainability-cta__title {
        font-size: 68px;  /* AUMENTADO de 56px */
    }
}

@media (max-width: 768px) {
    .exp-sustainability-cta {
        padding: 80px 24px;
    }

    .exp-sustainability-cta__title {
        font-size: 58px;  /* AUMENTADO de 48px */
    }

    .exp-sustainability-cta__buttons {
        flex-direction: column;
    }

    .exp-sustainability-button {
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 640px) {
    .exp-sustainability-cta__title {
        font-size: 48px;  /* AUMENTADO de 40px */
    }
}
