.wp-price-widget,
.wp-price-widget *{
	box-sizing:border-box;
}

.wp-price-widget{
	width:100%;
	max-width:100%;
	margin:0 auto;
	overflow:hidden;
	background:
		radial-gradient(circle at 8% 0%,rgba(218,181,104,.18),transparent 30%),
		radial-gradient(circle at 92% 12%,rgba(255,255,255,.07),transparent 28%),
		linear-gradient(180deg,#050505,#0b0805 48%,#020202);
	color:#f4e4c4;
	font-family:"Noto Sans TC","Microsoft JhengHei",sans-serif;
}

.wp-price-widget a{
	color:#f5d18a;
	text-decoration:none;
}

.wp-price-widget a:hover{
	color:#fff0bf;
}

.wp-price-main{
	width:min(100% - 48px,1480px);
	margin:0 auto;
	padding:48px 0 54px;
}

.wp-price-hero{
	display:block;
	margin-bottom:28px;
	padding:42px 38px;
	border:1px solid rgba(218,181,104,.36);
	border-radius:38px;
	background:
		radial-gradient(circle at top right,rgba(218,181,104,.13),transparent 35%),
		linear-gradient(180deg,rgba(24,18,12,.92),rgba(5,5,5,.92));
	box-shadow:
		0 24px 76px rgba(0,0,0,.42),
		inset 0 0 0 1px rgba(255,255,255,.045);
}

.wp-price-hero-copy{
	display:grid;
	grid-template-columns:minmax(0,1fr) minmax(280px,392px);
	gap:14px 30px;
	align-items:start;
	width:100%;
	min-width:0;
}

.wp-price-hero-copy > .wp-eyebrow,
.wp-price-hero-copy > h1,
.wp-price-hero-copy > p{
	grid-column:1;
	min-width:0;
}

.wp-price-hero-copy > .wp-price-image-card{
	grid-column:2;
	grid-row:1 / span 20;
	align-self:start;
	justify-self:end;
	width:100%;
	max-width:392px;
	margin:0;
}

.wp-eyebrow{
	display:inline-flex!important;
	width:auto;
	margin:0 0 14px!important;
	padding:7px 14px;
	border:1px solid rgba(218,181,104,.35);
	border-radius:999px;
	background:rgba(255,215,130,.06);
	color:#f5d89d!important;
	font-size:14px!important;
	font-weight:900;
	letter-spacing:.12em;
	line-height:1.5!important;
}

.wp-price-hero h1{
	margin:0 0 20px;
	color:#ffe3a4;
	font-size:clamp(36px,4.6vw,68px);
	line-height:1.16;
	letter-spacing:.04em;
	text-shadow:0 8px 24px rgba(0,0,0,.56);
}

.wp-price-section,
.wp-price-faq,
.wp-media-panel{
	margin-top:26px;
	padding:34px;
	border:1px solid rgba(218,181,104,.3);
	border-radius:34px;
	background:linear-gradient(
		180deg,
		rgba(18,14,10,.92),
		rgba(5,5,5,.92)
	);
	box-shadow:
		0 18px 56px rgba(0,0,0,.35),
		inset 0 0 0 1px rgba(255,255,255,.035);
}

.wp-price-section h2,
.wp-price-faq h2,
.wp-media-head h2{
	margin:0 0 20px;
	padding-left:16px;
	border-left:5px solid #d9ac57;
	color:#ffd98f;
	font-size:clamp(25px,2.3vw,38px);
	line-height:1.35;
}

.wp-price-section p,
.wp-price-hero p,
.wp-price-faq p,
.wp-media-card p{
	margin:14px 0;
	color:#f1e6d2;
	font-size:18px;
	line-height:2.05;
	letter-spacing:.02em;
}

.wp-price-image-card{
	width:100%;
	margin:22px 0 26px;
	padding:12px;
	border:1px solid rgba(240,198,110,.52);
	border-radius:30px;
	background:linear-gradient(
		145deg,
		rgba(255,222,150,.15),
		rgba(255,255,255,.035),
		rgba(160,105,36,.12)
	);
	box-shadow:
		0 18px 42px rgba(0,0,0,.36),
		inset 0 0 0 1px rgba(255,255,255,.08);
}

.wp-price-image-card img{
	display:block;
	width:100%;
	height:auto;
	aspect-ratio:1 / 1;
	border-radius:22px;
	object-fit:contain;
	background:#050505;
}

@media(min-width:1024px){

	.wp-price-section{
		display:grid;
		grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);
		gap:24px;
		align-items:start;
	}

	.wp-price-section > h2{
		grid-column:1 / -1;
	}

	.wp-price-section > .wp-price-image-card{
		grid-column:1;
		grid-row:2 / span 6;
		margin:0;
	}

	.wp-price-section > p,
	.wp-price-section > .wp-related-card{
		grid-column:2;
	}

	.wp-price-section:not(:has(.wp-price-image-card)){
		display:block;
	}
}

.wp-related-card{
	margin:22px 0 6px;
	padding:24px;
	border:1px solid rgba(218,181,104,.25);
	border-radius:26px;
	background:rgba(255,215,130,.06);
	box-shadow:inset 0 0 0 1px rgba(255,255,255,.035);
}

.wp-related-card p{
	margin:0!important;
	color:#ffe4aa!important;
	font-weight:900!important;
}

.wp-related-card a{
	display:inline-block;
	margin-top:8px;
	color:#ffd98f!important;
	text-decoration:none!important;
}

.wp-faq-list{
	display:grid;
	grid-template-columns:repeat(2,minmax(0,1fr));
	gap:16px;
}

.wp-faq-card{
	padding:22px;
	border:1px solid rgba(218,181,104,.22);
	border-radius:24px;
	background:rgba(255,255,255,.04);
}

.wp-faq-card h3{
	margin:0 0 10px;
	color:#ffe4aa;
	font-size:20px;
	line-height:1.45;
}

.wp-faq-card p{
	margin:0;
	color:#eee4d6!important;
	font-size:16px;
	line-height:1.9;
}

.wp-media-panel{
	margin-bottom:6px;
}

.wp-media-head{
	max-width:920px;
	margin:0 auto 28px;
	text-align:center;
}

.wp-media-head h2{
	display:inline-block;
	text-align:left;
}

.wp-media-head p{
	color:#ddd0b7;
	font-size:18px;
	line-height:1.9;
}

.wp-media-grid{
	display:grid;
	grid-template-columns:repeat(2,minmax(0,1fr));
	gap:18px;
}

.wp-media-card{
	padding:26px;
	border:1px solid rgba(218,181,104,.3);
	border-radius:24px;
	background:rgba(0,0,0,.36);
}

.wp-media-card span{
	display:inline-block;
	margin-bottom:12px;
	padding:7px 14px;
	border:1px solid rgba(218,181,104,.38);
	border-radius:999px;
	color:#f5d89d;
	font-size:13px;
	font-weight:800;
}

.wp-media-card h3{
	margin:0 0 12px;
	color:#f5d89d;
	font-size:22px;
	line-height:1.45;
}

.wp-media-card a{
	display:flex;
	align-items:center;
	justify-content:center;
	min-height:56px;
	margin-top:18px;
	padding:13px 18px;
	border-radius:999px;
	background:linear-gradient(135deg,#f5d89d,#d4af37);
	color:#111!important;
	font-weight:900;
	text-align:center;
	text-decoration:none!important;
}

@media(max-width:1023px) and (min-width:768px){

	.wp-price-hero-copy{
		grid-template-columns:minmax(0,1fr) minmax(260px,322px);
		gap:18px 24px;
	}

	.wp-price-hero-copy > .wp-price-image-card{
		width:100%;
		max-width:322px;
	}
}

@media(max-width:767px){

	.wp-price-main{
		width:100%;
		padding:0;
	}

	.wp-price-hero,
	.wp-price-section,
	.wp-price-faq,
	.wp-media-panel{
		margin:0;
		padding:24px 14px;
		border-right:0;
		border-left:0;
		border-radius:0;
	}

	.wp-price-hero-copy{
		display:block;
	}

	.wp-price-hero-copy > .wp-price-image-card{
		width:70%;
		max-width:392px;
		margin:0 auto 18px;
	}

	.wp-price-hero h1{
		font-size:34px;
	}

	.wp-price-section h2,
	.wp-price-faq h2,
	.wp-media-head h2{
		font-size:24px;
	}

	.wp-price-section p,
	.wp-price-hero p,
	.wp-media-card p{
		font-size:16px;
		line-height:1.95;
	}

	.wp-faq-list,
	.wp-media-grid{
		grid-template-columns:1fr;
	}

	.wp-price-image-card{
		padding:10px;
		border-radius:24px;
	}

	.wp-price-image-card img{
		border-radius:18px;
	}
}

.wp-topbar,
.wp-topbar *,
.wp-topbar *::before,
.wp-topbar *::after{
	box-sizing:border-box;
}

.wp-topbar{
	position:relative;
	z-index:9999;
	width:100%;
	border-bottom:1px solid rgba(232,190,108,.28);
	background:linear-gradient(180deg,#080808,#13110d);
	font-family:"Noto Sans TC","Microsoft JhengHei",system-ui,sans-serif;
}

.wp-topbar__inner{
	display:flex;
	align-items:center;
	justify-content:space-between;
	gap:14px;
	width:100%;
	min-height:72px;
	padding:10px clamp(14px,4vw,34px);
}

.wp-topbar__brand{
	display:flex;
	flex-direction:column;
	line-height:1.2;
	text-decoration:none;
}

.wp-topbar__brand span{
	display:block;
	color:#f5d89d;
	font-size:clamp(20px,2.3vw,28px);
	font-weight:900;
	letter-spacing:3px;
}

.wp-topbar__brand small{
	display:block;
	margin-top:6px;
	color:#d8b76a;
	font-size:12px;
	font-weight:800;
	letter-spacing:3px;
}

.wp-topbar__btn{
	display:flex;
	align-items:center;
	justify-content:center;
	width:74px;
	height:54px;
	min-width:74px;
	min-height:54px;
	padding:0;
	border:0;
	border-radius:999px;
	background:linear-gradient(180deg,#8b8574,#746c5f);
	color:#f1cc82;
	font-size:28px;
	line-height:1;
	cursor:pointer;
	box-shadow:
		inset 0 7px 12px rgba(0,0,0,.34),
		inset 0 -3px 6px rgba(255,255,255,.12),
		0 10px 18px rgba(0,0,0,.35);
}

.wp-topbar__panel{
	display:none;
	position:absolute;
	top:calc(100% + 8px);
	right:clamp(12px,4vw,34px);
	left:clamp(12px,4vw,34px);
	z-index:10000;
	padding:14px 22px 20px;
	border:1px solid rgba(232,190,108,.28);
	border-radius:22px;
	background:linear-gradient(
		180deg,
		rgba(255,255,255,.98),
		rgba(245,242,236,.98)
	);
	box-shadow:0 18px 44px rgba(0,0,0,.5);
}

.wp-topbar__panel.is-open{
	display:block;
}

.wp-topbar__panel a{
	display:block;
	padding:15px 0;
	border-bottom:1px solid rgba(0,0,0,.06);
	color:#b08847;
	font-size:17px;
	font-weight:800;
	line-height:1.5;
	text-decoration:none;
}

.wp-topbar__panel a:last-child{
	border-bottom:0;
}

@media(min-width:768px){

	.wp-topbar__inner{
		min-height:86px;
	}

	.wp-topbar__panel{
		right:34px;
		left:auto;
		width:min(420px,86vw);
	}
}

@media(max-width:767px){

	.wp-topbar__inner{
		justify-content:center;
	}

	.wp-topbar__btn{
		position:absolute;
		top:50%;
		left:16px;
		transform:translateY(-50%);
	}

	.wp-topbar__brand{
		text-align:center;
	}

	.wp-topbar__brand span{
		font-size:23px;
	}

	.wp-topbar__brand small{
		font-size:12px;
	}
}