.aaweb-psw {
	--aaweb-psw-gap: 24px;
	position: relative;
	box-sizing: border-box;
	width: 100%;
	transition: background-color 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}

.aaweb-psw *,
.aaweb-psw *::before,
.aaweb-psw *::after {
	box-sizing: border-box;
}

.aaweb-psw-hover-lift:hover {
	transform: translateY(-4px);
}

.aaweb-psw-title,
.aaweb-psw-section-title,
.aaweb-psw-card-title,
.aaweb-psw-compat-label,
.aaweb-psw-faq-question {
	margin-top: 0;
	line-height: 1.2;
}

.aaweb-psw-text,
.aaweb-psw-card-text,
.aaweb-psw-compat-status,
.aaweb-psw-faq-answer {
	line-height: 1.65;
}

.aaweb-psw-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: var(--aaweb-psw-gap);
	width: 100%;
}

.aaweb-psw-card,
.aaweb-psw-step,
.aaweb-psw-compat-row,
.aaweb-psw-faq-item {
	transition: background-color 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}

.aaweb-psw-card:hover,
.aaweb-psw-step:hover,
.aaweb-psw-compat-row:hover,
.aaweb-psw-faq-item:hover {
	transform: translateY(-2px);
}

.aaweb-psw-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	margin-bottom: 16px;
	font-size: 22px;
	line-height: 1;
}

.aaweb-psw-icon svg {
	display: block;
	width: 1em;
	height: 1em;
}

.aaweb-psw-buttons {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	align-items: center;
	margin-top: 24px;
}

.aaweb-psw-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 12px 22px;
	border: 0;
	border-radius: 10px;
	background: #111827;
	color: #ffffff;
	text-decoration: none;
	cursor: pointer;
	transition: background-color 0.25s ease, color 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}

.aaweb-psw-button:hover,
.aaweb-psw-button:focus {
	color: #ffffff;
	text-decoration: none;
	transform: translateY(-2px);
}

.aaweb-psw-button-secondary {
	background: #f3f4f6;
	color: #111827;
}

.aaweb-psw-button-secondary:hover,
.aaweb-psw-button-secondary:focus {
	color: #111827;
}

.aaweb-psw-badge {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 16px;
	padding: 6px 12px;
	border-radius: 999px;
	background: #eef2ff;
	color: #3730a3;
	font-size: 13px;
	font-weight: 700;
	line-height: 1;
}

.aaweb-psw-hero {
	display: grid;
	grid-template-columns: minmax(0, 1.1fr) minmax(260px, 0.9fr);
	gap: 40px;
	align-items: center;
}

.aaweb-psw-hero-media img,
.aaweb-psw-screenshot-image {
	display: block;
	width: 100%;
	height: auto;
	border-radius: inherit;
}

.aaweb-psw-screenshot-card {
	overflow: hidden;
}

.aaweb-psw-screenshot-card .aaweb-psw-card-title,
.aaweb-psw-screenshot-card .aaweb-psw-card-text {
	padding-right: 18px;
	padding-left: 18px;
}

.aaweb-psw-screenshot-card .aaweb-psw-card-title {
	margin-top: 18px;
}

.aaweb-psw-screenshot-card .aaweb-psw-card-text {
	padding-bottom: 18px;
}

.aaweb-psw-compat-list,
.aaweb-psw-steps-list,
.aaweb-psw-faq-list {
	display: grid;
	gap: 16px;
}

.aaweb-psw-compat-row {
	display: flex;
	gap: 16px;
	align-items: center;
}

.aaweb-psw-compat-row .aaweb-psw-icon {
	flex: 0 0 auto;
	margin-bottom: 0;
}

.aaweb-psw-compat-main {
	min-width: 0;
}

.aaweb-psw-step {
	display: flex;
	gap: 18px;
	align-items: flex-start;
}

.aaweb-psw-step-number {
	display: inline-flex;
	flex: 0 0 auto;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	border-radius: 999px;
	background: #111827;
	color: #ffffff;
	font-weight: 700;
	line-height: 1;
}

.aaweb-psw-step-content {
	min-width: 0;
}

.aaweb-psw-faq-item {
	padding: 18px 20px;
}

.aaweb-psw-faq-question {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	width: 100%;
	cursor: pointer;
	list-style: none;
}

.aaweb-psw-faq-question::-webkit-details-marker {
	display: none;
}

.aaweb-psw-faq-question::after {
	content: "+";
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	font-weight: 700;
}

.aaweb-psw-faq-item[open] .aaweb-psw-faq-question::after {
	content: "−";
}

.aaweb-psw-faq-answer {
	margin-top: 12px;
}

.aaweb-psw-cta {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.aaweb-psw-cta .aaweb-psw-icon {
	margin-right: auto;
	margin-left: auto;
}

@media (max-width: 1024px) {
	.aaweb-psw-hero {
		grid-template-columns: 1fr;
		gap: 28px;
	}

	.aaweb-psw-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	.aaweb-psw {
		--aaweb-psw-gap: 18px;
	}

	.aaweb-psw-grid {
		grid-template-columns: 1fr;
	}

	.aaweb-psw-buttons {
		flex-direction: column;
		align-items: stretch;
	}

	.aaweb-psw-button {
		width: 100%;
	}

	.aaweb-psw-compat-row,
	.aaweb-psw-step {
		align-items: flex-start;
	}

	.aaweb-psw-title {
		font-size: clamp(28px, 9vw, 42px);
	}
}
.aaweb-psw-lightbox-trigger {
	display: block;
	color: inherit;
	text-decoration: none;
	cursor: zoom-in;
}

.aaweb-psw-lightbox-trigger:hover,
.aaweb-psw-lightbox-trigger:focus {
	color: inherit;
	text-decoration: none;
}

.aaweb-psw-lightbox-trigger:focus-visible {
	outline: 2px solid currentColor;
	outline-offset: 4px;
}

.aaweb-psw-lightbox-overlay {
	position: fixed;
	inset: 0;
	z-index: 999999;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 28px;
	background: rgba(0, 0, 0, 0.86);
}

.aaweb-psw-lightbox-dialog {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: min(1200px, 96vw);
	max-height: 92vh;
}

.aaweb-psw-lightbox-dialog img {
	display: block;
	width: auto;
	height: auto;
	max-width: 96vw;
	max-height: 88vh;
	border-radius: 12px;
	box-shadow: 0 22px 70px rgba(0, 0, 0, 0.5);
	object-fit: contain;
}

.aaweb-psw-lightbox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	z-index: 2;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	padding: 0;
	border: 0;
	border-radius: 999px;
	background: #ffffff;
	color: #111827;
	font-size: 30px;
	font-weight: 400;
	line-height: 1;
	cursor: pointer;
}

html.aaweb-psw-lightbox-is-open,
body.aaweb-psw-lightbox-is-open {
	overflow: hidden;
}

@media (max-width: 767px) {
	.aaweb-psw-lightbox-overlay {
		align-items: center;
		padding: 14px;
	}

	.aaweb-psw-lightbox-dialog {
		max-width: 100vw;
		max-height: 88vh;
	}

	.aaweb-psw-lightbox-dialog img {
		max-width: calc(100vw - 28px);
		max-height: 82vh;
		border-radius: 10px;
	}

	.aaweb-psw-lightbox-close {
		top: 8px;
		right: 8px;
		width: 40px;
		height: 40px;
		font-size: 28px;
	}
}
