/* YWHOLA About page — isolated page styles, loaded after global styles */
.about-rebuild,
.about-rebuild * {
    box-sizing: border-box;
}

.about-rebuild {
    width: 100%;
    overflow: hidden;
    color: #26394b;
    background: #fff;
    font-family: Arial, Helvetica, sans-serif;
}

.about-rebuild .container2 {
    display: block !important;
    width: calc(100% - 48px) !important;
    max-width: 1280px !important;
    margin-right: auto !important;
    margin-left: auto !important;
}

.about-rebuild .container2.about-hero__grid,
.about-rebuild .container2.about-intro,
.about-rebuild .container2.about-trust {
    display: grid !important;
}

.about-rebuild h1,
.about-rebuild h2,
.about-rebuild h3,
.about-rebuild p {
    float: none !important;
    width: auto !important;
    text-align: left;
}

.about-rebuild h1 {
    max-width: none;
    margin: 0 0 24px !important;
    color: #0b2d4e !important;
    font-size: clamp(42px, 4.6vw, 66px) !important;
    font-weight: 700 !important;
    line-height: 1.08 !important;
    letter-spacing: -.025em;
}

.about-rebuild h2 {
    max-width: 660px;
    margin: 0 0 24px !important;
    color: #0b2d4e !important;
    font-size: clamp(30px, 3vw, 44px) !important;
    font-weight: 700 !important;
    line-height: 1.15 !important;
    letter-spacing: -.02em;
}

.about-rebuild h3 {
    margin: 13px 0 10px !important;
    color: #0b2d4e !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    line-height: 1.3 !important;
}

.about-rebuild p {
    margin: 0 0 16px;
    color: #3d4f5f;
    font-size: 17px !important;
    font-weight: 400;
    line-height: 1.72 !important;
}

.about-eyebrow,
.about-kicker {
    display: block;
    margin: 0 0 14px !important;
    color: #b77a18 !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    line-height: 1.4 !important;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.about-hero {
    display: block;
    width: 100%;
    padding: 88px 0 92px !important;
    background: linear-gradient(135deg, #edf4f7 0%, #fff 62%) !important;
}

.about-hero__grid {
    display: grid !important;
    grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr) !important;
    gap: 68px !important;
    align-items: center !important;
}

.about-hero__heading {
    display: block !important;
    grid-column: 1 / -1;
    width: 100% !important;
    min-width: 0;
    margin-bottom: -14px;
}

.about-hero__heading h1 {
    width: 100% !important;
    white-space: nowrap;
}

.about-hero__copy {
    min-width: 0;
}

.about-hero__copy > p:not(.about-eyebrow) {
    max-width: 720px;
}

.about-hero__visual {
    display: block !important;
    min-height: 480px !important;
    border-radius: 6px;
    background-image: linear-gradient(rgba(7, 37, 66, .03), rgba(7, 37, 66, .1)), url('/img/about-yiwu-market-v1.webp') !important;
    background-position: center center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    box-shadow: 0 24px 58px rgba(16, 43, 67, .16);
}

.about-actions {
    display: flex !important;
    width: auto !important;
    margin-top: 30px !important;
    gap: 14px;
    flex-wrap: wrap;
}

.about-rebuild a.about-btn {
    display: inline-flex !important;
    float: none !important;
    width: auto !important;
    min-width: 0 !important;
    min-height: 54px !important;
    margin: 0 !important;
    padding: 14px 24px !important;
    align-items: center;
    justify-content: center;
    border: 1px solid #0d416f !important;
    border-radius: 2px;
    font-size: 15px !important;
    font-weight: 700 !important;
    line-height: 1.3 !important;
    text-align: center;
    text-decoration: none !important;
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.about-rebuild a.about-btn--primary {
    color: #fff !important;
    background: #0d416f !important;
}

.about-rebuild a.about-btn--secondary {
    color: #0d416f !important;
    background: #fff !important;
}

.about-rebuild a.about-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(13, 65, 111, .16);
}

.about-section {
    display: block;
    width: 100%;
    padding: 92px 0 !important;
}

.about-section--soft {
    background: #f2f6f7 !important;
}

.about-section--soft > .container2 {
    display: grid !important;
    grid-template-columns: minmax(280px, .7fr) minmax(0, 1.3fr) !important;
    gap: 72px !important;
    align-items: center !important;
}

.about-section-heading {
    display: block !important;
    width: 100% !important;
    min-width: 0;
    padding-top: 0;
}

.about-section-heading .about-kicker,
.about-section-heading h2 {
    display: block !important;
    float: none !important;
    width: 100% !important;
    max-width: 480px;
}

.about-intro,
.about-trust {
    display: grid !important;
    grid-template-columns: minmax(300px, .82fr) minmax(0, 1.18fr) !important;
    gap: 82px !important;
    align-items: start;
}

.about-prose {
    max-width: 760px;
}

.about-prose p:last-child {
    margin-bottom: 0;
}

.about-services {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 18px !important;
    width: 100% !important;
    margin: 0 !important;
}

.about-services article {
    display: block !important;
    float: none !important;
    width: auto !important;
    min-height: 218px;
    margin: 0 !important;
    padding: 30px 24px !important;
    border: 0 !important;
    border-top: 3px solid #c18a2b !important;
    background: #fff !important;
    box-shadow: 0 12px 32px rgba(24, 50, 72, .07);
}

.about-services article > span {
    display: block;
    color: #b77a18 !important;
    font-size: 15px;
    font-weight: 700;
}

.about-services article h3 {
    max-width: 100%;
    overflow-wrap: normal;
    word-break: normal;
    hyphens: none;
}

.about-services article p {
    margin: 0;
    color: #526272;
    font-size: 15px !important;
    line-height: 1.62 !important;
}

.about-trust ul {
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

.about-trust {
    align-items: center !important;
}

.about-trust li {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 17px 0 17px 40px !important;
    border-bottom: 1px solid #dce5e8;
    color: #34495b;
    font-size: 17px !important;
    line-height: 1.55 !important;
}

.about-trust li:first-child {
    padding-top: 4px !important;
}

.about-trust li::before {
    position: absolute;
    top: 17px;
    left: 4px;
    color: #b77a18;
    content: '✓';
    font-weight: 800;
}

.about-trust li:first-child::before {
    top: 4px;
}

.about-cta {
    display: block;
    width: 100%;
    padding: 88px 0 !important;
    color: #fff !important;
    background: #0b2d4e !important;
    text-align: center !important;
}

.about-cta h2,
.about-cta p {
    margin-right: auto !important;
    margin-left: auto !important;
    color: #fff !important;
    text-align: center !important;
}

.about-cta h2 {
    max-width: 760px;
}

.about-cta > div > p:not(.about-kicker) {
    max-width: 760px;
    font-size: 18px !important;
}

.about-cta .about-kicker {
    color: #efc36c !important;
}

.about-actions--center {
    justify-content: center !important;
}

.about-rebuild a.about-btn--light {
    color: #0b2d4e !important;
    border-color: #fff !important;
    background: #fff !important;
}

.about-rebuild a.about-btn--outline {
    color: #fff !important;
    border-color: #fff !important;
    background: transparent !important;
}

@media (max-width: 1020px) {
    .about-hero {
        padding: 68px 0 72px !important;
    }

    .about-hero__grid,
    .about-intro,
    .about-trust {
        grid-template-columns: 1fr !important;
        gap: 42px !important;
    }

    .about-hero__heading {
        margin-bottom: 0;
    }

    .about-hero__heading h1 {
        white-space: normal;
    }

    .about-section--soft > .container2 {
        grid-template-columns: 1fr !important;
        gap: 34px !important;
        align-items: start !important;
    }

    .about-section-heading h2 {
        max-width: 700px;
    }

    .about-trust {
        align-items: start !important;
    }

    .about-hero__visual {
        min-height: 350px !important;
    }

    .about-services {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    .about-services article {
        min-height: 190px;
    }
}

@media (max-width: 600px) {
    .about-rebuild .container2 {
        width: calc(100% - 32px) !important;
    }

    .about-hero {
        padding: 48px 0 54px !important;
    }

    .about-rebuild h1 {
        font-size: 37px !important;
    }

    .about-rebuild h2 {
        font-size: 29px !important;
    }

    .about-rebuild p,
    .about-trust li {
        font-size: 16px !important;
    }

    .about-hero__visual {
        min-height: 220px !important;
    }

    .about-section {
        padding: 62px 0 !important;
    }

    .about-services {
        grid-template-columns: 1fr !important;
    }

    .about-services article {
        min-height: 0;
    }

    .about-actions {
        display: grid !important;
        grid-template-columns: 1fr;
        width: 100% !important;
    }

    .about-rebuild a.about-btn {
        width: 100% !important;
    }
}
