.elementor-593 .elementor-element.elementor-element-e20b5c8{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-ff16ed9 */.sm-about-page{
    max-width:1280px;
    margin:auto;
    padding:60px 30px;
    font-family:'Poppins',sans-serif;
}

/* HERO */

.sm-about-hero{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:60px;
    align-items:center;
    margin-bottom:100px;
}

.sm-about-tag{
    display:inline-block;
    padding:8px 18px;
    border-radius:999px;
    background:#eef5ff;
    color:#2563eb;
    font-size:12px;
    font-weight:600;
    letter-spacing:1px;
    margin-bottom:18px;
}

.sm-about-text h1{
    font-size:56px;
    line-height:1.1;
    margin-bottom:20px;
    color:#111827;
}

.sm-about-text p{
    font-size:16px;
    line-height:1.9;
    color:#6b7280;
    margin-bottom:30px;
}

.sm-about-image img{
    width:100%;
    height:500px;
    object-fit:cover;
    border-radius:24px;
}

/* BUTTON */

.sm-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:15px 34px;
    border-radius:12px;
    background:#111827;
    color:#fff;
    text-decoration:none;
    transition:.3s;
}

.sm-btn:hover{
    transform:translateY(-3px);
}

/* COMPANY */

.sm-company-section{
    text-align:center;
    max-width:850px;
    margin:auto;
    margin-bottom:90px;
}

.sm-company-section h2{
    font-size:42px;
    margin-bottom:18px;
    color:#111827;
}

.sm-company-section p{
    color:#6b7280;
    line-height:1.9;
}

/* =========================
   STATS
========================= */

.sm-stats-section{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:40px;
    margin:90px 0;
    padding:50px 0;
    border-top:1px solid #e5e7eb;
    border-bottom:1px solid #e5e7eb;
}

.sm-stat-item{
    text-align:center;
}

.sm-stat-item h3{
    font-size:48px;
    font-weight:700;
    color:#111827;
    margin-bottom:8px;
    line-height:1;
}

.sm-stat-item p{
    font-size:14px;
    color:#6b7280;
    margin:0;
}

/* 手机端 */
@media(max-width:767px){

.sm-stats-section{
    grid-template-columns:repeat(2,1fr);
    gap:30px 15px;
    margin:60px 0;
    padding:35px 0;
}

.sm-stat-item h3{
    font-size:30px;
}

.sm-stat-item p{
    font-size:13px;
}

}

/* FACTORY */

.sm-factory-section{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:60px;
    align-items:center;
    margin-bottom:100px;
}

.sm-factory-image img{
    width:100%;
    height:450px;
    object-fit:cover;
    border-radius:24px;
}

.sm-factory-content h2{
    font-size:42px;
    margin-bottom:18px;
    color:#111827;
}

.sm-factory-content p{
    color:#6b7280;
    line-height:1.9;
}

/* CTA */

.sm-about-cta{
    background:#111827;
    border-radius:30px;
    padding:70px 40px;
    text-align:center;
}

.sm-about-cta h2{
    color:#fff;
    font-size:42px;
    margin-bottom:18px;
}

.sm-about-cta p{
    color:rgba(255,255,255,.75);
    max-width:700px;
    margin:auto;
    margin-bottom:30px;
    line-height:1.9;
}

.sm-btn-white{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:15px 34px;
    background:#fff;
    color:#111827;
    border-radius:12px;
    text-decoration:none;
    font-weight:600;
}

/* TABLET */

@media(max-width:991px){

.sm-about-hero,
.sm-factory-section{
    grid-template-columns:1fr;
    gap:35px;
}

.sm-stats-section{
    grid-template-columns:repeat(2,1fr);
}

.sm-about-text{
    text-align:center;
}

}

/* MOBILE */

@media(max-width:767px){

.sm-about-page{
    padding:35px 18px;
}

.sm-about-hero{
    margin-bottom:60px;
}

.sm-about-text h1{
    font-size:34px;
}

.sm-company-section h2,
.sm-factory-content h2,
.sm-about-cta h2{
    font-size:28px;
}

.sm-about-text p,
.sm-company-section p,
.sm-factory-content p,
.sm-about-cta p{
    font-size:14px;
    line-height:1.8;
}

.sm-about-image img,
.sm-factory-image img{
    height:240px;
}

.sm-stats-section{
    grid-template-columns:repeat(2,1fr);
    gap:15px;
    margin-bottom:60px;
}

.sm-stat-card{
    padding:20px;
}

.sm-stat-card h3{
    font-size:28px;
}

.sm-about-cta{
    padding:45px 22px;
}

.sm-btn,
.sm-btn-white{
    width:100%;
    max-width:240px;
}

}/* End custom CSS */