.psc-carousel,
.psc-carousel * {
	box-sizing: border-box;
}

.psc-carousel {
	--psc-navy: #181642;
	--psc-purple: #272266;
	--psc-lavender: #f1eef9;
	--psc-orange: #f7a928;
	--psc-orange-dark: #d88a08;
	--psc-border: #ded9ee;
	--psc-muted: #5f6172;
	--psc-card: #ffffff;
	--psc-shadow: 0 18px 40px rgba(24, 22, 66, 0.12);
	color: var(--psc-navy);
	font-family: "Open Sans", Arial, sans-serif;
	margin: 0 auto;
	max-width: 1180px;
	width: 100%;
}

.psc-carousel button,
.psc-carousel a {
	font: inherit;
}

.psc-stage {
	background: var(--psc-lavender);
	border-radius: 16px;
	overflow: hidden;
	padding: 28px 64px 32px;
	position: relative;
}

.psc-viewport {
	overflow: hidden;
	width: 100%;
}

.psc-track {
	display: flex;
	transform: translate3d(0, 0, 0);
	transition: transform 320ms ease;
	width: 100%;
}

.psc-slide {
	flex: 0 0 100%;
	min-width: 100%;
}

.psc-slide-title {
	border-bottom: 1px solid rgba(39, 34, 102, 0.18);
	color: var(--psc-navy);
	font-size: 32px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.18;
	margin: 0 0 22px;
	padding-bottom: 16px;
}

.psc-card {
	align-items: stretch;
	background: var(--psc-card);
	border: 1px solid rgba(39, 34, 102, 0.08);
	border-radius: 12px;
	box-shadow: var(--psc-shadow);
	display: grid;
	gap: 32px;
	grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
	padding: 30px;
}

.psc-media {
	align-self: stretch;
	display: flex;
	flex-direction: column;
	gap: 16px;
	min-width: 0;
}

.psc-image-frame {
	aspect-ratio: 4 / 3;
	background: #f7f7fb;
	border: 1px solid #e7e4f1;
	border-radius: 10px;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.psc-image-panel {
	height: 100%;
	inset: 0;
	position: absolute;
	width: 100%;
}

.psc-image-panel[hidden] {
	display: none;
}

.psc-image-panel img {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.psc-tabs {
	align-items: center;
	background: #f7f5fc;
	border: 1px solid #ded9ee;
	border-radius: 999px;
	display: grid;
	gap: 4px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	padding: 4px;
}

.psc-tab {
	background: transparent;
	border: 0;
	border-radius: 999px;
	color: var(--psc-purple);
	cursor: pointer;
	min-height: 44px;
	padding: 10px 18px;
}

.psc-tab.is-active {
	background: var(--psc-purple);
	box-shadow: 0 8px 18px rgba(39, 34, 102, 0.18);
	color: #ffffff;
	font-weight: 700;
}

.psc-tab:focus-visible,
.psc-nav:focus-visible,
.psc-dot:focus-visible,
.psc-button:focus-visible {
	outline: 3px solid rgba(247, 169, 40, 0.6);
	outline-offset: 3px;
}

.psc-content {
	align-self: center;
	display: flex;
	flex-direction: column;
	min-width: 0;
}

.psc-badge {
	align-self: flex-start;
	background: #fff4db;
	border: 1px solid rgba(216, 138, 8, 0.26);
	border-radius: 999px;
	color: #7a4b00;
	font-size: 13px;
	font-weight: 800;
	line-height: 1.2;
	margin-bottom: 12px;
	padding: 7px 12px;
}

.psc-brand {
	color: var(--psc-orange-dark);
	font-size: 15px;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.2;
	margin-bottom: 8px;
	text-transform: uppercase;
}

.psc-headline {
	color: var(--psc-navy);
	font-size: 38px;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.08;
	margin: 0 0 14px;
}

.psc-copy {
	color: var(--psc-muted);
	font-size: 16px;
	line-height: 1.65;
	margin-bottom: 18px;
}

.psc-copy p {
	margin: 0 0 12px;
}

.psc-copy p:last-child {
	margin-bottom: 0;
}

.psc-rating-wrap {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 0 0 18px;
}

.psc-stars {
	color: #d4d1dd;
	display: inline-block;
	font-size: 22px;
	letter-spacing: 0;
	line-height: 1;
	position: relative;
}

.psc-stars-filled {
	color: var(--psc-orange);
	inset: 0 auto 0 0;
	overflow: hidden;
	position: absolute;
	white-space: nowrap;
}

.psc-stars-empty {
	display: block;
	white-space: nowrap;
}

.psc-rating-text {
	color: var(--psc-navy);
	font-size: 15px;
	font-weight: 700;
}

.psc-comparison {
	border: 1px solid rgba(39, 34, 102, 0.12);
	border-radius: 8px;
	margin: 0 0 20px;
	overflow: hidden;
}

.psc-comparison-row {
	display: grid;
	gap: 12px;
	grid-template-columns: minmax(96px, 0.34fr) minmax(0, 0.66fr);
	padding: 10px 12px;
}

.psc-comparison-row + .psc-comparison-row {
	border-top: 1px solid rgba(39, 34, 102, 0.1);
}

.psc-comparison-label {
	color: var(--psc-purple);
	font-size: 12px;
	font-weight: 800;
	line-height: 1.35;
	text-transform: uppercase;
}

.psc-comparison-value {
	color: var(--psc-muted);
	font-size: 13px;
	font-weight: 700;
	line-height: 1.4;
	overflow-wrap: anywhere;
}

.psc-button {
	align-items: center;
	border-radius: 6px;
	display: inline-flex;
	font-weight: 800;
	justify-content: center;
	line-height: 1.2;
	min-height: 48px;
	padding: 13px 22px;
	text-align: center;
	text-decoration: none;
	transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
	width: fit-content;
}

.psc-button:hover {
	transform: translateY(-1px);
}

.psc-button-primary {
	background: var(--psc-orange);
	border: 2px solid var(--psc-orange);
	color: #181642;
	margin-bottom: 22px;
}

.psc-button-primary:hover {
	background: #ffc14d;
	border-color: #ffc14d;
	color: #181642;
}

.psc-options {
	border-top: 1px solid rgba(39, 34, 102, 0.13);
	margin-top: 2px;
	padding-top: 18px;
}

.psc-options-title {
	color: var(--psc-navy);
	font-size: 15px;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.2;
	margin: 0 0 14px;
	text-transform: uppercase;
}

.psc-swatches {
	display: flex;
	flex-wrap: wrap;
	gap: 14px 18px;
	margin-bottom: 22px;
}

.psc-swatch {
	align-items: center;
	display: flex;
	flex: 0 1 72px;
	flex-direction: column;
	gap: 7px;
	text-align: center;
}

.psc-swatch-dot {
	background: var(--swatch-color, #cccccc);
	border: 1px solid rgba(24, 22, 66, 0.2);
	border-radius: 999px;
	box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.35);
	display: block;
	height: 34px;
	width: 34px;
}

.psc-swatch-label {
	color: var(--psc-muted);
	font-size: 12px;
	font-weight: 700;
	line-height: 1.2;
	overflow-wrap: anywhere;
}

.psc-button-secondary {
	background: transparent;
	border: 2px solid var(--psc-purple);
	color: var(--psc-purple);
}

.psc-button-secondary:hover {
	background: var(--psc-purple);
	color: #ffffff;
}

.psc-nav {
	align-items: center;
	background: #ffffff;
	border: 1px solid rgba(39, 34, 102, 0.14);
	border-radius: 999px;
	box-shadow: 0 10px 22px rgba(24, 22, 66, 0.12);
	color: var(--psc-purple);
	cursor: pointer;
	display: flex;
	font-size: 38px;
	font-weight: 400;
	height: 48px;
	justify-content: center;
	line-height: 1;
	padding: 0 0 4px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 48px;
	z-index: 2;
}

.psc-nav:hover {
	background: var(--psc-purple);
	color: #ffffff;
}

.psc-prev {
	left: 14px;
}

.psc-next {
	right: 14px;
}

.psc-dots {
	align-items: center;
	display: flex;
	gap: 10px;
	justify-content: center;
	margin-top: 22px;
}

.psc-dot {
	background: rgba(39, 34, 102, 0.25);
	border: 0;
	border-radius: 999px;
	cursor: pointer;
	height: 11px;
	padding: 0;
	transition: background-color 180ms ease, width 180ms ease;
	width: 11px;
}

.psc-dot.is-active {
	background: var(--psc-orange);
	width: 32px;
}

.psc-theme-light .psc-stage {
	background: #f7f7fb;
}

.psc-theme-dark {
	--psc-card: #ffffff;
	--psc-lavender: #211d58;
}

.psc-theme-dark .psc-slide-title {
	color: #ffffff;
}

@media (max-width: 1024px) {
	.psc-stage {
		padding: 24px 56px 28px;
	}

	.psc-card {
		gap: 24px;
		grid-template-columns: minmax(0, 1fr);
		padding: 24px;
	}

	.psc-content {
		align-self: stretch;
	}
}

@media (max-width: 767px) {
	.psc-stage {
		border-radius: 12px;
		padding: 20px 16px 24px;
	}

	.psc-slide-title {
		font-size: 26px;
		margin-bottom: 16px;
		padding-bottom: 12px;
	}

	.psc-card {
		border-radius: 10px;
		gap: 20px;
		padding: 16px;
	}

	.psc-headline {
		font-size: 27px;
	}

	.psc-copy {
		font-size: 15px;
		line-height: 1.55;
	}

	.psc-comparison-row {
		grid-template-columns: 1fr;
		gap: 4px;
	}

	.psc-button {
		width: 100%;
	}

	.psc-swatches {
		justify-content: center;
	}

	.psc-nav {
		height: 42px;
		top: auto;
		transform: none;
		width: 42px;
	}

	.psc-prev {
		bottom: 16px;
		left: 16px;
	}

	.psc-next {
		bottom: 16px;
		right: 16px;
	}

	.psc-dots {
		margin: 22px 52px 0;
		min-height: 42px;
	}
}

@media (max-width: 420px) {
	.psc-tabs {
		border-radius: 10px;
		grid-template-columns: 1fr;
	}

	.psc-tab {
		border-radius: 8px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.psc-track,
	.psc-button,
	.psc-dot {
		transition: none;
	}

	.psc-button:hover {
		transform: none;
	}
}
