/* Homepage hero — scoped to .ch-hero and body.cert-home-hero-active */
.ch-hero {
	--ch-gradient: linear-gradient(90deg, #6226d9 0%, #40d9f1 100%);
	--ch-navy: #1a1a1a;
	--ch-text: #5c6578;
	--ch-muted: #7b8494;
	padding: 0;
	margin: 0;
	width: 100%;
	max-width: 100%;
	background: transparent;
	font-family: "Inter", "Segoe UI", system-ui, -apple-system, sans-serif;
}

.ch-hero * { box-sizing: border-box; }

/* Header */
body.cert-home-hero-active .iteck-custom-header,
body.cert-home-hero-active .cert-home-hero-header {
	position: relative !important;
	top: auto !important;
	left: auto !important;
	background: #fff !important;
	box-shadow: 0 1px 0 rgba(15, 23, 42, 0.06);
}

body.cert-home-hero-active .iteck-custom-header .navigation li a,
body.cert-home-hero-active .iteck-custom-header .header-icon li a {
	color: #1f1f1f !important;
}

body.cert-home-hero-active .iteck-custom-header .navigation li a:hover {
	color: #6226d9 !important;
	opacity: 1 !important;
}

body.cert-home-hero-active .iteck-custom-header .logo-white,
body.cert-home-hero-active .iteck-custom-header .logo-light { display: none !important; }

body.cert-home-hero-active .iteck-custom-header .logo-dark,
body.cert-home-hero-active .iteck-custom-header .logo-default {
	display: block !important;
	opacity: 1 !important;
	visibility: visible !important;
}

body.cert-home-hero-active .iteck-custom-header .is-sticky .stuck-nav,
body.cert-home-hero-active .iteck-custom-header .stuck-nav {
	background: #fff !important;
	box-shadow: 0 2px 12px rgba(15, 23, 42, 0.08) !important;
}

body.cert-home-hero-active .iteck-custom-header .hamburger__icon,
body.cert-home-hero-active .iteck-custom-header .hamburger__icon::before,
body.cert-home-hero-active .iteck-custom-header .hamburger__icon::after {
	background: #1f1f1f !important;
}

/* Contact Us — match Our Team (white btn default, gradient + white text after scroll) */
body.cert-home-hero-active .iteck-custom-header .iteck-sticky-top .headerbtn a,
body.cert-home-hero-active .iteck-custom-header .iteck-sticky-top .headerbtn a .iteck-button-text {
	color: #fff !important;
	background: var(--e-global-color-primary, #6226d9) !important;
    background-image: linear-gradient(90deg, var(--e-global-color-primary, #6226d9) 0%, var(--e-global-color-secondary, #40d9f1) 100%) !important;
	border: 2px solid #fff !important;
	border-radius: 10px !important;
	padding: 10px 20px !important;
	transition: opacity 0.2s linear;
}

body.cert-home-hero-active .iteck-custom-header .iteck-sticky-top .headerbtn a:hover,
body.cert-home-hero-active .iteck-custom-header .iteck-sticky-top .headerbtn a:hover .iteck-button-text {
	opacity: 0.8;
}

body.cert-home-hero-active .iteck-custom-header .iteck-sticky-top.is-stuck .headerbtn a,
body.cert-home-hero-active .iteck-custom-header .iteck-sticky-top.is-stuck .headerbtn a .iteck-button-text,
body.cert-home-hero-active .iteck-custom-header .iteck-sticky-top.is-stuck .headerbtn .iteck-button-text {
	background: var(--e-global-color-primary, #6226d9) !important;
	background-image: linear-gradient(
		90deg,
		var(--e-global-color-primary, #6226d9) 0%,
		var(--e-global-color-secondary, #40d9f1) 100%
	) !important;
	background-color: transparent !important;
	color: #fff !important;
}

body.cert-home-hero-active .iteck-custom-header .iteck-sticky-top.is-stuck .headerbtn a:hover,
body.cert-home-hero-active .iteck-custom-header .iteck-sticky-top.is-stuck .headerbtn a:hover .iteck-button-text {
	color: #fff !important;
	opacity: 0.8;
}

.ch-container {
	max-width: 1240px;
	margin: 0 auto;
	padding: 0 24px;
}

/* Hero panel — full width, flat edges */
.ch-hero__panel {
	width: 100%;
	max-width: none;
	margin: 0;
	background: linear-gradient(135deg, #f8fbff 0%, #f3f8ff 40%, #eef6ff 100%);
	border: none;
	border-bottom: 1px solid rgba(98, 38, 217, 0.08);
	border-radius: 0;
	padding: 48px 0 40px;
	box-shadow: none;
	overflow: hidden;
	position: relative;
}

.ch-hero__panel::before {
	content: "";
	position: absolute;
	top: -20%;
	right: -5%;
	width: 55%;
	height: 90%;
	background: radial-gradient(circle, rgba(64, 217, 241, 0.14) 0%, transparent 65%);
	pointer-events: none;
}

.ch-hero__grid {
	display: grid;
	grid-template-columns: 1.02fr 0.98fr;
	gap: 24px 32px;
	align-items: center;
	position: relative;
	z-index: 1;
}

.ch-hero__title {
	margin: 0 0 18px;
	font-size: clamp(2rem, 3.8vw, 2.85rem);
	font-weight: 800;
	line-height: 1.18;
	color: var(--ch-navy);
	max-width: 580px;
}

.ch-gradient-text {
	background: var(--ch-gradient);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	color: transparent;
}

.ch-hero__subtitle {
	margin: 0 0 26px;
	font-size: 1rem;
	line-height: 1.7;
	color: var(--ch-text);
	max-width: 520px;
}

.ch-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-bottom: 32px;
}

.ch-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 13px 22px;
	border-radius: 999px;
	font-weight: 600;
	font-size: 0.92rem;
	text-decoration: none;
	transition: transform 0.25s ease, box-shadow 0.25s ease;
	white-space: nowrap;
}

.ch-btn .ch-icon { width: 17px; height: 17px; }

.ch-btn--primary {
	background: linear-gradient(90deg, #6226d9 0%, #40d9f1 100%) !important;
	color: #fff;
	box-shadow: 0 10px 28px rgba(98, 38, 217, 0.22);
}

.ch-btn--primary:hover {
	transform: translateY(-2px);
	color: #fff;
	box-shadow: 0 14px 36px rgba(98, 38, 217, 0.28);
}

.ch-btn--ghost {
	background: #fff;
	color: var(--ch-navy);
	border: 1.5px solid rgba(15, 23, 42, 0.12);
}

.ch-btn--ghost:hover {
	transform: translateY(-2px);
	border-color: rgba(98, 38, 217, 0.28);
	color: #6226d9;
}

/* Features — 3 columns under buttons on left */
.ch-features {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px 16px;
	padding-top: 8px;
	border-top: 1px solid rgba(15, 23, 42, 0.06);
}

.ch-feature {
	display: flex;
	align-items: flex-start;
	gap: 12px;
}

.ch-feature__icon {
	width: 42px;
	height: 42px;
	border-radius: 12px;
	background: linear-gradient(135deg, rgba(98, 38, 217, 0.1), rgba(64, 217, 241, 0.12));
	color: #6226d9;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.ch-feature__icon .ch-icon { width: 20px; height: 20px; }

.ch-feature strong {
	display: block;
	font-size: 0.88rem;
	color: var(--ch-navy);
	margin-bottom: 3px;
	line-height: 1.3;
}

.ch-feature span {
	font-size: 0.78rem;
	color: var(--ch-muted);
}

/* Right visual — transparent PNG */
.ch-hero__visual {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 380px;
}

.ch-hero__visual-glow {
	position: absolute;
	inset: 8% 5%;
	background:
		radial-gradient(circle at 50% 45%, rgba(64, 217, 241, 0.2) 0%, transparent 55%),
		radial-gradient(circle at 60% 60%, rgba(98, 38, 217, 0.12) 0%, transparent 50%);
	border-radius: 50%;
	pointer-events: none;
}

.ch-hero__image {
	position: relative;
	z-index: 1;
	width: 100%;
	max-width: 560px;
	height: auto;
	object-fit: contain;
	background: transparent;
}

.ch-float {
	animation: ch-float 5s ease-in-out infinite;
}

/* Reveal */
.ch-reveal {
	opacity: 0;
	transform: translateY(20px);
	transition: opacity 0.65s cubic-bezier(0.22, 1, 0.36, 1), transform 0.65s cubic-bezier(0.22, 1, 0.36, 1);
}

.ch-reveal--delay { transition-delay: 120ms; }

.ch-reveal.is-visible {
	opacity: 1;
	transform: translateY(0);
}

@keyframes ch-float {
	0%, 100% { transform: translateY(0); }
	50% { transform: translateY(-8px); }
}

body.cert-home-hero-active .blank-builder > .elementor > .elementor-top-section:first-child {
	display: none !important;
}

/* "What We Bring to the Table" — keep all 5 pill tabs on one row (desktop) */
body.cert-home-hero-active .iteck-tabs .nav.style-3 {
	display: flex !important;
	flex-wrap: nowrap !important;
	justify-content: center;
	align-items: center;
	gap: 8px;
	width: 100%;
}

body.cert-home-hero-active .iteck-tabs .nav.style-3 .nav-item {
	flex: 0 1 auto;
	margin: 0 !important;
}

body.cert-home-hero-active .iteck-tabs .nav.style-3 .nav-link {
	margin: 0 !important;
	padding: 12px 14px !important;
	font-size: 13px !important;
	line-height: 1.2 !important;
	white-space: nowrap;
}

@media (max-width: 1199px) {
	body.cert-home-hero-active .iteck-tabs .nav.style-3 .nav-link {
		padding: 10px 10px !important;
		font-size: 12px !important;
	}
}

@media (max-width: 991px) {
	body.cert-home-hero-active .iteck-tabs .nav.style-3 {
		flex-wrap: wrap !important;
		gap: 8px;
	}
	body.cert-home-hero-active .iteck-tabs .nav.style-3 .nav-link {
		white-space: normal;
		text-align: center;
	}
}

@media (prefers-reduced-motion: reduce) {
	.ch-hero *, .ch-hero *::before, .ch-hero *::after {
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.01ms !important;
	}
}

@media (max-width: 1024px) {
	.ch-hero__panel { padding: 36px 28px 32px; }

	.ch-hero__grid {
		grid-template-columns: 1fr;
		gap: 28px;
	}

	.ch-hero__visual {
		order: -1;
		min-height: 280px;
	}

	.ch-hero__image { max-width: 480px; }

	.ch-features {
		grid-template-columns: 1fr;
		gap: 18px;
	}
}

@media (max-width: 640px) {
	.ch-hero { padding: 16px 0 28px; }

	.ch-hero__panel {
		padding: 28px 0 24px;
		border-radius: 0;
	}

	.ch-hero__actions {
		flex-direction: column;
		align-items: stretch;
	}

	.ch-btn { width: 100%; white-space: normal; }
}

.blank-builder .ch-hero {
	width: 100%;
	max-width: 100%;
	margin-left: 0;
	margin-right: 0;
}

body.cert-home-hero-active .blank-builder {
	padding-left: 0;
	padding-right: 0;
}

body.cert-home-hero-active .blank-builder > .ch-hero {
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	width: 100vw;
	max-width: 100vw;
}

/* Shared shell — one purple, zero seam between Clients and Offer */
body.cert-home-hero-active .ch-clients-offer-wrap {
	position: relative;
	background: #5e01e5 !important;
	background-color: #5e01e5 !important;
	/* Paint over any 1px gap between child sections */
	box-shadow: inset 0 0 0 1px #5e01e5;
}

body.cert-home-hero-active .ch-clients-offer-wrap > .elementor-element-502dca7,
body.cert-home-hero-active .ch-clients-offer-wrap > .elementor-element-fe3dce1,
body.cert-home-hero-active .ch-clients-offer-wrap > .elementor-element-502dca7 > .elementor-background-overlay {
	background: transparent !important;
	background-color: transparent !important;
	background-image: none !important;
	border: 0 !important;
	box-shadow: none !important;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	outline: none !important;
}

body.cert-home-hero-active .ch-clients-offer-wrap > .elementor-element-502dca7 > .elementor-background-overlay {
	display: none !important;
	opacity: 0 !important;
	visibility: hidden !important;
	height: 0 !important;
}

body.cert-home-hero-active .ch-clients-offer-wrap > .elementor-element-502dca7 {
	padding-bottom: 32px !important;
	/* Solid purple bridge downward — covers any seam with What We Offer */
	box-shadow: 0 60px 0 0 #5e01e5 !important;
	position: relative;
	z-index: 2;
}

body.cert-home-hero-active .ch-clients-offer-wrap > .elementor-element-fe3dce1 {
	position: relative;
	overflow: hidden;
	padding-top: 4px !important;
	margin-top: -1px !important;
	z-index: 1;
}

/* White only under the offer cards — purple remains continuous above */
body.cert-home-hero-active .ch-clients-offer-wrap > .elementor-element-fe3dce1::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 42%;
	z-index: 0;
	pointer-events: none;
	background: #ffffff;
}

body.cert-home-hero-active .ch-clients-offer-wrap > .elementor-element-fe3dce1 > .elementor-container {
	position: relative;
	z-index: 1;
}

body.cert-home-hero-active .ch-clients-offer-wrap .elementor-element-ed5b87b .iteck-heading,
body.cert-home-hero-active .ch-clients-offer-wrap .elementor-element-ed5b87b .iteck-heading strong {
	color: #ffffff !important;
}

/* Kill carousel edge glow / “reflected” fade bands */
body.cert-home-hero-active .elementor-element-502dca7 .elementor-image-carousel-wrapper,
body.cert-home-hero-active .elementor-element-502dca7 .swiper,
body.cert-home-hero-active .elementor-element-502dca7 .swiper-wrapper {
	-webkit-mask-image: none !important;
	mask-image: none !important;
	filter: none !important;
	box-shadow: none !important;
}

body.cert-home-hero-active .elementor-element-502dca7 .swiper-slide::before,
body.cert-home-hero-active .elementor-element-502dca7 .swiper-slide::after {
	display: none !important;
	content: none !important;
}

/* What We Offer — Learn More text matches arrow/icon color */
body.cert-home-hero-active .elementor-element-fe3dce1 .iteck-button,
body.cert-home-hero-active .elementor-element-fe3dce1 .iteck-button .iteck-button-text {
	color: #5E01E5 !important;
}

body.cert-home-hero-active .elementor-element-fe3dce1 .iteck-button .iteck-button-icon,
body.cert-home-hero-active .elementor-element-fe3dce1 .iteck-button .iteck-button-icon i {
	color: #5E01E5 !important;
}

/* Our Clients — logo tiles in homepage carousel */
body.cert-home-hero-active .elementor-element-502dca7 .elementor-widget-image-carousel .swiper-slide {
	height: auto;
	padding: 6px 8px;
	box-sizing: border-box;
}

body.cert-home-hero-active .elementor-element-502dca7 .elementor-widget-image-carousel .swiper-slide-inner {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 76px;
	padding: 14px 18px;
	background: #fff;
	border-radius: 14px;
	border: 1px solid rgba(15, 23, 42, 0.08);
	box-shadow: 0 6px 18px rgba(15, 23, 42, 0.06);
}

body.cert-home-hero-active .elementor-element-502dca7 .elementor-widget-image-carousel .swiper-slide-image {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 52px;
	object-fit: contain;
}
