:root {
	--vmax-ink: #172019;
	--vmax-text: #2f3832;
	--vmax-muted: #657064;
	--vmax-line: #dde6da;
	--vmax-surface: #ffffff;
	--vmax-soft: #f5f8f2;
	--vmax-architecture: #9caf88;
	--vmax-trace: #82b5c9;
	--vmax-synergie: #ffbd59;
	--vmax-architecture-deep: #526646;
	--vmax-trace-deep: #327889;
	--vmax-synergie-deep: #9a6a00;
	--vmax-architecture-soft: #9caf88;
	--vmax-trace-soft: #82b5c9;
	--vmax-synergie-soft: #ffbd59;
	--vmax-gold: #ffbd59;
	--vmax-shadow: 0 18px 50px rgba(22, 33, 27, 0.12);
	--vmax-shadow-soft: 0 12px 30px rgba(22, 33, 27, 0.08);
	--vmax-radius: 10px;
	--vmax-max: 1120px;
}

body.page-template-home-portal-vmax .site-content,
body.page-id-72 .site-content {
	padding: 0 !important;
}

body.page-template-home-portal-vmax .site-content .wrap,
body.page-id-72 .site-content .wrap {
	max-width: none !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	width: 100% !important;
}

body.page-template-home-portal-vmax .entry-header,
body.page-id-72 .entry-header {
	display: none !important;
}

body.page-template-home-portal-vmax #primary,
body.page-id-72 #primary,
body.page-template-home-portal-vmax .entry-content,
body.page-id-72 .entry-content {
	float: none !important;
	max-width: none !important;
	width: 100% !important;
}

body.page-template-home-portal-vmax #content,
body.page-id-72 #content,
body.page-template-home-portal-vmax .content-area,
body.page-id-72 .content-area,
body.page-template-home-portal-vmax .site-main,
body.page-id-72 .site-main,
body.page-template-home-portal-vmax article,
body.page-id-72 article {
	float: none !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
	max-width: none !important;
	width: 100% !important;
}

body.page-template-home-portal-vmax:not(.twentyseventeen-front-page) .entry-content,
body.page-id-72:not(.twentyseventeen-front-page) .entry-content,
body.page-template-home-portal-vmax.page-one-column:not(.twentyseventeen-front-page) #primary,
body.page-id-72.page-one-column:not(.twentyseventeen-front-page) #primary {
	float: none !important;
	max-width: none !important;
	width: 100% !important;
}

.vmax-home-template,
.vmax-home-template .site-main,
.vmax-home-portal,
.vmax-home-content,
.entry-content .vmax-portal-hero,
.entry-content .vmax-section,
.entry-content .vmax-final-cta {
	max-width: none;
	width: 100%;
}

body.page-template-home-portal-vmax .entry-content .vmax-portal-hero,
body.page-id-72 .entry-content .vmax-portal-hero,
body.page-template-home-portal-vmax .entry-content .vmax-section,
body.page-id-72 .entry-content .vmax-section,
body.page-template-home-portal-vmax .entry-content .vmax-final-cta,
body.page-id-72 .entry-content .vmax-final-cta {
	margin-left: 0 !important;
	margin-right: 0 !important;
	max-width: none !important;
	width: 100% !important;
}

.vmax-home-template {
	clear: both;
	float: none;
	margin: 0;
}

.vmax-home-template .vmax-home-portal {
	margin: 0;
	padding: 0;
}

.vmax-home-content {
	color: var(--vmax-text);
	font-family: "Segoe UI", Roboto, Arial, sans-serif;
	line-height: 1.6;
}

.vmax-home-content * {
	box-sizing: border-box;
}

.vmax-home-content a {
	box-shadow: none;
	color: inherit;
	text-decoration: none;
}

.vmax-home-content p {
	color: var(--vmax-text);
}

.vmax-home-content h1,
.vmax-home-content h2,
.vmax-home-content h3 {
	clear: none;
	color: var(--vmax-ink);
	font-weight: 800;
	line-height: 1.12;
	margin: 0;
	padding: 0;
}

.vmax-portal-hero {
	background:
		radial-gradient(circle at 12% 18%, rgba(255, 189, 89, 0.18), transparent 28%),
		linear-gradient(135deg, rgba(156, 175, 136, 0.2) 0%, #fbfcfa 50%, rgba(130, 181, 201, 0.22) 100%);
	overflow: hidden;
	padding: clamp(48px, 7vw, 86px) clamp(18px, 4vw, 52px);
}

.vmax-hero-grid {
	align-items: center;
	display: grid;
	gap: clamp(36px, 6vw, 72px);
	grid-template-columns: minmax(0, 1.1fr) minmax(360px, 0.9fr);
	margin: 0 auto;
	max-width: var(--vmax-max);
}

.vmax-eyebrow,
.vmax-section-kicker {
	color: var(--vmax-architecture-deep);
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	margin: 0 0 12px;
	text-transform: uppercase;
}

.vmax-portal-hero h1 {
	font-size: clamp(3rem, 7vw, 6.4rem);
	letter-spacing: -0.04em;
	max-width: 760px;
}

.vmax-lead {
	color: var(--vmax-ink);
	font-size: clamp(1.25rem, 2vw, 1.62rem);
	font-weight: 650;
	line-height: 1.38;
	margin: 24px 0 0;
	max-width: 720px;
}

.vmax-hero-text {
	color: var(--vmax-text);
	font-size: 1.05rem;
	margin: 20px 0 0;
	max-width: 660px;
}

.vmax-slogan {
	color: var(--vmax-architecture-deep);
	font-weight: 800;
	margin: 20px 0 0;
}

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

.vmax-button,
.vmax-card-link,
.vmax-orientation-card {
	align-items: center;
	border-radius: 999px;
	display: inline-flex;
	font-weight: 800;
	justify-content: center;
	min-height: 46px;
	padding: 12px 18px;
	text-decoration: none;
	transition: background 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.vmax-button:hover,
.vmax-button:focus,
.vmax-card-link:hover,
.vmax-card-link:focus,
.vmax-orientation-card:hover,
.vmax-orientation-card:focus {
	transform: translateY(-2px);
}

.vmax-button-primary {
	background: var(--vmax-ink);
	box-shadow: 0 12px 28px rgba(22, 33, 27, 0.22);
	color: #fff;
}

.vmax-button-secondary {
	background: #fff;
	border: 1px solid var(--vmax-line);
	color: var(--vmax-ink);
}

.vmax-hero-visual {
	background:
		linear-gradient(rgba(22, 33, 27, 0.34), rgba(22, 33, 27, 0.68)),
		url("../../../../uploads/2025/05/VMAXARCHITECTURE.jpg");
	background-position: center;
	background-size: cover;
	border-radius: 28px;
	box-shadow: var(--vmax-shadow);
	min-height: 430px;
	padding: 24px;
	position: relative;
}

.vmax-hero-visual::before {
	border: 1px solid rgba(255, 255, 255, 0.22);
	border-radius: 22px;
	content: "";
	inset: 18px;
	pointer-events: none;
	position: absolute;
}

.vmax-visual-card {
	background: rgba(255, 255, 255, 0.9);
	border: 1px solid rgba(255, 255, 255, 0.8);
	border-radius: 16px;
	box-shadow: var(--vmax-shadow-soft);
	display: grid;
	gap: 3px;
	margin-left: auto;
	max-width: 310px;
	padding: 18px;
	position: relative;
}

.vmax-visual-card + .vmax-visual-card {
	margin-top: 14px;
}

.vmax-visual-card-main,
.vmax-visual-main {
	margin-top: 190px;
}

.vmax-visual-card span {
	font-weight: 900;
}

.vmax-visual-card:nth-child(1) span {
	color: var(--vmax-architecture-deep);
}

.vmax-visual-card:nth-child(2) span {
	color: var(--vmax-trace-deep);
}

.vmax-visual-card:nth-child(3) span {
	color: var(--vmax-synergie-deep);
}

.vmax-visual-card strong {
	color: var(--vmax-ink);
}

.vmax-visual-card small {
	color: var(--vmax-muted);
}

.vmax-section {
	margin: 0 auto;
	max-width: var(--vmax-max);
	padding: clamp(46px, 6vw, 72px) clamp(18px, 4vw, 28px);
}

.vmax-section-heading {
	align-items: start;
	display: grid;
	gap: 24px;
	grid-template-columns: minmax(220px, 0.5fr) minmax(0, 1fr);
	margin-bottom: 26px;
}

.vmax-section-heading p:last-child {
	color: var(--vmax-muted);
	font-size: 1.05rem;
	margin: 0;
	max-width: 640px;
}

.vmax-section-heading h2,
.vmax-split h2,
.vmax-approach-copy h2,
.vmax-proof-section h2,
.vmax-orientation-section h2 {
	font-size: clamp(2rem, 3.4vw, 3rem);
	letter-spacing: 0;
}

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

.vmax-pole-card {
	background: var(--vmax-surface);
	border: 1px solid var(--vmax-line);
	border-top-width: 6px;
	border-radius: var(--vmax-radius);
	box-shadow: var(--vmax-shadow-soft);
	display: flex;
	flex-direction: column;
	min-height: 100%;
	overflow: hidden;
	transition: box-shadow 180ms ease, transform 180ms ease;
}

.vmax-pole-architecture {
	border-top-color: var(--vmax-architecture);
}

.vmax-pole-trace {
	border-top-color: var(--vmax-trace);
}

.vmax-pole-synergie {
	border-top-color: var(--vmax-synergie);
}

.vmax-pole-card:hover {
	box-shadow: var(--vmax-shadow);
	transform: translateY(-4px);
}

.vmax-pole-media {
	background-position: center;
	background-size: cover;
	min-height: 190px;
}

.vmax-pole-architecture .vmax-pole-media {
	background-image:
		linear-gradient(rgba(156, 175, 136, 0.22), rgba(82, 102, 70, 0.22)),
		url("../../../../uploads/2025/05/VMAXARCHITECTURE.jpg");
}

.vmax-pole-trace .vmax-pole-media {
	background-image:
		linear-gradient(rgba(130, 181, 201, 0.24), rgba(50, 120, 137, 0.24)),
		url("../../../../uploads/2025/05/VMAXTRACE.jpg");
}

.vmax-pole-synergie .vmax-pole-media {
	background:
		radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.65), transparent 20%),
		linear-gradient(135deg, rgba(255, 189, 89, 0.88), rgba(156, 175, 136, 0.8)),
		repeating-linear-gradient(90deg, transparent 0 24px, rgba(255, 255, 255, 0.18) 24px 25px);
}

.vmax-pole-body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 24px;
}

.vmax-pole-verb {
	font-size: 0.75rem;
	font-weight: 900;
	letter-spacing: 0.1em;
	margin: 0 0 10px;
	text-transform: uppercase;
}

.vmax-pole-architecture .vmax-pole-verb {
	color: var(--vmax-architecture-deep);
}

.vmax-pole-trace .vmax-pole-verb {
	color: var(--vmax-trace-deep);
}

.vmax-pole-synergie .vmax-pole-verb {
	color: var(--vmax-synergie-deep);
}

.vmax-pole-body h3 {
	font-size: 1.35rem;
}

.vmax-pole-architecture .vmax-pole-body h3 {
	color: var(--vmax-architecture-deep);
}

.vmax-pole-trace .vmax-pole-body h3 {
	color: var(--vmax-trace-deep);
}

.vmax-pole-synergie .vmax-pole-body h3 {
	color: var(--vmax-synergie-deep);
}

.vmax-pole-body p {
	margin: 14px 0 0;
}

.vmax-pole-body ul {
	display: grid;
	gap: 8px;
	list-style: none;
	margin: 20px 0 24px;
	padding: 0;
}

.vmax-pole-body li {
	padding-left: 18px;
	position: relative;
}

.vmax-pole-body li::before {
	background: var(--vmax-architecture);
	border-radius: 50%;
	content: "";
	height: 7px;
	left: 0;
	position: absolute;
	top: 0.72em;
	width: 7px;
}

.vmax-pole-trace .vmax-pole-body li::before {
	background: var(--vmax-trace);
}

.vmax-pole-synergie .vmax-pole-body li::before {
	background: var(--vmax-synergie);
}

.vmax-card-link {
	background: var(--vmax-ink);
	border-radius: 6px;
	color: #fff;
	margin-top: auto;
	width: 100%;
}

.vmax-pole-architecture .vmax-card-link {
	background: var(--vmax-architecture-deep);
}

.vmax-pole-trace .vmax-card-link {
	background: var(--vmax-trace-deep);
}

.vmax-pole-synergie .vmax-card-link {
	background: var(--vmax-synergie-deep);
}

.vmax-approach-section,
.vmax-split,
.vmax-proof-panel {
	align-items: start;
	display: grid;
	gap: 42px;
	grid-template-columns: minmax(260px, 0.7fr) minmax(0, 1fr);
}

.vmax-approach-text p,
.vmax-approach-copy p:last-child {
	color: var(--vmax-muted);
}

.vmax-steps,
.vmax-process-grid {
	display: grid;
	gap: 14px;
}

.vmax-steps article,
.vmax-process-item {
	background: var(--vmax-soft);
	border-left: 5px solid var(--vmax-architecture);
	border-radius: 0 var(--vmax-radius) var(--vmax-radius) 0;
	padding: 22px;
}

.vmax-steps article:nth-child(2),
.vmax-process-item:nth-child(2) {
	border-left-color: var(--vmax-trace);
}

.vmax-steps article:nth-child(3),
.vmax-process-item:nth-child(3) {
	border-left-color: var(--vmax-synergie);
}

.vmax-steps span,
.vmax-process-item span {
	color: var(--vmax-synergie-deep);
	display: inline-block;
	font-weight: 900;
	margin-bottom: 8px;
}

.vmax-steps p,
.vmax-process-item p,
.vmax-proof-list p {
	color: var(--vmax-muted);
	margin: 8px 0 0;
}

.vmax-proof-section {
	border-bottom: 1px solid var(--vmax-line);
	border-top: 1px solid var(--vmax-line);
	display: block;
}

.vmax-proof-panel {
	align-items: start;
	display: grid;
	gap: clamp(28px, 5vw, 58px);
	grid-template-columns: minmax(280px, 0.85fr) minmax(360px, 1fr);
	margin: 0 auto;
	max-width: var(--vmax-max);
}

.vmax-proof-panel h2 {
	max-width: 560px;
}

.vmax-proof-list {
	display: grid;
	gap: 14px;
}

.vmax-proof-list p {
	background: var(--vmax-soft);
	border-left: 5px solid var(--vmax-architecture-soft);
	border-radius: 0 var(--vmax-radius) var(--vmax-radius) 0;
	margin: 0;
	padding: 18px 20px;
}

.vmax-proof-section > p {
	color: var(--vmax-muted);
	margin: 0;
}

.vmax-proof-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	grid-column: 1 / -1;
}

.vmax-proof-tags span {
	background: #fff;
	border: 1px solid var(--vmax-line);
	border-radius: 999px;
	color: var(--vmax-ink);
	font-weight: 700;
	padding: 8px 12px;
}

.vmax-orientation-section {
	background:
		linear-gradient(135deg, rgba(156, 175, 136, 0.24), rgba(130, 181, 201, 0.2) 58%, rgba(255, 189, 89, 0.2)),
		#f6f8f3;
	margin: 0;
	max-width: none;
	padding: clamp(52px, 6vw, 76px) clamp(18px, 4vw, 52px);
}

.vmax-orientation-section .vmax-section-heading,
.vmax-orientation-grid {
	margin-left: auto;
	margin-right: auto;
	max-width: var(--vmax-max);
}

.vmax-orientation-section .vmax-section-heading {
	margin-bottom: 30px;
}

.vmax-orientation-section .vmax-eyebrow {
	color: var(--vmax-architecture-deep);
}

.vmax-orientation-section h2,
.vmax-orientation-section .vmax-section-heading p:last-child {
	color: var(--vmax-ink);
}

.vmax-orientation-grid {
	align-items: stretch;
	display: flex;
	gap: 18px;
	justify-content: center;
}

.vmax-orientation-card {
	align-items: flex-start;
	background: rgba(255, 255, 255, 0.88);
	border: 1px solid rgba(22, 33, 27, 0.08);
	border-radius: var(--vmax-radius);
	box-shadow: var(--vmax-shadow-soft);
	color: var(--vmax-ink);
	display: grid;
	flex: 1 1 0;
	justify-content: start;
	min-height: 112px;
	padding: 22px;
}

.vmax-orientation-card:nth-child(1) {
	border-top: 5px solid var(--vmax-architecture-soft);
}

.vmax-orientation-card:nth-child(2) {
	border-top: 5px solid var(--vmax-trace-soft);
}

.vmax-orientation-card:nth-child(3) {
	border-top: 5px solid var(--vmax-synergie-soft);
}

.vmax-orientation-card:nth-child(1) strong {
	color: var(--vmax-architecture-deep);
}

.vmax-orientation-card:nth-child(2) strong {
	color: var(--vmax-trace-deep);
}

.vmax-orientation-card:nth-child(3) strong {
	color: var(--vmax-synergie-deep);
}

.vmax-orientation-card span {
	font-size: 1.05rem;
}

.vmax-orientation-card small {
	color: var(--vmax-muted);
	font-weight: 600;
	margin-top: 8px;
}

.vmax-final-cta {
	background:
		linear-gradient(135deg, rgba(156, 175, 136, 0.88), rgba(130, 181, 201, 0.78) 58%, rgba(255, 189, 89, 0.7)),
		url("../../../../uploads/2025/05/VMAXTRACE.jpg");
	background-position: center;
	background-size: cover;
	color: var(--vmax-ink);
	padding: clamp(72px, 9vw, 118px) clamp(18px, 4vw, 52px);
}

.vmax-final-inner {
	margin: 0 auto;
	max-width: 860px;
	text-align: center;
}

.vmax-final-cta .vmax-section-kicker,
.vmax-final-cta h2,
.vmax-final-cta p {
	color: var(--vmax-ink);
}

.vmax-final-cta h2 {
	font-size: clamp(2.2rem, 5vw, 4.3rem);
	letter-spacing: -0.035em;
}

.vmax-final-cta .vmax-actions {
	justify-content: center;
}

@media (max-width: 980px) {
	.vmax-hero-grid,
	.vmax-section-heading,
	.vmax-split,
	.vmax-approach-section,
	.vmax-proof-panel,
	.vmax-proof-section {
		grid-template-columns: 1fr;
	}

	.vmax-hero-visual {
		min-height: 430px;
	}

	.vmax-visual-card-main,
	.vmax-visual-main {
		margin-top: 120px;
	}

	.vmax-poles-grid,
	.vmax-orientation-grid {
		grid-template-columns: 1fr;
	}

	.vmax-orientation-grid {
		flex-direction: column;
	}
}

@media (max-width: 720px) {
	.vmax-portal-hero {
		padding-top: 52px;
	}

	.vmax-hero-visual {
		min-height: auto;
		padding: 18px;
	}

	.vmax-hero-visual::before {
		inset: 12px;
	}

	.vmax-visual-card,
	.vmax-visual-card-main,
	.vmax-visual-main {
		margin: 0 0 12px;
		max-width: none;
	}

	.vmax-actions,
	.vmax-orientation-grid {
		align-items: stretch;
	}

	.vmax-button,
	.vmax-card-link,
	.vmax-orientation-card {
		width: 100%;
	}

	.vmax-section {
		padding-bottom: 56px;
		padding-top: 56px;
	}

	.vmax-pole-media {
		min-height: 160px;
	}
}
