:root {
	--letit-ink: #06090f;
	--letit-cream: #fcfdf4;
	--letit-muted: #8a98ad;
	--letit-border: #36455b;
	--letit-grad: linear-gradient(162deg, #cedaf3 0.8%, #a4e8cb 34.3%, #92eab7 51.4%, #7feca2 67.5%, #bef356 99.6%);
	--letit-dark-grad: linear-gradient(27deg, #05060b 39.6%, #0a1629 71.5%, #0e2037 90.6%, #05070d 110.4%);
}

body:has(.letit-page) .nv-site-header,
body:has(.letit-page) .nv-site-footer {
	display: none;
}

.nv-main:has(.letit-page) {
	min-height: 0;
}

.letit-page {
	width: 1920px;
	margin: 0 auto;
	zoom: var(--letit-scale, 1);
	background: #fff;
	color: var(--letit-ink);
	font-family: "Geist", sans-serif;
	overflow: clip;
}

.letit-page *,
.letit-page *::before,
.letit-page *::after {
	box-sizing: border-box;
}

.letit-page a {
	text-decoration: none;
}

.letit-header {
	position: absolute;
	z-index: 20;
	top: 0;
	left: 0;
	width: 1920px;
	height: 96px;
	background: linear-gradient(90deg, rgba(21, 26, 31, 0.8), rgba(34, 45, 57, 0.8) 50.5%, rgba(9, 23, 38, 0.8));
	backdrop-filter: blur(15px);
	color: var(--letit-cream);
}

.letit-logo {
	position: absolute;
	top: 20px;
	left: 150px;
	display: block;
	width: 232px;
	height: 57px;
}

.letit-logo img {
	display: block;
	width: 232px;
	height: 57px;
}

.letit-nav {
	position: absolute;
	top: 36px;
	left: 544px;
	display: flex;
	align-items: center;
	gap: 60px;
	font-family: "Satoshi", sans-serif;
	font-size: 18px;
	font-weight: 500;
	line-height: 24px;
	white-space: nowrap;
}

.letit-nav a {
	color: var(--letit-cream);
}

.letit-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 14px;
	min-height: 65px;
	padding: 0 19px;
	border-radius: 16px;
	background: var(--letit-grad);
	color: var(--letit-ink);
	font-family: "Satoshi", sans-serif;
	font-size: 20px;
	font-weight: 500;
	line-height: 24px;
	transition: filter 0.2s ease, transform 0.2s ease;
}

.letit-button:hover,
.letit-button:focus-visible {
	filter: saturate(1.08);
	transform: translateY(-1px);
}

.letit-button--small {
	position: absolute;
	top: 18px;
	right: 64px;
	width: 251px;
	padding: 0 16px;
}

.letit-button--ghost {
	min-width: 202px;
	background: #0f1217;
	border: 1px solid var(--letit-border);
	color: var(--letit-cream);
}

.letit-menu-toggle,
.letit-mobile-menu {
	display: none;
}

.letit-menu-toggle:focus-visible,
.letit-mobile-menu a:focus-visible {
	outline: 3px solid #bef356;
	outline-offset: 3px;
}

.letit-hero {
	position: relative;
	height: 958px;
	padding: 203px 0 0 150px;
	background: var(--letit-dark-grad);
	color: var(--letit-cream);
	isolation: isolate;
}

.letit-hero__media {
	position: absolute;
	inset: 0;
	z-index: -1;
	overflow: hidden;
}

.letit-hero__field {
	position: absolute;
	top: 0;
	left: 248px;
	width: 1672px;
	height: 941px;
	object-fit: cover;
	object-position: center;
}

.letit-hero__media::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(5, 6, 11, 0.9) 0%, rgba(5, 6, 11, 0.58) 35%, rgba(5, 6, 11, 0.05) 70%, rgba(5, 6, 11, 0.12) 100%);
}

.letit-hero__content {
	position: relative;
	z-index: 2;
	width: 910px;
}

.letit-eyebrow {
	margin: 0 0 31px;
	color: var(--letit-cream);
	font-family: "JetBrains Mono", monospace;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.8px;
	line-height: 24px;
	text-transform: uppercase;
}

.letit-eyebrow--dark {
	color: var(--letit-ink);
}

.letit-hero h1,
.letit-why h2 {
	margin: 0;
	font-family: "Clash Display", sans-serif;
	font-size: 74px;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 0;
}

.letit-hero h1 {
	width: 910px;
}

.letit-hero h1 span {
	background: var(--letit-grad);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}

.letit-lead {
	width: 772px;
	margin: 32px 0 0 2px;
	color: var(--letit-muted);
	font-size: 20px;
	font-weight: 500;
	line-height: 34px;
}

.letit-actions {
	display: flex;
	align-items: center;
	gap: 28px;
	margin: 54px 0 0 2px;
}

.letit-hero__phone {
	position: absolute;
	z-index: 3;
	top: 215px;
	right: 150px;
	display: block;
	width: 425px;
	height: 710px;
	object-fit: contain;
}

.letit-why {
	position: relative;
	height: 1442px;
	margin-top: -27px;
	padding-top: 97px;
	background: var(--letit-grad);
	overflow: hidden;
}

.letit-why::after {
	content: "LETITSCORE";
	position: absolute;
	left: -20px;
	bottom: -5px;
	color: rgba(252, 253, 244, 0.24);
	font-family: "Clash Display", sans-serif;
	font-size: 216px;
	font-weight: 700;
	line-height: 0.8;
	letter-spacing: 0;
	pointer-events: none;
}

.letit-why__intro {
	position: relative;
	z-index: 2;
	width: 963px;
	margin-left: 150px;
}

.letit-why .letit-eyebrow {
	margin-bottom: 19px;
}

.letit-why__intro h2 {
	width: 963px;
	min-height: 211px;
	color: var(--letit-ink);
}

.letit-why__intro > p:last-child {
	width: 772px;
	margin: 6px 0 0 2px;
	color: var(--letit-ink);
	font-size: 20px;
	font-weight: 500;
	line-height: 34px;
}

.letit-slider-controls {
	position: absolute;
	z-index: 4;
	top: 377px;
	right: 147px;
	width: 98px;
	height: 158px;
}

.letit-slider-button {
	position: absolute;
	display: grid;
	width: 79px;
	height: 79px;
	padding: 0;
	place-items: center;
	border: 0;
	border-radius: 50%;
	background: var(--letit-ink);
	color: var(--letit-cream);
	font-family: Arial, sans-serif;
	font-size: 34px;
	line-height: 1;
	cursor: pointer;
	transition: opacity 0.2s ease, transform 0.2s ease;
}

.letit-slider-button--next {
	top: 0;
	right: 0;
}

.letit-slider-button--prev {
	left: 0;
	bottom: 0;
}

.letit-slider-button:hover,
.letit-slider-button:focus-visible {
	transform: scale(1.04);
}

.letit-slider-button:disabled {
	opacity: 0.35;
	cursor: default;
	transform: none;
}

.letit-cards {
	position: relative;
	z-index: 2;
	width: 1770px;
	margin: 19px 0 0 150px;
	overflow-x: auto;
	overflow-y: hidden;
	scroll-behavior: smooth;
	scroll-snap-type: x mandatory;
	scrollbar-width: none;
	cursor: grab;
	touch-action: pan-x;
}

.letit-cards::-webkit-scrollbar {
	display: none;
}

.letit-cards.is-dragging {
	cursor: grabbing;
	scroll-behavior: auto;
	scroll-snap-type: none;
	user-select: none;
}

.letit-cards__track {
	display: grid;
	grid-template-columns: repeat(4, 520px);
	gap: 33px;
	width: max-content;
}

.letit-card {
	display: flex;
	flex-direction: column;
	width: 520px;
	height: 754px;
	padding: 44px 30px 0;
	overflow: hidden;
	scroll-snap-align: start;
	border-radius: 30px;
	background: var(--letit-ink);
	color: var(--letit-cream);
}

.letit-card__number {
	margin: 0 0 22px;
	color: var(--letit-cream);
	font-family: "Clash Display", sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 37px;
}

.letit-card h3 {
	width: 462px;
	min-height: 147px;
	margin: 0;
	background: var(--letit-grad);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	font-family: "Clash Display", sans-serif;
	font-size: 54px;
	font-weight: 400;
	line-height: 64px;
	letter-spacing: 0;
}

.letit-card > p:not(.letit-card__number) {
	width: 462px;
	min-height: 110px;
	margin: 0 0 18px;
	color: var(--letit-muted);
	font-size: 20px;
	font-weight: 500;
	line-height: 30px;
}

.letit-card img {
	display: block;
	max-width: none;
	width: 520px;
	height: 376px;
	margin: auto -30px 0;
	border-radius: 30px;
	object-fit: cover;
}

.letit-card:nth-child(1) img {
	object-position: 45% 45%;
}

.letit-card:nth-child(2) img {
	object-position: 50% 38%;
}

.letit-card:nth-child(3) img,
.letit-card:nth-child(4) img {
	object-position: 50% 46%;
}

@media (max-width: 1199px) {
	.letit-page {
		width: 100%;
		margin: 0;
		zoom: 1;
	}

	.letit-header {
		width: 100%;
		height: 84px;
	}

	.letit-logo {
		top: 14px;
		left: 28px;
		width: 178px;
		height: auto;
	}

	.letit-logo img {
		width: 178px;
		height: auto;
	}

	.letit-nav,
	.letit-button--small {
		display: none;
	}

	.letit-menu-toggle {
		position: absolute;
		z-index: 22;
		top: 16px;
		right: 28px;
		display: flex;
		width: 52px;
		height: 52px;
		padding: 0 13px;
		flex-direction: column;
		align-items: stretch;
		justify-content: center;
		gap: 6px;
		border: 1px solid rgba(252, 253, 244, 0.35);
		border-radius: 8px;
		background: rgba(6, 9, 15, 0.72);
		color: var(--letit-cream);
		cursor: pointer;
	}

	.letit-menu-toggle span {
		display: block;
		width: 100%;
		height: 2px;
		border-radius: 2px;
		background: currentColor;
		transform-origin: center;
		transition: opacity 0.2s ease, transform 0.2s ease;
	}

	.letit-menu-toggle.is-open span:nth-child(1) {
		transform: translateY(8px) rotate(45deg);
	}

	.letit-menu-toggle.is-open span:nth-child(2) {
		opacity: 0;
	}

	.letit-menu-toggle.is-open span:nth-child(3) {
		transform: translateY(-8px) rotate(-45deg);
	}

	.letit-mobile-menu {
		position: absolute;
		z-index: 21;
		top: 84px;
		left: 0;
		display: block;
		width: 100%;
		padding: 16px 28px 28px;
		border-top: 1px solid rgba(252, 253, 244, 0.14);
		background: rgba(6, 9, 15, 0.98);
		box-shadow: 0 24px 50px rgba(0, 0, 0, 0.32);
	}

	.letit-mobile-menu[hidden] {
		display: none;
	}

	.letit-mobile-menu nav {
		display: grid;
		gap: 0;
	}

	.letit-mobile-menu a {
		display: flex;
		min-height: 52px;
		align-items: center;
		border-bottom: 1px solid rgba(252, 253, 244, 0.12);
		color: var(--letit-cream);
		font-family: "Satoshi", sans-serif;
		font-size: 18px;
		font-weight: 500;
	}

	.letit-mobile-menu__cta {
		justify-content: space-between;
		margin-top: 16px;
		padding: 0 18px;
		border: 0 !important;
		border-radius: 8px;
		background: var(--letit-grad);
		color: var(--letit-ink) !important;
	}

	.letit-hero {
		height: auto;
		min-height: 860px;
		padding: 150px 28px 80px;
	}

	.letit-hero__field {
		left: auto;
		right: -420px;
		width: 1200px;
	}

	.letit-hero__media::after {
		background: linear-gradient(90deg, rgba(5, 6, 11, 0.96) 0%, rgba(5, 6, 11, 0.76) 52%, rgba(5, 6, 11, 0.25) 100%);
	}

	.letit-hero__content,
	.letit-hero h1,
	.letit-lead {
		width: min(100%, 772px);
	}

	.letit-hero h1,
	.letit-why h2 {
		font-size: 52px;
	}

	.letit-hero__phone {
		position: relative;
		top: auto;
		right: auto;
		width: min(78vw, 360px);
		height: auto;
		margin: 56px auto 0;
	}

	.letit-why {
		height: auto;
		min-height: 1050px;
		margin-top: 0;
		padding: 72px 0 90px;
	}

	.letit-why__intro {
		width: calc(100% - 56px);
		margin-left: 28px;
	}

	.letit-why__intro h2 {
		width: 100%;
		min-height: 0;
	}

	.letit-why__intro > p:last-child {
		width: min(100%, 772px);
	}

	.letit-slider-controls {
		position: relative;
		top: auto;
		right: auto;
		width: 132px;
		height: 56px;
		margin: 28px 28px 0 auto;
	}

	.letit-slider-button {
		position: static;
		display: inline-grid;
		width: 56px;
		height: 56px;
		margin-left: 6px;
		font-size: 26px;
	}

	.letit-cards {
		width: calc(100% - 28px);
		margin: 24px 0 0 28px;
	}

	.letit-cards__track {
		grid-template-columns: repeat(4, 360px);
		gap: 20px;
	}

	.letit-card {
		width: 360px;
		height: 640px;
	}

	.letit-card h3,
	.letit-card > p:not(.letit-card__number) {
		width: 300px;
	}

	.letit-card h3 {
		min-height: 114px;
		font-size: 38px;
		line-height: 44px;
	}

	.letit-card > p:not(.letit-card__number) {
		font-size: 17px;
		line-height: 26px;
	}

	.letit-card img {
		width: 360px;
		height: 300px;
	}
}

@media (max-width: 900px) {
	.letit-hero {
		padding-top: 128px;
	}

	.letit-hero h1,
	.letit-why h2 {
		font-size: 46px;
	}

	.letit-lead {
		font-size: 18px;
		line-height: 30px;
	}

	.letit-actions {
		flex-wrap: wrap;
		margin-top: 38px;
	}

	.letit-hero__phone {
		width: min(72vw, 330px);
	}

	.letit-cards__track {
		grid-template-columns: repeat(4, 340px);
	}

	.letit-card {
		width: 340px;
	}

	.letit-card h3,
	.letit-card > p:not(.letit-card__number) {
		width: 280px;
	}

	.letit-card img {
		width: 340px;
	}
}

@media (max-width: 640px) {
	.letit-logo {
		left: 18px;
		width: 158px;
	}

	.letit-logo img {
		width: 158px;
	}

	.letit-menu-toggle {
		right: 18px;
	}

	.letit-mobile-menu {
		padding-inline: 18px;
	}

	.letit-hero {
		min-height: 0;
		padding: 130px 18px 64px;
	}

	.letit-hero__field {
		right: -560px;
		opacity: 0.76;
	}

	.letit-hero h1,
	.letit-why h2,
	.letit-features h2 { font-size: 38px; }
	.letit-eyebrow { font-size: 12px; margin-bottom: 18px; }
	.letit-lead { font-size: 16px; line-height: 25px; }
	.letit-actions { gap: 12px; }
	.letit-button { min-height: 54px; font-size: 16px; border-radius: 12px; }
	.letit-why { padding-top: 58px; }
	.letit-why__intro { width: calc(100% - 36px); margin-left: 18px; }
	.letit-why__intro > p:last-child { font-size: 16px; line-height: 25px; }
	.letit-slider-controls { margin-right: 18px; }
	.letit-cards { width: calc(100% - 18px); margin-left: 18px; }
	.letit-cards__track { grid-template-columns: repeat(4, min(84vw, 320px)); gap: 14px; }
	.letit-card { width: min(84vw, 320px); height: 590px; padding-inline: 24px; }
	.letit-card h3, .letit-card > p:not(.letit-card__number) { width: 100%; }
	.letit-card h3 { font-size: 34px; line-height: 39px; }
	.letit-card img { width: calc(min(84vw, 320px)); margin-inline: -24px; }
}

.letit-features {
	position: relative;
	height: 1545px;
	padding: 76px 150px 100px;
	overflow: hidden;
	background: radial-gradient(circle at 88% 78%, rgba(17, 48, 73, .72), transparent 42%), #05070d;
	color: var(--letit-cream);
	isolation: isolate;
}
.letit-features__media { position:absolute; z-index:-2; inset:465px 0 0; }
.letit-features__media img { width:100%; height:1080px; object-fit:cover; opacity:.55; }
.letit-features::after { content:""; position:absolute; z-index:-1; inset:0; background:linear-gradient(180deg,#05070d 0%,rgba(5,7,13,.96) 42%,rgba(5,7,13,.55) 75%,#05070d 100%); pointer-events:none; }
.letit-features__intro { position:relative; z-index:2; max-width:1100px; }
.letit-features .letit-eyebrow { margin-bottom:27px; }
.letit-features h2 { margin:0; font-family:"Clash Display",sans-serif; font-size:74px; font-weight:700; line-height:1.03; }
.letit-features h2 span { display:block; background:var(--letit-grad); -webkit-background-clip:text; background-clip:text; color:transparent; }
.letit-features__lead { width:1048px; margin:22px 0 0 2px; color:var(--letit-muted); font-size:20px; font-weight:500; line-height:34px; }
.letit-features__audience { display:flex; width:518px; height:77px; margin:37px 0 0 2px; padding:6px; border:1px solid #344256; border-radius:14px; background:#0c111a; }
.letit-features__audience span { display:grid; flex:1; place-items:center; border-radius:10px; color:#8490a1; font-size:18px; font-weight:600; }
.letit-features__audience .is-active { background:var(--letit-grad); color:#06090f; }
.letit-features__viewport { margin-top:55px; outline:none; }
.letit-features__viewport:focus-visible { outline:3px solid #bef356; outline-offset:8px; }
.letit-features__grid { display:grid; grid-template-columns:repeat(4,382px); gap:42px 29px; }
.letit-feature-card { position:relative; width:382px; height:367px; padding:27px 24px 25px; overflow:hidden; border:1px solid rgba(190,243,86,.32); border-radius:30px 30px 8px 8px; background:linear-gradient(155deg,#b5efd5 0%,#82ecad 56%,#bef356 115%); color:#07100d; box-shadow:0 20px 42px rgba(0,0,0,.15); }
.letit-feature-card:nth-child(3n+2) { background:linear-gradient(155deg,#c7dae9 0%,#91e7bd 58%,#a8f075 110%); }
.letit-feature-card:nth-child(3n) { background:linear-gradient(155deg,#bfe9dd 0%,#9aefc0 58%,#c4f163 112%); }
.letit-feature-card__icon { display:grid; width:84px; height:84px; place-items:center; border-radius:50%; background:rgba(252,253,244,.55); }
.letit-feature-card__icon img { width:50px; height:50px; object-fit:contain; }
.letit-feature-card h3 { margin:24px 0 12px; font-family:"Clash Display",sans-serif; font-size:30px; font-weight:600; line-height:1.08; }
.letit-feature-card p { margin:0; font-size:16px; font-weight:500; line-height:24px; }

@media (max-width:1199px) {
	.letit-features { height:auto; min-height:1200px; padding:72px 28px 90px; }
	.letit-features__intro { max-width:900px; }
	.letit-features h2 { font-size:52px; }
	.letit-features__lead { width:min(100%,850px); }
	.letit-features__viewport { width:calc(100vw - 28px); overflow-x:auto; scroll-snap-type:x mandatory; scrollbar-width:none; }
	.letit-features__viewport::-webkit-scrollbar { display:none; }
	.letit-features__grid { width:max-content; grid-template-columns:repeat(4,340px); grid-template-rows:repeat(2,340px); grid-auto-flow:column; gap:20px; padding-right:28px; }
	.letit-feature-card { width:340px; height:340px; scroll-snap-align:start; }
}
@media (max-width:640px) {
	.letit-features { min-height:0; padding:58px 18px 72px; }
	.letit-features h2 { font-size:38px; }
	.letit-features__lead { margin-top:18px; font-size:16px; line-height:25px; }
	.letit-features__audience { width:100%; height:60px; margin-top:28px; }
	.letit-features__audience span { font-size:14px; }
	.letit-features__viewport { width:calc(100vw - 18px); margin-top:32px; }
	.letit-features__grid { grid-template-columns:repeat(8,min(84vw,320px)); grid-template-rows:1fr; grid-auto-flow:row; gap:14px; padding-right:18px; }
	.letit-feature-card { width:min(84vw,320px); height:350px; padding:24px 22px; }
	.letit-feature-card h3 { font-size:27px; }
	.letit-feature-card p { font-size:15px; line-height:22px; }
}