.xag-guide,
.xag-product-guide {
	--xag-red: #c00000;
	--xag-red-dark: #8f0000;
	--xag-ink: #111113;
	--xag-muted: #5d626b;
	--xag-border: #e8e8ec;
	--xag-soft: #f7f7f8;
	--xag-gold: #b7791f;
	font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	color: var(--xag-ink);
}

.xag-guide {
	max-width: 1180px;
	margin: 0 auto;
	padding: 28px 18px 72px;
}

.xag-hero {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
	gap: 34px;
	align-items: center;
	margin: 24px 0 28px;
}

.xag-eyebrow {
	margin: 0 0 10px;
	font-size: 12px;
	line-height: 1.3;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	color: var(--xag-red);
}

.xag-hero h1 {
	margin: 0 0 16px;
	font-size: clamp(34px, 5vw, 62px);
	line-height: 1.02;
	letter-spacing: 0;
	font-weight: 850;
	color: var(--xag-ink);
}

.xag-hero__lead {
	margin: 0 0 20px;
	font-size: 18px;
	line-height: 1.62;
	color: var(--xag-muted);
	max-width: 720px;
}

.xag-hero__media {
	position: relative;
	border-radius: 8px;
	overflow: hidden;
	background: #eee;
	aspect-ratio: 4 / 3;
	box-shadow: 0 14px 36px rgba(0, 0, 0, 0.12);
}

.xag-hero__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.xag-price {
	position: absolute;
	right: 16px;
	bottom: 16px;
	background: #fff;
	color: var(--xag-red);
	padding: 10px 14px;
	border-radius: 6px;
	font-size: 20px;
	font-weight: 850;
	box-shadow: 0 8px 22px rgba(0, 0, 0, 0.18);
}

.xag-trust-row {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 18px 0 22px;
}

.xag-trust-row span {
	display: inline-flex;
	align-items: center;
	min-height: 34px;
	padding: 7px 11px;
	border: 1px solid var(--xag-border);
	border-radius: 6px;
	background: #fff;
	color: #292d33;
	font-size: 13px;
	font-weight: 700;
}

.xag-hero__actions,
.xag-product-guide__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	align-items: center;
}

.xag-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 13px 18px;
	border-radius: 6px;
	text-decoration: none !important;
	font-size: 15px;
	font-weight: 800;
	line-height: 1.15;
	transition: background 180ms ease, color 180ms ease, border-color 180ms ease;
}

.xag-btn--primary {
	background: var(--xag-red);
	color: #fff !important;
	border: 1px solid var(--xag-red);
}

.xag-btn--primary:hover {
	background: var(--xag-red-dark);
	border-color: var(--xag-red-dark);
}

.xag-btn--ghost {
	background: #fff;
	color: var(--xag-ink) !important;
	border: 1px solid var(--xag-border);
}

.xag-btn--ghost:hover {
	color: var(--xag-red) !important;
	border-color: var(--xag-red);
}

.xag-gallery {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 8px;
	margin: 18px 0 38px;
}

.xag-gallery img {
	width: 100%;
	aspect-ratio: 1 / 0.72;
	object-fit: cover;
	border-radius: 6px;
	display: block;
	background: #eee;
}

.xag-guide__body {
	max-width: 860px;
	margin: 0 auto;
	font-size: 17px;
	line-height: 1.78;
	color: #252a31;
}

.xag-guide__body h2 {
	margin: 42px 0 14px;
	font-size: clamp(26px, 3vw, 38px);
	line-height: 1.15;
	letter-spacing: 0;
	color: var(--xag-ink);
}

.xag-guide__body h3 {
	margin: 28px 0 10px;
	font-size: 22px;
	line-height: 1.25;
	color: var(--xag-ink);
}

.xag-guide__body p {
	margin: 0 0 18px;
}

.xag-guide__body ul,
.xag-guide__body ol {
	margin: 0 0 22px 24px;
	padding: 0;
}

.xag-guide__body li {
	margin: 8px 0;
}

.xag-guide__body table {
	width: 100%;
	border-collapse: collapse;
	margin: 26px 0;
	font-size: 15px;
	background: #fff;
	border: 1px solid var(--xag-border);
}

.xag-guide__body th,
.xag-guide__body td {
	padding: 12px 14px;
	border-bottom: 1px solid var(--xag-border);
	text-align: left;
	vertical-align: top;
}

.xag-guide__body th {
	background: var(--xag-soft);
	font-weight: 800;
	color: var(--xag-ink);
}

.xag-faq,
.xag-sources,
.xag-form,
.xag-related {
	max-width: 900px;
	margin: 44px auto 0;
	padding: 28px;
	background: #fff;
	border: 1px solid var(--xag-border);
	border-radius: 8px;
	box-shadow: 0 8px 26px rgba(0, 0, 0, 0.05);
}

.xag-faq h2,
.xag-sources h2,
.xag-form h2,
.xag-related h2 {
	margin: 0 0 18px;
	font-size: 30px;
	line-height: 1.16;
	letter-spacing: 0;
}

.xag-faq details,
.xag-product-guide details {
	border-top: 1px solid var(--xag-border);
	padding: 16px 0;
}

.xag-faq summary,
.xag-product-guide summary {
	cursor: pointer;
	font-weight: 800;
	color: var(--xag-ink);
}

.xag-faq details div,
.xag-product-guide details div {
	color: var(--xag-muted);
	line-height: 1.65;
	margin-top: 10px;
}

.xag-sources ul {
	margin: 0;
	padding-left: 20px;
}

.xag-form__intro p:last-child {
	margin-bottom: 18px;
	color: var(--xag-muted);
}

.xag-related {
	max-width: 1060px;
}

.xag-related__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
}

.xag-related-card {
	border: 1px solid var(--xag-border);
	border-radius: 8px;
	overflow: hidden;
	background: #fff;
	box-shadow: 0 5px 16px rgba(0, 0, 0, 0.04);
}

.xag-related-card__media {
	display: block;
	aspect-ratio: 4 / 3;
	background: var(--xag-soft);
	color: var(--xag-ink);
	text-decoration: none;
	overflow: hidden;
}

.xag-related-card__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.xag-related-card__media span {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	padding: 14px;
	text-align: center;
	font-weight: 800;
}

.xag-related-card__body {
	padding: 15px;
}

.xag-related-card__price {
	margin: 0 0 8px;
	color: var(--xag-red);
	font-weight: 850;
}

.xag-related-card h3 {
	margin: 0 0 8px;
	font-size: 18px;
	line-height: 1.22;
}

.xag-related-card h3 a,
.xag-related-card__link {
	color: var(--xag-ink);
	text-decoration: none;
}

.xag-related-card h3 a:hover,
.xag-related-card__link:hover {
	color: var(--xag-red);
}

.xag-related-card__body > p:not(.xag-related-card__price) {
	margin: 0 0 12px;
	color: var(--xag-muted);
	line-height: 1.5;
}

.xag-related-card__link {
	font-weight: 850;
}

.xag-product-guide {
	max-width: 100%;
	margin: 18px 0 24px;
	padding: 0;
}

.xag-product-guide__inner {
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
	padding: 14px 16px;
	border: 1px solid var(--xag-border);
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 4px 14px rgba(0, 0, 0, 0.04);
}

.xag-product-guide__inner > span {
	color: var(--xag-muted);
	font-size: 15px;
	font-weight: 800;
}

.xag-product-guide__link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 40px;
	padding: 10px 14px;
	border-radius: 6px;
	background: var(--xag-red);
	color: #fff !important;
	text-decoration: none !important;
	font-size: 14px;
	font-weight: 850;
	line-height: 1.15;
}

.xag-product-guide__link:hover {
	background: var(--xag-red-dark);
}

.xag-archive {
	--xag-red: #c00000;
	--xag-red-dark: #8f0000;
	--xag-ink: #111113;
	--xag-muted: #5d626b;
	--xag-border: #e8e8ec;
	--xag-soft: #f7f7f8;
	max-width: 1180px;
	margin: 0 auto;
	padding: 38px 18px 76px;
	font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	color: var(--xag-ink);
}

.xag-archive__hero {
	display: grid;
	grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
	gap: 28px;
	align-items: stretch;
	margin: 0 0 34px;
	padding: 34px;
	border: 1px solid var(--xag-border);
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 12px 34px rgba(0, 0, 0, 0.06);
}

.xag-archive__hero-copy {
	max-width: 820px;
}

.xag-archive__hero h1 {
	margin: 0 0 14px;
	font-size: clamp(30px, 3.4vw, 48px);
	line-height: 1.08;
	letter-spacing: 0;
	font-weight: 850;
	color: var(--xag-ink);
	overflow-wrap: anywhere;
}

.xag-archive__hero p:last-child {
	margin: 0;
	font-size: 18px;
	line-height: 1.62;
	color: var(--xag-muted);
}

.xag-archive__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 22px;
}

.xag-archive__stats {
	display: grid;
	gap: 10px;
	align-content: center;
}

.xag-archive__stats div {
	padding: 18px;
	border-radius: 8px;
	background: var(--xag-soft);
	border: 1px solid var(--xag-border);
}

.xag-archive__stats strong,
.xag-archive__stats span {
	display: block;
}

.xag-archive__stats strong {
	font-size: 30px;
	line-height: 1;
	color: var(--xag-red);
}

.xag-archive__stats span {
	margin-top: 7px;
	color: var(--xag-muted);
	font-size: 13px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

.xag-archive__intro {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 18px;
	margin: 0 0 18px;
}

.xag-archive__intro h2 {
	margin: 0;
	font-size: 26px;
	line-height: 1.15;
	color: var(--xag-ink);
}

.xag-archive__intro p {
	max-width: 460px;
	margin: 0;
	color: var(--xag-muted);
	line-height: 1.55;
}

.xag-archive__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
}

.xag-card {
	background: #fff;
	border: 1px solid var(--xag-border);
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
	display: grid;
	grid-template-columns: minmax(210px, 0.9fr) minmax(0, 1.1fr);
	min-height: 300px;
}

.xag-card__media {
	display: block;
	min-height: 100%;
	background: #f1f1f2;
	overflow: hidden;
	text-decoration: none;
	color: var(--xag-ink);
}

.xag-card__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 260ms ease;
}

.xag-card:hover .xag-card__media img {
	transform: scale(1.035);
}

.xag-card__media span {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	padding: 18px;
	font-weight: 800;
	text-align: center;
}

.xag-card__body {
	display: flex;
	flex-direction: column;
	padding: 22px;
}

.xag-card__topline {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 10px;
}

.xag-card__topline > span {
	white-space: nowrap;
	color: var(--xag-red);
	font-weight: 850;
}

.xag-card__meta {
	margin: 0;
	font-size: 12px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.07em;
	color: var(--xag-red);
}

.xag-card h2 {
	margin: 0 0 10px;
	font-size: 24px;
	line-height: 1.18;
	letter-spacing: 0;
}

.xag-card h2 a {
	color: var(--xag-ink);
	text-decoration: none;
}

.xag-card h2 a:hover {
	color: var(--xag-red);
}

.xag-card__body > p:not(.xag-card__meta) {
	margin: 0 0 16px;
	color: var(--xag-muted);
	line-height: 1.55;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.xag-card__chips {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin: auto 0 16px;
	padding: 0;
	list-style: none;
}

.xag-card__chips li {
	padding: 6px 8px;
	border: 1px solid var(--xag-border);
	border-radius: 6px;
	background: var(--xag-soft);
	color: #292d33;
	font-size: 12px;
	font-weight: 800;
}

.xag-card__actions {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 8px;
}

.xag-card__actions .xag-btn {
	min-height: 42px;
	padding: 10px 12px;
	font-size: 13px;
}

.xag-archive__pagination {
	display: flex;
	justify-content: center;
	gap: 8px;
	margin-top: 34px;
}

.xag-archive__pagination .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 42px;
	height: 42px;
	padding: 0 12px;
	border: 1px solid #e8e8ec;
	border-radius: 6px;
	background: #fff;
	color: #111113;
	text-decoration: none;
	font-weight: 800;
}

.xag-archive__pagination .current {
	background: #c00000;
	color: #fff;
	border-color: #c00000;
}

.xag-empty {
	padding: 34px;
	border: 1px solid var(--xag-border);
	border-radius: 8px;
	background: #fff;
}

.xag-lightbox {
	position: fixed;
	inset: 0;
	z-index: 999999;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 24px;
	background: rgba(0, 0, 0, 0.82);
}

.xag-lightbox img {
	max-width: min(1120px, 94vw);
	max-height: 88vh;
	object-fit: contain;
	border-radius: 8px;
	box-shadow: 0 20px 70px rgba(0, 0, 0, 0.45);
}

.xag-lightbox button {
	position: fixed;
	top: 18px;
	right: 22px;
	width: 44px;
	height: 44px;
	border: 0;
	border-radius: 50%;
	background: #fff;
	color: #111;
	font-size: 28px;
	line-height: 1;
	cursor: pointer;
}

@media (max-width: 900px) {
	.xag-hero,
	.xag-archive__hero,
	.xag-card {
		grid-template-columns: 1fr;
	}

	.xag-gallery {
		grid-template-columns: repeat(3, 1fr);
	}

	.xag-related__grid {
		grid-template-columns: 1fr;
	}

	.xag-archive__grid {
		grid-template-columns: 1fr;
	}

	.xag-archive__intro {
		display: block;
	}

	.xag-archive__intro p {
		margin-top: 8px;
	}
}

@media (max-width: 700px) {
	.xag-card {
		min-height: 0;
	}

	.xag-card__media {
		aspect-ratio: 4 / 3;
	}

	.xag-archive__hero {
		padding: 24px 20px;
	}

	.xag-archive__actions,
	.xag-card__actions {
		grid-template-columns: 1fr;
	}
}

@media (min-width: 901px) and (max-width: 1120px) {
	.xag-card {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 560px) {
	.xag-guide {
		padding-inline: 14px;
	}

	.xag-hero h1 {
		font-size: 34px;
	}

	.xag-gallery {
		grid-template-columns: repeat(2, 1fr);
	}

	.xag-faq,
	.xag-sources,
	.xag-form,
	.xag-related,
	.xag-product-guide__inner {
		padding: 20px;
	}

	.xag-btn {
		width: 100%;
	}

	.xag-archive__grid,
	.xag-card__actions {
		grid-template-columns: 1fr;
	}
}
