/* Active Shutter Product Pages. All plugin styles are scoped with aspp-. */
.aspp-page {
	--aspp-red: #b90f22;
	--aspp-red-dark: #920d1b;
	--aspp-dark: #101827;
	--aspp-text: #1f2937;
	--aspp-muted: #5f6b7a;
	--aspp-bg: #f7f8fb;
	--aspp-card: #ffffff;
	--aspp-border: #e7e9ee;
	--aspp-shadow: 0 12px 32px rgba(16, 24, 39, 0.08);
	width: 100%;
	max-width: none !important;
	margin: 0 !important;
	color: var(--aspp-text);
	background: var(--aspp-bg);
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.65;
}

.aspp-page,
.aspp-page * {
	box-sizing: border-box;
}

.aspp-page > * {
	margin-block-start: 0;
}

.aspp-page a {
	color: inherit;
}

.aspp-container {
	width: 100%;
	max-width: 1180px;
	margin: 0 auto;
	padding-right: 20px;
	padding-left: 20px;
}

.aspp-hero {
	padding: 76px 0;
	color: #fff;
	background:
		linear-gradient(135deg, rgba(16, 24, 39, 0.96), rgba(153, 16, 32, 0.88)),
		radial-gradient(circle at 25% 0%, rgba(255, 255, 255, 0.2), transparent 28%);
}

.aspp-hero-centered {
	text-align: center;
}

.aspp-hero-centered .aspp-buttons {
	justify-content: center;
}

.aspp-hero-grid {
	display: grid !important;
	grid-template-columns: 1.2fr 0.8fr;
	gap: 36px;
	align-items: center;
}

.aspp-kicker {
	display: inline-block;
	margin-bottom: 14px;
	padding: 7px 12px;
	color: inherit;
	background: rgba(255, 255, 255, 0.12);
	border: 1px solid rgba(255, 255, 255, 0.22);
	border-radius: 999px;
	font-size: 13px;
	font-weight: 800;
}

.aspp-section .aspp-kicker,
.aspp-section-intro .aspp-kicker {
	color: var(--aspp-red);
	background: #fff4f5;
	border-color: #f4c3ca;
}

.aspp-hero h1,
.aspp-final-cta h2 {
	margin: 0 0 18px;
	color: #fff;
	font-size: 46px;
	line-height: 1.12;
}

.aspp-hero-text,
.aspp-hero p {
	max-width: 850px;
	margin: 0 0 26px;
	color: rgba(255, 255, 255, 0.88);
	font-size: 18px;
}

.aspp-hero-centered .aspp-hero-text {
	margin-right: auto;
	margin-left: auto;
}

.aspp-hero-card,
.aspp-panel,
.aspp-card {
	background: var(--aspp-card);
	border: 1px solid var(--aspp-border);
	border-radius: 14px;
	box-shadow: var(--aspp-shadow);
}

.aspp-hero-card {
	padding: 24px;
	color: var(--aspp-text);
	box-shadow: 0 24px 60px rgba(0, 0, 0, 0.22);
}

.aspp-hero-card h3,
.aspp-panel h2,
.aspp-panel h3,
.aspp-card h3 {
	margin-top: 0;
	color: var(--aspp-dark);
	line-height: 1.25;
}

.aspp-buttons {
	display: flex;
	gap: 12px;
	flex-wrap: wrap;
	margin-top: 24px;
}

.aspp-btn {
	margin: 0;
}

.aspp-btn > .wp-block-button__link {
	display: inline-flex;
	min-height: 48px;
	align-items: center;
	justify-content: center;
	padding: 13px 20px;
	color: #fff;
	background: var(--aspp-red);
	border: 1px solid var(--aspp-red);
	border-radius: 7px;
	font-size: 15px;
	font-weight: 800;
	line-height: 1.2;
	text-decoration: none;
	transition: 0.2s ease;
}

.aspp-btn > .wp-block-button__link:hover {
	color: #fff;
	background: var(--aspp-red-dark);
	border-color: var(--aspp-red-dark);
	transform: translateY(-1px);
}

.aspp-btn-outline > .wp-block-button__link {
	color: var(--aspp-red);
	background: #fff;
}

.aspp-btn-outline > .wp-block-button__link:hover {
	color: var(--aspp-red-dark);
	background: #fff4f5;
}

.aspp-section {
	padding: 60px 0;
}

.aspp-white {
	background: #fff;
}

.aspp-section-intro {
	max-width: 860px;
	margin: 0 auto 34px;
	text-align: center;
}

.aspp-section-title {
	margin: 0 0 12px;
	color: var(--aspp-dark);
	font-size: 34px;
	line-height: 1.2;
}

.aspp-lead {
	margin: 0;
	color: var(--aspp-muted);
	font-size: 17px;
}

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

.aspp-split {
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 30px;
	align-items: stretch;
}

.aspp-card {
	overflow: hidden;
}

.aspp-product-card,
.aspp-feature-card,
.aspp-choice-card,
.aspp-step-card {
	padding: 0;
}

.aspp-feature-card,
.aspp-choice-card,
.aspp-step-card {
	padding: 24px;
}

.aspp-card-body {
	padding: 22px;
}

.aspp-card-body h3,
.aspp-feature-card h3,
.aspp-choice-card h3,
.aspp-step-card h3 {
	margin-bottom: 10px;
	font-size: 22px;
}

.aspp-card-body p,
.aspp-feature-card p,
.aspp-choice-card p,
.aspp-step-card p,
.aspp-panel p,
.aspp-panel li {
	color: var(--aspp-muted);
}

.aspp-best-for {
	padding: 14px 16px;
	background: #fff4f5;
	border: 1px solid #f4c3ca;
	border-radius: 10px;
	color: var(--aspp-text) !important;
}

.aspp-panel {
	padding: 28px;
}

.aspp-note-panel {
	background: #fffafa;
}

.aspp-image-placeholder {
	display: flex;
	min-height: 210px;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-end;
	padding: 18px;
	background:
		linear-gradient(135deg, rgba(16, 24, 39, 0.08), rgba(185, 15, 34, 0.18)),
		repeating-linear-gradient(0deg, #d6d9df 0 9px, #aeb4be 9px 12px);
	border: 1px solid var(--aspp-border);
	border-radius: 14px;
}

.aspp-image-placeholder p:first-child {
	margin: 0 0 8px;
	padding: 8px 10px;
	color: #fff;
	background: rgba(16, 24, 39, 0.88);
	border-radius: 6px;
	font-size: 13px;
	font-weight: 800;
}

.aspp-placeholder-note {
	max-width: 340px;
	margin: 0;
	color: var(--aspp-muted);
	font-size: 13px;
}

.aspp-check-list {
	margin: 16px 0 0;
	padding: 0;
	list-style: none;
}

.aspp-check-list li {
	position: relative;
	margin: 9px 0;
	padding-left: 28px;
	color: var(--aspp-muted);
}

.aspp-check-list li::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	color: #fff;
	background: var(--aspp-red);
	border-radius: 50%;
	content: "";
}

.aspp-check-list li::after {
	position: absolute;
	top: 4px;
	left: 7px;
	width: 5px;
	height: 9px;
	border: solid #fff;
	border-width: 0 2px 2px 0;
	content: "";
	transform: rotate(45deg);
}

.aspp-step-card {
	position: relative;
	padding-top: 70px;
}

.aspp-step-card::before {
	position: absolute;
	top: 22px;
	left: 22px;
	display: flex;
	width: 38px;
	height: 38px;
	align-items: center;
	justify-content: center;
	color: #fff;
	background: var(--aspp-red);
	border-radius: 50%;
	font-weight: 900;
}

.aspp-process-grid .aspp-step-card:nth-child(1)::before {
	content: "1";
}

.aspp-process-grid .aspp-step-card:nth-child(2)::before {
	content: "2";
}

.aspp-process-grid .aspp-step-card:nth-child(3)::before {
	content: "3";
}

.aspp-process-grid .aspp-step-card:nth-child(4)::before {
	content: "4";
}

.aspp-faq {
	max-width: 900px;
	margin: 0 auto;
}

.aspp-faq details {
	margin-bottom: 12px;
	padding: 17px 20px;
	background: #fff;
	border: 1px solid var(--aspp-border);
	border-radius: 10px;
	box-shadow: 0 6px 16px rgba(16, 24, 39, 0.05);
}

.aspp-faq summary {
	color: var(--aspp-dark);
	cursor: pointer;
	font-weight: 800;
}

.aspp-faq p {
	margin: 10px 0 0;
	color: var(--aspp-muted);
}

.aspp-final-cta {
	padding: 62px 0;
	color: #fff;
	background: linear-gradient(135deg, var(--aspp-dark), #82101c);
	text-align: center;
}

.aspp-final-cta p {
	max-width: 760px;
	margin: 0 auto 24px;
	color: rgba(255, 255, 255, 0.88);
}

.aspp-final-cta .aspp-buttons {
	justify-content: center;
}

@media (max-width: 980px) {
	.aspp-hero-grid,
	.aspp-split {
		grid-template-columns: 1fr;
	}

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

	.aspp-hero h1,
	.aspp-final-cta h2 {
		font-size: 38px;
	}
}

@media (max-width: 640px) {
	.aspp-container {
		padding-right: 18px;
		padding-left: 18px;
	}

	.aspp-hero {
		padding: 52px 0;
	}

	.aspp-hero h1,
	.aspp-final-cta h2 {
		font-size: 31px;
	}

	.aspp-hero-text,
	.aspp-hero p {
		font-size: 16px;
	}

	.aspp-section {
		padding: 46px 0;
	}

	.aspp-grid {
		grid-template-columns: 1fr;
	}

	.aspp-section-title {
		font-size: 28px;
	}

	.aspp-buttons,
	.aspp-buttons .wp-block-button,
	.aspp-buttons .wp-block-button__link {
		width: 100%;
	}
}
