/* ==========================================================================
   Homepage creative CTA — split left / right layout
   ========================================================================== */

.wcz-home-cta-creative {
	padding: var(--wcz-section-pad-y, clamp(36px, 4.5vw, 56px)) 0;
	background: linear-gradient(180deg, #f8fafc 0%, #eef8fb 50%, #f8fafc 100%);
	overflow: hidden;
}

.wcz-home-cta-card {
	position: relative;
	padding: clamp(28px, 3.5vw, 44px) clamp(24px, 3vw, 40px);
	border-radius: 24px;
	background: rgba(255, 255, 255, 0.72);
	border: 1px solid rgba(0, 194, 229, 0.18);
	box-shadow:
		0 24px 64px rgba(0, 80, 100, 0.08),
		0 0 0 1px rgba(255, 255, 255, 0.8) inset;
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
	overflow: hidden;
	isolation: isolate;
}

.wcz-home-cta-card::before {
	content: '';
	position: absolute;
	inset: 0;
	border-radius: inherit;
	padding: 1px;
	background: linear-gradient(135deg, rgba(0, 194, 229, 0.55), rgba(0, 194, 229, 0.05) 40%, rgba(0, 153, 184, 0.25) 100%);
	-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
	pointer-events: none;
	z-index: 2;
}

/* Split grid */
.wcz-home-cta-split {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
	align-items: center;
	gap: clamp(32px, 5vw, 72px);
}

.wcz-home-cta-split::after {
	content: '';
	position: absolute;
	left: 52%;
	top: 12%;
	bottom: 12%;
	width: 1px;
	background: linear-gradient(180deg, transparent, rgba(0, 194, 229, 0.35) 20%, rgba(0, 153, 184, 0.28) 80%, transparent);
	pointer-events: none;
}

/* Background effects */
.wcz-home-cta-bg {
	position: absolute;
	inset: 0;
	pointer-events: none;
	z-index: 0;
}

.wcz-home-cta-orb {
	position: absolute;
	border-radius: 50%;
	filter: blur(48px);
	opacity: 0.55;
	animation: wcz-cta-orb-float 8s ease-in-out infinite;
}

.wcz-home-cta-orb--1 {
	width: 280px;
	height: 280px;
	top: -80px;
	right: -40px;
	background: radial-gradient(circle, rgba(0, 194, 229, 0.45) 0%, transparent 70%);
}

.wcz-home-cta-orb--2 {
	width: 200px;
	height: 200px;
	bottom: -60px;
	left: 10%;
	background: radial-gradient(circle, rgba(56, 189, 248, 0.35) 0%, transparent 70%);
	animation-delay: -3s;
}

.wcz-home-cta-orb--3 {
	width: 120px;
	height: 120px;
	top: 40%;
	left: 45%;
	background: radial-gradient(circle, rgba(99, 102, 241, 0.2) 0%, transparent 70%);
	animation-delay: -5s;
}

@keyframes wcz-cta-orb-float {
	0%, 100% { transform: translate(0, 0) scale(1); }
	50% { transform: translate(12px, -10px) scale(1.05); }
}

.wcz-home-cta-grid {
	position: absolute;
	inset: 0;
	background-image:
		linear-gradient(rgba(0, 194, 229, 0.06) 1px, transparent 1px),
		linear-gradient(90deg, rgba(0, 194, 229, 0.06) 1px, transparent 1px);
	background-size: 32px 32px;
	mask-image: radial-gradient(ellipse 80% 70% at 50% 50%, #000 20%, transparent 75%);
	opacity: 0.7;
}

.wcz-home-cta-ring {
	position: absolute;
	right: 12%;
	top: 50%;
	transform: translateY(-50%);
	width: 260px;
	height: 260px;
	border: 1px dashed rgba(0, 194, 229, 0.25);
	border-radius: 50%;
	animation: wcz-cta-ring-spin 24s linear infinite;
}

.wcz-home-cta-ring::after {
	content: '';
	position: absolute;
	inset: 24px;
	border: 1px solid rgba(0, 194, 229, 0.12);
	border-radius: 50%;
}

@keyframes wcz-cta-ring-spin {
	to { transform: translateY(-50%) rotate(360deg); }
}

/* Left column */
.wcz-home-cta-content {
	text-align: left;
	max-width: 560px;
}

.wcz-home-cta-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 8px 14px;
	margin-bottom: 20px;
	font-size: var(--wcz-text-xs);
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--wcz-primary, #00c2e5);
	background: rgba(0, 194, 229, 0.1);
	border: 1px solid rgba(0, 194, 229, 0.22);
	border-radius: 100px;
}

.wcz-home-cta-title {
	margin: 0 0 16px;
	font-family: var(--wcz-font-display);
	font-size: clamp(1.75rem, 3.5vw, 2.75rem);
	font-weight: 800;
	line-height: 1.12;
	color: #0f172a;
	letter-spacing: -0.02em;
}

.wcz-home-cta-title-accent {
	display: block;
	background: linear-gradient(90deg, var(--wcz-primary, #00c2e5) 0%, #0891b2 50%, #6366f1 100%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}

.wcz-home-cta-desc {
	margin: 0 0 24px;
	font-size: clamp(0.95rem, 1.5vw, 1.0625rem);
	line-height: 1.75;
	color: #64748b;
	max-width: 480px;
}

.wcz-home-cta-perks {
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin: 0 0 28px;
	padding: 0;
	list-style: none;
}

.wcz-home-cta-perks li {
	display: flex;
	align-items: center;
	gap: 12px;
	font-size: var(--wcz-text-sm);
	font-weight: 600;
	color: #334155;
}

.wcz-home-cta-perk-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 32px;
	height: 32px;
	border-radius: 10px;
	color: var(--wcz-primary, #00c2e5);
	background: rgba(0, 194, 229, 0.1);
	border: 1px solid rgba(0, 194, 229, 0.18);
}

.wcz-home-cta-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	align-items: center;
	justify-content: flex-start;
}

.wcz-home-cta-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 9px 18px;
	font-family: var(--wcz-font);
	font-size: 0.8125rem;
	font-weight: 700;
	text-decoration: none;
	border-radius: 100px;
	border: none;
	cursor: pointer;
	box-shadow: none;
	transition: transform 0.25s ease, background 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

.wcz-home-cta-btn--primary {
	color: #fff;
	background: linear-gradient(135deg, #00c2e5 0%, #00a8c9 50%, #0891b2 100%);
	box-shadow: none;
}

.wcz-home-cta-btn--primary:hover {
	transform: translateY(-2px);
	box-shadow: none;
	color: #fff;
}

.wcz-home-cta-btn--ghost {
	color: #0f172a;
	background: rgba(255, 255, 255, 0.9);
	border: 1px solid rgba(148, 163, 184, 0.45);
	box-shadow: none;
}

.wcz-home-cta-btn--ghost:hover {
	transform: translateY(-2px);
	border-color: var(--wcz-primary, #00c2e5);
	color: var(--wcz-primary, #00c2e5);
	box-shadow: none;
}

/* Right column — staggered stats */
.wcz-home-cta-visual {
	position: relative;
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: auto auto;
	gap: 16px;
	min-height: 280px;
	align-content: center;
	padding: 8px 0 8px 12px;
}

.wcz-home-cta-visual-frame {
	position: absolute;
	inset: -8px -12px -8px 0;
	pointer-events: none;
	z-index: 0;
}

.wcz-home-cta-visual-arc {
	position: absolute;
	right: 0;
	top: 50%;
	width: 140px;
	height: 140px;
	transform: translateY(-50%);
	border: 2px solid transparent;
	border-top-color: rgba(0, 194, 229, 0.35);
	border-right-color: rgba(99, 102, 241, 0.2);
	border-radius: 50%;
	animation: wcz-cta-arc-pulse 4s ease-in-out infinite;
}

@keyframes wcz-cta-arc-pulse {
	0%, 100% { opacity: 0.6; transform: translateY(-50%) scale(1); }
	50% { opacity: 1; transform: translateY(-50%) scale(1.06); }
}

.wcz-home-cta-visual-dot {
	position: absolute;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: var(--wcz-primary, #00c2e5);
	box-shadow: 0 0 0 6px rgba(0, 194, 229, 0.12);
	animation: wcz-cta-dot-pulse 3s ease-in-out infinite;
}

.wcz-home-cta-visual-dot--1 {
	top: 18%;
	left: 8%;
}

.wcz-home-cta-visual-dot--2 {
	bottom: 22%;
	right: 6%;
	background: #6366f1;
	box-shadow: 0 0 0 6px rgba(99, 102, 241, 0.12);
	animation-delay: -1.5s;
}

@keyframes wcz-cta-dot-pulse {
	0%, 100% { transform: scale(1); opacity: 0.7; }
	50% { transform: scale(1.2); opacity: 1; }
}

.wcz-home-cta-stat {
	position: relative;
	z-index: 1;
	padding: 22px 24px;
	text-align: left;
	background: rgba(255, 255, 255, 0.92);
	border: 1px solid rgba(0, 194, 229, 0.15);
	border-radius: 18px;
	box-shadow: 0 12px 32px rgba(0, 80, 100, 0.08);
	backdrop-filter: blur(8px);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.wcz-home-cta-stat:hover {
	transform: translateY(-4px);
	box-shadow: 0 18px 40px rgba(0, 80, 100, 0.12);
}

.wcz-home-cta-stat--hero {
	grid-column: 1 / -1;
	grid-row: 1;
	padding: 28px 28px 24px;
	border-radius: 20px;
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(240, 253, 255, 0.9) 100%);
}

.wcz-home-cta-stat--offset {
	grid-column: 2;
	grid-row: 2;
	margin-top: -8px;
	transform: translateX(12px);
}

.wcz-home-cta-stat--offset:hover {
	transform: translateX(12px) translateY(-4px);
}

.wcz-home-cta-stat-glow {
	position: absolute;
	top: -20px;
	right: -20px;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(0, 194, 229, 0.25) 0%, transparent 70%);
	pointer-events: none;
}

.wcz-home-cta-stat strong {
	display: block;
	font-family: var(--wcz-font-display);
	font-size: clamp(1.75rem, 3vw, 2.25rem);
	font-weight: 800;
	line-height: 1.1;
	background: linear-gradient(135deg, #00c2e5, #0891b2);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	margin-bottom: 4px;
}

.wcz-home-cta-stat span {
	font-size: var(--wcz-text-xs);
	font-weight: 600;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #64748b;
}

.wcz-home-cta-chip {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 10px 16px;
	font-size: var(--wcz-text-xs);
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #0f172a;
	background: rgba(255, 255, 255, 0.95);
	border: 1px solid rgba(148, 163, 184, 0.3);
	border-radius: 100px;
	box-shadow: 0 8px 20px rgba(15, 23, 42, 0.08);
	animation: wcz-cta-chip-float 5s ease-in-out infinite;
}

.wcz-home-cta-chip svg {
	color: #f59e0b;
	flex-shrink: 0;
}

@keyframes wcz-cta-chip-float {
	0%, 100% { transform: translateY(0); }
	50% { transform: translateY(-6px); }
}

@media (max-width: 900px) {
	.wcz-home-cta-split {
		grid-template-columns: 1fr;
		gap: 40px;
	}

	.wcz-home-cta-split::after {
		display: none;
	}

	.wcz-home-cta-content {
		max-width: none;
		text-align: center;
	}

	.wcz-home-cta-desc {
		margin-left: auto;
		margin-right: auto;
	}

	.wcz-home-cta-perks {
		align-items: center;
	}

	.wcz-home-cta-perks li {
		justify-content: center;
	}

	.wcz-home-cta-actions {
		justify-content: center;
	}

	.wcz-home-cta-visual {
		max-width: 420px;
		margin: 0 auto;
		padding-left: 0;
	}

	.wcz-home-cta-stat--offset {
		transform: none;
		margin-top: 0;
	}

	.wcz-home-cta-stat--offset:hover {
		transform: translateY(-4px);
	}

	.wcz-home-cta-ring {
		right: 50%;
		transform: translate(50%, -50%);
		width: 200px;
		height: 200px;
	}
}

@media (max-width: 520px) {
	.wcz-home-cta-btn {
		width: 100%;
	}

	.wcz-home-cta-visual {
		grid-template-columns: 1fr;
		min-height: auto;
	}

	.wcz-home-cta-stat--hero,
	.wcz-home-cta-stat--offset {
		grid-column: 1;
		grid-row: auto;
		text-align: center;
	}

	.wcz-home-cta-chip {
		position: static;
		justify-content: center;
		margin-top: 8px;
		animation: none;
	}

	.wcz-home-cta-visual-frame {
		display: none;
	}
}

@media (prefers-reduced-motion: reduce) {
	.wcz-home-cta-orb,
	.wcz-home-cta-ring,
	.wcz-home-cta-visual-arc,
	.wcz-home-cta-visual-dot,
	.wcz-home-cta-chip {
		animation: none;
	}
}

/* Dark mode — stats / chip / ghost button */
html.wcz-dark-mode .wcz-home-cta-stat,
html.wcz-dark-mode .wcz-home-cta-chip {
	background: rgba(8, 12, 22, 0.96) !important;
	border-color: rgba(255, 255, 255, 0.1) !important;
	box-shadow: 0 12px 32px rgba(0, 0, 0, 0.35) !important;
	backdrop-filter: none !important;
	-webkit-backdrop-filter: none !important;
}

html.wcz-dark-mode .wcz-home-cta-stat strong {
	color: #00c2e5 !important;
}

html.wcz-dark-mode .wcz-home-cta-stat span {
	color: #93a0b4 !important;
}

html.wcz-dark-mode .wcz-home-cta-chip {
	color: #f1f5f9 !important;
}

html.wcz-dark-mode .wcz-home-cta-btn--ghost {
	background: rgba(255, 255, 255, 0.06) !important;
	border: 1px solid rgba(255, 255, 255, 0.2) !important;
	color: #ffffff !important;
	box-shadow: none !important;
}

html.wcz-dark-mode .wcz-home-cta-btn--ghost:hover {
	background: rgba(0, 194, 229, 0.12) !important;
	border-color: rgba(0, 194, 229, 0.45) !important;
	color: #00c2e5 !important;
}
