/* Haagala Company Landing Page — "ליגת הגדולים", dark+gold, RTL, mobile-first */
/* Design System v3.0 */
/* CLP is self-contained — does NOT load landing-page.css */

/* ——— @font-face Heebo ——— */
/*
 * ACTION REQUIRED: Download Heebo woff2 files to public/fonts/
 * weights: 300 400 500 700 900
 * source: https://fonts.google.com/specimen/Heebo → Download family
 * Until files are present the fallback stack (Segoe UI, Arial) is used.
 */
@font-face {
	font-family: 'Heebo';
	src: local('Heebo'), url('../fonts/heebo-400.woff2') format('woff2');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
	unicode-range: U+0590-05FF, U+FB1D-FB4F, U+0020-007E;
}
@font-face {
	font-family: 'Heebo';
	src: local('Heebo Medium'), url('../fonts/heebo-500.woff2') format('woff2');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
	unicode-range: U+0590-05FF, U+FB1D-FB4F, U+0020-007E;
}
@font-face {
	font-family: 'Heebo';
	src: local('Heebo Bold'), url('../fonts/heebo-700.woff2') format('woff2');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
	unicode-range: U+0590-05FF, U+FB1D-FB4F, U+0020-007E;
}
@font-face {
	font-family: 'Heebo';
	src: local('Heebo Black'), url('../fonts/heebo-900.woff2') format('woff2');
	font-weight: 900;
	font-style: normal;
	font-display: swap;
	unicode-range: U+0590-05FF, U+FB1D-FB4F, U+0020-007E;
}

/* ——— Design Tokens ——— */
:root {
	/* Shared radii & motion */
	--radius-sm:   4px;
	--radius-md:   8px;
	--radius-lg:   16px;
	--radius-xl:   24px;
	--radius-full: 9999px;
	--transition:  200ms cubic-bezier(0.4, 0, 0.2, 1);

	/* ——— Public — Primary / Gold ——— */
	--lp-primary:      #E8B86D;
	--lp-primary-dark: #C8973A;
	--lp-primary-light: rgba(200,151,58,0.18);

	/* ——— Public — Background Layers ——— */
	--lp-bg-deep:          #0C0C0E;
	--lp-bg-surface:       #141418;
	--lp-bg-surface-2:     #1C1C22;
	--lp-bg-surface-3:     #242430;
	--lp-bg-surface-hover: #2A2A38;

	/* ——— Public — Surface aliases ——— */
	--lp-surface-alt:   #1C1C22;
	--lp-surface-white: #141418;
	--lp-card-bg:       #141418;
	--lp-card-border:   rgba(200,151,58,0.18);

	/* ——— Public — Gold Tokens ——— */
	--lp-gold:             #C8973A;
	--lp-gold-light:       #E8B86D;
	--lp-gold-dark:        #8B6520;
	--lp-gold-muted:       #5C4010;
	--lp-gold-glow:        rgba(200,151,58,0.18);
	--lp-gold-glow-strong: rgba(200,151,58,0.32);

	/* ——— Public — Text Tokens ——— */
	--lp-text-primary:   #F0EBE0;
	--lp-text-secondary: #9D9585;
	--lp-text-muted:     #5A5550;

	/* ——— Public — Border Tokens ——— */
	--lp-border:        rgba(200,151,58,0.18);
	--lp-border-strong: rgba(200,151,58,0.40);

	/* ——— Public — Hero / Footer ——— */
	--lp-hero-bg-start: #0C0C0E;
	--lp-hero-bg-end:   #141418;
	--lp-hero-text:     #F0EBE0;
	--lp-stat-value:    var(--lp-gold-light);
	--lp-footer-bg:     #08080A;
	--lp-footer-text:   #9D9585;
	--lp-step-line:     rgba(200,151,58,0.25);
	--lp-step-active:   #C8973A;

	/* ——— Public — CTA ——— */
	--lp-cta-bg:       #C8973A;
	--lp-cta-text:     #0C0C0E;
	--lp-cta-hover-bg: #C8973A;

	/* ——— Legacy on-surface aliases ——— */
	--lp-on-surface:         var(--lp-text-primary);
	--lp-on-surface-variant: var(--lp-text-secondary);
	--lp-outline:            var(--lp-border);

	/* ——— Public — Shadows ——— */
	--lp-shadow-1:    0 1px 3px rgba(0,0,0,.40), 0 2px 8px rgba(0,0,0,.30);
	--lp-shadow-2:    0 4px 16px rgba(0,0,0,.50), 0 8px 32px rgba(0,0,0,.30);
	--lp-shadow-gold: 0 0 24px rgba(200,151,58,0.28), 0 4px 16px rgba(0,0,0,.50);

	/* ——— Public — Radii aliases ——— */
	--lp-radius-sm:   var(--radius-sm);
	--lp-radius-md:   var(--radius-md);
	--lp-radius-lg:   var(--radius-lg);
	--lp-radius-xl:   var(--radius-xl);
	--lp-radius-full: var(--radius-full);

	/* ——— Public — Transitions ——— */
	--lp-transition:  var(--transition);
	--lp-trans-slow:  380ms cubic-bezier(0, 0, 0.2, 1);

	/* ——— Public — Success / Error ——— */
	--lp-success:       #4CAF50;
	--lp-success-light: rgba(76,175,80,0.15);
	--lp-error:         #EF5350;
	--lp-error-light:   rgba(239,83,80,0.15);

	/* ——— CLP — Dark Testimonials section ——— */
	--clp-dark-bg:           #1A1F2E;
	--clp-dark-surface:      #232A3D;
	--clp-dark-text:         #F1F3F4;
	--clp-dark-text-variant: #9AA0A6;
	--clp-quote-mark:        var(--lp-gold);

	/* ——— CLP — Stat Bar ——— */
	--clp-stat-bar-bg:     var(--lp-bg-surface);
	--clp-stat-bar-border: rgba(200,151,58,0.18);

	/* ——— CLP — Pricing ——— */
	--clp-featured-bg:          linear-gradient(135deg, var(--lp-gold-light) 0%, var(--lp-gold) 100%);
	--clp-featured-text:        #0C0C0E;
	--clp-featured-badge-bg:    #0C0C0E;
	--clp-featured-badge-text:  var(--lp-gold-light);
	--clp-check-color:          #4CAF50;
	--clp-dash-color:           #9D9585;
	--clp-featured-dash:         rgba(12,12,14,0.50);
	--clp-pricing-head-bg:       var(--lp-bg-deep);
	--clp-pricing-feature-bg:    var(--lp-bg-surface);
	--clp-pricing-row-alt:       rgba(232,184,109,0.04);
	--clp-pricing-col-sep:       rgba(200,151,58,0.14);
	--clp-pricing-featured-ring: rgba(200,151,58,0.60);

	/* ——— CLP — Reverse filter ——— */
	--clp-no-bg:   rgba(239,83,80,0.10);
	--clp-no-text: #EF5350;

	/* ——— CLP — Fourth-wall ——— */
	--clp-fourth-wall-bg-color: rgba(249,168,37,0.08);
	--clp-fourth-wall-bg:       var(--clp-fourth-wall-bg-color);
	--clp-fourth-wall-border:   #F9A825;

	/* ——— CLP — Gold CTA (B2B climax button — niche exception, see DESIGN-SYSTEM §8ב.7) ——— */
	--clp-gold-start:     #A07830;
	--clp-gold-end:       #8B6914;
	--clp-gold-text:      #FFFFFF; /* 4.5:1 AA — requires 18px/700 per design-system */
	--clp-gold-hover-end: #6B4F0E;

	/* ——— CLP — Functional rgba tokens ——— */
	--clp-nav-glass-bg:        rgba(12,12,14,0.90);
	--clp-hero-border-accent:  rgba(232,184,109,0.50);
	--lp-video-cap-portrait:     400px;
	--lp-video-cap-square:       480px;
	--lp-video-cap-portrait-4-5: 480px;
	--lp-video-height-budget:    80svh;
	--clp-authority-avatar-bg: rgba(232,184,109,0.15);
	--clp-featured-meta-text:  rgba(12,12,14,0.75);
	--clp-featured-card-fit:   rgba(12,12,14,0.70);
	--clp-featured-card-fee:   rgba(12,12,14,0.75);
	--clp-spinner-border:      rgba(12,12,14,0.30);
	--clp-sticky-shadow:       rgba(0,0,0,0.50);
	--clp-focus-primary-ring:  rgba(232,184,109,0.25);
	--clp-focus-error-ring:    rgba(239,83,80,0.25);
}

/* ——— prefers-reduced-motion ——— */
@media (prefers-reduced-motion: reduce) {
	*, *::before, *::after {
		transition-duration: 0.01ms !important;
		animation-duration:  0.01ms !important;
		animation-iteration-count: 1 !important;
	}
}

/* ——— Elementor wrapper reset — full-bleed widget ——— */
.elementor-widget-haagala_company_landing,
.elementor-widget-haagala_company_landing > .elementor-widget-container,
.e-con:has(.elementor-widget-haagala_company_landing),
.elementor-section:has(.elementor-widget-haagala_company_landing),
.elementor-widget-wrap:has(.elementor-widget-haagala_company_landing) {
	padding: 0 !important;
	margin: 0 !important;
	width: 100%;
}

body:has(.elementor-widget-haagala_company_landing) {
	background-color: #0C0C0E;
}

/* ——— Base ——— */
.clp-page *,
.clp-page *::before,
.clp-page *::after {
	box-sizing: border-box;
}

.clp-page {
	font-family: 'Heebo', 'Segoe UI', Arial, sans-serif;
	color: var(--lp-text-primary);
	background: var(--lp-bg-deep);
	direction: rtl;
	line-height: 1.6;
	overflow-x: hidden;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* ——— Skip link ——— */
.clp-skip-link {
	position: absolute;
	inset-block-start: -100%;
	inset-inline-start: 0;
	background: var(--lp-gold);
	color: #0C0C0E;
	padding: 8px 16px;
	text-decoration: none;
	font-size: 14px;
	font-weight: 500;
	z-index: 9999;
	border-radius: 0 0 var(--lp-radius-md) var(--lp-radius-md);
	transition: inset-block-start var(--lp-transition);
}
.clp-skip-link:focus {
	inset-block-start: 0;
	outline: 3px solid var(--lp-gold-light);
	outline-offset: 2px;
}

/* ——— Container ——— */
.clp-container {
	max-width: 1200px;
	margin-inline: auto;
	padding-inline: 20px;
}

/* ——— Visually hidden utility ——— */
.clp-visually-hidden {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0,0,0,0);
	white-space: nowrap;
	border: 0;
}

/* ——— Scroll animations ——— */
[data-anim] {
	opacity: 0;
	transform: translateY(16px);
	transition: opacity 380ms cubic-bezier(0.4, 0, 0.2, 1),
	            transform 380ms cubic-bezier(0, 0, 0.2, 1);
}
[data-anim].is-visible {
	opacity: 1;
	transform: none;
}

/* ——— Section titles ——— */
.clp-section-title {
	font-size: clamp(24px, 4vw, 36px);
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: -0.02em;
	color: var(--lp-text-primary);
	margin-block: 0 16px;
	text-align: center;
}
.clp-section-sub {
	font-size: 17px;
	color: var(--lp-text-secondary);
	margin-block: 0 32px;
	line-height: 1.7;
	text-align: center;
}

/* ——— Buttons ——— */
.clp-btn {
	display: inline-flex;
	align-items: center;
	flex-direction: row-reverse; /* RTL: text first (right), icon trailing (left) */
	gap: 8px;
	border: none;
	border-radius: var(--lp-radius-full);
	cursor: pointer;
	font-family: inherit;
	font-weight: 600;
	text-decoration: none;
	transition: background var(--lp-transition), box-shadow var(--lp-transition), transform var(--lp-transition);
}
.clp-btn:focus-visible {
	outline: 2px solid var(--lp-gold-light);
	outline-offset: 2px;
}

.clp-btn--primary {
	background: linear-gradient(135deg, var(--lp-gold-light) 0%, var(--lp-gold) 60%, var(--lp-gold-dark) 100%);
	color: #0C0C0E;
	font-size: 16px;
	padding: 14px 28px;
	box-shadow: var(--lp-shadow-gold);
}
.clp-btn--primary:hover {
	filter: brightness(1.08);
	box-shadow: 0 0 36px rgba(200,151,58,0.45), 0 8px 24px rgba(0,0,0,.60);
	transform: translateY(-1px);
	color: #0C0C0E;
}
.clp-btn--primary:active {
	transform: scale(0.97) translateY(0);
}

.clp-btn--gold {
	background: linear-gradient(135deg, var(--clp-gold-start) 0%, var(--clp-gold-end) 100%);
	color: var(--clp-gold-text);
	font-size: 18px;
	font-weight: 700;
	padding: 18px 40px;
	box-shadow: var(--lp-shadow-2);
}
.clp-btn--gold:hover {
	background: linear-gradient(135deg, var(--clp-gold-start) 0%, var(--clp-gold-hover-end) 100%);
	box-shadow: 0 4px 24px rgba(0,0,0,.60);
	transform: translateY(-1px);
}
.clp-btn--gold:active {
	transform: scale(0.97);
}

.clp-btn--sticky {
	background: linear-gradient(135deg, var(--lp-gold-light) 0%, var(--lp-gold) 60%, var(--lp-gold-dark) 100%);
	color: #0C0C0E;
	font-size: 15px;
	font-weight: 600;
	padding: 14px 24px;
	width: 100%;
	justify-content: center;
}
.clp-btn--sticky:hover {
	filter: brightness(1.08);
	color: #0C0C0E;
}

/* ——— 0 · NAV ——— */
.clp-nav {
	position: sticky;
	inset-block-start: 0;
	z-index: 100;
	background: var(--clp-nav-glass-bg);
	backdrop-filter: blur(12px);
	border-block-end: 1px solid transparent;
	transition: border-color var(--lp-transition), box-shadow var(--lp-transition);
}
.clp-nav.is-scrolled {
	border-block-end-color: var(--lp-border);
	box-shadow: var(--lp-shadow-1);
}
.clp-nav__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-block: 14px;
}
.clp-nav__logo {
	font-size: 20px;
	font-weight: 700;
	color: var(--lp-text-primary);
}
.clp-nav__cta {
	display: inline-flex;
	align-items: center;
	flex-direction: row-reverse; /* RTL: text first (right), icon trailing (left) */
	gap: 6px;
	font-size: 14px;
	font-weight: 600;
	color: var(--lp-gold-light);
	border: 1.5px solid var(--lp-border-strong);
	border-radius: var(--lp-radius-full);
	padding: 8px 18px;
	text-decoration: none;
	transition: background var(--lp-transition), border-color var(--lp-transition);
}
.clp-nav__cta:hover {
	background: var(--lp-gold-glow);
	border-color: var(--lp-gold);
}
.clp-nav__cta:focus-visible {
	outline: 2px solid var(--lp-gold-light);
	outline-offset: 2px;
}

/* ——— 1 · HERO ——— */
.clp-hero {
	background: var(--lp-bg-deep);
	background-image: radial-gradient(ellipse 80% 60% at 50% -10%, var(--lp-gold-glow) 0%, transparent 65%);
	padding-block: 80px 72px;
	color: var(--lp-text-primary);
	animation: clp-hero-fade 600ms ease-out both;
}

.clp-hero--globe {
	position: relative;
	overflow: hidden;
	background-image: none;
	min-height: 100vh;
	min-height: 100dvh;
	display: flex;
	align-items: center;
}

.clp-hero--globe .clp-container {
	position: relative;
	z-index: 2;
}

.clp-hero__overlay {
	position: absolute;
	inset: 0;
	z-index: 1;
	pointer-events: none;
}
@keyframes clp-hero-fade {
	from { opacity: 0; }
	to   { opacity: 1; }
}
.clp-hero__inner {
	max-width: 640px;
	text-align: center;
}
.clp-hero__eyebrow {
	display: inline-block;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--lp-gold);
	border: 1px solid var(--lp-gold-muted);
	border-radius: var(--lp-radius-full);
	padding: 5px 18px;
	margin-block: 0 16px;
}
.clp-hero__title {
	font-size: clamp(28px, 5vw, 48px);
	font-weight: 900;
	line-height: 1.1;
	letter-spacing: -0.03em;
	color: var(--lp-text-primary);
	margin-block: 0 16px;
}
.clp-hero__sub {
	font-size: 17px;
	line-height: 1.7;
	color: var(--lp-text-secondary);
	margin-block: 0 12px;
}
.clp-hero__highlight {
	font-size: 16px;
	font-weight: 600;
	margin-block: 0 28px;
	color: var(--lp-gold-light);
	text-align: center;
}
.clp-hero__cta {
	margin-block-end: 14px;
}
.clp-hero__link {
	display: block;
	font-size: 14px;
	color: var(--lp-text-secondary);
	text-decoration: underline;
	text-underline-offset: 3px;
	transition: color var(--lp-transition);
}
.clp-hero__link:hover {
	color: var(--lp-gold-light);
}

/* ——— 2 · STAT BAR ——— */
.clp-stat-bar {
	background: var(--clp-stat-bar-bg);
	border-block: 1px solid var(--clp-stat-bar-border);
	padding-block: 32px;
}
.clp-stat-bar__grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 24px 16px;
}
.clp-stat-bar__item {
	text-align: center;
	direction: ltr; /* keep value + suffix on one line as "77+" (label restored to RTL below) */
}
.clp-stat__value {
	display: inline-block; /* was block — block pushed the suffix onto its own line */
	font-size: 36px;
	font-weight: 700;
	background: linear-gradient(135deg, var(--lp-gold-light), var(--lp-gold));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	font-variant-numeric: tabular-nums;
}
.clp-stat__suffix {
	font-size: 24px;
	font-weight: 700;
}
.clp-stat__label {
	display: block;
	direction: rtl; /* restore RTL for the Hebrew label (item is LTR for the number) */
	font-size: 13px;
	font-weight: 500;
	color: var(--lp-text-secondary);
	margin-block-start: 4px;
	line-height: 1.4;
}

/* ——— 3 · VIDEO ——— */
.clp-video-section {
	background: var(--lp-bg-surface-2);
	padding-block: 64px;
}
.clp-video-section__lead {
	font-size: 20px;
	font-weight: 600;
	text-align: center;
	margin-block: 0 24px;
	color: var(--lp-text-primary);
}
/* The player itself is the shared .hv-player (video-player.css, DS 8ד) */
.clp-video-stage {
	--hv-max-width: 800px;
}

/* ——— 4 · SOCIAL PROOF ——— */
.clp-quick-proof {
	background: var(--lp-bg-surface);
	padding-block: 64px;
	border-block: 1px solid var(--lp-border);
}
.clp-quick-proof__grid {
	display: grid;
	gap: 16px;
}
.clp-quick-proof__item {
	border-inline-start: 3px solid var(--lp-gold);
	padding-inline-start: 16px;
	margin: 0;
}
.clp-quick-proof__quote {
	font-size: 16px;
	font-style: italic;
	color: var(--lp-text-primary);
	margin-block: 0 8px;
	line-height: 1.65;
}
.clp-quick-proof__meta {
	font-size: 13px;
	font-weight: 500;
	color: var(--lp-text-secondary);
}

/* ——— 5 · PAIN ——— */
.clp-pain {
	background: var(--lp-bg-surface-2);
	padding-block: 64px;
}
.clp-pain__inner {
	max-width: 640px;
	text-align: center;
}
.clp-pain__body p {
	font-size: 17px;
	line-height: 1.7;
	color: var(--lp-text-primary);
	margin-block: 0 16px;
}
.clp-pain__body p:last-child {
	margin-block-end: 0;
}

/* ——— 6 · PROMISE ——— */
.clp-promise {
	background: var(--lp-bg-surface);
	padding-block: 64px;
}
.clp-promise__inner {
	max-width: 720px;
	text-align: center;
}
.clp-promise__cards {
	display: grid;
	gap: 12px;
	margin-block-end: 24px;
}
.clp-promise__card {
	background: var(--lp-bg-surface-2);
	border: 1px solid var(--lp-border);
	border-radius: var(--lp-radius-md);
	padding: 20px 24px;
	box-shadow: var(--lp-shadow-1);
}
.clp-promise__card p {
	font-size: 16px;
	line-height: 1.65;
	color: var(--lp-text-primary);
	margin: 0;
}
.clp-promise__summary {
	font-size: 18px;
	color: var(--lp-text-primary);
	margin: 0;
}

/* ——— 7 · AUTHORITY ——— */
.clp-authority {
	background: var(--lp-bg-surface-2);
	padding-block: 64px;
}
.clp-authority__inner {
	display: grid;
	gap: 40px;
}
.clp-authority__body p {
	font-size: 16px;
	line-height: 1.7;
	color: var(--lp-text-primary);
	margin-block: 0 14px;
}
.clp-authority__bullets {
	list-style: none;
	padding: 0;
	margin: 24px 0 0;
	display: grid;
	gap: 12px;
}
.clp-authority__bullet {
	display: flex;
	gap: 12px;
	align-items: flex-start;
	font-size: 15px;
	color: var(--lp-text-primary);
	line-height: 1.5;
}
.clp-authority__bullet-icon {
	flex-shrink: 0;
	color: var(--lp-gold-light);
	margin-block-start: 1px;
}

/* Authority Card */
.clp-authority-card {
	background: var(--lp-bg-surface-3);
	border: 1px solid var(--lp-border-strong);
	border-radius: var(--lp-radius-lg);
	padding: 28px;
	color: var(--lp-text-primary);
	box-shadow: var(--lp-shadow-gold);
	text-align: center;
}
.clp-authority-card__avatar {
	width: 72px;
	height: 72px;
	border-radius: var(--lp-radius-full);
	background: var(--clp-authority-avatar-bg);
	border: 1px solid var(--lp-border-strong);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 28px;
	font-weight: 700;
	margin-inline: auto;
	margin-block-end: 16px;
	color: var(--lp-gold-light);
	overflow: hidden;
}
.clp-authority-card__avatar img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: inherit;
}
.clp-authority-card__name {
	font-size: 18px;
	font-weight: 700;
	margin-block: 0 4px;
	color: var(--lp-text-primary);
}
.clp-authority-card__role {
	font-size: 13px;
	margin-block: 0 20px;
	color: var(--lp-text-secondary);
}
.clp-authority-card__stats {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 16px;
}
.clp-authority-card__stat-value {
	display: block;
	font-size: 24px;
	font-weight: 700;
	background: linear-gradient(135deg, var(--lp-gold-light), var(--lp-gold));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
}
.clp-authority-card__stat-label {
	display: block;
	font-size: 12px;
	color: var(--lp-text-secondary);
	line-height: 1.4;
}

/* ——— 8 · METHOD + CHECKLIST ——— */
.clp-method {
	background: var(--lp-bg-surface);
	padding-block: 64px;
}
.clp-fourth-wall {
	background: var(--clp-fourth-wall-bg);
	border-inline-start: 4px solid var(--clp-fourth-wall-border);
	border-radius: var(--lp-radius-md);
	padding: 16px 20px;
	margin-block: 24px;
	display: flex;
	gap: 12px;
	align-items: flex-start;
}
.clp-fourth-wall__icon {
	flex-shrink: 0;
	color: var(--clp-fourth-wall-border);
	margin-block-start: 2px;
}
.clp-fourth-wall p {
	font-size: 15px;
	line-height: 1.6;
	color: var(--lp-text-primary);
	margin: 0;
}
.clp-method__checklist-title {
	font-size: 18px;
	font-weight: 600;
	color: var(--lp-text-primary);
	margin-block: 32px 16px;
}
.clp-checklist {
	list-style: none;
	padding: 0;
	margin: 0;
	display: grid;
	gap: 10px;
}
.clp-checklist__item {
	background: var(--lp-bg-surface-2);
	border: 1px solid var(--lp-border);
	border-radius: var(--lp-radius-md);
	padding: 14px 16px;
	display: flex;
	gap: 12px;
	align-items: flex-start;
	font-size: 14px;
	line-height: 1.6;
	color: var(--lp-text-primary);
	box-shadow: var(--lp-shadow-1);
}
.clp-checklist__icon {
	flex-shrink: 0;
	color: var(--clp-check-color);
	margin-block-start: 2px;
}

/* ——— 9 · TIMELINE ——— */
.clp-timeline-section {
	background: var(--lp-bg-surface-2);
	padding-block: 64px;
}
.clp-timeline {
	list-style: none;
	padding: 0;
	margin: 32px 0 0;
	display: grid;
	gap: 0;
}
.clp-timeline__item {
	display: flex;
	gap: 16px;
	align-items: flex-start;
	padding-block-end: 28px;
	position: relative;
}
.clp-timeline__item::before {
	content: '';
	position: absolute;
	inset-inline-start: 21px;
	inset-block-start: 44px;
	width: 2px;
	height: calc(100% - 44px);
	background: var(--lp-step-line);
}
.clp-timeline__item:last-child::before {
	display: none;
}
.clp-timeline__badge {
	flex-shrink: 0;
	width: 44px;
	height: 44px;
	border-radius: var(--lp-radius-full);
	background: var(--lp-step-active);
	color: #0C0C0E; /* dark on gold — ~5.9:1 AA */
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	font-weight: 700;
	font-variant-numeric: tabular-nums;
}
.clp-timeline__title {
	font-size: 16px;
	font-weight: 600;
	color: var(--lp-text-primary);
	margin-block: 10px 4px;
}
.clp-timeline__body {
	font-size: 14px;
	color: var(--lp-text-secondary);
	margin: 0;
	line-height: 1.6;
}

/* ——— 10 · TESTIMONIALS (dark section) ——— */
.clp-testimonials {
	background: var(--clp-dark-bg);
	padding-block: 64px;
}
.clp-testimonials__heading {
	color: var(--clp-dark-text);
}
.clp-testimonials__grid {
	display: grid;
	gap: 20px;
}
.clp-dark-testimonial {
	background: var(--clp-dark-surface);
	border-radius: var(--lp-radius-lg);
	padding: 28px;
	margin: 0;
	position: relative;
	transition: transform var(--lp-transition);
}
.clp-dark-testimonial:hover {
	transform: translateY(-3px);
}
.clp-dark-testimonial__quote-mark {
	display: block;
	font-size: 64px;
	line-height: 1;
	font-family: Georgia, serif;
	color: var(--clp-quote-mark);
	margin-block-end: 8px;
}
.clp-dark-testimonial__text {
	margin: 0 0 16px;
}
.clp-dark-testimonial__text p {
	font-size: 15px;
	line-height: 1.7;
	color: var(--clp-dark-text);
	margin: 0;
	font-style: italic;
}
.clp-dark-testimonial__meta {
	font-size: 13px;
	font-weight: 500;
	color: var(--clp-dark-text-variant);
}

/* ——— 11 · FILTER ——— */
.clp-filter {
	background: var(--lp-bg-surface);
	padding-block: 64px;
}
.clp-filter__grid {
	display: grid;
	gap: 16px;
	margin-block-end: 24px;
}
.clp-filter-card {
	border-radius: var(--lp-radius-lg);
	padding: 24px;
	box-shadow: var(--lp-shadow-1);
}
.clp-filter-card--yes {
	background: rgba(76,175,80,0.08);
	border-inline-start: 4px solid var(--lp-success);
}
.clp-filter-card--no {
	background: var(--clp-no-bg);
	border-inline-start: 4px solid var(--clp-no-text);
}
.clp-filter-card__title {
	font-size: 17px;
	font-weight: 700;
	display: flex;
	align-items: center;
	gap: 8px;
	margin-block: 0 12px;
}
.clp-filter-card--yes .clp-filter-card__title {
	color: var(--lp-success);
}
.clp-filter-card--no .clp-filter-card__title {
	color: var(--clp-no-text);
}
.clp-filter-card__icon {
	display: inline-flex;
}
.clp-filter-card__list {
	list-style: none;
	padding: 0;
	margin: 0;
	display: grid;
	gap: 8px;
}
.clp-filter-card--yes .clp-filter-card__list li {
	font-size: 15px;
	color: var(--lp-text-primary);
	padding-inline-start: 8px;
}
.clp-filter-card--no .clp-filter-card__list li {
	font-size: 15px;
	color: var(--clp-no-text);
	padding-inline-start: 8px;
}

/* ——— 12 · PRICING ——— */
.clp-pricing {
	background: var(--lp-bg-surface-2);
	padding-block: 64px;
}

/* Desktop table — shown only on 1024px+ */
.clp-pricing__table-wrap {
	display: none;
	overflow-x: auto;
	margin-block: 32px;
}
.clp-pricing__table {
	width: 100%;
	border-collapse: collapse;
	direction: rtl;
}
.clp-pricing__table th,
.clp-pricing__table td {
	padding: 16px 18px;
	text-align: center; /* comparison table reads better centered than RTL-start */
	font-size: 14px;
	border-block-end: 1px solid var(--lp-border);
	color: var(--lp-text-primary);
}
.clp-pricing__table thead th {
	font-size: 15px;
	font-weight: 700;
	background: var(--clp-pricing-head-bg);
	vertical-align: bottom;
	padding-block: 20px;
	border-block-end: 2px solid var(--lp-border-strong);
}
/* Row-label column (feature names) — brightened to primary and anchored to the start edge */
.clp-pricing__feature-col {
	text-align: start;
}
.clp-pricing__table tbody th {
	font-weight: 600;
	color: var(--lp-text-primary);
	background: var(--clp-pricing-feature-bg);
	text-align: start;
	border-inline-start: 1px solid var(--clp-pricing-col-sep);
}
/* Zebra striping on the data columns for scannability — featured keeps its gradient */
.clp-pricing__table tbody tr:nth-child(even) td:not(.clp-pricing__plan-col--featured) {
	background: var(--clp-pricing-row-alt);
}
.clp-pricing__plan-col {
	text-align: center;
	min-width: 150px;
}
.clp-pricing__table .clp-pricing__plan-col--featured {
	background: var(--clp-featured-bg);
	color: var(--clp-featured-text);
	box-shadow: inset 1px 0 0 var(--clp-pricing-featured-ring),
	            inset -1px 0 0 var(--clp-pricing-featured-ring);
}
.clp-pricing__table thead th.clp-pricing__plan-col--featured {
	border-block-end-color: var(--lp-gold);
	box-shadow: inset 1px 0 0 var(--clp-pricing-featured-ring),
	            inset -1px 0 0 var(--clp-pricing-featured-ring),
	            inset 0 3px 0 var(--clp-pricing-featured-ring);
}
.clp-pricing__table tbody tr:hover td,
.clp-pricing__table tbody tr:hover th {
	background: var(--lp-bg-surface-hover);
}
.clp-pricing__table tbody tr:hover .clp-pricing__plan-col--featured {
	background: var(--clp-featured-bg);
}
.clp-pricing__badge {
	display: inline-block;
	background: var(--clp-featured-badge-bg);
	color: var(--clp-featured-badge-text);
	font-size: 11px;
	font-weight: 700;
	padding: 2px 8px;
	border-radius: var(--lp-radius-full);
	margin-block-end: 6px;
}
.clp-pricing__check {
	color: var(--clp-check-color);
	text-align: center;
}
/* A global reset renders svg as block, which ignores text-align — center it explicitly */
.clp-pricing__check svg {
	display: block;
	margin-inline: auto;
}
.clp-pricing__check.clp-pricing__plan-col--featured {
	color: var(--clp-featured-text);
}
.clp-pricing__dash {
	color: var(--clp-dash-color);
	text-align: center;
	font-weight: 600;
	font-size: 16px;
}
.clp-pricing__dash.clp-pricing__plan-col--featured {
	color: var(--clp-featured-dash);
}
.clp-pricing__meta-row td,
.clp-pricing__meta-row th {
	font-size: 13px;
	color: var(--lp-text-secondary);
	font-style: italic;
	border-block-end: 2px solid var(--lp-border);
}
.clp-pricing__meta-row .clp-pricing__plan-col--featured {
	color: var(--clp-featured-meta-text);
}
.clp-pricing__fee-row th,
.clp-pricing__fee-row td {
	font-weight: 600;
	background: var(--lp-bg-surface-3);
}
.clp-pricing__fee-row .clp-pricing__plan-col--featured {
	background: var(--clp-featured-bg);
	color: var(--clp-featured-text);
}

/* Mobile cards */
.clp-pricing__cards {
	display: grid;
	gap: 16px;
	margin-block: 32px;
}
.clp-pricing__card {
	background: var(--lp-bg-surface);
	border: 1px solid var(--lp-border);
	border-radius: var(--lp-radius-lg);
	padding: 24px;
	box-shadow: var(--lp-shadow-1);
}
.clp-pricing__card--pro {
	background: var(--clp-featured-bg);
	color: var(--clp-featured-text);
	order: -1;
}
.clp-pricing__card-title {
	font-size: 18px;
	font-weight: 700;
	margin-block: 0 4px;
	color: var(--lp-text-primary);
}
.clp-pricing__card--pro .clp-pricing__card-title {
	color: var(--clp-featured-text);
}
.clp-pricing__card-fit {
	font-size: 13px;
	color: var(--lp-text-secondary);
	margin-block: 0 16px;
}
.clp-pricing__card--pro .clp-pricing__card-fit {
	color: var(--clp-featured-card-fit);
}
.clp-pricing__card-list {
	list-style: none;
	padding: 0;
	margin: 0 0 16px;
	display: grid;
	gap: 8px;
}
.clp-pricing__card-list li {
	font-size: 14px;
	color: var(--lp-text-primary);
	padding-inline-start: 20px;
	position: relative;
}
.clp-pricing__card-list li::before {
	content: '';
	position: absolute;
	inset-inline-start: 0;
	inset-block-start: 6px;
	width: 8px;
	height: 8px;
	border-radius: var(--lp-radius-full);
	background: var(--clp-check-color);
}
.clp-pricing__card--pro .clp-pricing__card-list li {
	color: var(--clp-featured-text);
}
.clp-pricing__card--pro .clp-pricing__card-list li::before {
	background: var(--clp-featured-text);
}
.clp-pricing__card-fee {
	font-size: 13px;
	font-weight: 600;
	color: var(--lp-text-secondary);
	margin: 0;
}
.clp-pricing__card--pro .clp-pricing__card-fee {
	color: var(--clp-featured-card-fee);
}

/* Badge inside mobile card */
.clp-pricing__card .clp-pricing__badge {
	display: inline-block;
	margin-block-end: 8px;
}

.clp-pricing__note {
	font-size: 14px;
	color: var(--lp-text-secondary);
	text-align: center;
	max-width: 560px;
	margin-inline: auto;
	line-height: 1.6;
}

/* ——— 13 · GOLD CTA ——— */
.clp-gold-cta {
	background: var(--lp-bg-surface);
	border-block: 1px solid var(--lp-border);
	padding-block: 72px;
	text-align: center;
}
.clp-gold-cta__inner {
	max-width: 640px;
	text-align: center;
}
.clp-gold-cta__title {
	font-size: clamp(24px, 4vw, 36px);
	font-weight: 700;
	letter-spacing: -0.02em;
	color: var(--lp-text-primary);
	line-height: 1.2;
	margin-block: 0 16px;
}
.clp-gold-cta__body {
	font-size: 17px;
	color: var(--lp-text-secondary);
	line-height: 1.7;
	margin-block: 0 28px;
}
.clp-gold-cta__sub {
	font-size: 13px;
	color: var(--lp-text-secondary);
	margin-block: 12px 0;
}

/* ——— 14 · FORM ——— */
.clp-form-section {
	background: var(--lp-bg-surface-2);
	padding-block: 64px;
}
.clp-form-wrap {
	max-width: 680px;
	margin-inline: auto;
}
.clp-lead-form {
	background: var(--lp-bg-surface);
	border: 1px solid var(--lp-border);
	border-radius: var(--lp-radius-lg);
	padding: 32px 24px;
	box-shadow: var(--lp-shadow-2);
}
.clp-lead-form__fields {
	display: grid;
	gap: 20px;
}
.clp-hp-wrap {
	position: absolute;
	left: -9999px;
	opacity: 0;
	height: 0;
	overflow: hidden;
}
.clp-field {
	display: flex;
	flex-direction: column;
	gap: 6px;
}
.clp-field--full {
	grid-column: 1 / -1;
}
.clp-field__label {
	font-size: 14px;
	font-weight: 500;
	color: var(--lp-text-primary);
}
.clp-field__required {
	color: var(--lp-error);
	margin-inline-start: 2px;
}
.clp-field__input {
	font-family: inherit;
	font-size: 15px;
	color: var(--lp-text-primary);
	background: var(--lp-bg-surface-2);
	border: 1.5px solid var(--lp-border);
	border-radius: var(--lp-radius-md);
	padding: 10px 14px;
	direction: rtl;
	text-align: start;
	transition: border-color var(--lp-transition), box-shadow var(--lp-transition);
	width: 100%;
}
.clp-field__input::placeholder {
	color: var(--lp-text-muted);
}
.clp-field__input:focus {
	outline: none;
	border-color: var(--lp-gold);
	box-shadow: 0 0 0 3px var(--clp-focus-primary-ring);
}
.clp-field__input.is-error {
	border-color: var(--lp-error);
	box-shadow: 0 0 0 3px var(--clp-focus-error-ring);
}
.clp-field__select {
	cursor: pointer;
	appearance: none;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%239D9585' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: left 12px center;
	padding-inline-end: 36px;
}
.clp-field__textarea {
	resize: vertical;
	min-height: 100px;
}
.clp-field__error {
	font-size: 12px;
	font-weight: 500;
	color: var(--lp-error);
}
.clp-lead-form__error-banner {
	background: var(--lp-error-light);
	border: 1px solid var(--lp-error);
	border-radius: var(--lp-radius-md);
	padding: 12px 16px;
	margin-block: 16px 0;
	font-size: 14px;
	color: var(--lp-error);
}
.clp-lead-form__submit {
	margin-block-start: 24px;
	width: 100%;
	justify-content: center;
	font-size: 16px;
	padding: 16px;
}
.clp-lead-form__submit[aria-busy="true"] {
	pointer-events: none;
	opacity: 0.8;
}
.clp-lead-form__submit .clp-spinner {
	display: inline-block;
	width: 16px;
	height: 16px;
	border: 2px solid var(--clp-spinner-border);
	border-block-start-color: #0C0C0E;
	border-radius: var(--lp-radius-full);
	animation: clp-spin 0.8s linear infinite;
}
@keyframes clp-spin {
	to { transform: rotate(360deg); }
}
.clp-lead-form__privacy {
	font-size: 12px;
	color: var(--lp-text-secondary);
	text-align: center;
	margin-block: 12px 0;
}

/* Success state */
.clp-lead-form__success {
	background: var(--lp-bg-surface);
	border: 1px solid var(--lp-border);
	border-radius: var(--lp-radius-lg);
	padding: 48px 24px;
	box-shadow: var(--lp-shadow-2);
	text-align: center;
}
.clp-lead-form__success-icon {
	display: flex;
	justify-content: center;
	margin-block-end: 20px;
	color: var(--lp-success);
}
.clp-lead-form__success-title {
	font-size: 24px;
	font-weight: 700;
	color: var(--lp-text-primary);
	margin-block: 0 8px;
}
.clp-lead-form__success-body {
	font-size: 16px;
	color: var(--lp-text-secondary);
	margin: 0;
}

/* ——— FOOTER ——— */
.clp-footer {
	background: var(--lp-footer-bg);
	border-block-start: 1px solid var(--lp-border);
	padding-block: 24px;
}
.clp-footer__inner {
	text-align: center;
}
.clp-footer__text {
	font-size: 12px;
	color: var(--lp-footer-text);
	margin: 0;
}

/* ——— STICKY CTA (mobile only) ——— */
.clp-sticky-cta {
	position: fixed;
	inset-block-end: 0;
	inset-inline: 0;
	padding: 12px 16px;
	padding-bottom: calc(12px + env(safe-area-inset-bottom, 0px));
	background: var(--lp-bg-surface);
	border-block-start: 1px solid var(--lp-border-strong);
	box-shadow: 0 -4px 16px var(--clp-sticky-shadow);
	z-index: 90;
}

/* ——— 768px+ ——— */
@media (min-width: 768px) {
	.clp-hero__title {
		font-size: 44px;
	}
	.clp-stat-bar__grid {
		grid-template-columns: repeat(4, 1fr);
	}
	.clp-quick-proof__grid {
		grid-template-columns: repeat(2, 1fr);
	}
	.clp-authority__inner {
		grid-template-columns: 1fr 280px;
		align-items: start;
	}
	.clp-filter__grid {
		grid-template-columns: repeat(2, 1fr);
	}
	.clp-lead-form__fields {
		grid-template-columns: repeat(2, 1fr);
	}
	.clp-sticky-cta {
		display: none;
	}
}

/* ——— 1024px+ ——— */
@media (min-width: 1024px) {
	.clp-timeline {
		grid-template-columns: repeat(2, 1fr);
		gap: 0 40px;
	}
	.clp-timeline__item::before {
		display: none;
	}
	.clp-testimonials__grid {
		grid-template-columns: repeat(3, 1fr);
	}
	.clp-pricing__table-wrap {
		display: block;
	}
	.clp-pricing__cards {
		display: none;
	}
}

/* Disable animations in Elementor Editor */
.elementor-editor-active [data-anim] {
    opacity: 1 !important;
    transform: none !important;
}
