:root {
	--navy: #07111f;
	--blue: #1769e8;
	--blue-2: #5da2ff;
	--text: #101827;
	--border: #dfe7f2
}

* {
	box-sizing: border-box
}

html {
	scroll-behavior: smooth
}

body {
	font-family: Inter, system-ui, -apple-system, "Segoe UI", sans-serif;
	color: var(--text);
	background: #fff;
	line-height: 1.55
}

a {
	text-decoration: none
}

.skip-link {
	position: absolute;
	left: -999px
}

.skip-link:focus {
	left: 1rem;
	top: 1rem;
	background: #fff;
	color: #000;
	z-index: 9999;
	padding: .75rem 1rem;
	border-radius: .75rem
}

.site-container {
	padding-left: clamp(1rem, 3.5vw, 4.5rem);
	padding-right: clamp(1rem, 3.5vw, 4.5rem)
}

.site-header {
	position: fixed;
	inset: 0 0 auto 0;
	z-index: 50;
	background: rgba(5, 13, 24, .82);
	border-bottom: 1px solid rgba(255, 255, 255, .08);
	backdrop-filter: blur(18px)
}

.navbar {
	min-height: 82px;
	padding: .55rem 0
}

.site-logo {
	display: block;
	width: auto;
	height: 52px
}

.navbar .nav-link {
	position: relative;
	display: inline-flex;
	align-items: center;
	height: 44px;
	color: rgba(255, 255, 255, .82) !important;
	font-weight: 750;
	padding: 0 .95rem !important
}

.navbar .nav-link:hover,
.navbar .nav-link.active,
.navbar .show>.nav-link {
	color: #fff !important
}

.navbar .nav-link.active:after,
.navbar .show>.nav-link:after {
	content: "";
	position: absolute;
	left: .95rem;
	right: .95rem;
	bottom: -10px;
	height: 3px;
	border-radius: 999px;
	background: var(--blue-2)
}

.dropdown-menu {
	background: rgba(7, 17, 31, .98);
	border: 1px solid rgba(125, 180, 255, .18);
	border-radius: 14px;
	padding: .5rem;
	box-shadow: 0 22px 55px rgba(0, 0, 0, .28);
	min-width: 230px
}

.dropdown-item {
	color: rgba(255, 255, 255, .82);
	font-weight: 750;
	border-radius: 10px;
	padding: .62rem .85rem
}

.dropdown-item:hover,
.dropdown-item:focus,
.dropdown-item.active {
	background: rgba(93, 162, 255, .16);
	color: #fff
}

.nav-phone {
	display: inline-flex;
	align-items: center;
	gap: .5rem;
	color: #fff;
	font-weight: 850;
	white-space: nowrap
}

.btn {
	font-weight: 850;
	border-radius: 10px
}

.btn-primary {
	background: linear-gradient(135deg, #1464e4, #0ea5e9);
	border: 0;
	box-shadow: 0 14px 34px rgba(20, 100, 228, .35)
}

.btn-outline-light {
	border-color: rgba(255, 255, 255, .42);
	color: #fff
}

.btn-outline-light:hover {
	background: #fff;
	color: #07111f
}

.nav-cta {
	padding: .72rem 1.12rem !important
}

.hero-copy {
	position: relative;
	z-index: 4
}

.hero-kicker,
.section-kicker {
	color: #5da2ff;
	font-weight: 820;
	font-size: clamp(.98rem, 1.2vw, 1.15rem);
	margin-bottom: 1.3rem;
	text-transform: uppercase;
	letter-spacing: .06em
}

.hero-title {
	color: #fff;
	font-weight: 790;
	letter-spacing: -.064em;
	line-height: .955;
	font-size: clamp(3.15rem, 5vw, 5.75rem);
	text-shadow: 0 16px 42px rgba(0, 0, 0, .34);
	margin-bottom: 1.45rem
}

.home .hero-title {
	font-size: clamp(3.7rem, 6.2vw, 7rem)
}

.blue-dot {
	color: #5da2ff
}

.hero-lead {
	font-size: clamp(1.06rem, 1.3vw, 1.26rem);
	max-width: 650px;
	color: rgba(239, 246, 255, .91)
}

.hero-actions {
	display: flex;
	gap: 1rem;
	flex-wrap: wrap;
	margin-top: 2rem
}

.hero-actions .btn {
	padding: .92rem 1.28rem
}

.hero-trust {
	display: flex;
	gap: 1.25rem;
	flex-wrap: wrap;
	list-style: none;
	margin: 2.4rem 0 0;
	padding: 0;
	color: #fff
}

.hero-trust li {
	display: flex;
	align-items: center;
	gap: .55rem;
	font-weight: 780;
	color: rgba(255, 255, 255, .88)
}

.hero-trust i {
	font-size: 1.35rem;
	color: #75b4ff
}

.sa-hero {
	position: relative;
	min-height: 760px;
	color: #fff;
	background: #06111f;
	overflow: hidden
}

.hero-img {
	position: absolute;
	inset: 82px 0 0 0;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	z-index: 0;
	pointer-events: none
}

.sa-hero-row {
	padding-top: 7.5rem;
	padding-bottom: 4rem
}

.breadcrumb-lite {
	display: flex;
	gap: .65rem;
	align-items: center;
	margin-bottom: 1.3rem;
	color: rgba(255, 255, 255, .72);
	font-weight: 700;
	font-size: .92rem
}

.breadcrumb-lite a {
	color: rgba(255, 255, 255, .72)
}

.breadcrumb-lite a:hover,
.breadcrumb-lite strong {
	color: #fff
}

.hero-section {
	position: relative;
	min-height: 825px;
	color: #fff;
	background: radial-gradient(circle at 24% 34%, rgba(29, 101, 216, .28), transparent 32%), linear-gradient(100deg, #06111f 0%, #071827 46%, #0a1526 100%);
	overflow: hidden
}

.hero-image-background {
	position: absolute;
	inset: 82px 0 0 auto;
	width: 90vw;
	height: calc(100% - 82px);
	min-height: 650px;
	background-image: url('../img/hero-homepage.jpg');
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	z-index: 0;
	pointer-events: none;
	-webkit-mask-image: none;
	mask-image: none
}

.hero-section:after {
	display: none;
}

.content-section,
.ms365-services {
	background: #f7f9fc;
	padding: 2.4rem 0 5rem
}

.section-title,
.ms365-section-title {
	color: #102342;
	font-weight: 900;
	letter-spacing: -.045em;
	margin-bottom: 1.6rem
}

.service-card {
	display: flex;
	flex-direction: column;
	height: 100%;
	min-height: 238px;
	text-align: center;
	color: #182235;
	background: rgba(255, 255, 255, .86);
	border: 1px solid var(--border);
	border-radius: 14px;
	padding: 1.65rem 1.15rem;
	box-shadow: 0 14px 35px rgba(13, 35, 64, .06)
}

a.service-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 22px 55px rgba(13, 35, 64, .12);
	border-color: #cbd9ed;
	color: #182235
}

.service-card i {
	display: block;
	font-size: 2.8rem;
	color: #1365d8;
	margin-bottom: 1rem
}

.service-card h3 {
	font-size: 1.05rem;
	font-weight: 950;
	margin-bottom: .55rem
}

.service-card p {
	color: #4b5d76;
	font-size: .94rem;
	margin-bottom: .9rem;
	flex: 1
}

.service-card span {
	font-weight: 900;
	color: #1769e8
}

.ms365-why {
	background: #f7f9fc;
	padding: 0 0 5rem
}

.why-panel {
	background: rgba(255, 255, 255, .78);
	border: 1px solid #e2eaf5;
	border-radius: 20px;
	padding: 2rem;
	box-shadow: 0 18px 55px rgba(7, 17, 31, .08);
	height: 100%
}

.why-panel h2 {
	color: #102342;
	font-size: clamp(1.7rem, 2.4vw, 2.5rem);
	font-weight: 900;
	letter-spacing: -.045em
}

.why-panel .lead-copy {
	color: #4b5d76;
	font-size: 1.02rem;
	max-width: 780px
}

.why-item {
	display: grid;
	grid-template-columns: 58px 1fr;
	gap: .35rem 1rem;
	align-items: start
}

.why-item i {
	grid-row: 1/3;
	width: 52px;
	height: 52px;
	border-radius: 16px;
	background: #fff;
	color: #1558ca;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.55rem;
	box-shadow: 0 10px 28px rgba(21, 88, 202, .14)
}

.why-item strong {
	font-weight: 950;
	font-size: 1.02rem
}

.why-item p {
	grid-column: 2;
	color: #5c6b82;
	margin: 0;
	font-size: .94rem
}

.ms365-contact-card {
	position: relative;
	overflow: hidden;
	min-height: 220px;
	display: flex;
	align-items: center;
	background: linear-gradient(145deg, #06111f, #092244);
	border: 1px solid rgba(125, 180, 255, .25);
	border-radius: 20px;
	padding: 2rem;
	color: #fff;
	box-shadow: 0 24px 70px rgba(7, 17, 31, .22);
	height: 100%
}

.ms365-contact-card h2 {
	font-weight: 900;
	letter-spacing: -.035em;
	font-size: 1.55rem
}

.ms365-contact-card p {
	color: rgba(239, 246, 255, .82)
}

.ms365-contact-content {
	position: relative;
	z-index: 2;
	max-width: 70%
}

.ms365-small-btn {
	width: auto !important;
	padding: .68rem 1.15rem !important;
	display: inline-flex;
	align-items: center;
	justify-content: center
}

.ms365-phone {
	display: flex;
	align-items: center;
	gap: .7rem;
	color: #fff;
	font-weight: 900;
	font-size: 1.25rem;
	margin-top: 1.2rem
}

.ms365-calendar-illustration {
	position: absolute;
	right: 1.65rem;
	bottom: 1.35rem;
	width: 110px;
	height: 110px;
	color: rgba(125, 180, 255, .28)
}

.ms365-calendar-illustration .bi-calendar-week {
	position: absolute;
	font-size: 5.4rem;
	right: 0;
	bottom: 0
}

.ms365-calendar-illustration .bi-clock {
	position: absolute;
	font-size: 3.1rem;
	right: -4px;
	bottom: -3px;
	color: rgba(125, 180, 255, .42)
}

.contact-card-light,
.form-panel {
	height: 100%;
	background: rgba(255, 255, 255, .86);
	border: 1px solid var(--border);
	border-radius: 18px;
	padding: 1.75rem;
	box-shadow: 0 14px 35px rgba(13, 35, 64, .06)
}

.contact-card-light i {
	font-size: 2.4rem;
	color: #1365d8
}

.contact-card-light h3 {
	font-size: 1.15rem;
	font-weight: 950;
	margin-top: 1rem
}

.contact-card-light p,
.contact-card-light a {
	color: #4b5d76
}

.contact-card-light a {
	font-weight: 850
}

.form-panel h2 {
	color: #102342;
	font-weight: 900;
	letter-spacing: -.035em
}

.form-label {
	font-weight: 800;
	color: #1d2b44
}

.form-control,
.form-select {
	border-radius: 10px;
	border-color: #d8e3f1;
	padding: .82rem .95rem
}

.note-box {
	background: #eef6ff;
	border: 1px solid #d7eafe;
	color: #264467;
	border-radius: 14px;
	padding: 1rem
}

.footer {
	background: #07111f;
	color: #fff;
	padding: 2.1rem 0
}

.footer-brand {
	display: flex;
	align-items: center;
	gap: 1rem;
	color: rgba(255, 255, 255, .72);
	font-weight: 650
}

.footer-brand img {
	height: 36px;
	width: auto
}

.footer-columns {
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 2rem;
	align-items: start
}

.footer-links,
.footer-services {
	display: flex;
	gap: 1.1rem;
	flex-wrap: wrap
}

.footer-services-title {
	color: #fff;
	font-weight: 900;
	margin-bottom: .45rem
}

.footer-links a,
.footer-services a {
	color: rgba(255, 255, 255, .78);
	font-weight: 700
}

.footer-links a:hover,
.footer-services a:hover {
	color: #fff
}

@media(max-width:991px) {
	.site-logo {
		height: 42px
	}

	.navbar-collapse {
		padding: 1rem 0
	}

	.navbar .nav-link.active:after,
	.navbar .show>.nav-link:after {
		bottom: 0
	}

	.dropdown-menu {
		box-shadow: none;
		border-radius: 12px;
		margin: .25rem 0 .75rem 0
	}

	.sa-hero,
	.hero-section {
		min-height: auto
	}

	.sa-hero-row,
	.hero-row {
		padding-top: 8rem;
		min-height: auto !important
	}

	.hero-img,
	.hero-image-background {
		position: relative;
		inset: auto;
		width: calc(100% - 2rem);
		height: 520px;
		min-height: 0;
		margin: 1.5rem auto 0;
		border-radius: 28px;
		box-shadow: 0 26px 70px rgba(0, 0, 0, .35);
		border: 1px solid rgba(155, 198, 255, .22);
		background-position: center right;
		-webkit-mask-image: none;
		mask-image: none
	}

	.hero-section:after {
		display: none
	}

	.hero-network {
		inset: 74px 0 auto 0;
		height: 520px;
		opacity: .75
	}

	.hero-visual-spacer {
		display: none
	}

	.service-card {
		min-height: auto
	}

	.why-item {
		margin-bottom: .5rem
	}

	.ms365-contact-content {
		max-width: 100%;
		padding-right: 100px
	}

	.footer-columns {
		grid-template-columns: 1fr
	}
}

@media(max-width:767px) {
	.site-container {
		padding-left: 1rem;
		padding-right: 1rem
	}

	.hero-title {
		font-size: clamp(3rem, 13vw, 4.4rem);
		letter-spacing: -.055em
	}

	.hero-lead {
		font-size: 1rem
	}

	.hero-actions .btn {
		width: 100%;
		justify-content: center
	}

	.hero-trust {
		gap: .8rem;
		display: grid;
		grid-template-columns: 1fr
	}

	.hero-img,
	.hero-image-background {
		height: 430px
	}

	.breadcrumb-lite {
		flex-wrap: wrap
	}

	.why-item {
		grid-template-columns: 1fr
	}

	.why-item i {
		grid-row: auto
	}

	.why-item p {
		grid-column: auto
	}

	.footer-brand {
		align-items: flex-start;
		flex-direction: column
	}

	.footer-links,
	.footer-services {
		flex-direction: column;
		gap: .45rem
	}
}

@media(max-width:575px) {
	.ms365-contact-content {
		padding-right: 0;
		max-width: 100%
	}

	.ms365-calendar-illustration {
		opacity: .22;
		right: .8rem;
		bottom: .6rem
	}

	.ms365-small-btn {
		width: 100% !important
	}
}

@media(max-width:480px) {
	.site-logo {
		height: 36px
	}

	.sa-hero-row,
	.hero-row {
		padding-top: 7.5rem
	}

	.hero-title {
		font-size: 2.85rem
	}

	.hero-img,
	.hero-image-background {
		height: 340px
	}

	.ms365-contact-card,
	.why-panel,
	.form-panel,
	.contact-card-light {
		padding: 1.4rem
	}
}

/* V3 footer: compact footer zonder dienstlinks */
.footer {
	background: #07111f;
	color: #fff;
	padding: 1.5rem 0
}

.footer-brand {
	display: flex;
	align-items: center;
	gap: 1rem;
	color: rgba(255, 255, 255, .72);
	font-weight: 650
}

.footer-brand img {
	height: 36px;
	width: auto
}

.footer-links {
	display: flex;
	gap: 1.25rem;
	flex-wrap: wrap
}

.footer-links a {
	color: rgba(255, 255, 255, .78);
	font-weight: 700
}

.footer-links a:hover {
	color: #fff
}

@media(max-width:767px) {
	.footer-brand {
		align-items: flex-start;
		flex-direction: column
	}

	.footer-links {
		flex-direction: column;
		gap: .45rem
	}
}