/* Hero - Start */
.laundromat-hero {
	padding: 96px 0 64px 0;
}
.laundromat-hero .container {
	align-items: center;
	text-align: center;
	gap: 24px;
}
.hero-eyebrow {
	font-size: 12px !important;
	font-weight: 900 !important;
	letter-spacing: 2px;
	color: var(--green);
	text-transform: uppercase;
}
.hero-subtext {
	max-width: 800px;
	font-size: 18px !important;
	line-height: 26px !important;
}
.hero-ctas {
	justify-content: center;
	flex-wrap: wrap;
}
.hero-note {
	font-size: 14px !important;
	color: var(--gray);
}
/* Hero - End */

/* Problem Banner - Start */
.laundromat-problem-banner.short-banner .container {
	max-width: 950px;
}
/* Problem Banner - End */

/* Problem Deep-Dive - Start */
.laundromat-problems {
	padding: 64px 0;
}
.laundromat-problems .container {
	gap: 30px;
}
.laundromat-problems ul {
	max-width: 900px;
	gap: 24px;
}
.laundromat-problems li {
	line-height: 26px;
}
.laundromat-problems li .h4 {
	display: inline;
}
.laundromat-problems li span {
	line-height: 24px;
}
/* Problem Deep-Dive - End */

/* Solution - Start */
.laundromat-solution {
	padding: 64px 0;
	background: #F4F6F8;
}
.laundromat-solution .block-with-cols {
	gap: 80px;
	align-items: center;
	flex-wrap: nowrap;
}
.laundromat-solution .col-left {
	display: flex;
	flex-direction: column;
	gap: 20px;
	width: calc(50% - 40px);
}
.laundromat-solution .col-right {
	align-items: center;
	justify-content: center;
}
.laundromat-solution .col-right img {
	width: 100%;
	max-width: 500px;
}
/* Solution - End */

/* Steps - reuses .consultant-blocks and .num-box from consultant.css */
.laundromat-steps .num-box .h4 {
	height: auto;
	min-height: 56px;
}
.laundromat-steps .num-box p {
	height: auto;
}

/* Feature Cards - Start */
.laundromat-features {
	padding: 64px 0;
}
.laundromat-features .container:first-child {
	text-align: center;
	margin-bottom: 40px;
}
.feature-grid {
	gap: 30px;
	flex-wrap: wrap;
}
.feature-card {
	width: calc(50% - 15px);
	padding: 30px;
	border-radius: 12px;
	background: var(--white);
	display: flex;
	flex-direction: column;
	gap: 15px;
}
.feature-card img {
	width: 48px;
	height: 48px;
}
.feature-card p {
	color: #555;
}
/* Feature Cards - End */

/* Download Template - Start */
.laundromat-download {
	padding: 64px 0;
	background: var(--blue);
}
.laundromat-download .container {
	align-items: center;
	text-align: center;
	gap: 24px;
	z-index: 1;
}
.laundromat-download .h2 {
	max-width: 700px;
}
.laundromat-download p {
	max-width: 650px;
}
.download-note {
	opacity: 0.8;
}
/* Download Template - End */

/* Social Proof - Start */
.laundromat-proof {
	padding: 64px 0;
	background: #F4F6F8;
}
.laundromat-proof .container {
	align-items: center;
	text-align: center;
	gap: 40px;
}
.proof-stats {
	flex-wrap: nowrap;
	gap: 30px;
	width: 100%;
}
.stat-box {
	width: 33%;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
	padding: 30px;
}
/* Social Proof - End */

/* FAQ - Start */
.laundromat-faq {
	padding: 64px 0;
}
.laundromat-faq .container {
	gap: 30px;
	align-items: center;
}
.faq-list {
	max-width: 900px;
	width: 100%;
	display: flex;
	flex-direction: column;
}
.faq-item {
	border-bottom: 1px dashed var(--gray);
	padding: 20px 0;
}
.faq-question {
	display: flex;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
	gap: 16px;
}
.faq-question img {
	width: 20px;
	height: 20px;
	min-width: 20px;
	transition: transform 0.3s ease;
}
.faq-item.active .faq-question img {
	transform: rotate(180deg);
}
.faq-answer {
	height: 0;
	overflow: hidden;
	transition: height 0.3s ease;
}
.faq-answer p {
	padding-top: 16px;
	color: #555;
}
.faq-answer a {
	color: var(--blue);
	text-decoration: underline;
}
/* FAQ - End */

/* Final CTA - Start */
.laundromat-final-cta {
	background: var(--gray);
	padding: 0;
}
.laundromat-final-cta .container {
	padding: 48px 0;
	color: var(--white);
	flex-direction: column;
	align-items: center;
	text-align: center;
	gap: 20px;
	z-index: 1;
}
/* Final CTA - End */

/* Desktop decorative patterns on banner sections */
@media (min-width: 1280px) {
	.laundromat-download::before,
	.laundromat-download::after,
	.laundromat-final-cta::before,
	.laundromat-final-cta::after {
		content: "";
		background: url(/wp-content/themes/plb/img/pattern.webp);
		background-size: auto;
		background-repeat: repeat;
		display: flex;
		width: 420px;
		height: 200%;
		position: absolute;
		top: -116px;
		right: -150px;
	}
	.laundromat-download::before,
	.laundromat-final-cta::before {
		right: auto;
		left: -150px;
	}
}

/* Tablet */
@media (max-width: 1279px) {
	.laundromat-hero {
		padding: 48px 0;
	}
	.hero-ctas {
		flex-direction: column;
		align-items: center;
	}
	.laundromat-problems {
		padding: 48px 0;
	}
	.laundromat-solution {
		padding: 48px 0;
	}
	.laundromat-solution .block-with-cols {
		gap: 30px;
	}
	.laundromat-solution .col-left {
		width: calc(50% - 15px);
	}
	.laundromat-features {
		padding: 48px 0;
	}
	.laundromat-download {
		padding: 48px 0;
	}
	.laundromat-proof {
		padding: 48px 0;
	}
	.proof-stats {
		flex-direction: column;
		gap: 20px;
	}
	.stat-box {
		width: 100%;
		padding: 20px;
	}
	.laundromat-faq {
		padding: 48px 0;
	}
}

/* Mobile */
@media (max-width: 735px) {
	.laundromat-solution .block-with-cols {
		flex-direction: column;
	}
	.laundromat-solution .col-left,
	.laundromat-solution .col-right {
		width: 100%;
	}
	.feature-grid {
		flex-direction: column;
	}
	.feature-card {
		width: calc(100% - 60px);
	}
	.laundromat-steps .block-with-cols {
		flex-direction: column;
	}
	.laundromat-steps .num-box {
		width: calc(100% - 40px);
	}
	.laundromat-steps .num-box .h4 {
		min-height: auto;
	}
	.laundromat-final-cta .container {
		gap: 16px;
	}
}
