/* Modern CSS Reset & Variable Tokens */
:root {
	--bg-dark: #04060a;
	--bg-card: #090e1a;
	--bg-card-hover: #101729;
	--primary: #0066ff; /* Electric Blue */
	--primary-glow: rgba(0, 102, 255, 0.4);
	--primary-light: #4d94ff;
	--accent-red: #00d2ff; /* Cyan */
	--accent-yellow: #00f5d4; /* Teal */
	--border-color: #17223b;
	--text-primary: #f3f4f6;
	--text-secondary: #9ca3af;
	--text-muted: #737d8c;
	--font-display: "Outfit", sans-serif;
	--font-body: "Plus Jakarta Sans", sans-serif;
	--transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
	--title-hero-size: clamp(2.8rem, 4.05vw, 4.25rem);
	--title-section-size: clamp(2.2rem, 4vw, 3.4rem);
}

* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

html {
	scroll-behavior: smooth;
	background-color: var(--bg-dark);
	color: var(--text-primary);
	font-family: var(--font-body);
	line-height: 1.6;
}

body {
	position: relative;
	overflow-x: hidden;
	min-height: 100vh;
	/* Premium Blue Ambient Gradient background */
	background-image:
		radial-gradient(
			circle at 50% -10%,
			rgba(0, 102, 255, 0.15),
			transparent 50%
		),
		radial-gradient(
			circle at 0% 40%,
			rgba(0, 210, 255, 0.04),
			transparent 30%
		),
		radial-gradient(
			circle at 100% 80%,
			rgba(0, 245, 212, 0.03),
			transparent 30%
		);
	background-repeat: no-repeat;
}

/* Language Switcher Styling & Control */
body.lang-en .lang-es {
	display: none !important;
}
body.lang-es .lang-en {
	display: none !important;
}

.lang-switch-btn,
.theme-switch-btn {
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid var(--border-color);
	color: var(--text-primary);
	min-width: 42px;
	width: 42px;
	height: 42px;
	padding: 0;
	border-radius: 8px;
	font-family: var(--font-display);
	font-weight: 700;
	font-size: 0.85rem;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.35rem;
	transition: var(--transition);
}

.theme-switch-btn {
	width: 42px;
	padding: 0;
	font-size: 0.95rem;
}

.lang-switch-btn:hover,
.theme-switch-btn:hover,
.theme-switch-btn:focus-visible {
	background: rgba(0, 102, 255, 0.1);
	border-color: var(--primary);
	color: var(--primary-light);
	outline: none;
}

body.lang-es .lang-switch-btn .to-es {
	display: none;
}
body.lang-en .lang-switch-btn .to-en {
	display: none;
}

.theme-icon-moon {
	display: none;
}

body.theme-light .theme-icon-sun {
	display: none;
}

body.theme-light .theme-icon-moon {
	display: inline-block;
}

body.theme-light {
	--bg-dark: #f5f8ff;
	--bg-card: #ffffff;
	--bg-card-hover: #eef4ff;
	--border-color: #d7e3f5;
	--text-primary: #07111f;
	--text-secondary: #405169;
	--text-muted: #64748b;
	--light-surface: rgba(255, 255, 255, 0.92);
	--light-surface-soft: rgba(241, 248, 255, 0.86);
	--light-border: rgba(0, 102, 255, 0.18);
	--light-shadow: 0 24px 70px rgba(15, 23, 42, 0.1);
	background-color: #f5f8ff;
	background-image:
		radial-gradient(circle at 50% -10%, rgba(0, 102, 255, 0.14), transparent 48%),
		radial-gradient(circle at 0% 35%, rgba(0, 210, 255, 0.12), transparent 30%),
		radial-gradient(circle at 100% 70%, rgba(0, 245, 212, 0.08), transparent 34%);
	color: var(--text-primary);
}

html[data-theme="light"] {
	background-color: #f5f8ff;
}

body.theme-light header {
	background: rgba(247, 251, 255, 0.84);
	border-bottom-color: rgba(0, 102, 255, 0.16);
	box-shadow: 0 18px 45px rgba(15, 23, 42, 0.08);
}

body.theme-light #embers-canvas {
	opacity: 0.26;
}

body.theme-light h1,
body.theme-light h2,
body.theme-light h3,
body.theme-light h4,
body.theme-light .footer-brand-name,
body.theme-light .mock-dash-title,
body.theme-light .sim-result-card strong,
body.theme-light .benefit-item strong,
body.theme-light .quick-benefit strong,
body.theme-light .hero-benefits strong,
body.theme-light .faq-item summary,
body.theme-light .deliverables-outcomes p,
body.theme-light .deliverables-outcomes strong,
body.theme-light .differentiation-outcomes-main strong,
body.theme-light .feature-details li strong,
body.theme-light .feature-details li span,
body.theme-light .differentiation-list strong,
body.theme-light .differentiation-timeline strong,
body.theme-light .section-kicker,
body.theme-light .footer-security-card strong {
	color: #07111f;
}

body.theme-light p,
body.theme-light .nav-links a,
body.theme-light .footer-column a,
body.theme-light .footer-muted-link,
body.theme-light .footer-contact-list a,
body.theme-light .footer-contact-list span,
body.theme-light .prompt-parser-label,
body.theme-light .prompt-suggestions-label,
body.theme-light .hero-benefits span,
body.theme-light .deliverables-outcomes span,
body.theme-light .differentiation-outcomes-main span,
body.theme-light .differentiation-list span,
body.theme-light .differentiation-timeline small,
body.theme-light .footer-security-card p,
body.theme-light .faq-item p {
	color: var(--text-secondary);
}

body.theme-light .lang-switch-btn,
body.theme-light .theme-switch-btn,
body.theme-light .menu-toggle,
body.theme-light .startup-badge-nav,
body.theme-light .startup-status-banner,
body.theme-light .sim-badge,
body.theme-light .section-pill,
body.theme-light .section-kicker,
body.theme-light .suggestion-chip,
body.theme-light .prompt-chip {
	background: rgba(255, 255, 255, 0.86);
	border-color: var(--light-border);
	box-shadow: 0 10px 28px rgba(15, 23, 42, 0.08);
}

body.theme-light .hero-prompt-form,
body.theme-light .prompt-card,
body.theme-light .simulator-window,
body.theme-light .sim-input-box,
body.theme-light .sim-result-card,
body.theme-light .feature-card,
body.theme-light .problem-diagnosis-card,
body.theme-light .solution-card,
body.theme-light .use-case-card,
body.theme-light .process-card,
body.theme-light .deliverable-card,
body.theme-light .deliverables-outcomes,
body.theme-light .differentiation-card,
body.theme-light .differentiation-outcomes,
body.theme-light .audience-card,
body.theme-light .about-card,
body.theme-light .about-cta,
body.theme-light .footer-security-card,
body.theme-light .faq-item,
body.theme-light .auth-dialog {
	background:
		linear-gradient(145deg, var(--light-surface), var(--light-surface-soft));
	border-color: var(--light-border);
	box-shadow: var(--light-shadow);
}

body.theme-light .sim-body,
body.theme-light .code-area,
body.theme-light .mock-dashboard,
body.theme-light .dashboard-sidebar,
body.theme-light .mock-card,
body.theme-light .mock-chart,
body.theme-light .sim-progress-row,
body.theme-light .faq-answer,
body.theme-light .prompt-textarea {
	background: rgba(255, 255, 255, 0.72);
	border-color: rgba(0, 102, 255, 0.13);
}

body.theme-light .sim-header,
body.theme-light .mock-dash-header,
body.theme-light .footer-bottom,
body.theme-light .footer-top,
body.theme-light .feature-details,
body.theme-light .differentiation-list,
body.theme-light .audience-benefits {
	border-color: rgba(15, 23, 42, 0.12);
}

body.theme-light .process-card::before,
body.theme-light .process-card::after,
body.theme-light .differentiation-card::before,
body.theme-light .differentiation-card::after,
body.theme-light .problem-diagnosis-card::before,
body.theme-light .audience-card::before {
	opacity: 0.28;
}

body.theme-light .form-textarea,
body.theme-light .prompt-textarea,
body.theme-light input,
body.theme-light textarea {
	background: rgba(255, 255, 255, 0.9);
	border-color: rgba(0, 102, 255, 0.22);
	color: #07111f;
}

body.theme-light .form-textarea::placeholder,
body.theme-light .prompt-textarea::placeholder,
body.theme-light input::placeholder,
body.theme-light textarea::placeholder {
	color: #718096;
}

body.theme-light .prompt-card,
body.theme-light .deliverables-outcomes,
body.theme-light .differentiation-outcomes,
body.theme-light .problem-outcomes {
	background:
		radial-gradient(circle at 0% 0%, rgba(0, 210, 255, 0.12), transparent 32%),
		linear-gradient(145deg, rgba(255, 255, 255, 0.95), rgba(232, 244, 255, 0.82));
	border: 1px solid var(--light-border);
	box-shadow: var(--light-shadow);
}

body.theme-light .prompt-action-row,
body.theme-light .deliverables-outcomes > div,
body.theme-light .differentiation-outcomes,
body.theme-light .problem-outcomes div {
	border-color: rgba(15, 23, 42, 0.12);
}

body.theme-light .prompt-chip:hover {
	color: #07111f;
	background: rgba(0, 102, 255, 0.1);
	border-color: rgba(0, 102, 255, 0.28);
}

body.theme-light .section-kicker,
body.theme-light .section-pill {
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(213, 235, 255, 0.84));
	color: #17406f;
}

body.theme-light .faq-item {
	background:
		radial-gradient(circle at 100% 0%, rgba(0, 210, 255, 0.1), transparent 46%),
		linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(236, 247, 255, 0.9));
}

body.theme-light .faq-item[open] {
	border-color: rgba(0, 102, 255, 0.32);
	box-shadow: 0 18px 44px rgba(0, 102, 255, 0.12);
}

body.theme-light .faq-item summary::after {
	background: rgba(224, 244, 255, 0.92);
	border-color: rgba(0, 210, 255, 0.42);
	color: #0093cc;
}

body.theme-light .faq-item[open] summary::after {
	background: linear-gradient(135deg, var(--primary), var(--accent-red));
	color: #ffffff;
}

body.theme-light .footer-security-card {
	background:
		linear-gradient(145deg, rgba(255, 255, 255, 0.94), rgba(232, 244, 255, 0.86));
}

body.theme-light .startup-status-banner {
	color: #31506d;
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(218, 239, 255, 0.88));
	border-color: rgba(0, 102, 255, 0.2);
	box-shadow: 0 16px 34px rgba(0, 102, 255, 0.11);
}

body.theme-light .startup-status-banner span,
body.theme-light .startup-status-banner span span {
	color: #0d2038;
}

body.theme-light .btn-secondary--solid {
	color: #17406f;
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(225, 241, 255, 0.86));
	border-color: rgba(0, 102, 255, 0.22);
	box-shadow: 0 14px 30px rgba(15, 23, 42, 0.08);
}

body.theme-light .btn-secondary--solid:hover,
body.theme-light .btn-secondary--solid:focus-visible {
	color: #ffffff;
	background: linear-gradient(135deg, var(--primary), var(--accent-red));
	border-color: rgba(0, 210, 255, 0.55);
}

body.theme-light .nav-links a:hover,
body.theme-light .nav-links a:focus-visible {
	color: var(--primary-light);
	text-shadow: 0 0 10px rgba(0, 102, 255, 0.4);
	background: transparent;
	box-shadow: none;
	outline: none;
}

body.theme-light .hero-prompt-form {
	background: transparent;
	border-color: transparent;
	box-shadow: none;
}

body.theme-light .prompt-card {
	box-shadow: 0 22px 62px rgba(0, 102, 255, 0.12);
}

body.theme-light footer,
body.theme-light .about-section,
body.theme-light .deliverables-section,
body.theme-light .differentiation-section,
body.theme-light .audience-section {
	background: transparent;
}

/* Ambient Ember Canvas Overlay */
#embers-canvas {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	pointer-events: none;
	z-index: 1;
	opacity: 0.85;
}

/* Typography & Headings */
h1,
h2,
h3,
h4 {
	font-family: var(--font-display);
	font-weight: 800;
	letter-spacing: 0;
	color: #ffffff;
}

p {
	color: var(--text-secondary);
}

a {
	color: inherit;
	text-decoration: none;
	transition: var(--transition);
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

/* Sticky Glassmorphism Header */
header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	background: rgba(4, 6, 10, 0.75);
	backdrop-filter: blur(16px);
	-webkit-backdrop-filter: blur(16px);
	border-bottom: 1px solid var(--border-color);
}

.nav-container {
	max-width: 1280px;
	margin: 0 auto;
	padding: 1.25rem 2rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

/* Logo & Molten Metal Glow Effect (Updated to Blue Tech Glow) */
.logo-wrap {
	display: flex;
	align-items: center;
	gap: 0.5rem;
}

.logo-text {
	font-family: var(--font-display);
	font-size: 1.75rem;
	font-weight: 900;
	letter-spacing: 0;
	display: flex;
}

.forge-letter {
	display: inline-block;
	color: #111726;
	animation: forgeGlow 3.5s cubic-bezier(0.16, 1, 0.3, 1) forwards;
	text-shadow: none;
}

@keyframes forgeGlow {
	0% {
		color: #111726;
		text-shadow: 0 0 0px rgba(0, 0, 0, 0);
	}
	15% {
		color: var(--primary);
		text-shadow:
			0 0 8px var(--primary),
			0 0 15px var(--primary);
	}
	30% {
		color: var(--accent-red);
		text-shadow:
			0 0 12px var(--accent-red),
			0 0 25px var(--primary),
			0 0 40px var(--primary-glow);
	}
	45% {
		color: #ffffff;
		text-shadow:
			0 0 20px #ffffff,
			0 0 35px var(--accent-red),
			0 0 60px var(--primary);
	}
	70% {
		color: var(--primary-light);
		text-shadow:
			0 0 15px var(--primary),
			0 0 30px var(--primary-glow);
	}
	100% {
		color: var(--primary);
		text-shadow: 0 0 8px rgba(0, 102, 255, 0.35);
	}
}

/* Navigation Links */
.nav-links {
	display: flex;
	gap: 2rem;
}

.nav-links a {
	font-size: 0.95rem;
	font-weight: 500;
	color: var(--text-secondary);
}

.nav-links a:hover {
	color: var(--primary-light);
	text-shadow: 0 0 10px rgba(0, 102, 255, 0.4);
}

.nav-login-link {
	color: var(--accent-yellow);
	font-weight: 700;
}

.nav-actions {
	display: flex;
	align-items: center;
	gap: 1rem;
}

.menu-toggle {
	display: none;
	width: 42px;
	height: 42px;
	border: 1px solid var(--border-color);
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.05);
	color: var(--text-primary);
	cursor: pointer;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 5px;
	transition: var(--transition);
}

.menu-toggle:hover,
.menu-toggle:focus-visible {
	border-color: var(--primary);
	background: rgba(0, 102, 255, 0.12);
	outline: none;
}

.menu-toggle span {
	display: block;
	width: 18px;
	height: 2px;
	border-radius: 999px;
	background: currentColor;
	transition: var(--transition);
}

body.nav-open .menu-toggle span:nth-child(1) {
	transform: translateY(7px) rotate(45deg);
}

body.nav-open .menu-toggle span:nth-child(2) {
	opacity: 0;
}

body.nav-open .menu-toggle span:nth-child(3) {
	transform: translateY(-7px) rotate(-45deg);
}

.status-dot {
	display: inline-block;
	flex: 0 0 auto;
	width: 6px;
	height: 6px;
	border-radius: 999px;
	background: var(--accent-yellow);
}

/* Startup Badge Indicator */
.startup-badge-nav {
	background: linear-gradient(
		135deg,
		rgba(0, 102, 255, 0.15) 0%,
		rgba(0, 210, 255, 0.15) 100%
	);
	border: 1px solid rgba(0, 102, 255, 0.3);
	color: var(--primary-light);
	font-size: 0.75rem;
	font-weight: 600;
	padding: 0.35rem 0.75rem;
	border-radius: 9999px;
	display: flex;
	align-items: center;
	gap: 0.35rem;
	animation: pulse-border 3s infinite;
}

@keyframes pulse-border {
	0%,
	100% {
		border-color: rgba(0, 102, 255, 0.3);
		box-shadow: 0 0 0 rgba(0, 102, 255, 0);
	}
	50% {
		border-color: rgba(0, 102, 255, 0.6);
		box-shadow: 0 0 10px rgba(0, 102, 255, 0.15);
	}
}

/* Hero Section Grid */
.hero {
	position: relative;
	padding: 8rem 2rem 4rem;
	max-width: 1420px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(560px, 1.05fr);
	gap: 3.5rem;
	align-items: center;
	z-index: 10;
}

.hero-info {
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
}

.startup-status-banner {
	align-self: flex-start;
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	padding: 0.55rem 1rem;
	background: rgba(9, 14, 26, 0.72);
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 9999px;
	font-size: 0.85rem;
	font-weight: 500;
	color: var(--text-secondary);
	box-shadow: 0 14px 32px rgba(0, 0, 0, 0.22);
}

.startup-status-banner span {
	color: #ffffff;
	font-weight: 600;
}

.startup-status-banner i,
.btn-submit i,
.prompt-chip i,
.sim-tab i,
.mock-dash-title i {
	color: var(--accent-red);
}

.hero-title {
	font-size: var(--title-hero-size);
	line-height: 1.13;
	max-width: 660px;
}

.hero-title .highlight {
	color: var(--primary);
	background: linear-gradient(
		135deg,
		var(--primary) 30%,
		var(--accent-red) 100%
	);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-shadow: none;
}

.hero-subtitle {
	font-size: 1rem;
	color: var(--text-secondary);
	max-width: 600px;
	line-height: 1.58;
}

/* Waitlist Email Inputs */
.waitlist-form {
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
	max-width: 500px;
	margin-top: 1rem;
}

.input-group {
	display: flex;
	position: relative;
	background: rgba(9, 14, 26, 0.7);
	border: 1px solid var(--border-color);
	border-radius: 8px;
	padding: 0.35rem;
	transition: var(--transition);
}

.input-group:focus-within {
	border-color: var(--primary);
	box-shadow: 0 0 15px rgba(0, 102, 255, 0.25);
}

.input-group input {
	flex: 1;
	background: transparent;
	border: none;
	outline: none;
	color: #ffffff;
	padding: 0.75rem 1rem;
	font-size: 1rem;
	font-family: var(--font-body);
}

.input-group input::placeholder {
	color: var(--text-muted);
}

.btn-submit {
	background: linear-gradient(
		135deg,
		var(--primary) 0%,
		var(--accent-red) 100%
	);
	color: #ffffff;
	border: none;
	border-radius: 8px;
	font-family: var(--font-display);
	font-weight: 700;
	font-size: 1rem;
	padding: 0.75rem 1.75rem;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	transition: var(--transition);
	box-shadow: 0 4px 15px rgba(0, 102, 255, 0.3);
}

.btn-submit:hover {
	transform: translateY(-2px);
	box-shadow: 0 6px 20px rgba(0, 102, 255, 0.45);
	filter: brightness(1.1);
}

.btn-submit--compact {
	padding: 0.5rem 1.25rem;
	font-size: 0.85rem;
}

.btn-secondary {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	min-height: 48px;
	border: 1px solid rgba(0, 102, 255, 0.35);
	border-radius: 8px;
	color: #ffffff;
	padding: 0.8rem 1.35rem;
	font-family: var(--font-display);
	font-size: 0.9rem;
	font-weight: 700;
	line-height: 1.1;
	cursor: pointer;
	background: linear-gradient(135deg, rgba(0, 102, 255, 0.95), rgba(0, 102, 255, 0.72));
	box-shadow: 0 14px 28px rgba(0, 102, 255, 0.2);
}

.btn-secondary:hover {
	border-color: rgba(0, 210, 255, 0.55);
	background: linear-gradient(135deg, var(--primary), var(--accent-red));
	color: #ffffff;
}

.btn-secondary--solid {
	border-color: rgba(255, 255, 255, 0.12);
	color: #ffffff;
	background: rgba(255, 255, 255, 0.04);
}

.hero-prompt-form {
	max-width: 600px;
	width: 100%;
	margin-bottom: 2rem;
}

.prompt-card {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
	padding: 0.95rem;
	border-radius: 8px;
	background: linear-gradient(180deg, rgba(9, 14, 26, 0.94), rgba(9, 14, 26, 0.78));
	border-color: rgba(0, 102, 255, 0.55);
	box-shadow:
		0 18px 45px rgba(0, 0, 0, 0.3),
		inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.prompt-input-row {
	display: flex;
	width: 100%;
	align-items: center;
}

.prompt-textarea {
	flex: 1;
	width: 100%;
	min-height: 108px;
	padding: 0.65rem 0.7rem;
	border: 0;
	outline: 0;
	color: #ffffff;
	background: transparent;
	resize: vertical;
	font-family: var(--font-body);
	font-size: 0.98rem;
	line-height: 1.65;
}

.prompt-action-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	gap: 0.75rem;
	border-top: 1px solid rgba(255, 255, 255, 0.06);
	padding-top: 0.5rem;
}

.prompt-parser-label,
.prompt-suggestions-label {
	display: inline-flex;
	align-items: center;
	gap: 0.25rem;
	color: var(--text-muted);
	font-size: 0.78rem;
	line-height: 1.2;
}

.prompt-suggestions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	margin-top: 0.45rem;
}

.prompt-chip {
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
	min-height: 30px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 8px;
	color: var(--text-secondary);
	background: rgba(255, 255, 255, 0.035);
	padding: 0.35rem 0.65rem;
	font-family: var(--font-body);
	font-size: 0.78rem;
	line-height: 1.15;
	cursor: pointer;
}

.prompt-chip:hover {
	border-color: rgba(0, 210, 255, 0.35);
	color: #ffffff;
	background: rgba(0, 102, 255, 0.1);
}

.hero-cta-row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 1rem;
	margin-top: -1.35rem;
	margin-bottom: 2rem;
}

.hero-cta-row .btn-secondary {
	min-width: 190px;
}

.hero-benefits {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1.25rem;
	max-width: 600px;
}

.hero-benefits div {
	display: grid;
	grid-template-columns: 44px minmax(0, 1fr);
	column-gap: 0.85rem;
	row-gap: 0.15rem;
	align-items: center;
}

.hero-benefits i {
	grid-row: span 2;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	display: grid;
	place-items: center;
	color: var(--accent-red);
	background: rgba(0, 102, 255, 0.14);
	border: 1px solid rgba(0, 102, 255, 0.2);
}

.hero-benefits strong {
	color: #ffffff;
	font-size: 0.9rem;
	line-height: 1.25;
}

.hero-benefits span {
	color: var(--text-secondary);
	font-size: 0.78rem;
	line-height: 1.35;
}

.trust-text {
	font-size: 0.85rem;
	color: var(--text-muted);
	display: flex;
	align-items: center;
	gap: 0.5rem;
}

/* Success waitlist wrapper */
.waitlist-success {
	background: rgba(0, 102, 255, 0.05);
	border: 1px solid rgba(0, 102, 255, 0.2);
	border-radius: 8px;
	padding: 1.75rem;
	max-width: 500px;
	margin-top: 1rem;
	display: none;
	flex-direction: column;
	gap: 0.75rem;
	animation: fadeIn 0.5s ease forwards;
}

.success-header {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	color: var(--primary-light);
	font-family: var(--font-display);
	font-weight: 700;
	font-size: 1.25rem;
}

.success-spot {
	font-size: 1.5rem;
	font-weight: 800;
	color: #ffffff;
	font-family: var(--font-display);
	margin: 0.25rem 0;
}

.success-share-note {
	font-size: 0.85rem;
}

.share-box {
	display: flex;
	background: rgba(0, 0, 0, 0.2);
	border: 1px solid var(--border-color);
	border-radius: 8px;
	padding: 0.25rem;
	margin-top: 0.5rem;
}

.share-link {
	flex: 1;
	background: transparent;
	border: none;
	color: var(--text-secondary);
	font-size: 0.85rem;
	padding: 0.5rem 0.75rem;
	outline: none;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.btn-copy {
	background: var(--border-color);
	color: #ffffff;
	border: none;
	border-radius: 6px;
	padding: 0.5rem 1rem;
	font-size: 0.85rem;
	font-weight: 600;
	cursor: pointer;
	transition: var(--transition);
}

.btn-copy:hover {
	background: var(--primary);
}

/* Interactive Simulator CSS Mock Windows */
.simulator-window {
	background: linear-gradient(180deg, rgba(16, 20, 34, 0.94), rgba(7, 10, 18, 0.98));
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 22px;
	overflow: hidden;
	box-shadow:
		0 34px 70px rgba(0, 0, 0, 0.42),
		0 0 60px rgba(0, 102, 255, 0.12);
	display: flex;
	flex-direction: column;
	min-height: 530px;
	height: auto;
	width: 100%;
	min-width: 0;
	position: relative;
}

@media (min-width: 1025px) {
	.simulator-window {
		position: sticky;
		top: 6.5rem;
		align-self: flex-start;
	}
}

.sim-header {
	background: rgba(15, 19, 32, 0.82);
	padding: 1rem 1.4rem;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.sim-controls {
	display: flex;
	gap: 0.45rem;
}

.sim-dot {
	width: 10px;
	height: 10px;
	border-radius: 50%;
}

.sim-dot.red {
	background: #ff5f56;
}
.sim-dot.yellow {
	background: #ffbd2e;
}
.sim-dot.green {
	background: #27c93f;
}

.sim-tabs {
	display: flex;
	gap: 0.25rem;
	margin-left: 2rem;
	flex: 1;
	justify-content: flex-end;
}

.sim-tab {
	background: transparent;
	border: none;
	color: var(--text-muted);
	padding: 0.55rem 0.95rem;
	font-family: var(--font-display);
	font-weight: 600;
	font-size: 0.85rem;
	border-radius: 8px;
	cursor: pointer;
	transition: var(--transition);
	display: flex;
	align-items: center;
	gap: 0.35rem;
}

.sim-tab.active {
	background: rgba(255, 255, 255, 0.045);
	color: var(--primary-light);
	border: 1px solid rgba(0, 102, 255, 0.25);
	box-shadow: 0 0 20px rgba(0, 102, 255, 0.12);
}

.sim-badge {
	background: rgba(9, 14, 26, 0.72);
	border: 1px solid rgba(255, 255, 255, 0.09);
	color: #9fb5e6;
	font-size: 0.7rem;
	font-weight: 600;
	padding: 0.45rem 0.65rem;
	border-radius: 8px;
	text-transform: uppercase;
}

.logo-badge {
	margin-left: 0.25rem;
}

/* Simulator Body Views */
.sim-body {
	flex: 1;
	padding: 1.3rem;
	font-family: var(--font-body);
	font-size: 0.9rem;
	position: relative;
	overflow-y: visible;
	min-width: 0;
}

.sim-view {
	display: none;
	height: 100%;
}

.sim-view.active {
	display: block;
}

/* View 1: Prompt Builder Input Simulation */
.prompt-view {
	display: flex;
	flex-direction: column;
	gap: 1.35rem;
	font-family: var(--font-body);
	min-height: 310px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 18px;
	padding: 1.4rem;
	background: rgba(5, 9, 18, 0.66);
}

.prompt-bubble {
	background: rgba(15, 21, 38, 0.72);
	border: 1px solid var(--border-color);
	border-radius: 10px;
	padding: 1.2rem;
	color: var(--text-primary);
	font-size: 1rem;
	line-height: 1.6;
	position: relative;
}

.prompt-bubble::before {
	content: attr(data-sender);
	font-size: 0.75rem;
	font-weight: bold;
	color: var(--primary-light);
	display: block;
	margin-bottom: 0.35rem;
	text-transform: uppercase;
}

.typing-cursor {
	display: inline-block;
	width: 8px;
	height: 15px;
	background: var(--primary);
	margin-left: 2px;
	animation: blink 0.8s infinite;
}

@keyframes blink {
	50% {
		opacity: 0;
	}
}

.sim-logs {
	display: flex;
	flex-direction: column;
	gap: 0.85rem;
	font-family: var(--font-body);
	font-size: 0.9rem;
	color: var(--text-secondary);
}

.log-item {
	display: grid;
	grid-template-columns: 22px minmax(0, 1fr) auto;
	align-items: center;
	gap: 0.75rem;
	opacity: 0;
	animation: fadeInUp 0.4s ease forwards;
	padding: 0.25rem 0;
}

.log-item.success {
	color: var(--text-secondary);
}

.log-item i {
	width: 1rem;
	color: var(--accent-red);
	text-align: center;
}

.log-item.success::after {
	content: "Completado";
	color: var(--text-muted);
	font-size: 0.78rem;
}

body.lang-en .log-item.success::after {
	content: "Completed";
}

.sim-progress {
	margin-top: auto;
	padding-top: 0.9rem;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.sim-progress-copy {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	margin-bottom: 0.45rem;
	color: var(--text-muted);
	font-size: 0.84rem;
}

.sim-progress-copy strong {
	color: #ffffff;
}

.sim-progress-track {
	height: 8px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.06);
	overflow: hidden;
}

.sim-progress-track span {
	display: block;
	width: 72%;
	height: 100%;
	border-radius: inherit;
	background: linear-gradient(90deg, var(--accent-red), var(--primary));
	box-shadow: 0 0 18px rgba(0, 102, 255, 0.45);
}

.sim-result-card {
	display: grid;
	grid-template-columns: 54px minmax(0, 1fr);
	gap: 1rem;
	align-items: center;
	margin: 0 1.3rem 1.3rem;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 12px;
	padding: 1rem;
	background: rgba(9, 14, 26, 0.7);
}

.sim-result-card i {
	width: 46px;
	height: 46px;
	border-radius: 10px;
	display: grid;
	place-items: center;
	color: var(--accent-red);
	background: linear-gradient(135deg, rgba(0, 102, 255, 0.85), rgba(0, 102, 255, 0.36));
}

.sim-result-card strong,
.sim-result-card span {
	display: block;
}

.sim-result-card strong {
	color: #ffffff;
	font-size: 0.95rem;
}

.sim-result-card span {
	margin-top: 0.25rem;
	color: var(--text-secondary);
	font-size: 0.86rem;
}

/* View 3: Dashboard Render */
.dash-view {
	font-family: var(--font-body);
	background: #060912;
	border-radius: 8px;
	padding: 1rem;
	height: 100%;
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
}

.mock-dash-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid var(--border-color);
	padding-bottom: 0.5rem;
}

.mock-dash-title {
	font-size: 0.85rem;
	font-weight: 700;
	color: #ffffff;
}

.mock-dash-badge {
	background: rgba(0, 245, 212, 0.15);
	border: 1px solid rgba(0, 245, 212, 0.3);
	color: #00f5d4;
	font-size: 0.7rem;
	font-weight: bold;
	padding: 0.15rem 0.45rem;
	border-radius: 9999px;
	animation: pulse-green 2s infinite;
}

@keyframes pulse-green {
	0%,
	100% {
		transform: scale(1);
	}
	50% {
		transform: scale(1.05);
	}
}

.mock-dash-stats {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 0.5rem;
}

.mock-dash-card {
	background: #0f1526;
	border: 1px solid var(--border-color);
	border-radius: 6px;
	padding: 0.5rem;
	text-align: left;
}

.card-label {
	font-size: 0.65rem;
	color: var(--text-muted);
	text-transform: uppercase;
	display: block;
}

.card-value {
	font-size: 0.9rem;
	font-weight: 700;
	color: #ffffff;
	margin-top: 0.15rem;
	display: block;
}

.text-orange {
	color: var(--accent-red);
}

.mock-dash-table-wrapper {
	flex: 1;
	overflow-y: auto;
	border: 1px solid var(--border-color);
	border-radius: 6px;
	background: #090e1a;
}

.mock-dash-table {
	width: 100%;
	border-collapse: collapse;
	font-size: 0.75rem;
	text-align: left;
}

.mock-dash-table th {
	background: #0f1526;
	color: var(--text-secondary);
	padding: 0.45rem;
	font-weight: 600;
	border-bottom: 1px solid var(--border-color);
}

.mock-dash-table td {
	padding: 0.45rem;
	border-bottom: 1px solid #0f1526;
	color: var(--text-secondary);
}

.status-badge {
	font-size: 0.65rem;
	font-weight: 600;
	padding: 0.1rem 0.35rem;
	border-radius: 4px;
}

.status-badge.shipped {
	background: rgba(0, 245, 212, 0.15);
	color: #00f5d4;
}

.status-badge.transit {
	background: rgba(0, 210, 255, 0.15);
	color: var(--accent-red);
}

.status-badge.pending {
	background: rgba(0, 102, 255, 0.15);
	color: var(--primary-light);
}

/* Section Container Styles */
section {
	padding: 6rem 2rem;
	max-width: 1280px;
	margin: 0 auto;
	position: relative;
	z-index: 10;
}

.section-header {
	text-align: center;
	margin-bottom: 4rem;
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
}

.section-header h2 {
	font-size: var(--title-section-size);
	line-height: 1.15;
	margin-bottom: 1rem;
}

.section-header h2 .accent {
	color: var(--primary-light);
}

.step-num {
	position: absolute;
	top: 1.5rem;
	right: 2rem;
	font-family: var(--font-display);
	font-size: 5rem;
	font-weight: 900;
	color: rgba(0, 102, 255, 0.05);
	line-height: 1;
	transition: var(--transition);
}

.step-icon-wrap {
	width: 56px;
	height: 56px;
	background: rgba(0, 102, 255, 0.06);
	border: 1px solid rgba(0, 102, 255, 0.15);
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--primary-light);
	margin-bottom: 1.75rem;
	transition: var(--transition);
}

.process-section {
	max-width: 1360px;
}

.process-section .section-header {
	max-width: 860px;
	margin-bottom: 3rem;
}

.process-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 2rem;
}

.process-card {
	position: relative;
	overflow: visible;
	min-height: 390px;
	border: 1px solid rgba(0, 102, 255, 0.24);
	border-radius: 18px;
	padding: 2rem 1.5rem 1.5rem;
	background:
		radial-gradient(circle at 18% 15%, rgba(0, 102, 255, 0.16), transparent 38%),
		linear-gradient(180deg, rgba(9, 14, 26, 0.82), rgba(6, 10, 18, 0.92));
	display: flex;
	flex-direction: column;
	gap: 1.1rem;
	box-shadow: 0 22px 52px rgba(0, 0, 0, 0.24);
}

.process-card--purple {
	border-color: rgba(132, 92, 255, 0.26);
	background:
		radial-gradient(circle at 18% 15%, rgba(132, 92, 255, 0.18), transparent 38%),
		linear-gradient(180deg, rgba(9, 14, 26, 0.82), rgba(6, 10, 18, 0.92));
}

.process-card--cyan {
	border-color: rgba(0, 210, 255, 0.26);
}

.process-card--green {
	border-color: rgba(39, 201, 63, 0.26);
	background:
		radial-gradient(circle at 18% 15%, rgba(39, 201, 63, 0.14), transparent 38%),
		linear-gradient(180deg, rgba(9, 14, 26, 0.82), rgba(6, 10, 18, 0.92));
}

.process-card .step-num {
	top: 1.4rem;
	right: 1.35rem;
	color: rgba(0, 102, 255, 0.2);
	font-size: 3.3rem;
}

.process-card--purple .step-num {
	color: rgba(132, 92, 255, 0.26);
}

.process-card--green .step-num {
	color: rgba(39, 201, 63, 0.22);
}

.process-card .step-icon-wrap {
	width: 64px;
	height: 64px;
	border-radius: 50%;
	margin-bottom: 0;
	color: var(--accent-red);
	background: rgba(0, 102, 255, 0.12);
	border-color: rgba(0, 102, 255, 0.42);
	box-shadow: 0 0 28px rgba(0, 102, 255, 0.18);
	font-size: 1.35rem;
}

.process-card--purple .step-icon-wrap {
	color: #9b7cff;
	background: rgba(132, 92, 255, 0.12);
	border-color: rgba(132, 92, 255, 0.48);
}

.process-card--green .step-icon-wrap {
	color: #38d876;
	background: rgba(39, 201, 63, 0.12);
	border-color: rgba(39, 201, 63, 0.45);
}

.process-line {
	width: 40px;
	height: 3px;
	border-radius: 999px;
	background: var(--accent-red);
}

.process-card--purple .process-line {
	background: #9b7cff;
}

.process-card--green .process-line {
	background: #38d876;
}

.process-card:not(:last-child)::after {
	content: "";
	position: absolute;
	top: 102px;
	left: calc(100% - 10px);
	width: 42px;
	border-top: 2px dashed rgba(0, 210, 255, 0.62);
}

.process-card:not(:last-child)::before {
	content: "";
	position: absolute;
	top: 97px;
	right: -16px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: var(--accent-red);
	box-shadow: 0 0 16px rgba(0, 210, 255, 0.8);
	z-index: 1;
}

.process-card--purple::before {
	background: #9b7cff;
	box-shadow: 0 0 16px rgba(132, 92, 255, 0.8);
}

.process-card h3 {
	font-size: 1.35rem;
	line-height: 1.25;
	margin-bottom: 1rem;
}

.process-card p {
	color: var(--text-secondary);
	font-size: 0.95rem;
	line-height: 1.65;
}

.process-card-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.7rem;
	width: fit-content;
	margin-top: auto;
	border: 1px solid rgba(0, 102, 255, 0.38);
	border-radius: 999px;
	padding: 0.72rem 1.25rem;
	color: var(--primary-light);
	font-family: var(--font-display);
	font-weight: 700;
	font-size: 0.9rem;
}

.process-card--purple .process-card-link {
	border-color: rgba(132, 92, 255, 0.46);
	color: #9b7cff;
}

.process-card--green .process-card-link {
	border-color: rgba(39, 201, 63, 0.46);
	color: #38d876;
}

.process-benefits {
	display: grid;
	grid-template-columns: 1.6fr repeat(3, 1fr);
	align-items: center;
	gap: 0;
	margin-top: 2rem;
	border: 1px solid rgba(0, 102, 255, 0.24);
	border-radius: 16px;
	padding: 1.6rem;
	background: rgba(9, 14, 26, 0.72);
}

.process-benefits > div {
	display: grid;
	grid-template-columns: 48px minmax(0, 1fr);
	gap: 0.9rem;
	align-items: center;
	padding: 0 1.25rem;
	border-left: 1px solid rgba(255, 255, 255, 0.08);
}

.process-benefits > div:first-child {
	border-left: 0;
	padding-left: 0;
}

.process-benefits i {
	width: 44px;
	height: 44px;
	border-radius: 12px;
	display: grid;
	place-items: center;
	color: var(--accent-red);
	background: rgba(0, 102, 255, 0.14);
	border: 1px solid rgba(0, 102, 255, 0.26);
}

.process-benefits-main i {
	width: 72px;
	height: 72px;
	border-radius: 50%;
	font-size: 1.7rem;
}

.process-benefits strong,
.process-benefits span {
	display: block;
}

.process-benefits strong {
	color: #ffffff;
	font-size: 0.95rem;
	line-height: 1.25;
}

.process-benefits span {
	margin-top: 0.35rem;
	color: var(--text-secondary);
	font-size: 0.86rem;
	line-height: 1.35;
}

/* What You Get Section */
.features-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 2rem;
}

.feature-card {
	background: var(--bg-card);
	border: 1px solid var(--border-color);
	border-radius: 8px;
	padding: 2.5rem;
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
	transition: var(--transition);
}

.feature-card:hover {
	transform: translateY(-5px);
	border-color: rgba(0, 102, 255, 0.35);
	box-shadow: 0 10px 35px rgba(0, 102, 255, 0.08);
}

.feature-icon-wrap {
	width: 64px;
	height: 64px;
	border-radius: 8px;
	background: linear-gradient(
		135deg,
		rgba(0, 102, 255, 0.1) 0%,
		rgba(0, 210, 255, 0.1) 100%
	);
	border: 1px solid rgba(0, 102, 255, 0.2);
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--accent-red);
	transition: var(--transition);
}

.feature-card:hover .feature-icon-wrap {
	border-color: var(--primary);
	color: #ffffff;
	box-shadow: 0 0 20px rgba(0, 102, 255, 0.3);
}

.feature-card h3 {
	font-size: 1.5rem;
}

.solution-section {
	max-width: 1360px;
}

.solution-section .section-header {
	max-width: 920px;
	margin-bottom: 3rem;
}

.solution-section .section-header h2 {
	font-size: var(--title-section-size);
	line-height: 1.15;
}

.solution-section .section-header p {
	max-width: 820px;
	margin: 0 auto;
	font-size: 1.08rem;
	line-height: 1.7;
}

.solution-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1.5rem;
}

.solution-card {
	position: relative;
	overflow: hidden;
	min-height: 430px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 18px;
	padding: 2rem;
	background:
		radial-gradient(circle at 16% 16%, rgba(0, 102, 255, 0.16), transparent 34%),
		linear-gradient(180deg, rgba(9, 14, 26, 0.86), rgba(6, 10, 18, 0.92));
	box-shadow: 0 24px 54px rgba(0, 0, 0, 0.28);
	display: flex;
	flex-direction: column;
}

.solution-card--purple {
	background:
		radial-gradient(circle at 16% 16%, rgba(132, 92, 255, 0.2), transparent 34%),
		linear-gradient(180deg, rgba(9, 14, 26, 0.86), rgba(6, 10, 18, 0.92));
}

.solution-card--green {
	background:
		radial-gradient(circle at 16% 16%, rgba(0, 245, 124, 0.14), transparent 34%),
		linear-gradient(180deg, rgba(9, 14, 26, 0.86), rgba(6, 10, 18, 0.92));
}

.solution-card-top {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin-bottom: 1.75rem;
}

.solution-icon {
	width: 72px;
	height: 72px;
	border: 1px solid rgba(0, 102, 255, 0.42);
	border-radius: 50%;
	display: grid;
	place-items: center;
	color: var(--accent-red);
	background: rgba(0, 102, 255, 0.12);
	box-shadow: 0 0 30px rgba(0, 102, 255, 0.2);
	font-size: 1.5rem;
}

.solution-card--purple .solution-icon {
	border-color: rgba(132, 92, 255, 0.5);
	color: #9b7cff;
	box-shadow: 0 0 30px rgba(132, 92, 255, 0.18);
}

.solution-card--green .solution-icon {
	border-color: rgba(0, 245, 124, 0.38);
	color: var(--accent-red);
	box-shadow: 0 0 30px rgba(0, 102, 255, 0.18);
}

.solution-number {
	border-radius: 12px;
	padding: 0.35rem 0.55rem;
	background: rgba(255, 255, 255, 0.06);
	color: #aeb8c9;
	font-family: var(--font-display);
	font-weight: 800;
}

.solution-card h3 {
	font-size: 1.55rem;
	line-height: 1.2;
	margin-bottom: 0.75rem;
}

.solution-card-line {
	width: 38px;
	height: 3px;
	border-radius: 999px;
	margin-bottom: 1.15rem;
	background: var(--accent-red);
}

.solution-card--purple .solution-card-line {
	background: #9b7cff;
}

.solution-card p {
	color: var(--text-secondary);
	font-size: 1rem;
	line-height: 1.65;
}

.solution-visual {
	margin-top: auto;
	min-height: 112px;
	border-radius: 16px;
}

.solution-visual--rows {
	padding: 1rem;
	border: 1px solid rgba(255, 255, 255, 0.06);
	background: rgba(12, 18, 30, 0.74);
	display: grid;
	gap: 0.65rem;
}

.solution-visual--rows span {
	display: grid;
	grid-template-columns: 24px minmax(80px, 1fr) 28px 70px;
	align-items: center;
	gap: 0.75rem;
}

.solution-visual--rows i {
	color: var(--accent-red);
}

.solution-visual--rows b,
.solution-visual--rows em,
.solution-visual--rows strong {
	display: block;
	height: 9px;
	border-radius: 999px;
	background: rgba(174, 184, 201, 0.6);
}

.solution-visual--rows em {
	width: 10px;
	height: 10px;
	background: #27c93f;
}

.solution-visual--rows span:nth-child(2) em {
	background: #ff5f56;
}

.solution-visual--rows span:nth-child(3) em {
	background: var(--primary-light);
}

.solution-visual--rows strong {
	background: linear-gradient(90deg, var(--primary), var(--accent-red));
}

.solution-visual--flow {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.85rem;
}

.solution-visual--flow span {
	width: 76px;
	height: 76px;
	border-radius: 16px;
	display: grid;
	place-items: center;
	border: 1px solid rgba(0, 102, 255, 0.48);
	color: var(--primary-light);
	background: rgba(0, 102, 255, 0.12);
	font-size: 1.8rem;
}

.solution-visual--flow span:nth-of-type(2) {
	border-color: rgba(132, 92, 255, 0.6);
	color: #9b7cff;
	background: rgba(132, 92, 255, 0.12);
}

.solution-visual--flow span:nth-of-type(3) {
	border-color: rgba(39, 201, 63, 0.54);
	color: #8fe388;
	background: rgba(39, 201, 63, 0.12);
}

.solution-visual--flow > i {
	color: rgba(255, 255, 255, 0.72);
}

.solution-visual--steps {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0.85rem;
	align-items: end;
}

.solution-visual--steps span {
	position: relative;
	display: grid;
	justify-items: center;
	gap: 0.7rem;
	color: #ffffff;
	font-weight: 700;
}

.solution-visual--steps span:not(:last-child)::after {
	content: "";
	position: absolute;
	top: 30px;
	left: calc(50% + 38px);
	width: calc(100% - 36px);
	border-top: 1px dashed rgba(0, 210, 255, 0.7);
}

.solution-visual--steps i {
	width: 68px;
	height: 68px;
	border-radius: 50%;
	display: grid;
	place-items: center;
	border: 1px solid rgba(0, 102, 255, 0.55);
	color: var(--accent-red);
	background: rgba(0, 102, 255, 0.14);
	font-size: 1.35rem;
}

.solution-visual--steps span:last-child i {
	border-color: rgba(39, 201, 63, 0.5);
	color: #8fe388;
	background: rgba(39, 201, 63, 0.12);
}

.solution-visual--steps small {
	font-size: 0.82rem;
}

.use-cases-section {
	max-width: 1280px;
}

.use-cases-section .section-header {
	max-width: 820px;
	margin-bottom: 2.2rem;
}

.use-case-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1rem;
}

.use-case-card {
	position: relative;
	overflow: hidden;
	display: grid;
	grid-template-columns: 64px minmax(0, 1fr);
	grid-template-areas:
		"icon title"
		"icon copy"
		"icon link";
	column-gap: 1rem;
	row-gap: 0.65rem;
	min-height: 156px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 12px;
	padding: 1.35rem;
	background:
		radial-gradient(circle at 10% 18%, rgba(0, 102, 255, 0.12), transparent 36%),
		rgba(9, 14, 26, 0.7);
	box-shadow: 0 20px 42px rgba(0, 0, 0, 0.2);
}

.use-case-card--purple {
	background:
		radial-gradient(circle at 10% 18%, rgba(132, 92, 255, 0.16), transparent 36%),
		rgba(9, 14, 26, 0.7);
}

.use-case-card--green {
	background:
		radial-gradient(circle at 10% 18%, rgba(39, 201, 63, 0.15), transparent 36%),
		rgba(9, 14, 26, 0.7);
}

.use-case-card--amber {
	background:
		radial-gradient(circle at 10% 18%, rgba(255, 171, 64, 0.15), transparent 36%),
		rgba(9, 14, 26, 0.7);
}

.use-case-card--indigo {
	background:
		radial-gradient(circle at 10% 18%, rgba(77, 148, 255, 0.15), transparent 36%),
		rgba(9, 14, 26, 0.7);
}

.use-case-card--cyan {
	background:
		radial-gradient(circle at 10% 18%, rgba(0, 210, 255, 0.16), transparent 36%),
		rgba(9, 14, 26, 0.7);
}

.use-case-icon {
	grid-area: icon;
	width: 52px;
	height: 52px;
	border-radius: 14px;
	display: grid;
	place-items: center;
	color: var(--accent-red);
	background: rgba(0, 102, 255, 0.16);
	border: 1px solid rgba(0, 102, 255, 0.28);
	box-shadow: 0 0 24px rgba(0, 102, 255, 0.2);
	font-size: 1.35rem;
}

.use-case-card--purple .use-case-icon {
	color: #9b7cff;
	background: rgba(132, 92, 255, 0.16);
	border-color: rgba(132, 92, 255, 0.32);
}

.use-case-card--green .use-case-icon {
	color: #38d876;
	background: rgba(39, 201, 63, 0.16);
	border-color: rgba(39, 201, 63, 0.32);
}

.use-case-card--amber .use-case-icon {
	color: #ffb04a;
	background: rgba(255, 171, 64, 0.16);
	border-color: rgba(255, 171, 64, 0.32);
}

.use-case-card--indigo .use-case-icon {
	color: #8ba8ff;
	background: rgba(77, 94, 255, 0.16);
	border-color: rgba(77, 94, 255, 0.32);
}

.use-case-card--cyan .use-case-icon {
	color: var(--accent-red);
	background: rgba(0, 210, 255, 0.14);
	border-color: rgba(0, 210, 255, 0.32);
}

.use-case-card h3 {
	grid-area: title;
	font-size: 1.05rem;
	line-height: 1.2;
}

.use-case-card p {
	grid-area: copy;
	color: var(--text-secondary);
	font-size: 0.82rem;
	line-height: 1.65;
}

.use-case-link {
	grid-area: link;
	align-self: end;
	display: inline-flex;
	align-items: center;
	gap: 0.6rem;
	color: #ffffff;
	font-family: var(--font-display);
	font-size: 0.82rem;
	font-weight: 700;
}

.use-case-link i {
	width: 24px;
	height: 24px;
	border-radius: 50%;
	display: grid;
	place-items: center;
	color: var(--accent-red);
	background: rgba(0, 102, 255, 0.28);
	font-size: 0.7rem;
}

.use-case-card--purple .use-case-link i {
	color: #9b7cff;
	background: rgba(132, 92, 255, 0.25);
}

.use-case-card--green .use-case-link i {
	color: #38d876;
	background: rgba(39, 201, 63, 0.25);
}

.use-case-card--amber .use-case-link i {
	color: #ffb04a;
	background: rgba(255, 171, 64, 0.25);
}

.use-case-card--cyan .use-case-link i {
	color: var(--accent-red);
	background: rgba(0, 210, 255, 0.22);
}

.use-case-cta {
	display: grid;
	grid-template-columns: 64px minmax(0, 1fr) auto;
	gap: 1rem;
	align-items: center;
	margin: 1.2rem auto 0;
	border: 1px solid rgba(0, 102, 255, 0.24);
	border-radius: 12px;
	padding: 1.25rem 1.5rem;
	background: rgba(9, 14, 26, 0.72);
}

.use-case-cta > i {
	width: 52px;
	height: 52px;
	border-radius: 14px;
	display: grid;
	place-items: center;
	color: var(--accent-red);
	background: rgba(0, 102, 255, 0.18);
	border: 1px solid rgba(0, 102, 255, 0.3);
	font-size: 1.3rem;
}

.use-case-cta p {
	color: #ffffff;
	font-size: 1rem;
	line-height: 1.5;
}

.use-case-cta strong {
	color: var(--primary-light);
}

.use-case-cta .btn-submit {
	min-width: 210px;
}

.deliverables-section {
	max-width: 1280px;
}

.deliverables-section .section-header {
	max-width: 900px;
	margin-bottom: 2.7rem;
}

.deliverables-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(320px, 1fr));
	gap: 1rem;
}

.deliverable-card {
	position: relative;
	overflow: hidden;
	min-height: 430px;
	border: 1px solid rgba(0, 102, 255, 0.34);
	border-radius: 12px;
	padding: 1.8rem;
	background:
		radial-gradient(circle at 12% 12%, rgba(0, 102, 255, 0.15), transparent 34%),
		rgba(9, 14, 26, 0.74);
	box-shadow: 0 22px 46px rgba(0, 0, 0, 0.24);
	display: flex;
	flex-direction: column;
}

.deliverable-card--purple {
	border-color: rgba(132, 92, 255, 0.42);
	background:
		radial-gradient(circle at 12% 12%, rgba(132, 92, 255, 0.17), transparent 34%),
		rgba(9, 14, 26, 0.74);
}

.deliverable-card--green {
	border-color: rgba(39, 201, 63, 0.38);
	background:
		radial-gradient(circle at 12% 12%, rgba(39, 201, 63, 0.14), transparent 34%),
		rgba(9, 14, 26, 0.74);
}

.deliverable-icon {
	width: 68px;
	height: 68px;
	border-radius: 14px;
	display: grid;
	place-items: center;
	border: 1px solid rgba(0, 102, 255, 0.42);
	color: var(--accent-red);
	background: rgba(0, 102, 255, 0.12);
	box-shadow: 0 0 28px rgba(0, 102, 255, 0.2);
	font-size: 1.6rem;
	margin-bottom: 1.5rem;
}

.deliverable-card--purple .deliverable-icon {
	border-color: rgba(132, 92, 255, 0.5);
	color: #9b7cff;
	background: rgba(132, 92, 255, 0.14);
	box-shadow: 0 0 28px rgba(132, 92, 255, 0.18);
}

.deliverable-card--green .deliverable-icon {
	border-color: rgba(39, 201, 63, 0.45);
	color: #38d876;
	background: rgba(39, 201, 63, 0.12);
	box-shadow: 0 0 28px rgba(39, 201, 63, 0.16);
}

.deliverable-card h3 {
	font-size: 1.55rem;
	line-height: 1.2;
	margin-bottom: 1.3rem;
}

.deliverable-card > p {
	color: var(--text-secondary);
	font-size: 0.96rem;
	line-height: 1.65;
	padding-bottom: 1.35rem;
	border-bottom: 1px solid rgba(255, 255, 255, 0.09);
}

.deliverable-card .feature-details {
	margin-top: 1.35rem;
	gap: 1.05rem;
}

.deliverable-card .feature-details li {
	display: grid;
	grid-template-columns: 42px minmax(0, 1fr);
	gap: 0.85rem;
	align-items: start;
	color: var(--text-secondary);
}

.deliverable-card .feature-details li::before {
	content: none;
}

.deliverable-card .feature-details li > i {
	width: 42px;
	height: 42px;
	border-radius: 12px;
	display: grid;
	place-items: center;
	color: var(--accent-red);
	background: rgba(0, 102, 255, 0.13);
	border: 1px solid rgba(0, 102, 255, 0.26);
}

.deliverable-card--purple .feature-details li > i {
	color: #9b7cff;
	background: rgba(132, 92, 255, 0.13);
	border-color: rgba(132, 92, 255, 0.28);
}

.deliverable-card--green .feature-details li > i {
	color: #38d876;
	background: rgba(39, 201, 63, 0.12);
	border-color: rgba(39, 201, 63, 0.26);
}

.deliverable-card .feature-details strong,
.deliverable-card .feature-details span {
	display: block;
}

.deliverable-card .feature-details strong {
	color: #ffffff;
	font-size: 0.95rem;
	line-height: 1.2;
}

.deliverable-card .feature-details span {
	margin-top: 0.2rem;
	margin-left: 0;
	font-size: 0.84rem;
	line-height: 1.45;
}

.deliverables-outcomes {
	display: grid;
	grid-template-columns: 1.6fr repeat(3, 1fr);
	align-items: center;
	gap: 0;
	margin-top: 1.4rem;
	border: 1px solid rgba(0, 102, 255, 0.24);
	border-radius: 12px;
	padding: 1.4rem;
	background: rgba(9, 14, 26, 0.72);
}

.deliverables-outcomes > div {
	display: grid;
	grid-template-columns: 48px minmax(0, 1fr);
	gap: 0.9rem;
	align-items: center;
	padding: 0 1.2rem;
	border-left: 1px solid rgba(255, 255, 255, 0.08);
}

.deliverables-outcomes > div:first-child {
	border-left: 0;
	padding-left: 0;
}

.deliverables-outcomes i {
	width: 44px;
	height: 44px;
	border-radius: 50%;
	display: grid;
	place-items: center;
	color: var(--accent-red);
	background: rgba(0, 102, 255, 0.14);
	border: 1px solid rgba(0, 102, 255, 0.26);
}

.deliverables-outcomes-main i {
	width: 62px;
	height: 62px;
	border-radius: 14px;
	font-size: 1.5rem;
}

.deliverables-outcomes strong,
.deliverables-outcomes span {
	display: block;
}

.deliverables-outcomes p {
	color: #ffffff;
	font-size: 0.96rem;
	line-height: 1.35;
}

.deliverables-outcomes strong {
	color: var(--primary-light);
}

.deliverables-outcomes span {
	margin-top: 0.25rem;
	color: var(--text-secondary);
	font-size: 0.86rem;
}

.section-kicker {
	display: inline-flex;
	align-items: center;
	gap: 0.55rem;
	margin: 0 auto 1rem;
	border: 1px solid rgba(0, 102, 255, 0.35);
	border-radius: 999px;
	padding: 0.45rem 0.9rem;
	background: rgba(0, 102, 255, 0.14);
	color: #ffffff;
	font-family: var(--font-display);
	font-size: 0.9rem;
	font-weight: 700;
}

.section-kicker i {
	color: var(--accent-red);
}

.differentiation-section {
	max-width: 1360px;
}

.differentiation-section .section-header {
	max-width: 920px;
	margin-bottom: 3rem;
}

.differentiation-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(300px, 1fr));
	gap: 2rem;
}

.differentiation-card {
	position: relative;
	min-height: 500px;
	border: 1px solid rgba(0, 210, 255, 0.32);
	border-radius: 18px;
	padding: 4.4rem 2rem 2rem;
	background:
		radial-gradient(circle at 50% 0%, rgba(0, 210, 255, 0.14), transparent 28%),
		linear-gradient(180deg, rgba(7, 18, 32, 0.88), rgba(6, 10, 18, 0.94));
	box-shadow: 0 24px 54px rgba(0, 0, 0, 0.24);
	text-align: center;
}

.differentiation-card::before,
.differentiation-card::after {
	content: "";
	position: absolute;
	top: 2.65rem;
	height: 2px;
	width: 28%;
	background: linear-gradient(90deg, transparent, var(--accent-red));
}

.differentiation-card::before {
	left: 0;
}

.differentiation-card::after {
	right: 0;
	transform: scaleX(-1);
}

.differentiation-card-icon {
	position: absolute;
	top: -2.4rem;
	left: 50%;
	width: 80px;
	height: 80px;
	border: 1px solid rgba(0, 210, 255, 0.55);
	border-radius: 50%;
	display: grid;
	place-items: center;
	background:
		radial-gradient(circle, rgba(0, 210, 255, 0.18), rgba(0, 102, 255, 0.08)),
		#071120;
	color: var(--accent-red);
	font-size: 1.8rem;
	transform: translateX(-50%);
	box-shadow: 0 0 38px rgba(0, 210, 255, 0.2);
}

.differentiation-card--purple {
	border-color: rgba(132, 92, 255, 0.38);
	background:
		radial-gradient(circle at 50% 0%, rgba(132, 92, 255, 0.16), transparent 28%),
		linear-gradient(180deg, rgba(14, 11, 32, 0.9), rgba(6, 10, 18, 0.94));
}

.differentiation-card--purple::before,
.differentiation-card--purple::after {
	background: linear-gradient(90deg, transparent, #9b7cff);
}

.differentiation-card--purple .differentiation-card-icon {
	border-color: rgba(132, 92, 255, 0.6);
	background:
		radial-gradient(circle, rgba(132, 92, 255, 0.2), rgba(132, 92, 255, 0.08)),
		#0c1021;
	color: #9b7cff;
}

.differentiation-card--green {
	border-color: rgba(39, 201, 63, 0.38);
	background:
		radial-gradient(circle at 50% 0%, rgba(39, 201, 63, 0.14), transparent 28%),
		linear-gradient(180deg, rgba(8, 28, 22, 0.88), rgba(6, 10, 18, 0.94));
}

.differentiation-card--green::before,
.differentiation-card--green::after {
	background: linear-gradient(90deg, transparent, #38d876);
}

.differentiation-card--green .differentiation-card-icon {
	border-color: rgba(39, 201, 63, 0.58);
	background:
		radial-gradient(circle, rgba(39, 201, 63, 0.2), rgba(39, 201, 63, 0.08)),
		#07151a;
	color: #70f05f;
}

.differentiation-card h3 {
	max-width: 280px;
	margin: 0 auto 1rem;
	color: #ffffff;
	font-size: 1.35rem;
	line-height: 1.25;
}

.differentiation-card > p {
	max-width: 320px;
	margin: 0 auto 1.5rem;
	color: var(--text-secondary);
	font-size: 0.95rem;
	line-height: 1.6;
}

.differentiation-list {
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 0;
	margin-top: 1.4rem;
	padding-top: 0.25rem;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	text-align: left;
}

.differentiation-list li {
	display: grid;
	grid-template-columns: 54px minmax(0, 1fr);
	gap: 1rem;
	align-items: center;
	padding: 0.95rem 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.differentiation-list li:last-child {
	border-bottom: 0;
}

.differentiation-list li > i {
	width: 42px;
	height: 42px;
	border: 1px solid rgba(0, 210, 255, 0.28);
	border-radius: 12px;
	display: grid;
	place-items: center;
	color: var(--accent-red);
	background: rgba(0, 210, 255, 0.08);
	font-size: 1rem;
}

.differentiation-card--purple .differentiation-list li > i {
	border-color: rgba(132, 92, 255, 0.32);
	background: rgba(132, 92, 255, 0.1);
	color: #9b7cff;
}

.differentiation-card--green .differentiation-list li > i {
	border-color: rgba(39, 201, 63, 0.3);
	background: rgba(39, 201, 63, 0.1);
	color: #38d876;
}

.differentiation-list strong,
.differentiation-list span {
	display: block;
}

.differentiation-list strong {
	color: #ffffff;
	font-size: 0.92rem;
	line-height: 1.2;
}

.differentiation-list span {
	color: var(--text-secondary);
	font-size: 0.84rem;
	line-height: 1.45;
}

.differentiation-outcomes {
	display: grid;
	grid-template-columns: 1.25fr 2fr;
	align-items: center;
	gap: 1.5rem;
	margin-top: 1.4rem;
	border: 1px solid rgba(0, 102, 255, 0.24);
	border-radius: 14px;
	padding: 1.4rem 1.8rem;
	background:
		radial-gradient(circle at 0% 50%, rgba(0, 102, 255, 0.14), transparent 28%),
		rgba(9, 14, 26, 0.72);
}

.differentiation-outcomes-main {
	display: grid;
	grid-template-columns: 66px minmax(0, 1fr);
	gap: 1.1rem;
	align-items: center;
}

.differentiation-outcomes-main i {
	width: 64px;
	height: 64px;
	border-radius: 50%;
	display: grid;
	place-items: center;
	color: #ffffff;
	background: linear-gradient(135deg, var(--primary), rgba(0, 210, 255, 0.5));
	border: 1px solid rgba(0, 210, 255, 0.35);
	font-size: 1.45rem;
	box-shadow: 0 0 30px rgba(0, 102, 255, 0.28);
}

.differentiation-outcomes-main strong,
.differentiation-outcomes-main span {
	display: block;
}

.differentiation-outcomes-main strong {
	color: #ffffff;
	font-size: 1rem;
	line-height: 1.25;
}

.differentiation-outcomes-main span {
	margin-top: 0.35rem;
	color: var(--text-secondary);
	font-size: 0.9rem;
	line-height: 1.4;
}

.differentiation-timeline {
	display: grid;
	grid-template-columns: 1fr 24px 1fr 24px 1fr;
	align-items: center;
	gap: 1rem;
}

.differentiation-timeline > i {
	color: var(--text-muted);
	font-size: 0.9rem;
}

.differentiation-timeline span {
	display: grid;
	grid-template-columns: 46px minmax(0, 1fr);
	column-gap: 0.8rem;
	row-gap: 0.25rem;
	align-items: center;
}

.differentiation-timeline span > i {
	grid-row: span 2;
	width: 42px;
	height: 42px;
	border-radius: 12px;
	display: grid;
	place-items: center;
	color: var(--accent-red);
	background: rgba(0, 102, 255, 0.14);
	border: 1px solid rgba(0, 102, 255, 0.28);
}

.differentiation-timeline strong {
	color: #ffffff;
	font-size: 0.88rem;
	line-height: 1.2;
}

.differentiation-timeline small {
	color: var(--text-secondary);
	font-size: 0.8rem;
	line-height: 1.25;
}

.problem-diagnosis-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1.5rem;
	max-width: 1120px;
	margin: 0 auto;
}

.problem-diagnosis-card {
	position: relative;
	overflow: hidden;
	border: 1px solid var(--border-color);
	border-radius: 8px;
	padding: 2rem;
	background: var(--bg-card);
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
}

.problem-diagnosis-card::before {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	background: radial-gradient(circle at 100% 0%, rgba(0, 102, 255, 0.08), transparent 45%);
}

.problem-diagnosis-card--current {
	border-color: rgba(255, 95, 86, 0.32);
	background:
		radial-gradient(circle at 12% 15%, rgba(255, 95, 86, 0.12), transparent 28%),
		linear-gradient(180deg, rgba(255, 95, 86, 0.04), transparent 62%),
		var(--bg-card);
}

.problem-diagnosis-card--impact {
	border-color: rgba(0, 102, 255, 0.45);
	background:
		radial-gradient(circle at 20% 10%, rgba(0, 102, 255, 0.18), transparent 30%),
		linear-gradient(180deg, rgba(0, 102, 255, 0.07), transparent),
		var(--bg-card);
}

.problem-card-heading {
	position: relative;
	display: flex;
	align-items: center;
	gap: 1.25rem;
}

.problem-card-heading h3 {
	font-size: 1.7rem;
	line-height: 1.15;
}

.problem-card-heading h3 + span {
	display: block;
	width: 34px;
	height: 3px;
	margin-top: 0.7rem;
	border-radius: 999px;
	background: var(--primary);
}

.problem-diagnosis-card--current .problem-card-heading h3 + span {
	background: #ff5f56;
}

.problem-heading-icon {
	flex: 0 0 auto;
	width: 64px;
	height: 64px;
	border: 1px solid rgba(0, 102, 255, 0.4);
	border-radius: 50%;
	display: grid;
	place-items: center;
	color: var(--accent-red);
	background: rgba(0, 102, 255, 0.12);
	box-shadow: 0 0 28px rgba(0, 102, 255, 0.22);
}

.problem-heading-icon--danger {
	border-color: rgba(255, 95, 86, 0.42);
	color: #ff6b6b;
	background: rgba(255, 95, 86, 0.1);
	box-shadow: 0 0 28px rgba(255, 95, 86, 0.18);
}

.problem-list {
	position: relative;
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 0;
}

.problem-list li {
	display: grid;
	grid-template-columns: 58px minmax(0, 1fr);
	gap: 1rem;
	align-items: center;
	padding: 1rem 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.problem-list li:last-child {
	border-bottom: 0;
}

.problem-list li > i {
	width: 52px;
	height: 52px;
	border: 1px solid rgba(0, 102, 255, 0.4);
	border-radius: 50%;
	display: grid;
	place-items: center;
	color: var(--accent-red);
	background: rgba(0, 102, 255, 0.1);
	font-size: 1.15rem;
}

.problem-diagnosis-card--current .problem-list li > i {
	border-color: rgba(255, 95, 86, 0.38);
	color: #ff6b6b;
	background: rgba(255, 95, 86, 0.08);
}

.problem-list strong {
	display: block;
	color: #ffffff;
	font-size: 1rem;
	line-height: 1.3;
}

.problem-list span {
	display: block;
	margin-top: 0.25rem;
	color: var(--text-secondary);
	font-size: 0.94rem;
	line-height: 1.45;
}

.problem-outcomes {
	max-width: 1120px;
	margin: 1.25rem auto 0;
	border: 1px solid rgba(0, 102, 255, 0.26);
	border-radius: 8px;
	padding: 1rem;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0;
	background: rgba(9, 14, 26, 0.72);
}

.problem-outcomes div {
	display: grid;
	grid-template-columns: 42px minmax(0, 1fr);
	column-gap: 0.75rem;
	row-gap: 0.25rem;
	align-items: center;
	padding: 0.5rem 1rem;
	border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.problem-outcomes div:last-child {
	border-right: 0;
}

.problem-outcomes i {
	grid-row: span 2;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	display: grid;
	place-items: center;
	color: var(--accent-red);
	background: rgba(0, 102, 255, 0.14);
}

.problem-outcomes strong {
	color: #ffffff;
	font-size: 0.9rem;
	line-height: 1.25;
}

.problem-outcomes span {
	color: var(--text-secondary);
	font-size: 0.82rem;
	line-height: 1.35;
}

.feature-details {
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 0.65rem;
	font-size: 0.9rem;
	color: var(--text-secondary);
}

.feature-details li {
	display: flex;
	align-items: flex-start;
	gap: 0.5rem;
	flex-direction: column;
}

.feature-details li strong {
	color: #ffffff;
}

.feature-details li::before {
	content: "✦";
	color: var(--accent-red);
	font-weight: bold;
	margin-bottom: -1.4rem;
	margin-left: -1rem;
}

.feature-details li span {
	margin-left: 0.25rem;
}

/* FAQ Accordion */
.faq-accordion {
	max-width: 920px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	gap: 0.85rem;
}

.faq-item {
	background:
		radial-gradient(
			circle at 100% 0%,
			rgba(0, 102, 255, 0.06),
			transparent 48%
		),
		var(--bg-card);
	border: 1px solid var(--border-color);
	border-radius: 8px;
	overflow: hidden;
	transition: var(--transition);
}

.faq-item[open] {
	border-color: rgba(0, 102, 255, 0.35);
	box-shadow: 0 18px 40px rgba(0, 102, 255, 0.08);
}

.faq-item summary {
	position: relative;
	list-style: none;
	cursor: pointer;
	padding: 1.25rem 3.5rem 1.25rem 1.4rem;
	color: #ffffff;
	font-family: var(--font-display);
	font-size: 1.05rem;
	font-weight: 700;
	line-height: 1.35;
}

.faq-item summary::-webkit-details-marker {
	display: none;
}

.faq-item summary::after {
	content: "+";
	position: absolute;
	top: 50%;
	right: 1.35rem;
	width: 1.8rem;
	height: 1.8rem;
	border: 1px solid rgba(0, 210, 255, 0.28);
	border-radius: 50%;
	display: grid;
	place-items: center;
	color: var(--accent-red);
	font-size: 1.2rem;
	line-height: 1;
	transform: translateY(-50%);
	transition: var(--transition);
}

.faq-item[open] summary::after {
	content: "-";
	background: rgba(0, 102, 255, 0.14);
	color: #ffffff;
}

.faq-item summary:focus-visible {
	outline: 2px solid var(--accent-red);
	outline-offset: -4px;
}

.faq-item p {
	padding: 0 1.4rem 1.35rem;
	font-size: 0.98rem;
	line-height: 1.75;
}

/* Who It's For Section */
.audience-section {
	max-width: 1480px;
}

.audience-section .section-header {
	max-width: 780px;
	margin-bottom: 3rem;
}

.audience-section .section-header h2 {
	font-size: var(--title-section-size);
}

.audience-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(300px, 1fr));
	gap: 2rem;
}

.audience-card {
	position: relative;
	overflow: hidden;
	min-height: 445px;
	border: 1px solid rgba(0, 102, 255, 0.34);
	border-radius: 14px;
	padding: 2rem;
	background:
		radial-gradient(circle at 15% 12%, rgba(0, 102, 255, 0.18), transparent 34%),
		linear-gradient(180deg, rgba(7, 18, 32, 0.86), rgba(6, 10, 18, 0.94));
	display: flex;
	flex-direction: column;
	gap: 1.45rem;
	transition: var(--transition);
	box-shadow: 0 24px 54px rgba(0, 0, 0, 0.22);
}

.audience-card:hover {
	border-color: rgba(0, 102, 255, 0.56);
	box-shadow: 0 22px 58px rgba(0, 102, 255, 0.12);
	transform: translateY(-4px);
}

.audience-card::before {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.045), transparent 44%);
}

.audience-card-top {
	position: relative;
	display: grid;
	grid-template-columns: 84px minmax(0, 1fr);
	gap: 1.4rem;
	align-items: start;
}

.audience-icon {
	width: 72px;
	height: 72px;
	border: 1px solid rgba(0, 102, 255, 0.44);
	border-radius: 14px;
	display: grid;
	place-items: center;
	background: rgba(0, 102, 255, 0.16);
	color: var(--primary-light);
	font-size: 1.85rem;
	box-shadow: 0 0 32px rgba(0, 102, 255, 0.2);
}

.audience-tag {
	display: block;
	margin: 0.35rem 0 1rem;
	color: var(--primary-light);
	font-family: var(--font-display);
	font-size: 0.82rem;
	font-weight: 800;
	line-height: 1.25;
	text-transform: uppercase;
}

.audience-card h3 {
	max-width: 360px;
	color: #ffffff;
	font-size: 1.6rem;
	line-height: 1.22;
}

.audience-card h3::after {
	content: "";
	display: block;
	width: 54px;
	height: 3px;
	margin-top: 1.1rem;
	border-radius: 999px;
	background: var(--primary-light);
}

.audience-card .benefit {
	position: relative;
	margin: 0;
	padding-bottom: 1.3rem;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	color: var(--text-secondary);
	font-size: 1rem;
	line-height: 1.65;
}

.audience-benefits {
	position: relative;
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 0.72rem;
	color: var(--text-secondary);
	font-size: 0.96rem;
	line-height: 1.35;
}

.audience-benefits li {
	display: grid;
	grid-template-columns: 24px minmax(0, 1fr);
	gap: 0.55rem;
	align-items: start;
}

.audience-benefits i {
	color: var(--primary-light);
	font-size: 1rem;
	line-height: 1.35;
}

.audience-link {
	position: relative;
	display: inline-flex;
	align-items: center;
	gap: 0.75rem;
	width: fit-content;
	margin-top: auto;
	color: var(--primary-light);
	font-family: var(--font-display);
	font-weight: 800;
}

.audience-link i {
	width: 36px;
	height: 36px;
	border: 1px solid rgba(0, 102, 255, 0.45);
	border-radius: 50%;
	display: grid;
	place-items: center;
	background: rgba(0, 102, 255, 0.18);
	font-size: 0.9rem;
	transition: var(--transition);
}

.audience-link:hover i,
.audience-link:focus-visible i {
	transform: translateX(3px);
	background: var(--primary);
	color: #ffffff;
}

.audience-card--purple {
	border-color: rgba(132, 92, 255, 0.4);
	background:
		radial-gradient(circle at 15% 12%, rgba(132, 92, 255, 0.2), transparent 34%),
		linear-gradient(180deg, rgba(14, 11, 32, 0.88), rgba(6, 10, 18, 0.94));
}

.audience-card--purple .audience-icon,
.audience-card--purple .audience-link i {
	border-color: rgba(132, 92, 255, 0.46);
	background: rgba(132, 92, 255, 0.18);
	color: #9b7cff;
}

.audience-card--purple .audience-tag,
.audience-card--purple .audience-benefits i,
.audience-card--purple .audience-link {
	color: #b07cff;
}

.audience-card--purple h3::after {
	background: #9b7cff;
}

.audience-card--cyan {
	border-color: rgba(0, 210, 255, 0.36);
	background:
		radial-gradient(circle at 15% 12%, rgba(0, 210, 255, 0.15), transparent 34%),
		linear-gradient(180deg, rgba(6, 28, 32, 0.86), rgba(6, 10, 18, 0.94));
}

.audience-card--cyan .audience-icon,
.audience-card--cyan .audience-link i {
	border-color: rgba(0, 210, 255, 0.42);
	background: rgba(0, 210, 255, 0.13);
	color: var(--accent-red);
}

.audience-card--cyan .audience-tag,
.audience-card--cyan .audience-benefits i,
.audience-card--cyan .audience-link {
	color: var(--accent-red);
}

.audience-card--cyan h3::after {
	background: var(--accent-red);
}

.about-section {
	max-width: 1480px;
	padding: 5.5rem 2rem 3rem;
}

.about-card {
	display: grid;
	grid-template-columns: 1.05fr 1.55fr 1fr;
	gap: 2rem;
	align-items: center;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 14px;
	padding: 2.2rem;
	background:
		radial-gradient(circle at 8% 20%, rgba(0, 102, 255, 0.12), transparent 32%),
		radial-gradient(circle at 100% 0%, rgba(0, 210, 255, 0.09), transparent 28%),
		rgba(6, 10, 18, 0.82);
	box-shadow: 0 26px 64px rgba(0, 0, 0, 0.24);
}

.founder-profile {
	display: grid;
	grid-template-columns: 150px minmax(0, 1fr);
	column-gap: 1.8rem;
	row-gap: 1rem;
	align-items: center;
	padding-right: 2rem;
	border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.founder-avatar {
	grid-row: span 4;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 150px;
	height: 150px;
	border: 3px solid var(--primary);
	border-radius: 999px;
	color: #ffffff;
	background:
		radial-gradient(circle at 35% 25%, rgba(255, 255, 255, 0.14), transparent 24%),
		linear-gradient(135deg, rgba(0, 102, 255, 0.9), rgba(0, 210, 255, 0.55));
	font-family: var(--font-display);
	font-size: 2.7rem;
	font-weight: 900;
	box-shadow: 0 0 34px rgba(0, 102, 255, 0.35);
}

.founder-name {
	color: var(--text-primary);
	font-family: var(--font-display);
	font-size: 1.55rem;
	font-weight: 800;
	line-height: 1.1;
}

.founder-name--secondary {
	margin-top: 0.85rem;
	font-size: 1.25rem;
}

.founder-link {
	color: inherit;
	text-decoration: none;
	transition: color 0.15s ease;
}

.founder-link:hover,
.founder-link:focus-visible {
	color: var(--primary-light);
}

.founder-link i {
	font-size: 0.75em;
	margin-left: 0.3rem;
	color: var(--primary-light);
}

.founder-role,
.founder-location,
.founder-promise {
	color: var(--text-secondary);
	font-size: 0.96rem;
	line-height: 1.45;
}

.founder-location,
.founder-promise {
	display: flex;
	align-items: flex-start;
	gap: 0.7rem;
}

.founder-location i,
.founder-promise i {
	margin-top: 0.18rem;
	color: var(--primary-light);
}

.founder-promise {
	color: var(--primary-light);
}

.about-message {
	padding: 0 0.25rem;
}

.about-message h2 {
	display: flex;
	align-items: center;
	gap: 1rem;
	margin-bottom: 1.35rem;
	color: #ffffff;
	font-size: 1.35rem;
	line-height: 1.25;
}

.about-message h2 i {
	width: 46px;
	height: 46px;
	border-radius: 12px;
	display: grid;
	place-items: center;
	color: var(--primary-light);
	background: rgba(0, 102, 255, 0.14);
	border: 1px solid rgba(0, 102, 255, 0.28);
}

.about-message > p {
	max-width: 580px;
	color: var(--text-secondary);
	font-size: 1rem;
	line-height: 1.75;
}

.about-values {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1rem;
	margin-top: 1.8rem;
}

.about-values div {
	display: flex;
	flex-direction: column;
	gap: 0.55rem;
	color: var(--text-secondary);
	font-size: 0.82rem;
	line-height: 1.35;
}

.about-values i {
	width: 38px;
	height: 38px;
	border-radius: 10px;
	display: grid;
	place-items: center;
	color: var(--primary-light);
	background: rgba(0, 102, 255, 0.14);
	border: 1px solid rgba(0, 102, 255, 0.22);
}

.about-cta {
	border: 1px solid rgba(0, 102, 255, 0.18);
	border-radius: 12px;
	padding: 1.7rem;
	background:
		radial-gradient(circle at 10% 0%, rgba(0, 102, 255, 0.16), transparent 38%),
		rgba(9, 14, 26, 0.86);
}

.about-cta > i {
	width: 42px;
	height: 42px;
	border-radius: 10px;
	display: grid;
	place-items: center;
	color: var(--accent-red);
	background: rgba(0, 102, 255, 0.16);
	font-size: 1.25rem;
}

.about-cta h3 {
	margin-top: 1.4rem;
	color: #ffffff;
	font-size: 1.25rem;
	line-height: 1.25;
}

.about-cta p {
	margin-top: 0.85rem;
	color: var(--text-secondary);
	font-size: 0.95rem;
	line-height: 1.55;
}

.about-cta-button {
	width: 100%;
	margin-top: 1.4rem;
}

.about-cta-note {
	display: flex;
	align-items: center;
	gap: 0.55rem;
	margin-top: 1rem;
	color: var(--text-secondary);
	font-size: 0.9rem;
}

/* Call To Action Bottom Section */
.cta-section {
	background:
		radial-gradient(
			ellipse at 50% 50%,
			rgba(0, 102, 255, 0.08),
			transparent 70%
		),
		linear-gradient(180deg, var(--bg-dark) 0%, #060912 100%);
	border-top: 1px solid var(--border-color);
	border-bottom: 1px solid var(--border-color);
	text-align: center;
	padding: 8rem 2rem;
}

.cta-content {
	max-width: 650px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
	align-items: center;
}

.cta-content h2 {
	font-size: var(--title-section-size);
	line-height: 1.15;
}

.cta-content p {
	font-size: 1.1rem;
	color: var(--text-secondary);
	margin-bottom: 1rem;
}

/* Footer */
footer {
	max-width: 1480px;
	margin: 0 auto;
	background: transparent;
	padding: 3.5rem 2rem 2rem;
	color: var(--text-muted);
	font-size: 0.9rem;
}

.footer-container {
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	gap: 2rem;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	padding-top: 3.5rem;
}

.footer-top {
	display: grid;
	grid-template-columns: minmax(260px, 0.9fr) minmax(0, 2.6fr);
	gap: 4rem;
	align-items: flex-start;
}

.footer-brand {
	display: flex;
	flex-direction: column;
	gap: 1.4rem;
}

.footer-brand p {
	max-width: 300px;
	color: var(--text-secondary);
	font-size: 0.96rem;
	line-height: 1.65;
}

.footer-brand-name {
	color: #ffffff;
	font-family: var(--font-display);
	font-size: 1.8rem;
	font-weight: 800;
}

.footer-contact-list {
	display: flex;
	flex-direction: column;
	gap: 0.85rem;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	padding-top: 1.25rem;
}

.footer-contact-list a,
.footer-contact-list span {
	display: inline-flex;
	align-items: center;
	gap: 0.8rem;
	color: var(--text-secondary);
}

.footer-contact-list i {
	color: var(--primary-light);
}

.footer-links {
	display: grid;
	grid-template-columns: repeat(4, minmax(150px, 1fr));
	gap: 2.5rem;
}

.footer-column {
	display: flex;
	flex-direction: column;
	gap: 0.85rem;
}

.footer-column h4 {
	color: var(--primary-light);
	font-size: 0.85rem;
	text-transform: uppercase;
	letter-spacing: 0;
	margin-bottom: 0.55rem;
}

.footer-column--legal {
	color: #ffb84d;
}

.footer-column a,
.footer-muted-link {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	color: var(--text-secondary);
	font-size: 0.96rem;
	line-height: 1.35;
}

.footer-column a:hover {
	color: var(--primary-light);
}

.footer-column a i,
.footer-muted-link i {
	color: var(--text-muted);
	font-size: 0.78rem;
}

.footer-security-card {
	display: grid;
	grid-template-columns: 42px minmax(0, 1fr);
	gap: 0.85rem;
	align-items: start;
	margin-top: 1rem;
	border: 1px solid rgba(0, 102, 255, 0.18);
	border-radius: 10px;
	padding: 1rem;
	background: rgba(9, 14, 26, 0.72);
}

.footer-security-card > i {
	width: 36px;
	height: 36px;
	border-radius: 10px;
	display: grid;
	place-items: center;
	color: var(--primary-light);
	background: rgba(0, 102, 255, 0.14);
}

.footer-security-card strong {
	display: block;
	color: #ffffff;
	font-size: 0.9rem;
	line-height: 1.25;
}

.footer-security-card p {
	margin-top: 0.35rem;
	color: var(--text-secondary);
	font-size: 0.8rem;
	line-height: 1.5;
}

.footer-bottom {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-top: 1px solid rgba(255, 255, 255, 0.05);
	padding-top: 2rem;
	flex-wrap: wrap;
	gap: 1rem;
	font-size: 0.8rem;
}

.footer-socials {
	display: flex;
	gap: 1rem;
}

.social-link {
	width: 46px;
	height: 46px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.03);
	border: 1px solid rgba(255, 255, 255, 0.1);
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ffffff;
	transition: var(--transition);
}

.social-link:hover {
	background: rgba(0, 102, 255, 0.1);
	border-color: var(--primary);
	color: var(--primary-light);
}

.auth-modal {
	position: fixed;
	inset: 0;
	z-index: 10000;
	display: none;
	align-items: center;
	justify-content: center;
	padding: 16px;
	background: rgba(2, 3, 6, 0.88);
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
}

.auth-modal.is-open {
	display: flex;
}

.video-modal {
	position: fixed;
	inset: 0;
	z-index: 10000;
	display: none;
	align-items: center;
	justify-content: center;
	padding: 16px;
	background: rgba(2, 3, 6, 0.9);
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
}

.video-modal.is-open {
	display: flex;
}

.video-dialog {
	position: relative;
	width: 100%;
	max-width: 880px;
	border: 1px solid rgba(0, 102, 255, 0.2);
	border-radius: 12px;
	padding: 12px;
	background: rgba(10, 15, 30, 0.9);
	box-shadow:
		0 20px 40px rgba(0, 0, 0, 0.5),
		0 0 45px rgba(0, 102, 255, 0.08);
	backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px);
}

.video-dialog video {
	display: block;
	width: 100%;
	max-height: 78vh;
	border-radius: 8px;
	background: #000;
}

.video-close {
	position: absolute;
	top: -14px;
	right: -14px;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	border: 1px solid rgba(0, 102, 255, 0.3);
	color: var(--text-primary);
	background: rgba(10, 15, 30, 0.95);
	font-size: 1.25rem;
	line-height: 1;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
}

.auth-dialog {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 16px;
	width: 100%;
	max-width: 400px;
	border: 1px solid rgba(0, 102, 255, 0.2);
	border-radius: 8px;
	padding: 24px;
	background: rgba(10, 15, 30, 0.82);
	box-shadow:
		0 20px 40px rgba(0, 0, 0, 0.5),
		0 0 45px rgba(0, 102, 255, 0.08);
	backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px);
	font-family: var(--font-body);
}

.auth-close {
	position: absolute;
	top: 12px;
	right: 16px;
	border: 0;
	color: var(--text-secondary);
	background: transparent;
	font-size: 1.5rem;
	line-height: 1;
	cursor: pointer;
}

.auth-header {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 6px;
	text-align: center;
}

.auth-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	margin-bottom: 2px;
	border-radius: 8px;
	background: linear-gradient(135deg, var(--primary), var(--accent-red));
	box-shadow: 0 0 18px rgba(0, 102, 255, 0.28);
}

.auth-icon-svg {
	width: 19px;
	height: 19px;
	fill: #ffffff;
}

.auth-title {
	font-family: var(--font-display);
	font-size: 21px;
	font-weight: 800;
	letter-spacing: 0;
	color: #ffffff;
}

.auth-subtitle {
	color: var(--text-secondary);
	font-size: 11px;
	line-height: 1.4;
}

.auth-tabs {
	display: flex;
	gap: 8px;
}

.auth-tab {
	flex: 1;
	border: 1px solid rgba(0, 102, 255, 0.18);
	border-radius: 8px;
	color: var(--text-secondary);
	background: rgba(255, 255, 255, 0.03);
	padding: 10px;
	font-family: var(--font-body);
	font-size: 12px;
	font-weight: 600;
	cursor: pointer;
}

.auth-tab--active {
	border-color: transparent;
	color: #ffffff;
	background: linear-gradient(135deg, var(--primary), var(--accent-red));
}

.auth-form-stack {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.auth-label {
	display: block;
	margin-bottom: 4px;
	color: var(--text-secondary);
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.5px;
	text-transform: uppercase;
}

.auth-input {
	width: 100%;
	border: 1px solid rgba(0, 102, 255, 0.18);
	border-radius: 8px;
	outline: 0;
	color: #ffffff;
	background: rgba(0, 0, 0, 0.28);
	padding: 9px;
	font-size: 13px;
}

.auth-input:focus {
	border-color: var(--primary);
	box-shadow: 0 0 0 3px rgba(0, 102, 255, 0.18);
}

.auth-terms {
	align-items: flex-start;
	gap: 8px;
	color: #cbd5e1;
	font-size: 11px;
	line-height: 1.45;
}

.auth-checkbox {
	margin-top: 2px;
	accent-color: var(--primary);
}

.auth-forgot {
	color: var(--text-secondary);
	text-align: right;
	font-size: 11px;
}

.auth-error {
	display: none;
	color: #f87171;
	text-align: center;
	font-size: 12px;
}

.auth-success {
	display: none;
	align-items: center;
	gap: 8px;
	border: 1px solid rgba(16, 185, 129, 0.3);
	border-radius: 8px;
	color: #34d399;
	background: rgba(16, 185, 129, 0.1);
	padding: 10px 12px;
	font-size: 12px;
	line-height: 1.4;
}

.auth-message-icon {
	width: 18px;
	height: 18px;
	flex-shrink: 0;
}

.auth-submit {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	width: 100%;
	border: 0;
	border-radius: 8px;
	color: #ffffff;
	background: linear-gradient(135deg, var(--primary), var(--accent-red));
	padding: 10px;
	box-shadow: 0 4px 15px rgba(0, 102, 255, 0.25);
	font-family: var(--font-display);
	font-size: 14px;
	font-weight: 700;
	cursor: pointer;
}

.auth-submit-icon {
	width: 16px;
	height: 16px;
}

/* Light mode full-page readability pass */
body.theme-light .dash-view,
body.theme-light .prompt-view,
body.theme-light .prompt-bubble,
body.theme-light .mock-dash-card,
body.theme-light .mock-dash-table-wrapper,
body.theme-light .solution-visual,
body.theme-light .problem-outcomes,
body.theme-light .process-benefits,
body.theme-light .use-case-cta,
body.theme-light .deliverables-outcomes,
body.theme-light .differentiation-outcomes {
	background:
		radial-gradient(circle at 0% 0%, rgba(0, 210, 255, 0.1), transparent 32%),
		linear-gradient(145deg, rgba(255, 255, 255, 0.95), rgba(232, 244, 255, 0.84));
	border-color: rgba(0, 102, 255, 0.18);
	box-shadow: 0 20px 60px rgba(15, 23, 42, 0.1);
}

body.theme-light .sim-header {
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(224, 241, 255, 0.88));
	border-color: rgba(0, 102, 255, 0.18);
}

body.theme-light .sim-tab {
	color: #53657c;
}

body.theme-light .sim-tab.active {
	color: var(--primary);
	background: rgba(0, 102, 255, 0.1);
	border-color: rgba(0, 102, 255, 0.22);
}

body.theme-light .sim-input-box,
body.theme-light .dash-view .sim-input-box,
body.theme-light .prompt-bubble {
	background: rgba(255, 255, 255, 0.82);
	color: #07111f;
	border-color: rgba(0, 102, 255, 0.2);
}

body.theme-light .typed-line,
body.theme-light .prompt-bubble,
body.theme-light .mock-dash-card,
body.theme-light .mock-dash-table,
body.theme-light .mock-dash-table th,
body.theme-light .mock-dash-table td,
body.theme-light .mock-dash-title,
body.theme-light .card-value,
body.theme-light .problem-list strong,
body.theme-light .problem-impact strong,
body.theme-light .problem-outcomes strong,
body.theme-light .process-benefits strong,
body.theme-light .use-case-cta strong,
body.theme-light .deliverables-outcomes strong,
body.theme-light .differentiation-outcomes strong,
body.theme-light .flow-label span,
body.theme-light .flow-step small {
	color: #07111f;
}

body.theme-light .sim-progress-row span,
body.theme-light .mock-dash-card span,
body.theme-light .mock-dash-table td,
body.theme-light .problem-list span,
body.theme-light .problem-impact span,
body.theme-light .problem-outcomes span,
body.theme-light .process-benefits span,
body.theme-light .use-case-cta p,
body.theme-light .deliverables-outcomes span,
body.theme-light .differentiation-outcomes span,
body.theme-light .differentiation-outcomes small {
	color: #405169;
}

body.theme-light .mock-dash-table-wrapper {
	overflow: hidden;
	background: rgba(255, 255, 255, 0.9);
	border-color: rgba(0, 102, 255, 0.18);
}

body.theme-light .mock-dash-table th {
	background: linear-gradient(135deg, rgba(222, 241, 255, 0.96), rgba(239, 249, 255, 0.92));
	color: #17406f;
	border-bottom: 1px solid rgba(0, 102, 255, 0.18);
}

body.theme-light .mock-dash-table td {
	background: rgba(255, 255, 255, 0.72);
	border-bottom: 1px solid rgba(0, 102, 255, 0.12);
}

body.theme-light .mock-dash-table tr:nth-child(even) td {
	background: rgba(232, 244, 255, 0.62);
}

body.theme-light .mock-dash-table tr:last-child td {
	border-bottom: 0;
}

body.theme-light .status-badge.shipped {
	background: rgba(0, 245, 212, 0.22);
	color: #008a79;
}

body.theme-light .status-badge.transit {
	background: rgba(0, 210, 255, 0.18);
	color: #007fa8;
}

body.theme-light .status-badge.pending {
	background: rgba(0, 102, 255, 0.15);
	color: #0059d6;
}

body.theme-light .use-case-link {
	color: #17406f;
	background: rgba(255, 255, 255, 0.7);
	border-color: rgba(0, 102, 255, 0.16);
	border-radius: 999px;
	padding: 0.25rem 0.5rem;
}

body.theme-light .use-case-link:hover,
body.theme-light .use-case-link:focus-visible {
	color: var(--primary);
	background: rgba(0, 102, 255, 0.1);
	outline: none;
}

body.theme-light .social-link {
	color: #17406f;
	background: rgba(255, 255, 255, 0.78);
	border-color: rgba(0, 102, 255, 0.16);
}

body.theme-light .social-link:hover,
body.theme-light .social-link:focus-visible {
	color: #ffffff;
	background: linear-gradient(135deg, var(--primary), var(--accent-red));
	border-color: rgba(0, 210, 255, 0.36);
	outline: none;
}

/* Subtle section reveal motion */
.motion-ready .motion-item {
	opacity: 0;
	filter: blur(8px);
	transform: translateY(22px) scale(0.985);
	transition:
		opacity 0.75s cubic-bezier(0.16, 1, 0.3, 1),
		filter 0.75s cubic-bezier(0.16, 1, 0.3, 1),
		transform 0.75s cubic-bezier(0.16, 1, 0.3, 1);
	transition-delay: calc(var(--motion-order, 0) * 70ms);
	will-change: opacity, filter, transform;
}

.motion-ready .hero .motion-item {
	transform: translateY(16px) scale(0.99);
}

.motion-ready .motion-section.is-visible .motion-item,
.motion-ready .motion-section.is-visible.motion-item {
	opacity: 1;
	filter: blur(0);
	transform: translateY(0) scale(1);
}

.motion-ready .motion-section.is-visible .motion-item {
	will-change: auto;
}

.motion-ready .section-kicker i,
.motion-ready .audience-icon,
.motion-ready .deliverable-icon,
.motion-ready .differentiation-card-icon,
.motion-ready .about-message h2 i,
.motion-ready .about-cta > i {
	transition:
		box-shadow 0.35s ease,
		transform 0.35s ease;
}

.motion-ready .motion-section.is-visible .section-kicker i,
.motion-ready .motion-section.is-visible .audience-icon,
.motion-ready .motion-section.is-visible .deliverable-icon,
.motion-ready .motion-section.is-visible .differentiation-card-icon,
.motion-ready .motion-section.is-visible .about-message h2 i,
.motion-ready .motion-section.is-visible .about-cta > i {
	box-shadow: 0 0 26px rgba(0, 102, 255, 0.18);
}

/* Animations */
@keyframes fadeIn {
	from {
		opacity: 0;
		transform: translateY(10px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translateY(15px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

/* Responsive Layouts (Mobile First) */
@media (max-width: 1024px) {
	header {
		background: rgba(4, 6, 10, 0.92);
	}

	.nav-container {
		position: relative;
		padding: 0.9rem 1.25rem;
		gap: 0.75rem;
	}

	.nav-links {
		position: fixed;
		top: 74px;
		left: 1rem;
		right: 1rem;
		display: none;
		flex-direction: column;
		gap: 0;
		padding: 0.75rem;
		background: rgba(7, 11, 20, 0.98);
		border: 1px solid var(--border-color);
		border-radius: 8px;
		box-shadow: 0 24px 50px rgba(0, 0, 0, 0.36);
		backdrop-filter: blur(18px);
		-webkit-backdrop-filter: blur(18px);
	}

	body.theme-light header {
		background: rgba(247, 251, 255, 0.94);
	}

	body.theme-light .nav-links {
		background: rgba(255, 255, 255, 0.98);
		border-color: rgba(0, 102, 255, 0.17);
		box-shadow: 0 24px 50px rgba(15, 23, 42, 0.14);
	}

	body.nav-open .nav-links {
		display: flex;
	}

	.nav-links a {
		width: 100%;
		padding: 0.9rem 1rem;
		border-radius: 8px;
		color: var(--text-primary);
		font-size: 1rem;
	}

	.nav-links a:hover,
	.nav-links a:focus-visible {
		background: rgba(0, 102, 255, 0.12);
		outline: none;
	}

	.nav-actions {
		gap: 0.65rem;
	}

	.startup-badge-nav {
		display: none;
	}

	.menu-toggle {
		display: flex;
	}

	.hero {
		grid-template-columns: 1fr;
		padding-top: 8rem;
		gap: 3rem;
		text-align: center;
	}

	.hero-info {
		align-items: center;
	}

	.startup-status-banner {
		align-self: center;
	}

	.waitlist-form,
	.waitlist-success {
		margin-left: auto;
		margin-right: auto;
		width: 100%;
	}

	.hero-benefits {
		margin-left: auto;
		margin-right: auto;
	}

	.simulator-window {
		max-width: 760px;
		margin-left: auto;
		margin-right: auto;
	}

	.process-grid,
	.deliverables-grid,
	.differentiation-grid,
	.features-grid,
	.audience-grid,
	.solution-grid,
	.use-case-grid,
	.problem-diagnosis-grid {
		grid-template-columns: 1fr;
		gap: 1.5rem;
	}

	.deliverable-card {
		min-height: auto;
	}

	.deliverables-outcomes {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 1rem;
	}

	.deliverables-outcomes > div {
		border-left: 0;
		padding: 0;
	}

	.differentiation-card {
		min-height: auto;
	}

	.differentiation-outcomes {
		grid-template-columns: 1fr;
	}

	.differentiation-timeline {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.differentiation-timeline > i {
		display: none;
	}

	.process-card {
		min-height: auto;
	}

	.process-card::before,
	.process-card::after {
		display: none;
	}

	.process-benefits {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 1rem;
	}

	.process-benefits > div {
		border-left: 0;
		padding: 0;
	}

	.about-card {
		grid-template-columns: 1fr;
	}

	.founder-profile {
		grid-template-columns: 120px minmax(0, 1fr);
		border-right: 0;
		border-bottom: 1px solid rgba(255, 255, 255, 0.1);
		padding-right: 0;
		padding-bottom: 2rem;
	}

	.founder-avatar {
		width: 120px;
		height: 120px;
		font-size: 2.2rem;
	}

	.about-values {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.footer-top {
		grid-template-columns: 1fr;
		gap: 2.5rem;
	}

	.footer-links {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.use-case-cta {
		grid-template-columns: 52px minmax(0, 1fr);
	}

	.use-case-cta .btn-submit {
		grid-column: 1 / -1;
		width: 100%;
	}

	.problem-outcomes {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.problem-outcomes div:nth-child(2) {
		border-right: 0;
	}

	.footer-links {
		gap: 2rem;
	}

}

@media (max-width: 1180px) and (min-width: 1025px) {
	.deliverables-grid,
	.differentiation-grid,
	.audience-grid {
		grid-template-columns: 1fr;
	}

	.deliverable-card,
	.differentiation-card,
	.audience-card {
		min-height: auto;
	}

	.deliverables-outcomes,
	.differentiation-outcomes {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 1rem;
	}

	.deliverables-outcomes > div {
		border-left: 0;
		padding: 0;
	}

	.differentiation-timeline {
		grid-template-columns: 1fr;
	}

	.differentiation-timeline > i {
		display: none;
	}
}

@media (max-width: 768px) {
	header {
		padding: 0.75rem 1rem;
	}

	header .btn-submit {
		font-size: 0.78rem;
		padding: 0.4rem 0.85rem;
	}

	.nav-container {
		padding: 0.75rem 1rem;
		gap: 0.5rem;
	}

	.logo-text {
		font-size: 1.4rem;
	}

	.lang-switch-btn {
		font-size: 0.78rem;
		min-width: 36px;
		width: 36px;
		height: 36px;
		padding: 0;
	}

	.theme-switch-btn {
		width: 36px;
		height: 36px;
		font-size: 0.85rem;
	}

	.startup-status-banner {
		border-radius: 8px;
		white-space: normal;
		text-align: center;
		font-size: 0.78rem;
		padding: 0.4rem 0.75rem;
		max-width: 100%;
		justify-content: center;
	}

	/* Hero */
	.hero {
		padding: 6rem 1.25rem 3.5rem;
		gap: 2.5rem;
	}

	.hero-title {
		font-size: clamp(2rem, 8vw, 2.8rem);
	}

	.hero-subtitle {
		font-size: 1rem;
	}

	.prompt-action-row,
	.hero-cta-row {
		align-items: stretch;
		flex-direction: column;
	}

	.btn-secondary,
	.prompt-action-row .btn-submit {
		width: 100%;
	}

	.prompt-suggestions {
		align-items: stretch;
	}

	.prompt-chip {
		flex: 1 1 calc(50% - 0.5rem);
		min-width: min(100%, 150px);
		white-space: normal;
	}

	/* Waitlist form */
	.waitlist-form {
		flex-direction: column;
		gap: 0.75rem;
	}

	.waitlist-form input,
	.waitlist-form .btn-submit {
		width: 100%;
		font-size: 0.95rem;
	}

	/* Mock dashboard inside hero */
	.simulator-window {
		min-height: 0;
		height: auto;
	}

	.sim-body {
		padding: 1rem;
	}

	.prompt-view {
		min-height: 0;
		padding: 1rem;
	}

	.sim-tabs {
		margin-left: 0.5rem;
		gap: 0.25rem;
		overflow-x: auto;
		padding-bottom: 2px;
	}

	.sim-tab {
		font-size: 0.72rem;
		padding: 0.3rem 0.45rem;
		white-space: nowrap;
	}

	.mock-dash-stats {
		grid-template-columns: repeat(2, 1fr);
	}

	.sim-result-card {
		margin: 0 1rem 1rem;
	}

	/* Section paddings */
	section {
		padding-left: 1.25rem !important;
		padding-right: 1.25rem !important;
	}

	.section-header {
		margin-bottom: 2rem;
	}

	.section-header h2 {
		font-size: var(--title-section-size);
	}

	.solution-section .section-header h2 {
		font-size: var(--title-section-size);
	}

	.solution-card {
		min-height: auto;
		padding: 1.5rem;
	}

	.solution-visual {
		margin-top: 1.5rem;
	}

	.section-kicker {
		font-size: 0.82rem;
		text-align: center;
	}

	.problem-diagnosis-card {
		min-height: auto;
		padding: 1.35rem;
	}

	.problem-card-heading {
		align-items: flex-start;
		gap: 0.9rem;
	}

	.problem-card-heading h3 {
		font-size: 1.35rem;
	}

	.problem-heading-icon {
		width: 52px;
		height: 52px;
	}

	.problem-list li {
		grid-template-columns: 44px minmax(0, 1fr);
		gap: 0.85rem;
		padding: 0.85rem 0;
	}

	.problem-list li > i {
		width: 42px;
		height: 42px;
		font-size: 1rem;
	}

	.problem-outcomes {
		grid-template-columns: 1fr;
	}

	.problem-outcomes div,
	.problem-outcomes div:nth-child(2) {
		border-right: 0;
		border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	}

	.problem-outcomes div:last-child {
		border-bottom: 0;
	}

	/* Footer */
	.footer-top {
		grid-template-columns: 1fr;
		gap: 2.5rem;
	}

	.footer-links {
		grid-template-columns: 1fr;
		gap: 1.5rem;
	}

	.footer-bottom {
		flex-direction: column-reverse;
		text-align: center;
		gap: 0.75rem;
	}

	.auth-dialog {
		max-height: calc(100vh - 32px);
		overflow-y: auto;
		padding: 20px;
	}
}

@media (max-width: 480px) {
	.hero {
		padding: 5.5rem 1rem 3rem;
	}

	.prompt-chip {
		flex-basis: 100%;
	}

	.hero-benefits {
		grid-template-columns: 1fr;
		gap: 0.9rem;
		text-align: left;
	}

	.sim-header {
		align-items: flex-start;
		gap: 0.75rem;
		flex-wrap: wrap;
	}

	.sim-tabs {
		order: 3;
		width: 100%;
		margin-left: 0;
		justify-content: flex-start;
	}

	.log-item {
		grid-template-columns: 22px minmax(0, 1fr);
		align-items: flex-start;
	}

	.log-item.success::after {
		grid-column: 2;
	}

	.sim-result-card {
		grid-template-columns: 1fr;
		text-align: left;
	}

	.auth-tabs {
		flex-direction: column;
	}

	.mock-dash-stats {
		grid-template-columns: 1fr;
	}

	.process-grid,
	.deliverables-grid,
	.differentiation-grid,
	.features-grid,
	.audience-grid,
	.solution-grid,
	.use-case-grid,
	.problem-diagnosis-grid {
		gap: 1rem;
	}

	.deliverable-card {
		padding: 1.15rem;
	}

	.deliverable-icon {
		width: 58px;
		height: 58px;
	}

	.deliverables-outcomes {
		grid-template-columns: 1fr;
		padding: 1rem;
	}

	.differentiation-card {
		padding: 3.9rem 1.15rem 1.15rem;
	}

	.differentiation-card h3,
	.differentiation-card > p {
		max-width: none;
	}

	.differentiation-list li {
		grid-template-columns: 48px minmax(0, 1fr);
	}

	.differentiation-outcomes {
		grid-template-columns: 1fr;
		padding: 1rem;
	}

	.differentiation-outcomes-main,
	.differentiation-timeline span {
		grid-template-columns: 52px minmax(0, 1fr);
	}

	.differentiation-outcomes-main i {
		width: 52px;
		height: 52px;
		font-size: 1.2rem;
	}

	.differentiation-timeline {
		grid-template-columns: 1fr;
		gap: 0.8rem;
	}

	.deliverables-outcomes-main i {
		width: 52px;
		height: 52px;
		font-size: 1.25rem;
	}

	.process-card {
		padding: 1.25rem;
	}

	.process-benefits {
		grid-template-columns: 1fr;
		padding: 1rem;
	}

	.process-benefits-main i {
		width: 52px;
		height: 52px;
		font-size: 1.25rem;
	}

	.use-case-card {
		grid-template-columns: 54px minmax(0, 1fr);
		padding: 1rem;
	}

	.about-section,
	footer {
		padding-left: 1rem;
		padding-right: 1rem;
	}

	.about-card {
		padding: 1.2rem;
	}

	.founder-profile {
		grid-template-columns: 1fr;
		text-align: center;
		justify-items: center;
	}

	.founder-location,
	.founder-promise {
		justify-content: center;
	}

	.about-message h2 {
		align-items: flex-start;
		font-size: 1.2rem;
	}

	.about-values {
		grid-template-columns: 1fr;
	}

	.about-cta {
		padding: 1.2rem;
	}

	.audience-card {
		padding: 1.2rem;
		min-height: auto;
	}

	.audience-card-top {
		grid-template-columns: 1fr;
		gap: 1rem;
	}

	.audience-icon {
		width: 58px;
		height: 58px;
		font-size: 1.4rem;
	}

	.audience-card h3 {
		max-width: none;
		font-size: 1.35rem;
	}

	.use-case-icon,
	.use-case-cta > i {
		width: 46px;
		height: 46px;
		font-size: 1.1rem;
	}

	.use-case-cta {
		grid-template-columns: 1fr;
		padding: 1rem;
		text-align: left;
	}

	.solution-card {
		padding: 1.15rem;
	}

	.solution-icon {
		width: 58px;
		height: 58px;
	}

	.solution-visual--flow {
		gap: 0.45rem;
	}

	.solution-visual--flow span {
		width: 58px;
		height: 58px;
	}

	.solution-visual--steps i {
		width: 54px;
		height: 54px;
	}

	.solution-visual--steps span:not(:last-child)::after {
		display: none;
	}

	.problem-diagnosis-card {
		padding: 1rem;
	}

	.problem-list strong {
		font-size: 0.94rem;
	}

	.problem-list span {
		font-size: 0.86rem;
	}

	.problem-outcomes {
		padding: 0.75rem;
	}

	.problem-outcomes div {
		padding: 0.75rem 0.5rem;
	}
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}

	*,
	*::before,
	*::after {
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
	}
}
