/* Dedicated hair-routine experience */
.zshop-hair-routine-page {
	background:
		radial-gradient(circle at 8% 12%, rgba(201, 156, 74, 0.08), transparent 24rem),
		var(--zshop-cream);
}

.zhair-main {
	position: relative;
	overflow: clip;
	padding-block: 22px 88px;
}

.zhair-breadcrumb {
	display: flex;
	align-items: center;
	gap: 9px;
	margin-bottom: 18px;
	color: var(--zshop-muted);
	font-size: 12px;
}

.zhair-breadcrumb a:hover {
	color: var(--zshop-green);
}

.zhair-breadcrumb strong {
	color: var(--zshop-green);
	font-weight: 800;
}

.zhair-kicker {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: var(--zshop-green-2);
	font-size: 12px;
	font-weight: 850;
	letter-spacing: -0.01em;
}

.zhair-kicker::before {
	width: 20px;
	height: 2px;
	background: var(--zshop-gold);
	border-radius: 99px;
	content: "";
}

.zhair-hero {
	position: relative;
	display: grid;
	min-height: 520px;
	grid-template-columns: minmax(0, 1.15fr) minmax(390px, 0.85fr);
	overflow: hidden;
	background: linear-gradient(135deg, #f8e6be 0%, #f5ddb0 44%, #f9edcf 100%);
	border: 1px solid rgba(132, 90, 20, 0.1);
	border-radius: 38px;
	box-shadow: 0 22px 60px rgba(85, 61, 19, 0.1);
}

.zhair-hero::before {
	position: absolute;
	width: 460px;
	height: 460px;
	inset-inline-start: -150px;
	inset-block-start: -210px;
	background: rgba(255, 255, 255, 0.28);
	border-radius: 50%;
	content: "";
}

.zhair-hero__copy {
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 64px clamp(34px, 5vw, 76px);
}

.zhair-hero h1 {
	max-width: 15ch;
	margin: 14px 0 18px;
	color: var(--zshop-green);
	font-size: clamp(34px, 4.3vw, 61px);
	font-weight: 900;
	line-height: 1.28;
	letter-spacing: -0.055em;
}

.zhair-hero__copy > p {
	max-width: 65ch;
	margin: 0;
	color: #5b635e;
	font-size: clamp(14px, 1.4vw, 17px);
	line-height: 2;
}

.zhair-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 28px;
}

.zhair-hero__actions .zshop-button {
	min-height: 52px;
	padding-inline: 24px;
}

.zhair-trust-list {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 18px;
	padding: 0;
	margin: 24px 0 0;
	list-style: none;
	color: #52615a;
	font-size: 12px;
}

.zhair-trust-list li {
	display: inline-flex;
	align-items: center;
	gap: 6px;
}

.zhair-trust-list .zshop-icon {
	width: 17px;
	height: 17px;
	color: var(--zshop-green-2);
}

.zhair-hero__visual {
	position: relative;
	min-height: 100%;
	overflow: hidden;
	background:
		linear-gradient(165deg, rgba(7, 63, 49, 0.02), rgba(7, 63, 49, 0.18)),
		radial-gradient(circle at 70% 22%, rgba(255, 255, 255, 0.78), transparent 17rem);
}

.zhair-hero__visual.has-image {
	background:
		linear-gradient(160deg, rgba(7, 63, 49, 0.16), rgba(7, 63, 49, 0.52)),
		var(--zhair-hero-image) center / cover no-repeat;
}

.zhair-hero__orb {
	position: absolute;
	border: 1px solid rgba(7, 63, 49, 0.1);
	border-radius: 50%;
}

.zhair-hero__orb--one {
	width: 360px;
	height: 360px;
	inset: 48px auto auto 24px;
	background: rgba(255, 253, 249, 0.32);
}

.zhair-hero__orb--two {
	width: 230px;
	height: 230px;
	inset: auto 26px -70px auto;
	background: rgba(7, 63, 49, 0.08);
}

.zhair-hairline {
	position: absolute;
	width: 75%;
	height: 130%;
	inset-block-start: -12%;
	inset-inline-start: 18%;
	border: 7px solid rgba(7, 63, 49, 0.25);
	border-block-color: transparent;
	border-radius: 45% 55% 52% 48%;
	transform: rotate(9deg);
}

.zhair-hairline--two {
	inset-inline-start: 30%;
	transform: rotate(-4deg) scale(0.82);
	opacity: 0.72;
}

.zhair-hairline--three {
	inset-inline-start: 3%;
	transform: rotate(18deg) scale(0.68);
	opacity: 0.5;
}

.has-image .zhair-hairline,
.has-image .zhair-hero__orb {
	display: none;
}

.zhair-hero__note {
	position: absolute;
	inset-inline: 34px;
	inset-block-end: 34px;
	display: grid;
	gap: 3px;
	padding: 19px 22px;
	color: var(--zshop-white);
	background: rgba(7, 63, 49, 0.9);
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 22px;
	box-shadow: var(--zshop-shadow-md);
	backdrop-filter: blur(14px);
}

.zhair-hero__note small {
	color: rgba(255, 255, 255, 0.72);
	font-size: 10px;
}

.zhair-hero__note strong {
	font-size: 21px;
	font-weight: 900;
}

.zhair-hero__note span {
	color: rgba(255, 255, 255, 0.82);
	font-size: 12px;
}

.zhair-section-head {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 28px;
	margin-bottom: 25px;
}

.zhair-section-head h2 {
	max-width: 25ch;
	margin: 8px 0 0;
	color: var(--zshop-green);
	font-size: clamp(27px, 3.2vw, 43px);
	font-weight: 900;
	line-height: 1.42;
	letter-spacing: -0.04em;
}

.zhair-section-head > p {
	max-width: 56ch;
	margin: 0;
	color: var(--zshop-muted);
	font-size: 13px;
}

.zhair-quick,
.zhair-four-steps,
.zhair-products,
.zhair-faq {
	padding-block-start: 78px;
}

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

.zhair-need-card {
	position: relative;
	display: flex;
	min-height: 235px;
	flex-direction: column;
	align-items: flex-start;
	padding: 26px;
	text-align: start;
	background: var(--zshop-paper);
	border: 1px solid rgba(7, 63, 49, 0.1);
	border-radius: 24px;
	box-shadow: var(--zshop-shadow-xs);
	cursor: pointer;
	transition: border-color var(--zshop-transition), transform var(--zshop-transition), box-shadow var(--zshop-transition);
}

.zhair-need-card::after {
	position: absolute;
	width: 95px;
	height: 95px;
	inset-inline-start: -25px;
	inset-block-end: -35px;
	background: rgba(201, 156, 74, 0.08);
	border-radius: 50%;
	content: "";
}

.zhair-need-card:hover {
	border-color: rgba(7, 63, 49, 0.28);
	box-shadow: var(--zshop-shadow-sm);
	transform: translateY(-3px);
}

.zhair-need-card__mark {
	display: inline-flex;
	padding: 5px 10px;
	color: var(--zshop-green-2);
	background: rgba(7, 63, 49, 0.07);
	border-radius: 99px;
	font-size: 10px;
	font-weight: 850;
}

.zhair-need-card strong {
	margin-top: 20px;
	color: var(--zshop-green);
	font-size: 20px;
	font-weight: 900;
	line-height: 1.55;
}

.zhair-need-card p {
	margin: 9px 0 19px;
	color: var(--zshop-muted);
	font-size: 12px;
	line-height: 1.9;
}

.zhair-need-card > span:last-child {
	position: relative;
	z-index: 1;
	margin-top: auto;
	color: var(--zshop-green-2);
	font-size: 11px;
	font-weight: 850;
}

.zhair-need-card--caution {
	background: #fffaf0;
	border-color: rgba(201, 156, 74, 0.26);
}

.zhair-need-card--caution .zhair-need-card__mark {
	color: #725318;
	background: rgba(201, 156, 74, 0.18);
}

.zhair-quiz-section {
	padding-block: 84px;
	margin-top: 82px;
	background:
		radial-gradient(circle at 90% 10%, rgba(201, 156, 74, 0.12), transparent 27rem),
		var(--zshop-green);
}

.zhair-quiz-shell {
	display: grid;
	grid-template-columns: minmax(250px, 0.68fr) minmax(0, 1.32fr);
	gap: clamp(28px, 5vw, 74px);
	align-items: start;
}

.zhair-quiz-intro {
	position: sticky;
	inset-block-start: calc(var(--zshop-header-height) + 28px);
	color: var(--zshop-white);
}

.zhair-quiz-intro .zhair-kicker {
	color: var(--zshop-gold-soft);
}

.zhair-quiz-intro h2 {
	margin: 12px 0 17px;
	font-size: clamp(30px, 3.8vw, 49px);
	font-weight: 900;
	line-height: 1.42;
	letter-spacing: -0.045em;
}

.zhair-quiz-intro > p {
	margin: 0;
	color: rgba(255, 255, 255, 0.7);
	font-size: 13px;
}

.zhair-quiz-principle {
	display: grid;
	gap: 5px;
	padding: 18px;
	margin-top: 28px;
	background: rgba(255, 255, 255, 0.07);
	border: 1px solid rgba(255, 255, 255, 0.13);
	border-radius: 18px;
}

.zhair-quiz-principle strong {
	color: var(--zshop-gold-soft);
	font-size: 11px;
}

.zhair-quiz-principle span {
	color: rgba(255, 255, 255, 0.78);
	font-size: 12px;
}

.zhair-quiz {
	position: relative;
	min-height: 610px;
	padding: 30px;
	background: var(--zshop-paper);
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 30px;
	box-shadow: 0 28px 70px rgba(0, 0, 0, 0.19);
}

.zhair-progress {
	height: 6px;
	overflow: hidden;
	background: #e8e4dc;
	border-radius: 99px;
}

.zhair-progress span {
	display: block;
	width: 20%;
	height: 100%;
	background: linear-gradient(90deg, var(--zshop-gold), #e2bd70);
	border-radius: inherit;
	transition: width 260ms ease;
}

.zhair-step-count {
	margin: 10px 0 25px;
	color: var(--zshop-muted);
	font-size: 11px;
}

.zhair-step {
	padding: 0;
	margin: 0;
	border: 0;
}

.zhair-step[hidden] {
	display: none;
}

.zhair-step legend {
	width: 100%;
	padding: 0;
	color: var(--zshop-green);
	font-size: clamp(23px, 2.8vw, 34px);
	font-weight: 900;
	line-height: 1.5;
	letter-spacing: -0.035em;
}

.zhair-step > p {
	margin: 7px 0 22px;
	color: var(--zshop-muted);
	font-size: 12px;
}

.zhair-options {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 11px;
}

.zhair-options label {
	position: relative;
	display: block;
	cursor: pointer;
}

.zhair-options input {
	position: absolute;
	inline-size: 1px;
	block-size: 1px;
	opacity: 0;
}

.zhair-options label > span {
	display: grid;
	min-height: 82px;
	align-content: center;
	gap: 4px;
	padding: 14px 17px;
	background: #fff;
	border: 1px solid var(--zshop-line);
	border-radius: 16px;
	transition: border-color var(--zshop-transition), background var(--zshop-transition), box-shadow var(--zshop-transition);
}

.zhair-options label:hover > span {
	border-color: rgba(7, 63, 49, 0.35);
}

.zhair-options input:checked + span {
	background: rgba(7, 63, 49, 0.055);
	border-color: var(--zshop-green-2);
	box-shadow: inset 0 0 0 1px var(--zshop-green-2);
}

.zhair-options input:focus-visible + span {
	outline: 3px solid rgba(201, 156, 74, 0.65);
	outline-offset: 2px;
}

.zhair-options strong {
	color: var(--zshop-green);
	font-size: 14px;
	font-weight: 850;
}

.zhair-options small {
	color: var(--zshop-muted);
	font-size: 10px;
}

.zhair-double-question {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 22px;
}

.zhair-double-question h3 {
	margin: 0 0 11px;
	color: var(--zshop-ink);
	font-size: 13px;
	font-weight: 850;
}

.zhair-options--compact {
	grid-template-columns: 1fr;
}

.zhair-options--compact label > span {
	min-height: 52px;
}

.zhair-options--goals {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.zhair-options--goals label > span {
	min-height: 60px;
	text-align: center;
}

.zhair-warning-checks {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 8px;
	padding: 16px;
	margin-top: 20px;
	background: #fff8e8;
	border: 1px solid rgba(201, 156, 74, 0.24);
	border-radius: 17px;
}

.zhair-warning-checks > strong {
	grid-column: 1 / -1;
	color: #75551d;
	font-size: 11px;
}

.zhair-warning-checks label {
	display: flex;
	align-items: flex-start;
	gap: 7px;
	color: #684d20;
	font-size: 10px;
	cursor: pointer;
}

.zhair-warning-checks input {
	width: 17px;
	height: 17px;
	flex: 0 0 auto;
	accent-color: var(--zshop-green-2);
}

.zhair-form-error {
	padding: 8px 12px;
	margin: 16px 0 -5px;
	color: #8b2424;
	background: #fff0f0;
	border-radius: 10px;
	font-size: 11px;
}

.zhair-quiz-actions {
	position: absolute;
	inset-inline: 30px;
	inset-block-end: 28px;
	display: flex;
	justify-content: space-between;
	gap: 10px;
	padding-top: 18px;
	border-top: 1px solid var(--zshop-line);
}

.zhair-quiz-actions .zshop-button {
	min-width: 128px;
	min-height: 48px;
}

.zhair-result {
	padding: 38px;
	margin-top: 64px;
	background: var(--zshop-paper);
	border: 1px solid rgba(7, 63, 49, 0.12);
	border-radius: 32px;
	box-shadow: var(--zshop-shadow-md);
}

.zhair-result[hidden] {
	display: none;
}

.zhair-result__header {
	display: flex;
	align-items: start;
	justify-content: space-between;
	gap: 24px;
}

.zhair-result__header h2 {
	margin: 8px 0 8px;
	color: var(--zshop-green);
	font-size: clamp(27px, 3.4vw, 43px);
	font-weight: 900;
	line-height: 1.4;
	letter-spacing: -0.04em;
}

.zhair-result__header p {
	max-width: 72ch;
	margin: 0;
	color: var(--zshop-muted);
	font-size: 13px;
}

.zhair-profile-chips {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 22px;
}

.zhair-profile-chips span {
	padding: 7px 12px;
	color: var(--zshop-green);
	background: rgba(7, 63, 49, 0.07);
	border: 1px solid rgba(7, 63, 49, 0.09);
	border-radius: 99px;
	font-size: 10px;
	font-weight: 800;
}

.zhair-medical-alert {
	display: flex;
	align-items: flex-start;
	gap: 14px;
	padding: 18px;
	margin-top: 22px;
	color: #703f1f;
	background: #fff6e6;
	border: 1px solid rgba(201, 156, 74, 0.3);
	border-radius: 17px;
}

.zhair-medical-alert[hidden] {
	display: none;
}

.zhair-medical-alert .zshop-icon {
	width: 28px;
	height: 28px;
	color: #a26e16;
}

.zhair-medical-alert strong {
	font-size: 13px;
}

.zhair-medical-alert p {
	margin: 3px 0 0;
	font-size: 11px;
}

.zhair-strategy {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
	margin-top: 22px;
}

.zhair-strategy > div {
	padding: 19px;
	background: #f8f5ef;
	border-radius: 18px;
}

.zhair-strategy small {
	color: var(--zshop-gold);
	font-size: 10px;
	font-weight: 900;
}

.zhair-strategy p {
	margin: 5px 0 0;
	color: var(--zshop-ink);
	font-size: 12px;
}

.zhair-result-steps {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 10px;
	margin-top: 20px;
}

.zhair-result-step {
	display: grid;
	gap: 8px;
	padding: 17px;
	background: #fff;
	border: 1px solid var(--zshop-line);
	border-radius: 17px;
}

.zhair-result-step span {
	display: inline-flex;
	width: 31px;
	height: 31px;
	align-items: center;
	justify-content: center;
	color: var(--zshop-white);
	background: var(--zshop-green);
	border-radius: 10px;
	font-size: 10px;
	font-weight: 900;
}

.zhair-result-step strong {
	color: var(--zshop-green);
	font-size: 12px;
}

.zhair-result-step p {
	margin: 0;
	color: var(--zshop-muted);
	font-size: 10px;
}

.zhair-result-step a {
	margin-top: auto;
	color: var(--zshop-green-2);
	font-size: 10px;
	font-weight: 850;
}

.zhair-result__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 24px;
}

.zhair-timeline {
	position: relative;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px;
}

.zhair-timeline::before {
	position: absolute;
	inset: 28px 12% auto;
	height: 1px;
	background: rgba(7, 63, 49, 0.15);
	content: "";
}

.zhair-timeline article {
	position: relative;
	display: grid;
	gap: 18px;
	padding: 0 4px;
}

.zhair-timeline article > span {
	position: relative;
	z-index: 1;
	display: inline-flex;
	width: 58px;
	height: 58px;
	align-items: center;
	justify-content: center;
	color: var(--zshop-white);
	background: var(--zshop-green);
	border: 7px solid var(--zshop-cream);
	border-radius: 50%;
	font-size: 11px;
	font-weight: 900;
}

.zhair-timeline small {
	color: var(--zshop-gold);
	font-size: 10px;
	font-weight: 900;
}

.zhair-timeline h3 {
	margin: 5px 0 8px;
	color: var(--zshop-green);
	font-size: 18px;
	font-weight: 900;
	line-height: 1.55;
}

.zhair-timeline p {
	margin: 0 0 13px;
	color: var(--zshop-muted);
	font-size: 11px;
}

.zhair-timeline a {
	color: var(--zshop-green-2);
	font-size: 10px;
	font-weight: 850;
}

.zhair-timeline .zshop-icon {
	display: inline-block;
	width: 14px;
	height: 14px;
	vertical-align: middle;
}

.zhair-science {
	padding-block: 80px;
	margin-top: 86px;
	background: #f0eadf;
}

.zhair-science__grid {
	display: grid;
	grid-template-columns: minmax(0, 0.88fr) minmax(420px, 1.12fr);
	gap: clamp(34px, 6vw, 90px);
	align-items: center;
}

.zhair-science__copy h2 {
	margin: 11px 0 15px;
	color: var(--zshop-green);
	font-size: clamp(29px, 3.8vw, 48px);
	font-weight: 900;
	line-height: 1.42;
	letter-spacing: -0.045em;
}

.zhair-science__copy > p {
	margin: 0;
	color: var(--zshop-muted);
	font-size: 13px;
}

.zhair-science blockquote {
	position: relative;
	padding: 20px 24px;
	margin: 25px 0 0;
	color: var(--zshop-green);
	background: rgba(255, 255, 255, 0.64);
	border-inline-start: 4px solid var(--zshop-gold);
	border-radius: 16px;
	font-size: 15px;
	font-weight: 850;
}

.zhair-split-diagram {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	overflow: hidden;
	background: var(--zshop-paper);
	border: 1px solid rgba(7, 63, 49, 0.1);
	border-radius: 28px;
	box-shadow: var(--zshop-shadow-sm);
}

.zhair-split-diagram > div {
	position: relative;
	min-height: 330px;
	padding: 42px 32px;
}

.zhair-split-diagram > div::before {
	position: absolute;
	width: 170px;
	height: 170px;
	inset-inline-start: -45px;
	inset-block-end: -55px;
	border: 20px solid currentColor;
	border-radius: 50%;
	content: "";
	opacity: 0.055;
}

.zhair-split-diagram__scalp {
	color: var(--zshop-white);
	background: var(--zshop-green);
}

.zhair-split-diagram__shaft {
	color: var(--zshop-green);
	background: #f9e7bf;
}

.zhair-split-diagram span {
	display: inline-flex;
	padding: 5px 10px;
	color: inherit;
	background: rgba(255, 255, 255, 0.12);
	border-radius: 99px;
	font-size: 10px;
	font-weight: 900;
}

.zhair-split-diagram__shaft span {
	background: rgba(7, 63, 49, 0.08);
}

.zhair-split-diagram strong {
	display: block;
	margin-top: 25px;
	font-size: 26px;
	font-weight: 900;
}

.zhair-split-diagram ul {
	display: grid;
	gap: 10px;
	padding: 0;
	margin: 22px 0 0;
	list-style: none;
	font-size: 12px;
}

.zhair-split-diagram li {
	position: relative;
	padding-inline-start: 18px;
}

.zhair-split-diagram li::before {
	position: absolute;
	width: 7px;
	height: 7px;
	inset-inline-start: 0;
	inset-block-start: 10px;
	background: var(--zshop-gold);
	border-radius: 50%;
	content: "";
}

.zhair-products > .zhair-section-head {
	margin-bottom: 34px;
}

.zhair-product-stage {
	scroll-margin-top: calc(var(--zshop-header-height) + 30px);
	padding: 30px;
	margin-top: 18px;
	background: var(--zshop-paper);
	border: 1px solid rgba(7, 63, 49, 0.09);
	border-radius: 28px;
	box-shadow: var(--zshop-shadow-xs);
}

.zhair-product-stage.is-recommended {
	border-color: rgba(201, 156, 74, 0.6);
	box-shadow: 0 18px 50px rgba(201, 156, 74, 0.14);
}

.zhair-product-stage__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 28px;
	margin-bottom: 24px;
}

.zhair-product-stage__head > div {
	display: flex;
	align-items: flex-start;
	gap: 17px;
}

.zhair-product-stage__head > div > span {
	display: inline-flex;
	width: 48px;
	height: 48px;
	flex: 0 0 auto;
	align-items: center;
	justify-content: center;
	color: var(--zshop-white);
	background: var(--zshop-green);
	border-radius: 15px;
	font-size: 10px;
	font-weight: 900;
}

.zhair-product-stage__head small {
	color: var(--zshop-gold);
	font-size: 10px;
	font-weight: 900;
}

.zhair-product-stage__head h3 {
	margin: 3px 0 5px;
	color: var(--zshop-green);
	font-size: 22px;
	font-weight: 900;
	line-height: 1.5;
}

.zhair-product-stage__head p {
	max-width: 74ch;
	margin: 0;
	color: var(--zshop-muted);
	font-size: 11px;
}

.zhair-product-grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.zhair-empty-products {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	padding: 22px;
	background: #f7f3eb;
	border-radius: 18px;
}

.zhair-empty-products > div {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 2px 12px;
}

.zhair-empty-products .zshop-icon {
	grid-row: 1 / span 2;
	width: 32px;
	height: 32px;
	color: var(--zshop-green-2);
}

.zhair-empty-products strong {
	color: var(--zshop-green);
	font-size: 13px;
}

.zhair-empty-products p {
	margin: 0;
	color: var(--zshop-muted);
	font-size: 10px;
}

.zhair-safety {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	gap: 22px;
	align-items: center;
	padding: 30px;
	margin-top: 74px;
	background: #fff7e8;
	border: 1px solid rgba(201, 156, 74, 0.28);
	border-radius: 27px;
}

.zhair-safety__icon {
	display: flex;
	width: 62px;
	height: 62px;
	align-items: center;
	justify-content: center;
	color: #946711;
	background: rgba(201, 156, 74, 0.16);
	border-radius: 19px;
}

.zhair-safety__icon .zshop-icon {
	width: 32px;
	height: 32px;
}

.zhair-safety h2 {
	margin: 5px 0 4px;
	color: var(--zshop-green);
	font-size: 25px;
	font-weight: 900;
}

.zhair-safety p {
	margin: 0;
	color: #685b42;
	font-size: 11px;
}

.zhair-faq-list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px 16px;
	align-items: start;
}

.zhair-faq details {
	background: var(--zshop-paper);
	border: 1px solid rgba(7, 63, 49, 0.1);
	border-radius: 18px;
}

.zhair-faq summary {
	display: flex;
	min-height: 64px;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 16px 19px;
	color: var(--zshop-green);
	font-size: 12px;
	font-weight: 850;
	list-style: none;
	cursor: pointer;
}

.zhair-faq summary::-webkit-details-marker {
	display: none;
}

.zhair-faq summary span {
	display: inline-flex;
	width: 28px;
	height: 28px;
	flex: 0 0 auto;
	align-items: center;
	justify-content: center;
	background: rgba(7, 63, 49, 0.07);
	border-radius: 9px;
	font-size: 17px;
	transition: transform var(--zshop-transition);
}

.zhair-faq details[open] summary span {
	transform: rotate(45deg);
}

.zhair-faq details > div {
	padding: 0 19px 17px;
	color: var(--zshop-muted);
	font-size: 11px;
}

.zhair-faq details p {
	margin: 0;
}

.zhair-mobile-cta {
	display: none;
}

@media (max-width: 1100px) {
	.zhair-hero {
		grid-template-columns: minmax(0, 1fr) 360px;
	}

	.zhair-hero__copy {
		padding-inline: 40px;
	}

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

	.zhair-result-steps,
	.zhair-timeline,
	.zhair-product-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.zhair-timeline::before {
		display: none;
	}
}

@media (max-width: 860px) {
	.zhair-main {
		padding-block-start: 14px;
	}

	.zhair-hero {
		min-height: 0;
		grid-template-columns: 1fr;
	}

	.zhair-hero__copy {
		padding: 44px 34px 36px;
	}

	.zhair-hero__visual {
		min-height: 310px;
	}

	.zhair-quiz-shell,
	.zhair-science__grid {
		grid-template-columns: 1fr;
	}

	.zhair-quiz-intro {
		position: static;
	}

	.zhair-science__grid {
		gap: 32px;
	}

	.zhair-safety {
		grid-template-columns: auto 1fr;
	}

	.zhair-safety > a {
		grid-column: 1 / -1;
		justify-self: start;
	}
}

@media (max-width: 640px) {
	.zhair-main {
		padding-bottom: 120px;
	}

	.zhair-breadcrumb {
		width: calc(100% - 32px);
		overflow: hidden;
		white-space: nowrap;
	}

	.zhair-hero {
		width: calc(100% - 24px);
		border-radius: 27px;
	}

	.zhair-hero__copy {
		padding: 34px 22px 28px;
	}

	.zhair-hero h1 {
		font-size: 34px;
		line-height: 1.42;
	}

	.zhair-hero__actions {
		display: grid;
	}

	.zhair-hero__actions .zshop-button {
		width: 100%;
		justify-content: center;
	}

	.zhair-trust-list {
		display: grid;
	}

	.zhair-hero__visual {
		min-height: 275px;
	}

	.zhair-hero__note {
		inset-inline: 18px;
		inset-block-end: 18px;
	}

	.zhair-section-head {
		display: grid;
		gap: 12px;
	}

	.zhair-section-head h2 {
		font-size: 28px;
	}

	.zhair-quick,
	.zhair-four-steps,
	.zhair-products,
	.zhair-faq {
		width: calc(100% - 32px);
		padding-block-start: 54px;
	}

	.zhair-need-grid,
	.zhair-result-steps,
	.zhair-timeline,
	.zhair-product-grid,
	.zhair-faq-list,
	.zhair-strategy,
	.zhair-split-diagram,
	.zhair-double-question {
		grid-template-columns: 1fr;
	}

	.zhair-need-card {
		min-height: 195px;
		padding: 21px;
	}

	.zhair-quiz-section {
		padding-block: 52px;
		margin-top: 58px;
	}

	.zhair-quiz-shell {
		width: calc(100% - 32px);
	}

	.zhair-quiz-intro h2 {
		font-size: 31px;
	}

	.zhair-quiz {
		min-height: 690px;
		padding: 22px 18px;
		border-radius: 24px;
	}

	.zhair-options,
	.zhair-options--goals {
		grid-template-columns: 1fr;
	}

	.zhair-options label > span {
		min-height: 64px;
	}

	.zhair-warning-checks {
		grid-template-columns: 1fr;
	}

	.zhair-quiz-actions {
		inset-inline: 18px;
		inset-block-end: 19px;
	}

	.zhair-quiz-actions .zshop-button {
		min-width: 0;
		flex: 1 1 auto;
		padding-inline: 14px;
	}

	.zhair-result {
		width: calc(100% - 32px);
		padding: 23px 18px;
		border-radius: 24px;
	}

	.zhair-result__header,
	.zhair-product-stage__head,
	.zhair-empty-products {
		display: grid;
	}

	.zhair-result__header .zshop-button {
		justify-self: start;
	}

	.zhair-timeline article {
		grid-template-columns: auto 1fr;
	}

	.zhair-timeline article > span {
		border-width: 5px;
	}

	.zhair-science {
		padding-block: 56px;
		margin-top: 58px;
	}

	.zhair-science__grid {
		width: calc(100% - 32px);
	}

	.zhair-split-diagram > div {
		min-height: 260px;
		padding: 30px 24px;
	}

	.zhair-product-stage {
		padding: 20px 16px;
		border-radius: 22px;
	}

	.zhair-product-stage__head > div {
		gap: 11px;
	}

	.zhair-product-stage__head h3 {
		font-size: 18px;
	}

	.zhair-product-stage__head .zshop-button,
	.zhair-empty-products .zshop-button {
		width: 100%;
		justify-content: center;
	}

	.zhair-safety {
		width: calc(100% - 32px);
		grid-template-columns: 1fr;
		padding: 22px;
	}

	.zhair-safety__icon {
		width: 52px;
		height: 52px;
	}

	.zhair-mobile-cta {
		position: fixed;
		z-index: 950;
		inset-inline: 12px;
		inset-block-end: calc(76px + env(safe-area-inset-bottom));
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 12px;
		padding: 11px 12px 11px 15px;
		color: var(--zshop-white);
		background: rgba(7, 63, 49, 0.96);
		border: 1px solid rgba(255, 255, 255, 0.13);
		border-radius: 19px;
		box-shadow: 0 18px 45px rgba(7, 63, 49, 0.3);
		backdrop-filter: blur(15px);
	}

	.zhair-mobile-cta div {
		display: grid;
	}

	.zhair-mobile-cta small {
		color: var(--zshop-gold-soft);
		font-size: 9px;
	}

	.zhair-mobile-cta strong {
		font-size: 11px;
	}

	.zhair-mobile-cta a {
		display: inline-flex;
		min-height: 44px;
		align-items: center;
		justify-content: center;
		padding: 0 15px;
		color: var(--zshop-green);
		background: var(--zshop-gold-soft);
		border-radius: 13px;
		font-size: 10px;
		font-weight: 900;
	}
}

@media (prefers-reduced-motion: reduce) {
	.zhair-need-card,
	.zhair-progress span,
	.zhair-faq summary span {
		transition: none;
	}
}

@media print {
	.zshop-site-header,
	.zshop-site-footer,
	.zshop-mobile-nav,
	.zhair-breadcrumb,
	.zhair-quick,
	.zhair-quiz-section,
	.zhair-four-steps,
	.zhair-science,
	.zhair-products,
	.zhair-safety,
	.zhair-faq,
	.zhair-mobile-cta,
	.zshop-back-to-top,
	.zshop-ai-chat {
		display: none !important;
	}

	.zhair-main {
		padding: 0;
	}

	.zhair-hero {
		display: none;
	}

	.zhair-result {
		display: block !important;
		width: 100%;
		padding: 20px;
		margin: 0;
		box-shadow: none;
	}
}
