/* =========================================================
   LUXE Funnel — Dark neon luxury (WordPress build)
   ========================================================= */
:root {
	--bg: #120a1e;
	--fg: #f5eefc;
	--muted: #a99bbf;
	--pink: #ff3ea1;
	--purple: #a855f7;
	--cyan: #6ff0ff;
	--gold: #f7c948;
	--border: rgba(255,255,255,0.12);
	--radius: 1rem;
	--gradient-neon: linear-gradient(135deg, #ff3ea1, #a855f7);
	--gradient-luxury: linear-gradient(135deg, #f7c948, #ff3ea1);
	--gradient-bg:
		radial-gradient(ellipse at top, rgba(168,85,247,0.35), transparent 60%),
		radial-gradient(ellipse at bottom, rgba(255,62,161,0.25), transparent 60%),
		#0f0a1a;
	--shadow-neon: 0 0 40px rgba(255,62,161,0.5), 0 0 80px rgba(168,85,247,0.3);
	--shadow-glow: 0 8px 32px rgba(255,62,161,0.35);
}

* { box-sizing: border-box; border-color: var(--border); }
html, body { margin: 0; padding: 0; min-height: 100vh; }
body {
	background: var(--gradient-bg);
	color: var(--fg);
	font-family: "Plus Jakarta Sans", system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
	-webkit-font-smoothing: antialiased;
	overflow-x: hidden;
}
img { max-width: 100%; display: block; }
button { font: inherit; color: inherit; background: none; border: 0; cursor: pointer; }
a { color: inherit; text-decoration: none; }

h1,h2,h3,h4 { font-family: "Syne", sans-serif; letter-spacing: -0.02em; margin: 0; }
.h1 { font-size: 2.25rem; font-weight: 800; line-height: 1.05; }
.h2 { font-size: 1.75rem; font-weight: 800; }
.h3 { font-size: 1.1rem; font-weight: 700; margin-bottom: .5rem; }

.muted { color: var(--muted); }
.small { font-size: .875rem; }
.tiny { font-size: .75rem; }
.bold { font-weight: 700; }
.center { text-align: center; }
.left { text-align: left; }
.upper { text-transform: uppercase; letter-spacing: .12em; }
.tabular { font-variant-numeric: tabular-nums; }
.pink { color: var(--pink); }
.cyan { color: var(--cyan); }

.mt-2 { margin-top: .5rem; } .mt-3 { margin-top: .75rem; }
.mt-4 { margin-top: 1rem; } .mt-6 { margin-top: 1.5rem; } .mt-8 { margin-top: 2rem; }
.px-2 { padding-left: .5rem; padding-right: .5rem; }
.full { width: 100%; display: block; text-align: center; }

/* Glass */
.glass {
	background: linear-gradient(135deg, rgba(255,255,255,0.08), rgba(255,255,255,0.03));
	backdrop-filter: blur(20px) saturate(140%);
	-webkit-backdrop-filter: blur(20px) saturate(140%);
	border: 1px solid rgba(255,255,255,0.12);
	border-radius: var(--radius);
}
.glass-strong {
	background: linear-gradient(135deg, rgba(255,255,255,0.12), rgba(255,255,255,0.05));
	backdrop-filter: blur(28px) saturate(160%);
	-webkit-backdrop-filter: blur(28px) saturate(160%);
	border: 1px solid rgba(255,255,255,0.18);
	border-radius: calc(var(--radius) + 8px);
}

.neon-text {
	background: var(--gradient-neon);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}

.btn-neon {
	display: inline-block;
	background: var(--gradient-neon);
	color: #fff;
	font-weight: 700;
	padding: 1rem 1.5rem;
	border-radius: 999px;
	box-shadow: var(--shadow-glow);
	transition: transform .2s ease, box-shadow .3s ease;
	text-align: center;
}
.btn-neon:hover { transform: translateY(-2px) scale(1.02); box-shadow: var(--shadow-neon); }
.btn-neon:active { transform: translateY(0) scale(.98); }
.btn-neon .sub { display: block; font-size: .7rem; font-weight: 500; opacity: .9; margin-top: 2px; }

@keyframes pulseNeon {
	0%,100% { box-shadow: 0 0 20px rgba(255,62,161,.4), 0 0 40px rgba(168,85,247,.2); }
	50%     { box-shadow: 0 0 40px rgba(255,62,161,.7), 0 0 80px rgba(168,85,247,.4); }
}
.pulse-neon { animation: pulseNeon 2s ease-in-out infinite; }

@keyframes floatUp { 0% { opacity: 0; transform: translateY(20px);} 100% { opacity: 1; transform: translateY(0);} }
@keyframes slideIn  { 0% { opacity: 0; transform: translateX(20px);} 100% { opacity: 1; transform: translateX(0);} }
@keyframes ping     { 75%,100% { transform: scale(1.6); opacity: 0; } }
@keyframes softPulse{ 0%,100% { opacity: 1;} 50% {opacity: .5;} }

/* Layout */
.funnel { display: block; }
.page {
	max-width: 440px;
	margin: 0 auto;
	padding: 5rem 1rem 3rem;
	min-height: 100vh;
	animation: floatUp .6s ease-out both;
	scroll-margin-top: 60px;
}
.shell { display: block; }

/* Progress bar */
.progress-bar {
	position: fixed; top: 0; left: 0; right: 0; z-index: 50;
}
.progress-inner {
	max-width: 440px; margin: 0 auto;
	display: flex; align-items: center; gap: .75rem;
	padding: .75rem 1rem;
	background: linear-gradient(135deg, rgba(255,255,255,.12), rgba(255,255,255,.05));
	backdrop-filter: blur(28px) saturate(160%);
	-webkit-backdrop-filter: blur(28px) saturate(160%);
	border-bottom: 1px solid rgba(255,255,255,.15);
}
.brand-mark { font-family: "Syne", sans-serif; font-weight: 800; font-size: .95rem; background: var(--gradient-neon); -webkit-background-clip: text; background-clip: text; color: transparent; }
.progress-track { flex: 1; height: 6px; border-radius: 999px; background: rgba(255,255,255,.1); overflow: hidden; }
.progress-fill { height: 100%; background: var(--gradient-neon); transition: width .5s ease; }
.progress-count { font-size: .75rem; color: var(--muted); font-weight: 600; font-variant-numeric: tabular-nums; }

/* Countdown pill */
.countdown-pill {
	display: inline-flex; align-items: center; gap: .5rem;
	background: rgba(255,255,255,.05);
	border: 1px solid rgba(255,255,255,.12);
	backdrop-filter: blur(20px);
	padding: .5rem 1rem;
	border-radius: 999px;
	font-size: .875rem;
}
.countdown-pill .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--pink); animation: softPulse 1.5s infinite; }

/* Hero avatars */
.avatar-row { display: flex; justify-content: center; }
.avatar-row img {
	width: 56px; height: 56px; border-radius: 50%;
	object-fit: cover;
	border: 2px solid var(--pink);
	box-shadow: var(--shadow-glow);
	margin-left: -12px;
}
.avatar-row img:first-child { margin-left: 0; }

/* Stats */
.stat-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: .5rem; }
.stat { padding: .75rem; text-align: center; }
.stat-n { font-family: "Syne", sans-serif; font-weight: 700; font-size: 1.125rem; }
.stat-l { font-size: .625rem; color: var(--muted); text-transform: uppercase; letter-spacing: .1em; }

/* Ad slot */
.ad-slot {
	width: 100%; min-height: 90px; margin: 1rem 0;
	display: flex; align-items: center; justify-content: center;
	font-size: .625rem; letter-spacing: .2em; text-transform: uppercase;
	color: rgba(169,155,191,.6);
	border-radius: var(--radius);
	background: linear-gradient(135deg, rgba(255,255,255,.06), rgba(255,255,255,.02));
	border: 1px dashed rgba(255,255,255,.15);
}

.card { padding: 1.25rem; }
.feature-list { list-style: none; padding: 0; margin: 0; display: grid; gap: .75rem; }
.feature-list li { display: flex; gap: .75rem; align-items: flex-start; font-size: .9rem; }
.feature-list .emoji { font-size: 1.25rem; }

/* Quiz */
.eyebrow { font-size: .7rem; text-transform: uppercase; letter-spacing: .25em; color: var(--cyan); font-weight: 700; }
.thin-track { height: 4px; border-radius: 999px; background: rgba(255,255,255,.1); overflow: hidden; }
.thin-fill { height: 100%; background: var(--gradient-neon); transition: width .5s ease; }
.opts { display: grid; gap: .75rem; }
.opts button {
	text-align: left; padding: 1.1rem 1.25rem; font-weight: 600; font-size: 1rem;
	border-radius: var(--radius);
	background: linear-gradient(135deg, rgba(255,255,255,.12), rgba(255,255,255,.05));
	backdrop-filter: blur(28px) saturate(160%);
	-webkit-backdrop-filter: blur(28px) saturate(160%);
	border: 1px solid rgba(255,255,255,.18);
	transition: transform .2s ease, border-color .2s ease;
	animation: slideIn .5s ease-out both;
}
.opts button:hover { transform: scale(1.02); border-color: var(--pink); }
.opts button:active { transform: scale(.98); }

.analyzing { margin-top: 4rem; display: flex; flex-direction: column; align-items: center; text-align: center; animation: floatUp .6s ease-out both; }
.ring-wrap { position: relative; width: 128px; height: 128px; display: flex; align-items: center; justify-content: center; }
.ring { position: absolute; inset: 0; border-radius: 50%; border: 2px solid; }
.ring.ping { border-color: rgba(111,240,255,.3); animation: ping 1.4s cubic-bezier(0,0,.2,1) infinite; }
.ring.pulse { inset: 8px; border-color: var(--pink); box-shadow: 0 0 40px var(--pink); }
.ring-num { position: relative; font-size: 2.5rem; font-weight: 900; }
.analyzing-title { margin-top: 1.5rem; font-size: .875rem; text-transform: uppercase; letter-spacing: .25em; color: var(--cyan); font-weight: 700; }
.analyzing-sub { margin-top: .5rem; font-size: .75rem; color: var(--muted); }

/* Chips */
.chip { display: inline-block; padding: .35rem 1rem; border-radius: 999px; font-size: .7rem; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.12); }
.chip.cyan { color: var(--cyan); }
.chip.pink { color: var(--pink); }
.chip.gold { color: var(--gold); }

/* Matches */
.match-list { display: grid; gap: 1rem; }
.match-card { padding: 1rem; animation: floatUp .6s ease-out both; }
.match-row { display: flex; gap: 1rem; align-items: center; }
.match-photo { position: relative; flex: 0 0 auto; }
.match-photo img { width: 96px; height: 96px; border-radius: 1rem; object-fit: cover; filter: blur(10px); transform: scale(1.05); }
.match-photo .lock { position: absolute; inset: 0; border-radius: 1rem; display: flex; align-items: center; justify-content: center; background: rgba(0,0,0,.3); font-size: 1.75rem; }
.match-info { min-width: 0; flex: 1; }
.match-name { display: flex; align-items: center; gap: .5rem; }
.match-name h3 { font-size: 1.1rem; }
.live-dot { width: 8px; height: 8px; border-radius: 50%; background: #34d399; box-shadow: 0 0 8px #34d399; animation: softPulse 1.5s infinite; }
.score-row { display: flex; align-items: center; gap: .5rem; margin-top: .5rem; }
.score-track { flex: 1; height: 6px; border-radius: 999px; background: rgba(255,255,255,.1); overflow: hidden; }
.score-fill { height: 100%; background: var(--gradient-luxury); }
.score-pct { font-size: .75rem; }
.note { padding: .9rem 1rem; font-size: .875rem; }

/* Social */
.live-feed { display: grid; gap: .5rem; }
.feed-row { display: flex; gap: .75rem; align-items: center; padding: .75rem 1rem; font-size: .9rem; }
.testimonials { display: grid; gap: .75rem; }
.testi { display: flex; gap: .75rem; padding: 1rem; align-items: center; }
.testi img { width: 56px; height: 56px; border-radius: 50%; object-fit: cover; }
.stars { color: var(--gold); font-size: .875rem; }

/* Gallery */
.gallery-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: .75rem; }
.tile { position: relative; padding: 0; border-radius: var(--radius); overflow: hidden; aspect-ratio: 3 / 4; border: 1px solid rgba(255,255,255,.12); }
.tile img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.tile:hover img { transform: scale(1.05); }
.tile-info { position: absolute; left: 0; right: 0; bottom: 0; padding: .75rem; background: linear-gradient(to top, rgba(0,0,0,.85), transparent); text-align: left; display: flex; flex-direction: column; }
.tile-name { font-weight: 700; }
.tile-live { position: absolute; top: .5rem; right: .5rem; background: rgba(0,0,0,.55); border-radius: 999px; padding: 3px 8px; font-size: .65rem; display: flex; align-items: center; gap: 4px; }

/* Lead form */
.lead-form { display: flex; gap: .5rem; }
.lead-form input {
	flex: 1; padding: .9rem 1rem; border-radius: 999px;
	background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.15);
	color: var(--fg); outline: none;
}
.lead-form input:focus { border-color: var(--pink); }
.lead-form .btn-neon { padding: .9rem 1.2rem; }

/* Sticky CTA */
.sticky-cta-wrap {
	position: fixed; bottom: 0; left: 0; right: 0; z-index: 40;
	padding: 1.5rem 1rem 1rem;
	pointer-events: none;
	background: linear-gradient(to top, #0f0a1a 30%, transparent);
}
.sticky-cta {
	max-width: 440px; margin: 0 auto; display: block;
	pointer-events: auto;
	padding: 1rem 1.5rem; font-size: 1rem;
}

/* Exit modal */
.exit-modal[hidden] { display: none; }
.exit-modal { position: fixed; inset: 0; z-index: 100; display: flex; align-items: flex-end; justify-content: center; padding: 1rem; background: rgba(0,0,0,.7); backdrop-filter: blur(6px); animation: floatUp .3s ease; }
@media (min-width: 640px) { .exit-modal { align-items: center; } }
.exit-card { max-width: 380px; width: 100%; padding: 1.5rem; text-align: center; border-radius: 24px;
	background: linear-gradient(135deg, rgba(255,255,255,.12), rgba(255,255,255,.05));
	backdrop-filter: blur(28px) saturate(160%);
	border: 1px solid rgba(255,255,255,.18);
}
.exit-emoji { font-size: 2rem; margin-bottom: .25rem; }
.exit-card h3 { font-size: 1.5rem; margin-bottom: .5rem; }
.exit-card p { font-size: .875rem; color: var(--muted); margin: 0 0 1rem; }
.exit-dismiss { margin-top: .75rem; font-size: .75rem; color: var(--muted); }

/* Call overlay */
.call-overlay[hidden] { display: none; }
.call-overlay { position: fixed; inset: 0; z-index: 200; background: radial-gradient(ellipse at top, rgba(168,85,247,.4), transparent 60%), #0a0614; display: flex; align-items: center; justify-content: center; padding: 1rem; animation: floatUp .4s ease; }
.call-inner { max-width: 400px; width: 100%; text-align: center; }
.call-badge { display: inline-block; padding: .35rem 1rem; border-radius: 999px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.15); font-size: .7rem; letter-spacing: .2em; text-transform: uppercase; color: var(--cyan); margin-bottom: 1.5rem; }
.call-photo-wrap { position: relative; width: 180px; height: 180px; margin: 0 auto; }
.call-photo-wrap img { width: 100%; height: 100%; border-radius: 50%; object-fit: cover; border: 3px solid var(--pink); box-shadow: 0 0 60px var(--pink); }
.pulse-ring { position: absolute; inset: -12px; border-radius: 50%; border: 2px solid var(--pink); animation: ping 2s cubic-bezier(0,0,.2,1) infinite; }
.pulse-ring.d2 { inset: -28px; animation-delay: .5s; border-color: var(--purple); }
.call-actions { margin-top: 2rem; display: grid; gap: .75rem; }
.ring-count { font-size: .875rem; color: var(--muted); }
.btn-accept { padding: 1rem; border-radius: 999px; background: linear-gradient(135deg, #10b981, #34d399); color: #052e1c; font-weight: 800; box-shadow: 0 0 30px rgba(52,211,153,.6); }
.btn-decline { padding: .75rem; border-radius: 999px; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.12); color: var(--muted); }
.live-ticker { margin-top: 1rem; font-size: .75rem; color: var(--muted); min-height: 1em; }

.connect-panel { margin-top: 1.5rem; }
.connect-num { font-size: 3rem; font-weight: 900; }
.connect-track { margin-top: .75rem; height: 6px; border-radius: 999px; background: rgba(255,255,255,.1); overflow: hidden; }
.connect-fill { height: 100%; background: var(--gradient-neon); transition: width 1s linear; }

/* Footer */
.site-footer { padding: 3rem 1rem 6rem; text-align: center; color: var(--muted); font-size: .75rem; }
.site-footer .tiny { opacity: .7; margin-top: .25rem; }

/* Reduce motion */
@media (prefers-reduced-motion: reduce) {
	*, *::before, *::after { animation-duration: .001ms !important; transition-duration: .001ms !important; }
}
