﻿/* Habcheh Landing v2 — Premium Funnel */

@import url('https://fonts.googleapis.com/css2?family=Vazirmatn:wght@300;400;500;600;700;800&display=swap');

/* ── Reset ─────────────────────────────────────────────────── */
.hl,
.hl *,
.hl *::before,
.hl *::after {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

/* ── Full-viewport root ────────────────────────────────────── */
html.hl-page,
html.hl-page body,
.landing-wrapper {
	width: 100%;
	max-width: 100%;
	min-height: 100vh;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	background: transparent;
}

body.hl-page {
	margin: 0;
	padding: 0;
}

.hl {
	--cyan: #00e5ff;
	--lime: #a2ff00;
	--mint: #a8ffed;
	--gold: #C7A96B;
	--navy: #050a18;
	--glass-bg: rgba(255, 255, 255, 0.045);
	--glass-border: rgba(255, 255, 255, 0.2);
	--shell: min(440px, 92vw);
	--shell-wide: min(720px, 94vw);
	font-family: 'Vazirmatn', Tahoma, Arial, sans-serif;
	direction: rtl;
	text-align: right;
	color: #fff;
	display: block;
	width: 100%;
	max-width: 100%;
	min-height: 100vh;
	min-height: 100dvh;
	margin: 0;
	padding: 0;
	position: relative;
	overflow-x: hidden;
	-webkit-font-smoothing: antialiased;
}

.hl.landing-wrapper,
#habcheh-landing {
	position: relative;
	left: 50% !important;
	right: 50% !important;
	width: 100vw !important;
	max-width: 100vw !important;
	margin-left: -50vw !important;
	margin-right: -50vw !important;
}

/* ── Screen ──────────────────────────────────────────────── */
.hl-screen {
	display: none;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	min-height: 100vh;
	min-height: 100dvh;
	position: relative;
	overflow: hidden;
}

.hl-screen.is-active {
	display: flex;
}

.hl-scene {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	pointer-events: none;
	background-color: #050a18;
	background-image: url('../images/landing-bg.png');
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

/* Questionnaire — landing-bg.png (beats critical CSS #habcheh-landing .hl-scene override) */
#habcheh-landing .hl-screen--questionnaire,
#habcheh-landing .hl-screen--questionnaire .hl-scene,
#habcheh-landing #hl-question-scene {
	background-color: #050a18;
	background-image: url('../images/landing-bg.png');
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.hl-scene__img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
	display: block;
}

/* Intro page styles live in assets/css/intro.css */

.hl-screen__body {
	position: relative;
	z-index: 2;
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	padding: clamp(1.25rem, 3.5vw, 2rem) clamp(0.75rem, 2.5vw, 1.25rem);
}

/* ── Content shells ────────────────────────────────────────── */
.hl-content {
	width: var(--shell);
	max-width: 100%;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.hl-content--center {
	text-align: center;
}

.hl-content--wide {
	width: var(--shell-wide);
}

.hl-content--team {
	width: min(960px, 96vw);
	text-align: center;
}

.hl-content--finish {
	text-align: center;
	width: min(520px, 94vw);
}

/* ── Logo ──────────────────────────────────────────────────── */
.hl-logo {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin: 0 auto 1.5rem;
}

.hl-logo--with-text {
	flex-direction: row;
	gap: 0.65rem;
}

.hl-logo__circle {
	border-radius: 50%;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	background: rgba(0, 0, 0, 0.28);
	border: 1px solid rgba(255, 255, 255, 0.18);
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
}

.hl-logo--sm .hl-logo__circle {
	width: 72px;
	height: 72px;
}

.hl-logo--md .hl-logo__circle {
	width: 88px;
	height: 88px;
}

.hl-logo--lg .hl-logo__circle {
	width: 108px;
	height: 108px;
}

.hl-logo__img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
	filter: none;
}

.hl-logo__text {
	font-size: 1.55rem;
	font-weight: 800;
	background: linear-gradient(90deg, var(--cyan), var(--lime));
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	letter-spacing: -0.02em;
}

/* ── Glass card ────────────────────────────────────────────── */
.hl-glass {
	width: 100%;
	background: var(--glass-bg);
	backdrop-filter: blur(24px) saturate(150%);
	-webkit-backdrop-filter: blur(24px) saturate(150%);
	border: 1px solid var(--glass-border);
	border-radius: 36px;
	padding: clamp(1.75rem, 5vw, 2.5rem) clamp(1.5rem, 4.5vw, 2.25rem);
	box-shadow:
		0 20px 60px rgba(0, 0, 0, 0.35),
		0 4px 16px rgba(0, 0, 0, 0.2),
		inset 0 1px 0 rgba(255, 255, 255, 0.12);
	text-align: center;
}

.hl-glass--split {
	text-align: right;
	padding-bottom: clamp(1.5rem, 3.5vw, 1.75rem);
}

.hl-glass--question {
	border-radius: 36px;
	text-align: center;
}

.hl-glass--lead {
	text-align: right;
	padding: clamp(2rem, 5.5vw, 2.75rem) clamp(1.75rem, 4.5vw, 2.5rem);
	width: min(440px, 94vw);
}

.hl-glass--finish-footer {
	border-radius: 20px;
	padding: 1rem 1.5rem;
	text-align: center;
	margin: 0 clamp(0.75rem, 3vw, 1.5rem);
	background: rgba(255, 255, 255, 0.045);
	backdrop-filter: blur(24px) saturate(150%);
	-webkit-backdrop-filter: blur(24px) saturate(150%);
	border: 1px solid rgba(255, 255, 255, 0.2);
}

/* ── Typography ────────────────────────────────────────────── */
.hl-title {
	font-size: clamp(1.25rem, 3.8vw, 1.65rem);
	font-weight: 700;
	line-height: 1.7;
	margin-bottom: 0.85rem;
	color: #fff;
}

.hl-title--hero {
	font-size: clamp(1.4rem, 4.5vw, 2rem);
	margin-bottom: 1rem;
	text-shadow: 0 2px 24px rgba(0, 0, 0, 0.5);
}

.hl-title--split {
	margin-bottom: 1rem;
	font-size: clamp(1.15rem, 3.2vw, 1.45rem);
	line-height: 1.75;
	text-align: center;
}

.hl-habche-question {
	margin-bottom: 1rem;
}

.hl-habche-options {
	margin-top: 0;
}

.hl-title--finish {
	font-size: clamp(1.3rem, 4vw, 1.75rem);
	margin-top: 1.75rem;
}

.hl-subtitle {
	font-size: clamp(0.95rem, 2.6vw, 1.1rem);
	color: rgba(255, 255, 255, 0.78);
	line-height: 1.85;
	margin-bottom: 1.75rem;
}

.hl-subtitle--card {
	margin-bottom: 1.5rem;
	color: rgba(255, 255, 255, 0.82);
}

.hl-subtitle--finish {
	color: rgba(255, 255, 255, 0.7);
	margin-bottom: 0;
	max-width: 28em;
	margin-left: auto;
	margin-right: auto;
	font-size: clamp(1rem, 2.5vw, 1.12rem);
}

.hl-accent {
	color: var(--lime);
}

/* ── Buttons — screen-specific ─────────────────────────────── */
.hl-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-family: inherit;
	border: none;
	outline: none;
	cursor: pointer;
	-webkit-appearance: none;
	appearance: none;
	transition: transform 0.2s ease, box-shadow 0.25s ease, background 0.2s ease, border-color 0.2s ease;
	line-height: 1.45;
}

.hl-btn:hover { transform: translateY(-2px); }
.hl-btn:active { transform: translateY(0); }

/* Blue CTA buttons — white text & white border */
.hl-btn--start-cta,
.hl-btn--problem-cta,
.hl-btn--test-start,
.hl-btn--lead-submit,
.hl-btn--binary-yes {
	color: #ffffff !important;
	border: 2px solid #ffffff !important;
}

.hl-btn--start-cta:hover,
.hl-btn--problem-cta:hover,
.hl-btn--test-start:hover,
.hl-btn--lead-submit:hover,
.hl-btn--binary-yes:hover {
	color: #ffffff !important;
	border-color: #ffffff !important;
}

/* start.png */
.hl-btn--start-cta {
	width: min(300px, 88vw);
	min-height: 54px;
	padding: 0.95rem 2.25rem;
	background: linear-gradient(180deg, #00c8ee 0%, #00a8cc 100%);
	font-size: clamp(1rem, 2.8vw, 1.12rem);
	font-weight: 700;
	border-radius: 14px;
	box-shadow: 0 6px 28px rgba(0, 196, 232, 0.45);
}

.hl-btn--start-cta:hover {
	box-shadow: 0 8px 34px rgba(0, 196, 232, 0.58);
}

/* salon — pill gradient border */
.hl-btn--pill {
	width: 100%;
	padding: 1rem 1.75rem;
	margin-bottom: 0.8rem;
	font-size: clamp(0.95rem, 2.5vw, 1.05rem);
	font-weight: 700;
	color: #fff;
	border-radius: 26px;
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.07)) !important;
	backdrop-filter: blur(18px) saturate(170%);
	-webkit-backdrop-filter: blur(18px) saturate(170%);
	border: 1.8px solid rgba(255, 255, 255, 0.48) !important;
	position: relative;
	min-height: 54px;
	box-shadow:
		0 12px 34px rgba(0, 0, 0, 0.22),
		0 1px 0 rgba(255, 255, 255, 0.28) inset;
}
.hl-btn--pill:last-child { margin-bottom: 0; }
.hl-btn--pill:hover {
	background: linear-gradient(140deg, rgba(255, 255, 255, 0.28), rgba(255, 255, 255, 0.1)) !important;
	border-color: rgba(255, 255, 255, 0.75) !important;
	box-shadow:
		0 16px 38px rgba(0, 0, 0, 0.3),
		0 0 26px rgba(255, 255, 255, 0.2),
		0 1px 0 rgba(255, 255, 255, 0.36) inset;
}
.hl-btn--pill:active,
.hl-btn--pill.is-selected {
	background: linear-gradient(145deg, rgba(255, 255, 255, 0.26), rgba(255, 255, 255, 0.11)) !important;
	border-color: rgba(255, 255, 255, 0.82) !important;
	box-shadow:
		0 10px 28px rgba(0, 0, 0, 0.26),
		0 1px 0 rgba(255, 255, 255, 0.38) inset;
}
.hl-btn--pill:focus-visible {
	outline: 2px solid rgba(255, 255, 255, 0.9);
	outline-offset: 2px;
}

/* problem.png */
.hl-btn--problem-cta {
	width: 100%;
	min-height: 56px;
	padding: 1rem 1.75rem;
	margin-top: 0.85rem;
	background: linear-gradient(180deg, #00b8f0 0%, #00adef 100%);
	font-size: clamp(0.98rem, 2.6vw, 1.08rem);
	font-weight: 700;
	border-radius: 999px;
	box-shadow: 0 8px 32px rgba(0, 173, 239, 0.45);
}

.hl-btn--problem-cta:hover {
	box-shadow: 0 10px 40px rgba(0, 173, 239, 0.58);
}

/* team.png — used for all "بریم بعدی" buttons */
.hl-btn--team-next {
	display: inline-flex;
	width: min(320px, 88vw);
	min-height: 56px;
	padding: 1rem 3.25rem;
	margin-top: 1.85rem;
	background: rgba(0, 0, 0, 0.55);
	color: #fff;
	font-size: clamp(1.05rem, 2.8vw, 1.15rem);
	font-weight: 700;
	border-radius: 999px;
	border: 2px solid transparent;
	position: relative;
	isolation: isolate;
}
.hl-btn--team-next::before {
	content: '';
	position: absolute;
	inset: -2px;
	border-radius: inherit;
	background: linear-gradient(90deg, #00e5ff, #a2ff00);
	z-index: -2;
}
.hl-btn--team-next::after {
	content: '';
	position: absolute;
	inset: 0;
	border-radius: inherit;
	background: rgba(0, 0, 0, 0.58);
	z-index: -1;
}
.hl-btn--team-next:hover {
	box-shadow: 0 0 36px rgba(0, 229, 255, 0.38), 0 0 52px rgba(162, 255, 0, 0.18);
}

/* test.png */
.hl-btn--test-start {
	width: 100%;
	max-width: 280px;
	min-height: 56px;
	margin: 0.65rem auto 0;
	padding: 1rem 2.25rem;
	background: linear-gradient(180deg, #00d0f2 0%, #00adef 100%);
	font-size: clamp(1rem, 2.7vw, 1.1rem);
	font-weight: 700;
	border-radius: 999px;
	box-shadow: 0 10px 32px rgba(0, 173, 239, 0.45);
}

.hl-btn--test-start:hover {
	box-shadow: 0 12px 38px rgba(0, 173, 239, 0.58);
}

/* data.png */
.hl-btn--lead-submit {
	display: inline-flex;
	width: auto;
	min-width: 160px;
	max-width: 220px;
	min-height: 52px;
	margin: 0;
	padding: 0.95rem 3rem;
	background: linear-gradient(180deg, #00c4e8, #00a8cc);
	font-size: clamp(1.02rem, 2.6vw, 1.12rem);
	font-weight: 700;
	border-radius: 999px;
	box-shadow: 0 8px 28px rgba(0, 196, 232, 0.45);
}

.hl-btn--lead-submit:hover {
	box-shadow: 0 10px 34px rgba(0, 196, 232, 0.58);
}

/* ── Checklist (problem) ───────────────────────────────────── */
.hl-checklist-box {
	background: rgba(255, 255, 255, 0.06);
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
	border: 1px solid rgba(255, 255, 255, 0.15);
	border-radius: 22px;
	padding: 1rem 1.15rem;
	margin: 1rem 0 1.35rem;
	text-align: right;
}

.hl-checklist {
	list-style: none;
}
.hl-checklist li {
	display: flex;
	align-items: center;
	gap: 0.7rem;
	padding: 0.55rem 0;
	font-size: clamp(0.92rem, 2.4vw, 1.02rem);
	line-height: 1.6;
}

.hl-check {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 26px;
	height: 26px;
	border-radius: 6px;
	border: 1.5px solid rgba(255, 255, 255, 0.5);
	color: #ffffff;
	font-size: 0.78rem;
	flex-shrink: 0;
}

/* ── Split layout (habche) ─────────────────────────────────── */
.hl-split {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
	align-items: stretch;
	margin-bottom: 0.65rem;
}

.hl-features {
	list-style: none;
	text-align: right;
	width: 100%;
}
.hl-features li {
	display: flex;
	align-items: center;
	gap: 0.65rem;
	padding: 0.45rem 0;
	font-size: clamp(0.95rem, 2.5vw, 1.05rem);
}

.hl-feature-check {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background: linear-gradient(135deg, var(--cyan), var(--lime));
	color: #061018;
	font-size: 0.75rem;
	font-weight: 700;
	flex-shrink: 0;
}

/* ── Team panel (team.png) ─────────────────────────────────── */
.hl-team-intro {
	font-size: clamp(1rem, 2.7vw, 1.15rem);
	color: rgba(255, 255, 255, 0.9);
	line-height: 1.85;
	margin-bottom: 2rem;
	font-weight: 400;
}

.hl-team-panel {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: clamp(0.85rem, 2vw, 1.35rem);
	background: rgba(255, 255, 255, 0.09);
	backdrop-filter: blur(24px) saturate(150%);
	-webkit-backdrop-filter: blur(24px) saturate(150%);
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 32px;
	padding: clamp(2rem, 5vw, 2.75rem) clamp(1rem, 3vw, 1.75rem) clamp(1.25rem, 3.5vw, 1.85rem);
	margin-bottom: 0.35rem;
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.35);
}

.hl-team-member {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	padding: 0 0.5rem;
}

.hl-team-photo-wrap {
	position: relative;
	margin-bottom: -22px;
	z-index: 2;
}

.hl-team-photo {
	width: clamp(110px, 14vw, 140px);
	height: clamp(110px, 14vw, 140px);
	border-radius: 50%;
	overflow: hidden;
	position: relative;
	background: #1a2030;
}
.hl-team-photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center top;
	display: block;
}

.hl-team-member--lime .hl-team-photo {
	box-shadow: 0 0 0 4px #a2ff00, 0 0 28px rgba(162, 255, 0, 0.5);
}
.hl-team-member--gradient .hl-team-photo {
	box-shadow: 0 0 0 4px transparent, 0 0 28px rgba(0, 229, 255, 0.35);
}
.hl-team-member--gradient .hl-team-photo::before {
	content: '';
	position: absolute;
	inset: -4px;
	border-radius: 50%;
	background: linear-gradient(135deg, #00e5ff, #a2ff00);
	z-index: -1;
}
.hl-team-member--cyan .hl-team-photo {
	box-shadow: 0 0 0 4px #00e5ff, 0 0 28px rgba(0, 229, 255, 0.5);
}

.hl-team-badge {
	position: absolute;
	top: -2px;
	right: -2px;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(0, 0, 0, 0.7);
	border: 1.5px solid currentColor;
	z-index: 3;
}
.hl-team-badge svg {
	width: 16px;
	height: 16px;
}
.hl-team-member--lime .hl-team-badge { color: #a2ff00; box-shadow: 0 0 14px rgba(162, 255, 0, 0.55); }
.hl-team-member--gradient .hl-team-badge { color: #a2ff00; box-shadow: 0 0 14px rgba(162, 255, 0, 0.45); }
.hl-team-member--cyan .hl-team-badge { color: #00e5ff; box-shadow: 0 0 14px rgba(0, 229, 255, 0.55); }

.hl-team-info {
	width: 100%;
	padding: 2rem 0.85rem 1.1rem;
	position: relative;
	margin-top: 0.35rem;
	background: rgba(0, 0, 0, 0.32);
	min-height: 100px;
}

.hl-team-info::after {
	content: '';
	position: absolute;
	inset: 0;
	border-radius: 0 0 20px 20px;
	border: 2px solid currentColor;
	border-top: none;
	pointer-events: none;
}

.hl-team-member--lime .hl-team-info {
	color: #a2ff00;
	box-shadow: 0 0 22px rgba(162, 255, 0, 0.18);
}
.hl-team-member--gradient .hl-team-info {
	color: #00e5ff;
	box-shadow: 0 0 22px rgba(0, 229, 255, 0.15);
}
.hl-team-member--gradient .hl-team-info::after {
	border-color: #5ce8c0;
}
.hl-team-member--cyan .hl-team-info {
	color: #00e5ff;
	box-shadow: 0 0 22px rgba(0, 229, 255, 0.18);
}

.hl-team-name {
	font-size: clamp(1rem, 2.6vw, 1.15rem);
	font-weight: 700;
	margin-bottom: 0.4rem;
	color: #fff;
}

.hl-team-role {
	font-size: clamp(0.82rem, 2.1vw, 0.92rem);
	color: rgba(255, 255, 255, 0.72);
	line-height: 1.6;
	font-weight: 400;
}

/* ── Question box ──────────────────────────────────────────── */
.hl-question-box {
	background: rgba(255, 255, 255, 0.06);
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
	border: 1px solid rgba(255, 255, 255, 0.15);
	border-radius: 20px;
	padding: 1.25rem 1.15rem;
	margin-bottom: 1.35rem;
	text-align: right;
	width: 100%;
}

.hl-question-title {
	font-size: clamp(1.05rem, 2.9vw, 1.22rem);
	font-weight: 700;
	line-height: 1.75;
	margin-bottom: 0.5rem;
	color: #fff;
}

.hl-question-subtitle {
	font-size: clamp(0.88rem, 2.2vw, 0.98rem);
	color: rgba(255, 255, 255, 0.55);
	font-weight: 400;
}

.hl-question-box--binary {
	text-align: center;
	background: transparent;
	border: none;
	padding: 0.65rem 0;
	margin-bottom: 0.75rem;
}

.hl-question-box--binary .hl-question-title {
	font-size: clamp(1.15rem, 3.2vw, 1.35rem);
	text-align: center;
	line-height: 1.8;
}
.hl-question-box--binary .hl-question-subtitle {
	text-align: center;
	color: rgba(255, 255, 255, 0.68);
	font-size: clamp(0.95rem, 2.5vw, 1.05rem);
	margin-top: 0.35rem;
}

/* ── Option buttons — unified (5.png master) ───────────────── */
.hl-options {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 0.75rem;
}

.hl-options--numbered,
.hl-options--text,
.hl-options--rich,
.hl-options--grid,
.hl-options--binary {
	width: 100%;
}

.hl-question-nav {
	width: 100%;
	margin-top: 1.15rem;
}

.hl-btn--question-back {
	width: 100%;
	display: block;
	padding: 0.85rem 1.15rem;
	min-height: 48px;
	font-size: clamp(0.88rem, 2.2vw, 0.95rem);
	font-weight: 500;
	color: rgba(255, 255, 255, 0.78) !important;
	background: transparent;
	border: 1px solid rgba(255, 255, 255, 0.22);
	border-radius: 14px;
	cursor: pointer;
	transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.hl-btn--question-back:hover {
	background: rgba(255, 255, 255, 0.06);
	border-color: rgba(255, 255, 255, 0.38);
	color: #fff !important;
}

.hl-btn--question-back:focus-visible {
	outline: 2px solid var(--cyan);
	outline-offset: 2px;
}

.hl-btn--opt {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	padding: 1rem 3.75rem 1rem 1.15rem;
	min-height: 58px;
	height: auto;
	font-size: clamp(0.92rem, 2.4vw, 1.02rem);
	font-weight: 500;
	color: #ffffff !important;
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.07);
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
	border: 1px solid rgba(255, 255, 255, 0.28);
	white-space: normal;
	word-wrap: break-word;
	overflow-wrap: break-word;
	overflow: visible;
}
.hl-btn--opt:hover {
	background: rgba(255, 255, 255, 0.12);
	border-color: rgba(255, 255, 255, 0.4);
	color: #ffffff !important;
}
.hl-btn--opt.is-selected {
	background: rgba(255, 255, 255, 0.16);
	border-color: rgba(255, 255, 255, 0.5);
	color: #ffffff !important;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

.hl-opt__num {
	position: absolute;
	right: 1rem;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0.88rem;
	font-weight: 700;
	background: rgba(255, 255, 255, 0.08);
	border: 1.5px solid rgba(255, 255, 255, 0.45);
	color: #ffffff;
	flex-shrink: 0;
}

.hl-opt__text {
	text-align: center;
	padding: 0 1rem 0 0.5rem;
	width: 100%;
	line-height: 1.55;
	color: #ffffff;
	white-space: normal;
	word-wrap: break-word;
	overflow-wrap: break-word;
}

/* Rich / text / grid options — neutral glass style */
.hl-btn--rich {
	width: 100%;
	flex-direction: column;
	padding: 1rem 1.15rem;
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.07);
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
	border: 1px solid rgba(255, 255, 255, 0.28);
	position: relative;
	text-align: center;
	min-height: 58px;
	height: auto;
	color: #ffffff !important;
	white-space: normal;
	word-wrap: break-word;
	overflow-wrap: break-word;
	overflow: visible;
}
.hl-btn--rich:hover {
	background: rgba(255, 255, 255, 0.12);
	border-color: rgba(255, 255, 255, 0.4);
	color: #ffffff !important;
}
.hl-btn--rich.is-selected {
	background: rgba(255, 255, 255, 0.16);
	border-color: rgba(255, 255, 255, 0.5);
	color: #ffffff !important;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

.hl-rich__label {
	font-size: clamp(0.9rem, 2.3vw, 1rem);
	font-weight: 600;
	color: #ffffff;
	line-height: 1.6;
	white-space: normal;
	word-wrap: break-word;
	overflow-wrap: break-word;
}
.hl-rich__sub {
	font-size: clamp(0.82rem, 2vw, 0.9rem);
	color: rgba(255, 255, 255, 0.7);
	margin-top: 0.35rem;
	line-height: 1.55;
	white-space: normal;
	word-wrap: break-word;
	overflow-wrap: break-word;
}

/* ── Binary options (8.png) ──────────────────────────────────── */
.hl-options--binary {
	display: flex;
	flex-direction: row;
	gap: 0.85rem;
	justify-content: center;
	align-items: stretch;
	margin-top: 1.5rem;
	width: 100%;
}

.hl-btn--binary {
	flex: 1;
	max-width: 200px;
	min-height: 54px;
	padding: 0.95rem 1.5rem;
	border-radius: 999px;
	font-size: clamp(0.95rem, 2.5vw, 1.05rem);
	font-weight: 700;
}

.hl-btn--binary-yes {
	background: linear-gradient(180deg, #00c8e8 0%, #00a8cc 100%);
	box-shadow: 0 6px 28px rgba(0, 200, 232, 0.45);
}

.hl-btn--binary-yes:hover {
	box-shadow: 0 8px 34px rgba(0, 200, 232, 0.58);
}

.hl-btn--binary-no {
	background: rgba(255, 255, 255, 0.07);
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
	color: rgba(255, 255, 255, 0.85) !important;
	border: 1.5px solid rgba(255, 255, 255, 0.35) !important;
}

.hl-btn--binary-no:hover {
	background: rgba(255, 255, 255, 0.12);
	border-color: rgba(255, 255, 255, 0.5) !important;
	color: #ffffff !important;
}

/* ── Progress bar ──────────────────────────────────────────── */
.hl-progress {
	display: flex;
	align-items: center;
	gap: 0.85rem;
	margin-top: 1.5rem;
	padding-top: 1rem;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	width: 100%;
}

.hl-progress__pct {
	font-size: 0.95rem;
	font-weight: 700;
	color: #ffffff;
	min-width: 2.75rem;
	flex-shrink: 0;
}

.hl-progress__track {
	flex: 1;
	height: 7px;
	background: rgba(255, 255, 255, 0.12);
	border-radius: 999px;
	overflow: hidden;
}

.hl-progress__fill {
	height: 100%;
	background: rgba(255, 255, 255, 0.75);
	border-radius: 999px;
	transition: width 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.hl-progress__step {
	font-size: 0.88rem;
	color: rgba(255, 255, 255, 0.65);
	min-width: 4rem;
	text-align: left;
	flex-shrink: 0;
}

/* ── Lead form (data.png) ──────────────────────────────────── */
.hl-form {
	width: 100%;
}

.hl-form__actions {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	margin-top: 1.25rem;
}

.hl-form__group {
	margin-bottom: 1.25rem;
}

.hl-form__label {
	display: block;
	font-size: clamp(0.95rem, 2.5vw, 1.05rem);
	font-weight: 600;
	color: rgba(255, 255, 255, 0.9);
	margin-bottom: 0.5rem;
}

.hl-input {
	width: 100%;
	min-height: 52px;
	padding: 0.95rem 1.15rem;
	font-family: inherit;
	font-size: clamp(0.95rem, 2.4vw, 1.05rem);
	color: #fff;
	background: rgba(255, 255, 255, 0.06);
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
	border: 1px solid rgba(255, 255, 255, 0.22);
	border-radius: 14px;
	outline: none;
	direction: rtl;
	transition: border-color 0.2s, box-shadow 0.2s;
}
.hl-input::placeholder { color: rgba(255, 255, 255, 0.38); }
.hl-input:focus {
	border-color: rgba(255, 255, 255, 0.45);
	box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.08);
}

.hl-form__error {
	color: #ff6b6b;
	font-size: 0.9rem;
	margin: 0.65rem 0;
	text-align: center;
}

/* ── Success / Finish ──────────────────────────────────────── */
.hl-success-icon {
	margin: 0.65rem auto 0;
}

.hl-success-icon__sphere {
	width: 110px;
	height: 110px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px);
	border: 1px solid rgba(255, 255, 255, 0.18);
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	box-shadow: 0 0 48px rgba(162, 255, 0, 0.25);
}

.hl-success-icon__check {
	width: 52px;
	height: 52px;
	color: var(--lime);
	filter: drop-shadow(0 0 14px rgba(162, 255, 0, 0.85));
}

.hl-finish-footer {
	position: relative;
	z-index: 3;
	flex-shrink: 0;
	padding-bottom: clamp(0.85rem, 2.5vw, 1.35rem);
	width: 100%;
	display: flex;
	justify-content: center;
}

/* ── Footer ────────────────────────────────────────────────── */
.hl-footer {
	position: relative;
	z-index: 3;
	flex-shrink: 0;
	width: 100%;
}

.hl-footer__inner {
	padding: 0.95rem clamp(1rem, 4vw, 1.5rem);
}

.hl-footer--glass .hl-footer__inner {
	background: rgba(0, 0, 0, 0.55);
	backdrop-filter: blur(16px);
	-webkit-backdrop-filter: blur(16px);
	border-radius: 20px 20px 0 0;
	text-align: center;
	margin: 0 clamp(0.5rem, 2vw, 1rem);
}

.hl-footer--inline .hl-footer__inner,
.hl-footer--default .hl-footer__inner {
	background: transparent;
	text-align: center;
}

.hl-screen--team .hl-footer--inline .hl-footer__inner {
	border-top: 1px solid rgba(255, 255, 255, 0.12);
	padding-top: 1.15rem;
	margin-top: 0.35rem;
}

.hl-footer__line,
.hl-footer__inline {
	font-size: clamp(0.72rem, 2vw, 0.82rem);
	color: rgba(255, 255, 255, 0.75);
	line-height: 1.8;
}

.hl-footer--extended .hl-footer__inner {
	background: rgba(0, 0, 0, 0.6);
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
}

.hl-footer__row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 0.65rem 1.75rem;
}

.hl-footer__item {
	display: flex;
	align-items: center;
	gap: 0.4rem;
	font-size: clamp(0.68rem, 1.8vw, 0.78rem);
	color: rgba(255, 255, 255, 0.75);
	line-height: 1.55;
}

.hl-footer__icon {
	width: 14px;
	height: 14px;
	color: var(--cyan);
	flex-shrink: 0;
}

/* ── Animations ────────────────────────────────────────────── */
.hl-screen.is-entering .hl-glass,
.hl-screen.is-entering .hl-content--center > *:not(.hl-footer),
.hl-screen.is-entering .hl-content--team > *:not(.hl-team-panel):not(.hl-footer),
.hl-screen.is-entering .hl-content--finish > * {
	animation: hlUp 0.45s ease forwards;
}

.hl-screen.is-entering .hl-intro-nav {
	opacity: 0;
	transform: translateY(14px);
	animation: hlIntroIn 0.6s cubic-bezier(0.16, 1, 0.3, 1) 0.15s forwards;
}

@keyframes hlUp {
	from { opacity: 0; transform: translateY(14px); }
	to { opacity: 1; transform: translateY(0); }
}

@keyframes hlIntroIn {
	from { opacity: 0; transform: translateY(14px); }
	to { opacity: 1; transform: translateY(0); }
}

/* ── Responsive ──────────────────────────────────────────── */
@media (max-width: 640px) {
	.hl-split {
		gap: 0.65rem;
	}
	.hl-title--split {
		text-align: center;
	}
	.hl-team-panel {
		grid-template-columns: 1fr;
		gap: 2rem;
		padding-top: 2rem;
	}
	.hl-team-photo {
		width: 120px;
		height: 120px;
	}
	.hl-options--binary {
		flex-direction: column;
		align-items: center;
	}
	.hl-btn--binary {
		max-width: 100%;
		width: 100%;
	}
	.hl-footer__row {
		flex-direction: column;
		align-items: flex-start;
	}
}

/* Intro responsive rules live in assets/css/intro.css */

@media (max-width: 420px) {

/* ── Theme overrides (Elementor / WP) ──────────────────────── */
.elementor-widget-shortcode,
.elementor-widget-shortcode .elementor-widget-container,
.entry-content,
.wp-block-shortcode {
	overflow-x: hidden !important;
	max-width: none !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.elementor-widget-shortcode .hl,
.entry-content .hl,
.wp-block-shortcode .hl,
.elementor-widget-shortcode .landing-wrapper,
.entry-content .landing-wrapper,
.wp-block-shortcode .landing-wrapper {
	width: 100vw !important;
	max-width: 100vw !important;
	margin-left: calc(50% - 50vw) !important;
	margin-right: calc(50% - 50vw) !important;
	left: auto !important;
	transform: none !important;
}

body.hl-page .site,
body.hl-page .site-main,
body.hl-page .content-area,
body.hl-page .site-content,
body.hl-page .wp-site-blocks,
body.hl-page .wp-block-group,
body.hl-page .entry-content,
body.hl-page .container {
	max-width: none !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
}

body.hl-page .hl-unconstrained-parent {
	width: 100% !important;
	max-width: none !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	overflow: visible !important;
}

/* Prevent WP/theme from overriding button colors */
.hl button.hl-btn:not(.hl-btn--intro-next):not(.hl-btn--intro-gold),
.hl .hl-btn:not(.hl-btn--intro-next):not(.hl-btn--intro-gold),
.hl button.hl-btn--opt,
.hl button.hl-btn--rich {
	color: #ffffff !important;
}

.hl .hl-btn--binary-no {
	color: rgba(255, 255, 255, 0.85) !important;
}

.hl .hl-btn--start-cta,
.hl .hl-btn--problem-cta,
.hl .hl-btn--test-start,
.hl .hl-btn--lead-submit,
.hl .hl-btn--binary-yes {
	color: #ffffff !important;
	border-color: #ffffff !important;
}

.hl a.hl-btn {
	color: #ffffff !important;
	text-decoration: none !important;
}
