/* ---
   APP PAGE — Combined Styles
   --------------------------------------------------- */

/* --- Hero --- */
.wl-hero {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	min-height: 100vh;
	padding: 148px 5% 112px;
	background: var(--bg-primary, #0A0A0A);
}
.wl-hero__inner {
	max-width: 760px;
	width: 100%;
}
.wl-hero__eyebrow {
	display: inline-block;
	font-size: .72rem;
	font-weight: 500;
	letter-spacing: .18em;
	text-transform: uppercase;
	color: var(--text-muted, #5A5A5A);
	margin-bottom: 1.4rem;
}
.wl-hero h1 {
	font-size: clamp(1.6rem, 4.5vw, 3.5rem);
	font-weight: 900;
	line-height: 1.2;
	color: var(--text-primary);
	margin: 0 0 1.2rem;
	letter-spacing: -.02em;
	text-transform: uppercase;
}
.wl-hero__sub {
	font-size: .95rem;
	line-height: 1.7;
	color: var(--text-secondary, #8A8A8A);
	max-width: 580px;
	margin: 0 auto 3rem;
}

.wl-signup-anchor {
	display: block;
	height: 1px;
	scroll-margin-top: 160px;
}

/* --- Countdown --- */
.wl-countdown {
	display: flex;
	justify-content: center;
	align-items: baseline;
	gap: 4px;
	margin-bottom: 3rem;
}
.wl-countdown__block {
	display: flex;
	flex-direction: column;
	align-items: center;
	min-width: 56px;
	padding: 0 6px;
}
.wl-countdown__number {
	font-size: 1.8rem;
	font-weight: 600;
	font-variant-numeric: tabular-nums;
	color: var(--text-primary);
	line-height: 1;
}
.wl-countdown__label {
	font-size: .6rem;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: .14em;
	color: var(--text-muted, #5A5A5A);
	margin-top: 6px;
}
.wl-countdown__sep {
	font-size: 1.2rem;
	font-weight: 300;
	color: var(--text-muted, #5A5A5A);
	padding-bottom: 16px;
}

/* --- Inline Signup (Newsletter override) --- */
.wl-signup {
	max-width: 520px;
	margin: 0 auto;
	width: 100%;
}
.wl-signup .newsletter {
	background: none !important;
	min-height: auto !important;
	padding: 0 !important;
}
.wl-signup .newsletter-container {
	background: transparent !important;
	padding: 0 !important;
	width: 100% !important;
	max-width: 520px !important;
	margin: 0 auto !important;
}
.wl-signup .newsletter-container h3 {
	display: none !important;
}
.wl-signup .newsletter-container > p:not(.newsletter-msg) {
	display: none !important;
}
.wl-signup .newsletter-container form {
	flex-direction: row !important;
	align-items: stretch;
	gap: 10px;
	padding: 0 !important;
	width: 100% !important;
}
.wl-signup .newsletter-container form input[type="email"] {
	flex: 1 1 0% !important;
	min-height: 46px;
	min-width: 0 !important;
	width: auto !important;
	max-width: none !important;
	margin-bottom: 0 !important;
	padding: 12px 16px;
	background: transparent;
	border: 1px solid rgba(212, 212, 212, .12);
	color: var(--text-primary);
	border-radius: 0;
	font-size: .9rem;
	height: auto;
	box-sizing: border-box;
}
.wl-signup .newsletter-container form input[type="email"]:focus {
	outline: none;
	border-color: rgba(212, 212, 212, .25);
}
.wl-signup .newsletter-container form input::placeholder {
	color: var(--text-muted, #5A5A5A);
}
.wl-signup .newsletter-container form button {
	flex: 0 0 auto;
	width: auto;
	padding: 12px 28px;
	background: transparent;
	color: var(--text-primary);
	font-weight: 500;
	font-size: .9rem;
	border: 1px solid rgba(212, 212, 212, .12);
	border-radius: 0;
	cursor: pointer;
	height: auto;
	transition: border-color .2s, color .2s;
	white-space: nowrap;
	letter-spacing: .04em;
}
.wl-signup .newsletter-container form button:hover {
	border-color: var(--primary, #D65A1F);
	color: var(--primary, #D65A1F);
	background: transparent;
}
.wl-signup .newsletter-msg {
	display: block !important;
	text-align: center;
	color: var(--text-secondary, #8A8A8A);
	padding: 12px 0 0 !important;
	font-size: .85rem;
	line-height: 1.5;
}
.wl-signup .newsletter-msg:empty {
	display: none !important;
}

/* --- Exclusive notice --- */
.wl-exclusive-notice {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 6px;
	font-size: .75rem;
	line-height: 1.5;
	color: var(--text-muted, #5A5A5A);
	margin-top: 2rem;
	text-align: center;
}
.wl-exclusive-notice svg {
	flex-shrink: 0;
	stroke: var(--text-muted, #5A5A5A);
	opacity: .6;
}
.wl-exclusive-notice strong {
	color: var(--text-secondary, #8A8A8A);
	font-weight: 500;
}

/* --- Section shared --- */
.wl-section-inner {
	max-width: 960px;
	margin: 0 auto;
	padding: 0 5%;
}
.wl-tiers,
.wl-features,
.wl-roadmap,
.wl-bottom-cta {
	padding: 96px 0;
	background: var(--bg-primary, #0A0A0A);
}
.wl-tiers {
	border-top: 1px solid rgba(212, 212, 212, .06);
}
.wl-roadmap {
	border-top: 1px solid rgba(212, 212, 212, .06);
}
.wl-features {
	border-top: 1px solid rgba(212, 212, 212, .06);
}
.wl-bottom-cta {
	border-top: 1px solid rgba(212, 212, 212, .06);
	text-align: center;
}
.wl-tiers h2,
.wl-features h2,
.wl-roadmap h2,
.wl-bottom-cta h2 {
	text-align: center;
	font-size: clamp(1.4rem, 3vw, 2.2rem);
	font-weight: 900;
	color: var(--text-primary);
	margin: 0 0 .5rem;
	text-transform: uppercase;
	letter-spacing: 0;
}
.wl-section-desc {
	text-align: center;
	color: var(--text-secondary, #8A8A8A);
	max-width: 480px;
	margin: 0 auto 2.5rem;
	line-height: 1.6;
	font-size: .9rem;
}

/* --- Reward Tiers --- */
.wl-tiers__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 0;
	border: 1px solid rgba(212, 212, 212, .08);
}
.wl-tier {
	position: relative;
	display: flex;
	flex-direction: column;
	border-right: 1px solid rgba(212, 212, 212, .08);
	padding: 32px 24px 28px;
	background: transparent;
}
.wl-tier:last-child {
	border-right: none;
}
.wl-tier:hover {
	background: rgba(212, 212, 212, .02);
}
.wl-tier ul {
	flex: 1;
}
.wl-tier__badge {
	display: inline-block;
	font-size: .6rem;
	font-weight: 600;
	letter-spacing: .1em;
	text-transform: uppercase;
	padding: 3px 10px;
	border-radius: 100px;
	margin-bottom: 10px;
	width: fit-content;
}
.wl-tier--gold .wl-tier__badge   { background: rgba(180, 155, 60, .15); color: #B49B3C; }
.wl-tier--silver .wl-tier__badge { background: rgba(160, 160, 160, .12); color: var(--text-secondary); }
.wl-tier--bronze .wl-tier__badge { background: rgba(160, 100, 50, .15); color: #A0642E; }

/* --- Live Counter --- */
.wl-tier__counter {
	margin-bottom: 16px;
}
.wl-tier__bar {
	height: 4px;
	background: rgba(212, 212, 212, .06);
	border-radius: 2px;
	overflow: hidden;
	margin-bottom: 6px;
}
.wl-tier__fill {
	height: 100%;
	border-radius: 2px;
	transition: width .6s ease;
}
.wl-tier--gold .wl-tier__fill   { background: #B49B3C; }
.wl-tier--silver .wl-tier__fill { background: var(--text-secondary, #8A8A8A); }
.wl-tier__count {
	font-size: .72rem;
	font-weight: 500;
	letter-spacing: .04em;
	color: var(--text-muted, #5A5A5A);
	font-variant-numeric: tabular-nums;
}

.wl-tier h3 {
	font-size: 1.05rem;
	font-weight: 600;
	color: var(--text-primary);
	margin: 0 0 16px;
}
.wl-tier ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 8px;
}
.wl-tier li {
	display: flex;
	align-items: flex-start;
	gap: 8px;
	color: var(--text-secondary, #8A8A8A);
	font-size: .85rem;
	line-height: 1.45;
}
.wl-check {
	width: 14px;
	min-width: 14px;
	height: 14px;
	fill: none;
	stroke: var(--text-muted, #5A5A5A);
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
	margin-top: 3px;
}

/* --- Locked / Blurred Tier --- */
.wl-tier--locked {
	position: relative;
	overflow: hidden;
	cursor: default;
}
.wl-tier--locked > * {
	filter: blur(6px);
	opacity: .4;
	user-select: none;
	pointer-events: none;
	transition: filter .4s ease, opacity .4s ease;
}
.wl-tier--locked::after {
	content: attr(data-lock-msg);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
	display: flex;
	align-items: center;
	gap: 6px;
	color: var(--text-secondary, #8A8A8A);
	font-size: .78rem;
	font-weight: 500;
	letter-spacing: .03em;
	text-align: center;
	white-space: nowrap;
	pointer-events: none;
}
.wl-tier--locked::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) translateY(-16px);
	z-index: 2;
	width: 20px;
	height: 20px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%238A8A8A' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='11' width='18' height='11' rx='2' ry='2'/%3E%3Cpath d='M7 11V7a5 5 0 0 1 10 0v4'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-size: contain;
	pointer-events: none;
	padding: 5px;
	margin-top: -10px;
}

/* --- Roadmap Timeline --- */
.wl-timeline {
	position: relative;
	max-width: 620px;
	margin: 0 auto;
	padding: 0;
}
.wl-timeline::before {
	content: '';
	position: absolute;
	left: 11px;
	top: 6px;
	bottom: 6px;
	width: 2px;
	background: rgba(212, 212, 212, .08);
}
.wl-timeline__item {
	position: relative;
	display: flex;
	align-items: flex-start;
	gap: 24px;
	padding: 0 0 36px;
}
.wl-timeline__item:last-child {
	padding-bottom: 0;
}

/* Markers */
.wl-timeline__marker {
	position: relative;
	flex-shrink: 0;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1;
	margin-top: 2px;
}

/* Done — checkmark */
.wl-timeline--done .wl-timeline__marker {
	background: rgba(76, 175, 80, .12);
	border: 2px solid rgba(76, 175, 80, .35);
}
.wl-timeline--done .wl-timeline__marker::after {
	content: '';
	width: 8px;
	height: 5px;
	border-left: 2px solid #4CAF50;
	border-bottom: 2px solid #4CAF50;
	transform: rotate(-45deg) translateY(-1px);
}

/* Active — pulse */
.wl-timeline--active .wl-timeline__marker {
	background: var(--primary, #D65A1F);
	border: 2px solid var(--primary, #D65A1F);
	box-shadow: 0 0 0 0 rgba(214, 90, 31, .4);
	animation: wl-pulse 2s ease-in-out infinite;
}
.wl-timeline--active .wl-timeline__marker::after {
	content: '';
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #fff;
}

@keyframes wl-pulse {
	0%, 100% { box-shadow: 0 0 0 0 rgba(214, 90, 31, .4); }
	50% { box-shadow: 0 0 0 8px rgba(214, 90, 31, 0); }
}

/* Upcoming */
.wl-timeline--upcoming .wl-timeline__marker {
	background: transparent;
	border: 2px solid rgba(212, 212, 212, .18);
}
.wl-timeline--upcoming .wl-timeline__marker::after {
	content: '';
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: rgba(212, 212, 212, .25);
}

/* Future */
.wl-timeline--future .wl-timeline__marker {
	background: transparent;
	border: 2px dashed rgba(212, 212, 212, .12);
}
.wl-timeline--future .wl-timeline__marker::after {
	content: '';
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: rgba(212, 212, 212, .15);
}

/* Ongoing */
.wl-timeline--ongoing .wl-timeline__marker {
	background: rgba(180, 155, 60, .12);
	border: 2px solid rgba(180, 155, 60, .35);
}
.wl-timeline--ongoing .wl-timeline__marker::after {
	content: '';
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #B49B3C;
}

/* Content */
.wl-timeline__content {
	flex: 1;
	min-width: 0;
}
.wl-timeline__content h3 {
	font-size: .95rem;
	font-weight: 600;
	color: var(--text-primary);
	margin: 0 0 4px;
	line-height: 1.3;
}
.wl-timeline__content p {
	font-size: .84rem;
	line-height: 1.6;
	color: var(--text-secondary, #8A8A8A);
	margin: 0;
}
.wl-timeline__status {
	display: inline-block;
	font-size: .6rem;
	font-weight: 600;
	letter-spacing: .1em;
	text-transform: uppercase;
	margin-bottom: 6px;
	padding: 2px 8px;
	border-radius: 100px;
}
.wl-timeline--done .wl-timeline__status {
	background: rgba(76, 175, 80, .1);
	color: #4CAF50;
}
.wl-timeline--active .wl-timeline__status {
	background: rgba(214, 90, 31, .12);
	color: var(--primary, #D65A1F);
}
.wl-timeline--upcoming .wl-timeline__status {
	background: rgba(212, 212, 212, .06);
	color: var(--text-muted, #5A5A5A);
}
.wl-timeline--future .wl-timeline__status {
	background: rgba(212, 212, 212, .04);
	color: var(--text-muted, #5A5A5A);
}
.wl-timeline--ongoing .wl-timeline__status {
	background: rgba(180, 155, 60, .1);
	color: #B49B3C;
}

/* Future items dim slightly */
.wl-timeline--future .wl-timeline__content h3 {
	color: var(--text-secondary, #8A8A8A);
}
.wl-timeline--future .wl-timeline__content p {
	color: var(--text-muted, #5A5A5A);
}

/* Roadmap CTA */
.wl-roadmap__cta {
	text-align: center;
	margin-top: 48px;
}
.wl-roadmap__btn {
	display: inline-block;
	padding: 12px 32px;
	font-size: .85rem;
	font-weight: 500;
	letter-spacing: .04em;
	color: var(--text-primary);
	border: 1px solid rgba(212, 212, 212, .12);
	text-decoration: none;
	transition: border-color .2s, color .2s;
}
.wl-roadmap__btn:hover {
	border-color: var(--primary, #D65A1F);
	color: var(--primary, #D65A1F);
}

/* --- Features --- */
.wl-features__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 32px;
}
.wl-feature {
	position: relative;
	display: flex;
	flex-direction: column;
	padding: 0;
	background: transparent;
}
.wl-feature p {
	flex: 1;
}
.wl-feature__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	color: var(--text-muted, #5A5A5A);
	margin-bottom: 14px;
}
.wl-feature__icon svg {
	width: 22px;
	height: 22px;
}
.wl-feature h3 {
	font-size: .95rem;
	font-weight: 600;
	color: var(--text-primary);
	margin: 0 0 6px;
}
.wl-feature p {
	color: var(--text-secondary, #8A8A8A);
	font-size: .85rem;
	line-height: 1.6;
	margin: 0;
}
.wl-feature__soon {
	display: inline-block;
	margin-top: 10px;
	font-size: .65rem;
	font-weight: 500;
	letter-spacing: .08em;
	text-transform: uppercase;
	color: var(--text-muted, #5A5A5A);
	padding: 2px 8px;
	border: 1px solid rgba(212, 212, 212, .10);
	border-radius: 0;
}

/* --- Features Lead-in (Philosophy) --- */
.wl-features__lead {
	max-width: 640px;
	margin: 0 auto 3rem;
	text-align: center;
}
.wl-features__lead > p {
	color: var(--text-secondary, #8A8A8A);
	font-size: .9rem;
	line-height: 1.7;
	margin: 0;
}
.wl-features__lead-quote {
	border: 1px solid rgba(212, 212, 212, .08);
	border-left: 3px solid var(--primary, #D65A1F);
	padding: 28px 28px 28px 32px;
	margin: 0 0 1.5rem;
	text-align: left;
	position: relative;
}
.wl-features__lead-quote p {
	color: var(--text-primary);
	font-size: .92rem;
	line-height: 1.7;
	margin: 0;
	text-align: left;
}
.wl-features__lead-quote strong {
	color: var(--primary, #D65A1F);
	font-weight: 600;
}

/* --- Bottom CTA --- */
.wl-bottom-cta .cta-button {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-top: .5rem;
	font-size: .9rem;
}

/* --- reCAPTCHA notice --- */
.wl-recaptcha-notice {
	text-align: center;
	font-size: .68rem;
	color: var(--text-muted, #5A5A5A);
	margin-top: 1.5rem;
	line-height: 1.5;
	max-width: 520px;
	margin-left: auto;
	margin-right: auto;
}
.wl-recaptcha-notice a {
	color: var(--text-muted, #5A5A5A);
	text-decoration: underline;
}

/* --- Responsive --- */
@media (max-width: 900px) {
	.wl-hero {
		padding: 128px 5% 84px;
	}
	.wl-tiers,
	.wl-features,
	.wl-roadmap,
	.wl-bottom-cta {
		padding: 72px 0;
	}
	.wl-tiers__grid {
		grid-template-columns: repeat(3, 1fr);
	}
	.wl-features__grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 28px;
	}
}

@media (max-width: 600px) {
	.wl-hero {
		padding: 108px 5% 72px;
	}
	.wl-countdown__block {
		min-width: 48px;
	}
	.wl-countdown__number {
		font-size: 1.4rem;
	}
	.wl-signup .newsletter-container form {
		flex-direction: column !important;
		gap: 8px;
	}
	.wl-signup .newsletter-container form input[type="email"] {
		width: 100% !important;
		min-height: 46px;
	}
	.wl-signup .newsletter-container form button {
		width: 100%;
	}
	.wl-exclusive-notice {
		font-size: .72rem;
		padding: 0 6px;
	}
	.wl-recaptcha-notice {
		padding: 0 6px;
	}
	.wl-tiers__grid {
		grid-template-columns: 1fr;
	}
	.wl-tier {
		border-right: none;
		border-bottom: 1px solid rgba(212, 212, 212, .08);
	}
	.wl-tier:last-child {
		border-bottom: none;
	}
	.wl-features__grid {
		grid-template-columns: 1fr;
		gap: 24px;
	}
	.wl-tiers,
	.wl-features,
	.wl-roadmap,
	.wl-bottom-cta {
		padding: 56px 0;
	}
	.wl-timeline__item {
		gap: 16px;
	}
	.wl-features__lead-quote {
		padding: 24px 20px 24px 24px;
	}
}
