/* ============================================================
   LUMOVEX — Cinematic Presentation Theme  v1.0.0
   Palette:  Void #050508 · Carbon #0e0e16 · Blue #3e7bfa
             Violet #9333ea · Spotlight #f4f6ff · Mesh Cyan #6ee7ff
   Type:     Anton (display) · Caveat (script) · Inter (UI/body)
   ============================================================ */

:root {
	--lx-void: #050508;
	--lx-carbon: #0e0e16;
	--lx-carbon-2: #13131f;
	--lx-line: rgba(255, 255, 255, 0.07);
	--lx-line-strong: rgba(124, 96, 250, 0.35);
	--lx-blue: #3e7bfa;
	--lx-blue-soft: #8db2ff;
	--lx-violet: #9333ea;
	--lx-violet-soft: #c084fc;
	--lx-cyan: #6ee7ff;
	--lx-white: #f4f6ff;
	--lx-body: #b6bccd;
	--lx-muted: #7d8398;
	--lx-grad: linear-gradient(100deg, var(--lx-blue), var(--lx-violet));
	--lx-grad-text: linear-gradient(98deg, #6ea4ff 0%, #8b5cf6 55%, #c084fc 100%);
	--lx-radius: 26px;
	--lx-display: 'Anton', 'Arial Narrow', Impact, sans-serif;
	--lx-script: 'Caveat', 'Segoe Script', cursive;
	--lx-ui: 'Inter', system-ui, -apple-system, sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
	html { scroll-behavior: auto; }
	*, *::before, *::after { animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; }
}

body {
	font-family: var(--lx-ui);
	background: var(--lx-void);
	color: var(--lx-white);
	overflow-x: hidden;
	-webkit-font-smoothing: antialiased;
}

img { max-width: 100%; height: auto; }
a { color: var(--lx-blue-soft); }

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px; width: 1px;
	overflow: hidden; position: absolute !important;
	word-wrap: normal !important;
}
.skip-link:focus {
	clip: auto; clip-path: none;
	position: fixed !important; top: 10px; left: 10px;
	z-index: 2000; padding: 0.6rem 1rem;
	background: var(--lx-blue); color: #fff;
	border-radius: 8px; height: auto; width: auto;
}

/* ========= APP SHELL ========= */
.lx-app {
	display: flex;
	height: 100vh;
	height: 100dvh;
	width: 100%;
	background: radial-gradient(circle at 18% 28%, #12101f, var(--lx-void) 65%);
}

/* ========= SIDEBAR ========= */
.lx-sidebar {
	width: 272px;
	flex-shrink: 0;
	display: flex;
	flex-direction: column;
	background: rgba(10, 10, 17, 0.92);
	border-right: 1px solid var(--lx-line);
	overflow-y: auto;
	transition: width 0.25s ease;
	z-index: 40;
}
.lx-sidebar.collapsed { width: 72px; }

.lx-sidebar-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.5rem;
	padding: 1.1rem 0.9rem;
	border-bottom: 1px solid var(--lx-line);
}
.lx-brand { display: flex; align-items: center; gap: 0.6rem; text-decoration: none; overflow: hidden; }
.lx-brand img, .lx-logo-img, .custom-logo { width: 40px; height: 40px; object-fit: contain; flex-shrink: 0; }
.lx-brand-text {
	font-family: var(--lx-display);
	font-size: 1.16rem;
	letter-spacing: 0.06em;
	line-height: 1;
	background: linear-gradient(120deg, #fff 10%, #9db9ff 55%, #b88cf9 100%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	white-space: nowrap;
}
.lx-brand-text small {
	display: block;
	font-family: var(--lx-ui);
	font-size: 0.52rem;
	font-weight: 700;
	letter-spacing: 0.42em;
	color: var(--lx-violet-soft);
	-webkit-text-fill-color: var(--lx-violet-soft);
	margin-top: 0.28rem;
}
.lx-collapse {
	background: rgba(255, 255, 255, 0.05);
	border: none;
	color: var(--lx-muted);
	width: 32px; height: 32px;
	border-radius: 9px;
	cursor: pointer;
	flex-shrink: 0;
	transition: background 0.2s, color 0.2s;
}
.lx-collapse:hover, .lx-collapse:focus-visible { background: #262637; color: #fff; }

.lx-sidebar-tag {
	font-family: var(--lx-script);
	font-size: 1.02rem;
	color: var(--lx-blue-soft);
	text-align: center;
	padding: 0.7rem 0.9rem 0.4rem;
	white-space: nowrap;
	overflow: hidden;
}

.lx-nav { flex: 1; padding: 0.5rem 0.7rem; display: flex; flex-direction: column; gap: 0.25rem; }
.lx-nav-item {
	display: flex;
	align-items: center;
	gap: 0.85rem;
	padding: 0.72rem 0.9rem;
	border-radius: 12px;
	color: #cfd4e2;
	font-size: 0.9rem;
	font-weight: 500;
	text-decoration: none;
	white-space: nowrap;
	transition: background 0.15s, color 0.15s;
}
.lx-nav-item i { width: 22px; text-align: center; color: var(--lx-muted); transition: color 0.15s; }
.lx-nav-item:hover, .lx-nav-item:focus-visible { background: rgba(62, 123, 250, 0.13); color: #fff; }
.lx-nav-item:hover i { color: var(--lx-blue-soft); }
.lx-nav-item.active { background: rgba(147, 51, 234, 0.16); color: #fff; }
.lx-nav-item.active i { color: var(--lx-violet-soft); }

.lx-sidebar.collapsed .lx-brand-text,
.lx-sidebar.collapsed .lx-sidebar-tag,
.lx-sidebar.collapsed .lx-nav-item span,
.lx-sidebar.collapsed .lx-sidebar-foot span { display: none; }
.lx-sidebar.collapsed .lx-nav-item { justify-content: center; }
.lx-sidebar.collapsed .lx-sidebar-head { justify-content: center; flex-wrap: wrap; }

.lx-sidebar-foot {
	padding: 1rem;
	border-top: 1px solid var(--lx-line);
	color: var(--lx-muted);
	font-size: 0.78rem;
	display: flex;
	align-items: center;
	gap: 0.55rem;
	white-space: nowrap;
}
.lx-sidebar-foot i { color: var(--lx-violet-soft); }

/* ========= MAIN / SCROLL ========= */
.lx-main { flex: 1; display: flex; flex-direction: column; overflow: hidden; position: relative; }
.lx-scroll { flex: 1; overflow-y: auto; scroll-behavior: smooth; position: relative; }
.lx-scroll [id] { scroll-margin-top: 86px; }

/* ========= COMPACT STICKY ASK BAR ========= */
.lx-compact {
	position: absolute;
	top: 0; left: 0; right: 0;
	z-index: 80;
	display: flex;
	align-items: center;
	gap: 0.8rem;
	padding: 0.65rem 1.2rem;
	background: rgba(8, 8, 14, 0.96);
	backdrop-filter: blur(14px);
	border-bottom: 1px solid var(--lx-line-strong);
	box-shadow: 0 8px 22px rgba(0, 0, 0, 0.4);
	transform: translateY(-100%);
	opacity: 0;
	pointer-events: none;
	transition: transform 0.28s cubic-bezier(0.2, 0.8, 0.3, 1), opacity 0.22s ease;
}
.lx-compact.visible { transform: translateY(0); opacity: 1; pointer-events: auto; }
.lx-compact-brand img { width: 30px; height: 30px; }
.lx-compact-input { flex: 1; background: #181826; border: 1px solid #292938; border-radius: 40px; transition: border-color 0.2s, box-shadow 0.2s; }
.lx-compact-input:focus-within { border-color: var(--lx-violet); box-shadow: 0 0 0 2px rgba(147, 51, 234, 0.3); }
.lx-compact-input textarea {
	width: 100%; background: transparent; border: none; outline: none;
	color: var(--lx-white); font-family: var(--lx-ui); font-size: 0.9rem;
	padding: 0.68rem 1.2rem; resize: none; min-height: 42px; max-height: 90px; display: block;
}
.lx-compact-send { white-space: nowrap; }
.lx-compact-expand {
	background: rgba(255, 255, 255, 0.07);
	border: 1px solid #3a3a4d;
	color: #cbd2e4;
	padding: 0.5rem 0.95rem;
	border-radius: 40px;
	font-size: 0.75rem;
	font-weight: 600;
	cursor: pointer;
	display: flex; align-items: center; gap: 6px;
	transition: background 0.15s, border-color 0.15s;
}
.lx-compact-expand:hover, .lx-compact-expand:focus-visible { background: var(--lx-violet); border-color: var(--lx-violet); color: #fff; }

/* ========= BUTTONS ========= */
.lx-btn {
	display: inline-flex;
	align-items: center;
	gap: 0.55rem;
	padding: 0.62rem 1.4rem;
	border-radius: 40px;
	border: none;
	font-family: var(--lx-ui);
	font-weight: 700;
	font-size: 0.92rem;
	text-decoration: none;
	cursor: pointer;
	transition: filter 0.18s, transform 0.18s, background 0.18s, color 0.18s;
}
.lx-btn-grad { background: var(--lx-grad); color: #fff; box-shadow: 0 8px 26px rgba(98, 78, 245, 0.35); }
.lx-btn-grad:hover, .lx-btn-grad:focus-visible { filter: brightness(1.14); transform: translateY(-1px); color: #fff; }
.lx-btn-ghost { background: transparent; border: 1px solid rgba(147, 51, 234, 0.65); color: #cbb2ff; }
.lx-btn-ghost:hover, .lx-btn-ghost:focus-visible { background: rgba(147, 51, 234, 0.18); color: #fff; }
.lx-btn-lg { padding: 0.85rem 1.9rem; font-size: 1.02rem; }

/* ========= HERO ========= */
.lx-hero {
	position: relative;
	background:
		radial-gradient(620px 340px at 78% 8%, rgba(147, 51, 234, 0.18), transparent 70%),
		radial-gradient(540px 300px at 18% 22%, rgba(62, 123, 250, 0.14), transparent 70%),
		linear-gradient(150deg, #0b0b13, #07070c);
	border-bottom: 1px solid var(--lx-line);
}
.lx-hero-inner { max-width: 980px; margin: 0 auto; padding: 2.6rem 1.5rem 2.2rem; text-align: center; }

.lx-eyebrow {
	display: inline-flex; align-items: center; gap: 0.5rem;
	font-size: 0.7rem; font-weight: 700; letter-spacing: 0.3em; text-transform: uppercase;
	color: var(--lx-blue-soft);
	border: 1px solid rgba(62, 123, 250, 0.35);
	background: rgba(62, 123, 250, 0.08);
	padding: 0.4rem 1rem; border-radius: 30px;
}
.lx-eyebrow i { color: var(--lx-violet-soft); }

.lx-trihead {
	font-family: var(--lx-display);
	font-weight: 400;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.18em;
	margin: 1.3rem 0 0.4rem;
	font-size: clamp(2.5rem, 6.4vw, 4.6rem);
	line-height: 0.94;
	letter-spacing: 0.015em;
	text-transform: uppercase;
}
.lx-tri { display: block; }
.lx-tri-white { color: var(--lx-white); }
.lx-tri-blue {
	background: linear-gradient(95deg, #5d9bff, #3e7bfa 70%);
	-webkit-background-clip: text; background-clip: text; color: transparent;
}
.lx-tri-violet {
	background: linear-gradient(95deg, #8b5cf6, #c084fc 80%);
	-webkit-background-clip: text; background-clip: text; color: transparent;
}

.lx-script-line { margin: 0.7rem 0 1.6rem; }
.lx-script-line span {
	font-family: var(--lx-script);
	font-size: clamp(1.35rem, 3vw, 1.9rem);
	font-weight: 700;
	color: var(--lx-cyan);
	background-image: linear-gradient(transparent 82%, rgba(147, 51, 234, 0.55) 82%);
	padding: 0 0.3rem 0.15rem;
}

/* Ask card */
.lx-ask {
	max-width: 760px;
	margin: 0 auto;
	background: #15151f;
	border: 1px solid #2a2a3a;
	border-radius: 28px;
	box-shadow: 0 14px 38px rgba(0, 0, 0, 0.45);
	transition: border-color 0.2s, box-shadow 0.2s;
	text-align: left;
}
.lx-ask:focus-within { border-color: var(--lx-violet); box-shadow: 0 0 0 3px rgba(147, 51, 234, 0.22), 0 14px 38px rgba(0, 0, 0, 0.45); }
.lx-ask-input {
	width: 100%; background: transparent; border: none; outline: none;
	color: var(--lx-white); font-family: var(--lx-ui); font-size: 1rem; line-height: 1.5;
	padding: 1.05rem 1.4rem 0.4rem; resize: none; min-height: 64px; max-height: 200px; display: block;
}
.lx-ask-actions {
	display: flex; align-items: center; justify-content: space-between; gap: 0.8rem;
	padding: 0.55rem 0.9rem 0.9rem 1.1rem;
	border-top: 1px solid rgba(255, 255, 255, 0.05);
	flex-wrap: wrap;
}
.lx-ask-hints { display: flex; flex-wrap: wrap; gap: 0.45rem; }
.lx-chip-btn {
	background: rgba(62, 123, 250, 0.1);
	border: 1px solid rgba(62, 123, 250, 0.32);
	color: #a9c4ff;
	font-size: 0.73rem; font-weight: 600;
	padding: 0.34rem 0.8rem; border-radius: 30px;
	cursor: pointer;
	transition: background 0.15s, color 0.15s, border-color 0.15s;
}
.lx-chip-btn:hover, .lx-chip-btn:focus-visible { background: rgba(147, 51, 234, 0.2); border-color: rgba(147, 51, 234, 0.55); color: #fff; }

.lx-hero-sub { margin-top: 1.1rem; font-size: 0.76rem; color: var(--lx-muted); letter-spacing: 0.04em; }

/* ========= CONTENT WRAP ========= */
.lx-content { padding: 1.4rem 1.5rem 3rem; }
.lx-grid { max-width: 1240px; margin: 0 auto; }

.lx-card {
	background: var(--lx-carbon);
	border: 1px solid #23232f;
	border-radius: var(--lx-radius);
	padding: clamp(1.6rem, 3.4vw, 2.6rem);
	margin-bottom: 2rem;
}

/* Full-bleed thematic panels */
.lx-panel {
	border-radius: var(--lx-radius);
	border: 1px solid #23232f;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	margin-bottom: 2rem;
	overflow: hidden;
}
.lx-panel-inner { padding: clamp(2.2rem, 4.6vw, 3.8rem) clamp(1.4rem, 3.6vw, 3rem); }

/* Type system */
.lx-kicker {
	display: inline-flex; align-items: center; gap: 0.5rem;
	font-size: 0.68rem; font-weight: 800; letter-spacing: 0.32em; text-transform: uppercase;
	color: var(--lx-blue-soft);
	margin-bottom: 0.9rem;
}
.lx-kicker i { color: var(--lx-violet-soft); }
.lx-kicker-alert { color: #fca5a5; }
.lx-kicker-alert i { color: #f87171; }

.lx-h2-display {
	font-family: var(--lx-display);
	font-weight: 400;
	text-transform: uppercase;
	line-height: 0.98;
	letter-spacing: 0.015em;
	font-size: clamp(2rem, 4.6vw, 3.4rem);
	display: flex; flex-direction: column; gap: 0.12em;
	margin-bottom: 0.9rem;
}
.lx-h2-lead { color: var(--lx-white); }
.lx-h2-grad {
	background: var(--lx-grad-text);
	-webkit-background-clip: text; background-clip: text; color: transparent;
}
.lx-h2-center { align-items: center; text-align: center; }

.lx-lede { font-size: 1.08rem; color: var(--lx-body); line-height: 1.65; max-width: 62ch; }
.lx-lede-wide { max-width: 76ch; }
.lx-lede-center { margin-inline: auto; text-align: center; }
.lx-body { color: var(--lx-body); line-height: 1.7; margin-top: 0.6rem; max-width: 70ch; }

.lx-script-inline {
	font-family: var(--lx-script);
	font-size: 1.35rem;
	font-weight: 700;
	color: var(--lx-cyan);
}
.lx-script-block { display: block; margin-top: 0.9rem; }
.lx-script-center { text-align: center; font-size: clamp(1.5rem, 3vw, 2rem); margin-top: 2rem; }
.lx-script-small { font-family: var(--lx-script); font-size: 1.3rem; font-weight: 700; color: var(--lx-violet-soft); margin-top: 0.6rem; }

/* ========= KEY ART ========= */
.lx-keyart { padding: 0; overflow: hidden; position: relative; }
.lx-keyart-img { display: block; width: 100%; height: auto; }
.lx-keyart-shade {
	position: absolute; inset: 0;
	background: linear-gradient(180deg, transparent 35%, rgba(5, 5, 9, 0.88) 92%);
	pointer-events: none;
}
.lx-keyart-copy { position: absolute; left: clamp(1rem, 3.5vw, 2.6rem); bottom: 4.6rem; right: clamp(1rem, 3.5vw, 2.6rem); display: flex; justify-content: flex-end; }

.lx-shield-badge {
	display: inline-flex; align-items: center; gap: 0.8rem;
	background: rgba(10, 9, 20, 0.82);
	border: 1.5px solid rgba(147, 51, 234, 0.65);
	box-shadow: 0 0 28px rgba(147, 51, 234, 0.3);
	border-radius: 18px;
	padding: 0.85rem 1.2rem;
	font-size: 0.86rem; font-weight: 600; color: #e7dcff;
	max-width: 320px;
	line-height: 1.4;
}
.lx-shield-badge i { font-size: 1.5rem; color: var(--lx-violet-soft); }
.lx-shield-badge strong { color: #fff; }

/* Ribbon (banner CTA strip) */
.lx-ribbon {
	display: flex; align-items: center; gap: 1rem;
	padding: 0.85rem 1.3rem;
	background: rgba(8, 8, 14, 0.92);
	border-top: 1px solid var(--lx-line-strong);
	position: absolute; left: 0; right: 0; bottom: 0;
}
.lx-ribbon-inline { position: static; border: 1px solid var(--lx-line-strong); border-radius: 18px; margin-top: 2.2rem; }
.lx-ribbon-arrows i {
	font-size: 1.3rem;
	background: var(--lx-grad-text);
	-webkit-background-clip: text; background-clip: text; color: transparent;
}
.lx-ribbon-text {
	font-family: var(--lx-display);
	font-size: clamp(0.95rem, 2.4vw, 1.35rem);
	letter-spacing: 0.05em;
	color: var(--lx-white);
	flex: 1;
	text-transform: uppercase;
}
.lx-ribbon-text strong {
	font-weight: 400;
	background: var(--lx-grad-text);
	-webkit-background-clip: text; background-clip: text; color: transparent;
}
.lx-ribbon-url { font-weight: 800; letter-spacing: 0.12em; font-size: 0.8rem; color: var(--lx-blue-soft); white-space: nowrap; display: inline-flex; align-items: center; gap: 0.45rem; }

/* ========= PILLARS ========= */
.lx-pillar-row { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 1.4rem; }
.lx-pillar { border-left: 1px solid var(--lx-line); padding-left: 1.3rem; }
.lx-pillar:first-child { border-left: none; padding-left: 0; }
.lx-pillar-icon {
	display: inline-flex; align-items: center; justify-content: center;
	width: 54px; height: 54px; border-radius: 50%;
	border: 1.5px solid rgba(147, 51, 234, 0.55);
	background: radial-gradient(circle at 30% 25%, rgba(62, 123, 250, 0.22), rgba(10, 10, 18, 0.6));
	margin-bottom: 0.9rem;
}
.lx-pillar-icon i { font-size: 1.35rem; color: var(--lx-blue-soft); }
.lx-pillar h3 {
	font-family: var(--lx-display);
	font-weight: 400;
	text-transform: uppercase;
	font-size: 1.25rem;
	letter-spacing: 0.03em;
	background: var(--lx-grad-text);
	-webkit-background-clip: text; background-clip: text; color: transparent;
	margin-bottom: 0.45rem;
}
.lx-pillar p { color: var(--lx-body); font-size: 0.92rem; line-height: 1.55; }
.lx-pillar-quote { font-style: italic; color: #d7defc; }
.lx-pillar-quote .lx-quote-mark { font-family: var(--lx-display); font-size: 2.6rem; line-height: 0.4; color: var(--lx-violet-soft); font-style: normal; }
.lx-pillar-quote p { font-size: 0.98rem; }

/* ========= THREAT ========= */
.lx-alert {
	display: flex; gap: 1.1rem; align-items: flex-start;
	max-width: 640px;
	background: rgba(12, 8, 20, 0.78);
	border: 1.5px solid rgba(192, 132, 252, 0.5);
	border-radius: 18px;
	padding: 1.2rem 1.4rem;
	margin: 1.6rem 0 0;
}
.lx-alert-icon i { font-size: 1.9rem; color: var(--lx-violet-soft); }
.lx-alert h3 { font-size: 1.08rem; font-weight: 700; color: var(--lx-white); }
.lx-alert h3 em { font-style: normal; color: var(--lx-violet-soft); }
.lx-alert p { color: var(--lx-body); font-size: 0.9rem; margin-top: 0.3rem; }

.lx-threat-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 1.2rem; margin-top: 1.8rem; }
.lx-threat-card {
	background: rgba(12, 12, 20, 0.78);
	border: 1px solid #2a2a3c;
	border-radius: 20px;
	padding: 1.4rem;
	transition: transform 0.2s ease, border-color 0.2s ease;
}
.lx-threat-card:hover { transform: translateY(-3px); border-color: rgba(147, 51, 234, 0.55); }
.lx-threat-card i { font-size: 1.7rem; color: var(--lx-violet-soft); margin-bottom: 0.8rem; display: block; }
.lx-threat-card h3 { font-size: 1rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.05em; color: var(--lx-blue-soft); margin-bottom: 0.45rem; }
.lx-threat-card p { color: var(--lx-body); font-size: 0.9rem; line-height: 1.55; }

/* ========= SOLUTION ========= */
.lx-solution-split { display: grid; grid-template-columns: minmax(260px, 4fr) 7fr; gap: clamp(1.4rem, 3vw, 2.6rem); align-items: center; }
.lx-solution-media { position: relative; margin: 0; }
.lx-solution-media img { display: block; border-radius: 20px; border: 1px solid #2a2a3c; }
.lx-shield-badge-float { position: absolute; left: 50%; bottom: -1rem; transform: translateX(-50%); max-width: 86%; }

.lx-pipeline {
	list-style: none;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
	gap: 1.1rem;
	margin-top: 2.6rem;
	counter-reset: lx-step;
}
.lx-step {
	position: relative;
	background: #12121d;
	border: 1px solid #272736;
	border-radius: 20px;
	padding: 1.3rem 1.1rem;
	transition: transform 0.2s ease, border-color 0.2s ease;
}
.lx-step:hover { transform: translateY(-3px); border-color: rgba(62, 123, 250, 0.5); }
.lx-step-icon {
	display: inline-flex; align-items: center; justify-content: center;
	width: 52px; height: 52px; border-radius: 50%;
	border: 1.5px solid rgba(62, 123, 250, 0.55);
	background: radial-gradient(circle at 30% 25%, rgba(147, 51, 234, 0.2), rgba(10, 10, 18, 0.6));
	margin-bottom: 0.8rem;
}
.lx-step-icon i { font-size: 1.2rem; color: var(--lx-cyan); }
.lx-step h3 { font-size: 0.8rem; font-weight: 800; letter-spacing: 0.16em; text-transform: uppercase; color: var(--lx-blue-soft); margin-bottom: 0.5rem; }
.lx-step p { color: var(--lx-body); font-size: 0.85rem; line-height: 1.55; }
.lx-step-arrow {
	position: absolute; right: -0.95rem; top: 2rem; z-index: 2;
	color: var(--lx-violet-soft); font-size: 0.95rem;
}

/* ========= CAPTURE ========= */
.lx-capture-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 1.2rem; margin-top: 1.9rem; }
.lx-capture-card {
	background: rgba(10, 11, 19, 0.8);
	border: 1px solid #272736;
	border-radius: 20px;
	padding: 1.4rem;
	transition: transform 0.2s ease, border-color 0.2s ease;
}
.lx-capture-card:hover { transform: translateY(-3px); border-color: rgba(110, 231, 255, 0.4); }
.lx-capture-card i { font-size: 1.6rem; color: var(--lx-cyan); display: block; margin-bottom: 0.8rem; }
.lx-capture-card h3 { font-size: 1.02rem; font-weight: 800; color: var(--lx-white); margin-bottom: 0.45rem; }
.lx-capture-card p { color: var(--lx-body); font-size: 0.9rem; line-height: 1.55; }

.lx-cta-row { display: flex; flex-wrap: wrap; gap: 0.9rem; margin-top: 2.2rem; }
.lx-cta-center { justify-content: center; }

/* ========= MARKET ========= */
.lx-market-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 1.2rem; margin-top: 1.9rem; }
.lx-market-card {
	background: rgba(11, 10, 19, 0.82);
	border: 1px solid #2a2a3c;
	border-radius: 20px;
	padding: 1.4rem;
}
.lx-market-card i { font-size: 1.6rem; color: var(--lx-violet-soft); display: block; margin-bottom: 0.8rem; }
.lx-market-card h3 { font-size: 1.02rem; font-weight: 800; color: var(--lx-white); margin-bottom: 0.45rem; }
.lx-market-card p { color: var(--lx-body); font-size: 0.9rem; line-height: 1.55; }

/* ========= ENGINE ========= */
.lx-engine { background: linear-gradient(135deg, #10101b, #0c0c14); }
.lx-engine h2 { font-size: clamp(1.4rem, 2.8vw, 1.9rem); font-weight: 700; line-height: 1.25; color: var(--lx-white); max-width: 30ch; }
.lx-chip-row { display: flex; flex-wrap: wrap; gap: 0.5rem; margin-top: 1.2rem; }
.lx-chip {
	font-size: 0.76rem; font-weight: 700;
	color: #c7d2fe;
	background: rgba(62, 123, 250, 0.09);
	border: 1px solid rgba(62, 123, 250, 0.35);
	padding: 0.42rem 0.9rem; border-radius: 30px;
}
.lx-powered { margin-top: 1.4rem; font-size: 0.78rem; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: var(--lx-muted); }
.lx-powered i { color: var(--lx-blue-soft); margin-right: 0.4rem; }

/* ========= CONNECT ========= */
.lx-connect-inner { text-align: center; }
.lx-connect-note { margin-top: 1.6rem; font-size: 0.74rem; font-weight: 700; letter-spacing: 0.26em; text-transform: uppercase; color: var(--lx-muted); }

/* ========= FOOTER ========= */
.lx-footer { text-align: center; padding: 2.4rem 1.2rem 2.8rem; color: var(--lx-muted); }
.lx-footer-menu { list-style: none; display: flex; flex-wrap: wrap; justify-content: center; gap: 1.4rem; margin-bottom: 1rem; padding: 0; }
.lx-footer-menu a { color: #aab2c8; text-decoration: none; font-size: 0.86rem; font-weight: 600; }
.lx-footer-menu a:hover { color: #fff; }
.lx-footer-line { font-size: 0.82rem; }
.lx-footer-tag { font-family: var(--lx-script); font-size: 1.15rem; color: var(--lx-blue-soft); margin-top: 0.45rem; }
.lx-footer-powered { margin-top: 0.7rem; font-size: 0.72rem; letter-spacing: 0.14em; text-transform: uppercase; }
.lx-footer-powered i { color: var(--lx-violet-soft); margin-right: 0.35rem; }

/* ========= CONCIERGE OVERLAY ========= */
.lx-overlay {
	position: fixed; inset: 0;
	background: rgba(6, 6, 11, 0.9);
	backdrop-filter: blur(10px);
	z-index: 1000;
	display: flex; align-items: center; justify-content: center;
	opacity: 0;
	transition: opacity 0.25s ease;
}
.lx-overlay[hidden] { display: none; }
.lx-overlay.active { opacity: 1; }
.lx-overlay-card {
	background: var(--lx-carbon-2);
	border: 1px solid var(--lx-line-strong);
	border-radius: 30px;
	max-width: 680px; width: 92%;
	box-shadow: 0 25px 60px rgba(0, 0, 0, 0.6);
	overflow: hidden;
	transform: scale(0.96);
	transition: transform 0.2s ease;
}
.lx-overlay.active .lx-overlay-card { transform: scale(1); }
.lx-overlay-head {
	display: flex; align-items: center; justify-content: space-between;
	padding: 1.1rem 1.6rem;
	border-bottom: 1px solid #262638;
	background: #0e0e18;
}
.lx-overlay-head h3 { font-size: 1.05rem; font-weight: 700; display: flex; align-items: center; gap: 0.6rem; }
.lx-overlay-head h3 i { color: var(--lx-violet-soft); }
.lx-overlay-close { background: none; border: none; color: var(--lx-muted); font-size: 1.6rem; line-height: 1; cursor: pointer; }
.lx-overlay-close:hover, .lx-overlay-close:focus-visible { color: #fff; }
.lx-overlay-body { padding: 1.6rem 1.8rem; color: #dfe5f5; line-height: 1.65; font-size: 0.98rem; max-height: 60vh; overflow-y: auto; white-space: pre-wrap; }
.lx-typing::after { content: '▋'; animation: lx-blink 1s infinite; margin-left: 2px; color: var(--lx-violet-soft); }
@keyframes lx-blink { 0%, 100% { opacity: 1; } 50% { opacity: 0; } }

/* ========= DOC / BLOG FALLBACK ========= */
.lx-content-doc { padding-top: 2.2rem; }
.lx-doc { max-width: 880px; margin-inline: auto; }
.lx-entry-title { font-family: var(--lx-display); font-weight: 400; text-transform: uppercase; letter-spacing: 0.02em; font-size: clamp(1.7rem, 3.6vw, 2.5rem); line-height: 1.05; }
.lx-entry-title a { color: var(--lx-white); text-decoration: none; }
.lx-entry-title a:hover { color: var(--lx-blue-soft); }
.lx-entry-meta { color: var(--lx-muted); font-size: 0.82rem; margin: 0.5rem 0 1rem; }
.lx-entry-content { color: var(--lx-body); line-height: 1.75; }
.lx-entry-content a { color: var(--lx-blue-soft); }
.lx-entry-content h2, .lx-entry-content h3 { color: var(--lx-white); margin: 1.4rem 0 0.6rem; }
.lx-entry-content p { margin-bottom: 1rem; }
.lx-entry-thumb img { border-radius: 18px; border: 1px solid #262636; }
.lx-entry + .lx-entry { margin-top: 2.4rem; padding-top: 2.4rem; border-top: 1px solid var(--lx-line); }
.lx-pagination { margin-top: 2rem; }
.lx-pagination .page-numbers { color: var(--lx-blue-soft); padding: 0.3rem 0.7rem; text-decoration: none; }
.lx-pagination .page-numbers.current { color: #fff; background: rgba(147, 51, 234, 0.3); border-radius: 8px; }
.lx-404 { text-align: center; padding-block: 3.4rem; }
.lx-404 p { color: var(--lx-body); margin: 0.9rem 0 1.4rem; }

/* Focus visibility */
:focus-visible { outline: 2px solid var(--lx-violet-soft); outline-offset: 2px; }

/* ========= RESPONSIVE ========= */
@media (max-width: 980px) {
	.lx-solution-split { grid-template-columns: 1fr; }
	.lx-solution-media { max-width: 460px; margin-inline: auto; }
	.lx-step-arrow { display: none; }
}
@media (max-width: 780px) {
	.lx-sidebar { position: fixed; inset: 0 auto 0 0; height: 100%; box-shadow: 18px 0 40px rgba(0,0,0,.5); }
	.lx-sidebar.collapsed { width: 0; border-right: none; overflow: hidden; }
	.lx-main { width: 100%; }
	.lx-compact { padding: 0.55rem 0.8rem; gap: 0.5rem; }
	.lx-compact-expand span { display: none; }
	.lx-keyart-copy { position: static; padding: 1rem 1.2rem 4.4rem; justify-content: center; }
	.lx-keyart-shade { display: none; }
	.lx-keyart { background: var(--lx-carbon); }
	.lx-ribbon { flex-wrap: wrap; gap: 0.5rem; }
	.lx-ribbon-url { display: none; }
}
@media (max-width: 640px) {
	.lx-content { padding: 1rem 0.9rem 2.4rem; }
	.lx-hero-inner { padding: 2rem 1rem 1.8rem; }
	.lx-ask-actions { flex-direction: column; align-items: stretch; }
	.lx-ask-actions .lx-btn { justify-content: center; }
	.lx-pillar { border-left: none; padding-left: 0; border-top: 1px solid var(--lx-line); padding-top: 1.2rem; }
	.lx-pillar:first-child { border-top: none; padding-top: 0; }
}

/* Mobile nav toggle button shown via JS when sidebar hidden */
.lx-mobile-nav-btn {
	display: none;
	position: fixed; left: 14px; bottom: 16px; z-index: 90;
	width: 52px; height: 52px; border-radius: 50%;
	background: var(--lx-grad); color: #fff; border: none;
	box-shadow: 0 10px 28px rgba(98, 78, 245, 0.5);
	font-size: 1.15rem; cursor: pointer;
}
@media (max-width: 780px) {
	.lx-mobile-nav-btn { display: inline-flex; align-items: center; justify-content: center; }
}
