/*
Theme Name: 怦然求婚 Pengran Proposal
Theme URI: https://example.com/pengran-proposal
Author: 怦然求婚
Description: 求婚策划/生日派对/宝宝宴/纪念日惊喜定制公司专用 WordPress 主题。夜幕蓝紫×暖粉灯串：发光灯串、心形气球、拍立得案例卡。浪漫惊喜获客站。
Version: 1.0.0
Requires at least: 5.9
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: pengran-proposal
Tags: business, one-column, custom-logo, custom-menu
*/

/* ==========================================================
   0. 设计令牌
   ========================================================== */
:root {
	--pr-night-deep: #151129;  /* 深夜 */
	--pr-night: #1c1638;       /* 夜幕蓝紫 */
	--pr-violet: #241d47;      /* 紫罗兰 */
	--pr-violet-soft: #35296b; /* 亮紫 */
	--pr-pink: #f45c8c;        /* 暖粉主色 */
	--pr-pink-soft: #ff8fb3;   /* 浅粉 */
	--pr-pink-deep: #d13e6f;   /* 深粉 */
	--pr-gold: #ffd98a;        /* 灯串暖黄 */
	--pr-lav: #b998e0;         /* 薰衣草 */
	--pr-lav-soft: #cfc4f0;    /* 浅薰衣草 */
	--pr-blush: #faf4f7;       /* 腮红纸底 */
	--pr-blush-deep: #f4e7ee;  /* 腮红深 */
	--pr-ink: #3a2f4d;         /* 正文墨 */
	--pr-ink-strong: #2a2140;  /* 标题墨 */
	--pr-ink-dim: #7a6e8f;     /* 弱文字 */
	--pr-line: #e9d9e3;        /* 分隔线 */
	--pr-radius: 16px;
	--pr-radius-lg: 22px;
	--pr-shadow: 0 10px 30px rgba(42, 33, 64, 0.10);
	--pr-shadow-lg: 0 18px 48px rgba(28, 22, 56, 0.20);
	--pr-font: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Source Han Sans SC", "Noto Sans CJK SC", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	--pr-font-display: "Yuanti SC", "YouYuan", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
}

/* ==========================================================
   1. 基础
   ========================================================== */
*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	-webkit-text-size-adjust: 100%;
	scroll-behavior: smooth;
}

body {
	margin: 0;
	font-family: var(--pr-font);
	font-size: 16px;
	line-height: 1.75;
	color: var(--pr-ink);
	background: var(--pr-blush);
	overflow-wrap: anywhere;
}

body.pr-nav-locked {
	overflow: hidden;
}

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

svg {
	display: block;
	max-width: 100%;
}

a {
	color: var(--pr-pink-deep);
	text-decoration: none;
	transition: color 0.18s ease;
}

a:hover {
	color: var(--pr-pink);
}

h1, h2, h3, h4, h5, h6 {
	margin: 0 0 0.5em;
	line-height: 1.3;
	color: var(--pr-ink-strong);
	font-weight: 700;
}

p {
	margin: 0 0 1em;
}

ul, ol {
	margin: 0 0 1em;
	padding-left: 1.4em;
}

button {
	font-family: inherit;
	cursor: pointer;
}

.screen-reader-text {
	position: absolute !important;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0 0 0 0);
	white-space: nowrap;
	border: 0;
}

.skip-link {
	position: absolute;
	left: -9999px;
	top: 0;
	z-index: 200;
	padding: 10px 16px;
	background: var(--pr-pink);
	color: #fff;
}

.skip-link:focus {
	left: 12px;
	top: 12px;
	color: #fff;
}

.pr-container {
	width: min(1160px, calc(100% - 40px));
	margin-inline: auto;
}

.pr-ic {
	flex: 0 0 auto;
}

/* ==========================================================
   2. 按钮
   ========================================================== */
.pr-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 13px 26px;
	border-radius: 999px;
	border: 2px solid transparent;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.2;
	transition: transform 0.16s ease, box-shadow 0.16s ease, background 0.16s ease, color 0.16s ease, border-color 0.16s ease;
}

.pr-btn:hover {
	transform: translateY(-2px);
}

.pr-btn-pink {
	background: linear-gradient(135deg, var(--pr-pink-soft), var(--pr-pink));
	color: #fff;
	box-shadow: 0 8px 22px rgba(244, 92, 140, 0.4);
}

.pr-btn-pink:hover {
	color: #fff;
	box-shadow: 0 12px 30px rgba(244, 92, 140, 0.5);
}

.pr-btn-ghost {
	border-color: rgba(207, 196, 240, 0.5);
	color: var(--pr-lav-soft);
	background: rgba(207, 196, 240, 0.07);
}

.pr-btn-ghost:hover {
	border-color: var(--pr-gold);
	color: var(--pr-gold);
}

.pr-btn-line {
	border-color: var(--pr-pink);
	color: var(--pr-pink-deep);
	background: transparent;
}

.pr-btn-line:hover {
	background: var(--pr-pink);
	color: #fff;
}

.pr-btn-lav {
	background: rgba(207, 196, 240, 0.14);
	border-color: rgba(207, 196, 240, 0.45);
	color: var(--pr-lav-soft);
}

.pr-btn-lav:hover {
	color: #fff;
	border-color: var(--pr-lav-soft);
}

.pr-btn-sm {
	padding: 9px 18px;
	font-size: 14px;
}

.pr-btn-lg {
	padding: 16px 34px;
	font-size: 17px;
}

/* ==========================================================
   3. 页头
   ========================================================== */
.pr-header {
	position: sticky;
	top: 0;
	z-index: 100;
	background: var(--pr-night-deep);
	border-bottom: 1px solid rgba(207, 196, 240, 0.14);
}

.pr-header.is-stuck {
	box-shadow: 0 8px 28px rgba(10, 7, 24, 0.5);
}

.pr-header-in {
	display: flex;
	align-items: center;
	gap: 22px;
	min-height: 72px;
}

.pr-brand {
	flex: 0 0 auto;
}

.pr-logo {
	display: inline-flex;
	align-items: center;
	gap: 10px;
}

.pr-logo-mark {
	display: inline-flex;
	filter: drop-shadow(0 4px 10px rgba(244, 92, 140, 0.5));
}

.pr-logo-text {
	font-family: var(--pr-font-display);
	font-size: 22px;
	font-weight: 700;
	letter-spacing: 0.04em;
	color: #fff;
}

.pr-logo:hover .pr-logo-text {
	color: var(--pr-pink-soft);
}

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

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

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

.pr-menu {
	display: flex;
	align-items: center;
	gap: 4px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.pr-menu a {
	display: inline-block;
	padding: 8px 13px;
	border-radius: 999px;
	font-size: 15px;
	font-weight: 600;
	color: rgba(207, 196, 240, 0.9);
}

.pr-menu a:hover {
	color: #fff;
	background: rgba(244, 92, 140, 0.18);
}

.pr-header-cta {
	flex: 0 0 auto;
}

.pr-nav-toggle {
	display: none;
	margin-left: auto;
	padding: 10px;
	background: transparent;
	border: 0;
}

.pr-nav-toggle-box {
	display: flex;
	flex-direction: column;
	gap: 5px;
	width: 24px;
}

.pr-nav-toggle-box i {
	height: 2.5px;
	border-radius: 2px;
	background: var(--pr-lav-soft);
	transition: transform 0.2s ease, opacity 0.2s ease;
}

.pr-nav-toggle[aria-expanded="true"] .pr-nav-toggle-box i:nth-child(1) {
	transform: translateY(7.5px) rotate(45deg);
}

.pr-nav-toggle[aria-expanded="true"] .pr-nav-toggle-box i:nth-child(2) {
	opacity: 0;
}

.pr-nav-toggle[aria-expanded="true"] .pr-nav-toggle-box i:nth-child(3) {
	transform: translateY(-7.5px) rotate(-45deg);
}

/* ==========================================================
   4. 首屏
   ========================================================== */
.pr-hero {
	position: relative;
	background:
		radial-gradient(900px 400px at 85% -10%, rgba(255, 143, 179, 0.16), transparent 60%),
		radial-gradient(700px 400px at 0% 110%, rgba(185, 152, 224, 0.18), transparent 60%),
		linear-gradient(165deg, var(--pr-night-deep) 0%, var(--pr-night) 55%, var(--pr-violet) 100%);
	color: var(--pr-lav-soft);
	overflow: hidden;
}

.pr-hero-grid {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
	gap: 48px;
	align-items: center;
	padding: 84px 0 92px;
}

.pr-hero-kicker {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin: 0 0 18px;
	padding: 8px 16px;
	border: 1px solid rgba(255, 143, 179, 0.45);
	border-radius: 999px;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.1em;
	color: var(--pr-pink-soft);
	background: rgba(244, 92, 140, 0.1);
}

.pr-kicker-heart {
	width: 12px;
	height: 12px;
	background: var(--pr-pink);
	clip-path: path("M6 11C2.4 8.2 0 5.9 0 3.6 0 1.6 1.5 0 3.2 0 4.3 0 5.4.6 6 1.7 6.6.6 7.7 0 8.8 0 10.5 0 12 1.6 12 3.6c0 2.3-2.4 4.6-6 7.4Z");
}

.pr-hero-title {
	margin: 0 0 20px;
	font-family: var(--pr-font-display);
	font-size: clamp(2.1rem, 4.4vw, 3.3rem);
	font-weight: 800;
	line-height: 1.24;
	letter-spacing: 0.01em;
	color: #fff;
}

.pr-hero-title em {
	font-style: normal;
	background: linear-gradient(100deg, var(--pr-pink-soft), var(--pr-gold));
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}

.pr-hero-sub {
	margin: 0 0 22px;
	max-width: 560px;
	font-size: 17px;
	color: rgba(207, 196, 240, 0.88);
}

.pr-hero-points {
	margin: 0 0 28px;
	padding: 0;
	list-style: none;
	display: grid;
	gap: 10px;
}

.pr-hero-points li {
	position: relative;
	padding-left: 26px;
	font-size: 15px;
	color: rgba(207, 196, 240, 0.95);
}

.pr-hero-points li::before {
	content: "";
	position: absolute;
	left: 2px;
	top: 8px;
	width: 12px;
	height: 12px;
	background: var(--pr-pink);
	clip-path: path("M6 11C2.4 8.2 0 5.9 0 3.6 0 1.6 1.5 0 3.2 0 4.3 0 5.4.6 6 1.7 6.6.6 7.7 0 8.8 0 10.5 0 12 1.6 12 3.6c0 2.3-2.4 4.6-6 7.4Z");
}

.pr-hero-cta {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-bottom: 20px;
}

.pr-hero-note {
	margin: 0;
	font-size: 13.5px;
	color: rgba(207, 196, 240, 0.6);
}

.pr-hero-note a {
	color: var(--pr-gold);
	font-weight: 700;
}

.pr-hero-art svg {
	width: 100%;
	height: auto;
	filter: drop-shadow(0 24px 48px rgba(8, 5, 20, 0.55));
}

/* ==========================================================
   5. 数字条
   ========================================================== */
.pr-stats {
	background: var(--pr-night-deep);
	border-top: 1px solid rgba(207, 196, 240, 0.12);
	padding: 30px 0;
}

.pr-stats-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
}

.pr-stat {
	text-align: center;
	padding: 6px 10px;
	border-left: 1px solid rgba(207, 196, 240, 0.14);
}

.pr-stat:first-child {
	border-left: 0;
}

.pr-stat-num {
	margin: 0 0 2px;
	font-family: var(--pr-font-display);
	font-size: clamp(1.8rem, 3.4vw, 2.5rem);
	font-weight: 800;
	color: var(--pr-pink-soft);
	line-height: 1.1;
}

.pr-stat-num span {
	font-size: 0.55em;
	margin-left: 2px;
	color: var(--pr-gold);
}

.pr-stat-label {
	margin: 0;
	font-size: 13.5px;
	letter-spacing: 0.08em;
	color: rgba(207, 196, 240, 0.7);
}

/* ==========================================================
   6. 通用板块
   ========================================================== */
.pr-section {
	padding: 84px 0;
}

.pr-section-blush {
	background:
		radial-gradient(700px 300px at 100% 0%, rgba(255, 143, 179, 0.10), transparent 60%),
		var(--pr-blush-deep);
}

.pr-section-night {
	background:
		radial-gradient(900px 400px at 10% 0%, rgba(185, 152, 224, 0.14), transparent 55%),
		linear-gradient(160deg, var(--pr-night-deep), var(--pr-night) 60%, var(--pr-violet));
}

.pr-section-head {
	max-width: 720px;
	margin: 0 auto 48px;
	text-align: center;
}

.pr-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin: 0 0 12px;
	font-size: 13.5px;
	font-weight: 700;
	letter-spacing: 0.22em;
	color: var(--pr-pink);
}

.pr-eyebrow::before,
.pr-eyebrow::after {
	content: "";
	width: 8px;
	height: 8px;
	background: currentColor;
	clip-path: path("M4 7.4C1.6 5.5 0 3.9 0 2.4 0 1 1 0 2.1 0 2.9 0 3.6.4 4 1.1 4.4.4 5.1 0 5.9 0 7 0 8 1 8 2.4c0 1.5-1.6 3.1-4 5Z");
	opacity: 0.7;
}

.pr-eyebrow-light {
	color: var(--pr-gold);
}

.pr-section-title {
	margin: 0 0 14px;
	font-family: var(--pr-font-display);
	font-size: clamp(1.7rem, 3.2vw, 2.4rem);
	font-weight: 800;
	letter-spacing: 0.01em;
}

.pr-title-light {
	color: #fff;
}

.pr-section-sub {
	margin: 0;
	font-size: 16px;
	color: var(--pr-ink-dim);
}

.pr-sub-light {
	color: rgba(207, 196, 240, 0.75);
}

/* ==========================================================
   7. 惊喜类型
   ========================================================== */
.pr-services-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
}

.pr-service-card {
	position: relative;
	padding: 30px 26px 26px;
	background: #fff;
	border: 1px solid var(--pr-line);
	border-radius: var(--pr-radius-lg);
	box-shadow: var(--pr-shadow);
	transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.pr-service-card:hover {
	transform: translateY(-5px);
	box-shadow: var(--pr-shadow-lg);
	border-color: rgba(244, 92, 140, 0.4);
}

.pr-service-icon {
	width: 62px;
	height: 62px;
	margin-bottom: 18px;
	padding: 10px;
	border-radius: 18px;
	background:
		radial-gradient(circle at 30% 25%, rgba(255, 143, 179, 0.22), transparent 65%),
		var(--pr-night);
}

.pr-service-icon svg {
	width: 100%;
	height: 100%;
}

.pr-service-title {
	margin: 0 0 10px;
	font-family: var(--pr-font-display);
	font-size: 19.5px;
	letter-spacing: 0.02em;
}

.pr-service-desc {
	margin: 0 0 14px;
	font-size: 14.5px;
	color: var(--pr-ink-dim);
}

.pr-service-list {
	margin: 0;
	padding: 0;
	list-style: none;
	display: grid;
	gap: 7px;
}

.pr-service-list li {
	position: relative;
	padding-left: 20px;
	font-size: 13.5px;
	color: var(--pr-ink);
}

.pr-service-list li::before {
	content: "";
	position: absolute;
	left: 2px;
	top: 8px;
	width: 9px;
	height: 9px;
	background: var(--pr-pink-soft);
	clip-path: path("M4.5 8.3C1.8 6.2 0 4.4 0 2.7 0 1.1 1.1 0 2.4 0 3.2 0 4 .5 4.5 1.2 5 .5 5.8 0 6.6 0 7.9 0 9 1.1 9 2.7c0 1.7-1.8 3.5-4.5 5.6Z");
}

/* ==========================================================
   8. 惊喜案例（拍立得）
   ========================================================== */
.pr-cases-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 28px;
}

.pr-case-card {
	display: flex;
	flex-direction: column;
	background: rgba(207, 196, 240, 0.06);
	border: 1px solid rgba(207, 196, 240, 0.16);
	border-radius: var(--pr-radius-lg);
	padding: 22px;
	transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.pr-case-card:hover {
	transform: translateY(-5px);
	border-color: rgba(255, 143, 179, 0.45);
	background: rgba(207, 196, 240, 0.1);
}

.pr-case-photo {
	position: relative;
	background: #fdfbf7;
	padding: 10px 10px 26px;
	border-radius: 6px;
	box-shadow: 0 12px 28px rgba(8, 5, 20, 0.45);
	transform: rotate(-1.6deg);
	margin-bottom: 22px;
}

.pr-case-card:nth-child(2) .pr-case-photo {
	transform: rotate(1.4deg);
}

.pr-case-card:nth-child(3) .pr-case-photo {
	transform: rotate(-1deg);
}

.pr-case-visual {
	border-radius: 3px;
	overflow: hidden;
}

.pr-case-visual svg {
	width: 100%;
	height: auto;
}

.pr-case-tape {
	position: absolute;
	top: -10px;
	left: 50%;
	transform: translateX(-50%) rotate(-3deg);
	width: 86px;
	height: 22px;
	background: rgba(255, 217, 138, 0.75);
	box-shadow: 0 2px 6px rgba(8, 5, 20, 0.25);
}

.pr-case-body {
	display: flex;
	flex-direction: column;
	flex: 1;
}

.pr-case-tag {
	margin: 0 0 8px;
	font-size: 12.5px;
	font-weight: 700;
	letter-spacing: 0.14em;
	color: var(--pr-gold);
}

.pr-case-title {
	margin: 0 0 10px;
	font-family: var(--pr-font-display);
	font-size: 19px;
	color: #fff;
	letter-spacing: 0.02em;
}

.pr-case-desc {
	margin: 0 0 16px;
	font-size: 14px;
	line-height: 1.75;
	color: rgba(207, 196, 240, 0.8);
}

.pr-case-metrics {
	margin: auto 0 0;
	padding: 14px 0 0;
	list-style: none;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 8px;
	border-top: 1px dashed rgba(207, 196, 240, 0.28);
}

.pr-case-metrics li {
	text-align: center;
	font-size: 12px;
	color: rgba(207, 196, 240, 0.65);
	display: grid;
	gap: 2px;
}

.pr-case-metrics strong {
	font-family: var(--pr-font-display);
	font-size: 18px;
	color: var(--pr-pink-soft);
}

.pr-cases-more {
	margin: 36px 0 0;
	text-align: center;
	font-size: 15px;
	color: rgba(207, 196, 240, 0.8);
}

.pr-cases-more a {
	color: var(--pr-gold);
	font-weight: 700;
	border-bottom: 1px dashed rgba(255, 217, 138, 0.6);
}

.pr-cases-more a:hover {
	color: #fff;
}

/* ==========================================================
   9. 保密条
   ========================================================== */
.pr-secret {
	background:
		radial-gradient(600px 260px at 15% 0%, rgba(255, 143, 179, 0.2), transparent 60%),
		linear-gradient(140deg, var(--pr-violet), var(--pr-violet-soft));
	color: var(--pr-lav-soft);
	padding: 64px 0;
}

.pr-secret-head {
	text-align: center;
	max-width: 680px;
	margin: 0 auto 40px;
}

.pr-secret-title {
	margin: 0 0 10px;
	font-family: var(--pr-font-display);
	font-size: clamp(1.5rem, 2.8vw, 2rem);
	color: #fff;
	letter-spacing: 0.02em;
}

.pr-secret-sub {
	margin: 0;
	font-size: 15px;
	color: rgba(207, 196, 240, 0.85);
}

.pr-secret-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 20px;
}

.pr-secret-item {
	padding: 22px 20px;
	background: rgba(21, 17, 41, 0.4);
	border: 1px solid rgba(207, 196, 240, 0.22);
	border-radius: var(--pr-radius);
}

.pr-secret-no {
	display: inline-grid;
	place-items: center;
	width: 40px;
	height: 40px;
	margin-bottom: 12px;
	border-radius: 50%;
	background: linear-gradient(135deg, rgba(255, 143, 179, 0.3), rgba(255, 217, 138, 0.2));
	border: 1.5px solid rgba(255, 143, 179, 0.6);
	font-family: var(--pr-font-display);
	font-size: 15px;
	font-weight: 800;
	color: var(--pr-pink-soft);
}

.pr-secret-item h3 {
	margin: 0 0 8px;
	font-size: 17px;
	color: #fff;
}

.pr-secret-item p {
	margin: 0;
	font-size: 13.5px;
	line-height: 1.7;
	color: rgba(207, 196, 240, 0.82);
}

/* ==========================================================
   10. 流程
   ========================================================== */
.pr-process {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 18px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.pr-step {
	position: relative;
	padding: 24px 18px 20px;
	background: #fff;
	border: 1px solid var(--pr-line);
	border-radius: var(--pr-radius);
	box-shadow: var(--pr-shadow);
}

.pr-step::after {
	content: "";
	position: absolute;
	top: 50%;
	right: -14px;
	width: 10px;
	height: 10px;
	border-top: 2.5px solid var(--pr-pink);
	border-right: 2.5px solid var(--pr-pink);
	transform: translateY(-50%) rotate(45deg);
}

.pr-step:last-child::after {
	display: none;
}

.pr-step-no {
	display: inline-grid;
	place-items: center;
	width: 38px;
	height: 38px;
	margin-bottom: 10px;
	border-radius: 50%;
	background: linear-gradient(135deg, var(--pr-pink-soft), var(--pr-pink));
	color: #fff;
	font-family: var(--pr-font-display);
	font-size: 15px;
	font-weight: 800;
	box-shadow: 0 6px 14px rgba(244, 92, 140, 0.35);
}

.pr-step-title {
	margin: 0 0 8px;
	font-size: 16.5px;
}

.pr-step p {
	margin: 0;
	font-size: 13px;
	line-height: 1.7;
	color: var(--pr-ink-dim);
}

/* ==========================================================
   11. 套餐
   ========================================================== */
.pr-plans-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
	align-items: stretch;
}

.pr-plan {
	position: relative;
	display: flex;
	flex-direction: column;
	padding: 32px 28px;
	background: #fff;
	border: 1.5px solid var(--pr-line);
	border-radius: var(--pr-radius-lg);
	box-shadow: var(--pr-shadow);
}

.pr-plan-featured {
	border-color: var(--pr-pink);
	background:
		radial-gradient(400px 200px at 80% 0%, rgba(255, 143, 179, 0.14), transparent 60%),
		#fff;
	box-shadow: var(--pr-shadow-lg);
}

.pr-plan-badge {
	position: absolute;
	top: -14px;
	left: 50%;
	transform: translateX(-50%);
	margin: 0;
	padding: 5px 16px;
	background: linear-gradient(135deg, var(--pr-pink-soft), var(--pr-pink));
	color: #fff;
	font-size: 12.5px;
	font-weight: 700;
	letter-spacing: 0.1em;
	border-radius: 999px;
	white-space: nowrap;
	box-shadow: 0 6px 16px rgba(244, 92, 140, 0.4);
}

.pr-plan-name {
	margin: 0 0 6px;
	font-family: var(--pr-font-display);
	font-size: 21px;
	letter-spacing: 0.03em;
}

.pr-plan-price {
	margin: 0 0 6px;
	font-size: 14px;
	color: var(--pr-ink-dim);
}

.pr-plan-price span {
	font-family: var(--pr-font-display);
	font-size: 32px;
	font-weight: 800;
	color: var(--pr-pink);
	margin-right: 4px;
}

.pr-plan-for {
	margin: 0 0 18px;
	padding-bottom: 16px;
	font-size: 13px;
	color: var(--pr-ink-dim);
	border-bottom: 1px dashed var(--pr-line);
}

.pr-plan-list {
	margin: 0 0 24px;
	padding: 0;
	list-style: none;
	display: grid;
	gap: 10px;
	flex: 1;
}

.pr-plan-list li {
	position: relative;
	padding-left: 24px;
	font-size: 14px;
}

.pr-plan-list li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 5px;
	width: 13px;
	height: 13px;
	background: linear-gradient(135deg, var(--pr-pink-soft), var(--pr-pink));
	clip-path: path("M6.5 12C2.6 9 0 6.4 0 3.9 0 1.7 1.6 0 3.5 0 4.7 0 5.8.7 6.5 1.8 7.2.7 8.3 0 9.5 0 11.4 0 13 1.7 13 3.9c0 2.5-2.6 5.1-6.5 8.1Z");
}

.pr-plan .pr-btn {
	width: 100%;
}

.pr-plans-note {
	margin: 26px 0 0;
	text-align: center;
	font-size: 13px;
	color: var(--pr-ink-dim);
}

/* ==========================================================
   12. 口碑
   ========================================================== */
.pr-voices-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
}

.pr-voice {
	margin: 0;
	padding: 28px 26px 24px;
	background: #fff;
	border: 1px solid var(--pr-line);
	border-radius: var(--pr-radius-lg);
	box-shadow: var(--pr-shadow);
	position: relative;
	overflow: hidden;
}

.pr-voice::before {
	content: "";
	position: absolute;
	top: -14px;
	right: -14px;
	width: 64px;
	height: 64px;
	background: var(--pr-pink);
	opacity: 0.08;
	clip-path: path("M32 58C13 44 0 31 0 18.5 0 8 8 0 17.5 0 23.5 0 29 3 32 8.5 35 3 40.5 0 46.5 0 56 0 64 8 64 18.5 64 31 51 44 32 58Z");
}

.pr-voice p {
	margin: 0 0 18px;
	font-size: 15px;
	line-height: 1.85;
	color: var(--pr-ink-strong);
}

.pr-voice footer {
	display: grid;
	gap: 2px;
	padding-top: 14px;
	border-top: 1px dashed var(--pr-line);
}

.pr-voice strong {
	font-size: 14.5px;
	color: var(--pr-pink-deep);
}

.pr-voice span {
	font-size: 12.5px;
	color: var(--pr-ink-dim);
}

/* ==========================================================
   13. FAQ
   ========================================================== */
.pr-faq-wrap {
	max-width: 860px;
}

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

.pr-faq {
	background: #fff;
	border: 1px solid var(--pr-line);
	border-radius: var(--pr-radius);
	overflow: hidden;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.pr-faq[open] {
	border-color: rgba(244, 92, 140, 0.5);
	box-shadow: var(--pr-shadow);
}

.pr-faq summary {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 18px 22px;
	font-size: 16px;
	font-weight: 700;
	color: var(--pr-ink-strong);
	cursor: pointer;
	list-style: none;
}

.pr-faq summary::-webkit-details-marker {
	display: none;
}

.pr-faq summary:hover {
	color: var(--pr-pink-deep);
}

.pr-faq-mark {
	position: relative;
	flex: 0 0 auto;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	border: 1.5px solid var(--pr-pink);
}

.pr-faq-mark::before,
.pr-faq-mark::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 11px;
	height: 2px;
	background: var(--pr-pink);
	transform: translate(-50%, -50%);
	transition: transform 0.2s ease;
}

.pr-faq-mark::after {
	transform: translate(-50%, -50%) rotate(90deg);
}

.pr-faq[open] .pr-faq-mark::after {
	transform: translate(-50%, -50%) rotate(0deg);
}

.pr-faq-body {
	padding: 0 22px 20px;
}

.pr-faq-body p {
	margin: 0;
	font-size: 14.5px;
	line-height: 1.85;
	color: var(--pr-ink-dim);
}

/* ==========================================================
   14. 灵感卡片
   ========================================================== */
.pr-news-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
}

.pr-post-card {
	background: #fff;
	border: 1px solid var(--pr-line);
	border-radius: var(--pr-radius-lg);
	overflow: hidden;
	box-shadow: var(--pr-shadow);
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.pr-post-card:hover {
	transform: translateY(-5px);
	box-shadow: var(--pr-shadow-lg);
}

.pr-post-card-link {
	display: flex;
	flex-direction: column;
	height: 100%;
	color: inherit;
}

.pr-post-thumb {
	aspect-ratio: 16 / 10;
	overflow: hidden;
	background: var(--pr-night);
}

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

.pr-post-card-body {
	display: flex;
	flex-direction: column;
	flex: 1;
	padding: 20px 22px 22px;
}

.pr-post-date {
	margin: 0 0 6px;
	font-size: 12.5px;
	letter-spacing: 0.08em;
	color: var(--pr-ink-dim);
}

.pr-post-card-title {
	margin: 0 0 10px;
	font-size: 17.5px;
	line-height: 1.45;
	color: var(--pr-ink-strong);
}

.pr-post-card-link:hover .pr-post-card-title {
	color: var(--pr-pink-deep);
}

.pr-post-card-excerpt {
	margin: 0 0 14px;
	font-size: 13.5px;
	line-height: 1.7;
	color: var(--pr-ink-dim);
}

.pr-post-more {
	margin-top: auto;
	font-size: 13.5px;
	font-weight: 700;
	color: var(--pr-pink);
}

/* ==========================================================
   15. CTA
   ========================================================== */
.pr-cta {
	position: relative;
	background:
		radial-gradient(800px 340px at 50% 120%, rgba(244, 92, 140, 0.3), transparent 65%),
		linear-gradient(165deg, var(--pr-night-deep), var(--pr-night) 60%, var(--pr-violet));
	color: var(--pr-lav-soft);
	padding: 0 0 84px;
	overflow: hidden;
}

.pr-cta-lights {
	margin-bottom: 40px;
}

.pr-cta-lights svg {
	width: 100%;
	height: 80px;
}

.pr-cta-in {
	text-align: center;
	max-width: 720px;
}

.pr-cta-title {
	margin: 0 0 14px;
	font-family: var(--pr-font-display);
	font-size: clamp(1.9rem, 3.6vw, 2.7rem);
	color: #fff;
	letter-spacing: 0.02em;
}

.pr-cta-sub {
	margin: 0 0 30px;
	font-size: 16px;
	color: rgba(207, 196, 240, 0.82);
}

.pr-cta-actions {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 16px;
	margin-bottom: 22px;
}

.pr-cta-meta {
	margin: 0;
	font-size: 13.5px;
	color: rgba(207, 196, 240, 0.55);
}

/* ==========================================================
   16. 页脚
   ========================================================== */
.pr-footer {
	background: var(--pr-night-deep);
	color: rgba(207, 196, 240, 0.78);
}

.pr-footer-lights {
	background: var(--pr-night);
}

.pr-footer-lights svg {
	width: 100%;
	height: 70px;
}

.pr-footer-body {
	background: #120e24;
	padding: 24px 0 28px;
}

.pr-footer-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.4fr) repeat(3, minmax(0, 1fr));
	gap: 36px;
	padding-bottom: 32px;
	border-bottom: 1px solid rgba(207, 196, 240, 0.12);
}

.pr-footer-logo {
	margin: 0 0 12px;
	font-family: var(--pr-font-display);
	font-size: 21px;
	font-weight: 800;
	color: #fff;
	letter-spacing: 0.04em;
}

.pr-footer-blurb {
	margin: 0 0 16px;
	font-size: 13.5px;
	line-height: 1.8;
}

.pr-footer-contact {
	margin: 0;
	padding: 0;
	list-style: none;
	display: grid;
	gap: 6px;
	font-size: 13.5px;
}

.pr-footer-contact a {
	color: var(--pr-gold);
	font-weight: 700;
}

.pr-footer-title {
	margin: 0 0 14px;
	font-size: 15px;
	color: var(--pr-lav-soft);
	letter-spacing: 0.08em;
}

.pr-footer-links {
	margin: 0;
	padding: 0;
	list-style: none;
	display: grid;
	gap: 9px;
}

.pr-footer-links a {
	font-size: 13.5px;
	color: rgba(207, 196, 240, 0.68);
}

.pr-footer-links a:hover {
	color: var(--pr-pink-soft);
}

.pr-footer-legal {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 8px;
	padding-top: 18px;
	font-size: 12.5px;
	color: rgba(207, 196, 240, 0.45);
}

.pr-footer-legal p {
	margin: 0;
}

.pr-footer-legal a {
	color: inherit;
}

.pr-footer-legal a:hover {
	color: var(--pr-pink-soft);
}

/* ==========================================================
   17. 移动咨询条 / Toast
   ========================================================== */
.pr-mobilebar {
	display: none;
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 120;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	box-shadow: 0 -6px 24px rgba(8, 5, 20, 0.4);
}

.pr-mobilebar-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 15px 10px;
	font-size: 15px;
	font-weight: 700;
	border: 0;
}

.pr-mobilebar-tel {
	background: var(--pr-night-deep);
	color: var(--pr-lav-soft);
}

.pr-mobilebar-wx {
	background: linear-gradient(135deg, var(--pr-pink-soft), var(--pr-pink));
	color: #fff;
}

.pr-toast {
	position: fixed;
	left: 50%;
	bottom: 92px;
	z-index: 150;
	transform: translateX(-50%) translateY(8px);
	padding: 12px 22px;
	background: var(--pr-ink-strong);
	color: #fff;
	font-size: 14px;
	border-radius: 999px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
	opacity: 0;
	transition: opacity 0.2s ease, transform 0.2s ease;
	max-width: calc(100vw - 40px);
	text-align: center;
}

.pr-toast.is-show {
	opacity: 1;
	transform: translateX(-50%) translateY(0);
}

/* ==========================================================
   18. 归档 / 文章页
   ========================================================== */
.pr-archive {
	padding: 64px 0 84px;
}

.pr-archive-head {
	max-width: 720px;
	margin: 0 0 40px;
}

.pr-archive-title {
	margin: 0 0 10px;
	font-family: var(--pr-font-display);
	font-size: clamp(1.7rem, 3.4vw, 2.4rem);
}

.pr-archive-sub {
	margin: 0;
	color: var(--pr-ink-dim);
	font-size: 15px;
}

.pr-pagination {
	margin-top: 44px;
}

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

.pr-pagination .page-numbers {
	display: inline-grid;
	place-items: center;
	min-width: 42px;
	padding: 9px 14px;
	border: 1.5px solid var(--pr-line);
	border-radius: 999px;
	background: #fff;
	font-size: 14px;
	font-weight: 600;
	color: var(--pr-ink);
}

.pr-pagination .page-numbers.current {
	background: var(--pr-pink);
	border-color: var(--pr-pink);
	color: #fff;
}

.pr-pagination .page-numbers:hover:not(.current) {
	border-color: var(--pr-pink);
	color: var(--pr-pink-deep);
}

.pr-empty {
	padding: 48px 0;
	max-width: 560px;
}

.pr-empty p {
	font-size: 16px;
}

/* 文章头部 */
.pr-article-head {
	background:
		radial-gradient(700px 280px at 90% -20%, rgba(255, 143, 179, 0.18), transparent 60%),
		linear-gradient(160deg, var(--pr-night-deep), var(--pr-night) 60%, var(--pr-violet));
	padding: 64px 0 56px;
}

.pr-article-head-in {
	max-width: 820px;
}

.pr-article-meta {
	margin: 0 0 12px;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	font-size: 13.5px;
	color: rgba(207, 196, 240, 0.65);
}

.pr-article-title {
	margin: 0;
	font-family: var(--pr-font-display);
	font-size: clamp(1.6rem, 3.4vw, 2.4rem);
	color: #fff;
	letter-spacing: 0.01em;
}

.pr-article-layout {
	max-width: 820px;
	padding: 48px 0 84px;
}

.pr-article-thumb {
	margin: 0 0 32px;
	border-radius: var(--pr-radius-lg);
	overflow: hidden;
	box-shadow: var(--pr-shadow);
}

/* 正文排版（wlq 兼容） */
.pr-prose {
	font-size: 16.5px;
	line-height: 1.9;
	color: var(--pr-ink);
}

.pr-prose > * {
	margin-top: 0;
}

.pr-prose h2 {
	margin: 2em 0 0.7em;
	padding-left: 14px;
	border-left: 4px solid var(--pr-pink);
	font-family: var(--pr-font-display);
	font-size: 1.45em;
	letter-spacing: 0.01em;
}

.pr-prose h3 {
	margin: 1.6em 0 0.6em;
	font-size: 1.2em;
}

.pr-prose h4 {
	margin: 1.4em 0 0.5em;
	font-size: 1.05em;
	color: var(--pr-pink-deep);
}

.pr-prose p {
	margin: 0 0 1.2em;
}

.pr-prose ul,
.pr-prose ol {
	margin: 0 0 1.2em;
	padding-left: 1.5em;
}

.pr-prose li {
	margin-bottom: 0.4em;
}

.pr-prose blockquote {
	margin: 1.6em 0;
	padding: 18px 22px;
	background: var(--pr-blush-deep);
	border-left: 4px solid var(--pr-pink-soft);
	border-radius: 0 var(--pr-radius) var(--pr-radius) 0;
	color: var(--pr-ink-strong);
}

.pr-prose blockquote p:last-child {
	margin-bottom: 0;
}

.pr-prose img {
	border-radius: var(--pr-radius);
	margin: 1.4em auto;
}

.pr-prose table {
	width: 100%;
	margin: 1.6em 0;
	border-collapse: collapse;
	font-size: 14.5px;
}

.pr-prose th,
.pr-prose td {
	padding: 11px 14px;
	border: 1px solid var(--pr-line);
	text-align: left;
	vertical-align: top;
}

.pr-prose th {
	background: var(--pr-blush-deep);
	color: var(--pr-ink-strong);
	white-space: nowrap;
}

.pr-prose tr:nth-child(even) td {
	background: rgba(244, 231, 238, 0.4);
}

.pr-prose a {
	color: var(--pr-pink-deep);
	border-bottom: 1px dashed rgba(244, 92, 140, 0.5);
}

.pr-prose a:hover {
	border-bottom-style: solid;
}

.pr-prose code {
	padding: 2px 7px;
	background: var(--pr-blush-deep);
	border-radius: 5px;
	font-size: 0.88em;
}

.pr-prose pre {
	padding: 18px;
	background: var(--pr-night);
	color: var(--pr-lav-soft);
	border-radius: var(--pr-radius);
	overflow-x: auto;
	font-size: 0.88em;
	line-height: 1.7;
}

.pr-prose pre code {
	background: none;
	padding: 0;
}

.pr-prose hr {
	margin: 2em auto;
	width: 120px;
	border: 0;
	border-top: 2px dashed var(--pr-line);
}

.pr-article-cta {
	margin: 40px 0;
	padding: 30px 28px;
	background:
		radial-gradient(400px 180px at 90% 0%, rgba(255, 143, 179, 0.22), transparent 60%),
		linear-gradient(150deg, var(--pr-night-deep), var(--pr-violet));
	border-radius: var(--pr-radius-lg);
	color: var(--pr-lav-soft);
}

.pr-article-cta h2 {
	margin: 0 0 8px;
	font-family: var(--pr-font-display);
	font-size: 21px;
	color: #fff;
}

.pr-article-cta p {
	margin: 0 0 18px;
	font-size: 14.5px;
	color: rgba(207, 196, 240, 0.82);
}

.pr-article-cta-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.pr-article-cta .pr-btn-line {
	border-color: rgba(207, 196, 240, 0.5);
	color: var(--pr-lav-soft);
}

.pr-article-cta .pr-btn-line:hover {
	background: rgba(207, 196, 240, 0.12);
	color: #fff;
}

.pr-postnav {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
	margin: 36px 0 0;
	padding-top: 24px;
	border-top: 1px solid var(--pr-line);
	font-size: 14px;
}

.pr-postnav-next {
	text-align: right;
}

.pr-postnav a {
	font-weight: 600;
}

/* ==========================================================
   19. 404 / 搜索
   ========================================================== */
.pr-404 {
	padding: 84px 0;
}

.pr-404-in {
	max-width: 560px;
	text-align: center;
}

.pr-404-art {
	max-width: 300px;
	margin: 0 auto 20px;
	border-radius: var(--pr-radius-lg);
	overflow: hidden;
	box-shadow: var(--pr-shadow-lg);
}

.pr-404-code {
	margin: 0 0 4px;
	font-family: var(--pr-font-display);
	font-size: 64px;
	font-weight: 800;
	line-height: 1;
	background: linear-gradient(120deg, var(--pr-pink), var(--pr-lav));
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}

.pr-404-title {
	margin: 0 0 10px;
	font-family: var(--pr-font-display);
	font-size: 26px;
}

.pr-404-sub {
	margin: 0 0 24px;
	color: var(--pr-ink-dim);
}

.pr-404-actions {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 14px;
	margin-bottom: 28px;
}

.pr-search {
	display: flex;
	gap: 10px;
	max-width: 460px;
	margin-inline: auto;
}

.pr-search-input {
	flex: 1;
	min-width: 0;
	padding: 12px 18px;
	border: 1.5px solid var(--pr-line);
	border-radius: 999px;
	background: #fff;
	font-family: inherit;
	font-size: 14.5px;
	color: var(--pr-ink);
}

.pr-search-input:focus {
	outline: none;
	border-color: var(--pr-pink);
	box-shadow: 0 0 0 3px rgba(244, 92, 140, 0.16);
}

.pr-search-btn {
	display: inline-grid;
	place-items: center;
	width: 48px;
	height: 48px;
	border: 0;
	border-radius: 50%;
	background: linear-gradient(135deg, var(--pr-pink-soft), var(--pr-pink));
	color: #fff;
	flex: 0 0 auto;
}

.pr-empty .pr-search {
	margin-inline: 0;
	margin-top: 20px;
}

/* ==========================================================
   20. 响应式
   ========================================================== */
@media (max-width: 1024px) {
	.pr-services-grid,
	.pr-cases-grid,
	.pr-voices-grid,
	.pr-news-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

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

	.pr-step:nth-child(3n)::after {
		display: none;
	}

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

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

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

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

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

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

	.pr-nav {
		position: fixed;
		top: 72px;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 90;
		margin: 0;
		background: rgba(18, 14, 36, 0.98);
		transform: translateX(100%);
		transition: transform 0.24s ease;
		overflow-y: auto;
	}

	.pr-nav.is-open {
		transform: translateX(0);
	}

	.pr-menu {
		flex-direction: column;
		align-items: stretch;
		gap: 0;
		padding: 18px 22px;
	}

	.pr-menu a {
		display: block;
		padding: 15px 12px;
		font-size: 17px;
		border-bottom: 1px solid rgba(207, 196, 240, 0.1);
		border-radius: 0;
	}

	.pr-hero-grid {
		grid-template-columns: minmax(0, 1fr);
		gap: 36px;
		padding: 56px 0 72px;
	}

	.pr-hero-art {
		max-width: 460px;
		margin-inline: auto;
	}
}

@media (max-width: 768px) {
	.pr-section {
		padding: 60px 0;
	}

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

	.pr-stats-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		row-gap: 22px;
	}

	.pr-stat:nth-child(3) {
		border-left: 0;
	}

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

	.pr-step::after {
		display: none;
	}

	.pr-secret-grid {
		grid-template-columns: minmax(0, 1fr);
	}

	.pr-mobilebar {
		display: grid;
	}

	body {
		padding-bottom: 54px;
	}

	.pr-footer-body {
		padding-bottom: 40px;
	}

	.pr-postnav {
		grid-template-columns: minmax(0, 1fr);
	}

	.pr-postnav-next {
		text-align: left;
	}
}

@media (max-width: 600px) {
	.pr-container {
		width: calc(100% - 32px);
	}

	.pr-hero-title {
		font-size: clamp(1.75rem, 8.4vw, 2.15rem);
	}

	.pr-services-grid,
	.pr-cases-grid,
	.pr-voices-grid,
	.pr-news-grid {
		grid-template-columns: minmax(0, 1fr);
	}

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

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

	.pr-cta-actions {
		flex-direction: column;
		align-items: stretch;
	}

	.pr-article-cta-actions .pr-btn {
		width: 100%;
	}

	.pr-faq summary {
		font-size: 15px;
		padding: 16px 18px;
	}

	.pr-faq-body {
		padding: 0 18px 18px;
	}
}
