/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 31 2026 | 13:36:31 */
/* ---------------------------CSS-REFERENZEN---------------------------------------------- */
.section {
	padding: 96px 0
}

.section-alt {
	background: var(--offwhite)
}

.label {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .15em;
	text-transform: uppercase;
	color: var(--teal);
	margin-bottom: 16px
}

.label::before {
	content: '';
	display: block;
	width: 22px;
	height: 2px;
	background: var(--teal)
}

h1,
h2,
h3 {
	font-family: 'DM Serif Display', serif;
	line-height: 1.15;
	letter-spacing: -.02em;
	word-break: break-word;
	overflow-wrap: break-word;
	hyphens: auto
}

h1 {
	font-size: clamp(28px, 6vw, 58px)
}

h2 {
	font-size: clamp(22px, 4.5vw, 42px)
}

h3 {
	font-size: clamp(17px, 3vw, 24px)
}

em {
	font-style: italic;
	color: var(--nv-primary-accent);
	-webkit-text-fill-color: var(--nv-primary-accent)
}

.lead {
	font-size: clamp(15px, 2.5vw, 17px);
	line-height: 1.75;
	color: var(--muted)
}

/* Prevent grid children from overflowing their track */
.container>*,
.featured-card>*,
.fc-header,
.testimonials-grid>*,
.projects-grid>* {
	min-width: 0
}

.btn {
	display: inline-block;
	font-family: 'DM Sans', sans-serif;
	font-weight: 700;
	font-size: 12px;
	letter-spacing: .1em;
	text-transform: uppercase;
	text-decoration: none;
	padding: 15px 24px;
	border: none;
	cursor: pointer;
	transition: transform .15s, box-shadow .15s, background .15s, color .15s;
	white-space: normal;
	text-align: center;
	max-width: 100%
}

.btn-primary {
	background: var(--nv-primary-accent);
	color: var(--navy);
	box-shadow: 0 4px 18px rgba(0, 217, 176, .25)
}

.btn-primary:hover {
	transform: translateY(-2px);
	box-shadow: 0 8px 28px rgba(0, 217, 176, .38)
}

.btn-outline {
	background: transparent;
	color: var(--navy);
	border: 2px solid var(--navy)
}

.btn-outline:hover {
	background: var(--navy);
	color: #fff
}

.reveal {
	opacity: 0;
	transform: translateY(20px);
	transition: opacity .65s ease, transform .65s ease
}

.reveal.visible {
	opacity: 1;
	transform: none
}

@media(max-width:768px) {
	.container {
		padding: 0 20px
	}

	.section {
		padding: 64px 0
	}
}



/* ═══════════════════════════════════════════════
   HERO
═══════════════════════════════════════════════ */
.hero {
	background: #fff;
	padding: 60px 0 0;
	position: relative;
	overflow: hidden
}

.hero::after {
	content: '';
	position: absolute;
	inset: 0;
	background: radial-gradient(ellipse 55% 70% at 95% 50%, #DFF7F2 0%, transparent 60%), radial-gradient(ellipse 30% 40% at 5% 90%, #EEF0FA 0%, transparent 55%);
	pointer-events: none;
	z-index: 0
}

.hero-inner {
	position: relative;
	z-index: 2;
	max-width: var(--max);
	margin: 0 auto;
	padding: 0 48px;
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 64px;
	align-items: end
}

.hero h1 {
	margin-bottom: 20px
}

.hero .lead {
	margin-bottom: 36px;
	max-width: 560px
}

.hero-bullets {
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin-bottom: 40px
}

.hero-bullets li {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.5
}

.hero-bullets li::before {
	content: '';
	flex-shrink: 0;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: var(--teal) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231A1E5A' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E") center/12px no-repeat;
	margin-top: 2px
}

.hero-cta {
	display: flex;
	gap: 14px;
	flex-wrap: wrap;
	margin-bottom: 40px
}

.trust-bar {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 0;
	padding-top: 24px;
	border-top: 1px solid var(--border);
	margin-bottom: 48px
}

.trust-item {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 12px;
	font-weight: 500;
	color: var(--muted);
	padding-right: 16px;
	margin-right: 16px;
	border-right: 1px solid var(--border)
}

.trust-item:last-child {
	border-right: none;
	padding-right: 0;
	margin-right: 0
}

.trust-dot {
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: var(--nv-primary-accent);
	flex-shrink: 0
}

/* Hero stat block */
.hero-stat-block {
	display: flex;
	flex-direction: column;
	gap: 0;
	min-width: 200px;
	align-self: center;
	margin-bottom: 48px
}

.hero-stat {
	text-align: right;
	padding: 16px 0;
	border-bottom: 1px solid var(--border)
}

.hero-stat:last-child {
	border-bottom: none
}

.hs-val {
	font-family: 'DM Serif Display', serif;
	font-size: 36px;
	color: var(--teal);
	-webkit-text-fill-color: var(--nv-primary-accent);
	line-height: 1
}

.hs-label {
	font-size: 11px;
	color: var(--muted);
	font-weight: 500;
	margin-top: 2px
}

@media(max-width:900px) {
	.hero-inner {
		grid-template-columns: 1fr;
		padding: 0 20px;
		gap: 32px
	}

	.hero-stat-block {
		display: none
	}
}

@media(max-width:600px) {
	.hero {
		padding: 48px 0 0
	}

	.trust-bar {
		gap: 8px
	}

	.trust-item {
		border-right: none;
		padding-right: 0;
		margin-right: 0
	}

	.hero-cta {
		flex-direction: column
	}

	.hero-cta .btn {
		width: 100%;
		text-align: center
	}
}

/* ═══════════════════════════════════════════════
   FILTER TABS
═══════════════════════════════════════════════ */
.filter-bar {
	position: sticky !important;
	top: 64px;
	z-index: 100;
	background: #fff;
	border-bottom: 1px solid var(--border)
}

.filter-inner {
	max-width: var(--max);
	margin: 0 auto;
	padding: 0 48px;
	display: flex;
	gap: 0;
	overflow-x: auto
}

.filter-btn {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 16px 24px;
	font-size: 13px;
	font-weight: 600;
	color: var(--muted);
	background: none;
	border: none;
	border-bottom: 3px solid transparent;
	cursor: pointer;
	white-space: nowrap;
	transition: color .15s, border-color .15s
}

.filter-btn:hover {
	color: var(--navy) !important
}

.filter-btn.active {
	color: var(--navy);
	border-bottom-color: var(--nv-primary-accent)
}

.filter-count {
	font-size: 10px;
	font-weight: 700;
	background: var(--offwhite);
	color: var(--muted);
	padding: 2px 7px;
	border-radius: 10px;
	min-width: 20px;
	text-align: center
}

.filter-btn.active .filter-count {
	background: var(--teal-soft);
	color: var(--teal-dark)
}

@media(max-width:768px) {
	.filter-inner {
		padding: 0 12px
	}

	.filter-btn {
		padding: 14px 14px;
		font-size: 12px
	}
}

/* ═══════════════════════════════════════════════
   FEATURED PROJECTS (Raben, Campus, WKO)
═══════════════════════════════════════════════ */
.featured-section {
	padding: 96px 0
}

/* Large featured card */
.featured-card {
	display: grid;
	grid-template-columns: 1fr 320px;
	gap: 0;
	border: 1px solid var(--border);
	margin-bottom: 32px;
	overflow: hidden;
	transition: box-shadow .2s
}

.featured-card:hover {
	box-shadow: 0 16px 48px rgba(26, 30, 90, .1)
}

.fc-content {
	padding: 44px 40px;
	min-width: 0
}

.fc-header {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	margin-bottom: 28px;
	flex-wrap: wrap
}

.fc-tag {
	display: inline-block;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: .1em;
	text-transform: uppercase;
	background: var(--offwhite);
	padding: 4px 10px;
	color: var(--navy);
	flex-shrink: 0;
	white-space: nowrap;
	margin-top: 4px;
	align-self: flex-start
}

.fc-title-group {
	min-width: 0;
	flex: 1
}

.fc-client {
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: var(--nv-primary-accent);
	margin-bottom: 6px;
	word-break: break-word
}

.fc-card-h3 {
	font-family: 'DM Serif Display', serif;
	font-size: clamp(18px, 2.5vw, 26px);
	color: var(--navy);
	line-height: 1.2;
	word-break: break-word;
	hyphens: auto
}

.fc-body {
	font-size: 15px;
	color: var(--muted);
	line-height: 1.75;
	margin-bottom: 28px
}

.fc-outcomes {
	display: flex;
	flex-direction: column;
	gap: 8px;
	margin-bottom: 32px
}

.fc-outcome {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.5
}

.fc-outcome::before {
	content: '';
	flex-shrink: 0;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background: var(--teal-soft) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2300B896' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E") center/10px no-repeat;
	margin-top: 2px
}

.fc-sidebar {
	background: var(--navy);
	padding: 44px 32px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-width: 0
}

.fc-meta-item {
	margin-bottom: 24px
}

.fc-meta-item:last-of-type {
	margin-bottom: 0
}

.fc-meta-label {
	font-size: 10px;
	font-weight: 700;
	letter-spacing: .12em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, .4);
	margin-bottom: 6px
}

.fc-meta-val {
	font-size: 14px;
	color: #fff;
	font-weight: 500;
	line-height: 1.5;
	word-break: break-word
}

.fc-meta-val.teal {
	color: var(--teal);
	font-family: 'DM Serif Display', serif;
	font-size: 18px;
	-webkit-text-fill-color: var(--nv-primary-accent)
}

.fc-sidebar-quote {
	margin-top: auto;
	padding-top: 24px;
	border-top: 1px solid rgba(255, 255, 255, .1)
}

.fc-sidebar-quote p {
	font-family: 'DM Serif Display', serif;
	font-style: italic;
	font-size: 14px;
	color: rgba(255, 255, 255, .75);
	line-height: 1.55;
	word-break: break-word
}

/* Teal accent top line */
.featured-card {
	position: relative
}

.featured-card::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 3px;
	background: var(--nv-primary-accent);
	z-index: 2
}

@media(max-width:900px) {
	.featured-card {
		grid-template-columns: 1fr
	}

	.fc-sidebar {
		padding: 32px 24px
	}
}

@media(max-width:600px) {
	.fc-content {
		padding: 24px 20px
	}

	.fc-header {
		flex-direction: column;
		gap: 8px
	}

	.fc-tag {
		margin-top: 0
	}

	.fc-card-h3 br {
		display: none
	}
}

/* ═══════════════════════════════════════════════
   SECONDARY PROJECT CARDS (3-column grid)
═══════════════════════════════════════════════ */
.projects-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
	margin-top: 48px
}

.proj-card {
	background: #fff;
	border: 1px solid var(--border);
	padding: 28px;
	position: relative;
	transition: transform .2s, box-shadow .2s;
	min-width: 0
}

.proj-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 12px 36px rgba(26, 30, 90, .09)
}

.proj-card::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 3px;
	background: var(--nv-primary-accent)
}

.proj-tag {
	display: inline-block;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: .1em;
	text-transform: uppercase;
	background: var(--offwhite);
	padding: 4px 10px;
	margin-bottom: 14px;
	color: var(--navy);
	white-space: normal;
	word-break: break-word
}

.proj-client {
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase;
	color: var(--nv-primary-accent);
	margin-bottom: 6px;
	word-break: break-word
}

.proj-card h3 {
	font-size: 17px;
	margin-bottom: 12px;
	word-break: break-word
}

.proj-card p {
	font-size: 14px;
	color: var(--muted);
	line-height: 1.65
}

@media(max-width:900px) {
	.projects-grid {
		grid-template-columns: 1fr 1fr
	}
}

@media(max-width:560px) {
	.projects-grid {
		grid-template-columns: 1fr
	}
}

/* ═══════════════════════════════════════════════
   TESTIMONIALS
═══════════════════════════════════════════════ */
.testimonials-section {
	padding: 96px 0;
	background: var(--navy);
	position: relative;
	overflow: hidden
}

.testimonials-section::before {
	content: '';
	position: absolute;
	right: -120px;
	top: -120px;
	width: 500px;
	height: 500px;
	border-radius: 50%;
	border: 1px solid rgba(0, 217, 176, .1)
}

.testimonials-section::after {
	content: '';
	position: absolute;
	left: -60px;
	bottom: -80px;
	width: 320px;
	height: 320px;
	border-radius: 50%;
	border: 1px solid rgba(0, 217, 176, .07)
}

.testimonials-header {
	position: relative;
	z-index: 2;
	margin-bottom: 48px
}

.testimonials-header h2 {
	color: #fff
}

.testimonials-header h2 em {
	color: var(--teal);
	-webkit-text-fill-color: var(--nv-primary-accent)
}

.testimonials-header .lead {
	color: rgba(255, 255, 255, .55);
	max-width: 500px;
	margin-top: 12px
}

.testimonials-grid {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px
}

.testi-card {
	background: rgba(255, 255, 255, .05);
	border: 1px solid rgba(255, 255, 255, .1);
	padding: 28px;
	transition: background .2s, border-color .2s;
	min-width: 0
}

.testi-card:hover {
	background: rgba(0, 217, 176, .06);
	border-color: rgba(0, 217, 176, .25)
}

.testi-card.featured-testi {
	grid-column: span 2;
	background: rgba(0, 217, 176, .08);
	border-color: rgba(0, 217, 176, .2)
}

.quote-mark {
	font-family: 'DM Serif Display', serif;
	font-size: 56px;
	color: var(--teal);
	line-height: .7;
	margin-bottom: 16px;
	display: block;
	-webkit-text-fill-color: var(--nv-primary-accent)
}

.testi-text {
	font-family: 'DM Serif Display', serif;
	font-style: italic;
	font-size: clamp(14px, 1.8vw, 17px);
	color: #fff;
	line-height: 1.6;
	margin-bottom: 24px;
	word-break: break-word;
	hyphens: auto
}

.testi-card.featured-testi .testi-text {
	font-size: clamp(15px, 2vw, 20px)
}

.testi-person {
	display: flex;
	align-items: center;
	gap: 12px;
	flex-wrap: wrap
}

.testi-avatar {
	width: 42px;
	height: 42px;
	border-radius: 50%;
	background: linear-gradient(135deg, var(--nv-primary-accent), #00B8E6);
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	font-size: 14px;
	color: var(--navy);
	flex-shrink: 0
}

.testi-name {
	font-size: 14px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 2px
}

.testi-role {
	font-size: 12px;
	color: rgba(255, 255, 255, .45)
}

@media(max-width:768px) {
	.testimonials-grid {
		grid-template-columns: 1fr
	}

	.testi-card.featured-testi {
		grid-column: span 1
	}

	.testi-card {
		padding: 24px 20px
	}
}

/* ═══════════════════════════════════════════════
   LEHRE
═══════════════════════════════════════════════ */
.lehre-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
	margin-top: 48px
}

.lehre-card {
	background: var(--navy);
	padding: 32px;
	position: relative;
	overflow: hidden;
	min-width: 0
}

.lehre-card::before {
	content: '';
	position: absolute;
	right: -40px;
	bottom: -40px;
	width: 140px;
	height: 140px;
	border-radius: 50%;
	border: 1px solid rgba(0, 217, 176, .15)
}

.lehre-label {
	font-size: 10px;
	font-weight: 700;
	letter-spacing: .12em;
	text-transform: uppercase;
	color: var(--teal);
	margin-bottom: 12px;
	display: flex;
	align-items: center;
	gap: 6px
}

.lehre-label::before {
	content: '';
	display: block;
	width: 14px;
	height: 2px;
	background: var(--nv-primary-accent);
	flex-shrink: 0
}

.lehre-card h3 {
	font-size: 18px;
	color: #fff;
	margin-bottom: 6px;
	word-break: break-word
}

.lehre-card .since {
	font-size: 12px;
	color: rgba(255, 255, 255, .4);
	margin-bottom: 16px;
	font-weight: 600;
	letter-spacing: .06em
}

.lehre-card ul {
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 8px
}

.lehre-card ul li {
	display: flex;
	gap: 8px;
	font-size: 13px;
	color: rgba(255, 255, 255, .65);
	line-height: 1.5;
	word-break: break-word
}

.lehre-card ul li::before {
	content: '·';
	color: var(--nv-primary-accent);
	font-size: 18px;
	line-height: 1.1;
	flex-shrink: 0;
	font-weight: 700
}

@media(max-width:900px) {
	.lehre-grid {
		grid-template-columns: 1fr 1fr
	}
}

@media(max-width:560px) {
	.lehre-grid {
		grid-template-columns: 1fr
	}

	.lehre-card {
		padding: 24px 20px
	}
}

/* ═══════════════════════════════════════════════
   KOOPERATIONEN
═══════════════════════════════════════════════ */
.koop-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
	margin-top: 48px
}

.koop-card {
	background: #fff;
	border: 1px solid var(--border);
	padding: 28px;
	position: relative;
	transition: transform .2s, box-shadow .2s;
	min-width: 0
}

.koop-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 12px 36px rgba(26, 30, 90, .09)
}

.koop-card::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 3px;
	background: var(--nv-primary-accentl)
}

.koop-icon {
	width: 48px;
	height: 48px;
	background: var(--teal-soft);
	border-radius: 2px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 16px;
	flex-shrink: 0
}

.koop-icon svg {
	width: 22px;
	height: 22px;
	color: var(--nv-primary-accent);
	stroke: var(--nv-primary-accent)
}

.koop-card h3 {
	font-size: 17px;
	margin-bottom: 6px;
	word-break: break-word
}

.koop-role {
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase;
	color: var(--nv-primary-accent);
	margin-bottom: 10px;
	word-break: break-word
}

.koop-card p {
	font-size: 14px;
	color: var(--muted);
	line-height: 1.65;
	margin-bottom: 12px;
	word-break: break-word
}

.koop-url {
	font-size: 12px;
	color: var(--muted);
	text-decoration: none;
	font-weight: 600;
	transition: color .15s;
	word-break: break-all
}

.koop-url:hover {
	color: var(--teal)
}

@media(max-width:900px) {
	.koop-grid {
		grid-template-columns: 1fr 1fr
	}
}

@media(max-width:560px) {
	.koop-grid {
		grid-template-columns: 1fr
	}

	.koop-card {
		padding: 24px 20px
	}
}

/* ═══════════════════════════════════════════════
   IT BACKGROUND STRIP
═══════════════════════════════════════════════ */
.it-strip {
	padding: 80px 0;
	background: var(--offwhite)
}

.it-strip-inner {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 64px;
	align-items: center
}

.it-text h2 {
	margin-bottom: 16px
}

.it-text p {
	font-size: 15px;
	color: var(--muted);
	line-height: 1.8;
	margin-bottom: 24px;
	word-break: break-word
}

.it-quote {
	border-left: 3px solid var(--nv-primary-accent);
	padding-left: 20px;
	margin-bottom: 0
}

.it-quote p {
	font-family: 'DM Serif Display', serif;
	font-style: italic;
	font-size: 16px;
	color: var(--navy);
	line-height: 1.55;
	word-break: break-word;
	hyphens: auto
}

.it-companies {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 10px
}

.it-company {
	background: #fff;
	border: 1px solid var(--border);
	padding: 14px 16px;
	display: flex;
	align-items: center;
	gap: 10px;
	transition: border-color .2s, box-shadow .2s;
	min-width: 0
}

.it-company:hover {
	border-color: var(--teal);
	box-shadow: 0 4px 16px rgba(0, 217, 176, .12)
}

.it-co-dot {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: var(--nv-primary-accent);
	flex-shrink: 0
}

.it-co-name {
	font-size: 13px;
	font-weight: 600;
	color: var(--navy);
	word-break: break-word
}

@media(max-width:800px) {
	.it-strip-inner {
		grid-template-columns: 1fr;
		gap: 40px
	}
}

@media(max-width:480px) {
	.it-companies {
		grid-template-columns: 1fr
	}
}

/* ═══════════════════════════════════════════════
   CTA DARK
═══════════════════════════════════════════════ */
.cta-dark {
	background: var(--navy);
	padding: 80px 20px;
	position: relative;
	overflow: hidden
}

.cta-dark::before {
	content: '';
	position: absolute;
	right: -100px;
	top: -100px;
	width: 500px;
	height: 500px;
	border-radius: 50%;
	border: 1px solid rgba(0, 217, 176, .12)
}

.cta-dark::after {
	content: '';
	position: absolute;
	left: -60px;
	bottom: -80px;
	width: 320px;
	height: 320px;
	border-radius: 50%;
	border: 1px solid rgba(0, 217, 176, .08)
}

.cta-inner {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: 1fr 280px;
	gap: 56px;
	align-items: center
}

.cta-dark h2 {
	color: #fff;
	margin-bottom: 12px;
	word-break: break-word
}

.cta-dark h2 em {
	color: var(--nv-primary-accent);
	-webkit-text-fill-color: var(--nv-primary-accent)
}

.cta-dark .sub {
	font-size: 15px;
	color: rgba(255, 255, 255, .55);
	margin-bottom: 28px;
	line-height: 1.7
}

.cta-check {
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 10px
}

.cta-check li {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	font-size: 14px;
	color: rgba(255, 255, 255, .7);
	line-height: 1.5
}

.cta-check li::before {
	content: '';
	flex-shrink: 0;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background: rgba(0, 217, 176, .2) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2300D9B0' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E") center/10px no-repeat;
	margin-top: 2px
}

.cta-right {
	display: flex;
	flex-direction: column;
	gap: 14px
}

.cta-right .btn-primary {
	text-align: center;
	padding: 18px;
	font-size: 13px
}

.cta-phone {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	background: rgba(255, 255, 255, .06);
	border: 1px solid rgba(255, 255, 255, .12);
	padding: 16px;
	text-decoration: none;
	font-size: 14px;
	font-weight: 600;
	color: rgba(255, 255, 255, .7);
	transition: background .15s
}

.cta-phone:hover {
	background: rgba(255, 255, 255, .1);
	color: #fff
}

.cta-phone-icon {
	color: var(--nv-primary-accent);
	stroke: var(--nv-primary-accent);
	flex-shrink: 0
}

@media(max-width:768px) {
	.cta-inner {
		grid-template-columns: 1fr;
		gap: 40px
	}

	.cta-right .btn-primary {
		width: 100%
	}

	.cta-phone {
		width: 100%
	}
}


/* ═══════════════════════════════════════════════
   MOBILE OVERRIDES (≤ 480px)
   Catch-all for small phone screens
═══════════════════════════════════════════════ */
@media(max-width:480px) {
	.section {
		padding: 48px 0
	}

	.featured-section {
		padding: 48px 0
	}

	.testimonials-section {
		padding: 56px 0
	}

	/* Ensure nothing overflows the viewport */
	img,
	svg,
	video,
	canvas {
		max-width: 100%;
		height: auto
	}

	table {
		width: 100%;
		display: block;
		overflow-x: auto
	}

	/* Full-width CTAs */
	.hero-cta,
	.cta-row {
		flex-direction: column
	}

	.hero-cta .btn,
	.cta-row .btn {
		width: 100%;
		text-align: center;
		display: block
	}

	/* Featured card full single col with smaller padding */
	.fc-content {
		padding: 20px 16px
	}

	.fc-sidebar {
		padding: 20px 16px
	}

	.fc-card-h3 {
		font-size: 18px
	}

	.fc-card-h3 br {
		display: none
	}

	.fc-body {
		font-size: 14px
	}

	.fc-outcome {
		font-size: 13px
	}

	/* Proj cards */
	.proj-card {
		padding: 20px 16px
	}

	/* Section headers */
	h2 {
		font-size: clamp(20px, 6vw, 28px)
	}

	h3 {
		font-size: clamp(16px, 4.5vw, 20px)
	}

	/* Trust bar vertical */
	.trust-bar {
		flex-direction: column;
		gap: 8px
	}

	.trust-item {
		border-right: none;
		padding-right: 0;
		margin-right: 0;
		border-bottom: 1px solid var(--border);
		padding-bottom: 8px
	}

	.trust-item:last-child {
		border-bottom: none;
		padding-bottom: 0
	}

	/* Filter bar smaller */
	.filter-btn {
		padding: 12px 10px;
		font-size: 11px
	}

	.filter-count {
		display: none
	}

	/* Testi cards */
	.testi-card {
		padding: 20px 16px
	}

	.quote-mark {
		font-size: 40px
	}

	.testi-text {
		font-size: 14px
	}

	/* Lehre / Koop */
	.lehre-card {
		padding: 20px 16px
	}

	.koop-card {
		padding: 20px 16px
	}

	/* IT strip */
	.it-strip {
		padding: 48px 0
	}

	.it-companies {
		grid-template-columns: 1fr
	}

	.it-company {
		padding: 12px 14px
	}

	/* Label smaller */
	.label {
		font-size: 10px;
		letter-spacing: .1em
	}

	.label::before {
		width: 16px
	}

	/* CTA section */
	.cta-dark {
		padding: 56px 15px
	}

	.cta-right .btn-primary,
	.cta-phone {
		width: 100%
	}
}