/* =========================================================
   Landing Page – Hero Slider
   ========================================================= */

:root {
	--lp-accent: #1e63d6;
	--lp-overlay: rgba(8, 14, 28, 0.55);
	--lp-text: #ffffff;
	--lp-text-muted: rgba(255, 255, 255, 0.78);
	--lp-divider: rgba(255, 255, 255, 0.18);
	--lp-container: 1280px;
	--lp-container-pad: 60px;
	--lp-indicator-w: 297px;
	--lp-indicators-max: 891px; /* 297 × 3 */
	--lp-indicator-h: 96px;
	--lp-indicator-pad: 22px 28px 24px;
	--lp-indicator-text-w: 226px;
	--lp-indicator-font: 15px;
}

/* ---------- Landing wrapper (font scope) ---------- */
.lp,
.lp * {
	font-family: "Noto Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

.lp {
	color: var(--lp-text);
}

/* ---------- Hero ---------- */
.lp-hero {
	position: relative;
	width: 100%;
	height: 100vh;
	min-height: 640px;
	max-height: 900px;
	overflow: hidden;
	color: var(--lp-text);
	isolation: isolate;
}

.lp-hero__slides {
	position: absolute;
	inset: 0;
}

.lp-hero__slide {
	position: absolute;
	inset: 0;
	background-color: #0b1426;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	opacity: 0;
	visibility: hidden;
	transition: opacity 1s ease, visibility 1s ease;
}

.lp-hero__slide.is-active {
	opacity: 1;
	visibility: visible;
}

.lp-hero__overlay {
	position: absolute;
	inset: 0;
	background: #0000008c;
	z-index: 1;
}

/* ---------- Content ---------- */
.lp-hero__inner {
	position: relative;
	z-index: 2;
	max-width: var(--lp-container);
	margin: 0 auto;
	padding: 0 var(--lp-container-pad) calc(var(--lp-indicator-h) + 24px);
	box-sizing: border-box;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.lp-hero__content {
	max-width: 700px;
	opacity: 0;
	transform: translateY(20px);
	transition: opacity 0.8s ease 0.15s, transform 0.8s ease 0.15s;
}

.lp-hero__slide.is-active .lp-hero__content {
	opacity: 1;
	transform: translateY(0);
}

.lp-hero__title {
	max-width: 700px;
	font-size: 66px;
	font-weight: 600;
	line-height: 1.18;
	letter-spacing: -0.01em;
	margin: 0 0 36px;
	color: var(--lp-text);
}

/* ---------- CTA ---------- */
.lp-hero__cta {
	display: inline-flex;
	align-items: center;
	gap: 14px;
	padding: 13px 26px;
	border: 1px solid rgba(255, 255, 255, 0.75);
	border-radius: 999px;
	color: var(--lp-text);
	text-decoration: none;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.01em;
	transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}

.lp-hero__cta:hover,
.lp-hero__cta:focus-visible {
	background: var(--lp-text);
	color: #0b1426;
	border-color: var(--lp-text);
	transform: translateY(-1px);
}

.lp-hero__cta-arrow {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 18px;
	height: 18px;
	transition: transform 0.25s ease;
}

.lp-hero__cta:hover .lp-hero__cta-arrow {
	transform: translateX(3px);
}

/* ---------- Indicators ---------- */
.lp-hero__indicators-wrap {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 3;
	max-width: var(--lp-container);
	margin: 0 auto;
	padding: 0 var(--lp-container-pad);
	box-sizing: border-box;
}

.lp-hero__indicators {
	display: flex;
	width: 100%;
	max-width: var(--lp-indicators-max);
	
}

.lp-hero__indicator {
	position: relative;
	display: flex;
	align-items: center;
	flex: 1 1 var(--lp-indicator-w);
	width: var(--lp-indicator-w);
	min-width: 0;
	min-height: var(--lp-indicator-h);
	padding: var(--lp-indicator-pad);
	background: transparent;
	border: 0;
	color: var(--lp-text-muted);
	font: inherit;
	text-align: left;
	cursor: pointer;
	user-select: none;
	-webkit-tap-highlight-color: transparent;
	transition: background 0.25s ease, color 0.25s ease;
	box-sizing: border-box;
}

.lp-hero__indicator:hover,
.lp-hero__indicator:focus,
.lp-hero__indicator:focus-visible,
.lp-hero__indicator:active {
	color: #fff;
	background: rgba(255, 255, 255, 0.04);
	outline: none;
}

.lp-hero__indicator.is-active,
.lp-hero__indicator.is-active:hover,
.lp-hero__indicator.is-active:focus,
.lp-hero__indicator.is-active:active {
	color: #fff;
	background: #FFFFFF33;
}

.lp-hero__indicator-text,
.lp-hero__indicator-line {
	color: inherit;
}

.lp-hero__indicator-text {
	display: block;
	max-width: var(--lp-indicator-text-w);
	font-size: var(--lp-indicator-font); 
	font-weight: 400;
	line-height: 1.45;
}

.lp-hero__indicator-line {
	display: block;
}

.lp-hero__indicator-bar {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 5px;
	width: 100%;
	background: #2D4EAB;
	transform: scaleX(0);
	transform-origin: left center;
	transition: transform 0.4s ease;
}

.lp-hero__indicator.is-active .lp-hero__indicator-bar {
	transform: scaleX(1);
}

/* =========================================================
   Responsive — keep 3-box horizontal layout, scale everything
   ========================================================= */

/* Laptop (≤1280px) */
@media (max-width: 1280px) {
	.lp-hero__title { font-size: 48px; }
}

/* Large tablet / small laptop (≤1024px) */
@media (max-width: 1024px) {
	:root {
		--lp-container-pad: 40px;
		--lp-indicator-w: auto;          /* flex distributes equally */
		--lp-indicators-max: 100%;
		--lp-indicator-h: 90px;
		--lp-indicator-pad: 20px 22px 22px;
		--lp-indicator-text-w: 100%;
		--lp-indicator-font: 14px;
	}

	.lp-hero {
		min-height: 600px;
		max-height: 620px;
	}

	.lp-hero__title { font-size: 42px; }
}

/* Tablet (≤768px) */
@media (max-width: 768px) {
	:root {
		--lp-container-pad: 28px;
		--lp-indicator-h: 80px;
		--lp-indicator-pad: 16px 16px 18px;
		--lp-indicator-font: 13px;
	}

	.lp-hero {
		min-height: 500px;
		max-height: 520px;
	}

	.lp-hero__title {
		font-size: 34px;
		margin-bottom: 28px;
	}

	.lp-hero__cta {
		font-size: 14px;
	}
}

/* Small tablet / large phone (≤600px) */
@media (max-width: 600px) {
	:root {
		--lp-container-pad: 20px;
		--lp-indicator-h: 72px;
		--lp-indicator-pad: 12px 12px 14px;
		--lp-indicator-font: 12px;
	}

	.lp-hero__title { font-size: 30px; }
}

/* Phone (≤480px) */
@media (max-width: 480px) {
	:root {
		--lp-container-pad: 14px;
		--lp-indicator-h: 78px;
		--lp-indicator-pad: 12px 10px 14px;
		--lp-indicator-font: 11px;
	}

	.lp-hero {
		min-height: 530px;
	}

	.lp-hero__indicator {
        min-height: auto;
	}

	.lp-hero__title {
		font-size: 26px;
		margin-bottom: 22px;
	}

	.lp-hero__cta {
		padding: 11px 20px;
		font-size: 13px;
	}

	.lp-hero__indicator {
		align-items: flex-start;
	}

	.lp-hero__indicator-text {
		line-height: 1.4;
	}
}

/* Small phone (≤360px) */
@media (max-width: 360px) {
	:root {
		--lp-container-pad: 10px;
		--lp-indicator-h: 72px;
		--lp-indicator-pad: 10px 8px 12px;
		--lp-indicator-font: 10px;
	}

	.lp-hero {
		min-height: 500px;
	}

	.lp-hero__title { font-size: 22px; }
}

/* ---------- Reduced motion ---------- */
@media (prefers-reduced-motion: reduce) {
	.lp-hero__slide,
	.lp-hero__content,
	.lp-hero__indicator-bar,
	.lp-hero__cta,
	.lp-hero__cta-arrow {
		transition: none !important;
	}
}

/* =========================================================
   About Us section
   ========================================================= */

:root {
	--lp-about-bg: #ffffff;
	--lp-about-ink: #000;
	--lp-about-muted: #4a5568;
	--lp-about-blue: #2D4EAB;
	--lp-about-blue-dark: #1d2ab0;
	--lp-about-blue-grad: linear-gradient(147.31deg, #157CC5 9.23%, #014EA0 94.96%);;
	--lp-about-mint: #DFF3F5;
	--lp-about-badge-bg: #E8EEFF;
	--lp-about-badge-ink: #2D4EAB;
	--lp-card-radius: 24px;
}

.lp-about {
	--lp-container: 1300px;
	--lp-container-pad: 40px;
	background: var(--lp-about-bg);
	color: var(--lp-about-ink);
	padding: 150px 0 112px;
}

.lp-about__container {
	max-width: var(--lp-container);
	margin: 0 auto;
	padding: 0 var(--lp-container-pad);
	box-sizing: border-box;
}

/* ---------- Header ---------- */
.lp-about__header {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 495px;
	gap: 80px;
	align-items: start;
	margin-bottom: 60px;
}

.lp-about__header-left {
	display: flex;
	flex-direction: column;
}

.lp-about__badge {
	display: inline-block;
	align-self: flex-start;
	padding: 6px 16px;
	background: var(--lp-about-badge-bg);
	color: var(--lp-about-badge-ink);
	border-radius: 999px;
	font-size: 14px;
	font-weight: 400;
	/* letter-spacing: 0.14em; */
	text-transform: uppercase;
	margin-bottom: 12px;
}

.lp-about__title {
	font-size: 46px;
	font-weight: 600;
	line-height: 1.35;
	letter-spacing: -0.01em;
	margin: 0;
	color: var(--lp-about-ink);
}

.lp-about__header-right {
	padding-top: 8px;
}

.lp-about__lede {
	font-size: 16px;
	line-height: 1.6;
	color: #000;
	margin: 0 0 40px;
}

.lp-about__btn {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 14px 28px;
	background: var(--lp-about-blue);
	color: #ffffff;
	border-radius: 999px;
	text-decoration: none;
	font-size: 16px;
	font-weight: 400;
	transition: background 0.25s ease, transform 0.25s ease;
}

.lp-about__btn:hover,
.lp-about__btn:focus-visible {
	background: var(--lp-about-blue-dark);
	transform: translateY(-1px);
	outline: none;
	color: #fff;
}

.lp-about__btn-arrow {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 16px;
	height: 16px;
	transition: transform 0.25s ease;
}

.lp-about__btn:hover .lp-about__btn-arrow {
	transform: translate(2px, -2px);
}

/* ---------- Cards grid ---------- */
.lp-about__grid {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 22px;
	align-items: end;
}

.lp-about__card {
	position: relative;
	border-radius: var(--lp-card-radius);
	overflow: hidden;
	box-sizing: border-box;
}

/* Image card */
.lp-about__card--image {
	min-height: 320px;
	background: #0b1426;
}

.lp-about__card--image img {
	width: 100%;
	height: 320px;
	object-fit: cover;
	display: block;
}

/* Stat card (solid blue) */
.lp-about__card--stat {
	background: var(--lp-about-blue);
	color: #ffffff;
	padding: 30px 24px 30px;
	min-height: 256px;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	margin-bottom: 20px;
}

.lp-about__num {
	display: block;
	font-size: 60px;
	font-weight: 700;
	line-height: 1;
	color: #ffffff;
	margin: 10px;
	margin-top: 0px;
}

.lp-about__label {
	display: block;
	font-size: 16px;
	font-weight: 600;
	color: #ffffff;
}

.lp-about__desc {
	font-size: 14px;
	line-height: 1.55;
	margin: 15px 0 0;
	color: #fff;
}

/* Light (mint) variant */
.lp-about__card--light {
	background: var(--lp-about-mint);
	color: var(--lp-about-ink);
	padding: 28px 24px 30px;
	min-height: 220px;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	text-align: left;
}

.lp-about__card-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
}

.lp-about__card--light .lp-about__label {
	color: var(--lp-about-ink);
	font-size: 16px;
	font-weight: 600;
}

.lp-about__arrow {
	display: inline-flex;
	width: 22px;
	height: 22px;
	color: var(--lp-about-ink);
}

.lp-about__num--dark {
	color: var(--lp-about-ink);
}

.lp-about__card--light .lp-about__num {
	text-align: left;
	margin: 14px 0 0;
	font-size: 40px;
}

.lp-about__desc--dark {
	color: #000;
}

.lp-about__card--light .lp-about__desc {
	margin-top: auto;
	padding-top: 18px;
	text-align: left;
}

/* Gradient CTA card */
.lp-about__card--gradient {
	background: var(--lp-about-blue-grad);
	color: #ffffff;
	padding: 30px 24px 32px;
	min-height: 320px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	text-align: left;
}

.lp-about__avatars {
	display: flex;
	align-items: center;
}

.lp-about__avatar {
	display: block;
	width: 54px;
	height: 54px;
	border-radius: 50%;
	background-size: cover;
	background-position: center;
	border: 1px solid #fff;
	box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.25);
}

.lp-about__avatar + .lp-about__avatar {
	margin-left: -14px;
}

.lp-about__card-title {
	font-size: 22px;
	font-weight: 700;
	line-height: 1.25;
	margin: 0;
	color: #ffffff;
}

.lp-about__card--gradient .lp-about__card-title {
	margin-top: auto; /* push title + desc to bottom of card */
}

.lp-about__card--gradient .lp-about__desc {
	color: rgba(255, 255, 255, 0.85);
	margin-top: 14px;
	text-align: left;
}

/* =========================================================
   About Us – Responsive
   ========================================================= */

@media (max-width: 1280px) {
	.lp-about__title { font-size: 48px; }
	.lp-about__header { grid-template-columns: minmax(0, 1fr) 400px; gap: 60px; }
	.lp-about__num { font-size: 48px; }
}

@media (max-width: 1024px) {
	.lp-about { padding: 80px 0 88px; }
	.lp-about__title { font-size: 40px; }
	.lp-about__header { grid-template-columns: 1fr; gap: 28px; margin-bottom: 48px; }
	.lp-about__header-right { padding-top: 0; }
	.lp-about__lede { max-width: 640px; }

	/* Image spans full top, then 2x2 grid */
	.lp-about__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 18px;
		align-items: stretch;
	}

	.lp-about__card--image {
		grid-column: 1 / -1;
		min-height: 320px;
	}

	.lp-about__card--image img {
		height: 320px;
	}

	.lp-about__card--stat {
		min-height: 300px;
		margin-bottom: 0px;
	}

	.lp-about__card--stat .lp-about__desc {
		margin-top: auto; /* anchor description to bottom on tablet & below */
	}

	.lp-about__card--gradient {
		min-height: 320px;
	}

	.lp-about__card--light {
		min-height: 300px;
	}

	.lp-about__num { font-size: 52px; }
	.lp-about__card--light .lp-about__num { font-size: 40px; }
}

@media (max-width: 768px) {
	.lp-about {
		--lp-container-pad: 28px;
		padding: 64px 0 72px;
	}
	.lp-about__title { font-size: 32px; }
	.lp-about__badge { font-size: 12px; padding: 7px 16px; margin-bottom: 22px; }
	.lp-about__lede { font-size: 16px; }
	.lp-about__btn { padding: 12px 24px; font-size: 14px; }

	.lp-about__card--image { min-height: 320px; }
	.lp-about__card--image img { height: 320px; }

	.lp-about__card--stat,
	.lp-about__card--light {
		min-height: 260px;
		padding: 28px 22px;
	}

	.lp-about__card--gradient {
		min-height: 320px;
		padding: 28px 22px;
	}

	.lp-about__num { font-size: 44px; }
	.lp-about__card--light .lp-about__num { font-size: 34px; }
	.lp-about__card-title { font-size: 20px; }
	.lp-about__desc { font-size: 13px; }
}

@media (max-width: 600px) {
	.lp-about { padding: 56px 0 64px; }

	.lp-about__grid {
		grid-template-columns: 1fr;
		gap: 16px;
	}

	.lp-about__card--image {
		grid-column: auto;
		min-height: 320px;
	}

	.lp-about__card--stat,
	.lp-about__card--light {
		min-height: 220px;
	}

	.lp-about__card--gradient {
		min-height: 320px;
	}
}

@media (max-width: 480px) {
	.lp-about {
		--lp-container-pad: 18px;
		padding: 48px 0 56px;
	}
	.lp-about__title { font-size: 28px; }
	.lp-about__lede { font-size: 15px; }
	.lp-about__num { font-size: 40px; }
	.lp-about__card--light .lp-about__num { font-size: 32px; }
	.lp-about__card-title { font-size: 19px; }
	.lp-about__avatar { width: 42px; height: 42px; }
	.lp-about__card--image { min-height: 320px; }
	.lp-about__card--image img { height: 320px; }
	.lp-about__card--gradient { min-height: 320px; }
}

/* =========================================================
   Our Services section
   ========================================================= */

:root {
	--lp-svc-blue: #2D4EAB;
	--lp-svc-blue-hover: #1d2ab0;
	--lp-svc-card-radius: 30px;
	--lp-svc-image-h: 360px;
}

.lp-services {
	--lp-container: 1300px;
	--lp-container-pad: 40px;
	background: #ffffff;
	color: #0b1426;
	padding: 40px 0 110px;
	padding-top: 0px;
	padding-bottom: 150px;
}

.lp-services__container {
	max-width: var(--lp-container);
	margin: 0 auto;
	padding: 0 var(--lp-container-pad);
	box-sizing: border-box;
}

/* ---------- Header ---------- */
.lp-services__header {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 495px;
	gap: 80px;
	align-items: end;
	margin-bottom: 60px;
}

.lp-services__header-left {
	display: flex;
	flex-direction: column;
}

.lp-services__badge {
	display: inline-block;
	align-self: flex-start;
	padding: 6px 16px;
	background: #E8EEFF;
	color: #2D4EAB;
	border-radius: 999px;
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	margin-bottom: 12px;
}

.lp-services__title {
	font-size: 46px;
	font-weight: 600;
	line-height: 1.35;
	letter-spacing: -0.01em;
	margin: 0;
	color: #000;
}

.lp-services__header-right {
	padding-top: 12px;
}

.lp-services__lede {
	font-size: 16px;
	line-height: 1.6;
	color: #000;
	margin: 0;
}

/* ---------- Cards grid ---------- */
.lp-services__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 40px;
}

.lp-services__card {
	display: flex;
	flex-direction: column;
	height: 500px;
	max-height: 500px;
	background: var(--lp-svc-blue);
	color: #ffffff;
	border-radius: var(--lp-svc-card-radius);
	overflow: hidden;
	text-decoration: none;
	transition: background 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}

.lp-services__card:hover,
.lp-services__card:focus-visible {
	background: var(--lp-svc-blue-hover);
	transform: translateY(-4px);
	box-shadow: 0 18px 38px rgba(47, 62, 197, 0.25);
	outline: none;
}

.lp-services__card-body {
	padding: 60px 38px 28px 50px;
	flex: 0 0 auto;
}

.lp-services__card-head {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 18px;
	margin-bottom: 16px;
}

.lp-services__card-title {
	font-size: 26px;
	font-weight: 600;
	line-height: 1.25;
	margin: 0;
	color: #ffffff;
}

.lp-services__card-arrow {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	color: #ffffff;
	flex-shrink: 0;
	transition: transform 0.3s ease;
}

.lp-services__card:hover .lp-services__card-arrow {
	transform: translate(3px, -3px);
}

.lp-services__card-desc {
	font-size: 16px;
	line-height: 1.55;
	margin: 0;
	color: rgba(255, 255, 255, 0.9);
	max-width: 28em;
}

.lp-services__card-image {
	flex: 1 1 auto;
	min-height: 0;
	margin: 0;
	overflow: hidden;
}

.lp-services__card-image img {
	display: block;
	width: calc(100% - 50px);
	height: 100%;
	margin-left: 50px;
	object-fit: cover;
	border-top-left-radius: 30px;
}

/* =========================================================
   Services – Responsive
   ========================================================= */

@media (max-width: 1280px) {
	.lp-services__title { font-size: 48px; }
	.lp-services__header { grid-template-columns: minmax(0, 1fr) 400px; gap: 60px; }
	:root { --lp-svc-image-h: 320px; }
}

@media (max-width: 1024px) {
	.lp-services { padding: 24px 0 88px; }
	.lp-services__title { font-size: 40px; }
	.lp-services__header {
		grid-template-columns: 1fr;
		gap: 24px;
		margin-bottom: 44px;
	}
	.lp-services__header-right { padding-top: 0; }
	.lp-services__lede { max-width: 640px; }
	.lp-services__card-title { font-size: 26px; }
	:root { --lp-svc-image-h: 300px; }
}

@media (max-width: 768px) {
	.lp-services {
		--lp-container-pad: 28px;
		padding: 16px 0 72px;
	}
	.lp-services__title { font-size: 32px; }
	.lp-services__badge { font-size: 12px; padding: 7px 16px; margin-bottom: 22px; }
	.lp-services__lede { font-size: 16px; }

	.lp-services__grid {
		grid-template-columns: 1fr;
		gap: 22px;
	}

	.lp-services__card-body { padding: 30px 28px 24px; }
	.lp-services__card-title { font-size: 24px; }
	.lp-services__card-desc { font-size: 15px; }
	:root { --lp-svc-image-h: 320px; }
}

@media (max-width: 480px) {
	.lp-services {
		--lp-container-pad: 18px;
		padding: 8px 0 56px;
	}
	.lp-services__title { font-size: 28px; }
	.lp-services__lede { font-size: 15px; }

	.lp-services__card-body { padding: 24px 22px 20px; }
	.lp-services__card-title { font-size: 22px; }
	.lp-services__card-arrow { width: 26px; height: 26px; }
	.lp-services__card-arrow svg { width: 22px; height: 22px; }
	.lp-services__card-desc { font-size: 14px; }
	:root { --lp-svc-image-h: 240px; }
}

/* =========================================================
   Our Features section
   ========================================================= */

:root {
	--lp-feat-icon: #2D4EAB;
	--lp-feat-icon-size: 68px;
}

.lp-features {
	--lp-container: 1300px;
	--lp-container-pad: 40px;
	background: #ffffff;
	color: #0b1426;
	padding: 64px 0 150px;
	padding-top: 0px;
}

.lp-features__container {
	max-width: var(--lp-container);
	margin: 0 auto;
	padding: 0 var(--lp-container-pad);
	box-sizing: border-box;
}

/* ---------- Header (centered) ---------- */
.lp-features__header {
	text-align: center;
	max-width: 880px;
	margin: 0 auto 60px;
}

.lp-features__badge {
	display: inline-block;
	padding: 6px 16px;
	background: #E8EEFF;
	color: #2D4EAB;
	border-radius: 999px;
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	margin-bottom: 12px;
}

.lp-features__title {
	font-size: 46px;
	font-weight: 600;
	line-height: 1.35;
	letter-spacing: -0.01em;
	margin: 0 auto 20px;
	max-width: 580px;
	color: #000;
}

.lp-features__lede {
	font-size: 16px;
	line-height: 1.6;
	color: #000;
	margin: 0 auto;
	max-width: 480px;
}

.lp-features__lede p {
	margin: 0;
}

.lp-features__lede p + p {
	margin-top: 0.6em;
}

/* ---------- Grid ---------- */
.lp-features__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 40px;
	align-items: start;
}

.lp-features__item {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	padding: 0 8px;
}

.lp-features__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: var(--lp-feat-icon-size);
	height: var(--lp-feat-icon-size);
	color: var(--lp-feat-icon);
	margin-bottom: 33px;
}

.lp-features__icon img,
.lp-features__icon svg {
	width: 100%;
	height: 100%;
	object-fit: contain;
	display: block;
}

.lp-features__item-title {
	font-size: 22px;
	font-weight: 600;
	line-height: 1.3;
	margin: 0 0 14px;
	color: #000;
}

.lp-features__item-desc {
	font-size: 14px;
	line-height: 1.7;
	color: #000;
	margin: 0;
	max-width: 230px;
}

/* =========================================================
   Features – Responsive
   ========================================================= */

@media (max-width: 1280px) {
	.lp-features__title { font-size: 52px; }
	.lp-features__grid { gap: 32px; }
}

@media (max-width: 1024px) {
	.lp-features { padding: 48px 0 88px; }
	.lp-features__title { font-size: 44px; }
	.lp-features__header { margin-bottom: 56px; }

	.lp-features__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 48px 28px;
	}

	:root { --lp-feat-icon-size: 76px; }
}

@media (max-width: 768px) {
	.lp-features {
		--lp-container-pad: 28px;
		padding: 24px 0 72px;
	}
	.lp-features__badge { font-size: 12px; padding: 7px 16px; margin-bottom: 20px; }
	.lp-features__title { font-size: 34px; margin-bottom: 22px; }
	.lp-features__lede { font-size: 16px; }
	.lp-features__header { margin-bottom: 48px; }

	.lp-features__grid { gap: 40px 24px; }

	.lp-features__item-title { font-size: 20px; margin-bottom: 14px; }
	.lp-features__item-desc { font-size: 15px; line-height: 1.6; }

	:root { --lp-feat-icon-size: 70px; }
}

@media (max-width: 600px) {
	.lp-features__grid {
		grid-template-columns: 1fr;
		gap: 44px;
	}
}

@media (max-width: 480px) {
	.lp-features {
		--lp-container-pad: 20px;
		padding: 16px 0 56px;
	}
	.lp-features__title { font-size: 28px; }
	.lp-features__lede { font-size: 15px; }
	.lp-features__item-title { font-size: 19px; }
	.lp-features__item-desc { font-size: 14px; max-width: 280px; }

	:root { --lp-feat-icon-size: 64px; }
}

/* =========================================================
   Our Partners section
   ========================================================= */

.lp-partners {
	--lp-container: 1300px;
	--lp-container-pad: 40px;
	background: #f5f6f8;
	color: #0b1426;
	padding: 120px 0 120px;
}

.lp-partners__container {
	max-width: var(--lp-container);
	margin: 0 auto;
	padding: 0 var(--lp-container-pad);
	box-sizing: border-box;
}

/* ---------- Header (centered) ---------- */
.lp-partners__header {
	text-align: center;
	margin-bottom: 60px;
}

.lp-partners__badge {
	display: inline-block;
	padding: 6px 16px;
	background: #E8EEFF;
	color: #2D4EAB;
	border-radius: 999px;
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	margin-bottom: 12px;
}

.lp-partners__title {
	font-size: 22px;
	font-weight: 500;
	line-height: 1.35;
	margin: 0;
	color: #000;
}

.lp-partners__title strong {
	font-weight: 700;
}

/* ---------- Logos grid ---------- */
.lp-partners__grid {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 40px 28px;
	align-items: center;
	justify-items: center;
}

.lp-partners__logo {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: 180px;
	height: 50px;
}

.lp-partners__logo svg {
	width: 100%;
	height: 100%;
	max-height: 44px;
	display: block;
}

/* Grayscale at rest, color on hover — mouse devices only */
@media (hover: hover) {
	.lp-partners__logo {
		filter: grayscale(100%);
		opacity: 0.55;
		transition: filter 0.3s ease, opacity 0.3s ease, transform 0.3s ease;
	}

	.lp-partners__logo:hover {
		filter: grayscale(0%);
		opacity: 1;
		transform: translateY(-2px);
	}
}

/* =========================================================
   Partners – Responsive
   ========================================================= */

@media (max-width: 1280px) {
	.lp-partners__grid { gap: 36px 24px; }
}

@media (max-width: 1024px) {
	.lp-partners { padding: 64px 0 80px; }
	.lp-partners__title { font-size: 22px; }
	.lp-partners__header { margin-bottom: 44px; }

	.lp-partners__grid {
		grid-template-columns: repeat(4, minmax(0, 1fr));
		gap: 36px 22px;
	}
}

@media (max-width: 768px) {
	.lp-partners {
		--lp-container-pad: 28px;
		padding: 56px 0 64px;
	}
	.lp-partners__badge { font-size: 12px; padding: 7px 16px; }
	.lp-partners__title { font-size: 20px; }

	.lp-partners__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 28px 18px;
	}

	.lp-partners__logo { height: 44px; }
}

@media (max-width: 480px) {
	.lp-partners {
		--lp-container-pad: 20px;
		padding: 44px 0 52px;
	}
	.lp-partners__title { font-size: 18px; line-height: 1.45; }

	.lp-partners__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 24px 16px;
	}

	.lp-partners__logo { height: 40px; }
}

/* =========================================================
   Testimonials section
   ========================================================= */

:root {
	--lp-testi-card-w: 360px;
	--lp-testi-card-h: 510px;
	--lp-testi-card-gap: 24px;
	--lp-testi-anim-duration: 60s;
}

.lp-testimonials {
	--lp-container: 1300px;
	--lp-container-pad: 40px;
	background: #ffffff;
	color: #0b1426;
	padding: 80px 0 150px;
	overflow: hidden;
}

.lp-testimonials__container {
	max-width: var(--lp-container);
	margin: 0 auto;
	padding: 0 var(--lp-container-pad);
	box-sizing: border-box;
}

/* ---------- Header ---------- */
.lp-testimonials__header {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 495px;
	gap: 80px;
	align-items: end;
	margin-bottom: 56px;
}

.lp-testimonials__header-left {
	display: flex;
	flex-direction: column;
}

.lp-testimonials__badge {
	display: inline-block;
	align-self: flex-start;
	padding: 6px 16px;
	background: #E8EEFF;
	color: #2D4EAB;
	border-radius: 999px;
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	margin-bottom: 12px;
}

.lp-testimonials__title {
	font-size: 46px;
	font-weight: 600;
	line-height: 1.18;
	letter-spacing: -0.01em;
	margin: 0 0 14px;
	color: #000;
}

.lp-testimonials__subtitle {
	font-size: 24px;
	font-weight: 400;
	color: #000;
	margin: 0;
}

.lp-testimonials__header-right {
	padding-top: 12px;
}

.lp-testimonials__lede {
	font-size: 16px;
	line-height: 1.6;
	color: #000;
	margin: 0;
}

/* ---------- Viewport + Track ---------- */
.lp-testimonials__viewport {
	position: relative;
	width: 100%;
	overflow: hidden;
	padding: 4px 0;
	cursor: grab;
	touch-action: pan-y;
	user-select: none;
}

.lp-testimonials__viewport.is-dragging {
	cursor: grabbing;
}

.lp-testimonials__viewport.is-dragging .lp-testimonials__track {
	transition: none !important;
}

.lp-testimonials__track {
	display: flex;
	width: max-content;
	animation: lp-testi-scroll var(--lp-testi-anim-duration) linear infinite;
	will-change: transform;
}

/* When JS takes over, CSS animation is disabled */
.lp-testimonials__viewport.is-js .lp-testimonials__track {
	animation: none;
}

.lp-testimonials__viewport:hover .lp-testimonials__track {
	animation-play-state: paused;
}

.lp-testimonials__card img,
.lp-testimonials__card a {
	-webkit-user-drag: none;
}

@keyframes lp-testi-scroll {
	from { transform: translate3d(0, 0, 0); }
	to   { transform: translate3d(-50%, 0, 0); }
}

/* ---------- Card ---------- */
.lp-testimonials__card {
	flex: 0 0 var(--lp-testi-card-w);
	width: var(--lp-testi-card-w);
	height: var(--lp-testi-card-h);
	margin-right: var(--lp-testi-card-gap);
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	padding: 35px;
	background: #ffffff;
	border: 1px solid #e5e7eb;
	border-radius: 16px;
	box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
}

.lp-testimonials__quote {
	display: block;
	height: 48px;
	margin-bottom: 40px;
	user-select: none;
}

.lp-testimonials__quote img {
	width: auto;
	height: 100%;
	display: block;
}

.lp-testimonials__text {
	font-size: 18px;
	line-height: 1.50;
	color: #000;
	margin: 0 0 25px;
	flex: 1;
}

.lp-testimonials__person {
	display: flex;
	align-items: center;
	gap: 12px;
}

.lp-testimonials__avatar {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background-size: cover;
	background-position: center;
	background-color: #e5e7eb;
	flex-shrink: 0;
}

.lp-testimonials__name {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.3;
	color: #000;
	margin: 0;
}

.lp-testimonials__location {
	font-size: 14px;
	color: #000;
	margin: 4px 0 0;
}

/* ---------- Dots ---------- */
.lp-testimonials__dots {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 16px;
	margin-top: 76px;
	padding-top: 6px;
}

.lp-testimonials__dot {
	width: 8px;
	height: 8px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: #d1d5db;
	cursor: pointer;
	transition: width 0.3s ease, height 0.3s ease, background 0.3s ease;
}

.lp-testimonials__dot:hover {
	background: #9ca3af;
}

.lp-testimonials__dot.is-active {
	width: 12px;
	height: 12px;
	background: #1e63d6;
	box-shadow: 0 0 0 3px #ffffff, 0 0 0 5px #1e63d6;
}

.lp-testimonials__dot:focus-visible {
	outline: 2px solid #1e63d6;
	outline-offset: 3px;
}

/* =========================================================
   Testimonials – Responsive
   ========================================================= */

@media (max-width: 1280px) {
	.lp-testimonials__title { font-size: 48px; }
	.lp-testimonials__header { grid-template-columns: minmax(0, 1fr) 400px; gap: 60px; }
}

@media (max-width: 1024px) {
	.lp-testimonials { padding: 64px 0 80px; }
	.lp-testimonials__title { font-size: 40px; }
	.lp-testimonials__header {
		grid-template-columns: 1fr;
		gap: 24px;
		margin-bottom: 44px;
	}
	.lp-testimonials__header-right { padding-top: 0; }
	.lp-testimonials__lede { max-width: 640px; }

	:root { --lp-testi-card-w: 320px; }
}

@media (max-width: 768px) {
	.lp-testimonials {
		--lp-container-pad: 28px;
		padding: 56px 0 72px;
	}
	.lp-testimonials__badge { font-size: 12px; padding: 7px 16px; margin-bottom: 20px; }
	.lp-testimonials__title { font-size: 32px; }
	.lp-testimonials__subtitle { font-size: 16px; }
	.lp-testimonials__lede { font-size: 15px; }

	.lp-testimonials__card {
		padding: 24px 22px 22px;
		border-radius: 14px;
		height: auto;
	}
	.lp-testimonials__quote { height: 40px; margin-bottom: 10px; }
	.lp-testimonials__text { font-size: 14px; margin-bottom: 22px; }
	.lp-testimonials__avatar { width: 44px; height: 44px; }

	:root { --lp-testi-card-w: 300px; --lp-testi-card-gap: 20px; }
}

@media (max-width: 480px) {
	.lp-testimonials {
		--lp-container-pad: 18px;
		padding: 44px 0 60px;
	}
	.lp-testimonials__title { font-size: 28px; }
	.lp-testimonials__subtitle { font-size: 15px; }
	.lp-testimonials__lede { font-size: 14px; }
	.lp-testimonials__dots { margin-top: 28px; }

	.lp-testimonials__card { padding: 22px 20px 20px; }
	.lp-testimonials__text { font-size: 13.5px; line-height: 1.6; }
	.lp-testimonials__name { font-size: 14px; }
	.lp-testimonials__location { font-size: 12px; }

	:root { --lp-testi-card-w: 280px; --lp-testi-card-gap: 16px; }
}

/* ---------- Reduced motion: stop the marquee ---------- */
@media (prefers-reduced-motion: reduce) {
	.lp-testimonials__track {
		animation: none;
	}
}

/* =========================================================
   Our Blogs section
   ========================================================= */

.lp-blog {
	--lp-container: 1300px;
	--lp-container-pad: 40px;
	--lp-blog-notch-w: 330px;
	--lp-blog-notch-h: 141px;
	--lp-blog-notch-h-hover: 183px;
	background: #ffffff;
	color: #0b1426;
	padding: 80px 0 150px;
	padding-top: 0px;
}

.lp-blog__container {
	max-width: var(--lp-container);
	margin: 0 auto;
	padding: 0 var(--lp-container-pad);
	box-sizing: border-box;
}

/* ---------- Header (centered) ---------- */
.lp-blog__header {
	text-align: center;
	max-width: 760px;
	margin: 0 auto 60px;
}

.lp-blog__badge {
	display: inline-block;
	padding: 6px 16px;
	background: #E8EEFF;
	color: #2D4EAB;
	border-radius: 999px;
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	margin-bottom: 12px;
}

.lp-blog__heading {
	font-size: 46px;
	font-weight: 600;
	line-height: 1.35;
	letter-spacing: -0.01em;
	margin: 0 0 20px;
	color: #000;
}

.lp-blog__lede {
	font-size: 16px;
	line-height: 1.6;
	color: #000;
	margin: 0 auto;
	max-width: 498px;
}

/* ---------- Grid ---------- */
.lp-blog__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 28px;
}

/* ---------- Card ---------- */
.lp-blog__card {
	display: block;
	color: inherit;
	text-decoration: none;
	position: relative;
}

.lp-blog__image-wrap {
	position: relative;
	width: 100%;
	aspect-ratio: 4 / 5;
}

.lp-blog__image-wrap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	clip-path: polygon(
		0 0,
		100% 0,
		100% calc(100% - var(--lp-blog-notch-h)),
		calc(100% - var(--lp-blog-notch-w)) calc(100% - var(--lp-blog-notch-h)),
		calc(100% - var(--lp-blog-notch-w)) 100%,
		0 100%
	);
	transition: transform 0.5s ease, clip-path 0.3s ease;
}

.lp-blog__card:hover .lp-blog__image-wrap img,
.lp-blog__card:focus-visible .lp-blog__image-wrap img {
	transform: scale(1.04);
	
}

.lp-blog__card:hover,
.lp-blog__card:focus-visible {
	--lp-blog-notch-h: var(--lp-blog-notch-h-hover);
}

.lp-blog__content {
	position: absolute;
	right: 0;
	bottom: 0;
	width: var(--lp-blog-notch-w);
	height: var(--lp-blog-notch-h);
	padding: 28px 0 28px 28px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	transition: height 0.3s ease;
}

.lp-blog__category {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
	color: #929292;
	margin-bottom: 10px;
}

.lp-blog__category::before {
	content: "";
	display: block;
	width: 18px;
	height: 1.5px;
	background: #9ca3af;
	flex-shrink: 0;
}

.lp-blog__card-title {
	font-size: 20px;
	font-weight: 500;
	line-height: 1.3;
	margin: 0;
	color: #000;
	transition: color 0.3s ease;
}

.lp-blog__card:hover .lp-blog__card-title,
.lp-blog__card:focus-visible .lp-blog__card-title {
	color: #1e63d6;
}

.lp-blog__more {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	margin-top: 0;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: #1e63d6;
	opacity: 0;
	max-height: 0;
	overflow: hidden;
	transform: translateY(6px);
	transition: opacity 0.25s ease, transform 0.25s ease, max-height 0.3s ease, margin-top 0.3s ease;
	pointer-events: none;
}

.lp-blog__card:hover .lp-blog__more,
.lp-blog__card:focus-visible .lp-blog__more {
	opacity: 1;
	max-height: 30px;
	margin-top: 20px;
	transform: translateY(0);
	pointer-events: auto;

}

/* =========================================================
   Blog – Responsive
   ========================================================= */

@media (max-width: 1280px) {
	.lp-blog__heading { font-size: 48px; }
}

@media (max-width: 1024px) {
	.lp-blog {
		padding: 64px 0 88px;
		--lp-blog-notch-w: 260px;
		--lp-blog-notch-h: 120px;
		--lp-blog-notch-h-hover: 156px;
	}
	.lp-blog__heading { font-size: 40px; }
	.lp-blog__header { margin-bottom: 48px; }
	.lp-blog__grid { gap: 24px; }
	.lp-blog__card-title { font-size: 17px; }
}

@media (max-width: 768px) {
	.lp-blog {
		--lp-container-pad: 28px;
		--lp-blog-notch-w: 270px;
		--lp-blog-notch-h: 120px;
		--lp-blog-notch-h-hover: 156px;
		padding: 56px 0 72px;
	}
	.lp-blog__badge { font-size: 12px; padding: 7px 16px; }
	.lp-blog__heading { font-size: 32px; }
	.lp-blog__lede { font-size: 16px; }

	.lp-blog__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 22px;
	}

	/* On touch devices reveal the Learn More by default since hover doesn't apply. */
	.lp-blog__card .lp-blog__more {
		opacity: 1;
		max-height: 30px;
		margin-top: 10px;
		transform: none;
	}
	.lp-blog__card {
		--lp-blog-notch-h: var(--lp-blog-notch-h-hover);
	}
}

@media (max-width: 600px) {
	.lp-blog {
		--lp-blog-notch-w: 300px;
		--lp-blog-notch-h: 130px;
		--lp-blog-notch-h-hover: 170px;
	}
	.lp-blog__grid {
		grid-template-columns: 1fr;
		gap: 32px;
	}

	.lp-blog__image-wrap {
		aspect-ratio: 5 / 4;
	}
}

@media (max-width: 480px) {
	.lp-blog {
		--lp-container-pad: 18px;
		--lp-blog-notch-w: 240px;
		--lp-blog-notch-h: 116px;
		--lp-blog-notch-h-hover: 150px;
		padding: 44px 0 60px;
	}
	.lp-blog__heading { font-size: 28px; }
	.lp-blog__lede { font-size: 15px; }
	.lp-blog__card-title { font-size: 16px; }
}

/* =========================================================
   Footer section
   ========================================================= */

.lp-footer {
	--lp-container: 1300px;
	--lp-container-pad: 40px;
	--lp-footer-blue: #2d44c2;
	background: var(--lp-footer-blue);
	color: #ffffff;
}

.lp-footer__inner {
	max-width: var(--lp-container);
	margin: 0 auto;
	padding: 80px var(--lp-container-pad) 50px;
	box-sizing: border-box;
}

/* ---------- CTA banner ---------- */
.lp-footer__cta {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	gap: 40px;
	align-items: center;
	margin-bottom: 80px;
}

.lp-footer__eyebrow {
	display: block;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	color: #ffffff;
	margin-bottom: 13px;
}

.lp-footer__cta-title {
	font-size: 34px;
	font-weight: 600;
	line-height: 1.25;
	letter-spacing: -0.01em;
	color: #ffffff;
	margin: 0 0 40px;
}

.lp-footer__cta-btn {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 14px 28px;
	background: #ffffff;
	color: var(--lp-footer-blue);
	border-radius: 999px;
	font-size: 16px;
	font-weight: 400;
	text-decoration: none;
	transition: transform 0.25s ease, background 0.25s ease;
}

.lp-footer__cta-btn:hover {
	transform: translateY(-1px);
	background: #f1f3ff;
}

.lp-footer__cta-art {
	width: 100%;
}

.lp-footer__cta-art img,
.lp-footer__cta-art svg {
	width: 100%;
	height: auto;
	display: block;
	opacity: 0.23;
    mix-blend-mode: multiply;
}

/* ---------- Link grid ---------- */
.lp-footer__grid {
	display: grid;
	grid-template-columns: 1.6fr 1fr 1.1fr 1.1fr;
	gap: 40px;
}

.lp-footer__col {
	display: flex;
	flex-direction: column;
}

.lp-footer__menu + .lp-footer__menu {
	margin-top: 36px;
}

.lp-footer__menu-title {
	font-size: 16px;
	font-weight: 700;
	color: #ffffff;
	margin: 0 0 20px;
}

.lp-footer__menu-list {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 7px;
}

.lp-footer__menu-list a {
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	line-height: 1;
	transition: color 0.2s ease;
}

.lp-footer__menu-list a:hover,
.lp-footer__menu-list a:focus-visible {
	color: #ffffff;
	outline: none;
}

/* ---------- Info column ---------- */
.lp-footer__logo {
	margin-bottom: 20px;
}

.lp-footer__logo img,
.lp-footer__logo svg {
	height: 42px;
	width: auto;
	max-width: 220px;
	display: block;
}

.lp-footer__desc {
	font-size: 16px;
	line-height: 1.45;
	color: #fff;
	margin: 0 0 25px;
	max-width: 320px;
}

.lp-footer__contact-title {
	font-size: 18px;
	font-weight: 600;
	color: #ffffff;
	margin: 22px 0 8px;
}

.lp-footer__contact-title:first-child {
	margin-top: 0;
	font-size: 18px;
	font-weight: 600;
}

.lp-footer__contact-row {
	font-size: 16px;
	line-height: 1.5;
	color: #fff;
	margin: 0 0 6px;
}

.lp-footer__contact-row--strong {
	font-weight: 700;
	color: #ffffff;
	padding-top: 6px;
}

.lp-footer__contact-row a {
	color: rgba(255, 255, 255, 0.88);
	text-decoration: none;
	transition: color 0.2s ease;
}

.lp-footer__contact-row a:hover {
	color: #ffffff;
}

/* ---------- Social ---------- */
.lp-footer__social {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 28px;
}

.lp-footer__social-label {
	font-size: 16px;
	font-weight: 500;
	color: #ffffff;
	margin-right: 4px;
}

.lp-footer__social-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	color: #ffffff;
	transition: opacity 0.2s ease, transform 0.2s ease;
}

.lp-footer__social-link:hover,
.lp-footer__social-link:focus-visible {
	opacity: 0.8;
	transform: translateY(-2px);
	outline: none;
}

.lp-footer__social-link svg {
	width: 20px;
	height: 20px;
	display: block;
}

/* ---------- Copyright strip ---------- */
.lp-footer__copy {
	background: #ffffff;
	color: #0b1426;
	text-align: center;
	padding: 18px var(--lp-container-pad);
}

.lp-footer__copy p {
	margin: 0;
	font-size: 14px;
	font-weight: 500;
	color: #000;
}

/* =========================================================
   Footer – Responsive
   ========================================================= */

@media (max-width: 1280px) {
	.lp-footer__cta-title { font-size: 38px; }
	.lp-footer__grid { gap: 32px; }
}

@media (max-width: 1024px) {
	.lp-footer__inner { padding: 64px var(--lp-container-pad) 48px; }
	.lp-footer__cta-title { font-size: 32px; }
	.lp-footer__cta { margin-bottom: 60px; }

	.lp-footer__grid {
		grid-template-columns: 1fr 1fr;
		gap: 40px 32px;
	}
}

@media (max-width: 768px) {
	.lp-footer {
		--lp-container-pad: 28px;
	}
	.lp-footer__inner { padding: 56px var(--lp-container-pad) 40px; }

	.lp-footer__cta {
		grid-template-columns: 1fr;
		gap: 24px;
		margin-bottom: 48px;
	}

	.lp-footer__cta-title { font-size: 28px; margin-bottom: 28px; }
	.lp-footer__cta-art { max-width: 480px; opacity: 0.7; }

	.lp-footer__grid {
		grid-template-columns: 1fr 1fr;
		gap: 36px 24px;
	}
}

@media (max-width: 600px) {
	.lp-footer__grid {
		grid-template-columns: 1fr;
		gap: 32px;
	}

	.lp-footer__menu + .lp-footer__menu { margin-top: 28px; }
}

@media (max-width: 480px) {
	.lp-footer {
		--lp-container-pad: 18px;
	}
	.lp-footer__inner { padding: 44px var(--lp-container-pad) 32px; }
	.lp-footer__cta-title { font-size: 24px; }
	.lp-footer__cta-btn { padding: 12px 22px; font-size: 14px; }
	.lp-footer__menu-title { font-size: 17px; }
	.lp-footer__copy p { font-size: 13px; }
}

/* =========================================================
   Header section
   ========================================================= */

.lp-header {
	--lp-container: 1300px;
	--lp-container-pad: 40px;
	--lp-header-blue: #2D4EAB;
	--lp-header-ink: #0b1426;
	position: relative;
	z-index: 50;
	background: #ffffff;
}

/* ---------- Top bar ---------- */
.lp-header__top {
	background: var(--lp-header-blue);
	color: #ffffff;
	font-size: 14px;
}

.lp-header__top-inner {
	max-width: var(--lp-container);
	margin: 0 auto;
	/* padding: 10px var(--lp-container-pad); */
	padding: 14px 40px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	box-sizing: border-box;
}

.lp-header__top-left {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 18px;
}

.lp-header__top-item {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: #ffffff;
}

.lp-header__top-item svg {
	width: 16px;
	height: 16px;
	flex-shrink: 0;
}

.lp-header__top-item a {
	color: inherit;
	text-decoration: none;
	transition: opacity 0.2s ease;
}

.lp-header__top-item a:hover { opacity: 0.85; }

.lp-header__top-divider {
	width: 1px;
	height: 16px;
	background: rgba(255, 255, 255, 0.45);
}

.lp-header__top-right {
	display: flex;
	align-items: center;
	gap: 14px;
}

.lp-header__top-label {
	color: #ffffff;
	font-size: 14px;
}

.lp-header__top-social {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 20px;
	height: 20px;
	color: #ffffff;
	transition: opacity 0.2s ease, transform 0.2s ease;
}

.lp-header__top-social:hover {
	opacity: 0.85;
	transform: translateY(-1px);
}

.lp-header__top-social svg {
	width: 18px;
	height: 18px;
}

/* ---------- Main bar ---------- */
.lp-header__main {
	background: #ffffff;
}

.lp-header__main-inner {
	max-width: var(--lp-container);
	margin: 0 auto;
	padding: 18px var(--lp-container-pad);
	display: flex;
	align-items: center;
	gap: 32px;
	box-sizing: border-box;
}

.lp-header__logo {
	display: inline-flex;
	align-items: center;
	flex-shrink: 0;
	text-decoration: none;
}

.lp-header__logo img,
.lp-header__logo svg {
	height: 40px;
	width: auto;
	max-width: 200px;
	display: block;
}

/* ---------- Nav ---------- */
.lp-header__nav {
	flex: 1;
	display: flex;
	justify-content: center;
}

.lp-header__nav-list {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	align-items: center;
	gap: 36px;
}

.lp-header__nav-item a {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	color: #000;
	font-size: 16px;
	font-weight: 400;
	text-decoration: none;
	transition: color 0.2s ease;
}

.lp-header__nav-item a:hover,
.lp-header__nav-item a:focus-visible {
	color: var(--lp-header-blue);
	outline: none;
}

.lp-header__nav-chevron {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 14px;
	height: 14px;
	margin-left: 2px;
}

.lp-header__nav-chevron svg {
	width: 14px;
	height: 14px;
}

/* ---------- Right actions ---------- */
.lp-header__actions {
	display: flex;
	align-items: center;
	gap: 22px;
	flex-shrink: 0;
}

.lp-header__call {
	display: flex;
	align-items: center;
	gap: 12px;
}

.lp-header__call-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	background: #2D4EAB;
	color: #ffffff;
	border-radius: 50%;
	flex-shrink: 0;
}

.lp-header__call-icon img,
.lp-header__call-icon svg {
	width: 22px;
	height: 22px;
	object-fit: contain;
	display: block;
}

.lp-header__call-text {
	display: flex;
	flex-direction: column;
	line-height: 1.2;
}

.lp-header__call-label {
	font-size: 14px;
	color: #000;
	padding-bottom: 3px;
}

.lp-header__call-num {
	font-size: 16px;
	font-weight: 700;
	color: var(--lp-header-ink);
	text-decoration: none;
	transition: color 0.2s ease;
}

.lp-header__call-num:hover { color: var(--lp-header-blue); }

.lp-header__cta {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 11px 24px;
	border: 1.5px solid var(--lp-header-ink);
	border-radius: 999px;
	color: #000;
	font-size: 16px;
	font-weight: 400;
	text-decoration: none;
	transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

.lp-header__cta svg {
	width: 16px;
	height: 16px;
}

.lp-header__cta:hover,
.lp-header__cta:focus-visible {
	background: var(--lp-header-blue);
	color: #ffffff;
	border-color: var(--lp-header-blue);
	outline: none;
}

/* ---------- Hamburger ---------- */
.lp-header__toggle {
	display: none;
	flex-direction: column;
	gap: 5px;
	width: 36px;
	height: 36px;
	padding: 6px;
	background: transparent;
	border: 0;
	cursor: pointer;
	margin-left: auto;
}

.lp-header__toggle-bar {
	display: block;
	width: 100%;
	height: 2px;
	background: var(--lp-header-ink);
	border-radius: 2px;
	transition: transform 0.3s ease, opacity 0.2s ease;
}

.lp-header__toggle[aria-expanded="true"] .lp-header__toggle-bar:nth-child(1) {
	transform: translateY(7px) rotate(45deg);
}
.lp-header__toggle[aria-expanded="true"] .lp-header__toggle-bar:nth-child(2) {
	opacity: 0;
}
.lp-header__toggle[aria-expanded="true"] .lp-header__toggle-bar:nth-child(3) {
	transform: translateY(-7px) rotate(-45deg);
}

/* ---------- Mobile panel ---------- */
.lp-header__mobile {
	display: none;
	background: #ffffff;
	border-top: 1px solid #e5e7eb;
	padding: 18px var(--lp-container-pad) 24px;
	box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
}

.lp-header__mobile[hidden] { display: none !important; }

.lp-header__mobile.is-open {
	display: block;
}

.lp-header__mobile-list {
	list-style: none;
	padding: 0;
	margin: 0 0 18px;
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.lp-header__mobile-list a {
	display: block;
	padding: 12px 4px;
	color: var(--lp-header-ink);
	font-size: 16px;
	font-weight: 500;
	text-decoration: none;
	border-bottom: 1px solid #f1f3f5;
}

.lp-header__mobile-call {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 16px;
}

.lp-header__cta--mobile {
	display: inline-flex;
	width: 100%;
	justify-content: center;
	box-sizing: border-box;
}

/* =========================================================
   Header – Responsive
   ========================================================= */

@media (max-width: 1180px) {
	.lp-header__nav-list { gap: 24px; }
	.lp-header__main-inner { gap: 20px; }
	.lp-header__call-label { display: none; }
	.lp-header__call-text { flex-direction: row; }
}

@media (max-width: 1024px) {
	.lp-header__main-inner { padding: 14px var(--lp-container-pad); }
	.lp-header__nav,
	.lp-header__actions {
		display: none;
	}
	.lp-header__toggle {
		display: flex;
	}
	.lp-header__call-text { flex-direction: column; }
	.lp-header__call-label { display: inline; }
}

@media (max-width: 768px) {
	.lp-header {
		--lp-container-pad: 24px;
	}

	.lp-header__top-inner {
		padding: 9px var(--lp-container-pad);
		flex-wrap: wrap;
		gap: 8px 14px;
	}

	.lp-header__top-divider { display: none; }
	.lp-header__top-left { gap: 12px; }
	.lp-header__top-item span:not(:has(a)) { font-size: 12px; }

	.lp-header__logo img,
	.lp-header__logo svg { height: 34px; width: auto; max-width: 170px; }
}

@media (max-width: 600px) {
	.lp-header__top {
		font-size: 12px;
	}
	.lp-header__top-inner { padding: 8px var(--lp-container-pad); }
	.lp-header__top-label { display: none; }
	.lp-header__top-item:first-child { width: 100%; }
}

@media (max-width: 480px) {
	.lp-header { --lp-container-pad: 16px; }
	.lp-header__top { display: none; }
	.lp-header__logo img,
	.lp-header__logo svg { height: 32px; width: auto; max-width: 160px; }
}
