body.page-home-root {
	background: #05060b;
	color: #f5f7ff;
	font-family: "Segoe Ui", "Helvetica", "Arial", sans-serif;
	margin: 0;
}

/* Light theme overrides */
body.theme-light.page-home-root {
	background: #ffffff;
	color: #222222;
}
.theme-light .page-home-dark {
	background: #ffffff;
}
.theme-light .home-hero {
	background: #ffffff;
	color: #222222;
}
.theme-light .home-button {
	border-color: rgba(0, 0, 0, 0.6);
	color: #222222;
}
.theme-light .home-button--primary {
	background: #222222;
	color: #ffffff;
}
.theme-light .home-button--primary:hover {
	background: transparent;
	color: #222222;
	border-color: rgba(0,0,0,0.6);
}
.theme-light .home-button--ghost:hover {
	background: #000000;
	color: #ffffff;
	border-color: #000000;
}
.theme-light .home-hero__eyebrow { color: rgba(0,0,0,0.6); }
.theme-light .home-hero__description { color: rgba(0,0,0,0.8); }
.theme-light .home-hero__metrics span { color: rgba(0,0,0,0.6); }
.theme-light .home-hero__details {
	background: rgba(255,255,255,0.6);
	border-color: rgba(0,0,0,0.08);
}
.theme-light .home-hero__details-list,
.theme-light .home-hero__details { color: rgba(0,0,0,0.8); }
.theme-light .section-eyebrow { color: rgba(0,0,0,0.55); }
.theme-light .section-subtitle { color: rgba(0,0,0,0.75); }
.theme-light .metric-card {
	background: rgba(0,0,0,0.02);
	border-color: rgba(0,0,0,0.08);
}
.theme-light .metric-card p { color: rgba(0,0,0,0.7); }
.theme-light .home-service-card {
	background: rgba(0,0,0,0.02);
	border-color: rgba(0,0,0,0.08);
}
.theme-light .home-service-card span { color: rgba(0,0,0,0.6); }
.theme-light .home-service-card:hover { border-color: rgba(0,0,0,0.3); }
.theme-light .benefit-card {
	background: rgba(0,0,0,0.03);
	border-left-color: rgba(0,0,0,0.15);
}
.theme-light .home-process__steps li {
	background: rgba(0,0,0,0.02);
	border-color: rgba(0,0,0,0.05);
	color: rgba(0,0,0,0.8);
}
.theme-light .home-process__steps li::before { color: rgba(0,0,0,0.45); }
.theme-light .home-client {
	background: rgba(0,0,0,0.02);
	border-color: rgba(0,0,0,0.05);
}
.theme-light .home-expertise__grid .expertise-card,
.theme-light .expertise-card {
	background: rgba(0,0,0,0.03);
	border-color: rgba(0,0,0,0.05);
}
.theme-light .home-project {
	background: rgba(0,0,0,0.02);
	border-color: rgba(0,0,0,0.05);
}
.theme-light .home-project__meta { color: rgba(0,0,0,0.6); }
.theme-light .home-project:hover { border-color: rgba(0,0,0,0.3); }
.theme-light .home-blog-card {
	background: rgba(0,0,0,0.02);
	border-color: rgba(0,0,0,0.05);
}
.theme-light .home-blog-card time { color: rgba(0,0,0,0.5); }
.theme-light .home-blog-card p { color: rgba(0,0,0,0.75); }
.theme-light .home-team-card {
	background: rgba(0,0,0,0.02);
	border-color: rgba(0,0,0,0.05);
}
.theme-light .home-team-card p { color: rgba(0,0,0,0.6); }
.theme-light .home-cta {
	background: rgba(0,0,0,0.03);
	border-color: rgba(0,0,0,0.08);
}

body.page-home-root .cbp-af-header .header_bg {
	background: rgba(0, 0, 0, 0.7);
}

.page-home-dark {
	min-height: 100vh;
	background: #05060b;
}

.home-page {
	position: relative;
	overflow: hidden;
}

.home-hero {
	position: relative;
	min-height: 100vh;
	padding: clamp(80px, 12vh, 160px) clamp(24px, 8vw, 120px) clamp(40px, 8vh, 80px);
	background: radial-gradient(circle at top left, rgba(31, 74, 209, 0.35), transparent 45%),
		radial-gradient(circle at 20% 80%, rgba(255, 102, 204, 0.25), transparent 35%),
		#05060b;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 48px;
	align-items: center;
	overflow: hidden;
}

.home-hero__eyebrow {
	text-transform: uppercase;
	letter-spacing: 0.2em;
	font-size: 13px;
	color: rgba(245, 247, 255, 0.7);
	margin-bottom: 18px;
}

.home-hero h1 {
	font-size: clamp(40px, 7vw, 82px);
	font-weight: 100;
	line-height: 1.05;
	margin: 0 0 24px;
}

.home-hero__description {
	font-size: 18px;
	line-height: 1.7;
	color: rgba(245, 247, 255, 0.85);
	margin-bottom: 32px;
}

.home-hero__metrics {
	list-style: none;
	display: flex;
	gap: 32px;
	padding: 0;
	margin: 0 0 32px;
}

.home-hero__metrics li {
	display: flex;
	flex-direction: column;
	font-size: 30px;
	font-weight: 200;
}

.home-hero__metrics span {
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	color: rgba(245, 247, 255, 0.6);
	margin-top: 6px;
}

.home-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	margin-bottom: 24px;
}

.home-hero__embed {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 1200px;
	height: 100vh;
	z-index: 1;
	pointer-events: none;
	opacity: 0.4;
}

.theme-light .home-hero__embed {
	opacity: 1;
}

.home-hero__embed iframe {
	width: 100%;
	height: 100%;
	border: 0;
	background: transparent;
	transform: scaleX(-1);
	transform-origin: center;
}

.home-button {
	padding: 14px 30px;
	border: 1px solid rgba(245, 247, 255, 0.6);
	text-transform: uppercase;
	letter-spacing: 0.12em;
	font-size: 14px;
	background: transparent;
	color: #f5f7ff;
	cursor: pointer;
	transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease;
	text-decoration: none;
}

.home-button--primary {
	background: #f5f7ff;
	color: #05060b;
}

.home-button--primary:hover {
	background: transparent;
	color: #f5f7ff;
}

.home-button--ghost:hover {
	background: #000000;
	color: #FCC756 !important;
	border-color: #000000;
}

.home-hero__details {
	background: rgba(255, 255, 255, 0.03);
	padding: 32px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	display: flex;
	flex-direction: column;
	gap: 20px;
	margin-top: 369px;
	pointer-events: none;
	position: relative;
	z-index: 2;
}

.home-hero__details h3 {
	margin-top: 0;
	font-weight: 300;
}

.home-hero__details ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 16px;
	color: rgba(245, 247, 255, 0.8);
	line-height: 1.6;
}

.home-hero__details-list {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 14px;
	color: rgba(245, 247, 255, 0.85);
	line-height: 1.6;
}

.home-hero__details-list li {
	position: relative;
	padding-left: 26px;
}

.home-hero__details-list li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 11px;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #5A2362;
	box-shadow: 0 0 8px rgba(90, 35, 98, 0.7);
}

.home-button--cost {
	margin-top: auto;
	align-self: flex-start;
	border-color: rgba(245, 247, 255, 0.4);
}

.home-section {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 clamp(16px, 7vw, 80px) 80px;
}

.home-section.home-metrics {
	margin-top: 100px;
}

.section-head {
	margin-bottom: 40px;
}

.section-eyebrow {
	text-transform: uppercase;
	letter-spacing: 0.35em;
	font-size: 12px;
	color: rgba(245, 247, 255, 0.55);
	margin: 0 0 12px;
}

.section-title {
	font-size: 36px;
	font-weight: 200;
	margin: 0 0 16px;
}

.section-subtitle {
	color: rgba(245, 247, 255, 0.75);
	margin: 0;
	line-height: 1.6;
}


.home-metrics__grid,
.home-services__grid,
.home-benefits__list,
.home-clients__grid,
.home-expertise__grid,
.home-projects__grid,
.home-blog__grid,
.home-team__grid {
	display: grid;
	gap: 24px;
}

.home-metrics__grid {
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.metric-card {
	background: rgba(255, 255, 255, 0.03);
	border: 1px solid rgba(255, 255, 255, 0.08);
	padding: 28px;
	min-height: 180px;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.metric-card strong {
	font-size: 36px;
	font-weight: 200;
	color: #FCC756;
}

.metric-card p {
	margin: 0;
	color: rgba(245, 247, 255, 0.7);
	line-height: 1.5;
}

.home-services__grid {
	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.home-service-card {
	display: flex;
	flex-direction: column;
	gap: 12px;
	background: rgba(255, 255, 255, 0.02);
	border: 1px solid rgba(255, 255, 255, 0.08);
	padding: 28px;
	text-decoration: none;
	color: inherit;
	transition: transform 0.3s ease, border-color 0.3s ease;
}

.home-service-card span {
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 0.3em;
	color: rgba(245, 247, 255, 0.6);
}

.home-service-card h3 {
	color: #FCC756;
	font-weight: 500;
}

.home-service-card:hover {
	transform: translateY(-6px);
	border-color: rgba(255, 255, 255, 0.3);
}

.home-benefits__list {
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.benefit-card {
	background: rgba(255, 255, 255, 0.03);
	padding: 24px;
	border-left: 3px solid rgba(255, 255, 255, 0.15);
}

.benefit-card span {
	display: block;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	color: rgba(245, 247, 255, 0.55);
	margin-bottom: 10px;
}

.home-process__steps {
	list-style: none;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 20px;
	padding: 0;
	margin: 0;
	counter-reset: step;
}

.home-process__steps li {
	background: rgba(255, 255, 255, 0.02);
	padding: 24px;
	min-height: 180px;
	position: relative;
	border: 1px solid rgba(255, 255, 255, 0.05);
	color: rgba(245, 247, 255, 0.8);
	line-height: 1.6;
}

.home-process__steps li::before {
	counter-increment: step;
	content: counter(step, decimal-leading-zero);
	position: absolute;
	top: -14px;
	left: 20px;
	font-size: 12px;
	letter-spacing: 0.3em;
	color: rgba(255, 255, 255, 0.45);
}

.home-clients__grid {
	grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
	align-items: center;
}

.home-client {
	background: rgba(255, 255, 255, 0.02);
	border: 1px solid rgba(255, 255, 255, 0.05);
	padding: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.home-client img {
	max-width: 144px;
	filter: brightness(0) saturate(100%) invert(86%) sepia(60%) saturate(435%) hue-rotate(331deg) brightness(101%) contrast(101%);
	opacity: 0.9;
}

.home-expertise__grid {
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}

.expertise-card {
	background: rgba(255, 255, 255, 0.03);
	padding: 28px;
	text-align: left;
	border: 1px solid rgba(255, 255, 255, 0.05);
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.expertise-card__badge {
	position: relative;
	width: 96px;
	height: 96px;
	margin: 0 0 16px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.expertise-card__badge span {
	font-size: 36px;
	font-weight: 200;
	position: relative;
	z-index: 1;
	transform: translateY(-15px);
}

.expertise-card__badge img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.home-projects__grid {
	grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.home-project {
	display: flex;
	flex-direction: column;
	gap: 16px;
	background: rgba(255, 255, 255, 0.02);
	border: 1px solid rgba(255, 255, 255, 0.05);
	text-decoration: none;
	color: inherit;
	padding: 18px;
	transition: border-color 0.3s ease, transform 0.3s ease;
}

.home-project img {
	width: 100%;
	height: 240px;
	object-fit: cover;
}

.home-project__meta {
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 0.3em;
	color: rgba(245, 247, 255, 0.6);
	margin: 0 0 6px;
}

.home-project:hover {
	border-color: rgba(255, 255, 255, 0.3);
	transform: translateY(-6px);
}

.home-link-row {
	display: flex;
	justify-content: flex-end;
	margin-top: 32px;
}

.home-blog__grid {
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.home-blog-card {
	background: rgba(255, 255, 255, 0.02);
	border: 1px solid rgba(255, 255, 255, 0.05);
	padding: 24px;
	text-decoration: none;
	color: inherit;
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.home-blog-card time {
	font-size: 13px;
	letter-spacing: 0.25em;
	text-transform: uppercase;
	color: rgba(245, 247, 255, 0.5);
}

.home-blog-card h3 {
	margin: 0;
	font-size: 20px;
}

.home-blog-card p {
	margin: 0;
	color: rgba(245, 247, 255, 0.75);
	line-height: 1.5;
}

.home-team__grid {
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}

.home-team-card {
	background: rgba(255, 255, 255, 0.02);
	border: 1px solid rgba(255, 255, 255, 0.05);
	padding: 24px;
	text-align: center;
}

.home-team-card img {
	width: 120px;
	height: 120px;
	object-fit: cover;
	border-radius: 50%;
	margin-bottom: 16px;
	filter: grayscale(0.1);
}

.home-team-card h3 {
	margin: 0 0 8px;
	font-size: 18px;
}

.home-team-card p {
	margin: 0;
	color: rgba(245, 247, 255, 0.6);
	text-transform: uppercase;
	letter-spacing: 0.2em;
	font-size: 12px;
}

.home-cta {
	margin: 0 clamp(16px, 7vw, 80px) 120px;
	background: radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.08), transparent 55%),
		rgba(10, 12, 20, 0.9);
	padding: clamp(32px, 6vw, 64px);
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
	align-items: center;
	justify-content: space-between;
	border: 1px solid rgba(255, 255, 255, 0.08);
}

.home-cta h2 {
	margin: 0 0 12px;
	font-size: 32px;
	font-weight: 200;
}

.home-cta p {
	margin: 0;
	color: rgba(245, 247, 255, 0.75);
	line-height: 1.6;
}

.home-cta__actions {
	display: flex;
	gap: 16px;
}

@media (max-width: 1024px) {
	.home-hero__metrics {
		flex-direction: column;
		gap: 16px;
	}

	.home-hero {
		grid-template-columns: 1fr;
	}

	.home-hero__embed {
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		transform: none;
		width: 100%;
		height: min(300vh, 720px);
		margin: 0;
		pointer-events: auto;
		opacity: 0.5;
		z-index: 0;
	}

	.home-hero__intro,
	.home-hero__details,
	.home-hero__actions,
	.home-hero__metrics,
	.home-hero__eyebrow,
	.home-hero h1,
	.home-hero__description {
		position: relative;
		z-index: 2;
	}

	.home-hero__embed iframe {
		pointer-events: auto;
		transform: none;
	}

	.home-link-row {
		justify-content: center;
	}

	.home-cta {
		flex-direction: column;
		text-align: center;
	}

	.home-hero__details {
		pointer-events: auto;
	}
}

@media (max-width: 640px) {

	.home-button {
		width: 100%;
		text-align: center;
	}

	.home-hero {
		padding: 90px 20px 0px;
	}
	

	.section-title {
		font-size: 28px;
	}

	.home-hero__details {
		padding: 24px;
		margin-top: 0px;
	}
}


