﻿@media (max-width:768px){.kche-t165.wmkc-procate-artificial-hedge .kche-t165-item{width:48% !important}}
:root{--fontfamily: "Poppins", Arial;--primary: #1a5c3a;--primary-dark: #0f3d26;--primary-light: #2d8a52;--accent: #4CAF50;--gold: #c9a84c;--bg: #ffffff;--bg-alt: #f7faf6;--bg-dark: #0b2e1a;--text: #1a2e22;--text-light: #556b5a;--text-muted: #8a9e90;--border: #dde8df;--shadow-sm: 0 2px 12px rgba(26,92,58,0.06);--shadow-md: 0 8px 32px rgba(26,92,58,0.10);--shadow-lg: 0 16px 48px rgba(26,92,58,0.14);--radius: 16px;--radius-sm: 10px;--max-w: 1600px;}
*{margin:0; padding:0; box-sizing:border-box;}
body{font-family: var(--fontfamily);color: var(--text);background: var(--bg);line-height: 1.7;overflow-x: hidden;}
/* ===== HERO BANNER 600px ===== */
.hero-banner{position: relative;height: 600px;width: 100%;overflow: hidden;display: flex;align-items: center;justify-content: center;}
.hero-bg{position: absolute; inset:0;object-fit: cover; width:100%; height:100%;}
.hero-overlay{position:absolute; inset:0;background: rgba(0,0,0,0.3);}
.hero-content{position:relative; z-index:2;text-align:center; color:#fff;max-width: var(--max-w); width:92%; padding:0 20px;}
.hero-badge{display:inline-block; padding:8px 24px; border-radius:30px;background:rgba(255,255,255,0.15); backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,0.25); font-size:14px; font-weight:700;letter-spacing:1.5px; text-transform:uppercase; margin-bottom:28px;}
.hero-title{font-family: var(--fontfamily); font-size:56px; font-weight:700;line-height:1.15; margin-bottom:22px; letter-spacing:-0.5px;text-shadow:0 2px 20px rgba(0,0,0,0.3);}
.hero-sub{font-size:20px; opacity:0.9; max-width:720px; margin:0 auto 36px; line-height:1.7; font-weight:300;}
.hero-stats{display:flex; gap:48px; justify-content:center; flex-wrap:wrap;}
.hero-stat{text-align:center;}
.hero-stat-num{font-size:38px; font-weight:700; color:#fff; line-height:1;}
.hero-stat-label{font-size:13px; opacity:0.75; margin-top:6px; text-transform:uppercase; letter-spacing:1px;}
/* ===== SECTION COMMONS ===== */
.section{padding:90px 0; position:relative;}
.section-alt{background:var(--bg-alt);}
.section-dark{background:var(--bg-dark); color:#e8f0ea;}
.container{max-width:var(--max-w); width:92%; margin:0 auto;}
.sec-header{text-align:center; margin-bottom:64px;}
.sec-label{display:inline-block; font-size:13px; font-weight:700; text-transform:uppercase;letter-spacing:2.5px; color:var(--primary-light); margin-bottom:14px;}
.sec-title{font-family: var(--fontfamily); font-size:42px; font-weight:700;color:var(--text); line-height:1.25; margin-bottom:18px;}
.sec-desc{font-size:17px; color:var(--text-light); max-width:680px; margin:0 auto; line-height:1.75;}
.section-dark .sec-title{color:#fff;}
.section-dark .sec-desc{color:rgba(232,240,234,0.75);}
.section-dark .sec-label{color:var(--accent);}
/* ===== PRODUCT GRID ===== */
.product-grid{display:grid; grid-template-columns:repeat(3,1fr); gap:32px;}
.prod-card{background:#fff; border-radius:var(--radius); overflow:hidden;box-shadow:var(--shadow-sm); transition:all 0.35s ease;border:1px solid var(--border);}
.prod-card:hover{transform:translateY(-8px); box-shadow:var(--shadow-lg);border-color:transparent;}
.prod-img-wrap{position:relative; height:280px; overflow:hidden;}
.prod-img-wrap img{width:100%; height:100%; object-fit:cover;transition:transform 0.5s ease;}
.prod-card:hover .prod-img-wrap img{transform:scale(1.07);}
.prod-tag{position:absolute; top:18px; left:18px;background:var(--primary); color:#fff; padding:6px 16px;border-radius:20px; font-size:12px; font-weight:700; letter-spacing:0.5px;}
.prod-body{padding:28px 28px 32px;}
.prod-name{font-size:22px; font-weight:700; color:var(--text);margin-bottom:12px; line-height:1.3;}
.prod-desc{font-size:14.5px; color:var(--text-light); line-height:1.7;display:-webkit-box; -webkit-line-clamp:3; -webkit-box-orient:vertical; overflow:hidden;}
.prod-link{display:inline-flex; align-items:center; gap:6px;margin-top:18px; font-size:14px; font-weight:700;color:var(--primary); text-decoration:none; transition:gap 0.25s;}
.prod-link:hover{gap:10px;}
.prod-link svg{width:16px; height:16px; fill:none; stroke:currentColor; stroke-width:2.5;}
/* ===== ADVANTAGES GRID ===== */
.adv-grid{display:grid; grid-template-columns:repeat(3,1fr); gap:28px;}
.adv-card{background:#fff; border-radius:var(--radius); padding:36px 30px;box-shadow:var(--shadow-sm); border:1px solid var(--border);transition:all 0.3s ease; position:relative; overflow:hidden;}
.adv-card::before{content:''; position:absolute; top:0; left:0; right:0; height:4px;background:linear-gradient(90deg,var(--primary),var(--accent));transform:scaleX(0); transform-origin:left; transition:transform 0.35s ease;}
.adv-card:hover::before{transform:scaleX(1);}
.adv-card:hover{box-shadow:var(--shadow-md); transform:translateY(-4px);}
.adv-icon{width:54px; height:54px; border-radius:14px;background:linear-gradient(135deg,#eaf5ee,#d4ebde);display:flex; align-items:center; justify-content:center;margin-bottom:20px;}
.adv-icon svg{width:28px; height:28px; fill:none; stroke:var(--primary); stroke-width:1.8; stroke-linecap:round; stroke-linejoin:round;}
.adv-title{font-size:19px; font-weight:700; margin-bottom:10px; color:var(--text);}
.adv-text{font-size:14px; color:var(--text-light); line-height:1.75;}
/* ===== APPLICATIONS SECTION ===== */
.app-grid{display:grid; grid-template-columns:repeat(4,1fr); gap:24px;}
.app-card{background:#fff; border-radius:var(--radius-sm); padding:32px 24px;text-align:center; box-shadow:var(--shadow-sm); border:1px solid var(--border);transition:all 0.3s ease;}
.app-card:hover{transform:translateY(-5px); box-shadow:var(--shadow-md); border-color:var(--primary);}
.app-emoji{display:block; margin-bottom:16px;}
.app-emoji svg{width:42px; height:42px; fill:none; stroke:var(--primary); stroke-width:1.8; stroke-linecap:round; stroke-linejoin:round;}
.app-name{font-size:17px; font-weight:700; color:var(--text); margin-bottom:8px;}
.app-detail{font-size:13px; color:var(--text-muted); line-height:1.6;}
/* ===== OEM/ODM SECTION ===== */
.oem-layout{display:grid; grid-template-columns:1fr 1fr; gap:48px; align-items:center;}
.oem-img-box{border-radius:var(--radius); overflow:hidden; box-shadow:var(--shadow-md);}
.oem-img-box img{width:100%; height:auto; display:block;}
.oem-list{list-style:none;}
.oem-list li{display:flex; align-items:flex-start; gap:16px; padding:18px 0;border-bottom:1px solid var(--border);}
.oem-list li:last-child{border-bottom:none;}
.oem-check{flex-shrink:0; width:28px; height:28px; border-radius:50%;background:linear-gradient(135deg,var(--primary),var(--accent));color:#fff; display:flex; align-items:center; justify-content:center;font-size:14px; font-weight:700; margin-top:2px;}
.oem-text h4{font-size:17px; font-weight:700; margin-bottom:4px;}
.oem-text p{font-size:14px; color:var(--text-light); line-height:1.65;}
/* ===== CERTIFICATIONS ===== */
.cert-row{display:grid; grid-template-columns:repeat(4,1fr); gap:24px;}
.cert-item{background:rgba(255,255,255,0.05); border:1px solid rgba(255,255,255,0.1);border-radius:var(--radius-sm); padding:32px 24px; text-align:center;transition:all 0.3s ease;}
.cert-item:hover{background:rgba(255,255,255,0.09); border-color:rgba(76,175,80,0.4);transform:translateY(-4px);}
.cert-badge{display:block; margin-bottom:14px;}
.cert-badge svg{width:40px; height:40px; fill:none; stroke:var(--accent); stroke-width:1.8; stroke-linecap:round; stroke-linejoin:round;}
.cert-name{font-size:17px; font-weight:700; margin-bottom:6px;}
.cert-info{font-size:13px; opacity:0.7; line-height:1.6;}
/* ===== CERTIFICATIONS GALLERY ===== */
.cert-gallery{display:flex; flex-wrap:wrap;justify-content:space-between;}
.cert-card{background:#fff; border-radius:var(--radius-md); overflow:hidden;box-shadow:var(--shadow-sm); border:1px solid var(--border);transition:transform 0.3s, box-shadow 0.3s; cursor:pointer;width:16%}
.cert-card:hover{transform:translateY(-4px); box-shadow:var(--shadow-lg);}
.cert-card img{width:100%; height:auto; display:block;border-bottom:1px solid var(--border);}
.cert-card-body{padding:18px 20px;}
.cert-card-title{font-family: var(--fontfamily); font-size:15px; font-weight:700;color:var(--text); line-height:1.4; margin:0;}
/* ===== FAQ ACCORDION ===== */
.faq-list{max-width:1600px; margin:0 auto; display:flex; flex-wrap:wrap; gap:24px;}
.faq-col{flex:1 1 360px; display:flex; flex-direction:column;}
.faq-item{background:#fff; border-radius:var(--radius-sm); margin-bottom:14px;box-shadow:var(--shadow-sm); border:1px solid var(--border); overflow:hidden;transition:box-shadow 0.3s;}
.faq-item:hover{box-shadow:var(--shadow-md);}
.faq-q{padding:24px 28px; cursor:pointer; display:flex; justify-content:space-between;align-items:center; font-size:17px; font-weight:700; color:var(--text);user-select:none; transition:color 0.2s;}
.faq-q:hover{color:var(--primary);}
.faq-toggle{width:28px; height:28px; border-radius:50%; background:var(--bg-alt);display:flex; align-items:center; justify-content:center;font-size:18px; color:var(--primary); flex-shrink:0; transition:transform 0.3s;}
.faq-item.open .faq-toggle{transform:rotate(45deg);}
.faq-a{max-height:0; overflow:hidden; transition:max-height 0.4s ease, padding 0.3s;font-size:15px; color:var(--text-light); line-height:1.8;}
.faq-item.open .faq-a{max-height:400px; padding:0 28px 24px;}
/* ===== CTA SECTION ===== */
.cta-inner{text-align:center; max-width:750px; margin:0 auto;}
.cta-title{font-family: var(--fontfamily); font-size:40px; font-weight:700; margin-bottom:18px;}
.cta-text{font-size:17px; opacity:0.85; margin-bottom:36px; line-height:1.7;}
.cta-btns{display:flex; gap:18px; justify-content:center; flex-wrap:wrap;}
.btn-primary{display:inline-flex; align-items:center; gap:8px;padding:16px 36px; border-radius:40px; font-size:16px; font-weight:700;text-decoration:none; transition:all 0.3s ease;background:var(--accent); color:#fff; border:2px solid transparent;}
.btn-primary:hover{background:var(--primary-light); transform:translateY(-2px); box-shadow:0 8px 24px rgba(76,175,80,0.35);}
.btn-outline{display:inline-flex; align-items:center; gap:8px;padding:16px 36px; border-radius:40px; font-size:16px; font-weight:700;text-decoration:none; transition:all 0.3s ease;background:transparent; color:#fff; border:2px solid rgba(255,255,255,0.4);}
.btn-outline:hover{border-color:#fff; background:rgba(255,255,255,0.08);}
/* ===== RESPONSIVE ===== */
@media (max-width:1200px){.product-grid{grid-template-columns:repeat(2,1fr);}
.adv-grid{grid-template-columns:repeat(2,1fr);}
.app-grid{grid-template-columns:repeat(2,1fr);}
.cert-row{grid-template-columns:repeat(2,1fr);}
}
@media (max-width:1024px){.cert-card{width:32%;margin-top:2%;}}
@media (max-width:768px){.hero-banner{height:480px;}
.hero-title{font-size:34px;}
.hero-sub{font-size:16px;}
.hero-stats{gap:28px;}
.hero-stat-num{font-size:28px;}
.section{padding:60px 0;}
.sec-title{font-size:30px;}
.product-grid{grid-template-columns:1fr;}
.adv-grid{grid-template-columns:1fr;}
.app-grid{grid-template-columns:1fr;}
.oem-layout{grid-template-columns:1fr;}
.cert-row{grid-template-columns:1fr;}
.prod-img-wrap{height:220px;}
.cert-card{width:49%}
}


.common-main .pro-cate li .cate-cont .cate-des{display:none;}
@media (min-width:769px){.common-main .pro-cate li{width:32%;margin-right:2%;}
.common-main .pro-cate li:nth-of-type(4n){margin-right:2%;}
.common-main .pro-cate li:nth-of-type(3n){margin-right:0}}