:root {
	--prox-bg: #f5f7fb;
	--prox-surface: rgba(255, 255, 255, 0.82);
	--prox-surface-strong: #ffffff;
	--prox-line: rgba(15, 23, 42, 0.1);
	--prox-line-strong: rgba(15, 23, 42, 0.18);
	--prox-text: #10233f;
	--prox-text-soft: #5e6b82;
	--prox-title: #0b1627;
	--prox-accent: #1779ff;
	--prox-accent-soft: #dbebff;
	--prox-accent-deep: #0f3f85;
	--prox-mint: #b8f0de;
	--prox-shadow: 0 24px 60px rgba(16, 35, 63, 0.08);
	--prox-radius-xl: 32px;
	--prox-radius-lg: 24px;
	--prox-radius-md: 18px;
	--prox-radius-sm: 999px;
	--prox-content-width: 1180px;
}

body.home,
body.blog.home {
	background:
		radial-gradient(circle at top left, rgba(184, 240, 222, 0.38), transparent 32%),
		radial-gradient(circle at 100% 12%, rgba(23, 121, 255, 0.12), transparent 24%),
		linear-gradient(180deg, #fbfcfe 0%, var(--prox-bg) 100%);
	color: var(--prox-text);
	font-family: 'Plus Jakarta Sans', sans-serif;
}

body.home h1,
body.home h2,
body.home h3,
body.home h4,
body.home .et_pb_text h1,
body.home .et_pb_text h2,
body.home .et_pb_text h3,
body.home .et_pb_module_header {
	color: var(--prox-title);
	font-family: 'Manrope', sans-serif;
	letter-spacing: -0.03em;
	line-height: 1.05;
}

body.home p,
body.home .et_pb_text_inner,
body.home .et_pb_blurb_description,
body.home .et_pb_button_module_wrapper,
body.home .et_pb_promo_description {
	color: var(--prox-text-soft);
	font-size: 16px;
	line-height: 1.75;
}

body.home #main-header {
	backdrop-filter: blur(18px);
	background: rgba(255, 255, 255, 0.78);
	border-bottom: 1px solid rgba(16, 35, 63, 0.08);
	box-shadow: 0 10px 35px rgba(16, 35, 63, 0.05);
	transition: background-color 0.25s ease, box-shadow 0.25s ease;
}

body.home #top-menu-nav #top-menu a,
body.home .et_mobile_menu a {
	font-family: 'Manrope', sans-serif;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: var(--prox-text);
}

body.home #logo {
	max-height: 56%;
	filter: saturate(0.9) contrast(1.02);
}

body.home .et_pb_section {
	background-color: transparent;
	padding: 0;
	position: relative;
	overflow: visible;
}

body.home .et_pb_row {
	max-width: var(--prox-content-width);
	width: calc(100% - 40px);
}

body.home .et_pb_button,
body.home .et_pb_promo_button.et_pb_button,
body.home .et_pb_contact_submit.et_pb_button {
	background: linear-gradient(135deg, var(--prox-accent) 0%, #3d96ff 100%);
	border: 0;
	border-radius: var(--prox-radius-sm);
	box-shadow: 0 18px 32px rgba(23, 121, 255, 0.2);
	color: #ffffff;
	font-family: 'Manrope', sans-serif;
	font-size: 14px;
	font-weight: 800;
	letter-spacing: 0.02em;
	padding: 15px 28px !important;
	text-transform: uppercase;
	transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

body.home .et_pb_button:hover,
body.home .et_pb_promo_button.et_pb_button:hover,
body.home .et_pb_contact_submit.et_pb_button:hover {
	background: linear-gradient(135deg, #1364d6 0%, #2f89f7 100%) !important;
	filter: brightness(1.01);
	transform: translateY(-2px);
	box-shadow: 0 22px 36px rgba(23, 121, 255, 0.25);
}

body.home .prox-home-section {
	padding: 28px 0;
}

body.home .prox-home-hero {
	padding: 120px 0 72px;
}

body.home .prox-home-hero::before {
	content: '';
	position: absolute;
	inset: 20px 24px 0;
	border-radius: 40px;
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.68)),
		linear-gradient(135deg, rgba(184, 240, 222, 0.24), rgba(23, 121, 255, 0.08));
	border: 1px solid rgba(255, 255, 255, 0.75);
	box-shadow: var(--prox-shadow);
	pointer-events: none;
	backdrop-filter: blur(12px);
}

body.home .prox-home-hero::after {
	content: '';
	position: absolute;
	right: 4%;
	top: 72px;
	width: min(440px, 38vw);
	height: min(440px, 38vw);
	background: var(--prox-hero-illustration) no-repeat center/contain;
	opacity: 0.8;
	pointer-events: none;
}

body.home .prox-home-hero > .et_pb_row,
body.home .prox-home-surface > .et_pb_row,
body.home .prox-home-cta > .et_pb_row {
	position: relative;
	z-index: 1;
}

body.home .prox-home-shell {
	background: var(--prox-surface);
	border: 1px solid rgba(255, 255, 255, 0.75);
	border-radius: var(--prox-radius-xl);
	box-shadow: var(--prox-shadow);
	padding: 40px;
	backdrop-filter: blur(16px);
}

body.home .prox-home-kicker .et_pb_text_inner,
body.home .prox-home-chip .et_pb_text_inner {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 10px 16px;
	border-radius: var(--prox-radius-sm);
	background: rgba(255, 255, 255, 0.88);
	border: 1px solid rgba(16, 35, 63, 0.08);
	box-shadow: 0 14px 28px rgba(16, 35, 63, 0.06);
	color: var(--prox-accent-deep);
	font-family: 'Manrope', sans-serif;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

body.home .prox-home-kicker .et_pb_text_inner::before,
body.home .prox-home-chip .et_pb_text_inner::before {
	content: '';
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: linear-gradient(135deg, var(--prox-accent), #53a4ff);
	box-shadow: 0 0 0 6px rgba(23, 121, 255, 0.12);
}

body.home .prox-home-display h1,
body.home .prox-home-display h2,
body.home .prox-home-display .et_pb_module_header {
	font-size: clamp(42px, 7vw, 72px);
	font-weight: 800;
	max-width: 10ch;
}

body.home .prox-home-lead .et_pb_text_inner,
body.home .prox-home-copy .et_pb_text_inner {
	font-size: clamp(17px, 1.4vw, 20px);
	line-height: 1.8;
	max-width: 62ch;
}

body.home .prox-home-metrics {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
	margin-top: 28px;
	width: 100%;
}

body.home .prox-home-stat,
body.home .prox-home-card,
body.home .prox-home-panel {
	background: rgba(255, 255, 255, 0.86);
	border: 1px solid rgba(16, 35, 63, 0.08);
	border-radius: var(--prox-radius-lg);
	box-shadow: 0 18px 40px rgba(16, 35, 63, 0.06);
	padding: 26px;
	height: 100%;
	backdrop-filter: blur(12px);
	transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

body.home .prox-home-stat:hover,
body.home .prox-home-card:hover,
body.home .prox-home-panel:hover {
	transform: translateY(-4px);
	border-color: rgba(23, 121, 255, 0.22);
	box-shadow: 0 24px 45px rgba(16, 35, 63, 0.09);
}

body.home .prox-home-stat h3,
body.home .prox-home-card .et_pb_module_header,
body.home .prox-home-panel .et_pb_module_header {
	font-size: 24px;
	font-weight: 800;
	margin-bottom: 8px;
}

body.home .prox-home-stat .et_pb_text_inner strong {
	display: block;
	color: var(--prox-title);
	font-family: 'Manrope', sans-serif;
	font-size: clamp(28px, 3.2vw, 42px);
	font-weight: 800;
	letter-spacing: -0.04em;
	line-height: 1;
	margin-bottom: 10px;
}

body.home .prox-home-grid {
	display: grid;
	grid-template-columns: repeat(12, minmax(0, 1fr));
	gap: 24px;
	align-items: stretch;
}

body.home .prox-home-grid > .et_pb_column {
	margin: 0 !important;
	width: auto !important;
	float: none;
	grid-column: span 4;
}

body.home .prox-home-grid.prox-home-grid-2 > .et_pb_column {
	grid-column: span 6;
}

body.home .prox-home-grid .et_pb_column_1_3,
body.home .prox-home-grid .et_pb_column_1_4,
body.home .prox-home-grid .et_pb_column_1_2 {
	width: auto;
}

body.home .prox-home-illus {
	min-height: 100%;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(238, 245, 255, 0.9)),
		radial-gradient(circle at 20% 20%, rgba(184, 240, 222, 0.42), transparent 32%),
		var(--prox-hero-illustration) no-repeat center/88%;
	border: 1px solid rgba(255, 255, 255, 0.88);
	border-radius: var(--prox-radius-xl);
	box-shadow: 0 28px 60px rgba(16, 35, 63, 0.08);
	overflow: hidden;
	position: relative;
}

body.home .prox-home-illus::before,
body.home .prox-home-illus::after {
	content: '';
	position: absolute;
	border-radius: 50%;
	filter: blur(2px);
	opacity: 0.72;
}

body.home .prox-home-illus::before {
	width: 140px;
	height: 140px;
	top: 8%;
	right: -40px;
	background: radial-gradient(circle, rgba(23, 121, 255, 0.28), transparent 68%);
}

body.home .prox-home-illus::after {
	width: 180px;
	height: 180px;
	left: -70px;
	bottom: -40px;
	background: radial-gradient(circle, rgba(184, 240, 222, 0.68), transparent 64%);
}

body.home .prox-home-surface {
	padding: 22px 0;
}

body.home .prox-home-cta {
	padding: 38px 0 96px;
}

body.home .prox-home-cta .prox-home-shell {
	background:
		linear-gradient(135deg, rgba(14, 34, 65, 0.96), rgba(19, 74, 146, 0.92)),
		radial-gradient(circle at top right, rgba(184, 240, 222, 0.18), transparent 28%);
	border-color: rgba(255, 255, 255, 0.08);
	color: rgba(255, 255, 255, 0.78);
	position: relative;
	overflow: hidden;
}

body.home .prox-home-cta .prox-home-shell::after {
	content: '';
	position: absolute;
	inset: auto -120px -140px auto;
	width: 360px;
	height: 360px;
	background: radial-gradient(circle, rgba(184, 240, 222, 0.24), transparent 62%);
	pointer-events: none;
}

body.home .prox-home-cta h1,
body.home .prox-home-cta h2,
body.home .prox-home-cta h3,
body.home .prox-home-cta .et_pb_module_header,
body.home .prox-home-cta p,
body.home .prox-home-cta .et_pb_text_inner {
	color: #ffffff;
}

body.home .prox-home-cta .et_pb_button {
	background: #ffffff;
	box-shadow: none;
	color: var(--prox-accent-deep);
}

body.home .prox-home-cta .et_pb_button:hover {
	background: #eef5ff !important;
	box-shadow: none;
	color: #0e325f !important;
}

body.home #main-footer {
	background: transparent;
	color: var(--prox-text-soft);
	padding-bottom: 28px;
}

body.home #footer-bottom {
	background: transparent;
	padding: 0 0 24px;
	color: var(--prox-text-soft);
	font-size: 14px;
}

body.home #footer-info,
body.home #footer-info a {
	color: var(--prox-text-soft) !important;
}

@media (max-width: 980px) {
	body.home .prox-home-hero {
		padding-top: 104px;
	}

	body.home .prox-home-hero::before {
		inset: 12px 16px 0;
	}

	body.home .prox-home-hero::after {
		width: 260px;
		height: 260px;
		right: 8px;
		top: 28px;
		opacity: 0.22;
	}

	body.home .prox-home-shell {
		padding: 28px;
	}

	body.home .prox-home-grid,
	body.home .prox-home-metrics {
		grid-template-columns: 1fr;
	}

	body.home .prox-home-grid > .et_pb_column,
	body.home .prox-home-grid.prox-home-grid-2 > .et_pb_column {
		grid-column: span 12;
	}

	body.home .prox-home-illus {
		min-height: 320px;
	}
}

@media (max-width: 767px) {
	body.home .et_pb_row {
		width: calc(100% - 24px);
	}

	body.home .prox-home-hero {
		padding-top: 92px;
		padding-bottom: 40px;
	}

	body.home .prox-home-display h1,
	body.home .prox-home-display h2,
	body.home .prox-home-display .et_pb_module_header {
		max-width: none;
	}

	body.home .prox-home-shell,
	body.home .prox-home-stat,
	body.home .prox-home-card,
	body.home .prox-home-panel {
		padding: 22px;
		border-radius: 22px;
	}
}