/* ===== Mesomat v3 — Blue Industrial Modern ===== */
/* Deep Blue #1A1A2E | Bright Blue #4361EE | Orange Accent #F72585 | Dark #16213E | Text #1a2d3a */

body { font-family: 'Source Sans Pro', -apple-system, sans-serif; color: #444; }
a { color: #4361EE; transition: color .2s; }
a:hover { color: #1A1A2E; text-decoration: none; }
::selection { background: rgba(67,97,238,.15); }
.container { max-width: 1280px !important; width: 92% !important; padding: 0; }
.navbar-area, .inspire-nav-top-bar, .inspire-responsive-nav, .inspire-nav,
.mean-container .mean-bar, .mean-container .mean-nav, a.meanmenu-reveal { display: none !important; }

/* ===== TOP INFO BAR ===== */
.hd-wrap { position: fixed; top: 0; left: 0; right: 0; z-index: 9999; }
.hd-topbar { background: #16213E; }
.hd-topbar-inner { display: flex; align-items: center; justify-content: space-between; height: 40px; }
.hd-topbar-left { display: flex; align-items: center; gap: 24px; }
.hd-topbar-left a, .hd-topbar-left span { color: rgba(255,255,255,.65); font-size: 13px; text-decoration: none; display: inline-flex; align-items: center; gap: 6px; }
.hd-topbar-left a:hover { color: #F72585; }
.hd-topbar-left a i, .hd-topbar-left span i { font-size: 13px; color: #F72585; }
.hd-topbar-right { display: flex; align-items: center; gap: 12px; }
.hd-topbar-social { width: 28px; height: 28px; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: rgba(255,255,255,.5); font-size: 12px; transition: all .2s; text-decoration: none; }
.hd-topbar-social:hover { color: #F72585; background: rgba(255,255,255,.08); }
.hd-lang { position: relative; }
.hd-lang-btn { display: flex; align-items: center; gap: 5px; padding: 4px 10px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.12); border-radius: 4px; color: rgba(255,255,255,.7); font-size: 12px; font-weight: 600; cursor: pointer; }
.hd-lang-btn:hover { border-color: rgba(255,255,255,.3); color: #fff; }
.hd-lang-drop { position: absolute; top: calc(100% + 6px); right: 0; min-width: 150px; background: #fff; border-radius: 6px; padding: 4px; box-shadow: 0 8px 24px rgba(0,0,0,.15); display: none; z-index: 100; }
.hd-lang-drop.show { display: block; }
.hd-lang-drop a { display: block; padding: 7px 12px; font-size: 13px; color: #444; border-radius: 4px; text-decoration: none; }
.hd-lang-drop a:hover { background: #EDEEF2; color: #4361EE; }

/* ===== MAIN HEADER ===== */
.hd-main { background: #fff; border-bottom: 1px solid #E0E2E8; transition: box-shadow .3s; }
.hd-main.sticky { box-shadow: 0 4px 20px rgba(0,0,0,.06); }
.hd-main-inner { display: flex; align-items: center; justify-content: space-between; height: 80px; }
.hd-logo img { height: 28px; }
body { padding-top: 120px; }
/* 菜单居中 */
.hd-nav { display: flex; align-items: center; gap: 2px; position: absolute; left: 50%; transform: translateX(-50%); }
.hd-nav-item { position: relative; }
.hd-nav-link { display: flex; align-items: center; gap: 5px; padding: 8px 16px; font-size: 14px; font-weight: 600; color: #1a2d3a; text-decoration: none; transition: all .2s; }
.hd-nav-link:hover, .hd-nav-link.active { color: #4361EE; }
.hd-nav-link i { font-size: 9px; transition: transform .2s; }
.hd-nav-item:hover .hd-nav-link i { transform: rotate(180deg); }
/* 下拉 */
.hd-dd { position: absolute; top: 100%; left: 0; min-width: 220px; background: #fff; border-radius: 8px; padding: 6px; box-shadow: 0 12px 40px rgba(0,0,0,.1); border: 1px solid #E0E2E8; opacity: 0; visibility: hidden; transform: translateY(8px); transition: all .2s; }
.hd-nav-item:hover > .hd-dd { opacity: 1; visibility: visible; transform: translateY(0); }
.hd-dd-link { display: flex; align-items: center; padding: 9px 14px; font-size: 14px; color: #444; text-decoration: none; border-radius: 4px; transition: all .15s; }
.hd-dd-link:hover, .hd-dd-link.active { background: #EDEEF2; color: #4361EE; }
.hd-dd-sub { position: absolute; left: 100%; top: 0; min-width: 200px; background: #fff; border-radius: 8px; padding: 6px; box-shadow: 0 12px 40px rgba(0,0,0,.1); border: 1px solid #E0E2E8; opacity: 0; visibility: hidden; transform: translateX(8px); transition: all .2s; }
.hd-dd-link:hover + .hd-dd-sub, .hd-dd-sub:hover { opacity: 1; visibility: visible; transform: translateX(0); }
/* 右侧 */
.hd-right { display: flex; align-items: center; gap: 10px; }
.hd-search-btn, .hd-icon-btn { width: 38px; height: 38px; border-radius: 50%; border: 1px solid #E0E2E8; background: #fff; display: flex; align-items: center; justify-content: center; color: #555; font-size: 14px; cursor: pointer; transition: all .2s; text-decoration: none; position: relative; }
.hd-search-btn:hover, .hd-icon-btn:hover { background: #EDEEF2; color: #4361EE; border-color: #C8CCD5; }
.hd-badge { position: absolute; top: -3px; right: -3px; background: #e74c3c; color: #fff; font-size: 10px; min-width: 16px; height: 16px; border-radius: 8px; display: flex; align-items: center; justify-content: center; font-weight: 700; }
.hd-cta { display: inline-flex; align-items: center; gap: 6px; padding: 9px 22px; background: #4361EE; color: #fff !important; border-radius: 4px; font-size: 14px; font-weight: 700; text-decoration: none; transition: all .3s; }
.hd-cta:hover { background: #1A1A2E; box-shadow: 0 4px 14px rgba(26,26,46,.25); color: #fff; }
.hd-cta i { font-size: 11px; }
/* 搜索条 */
.hd-search-bar { max-height: 0; overflow: hidden; transition: max-height .3s; background: #f8fafc; border-bottom: 1px solid #E0E2E8; }
.hd-search-bar.open { max-height: 70px; }
.hd-search-form { display: flex; align-items: center; gap: 12px; padding: 14px 0; }
.hd-search-form > i { color: #999; font-size: 16px; }
.hd-search-form input { flex: 1; border: none; background: transparent; font-size: 16px; outline: none; color: #333; }
.hd-search-close { background: none; border: none; color: #999; font-size: 18px; cursor: pointer; padding: 4px; }
/* 汉堡 */
.hd-burger { display: none; flex-direction: column; gap: 5px; background: none; border: none; padding: 6px; cursor: pointer; }
.hd-burger span { display: block; width: 22px; height: 2.5px; background: #1a2d3a; border-radius: 2px; }
@media (max-width: 991px) { .hd-burger { display: flex; } .hd-nav { display: none !important; } .hd-main-inner { position: relative; } }

/* ===== MOBILE DRAWER ===== */
.hd-mob-overlay { display: none; position: fixed; inset: 0; background: rgba(12,27,42,.5); z-index: 10002; opacity: 0; transition: opacity .3s; backdrop-filter: blur(3px); }
.hd-mob-overlay.open { opacity: 1; }
.hd-mob-drawer { position: fixed; top: 0; right: -320px; width: 300px; max-width: 85vw; height: 100%; background: #fff; z-index: 10003; transition: right .35s cubic-bezier(.4,0,.2,1); display: flex; flex-direction: column; box-shadow: -4px 0 24px rgba(0,0,0,.15); overflow: hidden; }
.hd-mob-drawer.open { right: 0; }
.hd-mob-top { display: flex; align-items: center; justify-content: space-between; padding: 16px 20px; border-bottom: 1px solid #f0f0f0; }
.hd-mob-top img { height: 22px; }
.hd-mob-top button { width: 36px; height: 36px; border-radius: 50%; background: #f5f5f5; border: none; font-size: 16px; color: #666; cursor: pointer; display: flex; align-items: center; justify-content: center; }
.hd-mob-search { display: flex; margin: 12px 16px; border: 1px solid #eee; border-radius: 6px; overflow: hidden; }
.hd-mob-search input { flex: 1; padding: 10px 12px; border: none; font-size: 14px; outline: none; }
.hd-mob-search button { padding: 10px 14px; background: #4361EE; border: none; color: #fff; cursor: pointer; }
.hd-mob-nav { list-style: none; padding: 0; margin: 0; flex: 1; overflow-y: auto; }
.hd-mob-nav li { border-bottom: 1px solid #f5f5f5; }
.hd-mob-row { display: flex; align-items: center; }
.hd-mob-link { flex: 1; padding: 14px 20px; font-size: 15px; font-weight: 500; color: #333; text-decoration: none; }
.hd-mob-link:hover, .hd-mob-link.active { color: #4361EE; }
.hd-mob-arrow { width: 44px; height: 44px; border: none; background: none; color: #bbb; font-size: 12px; cursor: pointer; transition: all .2s; }
.hd-mob-arrow.open { color: #4361EE; transform: rotate(45deg); }
.hd-mob-sub { list-style: none; padding: 0; margin: 0; max-height: 0; overflow: hidden; transition: max-height .35s; background: #fafcfe; }
.hd-mob-sub.open { max-height: 600px; }
.hd-mob-sub .hd-mob-link { padding-left: 36px; font-size: 14px; color: #555; }
.hd-mob-cta { display: block; margin: 12px 16px; padding: 12px; background: #4361EE; color: #fff; text-align: center; border-radius: 4px; font-weight: 700; text-decoration: none; font-size: 14px; }
.hd-mob-info { padding: 12px 20px; }
.hd-mob-info a { display: flex; align-items: center; gap: 8px; font-size: 13px; color: #666; margin-bottom: 8px; text-decoration: none; }
.hd-mob-info a i { color: #4361EE; width: 16px; }
.hd-mob-lang { display: flex; align-items: center; gap: 6px; padding: 10px 20px; font-size: 14px; color: #666; border-top: 1px solid #f0f0f0; }
.hd-mob-lang i { color: #4361EE; }
.hd-mob-lang select { border: 1px solid #ddd; border-radius: 4px; padding: 4px 8px; font-size: 13px; }

/* ===== FOOTER ===== */
.ft { background: #16213E; color: rgba(255,255,255,.55); position: relative; padding-top: 50px; }
.ft-cta-float { position: relative; z-index: 2; margin-top: -100px; margin-bottom: 40px; }
.ft-cta-box {
    background: linear-gradient(135deg, #4361EE, #1A1A2E); border-radius: 12px;
    padding: 40px 48px; display: flex; align-items: center; justify-content: space-between;
    gap: 30px; flex-wrap: wrap; margin-top: -50px;
    box-shadow: 0 16px 48px rgba(67,97,238,.2);
}
.ft-cta-text h3 { font-size: 24px; font-weight: 800; color: #fff; margin: 0 0 6px; }
.ft-cta-text p { font-size: 15px; color: rgba(255,255,255,.7); margin: 0; }
.ft-cta-actions { display: flex; align-items: center; gap: 20px; flex-wrap: wrap; }
.ft-cta-btn { display: inline-flex; align-items: center; gap: 8px; padding: 12px 28px; background: #F72585; color: #fff !important; border-radius: 4px; font-size: 14px; font-weight: 700; text-decoration: none; transition: all .3s; }
.ft-cta-btn:hover { background: #D91E6F; box-shadow: 0 6px 20px rgba(243,156,18,.3); color: #fff; }
.ft-cta-phone { display: inline-flex; align-items: center; gap: 8px; color: rgba(255,255,255,.8) !important; font-size: 15px; font-weight: 600; text-decoration: none; }
.ft-cta-phone:hover { color: #fff !important; }
.ft-cta-phone i { color: #F72585; }
.ft-body { padding: 0 0 40px; }
.ft-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 40px; }
.ft-brand img { height: 34px; margin-bottom: 16px; }
.ft-brand p { font-size: 14px; line-height: 1.7; color: rgba(255,255,255,.4); margin-bottom: 20px; }
.ft-social { display: flex; gap: 8px; }
.ft-social a { width: 34px; height: 34px; border-radius: 50%; border: 1px solid rgba(255,255,255,.1); display: flex; align-items: center; justify-content: center; color: rgba(255,255,255,.4); font-size: 13px; transition: all .3s; text-decoration: none; }
.ft-social a:hover { background: #F72585; border-color: #F72585; color: #fff; }
.ft-col h5 { color: #fff; font-size: 15px; font-weight: 700; margin-bottom: 18px; position: relative; padding-bottom: 10px; }
.ft-col h5::after { content: ''; position: absolute; bottom: 0; left: 0; width: 30px; height: 2px; background: #F72585; }
.ft-col ul { list-style: none; padding: 0; margin: 0; }
.ft-col ul li { margin-bottom: 10px; }
.ft-col ul li a { color: rgba(255,255,255,.4); font-size: 14px; text-decoration: none; transition: all .2s; }
.ft-col ul li a:hover { color: #F72585; padding-left: 4px; }
.ft-contact li { display: flex; align-items: flex-start; gap: 10px; margin-bottom: 12px; font-size: 14px; }
.ft-contact li i { color: #F72585; width: 16px; margin-top: 3px; flex-shrink: 0; }
.ft-contact li a { color: rgba(255,255,255,.4); text-decoration: none; }
.ft-contact li a:hover { color: #F72585; }
.ft-newsletter { margin-top: 18px; }
.ft-newsletter p { font-size: 12px; color: rgba(255,255,255,.3); margin-bottom: 8px; }
.ft-nl-form { display: flex; }
.ft-nl-input { flex: 1; padding: 9px 12px; border: 1px solid rgba(255,255,255,.1); border-right: none; border-radius: 4px 0 0 4px; background: rgba(255,255,255,.04); color: #fff; font-size: 13px; outline: none; }
.ft-nl-input::placeholder { color: rgba(255,255,255,.2); }
.ft-nl-input:focus { border-color: #4361EE; }
.ft-nl-btn { padding: 9px 14px; background: #4361EE; border: 1px solid #4361EE; border-radius: 0 4px 4px 0; color: #fff; cursor: pointer; font-size: 13px; }
.ft-nl-btn:hover { background: #1A1A2E; }
.ft-bottom { border-top: 1px solid rgba(255,255,255,.06); padding: 16px 0; }
.ft-bottom-inner { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 12px; }
.ft-bottom p { margin: 0; font-size: 12px; color: rgba(255,255,255,.25); }
.ft-bottom-links { display: flex; gap: 20px; }
.ft-bottom-links a { font-size: 12px; color: rgba(255,255,255,.3); text-decoration: none; }
.ft-bottom-links a:hover { color: #F72585; }

/* Go top */
.go-top { background: #4361EE !important; right: 20px !important; bottom: 60px !important; top: auto !important; z-index: 999; }
.go-top:hover { background: #F72585 !important; }
.go-top.active { top: auto !important; bottom: 60px !important; }

/* Responsive header/footer */
@media (max-width: 991px) {
    .hd-topbar { display: none !important; }
    body { padding-top: 80px; }
}
@media (max-width: 767px) {
    .ft-cta-box { padding: 28px 24px; flex-direction: column; text-align: center; margin-top: -30px; }
    .ft-cta-actions { justify-content: center; }
    .ft-grid { grid-template-columns: 1fr; }
}

/* === Shared === */
.h-label { display: inline-block; font-size: 12px; font-weight: 800; color: #F72585; text-transform: uppercase; letter-spacing: 3px; margin-bottom: 8px; }
.h-btn {
    display: inline-flex; align-items: center; gap: 8px;
    padding: 14px 32px; background: #4361EE; color: #fff !important;
    border-radius: 4px; font-size: 15px; font-weight: 700;
    text-decoration: none; transition: all .3s; border: 2px solid #4361EE;
}
.h-btn:hover { background: #1A1A2E; border-color: #1A1A2E; box-shadow: 0 8px 24px rgba(26,26,46,.3); color: #fff; }
.h-btn.h-btn-white { background: #fff; color: #1A1A2E !important; border-color: #fff; }
.h-btn.h-btn-white:hover { background: #f0f4f8; }
.h-btn-outline {
    display: inline-flex; align-items: center; gap: 8px;
    padding: 14px 32px; border: 2px solid rgba(255,255,255,.5); color: #fff !important;
    border-radius: 4px; font-size: 15px; font-weight: 700;
    text-decoration: none; transition: all .3s; background: transparent;
}
.h-btn-outline:hover { background: #fff; color: #1A1A2E !important; border-color: #fff; }
.h-link {
    display: inline-flex; align-items: center; gap: 6px;
    font-size: 15px; font-weight: 700; color: #4361EE !important; text-decoration: none;
    padding-bottom: 2px; border-bottom: 2px solid transparent; transition: all .2s;
}
.h-link:hover { border-bottom-color: #4361EE; }
.h-link i { font-size: 12px; transition: transform .2s; }
.h-link:hover i { transform: translateX(4px); }
.h-sec-top { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 44px; flex-wrap: wrap; gap: 16px; }
.h-sec-top h2 { font-size: 36px; font-weight: 800; color: #1a2d3a; margin: 0; line-height: 1.15; }
.h-sec-center { flex-direction: column; align-items: center; text-align: center; }

/* ===== 1. HERO ===== */
.h-hero { position: relative; min-height: 600px; overflow: hidden; }
.h-hero-bg { position: absolute; inset: 0; background-size: cover; background-position: center; }
.h-slide-bg { opacity: 0; transition: opacity 1s ease-in-out; }
.h-slide-bg.active { opacity: 1; }
.h-hero-overlay { position: absolute; inset: 0; background: linear-gradient(135deg, rgba(12,27,42,.92) 0%, rgba(26,26,46,.8) 50%, rgba(67,97,238,.4) 100%); }
.h-hero-content { position: relative; z-index: 2; padding: 80px 0 120px; }
.h-hero-grid { display: flex; flex-direction: column; justify-content: center; }
.h-hero-left { position: relative; min-height: 260px; max-width: 680px; }
.h-hero-right { display: flex; justify-content: flex-start; }
.h-hero-dots { display: flex; gap: 8px; margin-top: 20px; }
.h-slide-text { position: absolute; top: 0; left: 0; width: 100%; opacity: 0; transform: translateY(16px); transition: opacity .6s ease, transform .6s ease; pointer-events: none; }
.h-slide-text.active { position: relative; opacity: 1; transform: translateY(0); pointer-events: auto; }
.h-hero-tag { display: flex; align-items: center; gap: 10px; color: #F72585; font-size: 13px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; margin-bottom: 20px; }
.h-hero-tag span { display: block; width: 40px; height: 2px; background: #F72585; }
.h-hero-left h1 { font-size: 48px; font-weight: 900; color: #fff; line-height: 1.1; margin: 0 0 20px; }
.h-hero-left p { font-size: 17px; line-height: 1.7; color: rgba(255,255,255,.75); margin-bottom: 32px; max-width: 520px; }
.h-hero-btns { display: flex; gap: 14px; flex-wrap: wrap; }
.h-hero-card {
    background: rgba(255,255,255,.08); backdrop-filter: blur(16px);
    border: 1px solid rgba(255,255,255,.12); border-radius: 12px;
    padding: 32px 28px; color: #fff;
}
.h-hero-card h4 { font-size: 18px; font-weight: 700; margin: 0 0 20px; color: #fff; }
.h-hero-card a { display: flex; align-items: center; gap: 10px; color: rgba(255,255,255,.8); font-size: 15px; text-decoration: none; margin-bottom: 14px; transition: color .2s; }
.h-hero-card a:hover { color: #F72585; }
.h-hero-card a i { width: 20px; color: #F72585; }
.h-hero-card-btn {
    display: flex; align-items: center; justify-content: center; gap: 8px;
    width: 100%; padding: 12px; margin-top: 8px;
    background: #F72585; color: #fff; border: none; border-radius: 6px;
    font-size: 14px; font-weight: 700; cursor: pointer; transition: all .3s; text-decoration: none;
}
.h-hero-card-btn:hover { background: #D91E6F; color: #fff; }
.h-hero-angle {
    position: absolute; bottom: -1px; left: 0; right: 0; height: 80px;
    background: #fff; clip-path: polygon(0 100%, 100% 100%, 100% 0);
}

/* ===== 2. STATS ===== */
.h-stats { padding: 0; margin-top: -50px; position: relative; z-index: 3; }
.h-stats-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 20px; }
.h-stat-card {
    background: #fff; border-radius: 10px; padding: 28px 24px; text-align: center;
    box-shadow: 0 8px 32px rgba(0,0,0,.08); transition: all .3s;
    border-bottom: 3px solid transparent;
}
.h-stat-card:hover { transform: translateY(-4px); border-bottom-color: #4361EE; box-shadow: 0 12px 40px rgba(67,97,238,.12); }
.h-stat-card i { font-size: 28px; color: #4361EE; margin-bottom: 10px; }
.h-stat-num { font-size: 36px; font-weight: 900; color: #1A1A2E; line-height: 1.1; }
.h-stat-label { font-size: 13px; color: #888; text-transform: uppercase; letter-spacing: 1px; font-weight: 600; margin-top: 4px; }

/* ===== 3. ABOUT ===== */
.h-about { padding: 100px 0; background: #f8fafc; }
.h-about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.h-about-img { position: relative; }
.h-about-img img { width: 100%; height: 440px; object-fit: cover; border-radius: 12px; display: block; }
.h-about-exp {
    position: absolute; bottom: -20px; right: -20px; width: 80px; height: 80px;
    background: #F72585; border-radius: 12px; display: flex; align-items: center; justify-content: center;
    color: #fff; font-size: 32px; box-shadow: 0 8px 24px rgba(243,156,18,.3);
}
.h-about-text h2 { font-size: 34px; font-weight: 800; color: #1a2d3a; line-height: 1.15; margin: 0 0 16px; }
.h-about-text > p { font-size: 16px; line-height: 1.8; color: #666; margin-bottom: 28px; }
.h-about-checks { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 32px; }
.h-check { display: flex; align-items: center; gap: 10px; font-size: 15px; font-weight: 600; color: #1a2d3a; }
.h-check i { color: #4361EE; font-size: 18px; }

/* ===== 4. PRODUCTS ===== */
.h-products { padding: 90px 0; background: #fff; overflow: hidden; }
.h-products-scroll {
    display: flex; gap: 20px; overflow-x: auto; padding: 0 4% 20px;
    scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch;
    scrollbar-width: thin; scrollbar-color: #4361EE #eee;
}
.h-products-scroll::-webkit-scrollbar { height: 6px; }
.h-products-scroll::-webkit-scrollbar-track { background: #eee; border-radius: 3px; }
.h-products-scroll::-webkit-scrollbar-thumb { background: #4361EE; border-radius: 3px; }
.h-pcard {
    flex: 0 0 280px; scroll-snap-align: start;
    display: flex; flex-direction: column; background: #fff;
    border-radius: 12px; overflow: hidden; text-decoration: none;
    border: 1px solid #E0E2E8; transition: all .35s;
}
.h-pcard:hover { box-shadow: 0 12px 40px rgba(26,26,46,.1); transform: translateY(-4px); border-color: transparent; }
.h-pcard-img { position: relative; height: 200px; overflow: hidden; background: #EDEEF2; }
.h-pcard-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.h-pcard:hover .h-pcard-img img { transform: scale(1.06); }
.h-pcard-ph { height: 100%; display: flex; align-items: center; justify-content: center; color: #ccc; font-size: 36px; }
.h-pcard-hover {
    position: absolute; inset: 0; background: rgba(26,26,46,.6);
    display: flex; align-items: center; justify-content: center;
    color: #fff; font-size: 24px; opacity: 0; transition: opacity .3s;
}
.h-pcard:hover .h-pcard-hover { opacity: 1; }
.h-pcard-body { padding: 16px 18px; flex: 1; }
.h-pcard-body h3 { font-size: 15px; font-weight: 700; color: #1a2d3a; margin: 0 0 6px; line-height: 1.35; }
.h-pcard-body p { font-size: 13px; color: #888; line-height: 1.5; margin: 0; }

/* ===== 5. SERVICES ===== */
.h-services { padding: 90px 0; background: #f8fafc; }
.h-svc-list { display: flex; flex-direction: column; gap: 16px; }
.h-svc-row {
    display: flex; align-items: center; gap: 30px; padding: 28px 32px;
    background: #fff; border-radius: 12px; text-decoration: none;
    border: 1px solid #E0E2E8; transition: all .35s;
}
.h-svc-row:hover { box-shadow: 0 8px 32px rgba(26,26,46,.08); border-color: #4361EE; transform: translateX(4px); }
.h-svc-reverse { flex-direction: row-reverse; }
.h-svc-reverse:hover { transform: translateX(-4px); }
.h-svc-num { font-size: 56px; font-weight: 900; color: rgba(67,97,238,.1); line-height: 1; flex-shrink: 0; min-width: 80px; text-align: center; }
.h-svc-row:hover .h-svc-num { color: rgba(67,97,238,.2); }
.h-svc-content { flex: 1; }
.h-svc-content h3 { font-size: 20px; font-weight: 700; color: #1a2d3a; margin: 0 0 8px; }
.h-svc-content p { font-size: 14px; color: #777; line-height: 1.6; margin: 0; }
.h-svc-icon {
    width: 60px; height: 60px; border-radius: 12px; background: linear-gradient(135deg, #4361EE, #1A1A2E);
    display: flex; align-items: center; justify-content: center;
    color: #fff; font-size: 24px; flex-shrink: 0;
}

/* ===== 6. CASES ===== */
.h-cases { padding: 90px 0; background: #fff; }
.h-cases-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.h-case {
    display: block; position: relative; border-radius: 12px; overflow: hidden;
    height: 240px; text-decoration: none;
}
.h-case img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.h-case:hover img { transform: scale(1.06); }
.h-case-info {
    position: absolute; inset: 0;
    background: linear-gradient(to top, rgba(12,27,42,.85) 0%, transparent 55%);
    display: flex; flex-direction: column; justify-content: flex-end; padding: 24px;
}
.h-case-info h4 { color: #fff; font-size: 17px; font-weight: 700; margin: 0 0 4px; }
.h-case-info span { color: #F72585; font-size: 13px; font-weight: 600; opacity: 0; transform: translateY(6px); transition: all .3s; }
.h-case:hover .h-case-info span { opacity: 1; transform: translateY(0); }

/* ===== 7. CTA ===== */
.h-cta { padding: 90px 0; background: linear-gradient(135deg, #1A1A2E, #4361EE); }
.h-cta-box { text-align: center; max-width: 640px; margin: 0 auto; }
.h-cta-box h2 { font-size: 36px; font-weight: 800; color: #fff; margin: 0 0 12px; }
.h-cta-box p { font-size: 17px; color: rgba(255,255,255,.7); margin-bottom: 32px; }
.h-cta-btns { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

/* ===== 8. NEWS ===== */
.h-news { padding: 90px 0; background: #f8fafc; }
.h-news-layout { display: grid; grid-template-columns: 1.3fr 1fr; gap: 28px; }
.h-news-main { display: block; border-radius: 12px; overflow: hidden; text-decoration: none; background: #fff; transition: all .35s; }
.h-news-main:hover { box-shadow: 0 12px 40px rgba(0,0,0,.08); }
.h-news-main img { width: 100%; height: 280px; object-fit: cover; transition: transform .5s; }
.h-news-main:hover img { transform: scale(1.04); }
.h-news-main-body { padding: 24px; }
.h-news-date { font-size: 12px; font-weight: 700; color: #F72585; text-transform: uppercase; letter-spacing: .5px; }
.h-news-main-body h3 { font-size: 22px; font-weight: 700; color: #1a2d3a; margin: 8px 0 10px; line-height: 1.3; }
.h-news-main-body p { font-size: 14px; color: #777; line-height: 1.6; margin: 0; }
.h-news-side { display: flex; flex-direction: column; gap: 16px; }
.h-news-sm {
    display: flex; gap: 16px; padding: 16px; background: #fff;
    border-radius: 10px; text-decoration: none; transition: all .3s; align-items: center;
}
.h-news-sm:hover { box-shadow: 0 4px 16px rgba(0,0,0,.06); transform: translateX(4px); }
.h-news-sm img { width: 100px; height: 75px; object-fit: cover; border-radius: 8px; flex-shrink: 0; }
.h-news-sm h4 { font-size: 15px; font-weight: 700; color: #1a2d3a; margin: 4px 0 0; line-height: 1.35; }

/* ===== 9. PARTNERS ===== */
.h-partners { padding: 50px 0; background: #fff; }

/* ===== Template overrides ===== */
.btn-primary { background: #4361EE !important; border-color: #4361EE !important; border-radius: 4px; }
.btn-primary:hover { background: #1A1A2E !important; border-color: #1A1A2E !important; }
.section-title h6 { color: #F72585 !important; }
.section-title h2::before { background: #4361EE !important; }
.page-title-area { background: linear-gradient(135deg, #16213E, #1A1A2E, #4361EE) !important; }
.page-title-content h2 { color: #fff !important; }
.page-title-content ul li, .page-title-content ul li a { color: rgba(255,255,255,.7) !important; }
.page-title-content ul li a:hover { color: #F72585 !important; }
.pagination .page-item.active .page-link { background-color: #4361EE !important; border-color: #4361EE !important; }
.pagination .page-link { color: #4361EE; }
.color-text { color: #4361EE; }
.single-services-box .services-icon i.icon { color: #4361EE !important; }
.services-btn-one { color: #4361EE !important; }
.feature-list-box li i { color: #4361EE !important; }
.about-content h6 { color: #4361EE !important; }
.mini-feature-icon i { color: #4361EE !important; }
.flickity-page-dots .dot { border-color: #4361EE !important; }
.flickity-page-dots .dot.is-selected::after { background-color: #4361EE !important; }
.product-card { border-radius: 12px; border: none; box-shadow: 0 2px 12px rgba(0,0,0,.05); }
.product-card:hover { box-shadow: 0 12px 36px rgba(67,97,238,.1); transform: translateY(-4px); }
.product-card .product-body h3 a:hover { color: #4361EE; }
.product-card .product-cat-tag { color: #4361EE; background: #E8EAF0; border-radius: 4px; }
.product-card .product-link { color: #4361EE; }
.category-sidebar h3 { border-bottom-color: #4361EE; color: #1a2d3a; }
.category-sidebar ul li a:hover, .category-sidebar ul li a.active { color: #4361EE; background: #EDEEF2; }
.cat-item-row a:hover, .cat-item-row a.active { color: #4361EE; background: #EDEEF2; }
.cat-toggle:hover { color: #4361EE; }
.products-list-page .products-header { border-bottom-color: #4361EE; }
.btn-inquiry { background: #4361EE; border-radius: 4px; }
.btn-inquiry:hover { background: #1A1A2E; }
.btn-pdf-download { background: #F72585; border-radius: 4px; }
.btn-pdf-download:hover { background: #D91E6F; }
.product-detail-gallery .thumb-list img.active, .product-detail-gallery .thumb-list img:hover { border-color: #4361EE; }
.search-result-item h3 a:hover { color: #4361EE; }
.single-blog { border-radius: 12px; }
.single-blog .blog-content .blog-body-title h3 a:hover { color: #4361EE; }
.single-blog .blog-content .blog-bottom-text-link a { color: #4361EE; }
.single-blog .blog-content .blog-date h6 { color: #4361EE !important; }
.page-main-title { color: #1a2d3a; }
.default-form-modal { border-radius: 12px; }
.default-form-modal-head { background: linear-gradient(135deg, #1A1A2E, #4361EE); }
.default-form-modal-head::after { background: linear-gradient(90deg, #F72585, transparent); }
.default-form-modal-body { background: #fafcfe; }
.dfm-field input, .dfm-field textarea, .dfm-field select { border-radius: 6px; }
.dfm-field input:focus, .dfm-field textarea:focus, .dfm-field select:focus { border-color: #4361EE; box-shadow: 0 0 0 3px rgba(67,97,238,.1); }
.dfm-submit { background: linear-gradient(135deg, #4361EE, #1A1A2E); border-radius: 4px; }
.compare-btn:hover, .compare-btn.active { background: #4361EE; border-color: #4361EE; color: #fff; }
.fa-tiktok::before { content: ''; }
.fab.fa-tiktok { display: inline-block; width: 1em; height: 1em; -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M448 209.9a210.1 210.1 0 01-122.8-39.3v178.8A162.6 162.6 0 11185 188.3v89.9a74.6 74.6 0 1052.2 71.2V0h88a121 121 0 00122.8 121.3z'/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M448 209.9a210.1 210.1 0 01-122.8-39.3v178.8A162.6 162.6 0 11185 188.3v89.9a74.6 74.6 0 1052.2 71.2V0h88a121 121 0 00122.8 121.3z'/%3E%3C/svg%3E"); -webkit-mask-size: contain; mask-size: contain; background-color: currentColor; }
::-webkit-scrollbar { width: 8px; }
::-webkit-scrollbar-track { background: #f5f5f5; }
::-webkit-scrollbar-thumb { background: #b0bec5; border-radius: 4px; }
::-webkit-scrollbar-thumb:hover { background: #4361EE; }

/* ===== RESPONSIVE ===== */
@media (max-width: 991px) {
    .meso-nav { display: none !important; }
    .h-hero-grid { grid-template-columns: 1fr; }
    .h-hero-right { display: none; }
    .h-hero-left h1 { font-size: 36px; }
    .h-about-grid { grid-template-columns: 1fr; gap: 40px; }
    .h-about-img img { height: 300px; }
    .h-about-exp { bottom: -10px; right: 10px; width: 60px; height: 60px; font-size: 24px; }
    .h-svc-row { flex-direction: row !important; }
    .h-cases-grid { grid-template-columns: 1fr 1fr; }
    .h-news-layout { grid-template-columns: 1fr; }
    .meso-footer-grid { grid-template-columns: 1fr 1fr; }
    .h-sec-top h2 { font-size: 28px; }
}
@media (max-width: 767px) {
    .h-hero { min-height: 450px; }
    .h-hero-left h1 { font-size: 28px; }
    .h-hero-left p { font-size: 15px; }
    .h-hero-angle { height: 40px; }
    .h-stats { margin-top: -30px; }
    .h-stat-card { padding: 20px 16px; }
    .h-stat-num { font-size: 28px; }
    .h-about, .h-products, .h-services, .h-cases, .h-news { padding: 60px 0; }
    .h-about-text h2 { font-size: 26px; }
    .h-about-checks { grid-template-columns: 1fr; }
    .h-pcard { flex: 0 0 240px; }
    .h-svc-row { flex-direction: column !important; text-align: center; gap: 16px; padding: 24px; }
    .h-svc-num { min-width: auto; }
    .h-cases-grid { grid-template-columns: 1fr; }
    .h-case { height: 200px; }
    .h-cta-box h2 { font-size: 26px; }
    .meso-footer-grid { grid-template-columns: 1fr; }
    .meso-footer-bottom-inner { flex-direction: column; text-align: center; }
    .h-sec-top { flex-direction: column; align-items: flex-start; }
    .page-title-area { padding: 8px 0 !important; min-height: 0 !important; height: auto !important; }
    .page-title-area > .d-table { display: block !important; width: 100% !important; height: auto !important; }
    .page-title-area > .d-table > .d-table-cell { display: block !important; height: auto !important; padding: 0 !important; }
    input[type="text"], input[type="email"], input[type="tel"], input[type="search"], textarea, select { font-size: 16px !important; }
    .go-top, .go-top.active { bottom: 60px !important; right: 16px !important; }
}
@media (max-width: 480px) {
    .h-hero-left h1 { font-size: 24px; }
    .h-hero-btns { flex-direction: column; }
    .h-pcard { flex: 0 0 220px; }
    .h-pcard-img { height: 160px; }
}

/* ===== About Page ===== */
.pg-about-hero { padding: 70px 0; background: #f8fafc; }
.pg-about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: center; }
.pg-about-img-col img { width: 100%; height: 400px; object-fit: cover; border-radius: 12px; }
.pg-about-text-col h1 { font-size: 32px; font-weight: 800; color: #1a2d3a; margin: 0 0 20px; }
.pg-about-text-col .content-detail-body { font-size: 15px; line-height: 1.8; color: #555; }

.pg-about-counter { padding: 60px 0; background: linear-gradient(135deg, #1A1A2E, #4361EE); }
.pg-counter-grid { display: flex; justify-content: center; gap: 40px; flex-wrap: wrap; }
.pg-counter-item { text-align: center; color: #fff; min-width: 160px; }
.pg-counter-item i { font-size: 28px; color: #F72585; margin-bottom: 8px; display: block; }
.pg-counter-item strong { font-size: 36px; font-weight: 900; display: block; line-height: 1.1; }
.pg-counter-item span { font-size: 13px; color: rgba(255,255,255,.6); text-transform: uppercase; letter-spacing: 1px; font-weight: 600; }

.pg-about-honors { padding: 70px 0; background: #fff; }
.pg-honors-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.pg-honor-item { text-align: center; padding: 20px; background: #f8fafc; border-radius: 10px; transition: all .3s; }
.pg-honor-item:hover { box-shadow: 0 8px 24px rgba(0,0,0,.06); transform: translateY(-3px); }
.pg-honor-item img { max-height: 100px; margin-bottom: 10px; }
.pg-honor-item p { font-size: 13px; color: #555; margin: 0; }

.pg-about-team { padding: 70px 0; background: #f8fafc; }
.pg-team-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.pg-team-card { text-align: center; background: #fff; border-radius: 12px; overflow: hidden; transition: all .3s; }
.pg-team-card:hover { box-shadow: 0 8px 24px rgba(0,0,0,.06); transform: translateY(-3px); }
.pg-team-img { height: 240px; overflow: hidden; }
.pg-team-img img { width: 100%; height: 100%; object-fit: cover; }
.pg-team-card h4 { font-size: 16px; font-weight: 700; color: #1a2d3a; margin: 14px 0 4px; }
.pg-team-card span { font-size: 13px; color: #888; display: block; padding-bottom: 16px; }

@media (max-width: 991px) {
    .pg-about-grid { grid-template-columns: 1fr; }
    .pg-about-img-col img { height: 280px; }
    .pg-honors-grid, .pg-team-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 575px) {
    .pg-honors-grid, .pg-team-grid { grid-template-columns: 1fr 1fr; gap: 16px; }
    .pg-about-text-col h1 { font-size: 26px; }
}

/* ===== Inner Pages — Unified Theme ===== */
/* 面包屑区域 */
.page-title-area {
    background: linear-gradient(135deg, #16213E, #1A1A2E, #4361EE) !important;
    padding: 18px 0 !important;
    min-height: auto !important;
    height: auto !important;
}
.page-title-content ul { margin: 0; }
.page-title-content ul li { font-size: 14px; }

/* Section 通用 */
.section-padding { padding: 70px 0 !important; }
.section-title h6 { color: #F72585 !important; font-weight: 800; letter-spacing: 2px; text-transform: uppercase; font-size: 12px; }
.section-title h2 { color: #1a2d3a !important; font-weight: 800; }

/* 产品卡片统一 */
.product-card { border: none; border-radius: 12px; overflow: hidden; box-shadow: 0 2px 12px rgba(0,0,0,.05); transition: all .35s; margin-bottom: 24px; }
.product-card:hover { box-shadow: 0 12px 36px rgba(67,97,238,.1); transform: translateY(-4px); }
.product-card .product-thumb { height: 200px; overflow: hidden; background: #EDEEF2; position: relative; }
.product-card .product-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; border-radius: 0; }
.product-card:hover .product-thumb img { transform: scale(1.05); }
.product-card .product-body { padding: 16px 18px; }
.product-card .product-body h3 { font-size: 15px; font-weight: 700; margin-bottom: 6px; }
.product-card .product-body h3 a { color: #1a2d3a; text-decoration: none; }
.product-card .product-body h3 a:hover { color: #4361EE; }
.product-card .product-body p { color: #888; font-size: 13px; line-height: 1.5; }
.product-card .product-cat-tag { font-size: 10px; color: #4361EE; background: #E8EAF0; padding: 3px 8px; border-radius: 4px; font-weight: 600; }
.product-card .product-link { font-size: 12px; color: #4361EE; font-weight: 600; text-decoration: none; }

/* 分类侧边栏 */
.category-sidebar { background: #fff; border-radius: 0; padding: 0 0 20px; box-shadow: none; margin-bottom: 30px; }
.category-sidebar h3 { font-size: 22px; font-weight: 700; color: #1a2d3a; margin: 0 0 20px; padding-bottom: 12px; border-bottom: 3px solid #4361EE; }
.category-sidebar ul li a:hover, .category-sidebar ul li a.active { color: #4361EE; background: #EDEEF2; padding-left: 20px; }
.cat-item-row a:hover, .cat-item-row a.active { color: #4361EE !important; background: #EDEEF2; }
.cat-toggle:hover { color: #4361EE; }

/* 产品列表页 */
.products-list-page .products-header { border-bottom: 3px solid #4361EE; padding-bottom: 12px; margin-bottom: 28px; }
.products-list-page .products-header h2 { font-size: 24px; font-weight: 800; color: #1a2d3a; }

/* 产品详情 */
.product-detail-gallery .main-image { background: #EDEEF2; border-radius: 12px; }
.product-detail-gallery .thumb-list img { border-radius: 8px; }
.product-detail-gallery .thumb-list img.active, .product-detail-gallery .thumb-list img:hover { border-color: #4361EE; }
.spec-table tr:nth-child(even) { background: #EDEEF2; }
.spec-table td:first-child { font-weight: 600; color: #1a2d3a; }
.btn-inquiry { background: #4361EE; border-radius: 4px; font-weight: 700; }
.btn-inquiry:hover { background: #1A1A2E; box-shadow: 0 4px 14px rgba(26,26,46,.25); }
.btn-pdf-download { background: #F72585; border-radius: 4px; font-weight: 700; }
.btn-pdf-download:hover { background: #D91E6F; }
.product-tab-nav { border-bottom: 2px solid #E0E2E8; }
.product-tab-item { color: #666; font-weight: 600; padding: 12px 20px; }
.product-tab-item.active, .product-tab-item:hover { color: #4361EE; border-bottom: 2px solid #4361EE; }
.product-section .section-title { color: #1a2d3a; border-bottom: 2px solid #E0E2E8; padding-bottom: 10px; }

/* 博客/新闻 */
.single-blog { border-radius: 12px; overflow: hidden; border: 1px solid #E0E2E8; margin-bottom: 24px; transition: all .35s; }
.single-blog:hover { box-shadow: 0 8px 28px rgba(0,0,0,.06); transform: translateY(-3px); }
.single-blog .blog-content .blog-date h6 { color: #F72585 !important; font-weight: 700; }
.single-blog .blog-content .blog-body-title h3 a { color: #1a2d3a; }
.single-blog .blog-content .blog-body-title h3 a:hover { color: #4361EE; }
.single-blog .blog-content .blog-bottom-text-link a { color: #4361EE; font-weight: 600; }
.single-blog .blog-content .blog-bottom-text-link a:hover { color: #1A1A2E; }

/* 新闻详情 */
.blog-details-desc .article-image { border-radius: 12px; overflow: hidden; margin-bottom: 24px; }
.blog-details-desc .article-image img { width: 100%; }
.blog-details-desc .entry-meta ul { display: flex; gap: 16px; list-style: none; padding: 0; }
.blog-details-desc .entry-meta span { color: #F72585; font-weight: 600; }
.blog-details-desc .article-tags a { display: inline-block; padding: 4px 12px; background: #EDEEF2; color: #4361EE; border-radius: 4px; font-size: 13px; margin: 2px; text-decoration: none; }
.blog-details-desc .article-tags a:hover { background: #4361EE; color: #fff; }
.blog-details-desc .article-share .social { display: flex; gap: 10px; list-style: none; padding: 0; align-items: center; }
.blog-details-desc .article-share .social a { width: 36px; height: 36px; border-radius: 50%; background: #EDEEF2; display: flex; align-items: center; justify-content: center; color: #4361EE; transition: all .2s; }
.blog-details-desc .article-share .social a:hover { background: #4361EE; color: #fff; }

/* 联系页面覆盖 */
.contact-hero { background: linear-gradient(135deg, #EDEEF2 0%, #E8EAF0 100%) !important; }
.contact-card:hover { border-color: #4361EE !important; }
.contact-card .card-icon { background: linear-gradient(135deg, #4361EE, #6B8AF2) !important; }

/* 搜索结果 */
.search-result-item h3 a:hover { color: #4361EE; }

/* 通用页面内容 */
.page-main-title { color: #1a2d3a; font-weight: 800; border-bottom: 3px solid #E0E2E8; }
.page-content-wrapper { border-radius: 12px; }
.page-content-wrapper .content-detail-body h2,
.page-content-wrapper .content-detail-body h3 { color: #1a2d3a; }

/* 分页器 */
.pagination-area { margin-top: 30px; text-align: center; }
.pagination-area .page-numbers { display: inline-block; padding: 8px 14px; margin: 0 3px; border-radius: 6px; font-size: 14px; font-weight: 600; color: #555; background: #EDEEF2; text-decoration: none; transition: all .2s; }
.pagination-area .page-numbers:hover { background: #E8EAF0; color: #4361EE; }
.pagination-area .page-numbers.current { background: #4361EE; color: #fff; }
.pagination-area .prev, .pagination-area .next { color: #4361EE; }

/* 表单通用 */
.form-control:focus { border-color: #4361EE !important; box-shadow: 0 0 0 3px rgba(67,97,238,.1) !important; }

/* 对比按钮 */
.compare-btn:hover, .compare-btn.active { background: #4361EE; border-color: #4361EE; color: #fff; }
.product-thumb .compare-btn { opacity: 0; }
.product-card:hover .compare-btn { opacity: 1; }

/* 下载项 */
.download-item { border-radius: 10px; }
.download-item:hover { box-shadow: 0 4px 16px rgba(67,97,238,.08); }
.download-item .dl-icon { color: #4361EE; }

/* 视频卡片 */
.video-card { border-radius: 12px; }
.video-card .video-play-btn { background: rgba(67,97,238,.9); }
.video-card:hover .video-play-btn { background: #F72585; }

/* Feature card */
.feature-card { border-radius: 10px; border: 1px solid #E0E2E8; padding: 24px; transition: all .3s; }
.feature-card:hover { box-shadow: 0 8px 24px rgba(0,0,0,.06); border-color: #4361EE; }
.feature-card-icon i { color: #4361EE !important; }

/* 产品标签 */
.product-tag { background: #EDEEF2; color: #4361EE; border: 1px solid #C8CCD5; border-radius: 12px; }
.product-tag:hover { background: #4361EE; color: #fff; border-color: #4361EE; }

/* ===== Product List Page — New Design ===== */
.pg-products { padding: 40px 0 80px; background: #EDEEF2; }
.pg-products-layout { display: flex; gap: 32px; }
.pg-products-side { width: 280px; flex-shrink: 0; margin-top: -25px; }
.pg-products-main { flex: 1; min-width: 0; }
.pg-products-top { margin-bottom: 28px; }
.pg-products-title { font-size: 28px; font-weight: 800; color: #1a2d3a; margin: 0 0 4px; }
.pg-products-count { font-size: 14px; color: #999; }
.pg-products-desc { font-size: 15px; color: #666; line-height: 1.7; margin-bottom: 24px; }
.pg-products-empty { text-align: center; padding: 60px 20px; background: #fff; border-radius: 12px; margin: 0; }

/* Product Grid */
.pg-products-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin: 0; }
.pg-pcard { background: #fff; border-radius: 12px; overflow: hidden; transition: all .35s; }
.pg-pcard:hover { box-shadow: 0 12px 40px rgba(26,26,46,.1); transform: translateY(-4px); }
.pg-pcard-inner { display: block; text-decoration: none; }
.pg-pcard-img { position: relative; height: 200px; overflow: hidden; background: #E0E2E8; }
.pg-pcard-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.pg-pcard:hover .pg-pcard-img img { transform: scale(1.06); }
.pg-pcard-overlay {
    position: absolute; inset: 0; background: rgba(26,26,46,.5);
    display: flex; align-items: center; justify-content: center;
    opacity: 0; transition: opacity .3s;
}
.pg-pcard:hover .pg-pcard-overlay { opacity: 1; }
.pg-pcard-overlay span { color: #fff; font-size: 14px; font-weight: 700; display: flex; align-items: center; gap: 6px; }
.pg-pcard-body { padding: 16px 18px; }
.pg-pcard-cat { display: inline-block; font-size: 11px; font-weight: 700; color: #4361EE; background: #E8EAF0; padding: 3px 10px; border-radius: 4px; margin-bottom: 8px; text-transform: uppercase; letter-spacing: .5px; }
.pg-pcard-body h3 { font-size: 15px; font-weight: 700; color: #1a2d3a; margin: 0 0 6px; line-height: 1.35; }
.pg-pcard-body p { font-size: 13px; color: #888; line-height: 1.5; margin: 0; }

/* ===== Product Sidebar — New Design ===== */
.ps-sidebar { position: sticky; top: 130px; }
.ps-widget {
    background: #fff; border-radius: 12px; padding: 0; margin-bottom: 16px;
    overflow: hidden; box-shadow: 0 2px 12px rgba(0,0,0,.04);
}
.ps-widget:first-child { margin-top: 0; }
.ps-widget-head {
    display: flex; align-items: center; gap: 10px;
    padding: 16px 20px; background: #1A1A2E; color: #fff;
    font-size: 15px; font-weight: 700;
}
.ps-widget-head i { font-size: 14px; color: #F72585; }

/* Category List */
.ps-cat-list { list-style: none; padding: 0; margin: 0; }
.ps-cat-item { border-bottom: 1px solid #f0f2f5; }
.ps-cat-item:last-child { border-bottom: none; }
.ps-cat-row { display: flex; align-items: center; }
.ps-cat-link {
    flex: 1; display: flex; align-items: center; gap: 6px;
    padding: 12px 20px; font-size: 14px; color: #444;
    text-decoration: none; transition: all .2s;
}
.ps-cat-link:hover { color: #4361EE; background: #EDEEF2; padding-left: 24px; }
.ps-cat-link.active { color: #4361EE; font-weight: 700; background: #E8EAF0; border-left: 3px solid #4361EE; }
.ps-cat-arrow { font-size: 10px; color: #bbb; transition: color .2s; }
.ps-cat-link:hover .ps-cat-arrow, .ps-cat-link.active .ps-cat-arrow { color: #4361EE; }
.ps-cat-count {
    font-size: 11px; font-weight: 700; color: #4361EE; background: #E8EAF0;
    padding: 2px 8px; border-radius: 10px; margin-right: 8px;
}
.ps-cat-toggle {
    width: 36px; height: 36px; border: none; background: none;
    color: #bbb; font-size: 11px; cursor: pointer; transition: all .2s;
    display: flex; align-items: center; justify-content: center; margin-right: 8px;
}
.ps-cat-toggle:hover { color: #4361EE; }
.ps-cat-toggle i { transition: transform .3s; }
.ps-cat-toggle.open i { transform: rotate(180deg); }

/* Sub categories */
.ps-cat-sub { list-style: none; padding: 0; margin: 0; max-height: 0; overflow: hidden; transition: max-height .35s ease; background: #fafbfd; }
.ps-cat-item.open > .ps-cat-sub { max-height: 500px; }
.ps-cat-sub .ps-cat-link { padding-left: 36px; font-size: 13px; color: #666; }
.ps-cat-sub .ps-cat-link:hover { padding-left: 40px; }
.ps-cat-sub .ps-cat-sub .ps-cat-link { padding-left: 52px; font-size: 12px; }

/* Tags */
.ps-tags { display: flex; flex-wrap: wrap; gap: 8px; padding: 16px 20px; }
.ps-tag {
    display: inline-block; padding: 5px 14px; background: #EDEEF2; color: #555;
    font-size: 12px; border-radius: 20px; text-decoration: none;
    border: 1px solid #E0E2E8; transition: all .2s; font-weight: 600;
}
.ps-tag:hover { background: #4361EE; color: #fff; border-color: #4361EE; }

/* CTA Card */
.ps-cta {
    background: linear-gradient(135deg, #1A1A2E, #4361EE); border-radius: 12px;
    padding: 28px 24px; text-align: center; color: #fff; margin-top: 16px;
}
.ps-cta-icon { font-size: 32px; color: #F72585; margin-bottom: 12px; }
.ps-cta h5 { font-size: 18px; font-weight: 700; margin: 0 0 6px; }
.ps-cta p { font-size: 13px; color: rgba(255,255,255,.7); margin: 0 0 16px; }
.ps-cta-btn {
    display: inline-flex; align-items: center; gap: 6px;
    padding: 10px 24px; background: #F72585; color: #fff !important;
    border-radius: 4px; font-size: 14px; font-weight: 700;
    text-decoration: none; transition: all .3s; margin-bottom: 10px;
}
.ps-cta-btn:hover { background: #D91E6F; }
.ps-cta-phone {
    display: flex; align-items: center; justify-content: center; gap: 6px;
    font-size: 14px; color: rgba(255,255,255,.8) !important; text-decoration: none;
}
.ps-cta-phone:hover { color: #fff !important; }
.ps-cta-phone i { color: #F72585; }

/* Responsive */
@media (max-width: 991px) {
    .pg-products-layout { flex-direction: column; }
    .pg-products-side { width: 100%; order: 2; }
    .pg-products-main { width: 100%; order: 1; }
    .ps-sidebar { position: static; }
    .pg-products-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 575px) {
    .pg-products-grid { grid-template-columns: 1fr; }
    .pg-pcard-img { height: 180px; }
}

/* ===== News List Page ===== */
.pg-news { padding: 40px 0 80px; background: #EDEEF2; }
.pg-news-layout { display: flex; gap: 32px; }
.pg-news-main { flex: 1; min-width: 0; }
.pg-news-side { width: 300px; flex-shrink: 0; }

/* Category filter tabs */
.pg-news-cats { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 28px; }
.pg-news-cat-btn {
    display: inline-block; padding: 7px 20px; background: #fff; color: #555;
    border-radius: 20px; font-size: 13px; font-weight: 600; text-decoration: none;
    border: 1px solid #E0E2E8; transition: all .25s;
}
.pg-news-cat-btn:hover { border-color: #4361EE; color: #4361EE; }
.pg-news-cat-btn.active { background: #4361EE; color: #fff; border-color: #4361EE; }

/* News grid: first item full width, rest 2 columns */
.pg-news-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.pg-ncard {
    display: flex; flex-direction: column; background: #fff; border-radius: 12px;
    overflow: hidden; text-decoration: none; transition: all .35s;
}
.pg-ncard:hover { box-shadow: 0 12px 40px rgba(26,26,46,.08); transform: translateY(-4px); }
.pg-ncard-img { height: 200px; overflow: hidden; }
.pg-ncard-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.pg-ncard:hover .pg-ncard-img img { transform: scale(1.05); }
.pg-ncard-body { padding: 20px; flex: 1; display: flex; flex-direction: column; }
.pg-ncard-meta { display: flex; align-items: center; gap: 12px; margin-bottom: 10px; }
.pg-ncard-date { font-size: 12px; color: #999; display: flex; align-items: center; gap: 4px; }
.pg-ncard-date i { font-size: 11px; }
.pg-ncard-cat { font-size: 11px; font-weight: 700; color: #F72585; text-transform: uppercase; letter-spacing: .5px; }
.pg-ncard-body h3 { font-size: 17px; font-weight: 700; color: #1a2d3a; margin: 0 0 8px; line-height: 1.35; }
.pg-ncard-body p { font-size: 14px; color: #777; line-height: 1.6; margin: 0 0 auto; }
.pg-ncard-more { font-size: 13px; font-weight: 700; color: #4361EE; margin-top: 14px; display: flex; align-items: center; gap: 5px; }
.pg-ncard-more i { font-size: 11px; transition: transform .2s; }
.pg-ncard:hover .pg-ncard-more i { transform: translateX(4px); }

/* Featured first card: full width, horizontal layout */
.pg-ncard-featured { grid-column: 1 / -1; flex-direction: row; }
.pg-ncard-featured .pg-ncard-img { width: 45%; height: auto; min-height: 280px; flex-shrink: 0; }
.pg-ncard-featured .pg-ncard-body { padding: 28px 32px; }
.pg-ncard-featured h3 { font-size: 22px; }

/* Empty state */
.pg-news-empty { text-align: center; padding: 80px 20px; background: #fff; border-radius: 12px; }
.pg-news-empty i { font-size: 48px; color: #ddd; margin-bottom: 16px; }
.pg-news-empty p { font-size: 16px; color: #999; }

/* ===== Pagination Fix ===== */
.pagination-area { margin-top: 36px; text-align: center; display: flex; justify-content: center; gap: 6px; flex-wrap: wrap; }
.pagination-area .page-numbers {
    display: inline-flex; align-items: center; justify-content: center;
    min-width: 40px; height: 40px; padding: 0 12px;
    background: #fff; color: #555; border-radius: 8px;
    font-size: 14px; font-weight: 600; text-decoration: none;
    border: 1px solid #E0E2E8; transition: all .2s;
}
.pagination-area .page-numbers:hover { background: #E8EAF0; color: #4361EE; border-color: #4361EE; }
.pagination-area .page-numbers.current { background: #4361EE; color: #fff; border-color: #4361EE; }
.pagination-area .prev, .pagination-area .next { color: #4361EE; }
.pagination-area .prev:hover, .pagination-area .next:hover { background: #4361EE; color: #fff; }

/* News sidebar override to match theme */
.news-sidebar .widget { background: #fff; border-radius: 12px; border: 1px solid #E0E2E8; box-shadow: none; }
.news-sidebar .widget-title { border-bottom-color: #4361EE; }
.ns-cat-list li a:hover, .ns-cat-list li.active a { background: linear-gradient(135deg, #4361EE, #6B8AF2); }
.ns-cat-icon { color: #4361EE; }
.ns-cat-count { color: #4361EE; background: #E8EAF0; }
.ns-latest-item:hover h4 { color: #4361EE; }
.ns-tag:hover { background: #4361EE; border-color: #4361EE; }

/* Responsive */
@media (max-width: 991px) {
    .pg-news-layout { flex-direction: column; }
    .pg-news-side { width: 100%; order: 2; }
    .pg-news-main { order: 1; }
    .pg-ncard-featured { flex-direction: column; }
    .pg-ncard-featured .pg-ncard-img { width: 100%; min-height: 200px; }
}
@media (max-width: 575px) {
    .pg-news-grid { grid-template-columns: 1fr; }
    .pg-ncard-img { height: 180px; }
    .pagination-area .page-numbers { min-width: 36px; height: 36px; font-size: 13px; }
}

/* Fix: Latest Posts in news sidebar - compact style */
.ns-latest-list { display: flex; flex-direction: column; gap: 12px; }
.ns-latest-item { display: flex; gap: 12px; text-decoration: none; padding: 6px; border-radius: 6px; transition: background .2s; align-items: center; }
.ns-latest-item:hover { background: #f5f6fa; }
.ns-latest-thumb { flex-shrink: 0; width: 64px; height: 50px; border-radius: 6px; overflow: hidden; }
.ns-latest-thumb img { width: 100%; height: 100%; object-fit: cover; }
.ns-latest-info h4 { font-size: 13px; font-weight: 500; color: #333; margin: 0 0 3px; line-height: 1.35; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.ns-latest-item:hover h4 { color: #4361EE; }
.ns-latest-date { font-size: 11px; color: #aaa; }
