/* Restored styles for extracted inline class attributes. */

@keyframes premium-fade-up {
	from {
		opacity: 0;
		transform: translateY(14px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

/* Nav utility styles recovered from inline extraction */
nav > div:first-child .inl-001 {
	color: var(--muted);
	font-size: 0.7rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	margin-top: 2px;
	text-transform: uppercase;
}

nav > .inl-001 {
	align-items: center;
	display: flex;
	flex: 0 0 auto;
	gap: 10px;
	overflow: visible;
	white-space: nowrap;
}

.nav-links {
	align-items: center;
	flex: 1 1 auto;
	justify-content: center;
	min-width: 0;
	white-space: nowrap;
}

#nav-signin {
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 999px;
	color: #d4d4d8;
	display: inline-flex;
	font-size: 0.84rem;
	font-weight: 700;
	letter-spacing: 0.03em;
	padding: 10px 18px;
	text-decoration: none;
	transition: all 0.25s ease;
}

#nav-signin:hover {
	border-color: #ffffff;
	color: #fff;
	transform: translateY(-1px);
}

.nav-links .auth-tool-link {
	display: none;
}

.nav-links .auth-tool-link a {
	color: #a78bfa;
}

/* Hero utility styles recovered from inline extraction */
#hero {
	align-items: flex-start;
	padding-top: clamp(120px, 16vh, 172px);
}

#hero .container.inl-001 {
	max-width: 980px;
	position: relative;
	z-index: 1;
}

.hero-badge {
	align-items: center;
	display: inline-flex;
	font-size: 0.72rem;
	line-height: 1.45;
	padding: 10px 20px;
	position: relative;
	top: 0;
}

.hero-title.inl-001 {
	margin-bottom: 1.2rem;
}

.hero-badge,
.hero-title,
.hero-sub,
.hero-actions,
.modules-strip {
	opacity: 0;
	animation: premium-fade-up 0.72s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.hero-title { animation-delay: 0.08s; }
.hero-sub { animation-delay: 0.16s; }
.hero-actions { animation-delay: 0.24s; }
.modules-strip { animation-delay: 0.32s; }

.hero-sub .inl-001 {
	color: #a1a1aa;
	display: block;
	font-size: 1.05em;
}

.hero-actions.inl-001 {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 0.9rem;
}

.hero-actions.inl-001 > .inl-001 {
	display: flex;
	flex-wrap: wrap;
	gap: 0.9rem;
	justify-content: center;
}

.hero-actions .inl-001 + .inl-001,
.hero-actions p.inl-001 {
	color: #d4d4d8;
	font-size: 0.95rem;
	font-weight: 500;
}

/* Why Clarity section recovery */
#why-clarity.inl-001 {
	padding-top: 70px;
}

#why-clarity > .container.inl-001 > p.inl-001 {
	color: #a78bfa;
	font-size: 0.76rem;
	font-weight: 800;
	letter-spacing: 0.16em;
	margin-bottom: 1.5rem;
	text-align: center;
	text-transform: uppercase;
}

#why-clarity > .container.inl-001 > .inl-001 {
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

#why-clarity > .container.inl-001 > .inl-001 > .inl-001 {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.01));
	border: 1px solid var(--border);
	border-radius: 20px;
	min-height: 180px;
	padding: 1.4rem;
}

#why-clarity > .container.inl-001 > .inl-001 > .inl-001 > div.inl-001:first-child {
	align-items: center;
	background: rgba(255, 255, 255, 0.07);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 999px;
	display: inline-flex;
	font-size: 0.62rem;
	font-weight: 800;
	height: 30px;
	justify-content: center;
	letter-spacing: 0.1em;
	margin-bottom: 0.75rem;
	padding: 0 12px;
	text-transform: uppercase;
}

#why-clarity > .container.inl-001 > .inl-001 > .inl-001 > h4.inl-001 {
	font-family: var(--heading);
	font-size: 1.15rem;
	letter-spacing: -0.01em;
	margin-bottom: 0.45rem;
}

#why-clarity > .container.inl-001 > .inl-001 > .inl-001 > p.inl-001 {
	color: #a1a1aa;
	font-size: 0.92rem;
	line-height: 1.65;
}

/* Feature section headings recovered from inline extraction */
#features > .container > h3.inl-001 {
	color: #f4f4f5;
	font-family: var(--heading);
	font-size: 1.34rem;
	font-weight: 700;
	letter-spacing: -0.01em;
	margin: 3rem 0 1.15rem;
}

#features .feature-desc.inl-001 {
	color: #c4b5fd;
	font-size: 0.84rem;
	font-weight: 700;
	letter-spacing: 0.01em;
	margin-bottom: 0.7rem;
}

.feature-insight-card {
	align-items: center;
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.01));
	border: 1px solid rgba(255, 255, 255, 0.15);
	border-radius: 12px;
	display: grid;
	gap: 1rem;
	grid-template-columns: auto 1fr;
	margin-top: 2.3rem;
	padding: 1.5rem;
	transition: transform 0.24s ease, border-color 0.24s ease;
}

.feature-insight-card:hover {
	border-color: rgba(255, 255, 255, 0.35);
	transform: translateY(-2px);
}

.feature-insight-card > .inl-001:first-child {
	background: rgba(255, 255, 255, 0.08);
	border-radius: 999px;
	font-size: 0.7rem;
	font-weight: 800;
	height: 56px;
	letter-spacing: 0.08em;
	line-height: 56px;
	text-align: center;
	text-transform: uppercase;
	width: 56px;
}

.feature-insight-card .feature-tag.inl-001 {
	margin-bottom: 0.45rem;
}

.feature-insight-card h3.inl-001 {
	font-family: var(--heading);
	font-size: 1.5rem;
	letter-spacing: -0.02em;
}

.feature-insight-card p.inl-001 {
	color: #d4d4d8;
	font-size: 0.94rem;
	line-height: 1.75;
	margin-top: 0.45rem;
}

.promo-banner {
	background-color: #111111;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	color: #fff;
	font-size: 0.95rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	padding: 12px 20px;
	position: relative;
	text-align: center;
	z-index: 1000;
}

.promo-code {
	background: rgba(0, 0, 0, 0.3);
	border-radius: 4px;
	font-family: monospace;
	margin: 0 4px;
	padding: 4px 8px;
}

.founder-strip {
	background: rgba(193, 150, 79, 0.1);
	border: 1px solid rgba(193, 150, 79, 0.3);
	border-radius: 1rem;
	margin: 2rem auto;
	max-width: 600px;
	padding: 1.5rem;
}

.founder-strip-title {
	color: #fff;
	font-size: 1.2rem;
	margin-bottom: 0.5rem;
}

.founder-strip-copy {
	color: #d4d4d8;
	font-size: 0.95rem;
	margin-bottom: 1rem;
}

.founder-strip-meta {
	font-size: 0.8rem;
	opacity: 0.7;
}

.founder-strip-cta {
	font-size: 0.9rem;
	padding: 10px 24px;
}

.founder-strip-counter {
	color: #FFB547;
	font-family: monospace;
	font-weight: 700;
	margin-top: 1rem;
}

.feature-icon-image {
	border-radius: inherit;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.insight-icon-wrap {
	border-radius: 20px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
	height: 120px;
	overflow: hidden;
	width: 120px;
}

.feature-engine-block {
	background: rgba(255, 255, 255, 0.02);
	border: 1px solid var(--border);
	border-radius: 12px;
	margin-top: 1.4rem;
	padding: 1.4rem;
}

.feature-engine-block .engine-head {
	align-items: flex-start;
	display: grid;
	gap: 1rem;
	grid-template-columns: auto 1fr;
}

.feature-engine-block .engine-head > .inl-001:first-child {
	background: rgba(15, 175, 154, 0.12);
	border: 1px solid rgba(15, 175, 154, 0.24);
	border-radius: 999px;
	font-size: 0.62rem;
	font-weight: 800;
	height: 54px;
	letter-spacing: 0.1em;
	line-height: 52px;
	text-align: center;
	text-transform: uppercase;
	width: 54px;
}

.feature-engine-block .engine-head h3.inl-001 {
	font-family: var(--heading);
	font-size: 1.44rem;
	letter-spacing: -0.02em;
}

.feature-engine-block .engine-head p.inl-001 {
	color: #d4d4d8;
	line-height: 1.75;
	margin-top: 0.45rem;
}

.feature-engine-block .engine-pill-grid {
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	display: flex;
	flex-wrap: wrap;
	gap: 0.7rem;
	margin-top: 1rem;
	padding-top: 1rem;
}

.assurance-grid {
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: 1.2rem;
}

.assurance-card {
	background: var(--card);
	border: 1px solid var(--border);
	border-radius: 12px;
	min-height: 100%;
	padding: 1.3rem;
	transition: transform 0.24s ease, border-color 0.24s ease;
}

.assurance-card:hover {
	border-color: rgba(255, 255, 255, 0.16);
	transform: translateY(-2px);
}

.assurance-card > .inl-001:first-child {
	color: #e4e4e7;
	font-size: 0.62rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	margin-bottom: 0.55rem;
	text-transform: uppercase;
}

#download .store-icon {
	align-items: center;
	background: rgba(255, 255, 255, 0.07);
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 999px;
	display: inline-flex;
	font-size: 0.62rem;
	font-weight: 800;
	height: 34px;
	justify-content: center;
	letter-spacing: 0.08em;
	min-width: 72px;
	padding: 0 12px;
	text-transform: uppercase;
}

.assurance-card h3.inl-001 {
	font-family: var(--heading);
	font-size: 1.18rem;
	letter-spacing: -0.01em;
	margin-bottom: 0.45rem;
}

.stack-showcase {
	margin-top: 1.5rem;
}

.stack-showcase h3.inl-001 {
	font-family: var(--heading);
	font-size: 1.7rem;
	letter-spacing: -0.02em;
}

.module-cta-panel {
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02));
	border: 1px solid rgba(255, 255, 255, 0.15);
	border-radius: 12px;
	margin-top: 2.3rem;
	overflow: hidden;
	padding: 1.8rem;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.module-cta-panel > .inl-001:first-child h3.inl-001 {
	font-family: var(--heading);
	font-size: clamp(1.6rem, 2.6vw, 2.2rem);
	letter-spacing: -0.03em;
	line-height: 1.2;
}

.module-cta-panel > .inl-001:first-child p.inl-001 {
	color: #d4d4d8;
	font-size: 1rem;
	line-height: 1.7;
	margin-top: 0.6rem;
	max-width: 720px;
}

.module-cta-panel > .inl-001:nth-child(2) {
	display: flex;
	flex-wrap: wrap;
	gap: 0.85rem;
	margin-top: 1.1rem;
}

.module-cta-panel > .inl-001:nth-child(3) {
	border-top: 1px solid rgba(255, 255, 255, 0.09);
	display: flex;
	flex-wrap: wrap;
	gap: 0.7rem;
	margin-top: 1rem;
	padding-top: 1rem;
}

#download p.inl-001 {
	color: #d4d4d8;
	font-size: 1rem;
	line-height: 1.75;
	margin: 0 auto;
	max-width: 760px;
}

.store-btn.inl-001 {
	opacity: 0.72;
	pointer-events: none;
}

.modules-strip .module-chip {
	color: #d4d4d8;
	text-decoration: none;
	transition: all 0.22s;
}

.modules-strip .module-chip:hover {
	border-color: rgba(193, 150, 79, 0.4);
	color: #fff;
	transform: translateY(-1px);
}

.modules-strip .module-chip:focus-visible {
	outline: 2px solid rgba(193, 150, 79, 0.65);
	outline-offset: 2px;
}

.modules-strip .dot-sky { background: #0EA5E9; }
.modules-strip .dot-emerald { background: #0FAF9A; }
.modules-strip .dot-rose { background: #EC4899; }
.modules-strip .dot-amber { background: #FFB547; }

.store-btn .inl-001 {
	background: rgba(255, 255, 255, 0.12);
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 999px;
	font-size: 0.62rem;
	font-weight: 700;
	letter-spacing: 0.13em;
	margin-left: 6px;
	padding: 5px 8px;
}

/* Footer utility styles recovered from inline extraction */
footer .inl-001 {
	color: var(--muted);
	font-size: 0.73rem;
	letter-spacing: 0.08em;
	margin-top: 3px;
	text-transform: uppercase;
}

footer .footer-copy .inl-001 {
	font-size: 0.68rem;
	letter-spacing: 0.12em;
	margin-top: 6px;
}

/* Correct select border color unless actively focused */
.form-group select {
	border-color: var(--border);
}

.form-group select:focus {
	border-color: var(--primary);
}

@media (max-width: 980px) {
	.nav-links {
		gap: 1.2rem;
	}

	#nav-signin {
		display: none;
	}

	#why-clarity > .container.inl-001 > .inl-001 {
		grid-template-columns: 1fr;
	}

	.assurance-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 768px) {
	#hero {
		align-items: center;
		padding-top: 102px;
	}

	nav > .inl-001 {
		display: none;
	}

	#hero .container.inl-001 {
		padding-left: 6px;
		padding-right: 6px;
	}

	.hero-actions.inl-001 > .inl-001 {
		flex-direction: column;
		width: 100%;
	}

	.hero-actions.inl-001 > .inl-001 a {
		justify-content: center;
		width: 100%;
	}

	.feature-insight-card {
		grid-template-columns: 1fr;
	}

	.feature-engine-block .engine-head {
		grid-template-columns: 1fr;
	}

	.module-cta-panel {
		padding: 1.3rem;
	}

	.module-cta-panel > .inl-001:nth-child(2) a {
		justify-content: center;
		width: 100%;
	}
}

@media (prefers-reduced-motion: reduce) {
	.hero-badge,
	.hero-title,
	.hero-sub,
	.hero-actions,
	.modules-strip {
		opacity: 1;
		animation: none;
	}

	.feature-insight-card,
	.assurance-card {
		transition: none;
	}
}