/**
 * Lumtera marketing pages — design system.
 *
 * Principles:
 *  - Calm and product-led: the product screenshots carry the page, so chrome
 *    is quiet — hairlines instead of boxes, whitespace instead of borders.
 *  - One brand colour (navy) for actions and emphasis; marker yellow is a
 *    small accent only.
 *  - Each section type has its own shape (split head, plain figures,
 *    timeline, tabs, index grid, list) so the page never repeats one card grid.
 *  - Accessible by default: all text ≥ 4.5:1, focus always visible, targets
 *    ≥ 44px, motion respects prefers-reduced-motion, nothing by colour alone.
 *  - Light only; scoped under body.lumtera-marketing so nothing leaks into
 *    the host theme.
 */

@font-face {
	font-family: "Inter";
	font-style: normal;
	font-weight: 400 800;
	font-display: swap;
	src: url("../fonts/inter-latin-var.woff2") format("woff2");
}

/* ================================================================ tokens */

body.lumtera-marketing {
	--lt-brand: #1f4e79;
	--lt-brand-hover: #173d61;
	--lt-brand-50: #f1f6fb;
	--lt-brand-100: #dde9f5;
	--lt-brand-200: #bcd3ea;
	--lt-accent: #e5a900;

	--lt-ink: #0b1524;
	--lt-text: #2b3545;
	--lt-muted: #5a6474;
	--lt-subtle: #f7f8fa;
	--lt-line: #e6e9ee;
	--lt-line-strong: #cfd5de;
	--lt-bg: #ffffff;

	--lt-good: #067647;
	--lt-good-bg: #ecf7f1;
	--lt-error: #b42318;
	--lt-error-bg: #fdf0ee;
	--lt-warning: #a74406;
	--lt-warning-bg: #fdf3e8;
	--lt-notice: #175cd3;
	--lt-notice-bg: #eef4fe;

	--lt-r-sm: 6px;
	--lt-r: 10px;
	--lt-r-lg: 16px;

	--lt-shadow-xs: 0 1px 2px rgba(11, 21, 36, .05);
	--lt-shadow-sm: 0 1px 3px rgba(11, 21, 36, .06), 0 1px 2px rgba(11, 21, 36, .04);
	--lt-shadow-lg: 0 24px 48px -12px rgba(11, 21, 36, .18), 0 4px 12px rgba(11, 21, 36, .05);

	--lt-max: 1280px;
	--lt-gutter: clamp(16px, 3vw, 24px);
	--lt-space: clamp(64px, 9vw, 120px);
	--lt-font: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
	--lt-mono: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;

	color-scheme: light;
	margin: 0;
	background: var(--lt-bg);
	color: var(--lt-text);
	font-family: var(--lt-font);
	font-size: 1rem;
	line-height: 1.65;
	font-feature-settings: "cv11", "ss01";
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

/* ================================================================== base */

.lumtera-marketing *,
.lumtera-marketing *::before,
.lumtera-marketing *::after { box-sizing: border-box; }

.lumtera-marketing img,
.lumtera-marketing svg { max-width: 100%; height: auto; }

.lumtera-marketing h1,
.lumtera-marketing h2,
.lumtera-marketing h3 {
	margin: 0 0 .5em;
	font-family: var(--lt-font);
	color: var(--lt-ink);
	text-wrap: balance;
}

.lumtera-marketing h1 { font-size: clamp(2.25rem, 1.5rem + 3vw, 3.5rem); font-weight: 700; line-height: 1.08; letter-spacing: -.035em; }
.lumtera-marketing h2 { font-size: clamp(1.625rem, 1.25rem + 1.5vw, 2.375rem); font-weight: 700; line-height: 1.15; letter-spacing: -.028em; }
.lumtera-marketing h3 { font-size: 1.0625rem; font-weight: 600; line-height: 1.35; letter-spacing: -.01em; }

.lumtera-marketing p { margin: 0 0 1em; }

.lumtera-marketing a { color: var(--lt-brand); text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: .2em; text-decoration-color: var(--lt-brand-200); }
.lumtera-marketing a:hover { color: var(--lt-brand-hover); text-decoration-color: currentColor; }

.lumtera-marketing :focus-visible {
	outline: 2px solid var(--lt-brand);
	outline-offset: 3px;
	border-radius: 4px;
}

.lumtera-marketing [tabindex="-1"]:focus { outline: none; }

.lumtera-marketing code {
	padding: .1em .4em;
	border-radius: 4px;
	background: var(--lt-subtle);
	border: 1px solid var(--lt-line);
	font-family: var(--lt-mono);
	font-size: .875em;
}

.lumtera-marketing del { color: var(--lt-muted); font-weight: 400; }

.lt-sr {
	position: absolute !important;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0 0 0 0);
	white-space: nowrap;
	border: 0;
}

.lt-skip {
	position: absolute;
	left: 16px;
	top: -100px;
	z-index: 1000;
	padding: 12px 18px;
	border-radius: var(--lt-r);
	background: var(--lt-brand);
	color: #fff !important;
	font-weight: 600;
	text-decoration: none !important;
}

.lt-skip:focus { top: 12px; }

.lt-container { width: 100%; max-width: var(--lt-max); margin: 0 auto; padding-inline: var(--lt-gutter); }
.lt-container--narrow { max-width: 800px; }
.lt-container--mid { max-width: 1000px; }
.lt-faq-section .lt-container--mid { max-width: 1000px; }

.lt-main:focus { outline: none; }
.lt-center { text-align: center; }
.lt-muted { color: var(--lt-muted); }
.lt-nowrap { white-space: nowrap; }
.lt-note { color: var(--lt-muted); font-size: .875rem; }

.lt-icon { width: 1.25em; height: 1.25em; flex: none; vertical-align: -.22em; }

/* =============================================================== buttons */

.lt-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: .5rem;
	min-height: 44px;
	padding: 0 1.1rem;
	border: 1px solid transparent;
	border-radius: var(--lt-r);
	font: inherit;
	font-size: .9375rem;
	font-weight: 600;
	line-height: 1.2;
	letter-spacing: -.005em;
	white-space: nowrap;
	text-decoration: none !important;
	cursor: pointer;
	transition: background-color .15s, border-color .15s, color .15s, box-shadow .15s;
}

.lt-btn .lt-icon { width: 1.1em; height: 1.1em; vertical-align: 0; transition: transform .15s; }
.lt-btn:hover .lt-icon:last-child:not(:first-child) { transform: translateX(2px); }

.lt-btn--sm { min-height: 38px; padding: 0 .85rem; font-size: .875rem; }
.lt-btn--lg { min-height: 50px; padding: 0 1.4rem; font-size: 1rem; }
.lt-btn--block { display: flex; width: 100%; }

.lt-btn--primary { background: var(--lt-brand); color: #fff !important; box-shadow: var(--lt-shadow-xs); }
.lt-btn--primary:hover { background: var(--lt-brand-hover); }

.lt-btn--secondary,
.lt-btn--ghost { background: #fff; color: var(--lt-ink) !important; border-color: var(--lt-line-strong); box-shadow: var(--lt-shadow-xs); }
.lt-btn--secondary:hover,
.lt-btn--ghost:hover { border-color: var(--lt-ink); }

.lt-btn--accent { background: var(--lt-accent); color: var(--lt-ink) !important; }
.lt-btn--accent:hover { background: #f2bb18; }

.lt-btn--on-dark { background: transparent; color: #fff !important; border-color: rgba(255, 255, 255, .45); }
.lt-btn--on-dark:hover { border-color: #fff; background: rgba(255, 255, 255, .08); }

.lt-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 28px 0 0; }
.lt-actions--center { justify-content: center; }

.lt-link-arrow {
	display: inline-flex;
	align-items: center;
	gap: .35em;
	color: var(--lt-brand) !important;
	font-weight: 600;
	text-decoration: none !important;
}

.lt-link-arrow .lt-icon { width: 1.05em; height: 1.05em; transition: transform .15s; }
.lt-link-arrow:hover { text-decoration: underline !important; }
.lt-link-arrow:hover .lt-icon { transform: translateX(3px); }

/* ================================================================ badges */

.lt-badge {
	display: inline-flex;
	align-items: center;
	padding: .15em .55em;
	border-radius: var(--lt-r-sm);
	font-size: .75rem;
	font-weight: 600;
	line-height: 1.4;
	white-space: nowrap;
	vertical-align: middle;
}

.lt-badge--free { color: var(--lt-good); background: var(--lt-good-bg); }
.lt-badge--pro { color: var(--lt-brand); background: var(--lt-brand-100); }
.lt-badge--error { color: var(--lt-error); background: var(--lt-error-bg); }
.lt-badge--warning { color: var(--lt-warning); background: var(--lt-warning-bg); }
.lt-badge--notice { color: var(--lt-notice); background: var(--lt-notice-bg); }
.lt-badge--wcag { color: var(--lt-muted); background: var(--lt-subtle); box-shadow: inset 0 0 0 1px var(--lt-line); }

.lt-pill {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin: 0 0 24px;
	padding: 6px 14px 6px 10px;
	border: 1px solid var(--lt-line);
	border-radius: 999px;
	background: #fff;
	box-shadow: var(--lt-shadow-xs);
	color: var(--lt-text);
	font-size: .875rem;
	font-weight: 600;
}

.lt-pill .lt-icon { color: var(--lt-brand); width: 1.1em; height: 1.1em; vertical-align: 0; }

.lt-eyebrow {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
	margin: 0 0 12px;
	color: var(--lt-brand);
	font-size: .875rem;
	font-weight: 600;
}

.lt-eyebrow .lt-icon { width: 1.1em; height: 1.1em; vertical-align: 0; }
.lt-center .lt-eyebrow { justify-content: center; }

.lt-lead { max-width: 62ch; color: var(--lt-muted); font-size: clamp(1.0625rem, 1rem + .3vw, 1.1875rem); line-height: 1.6; }
.lt-center .lt-lead { margin-inline: auto; }
.lt-body-lg { font-size: 1.0625rem; }

/* ================================================================ header */

.lt-header {
	position: sticky;
	top: 0;
	z-index: 50;
	background: rgba(255, 255, 255, .9);
	backdrop-filter: saturate(1.6) blur(12px);
	border-bottom: 1px solid var(--lt-line);
}

.admin-bar .lt-header { top: 32px; }

@media (max-width: 782px) {
	.admin-bar .lt-header { top: 0; position: relative; }
}

.lt-header__inner { display: flex; align-items: center; gap: 24px; min-height: 68px; }

.lt-logo {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	color: var(--lt-ink) !important;
	font-size: 1.1875rem;
	font-weight: 700;
	letter-spacing: -.02em;
	text-decoration: none !important;
}

.lt-logo__mark { width: 30px; height: 30px; border-radius: 8px; }

.lt-nav { display: flex; align-items: center; gap: 20px; margin-left: auto; }

/* Focused header (pricing): logo, docs link and the free download only. */
.lt-header__focus { display: flex; align-items: center; gap: 8px; margin-left: auto; }
.lt-header__link {
	display: inline-flex;
	align-items: center;
	min-height: 40px;
	padding: 0 12px;
	border-radius: var(--lt-r-sm);
	color: var(--lt-text) !important;
	font-size: .9375rem;
	font-weight: 500;
	text-decoration: none !important;
}
.lt-header__link:hover { color: var(--lt-ink) !important; background: var(--lt-subtle); }
.lt-header__focus .lt-btn { white-space: nowrap; }
.lt-logo { flex-shrink: 0; }
@media (max-width: 400px) {
	.lt-header__inner { gap: 12px; }
	.lt-header__focus { gap: 4px; }
	.lt-header__link { padding: 0 8px; }
	.lt-header__focus .lt-btn { padding-inline: 10px; gap: 0; }
	.lt-header__focus .lt-btn svg { display: none; }
	.lt-logo { font-size: 1.0625rem; gap: 8px; }
}
.lt-nav__list { display: flex; align-items: center; gap: 2px; margin: 0; padding: 0; list-style: none; }
.lt-nav__item { position: relative; }

.lt-nav__link {
	position: relative;
	display: inline-flex;
	align-items: center;
	gap: 4px;
	min-height: 40px;
	padding: 0 12px;
	border: 0;
	border-radius: var(--lt-r-sm);
	background: none;
	color: var(--lt-text) !important;
	font: inherit;
	font-size: .9375rem;
	font-weight: 500;
	text-decoration: none !important;
	cursor: pointer;
}

.lt-nav__link:hover { color: var(--lt-ink) !important; background: var(--lt-subtle); }

.lt-nav__link[aria-current],
.lt-nav__link[data-current] { color: var(--lt-ink) !important; font-weight: 600; }

.lt-nav__link[aria-current]::after,
.lt-nav__link[data-current]::after {
	content: "";
	position: absolute;
	left: 12px;
	right: 12px;
	bottom: -14px;
	height: 2px;
	border-radius: 2px;
	background: var(--lt-brand);
}

.lt-nav__chevron { width: 12px; height: 12px; transition: transform .15s; }
.lt-nav__disclosure[aria-expanded="true"] .lt-nav__chevron { transform: rotate(180deg); }

.lt-nav__sub {
	position: absolute;
	top: calc(100% + 10px);
	left: 0;
	min-width: 280px;
	margin: 0;
	padding: 6px;
	list-style: none;
	background: #fff;
	border: 1px solid var(--lt-line);
	border-radius: var(--lt-r-lg);
	box-shadow: var(--lt-shadow-lg);
}

.lt-nav__sub a {
	display: block;
	padding: 10px 12px;
	border-radius: var(--lt-r-sm);
	color: var(--lt-ink) !important;
	font-size: .9375rem;
	font-weight: 500;
	text-decoration: none !important;
}

.lt-nav__sub a:hover,
.lt-nav__sub a[aria-current] { background: var(--lt-subtle); }

.lt-nav__actions { display: flex; gap: 8px; }

.lt-nav-toggle {
	display: none;
	align-items: center;
	gap: 8px;
	min-height: 44px;
	margin-left: auto;
	padding: 0 14px;
	border: 1px solid var(--lt-line-strong);
	border-radius: var(--lt-r);
	background: #fff;
	color: var(--lt-ink);
	font: inherit;
	font-size: .9375rem;
	font-weight: 600;
	cursor: pointer;
}

.lt-nav-toggle__bars,
.lt-nav-toggle__bars::before,
.lt-nav-toggle__bars::after {
	display: block;
	width: 16px;
	height: 2px;
	border-radius: 2px;
	background: currentColor;
	transition: transform .2s;
}

.lt-nav-toggle__bars { position: relative; }
.lt-nav-toggle__bars::before,
.lt-nav-toggle__bars::after { content: ""; position: absolute; left: 0; }
.lt-nav-toggle__bars::before { top: -5px; }
.lt-nav-toggle__bars::after { top: 5px; }
.lt-nav-toggle[aria-expanded="true"] .lt-nav-toggle__bars { background: transparent; }
.lt-nav-toggle[aria-expanded="true"] .lt-nav-toggle__bars::before { transform: translateY(5px) rotate(45deg); }
.lt-nav-toggle[aria-expanded="true"] .lt-nav-toggle__bars::after { transform: translateY(-5px) rotate(-45deg); }

@media (max-width: 1023px) {
	.js .lt-nav-toggle { display: inline-flex; }

	.js .lt-nav {
		display: none;
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		flex-direction: column;
		align-items: stretch;
		gap: 16px;
		max-height: calc(100vh - 68px);
		overflow-y: auto;
		padding: 12px var(--lt-gutter) 24px;
		background: #fff;
		border-bottom: 1px solid var(--lt-line);
		box-shadow: var(--lt-shadow-lg);
	}

	.js .lt-nav.is-open { display: flex; }

	.lt-nav { flex-wrap: wrap; }
	.lt-nav__list { flex-direction: column; align-items: stretch; }
	.lt-nav__link { width: 100%; min-height: 48px; justify-content: space-between; padding: 0 8px; font-size: 1rem; }
	.lt-nav__link[aria-current]::after,
	.lt-nav__link[data-current]::after { left: 0; right: auto; top: 12px; bottom: 12px; width: 3px; height: auto; }
	.lt-nav__sub { position: static; min-width: 0; margin: 0 0 8px; box-shadow: none; border-radius: var(--lt-r); }
	.lt-nav__actions { flex-direction: column; padding-top: 12px; border-top: 1px solid var(--lt-line); }
	.lt-nav__actions .lt-btn { width: 100%; min-height: 48px; }
}

/* ============================================================= offer bar */

.lt-offerbar {
	--lt-offer-bg: #1f4e79;
	--lt-offer-fg: #ffffff;
	position: relative;
	background: var(--lt-offer-bg);
	color: var(--lt-offer-fg);
	font-size: .9375rem;
}

.lt-offerbar__inner {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 8px 16px;
	min-height: 46px;
	padding-block: 8px;
	padding-right: 56px;
}

.lt-offerbar p { margin: 0; }
.lt-offerbar__text { font-weight: 600; }
.lt-offerbar__countdown { font-variant-numeric: tabular-nums; font-weight: 600; }
.lt-offerbar__countdown abbr { margin: 0 .35em 0 .05em; text-decoration: none; }

.lt-offerbar__coupon code { background: transparent; color: inherit; border: 1px dashed currentColor; letter-spacing: .04em; }

.lt-offerbar__copy,
.lt-offerbar__cta {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	min-height: 34px;
	padding: 0 12px;
	border: 1px solid var(--lt-offer-fg);
	border-radius: var(--lt-r-sm);
	font: inherit;
	font-size: .875rem;
	font-weight: 600;
	text-decoration: none !important;
	cursor: pointer;
}

.lt-offerbar__copy { background: transparent; color: var(--lt-offer-fg); }
.lt-offerbar__cta { background: var(--lt-offer-fg); color: var(--lt-offer-bg) !important; }
.lt-offerbar .lt-icon { width: 1em; height: 1em; vertical-align: 0; }

.lt-offerbar__close {
	position: absolute;
	top: 50%;
	right: 10px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	transform: translateY(-50%);
	border: 0;
	border-radius: 50%;
	background: transparent;
	color: var(--lt-offer-fg);
	cursor: pointer;
}

.lt-offerbar__close:hover { background: color-mix(in srgb, var(--lt-offer-fg) 15%, transparent); }
.lt-offerbar :focus-visible { outline-color: var(--lt-offer-fg); }

/* Keep these mixes in sync with stops() in src/Lumtera/Admin.php (its contrast check). */
.lt-offerbar--gradient { background: linear-gradient(110deg, color-mix(in srgb, var(--lt-offer-bg) 82%, #fff), var(--lt-offer-bg) 50%, color-mix(in srgb, var(--lt-offer-bg) 80%, #000)); }
.lt-offerbar--minimal .lt-offerbar__cta { background: transparent; color: var(--lt-offer-fg) !important; }
.lt-offerbar--spotlight { background: radial-gradient(90% 220% at 50% -60%, color-mix(in srgb, var(--lt-offer-bg) 60%, #fff) 0%, transparent 60%), color-mix(in srgb, var(--lt-offer-bg) 75%, #000); }
.lt-offerbar--festive { border-block: 3px dashed color-mix(in srgb, var(--lt-offer-fg) 55%, transparent); }
.lt-offerbar.is-dismissed { display: none; }

/* ================================================================== hero */

.lt-hero {
	position: relative;
	padding-block: clamp(48px, 7vw, 96px) clamp(40px, 5vw, 72px);
	background:
		radial-gradient(900px 420px at 50% -120px, var(--lt-brand-50), transparent 72%),
		var(--lt-bg);
	border-bottom: 1px solid var(--lt-line);
}

.lt-hero--home { padding-bottom: 0; border-bottom: 0; overflow: hidden; }
.lt-hero__center { text-align: center; }
.lt-hero__center h1 { max-width: 17ch; margin-inline: auto; }
.lt-hero__center .lt-lead { margin: 20px auto 0; }

.lt-hero__product { position: relative; max-width: 1180px; margin-top: clamp(40px, 6vw, 72px); }

.lt-hero__product::before {
	content: "";
	position: absolute;
	inset: 12% 6% -10%;
	z-index: -1;
	border-radius: 50%;
	background: radial-gradient(closest-side, rgba(31, 78, 121, .22), transparent);
	filter: blur(24px);
}

.lt-hero__product .lt-frame { border-bottom-left-radius: 0; border-bottom-right-radius: 0; border-bottom: 0; }

.lt-hero__grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr);
	align-items: center;
	gap: clamp(32px, 5vw, 72px);
}

.lt-hero__grid--solo { grid-template-columns: minmax(0, 760px); }
.lt-hero__sub { margin: 0; color: var(--lt-muted); font-size: 1.0625rem; }

.lt-ticks {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 8px 24px;
	margin: 24px 0 0;
	padding: 0;
	list-style: none;
	color: var(--lt-muted);
	font-size: .875rem;
	font-weight: 500;
}

.lt-ticks li { display: inline-flex; align-items: center; gap: 6px; }
.lt-ticks .lt-icon { width: 1.05em; height: 1.05em; color: var(--lt-good); }

/* product frame */

.lt-frame {
	margin: 0;
	overflow: hidden;
	border: 1px solid var(--lt-line-strong);
	border-radius: var(--lt-r-lg);
	background: #fff;
	box-shadow: var(--lt-shadow-lg);
}

.lt-frame__bar { display: flex; gap: 6px; padding: 11px 14px; background: #f3f5f8; border-bottom: 1px solid var(--lt-line); }
.lt-frame__bar span { width: 10px; height: 10px; border-radius: 50%; background: #d3d9e1; }
.lt-shot { display: block; width: 100%; height: auto; }
.lt-frame__caption { padding: 10px 14px; border-top: 1px solid var(--lt-line); color: var(--lt-muted); font-size: .875rem; }

/* breadcrumb */

.lt-breadcrumb { margin-bottom: 20px; font-size: .875rem; }
.lt-breadcrumb ol { display: flex; flex-wrap: wrap; gap: 4px; margin: 0; padding: 0; list-style: none; }
.lt-center .lt-breadcrumb ol { justify-content: center; }
.lt-breadcrumb li:not(:last-child)::after { content: "/"; margin-left: 6px; color: var(--lt-line-strong); }
.lt-breadcrumb a { color: var(--lt-muted); text-decoration: none; }
.lt-breadcrumb a:hover { color: var(--lt-ink); text-decoration: underline; }
.lt-breadcrumb a[aria-current] { color: var(--lt-ink); font-weight: 500; }

/* ============================================================ works-with */

.lt-works { padding-block: 36px; border-block: 1px solid var(--lt-line); background: #fff; }
.lt-works__title { margin: 0 0 14px !important; color: var(--lt-muted) !important; font-size: .8125rem !important; font-weight: 600 !important; letter-spacing: .02em !important; text-align: center; }

.lt-works__list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 6px 28px;
	margin: 0;
	padding: 0;
	list-style: none;
	color: var(--lt-text);
	font-weight: 600;
	font-size: .9375rem;
}

/* ============================================================== sections */

.lt-section { padding-block: var(--lt-space); }
.lt-section--tight { padding-block: clamp(40px, 5vw, 64px); }
.lt-section--subtle,
.lt-section--soft { background: var(--lt-subtle); }
.lt-section--pro { background: linear-gradient(180deg, var(--lt-brand-50), #fff 70%); border-top: 1px solid var(--lt-brand-100); }
.lt-section + .lt-section:not(.lt-section--subtle):not(.lt-section--soft):not(.lt-section--pro) { border-top: 1px solid var(--lt-line); }

.lt-head,
.lt-section__head { max-width: 720px; margin: 0 0 clamp(36px, 5vw, 56px); }
.lt-head h2,
.lt-section__head h2 { margin-bottom: 0; }
.lt-head .lt-lead,
.lt-section__head .lt-lead { margin: 16px 0 0; }

.lt-head--split {
	display: grid;
	grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
	gap: 20px 64px;
	align-items: end;
	max-width: none;
}

.lt-head--split .lt-lead { margin: 0 0 12px; }

.lt-section__head--left { display: flex; flex-wrap: wrap; align-items: center; gap: 4px 14px; max-width: none; }
.lt-section__head--left p { flex-basis: 100%; margin: 6px 0 0; color: var(--lt-muted); }

.lt-section__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: var(--lt-r);
	background: var(--lt-brand-50);
	color: var(--lt-brand);
	vertical-align: middle;
}

.lt-split { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(32px, 6vw, 96px); align-items: start; }
.lt-split--aside { grid-template-columns: minmax(0, 1fr) minmax(0, 2fr); }
.lt-split--aside > h2 { position: sticky; top: 96px; }
.lt-prose { font-size: 1.0625rem; }
.lt-prose p:last-child { margin-bottom: 0; }

/* ======================================================== plain figures */

.lt-figures {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0 48px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.lt-figure {
	display: flex;
	flex-direction: column;
	gap: 4px;
	padding: 28px 0;
	border-top: 1px solid var(--lt-line-strong);
}

.lt-figure__num { color: var(--lt-ink); font-size: clamp(2.25rem, 1.8rem + 1.6vw, 3rem); font-weight: 700; line-height: 1.05; letter-spacing: -.03em; font-variant-numeric: tabular-nums; }
.lt-figure__label { color: var(--lt-muted); }
.lt-figure__link { margin-top: 10px; font-size: .875rem; font-weight: 500; }

.lt-source { margin: 16px 0 0; color: var(--lt-muted); font-size: .875rem; }

/* ================================================================ versus */

.lt-versus {
	margin: 0;
	padding: 0;
	list-style: none;
	background: #fff;
	border: 1px solid var(--lt-line);
	border-radius: var(--lt-r-lg);
	box-shadow: var(--lt-shadow-sm);
}

.lt-versus__row { display: flex; gap: 16px; padding: 24px 28px; }
.lt-versus__row + .lt-versus__row { border-top: 1px solid var(--lt-line); }
.lt-versus__row h3 { margin: 0 0 4px; }
.lt-versus__row p { margin: 0; color: var(--lt-muted); }

.lt-versus__mark {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: none;
	width: 32px;
	height: 32px;
	border-radius: 50%;
}

.lt-versus__mark .lt-icon { width: 18px; height: 18px; }
.lt-versus__row--no .lt-versus__mark { background: var(--lt-error-bg); color: var(--lt-error); }
.lt-versus__row--yes .lt-versus__mark { background: var(--lt-good-bg); color: var(--lt-good); }
.lt-versus__row--yes { background: linear-gradient(90deg, var(--lt-brand-50), #fff); border-radius: 0 0 var(--lt-r-lg) var(--lt-r-lg); }

/* ============================================================== timeline */

.lt-timeline,
.lt-steps {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 32px;
	margin: 0;
	padding: 0;
	list-style: none;
	counter-reset: lt-step;
}

.lt-steps { grid-template-columns: repeat(auto-fit, minmax(min(100%, 240px), 1fr)); }

.lt-timeline li,
.lt-steps li { position: relative; padding-top: 56px; counter-increment: lt-step; }

.lt-timeline li::before,
.lt-steps li::before {
	content: counter(lt-step);
	position: absolute;
	top: 0;
	left: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background: var(--lt-brand);
	color: #fff;
	font-weight: 700;
	font-size: .9375rem;
	box-shadow: 0 0 0 6px var(--lt-brand-50);
}

.lt-timeline li:not(:last-child)::after {
	content: "";
	position: absolute;
	top: 18px;
	left: 52px;
	right: -16px;
	height: 1px;
	background: var(--lt-line-strong);
}

.lt-timeline p,
.lt-steps p { margin: 0; color: var(--lt-muted); }
.lt-steps__icon { display: none; }

/* ================================================================= bento */

.lt-bento {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 20px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.lt-bento__card {
	position: relative;
	display: flex;
	flex-direction: column;
	overflow: hidden;
	background: #fff;
	border: 1px solid var(--lt-line);
	border-radius: 20px;
	box-shadow: var(--lt-shadow-xs);
	transition: border-color .15s, box-shadow .15s;
}

.lt-bento__card--lg { grid-column: span 4; }
.lt-bento__card--md { grid-column: span 3; }
.lt-bento__card--sm { grid-column: span 2; }

.lt-bento__text { padding: 28px 28px 22px; }
.lt-bento__text h3 { margin: 0 0 6px; font-size: 1.125rem; }
.lt-bento__text h3 a { color: var(--lt-ink); text-decoration: none; }
.lt-bento__text p { max-width: 52ch; margin: 0; color: var(--lt-muted); font-size: .9375rem; }
.lt-bento__tag { margin: 0 0 8px !important; }

/* The whole card is the link target; the heading keeps the accessible name. */
.lt-bento__text h3 a::after { content: ""; position: absolute; inset: 0; z-index: 1; border-radius: 20px; }
.lt-bento__card:hover { border-color: var(--lt-brand-200); box-shadow: var(--lt-shadow-sm); }
.lt-bento__card:hover h3 a { color: var(--lt-brand); }
.lt-bento__text h3 a:focus-visible { outline: none; }
.lt-bento__card:focus-within { outline: 2px solid var(--lt-brand); outline-offset: 3px; }

/* The crop sits in a soft well, inset from the left and running off the
   bottom-right edge, so it reads as a zoomed-in detail of the product. */
.lt-bento__media {
	position: relative;
	flex: 1;
	min-height: 240px;
	margin-top: auto;
	padding: 24px 0 0 28px;
	background: linear-gradient(160deg, var(--lt-brand-50), #eef2f7);
	border-top: 1px solid var(--lt-line);
}

.lt-bento__card--lg .lt-bento__media { min-height: 320px; }

.lt-bento__media { overflow: hidden; }

/* Width-driven: the crop fills the card width and runs off the bottom, so the
   visible part is always its top-left at a zoom set by the crop itself. */
.lt-bento__media .lt-shot {
	position: absolute;
	top: 24px;
	left: 28px;
	width: calc(100% - 28px);
	height: auto;
	border: 1px solid var(--lt-line-strong);
	border-right: 0;
	border-bottom: 0;
	border-top-left-radius: 12px;
	box-shadow: -8px -8px 24px rgba(11, 21, 36, .06);
	background: #fff;
	transition: transform .3s;
}

.lt-bento__card:hover .lt-shot { transform: translate(-4px, -4px); }

/* ================================================================ checks */

.lt-list-check { margin: 0 0 1.25rem; padding: 0; list-style: none; }

.lt-list-check li { position: relative; margin: 0 0 .6em; padding-left: 1.75em; }

.lt-list-check li::before {
	content: "";
	position: absolute;
	left: 0;
	top: .28em;
	width: 1.1em;
	height: 1.1em;
	border-radius: 50%;
	background: var(--lt-good-bg) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23067647' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12.5l4 4 10-10'/%3E%3C/svg%3E") center / 68% no-repeat;
}

.lt-list-check--lg li { font-size: 1.0625rem; }

/* ================================================================= index */

.lt-index {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 1px;
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	background: var(--lt-line);
	border: 1px solid var(--lt-line);
	border-radius: var(--lt-r-lg);
}

.lt-index > li { background: #fff; }

.lt-index__item {
	display: flex;
	flex-direction: column;
	gap: 2px;
	height: 100%;
	padding: 22px;
	color: var(--lt-ink) !important;
	text-decoration: none !important;
	transition: background-color .15s;
}

.lt-index__item:hover { background: var(--lt-brand-50); }
.lt-index__icon { display: inline-flex; margin-bottom: 12px; color: var(--lt-brand); }
.lt-index__name { font-weight: 600; }
.lt-index__count { color: var(--lt-muted); font-size: .875rem; }

/* ============================================================== features */

.lt-features {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 48px 40px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.lt-feature h3 { margin: 16px 0 6px; }
.lt-feature h3 a { color: var(--lt-ink); text-decoration: none; }
.lt-feature h3 a:hover { text-decoration: underline; }
.lt-feature p { margin: 0; color: var(--lt-muted); }

.lt-feature__icon,
.lt-card__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: var(--lt-r);
	background: var(--lt-brand-50);
	color: var(--lt-brand);
	box-shadow: inset 0 0 0 1px var(--lt-brand-100);
}

/* ================================================================= cards */

.lt-grid { display: grid; gap: 16px; margin: 0; padding: 0; list-style: none; }
.lt-grid--3 { grid-template-columns: repeat(auto-fill, minmax(min(100%, 300px), 1fr)); }
.lt-grid--4 { grid-template-columns: repeat(auto-fill, minmax(min(100%, 230px), 1fr)); }
.lt-grid--audience { grid-template-columns: repeat(auto-fill, minmax(min(100%, 300px), 1fr)); }

.lt-card {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 8px;
	padding: 24px;
	background: #fff;
	border: 1px solid var(--lt-line);
	border-radius: var(--lt-r-lg);
	transition: border-color .15s, box-shadow .15s;
}

.lt-card p { margin: 0; color: var(--lt-muted); font-size: .9375rem; }
.lt-card__top { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 8px; margin-bottom: 6px; }
.lt-card__title { margin: 0 !important; font-size: 1.0625rem !important; }
.lt-card__title a { color: var(--lt-ink); text-decoration: none; }

.lt-card--link .lt-card__title a::after { content: ""; position: absolute; inset: 0; border-radius: var(--lt-r-lg); }
.lt-card--link:hover { border-color: var(--lt-brand-200); box-shadow: var(--lt-shadow-sm); }
.lt-card--link:hover .lt-card__title a { color: var(--lt-brand); }
.lt-card--link .lt-card__title a:focus-visible { outline: none; }
.lt-card--link:focus-within { outline: 2px solid var(--lt-brand); outline-offset: 3px; }

.lt-int__mark {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 40px;
	height: 40px;
	padding: 0 8px;
	border-radius: var(--lt-r);
	background: var(--lt-ink);
	color: #fff;
	font-family: var(--lt-mono);
	font-size: .875rem;
	font-weight: 700;
}

/* chips (filters on hub pages) */

.lt-chips ul { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; margin: 28px 0 0; padding: 0; list-style: none; }

.lt-chip {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	min-height: 36px;
	padding: 0 12px;
	border: 1px solid var(--lt-line-strong);
	border-radius: var(--lt-r);
	background: #fff;
	color: var(--lt-ink) !important;
	font-size: .875rem;
	font-weight: 500;
	text-decoration: none !important;
}

.lt-chip:hover { border-color: var(--lt-ink); }
.lt-chip__count { color: var(--lt-muted); }

/* ========================================================= integrations */

.lt-int-group {
	display: grid;
	grid-template-columns: minmax(0, 280px) minmax(0, 1fr);
	gap: 24px 64px;
	padding-block: 48px;
	border-top: 1px solid var(--lt-line);
}

.lt-int-group:first-child { border-top: 0; padding-top: 0; }
.lt-int-group h2 { font-size: 1.375rem !important; margin-bottom: 6px !important; }
.lt-int-group > div > p { margin: 0; color: var(--lt-muted); font-size: .9375rem; }

.lt-int-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin: 0; padding: 0; list-style: none; }

.lt-int-item {
	position: relative;
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	gap: 4px 14px;
	padding: 18px;
	background: #fff;
	border: 1px solid var(--lt-line);
	border-radius: var(--lt-r-lg);
	transition: border-color .15s, box-shadow .15s;
}

.lt-int-item .lt-int__mark { grid-row: span 2; }
.lt-int-item h3 { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin: 0; font-size: 1rem; }
.lt-int-item h3 a { color: var(--lt-ink); text-decoration: none; }
.lt-int-item h3 a::after { content: ""; position: absolute; inset: 0; border-radius: var(--lt-r-lg); }
.lt-int-item h3 a:focus-visible { outline: none; }
.lt-int-item:focus-within { outline: 2px solid var(--lt-brand); outline-offset: 3px; }
.lt-int-item:has(a):hover { border-color: var(--lt-brand-200); box-shadow: var(--lt-shadow-sm); }
.lt-int-item p { margin: 0; color: var(--lt-muted); font-size: .875rem; }

/* ======================================================= feature details */

.lt-details { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px 40px; margin: 0; }
.lt-details dt { margin: 0 0 6px; color: var(--lt-ink); font-weight: 600; }
.lt-details dd { margin: 0; color: var(--lt-muted); }

@media (max-width: 760px) {
	.lt-details { grid-template-columns: minmax(0, 1fr); }
}

/* ================================================================ guides */

.lt-guide-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; margin: 0; padding: 0; list-style: none; }

.lt-guide-card {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 8px;
	padding: 32px;
	background: #fff;
	border: 1px solid var(--lt-line);
	border-radius: 20px;
	transition: border-color .15s, box-shadow .15s;
}

.lt-guide-card__eyebrow { margin: 0; color: var(--lt-brand); font-size: .875rem; font-weight: 600; }
.lt-guide-card h3 { margin: 0; font-size: 1.375rem; letter-spacing: -.02em; }
.lt-guide-card h3 a { color: var(--lt-ink); text-decoration: none; }
.lt-guide-card h3 a::after { content: ""; position: absolute; inset: 0; border-radius: 20px; }
.lt-guide-card h3 a:focus-visible { outline: none; }
.lt-guide-card:focus-within { outline: 2px solid var(--lt-brand); outline-offset: 3px; }
.lt-guide-card:hover { border-color: var(--lt-brand-200); box-shadow: var(--lt-shadow-sm); }
.lt-guide-card p { margin: 0; color: var(--lt-muted); }
.lt-guide-card .lt-link-arrow { margin-top: auto; padding-top: 12px; }

.lt-crit-group { margin: 40px 0 12px; font-size: 1.25rem !important; }
.lt-crit-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--lt-line); }
.lt-crit { padding: 20px 0; border-bottom: 1px solid var(--lt-line); }
.lt-crit__head { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 10px; margin-bottom: 6px; }
.lt-crit__head h4 { margin: 0; font-size: 1.0625rem; font-weight: 600; letter-spacing: -.01em; }
.lt-crit__head h4 a { color: var(--lt-ink); }
.lt-crit p { margin: 0 0 6px; font-size: 1rem !important; }
.lt-crit__how { color: var(--lt-muted); }
.lt-crit__how strong { color: var(--lt-ink); font-weight: 600; }
.lt-crit__checks { font-size: .9375rem !important; }
.lt-crit__checks span:first-child { color: var(--lt-muted); }

@media (max-width: 760px) {
	.lt-guide-list { grid-template-columns: minmax(0, 1fr); }
	.lt-guide-card { padding: 24px; }
}

/* ================================================================== laws */

.lt-laws { margin: 0 0 20px; padding: 0; list-style: none; border-top: 1px solid var(--lt-line-strong); }

.lt-law {
	display: grid;
	grid-template-columns: minmax(0, 240px) minmax(0, 1fr) minmax(0, 240px);
	gap: 8px 40px;
	padding: 28px 0;
	border-bottom: 1px solid var(--lt-line);
}

.lt-law__name h3 { margin: 0 0 2px; }
.lt-law__region { margin: 0; color: var(--lt-muted); font-size: .875rem; }
.lt-law__text { margin: 0; }
.lt-law__source { margin: 0; font-size: .875rem; }

/* ============================================================== pricing */

.lt-plans-section { padding-block: clamp(40px, 5vw, 64px) 0; }

.lt-plans {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
	margin: 0;
	padding: 0;
	list-style: none;
	align-items: stretch;
}

.lt-plan {
	position: relative;
	display: flex;
	flex-direction: column;
	padding: 28px 24px 24px;
	background: #fff;
	border: 1px solid var(--lt-line);
	border-radius: var(--lt-r-lg);
	box-shadow: var(--lt-shadow-xs);
}

.lt-plan.is-featured { border-color: var(--lt-brand); box-shadow: 0 0 0 1px var(--lt-brand), var(--lt-shadow-lg); }

.lt-plan__ribbon {
	position: absolute;
	top: -12px;
	left: 24px;
	margin: 0;
	padding: 3px 10px;
	border-radius: var(--lt-r-sm);
	background: var(--lt-brand);
	color: #fff;
	font-size: .75rem;
	font-weight: 600;
}

.lt-plan__audience { margin: 0 0 6px; color: var(--lt-muted); font-size: .8125rem; font-weight: 500; }
.lt-plan__name { margin: 0 0 18px !important; font-size: 1.25rem !important; }
.lt-plan__price { display: flex; flex-wrap: wrap; align-items: baseline; gap: 6px; margin: 0; }
.lt-plan__amount { color: var(--lt-ink); font-size: 2.5rem; font-weight: 700; line-height: 1; letter-spacing: -.03em; }
.lt-plan__regular { font-size: 1.0625rem; }
.lt-per { color: var(--lt-muted); font-size: .875rem; font-weight: 400; }
.lt-plan__save { margin: 8px 0 0; color: var(--lt-good); font-size: .875rem; font-weight: 600; }
.lt-plan__sites { display: flex; align-items: center; gap: 8px; margin: 18px 0 20px; padding: 10px 12px; border-radius: var(--lt-r); background: var(--lt-subtle); color: var(--lt-ink); font-size: .9375rem; font-weight: 600; }
.lt-plan__sites .lt-icon { color: var(--lt-brand); }
.lt-plan .lt-list-check { margin: 22px 0 0; font-size: .9375rem; }
.lt-plan__pitch { color: var(--lt-muted); font-size: .9375rem; }

.lt-plans-foot { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px 40px; margin: 32px 0 0; }
.lt-plans-foot__item { display: flex; align-items: flex-start; gap: 10px; max-width: 440px; margin: 0; color: var(--lt-muted); font-size: .875rem; }
.lt-plans-foot__item .lt-icon { width: 22px; height: 22px; color: var(--lt-good); }
.lt-plans-foot__item strong { color: var(--lt-ink); font-weight: 600; }

.lt-free-note {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 16px 32px;
	margin: 40px 0 0;
	padding: 24px 28px;
	border: 1px solid var(--lt-line);
	border-radius: var(--lt-r-lg);
	background: var(--lt-subtle);
}

.lt-free-note > div { flex: 1 1 420px; }
.lt-free-note h2 { margin: 0 0 4px !important; font-size: 1.125rem !important; letter-spacing: -.01em !important; }
.lt-free-note p { margin: 0; color: var(--lt-muted); font-size: .9375rem; }

.lt-offer-note {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-top: 20px;
	padding: 8px 14px;
	border-radius: var(--lt-r);
	background: var(--lt-good-bg);
	color: var(--lt-good);
	font-size: .9375rem;
	font-weight: 600;
}

.lt-mini-plans {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.lt-mini-plan { display: flex; flex-direction: column; padding: 24px; background: #fff; border: 1px solid var(--lt-line); border-radius: var(--lt-r-lg); }
.lt-mini-plan .lt-btn { margin-top: auto; }
.lt-mini-plan.is-featured { border-color: var(--lt-brand); box-shadow: 0 0 0 1px var(--lt-brand); }
.lt-mini-plan__aud { margin: 0 0 4px; color: var(--lt-muted); font-size: .8125rem; font-weight: 500; }
.lt-mini-plan h3 { margin: 0; font-size: 1.125rem; }
.lt-mini-plan__price { margin: 12px 0; color: var(--lt-ink); font-size: 1.875rem; font-weight: 700; letter-spacing: -.02em; }
.lt-mini-plan__price del { margin-right: 6px; font-size: 1rem; }
.lt-mini-plan__meta { margin: 0 0 20px; color: var(--lt-muted); font-size: .875rem; }

/* ================================================================ tables */

.lt-table-wrap {
	/* Contains the absolutely positioned .lt-sr labels inside cells, which
	   would otherwise escape the scroll container and widen the page. */
	position: relative;
	overflow-x: auto;
	background: #fff;
	border: 1px solid var(--lt-line);
	border-radius: var(--lt-r-lg);
}

.lt-table { width: 100%; border-collapse: collapse; font-size: .9375rem; }
.lt-table th,
.lt-table td { padding: 14px 18px; border-bottom: 1px solid var(--lt-line); text-align: left; vertical-align: top; }

.lt-table thead th {
	position: sticky;
	top: 0;
	background: var(--lt-subtle);
	color: var(--lt-muted);
	font-size: .8125rem;
	font-weight: 600;
}

.lt-table tbody th { color: var(--lt-ink); font-weight: 500; }
.lt-table tbody th a { color: var(--lt-ink); text-decoration-color: var(--lt-line-strong); }
.lt-table tbody th a:hover { color: var(--lt-brand); }
.lt-table tr:last-child > * { border-bottom: 0; }
.lt-table__group th { background: var(--lt-subtle); color: var(--lt-ink) !important; font-size: .8125rem; font-weight: 600 !important; letter-spacing: .01em; }
.lt-table__note { display: block; margin-top: 4px; color: var(--lt-muted); font-size: .8125rem; font-weight: 400; }

.lt-table--matrix { min-width: 860px; }
.lt-table--matrix td,
.lt-table--matrix thead th:not(:first-child) { text-align: center; }
.lt-table--matrix tbody th { width: 32%; }

.lt-table tfoot td,
.lt-table tfoot th { padding-block: 18px; background: var(--lt-subtle); border-top: 1px solid var(--lt-line); border-bottom: 0; text-align: center; }
.lt-table--compare { min-width: 600px; }
.lt-table--compare tbody th { width: 38%; }

.lt-table--checks { min-width: 680px; table-layout: fixed; }
.lt-table--checks th:nth-child(1) { width: 40%; }
.lt-table--checks th:nth-child(2) { width: 30%; }
.lt-table--checks th:nth-child(3) { width: 14%; }
.lt-table--checks th:nth-child(4) { width: 16%; }

.lt-yes,
.lt-no { display: inline-flex; }
.lt-yes .lt-icon { width: 1.3em; height: 1.3em; color: var(--lt-good); }
.lt-no .lt-icon { width: 1.1em; height: 1.1em; color: #9aa3b1; }

.lt-table-wrap + .lt-note { margin-top: 12px; }

/* ========================================================== check pages */

.lt-checks { padding-block: clamp(40px, 5vw, 72px); }
.lt-checks__group { margin-bottom: clamp(40px, 5vw, 64px); scroll-margin-top: 96px; }
.lt-checks__group h2 { display: flex; align-items: center; gap: 12px; font-size: 1.5rem !important; }

.lt-sev-summary { display: flex; justify-content: center; flex-wrap: wrap; gap: 12px 28px; margin: 24px 0 6px; }
.lt-sev-summary > div { display: flex; align-items: center; gap: 8px; }
.lt-sev-summary dd { margin: 0; color: var(--lt-ink); font-size: 1.375rem; font-weight: 700; }

.lt-facts {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(min(100%, 160px), 1fr));
	gap: 0;
	margin: 28px 0 0;
	overflow: hidden;
	background: #fff;
	border: 1px solid var(--lt-line);
	border-radius: var(--lt-r-lg);
}

.lt-facts > div { padding: 14px 18px; border-right: 1px solid var(--lt-line); }
.lt-facts > div:last-child { border-right: 0; }
.lt-facts dt { color: var(--lt-muted); font-size: .8125rem; }
.lt-facts dd { margin: 4px 0 0; color: var(--lt-ink); font-weight: 600; }

.lt-article { padding-block: clamp(40px, 5vw, 72px); }
.lt-article section + section { margin-top: clamp(36px, 4vw, 52px); }
.lt-article h2 { font-size: 1.5rem !important; }
.lt-article p,
.lt-article li { font-size: 1.0625rem; }
.lt-article [id^="lt-"] { scroll-margin-top: 96px; }

.lt-answer { padding: 22px 24px; border: 1px solid var(--lt-brand-100); border-radius: var(--lt-r-lg); background: var(--lt-brand-50); }
.lt-answer h2 { display: flex; align-items: center; gap: 8px; margin: 0 0 6px !important; color: var(--lt-brand) !important; font-size: .9375rem !important; font-weight: 600 !important; letter-spacing: 0 !important; }
.lt-answer p { margin: 0; color: var(--lt-ink); font-size: 1.125rem !important; }

.lt-toc { margin-top: 28px; padding: 0 0 0 16px; border-left: 2px solid var(--lt-line); }
.lt-toc__title { margin: 0 0 6px !important; color: var(--lt-muted) !important; font-size: .8125rem !important; font-weight: 600 !important; letter-spacing: 0 !important; }
.lt-toc ol { display: flex; flex-wrap: wrap; gap: 4px 20px; margin: 0; padding: 0; list-style: none; }
.lt-toc li { font-size: .9375rem !important; }

.lt-stat-inline { display: flex; align-items: center; gap: 16px; padding: 16px 20px; border-radius: var(--lt-r-lg); background: var(--lt-subtle); }
.lt-stat-inline__pct { color: var(--lt-ink); font-size: 1.75rem; font-weight: 700; letter-spacing: -.02em; }
.lt-stat-inline span:last-child { color: var(--lt-muted); font-size: .9375rem; }

.lt-callout { display: flex; gap: 10px; padding: 14px 18px; border-radius: var(--lt-r); background: var(--lt-subtle); border-left: 3px solid var(--lt-accent); }
.lt-callout .lt-icon { margin-top: .25em; color: var(--lt-brand); }

.lt-examples { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 320px), 1fr)); gap: 16px; }
.lt-example { display: flex; flex-direction: column; margin: 0; overflow: hidden; border: 1px solid var(--lt-line); border-radius: var(--lt-r-lg); background: #0f1720; }
.lt-example figcaption { display: flex; align-items: center; gap: 8px; padding: 10px 14px; font-size: .875rem; font-weight: 600; }
.lt-example--fail figcaption { background: var(--lt-error-bg); color: var(--lt-error); }
.lt-example--ok figcaption { background: var(--lt-good-bg); color: var(--lt-good); }
/* Explicit background + colours: themes (e.g. Blocksy) style <pre> and would otherwise hide the code. */
.lumtera-marketing .lt-example pre { flex: 1; margin: 0; padding: 16px; overflow-x: auto; border: 0; border-radius: 0; background: #0f1720; color: #e6edf3; font-family: var(--lt-mono); font-size: .8125rem; line-height: 1.65; white-space: pre-wrap; word-break: break-word; }
.lumtera-marketing .lt-example code { padding: 0; border: 0; background: none; color: inherit; font-size: inherit; }

.lt-ol { padding-left: 1.3em; }
.lt-ol li { margin-bottom: .6em; }

.lt-inlumtera { padding: 28px; border: 1px solid var(--lt-line); border-radius: var(--lt-r-lg); background: var(--lt-subtle); }
.lt-inlumtera .lt-actions { margin-top: 18px; }

/* ================================================================== FAQ */

.lt-faq-section { border-top: 1px solid var(--lt-line); }
.lt-faq-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 2fr); gap: 32px 80px; align-items: start; }
.lt-faq-grid__intro h2 { margin-bottom: 12px; }
.lt-faq-grid__intro { position: sticky; top: 100px; }

.lt-faq { border-top: 1px solid var(--lt-line); }
.lt-faq details { border-bottom: 1px solid var(--lt-line); }

.lt-faq summary {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 20px 0;
	color: var(--lt-ink);
	font-size: 1.0625rem;
	font-weight: 600;
	list-style: none;
	cursor: pointer;
}

.lt-faq summary::-webkit-details-marker { display: none; }
.lt-faq summary:hover { color: var(--lt-brand); }
.lt-faq__chev { flex: none; width: 20px; height: 20px; color: var(--lt-muted); transition: transform .2s; }
.lt-faq details[open] .lt-faq__chev { transform: rotate(180deg); }
.lt-faq details p { max-width: 68ch; margin: -4px 0 22px; color: var(--lt-muted); }

/* ================================================================= CTA */

.lt-cta {
	position: relative;
	overflow: hidden;
	padding-block: clamp(64px, 8vw, 104px);
	background: var(--lt-ink);
	color: #fff;
	text-align: center;
}

.lt-cta::before {
	content: "";
	position: absolute;
	inset: -40% 10% auto;
	height: 120%;
	background: radial-gradient(closest-side, rgba(31, 78, 121, .9), transparent);
	pointer-events: none;
}

.lt-cta .lt-container { position: relative; }
.lt-cta h2 { color: #fff; }
.lt-cta p { max-width: 58ch; margin-inline: auto; color: #c9d4e1; font-size: 1.0625rem; }
.lt-cta :focus-visible { outline-color: #fff; }

/* ================================================================ footer */

.lt-footer { padding-block: 64px 32px; background: #fff; border-top: 1px solid var(--lt-line); font-size: .9375rem; }
.lt-footer__grid { display: grid; grid-template-columns: minmax(0, 1.6fr) repeat(4, minmax(0, 1fr)); gap: 32px; }
.lt-footer__brand p { max-width: 36ch; margin-top: 14px; color: var(--lt-muted); }
.lt-footer__heading { margin: 0 0 14px !important; color: var(--lt-ink) !important; font-size: .875rem !important; font-weight: 600 !important; letter-spacing: 0 !important; }
.lt-footer ul { margin: 0; padding: 0; list-style: none; }
.lt-footer li { margin-bottom: 10px; }
.lt-footer__col a { color: var(--lt-muted); text-decoration: none; }
.lt-footer__col a:hover { color: var(--lt-ink); text-decoration: underline; }
.lt-footer__legal { margin-top: 48px; padding-top: 24px; border-top: 1px solid var(--lt-line); color: var(--lt-muted); font-size: .8125rem; }
.lt-footer__legal p { margin: 0 0 4px; }

/* ============================================================ responsive */

@media (max-width: 1100px) {
	.lt-plans,
	.lt-mini-plans { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.lt-index { grid-template-columns: repeat(3, minmax(0, 1fr)); }
	.lt-law { grid-template-columns: minmax(0, 200px) minmax(0, 1fr); }
	.lt-law__source { grid-column: 2; }
}

@media (max-width: 900px) {
	.lt-head--split,
	.lt-split,
	.lt-hero__grid,
	.lt-faq-grid { grid-template-columns: minmax(0, 1fr); }
	.lt-head--split { gap: 12px; }
	.lt-faq-grid__intro { position: static; }
	.lt-split--aside > h2 { position: static; }
	.lt-figures { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 32px; }
	.lt-timeline { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.lt-timeline li:not(:last-child)::after { display: none; }
	.lt-features { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.lt-bento__card--lg,
	.lt-bento__card--md,
	.lt-bento__card--sm { grid-column: span 3; }
	.lt-footer__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.lt-footer__brand { grid-column: 1 / -1; }
}

@media (max-width: 640px) {
	.lt-plans,
	.lt-mini-plans,
	.lt-features,
	.lt-timeline { grid-template-columns: minmax(0, 1fr); }
	.lt-figures { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 20px; }
	.lt-figure { padding: 20px 0; }
	.lt-figure__num { font-size: 1.875rem; }
	.lt-figure__label,
	.lt-figure__link { font-size: .875rem; }
	.lt-index { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.lt-int-list { grid-template-columns: minmax(0, 1fr); }
	.lt-law { grid-template-columns: minmax(0, 1fr); }
	.lt-law__source { grid-column: auto; }
	.lt-bento__card--lg,
	.lt-bento__card--md,
	.lt-bento__card--sm { grid-column: 1 / -1; }
	.lt-bento__text { padding: 22px 22px 18px; }
	.lt-bento__media,
	.lt-bento__card--lg .lt-bento__media { min-height: 220px; padding: 20px 0 0 22px; }
	.lt-bento__media .lt-shot { top: 20px; left: 22px; width: calc(100% - 22px); }
	.lt-actions .lt-btn { width: 100%; }
	.lt-facts > div { border-right: 0; border-bottom: 1px solid var(--lt-line); }
	.lt-offerbar__inner { justify-content: flex-start; }
	.lt-footer__grid { grid-template-columns: minmax(0, 1fr); }
	.lt-hero__product .lt-frame { border-radius: var(--lt-r) var(--lt-r) 0 0; }
}

/* ======================================================== doc layout */

.lt-hero--check .lt-container > * { max-width: 780px; }

.lt-doc {
	display: grid;
	grid-template-columns: minmax(0, 780px) minmax(0, 240px);
	justify-content: space-between;
	gap: 64px;
}

.lt-doc__aside { padding-block: clamp(40px, 5vw, 72px); }
.lt-doc__aside .lt-toc { position: sticky; top: 100px; margin: 0; }
.lt-article .lt-toc__title,
.lt-toc__title { margin: 0 0 10px !important; color: var(--lt-ink) !important; font-size: .875rem !important; font-weight: 600 !important; letter-spacing: 0 !important; }
.lt-toc ol { flex-direction: column; gap: 8px; }
.lt-toc a { color: var(--lt-muted); text-decoration: none; }
.lt-toc a:hover { color: var(--lt-brand); text-decoration: underline; }
.lt-article .lt-answer h2 { font-size: .9375rem !important; }
.lt-article .lt-answer + section { margin-top: 40px; }

/* feature body */

.lt-feature-body { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 40px 80px; align-items: start; }
.lt-feature-body h2 { font-size: 1.5rem !important; margin-bottom: 16px !important; }
.lt-feature-body__get { padding: 28px; border: 1px solid var(--lt-line); border-radius: var(--lt-r-lg); background: var(--lt-subtle); }
.lt-feature-body__get .lt-list-check { margin: 0; }
.lt-timeline--auto { grid-template-columns: repeat(auto-fit, minmax(min(100%, 220px), 1fr)); }

@media (max-width: 900px) {
	.lt-int-group { grid-template-columns: minmax(0, 1fr); padding-block: 36px; }
	.lt-doc,
	.lt-feature-body { grid-template-columns: minmax(0, 1fr); gap: 0 40px; }
	.lt-doc__aside { display: none; }
	.lt-timeline--auto li:not(:last-child)::after { display: none; }
}

@media (prefers-reduced-motion: reduce) {
	.lumtera-marketing *,
	.lumtera-marketing *::before,
	.lumtera-marketing *::after { transition: none !important; animation: none !important; scroll-behavior: auto !important; }
}

@media (forced-colors: active) {
	.lt-btn,
	.lt-badge,
	.lt-card,
	.lt-chip,
	.lt-bento__card { border: 1px solid CanvasText; }
	.lt-list-check li::before { forced-color-adjust: none; background-color: CanvasText; }
}

@media print {
	.lt-header,
	.lt-offerbar,
	.lt-cta,
	.lt-footer { display: none; }
}

/* Integration setup guide link */
.lt-int-item .lt-int__docs { grid-column: 2; position: relative; z-index: 1; margin-top: 6px; font-size: .875rem; }
.lt-int__docs a { display: inline-flex; align-items: center; gap: 4px; font-weight: 600; }
.lt-int__docs svg { width: 14px; height: 14px; }
