/* ================================
   WOWPR Shop - Fase 1 visual
   ================================ */

.wowpr-shop-page {
	margin: 18px auto;
	max-width: 1180px;
	padding: 10px;
}

.wowpr-shop-hero {
	position: relative;
	overflow: hidden;
	text-align: center;
	padding: 34px 20px;
	margin-bottom: 18px;
	border-radius: 18px;
	border: 1px solid rgba(255, 199, 44, 0.55);
	background:
		radial-gradient(circle at top center, rgba(255, 199, 44, 0.22), transparent 42%),
		linear-gradient(180deg, rgba(28, 18, 0, 0.98), rgba(0, 0, 0, 0.98));
	box-shadow:
		0 0 18px rgba(255, 199, 44, 0.28),
		inset 0 0 18px rgba(255, 199, 44, 0.10);
}

.wowpr-shop-hero::after {
	content: "";
	position: absolute;
	top: 0;
	left: -80%;
	width: 45%;
	height: 100%;
	background: linear-gradient(
		120deg,
		transparent,
		rgba(255, 255, 255, 0.16),
		transparent
	);
	transform: skewX(-20deg);
	animation: wowpr-shop-shine 5.5s infinite;
	pointer-events: none;
}

@keyframes wowpr-shop-shine {
	0% {
		left: -80%;
	}
	50% {
		left: -80%;
	}
	75% {
		left: 130%;
	}
	100% {
		left: 130%;
	}
}

.wowpr-shop-kicker {
	display: inline-block;
	margin-bottom: 8px;
	padding: 5px 12px;
	border-radius: 999px;
	border: 1px solid rgba(255, 199, 44, 0.75);
	background: rgba(0, 0, 0, 0.55);
	color: #ffd966;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 1.2px;
	text-transform: uppercase;
	text-shadow: 0 0 7px rgba(255, 199, 44, 0.9);
}

.wowpr-shop-hero h1 {
	margin: 0;
	color: #fff1a8;
	font-size: 34px;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-shadow:
		0 0 9px rgba(255, 241, 168, 0.95),
		0 0 18px rgba(255, 106, 0, 0.45);
}

.wowpr-shop-hero p {
	max-width: 720px;
	margin: 10px auto 0 auto;
	color: #f2e3b3;
	font-size: 14px;
	line-height: 1.5;
}

.wowpr-shop-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
	gap: 14px;
	margin-top: 16px;
}

.wowpr-shop-card {
	position: relative;
	overflow: hidden;
	padding: 18px 15px;
	border-radius: 16px;
	text-align: center;
	border: 1px solid rgba(255, 199, 44, 0.38);
	background:
		radial-gradient(circle at top, rgba(255, 199, 44, 0.13), transparent 38%),
		linear-gradient(180deg, rgba(20, 20, 20, 0.98), rgba(0, 0, 0, 0.98));
	box-shadow:
		0 0 12px rgba(0, 0, 0, 0.85),
		inset 0 0 12px rgba(255, 199, 44, 0.07);
	transition:
		transform 0.22s ease,
		border-color 0.22s ease,
		box-shadow 0.22s ease;
}

.wowpr-shop-card:hover {
	transform: translateY(-4px);
	border-color: rgba(255, 199, 44, 0.85);
	box-shadow:
		0 0 16px rgba(255, 199, 44, 0.32),
		0 0 22px rgba(0, 0, 0, 0.85),
		inset 0 0 14px rgba(255, 199, 44, 0.12);
}

.wowpr-shop-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 46px;
	height: 46px;
	margin: 0 auto 10px auto;
	border-radius: 50%;
	border: 1px solid rgba(255, 199, 44, 0.70);
	background:
		radial-gradient(circle, rgba(255, 199, 44, 0.24), rgba(0, 0, 0, 0.86) 68%);
	font-size: 22px;
	box-shadow:
		0 0 10px rgba(255, 199, 44, 0.46),
		inset 0 0 8px rgba(255, 199, 44, 0.16);
}

.wowpr-shop-card h2 {
	margin: 0 0 8px 0;
	color: #ffd966;
	font-size: 17px;
	font-weight: 800;
	text-transform: uppercase;
	text-shadow: 0 0 7px rgba(255, 199, 44, 0.75);
}

.wowpr-shop-card p {
	min-height: 58px;
	margin: 0;
	color: #ddd0aa;
	font-size: 13px;
	line-height: 1.4;
}

.wowpr-shop-price {
	display: inline-block;
	margin: 14px 0 12px 0;
	padding: 6px 12px;
	border-radius: 999px;
	border: 1px solid rgba(61, 255, 121, 0.55);
	background:
		linear-gradient(180deg, rgba(4, 34, 14, 0.95), rgba(0, 0, 0, 0.95));
	color: #baffcf;
	font-size: 12px;
	font-weight: 800;
	text-transform: uppercase;
	box-shadow:
		0 0 8px rgba(61, 255, 121, 0.28),
		inset 0 0 7px rgba(61, 255, 121, 0.12);
	text-shadow: 0 0 6px rgba(61, 255, 121, 0.72);
}

.wowpr-shop-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 112px;
	padding: 8px 14px;
	border-radius: 999px;
	border: 1px solid rgba(255, 199, 44, 0.86);
	background:
		linear-gradient(180deg, rgba(255, 199, 44, 0.95), rgba(130, 78, 0, 0.95));
	color: #1a1000 !important;
	font-size: 12px;
	font-weight: 900;
	text-transform: uppercase;
	text-decoration: none !important;
	box-shadow:
		0 0 10px rgba(255, 199, 44, 0.40),
		inset 0 1px 0 rgba(255, 255, 255, 0.32);
	transition:
		transform 0.18s ease,
		box-shadow 0.18s ease,
		filter 0.18s ease;
}

.wowpr-shop-button:hover {
	transform: scale(1.04);
	filter: brightness(1.08);
	box-shadow:
		0 0 14px rgba(255, 199, 44, 0.62),
		inset 0 1px 0 rgba(255, 255, 255, 0.35);
}

.wowpr-shop-card-legend {
	border-color: rgba(255, 199, 44, 0.72);
	background:
		radial-gradient(circle at top, rgba(255, 199, 44, 0.24), transparent 42%),
		linear-gradient(180deg, rgba(44, 27, 0, 0.98), rgba(0, 0, 0, 0.98));
}

.wowpr-shop-note {
	margin-top: 18px;
	padding: 12px 14px;
	border-radius: 14px;
	border: 1px solid rgba(70, 168, 255, 0.42);
	background:
		linear-gradient(180deg, rgba(3, 22, 43, 0.92), rgba(0, 0, 0, 0.92));
	color: #cfe8ff;
	font-size: 13px;
	text-align: center;
	box-shadow:
		0 0 10px rgba(70, 168, 255, 0.22),
		inset 0 0 10px rgba(70, 168, 255, 0.08);
}

@media (max-width: 700px) {
	.wowpr-shop-page {
		padding: 6px;
	}

	.wowpr-shop-hero {
		padding: 26px 14px;
	}

	.wowpr-shop-hero h1 {
		font-size: 27px;
	}

	.wowpr-shop-grid {
		grid-template-columns: 1fr;
	}
}