/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 16 2026 | 11:04:19 */
/* ── Section Label / Eyebrow ─────────────── */
.section-label {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .14em;
	text-transform: uppercase;
	color: var(--nv-secondary);
	margin-bottom: 12px;
}
.section-label::before {
	content: '';
	display: block;
	width: 22px;
	height: 2px;
	background: var(--nv-secondary);
}
/* ── Hero Eyebrow ────────────────────────── */
.hero-eyebrow {
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .14em;
	text-transform: uppercase;
	color: var(--nv-secondary);
	margin-bottom: 20px;
}
/* ── Referenz-Karten ─────────────────────── */
.ref-card {
	background: #ffff !important;
	border: 1px solid var(--brand-border) !important;
	padding: 36px 28px !important;
	position: relative !important;
	transition: transform .2s, box-shadow .2s  !important;
}
.ref-card:hover {
	transform: translateY(-4px)  !important;
	box-shadow: 0 12px 32px rgba(26,30,90,.1)  !important;
}
.ref-card::before {
	content: '';
	position: absolute !important;
	top: 0;
	left: 30px;
	right: 30px;
	height: 3px;
	background: var(--nv-secondary);
}
.ref-tag {
	font-size: 10px;
	font-weight: 700;
	letter-spacing: .1em;
	text-transform: uppercase;
	background: var(--brand-bg);
	padding: 4px 10px;
	display: inline-block;
	margin-bottom: 16px;
}
.ref-subtitle {
	font-size: 12px;
	font-weight: 700;
	color: var(--nv-secondary);
	letter-spacing: .05em;
	text-transform: uppercase;
	margin-bottom: 12px;
}
/* ── Programm-Karten ─────────────────────── */
.prog-card {
	background: white;
	border: 1px solid var(--border);
	padding: 40px 32px;
	transition: transform .2s, box-shadow .2s;
	position: relative;
	overflow: hidden;
}
.prog-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 12px 40px rgba(26,30,90,.1);
}
.prog-num {
	font-family: 'DM Serif Display', serif;
	font-size: 56px;
	color: var(--teal-soft);
	line-height: 1;
	margin-bottom: 24px;
	background: linear-gradient(135deg, var(--teal) 0%, #00B8E6 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
}
.prog-card h3 {
	font-family: 'DM Serif Display', serif;
	font-size: 24px;
	margin-bottom: 12px;
}
.prog-card p {
	font-size: 14px;
	line-height: 1.65;
	color: var(--muted);
	margin-bottom: 24px;
}
.prog-chips {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 28px;
}
.chip {
	font-size: 11px;
	font-weight: 600;
	color: var(--navy);
	background: var(--offwhite);
	border: 1px solid var(--border);
	padding: 4px 10px;
	border-radius: 2px;
}
.prog-link {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-size: 13px;
	font-weight: 700;
	color:  var(--nv-secondary);
	text-decoration: none;
	letter-spacing: .04em;
	text-transform: uppercase;
	border-bottom: 2px solid  var(--nv-secondary);
	padding-bottom: 2px;
}
* ─── SCHMERZ/NUTZEN ──────────────────────────── */
/*
VERBESSERUNG: Statt zwei unverbundenen Listen besser ein visuelles
Vorher/Nachher mit Pfeil-Metapher. Jedes Paar wird direkt gegenübergestellt –
das zeigt die Transformation klarer.
*/
.pain-grid {
	display: flex;
	flex-direction: column;
	gap: 0;
}
.pain-row {
	display: grid;
	grid-template-columns: 1fr 48px 1fr;
	align-items: center;
	gap: 0;
	padding: 20px 0;
	border-bottom: 1px solid var(--brand-border);
}
.pain-row:last-child {
	border-bottom: none;
}
.pain-item {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	font-size: 15px;
	line-height: 1.5;
}
.pain-item.before {
	color: var(--brand-muted);
}
.pain-item.after  {
	color: var(--navy);
	font-weight: 600;
}
.pain-icon {
	flex-shrink: 0;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 13px;
}
.pain-icon.x {
	background: #FEE8E8;
	color: #C0392B;
}
.pain-icon.check {
	background: var(--teal-soft);
	color: var(--teal-mid);
}
.pain-arrow {
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--teal);
	font-size: 18px;
}
.pain-header {
	display: grid;
	grid-template-columns: 1fr 48px 1fr;
	gap: 0;
	margin-bottom: 8px;
}
.pain-header-label {
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .12em;
	text-transform: uppercase;
	color: var(--muted);
	padding: 12px 0;
}
/* ── Trust Bar ───────────────────────────── */
.trust-bar {
	display: flex;
	gap: 20px;
	padding-top: 20px;
	border-top: 1px solid var(--brand-border);
	font-size: 12px;
	font-weight: 500;
	color: var(--brand-muted);
	flex-wrap: wrap;
}
/*About
-------------------------------*/
.btn-outline {
	background: transparent;
	color: var(--navy);
	border: 2px solid var(--navy);
}
.btn-outline:hover {
	background: var(--navy);
	color: var(--white);
}
.about-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 80px;
	align-items: center;
}
.about-photo-wrap {
	position: relative;
}
.about-photo-bg {
	position: absolute;
	top: 40px;
	left: -20px;
	right: 40px;
	bottom: -20px;
	background: var(--teal-soft);
	z-index: 0;
}
.about-photo-wrap img {
	position: relative;
	z-index: 2;
	width: 100%;
	display: block;
	object-fit: cover;
}
.about-badge {
	position: absolute;
	bottom: 20px;
	right: -20px;
	z-index: 5;
	background: var(--nv-primary);
	color: white;
	padding: 20px 24px;
	min-width: 160px;
}
.about-badge .big {
	font-family: 'DM Serif Display', serif;
	font-size: 36px;
	color: var(--nv-secondary);
	line-height: 1;
}
.about-badge .small {
	font-size: 11px;
	color: rgba(255,255,255,.7);
	margin-top: 4px;
	line-height: 1.4;
}
.about-right {
}
.timeline {
	display: flex;
	flex-direction: column;
	gap: 0;
	margin: 36px 0;
}
.tl-item {
	display: grid;
	grid-template-columns: 80px 1fr;
	gap: 20px;
	padding: 20px 0;
	border-bottom: 1px solid var(--brand-border);
	align-items: start;
}
.tl-item:first-child {
	padding-top: 0;
}
.tl-item:last-child {
	border-bottom: none;
}
.tl-year {
	font-size: 12px;
	font-weight: 700;
	color: var(--nv-secondary);
	letter-spacing: .06em;
	padding-top: 2px;
}
.tl-content h4 {
	font-size: 15px;
	font-weight: 600;
	margin-bottom: 3px;
}
.tl-content p {
	font-size: 13px;
	color: var(--muted);
	line-height: 1.5;
}
/* ─── METHODEN ────────────────────────────────── */
/*
VERBESSERUNG: War eine einfache Linkliste.
Hier: Kompakte Icon-Karten in einem 2×2 Grid.
*/
.methods-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
}
.method-card {
	background: var(--white);
	border: 1px solid var(--brand-border);
	padding: 28px 28px;
	display: flex;
	gap: 20px;
	align-items: flex-start;
}
.method-icon {
	flex-shrink: 0;
	width: 44px;
	height: 44px;
	background: var(--teal-soft);
	border-radius: 2px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.method-icon svg {
	color: var(--teal-mid);
}
.method-card h4 {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 6px;
}
.method-card p {
	font-size: 13px;
	color: var(--brand-muted);
	line-height: 1.6;
}
/* ── CTA List (dunkel) ───────────────────── */
.cta-list li {
	list-style: none;
	color: rgba(255,255,255,.7);
	font-size: 14px;
}
.cta-list li::before {
	content: '✓ ';
	color: var(--nv-secondary);
	font-weight: 700;
}
.cta-download {
	background: rgba(255,255,255,.06);
	border: 1px solid rgba(255,255,255,.12);
	padding: 20px;
	display: flex;
	align-items: flex-start;
	gap: 14px;
}
.cta-download-icon {
	color: var(--teal);
	font-size: 22px;
	flex-shrink: 0;
	margin-top: 2px;
}
.cta-download h4 {
	font-family: 'DM Sans', sans-serif;
	font-size: 13px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 4px;
}
.cta-download p {
	font-size: 12px;
	color: rgba(255,255,255,.45);
	line-height: 1.5;
}
.cta-download a {
	font-size: 11px;
	font-weight: 700;
	color: var(--teal);
	text-decoration: none;
	letter-spacing: .08em;
	text-transform: uppercase;
	margin-top: 8px;
	display: inline-block;
}
/* ═══════════════════════════════════════════
FLOATING CARDS – Hero Foto-Spalte
══════════════════════════════════════════ */
/* 1) Foto-Spalte als Positions-Anker */
.hero-photo-col {
	position: relative !important;
	overflow: visible !important;
}
/* 2) Basis-Stil aller Karten */
.float-card {
	position:   absolute !important;
	background: #ffffff;
	box-shadow: 0 8px 28px rgba(26, 30, 90, 0.14);
	padding:    14px 18px;
	min-width:  160px;
	z-index:    10;
	/* Schwebende Animation */
	animation: heroFloat 4s ease-in-out infinite;
}
@keyframes heroFloat {
	0%, 100% {
		transform: translateY(0px);
	}
	50%        {
		transform: translateY(-9px);
	}
}
/* 3) Position: Karte 1 – links, Mitte */
.fc-left {
	left:             40px;
	top:              65%;
	animation-delay: 0s;
}
/* 4) Position: Karte 2 – rechts, oben */
.fc-right {
	right:            40px;
	top:              50%;
	animation-delay: 2s;
	/* versetzt → sieht natürlicher aus */
}
/* 5) Inhalte der Karte */
.float-card .fc-label {
	font-size:      9px;
	font-weight:    700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color:        var(--nv-secondary);
	margin:         0 0 4px;
	line-height:    1;
}
.float-card .fc-value {
	font-family: 'DM Serif Display', serif;
	font-size:   20px;
	color:       #1A1E5A;
	line-height: 1.15;
	margin:      0 0 3px;
}
.float-card .fc-sub {
	font-size:   10px;
	color:       #5A6080;
	margin:      0;
	line-height: 1.4;
}
/* 6) Mobile: Karten ausblenden – zu wenig Platz */
@media (max-width: 900px) {
	.nav-links {
		display: none;
	}
	.container {
		padding: 0 24px;
	}
	.hero {
		grid-template-columns: 1fr;
		padding: 40px 24px 0;
		min-height: auto;
	}
	.hero-right {
		justify-content: center;
		padding-top: 32px;
	}
	.photo-wrap {
		width: 300px;
	}
	.float-card.fc-left {
		left: 0px;
		top: 67%;
	}
	.float-card.fc-right {
		right: 0px;
		top: 42%;
	}
	.ref-grid, .prog-grid {
		grid-template-columns: 1fr;
	}
	.about-grid {
		grid-template-columns: 1fr;
	}
	.methods-grid {
		grid-template-columns: 1fr;
	}
	.cta-final-inner {
		grid-template-columns: 1fr;
	}
	.pain-row {
		grid-template-columns: 1fr;
		gap: 8px;
	}
	.pain-arrow {
		display: none;
	}
	.pain-item.before {
		opacity: .6;
	}
}
@media (max-width: 320px) {
	.float-card {
		display: none;
	}
}
