:root {
	--lct-primary: #0b358f;
	--lct-accent: #f45934;
	--lct-ink: #162033;
	--lct-muted: #626b7a;
	--lct-soft: #f5f7fb;
	--lct-border: #dfe5ef;
	--lct-white: #fff;
	--lct-focus: #ffbf47;
	--lct-radius: 18px;
	--lct-shadow: 0 10px 28px rgba(16, 35, 76, 0.08);
}

.lct-home-active .page-title {
	display: none;
}

.lct-site {
	color: var(--lct-ink);
	margin-inline: auto;
	max-width: 1240px;
	padding-inline: clamp(14px, 2vw, 24px);
}

.lct-site * {
	box-sizing: border-box;
}

.lct-hero {
	align-items: center;
	background: linear-gradient(135deg, #071d50 0%, var(--lct-primary) 62%, #1f5dc3 100%);
	border-radius: 24px;
	color: var(--lct-white);
	display: grid;
	gap: clamp(20px, 5vw, 64px);
	grid-template-columns: minmax(0, 1.45fr) minmax(220px, 0.55fr);
	margin: 16px 0 54px;
	overflow: hidden;
	padding: clamp(42px, 7vw, 86px) clamp(24px, 6vw, 74px);
	position: relative;
}

.lct-hero::after {
	background: radial-gradient(circle, rgba(255, 255, 255, 0.16), transparent 65%);
	content: "";
	height: 320px;
	position: absolute;
	right: -90px;
	top: -120px;
	width: 320px;
}

.lct-hero__content {
	max-width: 740px;
	position: relative;
	z-index: 1;
}

.lct-hero h1 {
	color: var(--lct-white);
	font-size: clamp(2.5rem, 6vw, 4.75rem);
	letter-spacing: -0.035em;
	line-height: 1.02;
	margin: 8px 0 20px;
}

.lct-hero__lead {
	font-size: clamp(1.05rem, 1.8vw, 1.35rem);
	line-height: 1.65;
	margin: 0;
	max-width: 650px;
}

.lct-hero__visual {
	display: grid;
	place-items: center;
	position: relative;
	z-index: 1;
}

.lct-hero__visual svg {
	fill: rgba(255, 255, 255, 0.08);
	max-width: 300px;
	stroke: rgba(255, 255, 255, 0.9);
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 7;
	width: 100%;
}

.lct-eyebrow,
.lct-heading > p {
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.13em;
	text-transform: uppercase;
}

.lct-eyebrow {
	color: var(--lct-white);
	margin: 0;
	opacity: 0.86;
}

.lct-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 30px;
}

.lct-btn {
	align-items: center;
	background: var(--lct-primary);
	border: 2px solid transparent;
	border-radius: 11px;
	color: var(--lct-white) !important;
	display: inline-flex;
	font-size: 1rem;
	font-weight: 800;
	justify-content: center;
	line-height: 1.2;
	min-height: 48px;
	padding: 13px 22px;
	text-decoration: none !important;
	transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease;
}

.lct-hero .lct-btn {
	background: var(--lct-white);
	color: var(--lct-primary) !important;
}

.lct-hero .lct-btn--secondary {
	background: transparent;
	border-color: rgba(255, 255, 255, 0.75);
	color: var(--lct-white) !important;
}

.lct-btn:hover {
	box-shadow: 0 10px 24px rgba(11, 53, 143, 0.22);
	filter: brightness(0.98);
	transform: translateY(-2px);
}

.lct-btn:focus-visible,
.lct-category:focus-visible,
.lct-card:focus-visible,
.lct-whatsapp:focus-visible {
	outline: 4px solid var(--lct-focus);
	outline-offset: 4px;
}

.lct-section {
	content-visibility: auto;
	padding: 28px 0 56px;
}

.lct-section--soft {
	background: var(--lct-soft);
	border: 1px solid var(--lct-border);
	border-radius: var(--lct-radius);
	padding: clamp(34px, 5vw, 58px) clamp(18px, 4vw, 48px);
}

.lct-heading {
	margin: 0 auto 30px;
	max-width: 760px;
	text-align: center;
}

.lct-heading > p {
	color: #c93616;
	margin: 0 0 8px;
}

.lct-heading h2 {
	color: var(--lct-ink);
	font-size: clamp(1.9rem, 4vw, 2.8rem);
	letter-spacing: -0.025em;
	line-height: 1.15;
	margin: 0;
}

.lct-category-grid {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.lct-category {
	background: var(--lct-white);
	border: 1px solid var(--lct-border);
	border-radius: 16px;
	box-shadow: var(--lct-shadow);
	color: var(--lct-ink) !important;
	display: flex;
	flex-direction: column;
	min-height: 156px;
	padding: 22px;
	text-decoration: none !important;
	transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.lct-category:hover,
.lct-card:hover {
	border-color: rgba(11, 53, 143, 0.35);
	box-shadow: 0 16px 34px rgba(16, 35, 76, 0.13);
	transform: translateY(-3px);
}

.lct-category__icon {
	color: #c93616;
	font-size: 2rem;
	line-height: 1;
}

.lct-category strong {
	font-size: 1.08rem;
	line-height: 1.35;
	margin-top: 14px;
}

.lct-category small {
	color: var(--lct-muted);
	font-size: 0.9rem;
	line-height: 1.5;
	margin-top: 7px;
}

.lct-card-grid {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.lct-card {
	background: var(--lct-white);
	border: 1px solid var(--lct-border);
	border-radius: 16px;
	box-shadow: var(--lct-shadow);
	color: var(--lct-ink) !important;
	display: block;
	padding: 28px;
	text-decoration: none !important;
	transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.lct-card h3 {
	color: var(--lct-ink);
	font-size: 1.35rem;
	line-height: 1.3;
	margin: 0 0 10px;
}

.lct-card p {
	color: var(--lct-muted);
	line-height: 1.65;
	margin: 0;
}

.lct-empty {
	background: var(--lct-soft);
	border: 1px solid var(--lct-border);
	border-radius: 16px;
	padding: clamp(30px, 5vw, 48px) 22px;
	text-align: center;
}

.lct-empty h3 {
	color: var(--lct-ink);
	font-size: 1.7rem;
	margin-top: 0;
}

.lct-cta {
	align-items: center;
	background: var(--lct-primary);
	border-radius: var(--lct-radius);
	color: var(--lct-white);
	display: flex;
	gap: 24px;
	justify-content: space-between;
	margin: 10px 0 48px;
	padding: clamp(30px, 5vw, 46px) clamp(22px, 5vw, 58px);
}

.lct-cta h2 {
	color: var(--lct-white);
	font-size: clamp(1.65rem, 3vw, 2.35rem);
	margin: 5px 0 0;
}

.lct-cta p {
	margin: 0;
	opacity: 0.84;
}

.lct-btn--light {
	background: var(--lct-white);
	color: var(--lct-primary) !important;
	flex: 0 0 auto;
}

.lct-whatsapp {
	align-items: center;
	background: #128c4a;
	border: 2px solid var(--lct-white);
	border-radius: 50%;
	bottom: 20px;
	box-shadow: 0 12px 28px rgba(0, 0, 0, 0.26);
	color: var(--lct-white) !important;
	display: flex;
	height: 58px;
	justify-content: center;
	position: fixed;
	right: 20px;
	text-decoration: none !important;
	transition: transform 180ms ease, box-shadow 180ms ease;
	width: 58px;
	z-index: 9999;
}

.lct-whatsapp svg {
	fill: currentColor;
	height: 29px;
	width: 29px;
}

@media (max-width: 900px) {
	.lct-hero {
		grid-template-columns: 1fr;
	}
	.lct-hero__visual {
		display: none;
	}
	.lct-category-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.lct-card-grid {
		grid-template-columns: 1fr;
	}
	.lct-cta {
		align-items: flex-start;
		flex-direction: column;
	}
}

@media (max-width: 520px) {
	.lct-site {
		padding-inline: 10px;
	}
	.lct-hero {
		border-radius: 16px;
		margin-top: 8px;
	}
	.lct-category-grid {
		grid-template-columns: 1fr;
	}
	.lct-actions,
	.lct-actions .lct-btn {
		width: 100%;
	}
	.lct-whatsapp {
		bottom: 14px;
		right: 14px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.lct-site *,
	.lct-whatsapp {
		transition-duration: 0.001ms !important;
	}
}
