
:root{--purple:#7c3aed;--purple2:#a855f7;--text:#231433;--muted:#6d5c84;--line:#eadcff;--soft:#fbf8ff;--shadow:0 16px 40px rgba(124,58,237,.10);--max:1200px;--radius:18px}
*{box-sizing:border-box} html,body{margin:0;padding:0;background:#fff;color:var(--text);font-family:Inter,Microsoft YaHei,Arial,sans-serif} img{max-width:100%;display:block} a{text-decoration:none;color:inherit}
.container{width:min(var(--max),calc(100% - 32px));margin:0 auto}
.topbar{background: #eab308;;color:#fff;font-size:14px}.topbar .row{display:flex;justify-content:space-between;gap:12px;align-items:center;flex-wrap:wrap;padding:10px 0}.badge{display:inline-flex;align-items:center;padding:7px 12px;border-radius:999px;background:rgba(255,255,255,.16);border:1px solid rgba(255,255,255,.18)}
header{position:sticky;top:0;z-index:100;background:#fff;border-bottom:1px solid var(--line);box-shadow:0 1px 0 rgba(0,0,0,.02)}.navwrap{display:flex;align-items:center;justify-content:space-between;gap:16px;min-height:78px}.brand{display:flex;align-items:center;gap:12px}.brand-mark{width:42px;height:42px;border-radius:12px;box-shadow:var(--shadow)}.brand-name{font-size:22px;font-weight:800;line-height:1.05}.brand-sub{font-size:12px;color:var(--muted)}
nav ul{list-style:none;margin:0;padding:0;display:flex;gap:6px;align-items:center;flex-wrap:wrap} nav li{position:relative} nav > ul > li > a{display:inline-flex;align-items:center;gap:6px;padding:14px 16px;border-radius:999px;color:#3b2a50;font-weight:700} nav > ul > li > a:hover, nav > ul > li:hover > a, nav > ul > li > a.active{background:#ffedb7;color:#eab308}
.dropdown{position:absolute;left:0;top:100%;min-width:280px;background:#fff;border:1px solid var(--line);border-radius:16px;box-shadow:var(--shadow);padding:8px;opacity:0;visibility:hidden;transform:translateY(8px);transition:.18s ease} li:hover .dropdown{opacity:1;visibility:visible;transform:translateY(4px)} .dropdown a{display:flex;justify-content:space-between;align-items:center;padding:12px 14px;border-radius:12px;color:#4b3a61} .dropdown a:hover{background:var(--soft);color:#eab308}
.hero{
	padding:28px 0 20px;
	background:linear-gradient(180deg, #ffffff 0%, #fffdee 100%);
	}
 .hero-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:24px;align-items:stretch}.crumb{color:var(--muted);font-size:14px;margin-bottom:14px} h1{margin:0 0 14px;font-size:54px;line-height:1.08;letter-spacing:-.02em}.lead{font-size:18px;line-height:1.9;color:var(--muted);margin:0 0 24px;max-width:720px}.actions{display:flex;gap:12px;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;justify-content:center;padding:13px 18px;border-radius:999px;border:1px solid var(--line);background:#fff;font-weight:700}.btn.primary{background:#eab308;color:#fff;border:none}.btn.soft{background:var(--soft)}
.hero-media{border:1px solid var(--line);border-radius:28px;overflow:hidden;box-shadow:var(--shadow);background:#fff}.hero-media .cover{aspect-ratio:16/10;background:#f8f3ff}.hero-media .cover img{width:100%;height:100%;object-fit:cover}.hero-stats{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;padding:16px}.stat{background:#fffdf8;border:1px solid #ffdcdc;border-radius:16px;padding:16px}.stat strong{display:block;font-size:26px;color:#eab308;margin-bottom:6px}
.section{padding:44px 0}.section.alt{background:var(--soft);border-top:1px solid #f0e6ff;border-bottom:1px solid #f0e6ff}.section-head{display:flex;justify-content:space-between;align-items:end;gap:16px;flex-wrap:wrap;margin-bottom:22px}.section-head h2{margin:0;font-size:32px}.section-head p{margin:0;color:var(--muted);line-height:1.8;max-width:820px}
.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);overflow:hidden}.card.pad{padding:20px}.card h3{margin:0 0 10px;font-size:20px}.card p{margin:0;color:var(--muted);line-height:1.8}.product-card{transition:transform .18s ease, box-shadow .18s ease}.product-card:hover{transform:translateY(-3px)}.product-media{aspect-ratio:16/11;border-bottom:1px solid #fffcbe;background:#fffdf1}.product-media img{width:100%;height:100%;object-fit:cover}.product-body{padding:18px}.tags{display:flex;gap:8px;flex-wrap:wrap;margin-top:12px}.tag{font-size:12px;border:1px solid var(--line);background:#fffdee;color:#5c4a74;padding:6px 10px;border-radius:999px}.more{display:inline-flex;margin-top:14px;color:#eab308;font-weight:700}
.list{display:grid;gap:14px}.news-item,.case-item{display:flex;justify-content:space-between;gap:18px;align-items:center;padding:18px 20px}.news-item:hover,.case-item:hover{border-color:#dcc7fb;background:#fefcff}.news-item time,.case-item time{white-space:nowrap;color:var(--muted)}
.pagehead{padding:28px 0 12px}.pagehead h1{font-size:42px}.breadcrumbs{color:var(--muted);font-size:14px;margin-bottom:12px}.note{padding:14px 16px;border-left:4px solid #edc03a;background:#faf5ff;border-radius:14px;color:#46365d;line-height:1.8}.detail-hero{display:grid;grid-template-columns:1fr 1fr;gap:18px;align-items:start}.gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.gallery img{border-radius:18px;border:1px solid var(--line);box-shadow:var(--shadow)}
footer{margin-top:12px;background:#1e1030;color:#ddd6fe} footer .inner{padding:26px 0}.small{color:#6a6a6a;font-size:14px}.bare-contact{font-size:20px;line-height:2.2}.bare-contact strong{font-size:22px}
@media (max-width:980px){nav{display:none} h1{font-size:40px}.hero-grid,.grid-3,.grid-2,.detail-hero,.gallery,.hero-stats{grid-template-columns:1fr}}
