.pm {
	max-width: 1000px;
	margin: 20px auto 30px;
	padding: 24px 26px 26px;
	background: rgba(18, 20, 23, 0.95);
	border: 1px solid #3A4045;
}

.pm-head {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px 12px;
	margin-bottom: 10px;
}
.pm-tag {
	padding: 3px 10px;
	font-size: 11px;
	letter-spacing: 1px;
	font-weight: bold;
	color: #1A1A1A;
	background: linear-gradient(135deg, #D4AF37, #F5D061);
}
.pm-title {
	margin: 0;
	font-size: 1.4em;
	line-height: 1.25em;
	color: #FFF;
}
.pm-lead {
	margin: 0 0 18px;
	font-size: 0.98em;
	line-height: 1.55em;
	color: #DBDCDE;
}

.pm-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
	gap: 10px 24px;
	margin-bottom: 20px;
}
.pm-item {
	position: relative;
	padding-left: 24px;
	font-size: 0.9em;
	line-height: 1.45em;
	color: #C9CFD5;
}
.pm-item:before {
	content: "\2713";
	position: absolute;
	left: 2px;
	color: #E07A52;
}
.pm-item b {
	display: block;
	font-weight: normal;
	color: #FFF;
}

.pm-actions { margin-bottom: 10px; }
.pm-cta {
	display: inline-block;
	padding: 12px 28px;
	font-size: 0.95em;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	color: #1A1A1A;
	background: linear-gradient(135deg, #D4AF37, #F5D061);
	border: 0;
	text-decoration: none;
}
.pm-cta:hover {
	color: #1A1A1A;
	filter: brightness(1.07);
	text-decoration: none;
}
.pm-note {
	margin: 6px 0 0;
	font-size: 0.85em;
	line-height: 1.5em;
	color: #8C939B;
}

.pm-shot {
	margin: 26px 0 0;
}
.pm-shot-bar {
	padding: 10px 16px;
	font-size: 0.95em;
	line-height: 1.3em;
	font-weight: bold;
	letter-spacing: 0.6px;
	text-transform: uppercase;
	text-align: center;
	color: #1A1A1A;
	background: linear-gradient(135deg, #F5D061, #E8B93B);
	border: 1px solid #E8B93B;
	border-bottom: 0;
}
.pm-shot-frame {
	position: relative;
	border: 1px solid #E8B93B;
	background: #0F1113;
	overflow: hidden;
}
.pm-shot-frame img {
	display: block;
	width: 100%;
	height: auto;
	opacity: 0.85;
}
.pm-shot-watermark {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	pointer-events: none;
}
.pm-shot-watermark:before {
	content: "ПРИМЕР";
	transform: rotate(-18deg);
	font-size: clamp(48px, 11vw, 120px);
	font-weight: bold;
	letter-spacing: 10px;
	color: rgba(245, 208, 97, 0.28);
	text-shadow: 0 0 30px rgba(0, 0, 0, 0.35);
}
.pm-shot figcaption {
	margin-top: 8px;
	font-size: 0.82em;
	line-height: 1.45em;
	color: #8C939B;
	text-align: center;
}

@media screen and (max-width: 767px) {
	.pm { margin: 12px 8px 20px; padding: 18px 14px 20px; }
	.pm-title { font-size: 1.15em; }
	.pm-cta { display: block; text-align: center; }
}
