.company-hero{background:linear-gradient(135deg,#1565c0 0%,#0d47a1 100%);color:#fff;border-radius:14px;padding:28px 30px;position:relative;overflow:hidden}
.company-hero::after{content:"";position:absolute;right:-40px;top:-40px;width:220px;height:220px;background:rgba(255,255,255,.06);border-radius:50%}
.company-hero::before{content:"";position:absolute;right:60px;bottom:-70px;width:180px;height:180px;background:rgba(255,255,255,.05);border-radius:50%}
.company-hero .hero-name{font-size:26px;font-weight:700;margin:0 0 6px}
.company-hero .hero-slogan{font-size:15px;opacity:.92;margin:0 0 14px}
.cert-badge{display:inline-flex;align-items:center;gap:6px;background:#ff6f00;color:#fff;font-size:13px;font-weight:600;padding:5px 12px;border-radius:20px;margin-right:8px}
.claimed-badge{display:inline-flex;align-items:center;gap:6px;background:rgba(255,255,255,.18);color:#fff;font-size:13px;padding:5px 12px;border-radius:20px}
.stats-bar{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:12px;margin-top:-26px;position:relative;z-index:2;padding:0 18px}
.stat-card{background:#fff;border:1px solid #e3e6ea;border-radius:12px;padding:14px 16px;box-shadow:0 2px 8px rgba(31,45,61,.06);text-align:center}
.stat-card .stat-num{font-size:20px;font-weight:700;color:#1565c0}
.stat-card .stat-label{font-size:12px;color:#6b7280;margin-top:2px}
.section-title{font-size:20px;font-weight:700;color:#2b2f36;margin:30px 0 16px;display:flex;align-items:center;gap:10px}
.section-title::before{content:"";width:4px;height:20px;background:#ff6f00;border-radius:2px}
.product-card{border:1px solid #e3e6ea;border-radius:12px;overflow:hidden;background:#fff;transition:transform .15s,box-shadow .15s;height:100%}
.product-card:hover{transform:translateY(-3px);box-shadow:0 8px 20px rgba(31,45,61,.12)}
.product-card .p-img{height:170px;overflow:hidden;background:#f1f3f5}
.product-card .p-img img{width:100%;height:100%;object-fit:cover;transition:transform .3s}
.product-card:hover .p-img img{transform:scale(1.05)}
.product-card .p-body{padding:14px 16px}
.product-card .p-name{font-weight:600;color:#2b2f36;font-size:15px;margin-bottom:6px;line-height:1.4;height:42px;overflow:hidden}
.product-card .p-desc{font-size:13px;color:#6b7280;line-height:1.6;height:60px;overflow:hidden;margin-bottom:10px}
.product-card .p-price{display:inline-block;background:#fff4e8;color:#ff6f00;font-weight:600;font-size:13px;padding:3px 10px;border-radius:6px}
.product-card .p-tags{display:flex;gap:6px;flex-wrap:wrap;margin:6px 0}
.product-card .p-tag{background:#eef4ff;color:#1565c0;font-size:11px;padding:2px 8px;border-radius:4px}
.product-card .p-attrs{display:flex;flex-wrap:wrap;gap:6px;margin:8px 0}
.product-card .p-attr{background:#f8fafc;border:1px solid #eef0f3;font-size:11px;color:#475569;padding:2px 8px;border-radius:4px}
.product-card .p-attr b{color:#334155}
.product-card .p-meta{display:flex;gap:10px;flex-wrap:wrap;font-size:11px;color:#94a3b8;margin-top:8px;border-top:1px dashed #eef0f3;padding-top:8px}
.product-card .p-count{position:absolute;right:8px;top:8px;background:rgba(0,0,0,.55);color:#fff;font-size:11px;padding:2px 8px;border-radius:12px}
.product-card .p-img{position:relative}
.info-item{display:flex;justify-content:space-between;font-size:14px;padding:9px 0;border-bottom:1px dashed #ebedf0}
.info-item:last-child{border-bottom:none}
.info-item dt{color:#6b7280;font-weight:400;width:45%}
.info-item dd{margin:0;color:#2b2f36;font-weight:500;text-align:right;width:55%}
.article-card{border:1px solid #e3e6ea;border-radius:12px;overflow:hidden;background:#fff;height:100%;transition:transform .15s,box-shadow .15s}
.article-card:hover{transform:translateY(-3px);box-shadow:0 8px 20px rgba(31,45,61,.12)}
.article-card .a-img{height:140px;overflow:hidden;background:#f1f3f5}
.article-card .a-img img{width:100%;height:100%;object-fit:cover}
.article-card .a-body{padding:14px 16px}
.article-card .a-title{font-weight:600;color:#2b2f36;font-size:15px;line-height:1.4;height:44px;overflow:hidden}
.inquiry-box{border:1px solid #e3e6ea;border-radius:12px;background:#fff;padding:22px;position:sticky;top:90px}
.inquiry-box h5{font-weight:700;color:#2b2f36;margin-bottom:16px;font-size:17px}
.contact-chip{display:flex;align-items:center;gap:8px;font-size:14px;color:#2b2f36;padding:8px 0;border-bottom:1px dashed #ebedf0}
.contact-chip:last-child{border:none}