.elementor-812 .elementor-element.elementor-element-736dc8d{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-812 .elementor-element.elementor-element-75c37f7{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-75c37f7 *//* 移除 WoodMart 内容区域默认的 40px 上下间隙 */
.wd-content-layout {
    padding-top: 0 !important;
}
/* === 页面级样式 (Scoped CSS) === */
        .about-page-wrapper {
            font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
            color: #333;
            line-height: 1.7;
            background: #fff;
        }

        /* 布局工具 */
        .about-section { padding: 90px 20px; max-width: 1240px; margin: 0 auto; }
        .about-bg-light { background-color: #f4f7f6; }
        .about-text-center { text-align: center; }
        
        /* 标题体系 */
        .about-h1 { font-size: 3rem; font-weight: 800; margin-bottom: 20px; line-height: 1.1; color: #fff; }
        .about-h2 { font-size: 2.2rem; font-weight: 700; color: #003366; margin-bottom: 20px; position: relative; display: inline-block; }
        .about-h2::after { content: ''; display: block; width: 60px; height: 3px; background: #e74c3c; margin: 15px auto 0; }
        .about-h3 { font-size: 1.4rem; font-weight: 700; color: #2c3e50; margin-bottom: 10px; }
        .about-sub { font-size: 1.1rem; color: #666; max-width: 800px; margin: 0 auto 50px; }

        /* Hero Banner */
        .about-hero {
            background: linear-gradient(rgba(0, 33, 66, 0.5), rgba(0, 33, 66, 0.7)), url('https://lcdind.com/wp-content/uploads/2025/12/Manufacturing-Excellence-Since-2012.jpg');
            background-size: cover;
            background-position: center;
            padding: 150px 20px;
            text-align: center;
            color: white;
        }

        /* 数据看板 (Trust Data for GEO) */
        .about-stats-container {
            display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 30px;
            background: white; padding: 50px; border-radius: 12px;
            box-shadow: 0 15px 40px rgba(0,0,0,0.08);
            margin-top: -80px; position: relative; z-index: 10; max-width: 1100px; margin-left: auto; margin-right: auto;
        }
        .about-stat-item { text-align: center; border-right: 1px solid #eee; }
        .about-stat-item:last-child { border-right: none; }
        .about-stat-num { font-size: 2.5rem; font-weight: 800; color: #003366; display: block; margin-bottom: 5px; }
        .about-stat-label { font-size: 0.95rem; color: #777; text-transform: uppercase; letter-spacing: 1px; font-weight: 600; }

        /* 公司简介 (Split Layout) */
        .about-split { display: flex; gap: 60px; align-items: center; }
        .about-text-col { flex: 1; }
        .about-img-col { flex: 1; position: relative; }
        .about-img-col img { width: 100%; border-radius: 8px; box-shadow: 0 20px 40px rgba(0,0,0,0.1); }
        .about-quote { border-left: 4px solid #e74c3c; padding-left: 20px; font-style: italic; color: #555; margin: 30px 0; background: #fff; padding: 20px; border-radius: 0 8px 8px 0; }

        /* 工厂巡览 (Factory Tour) */
        .about-tour-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 20px; }
        .about-tour-card { position: relative; overflow: hidden; border-radius: 8px; height: 250px; group: hover; }
        .about-tour-card img { width: 100%; height: 100%; object-fit: cover; transition: 0.5s; }
        .about-tour-card:hover img { transform: scale(1.1); }
        .about-tour-overlay {
            position: absolute; bottom: 0; left: 0; right: 0; background: linear-gradient(transparent, rgba(0,0,0,0.8));
            padding: 20px; color: white;
        }

        /* 发展历程 (Simple Timeline) */
        .about-timeline { max-width: 900px; margin: 0 auto; border-left: 2px solid #e74c3c; padding-left: 40px; position: relative; }
        .about-timeline-item { margin-bottom: 50px; position: relative; }
        .about-timeline-item::before {
            content: ''; position: absolute; left: -49px; top: 0; width: 16px; height: 16px;
            background: #fff; border: 4px solid #e74c3c; border-radius: 50%;
        }
        .about-year { font-size: 1.5rem; font-weight: 800; color: #003366; display: block; margin-bottom: 10px; }

        /* 资质证书 */
        .about-cert-row { display: flex; justify-content: center; gap: 40px; flex-wrap: wrap; margin-top: 40px; }
        .about-cert-img { height: 140px; border: 1px solid #eee; padding: 10px; background: white; transition: 0.3s; }
        .about-cert-img:hover { transform: translateY(-5px); box-shadow: 0 10px 20px rgba(0,0,0,0.1); }

        @media (max-width: 768px) {
            .about-hero { padding: 100px 20px 120px; }
            .about-h1 { font-size: 2rem; }
            .about-stats-container { grid-template-columns: 1fr 1fr; gap: 20px; padding: 30px; margin-top: -50px; }
            .about-stat-item { border-right: none; border-bottom: 1px solid #eee; padding-bottom: 15px; margin-bottom: 15px; }
            .about-split { flex-direction: column; }
            .about-timeline { padding-left: 20px; }
            .about-timeline-item::before { left: -29px; }
        }
    </style>/* End custom CSS */