/* ==========================================================================
   LeaderSol corporate AI single hero (premium first look). Prefix: .lshc-
   Brand: #00ccf7 / #FDD000 / #0b1630
   ========================================================================== */
.lshc, .lshc * { box-sizing: border-box; }
.lshc {
	position: relative;
	overflow: hidden;
	background:
		radial-gradient(ellipse 48% 42% at 92% 18%, rgba(0, 204, 247, .18) 0%, transparent 62%),
		radial-gradient(ellipse 36% 40% at 6% 78%, rgba(253, 208, 0, .14) 0%, transparent 58%),
		radial-gradient(ellipse 55% 50% at 48% -10%, rgba(0, 204, 247, .07) 0%, transparent 55%),
		linear-gradient(165deg, #ffffff 0%, #f4fbfe 46%, #eef8fc 100%);
	padding: 36px 0 40px;
	font-family: 'Sora', system-ui, -apple-system, sans-serif;
	color: #0b1630;
}
.lshc .lshc__title,
.lshc .lshc__title .lshc__mark,
.lshc .lshc__kicker-text,
.lshc .lshc__kicker-accent,
.lshc .lshc__float-label {
	font-family: 'Sora', system-ui, -apple-system, sans-serif !important;
}
/* Match site chrome CTAs (Request A Quote, footer) — Quicksand 700 */
.lshc .lshc__btn {
	font-family: 'Quicksand', system-ui, -apple-system, sans-serif !important;
	font-weight: 700 !important;
}
.lshc .lshc__sub {
	font-family: 'Manrope', system-ui, -apple-system, sans-serif !important;
}

.lshc__glow {
	position: absolute;
	border-radius: 50%;
	pointer-events: none;
}
.lshc__glow--a {
	width: 620px; height: 620px;
	top: -180px; right: -140px;
	background: radial-gradient(circle, rgba(0, 204, 247, .22) 0%, transparent 68%);
	filter: blur(4px);
}
.lshc__glow--b {
	width: 420px; height: 420px;
	bottom: -60px; left: -100px;
	background: radial-gradient(circle, rgba(253, 208, 0, .2) 0%, transparent 70%);
	filter: blur(6px);
}
.lshc__mesh {
	position: absolute;
	inset: 0;
	pointer-events: none;
	opacity: .4;
	background-image:
		radial-gradient(rgba(0, 204, 247, .09) 1px, transparent 1.2px),
		linear-gradient(rgba(0, 204, 247, .035) 1px, transparent 1px),
		linear-gradient(90deg, rgba(0, 204, 247, .035) 1px, transparent 1px);
	background-size: 22px 22px, 64px 64px, 64px 64px;
	mask-image: radial-gradient(ellipse 70% 60% at 70% 40%, #000 12%, transparent 78%);
}
.lshc::before {
	content: '';
	position: absolute;
	top: -20%;
	right: -8%;
	width: 520px;
	height: 520px;
	border-radius: 50%;
	border: 1px solid rgba(0, 204, 247, .14);
	box-shadow:
		0 0 0 28px rgba(0, 204, 247, .035),
		inset 0 0 80px rgba(0, 204, 247, .06);
	pointer-events: none;
	z-index: 0;
}
.lshc::after {
	content: '';
	position: absolute;
	left: -4%;
	bottom: 8%;
	width: 220px;
	height: 220px;
	border-radius: 50%;
	border: 1px solid rgba(253, 208, 0, .22);
	box-shadow: 0 0 0 16px rgba(253, 208, 0, .05);
	pointer-events: none;
	z-index: 0;
}

.lshc__inner {
	position: relative;
	z-index: 2;
	max-width: 1300px;
	margin: 0 auto;
	padding: 0 20px;
}

.lshc__grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
	gap: 28px 40px;
	align-items: center;
}

/* ---- Copy ---- */
/* Sample-style kicker: uppercase, tracking, last word cyan, gold bar */
.lshc__kicker {
	display: inline-flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 8px;
	margin-bottom: 16px;
}
.lshc__kicker-text {
	font-size: 13px;
	font-weight: 700;
	letter-spacing: .18em;
	text-transform: uppercase;
	color: #0b1630;
	line-height: 1.2;
}
.lshc__kicker-accent {
	color: #00ccf7;
	font-weight: 700;
}
.lshc__kicker-bar {
	display: block;
	width: 56px;
	height: 2px;
	border-radius: 1px;
	background: #FDD000;
}

.lshc__title {
	margin: 0 0 14px;
	font-size: clamp(30px, 3.8vw, 44px);
	line-height: 1.16;
	font-weight: 700;
	letter-spacing: -.5px;
	color: #0b1630;
	max-width: 12em;
}
/* Same type + weight as the rest of the heading (fixes thin cyan look) */
.lshc .lshc__title .lshc__mark {
	color: #00ccf7;
	font-weight: 700 !important;
	letter-spacing: inherit;
}

.lshc__sub {
	margin: 0 0 22px;
	max-width: 520px;
	font-size: 16px;
	line-height: 1.65;
	font-weight: 500;
	color: #5a6472;
}

.lshc__cta {
	display: flex;
	flex-wrap: wrap;
	gap: 12px 14px;
	align-items: center;
}
.lshc__btn {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	height: 48px;
	padding: 0 22px;
	border-radius: 12px;
	font-size: 15px;
	font-weight: 700;
	text-decoration: none;
	transition: transform .2s, box-shadow .2s, background .2s, color .2s, border-color .2s;
}
.lshc__btn i { font-size: 14px; line-height: 1; }
.lshc__btn--primary {
	background: #00ccf7;
	color: #fff;
	border: 2px solid #00ccf7;
	box-shadow: 0 10px 22px -10px rgba(0, 204, 247, .65);
}
.lshc__btn--primary:hover {
	transform: translateY(-2px);
	box-shadow: 0 14px 28px -10px rgba(0, 204, 247, .8);
	color: #fff;
}
.lshc__btn--ghost {
	background: transparent;
	color: #FDD000;
	border: 2px solid #FDD000;
	box-shadow: none;
}
.lshc__btn--ghost i {
	font-size: 18px;
}
.lshc__btn--ghost:hover {
	background: rgba(253, 208, 0, .08);
	border-color: #FDD000;
	color: #FDD000;
	transform: translateY(-2px);
}

/* ---- Visual ---- */
.lshc__visual {
	position: relative;
	min-height: 340px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 12px 8px 16px;
}
.lshc__visual-frame {
	position: relative;
	width: 100%;
	max-width: 540px;
	z-index: 1;
}
.lshc__photo {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 4px;
	filter: drop-shadow(0 32px 48px rgba(11, 22, 48, .16));
	animation: lshcFloat 6s ease-in-out infinite;
}
.lshc__visual-glow {
	position: absolute;
	left: 12%;
	right: 12%;
	bottom: -6%;
	height: 28%;
	background: radial-gradient(ellipse at center, rgba(0, 204, 247, .28) 0%, transparent 70%);
	filter: blur(18px);
	pointer-events: none;
	z-index: -1;
}

/* Floating service cards */
.lshc__float {
	position: absolute;
	z-index: 4;
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 10px 16px 10px 10px;
	background: rgba(255, 255, 255, .94);
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
	border: 1px solid rgba(219, 230, 238, .95);
	border-radius: 14px;
	box-shadow: 0 18px 36px -20px rgba(11, 22, 48, .4);
	white-space: nowrap;
	animation: lshcFloat 4.8s ease-in-out infinite;
}
.lshc__float-ic {
	width: 36px; height: 36px; border-radius: 10px;
	display: inline-flex; align-items: center; justify-content: center;
	font-size: 14px;
}
.lshc__float-label {
	font-size: 13px;
	font-weight: 700;
	color: #0b1630;
}
.lshc__float--a {
	top: 8%; left: 0;
	animation-delay: 0s;
}
.lshc__float--a .lshc__float-ic {
	background: rgba(0, 204, 247, .14);
	color: #00ccf7;
}
.lshc__float--b {
	top: 18%; right: 0;
	animation-delay: .35s;
}
.lshc__float--b .lshc__float-ic {
	background: #FDD000;
	color: #0b1630;
}
.lshc__float--c {
	bottom: 22%; left: -2%;
	animation-delay: .7s;
}
.lshc__float--c .lshc__float-ic {
	background: rgba(0, 204, 247, .14);
	color: #00a8d4;
}
.lshc__float--d {
	bottom: 10%; right: 2%;
	animation-delay: 1s;
}
.lshc__float--d .lshc__float-ic {
	background: #FDD000;
	color: #0b1630;
}

@keyframes lshcFloat {
	0%, 100% { transform: translateY(0); }
	50% { transform: translateY(-9px); }
}
@media (max-width: 980px) {
	.lshc { padding: 28px 0 36px; }
	.lshc__grid {
		grid-template-columns: 1fr;
		gap: 20px;
	}
	.lshc__title { max-width: none; }
	.lshc__content { order: 1; }
	.lshc__visual {
		order: 0;
		min-height: 0;
		padding: 12px 8px 20px;
	}
	.lshc__visual-frame { max-width: 520px; margin: 0 auto; }
}
@media (max-width: 560px) {
	.lshc__cta { width: 100%; }
	.lshc__btn { width: 100%; justify-content: center; }
	.lshc__float { transform: scale(.9); }
	.lshc__float--a { left: -6px; }
	.lshc__float--b { right: -6px; }
	.lshc__title { font-size: 30px; }
}
