:root {
	--lk-bg: #07051d;
	--lk-surface: #100d31;
	--lk-surface-2: #171243;
	--lk-text: #f7f6ff;
	--lk-muted: #aaa6c5;
	--lk-line: rgba(255,255,255,.12);
	--lk-purple: #8b5cf6;
	--lk-cyan: #29d9ff;
	--lk-lime: #b9ff66;
	--lk-max: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.lunarkal-page {
	margin: 0;
	background:
		radial-gradient(circle at 85% 8%, rgba(139,92,246,.17), transparent 30rem),
		radial-gradient(circle at 10% 35%, rgba(41,217,255,.10), transparent 32rem),
		var(--lk-bg);
	color: var(--lk-text);
	font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
.lunarkal-page a { color: inherit; text-decoration: none; }
.lunarkal-page h1,
.lunarkal-page h2,
.lunarkal-page h3,
.lunarkal-page h4 { color: var(--lk-text); }
.lunarkal-page #page-mobile-tabs { display: none !important; }
.lk-wrap { width: min(calc(100% - 40px), var(--lk-max)); margin-inline: auto; }
.lk-nav {
	position: sticky; top: 0; z-index: 50;
	background: rgba(7,5,29,.82); border-bottom: 1px solid var(--lk-line);
	backdrop-filter: blur(18px);
}
.admin-bar .lk-nav { top: 32px; }
.lk-nav-inner { min-height: 78px; display: flex; align-items: center; gap: 32px; }
.lk-brand { display: inline-flex; align-items: center; gap: 12px; margin-right: auto; }
.lk-brand img { width: 142px; height: auto; display: block; }
.lk-brand-word { font-size: 21px; font-weight: 900; letter-spacing: .06em; }
.lk-nav-links { display: flex; align-items: center; gap: 26px; color: #d8d5e7; font-size: 14px; font-weight: 700; }
.lk-nav-links a:hover { color: var(--lk-cyan); }
.lk-actions { display: flex; align-items: center; gap: 10px; }
.lk-btn {
	display: inline-flex; justify-content: center; align-items: center; gap: 9px;
	min-height: 48px; padding: 0 22px; border: 1px solid transparent; border-radius: 999px;
	background: linear-gradient(135deg, var(--lk-purple), #6842de); color: #fff !important;
	font-size: 14px; font-weight: 850; letter-spacing: .01em;
	box-shadow: 0 12px 34px rgba(139,92,246,.26);
	transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.lk-btn:hover { transform: translateY(-2px); box-shadow: 0 16px 42px rgba(139,92,246,.36); }
.lk-btn-ghost { background: rgba(255,255,255,.04); border-color: var(--lk-line); box-shadow: none; }
.lk-btn-ghost:hover { border-color: rgba(41,217,255,.6); box-shadow: none; }
.lk-btn-light {
	border-color: rgba(255,255,255,.14);
	background: linear-gradient(135deg, #171243, #0d0a2c);
	color: #f7f6ff !important;
	box-shadow: 0 12px 34px rgba(0,0,0,.24);
}
.lk-hero { padding: 94px 0 80px; overflow: hidden; }
.lk-hero-grid { display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 72px; }
.lk-kicker {
	display: inline-flex; align-items: center; gap: 9px; margin-bottom: 22px;
	color: var(--lk-cyan); font-size: 12px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase;
}
.lk-kicker:before { content: ""; width: 30px; height: 2px; background: currentColor; }
.lk-hero h1, .lk-landing-hero h1 {
	margin: 0; max-width: 820px; font-size: clamp(48px, 6vw, 84px); line-height: .98;
	letter-spacing: -.055em; font-weight: 950;
}
.lk-gradient-text {
	background: linear-gradient(100deg, #fff 10%, var(--lk-cyan) 48%, #b69cff 90%);
	-webkit-background-clip: text; background-clip: text; color: transparent;
}
.lk-hero-copy { max-width: 640px; margin: 26px 0 32px; color: var(--lk-muted); font-size: 18px; line-height: 1.75; }
.lk-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.lk-trust-line { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 28px; color: #cbc7dc; font-size: 13px; }
.lk-trust-line span:before { content: "✓"; margin-right: 7px; color: var(--lk-lime); font-weight: 900; }
.lk-cover-stage { position: relative; min-height: 520px; }
.lk-cover-glow {
	position: absolute; inset: 12% 2% 5% 12%; border-radius: 50%;
	background: radial-gradient(circle, rgba(41,217,255,.24), rgba(139,92,246,.12) 45%, transparent 70%);
	filter: blur(22px);
}
.lk-cover-card {
	position: absolute; width: min(62%, 330px); aspect-ratio: 1 / 1;
	border: 1px solid rgba(255,255,255,.2); border-radius: 24px; overflow: hidden;
	background: var(--lk-surface); box-shadow: 0 35px 80px rgba(0,0,0,.48);
}
.lk-cover-card img { width: 100%; height: 100%; object-fit: cover; display: block; }
.lk-cover-card:nth-child(2) { left: 3%; top: 20%; transform: rotate(-9deg); opacity: .75; }
.lk-cover-card:nth-child(3) { right: 2%; top: 8%; transform: rotate(8deg); opacity: .78; }
.lk-cover-card:nth-child(4) { left: 21%; top: 5%; z-index: 3; }
.lk-cover-label {
	position: absolute; left: 24px; right: 24px; bottom: 18px; z-index: 4;
	padding: 13px 16px; border: 1px solid rgba(255,255,255,.15); border-radius: 14px;
	background: rgba(7,5,29,.78); backdrop-filter: blur(12px); font-size: 13px; font-weight: 800;
}
.lk-stat-band { border-block: 1px solid var(--lk-line); background: rgba(255,255,255,.025); }
.lk-stats { display: grid; grid-template-columns: repeat(4, 1fr); }
.lk-stat { padding: 28px 24px; border-right: 1px solid var(--lk-line); }
.lk-stat:last-child { border-right: 0; }
.lk-stat strong { display: block; font-size: 30px; letter-spacing: -.03em; }
.lk-stat span { color: var(--lk-muted); font-size: 13px; }
.lk-section { padding: 94px 0; }
.lk-section-soft { background: rgba(255,255,255,.025); border-block: 1px solid var(--lk-line); }
.lk-heading-row { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 36px; }
.lk-eyebrow { margin: 0 0 12px; color: var(--lk-cyan); font-size: 12px; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.lk-heading-row h2, .lk-section-title {
	margin: 0; font-size: clamp(34px, 4vw, 54px); line-height: 1.05; letter-spacing: -.045em;
}
.lk-heading-row p { max-width: 520px; margin: 0; color: var(--lk-muted); line-height: 1.7; }
.lk-category-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.lk-category {
	position: relative; min-height: 190px; padding: 26px; border: 1px solid var(--lk-line); border-radius: 22px;
	background: linear-gradient(145deg, rgba(255,255,255,.07), rgba(255,255,255,.025));
	overflow: hidden; transition: transform .2s ease, border-color .2s ease;
}
.lk-category:after {
	content: ""; position: absolute; width: 140px; height: 140px; right: -50px; bottom: -55px;
	border-radius: 50%; background: var(--cat, var(--lk-purple)); opacity: .15; filter: blur(3px);
}
.lk-category:hover { transform: translateY(-4px); border-color: rgba(41,217,255,.45); }
.lk-category-icon { font-size: 26px; margin-bottom: 42px; }
.lk-category h3 { margin: 0 0 6px; font-size: 22px; }
.lk-category span { color: var(--lk-muted); font-size: 13px; }
.lk-product-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 22px; }
.lk-product-card {
	border: 1px solid var(--lk-line); border-radius: 22px; overflow: hidden; background: rgba(255,255,255,.035);
	transition: transform .2s ease, border-color .2s ease;
}
.lk-product-card:hover { transform: translateY(-5px); border-color: rgba(139,92,246,.58); }
.lk-product-media { position: relative; aspect-ratio: 1 / 1; overflow: hidden; background: #0d0a28; }
.lk-product-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.lk-product-card:hover img { transform: scale(1.035); }
.lk-product-badge {
	position: absolute; left: 14px; top: 14px; padding: 7px 10px; border-radius: 999px;
	background: rgba(7,5,29,.82); border: 1px solid rgba(255,255,255,.14);
	font-size: 10px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase;
}
.lk-product-body { padding: 18px; }
.lk-product-meta { color: var(--lk-cyan); font-size: 11px; font-weight: 850; text-transform: uppercase; letter-spacing: .08em; }
.lk-product-card h3 { min-height: 48px; margin: 9px 0 14px; font-size: 17px; line-height: 1.4; }
.lk-product-foot { display: flex; justify-content: space-between; align-items: center; gap: 12px; }
.lk-product-price { font-weight: 900; }
.lk-product-link { color: #d3c6ff; font-size: 13px; font-weight: 800; }
.lk-feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.lk-feature { padding: 30px; border: 1px solid var(--lk-line); border-radius: 22px; background: var(--lk-surface); }
.lk-feature-num { color: var(--lk-cyan); font-size: 12px; font-weight: 900; letter-spacing: .15em; }
.lk-feature h3 { margin: 34px 0 10px; font-size: 23px; }
.lk-feature p { margin: 0; color: var(--lk-muted); line-height: 1.7; }
.lk-cta {
	position: relative; padding: 68px; border: 1px solid rgba(255,255,255,.16); border-radius: 32px; overflow: hidden;
	background: linear-gradient(120deg, #592ec9, #1b1659 58%, #093d57);
}
.lk-cta:after { content: ""; position: absolute; right: -100px; top: -160px; width: 420px; height: 420px; border: 80px solid rgba(255,255,255,.06); border-radius: 50%; }
.lk-cta > * { position: relative; z-index: 2; }
.lk-cta h2 { max-width: 720px; margin: 0 0 18px; font-size: clamp(38px,5vw,66px); line-height: 1; letter-spacing: -.05em; }
.lk-cta p { max-width: 610px; margin: 0 0 28px; color: #d8d1f2; line-height: 1.7; }
.lk-footer { padding: 42px 0; border-top: 1px solid var(--lk-line); color: var(--lk-muted); }
.lk-footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.lk-footer-links { display: flex; flex-wrap: wrap; gap: 20px; font-size: 13px; }

/* Landing page */
.lk-landing-hero { padding: 92px 0 72px; text-align: center; }
.lk-landing-hero h1 { max-width: 980px; margin-inline: auto; }
.lk-landing-hero .lk-hero-copy { margin-inline: auto; }
.lk-landing-hero .lk-hero-actions, .lk-landing-hero .lk-trust-line { justify-content: center; }
.lk-chip-row { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin-top: 38px; }
.lk-chip { padding: 10px 15px; border: 1px solid var(--lk-line); border-radius: 999px; color: #d7d3e6; font-size: 12px; font-weight: 800; }
.lk-showcase { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; align-items: stretch; }
.lk-showcase-panel { padding: 42px; border: 1px solid var(--lk-line); border-radius: 28px; background: var(--lk-surface); }
.lk-showcase-panel h2 { margin: 0 0 16px; font-size: 38px; letter-spacing: -.04em; }
.lk-showcase-panel p { color: var(--lk-muted); line-height: 1.75; }
.lk-check-list { list-style: none; padding: 0; margin: 28px 0 0; display: grid; gap: 14px; }
.lk-check-list li { display: flex; gap: 11px; color: #e4e0f0; }
.lk-check-list li:before { content: "✓"; color: var(--lk-lime); font-weight: 950; }
.lk-steps { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; counter-reset: steps; }
.lk-step { counter-increment: steps; padding: 30px; border-top: 2px solid var(--lk-purple); background: rgba(255,255,255,.03); }
.lk-step:before { content: "0" counter(steps); color: var(--lk-cyan); font-weight: 900; }
.lk-step h3 { margin: 26px 0 8px; }
.lk-step p { margin: 0; color: var(--lk-muted); line-height: 1.7; }
.lk-faq { display: grid; gap: 12px; max-width: 880px; margin: 38px auto 0; }
.lk-faq details { border: 1px solid var(--lk-line); border-radius: 16px; background: rgba(255,255,255,.035); padding: 20px 22px; }
.lk-faq summary { cursor: pointer; font-weight: 850; }
.lk-faq p { margin: 14px 0 0; color: var(--lk-muted); line-height: 1.7; }

/* Consistent interactive states */
.lunarkal-page .lk-nav-links a:hover,
.lunarkal-page .lk-nav-links a:focus-visible,
.lunarkal-page .lk-footer a:hover,
.lunarkal-page .lk-footer a:focus-visible {
	color: var(--lk-cyan) !important;
}

.lunarkal-page .lk-btn:hover,
.lunarkal-page .lk-btn:focus-visible {
	background: linear-gradient(135deg, #9b72ff, #7350f2);
	box-shadow: 0 16px 42px rgba(139,92,246,.38);
	color: white !important;
}

.lunarkal-page .lk-btn-ghost:hover,
.lunarkal-page .lk-btn-ghost:focus-visible {
	border-color: rgba(41,217,255,.6);
	background: rgba(41,217,255,.08);
	box-shadow: none;
	color: white !important;
}

.lunarkal-page .lk-btn-light:hover,
.lunarkal-page .lk-btn-light:focus-visible {
	border-color: rgba(139,92,246,.75);
	background: linear-gradient(135deg, #8b5cf6, #6540e8);
	box-shadow: 0 14px 32px rgba(111,69,232,.3);
	color: #fff !important;
}

.lunarkal-page .lk-category:hover h3,
.lunarkal-page .lk-category:focus-visible h3,
.lunarkal-page .lk-product-card:hover h3,
.lunarkal-page .lk-product-card:hover h3 a,
.lunarkal-page .lk-product-card:focus-within h3,
.lunarkal-page .lk-product-card:focus-within h3 a {
	color: var(--lk-cyan) !important;
}

.lunarkal-page .lk-category:hover span,
.lunarkal-page .lk-category:focus-visible span {
	color: #d8d4e8;
}

.lunarkal-page .lk-product-card:hover .lk-product-meta,
.lunarkal-page .lk-product-card:focus-within .lk-product-meta {
	color: #d6c9ff;
}

.lunarkal-page .lk-product-card:hover .lk-product-link,
.lunarkal-page .lk-product-card:focus-within .lk-product-link,
.lunarkal-page .lk-chip:hover,
.lunarkal-page .lk-chip:focus-visible,
.lunarkal-page .lk-faq summary:hover {
	color: var(--lk-cyan) !important;
}

.lunarkal-page .lk-chip:hover,
.lunarkal-page .lk-chip:focus-visible {
	border-color: rgba(41,217,255,.5);
	background: rgba(41,217,255,.07);
}

.lunarkal-page a:focus-visible,
.lunarkal-page button:focus-visible,
.lunarkal-page summary:focus-visible {
	outline: 2px solid var(--lk-cyan);
	outline-offset: 3px;
}

@media (max-width: 1000px) {
	.lk-nav-links { display: none; }
	.lk-hero-grid, .lk-showcase { grid-template-columns: 1fr; }
	.lk-cover-stage { min-height: 480px; max-width: 620px; width: 100%; margin-inline: auto; }
	.lk-product-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
	.lk-category-grid, .lk-feature-grid, .lk-steps { grid-template-columns: repeat(2,1fr); }
	.lk-stats { grid-template-columns: repeat(2,1fr); }
	.lk-stat:nth-child(2) { border-right: 0; }
	.lk-stat:nth-child(-n+2) { border-bottom: 1px solid var(--lk-line); }
}
@media (max-width: 680px) {
	.admin-bar .lk-nav { top: 46px; }
	.lk-wrap { width: min(calc(100% - 28px), var(--lk-max)); }
	.lk-nav-inner { min-height: 68px; }
	.lk-brand img { width: 116px; }
	.lk-actions .lk-btn-ghost { display: none; }
	.lk-btn { min-height: 44px; padding-inline: 17px; }
	.lk-hero, .lk-landing-hero { padding: 64px 0 54px; }
	.lk-hero h1, .lk-landing-hero h1 { font-size: 48px; }
	.lk-cover-stage { min-height: 370px; }
	.lk-cover-card { width: 68%; }
	.lk-section { padding: 68px 0; }
	.lk-heading-row { display: block; }
	.lk-heading-row p { margin-top: 16px; }
	.lk-category-grid, .lk-feature-grid, .lk-steps, .lk-product-grid { grid-template-columns: 1fr; }
	.lk-product-card h3 { min-height: 0; }
	.lk-cta { padding: 38px 26px; }
	.lk-footer-inner { align-items: flex-start; flex-direction: column; }
}
