.wash-wizard-expectations {
	color: var(--ww-color-navy);
	background: #e7e8ea;
}

.wash-wizard-expectations__comparison-inner,
.wash-wizard-expectations__steps-inner {
	width: min(100%, 108rem);
	margin-inline: auto;
	padding: 6.5rem 2rem;
}

.wash-wizard-expectations__comparison-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: clamp(3rem, 6vw, 7rem);
}

.wash-wizard-expectations__comparison-column {
	min-width: 0;
}

.wash-wizard-expectations__heading {
	margin: 0;
	color: var(--ww-color-navy);
	font-family: var(--ww-font-heading);
	font-size: clamp(2.75rem, 4.1vw, 4.5rem);
	font-weight: 800;
	letter-spacing: -0.05em;
	line-height: 1.04;
}

.wash-wizard-expectations__heading span {
	color: var(--ww-color-purple);
}

.wash-wizard-expectations__intro {
	max-width: 43rem;
	margin: 2.25rem 0 1.75rem;
	color: #2e3658;
	font-family: var(--ww-font-body);
	font-size: clamp(1rem, 1.15vw, 1.375rem);
	line-height: 1.35;
}

.wash-wizard-expectations__quote {
	display: inline-flex;
	min-height: 3.8rem;
	align-items: center;
	justify-content: center;
	padding: 0.95rem 2.75rem;
	border-radius: 50rem;
	color: var(--ww-color-cream);
	background: var(--ww-color-purple);
	font-family: var(--ww-font-body);
	font-size: 1rem;
	font-weight: 800;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	transition: color 180ms ease, background-color 180ms ease;
}

.wash-wizard-expectations__quote:hover,
.wash-wizard-expectations__quote:focus-visible {
	color: var(--ww-color-navy);
	background: var(--ww-color-blue);
}

.wash-wizard-expectations__steps {
	margin: 2.5rem 0 0;
	padding: 0;
	list-style: none;
}

.wash-wizard-expectations__step {
	display: grid;
	grid-template-columns: 5.5rem minmax(0, 1fr);
	gap: 1.5rem;
	align-items: center;
	min-height: 7.9rem;
	padding: 1.15rem 0;
	border-top: 1px solid rgb(33 19 52 / 0.1);
}

.wash-wizard-expectations__step:last-child {
	border-bottom: 1px solid rgb(33 19 52 / 0.1);
}

.wash-wizard-expectations__step-number {
	display: inline-flex;
	width: 5rem;
	height: 5rem;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	color: var(--ww-color-cream);
	background: var(--ww-color-navy);
	font-family: var(--ww-font-heading);
	font-size: 1.75rem;
	font-weight: 800;
}

.wash-wizard-expectations__step-copy h3 {
	margin: 0 0 0.35rem;
	font-family: var(--ww-font-heading);
	font-size: 1.2rem;
	font-weight: 800;
	line-height: 1.2;
}

.wash-wizard-expectations__step-copy p {
	margin: 0;
	color: #303858;
	font-family: var(--ww-font-body);
	font-size: 0.875rem;
	line-height: 1.35;
}

.wash-wizard-expectations__details {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.75rem;
	margin-top: 2rem;
}

.wash-wizard-expectations__detail-card {
	min-width: 0;
	padding: 1.65rem 1.8rem;
	border-radius: 1.3rem;
	font-family: var(--ww-font-body);
}

.wash-wizard-expectations__detail-card--arrival {
	color: var(--ww-color-navy);
	background: var(--ww-color-blue);
}

.wash-wizard-expectations__detail-card--access {
	color: var(--ww-color-blue);
	background: var(--ww-color-navy);
}

.wash-wizard-expectations__detail-card h3 {
	margin: 0 0 1.25rem;
	font-family: var(--ww-font-heading);
	font-size: 0.95rem;
	font-weight: 800;
	line-height: 1.25;
	text-transform: uppercase;
}

.wash-wizard-expectations__arrival-list,
.wash-wizard-expectations__access-columns {
	display: grid;
	gap: 0.75rem;
}

.wash-wizard-expectations__arrival-list strong,
.wash-wizard-expectations__arrival-list span {
	display: block;
	font-size: 0.75rem;
	line-height: 1.35;
}

.wash-wizard-expectations__arrival-list span {
	margin-top: 0.1rem;
	opacity: 0.75;
}

.wash-wizard-expectations__detail-card--access p {
	margin: 0 0 1rem;
	opacity: 0.75;
	font-size: 0.75rem;
}

.wash-wizard-expectations__access-columns {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1.5rem;
}

.wash-wizard-expectations__access-columns ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.wash-wizard-expectations__access-columns li {
	position: relative;
	padding-left: 0.9rem;
	font-size: 0.7rem;
	line-height: 1.35;
}

.wash-wizard-expectations__access-columns li::before {
	position: absolute;
	left: 0;
	content: "•";
}

.wash-wizard-expectations--steps {
	background: #e4e5e7;
}

.wash-wizard-expectations__steps-header {
	text-align: center;
}

.wash-wizard-expectations--steps .wash-wizard-expectations__heading {
	font-size: clamp(2.75rem, 4.25vw, 4.5rem);
}

.wash-wizard-expectations--steps .wash-wizard-expectations__intro {
	max-width: 62rem;
	margin: 1.75rem auto 2.5rem;
}

.wash-wizard-expectations__tabs {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: clamp(1rem, 4vw, 5rem);
	width: min(100%, 67rem);
	margin-inline: auto;
}

.wash-wizard-expectations__tab {
	min-height: 4.75rem;
	border: 2px solid var(--ww-color-navy);
	border-radius: 50rem;
	color: var(--ww-color-cream);
	background: var(--ww-color-navy);
	font-family: var(--ww-font-heading);
	font-size: clamp(1.25rem, 2vw, 2rem);
	font-weight: 800;
	cursor: pointer;
	transition: color 180ms ease, background-color 180ms ease;
}

.wash-wizard-expectations__tab.is-active,
.wash-wizard-expectations__tab:hover,
.wash-wizard-expectations__tab:focus-visible {
	color: var(--ww-color-navy);
	background: var(--ww-color-blue);
}

.wash-wizard-expectations__feature-panels {
	width: min(100%, 67rem);
	margin: 4rem auto 0;
}

.wash-wizard-expectations__service-panel[hidden],
.wash-wizard-expectations__feature[hidden] {
	display: none;
}

.wash-wizard-expectations__feature {
	display: grid;
	grid-template-columns: minmax(0, 39%) minmax(0, 61%);
	min-height: 20rem;
	overflow: hidden;
	border-radius: 1.3rem;
	background: var(--ww-color-blue);
}

.wash-wizard-expectations__feature-media {
	min-height: 20rem;
}

.wash-wizard-expectations__feature-media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.wash-wizard-expectations__feature-copy {
	position: relative;
	display: flex;
	justify-content: center;
	flex-direction: column;
	padding: 3.5rem 4rem;
}

.wash-wizard-expectations__feature-number {
	position: absolute;
	top: 0;
	right: 0;
	display: inline-flex;
	width: 6.5rem;
	height: 5.5rem;
	align-items: center;
	justify-content: center;
	border-radius: 0 1.3rem 0 1.3rem;
	color: var(--ww-color-cream);
	background: var(--ww-color-navy);
	font-family: var(--ww-font-heading);
	font-size: 1.5rem;
	font-weight: 800;
}

.wash-wizard-expectations__feature-copy h3 {
	max-width: 31rem;
	margin: 0 0 1rem;
	font-family: var(--ww-font-heading);
	font-size: clamp(1.75rem, 2.4vw, 2.5rem);
	font-weight: 800;
	line-height: 1.1;
}

.wash-wizard-expectations__feature-copy p {
	max-width: 34rem;
	margin: 0;
	color: #273455;
	font-family: var(--ww-font-body);
	font-size: clamp(1rem, 1.3vw, 1.3rem);
	line-height: 1.35;
}

.wash-wizard-expectations__timeline {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: min(100%, 78rem);
	margin: 4.5rem auto 0;
}

.wash-wizard-expectations__timeline::before {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	height: 2px;
	content: "";
	background: var(--ww-color-navy);
	transform: translateY(-50%);
}

.wash-wizard-expectations__timeline-step {
	position: relative;
	z-index: 1;
	display: inline-flex;
	width: 4.5rem;
	height: 4.5rem;
	align-items: center;
	justify-content: center;
	padding: 0;
	border: 0;
	border-radius: 50%;
	color: var(--ww-color-cream);
	background: var(--ww-color-navy);
	font-family: var(--ww-font-heading);
	font-size: 1.4rem;
	font-weight: 800;
	cursor: pointer;
}

.wash-wizard-expectations__timeline-step.is-active {
	border: 2px solid var(--ww-color-navy);
	box-shadow: 0 0 0 0.55rem var(--ww-color-blue);
	color: var(--ww-color-cream);
}

.wash-wizard-expectations__quote--steps {
	display: flex;
	width: fit-content;
	margin: 4rem auto 0;
}

.wash-wizard-expectations--steps .wash-wizard-expectations__details {
	margin-top: 6rem;
}

.wash-wizard-expectations__editor-preview {
	width: 100%;
	background: #e7e8ea;
}

.wash-wizard-expectations__editor-preview img {
	display: block;
	width: 100%;
	height: auto;
}

@media (max-width: 64rem) {

	.wash-wizard-expectations__comparison-inner,
	.wash-wizard-expectations__steps-inner {
		padding-block: 5rem;
	}

	.wash-wizard-expectations__comparison-grid {
		gap: 2rem;
	}

	.wash-wizard-expectations__step {
		grid-template-columns: 4.5rem minmax(0, 1fr);
		gap: 1rem;
	}

	.wash-wizard-expectations__step-number {
		width: 4rem;
		height: 4rem;
	}

	.wash-wizard-expectations__detail-card {
		padding-inline: 1.25rem;
	}

	.wash-wizard-expectations__feature-copy {
		padding-inline: 2.5rem;
	}
}

@media (max-width: 48rem) {

	.wash-wizard-expectations__comparison-inner,
	.wash-wizard-expectations__steps-inner {
		padding: 4rem 1.25rem;
	}

	.wash-wizard-expectations__comparison-grid {
		grid-template-columns: minmax(0, 1fr);
		gap: 4rem;
	}

	.wash-wizard-expectations__heading,
	.wash-wizard-expectations--steps .wash-wizard-expectations__heading {
		font-size: clamp(2.5rem, 11vw, 4rem);
	}

	.wash-wizard-expectations__intro {
		margin-top: 1.5rem;
	}

	.wash-wizard-expectations__quote {
		width: 100%;
	}

	.wash-wizard-expectations__details {
		grid-template-columns: minmax(0, 1fr);
	}

	.wash-wizard-expectations__tabs {
		grid-template-columns: minmax(0, 1fr);
		gap: 0.75rem;
	}

	.wash-wizard-expectations__tab {
		min-height: 4rem;
	}

	.wash-wizard-expectations__feature-panels {
		margin-top: 2.5rem;
	}

	.wash-wizard-expectations__feature {
		grid-template-columns: minmax(0, 1fr);
	}

	.wash-wizard-expectations__feature-media {
		min-height: 14rem;
	}

	.wash-wizard-expectations__feature-copy {
		min-height: 17rem;
		padding: 3.5rem 1.5rem 2rem;
	}

	.wash-wizard-expectations__feature-number {
		width: 5rem;
		height: 4.25rem;
	}

	.wash-wizard-expectations__timeline {
		margin-top: 3.5rem;
	}

	.wash-wizard-expectations__timeline-step {
		width: 3rem;
		height: 3rem;
		font-size: 1rem;
	}

	.wash-wizard-expectations__timeline-step.is-active {
		box-shadow: 0 0 0 0.35rem var(--ww-color-blue);
	}

	.wash-wizard-expectations__quote--steps {
		margin-top: 3rem;
	}

	.wash-wizard-expectations--steps .wash-wizard-expectations__details {
		margin-top: 4rem;
	}
}
