/* ===============================
   EXPRESSION COFFEE - ABOUT PAGE STYLES
   Tipografía mejorada con Outfit para mejor presencia visual
   VERSIÓN CON LETRAS MÁS GRANDES PARA MEJOR LEGIBILIDAD
   =============================== */

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

/* ===============================
   RESET Y BASE
   =============================== */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Outfit', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    line-height: 1.6;
    color: #111;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

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

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

.exp-about-hero__title {
    font-family: 'Outfit', sans-serif;
    font-size: 96px;  /* AUMENTADO de 76px */
    font-weight: 800;
    line-height: 1.1;
    color: #ffffff;
    margin: 0 0 28px 0;
    letter-spacing: -0.02em;
}

.exp-about-hero__subtitle {
    font-family: 'Outfit', sans-serif;
    font-size: 22px;  /* AUMENTADO de 19px */
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.9);
    margin: 0;
    max-width: 750px;
    margin: 0 auto;
    font-weight: 400;
}

/* ===============================
   SECTION 2: ORIGINS (From soil to soul)
   Color: Verde medio (más claro que hero)
   =============================== */
.exp-about-origins {
    background: #173d3e;
    padding: 80px 20px;
    text-align: center;
}

.exp-about-origins__container {
    max-width: 950px;
    margin: 0 auto;
}

.exp-about-origins__label {
    font-family: 'Outfit', sans-serif;
    font-size: 14px;  /* AUMENTADO de 13px */
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.7);
    margin: 0 0 18px 0;
    font-weight: 600;
}

.exp-about-origins__title {
    font-family: 'Outfit', sans-serif;
    font-size: 62px;  /* AUMENTADO de 52px */
    font-weight: 700;
    line-height: 1.2;
    color: #ffffff;
    margin: 0 0 28px 0;
    letter-spacing: -0.01em;
}

.exp-about-origins__text {
    font-family: 'Outfit', sans-serif;
    font-size: 20px;  /* AUMENTADO de 17px */
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.9);
    margin: 0 0 44px 0;
    font-weight: 400;
}

.exp-about-origins__badges {
    display: flex;
    gap: 16px;
    justify-content: center;
    align-items: center;
    margin: 0 0 36px 0;
    flex-wrap: wrap;
}

.exp-about-badge {
    display: flex;
    align-items: center;
    justify-content: center;
}

.exp-about-origins__actions {
    display: flex;
    gap: 24px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.exp-about-btn {
    font-family: 'Outfit', sans-serif;
    padding: 15px 34px;  /* AUMENTADO padding */
    font-size: 17px;  /* AUMENTADO de 15px */
    font-weight: 600;
    border-radius: 6px;
    text-decoration: none;
    transition: all 0.2s ease;
    display: inline-block;
    border: 1px solid transparent;
    cursor: pointer;
}

.exp-about-btn--light {
    background: transparent;
    border-color: rgba(255, 255, 255, 0.3);
    color: #ffffff;
}

.exp-about-btn--light:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.5);
}

.exp-about-link {
    font-family: 'Outfit', sans-serif;
    font-size: 17px;  /* AUMENTADO de 15px */
    font-weight: 600;
    text-decoration: none;
    transition: all 0.2s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
}

.exp-about-link--light {
    color: #ffffff;
}

.exp-about-link--light:hover {
    opacity: 0.8;
}

/* ===============================
   SECTION 3: STATS (Numbers that matter)
   Color: Gris oscuro
   =============================== */
.exp-section--stats {
    background: #4d5252 !important;
    padding: 80px 20px;
}

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

.exp-stats-grid {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 60px;
    align-items: start;
}

.exp-stats-intro {
    padding-right: 20px;
}

.exp-eyebrow {
    font-family: 'Outfit', sans-serif;
    font-size: 14px;  /* AUMENTADO de 13px */
    letter-spacing: 0.12em;
    text-transform: uppercase;
    margin: 0 0 18px 0;
    font-weight: 600;
}

.exp-section--stats .exp-eyebrow {
    color: rgba(255, 255, 255, 0.7);
}

.exp-h2 {
    font-family: 'Outfit', sans-serif;
    font-size: 62px;  /* AUMENTADO de 52px */
    font-weight: 700;
    line-height: 1.15;
    margin: 0 0 28px 0;
    letter-spacing: -0.01em;
}

.exp-section--stats .exp-h2 {
    color: #ffffff;
}

.exp-text {
    font-family: 'Outfit', sans-serif;
    font-size: 18px;  /* AUMENTADO de 16px */
    line-height: 1.7;
    margin: 0 0 36px 0;
    font-weight: 400;
}

.exp-section--stats .exp-text {
    color: rgba(255, 255, 255, 0.85);
}

.exp-actions {
    display: flex;
    gap: 24px;
    align-items: center;
    flex-wrap: wrap;
}

.exp-btn {
    font-family: 'Outfit', sans-serif;
    padding: 15px 34px;  /* AUMENTADO padding */
    font-size: 17px;  /* AUMENTADO de 15px */
    font-weight: 600;
    border-radius: 6px;
    text-decoration: none;
    transition: all 0.2s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
    cursor: pointer;
}


.exp-btn--ghost {
    background: transparent;
    color: #ffffff;
}

.exp-section--stats .exp-btn--ghost {
    border-color: rgba(255, 255, 255, 0.3);
}

.exp-section--stats .exp-btn--ghost:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.5);
}

.exp-link {
    font-family: 'Outfit', sans-serif;
    font-size: 17px;  /* AUMENTADO de 15px */
    font-weight: 600;
    text-decoration: none;
    transition: all 0.2s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
}

.exp-section--stats .exp-link {
    color: #ffffff;
}

.exp-link:hover {
    opacity: 0.8;
}

.exp-stats-numbers {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 60px;
}

.exp-stat-card {
    text-align: left;
    padding-left: 40px;
    border-left: 2px solid rgba(255, 255, 255, 0.25);
}

.exp-stat-number {
    font-family: 'Outfit', sans-serif;
    font-size: 88px;  /* AUMENTADO de 76px */
    font-weight: 800;
    line-height: 1;
    color: #ffffff;
    margin: 0 0 10px 0;
    letter-spacing: -0.02em;
}

.exp-stat-label {
    font-family: 'Outfit', sans-serif;
    font-size: 19px;  /* AUMENTADO de 17px */
    line-height: 1.4;
    color: rgba(255, 255, 255, 0.9);
    margin: 0;
    font-weight: 500;
}

/* ===============================
   SECTION 4: COMMUNITY (Expression Lovers)
   Color: Gris claro
   =============================== */
.exp-section--light {
    background: #d8d9d9 !important;
    padding: 80px 20px;
}

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

.exp-community-content {
    padding-right: 20px;
}

.exp-community-content .exp-eyebrow {
    color: #666;
}

.exp-community-content .exp-h2 {
    color: #111;
}

.exp-community-content .exp-text {
    color: #555;
}

.exp-badges {
    display: flex;
    gap: 12px;
    margin: 0 0 36px 0;
    flex-wrap: wrap;
}

.exp-badges--left {
    justify-content: flex-start;
}

.exp-badge {
    display: flex;
    align-items: center;
    justify-content: center;
}

.exp-community-content .exp-btn--ghost {
    background: transparent;
    border-color: rgba(0, 0, 0, 0.2);
    color: #111;
}

.exp-community-content .exp-btn--ghost:hover {
    background: rgba(0, 0, 0, 0.05);
    border-color: rgba(0, 0, 0, 0.3);
}

.exp-community-content .exp-link {
    color: #111;
}

.exp-community-image {
    display: flex;
    align-items: center;
    justify-content: center;
}

.exp-community-img {
    width: 100%;
    max-width: 500px;
    aspect-ratio: 1;
    border-radius: 16px;
    object-fit: cover;
    display: block;
}

.exp-placeholder-image {
    width: 100%;
    max-width: 500px;
    aspect-ratio: 1;
    background: #c9c9c9;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* ===============================
   SECTION 5: TEAM (Our team)
   Color: Blanco puro
   ALINEADO A LA IZQUIERDA
   =============================== */
.exp-section {
    background: #ffffff;
    padding: 80px 20px;
}

.exp-center {
    text-align: left;
    margin-bottom: 48px;
}

.exp-center .exp-eyebrow {
    color: #666;
}

.exp-center .exp-h2 {
    color: #111;
}

.exp-center .exp-text {
    color: #555;
    max-width: 750px;
    margin-left: 0;
    margin-right: auto;
}

.exp-text--center {
    text-align: left;
}

.exp-team-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 32px;
}

.exp-team-card {
    text-align: left;
    padding: 0;
    border-radius: 0;
    background: transparent;
}

.exp-team-card__avatar {
    width: 90px;  /* AUMENTADO de 80px */
    height: 90px;
    margin: 0 0 18px 0;
    border-radius: 50%;
    background: #d1d5db;
    display: flex;
    align-items: center;
    justify-content: center;
}

.exp-team-card__initials {
    font-family: 'Outfit', sans-serif;
    font-size: 26px;  /* AUMENTADO de 22px */
    font-weight: 700;
    color: #9ca3af;
}

.exp-team-card__name {
    font-family: 'Outfit', sans-serif;
    font-size: 19px;  /* AUMENTADO de 17px */
    font-weight: 700;
    color: #111;
    margin: 0 0 6px 0;
}

.exp-team-card__role {
    font-family: 'Outfit', sans-serif;
    font-size: 17px;  /* AUMENTADO de 15px */
    color: #666;
    margin: 0 0 14px 0;
    text-transform: capitalize;
    font-weight: 500;
}

.exp-team-card__bio {
    font-family: 'Outfit', sans-serif;
    font-size: 16px;  /* AUMENTADO de 15px */
    line-height: 1.6;
    color: #555;
    margin: 0 0 18px 0;
    font-weight: 400;
}

.exp-team-card__social {
    display: flex;
    gap: 8px;
    align-items: center;
}

.exp-team-card__social a {
    width: 26px;  /* AUMENTADO de 24px */
    height: 26px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #111;
    text-decoration: none;
    transition: all 0.2s ease;
}

.exp-team-card__social a:hover {
    color: #666;
}

.exp-team-card__social svg {
    width: 18px;  /* AUMENTADO de 16px */
    height: 18px;
}

/* ===============================
   SECTION 6: HIRING (We're hiring)
   Color: Blanco con bordes
   ALINEADO A LA IZQUIERDA
   =============================== */
.exp-section--hiring {
    background: #ffffff;
    padding: 80px 20px;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.exp-hiring-content {
    max-width: 1200px;
    margin: 0 auto;
    text-align: left;
}

.exp-hiring-content .exp-h2 {
    color: #111;
    margin: 0 0 14px 0;
}

.exp-hiring-content .exp-text {
    color: #555;
    margin: 0 0 28px 0;
}

.exp-hiring-content .exp-btn--ghost {
    background: transparent;
    border: 1px solid rgba(0, 0, 0, 0.2);
    color: #111;
}

.exp-hiring-content .exp-btn--ghost:hover {
    background: rgba(0, 0, 0, 0.05);
    border-color: rgba(0, 0, 0, 0.3);
}

/* ===============================
   SECTION 7: FAQ (Questions)
   Color: Blanco puro
   =============================== */
.exp-section--white {
    background: #ffffff;
    padding: 80px 20px;
}

.exp-container--narrow {
    max-width: 850px;
    margin: 0 auto;
}

.exp-faq-header {
    text-align: center;
    margin-bottom: 52px;
}

.exp-h2--centered {
    font-family: 'Outfit', sans-serif;
    font-size: 62px;  /* AUMENTADO de 52px */
    font-weight: 700;
    line-height: 1.1;
    color: #111;
    margin: 0 0 18px 0;
    text-align: center;
    letter-spacing: -0.01em;
}

.exp-text--centered {
    font-family: 'Outfit', sans-serif;
    font-size: 18px;  /* AUMENTADO de 16px */
    line-height: 1.7;
    color: #555;
    margin: 0 auto;
    text-align: center;
    max-width: 750px;
    font-weight: 400;
}

.exp-faq-list--expanded {
    display: flex;
    flex-direction: column;
    gap: 36px;
    margin-bottom: 68px;
}

.exp-faq-item-expanded {
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    padding-bottom: 36px;
}

.exp-faq-item-expanded:last-child {
    border-bottom: none;
}

.exp-faq-question-expanded {
    font-family: 'Outfit', sans-serif;
    font-size: 22px;  /* AUMENTADO de 19px */
    font-weight: 700;
    color: #111;
    margin: 0 0 14px 0;
}

.exp-faq-answer-text {
    font-family: 'Outfit', sans-serif;
    font-size: 18px;  /* AUMENTADO de 16px */
    line-height: 1.7;
    color: #555;
    margin: 0;
    font-weight: 400;
}

.exp-faq-cta {
    text-align: center;
    margin-top: 68px;
}

.exp-faq-cta .exp-h2--centered {
    margin-bottom: 14px;
}

.exp-faq-cta .exp-text--centered {
    margin-bottom: 28px;
}

.exp-actions--center {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}

.exp-actions--center .exp-btn--ghost {
    background: transparent;
    border: 1px solid rgba(0, 0, 0, 0.2);
    color: #111;
}

.exp-actions--center .exp-btn--ghost:hover {
    background: rgba(0, 0, 0, 0.05);
    border-color: rgba(0, 0, 0, 0.3);
}

/* ===============================
   RESPONSIVE - HERO
   =============================== */
@media (max-width: 768px) {
    .exp-about-hero {
        padding: 80px 24px;
    }

    .exp-about-hero__title {
        font-size: 62px;  /* AUMENTADO de 52px */
    }

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

@media (max-width: 640px) {
    .exp-about-hero__title {
        font-size: 52px;  /* AUMENTADO de 44px */
    }
}

/* ===============================
   RESPONSIVE - ORIGINS
   =============================== */
@media (max-width: 768px) {
    .exp-about-origins {
        padding: 60px 24px;
    }

    .exp-about-origins__title {
        font-size: 50px;  /* AUMENTADO de 42px */
    }

    .exp-about-origins__text {
        font-size: 18px;
    }

    .exp-about-origins__badges {
        flex-direction: column;
        align-items: center;
    }
}

@media (max-width: 640px) {
    .exp-about-origins__title {
        font-size: 42px;  /* AUMENTADO de 36px */
    }

    .exp-about-origins__actions {
        flex-direction: column;
        width: 100%;
    }

    .exp-about-btn {
        width: 100%;
        text-align: center;
    }
}

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

    .exp-stats-intro {
        padding-right: 0;
    }

    .exp-stats-numbers {
        grid-template-columns: repeat(2, 1fr);
        gap: 32px 40px;
    }

    .exp-stat-number {
        font-size: 78px;  /* AUMENTADO de 68px */
    }
}

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

    .exp-h2 {
        font-size: 50px;  /* AUMENTADO de 42px */
    }

    .exp-stat-number {
        font-size: 70px;  /* AUMENTADO de 60px */
    }
}

@media (max-width: 640px) {
    .exp-stats-numbers {
        grid-template-columns: 1fr;
    }

    .exp-stat-number {
        font-size: 60px;  /* AUMENTADO de 52px */
    }
}

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

    .exp-community-content {
        padding-right: 0;
    }

    .exp-community-image {
        order: -1;
    }
}

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

    .exp-community-content .exp-h2 {
        font-size: 50px;  /* AUMENTADO de 42px */
    }
}

@media (max-width: 640px) {
    .exp-badges {
        flex-direction: column;
        align-items: flex-start;
    }
}

/* ===============================
   RESPONSIVE - TEAM
   =============================== */
@media (max-width: 1024px) {
    .exp-team-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 28px;
    }
}

@media (max-width: 768px) {
    .exp-team-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }

    .exp-section {
        padding: 60px 24px;
    }
}

@media (max-width: 640px) {
    .exp-team-grid {
        grid-template-columns: 1fr;
    }
}

/* ===============================
   RESPONSIVE - HIRING
   =============================== */
@media (max-width: 768px) {
    .exp-section--hiring {
        padding: 60px 24px;
    }

    .exp-hiring-content .exp-h2 {
        font-size: 50px;  /* AUMENTADO de 42px */
    }
}

@media (max-width: 640px) {
    .exp-hiring-content .exp-h2 {
        font-size: 42px;  /* AUMENTADO de 36px */
    }

    .exp-hiring-content .exp-btn {
        width: 100%;
    }
}

/* ===============================
   RESPONSIVE - FAQ
   =============================== */
@media (max-width: 768px) {
    .exp-section--white {
        padding: 60px 24px;
    }

    .exp-h2--centered {
        font-size: 50px;  /* AUMENTADO de 42px */
    }

    .exp-faq-question-expanded {
        font-size: 19px;  /* AUMENTADO de 17px */
    }
}

@media (max-width: 640px) {
    .exp-h2--centered {
        font-size: 42px;  /* AUMENTADO de 36px */
    }

    .exp-faq-question-expanded {
        font-size: 18px;  /* AUMENTADO de 16px */
    }

    .exp-actions--center {
        flex-direction: column;
        width: 100%;
    }

    .exp-actions--center .exp-btn {
        width: 100%;
    }
}
