/* L2 Valkyria — Downloads page */

.play-head .section__title,
.play-head .breadcrumb__item--active {
	text-transform: none;
}

.play-page {
	--play-gold: #bc8e31;
	--play-gold-light: #d59920;
	--play-gold-glow: rgba(188, 142, 49, 0.35);
	--play-glass: rgba(12, 10, 8, 0.72);
	--play-border: rgba(188, 142, 49, 0.22);
	--play-text: #dbdada;
	--play-muted: rgba(219, 218, 218, 0.72);
}

.play-page .section__text a,
.play-page a.play-highlight {
	color: var(--play-gold);
}
.play-page .section__text a:hover {
	color: var(--play-gold-light);
}

.play-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 180px;
	padding: 12px 22px;
	border-radius: 6px;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	text-decoration: none !important;
	transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}
.play-btn--primary {
	background: linear-gradient(135deg, var(--play-gold), var(--play-gold-light));
	color: #fff !important;
	box-shadow: 0 4px 18px rgba(188, 142, 49, 0.25);
}
.play-btn--primary:hover {
	transform: translateY(-2px);
	box-shadow: 0 8px 24px var(--play-gold-glow);
	color: #fff !important;
}
.play-btn--ghost {
	background: transparent;
	border: 1px solid var(--play-border);
	color: var(--play-gold) !important;
}
.play-btn--ghost:hover {
	border-color: var(--play-gold);
	background: rgba(188, 142, 49, 0.08);
	color: var(--play-gold-light) !important;
}

/* Timeline panels */
.play-timeline {
	display: flex;
	flex-direction: column;
	gap: 28px;
	margin-bottom: 48px;
}
.play-step {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 280px) minmax(0, 1fr);
	gap: 28px;
	align-items: start;
	padding: 24px;
	border-radius: 12px;
	background: var(--play-glass);
	border: 1px solid var(--play-border);
	scroll-margin-top: 140px;
	transition: border-color 0.3s ease, box-shadow 0.3s ease;
}
.play-step.is-visible {
	border-color: rgba(188, 142, 49, 0.45);
	box-shadow: 0 8px 32px rgba(0, 0, 0, 0.28), 0 0 0 1px rgba(188, 142, 49, 0.08);
}
.play-step.is-done {
	border-color: rgba(41, 180, 116, 0.28);
}
.play-step--full {
	grid-template-columns: 1fr;
	width: 100%;
	padding: 0;
	background: transparent;
	border: none;
	box-shadow: none;
}
.play-step--full.is-visible {
	border: none;
	box-shadow: none;
}
.play-step__note {
	margin: 16px 0 0;
	font-size: 14px;
	line-height: 1.6;
	color: var(--play-muted);
	text-align: center;
}
.play-step--full .play-callout {
	margin-top: 16px;
}

/* Game client download card */
.play-client-card {
	border-radius: 12px;
	background: var(--play-glass);
	border: 1px solid var(--play-border);
	box-shadow: 0 8px 32px rgba(0, 0, 0, 0.28);
	overflow: hidden;
}
.play-client-card__header {
	padding: 28px 28px 22px;
	border-bottom: 1px solid var(--play-border);
}
.play-client-card__header-top {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 20px;
	margin-bottom: 18px;
}
.play-client-card__header-text {
	min-width: 0;
	flex: 1;
}
.play-client-card__title {
	margin: 0 0 10px;
	font-size: 22px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #fff;
}
.play-client-card__desc {
	margin: 0;
	font-size: 14px;
	line-height: 1.65;
	color: var(--play-muted);
}
/* Matches .aria-chronicles-news-btn from features-victoria.css */
.play-client-card__cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	margin-top: 2px;
	padding: 7px 14px;
	border-radius: 999px;
	border: 1px solid #bc8e31;
	background: linear-gradient(180deg, #d0a54b 0%, #ba8b33 100%);
	color: #1d1209 !important;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.03em;
	text-decoration: none !important;
	white-space: nowrap;
	transition: filter 0.2s ease;
}
.play-client-card__cta:hover {
	color: #1d1209 !important;
	filter: brightness(1.06);
}
.play-client-card__status {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	flex-shrink: 0;
	margin-top: 2px;
	padding: 7px 14px;
	border-radius: 999px;
	background: rgba(41, 180, 116, 0.12);
	border: 1px solid rgba(41, 180, 116, 0.35);
	color: #6ee7a8;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	white-space: nowrap;
}
.play-client-card__status svg {
	flex-shrink: 0;
}
.play-client-card__platform {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}
.play-client-card__platform-icon {
	width: 16px;
	height: 16px;
	color: var(--play-gold);
	flex-shrink: 0;
}
.play-client-card__platform-label {
	color: var(--play-text);
}
.play-client-card__platform-value {
	color: var(--play-gold-light);
}
.play-client-card__mirrors {
	display: flex;
	flex-direction: column;
}
.play-client-card__mirror {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 18px 28px;
	border-top: 1px solid var(--play-border);
	text-decoration: none !important;
	transition: background 0.2s ease;
}
.play-client-card__mirror:first-child {
	border-top: none;
}
.play-client-card__mirror:hover {
	background: rgba(188, 142, 49, 0.06);
}
.play-client-card__mirror--disabled {
	opacity: 0.45;
	cursor: not-allowed;
}
.play-client-card__mirror--disabled:hover {
	background: transparent;
}
.play-client-card__mirror-left {
	display: flex;
	align-items: center;
	gap: 14px;
	min-width: 0;
}
.play-client-card__icon {
	width: 28px;
	height: 28px;
	flex-shrink: 0;
}
.play-client-card__mirror-info {
	display: flex;
	flex-direction: column;
	gap: 4px;
	min-width: 0;
}
.play-client-card__mirror-name {
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #fff;
}
.play-client-card__mirror-updated {
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--play-muted);
}
.play-client-card__mirror-right {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 4px;
	flex-shrink: 0;
	text-align: right;
}
.play-client-card__mirror-action {
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--play-gold-light);
}
.play-client-card__mirror--disabled .play-client-card__mirror-action {
	color: var(--play-muted);
}
.play-client-card__mirror-size {
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--play-muted);
}
@media (max-width: 575px) {
	.play-client-card__header,
	.play-client-card__mirror {
		padding-left: 18px;
		padding-right: 18px;
	}
	.play-client-card__header-top {
		flex-direction: column;
		align-items: stretch;
	}
	.play-client-card__cta,
	.play-client-card__status {
		align-self: flex-start;
		margin-top: 0;
	}
	.play-client-card__mirror {
		flex-direction: column;
		align-items: flex-start;
	}
	.play-client-card__mirror-right {
		align-items: flex-start;
		text-align: left;
		padding-left: 42px;
	}
}

.play-step__media {
	position: relative;
	border-radius: 10px;
	overflow: hidden;
	aspect-ratio: 16 / 10;
	background: rgba(0, 0, 0, 0.35);
}
.play-step__media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.play-step__badge {
	position: absolute;
	top: 12px;
	left: 12px;
	width: 36px;
	height: 36px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: linear-gradient(135deg, var(--play-gold), var(--play-gold-light));
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	box-shadow: 0 4px 14px var(--play-gold-glow);
}
.play-step__body {
	min-width: 0;
}
.play-step__head {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 16px;
}
.play-step__title {
	margin: 0;
	font-size: 22px;
	font-weight: 700;
	color: #fff;
	line-height: 1.25;
}
.play-step__done {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 4px 10px;
	border-radius: 999px;
	background: rgba(41, 180, 116, 0.12);
	border: 1px solid rgba(41, 180, 116, 0.35);
	color: #6ee7a8;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}
.play-step__list {
	margin: 0 0 18px;
	padding: 0;
	list-style: none;
}
.play-step__list li {
	position: relative;
	padding-left: 22px;
	margin-bottom: 12px;
	font-size: 15px;
	line-height: 1.65;
	color: var(--play-text);
}
.play-step__list li:last-child {
	margin-bottom: 0;
}
.play-step__list li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 10px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: var(--play-gold);
	box-shadow: 0 0 8px var(--play-gold-glow);
}
.play-step__list code {
	padding: 2px 6px;
	border-radius: 4px;
	background: rgba(255, 255, 255, 0.06);
	font-size: 0.92em;
	color: #fff;
}
.play-highlight {
	color: var(--play-gold) !important;
	font-weight: 600;
}
.play-step__actions {
	margin-top: 20px;
}
.play-checklist {
	margin: 0 0 18px;
	padding: 14px 16px;
	border-radius: 8px;
	background: rgba(188, 142, 49, 0.06);
	border: 1px solid rgba(188, 142, 49, 0.14);
	list-style: none;
}
.play-checklist li {
	position: relative;
	padding-left: 26px;
	margin-bottom: 8px;
	font-size: 14px;
	line-height: 1.5;
	color: var(--play-text);
}
.play-checklist li:last-child {
	margin-bottom: 0;
}
.play-checklist li::before {
	content: '✓';
	position: absolute;
	left: 0;
	top: 0;
	color: var(--play-gold);
	font-weight: 700;
}

/* Callouts */
.play-callout {
	display: flex;
	gap: 12px;
	margin-top: 18px;
	padding: 14px 16px;
	border-radius: 8px;
	font-size: 14px;
	line-height: 1.6;
	color: var(--play-text);
}
.play-callout__icon {
	flex-shrink: 0;
	width: 20px;
	height: 20px;
	margin-top: 1px;
}
.play-callout--info {
	background: rgba(188, 142, 49, 0.08);
	border: 1px solid rgba(188, 142, 49, 0.22);
}
.play-callout--info .play-callout__icon {
	color: var(--play-gold);
}
.play-callout--warn {
	background: rgba(255, 193, 7, 0.08);
	border: 1px solid rgba(255, 193, 7, 0.28);
}
.play-callout--warn .play-callout__icon {
	color: #ffc107;
}

/* FAQ — matches Help Center .faq colors & document icon */
.play-faq {
	margin-top: 0;
	margin-bottom: 40px;
}
.play-faq__list {
	list-style: none;
	margin: 0;
	padding: 0;
}
.play-faq__list .play-faq__item {
	display: block;
	align-items: stretch;
	padding-left: 0;
}
.play-faq__item {
	position: relative;
	margin-bottom: 15px;
}

.play-faq .faq__list .play-faq__item::before {
	content: none;
	display: none;
}
.play-faq__item:last-child {
	margin-bottom: 0;
}
.play-faq__question {
	display: block;
	position: relative;
	width: 100%;
	padding: 0 22px 0 30px;
	border: none;
	background: transparent;
	color: #dbdada;
	font-size: 14px;
	font-weight: 400;
	line-height: 26px;
	text-align: left;
	cursor: pointer;
	transition: color 0.2s ease;
}
.play-faq__question::before {
	content: '';
	position: absolute;
	left: 0;
	top: 5px;
	width: 16px;
	height: 16px;
	background: url("../img/ui/svg/document.svg") no-repeat center/100% auto;
	pointer-events: none;
}
.play-faq__question:hover,
.play-faq__item.is-open .play-faq__question {
	color: #bc8e31;
}
.play-faq__question::after {
	content: '';
	position: absolute;
	right: 0;
	top: 9px;
	width: 8px;
	height: 8px;
	border-right: 2px solid #bc8e31;
	border-bottom: 2px solid #bc8e31;
	transform: rotate(45deg);
	transition: transform 0.2s ease, top 0.2s ease;
}
.play-faq__item.is-open .play-faq__question::after {
	top: 12px;
	transform: rotate(-135deg);
}
.play-faq__answer {
	display: none;
	margin-top: 8px;
	padding-top: 0;
	padding-left: 30px;
	font-size: 14px;
	line-height: 1.65;
	color: #fff;
}
.play-faq__item.is-open .play-faq__answer {
	display: block;
}
.play-faq__answer a {
	color: #bc8e31;
}
.play-faq__answer a:hover {
	color: #d59920;
}
.play-faq__answer code {
	padding: 2px 6px;
	border-radius: 4px;
	background: rgba(255, 255, 255, 0.06);
	font-size: 0.92em;
	color: #fff;
}
.play-faq__answer .play-highlight {
	color: #bc8e31 !important;
}

@media (max-width: 991px) {
	.play-step {
		grid-template-columns: 1fr;
		gap: 20px;
	}
	.play-step__media {
		max-width: 360px;
	}
}
@media (max-width: 767px) {
	.play-step {
		padding: 18px;
		scroll-margin-top: 120px;
	}
	.play-btn {
		width: 100%;
	}
}
