/*
Theme Name: 破圈传媒 Poquan Media
Theme URI: https://example.com/poquan-media
Author: 文化传媒站群
Description: 短视频代运营机构专用主题。深紫黑底×霓虹渐变（紫→粉→青）的潮流质感：双手机样机首屏、数据气泡、玻璃拟态卡片、渐变大字。九段式转化首页（服务矩阵/爆款案例/方法论/合作模式/口碑/FAQ/免费诊断），内建 SEO 与结构化数据。零外部依赖。
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
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: poquan-media
Tags: business, one-column, custom-logo, custom-menu, featured-images
*/

/* ==========================================================================
   0. 设计令牌
   ========================================================================== */

:root {
	--pq-void: #0e0a1f;
	--pq-deep: #141026;
	--pq-panel: #1b1433;
	--pq-violet: #8b5cf6;
	--pq-pink: #ec4899;
	--pq-cyan: #22d3ee;
	--pq-text: #efeaff;
	--pq-text-dim: rgba(239, 234, 255, 0.66);
	--pq-text-faint: rgba(239, 234, 255, 0.42);
	--pq-line: rgba(139, 92, 246, 0.28);
	--pq-line-faint: rgba(139, 92, 246, 0.14);
	--pq-neon-grad: linear-gradient(100deg, #8b5cf6, #ec4899 52%, #f97316);
	--pq-grad-3: linear-gradient(100deg, #8b5cf6, #ec4899 45%, #22d3ee);
	--pq-card: linear-gradient(165deg, rgba(139, 92, 246, 0.1), rgba(139, 92, 246, 0.02));
	--pq-sans: -apple-system, BlinkMacSystemFont, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Source Han Sans SC", sans-serif;
	--pq-shadow: 0 24px 48px rgba(0, 0, 0, 0.45);
	--pq-radius: 20px;
}

/* ==========================================================================
   1. 基础与排版
   ========================================================================== */

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	-webkit-text-size-adjust: 100%;
	scroll-behavior: smooth;
	scroll-padding-top: 92px;
}

body {
	margin: 0;
	font-family: var(--pq-sans);
	font-size: 16px;
	line-height: 1.8;
	color: var(--pq-text);
	background:
		radial-gradient(1000px 620px at 88% -160px, rgba(139, 92, 246, 0.16), transparent 60%),
		radial-gradient(800px 500px at -120px 42%, rgba(34, 211, 238, 0.08), transparent 55%),
		var(--pq-void);
	-webkit-font-smoothing: antialiased;
	overflow-wrap: anywhere;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0 0 0.6em;
	font-family: var(--pq-sans);
	font-weight: 800;
	line-height: 1.3;
	color: var(--pq-text);
}

p {
	margin: 0 0 1em;
}

a {
	color: var(--pq-cyan);
	text-decoration: none;
	transition: color 0.2s ease;
}

a:hover {
	color: #7ee6f5;
}

img {
	max-width: 100%;
	height: auto;
	display: block;
}

svg {
	display: block;
}

ul, ol {
	margin: 0;
	padding: 0;
}

button {
	font-family: inherit;
}

::selection {
	background: var(--pq-pink);
	color: #fff;
}

:focus-visible {
	outline: 2px solid var(--pq-cyan);
	outline-offset: 3px;
	border-radius: 6px;
}

.pq-container {
	width: min(1180px, 100% - 48px);
	margin-inline: auto;
}

.pq-grad-text {
	background: var(--pq-grad-3);
	-webkit-background-clip: text;
	background-clip: text;
	color: var(--pq-pink);
	-webkit-text-fill-color: transparent;
}

.pq-kicker,
.pq-section-kicker,
.pq-cta-kicker {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin: 0 0 16px;
	padding: 6px 16px;
	font-size: 0.8rem;
	font-weight: 700;
	letter-spacing: 0.22em;
	color: var(--pq-text);
	border: 1px solid var(--pq-line);
	border-radius: 999px;
	background: rgba(139, 92, 246, 0.1);
}

.pq-kicker::before,
.pq-section-kicker::before,
.pq-cta-kicker::before {
	content: "";
	width: 8px;
	height: 8px;
	flex: none;
	border-radius: 50%;
	background: var(--pq-grad-3);
}

.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	width: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
}

.skip-link {
	position: absolute;
	left: 12px;
	top: -60px;
	z-index: 200;
	padding: 10px 18px;
	background: var(--pq-violet);
	color: #fff;
	border-radius: 8px;
}

.skip-link:focus {
	top: 12px;
	clip: auto;
	clip-path: none;
	width: auto;
	height: auto;
}

/* ==========================================================================
   2. 按钮
   ========================================================================== */

.pq-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.5em;
	padding: 0.82em 1.7em;
	border: 1px solid transparent;
	border-radius: 14px;
	font-size: 0.95rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.2;
	cursor: pointer;
	transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.pq-btn .pq-ic {
	flex: none;
}

.pq-btn-neon {
	background: var(--pq-neon-grad);
	color: #fff;
	box-shadow: 0 12px 30px rgba(236, 72, 153, 0.35);
}

.pq-btn-neon:hover {
	color: #fff;
	transform: translateY(-2px);
	box-shadow: 0 18px 40px rgba(236, 72, 153, 0.5);
}

.pq-btn-ghost {
	color: var(--pq-text);
	border-color: rgba(139, 92, 246, 0.55);
	background: rgba(139, 92, 246, 0.08);
}

.pq-btn-ghost:hover {
	color: #fff;
	background: rgba(139, 92, 246, 0.18);
	border-color: rgba(139, 92, 246, 0.85);
	transform: translateY(-2px);
}

.pq-btn-lg {
	padding: 1em 2.1em;
	font-size: 1.02rem;
}

.pq-btn-sm {
	padding: 0.55em 1.15em;
	font-size: 0.87rem;
}

.pq-btn-block {
	width: 100%;
}

/* ==========================================================================
   3. 页头
   ========================================================================== */

.pq-header {
	position: sticky;
	top: 0;
	z-index: 100;
	background: rgba(14, 10, 31, 0.8);
	-webkit-backdrop-filter: blur(14px);
	backdrop-filter: blur(14px);
	border-bottom: 1px solid var(--pq-line-faint);
	transition: box-shadow 0.25s ease, background-color 0.25s ease;
}

.pq-header-scrolled {
	background: rgba(14, 10, 31, 0.94);
	box-shadow: 0 12px 32px rgba(0, 0, 0, 0.45);
}

.pq-header-in {
	display: flex;
	align-items: center;
	gap: 28px;
	min-height: 74px;
}

.pq-brand {
	flex: none;
	min-width: 0;
}

.pq-logo {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	color: var(--pq-text);
}

.pq-logo:hover {
	color: #fff;
}

.pq-logo-mark {
	flex: none;
	display: inline-flex;
}

.pq-logo-text {
	font-size: 1.28rem;
	font-weight: 900;
	letter-spacing: 0.08em;
	white-space: nowrap;
}

.custom-logo-link {
	display: inline-flex;
	align-items: center;
}

.custom-logo {
	max-height: 52px;
	width: auto;
}

.pq-nav {
	margin-left: auto;
}

.pq-menu {
	display: flex;
	align-items: center;
	gap: 4px;
	list-style: none;
}

.pq-menu a {
	display: inline-block;
	padding: 10px 14px;
	font-size: 0.95rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	color: var(--pq-text-dim);
	border-radius: 10px;
}

.pq-menu a:hover {
	color: #fff;
	background: rgba(139, 92, 246, 0.14);
}

.pq-menu .current-menu-item > a,
.pq-menu .current_page_item > a {
	color: #fff;
}

.pq-header-cta {
	flex: none;
}

.pq-nav-toggle {
	display: none;
	flex: none;
	width: 44px;
	height: 44px;
	padding: 0;
	background: transparent;
	border: 1px solid var(--pq-line);
	border-radius: 12px;
	cursor: pointer;
	align-items: center;
	justify-content: center;
}

.pq-nav-toggle-box {
	display: inline-flex;
	flex-direction: column;
	gap: 5px;
	width: 18px;
}

.pq-nav-toggle-box i {
	display: block;
	height: 2.2px;
	border-radius: 2px;
	background: var(--pq-text);
	transition: transform 0.25s ease, opacity 0.25s ease;
}

.pq-nav-open .pq-nav-toggle-box i:nth-child(1) {
	transform: translateY(7.2px) rotate(45deg);
}

.pq-nav-open .pq-nav-toggle-box i:nth-child(2) {
	opacity: 0;
}

.pq-nav-open .pq-nav-toggle-box i:nth-child(3) {
	transform: translateY(-7.2px) rotate(-45deg);
}

/* ==========================================================================
   4. 首屏
   ========================================================================== */

.pq-hero {
	position: relative;
	padding: clamp(56px, 8vw, 92px) 0 clamp(48px, 7vw, 84px);
	overflow: hidden;
}

.pq-hero-glow {
	position: absolute;
	inset: 0;
	pointer-events: none;
	background:
		radial-gradient(560px 380px at 74% 44%, rgba(236, 72, 153, 0.14), transparent 62%),
		radial-gradient(500px 360px at 62% 18%, rgba(139, 92, 246, 0.16), transparent 60%);
}

.pq-hero-in {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1.04fr) minmax(0, 0.96fr);
	gap: clamp(28px, 5vw, 56px);
	align-items: center;
}

.pq-hero-title {
	margin: 0 0 22px;
	font-size: clamp(2.3rem, 4.9vw, 3.8rem);
	font-weight: 900;
	line-height: 1.2;
	letter-spacing: 0.01em;
}

.pq-hero-sub {
	max-width: 520px;
	margin: 0 0 32px;
	font-size: clamp(1rem, 1.4vw, 1.08rem);
	line-height: 2;
	color: var(--pq-text-dim);
}

.pq-hero-cta {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
}

.pq-hero-chips {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 28px 0 0;
	list-style: none;
}

.pq-chip {
	padding: 7px 16px;
	font-size: 0.85rem;
	font-weight: 600;
	letter-spacing: 0.04em;
	color: var(--pq-text-dim);
	border: 1px solid var(--pq-line);
	border-radius: 999px;
	background: rgba(139, 92, 246, 0.07);
}

.pq-hero-art {
	min-width: 0;
}

.pq-hero-art svg {
	width: 100%;
	height: auto;
	max-width: 540px;
	margin-inline: auto;
}

/* ==========================================================================
   5. 数字
   ========================================================================== */

.pq-stats {
	border-block: 1px solid var(--pq-line-faint);
	background: linear-gradient(90deg, transparent, rgba(139, 92, 246, 0.09), transparent);
	padding: 42px 0;
}

.pq-stats-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 28px;
	text-align: center;
}

.pq-stat-num {
	margin: 0;
	font-size: clamp(2.1rem, 3.4vw, 2.9rem);
	font-weight: 900;
	line-height: 1.1;
	background: var(--pq-grad-3);
	-webkit-background-clip: text;
	background-clip: text;
	color: var(--pq-pink);
	-webkit-text-fill-color: transparent;
}

.pq-stat-num span {
	font-size: 0.5em;
}

.pq-stat-label {
	margin: 8px 0 0;
	font-size: 0.9rem;
	letter-spacing: 0.08em;
	color: var(--pq-text-dim);
}

/* ==========================================================================
   6. 区块通用
   ========================================================================== */

.pq-section {
	padding: clamp(72px, 9vw, 106px) 0;
}

.pq-section-alt {
	background:
		linear-gradient(180deg, rgba(139, 92, 246, 0.06), transparent 240px),
		var(--pq-deep);
}

.pq-section-head {
	max-width: 720px;
	margin: 0 auto clamp(42px, 6vw, 58px);
	text-align: center;
}

.pq-section-title {
	margin: 0 0 16px;
	font-size: clamp(1.7rem, 3.4vw, 2.4rem);
	font-weight: 900;
}

.pq-section-sub {
	margin: 0;
	color: var(--pq-text-dim);
	line-height: 2;
}

/* ==========================================================================
   7. 服务矩阵
   ========================================================================== */

.pq-services-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
}

.pq-service-card {
	position: relative;
	padding: 32px 28px;
	background: var(--pq-card);
	border: 1px solid var(--pq-line);
	border-radius: var(--pq-radius);
	transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.pq-service-card:hover {
	transform: translateY(-5px);
	border-color: rgba(236, 72, 153, 0.5);
	box-shadow: var(--pq-shadow);
}

.pq-service-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 56px;
	height: 56px;
	margin-bottom: 18px;
	color: #fff;
	border-radius: 16px;
	background: linear-gradient(135deg, rgba(139, 92, 246, 0.9), rgba(236, 72, 153, 0.75));
	box-shadow: 0 12px 24px rgba(139, 92, 246, 0.3);
}

.pq-service-title {
	margin: 0 0 10px;
	font-size: 1.16rem;
	font-weight: 800;
}

.pq-service-text {
	margin: 0;
	font-size: 0.94rem;
	line-height: 1.9;
	color: var(--pq-text-dim);
}

/* ==========================================================================
   8. 爆款案例
   ========================================================================== */

.pq-cases-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
}

.pq-case-card {
	overflow: hidden;
	background: var(--pq-card);
	border: 1px solid var(--pq-line);
	border-radius: var(--pq-radius);
	transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.pq-case-card:hover {
	transform: translateY(-5px);
	border-color: rgba(34, 211, 238, 0.5);
	box-shadow: var(--pq-shadow);
}

.pq-case-art {
	aspect-ratio: 16 / 10;
	border-bottom: 1px solid var(--pq-line-faint);
}

.pq-case-art svg {
	width: 100%;
	height: 100%;
}

.pq-case-body {
	padding: 22px 24px 26px;
}

.pq-case-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 14px;
}

.pq-tag {
	padding: 4px 12px;
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	color: #b9ecf7;
	border: 1px solid rgba(34, 211, 238, 0.35);
	border-radius: 999px;
	background: rgba(34, 211, 238, 0.08);
}

.pq-case-title {
	margin: 0 0 8px;
	font-size: 1.08rem;
	font-weight: 800;
	line-height: 1.55;
}

.pq-case-meta {
	margin: 0;
	font-size: 0.87rem;
	color: var(--pq-text-faint);
}

.pq-cases-note {
	margin: 26px 0 0;
	text-align: center;
	font-size: 0.84rem;
	color: var(--pq-text-faint);
}

/* ==========================================================================
   9. 方法论
   ========================================================================== */

.pq-process {
	position: relative;
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 26px;
	list-style: none;
}

.pq-process::before {
	content: "";
	position: absolute;
	top: 26px;
	left: 4%;
	right: 4%;
	height: 2px;
	background: linear-gradient(90deg, transparent, var(--pq-violet) 15%, var(--pq-pink) 50%, var(--pq-cyan) 85%, transparent);
	opacity: 0.4;
}

.pq-process-step {
	position: relative;
}

.pq-step-num {
	position: relative;
	z-index: 1;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 52px;
	height: 52px;
	margin-bottom: 16px;
	font-size: 1.05rem;
	font-weight: 900;
	color: #fff;
	background: var(--pq-panel);
	border: 1.5px solid rgba(139, 92, 246, 0.6);
	border-radius: 16px;
	box-shadow: 0 0 0 6px var(--pq-void);
}

.pq-step-title {
	margin: 0 0 8px;
	font-size: 1.08rem;
	font-weight: 800;
}

.pq-step-text {
	margin: 0;
	font-size: 0.9rem;
	line-height: 1.85;
	color: var(--pq-text-dim);
}

/* ==========================================================================
   10. 合作模式
   ========================================================================== */

.pq-plans-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
	align-items: stretch;
}

.pq-plan-card {
	position: relative;
	display: flex;
	flex-direction: column;
	padding: 36px 30px 30px;
	background: var(--pq-card);
	border: 1px solid var(--pq-line);
	border-radius: 22px;
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.pq-plan-card:hover {
	transform: translateY(-5px);
	box-shadow: var(--pq-shadow);
}

.pq-plan-featured {
	background:
		linear-gradient(175deg, rgba(236, 72, 153, 0.14), rgba(139, 92, 246, 0.05) 55%),
		var(--pq-panel);
	border: 1.5px solid rgba(236, 72, 153, 0.55);
	box-shadow: 0 30px 60px rgba(0, 0, 0, 0.5);
}

.pq-plan-badge {
	position: absolute;
	top: -15px;
	left: 50%;
	transform: translateX(-50%);
	margin: 0;
	padding: 6px 18px;
	font-size: 0.8rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	white-space: nowrap;
	color: #fff;
	background: var(--pq-neon-grad);
	border-radius: 999px;
	box-shadow: 0 8px 22px rgba(236, 72, 153, 0.4);
}

.pq-plan-name {
	margin: 0 0 6px;
	font-size: 1.14rem;
	font-weight: 800;
	letter-spacing: 0.14em;
	color: #d9c9ff;
}

.pq-plan-price {
	margin: 0 0 6px;
	font-size: 2.7rem;
	font-weight: 900;
	line-height: 1.15;
	color: var(--pq-text);
}

.pq-plan-cny {
	font-size: 0.45em;
	margin-right: 4px;
	color: var(--pq-pink);
}

.pq-plan-unit {
	font-size: 0.4em;
	margin-left: 4px;
	font-weight: 600;
	color: var(--pq-text-faint);
}

.pq-plan-for {
	margin: 0 0 22px;
	padding-bottom: 20px;
	font-size: 0.88rem;
	color: var(--pq-text-faint);
	border-bottom: 1px solid var(--pq-line-faint);
}

.pq-plan-list {
	flex: 1;
	margin: 0 0 26px;
	list-style: none;
	display: grid;
	gap: 12px;
}

.pq-plan-list li {
	position: relative;
	padding-left: 26px;
	font-size: 0.94rem;
	color: var(--pq-text-dim);
}

.pq-plan-list li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.42em;
	width: 14px;
	height: 14px;
	border-radius: 5px;
	background: linear-gradient(135deg, rgba(139, 92, 246, 0.5), rgba(236, 72, 153, 0.4));
}

.pq-plan-list li::after {
	content: "";
	position: absolute;
	left: 3.6px;
	top: 0.62em;
	width: 6.4px;
	height: 4px;
	border-left: 2px solid #fff;
	border-bottom: 2px solid #fff;
	transform: rotate(-45deg);
}

/* ==========================================================================
   11. 口碑
   ========================================================================== */

.pq-voices-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
}

.pq-voice-card {
	position: relative;
	margin: 0;
	padding: 34px 28px 28px;
	background: var(--pq-card);
	border: 1px solid var(--pq-line);
	border-radius: var(--pq-radius);
}

.pq-voice-card::before {
	content: "“";
	position: absolute;
	top: 2px;
	left: 20px;
	font-family: Georgia, serif;
	font-size: 3.6rem;
	line-height: 1;
	background: var(--pq-grad-3);
	-webkit-background-clip: text;
	background-clip: text;
	color: var(--pq-pink);
	-webkit-text-fill-color: transparent;
}

.pq-voice-text {
	margin: 0 0 18px;
	border: 0;
	padding: 0;
	font-size: 0.96rem;
	line-height: 2;
	color: var(--pq-text-dim);
}

.pq-voice-who {
	font-size: 0.85rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	color: #b9ecf7;
}

.pq-voice-who::before {
	content: "—— ";
}

/* ==========================================================================
   12. FAQ
   ========================================================================== */

.pq-faq-wrap {
	max-width: 860px;
}

.pq-faq {
	display: grid;
	gap: 14px;
}

.pq-faq-item {
	background: var(--pq-card);
	border: 1px solid var(--pq-line);
	border-radius: 16px;
	padding: 0 24px;
}

.pq-faq-q {
	position: relative;
	padding: 20px 44px 20px 0;
	font-size: 1.02rem;
	font-weight: 700;
	cursor: pointer;
	list-style: none;
	transition: color 0.2s ease;
}

.pq-faq-q::-webkit-details-marker {
	display: none;
}

.pq-faq-q:hover {
	color: #fff;
}

.pq-faq-q::after {
	content: "+";
	position: absolute;
	right: 2px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 1.5rem;
	font-weight: 400;
	color: var(--pq-pink);
	transition: transform 0.25s ease;
}

.pq-faq-item[open] .pq-faq-q::after {
	transform: translateY(-50%) rotate(45deg);
}

.pq-faq-a {
	padding: 0 32px 22px 0;
	color: var(--pq-text-dim);
	line-height: 2;
}

.pq-faq-a p {
	margin: 0;
}

/* ==========================================================================
   13. 联系 CTA
   ========================================================================== */

.pq-cta-band {
	position: relative;
	padding: clamp(72px, 9vw, 104px) 0;
	background:
		radial-gradient(760px 380px at 16% 0%, rgba(236, 72, 153, 0.16), transparent 60%),
		radial-gradient(600px 320px at 90% 100%, rgba(34, 211, 238, 0.1), transparent 60%),
		var(--pq-panel);
	border-block: 1px solid var(--pq-line-faint);
}

.pq-cta-in {
	display: grid;
	grid-template-columns: 1.15fr minmax(0, 0.85fr);
	gap: clamp(32px, 5vw, 64px);
	align-items: center;
}

.pq-cta-title {
	margin: 0 0 18px;
	font-size: clamp(1.7rem, 3.2vw, 2.4rem);
	font-weight: 900;
	line-height: 1.4;
}

.pq-cta-sub {
	margin: 0;
	color: var(--pq-text-dim);
	line-height: 2;
}

.pq-contact-card {
	padding: 36px 34px;
	text-align: center;
	background: rgba(14, 10, 31, 0.7);
	border: 1px solid rgba(236, 72, 153, 0.4);
	border-radius: 24px;
	box-shadow: var(--pq-shadow);
}

.pq-contact-label {
	margin: 0 0 8px;
	font-size: 0.85rem;
	letter-spacing: 0.12em;
	color: var(--pq-text-faint);
}

.pq-contact-phone {
	display: inline-block;
	margin-bottom: 20px;
	font-size: clamp(1.7rem, 2.8vw, 2.2rem);
	font-weight: 900;
	letter-spacing: 0.02em;
	background: var(--pq-grad-3);
	-webkit-background-clip: text;
	background-clip: text;
	color: var(--pq-cyan);
	-webkit-text-fill-color: transparent;
}

.pq-contact-addr {
	margin: 18px 0 0;
	font-size: 0.85rem;
	color: var(--pq-text-faint);
}

/* ==========================================================================
   14. 页脚
   ========================================================================== */

.pq-footer {
	background: #0a0718;
	border-top: 1px solid var(--pq-line-faint);
	padding-top: 66px;
}

.pq-footer-grid {
	display: grid;
	grid-template-columns: 1.5fr repeat(3, minmax(0, 1fr));
	gap: 40px;
	padding-bottom: 50px;
}

.pq-footer-logo {
	margin: 0 0 14px;
	font-size: 1.35rem;
	font-weight: 900;
	letter-spacing: 0.08em;
}

.pq-footer-blurb {
	margin: 0 0 20px;
	max-width: 340px;
	font-size: 0.9rem;
	line-height: 2;
	color: var(--pq-text-faint);
}

.pq-footer-contact {
	list-style: none;
	display: grid;
	gap: 8px;
	font-size: 0.92rem;
	color: var(--pq-text-dim);
}

.pq-footer-contact a {
	color: #b9ecf7;
}

.pq-footer-title {
	margin: 0 0 20px;
	font-size: 0.92rem;
	font-weight: 800;
	letter-spacing: 0.2em;
	color: #d9c9ff;
}

.pq-footer-links {
	list-style: none;
	display: grid;
	gap: 12px;
}

.pq-footer-links a {
	font-size: 0.92rem;
	color: var(--pq-text-dim);
}

.pq-footer-links a:hover {
	color: #fff;
}

.pq-footer-legal {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 8px 24px;
	padding: 20px 0;
	border-top: 1px solid rgba(239, 234, 255, 0.08);
}

.pq-footer-legal p {
	margin: 0;
	font-size: 0.82rem;
	color: var(--pq-text-faint);
}

.pq-footer-legal a {
	color: var(--pq-text-faint);
}

.pq-footer-legal a:hover {
	color: #fff;
}

/* ==========================================================================
   15. 移动咨询条 & 提示
   ========================================================================== */

.pq-mobilebar {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 90;
	display: none;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	background: rgba(14, 10, 31, 0.96);
	-webkit-backdrop-filter: blur(12px);
	backdrop-filter: blur(12px);
	border-top: 1px solid var(--pq-line);
}

.pq-mobilebar-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 15px 10px;
	font-size: 0.98rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	border: 0;
	cursor: pointer;
}

.pq-mobilebar-tel {
	background: var(--pq-neon-grad);
	color: #fff;
}

.pq-mobilebar-tel:hover {
	color: #fff;
}

.pq-mobilebar-wx {
	background: transparent;
	color: #d9c9ff;
}

.pq-toast {
	position: fixed;
	left: 50%;
	bottom: 92px;
	z-index: 120;
	transform: translateX(-50%);
	max-width: min(92vw, 420px);
	padding: 12px 24px;
	font-size: 0.92rem;
	color: #fff;
	background: var(--pq-neon-grad);
	border-radius: 999px;
	box-shadow: 0 16px 40px rgba(0, 0, 0, 0.5);
	opacity: 0;
	transition: opacity 0.25s ease;
}

.pq-toast-show {
	opacity: 1;
}

/* ==========================================================================
   16. 子页 / 文章
   ========================================================================== */

.pq-page-hero {
	position: relative;
	padding: clamp(56px, 8vw, 88px) 0 clamp(38px, 6vw, 58px);
	text-align: center;
	background:
		radial-gradient(760px 300px at 50% -70px, rgba(139, 92, 246, 0.14), transparent 70%),
		transparent;
	border-bottom: 1px solid var(--pq-line-faint);
}

.pq-page-title {
	margin: 0 0 14px;
	font-size: clamp(1.8rem, 3.6vw, 2.5rem);
	font-weight: 900;
}

.pq-page-sub {
	max-width: 560px;
	margin: 0 auto;
	color: var(--pq-text-dim);
}

.pq-article-head .pq-article-meta {
	margin: 0;
	font-size: 0.88rem;
	color: var(--pq-text-faint);
}

.pq-article-body {
	max-width: 820px;
	padding-top: clamp(40px, 6vw, 60px);
	padding-bottom: clamp(60px, 8vw, 92px);
}

.pq-prose {
	font-size: 1.04rem;
	line-height: 2.05;
	color: var(--pq-text-dim);
}

.pq-prose p {
	margin: 1.35em 0;
}

.pq-prose h2,
.pq-prose h3,
.pq-prose h4 {
	color: var(--pq-text);
	margin: 2em 0 0.8em;
	font-weight: 800;
}

.pq-prose h2 {
	font-size: 1.45rem;
	padding-left: 14px;
	border-left: 4px solid var(--pq-pink);
	border-radius: 2px;
}

.pq-prose h3 {
	font-size: 1.2rem;
	color: #d9c9ff;
}

.pq-prose h4 {
	font-size: 1.05rem;
}

.pq-prose ul,
.pq-prose ol {
	margin: 1.3em 0;
	padding-left: 1.6em;
}

.pq-prose li {
	margin: 0.5em 0;
}

.pq-prose li::marker {
	color: var(--pq-pink);
}

.pq-prose a {
	text-decoration: underline;
	text-underline-offset: 4px;
	text-decoration-color: rgba(34, 211, 238, 0.5);
}

.pq-prose img {
	border-radius: 14px;
	margin: 1.6em auto;
}

.pq-prose blockquote {
	margin: 1.8em 0;
	padding: 18px 24px;
	background: rgba(139, 92, 246, 0.08);
	border-left: 4px solid var(--pq-violet);
	border-radius: 0 14px 14px 0;
}

.pq-prose blockquote p {
	margin: 0;
}

.pq-prose hr {
	margin: 2.4em 0;
	border: 0;
	height: 2px;
	background: linear-gradient(90deg, transparent, var(--pq-line), transparent);
}

.pq-prose table {
	width: 100%;
	margin: 1.8em 0;
	border-collapse: collapse;
	font-size: 0.95rem;
}

.pq-prose th,
.pq-prose td {
	padding: 10px 14px;
	border: 1px solid var(--pq-line-faint);
	text-align: left;
}

.pq-prose th {
	background: rgba(139, 92, 246, 0.12);
	color: var(--pq-text);
}

.pq-prose code {
	padding: 2px 8px;
	background: rgba(34, 211, 238, 0.12);
	border-radius: 6px;
	font-size: 0.9em;
}

.pq-article-cta {
	margin: 56px 0;
	padding: 30px 32px;
	background:
		linear-gradient(160deg, rgba(236, 72, 153, 0.12), rgba(139, 92, 246, 0.06)),
		var(--pq-panel);
	border: 1px solid rgba(236, 72, 153, 0.4);
	border-radius: 20px;
}

.pq-article-cta-title {
	margin: 0 0 8px;
	font-size: 1.3rem;
	font-weight: 900;
	color: var(--pq-text);
}

.pq-article-cta-sub {
	margin: 0 0 18px;
	font-size: 0.94rem;
	color: var(--pq-text-dim);
}

.pq-article-cta-btns {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.pq-related {
	margin-top: 56px;
}

.pq-related-title {
	font-size: 1.2rem;
	font-weight: 800;
	letter-spacing: 0.06em;
	margin-bottom: 10px;
}

.pq-related-list {
	list-style: none;
}

.pq-related-list li {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	gap: 20px;
	padding: 14px 0;
	border-bottom: 1px solid var(--pq-line-faint);
}

.pq-related-list a {
	color: var(--pq-text-dim);
}

.pq-related-list a:hover {
	color: #fff;
}

.pq-related-list span {
	flex: none;
	font-size: 0.82rem;
	color: var(--pq-text-faint);
}

.pq-post-nav {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 20px;
	margin-top: 48px;
	font-size: 0.92rem;
}

.pq-post-nav-next {
	text-align: right;
}

.pq-post-nav a {
	color: var(--pq-text-dim);
}

.pq-post-nav a:hover {
	color: #fff;
}

/* ==========================================================================
   17. 文章列表卡片
   ========================================================================== */

.pq-posts-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
}

.pq-post-card {
	overflow: hidden;
	background: var(--pq-card);
	border: 1px solid var(--pq-line);
	border-radius: var(--pq-radius);
	transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.pq-post-card:hover {
	transform: translateY(-5px);
	border-color: rgba(236, 72, 153, 0.5);
	box-shadow: var(--pq-shadow);
}

.pq-post-card-link {
	display: block;
	color: inherit;
}

.pq-post-thumb {
	aspect-ratio: 16 / 10;
	overflow: hidden;
	border-bottom: 1px solid var(--pq-line-faint);
}

.pq-post-thumb img,
.pq-post-thumb svg {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.pq-post-card-body {
	padding: 22px 24px 26px;
}

.pq-post-date {
	margin: 0 0 8px;
	font-size: 0.8rem;
	font-weight: 600;
	letter-spacing: 0.08em;
	color: var(--pq-text-faint);
}

.pq-post-card-title {
	margin: 0 0 10px;
	font-size: 1.08rem;
	font-weight: 800;
	line-height: 1.6;
	color: var(--pq-text);
}

.pq-post-card-link:hover .pq-post-card-title {
	color: #fff;
}

.pq-post-card-excerpt {
	margin: 0 0 14px;
	font-size: 0.9rem;
	line-height: 1.9;
	color: var(--pq-text-dim);
}

.pq-post-more {
	font-size: 0.86rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	color: var(--pq-cyan);
}

.pq-pagination {
	margin-top: 48px;
}

.pq-pagination .nav-links {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 8px;
}

.pq-pagination .page-numbers {
	display: inline-flex;
	align-items: center;
	min-height: 40px;
	padding: 4px 16px;
	font-size: 0.9rem;
	font-weight: 600;
	color: var(--pq-text-dim);
	border: 1px solid var(--pq-line);
	border-radius: 12px;
}

.pq-pagination a.page-numbers:hover {
	color: #fff;
	border-color: rgba(236, 72, 153, 0.6);
}

.pq-pagination .page-numbers.current {
	color: #fff;
	background: var(--pq-neon-grad);
	border-color: transparent;
}

/* ==========================================================================
   18. 搜索 / 空态 / 404
   ========================================================================== */

.pq-searchform {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
}

.pq-search-input {
	width: min(380px, 100%);
	padding: 13px 22px;
	font-size: 0.95rem;
	font-family: inherit;
	color: var(--pq-text);
	background: rgba(139, 92, 246, 0.08);
	border: 1px solid var(--pq-line);
	border-radius: 14px;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.pq-search-input::placeholder {
	color: var(--pq-text-faint);
}

.pq-search-input:focus {
	outline: none;
	border-color: var(--pq-cyan);
	box-shadow: 0 0 0 3px rgba(34, 211, 238, 0.18);
}

.pq-empty {
	max-width: 520px;
	margin: 0 auto;
	text-align: center;
	display: grid;
	gap: 18px;
	justify-items: center;
}

.pq-empty-title {
	margin: 0;
	font-size: 1.5rem;
	font-weight: 900;
}

.pq-empty-sub {
	margin: 0;
	color: var(--pq-text-dim);
}

.pq-error404 {
	text-align: center;
}

.pq-error-code {
	margin: 0 0 10px;
	font-size: clamp(5rem, 15vw, 9rem);
	font-weight: 900;
	line-height: 1;
	letter-spacing: 0.04em;
}

.pq-error-actions {
	display: grid;
	gap: 22px;
	justify-items: center;
	margin-top: 34px;
}

/* ==========================================================================
   19. WordPress 核心兼容
   ========================================================================== */

.alignleft {
	float: left;
	margin: 0.5em 1.5em 1em 0;
}

.alignright {
	float: right;
	margin: 0.5em 0 1em 1.5em;
}

.aligncenter {
	display: block;
	margin-inline: auto;
}

.wp-caption {
	max-width: 100%;
}

.wp-caption-text {
	font-size: 0.85rem;
	color: var(--pq-text-faint);
	text-align: center;
	margin-top: 8px;
}

.sticky {
	display: block;
}

.bypostauthor {
	display: block;
}

/* ==========================================================================
   20. 响应式
   ========================================================================== */

@media (max-width: 1080px) {
	.pq-services-grid,
	.pq-cases-grid,
	.pq-voices-grid,
	.pq-posts-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.pq-process {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 32px 26px;
	}

	.pq-process::before {
		display: none;
	}

	.pq-step-num {
		box-shadow: none;
	}
}

@media (max-width: 900px) {
	.pq-nav {
		position: fixed;
		top: 74px;
		left: 0;
		right: 0;
		z-index: 99;
		margin: 0;
		padding: 12px 24px 28px;
		background: rgba(14, 10, 31, 0.98);
		border-bottom: 1px solid var(--pq-line);
		opacity: 0;
		visibility: hidden;
		transform: translateY(-8px);
		transition: opacity 0.22s ease, transform 0.22s ease, visibility 0.22s;
	}

	.pq-nav-open .pq-nav {
		opacity: 1;
		visibility: visible;
		transform: translateY(0);
	}

	.pq-menu {
		flex-direction: column;
		align-items: stretch;
		gap: 2px;
	}

	.pq-menu a {
		display: block;
		padding: 14px 10px;
		font-size: 1.02rem;
		border-bottom: 1px solid rgba(239, 234, 255, 0.07);
	}

	.pq-nav-toggle {
		display: inline-flex;
	}

	.pq-header-cta {
		margin-left: auto;
	}

	.pq-header-in {
		gap: 14px;
	}

	.pq-hero-in {
		grid-template-columns: minmax(0, 1fr);
		text-align: center;
	}

	.pq-hero-copy .pq-kicker {
		justify-content: center;
	}

	.pq-hero-sub {
		margin-inline: auto;
	}

	.pq-hero-cta,
	.pq-hero-chips {
		justify-content: center;
	}

	.pq-hero-art {
		order: -1;
	}

	.pq-hero-art svg {
		max-width: 420px;
	}

	.pq-plans-grid {
		grid-template-columns: minmax(0, 1fr);
		max-width: 460px;
		margin-inline: auto;
	}

	.pq-plan-featured {
		order: -1;
	}

	.pq-cta-in {
		grid-template-columns: minmax(0, 1fr);
	}

	.pq-cta-copy {
		text-align: center;
	}

	.pq-cta-copy .pq-cta-kicker {
		justify-content: center;
	}

	.pq-footer-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 768px) {
	.pq-header-cta {
		display: none;
	}

	.pq-nav-toggle {
		margin-left: auto;
	}

	.pq-mobilebar {
		display: grid;
	}

	body {
		padding-bottom: 58px;
	}

	.pq-toast {
		bottom: 76px;
	}

	.pq-stats-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 30px 16px;
	}

	.pq-process {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.pq-post-nav {
		grid-template-columns: minmax(0, 1fr);
	}

	.pq-post-nav-next {
		text-align: left;
	}
}

@media (max-width: 600px) {
	.pq-container {
		width: min(1180px, 100% - 40px);
	}

	.pq-services-grid,
	.pq-cases-grid,
	.pq-voices-grid,
	.pq-posts-grid,
	.pq-process {
		grid-template-columns: minmax(0, 1fr);
	}

	.pq-hero-cta .pq-btn {
		width: 100%;
	}

	.pq-hero-title {
		font-size: clamp(1.9rem, 9vw, 2.3rem);
	}

	.pq-footer-grid {
		grid-template-columns: minmax(0, 1fr);
		gap: 34px;
	}

	.pq-footer-legal {
		flex-direction: column;
		gap: 4px;
	}

	.pq-article-cta-btns .pq-btn {
		width: 100%;
	}
}

/* ==========================================================================
   21. 动效偏好
   ========================================================================== */

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}

	*,
	*::before,
	*::after {
		transition-duration: 0.01ms !important;
		animation-duration: 0.01ms !important;
	}
}
