/* ==========================================================================
   旋净科技 XuanJing Rotor — 主样式
   冷白底 + 钴蓝 · 巨型转轮 · 环形放射式设计
   ========================================================================== */

:root {
	--c-cobalt: #1d4ed8;
	--c-cobalt-deep: #1e3a8a;
	--c-sky: #0ea5e9;
	--c-orange: #f97316;
	--c-ink: #172036;
	--c-text: #5b6478;
	--c-line: #dfe6ef;
	--c-bg: #f4f7fa;
	--c-tint: #e9eff7;
	--radius: 20px;
	--radius-sm: 13px;
	--shadow: 0 12px 32px rgba(23, 32, 54, 0.09);
	--shadow-lg: 0 28px 64px rgba(23, 32, 54, 0.15);
	--font: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Noto Sans SC", -apple-system, "Segoe UI", sans-serif;
}

/* ---------- 基础 ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
	margin: 0;
	font-family: var(--font);
	font-size: 16px;
	line-height: 1.78;
	color: var(--c-text);
	background: var(--c-bg);
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--c-cobalt); text-decoration: none; transition: color .2s ease; }
a:hover { color: var(--c-sky); }
h1, h2, h3, h4 { color: var(--c-ink); line-height: 1.28; margin: 0 0 .5em; font-weight: 800; }
p { margin: 0 0 1em; }
::selection { background: var(--c-cobalt); color: #fff; }

.container { max-width: 1180px; margin: 0 auto; padding: 0 24px; }

.screen-reader-text {
	position: absolute !important;
	width: 1px; height: 1px;
	overflow: hidden; clip: rect(0 0 0 0);
	white-space: nowrap;
}
.skip-link:focus {
	position: fixed; left: 16px; top: 16px; z-index: 999;
	width: auto; height: auto; clip: auto;
	background: var(--c-cobalt); color: #fff;
	padding: 10px 18px; border-radius: 999px;
}
:focus-visible { outline: 2px solid var(--c-cobalt); outline-offset: 2px; }

/* ---------- 按钮（圆形语言） ---------- */
.btn {
	display: inline-flex; align-items: center; gap: 8px;
	padding: 12px 28px;
	border-radius: 999px;
	border: 1.5px solid transparent;
	font-size: 15px; font-weight: 700;
	cursor: pointer; white-space: nowrap;
	transition: transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn--cobalt { background: linear-gradient(120deg, var(--c-cobalt-deep), var(--c-cobalt)); color: #fff; box-shadow: 0 10px 26px rgba(29, 78, 216, .3); }
.btn--cobalt:hover { color: #fff; box-shadow: 0 14px 32px rgba(29, 78, 216, .42); }
.btn--soft { background: #fff; color: var(--c-ink); border-color: var(--c-line); }
.btn--soft:hover { border-color: var(--c-cobalt); color: var(--c-cobalt); }
.btn--outline { border-color: var(--c-cobalt); color: var(--c-cobalt); background: transparent; }
.btn--outline:hover { background: var(--c-cobalt); color: #fff; }
.btn--sm { padding: 9px 20px; font-size: 14px; }
.btn--lg { padding: 14px 34px; font-size: 16px; }
.btn--block { width: 100%; justify-content: center; }
.xj-icon { flex-shrink: 0; }

/* ---------- 页头 ---------- */
.site-header {
	position: sticky; top: 0; z-index: 100;
	background: rgba(244, 247, 250, .92);
	backdrop-filter: blur(12px);
	border-bottom: 1px solid var(--c-line);
}
.site-header.is-scrolled { box-shadow: var(--shadow); }
.site-header__inner { display: flex; align-items: center; gap: 28px; min-height: 76px; }
.site-brand { margin-right: auto; }
.site-brand__link { display: flex; align-items: center; gap: 12px; }
.site-brand__mark {
	width: 46px; height: 46px; border-radius: 50%;
	display: grid; place-items: center; color: #fff;
	background: conic-gradient(var(--c-cobalt) 0 75%, var(--c-orange) 75% 87.5%, var(--c-sky) 87.5% 100%);
	box-shadow: 0 8px 20px rgba(29, 78, 216, .3);
}
.site-brand__name { display: block; font-size: 20px; font-weight: 800; color: var(--c-ink); }
.site-brand__slogan { display: block; font-size: 12px; color: var(--c-text); letter-spacing: .08em; }
.custom-logo { max-height: 50px; width: auto; }

.site-nav__list { list-style: none; display: flex; gap: 4px; margin: 0; padding: 0; }
.site-nav__list li { position: relative; }
.site-nav__list a {
	display: block; padding: 9px 15px;
	color: var(--c-ink); font-weight: 600; font-size: 14.5px;
	border-radius: 999px;
}
.site-nav__list a:hover { color: var(--c-cobalt); background: #fff; }
.site-nav__list .sub-menu {
	position: absolute; top: 100%; left: 0; min-width: 190px;
	list-style: none; margin: 8px 0 0; padding: 10px;
	background: #fff; border: 1px solid var(--c-line); border-radius: 18px;
	box-shadow: var(--shadow-lg);
	opacity: 0; visibility: hidden; transform: translateY(8px);
	transition: all .2s ease;
}
.site-nav__list .sub-menu a { border-radius: 12px; }
.site-nav__list li:hover > .sub-menu,
.site-nav__list li:focus-within > .sub-menu { opacity: 1; visibility: visible; transform: translateY(0); }

.site-header__actions { display: flex; align-items: center; gap: 14px; }
.nav-toggle {
	display: none; flex-direction: column; justify-content: center; gap: 5px;
	width: 44px; height: 44px; padding: 10px;
	background: #fff; border: 1.5px solid var(--c-line); border-radius: 50%; cursor: pointer;
}
.nav-toggle span { display: block; height: 2px; background: var(--c-ink); border-radius: 2px; transition: transform .25s ease, opacity .2s ease; }
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ---------- 首屏：巨型转轮 ---------- */
.hero { position: relative; overflow: hidden; }
.hero::before {
	content: ""; position: absolute; pointer-events: none;
	width: 720px; height: 720px; right: -280px; top: -280px;
	border: 1.5px dashed rgba(29, 78, 216, .18);
	border-radius: 50%;
}
.hero__inner {
	position: relative;
	display: grid; grid-template-columns: 1.02fr .98fr; gap: 48px; align-items: center;
	padding-top: 84px; padding-bottom: 92px;
}
.hero__eyebrow {
	display: inline-flex; align-items: center; gap: 8px;
	font-size: 13.5px; font-weight: 700;
	color: var(--c-cobalt);
	background: #fff;
	border: 1.5px solid rgba(29, 78, 216, .25);
	padding: 8px 18px; border-radius: 999px;
}
.hero__title { font-size: clamp(34px, 4.6vw, 56px); font-weight: 900; margin: 24px 0 18px; }
.hero__title em { font-style: normal; color: var(--c-cobalt); }
.hero__desc { font-size: 16.5px; max-width: 31em; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 14px; margin: 30px 0 36px; }
.hero__stats { list-style: none; display: flex; flex-wrap: wrap; gap: 14px 40px; margin: 0; padding: 0; }
.hero__stats li { display: flex; flex-direction: column; }
.hero__stats strong { font-size: 30px; font-weight: 900; color: var(--c-cobalt-deep); font-variant-numeric: tabular-nums; }
.hero__stats span { font-size: 13px; }

.hero__wheel { display: flex; justify-content: center; }
.wheel { position: relative; width: 400px; height: 400px; }
.wheel__ring {
	position: absolute; inset: 0; border-radius: 50%;
	background:
		repeating-conic-gradient(rgba(29, 78, 216, .85) 0 12deg, rgba(29, 78, 216, .25) 12deg 15deg) content-box,
		conic-gradient(transparent 0 270deg, rgba(249, 115, 22, .9) 270deg 315deg, rgba(14, 165, 233, .9) 315deg 360deg) border-box;
	border: 26px solid transparent;
	-webkit-mask: radial-gradient(circle, transparent 52%, #000 53%);
	mask: radial-gradient(circle, transparent 52%, #000 53%);
	animation: xj-rotate 40s linear infinite;
	filter: drop-shadow(0 18px 36px rgba(29, 78, 216, .22));
}
@keyframes xj-rotate { to { transform: rotate(360deg); } }
.wheel__center {
	position: absolute; inset: 0; margin: auto;
	width: 168px; height: 168px; border-radius: 50%;
	background: #fff; border: 1.5px solid var(--c-line);
	box-shadow: var(--shadow-lg);
	display: flex; flex-direction: column; align-items: center; justify-content: center;
}
.wheel__center strong { font-size: 44px; font-weight: 900; color: var(--c-cobalt); line-height: 1.1; }
.wheel__center span { font-size: 13px; color: var(--c-text); }
.wheel__chip {
	position: absolute;
	display: inline-flex; align-items: center; gap: 7px;
	background: #fff; border: 1.5px solid var(--c-line); border-radius: 999px;
	font-size: 13px; font-weight: 700; color: var(--c-ink);
	padding: 8px 15px;
	box-shadow: var(--shadow);
}
.wheel__chip--1 { top: 6px; left: 50%; transform: translateX(-50%); }
.wheel__chip--1 .xj-icon { color: var(--c-cobalt); }
.wheel__chip--2 { right: -26px; bottom: 108px; }
.wheel__chip--2 .xj-icon { color: var(--c-orange); }
.wheel__chip--3 { left: -18px; bottom: 60px; }
.wheel__chip--3 .xj-icon { color: var(--c-sky); }

/* ---------- 三区原理 ---------- */
.principle { background: var(--c-cobalt-deep); color: rgba(255, 255, 255, .85); }
.principle__inner { display: flex; align-items: center; gap: 30px; flex-wrap: wrap; padding: 24px 0; }
.principle__label {
	flex-shrink: 0;
	font-size: 13.5px; font-weight: 800; letter-spacing: .1em;
	color: #fff; border: 1.5px solid rgba(255, 255, 255, .4);
	border-radius: 999px; padding: 7px 16px;
}
.principle__items { display: flex; flex-wrap: wrap; gap: 12px 34px; }
.principle__item { display: flex; align-items: center; gap: 9px; font-size: 13.5px; }
.principle__item b { color: #fff; }
.p-dot { width: 11px; height: 11px; border-radius: 50%; flex-shrink: 0; }
.p-dot--blue { background: #60a5fa; box-shadow: 0 0 10px rgba(96, 165, 250, .8); }
.p-dot--orange { background: var(--c-orange); box-shadow: 0 0 10px rgba(249, 115, 22, .8); }
.p-dot--cyan { background: #38bdf8; box-shadow: 0 0 10px rgba(56, 189, 248, .8); }

/* ---------- 通用版块 ---------- */
.section { padding: 92px 0; }
.section--pad { padding: 64px 0 92px; }
.section--tint { background: var(--c-tint); }
.section-head { max-width: 660px; margin: 0 auto 52px; text-align: center; }
.section-head__eyebrow { font-size: 12.5px; font-weight: 800; letter-spacing: .3em; color: var(--c-sky); margin-bottom: 11px; }
.section-head__title { font-size: clamp(26px, 3.2vw, 40px); margin-bottom: 14px; }
.section-head__desc { margin: 0; }
.section-foot { text-align: center; margin: 46px 0 0; }

/* ---------- 产品卡片 ---------- */
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.product-card {
	background: #fff; border: 1px solid var(--c-line); border-radius: var(--radius);
	overflow: hidden; display: flex; flex-direction: column;
	transition: transform .25s ease, box-shadow .25s ease;
}
.product-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.product-card__media {
	position: relative; display: block; aspect-ratio: 16 / 10;
	background:
		radial-gradient(circle at 76% 30%, rgba(14, 165, 233, .2), transparent 55%),
		linear-gradient(150deg, #e6edf8, #f2f6fb);
	overflow: hidden;
}
.product-card__media::before {
	content: ""; position: absolute; right: -50px; bottom: -80px;
	width: 210px; height: 210px; border-radius: 50%;
	border: 2px dashed rgba(29, 78, 216, .3);
}
.product-card__media img { width: 100%; height: 100%; object-fit: cover; position: relative; }
.product-card__ph { position: absolute; inset: 0; display: grid; place-items: center; color: var(--c-cobalt); }
.product-card__spec {
	position: absolute; left: 14px; bottom: 12px;
	font-size: 12px; font-weight: 700; color: var(--c-cobalt);
	background: #fff; border: 1px solid rgba(29, 78, 216, .3);
	padding: 4px 12px; border-radius: 999px;
}
.product-card__body { padding: 22px 24px 24px; display: flex; flex-direction: column; flex: 1; }
.product-card__title { font-size: 17px; margin-bottom: 8px; }
.product-card__title a { color: var(--c-ink); }
.product-card__title a:hover { color: var(--c-cobalt); }
.product-card__desc { font-size: 14px; flex: 1; margin-bottom: 14px; }
.product-card__more { display: inline-flex; align-items: center; gap: 6px; font-size: 14px; font-weight: 700; transition: gap .2s ease; }
.product-card__more:hover { gap: 10px; }

/* ---------- 电费对比 ---------- */
.compare {
	display: grid; grid-template-columns: 1fr auto 1fr; gap: 26px; align-items: end;
	max-width: 880px; margin: 0 auto;
}
.compare__col {
	background: #fff; border: 1px solid var(--c-line); border-radius: var(--radius);
	padding: 28px 30px;
	text-align: center;
}
.compare__col--win { border: 2px solid var(--c-cobalt); box-shadow: var(--shadow-lg); }
.compare__name { font-size: 16px; font-weight: 800; color: var(--c-ink); margin-bottom: 18px; }
.compare__bar { height: 220px; display: flex; align-items: flex-end; justify-content: center; margin-bottom: 18px; }
.compare__bar i {
	display: flex; align-items: flex-start; justify-content: center;
	width: 120px; height: var(--h, 50%);
	border-radius: 14px 14px 6px 6px;
	background: linear-gradient(180deg, #94a3b8, #cbd5e1);
	padding-top: 12px;
	animation: xj-grow 1.2s ease both;
}
.compare__col--win .compare__bar i { background: linear-gradient(180deg, var(--c-cobalt), var(--c-sky)); }
@keyframes xj-grow { from { height: 0; } }
.compare__bar b { font-size: 13.5px; color: #fff; font-weight: 800; writing-mode: horizontal-tb; }
.compare__col ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 9px; text-align: left; }
.compare__col li { display: flex; gap: 8px; align-items: flex-start; font-size: 13.5px; }
.compare__col .xj-icon { color: var(--c-cobalt); margin-top: 4px; flex-shrink: 0; }
.compare__vs {
	align-self: center;
	display: grid; place-items: center;
	width: 56px; height: 56px; border-radius: 50%;
	background: var(--c-ink); color: #fff;
	font-size: 15px; font-weight: 900;
}
.compare__note { text-align: center; font-size: 12.5px; color: #8d99ad; margin: 22px 0 0; }

/* ---------- 场景 ---------- */
.scene-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.scene-card {
	background: #fff; border: 1px solid var(--c-line); border-radius: var(--radius);
	padding: 28px 26px 22px; text-align: center;
	transition: transform .25s ease, box-shadow .25s ease;
}
.scene-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.scene-card__icon {
	display: inline-grid; place-items: center;
	width: 58px; height: 58px; border-radius: 50%;
	color: #fff;
	background: conic-gradient(var(--c-cobalt) 0 70%, var(--c-sky) 70% 100%);
	margin-bottom: 14px;
}
.scene-card h3 { font-size: 17px; margin-bottom: 6px; }
.scene-card p { font-size: 14px; margin: 0; }

/* ---------- 案例 ---------- */
.case-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.case-card {
	background: #fff; border: 1px solid var(--c-line); border-radius: var(--radius);
	padding: 28px 28px 24px;
	transition: transform .25s ease, box-shadow .25s ease;
}
.case-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.case-card__ring {
	display: inline-grid; place-items: center;
	width: 46px; height: 46px; border-radius: 50%;
	border: 2.5px dashed var(--c-cobalt);
	color: var(--c-cobalt); font-size: 14px; font-weight: 900;
	margin-bottom: 14px;
}
.case-card h3 { font-size: 17.5px; margin-bottom: 6px; }
.case-card__meta { font-size: 13px; color: var(--c-sky); font-weight: 700; margin-bottom: 10px; }
.case-card__desc { font-size: 14px; margin: 0; }

/* ---------- 新闻 ---------- */
.news-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.news-card {
	background: #fff; border: 1px solid var(--c-line); border-radius: var(--radius);
	padding: 26px 28px 22px;
	transition: transform .25s ease, box-shadow .25s ease;
}
.news-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.news-card__date { font-size: 13px; color: var(--c-sky); font-weight: 700; margin-bottom: 10px; }
.news-card h3 { font-size: 16.5px; margin-bottom: 10px; }
.news-card h3 a { color: var(--c-ink); }
.news-card h3 a:hover { color: var(--c-cobalt); }
.news-card__desc { font-size: 14px; }
.news-card__more { display: inline-flex; align-items: center; gap: 6px; font-size: 13.5px; font-weight: 700; }

/* ---------- 联系 ---------- */
.contact { display: grid; grid-template-columns: 1fr 1.05fr; gap: 56px; align-items: center; }
.contact__copy .section-head__eyebrow, .contact__copy .section-head__title { text-align: left; }
.contact__list { list-style: none; margin: 28px 0 0; padding: 0; display: grid; gap: 16px; }
.contact__list li { display: flex; align-items: center; gap: 12px; font-size: 15px; color: var(--c-ink); }
.contact__list .xj-icon { color: var(--c-cobalt); }

.contact__form-wrap {
	background: #fff; border: 1px solid var(--c-line); border-radius: 24px;
	padding: 36px; box-shadow: var(--shadow-lg);
}
.contact-form h3 { font-size: 20px; margin-bottom: 20px; }
.contact-form p { margin-bottom: 16px; }
.contact-form label { display: block; font-size: 14px; font-weight: 700; color: var(--c-ink); margin-bottom: 6px; }
.contact-form input[type="text"],
.contact-form input[type="tel"],
.contact-form textarea {
	width: 100%; padding: 12px 16px;
	border: 1.5px solid var(--c-line); border-radius: var(--radius-sm);
	font-family: inherit; font-size: 15px; color: var(--c-ink);
	background: var(--c-bg);
	transition: border-color .2s ease, box-shadow .2s ease;
}
.contact-form input:focus, .contact-form textarea:focus {
	outline: none; border-color: var(--c-cobalt);
	box-shadow: 0 0 0 4px rgba(29, 78, 216, .12);
	background: #fff;
}
.contact-form__tip { font-size: 12.5px; color: #93a0b4; text-align: center; margin: 12px 0 0; }
.hp-field { position: absolute !important; left: -9999px; }
.form-notice {
	background: #eff6ff; border: 1px solid #bfdbfe; color: var(--c-cobalt-deep);
	border-radius: var(--radius-sm); padding: 13px 17px; margin-bottom: 18px; font-size: 14.5px;
}

/* ---------- 内页头部 ---------- */
.page-hero {
	position: relative; overflow: hidden;
	background: linear-gradient(140deg, var(--c-cobalt-deep), var(--c-cobalt));
	color: #fff; padding: 64px 0;
}
.page-hero::after {
	content: ""; position: absolute; right: -110px; top: -110px;
	width: 300px; height: 300px; border-radius: 50%;
	border: 2px dashed rgba(255, 255, 255, .3);
}
.page-hero__title { color: #fff; font-size: clamp(28px, 3.6vw, 42px); font-weight: 900; margin: 0; }
.page-hero__sub { color: rgba(255, 255, 255, .78); margin: 10px 0 0; }
.page-hero__meta { color: #bfdbfe; font-size: 14px; margin: 0 0 10px; }
.page-hero__meta a { color: #bfdbfe; }

/* ---------- 博客列表 ---------- */
.post-list { display: grid; gap: 22px; max-width: 860px; margin: 0 auto; }
.post-card {
	display: grid; grid-template-columns: 280px 1fr;
	background: #fff; border: 1px solid var(--c-line); border-radius: var(--radius);
	overflow: hidden; transition: transform .25s ease, box-shadow .25s ease;
}
.post-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.post-card__thumb img { width: 100%; height: 100%; object-fit: cover; }
.post-card:not(:has(.post-card__thumb)) { grid-template-columns: 1fr; }
.post-card__body { padding: 24px 28px; }
.post-card__meta { font-size: 13px; color: var(--c-sky); font-weight: 700; margin-bottom: 8px; }
.post-card__meta a { color: inherit; }
.post-card__title { font-size: 19px; margin-bottom: 8px; }
.post-card__title a { color: var(--c-ink); }
.post-card__title a:hover { color: var(--c-cobalt); }
.post-card__desc { font-size: 14.5px; margin-bottom: 12px; }
.post-card__more { display: inline-flex; align-items: center; gap: 6px; font-size: 14px; font-weight: 700; }
.no-results { text-align: center; padding: 60px 0; }

.navigation.pagination { margin: 46px 0 0; text-align: center; }
.nav-links { display: flex; justify-content: center; gap: 8px; flex-wrap: wrap; }
.nav-links .page-numbers {
	display: inline-block; min-width: 44px; padding: 10px 15px;
	border: 1.5px solid var(--c-line); border-radius: 999px;
	color: var(--c-ink); font-weight: 700; font-size: 14px; background: #fff;
}
.nav-links .page-numbers.current,
.nav-links .page-numbers:hover { background: var(--c-cobalt); border-color: var(--c-cobalt); color: #fff; }

/* ---------- 文章内容 ---------- */
.entry-wrap { max-width: 860px; padding-top: 48px; padding-bottom: 92px; }
.entry__thumb { margin: 0 0 32px; border-radius: var(--radius); overflow: hidden; }
.entry__content { font-size: 16.5px; }
.entry__content h2 { font-size: 26px; margin-top: 1.6em; }
.entry__content h3 { font-size: 21px; margin-top: 1.4em; }
.entry__content img { border-radius: var(--radius-sm); }
.entry__content blockquote {
	margin: 1.5em 0; padding: 16px 24px;
	border-left: 4px solid var(--c-cobalt);
	background: #fff; border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
}
.entry__content table { width: 100%; border-collapse: collapse; margin: 1.5em 0; }
.entry__content th, .entry__content td { border: 1px solid var(--c-line); padding: 10px 14px; text-align: left; }
.entry__content th { background: var(--c-tint); }
.entry__tags { margin-top: 28px; font-size: 14px; }
.page-links { margin: 24px 0; }

.post-nav {
	display: flex; justify-content: space-between; gap: 20px;
	margin: 44px 0; padding-top: 28px; border-top: 1px solid var(--c-line);
	font-size: 14.5px;
}
.post-nav__next { text-align: right; }

/* ---------- 评论 ---------- */
.comments-area { margin-top: 48px; }
.comments-title, .comment-reply-title { font-size: 21px; }
.comment-list { list-style: none; margin: 0 0 30px; padding: 0; }
.comment-list .comment { border-bottom: 1px solid var(--c-line); padding: 20px 0; }
.comment-list .children { list-style: none; padding-left: 40px; }
.comment-author { display: flex; align-items: center; gap: 10px; font-weight: 700; color: var(--c-ink); }
.comment-author .avatar { border-radius: 50%; }
.comment-metadata { font-size: 12.5px; }
.comment-content { font-size: 15px; }
.reply { font-size: 13.5px; }
.comment-form input[type="text"], .comment-form input[type="email"], .comment-form input[type="url"], .comment-form textarea {
	width: 100%; padding: 11px 15px;
	border: 1.5px solid var(--c-line); border-radius: var(--radius-sm);
	font-family: inherit; font-size: 15px; background: #fff;
}
.comment-form input:focus, .comment-form textarea:focus { outline: none; border-color: var(--c-cobalt); }
.form-submit .submit {
	background: linear-gradient(120deg, var(--c-cobalt-deep), var(--c-cobalt));
	color: #fff; border: 0; border-radius: 999px; padding: 12px 32px;
	font-size: 15px; font-weight: 700; cursor: pointer;
}

/* ---------- 搜索 / 404 ---------- */
.search-form { display: flex; gap: 10px; max-width: 480px; }
.search-form__input {
	flex: 1; padding: 12px 18px;
	border: 1.5px solid var(--c-line); border-radius: 999px;
	font-family: inherit; font-size: 15px; background: #fff;
}
.search-form__input:focus { outline: none; border-color: var(--c-cobalt); }
.error-404 { text-align: center; padding: 40px 0; }
.error-404__code {
	font-size: clamp(90px, 16vw, 160px); font-weight: 900; line-height: 1;
	color: var(--c-cobalt);
	margin: 0 0 10px;
}
.error-404 .search-form { margin: 24px auto 28px; justify-content: center; }

/* ---------- 产品详情 / 归档 ---------- */
.product-single { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; padding-top: 56px; padding-bottom: 40px; align-items: start; }
.product-single__media {
	position: relative; border-radius: var(--radius); overflow: hidden;
	aspect-ratio: 4 / 3;
	border: 1px solid var(--c-line);
	background:
		radial-gradient(circle at 72% 30%, rgba(14, 165, 233, .2), transparent 55%),
		linear-gradient(150deg, #e6edf8, #f2f6fb);
}
.product-single__media::before {
	content: ""; position: absolute; right: -70px; bottom: -100px;
	width: 280px; height: 280px; border-radius: 50%;
	border: 2.5px dashed rgba(29, 78, 216, .3);
}
.product-single__media img { width: 100%; height: 100%; object-fit: cover; position: relative; }
.product-single__ph { position: absolute; inset: 0; display: grid; place-items: center; color: var(--c-cobalt); }
.product-single__summary {
	background: var(--c-tint); border: 1px solid var(--c-line);
	border-radius: var(--radius-sm); padding: 16px 20px; margin-bottom: 24px;
	font-size: 15px; color: var(--c-ink);
}
.product-single__summary p { margin: 0; }
.product-single__cta {
	margin-top: 32px; padding: 26px 28px;
	border: 2px dashed rgba(29, 78, 216, .4); border-radius: var(--radius);
	background: rgba(29, 78, 216, .04);
}
.product-single__cta h3 { font-size: 17px; margin-bottom: 6px; }
.product-single__cta p { font-size: 14px; margin-bottom: 16px; }
.product-single__cta-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.related-title { font-size: 23px; margin-bottom: 26px; }
.archive-cta {
	margin-top: 64px; text-align: center;
	background: #fff; border: 1px solid var(--c-line);
	border-radius: 24px; padding: 48px 32px;
}
.archive-cta h2 { font-size: 24px; }
.archive-cta p { margin-bottom: 20px; }

/* ---------- 页脚 ---------- */
.site-footer { background: var(--c-ink); color: rgba(255, 255, 255, .66); }
.site-footer__grid {
	display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 44px;
	padding-top: 62px; padding-bottom: 46px;
}
.site-footer__logo { display: flex; align-items: center; gap: 10px; font-size: 19px; font-weight: 800; color: #fff; margin-bottom: 14px; }
.site-footer__logo .xj-icon { color: #93c5fd; }
.site-footer__about { font-size: 14px; line-height: 1.85; }
.site-footer__phone { display: flex; align-items: center; gap: 10px; font-size: 21px; font-weight: 800; color: #93c5fd; margin-top: 18px; }
.site-footer__title { color: #fff; font-size: 15.5px; margin-bottom: 18px; }
.site-footer__menu { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
.site-footer__menu a { color: rgba(255, 255, 255, .66); font-size: 14px; }
.site-footer__menu a:hover { color: #93c5fd; }
.site-footer__contact { list-style: none; margin: 0; padding: 0; display: grid; gap: 12px; font-size: 14px; }
.site-footer__contact li { display: flex; gap: 9px; align-items: flex-start; }
.site-footer__contact .xj-icon { color: #93c5fd; margin-top: 4px; }
.site-footer__bottom { border-top: 1px solid rgba(255, 255, 255, .12); }
.site-footer__bottom-inner {
	display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap;
	padding-top: 20px; padding-bottom: 20px; font-size: 13px;
}
.site-footer__bottom p { margin: 0; }

/* ---------- 返回顶部 ---------- */
.back-to-top {
	position: fixed; right: 26px; bottom: 26px; z-index: 90;
	width: 48px; height: 48px; border: 0; border-radius: 50%;
	display: grid; place-items: center; cursor: pointer;
	background: linear-gradient(135deg, var(--c-cobalt-deep), var(--c-cobalt));
	color: #fff; box-shadow: 0 12px 28px rgba(29, 78, 216, .4);
	opacity: 0; visibility: hidden; transform: translateY(12px);
	transition: all .25s ease;
}
.back-to-top .xj-icon { transform: rotate(-90deg); }
.back-to-top.is-visible { opacity: 1; visibility: visible; transform: translateY(0); }

/* ---------- 入场动画 ---------- */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .6s ease, transform .6s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
	html { scroll-behavior: auto; }
	.reveal { opacity: 1; transform: none; transition: none; }
	.wheel__ring { animation: none; }
	.compare__bar i { animation: none; }
}

/* ---------- 响应式 ---------- */
@media (max-width: 1024px) {
	.hero__inner { grid-template-columns: 1fr; }
	.hero__wheel { order: -1; }
	.wheel { width: 330px; height: 330px; }
	.product-grid, .scene-grid, .case-grid, .news-grid { grid-template-columns: repeat(2, 1fr); }
	.contact { grid-template-columns: 1fr; gap: 44px; }
	.site-footer__grid { grid-template-columns: 1fr 1fr; }
	.product-single { grid-template-columns: 1fr; }
}

@media (max-width: 820px) {
	.nav-toggle { display: flex; }
	.site-header__actions .btn { display: none; }
	.site-nav {
		position: fixed; top: 0; right: 0; bottom: 0; z-index: 200;
		width: min(320px, 84vw);
		background: #fff; box-shadow: -20px 0 60px rgba(23, 32, 54, .2);
		padding: 84px 28px 28px;
		transform: translateX(100%); transition: transform .3s ease;
		overflow-y: auto;
	}
	.site-nav.is-open { transform: translateX(0); }
	.site-nav__list { flex-direction: column; gap: 4px; }
	.site-nav__list a { padding: 13px 16px; font-size: 16px; }
	.site-nav__list .sub-menu {
		position: static; opacity: 1; visibility: visible; transform: none;
		box-shadow: none; border: 0; padding: 0 0 0 18px; margin: 0;
	}
	.nav-toggle { position: relative; z-index: 210; }
	body.nav-open { overflow: hidden; }
	.compare { grid-template-columns: 1fr; }
	.compare__vs { justify-self: center; }
}

@media (max-width: 620px) {
	.section { padding: 64px 0; }
	.product-grid, .scene-grid, .case-grid, .news-grid { grid-template-columns: 1fr; }
	.wheel { width: 290px; height: 290px; }
	.wheel__center { width: 132px; height: 132px; }
	.wheel__center strong { font-size: 34px; }
	.post-card { grid-template-columns: 1fr; }
	.post-card__thumb { aspect-ratio: 16 / 9; overflow: hidden; }
	.site-footer__grid { grid-template-columns: 1fr; gap: 32px; }
	.contact__form-wrap { padding: 26px 22px; }
	.principle__items { gap: 10px; }
}

/* 优化 · 全局尊重系统"减少动态效果"（覆盖装饰性 keyframes 动画） */
@media (prefers-reduced-motion: reduce){*,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important;}}

/* ==========================================================================
   美化优化 v1.1 · 2026-07 — 冷白钴蓝转轮风精修
   ========================================================================== */
/* 通用 UX */
html { scroll-padding-top: 90px; }
h1, h2, h3 { text-wrap: balance; }
p { text-wrap: pretty; }
.btn:active { transform: translateY(0) scale(.98); transition-duration: .08s; }

/* 钴蓝按钮:渐变缓移 */
.btn--cobalt { background-size: 170% 100%; transition: transform .2s ease, box-shadow .2s ease, background-position .45s ease, color .2s ease; }
.btn--cobalt:hover { background-position: 80% 0; }

/* 首屏:大虚线环极慢旋转 + 转轮芯片错峰轻浮(独立 translate) */
.hero::before { animation: xj-slowspin 90s linear infinite; }
@keyframes xj-slowspin { to { transform: rotate(360deg); } }
@keyframes xj-chipbob { 0%, 100% { translate: 0 0; } 50% { translate: 0 -6px; } }
.wheel__chip { animation: xj-chipbob 5.5s ease-in-out infinite; }
.wheel__chip--2 { animation-delay: 1.6s; }
.wheel__chip--3 { animation-delay: 3.2s; }
.wheel__center { transition: box-shadow .35s ease; }
.wheel:hover .wheel__center { box-shadow: var(--shadow-lg), 0 0 0 10px rgba(29, 78, 216, .07); }

/* 导航:当前项钴蓝常亮(与骨架 hover 一致) */
.site-nav__list > li.current-menu-item > a { color: var(--c-cobalt); background: var(--c-tint); }

/* 数据:钴蓝渐变字 */
.hero__stats strong {
	background: linear-gradient(110deg, var(--c-cobalt-deep) 40%, var(--c-sky));
	-webkit-background-clip: text; background-clip: text; color: transparent;
}

/* 三区原理:条目悬停点亮 */
.principle__item { transition: transform .22s ease; }
.principle__item:hover { transform: translateY(-2px); }
.principle__item b { transition: color .22s ease; }
.principle__item:hover b { color: #93c5fd; }

/* 产品卡:虚线环慢转 + 图区微缩放 + 规格丸填色 */
.product-card__media::before { transition: transform .6s ease; }
.product-card:hover .product-card__media::before { transform: rotate(40deg); }
.product-card__media img, .product-card__ph { transition: transform .45s ease; }
.product-card:hover .product-card__media img,
.product-card:hover .product-card__ph { transform: scale(1.05); }
.product-card__spec { transition: background .25s ease, color .25s ease, border-color .25s ease; }
.product-card:hover .product-card__spec { background: var(--c-cobalt); color: #fff; border-color: var(--c-cobalt); }

/* 电费对比:胜方柱体光泽扫过 + VS 徽章弹起 */
.compare__col--win .compare__bar i { position: relative; overflow: hidden; }
.compare__col--win .compare__bar i::after {
	content: ""; position: absolute; top: -60%; bottom: -60%; left: -80%;
	width: 55%; transform: rotate(18deg); pointer-events: none;
	background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .3), transparent);
	animation: xj-sheen 4.5s ease-in-out 1.4s infinite;
}
@keyframes xj-sheen { 0%, 60% { left: -80%; } 100% { left: 140%; } }
.compare__vs { transition: transform .25s ease, box-shadow .25s ease; }
.compare:hover .compare__vs { transform: scale(1.08); box-shadow: 0 10px 26px rgba(23, 32, 54, .28); }
.compare__col { transition: transform .25s ease, box-shadow .25s ease; }
.compare__col:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }

/* 表单:焦点钴蓝柔环 */
.contact-form input:focus, .contact-form textarea:focus { box-shadow: 0 0 0 4px rgba(29, 78, 216, .13); }

/* 页脚:顶部钴蓝发丝线 + 链接滑入 */
.site-footer { position: relative; }
.site-footer::before {
	content: ""; position: absolute; top: 0; left: 0; right: 0; height: 2px; opacity: .75;
	background: linear-gradient(90deg, transparent, var(--c-cobalt) 35%, var(--c-sky) 65%, transparent);
}
.site-footer__menu a { transition: color .2s ease, padding-left .2s ease; }
.site-footer__menu a:hover { padding-left: 6px; }

/* 减动效 */
@media (prefers-reduced-motion: reduce) {
	.hero::before, .wheel__chip, .compare__col--win .compare__bar i::after { animation: none; }
}
