/* t226 - purple orange modern */
:root {
  --purple: #7c3aed; --purple-dark: #4c1d95; --orange: #f97316;
  --dark: #111827; --bg: #f9fafb; --text: #1f2937; --muted: #6b7280;
}
* { box-sizing: border-box; margin: 0; padding: 0; }
body.theme-body { font-family: "Microsoft YaHei", sans-serif; color: var(--text); background: var(--bg); }
a { text-decoration: none; color: inherit; }
img { max-width: 100%; display: block; }
ul { list-style: none; }
.container { max-width: 1100px; margin: 0 auto; padding: 0 24px; }

.hdr-purple { background: var(--dark); position: sticky; top: 0; z-index: 100; border-bottom: 3px solid var(--orange); }
.hdr-purple-inner { max-width: 1100px; margin: 0 auto; padding: 14px 24px; display: flex; align-items: center; gap: 20px; }
.hdr-logo { color: #fff; font-size: 18px; font-weight: 700; white-space: nowrap; }
.hdr-nav { flex: 1; }
.hdr-nav ul { display: flex; flex-wrap: wrap; gap: 4px; }
.hdr-nav a { padding: 8px 16px; color: rgba(255,255,255,.8); font-size: 14px; border-radius: 4px; }
.hdr-nav a:hover, .hdr-nav a.active { background: var(--purple); color: #fff; }
.hdr-cta { padding: 8px 20px; background: var(--orange); color: #fff; font-size: 13px; border-radius: 4px; font-weight: 600; }

.ban-purple { position: relative; overflow: hidden; }
.ban-track { display: flex; transition: transform .5s; }
.ban-track .slide { min-width: 100%; position: relative; }
.ban-track img { width: 100%; height: 460px; object-fit: cover; }
.ban-overlay { position: absolute; inset: 0; background: linear-gradient(135deg, rgba(76,29,149,.6), rgba(249,115,22,.3)); pointer-events: none; }
.slide-label { position: absolute; bottom: 40px; left: 8%; color: #fff; }
.slide-label h3 { font-size: 28px; text-shadow: 0 2px 8px rgba(0,0,0,.5); }
.ban-dots { position: absolute; bottom: 20px; left: 50%; transform: translateX(-50%); display: flex; gap: 8px; z-index: 2; }
.ban-dots .dot { width: 10px; height: 10px; border-radius: 50%; background: rgba(255,255,255,.4); cursor: pointer; }
.ban-dots .dot.active { background: var(--orange); }
.ban-prev, .ban-next { position: absolute; top: 50%; transform: translateY(-50%); z-index: 2; border: none; background: rgba(17,24,39,.6); cursor: pointer; padding: 8px; }
.ban-prev { left: 16px; } .ban-next { right: 16px; }

.feat-row { background: var(--dark); padding: 0; margin-top: -2px; }
.feat-row .container { display: grid; grid-template-columns: repeat(6, 1fr); }
.feat-box {
  padding: 20px 12px; text-align: center; color: #fff; border-right: 1px solid rgba(255,255,255,.1);
  transition: .2s;
}
.feat-box:hover { background: var(--purple); }
.feat-box b { display: block; font-size: 12px; }
.feat-box i { display: block; font-size: 10px; opacity: .6; font-style: normal; margin-top: 4px; }

.sec-head { margin-bottom: 28px; }
.sec-tag { font-size: 11px; letter-spacing: 2px; color: var(--orange); text-transform: uppercase; }
.sec-head h2 { font-size: 26px; color: var(--purple-dark); margin: 6px 0; }
.sec-head p { font-size: 13px; color: var(--muted); line-height: 1.7; }

.about-purple { padding: 56px 0; }
.about-flex { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; }
.about-visual img { border-radius: 12px; box-shadow: 0 8px 32px rgba(124,58,237,.2); }
.about-content p { line-height: 1.8; font-size: 14px; margin-top: 12px; }
.about-content .en { font-size: 12px; color: var(--muted); margin-top: 10px; }
.stat-row { display: flex; gap: 24px; margin-top: 24px; }
.stat-row div { text-align: center; }
.stat-row b { display: block; font-size: 24px; color: var(--purple); }
.stat-row span { font-size: 11px; color: var(--muted); }

.products-purple { padding: 48px 0; background: #fff; }
.tag-cloud { display: flex; flex-wrap: wrap; gap: 10px; }
.tag-item {
  padding: 10px 20px; background: var(--bg); border: 2px solid #e5e7eb;
  border-radius: 24px; font-size: 13px; transition: .2s;
}
.tag-item:hover { border-color: var(--purple); color: var(--purple); background: #f5f3ff; }

.news-purple { padding: 48px 0; }
.news-scroll { display: flex; gap: 16px; overflow-x: auto; padding-bottom: 8px; }
.news-scroll .news-item { flex: 0 0 300px; background: #fff; border-radius: 10px; overflow: hidden; box-shadow: 0 2px 12px rgba(0,0,0,.08); }
.news-scroll .news-thumb img { width: 100%; height: 160px; object-fit: cover; }
.news-scroll .news-meta { padding: 14px; }
.news-scroll .news-meta h3 { font-size: 14px; margin: 6px 0; }
.news-scroll .news-meta h3 a { color: var(--purple-dark); }
.news-scroll .news-meta p { font-size: 12px; color: var(--muted); line-height: 1.5; }
.btn-purple { display: inline-block; margin-top: 16px; padding: 10px 24px; background: linear-gradient(135deg, var(--purple), var(--orange)); color: #fff; border-radius: 6px; }

.gallery-purple { padding: 48px 0; background: var(--dark); }
.gallery-purple .sec-head h2 { color: #fff; }
.gallery-purple .sec-head p { color: rgba(255,255,255,.6); }
.gallery-mosaic { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
.gallery-mosaic figure { position: relative; overflow: hidden; border-radius: 8px; }
.gallery-mosaic img { width: 100%; height: 160px; object-fit: cover; transition: .3s; }
.gallery-mosaic figcaption { position: absolute; bottom: 0; left: 0; right: 0; padding: 8px; background: linear-gradient(transparent, rgba(124,58,237,.9)); color: #fff; font-size: 11px; }
.gallery-mosaic figure:hover img { transform: scale(1.05); }

.msg-purple { padding: 48px 24px; background: linear-gradient(135deg, var(--purple-dark), var(--dark)); }
.msg-purple .msg-inner { max-width: 560px; margin: 0 auto; color: #fff; }
.msg-purple h3 { color: var(--orange); margin-bottom: 16px; }
.msg-row { display: flex; gap: 8px; margin-bottom: 8px; flex-wrap: wrap; }
.msg-purple input, .msg-purple textarea { flex: 1; min-width: 100px; padding: 10px; border: 1px solid var(--purple); background: rgba(255,255,255,.08); color: #fff; border-radius: 6px; }
.msg-purple textarea { width: 100%; height: 90px; resize: vertical; }
.msg-purple button { margin-top: 10px; padding: 10px 28px; background: var(--orange); color: #fff; border: none; border-radius: 6px; cursor: pointer; font-weight: 600; }

.site-foot { background: var(--dark); color: #fff; }
.foot-top { max-width: 1100px; margin: 0 auto; padding: 36px 24px; }
.foot-brand { text-align: center; color: var(--orange); margin-bottom: 20px; }
.foot-grid { display: flex; justify-content: space-around; flex-wrap: wrap; gap: 16px; text-align: center; }
.foot-cell strong { display: block; color: var(--purple); font-size: 11px; margin: 8px 0 4px; }
.foot-cell p { font-size: 13px; opacity: .85; }
.foot-bottom { border-top: 1px solid rgba(255,255,255,.1); text-align: center; padding: 14px; font-size: 12px; }
.foot-bottom a { color: var(--orange); }

.pg-about-purple { padding-bottom: 48px; }
.hero-purple {
  background: linear-gradient(135deg, var(--purple-dark), var(--purple));
  text-align: center; color: #fff; padding: 72px 24px;
}
.hero-purple h1 { font-size: 48px; letter-spacing: 3px; }
.hero-purple h2 { font-size: 24px; color: var(--orange); margin-top: 12px; }
.prose-purple { padding: 48px 0; line-height: 1.9; font-size: 14px; max-width: 720px; }
.prose-purple .en { margin-top: 16px; color: var(--muted); }

.pg-product-purple { padding: 48px 0; }
.prod-grid-purple { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-bottom: 24px; }
.prod-thumb { display: block; position: relative; overflow: hidden; border-radius: 10px; }
.prod-thumb img { width: 100%; aspect-ratio: 1; object-fit: cover; transition: .3s; }
.prod-thumb:hover img { transform: scale(1.05); }
.prod-cap { padding: 10px 0; }
.prod-cap a { color: var(--purple-dark); font-size: 14px; }
.prod-cap span { font-size: 12px; color: var(--muted); display: block; }
.prod-text { line-height: 1.8; font-size: 14px; color: var(--muted); }

.pg-contact-purple { padding: 0 0 40px; }
.info-bar { display: grid; grid-template-columns: repeat(3, 1fr); background: var(--purple-dark); color: #fff; }
.info-bar > div { display: flex; gap: 14px; padding: 28px 24px; align-items: center; border-right: 1px solid rgba(255,255,255,.1); }
.info-bar strong { display: block; color: var(--orange); font-size: 11px; margin-bottom: 4px; }
.info-bar p { font-size: 13px; }
.map-wrap iframe { width: 100%; height: 400px; border: none; }
.brand-line { text-align: center; padding: 20px; font-size: 18px; color: var(--purple); font-weight: 600; }

.pg-news-purple { padding: 48px 0; }
.news-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.news-grid .news-item { background: #fff; border-radius: 10px; overflow: hidden; box-shadow: 0 2px 12px rgba(0,0,0,.06); }
.news-grid .news-thumb img { width: 100%; height: 150px; object-fit: cover; }
.news-grid .news-meta { padding: 14px; }
.pager { display: flex; justify-content: center; margin-top: 20px; }

.pg-article-purple { padding: 48px 0; }
.article-split { display: grid; grid-template-columns: 200px 1fr; gap: 32px; }
.art-side { padding-top: 8px; }
.art-side .crumb { font-size: 12px; color: var(--muted); line-height: 1.8; margin-bottom: 16px; }
.art-side time { font-size: 13px; color: var(--orange); }
.art-main { background: #fff; padding: 32px; border-radius: 12px; border-top: 4px solid var(--purple); }
.art-main h1 { font-size: 26px; color: var(--purple-dark); margin-bottom: 20px; }
.article-body { line-height: 1.9; font-size: 15px; }
.article-body img { max-width: 100%; }

@media (max-width: 900px) {
  .feat-row .container { grid-template-columns: repeat(3, 1fr); }
  .about-flex, .prod-grid-purple, .news-grid, .gallery-mosaic, .info-bar, .article-split { grid-template-columns: 1fr; }
  .hdr-purple-inner { flex-wrap: wrap; }
}
