/**
 * Premium dark landing — alleen actief met .lp-page / #landingPremium.
 * Gebruikt Datic tokens; geen legacy groen.
 *
 * Let op: login2.css zet body op --l2-ink (= --datic-text). In dark theme is
 * dat licht → witte pagina. Hier hard overschrijven.
 */
html.lp-page,
html.lp-page body,
html.lp-page .wrapper,
html.lp-page .wrapper.bg-default,
html[data-theme="premium_dark"].lp-page,
html[data-theme="premium_dark"].lp-page body,
html[data-theme="premium_dark"].lp-page .wrapper {
	background: #100e0c !important;
	color: #f2ebe3 !important;
}

html.lp-page {
	/* LP-tokens op html — modal staat buiten .lp, anders is var(--lp-surface) leeg → transparant */
	--lp-bg: #100e0c;
	--lp-surface: #1c1815;
	--lp-elevated: #25201c;
	--lp-text: #f2ebe3;
	--lp-muted: #a69c92;
	--lp-accent: #c9a36a;
	--lp-accent-deep: #b08a52;
	--lp-border: rgba(232, 220, 200, 0.12);
	--lp-glow: rgba(201, 163, 106, 0.16);
	--lp-font: "Outfit", system-ui, sans-serif;
	--lp-display: "Fraunces", Georgia, serif;
	--lp-radius: 18px;
	--lp-max: 1120px;
	/* Herbridge l2-tokens zodat login2/register niet wit/licht worden */
	--l2-ink: #100e0c;
	--l2-deep: #100e0c;
	--l2-mid: #25201c;
	--l2-foam: #1c1815;
	--l2-mist: #181411;
	--l2-text: #f2ebe3;
	--l2-muted: #a69c92;
	--l2-line: rgba(232, 220, 200, 0.12);
	--l2-glass: #1c1815;
	--l2-mint: #c9a36a;
	--l2-mint-deep: #b08a52;
	--datic-bg: #100e0c;
	--datic-bg-deep: #100e0c;
	--datic-surface: #1c1815;
	--datic-surface-elevated: #25201c;
	--datic-text: #f2ebe3;
	--datic-text-muted: #a69c92;
	--datic-accent: #c9a36a;
	--datic-accent-deep: #b08a52;
	--datic-on-accent: #1a1410;
}

html.lp-page .wrapper {
	min-height: 100vh;
	max-width: 100% !important;
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
}

.lp {
	--lp-bg: #100e0c;
	--lp-surface: #1c1815;
	--lp-elevated: #25201c;
	--lp-text: #f2ebe3;
	--lp-muted: #a69c92;
	--lp-accent: #c9a36a;
	--lp-accent-deep: #b08a52;
	--lp-border: rgba(232, 220, 200, 0.12);
	--lp-glow: rgba(201, 163, 106, 0.16);
	--lp-font: "Outfit", system-ui, sans-serif;
	--lp-display: "Fraunces", Georgia, serif;
	--lp-radius: 18px;
	--lp-max: 1120px;
	font-family: var(--lp-font);
	background: #100e0c;
	color: var(--lp-text);
	overflow-x: hidden;
	min-height: 100vh;
	position: relative;
}

.lp-shell {
	width: min(100% - 2rem, var(--lp-max));
	margin-inline: auto;
}
.lp-shell--narrow {
	width: min(100% - 2rem, 720px);
}

.lp-sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

.lp-eyebrow {
	margin: 0 0 0.75rem;
	font-size: 0.78rem;
	font-weight: 650;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--lp-accent);
}

.lp-h2 {
	margin: 0 0 1rem;
	font-family: var(--lp-display);
	font-size: clamp(1.55rem, 3.2vw, 2.15rem);
	font-weight: 650;
	line-height: 1.2;
	letter-spacing: -0.02em;
	color: var(--lp-text);
}
.lp-h3 {
	margin: 0 0 0.75rem;
	font-family: var(--lp-display);
	font-size: 1.25rem;
	font-weight: 650;
	color: var(--lp-text);
}
.lp-text {
	margin: 0 0 1rem;
	font-size: 1.02rem;
	line-height: 1.55;
	color: var(--lp-muted);
}
.lp-text a,
.lp-section__more a,
.lp-faq__item a {
	color: var(--lp-text);
	text-decoration: underline;
	text-underline-offset: 3px;
}

/* Buttons */
.lp-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.4rem;
	padding: 0.7rem 1.25rem;
	border-radius: 999px;
	font-weight: 650;
	font-size: 0.95rem;
	text-decoration: none !important;
	border: 1px solid transparent;
	cursor: pointer;
	transition: transform 0.15s ease, filter 0.15s ease, background 0.15s ease;
}
.lp-btn--lg {
	padding: 0.85rem 1.45rem;
	font-size: 1rem;
}
.lp-btn--solid {
	background: linear-gradient(135deg, #d4b07a, #b08a52);
	color: #1a1410 !important;
	box-shadow: 0 6px 20px var(--lp-glow);
}
.lp-btn--solid:hover {
	filter: brightness(1.05);
	transform: translateY(-1px);
	color: #1a1410 !important;
}
.lp-btn--ghost {
	background: transparent;
	border-color: var(--lp-border);
	color: var(--lp-text) !important;
}
.lp-btn--ghost:hover {
	border-color: rgba(232, 220, 200, 0.28);
	background: rgba(255, 255, 255, 0.03);
}

/* Nav */
.lp-top {
	position: sticky;
	top: 0;
	z-index: 40;
	backdrop-filter: blur(14px);
	background: rgba(16, 14, 12, 0.82);
	border-bottom: 1px solid var(--lp-border);
}
.lp-nav {
	width: min(100% - 2rem, var(--lp-max));
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	min-height: 64px;
}
.lp-nav__brand img {
	display: block;
	height: 32px;
	width: auto;
}
.lp-nav__toggle {
	display: none;
	flex-direction: column;
	gap: 5px;
	background: transparent;
	border: 0;
	padding: 0.4rem;
	cursor: pointer;
}
.lp-nav__toggle span {
	display: block;
	width: 22px;
	height: 2px;
	background: var(--lp-text);
	border-radius: 2px;
}
.lp-nav__menu {
	display: flex;
	align-items: center;
	gap: 1.25rem;
}
.lp-nav__list {
	display: flex;
	align-items: center;
	gap: 0.35rem;
	list-style: none;
	margin: 0;
	padding: 0;
}
.lp-nav__parent,
.lp-nav__list > li > a {
	background: transparent;
	border: 0;
	color: var(--lp-muted);
	font: inherit;
	font-weight: 600;
	font-size: 0.92rem;
	padding: 0.45rem 0.65rem;
	cursor: pointer;
}
.lp-nav__parent:hover,
.lp-nav__list > li > a:hover {
	color: var(--lp-text);
}
.lp-nav__item--has-children {
	position: relative;
}
.lp-nav__dropdown {
	display: none;
	position: absolute;
	top: calc(100% + 0.35rem);
	left: 0;
	min-width: 220px;
	max-height: min(70vh, 420px);
	overflow: auto;
	margin: 0;
	padding: 0.5rem;
	list-style: none;
	background: var(--lp-elevated);
	border: 1px solid var(--lp-border);
	border-radius: 12px;
	box-shadow: 0 16px 40px rgba(0, 0, 0, 0.45);
	z-index: 50;
}
.lp-nav__dropdown--wide {
	min-width: 280px;
}
.lp-nav__item--has-children:hover > .lp-nav__dropdown,
.lp-nav__item--has-children:focus-within > .lp-nav__dropdown,
.lp-nav__item--has-children.is-open > .lp-nav__dropdown {
	display: block;
}
.lp-nav__dropdown a {
	display: block;
	padding: 0.55rem 0.7rem;
	border-radius: 8px;
	color: var(--lp-text) !important;
	text-decoration: none !important;
	font-size: 0.9rem;
}
.lp-nav__dropdown a:hover {
	background: rgba(255, 255, 255, 0.04);
}
.lp-nav__dropdown-heading {
	padding: 0.55rem 0.7rem 0.25rem;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: var(--lp-muted);
}
.lp-nav__actions {
	display: flex;
	align-items: center;
	gap: 0.55rem;
}

/* Hero */
.lp-hero {
	position: relative;
	padding: 2.5rem 0 1.5rem;
	isolation: isolate;
}
.lp-hero__media {
	position: absolute;
	inset: 0;
	z-index: 0;
	background-image: url('../images/bg02.jpg');
	background-size: cover;
	background-position: center 30%;
	opacity: 0.38;
	pointer-events: none;
}
.lp-hero__shade {
	position: absolute;
	inset: 0;
	z-index: 0;
	pointer-events: none;
	background:
		linear-gradient(180deg, rgba(16, 14, 12, 0.72) 0%, rgba(16, 14, 12, 0.88) 55%, #100e0c 100%),
		radial-gradient(ellipse 60% 50% at 75% 20%, rgba(201, 163, 106, 0.14), transparent 65%);
}
.lp-hero__glow {
	position: absolute;
	inset: 0;
	z-index: 0;
	background: radial-gradient(ellipse 50% 60% at 70% 30%, rgba(201, 163, 106, 0.1), transparent 60%);
	pointer-events: none;
}
.lp-hero__grid {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: 1.05fr 0.95fr;
	gap: 2.5rem;
	align-items: center;
}
.lp-hero__title {
	margin: 0 0 1rem;
	font-family: var(--lp-display);
	font-size: clamp(2.2rem, 5vw, 3.4rem);
	font-weight: 650;
	line-height: 1.08;
	letter-spacing: -0.03em;
	color: var(--lp-text);
}
.lp-hero__lead {
	margin: 0 0 1.5rem;
	font-size: 1.12rem;
	line-height: 1.5;
	color: var(--lp-muted);
	max-width: 34rem;
}
.lp-hero__cta {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	margin-bottom: 1rem;
}
.lp-trust-line {
	margin: 0;
	font-size: 0.88rem;
	color: var(--lp-muted);
}

.lp-hero__visual {
	position: relative;
	min-height: 360px;
}
.lp-demo-card {
	position: relative;
	z-index: 1;
	max-width: 320px;
	margin-left: auto;
	background: var(--lp-surface);
	border: 1px solid var(--lp-border);
	border-radius: 22px;
	overflow: hidden;
	box-shadow: 0 24px 50px rgba(0, 0, 0, 0.4);
}
.lp-demo-card__photo {
	height: 210px;
	background:
		linear-gradient(160deg, rgba(201, 163, 106, 0.35), transparent 50%),
		linear-gradient(200deg, #3a322c 0%, #1a1613 100%);
}
.lp-demo-card__body {
	padding: 1.1rem 1.2rem 1.25rem;
}
.lp-demo-card__name {
	margin: 0;
	font-weight: 700;
	font-size: 1.15rem;
}
.lp-demo-card__meta {
	margin: 0.2rem 0 0.75rem;
	color: var(--lp-muted);
	font-size: 0.9rem;
}
.lp-demo-card__tags {
	display: flex;
	flex-wrap: wrap;
	gap: 0.4rem;
	list-style: none;
	margin: 0 0 0.85rem;
	padding: 0;
}
.lp-demo-card__tags li {
	padding: 0.28rem 0.65rem;
	border-radius: 999px;
	background: rgba(201, 163, 106, 0.12);
	border: 1px solid var(--lp-border);
	font-size: 0.78rem;
	font-weight: 600;
	color: var(--lp-text);
}
.lp-demo-card__shared {
	display: flex;
	align-items: center;
	gap: 0.45rem;
	margin: 0;
	font-size: 0.82rem;
	color: var(--lp-accent);
	font-weight: 600;
}
.lp-demo-card__shared span {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--lp-accent);
	box-shadow: 0 0 10px var(--lp-glow);
}
.lp-demo-float {
	position: absolute;
	padding: 0.55rem 0.85rem;
	border-radius: 12px;
	background: var(--lp-elevated);
	border: 1px solid var(--lp-border);
	font-size: 0.8rem;
	font-weight: 600;
	color: var(--lp-text);
	box-shadow: 0 10px 28px rgba(0, 0, 0, 0.35);
	z-index: 2;
}
.lp-demo-float--a {
	top: 12%;
	left: 0;
}
.lp-demo-float--b {
	bottom: 18%;
	left: 4%;
}

/* Register frame */
.lp-register-wrap {
	padding: 0.5rem 0 2.5rem;
}
.lp-register-frame {
	background: var(--lp-surface);
	border: 1px solid var(--lp-border);
	border-radius: var(--lp-radius);
	padding: 1.25rem 1.25rem 1.5rem;
	box-shadow: 0 18px 40px rgba(0, 0, 0, 0.28);
}
.lp-register-frame .l2-register {
	margin: 0 !important;
	max-width: none !important;
}
.lp-register-frame .l2-register__panel {
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
	padding: 0 !important;
}

/* Dark overrides for shared register / modal widgets */
html.lp-page .l2-reg-title,
html.lp-page .reg-choice-label,
html.lp-page .reg-progress__label,
html.lp-page .control-label,
html.lp-page .l2-reg-head .reg-lead {
	color: var(--lp-text) !important;
}
html.lp-page .reg-lead,
html.lp-page .reg-hint,
html.lp-page .text-muted,
html.lp-page .form-text {
	color: var(--lp-muted) !important;
}
html.lp-page .reg-pill,
html.lp-page .reg-look-pill {
	background: var(--lp-elevated) !important;
	border-color: var(--lp-border) !important;
	color: var(--lp-text) !important;
}
html.lp-page .reg-pill.is-active,
html.lp-page .reg-look-pill[aria-pressed="true"],
html.lp-page .reg-look-pill.is-active {
	background: linear-gradient(135deg, #d4b07a, #b08a52) !important;
	border-color: transparent !important;
	color: #1a1410 !important;
}
html.lp-page .l2-btn--solid,
html.lp-page #wizard-step-1,
html.lp-page #wizard-step-2,
html.lp-page #wizard-step-3 {
	background: linear-gradient(135deg, #d4b07a, #b08a52) !important;
	color: #1a1410 !important;
	border: 0 !important;
}
html.lp-page .form-control,
html.lp-page .reg-date-input,
html.lp-page .reg-city-select {
	background: #14110f !important;
	border-color: rgba(232, 220, 200, 0.16) !important;
	color: var(--lp-text) !important;
}
html.lp-page .input-group-addon {
	background: var(--lp-elevated) !important;
	border-color: rgba(232, 220, 200, 0.16) !important;
	color: var(--lp-accent) !important;
}
html.lp-page .reg-progress__step.is-active {
	background: var(--lp-accent) !important;
	color: #1a1410 !important;
}
html.lp-page .reg-progress__step {
	background: var(--lp-elevated) !important;
	color: var(--lp-muted) !important;
}
html.lp-page .reg-progress__bar {
	background: var(--lp-border) !important;
}
html.lp-page #loginmodal .modal-content {
	background: #1c1815 !important;
	background-image: none !important;
	border: 1px solid rgba(201, 163, 106, 0.28) !important;
	color: #f2ebe3 !important;
	box-shadow: 0 24px 60px rgba(0, 0, 0, 0.55) !important;
	opacity: 1 !important;
}
html.lp-page #loginmodal .modal-header,
html.lp-page #loginmodal .modal-footer,
html.lp-page #loginmodal .modal-body {
	background: #1c1815 !important;
	background-image: none !important;
	border-color: rgba(201, 163, 106, 0.18) !important;
	color: #f2ebe3 !important;
	box-shadow: none !important;
}
html.lp-page #loginmodal .modal-title,
html.lp-page #loginmodal .form-control {
	color: #f2ebe3 !important;
}
html.lp-page #loginmodal .form-control {
	background: #100e0c !important;
	border-color: rgba(201, 163, 106, 0.22) !important;
}
html.lp-page #loginmodal .input-group-addon,
html.lp-page #loginmodal .input-group-addon.bg-primary {
	background: linear-gradient(135deg, #e0c48a, #b08a52) !important;
	border-color: #b08a52 !important;
	color: #1a1410 !important;
}
html.lp-page #loginmodal .input-group-addon .fa,
html.lp-page #loginmodal .modal-body .input-group-addon .fa {
	color: #1a1410 !important;
}
html.lp-page #loginmodal .btn-primary {
	background: linear-gradient(135deg, #d4b07a, #b08a52) !important;
	border: 0 !important;
	color: #1a1410 !important;
}
html.lp-page #loginmodal .btn-primary:hover,
html.lp-page #loginmodal .btn-primary:focus {
	background: linear-gradient(135deg, #e8d09a, #c9a36a) !important;
	color: #1a1410 !important;
}
html.lp-page #loginmodal #passwordHelp,
html.lp-page #loginmodal #forgotHelp {
	color: #e0c48a !important;
}
html.lp-page #loginmodal .custom-checkbox .custom-control-input:checked ~ .custom-control-indicator {
	background-color: #b08a52 !important;
	border-color: #b08a52 !important;
}

/* Sections */
.lp-section {
	padding: 3.25rem 0;
}
.lp-section__more {
	margin: 1.25rem 0 0;
	text-align: center;
	font-size: 0.92rem;
}

.lp-cards-3 {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1rem;
	margin-top: 1.75rem;
}
.lp-card {
	background: var(--lp-surface);
	border: 1px solid var(--lp-border);
	border-radius: var(--lp-radius);
	padding: 1.35rem 1.25rem 1.45rem;
}
.lp-card__icon {
	width: 2.4rem;
	height: 2.4rem;
	display: grid;
	place-items: center;
	border-radius: 12px;
	background: rgba(201, 163, 106, 0.12);
	color: var(--lp-accent);
	margin-bottom: 0.9rem;
}
.lp-card__title {
	margin: 0 0 0.45rem;
	font-size: 1.08rem;
	font-weight: 700;
}
.lp-card__text {
	margin: 0;
	font-size: 0.95rem;
	line-height: 1.5;
	color: var(--lp-muted);
}

/* Problem contrast */
.lp-problem .lp-h2 {
	text-align: center;
}
.lp-problem .lp-text {
	text-align: center;
	max-width: 36rem;
	margin-inline: auto;
}
.lp-contrast {
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	gap: 1rem;
	align-items: stretch;
	margin-top: 2rem;
}
.lp-contrast__col {
	background: var(--lp-surface);
	border: 1px solid var(--lp-border);
	border-radius: var(--lp-radius);
	padding: 1.25rem;
}
.lp-contrast__col--accent {
	border-color: rgba(201, 163, 106, 0.35);
	box-shadow: 0 0 0 1px rgba(201, 163, 106, 0.08), 0 12px 30px rgba(0, 0, 0, 0.25);
}
.lp-contrast__label {
	margin: 0 0 0.75rem;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--lp-muted);
}
.lp-contrast__col--accent .lp-contrast__label {
	color: var(--lp-accent);
}
.lp-contrast__col ol {
	margin: 0;
	padding-left: 1.1rem;
	color: var(--lp-text);
	font-weight: 600;
	line-height: 1.8;
}
.lp-contrast__vs {
	align-self: center;
	font-size: 0.85rem;
	font-weight: 700;
	color: var(--lp-muted);
}

/* Product split */
.lp-split {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 2.5rem;
	align-items: center;
}
.lp-profile-mock {
	background: var(--lp-surface);
	border: 1px solid var(--lp-border);
	border-radius: 22px;
	overflow: hidden;
	box-shadow: 0 20px 44px rgba(0, 0, 0, 0.35);
}
.lp-profile-mock__hero {
	height: 180px;
	background:
		linear-gradient(145deg, rgba(143, 106, 92, 0.4), transparent 55%),
		linear-gradient(210deg, #2c2621, #14110f);
}
.lp-profile-mock__content {
	padding: 1.15rem 1.25rem 1.35rem;
}
.lp-profile-mock__name {
	margin: 0;
	font-weight: 700;
	font-size: 1.15rem;
}
.lp-profile-mock__bio {
	margin: 0.35rem 0 0.85rem;
	color: var(--lp-muted);
	font-size: 0.92rem;
	line-height: 1.45;
}
.lp-profile-mock__row {
	display: flex;
	flex-wrap: wrap;
	gap: 0.4rem;
	margin-bottom: 0.9rem;
}
.lp-profile-mock__row span {
	padding: 0.25rem 0.6rem;
	border-radius: 999px;
	border: 1px solid var(--lp-border);
	font-size: 0.75rem;
	font-weight: 600;
}
.lp-profile-mock__match {
	padding: 0.75rem 0.85rem;
	border-radius: 12px;
	background: rgba(201, 163, 106, 0.1);
	border: 1px solid rgba(201, 163, 106, 0.22);
}
.lp-profile-mock__match strong {
	display: block;
	font-size: 0.78rem;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: var(--lp-accent);
	margin-bottom: 0.25rem;
}
.lp-profile-mock__match span {
	font-size: 0.88rem;
	color: var(--lp-text);
}
.lp-steps {
	list-style: none;
	margin: 1.5rem 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 1rem;
}
.lp-steps li {
	display: grid;
	grid-template-columns: 2.5rem 1fr;
	gap: 0.85rem;
	align-items: start;
}
.lp-steps__n {
	font-family: var(--lp-display);
	font-weight: 650;
	color: var(--lp-accent);
	font-size: 1.1rem;
}
.lp-steps strong {
	display: block;
	margin-bottom: 0.2rem;
}
.lp-steps p {
	margin: 0;
	color: var(--lp-muted);
	font-size: 0.95rem;
	line-height: 1.45;
}

/* Relatieprofiel feature */
.lp-feature {
	display: grid;
	grid-template-columns: 1.1fr 0.9fr;
	gap: 2rem;
	align-items: center;
	padding: 1.75rem;
	background: linear-gradient(160deg, var(--lp-elevated), var(--lp-surface));
	border: 1px solid var(--lp-border);
	border-radius: 24px;
}
.lp-rp-mock {
	background: var(--lp-bg);
	border: 1px solid var(--lp-border);
	border-radius: 16px;
	padding: 1.25rem;
}
.lp-rp-mock__pair {
	margin: 0 0 1rem;
	font-weight: 700;
	font-size: 1.05rem;
}
.lp-rp-mock ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
}
.lp-rp-mock li {
	display: grid;
	grid-template-columns: 7rem 1fr;
	gap: 0.75rem;
	align-items: center;
	font-size: 0.88rem;
}
.lp-rp-bar {
	display: block;
	height: 8px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.08);
	overflow: hidden;
}
.lp-rp-bar i {
	display: block;
	height: 100%;
	background: linear-gradient(90deg, #d4b07a, #b08a52);
	border-radius: inherit;
}
.lp-rp-mock__note {
	margin: 1rem 0 0;
	font-size: 0.75rem;
	color: var(--lp-muted);
}

/* Banner */
.lp-banner {
	padding: 1rem 0 2.5rem;
}
.lp-banner__inner {
	text-align: center;
	padding: 2.5rem 1.5rem;
	border-radius: 24px;
	background:
		radial-gradient(ellipse 70% 80% at 50% 0%, rgba(201, 163, 106, 0.18), transparent 60%),
		var(--lp-surface);
	border: 1px solid rgba(201, 163, 106, 0.28);
	box-shadow: 0 0 40px rgba(201, 163, 106, 0.08);
}
.lp-banner .lp-text {
	max-width: 32rem;
	margin: 0 auto 1.35rem;
}

/* Stats */
.lp-stats {
	padding-top: 1rem;
}
.lp-stats__row {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1rem;
}
.lp-stat {
	text-align: center;
	padding: 1.25rem 1rem;
	border-radius: var(--lp-radius);
	background: var(--lp-surface);
	border: 1px solid var(--lp-border);
}
.lp-stat__value {
	margin: 0;
	font-family: var(--lp-display);
	font-size: 2rem;
	font-weight: 650;
	color: var(--lp-text);
}
.lp-stat__label {
	margin: 0.25rem 0 0;
	font-size: 0.85rem;
	color: var(--lp-muted);
	font-weight: 600;
}

/* SEO */
.lp-seo {
	border-top: 1px solid var(--lp-border);
}
.lp-seo__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 2rem;
}
.lp-seo__links {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	margin-top: 1.75rem;
}
.lp-seo__links a {
	padding: 0.4rem 0.8rem;
	border-radius: 999px;
	border: 1px solid var(--lp-border);
	color: var(--lp-text) !important;
	text-decoration: none !important;
	font-size: 0.85rem;
	font-weight: 600;
}
.lp-seo__links a:hover {
	border-color: rgba(201, 163, 106, 0.4);
}

/* FAQ */
.lp-faq {
	margin-top: 1.25rem;
	display: flex;
	flex-direction: column;
	gap: 0.55rem;
}
.lp-faq__item {
	background: var(--lp-surface);
	border: 1px solid var(--lp-border);
	border-radius: 14px;
	padding: 0.15rem 1rem;
}
.lp-faq__item summary {
	cursor: pointer;
	padding: 0.95rem 0;
	font-weight: 650;
	list-style: none;
}
.lp-faq__item summary::-webkit-details-marker {
	display: none;
}
.lp-faq__item summary::after {
	content: "+";
	float: right;
	color: var(--lp-accent);
	font-weight: 700;
}
.lp-faq__item[open] summary::after {
	content: "–";
}
.lp-faq__item p {
	margin: 0 0 1rem;
	color: var(--lp-muted);
	line-height: 1.5;
	font-size: 0.95rem;
}

/* Final */
.lp-final {
	padding: 3rem 0 3.5rem;
	text-align: center;
}
.lp-final__inner .lp-text {
	margin-bottom: 1.5rem;
}
.lp-final .lp-hero__cta {
	justify-content: center;
}

/* Footer */
.lp-footer {
	border-top: 1px solid var(--lp-border);
	padding: 1.5rem 0 2.5rem;
}
.lp-footer__inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 1rem;
	align-items: center;
}
.lp-footer__links {
	display: flex;
	flex-wrap: wrap;
	gap: 0.85rem 1.1rem;
}
.lp-footer__links a {
	color: var(--lp-muted) !important;
	text-decoration: none !important;
	font-size: 0.88rem;
	font-weight: 600;
}
.lp-footer__links a:hover {
	color: var(--lp-text) !important;
}
.lp-footer__copy {
	margin: 0;
	font-size: 0.82rem;
	color: var(--lp-muted);
}

/* Responsive */
@media (max-width: 991px) {
	.lp-nav__toggle {
		display: flex;
	}
	.lp-nav__menu {
		display: none;
		position: absolute;
		top: 64px;
		left: 0;
		right: 0;
		flex-direction: column;
		align-items: stretch;
		padding: 1rem 1.25rem 1.25rem;
		background: rgba(16, 14, 12, 0.97);
		border-bottom: 1px solid var(--lp-border);
		gap: 1rem;
	}
	.lp-nav__menu.is-open {
		display: flex;
	}
	.lp-nav__list {
		flex-direction: column;
		align-items: stretch;
	}
	.lp-nav__dropdown {
		position: static;
		display: none;
		box-shadow: none;
		margin-top: 0.35rem;
		max-height: none;
	}
	.lp-nav__item--has-children.is-open > .lp-nav__dropdown {
		display: block;
	}
	.lp-nav__actions {
		flex-direction: column;
		align-items: stretch;
	}
	.lp-hero__grid,
	.lp-split,
	.lp-feature,
	.lp-seo__grid,
	.lp-cards-3,
	.lp-stats__row {
		grid-template-columns: 1fr;
	}
	.lp-contrast {
		grid-template-columns: 1fr;
	}
	.lp-contrast__vs {
		text-align: center;
	}
	.lp-hero__visual {
		min-height: 0;
		order: 2;
	}
	.lp-demo-card {
		margin: 0 auto;
	}
	.lp-demo-float {
		display: none;
	}
	.lp-section {
		padding: 2.5rem 0;
	}
}

@media (max-width: 480px) {
	.lp-hero {
		padding-top: 1.5rem;
	}
	.lp-hero__cta {
		flex-direction: column;
	}
	.lp-btn--lg {
		width: 100%;
	}
}
