.payeasy-card-visual {
	width: 100%;
	max-width: 320px;
	aspect-ratio: 1.586;
	perspective: 1200px;
	margin: 0 auto 20px;
}

.payeasy-card-visual__inner {
	position: relative;
	width: 100%;
	height: 100%;
	transition: transform 0.6s cubic-bezier(0.4, 0.2, 0.2, 1);
	transform-style: preserve-3d;
}

.payeasy-card-visual__inner--flipped {
	transform: rotateY(180deg);
}

.payeasy-card-visual__face {
	position: absolute;
	inset: 0;
	backface-visibility: hidden;
	border-radius: 14px;
	background: linear-gradient(135deg, #4b5563 0%, #1f2937 100%);
	color: #f3f4f6;
	padding: 20px 22px;
	box-shadow: 0 10px 24px rgba(0, 0, 0, 0.22);
	box-sizing: border-box;
}

.payeasy-card-visual__back {
	transform: rotateY(180deg);
}

.payeasy-card-visual__chip {
	width: 38px;
	height: 28px;
	border-radius: 6px;
	background: linear-gradient(135deg, #e8d19a 0%, #b6924a 100%);
	margin-bottom: 24px;
}

.payeasy-card-visual__brand {
	position: absolute;
	top: 20px;
	right: 22px;
	width: 48px;
	height: 32px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.payeasy-card-visual__number {
	font-family: "SFMono-Regular", Consolas, "Courier New", monospace;
	font-size: clamp(16px, 5vw, 20px);
	letter-spacing: 2px;
	margin-bottom: 22px;
	word-spacing: 6px;
}

.payeasy-card-visual__expiry {
	font-family: "SFMono-Regular", Consolas, "Courier New", monospace;
	font-size: 14px;
	opacity: 0.85;
}

.payeasy-card-visual__stripe {
	height: 42px;
	background: #111827;
	margin: 18px -22px 22px;
}

.payeasy-card-visual__cvc-row {
	display: flex;
	justify-content: flex-end;
}

.payeasy-card-visual__cvc {
	background: #f9fafb;
	color: #111827;
	font-family: "SFMono-Regular", Consolas, "Courier New", monospace;
	font-size: 15px;
	padding: 6px 14px;
	border-radius: 4px;
	letter-spacing: 3px;
	min-width: 42px;
	text-align: center;
}

.payeasy-card-error {
	color: #d63638;
	font-size: 13px;
	margin: 6px 0 0;
}
