/* ==========================================================================
   CS Aviation — Main Stylesheet
   Extracted from /mockups/. Scoped per body class:
   .cs-atmosphere — homepage (atmospheric ascent, altimeter, parallax)
   .cs-static-sky — subpages (static sky gradient)
   ========================================================================== */

/* === 1. Variables ====================================================== */
:root {
	--sky-pale:   #eaf3fa;
	--sky-light:  #c6dff0;
	--sky:        #7fb5d9;
	--sky-mid:    #4a92c2;
	--sky-deep:   #2c6da4;
	--sky-darker: #1a4a7a;
	--sky-ink:    #0d2942;
	--cloud:      #ffffff;
	--cloud-soft: #f8fafc;
	--gold:       #f5b860;
	--warm:       #f8d49a;
	--ink:        #0d2942;
	--ink-soft:   #36567a;
	--muted:      rgba(13,41,66,.62);
	--subtle:     rgba(13,41,66,.1);
	--line:       rgba(13,41,66,.12);
	--hero:       "Contrail One", system-ui, sans-serif;
	--display:    "Contrail One", system-ui, sans-serif;
	--sans:       "Plus Jakarta Sans", system-ui, sans-serif;
}

/* === 2. Reset & Base =================================================== */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
	font-family: var(--sans);
	color: var(--ink);
	background: var(--sky-pale);
	line-height: 1.65;
	overflow-x: hidden;
	font-weight: 400;
	font-size: 16px;
	-webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; }
a { color: var(--sky-deep); }

/* === 3. Atmosphere — homepage only ==================================== */
.cs-atmosphere .atmosphere {
	position: fixed; inset: 0; z-index: -3;
	background: linear-gradient(180deg,
		#eaf3fa 0%, #d9eaf5 18%, #b8d8ed 35%, #8ec3df 52%,
		#5fa8d3 68%, #4090c2 82%, #2c6da4 92%, #1f5582 100%);
	background-size: 100% 700%;
	background-position: 0 0;
	transition: background-position .25s ease-out;
}
.cs-atmosphere .hero-photo {
	position: fixed;
	top: 0; left: 0; right: 0;
	height: 100vh;
	background-size: cover;
	background-position: center 70%;
	z-index: -2;
	will-change: opacity;
	-webkit-mask-image: linear-gradient(180deg,
		black 0%, black 55%, rgba(0,0,0,.85) 75%,
		rgba(0,0,0,.4) 90%, transparent 100%);
	mask-image: linear-gradient(180deg,
		black 0%, black 55%, rgba(0,0,0,.85) 75%,
		rgba(0,0,0,.4) 90%, transparent 100%);
}
.cs-atmosphere .cloud-layer {
	position: fixed; left: 0; right: 0; pointer-events: none;
	z-index: -1; will-change: transform;
}
.cloud {
	position: absolute;
	background:
		radial-gradient(ellipse at 30% 40%, rgba(255,255,255,1) 0%, rgba(255,255,255,.92) 25%, rgba(255,255,255,0) 60%),
		radial-gradient(ellipse at 70% 50%, rgba(255,255,255,.95) 0%, rgba(255,255,255,.85) 30%, rgba(255,255,255,0) 65%),
		radial-gradient(ellipse at 50% 65%, rgba(255,255,255,.9) 0%, rgba(255,255,255,0) 70%);
	filter: blur(18px); border-radius: 50%;
}
.cs-atmosphere .layer-1 { top: 28vh; height: 40vh; opacity: .7; }
.cs-atmosphere .layer-1 .cloud:nth-child(1) { width: 720px; height: 240px; top: 10%; left: -10%; }
.cs-atmosphere .layer-1 .cloud:nth-child(2) { width: 520px; height: 180px; top: 60%; left: 60%; }
.cs-atmosphere .layer-1 .cloud:nth-child(3) { width: 620px; height: 200px; top: 30%; left: 30%; }
.cs-atmosphere .layer-2 { top: 60vh; height: 60vh; opacity: .9; }
.cs-atmosphere .layer-2 .cloud:nth-child(1) { width: 920px; height: 320px; top: 0%;  left: -15%; }
.cs-atmosphere .layer-2 .cloud:nth-child(2) { width: 720px; height: 260px; top: 40%; left: 50%; }
.cs-atmosphere .layer-2 .cloud:nth-child(3) { width: 620px; height: 240px; top: 70%; left: 10%; }
.cs-atmosphere .layer-3 { top: 88vh; height: 80vh; opacity: 1; }
.cs-atmosphere .layer-3 .cloud:nth-child(1) { width: 1240px; height: 420px; top: 0%;  left: -20%; filter: blur(28px); }
.cs-atmosphere .layer-3 .cloud:nth-child(2) { width: 1020px; height: 380px; top: 35%; left:  40%; filter: blur(32px); }
.cs-atmosphere .layer-3 .cloud:nth-child(3) { width: 1120px; height: 400px; top: 70%; left: -10%; filter: blur(30px); }

/* Altimeter — only homepage, hidden on tablet/mobile */
.cs-atmosphere .altitude {
	position: fixed; right: 32px; top: 50%; transform: translateY(-50%);
	z-index: 80; text-align: right; pointer-events: none;
}
.cs-atmosphere .altitude .num {
	font-family: var(--display); font-size: 56px; line-height: 1;
	font-weight: 400; letter-spacing: -.02em; color: var(--sky-deep);
	text-shadow: 0 1px 8px rgba(255,255,255,.5);
}
.cs-atmosphere .altitude .alt-unit {
	font-size: 18px;
	letter-spacing: .05em;
	margin-left: 6px;
	opacity: .55;
	font-weight: 400;
	vertical-align: top;
	display: inline-block;
	padding-top: 8px;
}
.cs-atmosphere .altitude .lbl {
	font-size: 10px; letter-spacing: .35em; text-transform: uppercase;
	opacity: .7; margin-top: 6px; font-weight: 600; color: var(--ink);
	text-shadow: 0 1px 4px rgba(255,255,255,.5);
	font-family: var(--sans);
}
.cs-atmosphere .altitude .stage {
	margin-top: 14px; font-size: 13px; color: var(--sky-deep);
	font-weight: 600; font-style: italic; letter-spacing: .01em;
	text-shadow: 0 1px 4px rgba(255,255,255,.5);
	font-family: var(--sans);
}

/* === Cursor airplane shadow (homepage desktop only) === */
.cs-cursor-plane {
	position: fixed;
	top: 0; left: 0;
	width: 120px; height: 60px;
	pointer-events: none;
	z-index: 90;
	opacity: 0;
	will-change: transform, opacity;
	transition: opacity .55s ease;
	color: rgba(13, 41, 66, .42);
	mix-blend-mode: multiply;
	overflow: visible;
}
.cs-cursor-plane.is-visible { opacity: 1; }
.cs-cursor-plane svg {
	width: 100%; height: 100%; display: block;
	filter: blur(8px);
}
@media (hover: none), (pointer: coarse) { .cs-cursor-plane { display: none !important; } }
@media (prefers-reduced-motion: reduce) { .cs-cursor-plane { display: none !important; } }
body:not(.cs-atmosphere) .cs-cursor-plane { display: none !important; }

/* === 4. Static Sky — subpages ========================================= */
.cs-static-sky .sky-bg {
	position: fixed; inset: 0; z-index: -3;
	background: linear-gradient(180deg,
		#eaf3fa 0%, #c6dff0 35%, #8ec3df 70%, #5fa8d3 100%);
}
.cs-static-sky .subpage-hero-photo {
	position: fixed; top: 0; left: 0; right: 0;
	height: 80vh; z-index: -2;
	background-size: cover; background-position: center 70%;
	pointer-events: none;
	-webkit-mask-image: linear-gradient(180deg,
		black 0%, black 45%, rgba(0,0,0,.7) 65%,
		rgba(0,0,0,.3) 85%, transparent 100%);
	mask-image: linear-gradient(180deg,
		black 0%, black 45%, rgba(0,0,0,.7) 65%,
		rgba(0,0,0,.3) 85%, transparent 100%);
}
/* Legacy inline hero-photo (deprecated) — keep for backward compatibility, but stretch up */
.cs-static-sky .hero .hero-photo {
	position: absolute; top: -200px; left: 0; right: 0;
	height: calc(90vh + 200px); z-index: -2;
	background-size: cover; background-position: center 70%;
	-webkit-mask-image: linear-gradient(180deg, black 0%, black 50%, transparent 100%);
	mask-image: linear-gradient(180deg, black 0%, black 50%, transparent 100%);
}

/* === 5. Cloud Bursts (both) =========================================== */
.cloud-burst {
	position: fixed; border-radius: 50%; pointer-events: none;
	z-index: -2; filter: blur(70px); will-change: transform;
}
.cs-atmosphere .cloud-burst.b1 {
	top: 8%; left: -10%; width: 750px; height: 500px;
	background: radial-gradient(ellipse, rgba(255,255,255,.6), transparent 65%);
	animation: float-1 28s ease-in-out infinite;
}
.cs-atmosphere .cloud-burst.b2 {
	top: 45%; right: -12%; width: 850px; height: 550px;
	background: radial-gradient(ellipse, rgba(255,255,255,.55), transparent 65%);
	animation: float-2 35s ease-in-out infinite;
}
.cs-atmosphere .cloud-burst.b3 {
	top: 80%; left: 20%; width: 700px; height: 480px;
	background: radial-gradient(ellipse, rgba(255,255,255,.5), transparent 65%);
	animation: float-3 32s ease-in-out infinite;
}
.cs-static-sky .cloud-burst.b1 {
	top: 5%; left: -10%; width: 700px; height: 480px;
	background: radial-gradient(ellipse, rgba(255,255,255,.55), transparent 65%);
	animation: float-1 28s ease-in-out infinite;
}
.cs-static-sky .cloud-burst.b2 {
	top: 50%; right: -12%; width: 850px; height: 550px;
	background: radial-gradient(ellipse, rgba(255,255,255,.5), transparent 65%);
	animation: float-2 35s ease-in-out infinite;
}
.cs-static-sky .cloud-burst.b3 {
	top: 90%; left: 20%; width: 700px; height: 480px;
	background: radial-gradient(ellipse, rgba(255,255,255,.45), transparent 65%);
	animation: float-3 32s ease-in-out infinite;
}
@keyframes float-1 { 50% { transform: translate( 80px,  60px); } }
@keyframes float-2 { 50% { transform: translate(-90px, -40px); } }
@keyframes float-3 { 50% { transform: translate( 60px, -90px); } }

/* === 6. Pill Top Nav ================================================== */
nav.top {
	position: fixed; top: 32px; left: 50%; transform: translateX(-50%);
	z-index: 100; padding: 8px 8px 8px 24px;
	display: flex; align-items: center; gap: 32px;
	max-width: calc(100vw - 32px);
	background: rgba(255,255,255,.75);
	backdrop-filter: blur(24px); -webkit-backdrop-filter: blur(24px);
	border: 1px solid rgba(255,255,255,.85); border-radius: 100px;
	box-shadow: 0 8px 30px rgba(13,41,66,.12), 0 2px 8px rgba(13,41,66,.06);
}
/* flex-shrink: 0 — bei knapper Pill-Breite darf Flexbox das Logo nicht stauchen */
nav.top .logo-link { display: flex; align-items: center; text-decoration: none; height: 44px; flex-shrink: 0; }
nav.top .logo-img {
	height: 44px; width: auto;
	flex-shrink: 0;
	display: block;
	transition: opacity .25s, transform .25s;
}
/* Nur-Emblem-Variante (Schwinge ohne Schriftzug): flaches Seitenverhältnis,
   daher etwas niedriger und vertikal zentriert. */
nav.top .logo-img--emblem { height: 34px; }
nav.top .logo-link:hover .logo-img {
	opacity: .82;
	transform: scale(1.02);
}
nav.top ul { display: flex; gap: 28px; list-style: none; padding: 0; margin: 0; }
nav.top a:not(.logo-link):not(.cta) {
	color: var(--ink); text-decoration: none;
	font-size: 13px; font-weight: 500; opacity: .8;
	white-space: nowrap;
	transition: opacity .2s, color .2s;
}
nav.top li.current-menu-item > a:not(.logo-link):not(.cta),
nav.top li.current_page_ancestor > a:not(.logo-link):not(.cta),
nav.top a:not(.logo-link):not(.cta).active {
	color: var(--sky-deep); opacity: 1;
}
nav.top a:not(.logo-link):not(.cta):hover { opacity: 1; color: var(--sky-deep); }
nav.top .cta {
	background: var(--sky-deep); color: var(--cloud);
	padding: 11px 22px; border-radius: 100px;
	font-weight: 600; font-size: 13px; text-decoration: none;
	white-space: nowrap; flex-shrink: 0;
	transition: transform .25s, box-shadow .25s, background .25s;
	box-shadow: 0 6px 20px rgba(44,109,164,.3);
}
nav.top .cta:hover {
	transform: translateY(-1px); background: var(--sky-darker);
	box-shadow: 0 12px 32px rgba(44,109,164,.4);
}
/* 7 Menüpunkte: im schmalen Desktop-Bereich Abstände verdichten, damit die Pill nicht überläuft */
@media (min-width: 1101px) and (max-width: 1440px) {
	nav.top { gap: 20px; }
	nav.top ul { gap: 18px; }
	nav.top .cta { padding: 11px 16px; }
}

/* Burger toggle (mobile only) */
.cs-nav-toggle {
	display: none;
	flex-direction: column;
	justify-content: center;
	gap: 5px;
	width: 44px; height: 44px;
	padding: 13px 11px;
	background: transparent;
	border: 1px solid rgba(13,41,66,.15);
	border-radius: 50%;
	cursor: pointer;
	transition: background .2s, border-color .2s;
	flex-shrink: 0;
	touch-action: manipulation;
	-webkit-tap-highlight-color: transparent;
	-webkit-appearance: none;
	appearance: none;
	font: inherit;
	color: inherit;
}
.cs-nav-toggle:focus-visible { outline: 2px solid var(--sky-deep); outline-offset: 2px; }
.cs-nav-toggle:hover { background: rgba(44,109,164,.06); border-color: rgba(44,109,164,.3); }
.cs-nav-toggle span {
	display: block; width: 100%; height: 2px;
	background: var(--ink); border-radius: 1px;
	transition: transform .25s ease, opacity .2s ease;
	transform-origin: center;
}
body.cs-nav-open .cs-nav-toggle span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
body.cs-nav-open .cs-nav-toggle span:nth-child(2) { opacity: 0; }
body.cs-nav-open .cs-nav-toggle span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* Mobile menu overlay */
.cs-mobile-menu {
	position: fixed; inset: 0;
	background: rgba(255,255,255,.96);
	backdrop-filter: blur(28px); -webkit-backdrop-filter: blur(28px);
	z-index: 95;
	display: flex; align-items: center; justify-content: center;
	opacity: 0; visibility: hidden;
	transform: translateY(-12px);
	transition: opacity .35s ease, transform .35s ease, visibility .35s;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}
body.cs-nav-open .cs-mobile-menu {
	opacity: 1; visibility: visible; transform: none;
}
body.cs-nav-open { overflow: hidden; }
.cs-mobile-menu-inner {
	text-align: center; padding: 60px 24px;
	display: flex; flex-direction: column; gap: 32px; align-items: center;
	max-width: 600px; width: 100%;
}
.cs-mobile-list {
	list-style: none; padding: 0; margin: 0;
	display: flex; flex-direction: column; gap: 18px;
	width: 100%;
}
.cs-mobile-list li { padding: 0; }
.cs-mobile-list a {
	font-family: var(--display);
	font-size: clamp(28px, 7vw, 40px);
	color: var(--ink); text-decoration: none;
	font-weight: 400; letter-spacing: -.01em;
	transition: color .2s;
	display: inline-block; padding: 6px 12px;
}
.cs-mobile-list a:hover,
.cs-mobile-list .current-menu-item > a { color: var(--sky-deep); }
.cs-cta-mobile { margin-top: 12px; }
@media (min-width: 1101px) {
	.cs-mobile-menu { display: none !important; }
}

/* === 7. Hero — shared bones, page-class for sizing =================== */
.hero {
	padding: 220px 40px 180px;
	display: grid; place-items: center; text-align: center;
	position: relative; z-index: 5;
}
.cs-atmosphere .hero { min-height: 100vh; }
.cs-static-sky .hero { min-height: 80vh; padding: 220px 40px 100px; }

.hero-mark {
	display: inline-flex; align-items: center; gap: 14px;
	padding: 8px 18px; border: 1px solid rgba(255,255,255,.95);
	border-radius: 100px; margin-bottom: 40px;
	font-size: 12px; color: var(--ink);
	background: rgba(255,255,255,.75); backdrop-filter: blur(8px);
	font-weight: 500; letter-spacing: .02em;
	box-shadow: 0 4px 16px rgba(13,41,66,.08);
}
.hero-mark .pulse {
	width: 7px; height: 7px; border-radius: 50%;
	background: var(--sky-deep); box-shadow: 0 0 12px var(--sky-deep);
	animation: heartbeat 2s ease-in-out infinite;
}
@keyframes heartbeat { 50% { opacity: .4; transform: scale(.85); } }

.hero h1, .hero-title {
	font-family: var(--hero);
	line-height: .95; font-weight: 400;
	letter-spacing: -.01em; color: var(--ink);
	margin-bottom: 36px; max-width: 1300px;
	text-shadow: 0 2px 30px rgba(255,255,255,.6), 0 1px 2px rgba(255,255,255,.4);
}
.cs-atmosphere .hero h1, .cs-atmosphere .hero-title {
	font-size: clamp(72px, 13vw, 220px);
}
.cs-static-sky .hero h1, .cs-static-sky .hero-title {
	font-size: clamp(56px, 9vw, 140px);
	margin-bottom: 32px; max-width: 1100px;
}
.hero h1 .accent, .hero-title .accent {
	background: linear-gradient(135deg, var(--sky-deep) 0%, var(--sky-mid) 50%, var(--sky-darker) 100%);
	-webkit-background-clip: text; background-clip: text; color: transparent;
	background-size: 200% 200%;
	animation: gradient-shift 8s ease-in-out infinite;
	padding: 0 .05em;
}
@keyframes gradient-shift {
	0%, 100% { background-position: 0% 50%; }
	50%       { background-position: 100% 50%; }
}

.hero-sub, .hero-lead {
	max-width: 600px; font-size: 19px; line-height: 1.7;
	color: var(--ink-soft); margin-bottom: 48px;
	font-weight: 500;
	text-shadow: 0 1px 8px rgba(255,255,255,.5);
}
.cs-static-sky .hero-lead { max-width: 680px; margin-bottom: 40px; }
.hero-sub em { color: var(--sky-deep); font-style: italic; font-weight: 600; }

.hero-actions, .actions {
	display: flex; gap: 14px; justify-content: center; flex-wrap: wrap;
}

.scroll-hint {
	position: absolute; bottom: 30px; left: 50%; transform: translateX(-50%);
	color: var(--ink); font-size: 11px; letter-spacing: .3em;
	text-transform: uppercase; display: flex; flex-direction: column;
	align-items: center; gap: 14px;
	font-weight: 700; opacity: .85;
	text-shadow: 0 1px 4px rgba(255,255,255,.5);
}
.scroll-hint .line {
	width: 1px; height: 60px;
	background: linear-gradient(to bottom, transparent, var(--sky-deep));
	animation: drop 2s ease-in-out infinite;
}
@keyframes drop {
	0%, 100% { transform: scaleY(0); transform-origin: top; }
	50%       { transform: scaleY(1); transform-origin: top; }
}

/* === 8. Buttons ======================================================= */
.btn {
	display: inline-flex; align-items: center; gap: 10px;
	padding: 18px 32px; border-radius: 100px; text-decoration: none;
	font-size: 14px; font-weight: 600; letter-spacing: .01em;
	font-family: var(--sans); cursor: pointer; border: none;
	transition: transform .25s, box-shadow .25s, background .25s, color .25s;
}
.btn-primary {
	background: var(--sky-deep); color: var(--cloud);
	box-shadow: 0 12px 32px rgba(44,109,164,.35);
}
.btn-primary:hover {
	transform: translateY(-3px); background: var(--sky-darker);
	box-shadow: 0 20px 48px rgba(44,109,164,.5);
	color: var(--cloud);
}
.btn-ghost {
	background: rgba(255,255,255,.85); border: 1px solid rgba(255,255,255,.95);
	color: var(--ink); backdrop-filter: blur(8px);
	box-shadow: 0 4px 16px rgba(13,41,66,.08);
}
.btn-ghost:hover {
	background: rgba(255,255,255,1); transform: translateY(-3px);
	box-shadow: 0 12px 32px rgba(13,41,66,.12);
	color: var(--ink);
}
.btn .arr { transition: transform .25s; }
.btn:hover .arr { transform: translateX(4px); }

/* === 9. Section Base ================================================== */
section.sec, .cs-sec {
	position: relative; z-index: 5; padding: 140px 40px;
	max-width: 1300px; margin: 0 auto;
}
.cs-static-sky section.sec, .cs-static-sky .cs-sec { padding: 100px 40px; }

.eyebrow {
	display: inline-flex; align-items: center; gap: 12px;
	padding: 6px 16px; background: rgba(44,109,164,.08);
	border: 1px solid rgba(44,109,164,.18); border-radius: 100px;
	font-size: 11px; color: var(--sky-deep);
	letter-spacing: .15em; text-transform: uppercase;
	margin-bottom: 28px; font-weight: 700;
	font-family: var(--sans);
}
.eyebrow::before { content: "✦"; font-size: 12px; }

.sec-title {
	font-family: var(--display);
	font-size: clamp(48px, 7vw, 96px); line-height: .95;
	font-weight: 400; letter-spacing: -.02em;
	margin-bottom: 28px; max-width: 900px; color: var(--ink);
}
.cs-static-sky .sec-title { font-size: clamp(40px, 5.5vw, 72px); margin-bottom: 20px; }
.sec-title .accent {
	background: linear-gradient(135deg, var(--sky-deep) 0%, var(--sky-mid) 100%);
	-webkit-background-clip: text; background-clip: text; color: transparent;
}
.sec-lead {
	font-size: 18px; line-height: 1.75; color: var(--ink-soft);
	max-width: 640px; margin-bottom: 80px; font-weight: 400;
}
.cs-static-sky .sec-lead { max-width: 680px; margin-bottom: 60px; }

/* === 10. Breadcrumb (subpages) ======================================== */
.cs-breadcrumb-section {
	padding: 180px 40px 0;
	text-align: center;
	position: relative;
	z-index: 5;
	max-width: 1300px;
	margin: 0 auto;
}
.cs-breadcrumb-section + section.hero,
.cs-breadcrumb-section + .vc_row .hero,
.cs-breadcrumb-section + .wpb_row .hero,
.vc_row:has(.cs-breadcrumb-section) + .vc_row .hero,
.wpb_row:has(.cs-breadcrumb-section) + .wpb_row .hero {
	padding-top: 40px;
}
.breadcrumb {
	display: inline-flex; align-items: center; gap: 10px;
	font-size: 11px; letter-spacing: .25em; text-transform: uppercase;
	color: var(--ink-soft); font-weight: 600; margin-bottom: 32px;
	padding: 8px 18px; border: 1px solid rgba(255,255,255,.95);
	border-radius: 100px; background: rgba(255,255,255,.7);
	backdrop-filter: blur(8px);
	box-shadow: 0 4px 16px rgba(13,41,66,.06);
}
.breadcrumb a { color: var(--ink-soft); text-decoration: none; transition: color .2s; }
.breadcrumb a:hover { color: var(--sky-deep); }
.breadcrumb .sep { opacity: .5; }
.breadcrumb .current { color: var(--sky-deep); }

/* === 11. Targets — homepage 3-card grid =============================== */
.targets { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.target {
	padding: 40px;
	background: linear-gradient(135deg, rgba(255,255,255,.85) 0%, rgba(255,255,255,.65) 100%);
	backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px);
	border: 1px solid rgba(255,255,255,.9); border-radius: 28px;
	position: relative; overflow: hidden; will-change: transform;
	transition: transform .5s cubic-bezier(.4,0,.2,1), border-color .3s, box-shadow .3s;
	box-shadow: 0 8px 32px rgba(13,41,66,.08);
}
.target::before {
	content: ""; position: absolute; inset: -1px; border-radius: 28px;
	background: linear-gradient(135deg, var(--sky-light) 0%, var(--sky) 100%);
	opacity: 0; transition: opacity .4s; z-index: -1; filter: blur(14px);
}
.target:hover {
	transform: translateY(-12px); border-color: rgba(44,109,164,.25);
	box-shadow: 0 24px 48px rgba(44,109,164,.18);
}
.target:hover::before { opacity: .5; }
.target-icon {
	width: 90px; height: 90px;
	display: grid; place-items: center; margin-bottom: 28px;
	border-radius: 24px;
	background: linear-gradient(135deg, rgba(44,109,164,.08) 0%, rgba(44,109,164,.02) 100%);
	border: 1px solid rgba(44,109,164,.15);
	transition: transform .4s, background .3s;
}
.target:hover .target-icon {
	transform: translateY(-4px);
	background: linear-gradient(135deg, rgba(44,109,164,.15) 0%, rgba(44,109,164,.05) 100%);
}
.target-icon svg {
	width: 56px; height: 56px; color: var(--sky-deep);
	transition: transform .5s cubic-bezier(.4,0,.2,1);
}
.target:nth-child(1):hover .target-icon svg { transform: translate(2px, -3px) rotate(-3deg); }
.target:nth-child(2):hover .target-icon svg { transform: scale(1.05); }
.target:nth-child(3):hover .target-icon svg { transform: translate(3px, 0); }
.target-tag {
	font-size: 11px; color: var(--sky-deep);
	letter-spacing: .25em; text-transform: uppercase;
	margin-bottom: 12px; font-weight: 700;
	font-family: var(--sans);
}
.target h3 {
	font-family: var(--display);
	font-size: 38px; line-height: 1; font-weight: 400;
	margin-bottom: 18px; letter-spacing: -.01em; color: var(--ink);
}
.target h3 .accent {
	background: linear-gradient(135deg, var(--sky-deep) 0%, var(--sky-mid) 100%);
	-webkit-background-clip: text; background-clip: text; color: transparent;
}
.target p {
	color: var(--ink-soft); font-size: 15px; line-height: 1.7;
	margin-bottom: 28px; font-weight: 400;
}
.target-meta {
	display: flex; gap: 24px; padding-top: 20px;
	border-top: 1px solid var(--line); margin-bottom: 24px;
}
.target-meta .k {
	font-size: 10px; letter-spacing: .25em; text-transform: uppercase;
	color: var(--muted); font-weight: 700; margin-bottom: 4px;
	font-family: var(--sans);
}
.target-meta .v { font-size: 14px; color: var(--ink); font-weight: 600; font-family: var(--sans); }
.target-cta {
	display: inline-flex; align-items: center; gap: 10px;
	color: var(--ink); text-decoration: none;
	font-size: 13px; font-weight: 700; padding: 12px 0;
	border-bottom: 1px solid var(--subtle);
	transition: border-color .3s, color .3s;
	font-family: var(--sans);
}
.target-cta:hover { color: var(--sky-deep); border-color: var(--sky-deep); }
.target-cta::after { content: "→"; transition: transform .25s; }
.target:hover .target-cta::after { transform: translateX(6px); }

/* === 12. Bento — homepage 6-cell highlights =========================== */
.bento {
	display: grid; grid-template-columns: repeat(6, 1fr);
	grid-auto-rows: 200px; gap: 20px;
}
.bento-cell {
	background: linear-gradient(135deg, rgba(255,255,255,.8) 0%, rgba(255,255,255,.6) 100%);
	backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px);
	border: 1px solid rgba(255,255,255,.85); border-radius: 22px;
	padding: 30px;
	transition: transform .4s, border-color .3s, box-shadow .3s;
	position: relative; overflow: hidden;
	display: flex; flex-direction: column; justify-content: space-between;
	box-shadow: 0 6px 24px rgba(13,41,66,.06);
}
.bento-cell::after {
	content: ""; position: absolute; inset: 0; border-radius: 22px;
	background: radial-gradient(circle at var(--mx, 50%) var(--my, 50%), rgba(44,109,164,.1) 0%, transparent 50%);
	opacity: 0; transition: opacity .4s; pointer-events: none;
}
.bento-cell:hover {
	transform: translateY(-6px); border-color: rgba(44,109,164,.2);
	box-shadow: 0 16px 40px rgba(44,109,164,.12);
}
.bento-cell:hover::after { opacity: 1; }
.bento-cell h4 {
	font-family: var(--display);
	font-size: 30px; line-height: 1.05; font-weight: 400;
	margin-bottom: 10px; letter-spacing: -.01em; color: var(--ink);
}
.bento-cell h4 .accent {
	background: linear-gradient(135deg, var(--sky-deep) 0%, var(--sky-mid) 100%);
	-webkit-background-clip: text; background-clip: text; color: transparent;
}
.bento-cell p { font-size: 14px; line-height: 1.6; color: var(--ink-soft); font-weight: 400; }
.bento-cell .num {
	font-size: 11px; color: var(--sky-deep);
	letter-spacing: .15em; font-weight: 800; text-transform: uppercase;
	font-family: var(--sans);
}
.b-1 { grid-column: span 3; grid-row: span 2; padding: 32px; }
.b-2 { grid-column: span 3; grid-row: span 1; }
.b-3 { grid-column: span 3; grid-row: span 1; }
.b-4 { grid-column: span 2; }
.b-5 { grid-column: span 2; }
.b-6 { grid-column: span 2; }
.b-1 > .num { margin-bottom: 14px; }
.b-1 .fleet-pair {
	display: grid; grid-template-columns: 1fr 1fr; gap: 24px;
	margin-top: auto; padding-top: 20px;
	border-top: 1px solid var(--line);
}
.b-1 .fleet { display: flex; flex-direction: column; gap: 8px; }
.b-1 .fleet h5 {
	font-family: var(--display); font-size: 26px;
	line-height: 1; font-weight: 400; color: var(--ink);
	letter-spacing: -.01em;
}
.b-1 .fleet h5 .accent {
	background: linear-gradient(135deg, var(--sky-deep) 0%, var(--sky-mid) 100%);
	-webkit-background-clip: text; background-clip: text; color: transparent;
}
.b-1 .fleet p { font-size: 13px; line-height: 1.55; color: var(--ink-soft); margin: 0; }
.b-1 .fleet .badge {
	display: inline-block; font-size: 9px;
	letter-spacing: .2em; text-transform: uppercase;
	padding: 3px 8px; border-radius: 100px;
	font-weight: 700; font-family: var(--sans);
	align-self: flex-start;
}
.b-1 .fleet .badge.classic { background: rgba(44,109,164,.1); color: var(--sky-deep); }
.b-1 .fleet .badge.modern  { background: rgba(245,184,96,.18); color: #b07b30; }
.b-1 .lead-line {
	font-size: 14px; line-height: 1.55;
	color: var(--ink-soft); margin-top: 6px;
	max-width: 80%;
}

/* === 13. Quote Section ================================================ */
.quote-section {
	padding: 200px 40px; text-align: center; position: relative;
	z-index: 5; max-width: 1200px; margin: 0 auto;
}
.quote-section blockquote {
	font-family: var(--display);
	font-size: clamp(36px, 5vw, 64px); line-height: 1.2;
	font-weight: 400; color: var(--ink);
	max-width: 1000px; margin: 0 auto 40px;
	letter-spacing: -.01em;
}
.quote-section blockquote .accent {
	background: linear-gradient(135deg, var(--sky-deep) 0%, var(--sky-mid) 100%);
	-webkit-background-clip: text; background-clip: text; color: transparent;
}
.quote-author {
	font-size: 12px; letter-spacing: .25em; text-transform: uppercase;
	color: var(--ink-soft); font-weight: 700;
	font-family: var(--sans);
}
.quote-author b { color: var(--ink); font-weight: 700; }

/* === 14. Course Cards (Flugschule list) =============================== */
.courses { display: flex; flex-direction: column; gap: 24px; }
.course {
	display: grid; grid-template-columns: 120px 1fr auto;
	gap: 40px; align-items: center; padding: 36px;
	background: linear-gradient(135deg, rgba(255,255,255,.85) 0%, rgba(255,255,255,.65) 100%);
	backdrop-filter: blur(20px);
	border: 1px solid rgba(255,255,255,.9); border-radius: 24px;
	box-shadow: 0 8px 32px rgba(13,41,66,.08);
	transition: transform .4s, box-shadow .4s, border-color .3s;
	text-decoration: none; color: inherit;
	position: relative; overflow: hidden;
}
.course::before {
	content: ""; position: absolute; inset: -1px; border-radius: 24px;
	background: linear-gradient(135deg, var(--sky-light) 0%, var(--sky) 100%);
	opacity: 0; transition: opacity .4s; z-index: -1; filter: blur(14px);
}
.course:hover {
	transform: translateY(-4px) translateX(4px);
	box-shadow: 0 20px 48px rgba(44,109,164,.18);
	border-color: rgba(44,109,164,.25);
}
.course:hover::before { opacity: .4; }
.course-icon {
	width: 90px; height: 90px;
	display: grid; place-items: center; border-radius: 24px;
	background: linear-gradient(135deg, rgba(44,109,164,.08) 0%, rgba(44,109,164,.02) 100%);
	border: 1px solid rgba(44,109,164,.15);
}
.course-icon svg { width: 54px; height: 54px; color: var(--sky-deep); }
.course-body { display: flex; flex-direction: column; gap: 8px; }
.course-tag {
	font-size: 11px; color: var(--sky-deep); font-weight: 700;
	letter-spacing: .25em; text-transform: uppercase;
}
.course-title {
	font-family: var(--display);
	font-size: 36px; font-weight: 400; line-height: 1; color: var(--ink);
	letter-spacing: -.01em;
}
.course-title .accent {
	background: linear-gradient(135deg, var(--sky-deep) 0%, var(--sky-mid) 100%);
	-webkit-background-clip: text; background-clip: text; color: transparent;
}
.course-desc {
	font-size: 15px; color: var(--ink-soft); line-height: 1.6;
	max-width: 560px; margin-top: 6px;
}
.course-meta { display: flex; gap: 20px; margin-top: 8px; flex-wrap: wrap; }
.course-meta span {
	font-size: 11px; color: var(--ink-soft); font-weight: 600;
	letter-spacing: .1em;
}
.course-meta span b { color: var(--ink); font-weight: 700; }
.course-arrow {
	font-size: 24px; color: var(--sky-deep);
	transition: transform .3s;
}
.course:hover .course-arrow { transform: translateX(8px); }

/* === 15. Comparison Cards ============================================= */
.comparison { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.comp-card {
	padding: 48px 40px;
	background: linear-gradient(135deg, rgba(255,255,255,.85) 0%, rgba(255,255,255,.65) 100%);
	backdrop-filter: blur(20px); border: 1px solid rgba(255,255,255,.9);
	border-radius: 28px; box-shadow: 0 8px 32px rgba(13,41,66,.08);
	position: relative; overflow: hidden;
}
.comp-card.featured::before {
	content: attr(data-badge);
	position: absolute; top: 24px; right: 24px;
	font-size: 10px; font-weight: 700; letter-spacing: .2em;
	text-transform: uppercase;
	background: rgba(245,184,96,.18); color: #b07b30;
	padding: 6px 12px; border-radius: 100px;
}
.comp-tag {
	font-size: 11px; color: var(--sky-deep); font-weight: 700;
	letter-spacing: .25em; text-transform: uppercase; margin-bottom: 14px;
}
.comp-title {
	font-family: var(--display); font-size: 48px; font-weight: 400;
	line-height: 1; color: var(--ink); letter-spacing: -.02em; margin-bottom: 18px;
}
.comp-title .accent {
	background: linear-gradient(135deg, var(--sky-deep) 0%, var(--sky-mid) 100%);
	-webkit-background-clip: text; background-clip: text; color: transparent;
}
.comp-desc {
	font-size: 15px; color: var(--ink-soft); line-height: 1.7; margin-bottom: 28px;
}
.comp-list { list-style: none; padding: 0; margin: 0; }
.comp-list li {
	display: flex; gap: 14px; padding: 12px 0;
	border-bottom: 1px dotted var(--line);
	font-size: 14px; color: var(--ink);
}
.comp-list li:last-child { border-bottom: none; }
.comp-list li::before {
	content: ""; width: 6px; height: 6px; border-radius: 50%;
	background: var(--sky-deep); flex-shrink: 0; margin-top: 8px;
}
.comp-list li b { color: var(--ink); font-weight: 700; }
.comp-list li span { color: var(--ink-soft); }

/* === 16. Breakdown Cards (Theorie + Praxis) =========================== */
.breakdown { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.br-card {
	padding: 40px;
	background: linear-gradient(135deg, rgba(255,255,255,.85) 0%, rgba(255,255,255,.65) 100%);
	backdrop-filter: blur(20px); border: 1px solid rgba(255,255,255,.9);
	border-radius: 24px; box-shadow: 0 8px 32px rgba(13,41,66,.08);
}
.br-icon {
	width: 64px; height: 64px;
	display: grid; place-items: center; border-radius: 18px;
	background: linear-gradient(135deg, rgba(44,109,164,.12) 0%, rgba(44,109,164,.04) 100%);
	border: 1px solid rgba(44,109,164,.2); margin-bottom: 24px;
}
.br-icon svg { width: 38px; height: 38px; color: var(--sky-deep); }
.br-title {
	font-family: var(--display); font-size: 32px; font-weight: 400;
	line-height: 1; color: var(--ink); margin-bottom: 16px; letter-spacing: -.01em;
}
.br-title .accent {
	background: linear-gradient(135deg, var(--sky-deep) 0%, var(--sky-mid) 100%);
	-webkit-background-clip: text; background-clip: text; color: transparent;
}
.br-meta {
	display: flex; gap: 24px; padding: 14px 0;
	border-top: 1px solid var(--line); border-bottom: 1px solid var(--line);
	margin-bottom: 20px; flex-wrap: wrap;
}
.br-meta .item { display: flex; flex-direction: column; }
.br-meta .item .k {
	font-size: 10px; letter-spacing: .25em; text-transform: uppercase;
	color: var(--muted); font-weight: 700;
}
.br-meta .item .v { font-size: 18px; font-weight: 600; color: var(--ink); margin-top: 2px; }
.br-list { list-style: none; padding: 0; margin: 0; }
.br-list li { display: flex; gap: 12px; padding: 8px 0; font-size: 14px; color: var(--ink-soft); }
.br-list li::before { content: "›"; color: var(--sky-deep); font-weight: 700; }
.br-note {
	margin-top: 14px;
	padding-top: 12px;
	border-top: 1px solid var(--line);
	font-size: 12px;
	line-height: 1.55;
	color: var(--muted);
}

/* === 17. Stats Card =================================================== */
.stats-card {
	padding: 60px 50px;
	background: linear-gradient(135deg, rgba(255,255,255,.9) 0%, rgba(234,243,250,.7) 100%);
	backdrop-filter: blur(20px); border: 1px solid rgba(255,255,255,.95);
	border-radius: 32px; box-shadow: 0 12px 40px rgba(13,41,66,.1);
	display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px;
}
.stats-card .stat .num {
	font-family: var(--display); font-size: 64px; font-weight: 400; line-height: 1;
	background: linear-gradient(135deg, var(--sky-deep) 0%, var(--sky-mid) 100%);
	-webkit-background-clip: text; background-clip: text; color: transparent;
	letter-spacing: -.02em; margin-bottom: 8px;
}
.stats-card .stat .num small {
	font-size: .4em; color: var(--ink-soft); -webkit-text-fill-color: var(--ink-soft);
	background: none; font-weight: 600; letter-spacing: 0; margin-left: 4px;
}
.stats-card .stat .lbl {
	font-size: 11px; letter-spacing: .25em; text-transform: uppercase;
	color: var(--ink); font-weight: 700; margin-bottom: 6px;
}
.stats-card .stat .desc { font-size: 14px; color: var(--ink-soft); line-height: 1.5; }

/* === 18. Steps (Process) ============================================== */
.steps {
	display: grid; grid-template-columns: repeat(4, 1fr); gap: 0;
	margin-top: 60px;
	background: rgba(255,255,255,.6);
	backdrop-filter: blur(16px);
	border: 1px solid rgba(255,255,255,.85);
	border-radius: 24px; overflow: hidden;
	box-shadow: 0 8px 32px rgba(13,41,66,.08);
}
.step {
	padding: 40px 30px; position: relative;
	border-right: 1px solid var(--line);
}
.step:last-child { border-right: none; }
.step-no {
	font-family: var(--display); font-size: 48px; font-weight: 400; line-height: 1;
	background: linear-gradient(135deg, var(--sky-deep) 0%, var(--sky-mid) 100%);
	-webkit-background-clip: text; background-clip: text; color: transparent;
	margin-bottom: 20px;
}
.step h4 {
	font-family: var(--display); font-size: 22px; font-weight: 400;
	color: var(--ink); margin-bottom: 10px; letter-spacing: -.01em;
}
.step p { font-size: 14px; color: var(--ink-soft); line-height: 1.6; }

/* === 19. FAQ ========================================================== */
.faq-list { display: flex; flex-direction: column; gap: 14px; max-width: 880px; }
.faq-item {
	background: rgba(255,255,255,.7); backdrop-filter: blur(16px);
	border: 1px solid rgba(255,255,255,.85); border-radius: 20px;
	overflow: hidden; transition: border-color .3s;
}
.faq-item:hover { border-color: rgba(44,109,164,.2); }
.faq-item summary {
	padding: 24px 28px; cursor: pointer; list-style: none;
	display: flex; justify-content: space-between; align-items: center;
	font-family: var(--display); font-size: 20px; font-weight: 400;
	color: var(--ink); letter-spacing: -.01em; gap: 20px;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
	content: "+"; color: var(--sky-deep);
	font-size: 28px; font-weight: 300; transition: transform .3s; flex-shrink: 0;
}
.faq-item[open] summary::after { transform: rotate(45deg); }
.faq-item .answer {
	padding: 0 28px 24px; color: var(--ink-soft);
	font-size: 15px; line-height: 1.7;
}

/* === 20. Topic Grid (BZF) ============================================ */
.topics { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.topic {
	padding: 32px;
	background: linear-gradient(135deg, rgba(255,255,255,.8) 0%, rgba(255,255,255,.6) 100%);
	backdrop-filter: blur(16px); border: 1px solid rgba(255,255,255,.85);
	border-radius: 22px; box-shadow: 0 6px 24px rgba(13,41,66,.06);
	transition: transform .4s, border-color .3s, box-shadow .3s;
}
.topic:hover {
	transform: translateY(-6px); border-color: rgba(44,109,164,.2);
	box-shadow: 0 16px 40px rgba(44,109,164,.12);
}
.topic-num {
	font-family: var(--display); font-size: 38px; font-weight: 400; line-height: 1;
	background: linear-gradient(135deg, var(--sky-deep) 0%, var(--sky-mid) 100%);
	-webkit-background-clip: text; background-clip: text; color: transparent;
	margin-bottom: 14px;
}
.topic h4 {
	font-family: var(--display); font-size: 22px; font-weight: 400;
	color: var(--ink); margin-bottom: 10px; letter-spacing: -.01em;
}
.topic p { font-size: 14px; color: var(--ink-soft); line-height: 1.6; }

/* === 21. Termine (BZF) =============================================== */
.termine {
	background: rgba(255,255,255,.7); backdrop-filter: blur(16px);
	border: 1px solid rgba(255,255,255,.85); border-radius: 24px;
	overflow: hidden; box-shadow: 0 8px 32px rgba(13,41,66,.08);
}
.termin {
	padding: 24px 32px; display: grid;
	grid-template-columns: 160px 1fr 120px 140px;
	gap: 24px; align-items: center;
	border-bottom: 1px solid var(--line);
	transition: background .25s;
}
.termin:last-child { border-bottom: none; }
.termin:hover { background: rgba(255,255,255,.4); }
.termin .date {
	font-family: var(--display); font-size: 24px; color: var(--sky-deep);
	font-weight: 400; line-height: 1; letter-spacing: -.01em;
}
.termin .date small {
	display: block; font-family: var(--sans); font-size: 11px;
	color: var(--ink-soft); font-weight: 600;
	letter-spacing: .15em; text-transform: uppercase; margin-top: 4px;
}
.termin .name {
	font-family: var(--display); font-size: 20px; color: var(--ink);
	font-weight: 400; letter-spacing: -.01em;
}
.termin .name small {
	display: block; font-family: var(--sans); font-size: 13px;
	color: var(--ink-soft); font-weight: 400; margin-top: 4px;
}
.termin .badge {
	font-size: 10px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase;
	padding: 6px 12px; border-radius: 100px; text-align: center;
}
.badge.open { background: rgba(74,168,108,.15); color: #3d8a5b; }
.badge.few  { background: rgba(245,184,96,.18); color: #b07b30; }
.badge.full { background: rgba(13,41,66,.08);   color: var(--ink-soft); }
.termin .book {
	font-size: 13px; font-weight: 600; color: var(--sky-deep);
	text-decoration: none; padding: 10px 18px;
	border: 1px solid var(--sky-deep); border-radius: 100px;
	text-align: center; transition: all .25s;
}
.termin .book:hover { background: var(--sky-deep); color: white; }

/* === 22. Requirements List (Fluglehrer) =============================== */
.requirements { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.req-item {
	padding: 24px 28px; background: rgba(255,255,255,.7);
	backdrop-filter: blur(16px); border: 1px solid rgba(255,255,255,.85);
	border-radius: 18px; display: flex; gap: 16px; align-items: flex-start;
	box-shadow: 0 6px 20px rgba(13,41,66,.06);
}
.req-check {
	width: 32px; height: 32px; flex-shrink: 0; border-radius: 50%;
	background: linear-gradient(135deg, var(--sky-deep), var(--sky-mid));
	display: grid; place-items: center; color: white;
	font-size: 14px; font-weight: 700;
}
.req-text { font-size: 15px; color: var(--ink); line-height: 1.55; }
.req-text b { color: var(--sky-deep); font-weight: 700; }

/* === 23. Invitation CTA =============================================== */
.invitation {
	margin: 80px auto; padding: 100px 60px; text-align: center;
	background:
		radial-gradient(ellipse at 50% 0%, rgba(245,184,96,.18) 0%, transparent 60%),
		linear-gradient(135deg, rgba(255,255,255,.9) 0%, rgba(234,243,250,.7) 100%);
	backdrop-filter: blur(20px);
	border: 1px solid rgba(255,255,255,.95); border-radius: 36px;
	position: relative; z-index: 5; overflow: hidden;
	max-width: 1300px;
	box-shadow: 0 16px 48px rgba(13,41,66,.1);
}
.cs-static-sky .invitation { margin: 80px auto 0; padding: 80px 60px; }
.invitation::before {
	content: ""; position: absolute; top: -2px; left: -2px; right: -2px; bottom: -2px;
	border-radius: 38px;
	background: linear-gradient(135deg, var(--gold), transparent, var(--sky-deep));
	opacity: .25; z-index: -1; filter: blur(20px);
}
.invitation-icon {
	width: 110px; height: 110px;
	display: grid; place-items: center; margin: 0 auto 32px;
	border-radius: 50%;
	background: linear-gradient(135deg, rgba(44,109,164,.12) 0%, rgba(44,109,164,.04) 100%);
	border: 1px solid rgba(44,109,164,.2);
	animation: float-icon 5s ease-in-out infinite;
}
@keyframes float-icon { 50% { transform: translateY(-8px); } }
.invitation-icon svg { width: 64px; height: 64px; color: var(--sky-deep); }
.invitation-icon .compass-rose { transform-origin: center; animation: spin-slow 60s linear infinite; }
@keyframes spin-slow { to { transform: rotate(360deg); } }
.invitation h2 {
	font-family: var(--display);
	font-size: clamp(44px, 6vw, 80px); line-height: .95;
	font-weight: 400; letter-spacing: -.02em;
	margin-bottom: 24px; color: var(--ink);
}
.cs-static-sky .invitation h2 {
	font-size: clamp(36px, 5vw, 64px); margin-bottom: 20px;
}
.invitation h2 .accent {
	background: linear-gradient(135deg, var(--sky-deep) 0%, var(--sky-mid) 100%);
	-webkit-background-clip: text; background-clip: text; color: transparent;
}
.invitation p {
	color: var(--ink-soft); font-size: 18px;
	max-width: 580px; margin: 0 auto 40px;
	line-height: 1.7; font-weight: 400;
}
.cs-static-sky .invitation p { font-size: 17px; max-width: 540px; margin: 0 auto 32px; }

/* === 24. Footer ======================================================= */
footer {
	padding: 120px 40px 50px; position: relative; z-index: 5;
	background: linear-gradient(180deg, transparent 0%, rgba(31,85,130,.95) 30%, var(--sky-darker) 100%);
	color: var(--cloud); margin-top: 80px;
}
.footer-grid {
	max-width: 1300px; margin: 0 auto;
	display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 60px;
	padding-bottom: 60px; border-bottom: 1px solid rgba(255,255,255,.15);
}
.footer-brand-block .footer-logo {
	height: 84px; width: auto; display: block; margin-bottom: 24px;
	/* Weiße Emblem-Variante (logo-white.png) — kein Farbfilter nötig */
	opacity: .95;
}
.footer-brand-block p {
	color: rgba(255,255,255,.78); font-size: 14px;
	line-height: 1.7; max-width: 360px; font-weight: 400;
}
footer h5 {
	font-family: var(--sans);
	font-size: 12px; color: var(--warm);
	letter-spacing: .25em; text-transform: uppercase;
	margin-bottom: 18px; font-weight: 800;
}
footer ul { list-style: none; padding: 0; margin: 0; }
footer li { margin-bottom: 10px; }
footer a {
	color: var(--cloud); opacity: .8;
	text-decoration: none; font-size: 14px; font-weight: 500;
	transition: opacity .2s, color .2s;
}
footer a:hover { opacity: 1; color: var(--warm); }
.footer-bottom {
	max-width: 1300px; margin: 30px auto 0;
	display: flex; justify-content: space-between;
	color: rgba(255,255,255,.55); font-size: 11px;
	letter-spacing: .25em; text-transform: uppercase; font-weight: 600;
}

/* === 25. Reveal (IntersectionObserver) ================================= */
/* Startzustand nur mit aktivem JS ausblenden — ohne JS bleibt alles sichtbar. */
html.js .reveal { opacity: 0; transform: translateY(40px); transition: opacity 1s, transform 1s; }
html.js .reveal.in { opacity: 1; transform: none; }

/* === 24b. Team grid =================================================== */
.team-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 28px;
}
.team-card {
	display: flex;
	flex-direction: column;
	background: linear-gradient(135deg, rgba(255,255,255,.85) 0%, rgba(255,255,255,.65) 100%);
	backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px);
	border: 1px solid rgba(255,255,255,.9);
	border-radius: 24px;
	overflow: hidden;
	box-shadow: 0 8px 32px rgba(13,41,66,.08);
	transition: transform .4s cubic-bezier(.4,0,.2,1), border-color .3s, box-shadow .3s;
}
.team-card:hover {
	transform: translateY(-6px);
	border-color: rgba(44,109,164,.22);
	box-shadow: 0 20px 48px rgba(44,109,164,.16);
}
.team-portrait {
	aspect-ratio: 1 / 1;
	width: 100%;
	background: linear-gradient(135deg, var(--sky-light) 0%, var(--sky) 100%);
	display: grid; place-items: center;
	overflow: hidden;
	position: relative;
}
.team-portrait img {
	width: 100%; height: 100%;
	object-fit: cover;
	display: block;
}
.team-initials {
	font-family: var(--display);
	font-size: clamp(48px, 8vw, 88px);
	font-weight: 400;
	color: rgba(255,255,255,.95);
	letter-spacing: -.02em;
	text-shadow: 0 4px 20px rgba(13,41,66,.2);
}
.team-body {
	padding: 28px 28px 32px;
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.team-name {
	font-family: var(--display);
	font-size: 28px; line-height: 1.05;
	font-weight: 400;
	letter-spacing: -.01em;
	color: var(--ink);
	margin: 0;
}
.team-role {
	font-size: 11px;
	letter-spacing: .25em;
	text-transform: uppercase;
	color: var(--sky-deep);
	font-weight: 700;
}
.team-certs {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin-top: 4px;
}
.team-cert-pill {
	font-size: 10px;
	letter-spacing: .15em;
	text-transform: uppercase;
	font-weight: 700;
	padding: 4px 10px;
	background: rgba(44,109,164,.08);
	color: var(--sky-deep);
	border-radius: 100px;
}
.team-bio {
	font-size: 14px;
	color: var(--ink-soft);
	line-height: 1.6;
	margin: 6px 0 0;
}

/* === 24c. Fleet grid =================================================== */
.fleet-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 32px;
}
.fleet-card {
	display: flex;
	flex-direction: column;
	background: linear-gradient(135deg, rgba(255,255,255,.88) 0%, rgba(255,255,255,.68) 100%);
	backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px);
	border: 1px solid rgba(255,255,255,.9);
	border-radius: 28px;
	overflow: hidden;
	box-shadow: 0 8px 32px rgba(13,41,66,.08);
	transition: transform .4s cubic-bezier(.4,0,.2,1), border-color .3s, box-shadow .3s;
}
.fleet-card:hover {
	transform: translateY(-8px);
	border-color: rgba(44,109,164,.22);
	box-shadow: 0 24px 56px rgba(44,109,164,.18);
}
.fleet-photo {
	display: block;
	aspect-ratio: 16 / 10;
	overflow: hidden;
	position: relative;
	text-decoration: none;
}
.fleet-photo img {
	width: 100%; height: 100%;
	object-fit: cover;
	display: block;
	transition: transform .6s cubic-bezier(.4,0,.2,1);
}
.fleet-card:hover .fleet-photo img { transform: scale(1.04); }
.fleet-photo--classic { background: linear-gradient(135deg, var(--sky-light) 0%, var(--sky-mid) 100%); }
.fleet-photo--modern  { background: linear-gradient(135deg, var(--warm) 0%, var(--gold) 100%); }
.fleet-photo-placeholder {
	display: grid; place-items: center;
	width: 100%; height: 100%;
	color: rgba(255,255,255,.95);
	gap: 14px;
}
.fleet-photo-placeholder svg {
	width: 110px; height: auto;
	filter: drop-shadow(0 4px 16px rgba(13,41,66,.15));
}
.fleet-photo-placeholder-label {
	font-size: 11px;
	letter-spacing: .25em;
	text-transform: uppercase;
	font-weight: 700;
	color: rgba(255,255,255,.85);
	text-shadow: 0 2px 8px rgba(13,41,66,.2);
}
.fleet-body {
	padding: 32px 36px 36px;
	display: flex;
	flex-direction: column;
	gap: 14px;
}
.fleet-badge {
	display: inline-block;
	font-size: 10px;
	letter-spacing: .25em;
	text-transform: uppercase;
	font-weight: 700;
	padding: 5px 12px;
	border-radius: 100px;
	align-self: flex-start;
}
.fleet-badge--classic { background: rgba(44,109,164,.12); color: var(--sky-deep); }
.fleet-badge--modern  { background: rgba(245,184,96,.20); color: #b07b30; }
.fleet-model {
	font-family: var(--display);
	font-size: 38px; line-height: 1;
	font-weight: 400;
	letter-spacing: -.01em;
	margin: 0;
}
.fleet-model a {
	color: var(--ink);
	text-decoration: none;
	transition: color .25s;
}
.fleet-model a:hover { color: var(--sky-deep); }
.fleet-desc {
	font-size: 15px;
	color: var(--ink-soft);
	line-height: 1.65;
	margin: 0;
}
.fleet-specs {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 10px 24px;
	padding: 16px 0;
	border-top: 1px solid var(--line);
	border-bottom: 1px solid var(--line);
	margin: 6px 0 4px;
}
.fleet-spec dt {
	font-size: 10px;
	letter-spacing: .2em;
	text-transform: uppercase;
	color: var(--muted);
	font-weight: 700;
	margin-bottom: 2px;
}
.fleet-spec dd {
	font-size: 14px;
	color: var(--ink);
	font-weight: 600;
	margin: 0;
}
.fleet-link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: var(--sky-deep);
	text-decoration: none;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: .04em;
	margin-top: 4px;
	align-self: flex-start;
	transition: color .25s, gap .25s;
}
.fleet-link:hover { color: var(--sky-darker); gap: 12px; }

/* === 24d. Aircraft single page ========================================= */
.hero-aircraft .hero-mark { gap: 0; padding: 0; background: transparent; border: none; box-shadow: none; }
.aircraft-badge {
	display: inline-block;
	font-size: 10px;
	letter-spacing: .25em;
	text-transform: uppercase;
	font-weight: 700;
	padding: 6px 14px;
	border-radius: 100px;
}
.aircraft-badge--classic { background: rgba(44,109,164,.12); color: var(--sky-deep); }
.aircraft-badge--modern  { background: rgba(245,184,96,.20); color: #b07b30; }

.aircraft-hero-image-section { padding-top: 40px; padding-bottom: 60px; }
.aircraft-hero-image {
	border-radius: 32px;
	overflow: hidden;
	aspect-ratio: 16 / 9;
	background: linear-gradient(135deg, var(--sky-light) 0%, var(--sky-mid) 100%);
	box-shadow: 0 24px 64px rgba(13,41,66,.18);
}
.aircraft-hero-image img {
	width: 100%; height: 100%; object-fit: cover; display: block;
}
.aircraft-hero-placeholder {
	width: 100%; height: 100%;
	display: grid; place-items: center; gap: 16px;
	color: rgba(255,255,255,.95);
}
.aircraft-hero-placeholder svg {
	width: 200px; height: auto;
	filter: drop-shadow(0 4px 16px rgba(13,41,66,.2));
}
.aircraft-hero-placeholder-label {
	font-size: 12px;
	letter-spacing: .3em;
	text-transform: uppercase;
	font-weight: 700;
	color: rgba(255,255,255,.85);
	text-shadow: 0 2px 8px rgba(13,41,66,.2);
}

.aircraft-content-section .aircraft-prose {
	max-width: 760px;
	margin: 0 auto;
	font-size: 17px;
	line-height: 1.75;
	color: var(--ink-soft);
}
.aircraft-content-section .aircraft-prose p { margin-bottom: 1.2em; }

.aircraft-specs-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 18px;
	background: linear-gradient(135deg, rgba(255,255,255,.9) 0%, rgba(234,243,250,.7) 100%);
	backdrop-filter: blur(20px);
	border: 1px solid rgba(255,255,255,.95);
	border-radius: 28px;
	padding: 36px 40px;
	box-shadow: 0 12px 40px rgba(13,41,66,.08);
}
.aircraft-spec-cell { display: flex; flex-direction: column; gap: 4px; }
.aircraft-spec-cell .spec-k {
	font-size: 10px;
	letter-spacing: .25em;
	text-transform: uppercase;
	color: var(--muted);
	font-weight: 700;
}
.aircraft-spec-cell .spec-v {
	font-family: var(--display);
	font-size: 22px;
	line-height: 1.1;
	color: var(--ink);
	font-weight: 400;
}

.aircraft-gallery {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-auto-rows: 220px;
	gap: 18px;
	margin-top: 40px;
}
.aircraft-gallery-item {
	position: relative;
	border-radius: 22px;
	overflow: hidden;
	background: linear-gradient(135deg, var(--sky-pale) 0%, var(--sky-light) 100%);
	border: 1px solid rgba(255,255,255,.9);
	box-shadow: 0 6px 24px rgba(13,41,66,.08);
	transition: transform .4s cubic-bezier(.4,0,.2,1), box-shadow .3s;
	margin: 0;
}
.aircraft-gallery-item.wide { grid-column: span 2; }
.aircraft-gallery-item:hover {
	transform: translateY(-4px);
	box-shadow: 0 16px 40px rgba(44,109,164,.16);
}
.aircraft-gallery-item img {
	width: 100%; height: 100%;
	object-fit: cover;
	display: block;
	transition: transform .6s cubic-bezier(.4,0,.2,1);
}
.aircraft-gallery-item:hover img { transform: scale(1.05); }
.aircraft-gallery-placeholder {
	width: 100%; height: 100%;
	display: grid; place-items: center;
	color: var(--sky-deep);
}
.aircraft-gallery-placeholder svg { width: 56px; height: auto; }
.aircraft-gallery-item figcaption {
	position: absolute;
	left: 16px; bottom: 14px;
	font-size: 11px;
	letter-spacing: .15em;
	text-transform: uppercase;
	font-weight: 700;
	color: var(--ink);
	background: rgba(255,255,255,.9);
	backdrop-filter: blur(8px);
	padding: 6px 12px;
	border-radius: 100px;
	box-shadow: 0 4px 12px rgba(13,41,66,.1);
}

/* === 25b. Legal pages (Impressum / Datenschutz) ====================== */
.cs-legal-page {
	max-width: 880px;
	margin: 80px auto 60px;
	padding: 60px 48px;
	background: rgba(255,255,255,.78);
	backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px);
	border: 1px solid rgba(255,255,255,.9);
	border-radius: 28px;
	box-shadow: 0 8px 32px rgba(13,41,66,.08);
	color: var(--ink);
	position: relative; z-index: 5;
}
.cs-legal-page .cs-legal-title {
	font-family: var(--display);
	font-size: clamp(40px, 5.5vw, 64px); line-height: .95;
	font-weight: 400; letter-spacing: -.02em;
	margin-bottom: 32px; color: var(--ink);
}
.cs-legal-page h2 {
	font-family: var(--display); font-weight: 400;
	font-size: 28px; line-height: 1.1;
	margin: 32px 0 16px; color: var(--ink);
}
.cs-legal-page h3 {
	font-family: var(--sans); font-weight: 700;
	font-size: 16px; letter-spacing: .05em; text-transform: uppercase;
	margin: 24px 0 10px; color: var(--sky-deep);
}
.cs-legal-page p { margin-bottom: 14px; color: var(--ink-soft); line-height: 1.7; }
.cs-legal-page a { color: var(--sky-deep); text-decoration: underline; }
.cs-legal-page a:hover { color: var(--sky-darker); }
.cs-legal-page strong { color: var(--ink); }
.cs-legal-page em { color: var(--muted); font-style: italic; }
@media (max-width: 600px) {
	.cs-legal-page { margin: 60px 16px; padding: 40px 24px; border-radius: 22px; }
	.cs-legal-page .cs-legal-title { font-size: 36px; }
}

/* === 25c. Blog (Archive, Single) ===================================== */

/* Hero adjustment for blog archive — left-aligned, less padding */
.hero-blog-archive {
	min-height: auto !important;
	padding-bottom: 60px !important;
}

/* Blog archive grid */
.cs-blog-archive { padding-top: 40px; }
.cs-blog-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 28px;
}
.cs-blog-card {
	display: flex;
	flex-direction: column;
	background: linear-gradient(135deg, rgba(255,255,255,.85) 0%, rgba(255,255,255,.65) 100%);
	backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px);
	border: 1px solid rgba(255,255,255,.9);
	border-radius: 24px;
	overflow: hidden;
	box-shadow: 0 8px 32px rgba(13,41,66,.08);
	transition: transform .4s cubic-bezier(.4,0,.2,1), border-color .3s, box-shadow .3s;
}
.cs-blog-card:hover {
	transform: translateY(-6px);
	border-color: rgba(44,109,164,.22);
	box-shadow: 0 20px 48px rgba(44,109,164,.16);
}
.cs-blog-card-image {
	display: block;
	aspect-ratio: 16 / 10;
	overflow: hidden;
	background: linear-gradient(135deg, var(--sky-light) 0%, var(--sky-mid) 100%);
	position: relative;
}
.cs-blog-card-image img {
	width: 100%; height: 100%; object-fit: cover; display: block;
	transition: transform .6s cubic-bezier(.4,0,.2,1);
}
.cs-blog-card:hover .cs-blog-card-image img { transform: scale(1.04); }
.cs-blog-card-placeholder {
	display: grid; place-items: center;
	width: 100%; height: 100%;
	color: rgba(255,255,255,.85);
}
.cs-blog-card-placeholder svg {
	width: 80px; height: auto;
	filter: drop-shadow(0 4px 12px rgba(13,41,66,.15));
}
.cs-blog-card-body {
	padding: 28px 28px 32px;
	display: flex;
	flex-direction: column;
	gap: 12px;
	flex: 1;
}
.cs-blog-card-meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
	font-size: 11px;
	letter-spacing: .15em;
	text-transform: uppercase;
	color: var(--ink-soft);
	font-weight: 600;
}
.cs-blog-card-cat {
	background: rgba(44,109,164,.08);
	color: var(--sky-deep);
	padding: 4px 10px;
	border-radius: 100px;
	font-weight: 700;
}
.cs-blog-card-title {
	font-family: var(--display);
	font-size: 24px;
	line-height: 1.15;
	font-weight: 400;
	letter-spacing: -.01em;
	margin: 0;
}
.cs-blog-card-title a {
	color: var(--ink);
	text-decoration: none;
	transition: color .25s;
}
.cs-blog-card-title a:hover { color: var(--sky-deep); }
.cs-blog-card-excerpt {
	font-size: 15px;
	color: var(--ink-soft);
	line-height: 1.65;
	margin: 0;
}
.cs-blog-card-link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: var(--sky-deep);
	text-decoration: none;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: .04em;
	margin-top: auto;
	align-self: flex-start;
	transition: color .25s, gap .25s;
}
.cs-blog-card-link:hover { color: var(--sky-darker); gap: 12px; }

/* Empty state */
.cs-blog-empty {
	text-align: center;
	padding: 60px 24px;
	background: rgba(255,255,255,.7);
	backdrop-filter: blur(16px);
	border: 1px solid rgba(255,255,255,.85);
	border-radius: 24px;
	box-shadow: 0 8px 32px rgba(13,41,66,.08);
}
.cs-blog-empty p {
	font-size: 18px;
	color: var(--ink-soft);
	margin-bottom: 32px;
}

/* Pagination */
.cs-blog-pagination,
.navigation.pagination {
	display: flex;
	justify-content: center;
	gap: 6px;
	margin-top: 60px;
	flex-wrap: wrap;
}
.cs-blog-pagination .page-numbers,
.navigation.pagination .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 44px;
	height: 44px;
	padding: 0 14px;
	border-radius: 100px;
	background: rgba(255,255,255,.7);
	backdrop-filter: blur(8px);
	border: 1px solid rgba(255,255,255,.85);
	color: var(--ink);
	text-decoration: none;
	font-size: 14px;
	font-weight: 600;
	transition: background .2s, color .2s, border-color .2s;
}
.cs-blog-pagination .page-numbers:hover,
.navigation.pagination .page-numbers:hover {
	background: rgba(44,109,164,.08);
	border-color: rgba(44,109,164,.25);
	color: var(--sky-deep);
}
.cs-blog-pagination .page-numbers.current,
.navigation.pagination .page-numbers.current {
	background: var(--sky-deep);
	border-color: var(--sky-deep);
	color: var(--cloud);
	box-shadow: 0 6px 20px rgba(44,109,164,.3);
}
.cs-blog-pagination .page-numbers.dots,
.navigation.pagination .page-numbers.dots {
	background: transparent;
	border: none;
	box-shadow: none;
}

/* Blog single */
.cs-blog-single {
	max-width: 820px;
	margin: 40px auto 60px;
	padding: 0 40px;
	position: relative;
	z-index: 5;
}
.cs-blog-single-header {
	text-align: center;
	margin-bottom: 40px;
}
.cs-blog-single-meta {
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 12px;
	font-size: 11px;
	letter-spacing: .2em;
	text-transform: uppercase;
	color: var(--ink-soft);
	font-weight: 600;
	margin-bottom: 24px;
}
.cs-blog-single-cat {
	color: var(--sky-deep);
	text-decoration: none;
	background: rgba(44,109,164,.08);
	padding: 5px 12px;
	border-radius: 100px;
	font-weight: 700;
	transition: background .2s;
}
.cs-blog-single-cat:hover { background: rgba(44,109,164,.16); }
.cs-blog-single-meta-sep { opacity: .4; }
.cs-blog-single-title {
	font-family: var(--display);
	font-size: clamp(40px, 6vw, 72px);
	line-height: 1.05;
	font-weight: 400;
	letter-spacing: -.02em;
	color: var(--ink);
	margin: 0 0 24px;
}
.cs-blog-single-lead {
	font-size: 19px;
	line-height: 1.65;
	color: var(--ink-soft);
	max-width: 680px;
	margin: 0 auto;
	font-weight: 500;
}
.cs-blog-single-image {
	margin: 0 0 40px;
	border-radius: 28px;
	overflow: hidden;
	aspect-ratio: 16 / 9;
	box-shadow: 0 16px 48px rgba(13,41,66,.15);
}
.cs-blog-single-image img {
	width: 100%; height: 100%; object-fit: cover; display: block;
}
.cs-blog-single-content {
	background: rgba(255,255,255,.78);
	backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px);
	border: 1px solid rgba(255,255,255,.9);
	border-radius: 28px;
	padding: 56px 64px;
	box-shadow: 0 8px 32px rgba(13,41,66,.08);
	font-size: 17px;
	line-height: 1.75;
	color: var(--ink);
}
.cs-blog-single-content > * { margin-bottom: 1.2em; }
.cs-blog-single-content > *:last-child { margin-bottom: 0; }
.cs-blog-single-content h2 {
	font-family: var(--display);
	font-size: 32px;
	line-height: 1.15;
	font-weight: 400;
	letter-spacing: -.01em;
	color: var(--ink);
	margin: 1.6em 0 .6em;
}
.cs-blog-single-content h3 {
	font-family: var(--display);
	font-size: 24px;
	line-height: 1.2;
	font-weight: 400;
	letter-spacing: -.01em;
	color: var(--ink);
	margin: 1.4em 0 .5em;
}
.cs-blog-single-content p { color: var(--ink); margin-bottom: 1.2em; }
.cs-blog-single-content a { color: var(--sky-deep); text-decoration: underline; }
.cs-blog-single-content a:hover { color: var(--sky-darker); }
.cs-blog-single-content ul,
.cs-blog-single-content ol { padding-left: 1.4em; margin-bottom: 1.2em; }
.cs-blog-single-content li { margin-bottom: .4em; }
.cs-blog-single-content blockquote {
	border-left: 3px solid var(--sky-deep);
	padding: 4px 0 4px 24px;
	margin: 1.4em 0;
	font-family: var(--display);
	font-size: 22px;
	line-height: 1.4;
	color: var(--ink);
	font-style: italic;
}
.cs-blog-single-content figure { margin: 1.6em 0; }
.cs-blog-single-content figure img {
	border-radius: 16px;
	box-shadow: 0 8px 24px rgba(13,41,66,.1);
}
.cs-blog-single-content figcaption {
	font-size: 13px;
	color: var(--ink-soft);
	text-align: center;
	margin-top: 8px;
	font-style: italic;
}
.cs-blog-single-content code {
	background: rgba(44,109,164,.08);
	color: var(--sky-darker);
	padding: 2px 8px;
	border-radius: 6px;
	font-size: .9em;
	font-family: ui-monospace, "SF Mono", Menlo, monospace;
}
.cs-blog-single-content pre {
	background: rgba(13,41,66,.04);
	border: 1px solid var(--line);
	border-radius: 16px;
	padding: 20px 24px;
	overflow-x: auto;
	margin: 1.4em 0;
}
.cs-blog-single-content pre code { background: none; padding: 0; color: var(--ink); }

/* Buttons im Beitragsinhalt (migrierte CTAs) — Link-Styles neutralisieren */
.cs-blog-single-content a.btn { text-decoration: none; }
.cs-blog-single-content a.btn-primary,
.cs-blog-single-content a.btn-primary:hover { color: var(--cloud); }

/* Tabellen im Beitragsinhalt */
.cs-blog-single-content .cs-table-scroll { overflow-x: auto; margin: 1.6em 0; }
.cs-blog-single-content table {
	width: 100%;
	border-collapse: collapse;
	font-size: 15px;
	line-height: 1.5;
}
.cs-blog-single-content th,
.cs-blog-single-content td {
	border: 1px solid var(--line);
	padding: 12px 16px;
	text-align: left;
	vertical-align: top;
}
.cs-blog-single-content thead th {
	background: rgba(44,109,164,.08);
	color: var(--ink);
	font-weight: 700;
}
.cs-blog-single-content td p { margin-bottom: 0; }

/* Bildergalerie im Beitragsinhalt */
.cs-blog-single-content .cs-post-gallery {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 14px;
	margin: 1.6em 0;
}
.cs-blog-single-content .cs-post-gallery img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 14px;
	display: block;
}
@media (max-width: 640px) {
	.cs-blog-single-content .cs-post-gallery { grid-template-columns: 1fr; }
}

.cs-blog-single-footer {
	max-width: 820px;
	margin: 40px auto 0;
	display: flex;
	flex-direction: column;
	gap: 24px;
}
.cs-blog-single-tags {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 8px;
}
.cs-blog-single-tags-label {
	font-size: 11px;
	letter-spacing: .2em;
	text-transform: uppercase;
	color: var(--muted);
	font-weight: 700;
	margin-right: 8px;
}
.cs-blog-single-tags a {
	font-size: 12px;
	padding: 5px 12px;
	background: rgba(255,255,255,.7);
	border: 1px solid rgba(255,255,255,.9);
	border-radius: 100px;
	color: var(--ink-soft);
	text-decoration: none;
	transition: background .2s, color .2s;
}
.cs-blog-single-tags a:hover {
	background: rgba(44,109,164,.08);
	color: var(--sky-deep);
}
.cs-blog-single-actions { display: flex; justify-content: center; }

/* Prev / Next */
.cs-blog-prevnext {
	max-width: 1100px;
	margin: 60px auto 80px;
	padding: 0 40px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 18px;
	position: relative;
	z-index: 5;
}
.cs-blog-prev,
.cs-blog-next {
	display: flex;
	flex-direction: column;
	gap: 6px;
	padding: 24px 28px;
	background: rgba(255,255,255,.72);
	backdrop-filter: blur(16px);
	border: 1px solid rgba(255,255,255,.85);
	border-radius: 20px;
	text-decoration: none;
	transition: transform .3s, border-color .3s, box-shadow .3s;
	box-shadow: 0 4px 16px rgba(13,41,66,.06);
}
.cs-blog-prev { text-align: left; }
.cs-blog-next { text-align: right; }
.cs-blog-prev:hover,
.cs-blog-next:hover {
	transform: translateY(-3px);
	border-color: rgba(44,109,164,.22);
	box-shadow: 0 12px 32px rgba(44,109,164,.14);
}
.cs-blog-prevnext-label {
	font-size: 11px;
	letter-spacing: .2em;
	text-transform: uppercase;
	color: var(--sky-deep);
	font-weight: 700;
}
.cs-blog-prevnext-title {
	font-family: var(--display);
	font-size: 18px;
	line-height: 1.25;
	color: var(--ink);
	font-weight: 400;
}

/* Page-links inside long posts */
.cs-blog-pagelinks {
	margin: 32px 0 8px;
	display: flex;
	gap: 8px;
	font-size: 13px;
	font-weight: 700;
	color: var(--ink-soft);
}
.cs-blog-pagelinks a,
.cs-blog-pagelinks > span {
	padding: 6px 12px;
	border-radius: 100px;
	background: rgba(255,255,255,.7);
	border: 1px solid rgba(255,255,255,.85);
	text-decoration: none;
	color: var(--ink);
}

/* === 25d. Info-Form (Infomaterial bestellen) ========================= */
.cs-info-form-section { padding-top: 40px; }

.cs-info-form-grid {
	display: grid;
	grid-template-columns: minmax(280px, 1fr) minmax(0, 1.5fr);
	gap: 48px;
	align-items: start;
}
.cs-info-form-grid--single { grid-template-columns: 1fr; max-width: 760px; margin: 0 auto; }

.cs-info-form-intro {
	position: sticky;
	top: 120px;
	padding: 36px 32px;
	background: linear-gradient(135deg, rgba(255,255,255,.85) 0%, rgba(234,243,250,.65) 100%);
	backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px);
	border: 1px solid rgba(255,255,255,.92);
	border-radius: 24px;
	box-shadow: 0 8px 32px rgba(13,41,66,.08);
}
.cs-info-form-intro h3 {
	font-family: var(--display);
	font-size: 26px; line-height: 1.1;
	font-weight: 400; letter-spacing: -.01em;
	color: var(--ink); margin: 0 0 20px;
}
.cs-info-includes {
	list-style: none; padding: 0; margin: 0 0 24px;
	display: flex; flex-direction: column; gap: 14px;
}
.cs-info-includes li {
	display: flex; gap: 14px; align-items: flex-start;
	font-size: 14px; line-height: 1.55;
	color: var(--ink-soft);
}
.cs-info-includes-num {
	flex-shrink: 0;
	width: 28px; height: 28px;
	display: grid; place-items: center;
	border-radius: 50%;
	background: linear-gradient(135deg, var(--sky-deep) 0%, var(--sky-mid) 100%);
	color: var(--cloud);
	font-size: 11px; font-weight: 700;
	letter-spacing: .05em;
	box-shadow: 0 4px 12px rgba(44,109,164,.25);
}
.cs-info-includes-note {
	font-size: 12px;
	line-height: 1.55;
	color: var(--muted);
	font-style: italic;
	margin: 16px 0 0;
	padding-top: 16px;
	border-top: 1px dotted var(--line);
}

.cs-info-form {
	position: relative;
	padding: 40px 44px 44px;
	background: linear-gradient(135deg, rgba(255,255,255,.92) 0%, rgba(255,255,255,.78) 100%);
	backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px);
	border: 1px solid rgba(255,255,255,.95);
	border-radius: 28px;
	box-shadow: 0 12px 48px rgba(13,41,66,.1);
}

.cs-info-fieldset {
	border: none; padding: 0; margin: 0 0 28px;
}
.cs-info-fieldset legend {
	font-size: 11px;
	letter-spacing: .25em;
	text-transform: uppercase;
	font-weight: 700;
	color: var(--sky-deep);
	margin-bottom: 18px;
	padding: 0;
}
.cs-info-fieldset legend small {
	color: var(--muted);
	font-weight: 500;
	letter-spacing: .1em;
	margin-left: 4px;
}

.cs-form-row { margin-bottom: 16px; position: relative; }
.cs-form-row:last-child { margin-bottom: 0; }

.cs-form-row > label,
.cs-form-cell > label {
	display: block;
	font-size: 13px;
	font-weight: 600;
	color: var(--ink);
	margin-bottom: 6px;
	letter-spacing: .01em;
}
.cs-form-required {
	color: var(--sky-deep);
	font-weight: 700;
	text-decoration: none;
	border: none;
	margin-left: 2px;
}

.cs-form-row input[type="text"],
.cs-form-row input[type="email"],
.cs-form-row input[type="tel"],
.cs-form-row input[type="date"],
.cs-form-row input[type="number"],
.cs-form-row textarea,
.cs-form-row select,
.cs-form-cell input[type="text"],
.cs-form-cell input[type="date"],
.cs-form-cell input[type="number"] {
	width: 100%;
	padding: 14px 16px;
	font-family: var(--sans);
	font-size: 15px;
	color: var(--ink);
	background: rgba(255,255,255,.7);
	border: 1px solid rgba(13,41,66,.12);
	border-radius: 12px;
	transition: border-color .25s, background .25s, box-shadow .25s;
	box-sizing: border-box;
}
.cs-form-row select {
	appearance: none;
	-webkit-appearance: none;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' fill='none' stroke='%232c6da4' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 16px center;
	padding-right: 42px;
	cursor: pointer;
}
.cs-form-row input:hover,
.cs-form-row textarea:hover,
.cs-form-row select:hover,
.cs-form-cell input:hover { border-color: rgba(13,41,66,.22); background-color: rgba(255,255,255,.85); }
.cs-form-row input:focus,
.cs-form-row textarea:focus,
.cs-form-row select:focus,
.cs-form-cell input:focus {
	outline: none;
	border-color: var(--sky-deep);
	background-color: rgba(255,255,255,1);
	box-shadow: 0 0 0 3px rgba(44,109,164,.15);
}
.cs-form-row textarea { resize: vertical; min-height: 90px; line-height: 1.55; }
/* Voucher-Code-Feld: monospaced, versal, mit Letterspacing wie auf dem PDF */
.cs-form-row input.cs-voucher-code-input {
	font-family: ui-monospace, "SF Mono", Menlo, monospace;
	font-size: 17px;
	font-weight: 700;
	letter-spacing: .18em;
	text-transform: uppercase;
	color: var(--sky-darker);
}

.cs-form-row.has-error input,
.cs-form-row.has-error textarea,
.cs-form-row.has-error select {
	border-color: #d63638;
	background-color: rgba(214,54,56,.04);
}
.cs-form-error {
	display: none;
	margin-top: 6px;
	font-size: 12px;
	color: #d63638;
	font-weight: 600;
	letter-spacing: .01em;
}
.cs-form-row.has-error .cs-form-error,
.cs-form-error.is-shown { display: block; }

.cs-form-hint {
	font-size: 12px;
	color: var(--muted);
	margin: -10px 0 14px;
}

.cs-form-row-split {
	display: grid;
	grid-template-columns: 140px 1fr;
	gap: 14px;
}

/* Custom checkboxes */
.cs-check {
	display: flex;
	align-items: flex-start;
	gap: 14px;
	cursor: pointer;
	-webkit-tap-highlight-color: transparent;
}
.cs-check input { position: absolute; opacity: 0; pointer-events: none; }
.cs-check-box {
	flex-shrink: 0;
	width: 22px; height: 22px;
	margin-top: 2px;
	border: 2px solid rgba(13,41,66,.25);
	border-radius: 6px;
	background: rgba(255,255,255,.7);
	display: grid; place-items: center;
	transition: border-color .2s, background .2s, transform .2s;
}
.cs-check-box::after {
	content: "";
	width: 12px; height: 7px;
	border-left: 2px solid var(--cloud);
	border-bottom: 2px solid var(--cloud);
	transform: rotate(-45deg) translate(0, -1px) scale(0);
	opacity: 0;
	transition: transform .2s cubic-bezier(.4,0,.2,1), opacity .2s;
}
.cs-check:hover .cs-check-box { border-color: var(--sky-deep); }
.cs-check input:focus-visible ~ .cs-check-box {
	box-shadow: 0 0 0 3px rgba(44,109,164,.18);
}
.cs-check input:checked ~ .cs-check-box {
	background: var(--sky-deep);
	border-color: var(--sky-deep);
}
.cs-check input:checked ~ .cs-check-box::after {
	transform: rotate(-45deg) translate(0, -1px) scale(1);
	opacity: 1;
}
.cs-check-content {
	display: flex;
	flex-direction: column;
	gap: 2px;
	font-size: 14px;
	line-height: 1.5;
	color: var(--ink);
}
.cs-check-content strong {
	font-weight: 600;
	color: var(--ink);
}
.cs-check-content em {
	font-style: normal;
	font-size: 12px;
	color: var(--muted);
}
.cs-check-content a {
	color: var(--sky-deep);
	text-decoration: underline;
}

/* Course-cards as fancy radios */
.cs-form-checks {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 14px;
}
.cs-check-card {
	padding: 18px 20px;
	background: rgba(255,255,255,.7);
	border: 1.5px solid rgba(13,41,66,.12);
	border-radius: 16px;
	transition: border-color .2s, background .2s, transform .25s;
}
.cs-check-card:hover {
	border-color: rgba(44,109,164,.3);
	background: rgba(255,255,255,.9);
}
.cs-check-card:has(input:checked) {
	border-color: var(--sky-deep);
	background: rgba(44,109,164,.06);
	transform: translateY(-2px);
	box-shadow: 0 8px 24px rgba(44,109,164,.12);
}
.cs-check-card .cs-check-content strong {
	font-family: var(--display);
	font-size: 18px;
	font-weight: 400;
	letter-spacing: -.01em;
	line-height: 1.1;
}

/* Consent row */
.cs-form-consent {
	margin-top: 20px;
	padding-top: 24px;
	border-top: 1px dotted var(--line);
}

/* Honeypot — completely hidden */
.cs-form-honeypot {
	position: absolute !important;
	left: -9999px !important;
	width: 1px;
	height: 1px;
	overflow: hidden;
	opacity: 0;
}

/* Submit + actions */
.cs-form-actions {
	margin-top: 28px;
	display: flex;
	flex-direction: column;
	gap: 12px;
	align-items: flex-start;
}
.cs-form-submit {
	min-height: 56px;
	font-size: 15px;
	padding: 16px 32px;
	position: relative;
}
.cs-form-submit[disabled] { opacity: .85; cursor: progress; }
.cs-form-submit-spinner {
	display: none;
	width: 16px; height: 16px;
	border: 2px solid rgba(255,255,255,.3);
	border-top-color: var(--cloud);
	border-radius: 50%;
	animation: cs-spin .8s linear infinite;
}
.cs-form-submit.is-loading .cs-form-submit-spinner { display: inline-block; }
.cs-form-submit.is-loading .arr,
.cs-form-submit.is-loading .cs-form-submit-label { opacity: .6; }
@keyframes cs-spin { to { transform: rotate(360deg); } }

.cs-form-error-global {
	font-size: 13px;
	font-weight: 600;
	color: #d63638;
}

/* Success state */
.cs-info-form.is-success .cs-info-form-fields { display: none; }
.cs-info-form.is-success .cs-info-form-success {
	display: flex !important;
	flex-direction: column;
	align-items: center;
	text-align: center;
	gap: 16px;
	padding: 24px 20px;
	animation: cs-success-in .5s cubic-bezier(.4,0,.2,1);
}
@keyframes cs-success-in {
	from { opacity: 0; transform: translateY(12px); }
	to   { opacity: 1; transform: translateY(0); }
}
.cs-info-form-success-icon {
	width: 80px; height: 80px;
	color: var(--sky-deep);
}
.cs-info-form-success-icon svg { width: 100%; height: 100%; }
.cs-info-form-success h3 {
	font-family: var(--display);
	font-size: 32px; line-height: 1.1;
	font-weight: 400; letter-spacing: -.02em;
	color: var(--ink);
	margin: 0;
}
.cs-info-form-success-msg {
	font-size: 16px; line-height: 1.65;
	color: var(--ink-soft);
	max-width: 440px;
	margin: 0;
}

/* === 26. Default Article / Search ===================================== */
.cs-content-area, .cs-default-single {
	max-width: 880px; margin: 200px auto 80px; padding: 0 40px;
	position: relative; z-index: 5;
}
.cs-default-single .entry-title {
	font-family: var(--display);
	font-size: clamp(40px, 5vw, 72px); line-height: .95;
	color: var(--ink); margin-bottom: 32px; font-weight: 400;
}
.cs-default-single .entry-thumbnail { margin-bottom: 32px; border-radius: 20px; overflow: hidden; }
.cs-default-single .entry-content > * { margin-bottom: 1.2em; }
.cs-search-form { display: flex; gap: 12px; max-width: 560px; }
.cs-search-form .search-field {
	flex: 1; padding: 14px 20px; border-radius: 100px;
	border: 1px solid var(--line); background: rgba(255,255,255,.85);
	font-family: var(--sans); font-size: 14px; color: var(--ink);
}
.screen-reader-text {
	clip: rect(1px,1px,1px,1px); position: absolute !important;
	height: 1px; width: 1px; overflow: hidden;
}

/* === 27. WPBakery / Gutenberg row baseline ============================ */
.vc_row, .wpb_row, .entry-content > * { position: relative; z-index: 5; }

/* === 28. Responsive ================================================== */
@media (max-width: 1100px) {
	/* === Mobile/Tablet — simplified atmospheric background === */
	/* iOS Safari fixed-100vh has known viewport bugs; expensive blur stacks lag on mobile GPUs.
	   Strategy: keep the static sky gradient, drop heavy effects. */
	.cs-atmosphere .atmosphere {
		background-size: 100% 100%;
		background-position: 0 50% !important;
		background: linear-gradient(180deg,
			#eaf3fa 0%, #c6dff0 35%, #8ec3df 70%, #5fa8d3 100%);
	}
	.cs-atmosphere .hero-photo {
		position: absolute !important;
		height: 90vh;
		opacity: 1 !important;
	}
	.cs-atmosphere .cloud-layer { display: none !important; }
	.cloud-burst.b1 { width: 360px; height: 240px; filter: blur(40px); }
	.cloud-burst.b2 { width: 420px; height: 280px; filter: blur(40px); }
	.cloud-burst.b3 { width: 360px; height: 240px; filter: blur(40px); }

	.targets { grid-template-columns: 1fr; }
	.bento { grid-template-columns: 1fr; grid-auto-rows: auto; }
	.b-1, .b-2, .b-3, .b-4, .b-5, .b-6 { grid-column: span 1; grid-row: span 1; }
	.b-1 .fleet-pair { grid-template-columns: 1fr; gap: 18px; }
	.comparison, .breakdown, .requirements { grid-template-columns: 1fr; }
	.stats-card { grid-template-columns: 1fr; gap: 32px; padding: 40px 32px; }
	.steps { grid-template-columns: 1fr 1fr; }
	.step:nth-child(2) { border-right: none; }
	.step:nth-child(1), .step:nth-child(2) { border-bottom: 1px solid var(--line); }
	.topics { grid-template-columns: 1fr; }
	.course { grid-template-columns: 80px 1fr; gap: 24px; }
	.course-arrow { display: none; }
	.course-icon { width: 70px; height: 70px; }
	.course-icon svg { width: 40px; height: 40px; }
	.course-title { font-size: 30px; }
	/* Buchen-Button bleibt sichtbar — Spalten nur kompakter. */
	.termin { grid-template-columns: 110px 1fr auto auto; gap: 14px; padding: 22px 24px; }
	.termin .book { padding: 9px 14px; font-size: 12px; }
	.team-grid { grid-template-columns: repeat(2, 1fr); }
	.fleet-grid { grid-template-columns: 1fr; gap: 24px; }
	.cs-blog-grid { grid-template-columns: repeat(2, 1fr); gap: 22px; }
	.cs-blog-single { padding: 0 24px; }
	.cs-blog-single-content { padding: 40px 36px; }
	.cs-blog-prevnext { grid-template-columns: 1fr; padding: 0 24px; gap: 12px; }
	.cs-info-form-grid { grid-template-columns: 1fr; gap: 24px; }
	.cs-info-form-intro { position: static; }
	.cs-info-form { padding: 32px 28px; }
	.cs-form-checks { grid-template-columns: 1fr; }
	.aircraft-specs-grid { grid-template-columns: repeat(2, 1fr); padding: 28px; }
	.aircraft-gallery { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 180px; }
	.aircraft-gallery-item.wide { grid-column: span 2; }
	.footer-grid { grid-template-columns: 1fr 1fr; }
	.cs-atmosphere .altitude { display: none; }
	nav.top {
		left: 16px; right: 16px;
		max-width: none;
		transform: none;
		padding: 6px 6px 6px 18px;
		gap: 12px;
		justify-content: space-between;
	}
	nav.top ul { display: none; }
	nav.top .cs-cta-desktop { display: none; }
	.cs-nav-toggle { display: flex; }
}
@media (max-width: 600px) {
	.cs-breadcrumb-section { padding: 140px 24px 0; }
	.cs-atmosphere .hero { padding: 180px 24px 140px; }
	.cs-atmosphere .hero h1, .cs-atmosphere .hero-title { font-size: 60px; }
	.cs-static-sky .hero { padding: 180px 24px 60px; }
	.cs-static-sky .hero h1, .cs-static-sky .hero-title { font-size: 48px; }
	section.sec, .cs-sec { padding: 100px 24px; }
	.cs-static-sky section.sec, .cs-static-sky .cs-sec { padding: 60px 24px; }
	.quote-section { padding: 120px 24px; }
	.invitation { margin: 40px 16px; padding: 60px 24px; }
	.cs-static-sky .invitation { padding: 50px 24px; }
	.footer-grid { grid-template-columns: 1fr; gap: 40px; }
	.footer-brand-block .footer-logo { height: 64px; }
	.footer-bottom { flex-direction: column; gap: 12px; text-align: center; }
	.steps { grid-template-columns: 1fr; }
	.step { border-right: none; border-bottom: 1px solid var(--line); }
	.step:last-child { border-bottom: none; }
	.comp-title, .br-title { font-size: 32px; }
	/* Zweizeilig stapeln: Datum + Name oben, Status + Buchen darunter. */
	.termin { grid-template-columns: 100px 1fr; gap: 12px 14px; padding: 20px; }
	.termin .badge { grid-column: 1; justify-self: start; align-self: center; }
	.termin .book { grid-column: 2; justify-self: start; }
	.team-grid { grid-template-columns: 1fr; gap: 20px; }
	.fleet-grid { gap: 20px; }
	.cs-blog-grid { grid-template-columns: 1fr; gap: 20px; }
	.cs-blog-card-body { padding: 24px 22px 26px; }
	.cs-blog-card-title { font-size: 22px; }
	.cs-blog-single { margin: 32px auto 40px; }
	.cs-blog-single-content { padding: 32px 24px; font-size: 16px; }
	.cs-blog-single-content h2 { font-size: 26px; }
	.cs-blog-single-content h3 { font-size: 20px; }
	.cs-blog-single-image { border-radius: 20px; aspect-ratio: 16 / 11; }
	.cs-info-form { padding: 28px 22px; border-radius: 20px; }
	.cs-info-form-intro { padding: 28px 22px; border-radius: 20px; }
	.cs-info-fieldset { margin-bottom: 22px; }
	.cs-form-row-split { grid-template-columns: 110px 1fr; gap: 10px; }
	.cs-info-form-success h3 { font-size: 26px; }
	.cs-info-form-success-icon { width: 64px; height: 64px; }
	.fleet-body { padding: 24px 24px 28px; }
	.fleet-model { font-size: 32px; }
	.aircraft-specs-grid { grid-template-columns: 1fr 1fr; gap: 14px; padding: 24px; }
	.aircraft-spec-cell .spec-v { font-size: 18px; }
	.aircraft-gallery { grid-template-columns: 1fr; grid-auto-rows: 200px; }
	.aircraft-gallery-item.wide { grid-column: span 1; }
	.cs-content-area, .cs-default-single { margin: 140px auto 60px; padding: 0 24px; }
	nav.top { padding: 5px 5px 5px 14px; gap: 8px; }
	nav.top .logo-link, nav.top .logo-img { height: 36px; }
	nav.top .logo-img--emblem { height: 28px; }
	.cs-nav-toggle { width: 40px; height: 40px; padding: 11px 10px; }
}
@media (max-width: 480px) {
	nav.top { padding: 5px 5px 5px 12px; }
	nav.top .logo-link, nav.top .logo-img { height: 32px; }
	nav.top .logo-img--emblem { height: 26px; }
	.cs-nav-toggle { width: 38px; height: 38px; padding: 10px 9px; gap: 4px; }
	.cs-mobile-list a { font-size: 28px; }
}

/* === 28b. Cookie-Hinweis & Bildnachweis =============================== */
.cs-cookie-notice {
	position: fixed;
	left: 20px; right: auto; bottom: 20px;
	z-index: 200;
	max-width: 420px;
	display: flex;
	flex-direction: column;
	gap: 14px;
	padding: 22px 24px;
	background: linear-gradient(165deg, rgba(255,255,255,.95), rgba(255,255,255,.85));
	backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px);
	border: 1px solid rgba(255,255,255,.95);
	border-radius: 20px;
	box-shadow: 0 16px 48px rgba(13,41,66,.18);
}
.cs-cookie-notice[hidden] { display: none; }
.cs-cookie-notice-text {
	margin: 0;
	font-size: 13.5px;
	line-height: 1.6;
	color: var(--ink-soft);
}
.cs-cookie-notice-text strong { color: var(--ink); }
.cs-cookie-notice-text a { color: var(--sky-deep); font-weight: 600; }
.cs-cookie-notice-ok {
	align-self: flex-start;
	padding: 12px 24px !important;
	font-size: 13px !important;
}
@media (max-width: 600px) {
	.cs-cookie-notice { left: 12px; right: 12px; bottom: 12px; max-width: none; padding: 18px 18px; }
}

/* Bildnachweis unter der Flugzeug-Galerie */
.aircraft-gallery-credit {
	margin-top: 14px;
	text-align: right;
	font-size: 12px;
	color: var(--muted);
}
.aircraft-gallery-credit a { color: var(--muted); text-decoration: underline; }

/* === 29. Reduced Motion ============================================== */
@media (prefers-reduced-motion: reduce) {
	*, *::before, *::after {
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.01ms !important;
		scroll-behavior: auto !important;
	}
}

/* === 30. Accessibility: Skip-Link & Focus ============================ */
.skip-link {
	position: fixed; top: -100px; left: 16px; z-index: 300;
	background: var(--sky-deep); color: #fff;
	padding: 12px 22px; border-radius: 100px;
	font-size: 14px; font-weight: 600; text-decoration: none;
	box-shadow: 0 8px 24px rgba(13,41,66,.25);
	transition: top .2s;
}
.skip-link:focus { top: 16px; }

.btn:focus-visible,
nav.top ul a:focus-visible,
nav.top .cta:focus-visible,
.logo-link:focus-visible,
.target-cta:focus-visible,
.course:focus-visible,
.fleet-link:focus-visible,
.fleet-photo:focus-visible,
.fleet-model a:focus-visible,
.cs-blog-card-link:focus-visible,
.cs-blog-pagination a:focus-visible,
.termin .book:focus-visible,
.faq-item summary:focus-visible,
.breadcrumb a:focus-visible,
.footer-list a:focus-visible,
.cs-mobile-list a:focus-visible {
	outline: 2px solid var(--sky-deep);
	outline-offset: 3px;
}

/* Anker-Sprungziele nicht unter der fixen Navigation verstecken. */
section.sec[id] { scroll-margin-top: 120px; }

/* === 31. Kleinteile ================================================== */
/* Leerzustands-Hinweis (Fleet-/Team-Grid, Termine) */
.cs-empty-note { color: var(--ink-soft); font-style: italic; }

/* Tablet-Zwischenstufe: 3er-Grids nicht direkt auf 1 Spalte springen lassen. */
@media (min-width: 701px) and (max-width: 1100px) {
	.targets { grid-template-columns: repeat(2, 1fr); }
	.topics { grid-template-columns: repeat(2, 1fr); }
	.stats-card { grid-template-columns: repeat(3, 1fr); gap: 28px; padding: 44px 36px; }
}

/* === 32. Buchung / WooCommerce ======================================= */

/* Produkt-Karten (cs_product_grid) */
.cs-product-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
	gap: 28px;
}
.cs-product-card {
	background: linear-gradient(180deg, rgba(255,255,255,.88) 0%, rgba(255,255,255,.68) 100%);
	backdrop-filter: blur(16px);
	border: 1px solid rgba(255,255,255,.9);
	border-radius: 24px;
	overflow: hidden;
	box-shadow: 0 8px 32px rgba(13,41,66,.08);
	display: flex;
	flex-direction: column;
	transition: transform .3s, box-shadow .3s;
}
.cs-product-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 16px 44px rgba(13,41,66,.14);
}
.cs-product-photo {
	display: block;
	position: relative;
	aspect-ratio: 16 / 10;
	overflow: hidden;
	background: linear-gradient(135deg, var(--sky-light) 0%, var(--sky-mid) 100%);
}
.cs-product-photo img {
	width: 100%; height: 100%;
	object-fit: cover; display: block;
	transition: transform .6s cubic-bezier(.4,0,.2,1);
}
.cs-product-card:hover .cs-product-photo img { transform: scale(1.04); }
.cs-product-photo-fallback {
	display: grid; place-items: center;
	width: 100%; height: 100%;
	color: rgba(255,255,255,.95);
}
.cs-product-photo-fallback svg { width: 72px; height: 72px; }
.cs-product-flag {
	position: absolute; top: 14px; right: 14px;
	font-size: 10px; font-weight: 700;
	letter-spacing: .18em; text-transform: uppercase;
	background: rgba(13,41,66,.75); color: #fff;
	padding: 6px 12px; border-radius: 100px;
	backdrop-filter: blur(8px);
}
.cs-product-body {
	padding: 26px 26px 28px;
	display: flex; flex-direction: column; gap: 12px;
	flex: 1;
}
.cs-product-title {
	font-family: var(--display);
	font-size: 26px; font-weight: 400;
	letter-spacing: -.01em; line-height: 1.15;
}
.cs-product-title a { color: var(--ink); text-decoration: none; }
.cs-product-title a:hover { color: var(--sky-deep); }
.cs-product-desc { font-size: 14px; color: var(--ink-soft); line-height: 1.6; }
.cs-product-foot {
	margin-top: auto;
	display: flex; align-items: center; justify-content: space-between;
	gap: 14px; flex-wrap: wrap;
	padding-top: 14px;
	border-top: 1px solid var(--line);
}
.cs-product-price {
	font-family: var(--display);
	font-size: 22px; color: var(--sky-deep);
	letter-spacing: -.01em;
}
.cs-product-price .woocommerce-Price-amount { white-space: nowrap; }

/* Shop-Container (Produktseite, Warenkorb, Kasse) */
/* div.sec bekommt die section.sec-Abstände nicht — eigenes Padding nötig */
.cs-shop-wrap { max-width: 1280px; margin: 0 auto; padding: 60px 40px 100px; box-sizing: border-box; }
.cs-shop-page {
	background: rgba(255,255,255,.72);
	backdrop-filter: blur(16px);
	border: 1px solid rgba(255,255,255,.85);
	border-radius: 28px;
	padding: 48px;
	margin-top: 24px;
	margin-bottom: 80px;
	box-shadow: 0 8px 32px rgba(13,41,66,.08);
}
.cs-shop-title {
	font-family: var(--display);
	font-size: clamp(36px, 5vw, 56px);
	font-weight: 400; letter-spacing: -.01em;
	color: var(--ink); margin-bottom: 28px;
}

/* WooCommerce-Basics im Site-Look */
.woocommerce div.product .product_title {
	font-family: var(--display);
	font-size: clamp(36px, 5vw, 56px);
	font-weight: 400; letter-spacing: -.01em; color: var(--ink);
}
.woocommerce div.product p.price,
.woocommerce div.product span.price {
	color: var(--sky-deep);
	font-family: var(--display);
	font-size: 26px;
}
.woocommerce div.product div.images img { border-radius: 20px; }
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.wc-block-components-button:not(.is-link) {
	background: var(--sky-deep) !important;
	color: #fff !important;
	border-radius: 100px !important;
	font-weight: 600 !important;
	padding: 12px 26px !important;
	border: none !important;
	transition: background .25s, transform .2s !important;
}
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.wc-block-components-button:not(.is-link):hover {
	background: var(--sky-darker) !important;
	transform: translateY(-1px);
}
.woocommerce div.product form.cart .variations select {
	border: 1px solid var(--line);
	border-radius: 12px;
	padding: 10px 14px;
	background: #fff;
	font-family: var(--sans);
}
.woocommerce div.product form.cart .variations label { font-weight: 600; color: var(--ink); }
.woocommerce div.product form.cart div.quantity .qty {
	border: 1px solid var(--line); border-radius: 12px; padding: 10px;
}
.woocommerce-variation-price { margin-bottom: 16px; }
.woocommerce .woocommerce-breadcrumb { display: none; }
.woocommerce table.shop_table {
	border: 1px solid var(--line); border-radius: 16px;
}
.woocommerce-message, .woocommerce-info {
	border-top-color: var(--sky-deep);
	background: rgba(255,255,255,.8);
	border-radius: 12px;
}
.cs-breadcrumb-product { margin-bottom: -40px; }

/* Buchungs-Extras auf Produktseiten (Wunschtermin, Widmung) */
.csav-wc-extra { margin: 18px 0 22px; }
.csav-wc-extra label {
	display: block; font-weight: 600; font-size: 14px;
	color: var(--ink); margin-bottom: 8px;
}
.csav-wc-extra-row { display: flex; gap: 10px; flex-wrap: wrap; }
.csav-wc-extra input[type="date"],
.csav-wc-extra select,
.csav-wc-extra textarea {
	border: 1px solid var(--line); border-radius: 12px;
	padding: 10px 14px; background: #fff;
	font-family: var(--sans); font-size: 14px; color: var(--ink);
}
.csav-wc-extra input[type="date"]:focus-visible,
.csav-wc-extra select:focus-visible,
.csav-wc-extra textarea:focus-visible {
	outline: 2px solid var(--sky-deep); outline-offset: 2px;
}
.csav-wc-extra textarea { width: 100%; resize: vertical; }
.csav-wc-extra-note { font-size: 12px; color: var(--ink-soft); margin-top: 6px; }

/* === 33. Produktseite (Single Product) ================================ */
/* Zwei-Spalten-Bühne: Galerie links, Kaufbox rechts als Glas-Panel. */
.cs-shop-wrap div.product {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
	gap: 48px;
	align-items: start;
	position: relative;
}
.cs-shop-wrap div.product .woocommerce-product-gallery {
	position: relative;
	width: 100% !important;
	float: none !important;
	margin-bottom: 0 !important;
	opacity: 1 !important; /* Woo blendet die Galerie per Inline-Style ein — Flash vermeiden */
}
.cs-shop-wrap div.product .woocommerce-product-gallery__wrapper { margin: 0; }
.cs-shop-wrap div.product .woocommerce-product-gallery__image img,
.cs-shop-wrap div.product .woocommerce-product-gallery img {
	width: 100%;
	height: auto;
	border-radius: 24px;
	box-shadow: 0 24px 60px rgba(13,41,66,.18);
}
.cs-shop-wrap div.product .flex-viewport { border-radius: 24px; }
.cs-shop-wrap div.product .flex-control-thumbs {
	display: flex;
	gap: 12px;
	list-style: none;
	padding: 0;
	margin: 14px 0 0;
}
.cs-shop-wrap div.product .flex-control-thumbs li { width: 88px; }
.cs-shop-wrap div.product .flex-control-thumbs img {
	border-radius: 12px;
	box-shadow: 0 6px 16px rgba(13,41,66,.12);
	cursor: pointer;
	opacity: .55;
	transition: opacity .25s, transform .25s;
}
.cs-shop-wrap div.product .flex-control-thumbs img:hover { opacity: .85; }
.cs-shop-wrap div.product .flex-control-thumbs img.flex-active { opacity: 1; transform: translateY(-2px); }
.cs-shop-wrap div.product .onsale {
	position: absolute;
	top: 18px; left: 18px;
	z-index: 5;
	background: var(--gold);
	color: var(--sky-ink);
	font-family: var(--sans);
	font-size: 12px; font-weight: 700;
	letter-spacing: .04em;
	padding: 8px 16px;
	border-radius: 100px;
	min-width: 0; min-height: 0; line-height: 1.4;
}

/* Kaufbox */
.cs-shop-wrap div.product .summary.entry-summary {
	width: 100% !important;
	float: none !important;
	margin: 0;
	background: linear-gradient(165deg, rgba(255,255,255,.9), rgba(255,255,255,.68));
	backdrop-filter: blur(16px);
	-webkit-backdrop-filter: blur(16px);
	border: 1px solid rgba(255,255,255,.9);
	border-radius: 28px;
	box-shadow: 0 12px 44px rgba(13,41,66,.1);
	padding: 40px 42px 36px;
}
.cs-product-eyebrow { margin-bottom: 14px; }
.cs-shop-wrap div.product .product_title {
	margin: 0 0 10px;
	line-height: 1.04;
	font-size: clamp(34px, 4vw, 48px);
}
.cs-shop-wrap div.product .summary > .price {
	margin: 4px 0 14px;
	display: block;
}
.cs-shop-wrap div.product .summary > .price del { opacity: .45; font-size: .7em; }
.cs-shop-wrap div.product .summary > .price ins { text-decoration: none; }
.cs-shop-wrap div.product .woocommerce-product-details__short-description {
	font-size: 16px;
	line-height: 1.65;
	color: var(--ink-soft);
	margin-bottom: 20px;
}

/* Varianten-Auswahl: Labels über gestylten Selects, Zeile für Zeile */
.cs-shop-wrap div.product table.variations { border: none; margin: 0 0 6px; border-collapse: collapse; }
.cs-shop-wrap div.product table.variations tr { display: block; margin-bottom: 14px; }
.cs-shop-wrap div.product table.variations th,
.cs-shop-wrap div.product table.variations td {
	display: block;
	padding: 0;
	border: none;
	background: none;
	text-align: left;
}
.cs-shop-wrap div.product table.variations th.label {
	font-size: 13px;
	font-weight: 600;
	color: var(--ink);
	margin-bottom: 6px;
}
.cs-shop-wrap div.product table.variations select {
	width: 100%;
	appearance: none;
	-webkit-appearance: none;
	padding: 13px 42px 13px 16px;
	border: 1px solid var(--line);
	border-radius: 12px;
	background-color: rgba(255,255,255,.85);
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' fill='none' stroke='%232c6da4' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 16px center;
	font-family: var(--sans);
	font-size: 14px;
	color: var(--ink);
	cursor: pointer;
	transition: border-color .25s, box-shadow .25s;
}
.cs-shop-wrap div.product table.variations select:focus {
	outline: none;
	border-color: var(--sky-deep);
	box-shadow: 0 0 0 3px rgba(44,109,164,.15);
}
.cs-shop-wrap div.product .reset_variations {
	font-size: 12px;
	color: var(--muted);
}
.cs-shop-wrap div.product .woocommerce-variation-price { margin: 6px 0 14px; }
.cs-shop-wrap div.product .woocommerce-variation-price .price { font-size: 30px; }
.cs-shop-wrap div.product .woocommerce-variation-availability { display: none; }

/* Menge + Kaufen-Button in einer Zeile */
.cs-shop-wrap div.product form.cart { margin-bottom: 0; }
.cs-shop-wrap div.product form.cart .woocommerce-variation-add-to-cart,
.cs-shop-wrap div.product form.cart:not(.variations_form) {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	align-items: center;
}
.cs-shop-wrap div.product form.cart:not(.variations_form) .csav-wc-extra { flex: 1 1 100%; }
.cs-shop-wrap div.product form.cart .quantity .qty {
	width: 84px;
	padding: 14px 8px;
	text-align: center;
	border: 1px solid var(--line);
	border-radius: 100px;
	font-family: var(--sans);
	font-size: 15px;
	color: var(--ink);
	background: rgba(255,255,255,.85);
}
.cs-shop-wrap div.product form.cart .single_add_to_cart_button,
.cs-shop-wrap div.product form.cart .button {
	flex: 1;
	min-height: 52px;
	font-size: 15px !important;
	padding: 15px 30px !important;
}
.cs-shop-wrap div.product form.cart .single_add_to_cart_button.disabled { opacity: .45; }

/* Vertrauens-Hinweise unter dem Button */
.cs-product-trust {
	list-style: none;
	padding: 20px 0 0;
	margin: 22px 0 0;
	border-top: 1px solid var(--line);
	display: grid;
	gap: 9px;
}
.cs-product-trust li {
	position: relative;
	padding-left: 28px;
	font-size: 13.5px;
	color: var(--ink-soft);
	line-height: 1.5;
}
.cs-product-trust li::before {
	content: "";
	position: absolute;
	left: 0; top: 1px;
	width: 18px; height: 18px;
	border-radius: 50%;
	background: rgba(44,109,164,.12) url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='8' viewBox='0 0 12 9'%3E%3Cpath d='M1 4.5 L4.5 8 L11 1' fill='none' stroke='%232c6da4' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center;
}

/* Beschreibungs-Sektion unter der Bühne */
.cs-product-desc-sec {
	grid-column: 1 / -1;
	max-width: 780px;
	margin: 56px auto 0;
	text-align: center;
}
.cs-product-desc-prose {
	margin-top: 18px;
	font-size: 17px;
	line-height: 1.75;
	color: var(--ink);
	text-align: left;
}
.cs-product-desc-prose p { margin-bottom: 1.1em; }
.cs-product-desc-back { margin-top: 28px; text-align: center; }

/* Externe Produkte: nur Button, kein Mengenfeld — Abstand harmonisieren */
.cs-shop-wrap div.product form.cart .single_add_to_cart_button { white-space: nowrap; }

@media (max-width: 980px) {
	.cs-shop-wrap div.product { grid-template-columns: 1fr; gap: 28px; }
	.cs-shop-wrap div.product .summary.entry-summary { padding: 30px 26px 28px; }
}

@media (max-width: 600px) {
	.cs-product-grid { grid-template-columns: 1fr; gap: 20px; }
	.cs-shop-wrap { padding: 32px 20px 70px; }
	.cs-shop-page { padding: 28px 20px; }
	.cs-shop-wrap div.product .product_title { font-size: 30px; }
	.cs-shop-wrap div.product form.cart .woocommerce-variation-add-to-cart { flex-direction: column; align-items: stretch; }
	.cs-shop-wrap div.product form.cart .quantity .qty { width: 100%; }
}
