/* Bleaching liquid page — Home Plus */

.bl-page {
	--hp-blue-light: #88A4CB;
	--hp-blue-mid: #203E7A;
	--hp-blue-dark: #031749;
	--hp-navy: #102244;
	--hp-red: #EB0928;
}

/* Header over hero — no background bar */
.site-header {
	position: absolute;
	inset-inline: 0;
	top: 0;
	width: 100%;
	background: transparent !important;
	box-shadow: none;
}

/* —— Hero —— */
.bl-hero {
	position: relative;
	/* Match desktop hero art (1501×656) so the full splash stays visible */
	aspect-ratio: 1501 / 656;
	width: 100%;
	display: flex;
	align-items: center;
	overflow: hidden;
	background: var(--hp-navy);
	color: #fff;
}

.bl-hero__media {
	position: absolute;
	inset: 0;
	z-index: 0;
}

.bl-hero__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: right center;
}

.bl-hero__content {
	position: relative;
	z-index: 1;
	width: 100%;
	max-width: 1240px;
	margin-left: auto;
	margin-right: auto;
	padding: 7.5rem 1.5rem 3.5rem;
	display: flex;
	flex-direction: column;
	align-items: flex-end; /* RTL: physical left = header logo edge */
	text-align: left;
	box-sizing: border-box;
}

.bl-hero__eyebrow,
.bl-hero__title,
.bl-hero__lead {
	max-width: 560px;
	width: 100%;
	margin-left: 0;
	margin-right: 0;
	text-align: left;
	box-sizing: border-box;
}

.bl-hero__eyebrow {
	margin: 0 0 0.85rem;
	font-size: 0.92rem;
	font-weight: 500;
	color: rgba(255, 255, 255, 0.95);
	direction: rtl;
	text-align: left;
}

.bl-hero__title {
	margin: 0 0 1.15rem;
	font-size: clamp(1.7rem, 3.5vw, 2.55rem);
	font-weight: 800;
	line-height: 1.5;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	direction: ltr; /* flex-start = physical left, align with logo */
	gap: 0.15rem;
}

.bl-hero__title-accent,
.bl-hero__title-main {
	direction: rtl;
}

.bl-hero__title-accent {
	color: var(--hp-red);
}

.bl-hero__title-main {
	color: #fff;
}

.bl-hero__lead {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: clamp(0.88rem, 1.4vw, 1rem);
	font-weight: 400;
	line-height: 2;
	color: rgba(255, 255, 255, 0.95);
	direction: rtl;
	text-align: left;
}

.bl-hero__lead li {
	position: relative;
	padding-right: 1.1rem;
}

.bl-hero__lead li::before {
	content: "";
	position: absolute;
	right: 0;
	top: 0.72em;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #fff;
}

/* —— Variants bar + cards —— */
.bl-variants {
	background: #89A5C9;
}

.bl-variants__bar {
	background: transparent;
	padding: 1.5rem 1.5rem 0.55rem;
	text-align: center;
}

.bl-variants__bar h2 {
	margin: 0;
	color: rgba(255, 255, 255, 0.82);
	font-size: clamp(1rem, 2vw, 1.2rem);
	font-weight: 600;
}

.bl-variants__list {
	background: transparent;
	max-width: 1240px;
	width: 100%;
	margin: 0 auto;
	padding: 0.85rem 1.5rem 2.5rem;
	display: flex;
	flex-direction: column;
	gap: 1.35rem;
}

.bl-card {
	position: relative;
	max-width: none;
	width: 100%;
	margin: 0 auto;
	aspect-ratio: 1170 / 477;
	min-height: 0;
	border-radius: 28px;
	overflow: hidden;
	background-color: #0f1e58;
	background-image: var(--bl-card-bg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	box-shadow: 0 10px 28px rgba(3, 23, 73, 0.22);
	isolation: isolate;
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.bl-card::before {
	content: none;
}

.bl-card:hover {
	transform: translateY(-3px);
	box-shadow: 0 14px 34px rgba(3, 23, 73, 0.28);
}

.bl-card__body {
	position: relative;
	z-index: 1;
	height: 100%;
	padding: clamp(1.35rem, 3.2vw, 2rem) 1.35rem clamp(1.25rem, 2.8vw, 1.75rem) clamp(3.75rem, 9vw, 6rem);
	max-width: 46%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	text-align: left;
	direction: ltr;
	margin-left: 0;
	margin-right: auto;
	box-sizing: border-box;
}

.bl-card__badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	align-self: flex-start;
	margin-bottom: 0.7rem;
	padding: 0.4rem 1.15rem;
	background: #89A5CB;
	color: #152158;
	border: none;
	border-radius: 6px;
	font-size: 0.88rem;
	font-weight: 400;
	line-height: 1.35;
	min-height: 2rem;
	box-sizing: border-box;
}

.bl-card__title {
	margin: 0;
	color: #fff;
	font-size: clamp(1.35rem, 2.6vw, 1.85rem);
	font-weight: 500;
	line-height: 1.25;
	direction: rtl;
	text-align: left;
	width: auto;
	max-width: 100%;
}

.bl-card h3.bl-card__title {
	font-weight: 500;
}

.bl-card__brand {
	margin: 0.45rem 0 0;
	color: #E61E25;
	font-size: clamp(1.1rem, 2.1vw, 1.45rem);
	font-weight: 400;
	line-height: 1.2;
	direction: rtl;
	text-align: left;
	width: auto;
	max-width: 100%;
}

.bl-card__features {
	margin: 1.6rem 0 0;
	padding: 0;
	list-style: none;
	list-style-type: none;
	color: #fff;
	font-size: clamp(0.875rem, 1.35vw, 1rem);
	font-weight: 400;
	line-height: 1.7;
	direction: rtl;
	text-align: left;
	width: auto;
	max-width: 100%;
}

.bl-card__features li {
	position: static;
	padding: 0;
	margin: 0;
	list-style: none;
	list-style-type: none;
	background: none;
	font-weight: 400;
}

.bl-card__features li::before,
.bl-card__features li::after {
	content: none;
	display: none;
}

.bl-card__cta {
	display: inline-flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	gap: 0.35rem;
	margin-top: 3.15rem;
	padding: 0.28rem 1.25rem;
	min-width: 0;
	min-height: 1.95rem;
	border: 1px solid rgba(255, 255, 255, 0.95);
	border-radius: 999px;
	color: #fff;
	font-size: 0.88rem;
	font-weight: 400;
	direction: ltr;
	box-sizing: border-box;
	transition: background 0.2s ease, color 0.2s ease;
}

.bl-card__cta span {
	display: inline-block;
	font-size: 1.15em;
	line-height: 1;
}

.bl-card__cta:hover {
	background: #fff;
	color: var(--hp-blue-dark);
}

/* —— Selection guide —— */
.bl-guide {
	background: #fff;
	padding: 3.2rem 0 3.6rem;
}

.bl-guide__inner {
	max-width: 1100px;
	width: 100%;
	margin: 0 auto;
	padding: 0 1.5rem;
	text-align: center;
	box-sizing: border-box;
}

.bl-guide__inner h2 {
	margin: 0 0 0.7rem;
	color: #000000;
	font-size: clamp(1.3rem, 2.5vw, 1.7rem);
	font-weight: 800;
	line-height: 1.7;
}

.bl-guide__sub {
	margin: 0 auto 2.4rem;
	max-width: 42rem;
	color: #333333;
	font-size: 0.95rem;
	line-height: 1.9;
	font-weight: 400;
}

.bl-guide__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 1.25rem;
	direction: rtl;
	text-align: center;
	align-items: stretch;
}

.bl-guide-card {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	background: #fff;
	border-radius: 18px;
	padding: 2rem 1.75rem 1.6rem;
	border: none;
	box-shadow: 0 12px 32px rgba(0, 0, 0, 0.28);
	transition: transform 0.2s ease, box-shadow 0.2s ease;
	min-height: 100%;
	height: 100%;
	text-align: center;
	text-decoration: none;
	color: inherit;
	box-sizing: border-box;
}

.bl-guide-card:hover {
	transform: translateY(-2px);
	box-shadow: 0 16px 40px rgba(0, 0, 0, 0.35);
}

.bl-guide-card__title {
	margin: 0 0 0.55rem;
	color: #000000;
	font-size: 1.02rem;
	font-weight: 800;
	line-height: 1.65;
}

.bl-guide-card__product {
	margin: 0 0 0.85rem;
	color: var(--hp-red);
	font-size: 0.98rem;
	font-weight: 800;
	line-height: 1.65;
}

.bl-guide-card__text {
	margin: 0 0 1.15rem;
	color: #333333;
	font-size: 0.9rem;
	line-height: 1.95;
	font-weight: 400;
	flex: 1;
}

.bl-guide-card__tags {
	margin: auto 0 0;
	padding-top: 0;
	border-top: none;
	color: var(--hp-red);
	font-size: 0.8rem;
	font-weight: 700;
	line-height: 1.8;
}

/* —— FAQ (mockup: navy card on periwinkle field, inset white chevron bars) —— */
.bl-faq {
	background: #89A5CB;
	padding: 2.5rem 1.5rem 3rem;
	color: #fff;
}

.bl-faq__inner {
	/* Outer edges align with header logo / actions (1240px rail − 1.5rem pads) */
	max-width: calc(1240px - 3rem);
	width: 100%;
	margin: 0 auto;
	background: #1F3E7A;
	border-radius: 14px;
	/* Mockup: ~11.5% side inset so white bars sit well inside navy card */
	padding: 1.85rem clamp(1.25rem, 11.5%, 8.75rem) 1.65rem;
	box-shadow: 0 12px 32px rgba(3, 23, 73, 0.26);
	box-sizing: border-box;
}

.bl-faq__inner > h2 {
	margin: 0 0 1.35rem;
	text-align: center;
	font-size: clamp(1.05rem, 2.2vw, 1.35rem);
	font-weight: 700;
	line-height: 1.85;
	color: #fff;
}

.bl-faq__list {
	display: flex;
	flex-direction: column;
	gap: 0.55rem;
}

.bl-faq__item {
	background: #fff;
	color: var(--hp-blue-dark);
	border-radius: 8px;
	/* Soft lift per mockup — no overflow:hidden so shadow stays visible */
	box-shadow: 0 3px 10px rgba(12, 28, 64, 0.22);
}

.bl-faq__item summary {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	padding: 0.9rem 1.2rem;
	cursor: pointer;
	font-weight: 400;
	font-size: 0.95rem;
	list-style: none;
	text-align: right;
	color: #2a2a2a;
}

.bl-faq__item summary::-webkit-details-marker {
	display: none;
}

.bl-faq__item summary > span:first-child {
	flex: 1;
}

/* Outline V-chevron on physical left (RTL flex end); light grey per mockup */
.bl-faq__icon {
	width: 9px;
	height: 9px;
	border-right: 2px solid #8c8c8c;
	border-bottom: 2px solid #8c8c8c;
	flex-shrink: 0;
	margin-inline-end: 0.2rem;
	margin-top: -3px;
	transform: rotate(45deg);
	transition: transform 0.2s ease;
}

.bl-faq__item[open] .bl-faq__icon {
	margin-top: 3px;
	transform: rotate(225deg);
}

.bl-faq__item p {
	margin: 0;
	padding: 0 1.2rem 1.05rem;
	font-size: 0.9rem;
	font-weight: 400;
	line-height: 1.9;
	opacity: 0.9;
	text-align: right;
	color: #2a2a2a;
}

/* —— CTA purity (white) — matches dishwashing-liquid dl-cta —— */
.bl-cta {
	background: #fff;
	padding: 3.2rem 0 2.4rem;
}

.bl-cta__inner {
	max-width: 1240px;
	width: 100%;
	margin: 0 auto;
	padding: 0 1.5rem;
	text-align: center;
	box-sizing: border-box;
}

.bl-cta__inner h2 {
	margin: 0 0 1.15rem;
	font-size: clamp(1.35rem, 2.6vw, 1.85rem);
	font-weight: 800;
	color: var(--hp-blue-dark);
	line-height: 1.55;
	text-align: center;
}

.bl-cta__text {
	margin: 0;
	max-width: none;
	width: 100%;
	color: var(--hp-blue-dark);
	font-size: 0.95rem;
	line-height: 2.05;
	font-weight: 400;
	opacity: 0.9;
	text-align: center;
}

/* —— Read more (#88A4CC) — match mock: compact blue band + white card —— */
.bl-more {
	background: #88A4CC;
	padding: 1.35rem 0 1.6rem;
}

.bl-more__inner {
	max-width: 1240px;
	width: 100%;
	margin: 0 auto;
	padding: 0 1.5rem;
	text-align: center;
	box-sizing: border-box;
}

.bl-more__link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.3rem;
	margin: 0 0 1.1rem;
	padding: 0;
	background: transparent;
	color: #fff;
	font-weight: 500;
	font-size: 1rem;
	line-height: 1.5;
	text-decoration: none;
	transition: opacity 0.2s ease;
}

.bl-more__link:hover {
	opacity: 0.8;
	color: #fff;
}

.bl-more__box {
	background: #fff;
	border-radius: 16px;
	padding: 0.9rem 1.5rem;
	margin: 0 auto;
	width: 100%;
	box-sizing: border-box;
	box-shadow: 0 10px 28px rgba(0, 0, 0, 0.3);
}

.bl-more__box p {
	margin: 0;
	color: var(--hp-blue-dark);
	font-size: 0.9rem;
	line-height: 1.85;
	font-weight: 400;
	text-align: center;
}

/* —— Motion —— */
@media (prefers-reduced-motion: no-preference) {
	.bl-hero__eyebrow,
	.bl-hero__title,
	.bl-hero__lead {
		animation: bl-fade-up 0.75s ease both;
	}

	.bl-hero__title {
		animation-delay: 0.08s;
	}

	.bl-hero__lead {
		animation-delay: 0.16s;
	}

	.bl-card {
		animation: bl-fade-up 0.65s ease both;
	}

	.bl-card:nth-child(1) { animation-delay: 0.05s; }
	.bl-card:nth-child(2) { animation-delay: 0.12s; }

	.bl-guide-card {
		animation: bl-fade-up 0.6s ease both;
	}
}

@keyframes bl-fade-up {
	from {
		opacity: 0;
		transform: translateY(14px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

/* —— Responsive —— */
@media (max-width: 900px) {
	.bl-guide__grid {
		grid-template-columns: 1fr;
	}

	.bl-card__body {
		max-width: 52%;
		padding: 1.2rem 0.9rem 1.2rem 2.25rem;
	}

	.bl-card__title {
		font-size: clamp(1.15rem, 2.4vw, 1.45rem);
		font-weight: 500;
	}

	.bl-card__brand {
		font-size: clamp(0.95rem, 2vw, 1.2rem);
		font-weight: 400;
	}

	.bl-card__features {
		font-weight: 400;
	}
}

@media (max-width: 768px) {
	.bl-hero {
		aspect-ratio: auto;
		min-height: 560px;
		align-items: flex-end;
	}

	.bl-hero__media img {
		object-position: center top;
	}

	.bl-hero__content {
		max-width: none;
		margin-left: 0;
		margin-right: 0;
		padding: 6.5rem 1.5rem 2.4rem;
		align-items: flex-end;
		text-align: left;
		background: linear-gradient(
			180deg,
			rgba(16, 34, 68, 0) 0%,
			rgba(16, 34, 68, 0.55) 35%,
			rgba(16, 34, 68, 0.88) 100%
		);
		width: 100%;
	}

	.bl-hero__eyebrow,
	.bl-hero__title,
	.bl-hero__lead {
		max-width: 560px;
		width: 100%;
		margin-left: 0;
		margin-right: 0;
		text-align: left;
	}

	.bl-hero__title {
		align-items: flex-start;
	}

	.bl-card {
		aspect-ratio: auto;
		min-height: 300px;
		background-size: cover;
		background-position: right center;
	}

	.bl-card__body {
		max-width: 60%;
		height: auto;
		min-height: 300px;
		padding: 1.35rem 1rem 1.25rem 2.55rem;
	}

	.bl-guide {
		padding: 2.4rem 0 2.8rem;
	}

	.bl-guide__inner {
		padding: 0 1rem;
	}
}

@media (max-width: 640px) {
	.bl-card {
		min-height: 280px;
		border-radius: 20px;
		background-position: 70% center;
	}

	.bl-card__body {
		min-height: 280px;
		max-width: 72%;
		padding: 1.15rem 0.95rem 1.1rem 2.1rem;
	}

	.bl-card__title,
	.bl-card h3.bl-card__title {
		font-weight: 500;
	}

	.bl-card__brand,
	.bl-card__features,
	.bl-card__features li {
		font-weight: 400;
	}

	.bl-card__brand {
		margin-top: 0.35rem;
		font-size: clamp(1rem, 3.2vw, 1.2rem);
	}

	.bl-card__features {
		margin: 1.35rem 0 0;
		font-size: 0.875rem;
		line-height: 1.7;
	}

	.bl-card__cta {
		margin-top: 2.35rem;
		padding: 0.22rem 1.05rem;
		font-size: 0.85rem;
		font-weight: 400;
		min-height: 1.75rem;
		border-radius: 999px;
	}

	.bl-faq {
		padding: 2rem 1rem 2.4rem;
	}

	.bl-faq__inner {
		padding: 1.5rem 1rem 1.35rem;
		border-radius: 12px;
	}

	.bl-faq__inner > h2 {
		font-size: 1rem;
	}

	.bl-faq__item summary {
		padding: 0.85rem 1rem;
		font-size: 0.9rem;
	}

	.bl-cta {
		padding: 2.4rem 0 1.8rem;
	}

	.bl-cta__inner {
		padding: 0 1rem;
	}

	.bl-more {
		padding: 1.15rem 0 1.4rem;
	}

	.bl-more__inner {
		padding: 0 1rem;
	}

	.bl-more__box {
		padding: 0.85rem 1.1rem;
		border-radius: 14px;
	}
}
