/*
Theme Name: Hua Lian
Theme URI: https://hualiantexchem.com/
Author: Hua Lian
Author URI: https://hualiantexchem.com/
Description: Full Site Editing (FSE) block theme for Hua Lian Advanced Textile Auxiliaries. Green chemistry design system with hero carousel, product portfolio, cooperation cases, manufacturing showcase and certifications. Built from the static HTML/CSS reference, fully editable in the Site Editor.
Version: 1.1.0
Requires at least: 6.2
Tested up to: 6.8
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: hualian
Tags: full-site-editing, block-patterns, custom-colors, custom-menu, featured-images, threaded-comments, translation-ready, wide-blocks, green, business
*/
/* Hua Lian - Static site design system (Green theme) */
:root{
  --brand:#047857;--brand-dark:#065f46;--ink:#0f172a;--slate:#475569;--slate-l:#64748b;
  --bg:#f8fafc;--border:#e2e8f0;--grad:linear-gradient(135deg,#059669,#047857);
  --accent-l:#6ee7b7;--accent-xl:#d1fae5;--accent-soft:#ecfdf5;
  --shadow:0 10px 30px rgba(15,23,42,.08);--shadow-lg:0 24px 60px rgba(15,23,42,.14);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:ui-sans-serif,system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;color:var(--ink);background:#fff;line-height:1.65;-webkit-font-smoothing:antialiased}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
h1,h2,h3,h4{line-height:1.15;margin:0}
p{margin:0 0 1rem}
ul{margin:0}
.container{width:100%;max-width:1200px;margin:0 auto;padding:0 24px}

/* Header */
.site-header{position:sticky;top:0;z-index:100;background:rgba(255,255,255,.62);-webkit-backdrop-filter:blur(16px) saturate(180%);backdrop-filter:blur(16px) saturate(180%);border-bottom:1px solid rgba(255,255,255,.35)}
.header-inner{display:flex;align-items:center;gap:20px;min-height:80px}
.brand{display:flex;align-items:center;gap:12px;flex:0 0 auto}
/* ---- LOGO 尺寸：改这两个变量即可调整全站 Logo 大小 ---- */
:root{--logo-size:64px;--logo-size-sm:48px}
.brand-mark{width:var(--logo-size);height:auto;flex:0 0 auto;display:block;border:0;border-radius:0;box-shadow:none;background:transparent;overflow:visible;transition:.25s}
.brand-mark img{width:100%;height:auto;display:block;object-fit:contain;border:0;border-radius:0;box-shadow:none;background:transparent}
.brand:hover .brand-mark{transform:scale(1.06)}
.brand-mark-sm{width:var(--logo-size-sm);height:auto;flex:0 0 auto;border-radius:0}
.brand-text{display:flex;flex-direction:column;line-height:1.15}
.brand-text strong{font-size:20px;font-weight:800;letter-spacing:-.01em;color:var(--ink)}
.brand-text small{font-size:9.5px;letter-spacing:.16em;text-transform:uppercase;color:var(--brand);font-weight:700;white-space:nowrap}
.nav{display:flex;align-items:center;gap:2px;margin-left:auto}
.nav>a,.has-dropdown>a{display:inline-flex;align-items:center;gap:4px;padding:8px 10px;font-size:13.5px;font-weight:500;color:#334155;border-radius:8px;white-space:nowrap}
.nav>a:hover,.has-dropdown>a:hover{color:var(--brand);background:var(--accent-soft)}
.nav>a.is-active,.has-dropdown>a.is-active{color:var(--brand);background:var(--accent-soft);font-weight:600}
.caret{font-size:9px;opacity:.7}
.has-dropdown{position:relative}
.dropdown{position:absolute;top:100%;left:50%;transform:translateX(-50%);min-width:280px;background:#fff;border:1px solid var(--border);border-radius:12px;box-shadow:var(--shadow-lg);padding:8px 0;opacity:0;visibility:hidden;transition:.2s;margin-top:8px}
.has-dropdown:hover .dropdown{opacity:1;visibility:visible}
.dropdown a{display:block;padding:10px 16px;font-size:14px;color:#334155}
.dropdown a:hover{background:var(--accent-soft);color:var(--brand-dark)}
.header-cta{margin-left:8px}
/* Mobile hamburger + slide-in drawer */
.nav-toggle{display:none;width:42px;height:42px;flex:0 0 42px;margin-left:auto;align-items:center;justify-content:center;border:1px solid var(--border);background:#fff;border-radius:12px;cursor:pointer;padding:0}
.nav-toggle span{display:block;width:20px;height:2px;background:#0f172a;position:relative}
.nav-toggle span::before,.nav-toggle span::after{content:"";position:absolute;left:0;width:20px;height:2px;background:#0f172a;transition:.25s}
.nav-toggle span::before{top:-6px}.nav-toggle span::after{top:6px}
.drawer-overlay{position:fixed;inset:0;background:rgba(2,6,23,.5);opacity:0;visibility:hidden;transition:.25s;z-index:9998}
.drawer-overlay.is-open{opacity:1;visibility:visible}
.mobile-drawer{position:fixed;top:0;right:0;bottom:0;width:min(320px,88vw);background:#fff;box-shadow:-20px 0 50px rgba(2,6,23,.28);transform:translateX(100%);visibility:hidden;transition:transform .3s ease,visibility .3s;z-index:9999;display:flex;flex-direction:column}
.mobile-drawer.is-open{transform:translateX(0);visibility:visible}
.drawer-head{display:flex;align-items:center;justify-content:space-between;padding:0 18px;height:64px;border-bottom:1px solid var(--border);flex:0 0 auto}
.drawer-head strong{font-size:16px;font-weight:800}
.drawer-close{width:36px;height:36px;border:0;background:transparent;font-size:24px;line-height:1;color:#64748b;cursor:pointer;border-radius:10px}
.drawer-close:hover{background:var(--bg)}
.drawer-body{flex:1;overflow-y:auto;-webkit-overflow-scrolling:touch;padding:12px}
.drawer-body a{display:block;padding:12px 14px;border-radius:12px;font-size:14px;font-weight:600;color:#1e293b}
.drawer-body a:hover,.drawer-body a.is-active{background:var(--accent-soft);color:var(--brand-dark)}
.drawer-body .sub{margin:2px 0 8px 12px;padding-left:12px;border-left:2px solid #d1fae5}
.drawer-body .sub a{font-size:13px;font-weight:500;color:#475569;padding:9px 12px}
.drawer-foot{flex:0 0 auto;padding:14px;border-top:1px solid var(--border);display:grid;gap:8px}
.drawer-foot .btn{width:100%;justify-content:center}
body.drawer-open{overflow:hidden}
@media(max-width:1180px){.header-cta{display:none}}
@media(max-width:960px){.nav{display:none}.nav-toggle{display:inline-flex}.brand-text small{display:none}.header-inner{min-height:64px;gap:12px}.brand-mark{width:48px}.brand-text strong{font-size:16px}.hero{min-height:100svh}.hero-inner{padding:96px 0 36px}.hero-actions{flex-direction:column}.hero-actions .btn{width:100%;justify-content:center}.section{padding:56px 0}.page-hero{padding:88px 0 48px}.cta-band{padding:28px}.footer-grid{grid-template-columns:1fr}}
@media(min-width:961px){.drawer-overlay,.mobile-drawer,.nav-toggle{display:none}}

/* Buttons */
.btn{display:inline-flex;align-items:center;gap:8px;padding:13px 26px;border-radius:10px;font-weight:600;font-size:15px;border:1px solid transparent;transition:.2s;cursor:pointer;font-family:inherit}
.btn-primary{background:var(--grad);color:#fff;box-shadow:0 14px 28px rgba(4,120,87,.28)}
.btn-primary:hover{transform:translateY(-2px);box-shadow:0 18px 34px rgba(4,120,87,.36)}
.btn-ghost{border-color:rgba(255,255,255,.5);color:#fff}
.btn-ghost:hover{background:#fff;color:var(--ink)}
.btn-dark{background:#0f172a;color:#fff}
.btn-dark:hover{background:#1e293b}
.btn-sm{padding:10px 18px;font-size:14px}

/* ==========================================================
   Home Hero（无深色遮罩，普通轮播图，背景图已替换）
   ========================================================== */
.hero{position:relative;min-height:92vh;display:flex;align-items:center;background:#020617;overflow:hidden}
.hero-bg{display:none}
.hero-carousel{position:absolute;inset:0;width:100%;height:100%;z-index:1}
.hero-slide{position:absolute;inset:0;width:100%;height:100%;opacity:0;visibility:hidden;transition:opacity 1.2s ease, visibility 1.2s ease;z-index:1;background-size:cover;background-position:center;background-repeat:no-repeat}
.hero-slide.is-active{opacity:1;visibility:visible;z-index:2}
/* 删除了深色遮罩，采用文字阴影保证清晰度 */
.hero-inner{position:relative;z-index:3;width:100%;padding:110px 0 72px;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center}
.hero .hero-eyebrow{font-size:clamp(.75rem,1.35vw,1rem);font-weight:700;letter-spacing:clamp(.025em,.38vw,.16em);line-height:1.25;text-transform:uppercase;color:#6ee7b7;white-space:nowrap;display:inline-block;max-width:100%;margin:0;text-shadow:0 2px 8px rgba(0,0,0,0.8)}
@media(max-width:360px){.hero .hero-eyebrow{font-size:.7rem;letter-spacing:.015em}}
.hero h1,.hero h2.hero-title{font-size:clamp(1.8rem,5.5vw,4.5rem);line-height:1.15;letter-spacing:-.03em;color:#fff;font-weight:800;margin-top:18px;max-width:95vw;text-shadow:0 2px 12px rgba(0,0,0,0.8),0 4px 20px rgba(0,0,0,0.6)}
/* 品牌全称强制单行显示 */
.hero-brand{display:inline-block;white-space:nowrap;font-weight:800;}
.hero .lead{font-size:clamp(1.02rem,1.9vw,1.28rem);color:#e2e8f0;max-width:640px;margin-top:26px;text-shadow:0 2px 6px rgba(0,0,0,0.7)}
.hero-actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:38px;justify-content:center}
.hero-stats{list-style:none;padding:0;margin:36px 0 0;display:grid;grid-template-columns:repeat(4,1fr);gap:16px;max-width:640px}
.hero-stats li{color:#fff}.hero-stats strong{display:block;font-size:1.6rem;color:#6ee7b7}.hero-stats span{font-size:.8rem;color:#cbd5e1}

/* 轮播控件 */
.hero-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:10;width:52px;height:52px;border-radius:50%;border:1px solid rgba(255,255,255,.25);background:rgba(0,0,0,0.4);color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:18px;transition:.25s}
.hero-arrow:hover{background:#047857;border-color:#047857;transform:translateY(-50%) scale(1.05)}
.hero-arrow--prev{left:28px}
.hero-arrow--next{right:28px}
.hero-dots{position:absolute;bottom:36px;left:50%;transform:translateX(-50%);z-index:10;display:flex;gap:10px}
.hero-dots button{height:10px;border-radius:5px;border:none;background:rgba(255,255,255,.5);cursor:pointer;transition:.3s;padding:0;width:10px}
.hero-dots button.is-active{width:32px;background:#fff}

@media(max-width:960px){.hero-inner{padding:96px 0 48px}.hero-arrow{display:none}}
@media(max-width:640px){.hero-inner{padding:88px 0 36px}.hero-dots{bottom:24px}}

/* 其他原有内容保持不变 */
.product-filters{display:flex;flex-wrap:nowrap;gap:8px;overflow-x:auto;margin:24px 0 0;padding-bottom:4px}
.product-filters button{border:1px solid var(--border);background:#fff;color:#475569;border-radius:999px;padding:8px 16px;font:inherit;font-size:.9rem;font-weight:700;cursor:pointer;white-space:nowrap}
.product-filters button.active,.product-filters button:hover{background:#047857;color:#fff;border-color:#047857}
.category-tag{display:inline-flex;padding:4px 10px;border-radius:999px;background:#ecfdf5;color:#065f46;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.04em}
.case-study-card{background:#fff;border:1px solid var(--border);border-radius:20px;overflow:hidden;box-shadow:var(--shadow);margin-top:28px}
.case-header{padding:22px 24px;background:#f8fafc;border-bottom:1px solid var(--border)}
.location-tag{display:inline-flex;padding:4px 10px;border-radius:999px;background:#ecfdf5;color:#065f46;font-size:12px;font-weight:700}
.case-header h3{margin-top:10px;font-size:1.4rem}
.case-body{padding:24px}.case-body h4{font-size:.75rem;letter-spacing:.16em;text-transform:uppercase;color:#64748b;margin:18px 0 8px}
.case-result{background:#ecfdf5;border:1px solid #d1fae5;border-radius:16px;padding:18px;margin-top:8px}
.case-result h4{color:#065f46}
.case-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:22px}
 .case-slider{position:relative;min-height:520px;margin-top:28px}.case-slider .case-slide{display:none}.case-slider .case-slide.is-active{display:block}.case-type{display:block;margin-top:10px;color:#047857;font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.12em}.case-controls{display:flex;justify-content:center;gap:8px;margin-top:18px}.case-controls button{width:11px;height:11px;padding:0;border:0;border-radius:50%;background:#a7f3d0;cursor:pointer}.case-controls button.is-active{width:30px;border-radius:99px;background:#047857}
.factory-features{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;margin-top:24px}
.feature-item{background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.12);border-radius:16px;padding:18px;color:#d1fae5}
.feature-item strong{display:block;color:#6ee7b7;margin-bottom:6px}
.cert-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:28px}
.cert-card{background:#fff;border:1px solid #d1fae5;border-radius:18px;padding:22px}
.cert-card h3{color:#065f46;font-size:1.05rem}
.cert-card p{color:#64748b;font-size:.9rem;margin-top:8px}
.quality-badge{display:inline-flex;margin-top:22px;padding:8px 14px;border-radius:999px;background:#ecfdf5;color:#065f46;font-weight:700;font-size:.9rem}
.catalog-action{text-align:center;margin-top:28px}
@media(max-width:900px){.hero-stats,.factory-features,.cert-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:640px){.cert-grid,.factory-features{grid-template-columns:1fr}.case-actions .btn,.catalog-action .btn{width:100%;justify-content:center}}

/* Page hero */
.page-hero{position:relative;padding:104px 0 78px;color:#fff;overflow:hidden;background:linear-gradient(135deg,#064e3b,#047857 48%,#065f46)}
/* 注：已删除 .page-hero::after 网格线 */
.page-hero.has-bg{background:#020617}
.page-hero-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;display:block;border:0;max-width:none;pointer-events:none;z-index:0}
/* 删除原 .page-hero.has-bg::before 渐变遮罩，改为文字阴影 */
.page-hero.has-bg h1,
.page-hero.has-bg .lead,
.page-hero.has-bg .breadcrumb,
.page-hero.has-bg .breadcrumb a,
.page-hero.has-bg .breadcrumb .cur{
    text-shadow: 0 2px 8px rgba(0,0,0,.75),
                 0 4px 12px rgba(0,0,0,.45);
}
.page-hero>.container{position:relative;z-index:2}
.ph-a{background:linear-gradient(135deg,#064e3b,#047857 48%,#065f46)}
.ph-b{background:linear-gradient(135deg,#064e3b,#047857 48%,#065f46)}
.ph-c{background:linear-gradient(135deg,#064e3b,#065f46 48%,#047857)}
.ph-d{background:linear-gradient(135deg,#064e3b,#047857 48%,#065f46)}
.ph-e{background:linear-gradient(135deg,#064e3b,#0d9488 48%,#065f46)}
.ph-f{background:linear-gradient(135deg,#065f46,#047857 48%,#064e3b)}
.ph-g{background:linear-gradient(135deg,#064e3b,#047857 48%,#065f46)}
.ph-slate{background:linear-gradient(135deg,#0f172a,#064e3b 48%,#065f46)}
.page-hero h1{font-size:clamp(2.2rem,5vw,3.7rem);letter-spacing:-.03em;font-weight:800;position:relative}
.page-hero .lead{margin:18px 0 0;max-width:760px;font-size:1.1rem;color:rgba(255,255,255,.9);position:relative}
.breadcrumb{display:flex;flex-wrap:wrap;align-items:center;gap:8px;font-size:14px;margin-bottom:18px;position:relative}
.breadcrumb a{color:rgba(255,255,255,.72)}
.breadcrumb a:hover{color:#fff}
.breadcrumb .cur{color:#6ee7b7;font-weight:600}
.breadcrumb .sep{opacity:.45}

/* Sections */
.section{padding:92px 0}
.section.alt{background:var(--bg)}
.section.dark{background:#0f172a;color:#fff}
.eyebrow{font-size:13px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--brand)}
.section.dark .eyebrow{color:#6ee7b7}
.section-title{font-size:clamp(1.85rem,3.6vw,3rem);font-weight:800;letter-spacing:-.02em;margin-top:12px}
.section-sub{color:var(--slate);margin-top:14px;font-size:1.05rem;max-width:660px}
 .section.dark .section-sub,.section.dark p.muted{color:#94a3b8}
 .partner-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1px;background:#065f46;border:1px solid #065f46;border-radius:18px;overflow:hidden}
 .partner-cell{background:#0f172a;padding:28px;color:#fff}
 .partner-cell .partner-dot{width:8px;height:8px;border-radius:50%;background:#34d399;margin-bottom:18px}
 .partner-cell h3{font-size:1.1rem;font-weight:800}.partner-cell p{font-size:.9rem;color:#94a3b8;margin-top:8px}
 .base-image{position:relative;min-height:480px;border-radius:24px;overflow:hidden;background:#0f172a}
 .base-image img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
 /* 删除原 .base-image:after 渐变遮罩，改为文字阴影 */
 .base-image>div{position:absolute;z-index:1;bottom:26px;left:28px;right:28px;color:#fff;text-shadow:0 2px 6px rgba(0,0,0,.8),0 4px 12px rgba(0,0,0,.5)}.base-image span{display:block;color:#6ee7b7;font-size:.78rem;letter-spacing:.16em;text-transform:uppercase;font-weight:700}.base-image strong{display:block;font-size:1.5rem;line-height:1.15;margin-top:10px}
 .base-points{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin-top:24px}.base-points div{border-left:2px solid #059669;padding-left:14px}.base-points strong,.base-points span{display:block}.base-points strong{font-size:.95rem}.base-points span{font-size:.82rem;color:var(--slate-l);margin-top:3px}
 .small-note{font-size:.78rem;color:var(--slate-l);margin-top:22px}.section-head{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:28px}.case-arrows{position:relative;min-width:110px;height:46px}
.center{text-align:center}
.center .section-sub{margin-left:auto;margin-right:auto}
.split{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center}
.split h2{font-size:clamp(1.75rem,3.2vw,2.6rem);font-weight:800;letter-spacing:-.02em;margin-top:12px}
.mt-3{margin-top:28px}.mt-4{margin-top:36px}.mt-5{margin-top:48px}
 @media(max-width:900px){.split{grid-template-columns:1fr;gap:36px}}
 @media(max-width:700px){.partner-grid{grid-template-columns:1fr}.partner-cell{padding:22px}.base-image{min-height:300px}.base-points{grid-template-columns:1fr}.section-head{align-items:start;flex-direction:column}.case-arrows{align-self:flex-end}}

/* Grid / cards */
.grid{display:grid;gap:24px}
.grid-2{grid-template-columns:repeat(2,1fr)}
.grid-3{grid-template-columns:repeat(3,1fr)}
.grid-4{grid-template-columns:repeat(4,1fr)}
@media(max-width:980px){.grid-3,.grid-4{grid-template-columns:repeat(2,1fr)}}
@media(max-width:660px){.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}}
.card{background:#fff;border:1px solid var(--border);border-radius:18px;padding:32px;transition:.25s;display:block}
.card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg);border-color:#6ee7b7}
.card h3{font-size:1.25rem;font-weight:700;margin-top:22px}
.card p{color:var(--slate);margin-top:10px;font-size:.95rem}
.icon-box{width:56px;height:56px;border-radius:14px;display:grid;place-items:center;background:var(--grad);box-shadow:var(--shadow)}
.icon-box svg{width:28px;height:28px;fill:none;stroke:#fff;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.g-a{background:linear-gradient(135deg,#2dd4bf,#047857)}
.g-b{background:linear-gradient(135deg,#34d399,#047857)}
.g-c{background:linear-gradient(135deg,#34d399,#047857)}
.g-d{background:linear-gradient(135deg,#047857,#065f46)}
.g-e{background:linear-gradient(135deg,#2dd4bf,#0d9488)}
.g-f{background:linear-gradient(135deg,#059669,#065f46)}
.g-g{background:linear-gradient(135deg,#059669,#065f46)}
.read-more{display:inline-flex;align-items:center;gap:6px;color:var(--brand);font-weight:600;font-size:.9rem;margin-top:20px;transition:.2s}
.card:hover .read-more{gap:12px}

/* Stats */
.stat-tile{border-radius:18px;padding:30px;color:#fff}
.stat-tile .v{font-size:2.35rem;font-weight:800;line-height:1}
.stat-tile .l{font-size:.9rem;opacity:.92;margin-top:8px}
.stat-row{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
@media(max-width:860px){.stat-row{grid-template-columns:repeat(2,1fr)}}
.mini-stat .v{font-size:2rem;font-weight:800;color:var(--brand)}
.mini-stat .l{font-size:.85rem;color:var(--slate-l)}
.section.dark .mini-stat .v{color:#6ee7b7}
.section.dark .mini-stat .l{color:#94a3b8}

/* Lists */
.check-list{list-style:none;padding:0;display:grid;gap:14px}
.check-list li{display:flex;gap:12px;color:#334155}
.check{width:24px;height:24px;flex:0 0 24px;border-radius:50%;background:#d1fae5;color:var(--brand-dark);display:grid;place-items:center;font-size:12px;font-weight:800;margin-top:3px}
.pill-list{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.pill{display:flex;align-items:center;gap:12px;padding:18px;border-radius:14px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.13);color:#e2e8f0;font-weight:500;font-size:.95rem}
.pill i{width:8px;height:8px;border-radius:50%;background:linear-gradient(#34d399,#2dd4bf);flex:0 0 8px}
.pill.light{background:var(--bg);border-color:var(--border);color:#334155}
@media(max-width:820px){.pill-list{grid-template-columns:1fr}}

/* Recommended products grid */
.rp-head{display:flex;align-items:center;gap:14px}
.rp-menu{width:40px;height:40px;flex:0 0 40px;border-radius:10px;background:var(--grad);color:#fff;display:grid;place-items:center;font-size:18px;box-shadow:var(--shadow)}
.rp-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.rp-card{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:14px;min-height:170px;padding:26px 18px;background:#fff;border:1px solid var(--border);border-radius:16px;transition:.25s}
.rp-card:hover{transform:translateY(-4px);border-color:#6ee7b7;box-shadow:var(--shadow-lg)}
.rp-card svg{width:44px;height:44px;fill:var(--brand)}
.rp-card h3{font-size:1rem;font-weight:700;color:#1e293b;line-height:1.3}
.rp-tag{display:inline-flex;padding:5px 14px;border-radius:999px;background:var(--brand);color:#fff;font-size:.8rem;font-weight:700}
@media(max-width:980px){.rp-grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:640px){.rp-grid{grid-template-columns:repeat(2,1fr);gap:12px}.rp-card{min-height:140px;padding:18px 12px}.rp-card svg{width:36px;height:36px}.rp-card h3{font-size:.88rem}}
.rp-card{cursor:pointer;font-family:inherit}
/* Product detail modal */
.pm-overlay{position:fixed;inset:0;z-index:9999;display:flex;align-items:flex-start;justify-content:center;padding:16px;background:rgba(2,6,23,.6);backdrop-filter:blur(3px);overflow-y:auto}
.pm-overlay[hidden]{display:none}
.pm-dialog{width:100%;max-width:880px;margin:16px auto;background:var(--bg);border-radius:22px;box-shadow:var(--shadow-lg)}
.pm-head{display:flex;align-items:center;gap:14px;padding:22px 26px;border-bottom:1px solid var(--border)}
.pm-icon{width:44px;height:44px;flex:0 0 44px;border-radius:12px;background:var(--grad);color:#fff;display:grid;place-items:center;box-shadow:var(--shadow)}
.pm-icon svg{width:22px;height:22px;fill:#fff}
.pm-head h3{font-size:1.35rem;font-weight:800;color:#0f172a}
.pm-tag{display:inline-flex;padding:6px 16px;border-radius:999px;background:#0f172a;color:#fff;font-size:.85rem;font-weight:700}
.pm-close{margin-left:auto;width:36px;height:36px;border:0;background:transparent;font-size:24px;line-height:1;color:#64748b;cursor:pointer;border-radius:10px}
.pm-close:hover{background:var(--border)}
.pm-body{display:grid;grid-template-columns:1fr 1fr;gap:20px;padding:22px 26px}
.pm-col{display:flex;flex-direction:column;gap:20px}
.pm-card{background:#fff;border:1px solid var(--border);border-left:4px solid var(--brand);border-radius:16px;padding:20px}
.pm-title{display:flex;align-items:center;gap:8px;font-weight:800;color:var(--brand-dark);margin-bottom:12px}
.pm-card p{font-size:.9rem;color:var(--slate);line-height:1.6;margin:0}
.pm-pill{border:1px solid var(--border);border-radius:999px;padding:9px 16px;font-size:.88rem;color:#334155;margin-top:8px}
.pm-benefits{list-style:none;margin:0;padding:0;display:grid;gap:10px}
.pm-benefits li{position:relative;padding-left:18px;font-size:.9rem;color:var(--slate);line-height:1.5}
.pm-benefits li::before{content:"";position:absolute;left:0;top:8px;width:7px;height:7px;border-radius:50%;background:var(--brand)}
.pm-tech{display:flex;align-items:flex-start;gap:10px;background:var(--bg);border-radius:12px;padding:12px 14px;margin-top:8px}
.pm-tech svg{width:20px;height:20px;flex:0 0 20px;fill:var(--brand);margin-top:1px}
.pm-tech p{font-size:.88rem;color:#334155;line-height:1.4;margin:0}
.pm-tech strong{color:#0f172a}
@media(max-width:760px){.pm-body{grid-template-columns:1fr;gap:14px;padding:16px}.pm-head{padding:16px 18px;gap:10px}.pm-head h3{font-size:1.1rem}.pm-tag{font-size:.75rem;padding:4px 12px}}

/* Table */
.table-wrap{overflow-x:auto;border:1px solid var(--border);border-radius:18px;background:#fff;box-shadow:var(--shadow)}
table{width:100%;border-collapse:collapse;font-size:.95rem;min-width:560px}
thead{background:var(--bg);text-align:left;font-weight:700;color:#334155}
th,td{padding:16px 24px;vertical-align:top}
tbody tr{border-top:1px solid var(--border)}
tbody tr:hover{background:#f8fafc}
td.code{color:var(--brand);font-family:ui-monospace,Menlo,monospace;font-weight:700}
th:first-child,td:first-child{font-weight:700}

/* News cards */
.media-card{background:#fff;border:1px solid var(--border);border-radius:18px;overflow:hidden;transition:.25s;display:flex;flex-direction:column}
.media-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-lg)}
.media-banner{aspect-ratio:16/9;position:relative;overflow:hidden}
.media-banner img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block}
.tag{position:absolute;top:16px;left:16px;padding:5px 13px;border-radius:999px;background:rgba(255,255,255,.26);backdrop-filter:blur(6px);color:#fff;font-size:10.5px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}
.media-body{padding:26px}
.media-body .date{font-size:.8rem;color:var(--slate-l)}
.media-body h3{font-size:1.08rem;margin-top:8px}
.media-body p{font-size:.92rem;margin-top:10px;color:var(--slate)}
.featured{display:block;background:#fff;border:1px solid var(--border);border-radius:24px;overflow:hidden;box-shadow:var(--shadow);transition:.25s;margin-bottom:40px}
.featured:hover{box-shadow:var(--shadow-lg);transform:translateY(-3px)}
.featured .media-banner{aspect-ratio:16/7}
.featured .media-body{padding:32px}
.featured h2{font-size:clamp(1.25rem,2.4vw,1.7rem);font-weight:900;margin-top:8px;color:var(--brand)}
@media(max-width:860px){.featured .media-banner{aspect-ratio:16/9}.featured .media-body{padding:22px}}

 /* Cooperation cases carousel */
 .case-showcase{position:relative;min-height:500px;border-radius:24px;overflow:hidden;background:#0f172a}
 .case-slide{display:none;position:absolute;inset:0;min-height:500px}
 .case-slide.is-active{display:block}
 .case-slide img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:1}
 /* 删除原 .case-slide::after 渐变遮罩，改为文字阴影 */
 .case-copy{position:absolute;z-index:1;left:0;right:0;bottom:0;padding:52px;max-width:760px;color:#fff;text-shadow:0 2px 8px rgba(0,0,0,.8),0 4px 16px rgba(0,0,0,.6)}
 .case-copy .case-type{font-size:.78rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:#6ee7b7}
 .case-copy h3{font-size:clamp(1.5rem,3vw,2.5rem);font-weight:800;margin-top:12px}
 .case-copy p{font-size:1rem;color:#d1fae5;margin-top:16px;max-width:640px}
 .case-result{display:inline-flex;align-items:center;gap:10px;margin-top:18px;border:1px solid rgba(255,255,255,.2);background:rgba(255,255,255,.1);border-radius:999px;padding:8px 16px;color:#d1fae5;font-size:.9rem;font-weight:700}
 .case-result i{width:8px;height:8px;border-radius:50%;background:#34d399}
 .case-controls{display:flex;justify-content:center;align-items:center;gap:9px;margin-top:18px}
 .case-controls button{width:11px;height:11px;border:0;padding:0;border-radius:50%;background:#a7f3d0;cursor:pointer}
 .case-controls button.is-active{width:32px;border-radius:99px;background:#047857}
 .case-arrow{position:absolute;z-index:2;top:24px;width:42px;height:42px;border:1px solid rgba(255,255,255,.45);border-radius:50%;background:rgba(2,6,23,.35);color:#fff;cursor:pointer;font-size:20px}
 .case-arrow:hover{background:#047857}
 .case-arrow.prev{right:78px}.case-arrow.next{right:24px}
 @media(max-width:700px){.case-showcase,.case-slide{min-height:470px}.case-copy{padding:24px}.case-copy h3{font-size:1.6rem}.case-copy p{font-size:.9rem}.case-arrow{top:18px}.case-arrow.prev{right:70px}.case-arrow.next{right:18px}}

/* Timeline */
.timeline{position:relative;max-width:760px;margin:0 auto}
.timeline::before{content:"";position:absolute;left:15px;top:6px;bottom:6px;width:2px;background:linear-gradient(#34d399,#047857)}
.tl-item{position:relative;padding-left:58px;margin-bottom:22px}
.tl-item::before{content:"";position:absolute;left:7px;top:10px;width:18px;height:18px;border-radius:50%;background:#fff;border:4px solid var(--brand)}
.tl-card{background:var(--bg);border:1px solid var(--border);border-radius:16px;padding:22px}
.tl-card .y{font-size:1.35rem;font-weight:800;color:var(--brand)}
.tl-card .t{font-size:1.05rem;font-weight:700;margin-top:2px}
.tl-card .d{font-size:.9rem;color:var(--slate);margin-top:6px}

/* Badges */
.badges{display:grid;grid-template-columns:repeat(6,1fr);gap:14px}
.badge{aspect-ratio:1;display:grid;place-items:center;text-align:center;padding:12px;border-radius:14px;background:var(--bg);border:1px solid var(--border);font-size:.83rem;font-weight:700;color:#334155;transition:.2s}
.badge:hover{background:var(--accent-soft);border-color:#6ee7b7;color:var(--brand-dark)}
@media(max-width:900px){.badges{grid-template-columns:repeat(4,1fr)}}
@media(max-width:560px){.badges{grid-template-columns:repeat(2,1fr)}}

/* Roadmap */
.road{display:grid;gap:14px}
.road-item{display:flex;gap:22px;align-items:center;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.12);border-radius:14px;padding:20px 24px}
.road-item strong{color:#6ee7b7;font-size:1.35rem;width:74px;flex:0 0 74px}

/* Forms */
.form-card{background:var(--bg);border:1px solid var(--border);border-radius:24px;padding:40px}
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-top:24px}
.form-grid .full{grid-column:1/-1}
label{display:block;font-size:.85rem;font-weight:700;color:#334155;margin-bottom:8px}
input,select,textarea{width:100%;padding:12px 16px;border:1px solid var(--border);border-radius:10px;font:inherit;background:#fff;color:var(--ink)}
input:focus,select:focus,textarea:focus{outline:none;border-color:var(--brand);box-shadow:0 0 0 3px rgba(4,120,87,.16)}
textarea{resize:vertical;min-height:130px}
@media(max-width:640px){.form-grid{grid-template-columns:1fr}}
.info-card{display:flex;gap:16px;padding:20px;background:var(--bg);border:1px solid var(--border);border-radius:16px}
.info-card .ico{width:44px;height:44px;flex:0 0 44px;border-radius:12px;background:#d1fae5;color:var(--brand-dark);display:grid;place-items:center}
.info-card .ico svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.info-card strong.t{display:block;font-weight:700}
.info-card .d{font-size:.92rem;color:var(--slate);margin-top:4px}
a.link{color:var(--brand);font-weight:600}
a.link:hover{text-decoration:underline}

/* Steps */
.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.step{background:var(--bg);border:1px solid var(--border);border-radius:18px;padding:30px}
.step .n{font-size:2.8rem;font-weight:800;color:rgba(4,120,87,.28);line-height:1}
.step h4{font-size:1.15rem;margin-top:8px}
.step p{font-size:.92rem;color:var(--slate);margin-top:6px}
@media(max-width:900px){.steps{grid-template-columns:repeat(2,1fr)}}
@media(max-width:560px){.steps{grid-template-columns:1fr}}

/* CTA */
.cta-band{background:linear-gradient(120deg,#047857,#065f46);border-radius:26px;padding:56px;color:#fff;display:flex;flex-wrap:wrap;gap:26px;align-items:center;justify-content:space-between;position:relative;overflow:hidden}
.cta-band::after{content:"";position:absolute;inset:0;background:radial-gradient(circle at 88% 28%,rgba(255,255,255,.24),transparent 42%)}
.cta-band h3{font-size:clamp(1.5rem,2.6vw,2.15rem);font-weight:800;position:relative}
.cta-band p{margin:8px 0 0;opacity:.92;position:relative}
.cta-band .btn{position:relative;background:#fff;color:var(--brand-dark)}

/* Footer —— 与 Get a Quote 按钮同色系（渐变 #059669 → #047857），白色 + 浅灰文字 */
.site-footer{background:linear-gradient(135deg,#059669,#047857);color:#ffffff;padding:64px 0 30px;margin-top:92px}
.footer-grid{display:grid;grid-template-columns:3fr 2fr 3fr 4fr;gap:36px;padding-bottom:38px;border-bottom:1px solid rgba(255,255,255,.18)}
.footer-grid h4{color:#ffffff;font-size:.98rem;margin-bottom:18px;font-weight:800}
.footer-grid ul{list-style:none;padding:0;display:grid;gap:11px;font-size:.9rem;color:#e5e7eb}
.footer-grid ul a{color:#e5e7eb;transition:.2s}
.footer-grid ul a:hover{color:#ffffff}
.footer-brand{display:flex;align-items:center;gap:12px;margin-bottom:16px}
.footer-brand strong{color:#ffffff;font-size:1.2rem;font-weight:800}
.co-name{font-size:.92rem;font-weight:600;color:#ffffff}
.footer-desc{font-size:.9rem;color:#e5e7eb;margin-top:12px}
.contact-item{display:flex;gap:12px;font-size:.9rem;color:#e5e7eb}
.contact-item+.contact-item{margin-top:13px}
.contact-item strong{display:block;color:#ffffff;font-weight:700;font-size:.85rem}
.contact-item svg{width:20px;flex:0 0 20px;color:#ffffff;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;margin-top:3px}
.contact-item a{color:#e5e7eb;transition:.2s}
.contact-item a:hover{color:#ffffff}
.footer-bottom{display:flex;flex-wrap:wrap;gap:14px;justify-content:space-between;padding-top:22px;font-size:.83rem;color:#d1d5db}
.footer-bottom nav{display:flex;gap:20px;flex-wrap:wrap}
.footer-bottom a{color:#d1d5db;transition:.2s}
.footer-bottom a:hover{color:#ffffff}
@media(max-width:1000px){.footer-grid{grid-template-columns:1fr 1fr}}
@media(max-width:620px){.footer-grid{grid-template-columns:1fr}}

/* ===== About page: Our Story image grid ===== */
.story-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}
.story-card{border-radius:16px;overflow:hidden;border:1px solid var(--border);background:#fff;box-shadow:var(--shadow)}
.story-card img{aspect-ratio:4/3;width:100%;object-fit:cover;display:block}
.story-card .cert{aspect-ratio:4/3;background:linear-gradient(135deg,#0f172a,#064e3b);color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:12px;position:relative;overflow:hidden}
.story-card .cert::before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.35) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.35) 1px,transparent 1px);background-size:18px 18px;opacity:.2}
.story-card .cert span{position:relative}
.story-card .cert .k1{font-size:.72rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:#6ee7b7}
.story-card .cert .k2{margin-top:4px;font-size:1.05rem;font-weight:900}
.story-card .cert .k3{margin-top:8px;font-size:.68rem;color:#6ee7b7}
.story-card .info{padding:14px}
.story-card .info h3{font-weight:800;font-size:.95rem;color:#0f172a}
.story-card .info p{font-size:.82rem;color:var(--slate-l);margin-top:4px}
.quote-block{border-left:4px solid var(--brand);padding-left:16px;font-style:italic;color:#334155;margin-top:24px;font-size:.95rem;line-height:1.7}
@media(max-width:640px){.story-grid{gap:10px}.story-card .info{padding:10px}.story-card .info h3{font-size:.85rem}.story-card .info p{font-size:.75rem}}

/* ===== About page: Mission Vision Values ===== */
.principle-icon{width:44px;height:44px;border-radius:50%;background:var(--accent-soft);color:var(--brand);display:flex;align-items:center;justify-content:center}
.principle-icon svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.values-list{margin-top:12px;display:grid;gap:10px;font-size:.9rem;color:#475569;list-style:none;padding:0}
.values-list strong{color:#0f172a}

/* ===== About page: Our Journey timeline ===== */
.journey-track{position:relative;margin-top:48px}
.journey-line{position:absolute;top:10px;left:8.3%;right:8.3%;height:1px;background:var(--border)}
.journey-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:20px}
.journey-item{text-align:center}
.journey-dot{width:20px;height:20px;border-radius:50%;border:2px solid var(--brand);background:#fff;margin:0 auto;position:relative;z-index:1}
.journey-dot::after{content:"";position:absolute;inset:3px;border-radius:50%;background:var(--brand)}
.journey-photo{width:76px;height:76px;border-radius:50%;margin:10px auto 0;box-shadow:var(--shadow)}
.journey-year{margin-top:12px;font-weight:800;color:var(--brand);font-size:1.1rem}
.journey-title{margin-top:4px;font-weight:700;font-size:.9rem;color:#0f172a}
.journey-desc{margin-top:6px;font-size:.8rem;color:var(--slate-l);line-height:1.5}
@media(max-width:900px){.journey-grid{grid-template-columns:repeat(3,1fr)}.journey-line{display:none}}
@media(max-width:600px){.journey-grid{grid-template-columns:repeat(2,1fr)}.journey-photo{width:60px;height:60px}}

/* ===== About page: Exhibition carousel ===== */
.exhib-wrap{position:relative;margin-top:40px}
.exhib-slide{position:relative;border-radius:24px;overflow:hidden;aspect-ratio:21/9;background:#0f172a;display:none}
.exhib-slide.is-active{display:block}
.exhib-slide img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
/* 删除原 .exhib-slide::after 渐变遮罩，改为文字阴影 */
.exhib-caption{position:absolute;left:32px;right:32px;bottom:28px;color:#fff;z-index:1;text-shadow:0 2px 8px rgba(0,0,0,.8),0 4px 16px rgba(0,0,0,.6)}
.exhib-caption h3{font-size:1.5rem;font-weight:800}
.exhib-caption p{margin-top:6px;color:#e2e8f0;max-width:600px;font-size:.95rem}
.exhib-arrow{position:absolute;top:50%;transform:translateY(-50%);width:44px;height:44px;border-radius:50%;background:#fff;box-shadow:var(--shadow-lg);display:flex;align-items:center;justify-content:center;font-size:22px;color:#334155;cursor:pointer;border:0;z-index:2;line-height:1}
.exhib-arrow:hover{color:var(--brand)}
.exhib-arrow.prev{left:-20px}
.exhib-arrow.next{right:-20px}
.exhib-dots{display:flex;justify-content:center;gap:8px;margin-top:20px}
.exhib-dots button{width:10px;height:10px;border-radius:50%;background:#cbd5e1;border:0;padding:0;cursor:pointer}
.exhib-dots button.is-active{width:28px;border-radius:99px;background:var(--brand)}
@media(max-width:760px){.exhib-slide{aspect-ratio:16/9}.exhib-arrow{width:36px;height:36px;font-size:18px}.exhib-arrow.prev{left:8px}.exhib-arrow.next{right:8px}.exhib-caption{left:16px;right:16px;bottom:16px}.exhib-caption h3{font-size:1.1rem}.exhib-caption p{font-size:.82rem}}

/* ===== Sustainability: Three Pillars ===== */
.pillar-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.pillar-card{background:#fff;border-radius:18px;overflow:hidden;box-shadow:var(--shadow);display:flex;flex-direction:column}
.pillar-media{position:relative;aspect-ratio:16/9}
.pillar-media img{width:100%;height:100%;object-fit:cover;display:block}
.pillar-caption{position:absolute;left:16px;bottom:16px;padding:6px 12px;border-radius:6px;background:rgba(15,23,42,.7);color:#fff;font-size:11px;font-weight:800;letter-spacing:.04em;backdrop-filter:blur(4px)}
.pillar-body{padding:26px;display:flex;flex-direction:column;flex:1}
.pillar-icon{width:46px;height:46px;border-radius:12px;display:flex;align-items:center;justify-content:center}
.pillar-icon svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}
.pillar-icon.pi-green{background:#ecfdf5;color:#059669}
.pillar-icon.pi-blue{background:#ecfdf5;color:#047857}
.pillar-icon.pi-amber{background:#fffbeb;color:#d97706}
.pillar-body h3{margin-top:20px;font-size:1.15rem;font-weight:900;color:#0f172a;line-height:1.35}
.pillar-body p{margin-top:12px;font-size:.9rem;color:var(--slate);line-height:1.7;flex:1}
.pillar-tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:20px}
.pillar-tags span{padding:4px 10px;border-radius:5px;font-size:10.5px;font-weight:800;letter-spacing:.02em}
.pillar-tags .pi-green{background:#ecfdf5;color:#047857}
.pillar-tags .pi-blue{background:#ecfdf5;color:#065f46}
.pillar-tags .pi-amber{background:#fffbeb;color:#b45309}
.pillar-link{margin-top:20px;display:inline-flex;font-size:.9rem;font-weight:700;color:#047857}
.pillar-link:hover{color:#065f46}
@media(max-width:980px){.pillar-grid{grid-template-columns:1fr;gap:18px}}

/* ===== Sustainability: Community ===== */
.community-lead{font-size:1.4rem;font-weight:900;color:#0f172a;line-height:1.4}
.community-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:26px}
.community-stats div{background:#fff;border:1px solid var(--border);border-radius:12px;padding:16px;text-align:center;box-shadow:var(--shadow)}
.community-stats strong{display:block;font-size:1.4rem;font-weight:900;color:#047857}
.community-stats span{display:block;margin-top:4px;font-size:9.5px;font-weight:800;letter-spacing:.04em;color:var(--slate-l)}
.community-hero{border-radius:18px;overflow:hidden;box-shadow:var(--shadow-lg)}
.community-hero img{width:100%;aspect-ratio:4/3;object-fit:cover;display:block}
.community-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.community-card{background:#fff;border:1px solid var(--border);border-radius:16px;overflow:hidden;box-shadow:var(--shadow)}
.community-card img{width:100%;aspect-ratio:16/9;object-fit:cover;display:block}
.community-card .cc-body{padding:18px}
.community-card h4{font-size:.95rem;font-weight:800;color:#0f172a}
.community-card p{margin-top:8px;font-size:.82rem;color:var(--slate);line-height:1.6}
@media(max-width:900px){.community-grid{grid-template-columns:1fr}.community-stats{gap:10px}}

/* ===== Sustainability: 2030 Roadmap ===== */
.roadmap-track{position:relative}
.roadmap-track::before{content:"";position:absolute;left:50%;top:0;bottom:0;width:1px;background:var(--border);transform:translateX(-50%)}
.roadmap-row{position:relative;display:flex;margin-bottom:26px}
.roadmap-row.is-right{justify-content:flex-end}
.roadmap-card{width:calc(50% - 40px);border-radius:16px;padding:22px;color:#fff;box-shadow:var(--shadow-lg)}
.rm-badge{display:inline-flex;padding:4px 10px;border-radius:5px;background:rgba(255,255,255,.22);font-size:9.5px;font-weight:800;letter-spacing:.06em}
.rm-year{margin-top:12px;font-size:1.8rem;font-weight:900;line-height:1}
.roadmap-card h3{margin-top:4px;font-size:.95rem;font-weight:800;line-height:1.4}
.roadmap-card p{margin-top:8px;font-size:.82rem;line-height:1.6;color:rgba(255,255,255,.88)}
.roadmap-dot{position:absolute;left:50%;top:24px;transform:translateX(-50%);width:16px;height:16px;border-radius:50%;border:2px solid #cbd5e1;background:#fff}
.rm-green{background:#047857}.rm-blue{background:#047857}.rm-violet{background:#6d28d9}
.rm-orange{background:#f97316}.rm-amber{background:#f59e0b}
@media(max-width:760px){.roadmap-track::before,.roadmap-dot{display:none}.roadmap-card{width:100%}.roadmap-row{margin-bottom:16px}}


/* ===== Services: highlight cards ===== */
.svc-highlight-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:28px}
.svc-highlight{background:#fff;border-radius:18px;overflow:hidden;box-shadow:var(--shadow);display:flex;flex-direction:column}
.svc-highlight img{width:100%;aspect-ratio:16/9;object-fit:cover;display:block}
.svc-hl-body{padding:28px;display:flex;flex-direction:column;flex:1}
.svc-hl-body h3{font-size:1.15rem;font-weight:900;color:#0f172a;line-height:1.35}
.svc-hl-body p{margin-top:14px;font-size:.9rem;color:var(--slate);line-height:1.7;flex:1}
.svc-pill{margin-top:24px;align-self:flex-start;display:inline-flex;padding:13px 26px;border-radius:999px;background:#065f46;color:#fff;font-size:.9rem;font-weight:800}
.svc-pill:hover{background:#064e3b}
@media(max-width:860px){.svc-highlight-grid{grid-template-columns:1fr;gap:18px}.svc-hl-body{padding:20px}}

/* ===== Services: coverage grid ===== */
.svc-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.svc-card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:var(--shadow)}
.svc-card img{width:100%;aspect-ratio:16/9;object-fit:cover;display:block}
.svc-card-body{padding:22px}
.svc-card-body h3{font-size:1.02rem;font-weight:900;color:#0f172a}
.svc-card-body p{margin-top:12px;font-size:.85rem;color:var(--slate);line-height:1.65}
@media(max-width:980px){.svc-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:640px){.svc-grid{grid-template-columns:1fr}}

/* ===== Services: process steps ===== */
.svc-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}
.svc-step{background:#fff;border-radius:16px;padding:26px;box-shadow:var(--shadow);text-align:center}
.svc-step img{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:8px;display:block}
.svc-step-n{margin-top:18px;font-size:1.7rem;font-weight:900;color:#047857}
.svc-step h3{margin-top:6px;font-size:.95rem;font-weight:900;color:#0f172a;line-height:1.35}
.svc-step p{margin-top:12px;font-size:.82rem;color:var(--slate);line-height:1.65}
@media(max-width:900px){.svc-steps{grid-template-columns:repeat(2,1fr)}}
@media(max-width:520px){.svc-steps{grid-template-columns:1fr}}

/* ===== Services: global network ===== */
.svc-network{position:relative;overflow:hidden}
.svc-network-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:1;max-width:none}
/* 删除原 .svc-network::before 遮罩，改为文字阴影 */
.svc-network>.container{position:relative;z-index:1}
.svc-network .svc-kpis strong,
.svc-network .net-card h3,
.svc-network .net-card p,
.svc-network .svc-kpis span{
    text-shadow:0 2px 8px rgba(0,0,0,.8),0 4px 16px rgba(0,0,0,.5);
}
.svc-kpis{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-top:30px}
.svc-kpis div{background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.16);border-radius:12px;padding:16px;text-align:center;backdrop-filter:blur(4px)}
.svc-kpis strong{display:block;font-size:1.35rem;font-weight:900;color:#6ee7b7}
.svc-kpis span{display:block;margin-top:5px;font-size:9px;font-weight:800;letter-spacing:.04em;color:#cbd5e1;line-height:1.3}
.net-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}
.net-card{background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.16);border-radius:16px;padding:24px;backdrop-filter:blur(4px)}
.net-card h3{font-size:1.05rem;font-weight:900;color:#fff}
.net-card p{margin-top:12px;font-size:.85rem;color:#cbd5e1;line-height:1.65}
@media(max-width:760px){.svc-kpis{grid-template-columns:repeat(2,1fr)}.net-grid{grid-template-columns:1fr}}

/* ===== 新增：产品卡片图片布局（用于产品网格） ===== */
.product-image {
    width: 100%;
    height: 220px;
    overflow: hidden;
    background: #f1f5f9;
}
.product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .6s ease;
}
.product-card:hover .product-image img {
    transform: scale(1.06);
}
.product-body {
    padding: 24px;
    display: flex;
    flex-direction: column;
    flex: 1;
}
.product-body h3 {
    font-size: 1.125rem;
    font-weight: 700;
    color: #0f172a;
    margin: 0 0 10px;
    line-height: 1.35;
}
.product-body p {
    font-size: .875rem;
    color: #6b7280;
    line-height: 1.65;
    margin: 0 0 18px;
    flex: 1;
}

/* ===== 新增：为什么选择我们（左右两栏） ===== */
.why-layout {
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    gap: 64px;
    align-items: center;
}
.why-media {
    width: 100%;
}
.why-carousel {
    position: relative;
    width: 100%;
    border-radius: 22px;
    overflow: hidden;
    background: #f5f5f5;
    box-shadow: 0 20px 25px -5px rgba(0,0,0,.08), 0 8px 10px -6px rgba(0,0,0,.08);
}
.why-carousel-track {
    position: relative;
    width: 100%;
    height: 380px;
}
.why-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity .6s ease;
    pointer-events: none;
}
.why-slide.is-active {
    opacity: 1;
    pointer-events: auto;
}
.why-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.why-carousel-dots {
    display: flex;
    justify-content: center;
    gap: 10px;
    padding: 16px 0;
    background: #fff;
}
.why-carousel-dots button {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: none;
    background: #d1d5db;
    cursor: pointer;
    transition: .3s;
}
.why-carousel-dots button.is-active {
    background: #047857;
    width: 28px;
    border-radius: 5px;
}

/* ===== 新增：制造基地（左右布局） ===== */
.mfg-layout {
    display: grid;
    grid-template-columns: 1.4fr 1fr; /* 左侧图片变宽，右侧文字自动适应 */
    gap: 56px;
    align-items: center;
}
.mfg-content {
    min-width: 0; /* 防止文字内容撑破网格，自适应 */
}
.mfg-media .factory-hero-image {
    height: 100%;
    min-height: 420px;
    border-radius: 22px;
    box-shadow: 0 20px 25px -5px rgba(0,0,0,.08), 0 8px 10px -6px rgba(0,0,0,.08);
}
.mfg-media .factory-hero-image img {
    border-radius: 22px;
}
.mfg-content .section-sub {
    margin-bottom: 1.25rem;
}
.mfg-content .muted {
    font-size: .9375rem;
    line-height: 1.7;
    margin-top: 0;
}
.factory-features {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-top: 2rem;
}
.feature-item {
    padding: 18px;
    background: #fff;
    border-radius: 14px;
    border: 1px solid rgba(15,76,129,.08);
    font-size: .875rem;
    line-height: 1.55;
    color: #374151;
}
.feature-item strong {
    display: block;
    font-size: .9375rem;
    margin-bottom: 4px;
}

/* ===== 新增：合作案例轮播 ===== */
.coop-slider-wrap {
    position: relative;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 8px;
}
.coop-slide {
    display: none;
    background: #fff;
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 32px 64px -12px rgba(15,23,42,.12);
    border: 1px solid #e5e7eb;
}
.coop-slide.is-active {
    display: block;
    animation: slideUp .55s cubic-bezier(.22,1,.36,1);
}
@keyframes slideUp {
    from { opacity: 0; transform: translateY(24px); }
    to { opacity: 1; transform: translateY(0); }
}
.coop-visual {
    position: relative;
    width: 100%;
    height: 380px;
    overflow: hidden;
}
.coop-visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .8s ease;
}
.coop-slide.is-active .coop-visual img {
    transform: scale(1.03);
}
/* 删除原 .coop-visual::after 渐变遮罩 */
.coop-visual__tag {
    position: absolute;
    bottom: 24px;
    left: 36px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 18px;
    background: rgba(255,255,255,0.18);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.25);
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .8px;
    text-transform: uppercase;
    border-radius: 8px;
}
.coop-visual__tag::before {
    content: "";
    width: 8px;
    height: 8px;
    background: #34d399;
    border-radius: 50%;
    box-shadow: 0 0 0 3px rgba(52,211,153,.35);
}
.coop-body {
    padding: 40px 48px 48px;
}
.coop-meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 16px;
}
.coop-field {
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    color: #047857;
    background: #d1fae5;
    padding: 6px 14px;
    border-radius: 6px;
}
.coop-product {
    font-size: 11px;
    font-weight: 600;
    color: #6b7280;
    background: #f1f5f9;
    padding: 6px 14px;
    border-radius: 6px;
    border: 1px solid #e5e7eb;
}
.coop-title {
    font-size: 1.5rem;
    font-weight: 800;
    color: #0f172a;
    margin: 0 0 32px;
    line-height: 1.3;
    letter-spacing: -.02em;
}
.coop-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 28px;
}
.coop-col {
    position: relative;
    padding-top: 20px;
}
.coop-col::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    border-radius: 3px;
}
.coop-col:nth-child(1)::before { background: #cbd5e1; }
.coop-col:nth-child(2)::before { background: #047857; }
.coop-col--result::before { background: #059669; }
.coop-col h4 {
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #94a3b8;
    margin: 0 0 10px;
}
.coop-col p {
    font-size: .9375rem;
    color: #475569;
    line-height: 1.75;
    margin: 0;
}
.coop-col--result {
    background: #f0fdf4;
    border-radius: 12px;
    padding: 20px 22px;
    margin-top: -4px;
}
.coop-col--result h4 { color: #059669; }
.coop-col--result p { color: #064e3b; font-weight: 600; }
.coop-arrow {
    position: absolute;
    top: 190px;
    transform: translateY(-50%);
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #e5e7eb;
    box-shadow: 0 20px 25px -5px rgba(0,0,0,.08);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #334155;
    transition: .3s;
    z-index: 10;
}
.coop-arrow:hover {
    background: #047857;
    color: #fff;
    border-color: #047857;
    transform: translateY(-50%) scale(1.08);
}
.coop-arrow--prev { left: -24px; }
.coop-arrow--next { right: -24px; }
.coop-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 36px;
}
.coop-dots button {
    height: 10px;
    border-radius: 5px;
    border: none;
    background: #cbd5e1;
    cursor: pointer;
    transition: .3s;
    padding: 0;
    width: 10px;
}
.coop-dots button.is-active {
    width: 32px;
    background: #047857;
}

/* ===== 覆盖证书区域样式：居中显示图片 ===== */
.cert-grid {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2rem 0;
}
.cert-grid img {
    max-width: 720px;
    width: 100%;
    height: auto;
    display: block;
}

/* ===== 响应式适配（新增部分） ===== */
@media (max-width: 992px) {
    .why-layout {
        grid-template-columns: 1fr;
        gap: 48px;
    }
    .why-carousel-track { height: 320px; }
    .mfg-layout {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    .mfg-media .factory-hero-image { min-height: 300px; }
    .coop-grid { grid-template-columns: 1fr; gap: 20px; }
    .coop-body { padding: 32px 28px 36px; }
    .coop-title { font-size: 1.25rem; margin-bottom: 24px; }
    .coop-visual { height: 280px; }
    .coop-arrow { display: none; }
}
@media (max-width: 640px) {
    .why-carousel-track { height: 240px; }
    .factory-features { grid-template-columns: 1fr; }
    .coop-visual { height: 220px; }
    .coop-visual__tag { left: 20px; bottom: 16px; }
}
/* ============================================================
   HOMEPAGE inline styles merged from index.html
   ============================================================ */

/* ============================================================
   HOMEPAGE — Product Portfolio → Certifications 区块
   按钮统一色：与 "Get a Quote" 一致 → 渐变 linear-gradient(135deg,#059669,#047857)
   辅助色：主 #047857 / 深 #065f46 / 浅 #ecfdf5 / 高亮 #6ee7b7
   ============================================================ */

/* ---------- 通用居中标题 ---------- */
#core-products .eyebrow,
#why-us .eyebrow,
#cooperation-cases .eyebrow,
#certifications .eyebrow{display:block;text-align:center;font-size:.8rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:#047857;margin:0 0 .6rem}
#manufacturing .mfg-content .eyebrow{display:block;text-align:left;font-size:.8rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:#047857;margin:0 0 .6rem}
#core-products .section-title,
#why-us .section-title,
#manufacturing .section-title,
#cooperation-cases .section-title,
#certifications .section-title{text-align:center;font-size:clamp(1.8rem,3.3vw,2.65rem);font-weight:800;letter-spacing:-.02em;line-height:1.18;color:#374151;margin:0}
#why-us .why-content .section-title,
#manufacturing .mfg-content .section-title{text-align:left}
#manufacturing .section-title{color:#047857}
#core-products .section-sub,
#why-us .section-sub,
#cooperation-cases .section-sub,
#certifications .section-sub{text-align:center;font-size:1.05rem;line-height:1.7;color:#4b5563;max-width:680px;margin:1rem auto 0}
#why-us .why-content .section-sub,
#manufacturing .mfg-content p{text-align:left;max-width:100%}

/* ---------- 1. Core Products ---------- */
#core-products{text-align:left}
#core-products .product-filters{display:flex;justify-content:center;flex-wrap:wrap;gap:10px;margin:2.5rem 0}
#core-products .product-filters button{background:#fff;color:#374151;border:1px solid #e5e7eb;padding:10px 24px;border-radius:999px;font:inherit;font-size:.9rem;font-weight:600;cursor:pointer;transition:.22s}
#core-products .product-filters button:hover{border-color:#047857;color:#047857}
#core-products .product-filters button.active{background:linear-gradient(135deg,#059669,#047857);color:#fff;border-color:transparent;box-shadow:0 10px 22px rgba(4,120,87,.24)}
#core-products #productGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
#core-products .product-card{padding:0;background:#fff;border:1px solid #e5e7eb;border-radius:16px;overflow:hidden;display:flex;flex-direction:column;transition:.25s;text-align:left}
#core-products .product-card:hover{transform:translateY(-4px);box-shadow:0 20px 44px rgba(15,23,42,.1);border-color:#6ee7b7}
#core-products .product-image{position:relative;width:100%;aspect-ratio:4/3;overflow:hidden;background:#f1f5f9}
#core-products .product-image img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}
#core-products .product-card:hover .product-image img{transform:scale(1.05)}
#core-products .product-body{padding:22px 24px 24px;display:flex;flex-direction:column;flex:1}
#core-products .category-tag{align-self:flex-start;display:inline-flex;padding:5px 12px;border-radius:999px;background:#ecfdf5;color:#047857;font-size:10.5px;font-weight:800;text-transform:uppercase;letter-spacing:.05em;margin-bottom:10px}
#core-products .product-body h3{font-size:1.05rem;font-weight:800;color:#374151;line-height:1.35;margin:0 0 10px}
#core-products .product-body p{font-size:.875rem;color:#4b5563;line-height:1.65;margin:0 0 18px;flex:1}
#core-products .product-body .read-more{color:#047857;font-weight:700;font-size:.85rem;display:inline-flex;align-items:center;gap:6px;transition:gap .2s;margin-top:auto}
#core-products .product-card:hover .product-body .read-more{gap:10px}
#core-products .catalog-action{text-align:center;margin-top:3rem}
#core-products .catalog-action .btn{background:linear-gradient(135deg,#059669,#047857);color:#fff;border-color:transparent;box-shadow:0 14px 28px rgba(4,120,87,.28)}
#core-products .catalog-action .btn:hover{transform:translateY(-2px);box-shadow:0 18px 34px rgba(4,120,87,.36)}
@media(max-width:980px){#core-products #productGrid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:640px){#core-products #productGrid{grid-template-columns:1fr}#core-products .catalog-action .btn{width:100%;justify-content:center}}

/* ---------- 2. Why Partner ---------- */
#why-us .why-layout{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}
#why-us .why-content .eyebrow{text-align:left}
#why-us .check-list{margin:2rem 0 0}
#why-us .check-list li{margin-bottom:14px;color:#374151}
#why-us .check-list li strong{color:#374151}
#why-us .check-list .check{background:#ecfdf5;color:#047857}
#why-us .quality-badge{display:inline-flex;margin-top:2rem;padding:8px 14px;border-radius:999px;background:#ecfdf5;color:#047857;font-weight:700;font-size:.9rem}
#why-us .why-carousel{position:relative;width:100%;border-radius:22px;overflow:hidden;background:#f1f5f9;box-shadow:0 20px 45px rgba(15,23,42,.1)}
#why-us .why-carousel-track{position:relative;width:100%;aspect-ratio:4/3}
#why-us .why-slide{position:absolute;inset:0;opacity:0;transition:opacity .6s ease;pointer-events:none}
#why-us .why-slide.is-active{opacity:1;pointer-events:auto}
#why-us .why-slide img{width:100%;height:100%;object-fit:cover}
#why-us .why-carousel-dots{display:flex;justify-content:center;gap:10px;padding:16px 0;background:#fff}
#why-us .why-carousel-dots button{width:10px;height:10px;border-radius:50%;border:none;background:#cbd5e1;cursor:pointer;transition:.3s;padding:0}
#why-us .why-carousel-dots button.is-active{background:linear-gradient(135deg,#059669,#047857);width:28px;border-radius:5px}
@media(max-width:992px){#why-us .why-layout{grid-template-columns:1fr;gap:48px}}

/* ---------- 3. Manufacturing ---------- */
#manufacturing .mfg-layout{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:stretch}
#manufacturing .mfg-media{height:100%;align-self:stretch}
#manufacturing .mfg-media img{width:100%;height:100%;min-height:0;object-fit:cover;border-radius:22px;box-shadow:0 20px 45px rgba(15,23,42,.1);display:block}
#manufacturing .mfg-content{height:100%;display:flex;flex-direction:column;justify-content:center}
#manufacturing .mfg-content p{font-size:1rem;line-height:1.8;color:#374151;margin:0 0 1.1rem}
#manufacturing .factory-features{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:1.75rem}
#manufacturing .feature-item{background:#047857;border:1px solid #065f46;border-radius:12px;padding:18px}
#manufacturing .feature-item strong{display:block;font-size:.95rem;color:#ffffff;margin-bottom:6px}
#manufacturing .feature-item p{font-size:.875rem;color:#d1fae5;margin:0;line-height:1.55}
@media(max-width:992px){#manufacturing .mfg-layout{grid-template-columns:1fr;gap:40px}#manufacturing .mfg-media{height:auto}#manufacturing .mfg-media img{min-height:300px}}
@media(max-width:640px){#manufacturing .factory-features{grid-template-columns:1fr}}

/* ---------- 4. Cooperation Cases ---------- */
#cooperation-cases .coop-slider-wrap{position:relative;max-width:1100px;margin:0 auto;padding:0 8px}
#cooperation-cases .coop-slide{display:none;background:#fff;border-radius:22px;overflow:hidden;border:1px solid #e5e7eb;box-shadow:0 24px 48px -12px rgba(15,23,42,.12)}
#cooperation-cases .coop-slide.is-active{display:block;animation:coopFadeUp .5s cubic-bezier(.22,1,.36,1)}
@keyframes coopFadeUp{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}
#cooperation-cases .coop-visual{position:relative;height:380px;overflow:hidden}
#cooperation-cases .coop-visual img{width:100%;height:100%;object-fit:cover;display:block}
#cooperation-cases .coop-visual__tag{position:absolute;left:28px;bottom:24px;display:inline-flex;align-items:center;gap:8px;padding:8px 18px;background:rgba(255,255,255,.18);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.28);color:#fff;font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;border-radius:8px}
#cooperation-cases .coop-visual__tag::before{content:"";width:7px;height:7px;background:#6ee7b7;border-radius:50%;box-shadow:0 0 0 3px rgba(110,231,183,.3)}
#cooperation-cases .coop-body{padding:36px 44px 44px;text-align:left}
#cooperation-cases .coop-meta{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:16px}
#cooperation-cases .coop-field{font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.12em;color:#047857;background:#ecfdf5;padding:6px 14px;border-radius:6px}
#cooperation-cases .coop-product{font-size:11px;font-weight:600;color:#374151;background:#f3f4f6;padding:6px 14px;border-radius:6px;border:1px solid #e5e7eb}
#cooperation-cases .coop-title{font-size:1.45rem;font-weight:800;color:#374151;line-height:1.3;letter-spacing:-.02em;margin:0 0 30px}
#cooperation-cases .coop-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:26px}
#cooperation-cases .coop-col{position:relative;padding-top:18px}
#cooperation-cases .coop-col::before{content:"";position:absolute;top:0;left:0;right:0;height:3px;border-radius:3px;background:#d1d5db}
#cooperation-cases .coop-col:nth-child(2)::before{background:linear-gradient(90deg,#059669,#047857)}
#cooperation-cases .coop-col--result::before{background:#059669}
#cooperation-cases .coop-col h4{font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.15em;color:#374151;margin:0 0 8px}
#cooperation-cases .coop-col p{font-size:.9rem;color:#4b5563;line-height:1.7;margin:0}
#cooperation-cases .coop-col--result{background:#ecfdf5;border-radius:12px;padding:18px 20px;margin-top:-4px}
#cooperation-cases .coop-col--result h4{color:#047857}
#cooperation-cases .coop-col--result p{color:#065f46;font-weight:600}
#cooperation-cases .coop-arrow{position:absolute;top:190px;transform:translateY(-50%);width:48px;height:48px;border-radius:50%;background:#fff;border:1px solid #e5e7eb;box-shadow:0 12px 24px rgba(15,23,42,.08);cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:16px;color:#374151;transition:.3s;z-index:10}
#cooperation-cases .coop-arrow:hover{background:linear-gradient(135deg,#059669,#047857);color:#fff;border-color:transparent;transform:translateY(-50%) scale(1.06)}
#cooperation-cases .coop-arrow--prev{left:-22px}
#cooperation-cases .coop-arrow--next{right:-22px}
#cooperation-cases .coop-dots{display:flex;justify-content:center;align-items:center;gap:10px;margin-top:32px}
#cooperation-cases .coop-dots button{width:10px;height:10px;border-radius:5px;border:none;background:#d1d5db;cursor:pointer;transition:.3s;padding:0}
#cooperation-cases .coop-dots button.is-active{width:32px;background:linear-gradient(135deg,#059669,#047857)}
#cooperation-cases .case-actions{display:flex;justify-content:center;flex-wrap:wrap;gap:12px;margin-top:2rem}
@media(max-width:992px){#cooperation-cases .coop-grid{grid-template-columns:1fr;gap:20px}#cooperation-cases .coop-body{padding:28px 24px 32px}#cooperation-cases .coop-title{font-size:1.2rem;margin-bottom:22px}#cooperation-cases .coop-visual{height:260px}#cooperation-cases .coop-arrow{display:none}}
@media(max-width:640px){#cooperation-cases .coop-visual{height:200px}#cooperation-cases .coop-visual__tag{left:16px;bottom:14px}#cooperation-cases .case-actions .btn{width:100%;justify-content:center}}

/* ---------- 5. Certifications ---------- */
#certifications .cert-grid{display:flex;justify-content:center;align-items:center;padding:1rem 0}
#certifications .cert-grid img{max-width:720px;width:100%;height:auto;display:block;margin:0 auto;transform:translateX(24px)}
@media(max-width:900px){#certifications .cert-grid img{transform:none}}
/* ============================================================
   WORDPRESS FSE COMPATIBILITY LAYER
   让区块编辑器输出与原静态站 1:1 对齐
   ============================================================ */

/* ---- 0. 全局重置：WP 区块默认边距 ---- */
.wp-site-blocks{padding:0}
.wp-site-blocks > *{margin-block-start:0;margin-block-end:0}
body .is-layout-constrained > *{margin-block-start:0}
figure.wp-block-image{margin:0}
.wp-block-group{box-sizing:border-box}
img{height:auto}

/* 容器：沿用原 .container，同时兼容 WP 约束布局 */
.container{width:100%;max-width:1200px;margin-left:auto!important;margin-right:auto!important;padding-left:24px;padding-right:24px}
.container.is-layout-constrained{max-width:1200px}
.container-wide{max-width:1400px}

/* 分组默认 gap 会破坏原布局，首页各区强制归零再由原 CSS 控制 */
.section > .container{display:block}
#core-products .product-filters,
#cooperation-cases .coop-dots,
.hero-dots,
.why-carousel-dots{gap:10px}

/* ---- 1. Header：导航区块还原 .nav 样式 ---- */
.site-header .header-inner{flex-wrap:nowrap}
.site-header .wp-block-site-logo img{width:var(--logo-size);max-width:none}
.brand{display:flex;align-items:center;gap:12px;text-decoration:none}
.brand-text{display:flex;flex-direction:column;line-height:1.15}
.brand-text .wp-block-site-title{font-size:20px;font-weight:800;letter-spacing:-.01em;margin:0}
.brand-text .wp-block-site-title a{text-decoration:none;color:var(--ink)}
.brand-text .wp-block-site-tagline{font-size:9.5px;letter-spacing:.16em;text-transform:uppercase;color:var(--brand);font-weight:700;margin:0;white-space:nowrap}

/* 主导航 */
.main-navigation{margin-left:auto}
.main-navigation .wp-block-navigation__responsive-container-open{border:1px solid var(--border);border-radius:12px;padding:8px}
.main-navigation ul.wp-block-navigation__container{gap:2px;align-items:center}
.main-navigation .wp-block-navigation-item > a,
.main-navigation .wp-block-navigation-item > button{padding:8px 10px!important;font-size:13.5px;font-weight:500;color:#334155;border-radius:8px;white-space:nowrap;text-decoration:none}
.main-navigation .wp-block-navigation-item.current-menu-item > a,
.main-navigation .wp-block-navigation-item > a:hover,
.main-navigation .wp-block-navigation-submenu__toggle:hover + a{color:var(--brand)!important;background:var(--accent-soft)}
.main-navigation .wp-block-navigation__submenu-container{border:1px solid var(--border)!important;border-radius:12px!important;box-shadow:var(--shadow-lg)!important;padding:8px 0!important;min-width:280px!important}
.main-navigation .wp-block-navigation__submenu-container a{font-size:14px!important;color:#334155!important;padding:10px 16px!important;border-radius:0!important}
.main-navigation .wp-block-navigation__submenu-container a:hover{background:var(--accent-soft)!important;color:var(--brand-dark)!important}
.main-navigation .wp-block-navigation__submenu-icon{font-size:9px}

/* 移动端 Overlay 菜单 → 还原为右侧滑出抽屉 */
@media (max-width:960px){
  .main-navigation .wp-block-navigation__responsive-container:not(.is-menu-open){display:none}
  .main-navigation .wp-block-navigation__responsive-container.is-menu-open{
    position:fixed;top:0;right:0;bottom:0;left:auto;width:min(320px,88vw);
    background:#fff;border-left:1px solid var(--border);
    box-shadow:-20px 0 50px rgba(2,6,23,.28);
    padding:70px 24px 24px;animation:hualianSlideIn .3s ease;
  }
  @keyframes hualianSlideIn{from{transform:translateX(100%)}to{transform:translateX(0)}}
  .main-navigation .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container{flex-direction:column;align-items:stretch;gap:2px;width:100%}
  .main-navigation .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item > a{padding:12px 14px!important;font-size:14px;font-weight:600;color:#1e293b!important;display:block}
  .main-navigation .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container{position:static;visibility:visible;opacity:1;box-shadow:none!important;border:0!important;border-left:2px solid #d1fae5!important;border-radius:0!important;margin:2px 0 8px 12px!important;padding:0 0 0 12px!important;min-width:0!important;width:auto}
  .main-navigation .wp-block-navigation__responsive-close{position:absolute;top:14px;right:16px}
}
/* 管理员工具条下 sticky header 偏移 */
.admin-bar .site-header{top:32px}
@media (max-width:782px){.admin-bar .site-header{top:46px}}

/* Header CTA（按钮区块还原 .btn） */
.header-cta-wrap{margin:0 0 0 8px}
.header-cta-wrap .wp-block-button__link{padding:10px 18px;font-size:14px;border-radius:10px;font-weight:600}
@media (max-width:1180px){.header-cta-wrap{display:none}}

/* 通用按钮：Gutenberg 按钮沿用主题渐变 */
.wp-block-button__link{transition:.2s}
.btn-primary .wp-block-button__link,.wp-block-button.btn-primary .wp-block-button__link{background:var(--grad);color:#fff;box-shadow:0 14px 28px rgba(4,120,87,.28);border:1px solid transparent}
.btn-dark .wp-block-button__link,.wp-block-button.btn-dark .wp-block-button__link{background:#0f172a;color:#fff}
.btn-ghost .wp-block-button__link,.wp-block-button.btn-ghost .wp-block-button__link{background:transparent;border:1px solid rgba(255,255,255,.5);color:#fff}

/* ---- 2. Hero：Group 背景图 + 轮播 ---- */
.hero-slide.has-background{background-size:cover!important;background-position:center!important;background-repeat:no-repeat!important}
.hero-slide{width:100%}
.hero .wp-block-heading{margin:0}
.hero-inner{gap:0}
.hero-inner .wp-block-buttons{margin-top:38px}
ul.hero-stats{list-style:none}

/* ---- 3. 产品卡片：Image 区块去边距 ---- */
#core-products .product-card figure{margin:0}
#core-products .product-image{margin:0}
#core-products .product-image img{border-radius:0}
#core-products .product-body{gap:0}
#core-products .product-body h3{margin:0 0 10px}
#core-products .product-body p{margin:0 0 18px}

/* ---- 4. coop / why 轮播内的 figure ---- */
.coop-visual figure,.why-slide figure{margin:0;height:100%}
.coop-visual img,.why-slide img{display:block}

/* ---- 5. Footer 区块化 ---- */
.site-footer ul{list-style:none;padding:0}
.site-footer .wp-block-heading{margin:0 0 18px}
.site-footer a{text-decoration:none}
.footer-grid-columns{gap:36px}
@media (max-width:1000px){.footer-grid-columns{flex-wrap:wrap!important}.footer-grid-columns > *{flex-basis:calc(50% - 18px)!important}}
@media (max-width:620px){.footer-grid-columns > *{flex-basis:100%!important}}

/* ---- 6. 内页：文章/页面内容排版 ---- */
.post-content > *,.page-content > *{margin-block-start:0}
.post-content p,.page-content p{margin:0 0 1rem}
.post-content h2,.page-content h2{margin:2rem 0 1rem}
.post-content figure,.page-content figure{margin:1.5rem 0}
.wp-block-post-title{letter-spacing:-.02em}
.wp-block-query-pagination{margin-top:2.5rem}
.wp-block-query-pagination-numbers .page-numbers{padding:8px 14px;border:1px solid var(--border);border-radius:8px;text-decoration:none}
.wp-block-query-pagination-numbers .page-numbers.current{background:var(--brand);color:#fff;border-color:var(--brand)}
.wp-block-post-excerpt__more-link{color:var(--brand);font-weight:600}
.wp-block-search__input{border:1px solid var(--border);border-radius:10px;padding:12px 16px}
.wp-block-search__button{background:var(--grad);color:#fff;border:0;border-radius:10px;padding:12px 20px}

/* 面包屑（模式内） */
.breadcrumb{margin:0 0 18px}
.breadcrumb a{text-decoration:none}

/* 404 数字 */
.error-404-number{font-size:clamp(5rem,15vw,10rem);font-weight:900;line-height:1;background:var(--grad);-webkit-background-clip:text;background-clip:text;color:transparent}

/* 无障碍与细节 */
a:focus-visible,button:focus-visible{outline:2px solid var(--brand);outline-offset:2px}

/* ============================================================
   FSE FIX PACK — Hero 背景回退 / 按钮映射 / 面包屑修正
   ============================================================ */

/* Hero 轮播默认背景（与参考站一致；可在编辑器中为 slide 分组另设背景图覆盖） */
.hero-slide{background-size:cover;background-position:center;background-repeat:no-repeat}
.hero-slide-1{background-image:url('https://images.unsplash.com/photo-1441974231531-c6227db76b6e?q=80&w=2000&auto=format&fit=crop')}
.hero-slide-2{background-image:url('https://images.unsplash.com/photo-1553413077-190dd305871c?q=80&w=2000&auto=format&fit=crop')}
.hero-slide-3{background-image:url('https://images.unsplash.com/photo-1581091226825-a6a2a5aee158?q=80&w=2000&auto=format&fit=crop')}

/* Gutenberg 按钮 → .btn 尺寸映射（类名写在按钮外层时作用于链接） */
.wp-block-button.btn > .wp-block-button__link{padding:13px 26px;border-radius:10px;font-size:15px;font-weight:600;font-family:inherit;line-height:1.4}
.wp-block-button.btn-sm > .wp-block-button__link{padding:10px 18px;font-size:14px}
.cta-band .wp-block-button > .wp-block-button__link{background:#fff;color:var(--brand-dark);padding:13px 26px;border-radius:10px;font-weight:600;font-size:15px;border:0}
.cta-band .wp-block-button > .wp-block-button__link:hover{transform:translateY(-2px);box-shadow:0 18px 34px rgba(0,0,0,.18)}

/* 面包屑：区块化后的 p/h1 边距与字号修正 */
.breadcrumb p{margin:0}
.page-hero .breadcrumb .wp-block-post-title{font-size:14px;margin:0}
.page-hero .lead p{margin:0}

/* ============================================================
   SEO / A11Y PACK — 跳过链接、FAQ 问答块、减少动态偏好
   ============================================================ */

/* 无障碍隐藏工具类（视觉隐藏但屏幕阅读器可读） */
.visually-hidden{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}
/* Skip link：平时隐藏，键盘聚焦时浮现（指向 #main-content） */
.skip-link.visually-hidden:focus-visible{position:fixed!important;top:12px;left:12px;z-index:10000;width:auto;height:auto;padding:12px 18px;margin:0;clip:auto;white-space:normal;background:#fff;color:var(--brand-dark);font-weight:700;font-size:14px;border-radius:10px;box-shadow:var(--shadow-lg);text-decoration:none}

/* FAQ Direct Answer 块（dl/dt/dd，与 FAQPage JSON-LD 同源输出） */
.faq-list{margin:2.5rem auto 0;max-width:860px;display:grid;gap:14px}
.faq-item{background:#fff;border:1px solid var(--border);border-radius:16px;padding:22px 26px;transition:.2s}
.faq-item:hover{border-color:#6ee7b7;box-shadow:var(--shadow)}
.faq-item dt{font-weight:800;color:var(--ink);font-size:1.05rem;line-height:1.5;display:flex;gap:12px;align-items:flex-start}
.faq-item dt::before{content:"Q";flex:0 0 28px;width:28px;height:28px;border-radius:50%;background:var(--grad);color:#fff;font-size:13px;font-weight:800;display:grid;place-items:center;margin-top:1px}
.faq-item dd{margin:12px 0 0 40px;padding-left:16px;border-left:3px solid var(--accent-xl);color:var(--slate);line-height:1.75;font-size:.95rem}

/* 尊重“减少动态效果”系统偏好：关闭平滑滚动与轮播过渡 */
@media (prefers-reduced-motion: reduce){
  html{scroll-behavior:auto}
  *,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}
}

/* ============================================================
   MOBILE NAV FIX — 汉堡菜单始终可见且压住页面内容
   根因 1：原静态站的 `.nav{display:none}`（≤960px）把整组 FSE 导航藏了；
   根因 2：header 的 backdrop-filter 会把 fixed 抽屉裁剪在 header 盒内；
   根因 3：打开的抽屉没有显式 z-index。
   ============================================================ */

/* header 层级抬到所有主题内容之上 */
.site-header{z-index:1000}

/* 磨砂 blur 移到 ::before 伪层：header 自身不再创建 fixed 定位陷阱，
   移动端抽屉才能相对视口 fixed 全高显示（视觉与之前一致） */
.site-header{-webkit-backdrop-filter:none;backdrop-filter:none}
.site-header::before{content:"";position:absolute;inset:0;z-index:-1;-webkit-backdrop-filter:blur(16px) saturate(180%);backdrop-filter:blur(16px) saturate(180%);pointer-events:none}

@media (max-width:960px){
  /* 恢复 FSE 导航（覆盖静态站 .nav{display:none}），只显示汉堡按钮 */
  .site-header .main-navigation.nav{display:flex}
  .site-header .main-navigation .wp-block-navigation__responsive-container-open{display:inline-flex;align-items:center;justify-content:center}
  /* 打开的抽屉：视口级置顶（无论 core 把它渲染在 header 内还是 body 层） */
  .main-navigation .wp-block-navigation__responsive-container.is-menu-open{z-index:9999}
}

/* ============================================================
   BRAND LOCKUP — 站名 Titel / 副标题 Tagline 垂直间距收紧
   flex gap 4px（含行高在内总视觉约 8px，贴近 10px 且还原原站紧凑效果；
   如需精确 10px，把下面 gap 改为 8px 即可）
   ============================================================ */
.site-header .brand-text{display:flex;flex-direction:column;gap:4px;line-height:1.15}
.site-header .brand-text > *{margin-top:0;margin-bottom:0}
