/* ============================================
   FEV Child Theme — Landing Page
   frenchexpatvietnam.com
   ============================================ */

/* ── Section backgrounds
   Divi 5 backwards-compat strips module_class so we target
   Divi's own auto-generated numbered section classes.
   Section order: 0=Hero, 1=Benefits, 2=About, 3=CTA
   ─────────────────────────────────────────── */
.home .et_pb_section_0,
.home .et_pb_section_3 {
    background-color: #1B2E3C !important;
}

.home .et_pb_section_1 {
    background-color: #F7F3EE !important;
}

/* ── Hero (section 0) — text colors ── */
.home .et_pb_section_0 .et_pb_text_inner,
.home .et_pb_section_0 .et_pb_text_inner p {
    color: #94A3B8 !important;
}

.home .et_pb_section_0 .et_pb_text_inner h1 {
    color: #FFFFFF !important;
    font-size: 44px;
    line-height: 1.2em;
    font-weight: 800;
}

.home .et_pb_section_0 .et_pb_text_inner strong {
    color: #CBD5E1 !important;
}

.home .et_pb_section_0 .fev-badge {
    color: #E8A020 !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    letter-spacing: 3px !important;
    text-transform: uppercase !important;
    margin-bottom: 14px !important;
}

/* ── Benefits (section 1) — text colors ── */
.home .et_pb_section_1 .et_pb_text_inner h2 {
    color: #1B2E3C !important;
    font-size: 30px;
    font-weight: 700;
}

.home .et_pb_section_1 .et_pb_text_inner p {
    color: #64748B !important;
    font-size: 17px;
}

.home .et_pb_section_1 .et_pb_text_inner {
    color: #334155 !important;
    font-size: 16px;
    line-height: 2.3em;
}

/* ── About (section 2) — text colors ── */
.home .et_pb_section_2 .et_pb_text_inner h2 {
    color: #1B2E3C !important;
    font-size: 28px;
    font-weight: 700;
}

.home .et_pb_section_2 .et_pb_text_inner {
    color: #475569 !important;
    font-size: 17px;
    line-height: 1.85em;
}

/* ── CTA (section 3) — text colors ── */
.home .et_pb_section_3 .et_pb_text_inner,
.home .et_pb_section_3 .et_pb_text_inner p {
    color: #94A3B8 !important;
}

.home .et_pb_section_3 .et_pb_text_inner h2 {
    color: #FFFFFF !important;
    font-size: 30px;
    font-weight: 700;
}

/* ── Contributors photos ── */
.fev-contributors {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    justify-content: center;
    margin: 40px 0 20px;
}

.fev-contributor {
    text-align: center;
    width: 110px;
}

.fev-contributor img {
    width: 88px;
    height: 88px;
    border-radius: 50%;
    object-fit: cover;
    object-position: top center;
    border: 3px solid #E8A020;
    display: block;
    margin: 0 auto 10px;
}

.fev-contributor .fev-name {
    font-size: 13px;
    font-weight: 600;
    color: #1B2E3C !important;
    line-height: 1.3;
    margin: 0;
}

.fev-contributor .fev-role {
    font-size: 11px;
    color: #94A3B8 !important;
    margin: 2px 0 0;
    line-height: 1.3;
}


/* ── Mobile ── */
@media (max-width: 767px) {
    .home .et_pb_section_0 .et_pb_text_inner h1 {
        font-size: 28px !important;
        line-height: 1.3em !important;
    }

    .fev-contributor {
        width: 80px;
    }

    .fev-contributor img {
        width: 68px;
        height: 68px;
    }
}
