:root {
	--lh-navy-950: #061d31;
	--lh-navy-900: #082b45;
	--lh-navy-800: #0d3d60;
	--lh-blue-700: #155ed2;
	--lh-blue-600: #1b6fe8;
	--lh-teal-700: #087d73;
	--lh-teal-600: #0a9988;
	--lh-teal-400: #5dd4c1;
	--lh-green-brand: #1e824c;
	--lh-slate-950: #142536;
	--lh-slate-800: #25394b;
	--lh-slate-700: #40576b;
	--lh-slate-600: #5b7183;
	--lh-slate-300: #cddae4;
	--lh-slate-200: #e2eaf0;
	--lh-slate-100: #eff4f7;
	--lh-slate-50: #f7fafc;
	--lh-white: #ffffff;
	--lh-shadow-sm: 0 4px 14px rgba(6, 29, 49, 0.07);
	--lh-shadow-md: 0 16px 40px rgba(6, 29, 49, 0.11);
	--lh-shadow-lg: 0 28px 70px rgba(3, 30, 49, 0.22);
	--lh-radius-sm: 12px;
	--lh-radius-md: 18px;
	--lh-radius-lg: 26px;
	--lh-container: 1180px;
	--lh-reading-width: 760px;
	--lh-focus: #f3b43f;
}

* {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
	scroll-padding-top: 92px;
}

body {
	margin: 0;
	min-width: 320px;
	background: var(--lh-white);
	color: var(--lh-slate-800);
	font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 16px;
	line-height: 1.65;
	text-rendering: optimizeLegibility;
}

img,
picture,
svg {
	display: block;
	max-width: 100%;
}

img {
	height: auto;
}

a {
	color: var(--lh-blue-700);
	text-underline-offset: 0.16em;
}

a:hover {
	color: var(--lh-teal-700);
}

button,
input,
textarea,
select {
	font: inherit;
}

button,
summary {
	-webkit-tap-highlight-color: transparent;
}

h1,
h2,
h3,
h4,
p {
	margin-top: 0;
}

h1,
h2,
h3,
h4 {
	color: var(--lh-navy-900);
	font-weight: 750;
	letter-spacing: -0.028em;
	line-height: 1.14;
}

h1 {
	font-size: clamp(2.35rem, 5vw, 4.3rem);
}

h2 {
	font-size: clamp(1.75rem, 3.4vw, 2.75rem);
}

h3 {
	font-size: 1.2rem;
}

ul,
ol {
	padding-left: 1.25rem;
}

::selection {
	background: var(--lh-teal-400);
	color: var(--lh-navy-950);
}

:focus-visible {
	outline: 3px solid var(--lh-focus);
	outline-offset: 3px;
}

.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.screen-reader-text:focus {
	z-index: 99999;
	display: block;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto;
	white-space: normal;
}

.skip-link:focus {
	position: fixed;
	top: 16px;
	left: 16px;
	padding: 0.75rem 1rem;
	background: var(--lh-white);
	color: var(--lh-navy-950);
	border-radius: var(--lh-radius-sm);
	box-shadow: var(--lh-shadow-md);
}

.lh-container {
	width: min(100% - 40px, var(--lh-container));
	margin-right: auto;
	margin-left: auto;
}

.lh-reading-width {
	width: min(100%, var(--lh-reading-width));
}

.lh-site-main {
	overflow: clip;
}

.lh-section {
	padding: clamp(4.5rem, 9vw, 7.5rem) 0;
}

.lh-section--muted {
	background: var(--lh-slate-50);
}

.lh-section--editor-content {
	padding-top: 0;
}

.lh-section-heading {
	max-width: 760px;
	margin: 0 auto clamp(2rem, 4vw, 3.4rem);
}

.lh-section-heading--center {
	text-align: center;
}

.lh-section-heading p:not(.lh-eyebrow) {
	margin-bottom: 0;
	color: var(--lh-slate-600);
	font-size: 1.07rem;
}

.lh-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	margin-bottom: 0.9rem;
	color: var(--lh-teal-700);
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.105em;
	line-height: 1.2;
	text-transform: uppercase;
}

.lh-eyebrow::before {
	width: 1.85rem;
	height: 2px;
	background: currentColor;
	content: "";
}

.lh-eyebrow--light {
	color: var(--lh-teal-400);
}

.lh-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 50px;
	padding: 0.75rem 1.25rem;
	border: 1px solid transparent;
	border-radius: 999px;
	font-weight: 750;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	transition: transform 160ms ease, box-shadow 160ms ease, background-color 160ms ease, border-color 160ms ease, color 160ms ease;
}

.lh-button:hover {
	transform: translateY(-2px);
}

.lh-button--primary {
	background: linear-gradient(135deg, var(--lh-blue-600), var(--lh-teal-600));
	color: var(--lh-white);
	box-shadow: 0 10px 22px rgba(20, 103, 208, 0.24);
}

.lh-button--primary:hover {
	background: linear-gradient(135deg, var(--lh-blue-700), var(--lh-teal-700));
	color: var(--lh-white);
	box-shadow: 0 14px 30px rgba(20, 103, 208, 0.32);
}

.lh-button--secondary {
	border-color: var(--lh-navy-900);
	background: var(--lh-white);
	color: var(--lh-navy-900);
}

.lh-button--secondary:hover {
	border-color: var(--lh-teal-700);
	background: var(--lh-teal-700);
	color: var(--lh-white);
}

.lh-button--hero-secondary,
.lh-button--outline-light {
	border-color: rgba(255, 255, 255, 0.62);
	background: transparent;
	color: var(--lh-white);
}

.lh-button--hero-secondary:hover,
.lh-button--outline-light:hover {
	border-color: var(--lh-white);
	background: var(--lh-white);
	color: var(--lh-navy-900);
}

.lh-button--light {
	background: var(--lh-white);
	color: var(--lh-navy-900);
	box-shadow: 0 10px 22px rgba(0, 0, 0, 0.12);
}

.lh-button--light:hover {
	background: var(--lh-slate-100);
	color: var(--lh-navy-900);
}

.lh-button--small {
	min-height: 42px;
	padding: 0.55rem 1rem;
	font-size: 0.92rem;
}

.lh-button--block {
	width: 100%;
}

.lh-action-group {
	display: flex;
	flex-wrap: wrap;
	gap: 0.85rem;
	align-items: center;
	margin-top: 1.75rem;
}

.lh-action-group--end {
	justify-content: flex-end;
}

.lh-section-action {
	margin-top: 2.5rem;
	text-align: center;
}

.lh-text-link {
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
	font-weight: 750;
	text-decoration: none;
}

.lh-text-link:hover {
	text-decoration: underline;
}

/* Header and navigation */
.lh-site-header {
	position: sticky;
	top: 0;
	z-index: 100;
	border-bottom: 1px solid rgba(205, 218, 228, 0.9);
	background: rgba(255, 255, 255, 0.96);
	box-shadow: 0 1px 0 rgba(6, 29, 49, 0.02);
	backdrop-filter: blur(14px);
}

.lh-site-header__inner {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	gap: 1.5rem;
	align-items: center;
	min-height: 76px;
}

.lh-brand {
	display: flex;
	align-items: center;
	min-width: 0;
}

.lh-brand .custom-logo-link {
	display: inline-flex;
	align-items: center;
}

.lh-brand .custom-logo {
	width: auto;
	max-width: 176px;
	max-height: 46px;
}

.lh-brand__text {
	color: var(--lh-navy-900);
	font-size: 1.22rem;
	font-weight: 850;
	letter-spacing: -0.04em;
	line-height: 1;
	text-decoration: none;
	white-space: nowrap;
}

.lh-brand__text strong {
	color: var(--lh-teal-700);
	font-weight: inherit;
}

.lh-primary-navigation {
	justify-self: center;
}

.lh-menu,
.lh-menu ul,
.lh-site-footer__links,
.lh-social-links,
.lh-trust-bar__list,
.lh-check-list,
.lh-api-control__list {
	padding: 0;
	margin: 0;
	list-style: none;
}

.lh-menu {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: clamp(0.7rem, 1.8vw, 1.5rem);
}

.lh-menu a {
	color: var(--lh-slate-800);
	font-size: 0.93rem;
	font-weight: 680;
	text-decoration: none;
}

.lh-menu a:hover,
.lh-menu .current-menu-item > a,
.lh-menu .current_page_item > a {
	color: var(--lh-blue-700);
}

.lh-menu-toggle {
	display: none;
	width: 44px;
	height: 44px;
	padding: 0;
	border: 1px solid var(--lh-slate-200);
	border-radius: 10px;
	background: var(--lh-white);
	color: var(--lh-navy-900);
	cursor: pointer;
}

.lh-menu-toggle__icon,
.lh-menu-toggle__icon::before,
.lh-menu-toggle__icon::after {
	display: block;
	width: 20px;
	height: 2px;
	margin: 0 auto;
	border-radius: 4px;
	background: currentColor;
	content: "";
	transition: transform 160ms ease, opacity 160ms ease;
}

.lh-menu-toggle__icon {
	position: relative;
}

.lh-menu-toggle__icon::before,
.lh-menu-toggle__icon::after {
	position: absolute;
	left: 0;
}

.lh-menu-toggle__icon::before {
	top: -6px;
}

.lh-menu-toggle__icon::after {
	top: 6px;
}

.lh-menu-toggle[aria-expanded="true"] .lh-menu-toggle__icon {
	background: transparent;
}

.lh-menu-toggle[aria-expanded="true"] .lh-menu-toggle__icon::before {
	transform: translateY(6px) rotate(45deg);
}

.lh-menu-toggle[aria-expanded="true"] .lh-menu-toggle__icon::after {
	transform: translateY(-6px) rotate(-45deg);
}

/* Hero */
.lh-hero {
	position: relative;
	isolation: isolate;
	padding: clamp(4.4rem, 8vw, 7.25rem) 0 clamp(4rem, 7vw, 6.25rem);
	background:
		radial-gradient(circle at 84% 22%, rgba(59, 199, 185, 0.3), transparent 28rem),
		linear-gradient(135deg, var(--lh-navy-950), var(--lh-navy-900) 60%, #075967);
	color: var(--lh-white);
}

.lh-hero::after {
	position: absolute;
	z-index: -1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-image: linear-gradient(rgba(255, 255, 255, 0.032) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.032) 1px, transparent 1px);
	background-size: 34px 34px;
	content: "";
}

.lh-hero__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.03fr) minmax(360px, 0.97fr);
	gap: clamp(2.5rem, 6vw, 6.2rem);
	align-items: center;
}

.lh-hero h1,
.lh-final-cta h2,
.lh-api-control h2 {
	color: var(--lh-white);
}

.lh-hero h1 {
	max-width: 760px;
	margin-bottom: 1.25rem;
}

.lh-hero__lead {
	max-width: 680px;
	margin-bottom: 0;
	color: #d9eaf3;
	font-size: clamp(1.08rem, 1.7vw, 1.23rem);
	line-height: 1.65;
}

.lh-hero__note {
	margin: 1rem 0 0;
	color: #b9d1de;
	font-size: 0.9rem;
}

.lh-hero__visual {
	position: relative;
	margin: 0;
}

.lh-hero__visual-inner {
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.22);
	border-radius: var(--lh-radius-lg);
	background: rgba(255, 255, 255, 0.1);
	box-shadow: var(--lh-shadow-lg);
}

.lh-hero__banner {
	width: 100%;
	min-height: 255px;
	object-fit: cover;
}

.lh-product-badge {
	display: flex;
	gap: 0.8rem;
	align-items: center;
	width: min(95%, 395px);
	padding: 0.9rem;
	margin: -1rem auto 0;
	border: 1px solid rgba(255, 255, 255, 0.24);
	border-radius: var(--lh-radius-md);
	background: rgba(7, 37, 58, 0.92);
	box-shadow: var(--lh-shadow-md);
	color: var(--lh-white);
}

.lh-product-badge__icon {
	flex: 0 0 46px;
	width: 46px;
	height: 46px;
	border-radius: 12px;
	object-fit: cover;
}

.lh-product-badge span {
	display: grid;
	gap: 0.1rem;
}

.lh-product-badge strong {
	font-size: 0.91rem;
}

.lh-product-badge small {
	color: #c3d9e4;
	font-size: 0.76rem;
	line-height: 1.35;
}

/* Trust bar */
.lh-trust-bar {
	border-bottom: 1px solid var(--lh-slate-200);
	background: var(--lh-white);
}

.lh-trust-bar__list {
	display: flex;
	flex-wrap: wrap;
	gap: 0.85rem 1.8rem;
	justify-content: center;
	padding: 1.2rem 0;
	color: var(--lh-slate-700);
	font-size: 0.89rem;
	font-weight: 720;
}

.lh-trust-bar__list li {
	display: flex;
	gap: 0.5rem;
	align-items: center;
}

.lh-trust-bar__list li::before {
	width: 0.85rem;
	height: 0.85rem;
	border: 2px solid var(--lh-teal-600);
	border-radius: 50%;
	background: var(--lh-white);
	box-shadow: inset 0 0 0 2px var(--lh-white);
	content: "";
}

/* Features */
.lh-feature-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1.1rem;
}

.lh-feature-card,
.lh-use-case-card,
.lh-support-card,
.lh-contact-card,
.lh-notice-card {
	border: 1px solid var(--lh-slate-200);
	border-radius: var(--lh-radius-md);
	background: var(--lh-white);
	box-shadow: var(--lh-shadow-sm);
}

.lh-feature-card {
	padding: 1.5rem;
	transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.lh-feature-card:hover {
	border-color: #b9d7e7;
	box-shadow: var(--lh-shadow-md);
	transform: translateY(-4px);
}

.lh-feature-card__icon {
	display: grid;
	width: 45px;
	height: 45px;
	margin-bottom: 1.05rem;
	border-radius: 13px;
	place-items: center;
	background: linear-gradient(140deg, #e4f3ff, #e2faf5);
	color: var(--lh-blue-700);
}

.lh-icon {
	width: 24px;
	height: 24px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
}

.lh-feature-card h3,
.lh-use-case-card h3,
.lh-support-card h2,
.lh-contact-card h2 {
	margin-bottom: 0.65rem;
}

.lh-feature-card p,
.lh-use-case-card p,
.lh-support-card p,
.lh-contact-card p {
	margin-bottom: 0;
	color: var(--lh-slate-600);
	font-size: 0.94rem;
}

/* Steps */
.lh-steps {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1.2rem;
	padding: 0;
	margin: 0;
	counter-reset: steps;
	list-style: none;
}

.lh-step {
	position: relative;
	padding: 1.8rem;
	border: 1px solid var(--lh-slate-200);
	border-radius: var(--lh-radius-md);
	background: var(--lh-white);
}

.lh-step__number {
	display: grid;
	width: 42px;
	height: 42px;
	margin-bottom: 1.1rem;
	border-radius: 50%;
	place-items: center;
	background: linear-gradient(135deg, var(--lh-blue-600), var(--lh-teal-600));
	color: var(--lh-white);
	font-weight: 850;
}

.lh-step h3 {
	margin-bottom: 0.55rem;
}

.lh-step p {
	margin-bottom: 0;
	color: var(--lh-slate-600);
}

/* Pricing */
.lh-pricing-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	max-width: 920px;
	gap: 1.25rem;
	margin: 0 auto;
}

.lh-pricing-card {
	position: relative;
	display: flex;
	flex-direction: column;
	min-height: 100%;
	padding: 2rem;
	border: 1px solid var(--lh-slate-200);
	border-radius: var(--lh-radius-lg);
	background: var(--lh-white);
	box-shadow: var(--lh-shadow-sm);
}

.lh-pricing-card--pro {
	border: 2px solid var(--lh-teal-600);
	box-shadow: 0 18px 46px rgba(9, 139, 128, 0.15);
}

.lh-pricing-card__flag {
	position: absolute;
	top: 1.2rem;
	right: 1.3rem;
	padding: 0.3rem 0.65rem;
	border-radius: 999px;
	background: #ddf6f0;
	color: var(--lh-teal-700);
	font-size: 0.73rem;
	font-weight: 850;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.lh-pricing-card__header {
	padding-bottom: 1.25rem;
	border-bottom: 1px solid var(--lh-slate-200);
}

.lh-pricing-card__header h3 {
	margin-bottom: 0.6rem;
	font-size: 1.5rem;
}

.lh-pricing-card__header > p:not(.lh-price) {
	min-height: 3.3em;
	margin-bottom: 0.85rem;
	color: var(--lh-slate-600);
}

.lh-price {
	margin: 0;
	color: var(--lh-navy-900);
	font-size: 2rem;
	font-weight: 850;
	letter-spacing: -0.04em;
}

.lh-price span {
	display: inline-block;
	margin-left: 0.25rem;
	color: var(--lh-slate-600);
	font-size: 0.93rem;
	font-weight: 600;
	letter-spacing: 0;
}

.lh-price--checkout {
	color: var(--lh-slate-700);
	font-size: 1.1rem;
	letter-spacing: 0;
}

.lh-check-list {
	display: grid;
	gap: 0.72rem;
	padding: 1.5rem 0;
	margin-bottom: auto;
}

.lh-check-list li {
	display: flex;
	gap: 0.65rem;
	align-items: flex-start;
	color: var(--lh-slate-700);
	font-size: 0.94rem;
}

.lh-check-list li::before {
	flex: 0 0 auto;
	width: 1.1rem;
	height: 1.1rem;
	margin-top: 0.25rem;
	border-radius: 50%;
	background: var(--lh-teal-600);
	box-shadow: inset 0 0 0 4px #d9f6f0;
	content: "";
}

.lh-pricing-note {
	max-width: 650px;
	margin: 1.35rem auto 0;
	color: var(--lh-slate-600);
	font-size: 0.88rem;
	text-align: center;
}

/* API control */
.lh-section--api {
	padding: clamp(4rem, 8vw, 6.5rem) 0;
	background: linear-gradient(135deg, var(--lh-navy-950), var(--lh-navy-800));
	color: #d5e6ef;
}

.lh-api-control {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(300px, 0.95fr);
	gap: clamp(2rem, 7vw, 7rem);
	align-items: center;
}

.lh-api-control__content > p:not(.lh-eyebrow) {
	max-width: 650px;
	font-size: 1.04rem;
}

.lh-api-control__notice {
	padding: 1rem 1.1rem;
	margin: 1.5rem 0 0;
	border-left: 3px solid var(--lh-teal-400);
	border-radius: 0 var(--lh-radius-sm) var(--lh-radius-sm) 0;
	background: rgba(255, 255, 255, 0.08);
	color: var(--lh-white);
}

.lh-api-control__list {
	display: grid;
	gap: 0.85rem;
	padding: 1.55rem;
	border: 1px solid rgba(255, 255, 255, 0.17);
	border-radius: var(--lh-radius-lg);
	background: rgba(255, 255, 255, 0.06);
}

.lh-api-control__list li {
	display: flex;
	gap: 0.75rem;
	align-items: center;
	color: var(--lh-white);
	font-weight: 650;
}

.lh-api-control__list li::before {
	width: 1.2rem;
	height: 1.2rem;
	border-radius: 50%;
	background: var(--lh-teal-400);
	box-shadow: inset 0 0 0 4px var(--lh-teal-700);
	content: "";
}

/* Screenshots */
.lh-screenshot-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1.25rem;
}

.lh-screenshot-card {
	overflow: hidden;
	margin: 0;
	border: 1px solid var(--lh-slate-200);
	border-radius: var(--lh-radius-md);
	background: var(--lh-white);
	box-shadow: var(--lh-shadow-sm);
}

.lh-screenshot-card img {
	width: 100%;
	aspect-ratio: 1.42 / 1;
	object-fit: cover;
}

.lh-screenshot-card figcaption {
	padding: 0.9rem 1rem;
	color: var(--lh-navy-900);
	font-size: 0.9rem;
	font-weight: 740;
}

.lh-screenshot-empty {
	display: grid;
	grid-template-columns: 200px minmax(0, 1fr);
	gap: 2rem;
	align-items: center;
	max-width: 780px;
	padding: clamp(1.5rem, 4vw, 2.5rem);
	margin: 0 auto;
	border: 1px dashed #9cc6d2;
	border-radius: var(--lh-radius-lg);
	background: var(--lh-white);
}

.lh-screenshot-empty__mock {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 0.75rem;
	padding: 1rem;
	border-radius: var(--lh-radius-md);
	background: linear-gradient(150deg, var(--lh-navy-900), var(--lh-teal-700));
	box-shadow: var(--lh-shadow-md);
}

.lh-screenshot-empty__mock span {
	display: block;
	min-height: 56px;
	border: 1px solid rgba(255, 255, 255, 0.3);
	border-radius: 8px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.84) 0 18%, rgba(255, 255, 255, 0.16) 18% 100%);
}

.lh-screenshot-empty h3 {
	margin-bottom: 0.5rem;
}

.lh-screenshot-empty p {
	margin-bottom: 0;
	color: var(--lh-slate-600);
}

/* Use cases and FAQ */
.lh-use-case-grid {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 1rem;
}

.lh-use-case-card {
	min-height: 100%;
	padding: 1.35rem;
	border-top: 3px solid var(--lh-teal-600);
}

.lh-faq-wrap {
	max-width: 840px;
}

.lh-faq-list {
	display: grid;
	gap: 0.75rem;
}

.lh-faq-item {
	border: 1px solid var(--lh-slate-200);
	border-radius: var(--lh-radius-sm);
	background: var(--lh-white);
	box-shadow: 0 2px 8px rgba(6, 29, 49, 0.035);
}

.lh-faq-item summary {
	position: relative;
	padding: 1.05rem 3.2rem 1.05rem 1.15rem;
	color: var(--lh-navy-900);
	font-weight: 740;
	cursor: pointer;
	list-style: none;
}

.lh-faq-item summary::-webkit-details-marker {
	display: none;
}

.lh-faq-item summary::after {
	position: absolute;
	top: 50%;
	right: 1.2rem;
	width: 0.65rem;
	height: 0.65rem;
	border-right: 2px solid var(--lh-teal-700);
	border-bottom: 2px solid var(--lh-teal-700);
	content: "";
	transform: translateY(-70%) rotate(45deg);
	transition: transform 160ms ease;
}

.lh-faq-item[open] summary::after {
	transform: translateY(-30%) rotate(225deg);
}

.lh-faq-item__answer {
	padding: 0 1.15rem 1.15rem;
	color: var(--lh-slate-600);
}

.lh-faq-item__answer p {
	margin: 0;
}

.lh-faq-support {
	margin-top: 1.65rem;
	text-align: center;
}

.lh-faq-support p {
	margin-bottom: 0.35rem;
	color: var(--lh-slate-600);
}

/* Final CTA */
.lh-final-cta {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 2rem;
	align-items: center;
	padding: clamp(2rem, 5vw, 4rem);
	border-radius: var(--lh-radius-lg);
	background: linear-gradient(120deg, var(--lh-blue-700), var(--lh-teal-700));
	box-shadow: var(--lh-shadow-md);
	color: #e9faff;
}

.lh-final-cta h2 {
	margin-bottom: 0.75rem;
}

.lh-final-cta p:not(.lh-eyebrow) {
	max-width: 620px;
	margin-bottom: 0;
}

/* Generic pages and content */
.lh-page-shell {
	padding: clamp(3rem, 7vw, 5.5rem) 0;
}

.lh-page-hero {
	padding: clamp(3.8rem, 8vw, 6.5rem) 0;
	background: linear-gradient(145deg, #eff8fc, #f8fcfb 72%, #e4f7f1);
	border-bottom: 1px solid var(--lh-slate-200);
}

.lh-page-hero h1 {
	margin: 1rem 0;
}

.lh-page-hero__description {
	max-width: 720px;
	margin-bottom: 0;
	color: var(--lh-slate-600);
	font-size: 1.1rem;
}

.lh-breadcrumbs {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	align-items: center;
	margin-bottom: 1.3rem;
	color: var(--lh-slate-600);
	font-size: 0.88rem;
}

.lh-breadcrumbs a {
	color: var(--lh-slate-600);
}

.lh-entry + .lh-entry {
	margin-top: 3rem;
	padding-top: 3rem;
	border-top: 1px solid var(--lh-slate-200);
}

.lh-entry__header {
	margin-bottom: 1.5rem;
}

.lh-entry__title {
	margin-bottom: 0.35rem;
}

.lh-entry__title a {
	color: inherit;
	text-decoration: none;
}

.lh-entry__title a:hover {
	color: var(--lh-blue-700);
}

.lh-entry__meta {
	margin: 0;
	color: var(--lh-slate-600);
	font-size: 0.9rem;
}

.entry-content,
.lh-entry__content {
	color: var(--lh-slate-700);
}

.entry-content > * + *,
.lh-entry__content > * + * {
	margin-top: 1.2rem;
}

.entry-content h2,
.entry-content h3,
.entry-content h4 {
	margin-top: 2.4rem;
}

.entry-content h2 + *,
.entry-content h3 + *,
.entry-content h4 + * {
	margin-top: 0.7rem;
}

.entry-content a {
	font-weight: 650;
}

.entry-content blockquote {
	padding: 0.3rem 0 0.3rem 1.15rem;
	margin-right: 0;
	margin-left: 0;
	border-left: 3px solid var(--lh-teal-600);
	color: var(--lh-slate-600);
	font-size: 1.08rem;
}

.entry-content pre {
	overflow-x: auto;
	padding: 1rem 1.15rem;
	border-radius: var(--lh-radius-sm);
	background: var(--lh-navy-950);
	color: #e8f8fb;
}

.entry-content code {
	font-family: ui-monospace, SFMono-Regular, Consolas, "Liberation Mono", monospace;
}

.entry-content table {
	width: 100%;
	border-collapse: collapse;
}

.entry-content th,
.entry-content td {
	padding: 0.75rem;
	border: 1px solid var(--lh-slate-200);
	text-align: left;
}

.entry-content th {
	background: var(--lh-slate-50);
	color: var(--lh-navy-900);
}

.lh-archive-header {
	margin-bottom: 2.5rem;
}

.archive-description {
	color: var(--lh-slate-600);
}

.nav-links {
	display: flex;
	justify-content: space-between;
	gap: 1rem;
	margin-top: 2rem;
}

.lh-not-found {
	min-height: 48vh;
	text-align: center;
}

.lh-not-found .lh-reading-width {
	margin: 0 auto;
}

/* Legal, support and contact */
.lh-legal-notice {
	padding: 1rem 1.1rem;
	margin-bottom: 2rem;
	border: 1px solid #ecd89d;
	border-radius: var(--lh-radius-sm);
	background: #fff9e6;
	color: #5c4a11;
}

.lh-legal-editor-content,
.lh-contact-editor,
.lh-release-notes {
	margin-top: 2rem;
}

.lh-notice-card {
	padding: 1.5rem;
}

.lh-notice-card--spaced {
	margin-top: 1.25rem;
}

.lh-notice-card h2 {
	margin-bottom: 0.6rem;
	font-size: 1.35rem;
}

.lh-notice-card p {
	margin-bottom: 0;
	color: var(--lh-slate-600);
}

.lh-support-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1rem;
}

.lh-support-card,
.lh-contact-card {
	padding: 1.5rem;
}

.lh-support-card .lh-text-link,
.lh-contact-card .lh-text-link {
	margin-top: 1rem;
}

.lh-contact-card {
	max-width: 580px;
}

.lh-contact-card__email {
	font-size: 1.1rem;
}

/* Footer */
.lh-site-footer {
	padding: clamp(3.5rem, 7vw, 5.5rem) 0 1.5rem;
	background: var(--lh-navy-950);
	color: #b8d0dc;
}

.lh-site-footer__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.7fr) repeat(2, minmax(150px, 0.7fr));
	gap: clamp(2rem, 6vw, 6rem);
	padding-bottom: 2.5rem;
}

.lh-site-footer__brand {
	display: inline-block;
	margin-bottom: 0.9rem;
	color: var(--lh-white);
	font-size: 1.2rem;
	font-weight: 850;
	letter-spacing: -0.03em;
	text-decoration: none;
}

.lh-site-footer__intro p {
	max-width: 510px;
	margin-bottom: 0.9rem;
	font-size: 0.9rem;
}

.lh-site-footer__intro a:not(.lh-site-footer__brand),
.lh-site-footer__links a,
.lh-social-links a {
	color: #d2e3eb;
}

.lh-site-footer__intro a:not(.lh-site-footer__brand):hover,
.lh-site-footer__links a:hover,
.lh-social-links a:hover {
	color: var(--lh-teal-400);
}

.lh-site-footer__heading {
	margin-bottom: 0.9rem;
	color: var(--lh-white);
	font-size: 0.94rem;
	letter-spacing: 0;
}

.lh-site-footer__links {
	display: grid;
	gap: 0.55rem;
}

.lh-site-footer__links a {
	font-size: 0.9rem;
	text-decoration: none;
}

.lh-site-footer__bottom {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	justify-content: space-between;
	padding-top: 1.35rem;
	border-top: 1px solid rgba(255, 255, 255, 0.14);
	font-size: 0.82rem;
}

.lh-site-footer__bottom p {
	margin: 0;
}

.lh-social-links {
	display: flex;
	gap: 1rem;
}

.lh-social-links a {
	text-decoration: none;
}

/* WordPress content defaults */
.alignleft {
	float: left;
	margin: 0.5rem 1.5rem 1rem 0;
}

.alignright {
	float: right;
	margin: 0.5rem 0 1rem 1.5rem;
}

.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.wp-caption,
.wp-block-image,
.wp-block-gallery {
	max-width: 100%;
}

.wp-caption-text {
	margin-top: 0.5rem;
	color: var(--lh-slate-600);
	font-size: 0.86rem;
}

.comment-respond,
.comments-area {
	margin-top: 3rem;
}

.comment-list {
	padding: 0;
	list-style: none;
}

.comment-body {
	padding: 1.25rem;
	margin-bottom: 1rem;
	border: 1px solid var(--lh-slate-200);
	border-radius: var(--lh-radius-sm);
}

.comment-form input,
.comment-form textarea {
	width: 100%;
	padding: 0.7rem;
	border: 1px solid var(--lh-slate-300);
	border-radius: 8px;
}

.comment-form .submit {
	width: auto;
	padding: 0.7rem 1rem;
	border: 0;
	border-radius: 999px;
	background: var(--lh-blue-700);
	color: var(--lh-white);
	font-weight: 700;
	cursor: pointer;
}

/* Responsive behaviour */
@media (max-width: 1060px) {
	.lh-feature-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.lh-use-case-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.lh-site-footer__grid {
		grid-template-columns: minmax(0, 1.5fr) repeat(2, minmax(140px, 1fr));
	}
}

@media (max-width: 880px) {
	.lh-site-header__inner {
		grid-template-columns: auto 1fr auto auto;
		gap: 0.75rem;
	}

	.lh-menu-toggle {
		display: grid;
		place-items: center;
	}

	.lh-primary-navigation {
		position: absolute;
		top: calc(100% + 1px);
		right: 0;
		left: 0;
		display: none;
		padding: 1rem 20px 1.25rem;
		border-bottom: 1px solid var(--lh-slate-200);
		background: var(--lh-white);
		box-shadow: var(--lh-shadow-md);
	}

	.lh-primary-navigation.is-open {
		display: block;
	}

	.lh-menu {
		display: grid;
		gap: 0;
		justify-content: stretch;
		max-width: var(--lh-container);
		padding: 0;
		margin: 0 auto;
	}

	.lh-menu li {
		border-bottom: 1px solid var(--lh-slate-100);
	}

	.lh-menu a {
		display: block;
		padding: 0.8rem 0;
	}

	.lh-hero__grid,
	.lh-api-control {
		grid-template-columns: 1fr;
	}

	.lh-hero__visual {
		max-width: 650px;
		margin-right: auto;
		margin-left: auto;
	}

	.lh-final-cta {
		grid-template-columns: 1fr;
	}

	.lh-action-group--end {
		justify-content: flex-start;
	}

	.lh-support-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 680px) {
	.lh-container {
		width: min(100% - 32px, var(--lh-container));
	}

	.lh-site-header__inner {
		min-height: 68px;
	}

	.lh-site-header__cta .lh-button {
		min-height: 40px;
		padding-right: 0.8rem;
		padding-left: 0.8rem;
		font-size: 0.83rem;
	}

	.lh-hero__grid {
		gap: 2.2rem;
	}

	.lh-hero__banner {
		min-height: auto;
	}

	.lh-product-badge {
		width: 94%;
	}

	.lh-action-group,
	.lh-action-group--end {
		display: grid;
		grid-template-columns: 1fr;
	}

	.lh-action-group .lh-button {
		width: 100%;
	}

	.lh-feature-grid,
	.lh-steps,
	.lh-pricing-grid,
	.lh-screenshot-grid,
	.lh-use-case-grid {
		grid-template-columns: 1fr;
	}

	.lh-pricing-card {
		padding: 1.5rem;
	}

	.lh-pricing-card__header > p:not(.lh-price) {
		min-height: 0;
	}

	.lh-screenshot-empty {
		grid-template-columns: 1fr;
		gap: 1.25rem;
	}

	.lh-screenshot-empty__mock {
		max-width: 200px;
	}

	.lh-site-footer__grid {
		grid-template-columns: 1fr;
		gap: 2rem;
	}

	.lh-site-footer__bottom {
		align-items: flex-start;
		flex-direction: column;
	}

	.alignleft,
	.alignright {
		float: none;
		margin-right: 0;
		margin-left: 0;
	}
}

@media (max-width: 390px) {
	.lh-site-header__inner {
		grid-template-columns: minmax(0, 1fr) auto auto;
	}

	.lh-brand__text {
		font-size: 1.05rem;
	}

	.lh-site-header__cta .lh-button {
		padding-right: 0.65rem;
		padding-left: 0.65rem;
		font-size: 0.76rem;
	}

	.lh-menu-toggle {
		width: 40px;
		height: 40px;
	}
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}

	*,
	*::before,
	*::after {
		transition-duration: 0.01ms !important;
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		scroll-behavior: auto !important;
	}

	.lh-button:hover,
	.lh-feature-card:hover {
		transform: none;
	}
}

@media print {
	.lh-site-header,
	.lh-site-footer,
	.lh-action-group,
	.lh-trust-bar,
	.lh-menu-toggle {
		display: none;
	}

	body {
		color: #000;
	}

	.lh-hero,
	.lh-section--api,
	.lh-final-cta {
		background: none;
		color: #000;
	}

	.lh-hero h1,
	.lh-api-control h2,
	.lh-final-cta h2 {
		color: #000;
	}
}
