/* ============================================
   invest4future – Light Premium Theme
   Aesthetic: Warm ivory · Editorial finance · Quiet luxury
   Typo: Fraunces (display) + DM Sans (body)
   Palette: Warm whites + deep navy headlines + muted gold accent
   ============================================ */

/* === Self-hosted Fonts (DSGVO-konform) === */
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('../fonts/dm-sans-variable.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'DM Sans';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/dm-sans-italic-variable.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Fraunces';
  font-style: normal;
  font-weight: 300 500;
  font-display: optional;
  src: url('../fonts/fraunces-variable.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Fraunces';
  font-style: italic;
  font-weight: 300 400;
  font-display: optional;
  src: url('../fonts/fraunces-italic-variable.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  /* Core palette – warm light surfaces */
  --ivory: #faf8f5;
  --surface: #ffffff;
  --surface-raised: #f4f1ec;
  --surface-warm: #edeae4;
  --border: rgba(26, 39, 68, 0.08);
  --border-hover: rgba(26, 39, 68, 0.15);

  /* Navy – headings & strong elements */
  --navy: #1a2744;
  --navy-soft: #2a3a5c;
  --navy-light: #3d506e;

  /* Gold accent system */
  --gold: #a08340;
  --gold-bright: #bfa04e;
  --gold-dim: #8a7035;
  --gold-glow: rgba(160, 131, 64, 0.08);
  --gold-glow-strong: rgba(160, 131, 64, 0.14);

  /* Blue accent (secondary, for Wachstum strategy) */
  --blue: #3d7bb8;
  --blue-dim: rgba(61, 123, 184, 0.08);

  /* Text hierarchy */
  --text-primary: #1a2744;
  --text-body: #3d4556;
  --text-secondary: #6b7280;
  --text-muted: #9ca3af;

  /* Spacing & shape */
  --radius: 16px;
  --radius-sm: 10px;
  --radius-xs: 6px;
  --transition: 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  --transition-fast: 0.2s ease;

  /* Shadows – warm-toned */
  --shadow: 0 4px 24px rgba(26, 39, 68, 0.06);
  --shadow-lg: 0 12px 48px rgba(26, 39, 68, 0.08);
  --shadow-gold: 0 4px 24px rgba(160, 131, 64, 0.1);
}

html { scroll-behavior: smooth; font-size: 16px; overflow-x: hidden; }

body {
  font-family: 'DM Sans', sans-serif;
  color: var(--text-body);
  background: var(--ivory);
  line-height: 1.72;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

/* Grain texture removed for performance (was barely visible at 0.018 opacity) */

img { max-width: 100%; height: auto; }

a {
  color: var(--navy);
  text-decoration: none;
  transition: color var(--transition-fast);
}
a:hover { color: var(--gold); }

.container { max-width: 1120px; margin: 0 auto; padding: 0 28px; }

/* ============================================
   TYPOGRAPHY
   ============================================ */
h1, h2, h3 {
  font-family: 'Fraunces', serif;
  color: var(--navy);
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

h4 {
  font-family: 'DM Sans', sans-serif;
  color: var(--navy);
  font-weight: 600;
  line-height: 1.3;
}

h1 { font-size: clamp(2.4rem, 5.5vw, 3.8rem); font-weight: 400; }
h2 { font-size: clamp(1.7rem, 3.5vw, 2.6rem); }
h3 { font-size: 1.4rem; }
h4 { font-size: 1.05rem; }

.section-label {
  display: inline-block;
  font-family: 'DM Sans', sans-serif;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 16px;
  position: relative;
  padding-left: 36px;
}

.section-label::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 24px;
  height: 1px;
  background: var(--gold);
}

.section-subtitle {
  font-size: 1.1rem;
  color: var(--text-secondary);
  max-width: 580px;
  margin: 18px auto 0;
  line-height: 1.7;
}

/* ============================================
   NAVIGATION
   ============================================ */
.nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background: rgba(250, 248, 245, 0.8);
  backdrop-filter: blur(20px) saturate(1.3);
  -webkit-backdrop-filter: blur(20px) saturate(1.3);
  border-bottom: 1px solid var(--border);
  transition: background var(--transition), box-shadow var(--transition);
}

.nav.scrolled {
  background: rgba(250, 248, 245, 0.95);
  box-shadow: 0 1px 12px rgba(26, 39, 68, 0.05);
}

.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 76px;
}

.nav-logo {
  display: flex;
  align-items: center;
}

.nav-logo-img {
  height: 40px;
  width: auto;
  transition: opacity var(--transition-fast), transform var(--transition-fast);
}

.nav-logo:hover .nav-logo-img {
  transform: scale(1.03);
  opacity: 0.9;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 36px;
  list-style: none;
}

.nav-links a {
  font-size: 0.88rem;
  font-weight: 500;
  color: var(--text-secondary);
  letter-spacing: 0.01em;
  position: relative;
  padding: 4px 0;
  transition: color var(--transition);
}

.nav-links a::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 1.5px;
  background: var(--navy);
  transition: width var(--transition);
}

.nav-links a:hover,
.nav-links a.active { color: var(--navy); }
.nav-links a:hover::after,
.nav-links a.active::after { width: 100%; }

.nav-links a.nav-cta {
  background: transparent;
  color: var(--gold) !important;
  padding: 12px 36px;
  border-radius: 100px;
  border: 1.5px solid var(--gold);
  font-weight: 600;
  font-size: 0.82rem;
  letter-spacing: 0.04em;
  transition: all var(--transition);
}

.nav-links a.nav-cta:hover {
  background: var(--gold);
  color: #fff !important;
  transform: translateY(-1px);
  box-shadow: 0 4px 16px rgba(160, 131, 64, 0.2);
}

.nav-cta::after { display: none !important; }

/* Mobile */
.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
}

.nav-toggle span {
  width: 24px;
  height: 2px;
  background: var(--navy);
  transition: var(--transition);
  border-radius: 2px;
}

/* ============================================
   HERO
   ============================================ */
.hero {
  padding: 180px 0 120px;
  text-align: center;
  position: relative;
}

/* Warm radial glow (no blur filter – uses soft gradient instead) */
.hero::before {
  content: '';
  position: absolute;
  top: 5%;
  left: 50%;
  transform: translateX(-50%);
  width: 1200px;
  height: 800px;
  background: radial-gradient(ellipse at center, rgba(160, 131, 64, 0.04) 0%, rgba(61, 123, 184, 0.02) 30%, transparent 60%);
  pointer-events: none;
}

/* Subtle grid pattern */
.hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(26, 39, 68, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(26, 39, 68, 0.025) 1px, transparent 1px);
  background-size: 80px 80px;
  mask-image: radial-gradient(ellipse at center, black 15%, transparent 65%);
  -webkit-mask-image: radial-gradient(ellipse at center, black 15%, transparent 65%);
  pointer-events: none;
}

.hero .container { position: relative; z-index: 1; }

.hero h1 {
  margin-bottom: 24px;
  font-weight: 300;
}

.hero h1 em {
  font-style: italic;
  color: var(--gold);
  font-weight: 400;
}

.hero-text {
  font-size: 1.15rem;
  color: var(--text-secondary);
  max-width: 540px;
  margin: 0 auto 44px;
  line-height: 1.75;
}

.hero-quote {
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-weight: 300;
  color: var(--text-muted);
  font-size: 1.05rem;
  margin-bottom: 52px;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
}

.hero-quote cite {
  display: block;
  font-style: normal;
  font-family: 'DM Sans', sans-serif;
  font-size: 0.78rem;
  font-weight: 500;
  margin-top: 12px;
  color: var(--text-muted);
  letter-spacing: 2px;
  text-transform: uppercase;
}

/* ============================================
   BUTTONS
   ============================================ */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 15px 34px;
  border-radius: var(--radius-xs);
  font-family: 'DM Sans', sans-serif;
  font-weight: 600;
  font-size: 0.92rem;
  cursor: pointer;
  border: none;
  transition: all var(--transition);
  letter-spacing: 0.01em;
}

.btn-primary {
  background: var(--navy);
  color: #fff;
  box-shadow: 0 2px 16px rgba(26, 39, 68, 0.15);
}

.btn-primary:hover {
  background: var(--navy-soft);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 8px 32px rgba(26, 39, 68, 0.2);
}

.btn-accent {
  background: var(--blue);
  color: #fff;
  box-shadow: 0 2px 16px rgba(61, 123, 184, 0.15);
}

.btn-accent:hover {
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 8px 32px rgba(61, 123, 184, 0.2);
}

.btn-outline {
  background: transparent;
  color: var(--navy);
  border: 1.5px solid var(--border-hover);
}

.btn-outline:hover {
  color: var(--navy);
  border-color: var(--navy);
  background: rgba(26, 39, 68, 0.03);
  transform: translateY(-2px);
}

.btn-group {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}

.btn svg {
  width: 16px;
  height: 16px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* ============================================
   GATEWAY CARDS
   ============================================ */
.gateway { padding: 60px 0 100px; }

.gateway-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  max-width: 880px;
  margin: 0 auto;
}

a.gateway-card {
  text-decoration: none;
  color: inherit;
}
.gateway-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 52px 44px;
  text-align: center;
  transition: all var(--transition);
  position: relative;
  overflow: hidden;
}
.gateway-card .btn {
  display: inline-flex;
}

/* Corner accents on hover */
.gateway-card::before {
  content: '';
  position: absolute;
  top: -1px;
  left: -1px;
  width: 60px;
  height: 60px;
  border-top: 2px solid var(--navy);
  border-left: 2px solid var(--navy);
  border-radius: var(--radius) 0 0 0;
  opacity: 0;
  transition: opacity var(--transition);
}

.gateway-card::after {
  content: '';
  position: absolute;
  bottom: -1px;
  right: -1px;
  width: 60px;
  height: 60px;
  border-bottom: 2px solid var(--navy);
  border-right: 2px solid var(--navy);
  border-radius: 0 0 var(--radius) 0;
  opacity: 0;
  transition: opacity var(--transition);
}

.gateway-card:hover {
  transform: translateY(-6px);
  border-color: var(--border-hover);
  box-shadow: var(--shadow-lg);
}

.gateway-card:hover::before,
.gateway-card:hover::after { opacity: 1; }

.gateway-card.accent::before { border-color: var(--blue); }
.gateway-card.accent::after { border-color: var(--blue); }

.gateway-icon {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 28px;
  background: var(--surface-raised);
  border: 1px solid var(--border);
}

.gateway-card.accent .gateway-icon {
  background: var(--blue-dim);
  border-color: rgba(61, 123, 184, 0.12);
}

.gateway-icon svg {
  width: 26px;
  height: 26px;
  stroke: var(--navy);
  fill: none;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.gateway-card.accent .gateway-icon svg { stroke: var(--blue); }

.gateway-card h3 { margin-bottom: 14px; }
.gateway-card p {
  color: var(--text-secondary);
  margin-bottom: 32px;
  font-size: 0.92rem;
  line-height: 1.7;
}

/* ============================================
   SECTIONS
   ============================================ */
.section { padding: 100px 0; }

.section-alt {
  background: var(--surface);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

.section-header {
  text-align: center;
  margin-bottom: 64px;
}

/* ============================================
   FEATURE GRID
   ============================================ */
.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 24px;
}

/* Bei genau 4 Karten: 2×2-Anordnung statt 3 + 1 alleinstehend */
@media (min-width: 769px) {
  .features-grid:has(> :nth-child(4):last-child) {
    grid-template-columns: repeat(2, 1fr);
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
  }
}

.feature-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 40px 36px;
  transition: all var(--transition);
  position: relative;
}

.section-alt .feature-card {
  background: var(--ivory);
}

.feature-card:hover {
  transform: translateY(-4px);
  border-color: var(--border-hover);
  box-shadow: var(--shadow);
}

.feature-icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  background: var(--gold-glow-strong);
  border: 1px solid rgba(160, 131, 64, 0.1);
}

.feature-icon svg {
  width: 22px;
  height: 22px;
  stroke: var(--gold);
  fill: none;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.feature-card h4 { margin-bottom: 12px; }
.feature-card p { color: var(--text-secondary); font-size: 0.9rem; line-height: 1.7; }

/* ============================================
   STRATEGY CARDS (B2C)
   ============================================ */
.strategy-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
}

.strategy-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 48px 44px;
  position: relative;
  overflow: hidden;
  transition: all var(--transition);
}

.strategy-card:hover {
  border-color: var(--border-hover);
  box-shadow: var(--shadow);
}

/* Top accent line */
.strategy-card::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
}

.strategy-card.growth::after {
  background: linear-gradient(90deg, transparent, var(--blue), transparent);
}

.strategy-card.income::after {
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
}

.strategy-badge {
  display: inline-block;
  padding: 5px 16px;
  border-radius: 20px;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.strategy-card.growth .strategy-badge {
  background: var(--blue-dim);
  color: var(--blue);
}

.strategy-card.income .strategy-badge {
  background: var(--gold-glow-strong);
  color: var(--gold);
}

.strategy-card h3 { margin-bottom: 16px; }
.strategy-card > p { color: var(--text-secondary); font-size: 0.92rem; margin-bottom: 24px; line-height: 1.7; }

.strategy-list {
  list-style: none;
  margin-bottom: 32px;
}

.strategy-list li {
  padding: 8px 0;
  padding-left: 28px;
  position: relative;
  font-size: 0.88rem;
  color: var(--text-secondary);
  line-height: 1.6;
}

.strategy-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 15px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  border: 1.5px solid var(--blue);
}

.strategy-card.income .strategy-list li::before {
  border-color: var(--gold);
}

/* Megatrend variant */
.strategy-card.megatrend::after {
  background: linear-gradient(90deg, transparent, var(--blue), transparent);
}
.strategy-card.megatrend .strategy-badge {
  background: var(--blue-dim);
  color: var(--blue);
}
.strategy-card.megatrend .strategy-list li::before {
  border-color: var(--blue);
}

/* Nachhaltigkeit variant (green) */
.strategy-card.nachhaltigkeit::after {
  background: linear-gradient(90deg, transparent, #4a8c5c, transparent);
}
.strategy-card.nachhaltigkeit .strategy-badge {
  background: rgba(74, 140, 92, 0.08);
  color: #4a8c5c;
}
.strategy-card.nachhaltigkeit .strategy-list li::before {
  border-color: #4a8c5c;
}

/* Sparplan variant */
.strategy-card.sparplan::after {
  background: linear-gradient(90deg, transparent, var(--blue), transparent);
}
.strategy-card.sparplan .strategy-badge {
  background: var(--blue-dim);
  color: var(--blue);
}
.strategy-card.sparplan .strategy-list li::before {
  border-color: var(--blue);
}

/* Premium variants */
.strategy-card.premium::after {
  background: linear-gradient(90deg, transparent, var(--navy-light), transparent);
}
.strategy-card.premium .strategy-badge {
  background: rgba(26, 39, 68, 0.06);
  color: var(--navy-light);
}
.strategy-card.premium .strategy-list li::before {
  border-color: var(--navy-light);
}

/* Strategy category headers */
.strategy-category {
  margin-bottom: 32px;
  margin-top: 64px;
  text-align: center;
}

.strategy-category:first-child {
  margin-top: 0;
}

.strategy-category h3 {
  font-family: 'Fraunces', serif;
  font-size: 1.5rem;
  font-weight: 400;
  color: var(--navy);
  margin-bottom: 0;
}

/* Award badge */
.award-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: linear-gradient(135deg, rgba(160, 131, 64, 0.08), rgba(160, 131, 64, 0.04));
  border: 1px solid rgba(160, 131, 64, 0.15);
  border-radius: 100px;
  padding: 10px 22px;
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--gold);
  margin-top: 12px;
}

.award-badge svg {
  width: 18px;
  height: 18px;
  stroke: var(--gold);
  fill: none;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* ============================================
   PROCESS STEPS
   ============================================ */
.process-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  position: relative;
}

/* Connecting line */
.process-steps::before {
  content: '';
  position: absolute;
  top: 30px;
  left: 16%;
  right: 16%;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--border-hover), transparent);
}

.process-step {
  text-align: center;
  padding: 32px 24px;
  position: relative;
}

.step-number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: var(--surface);
  border: 1.5px solid var(--gold);
  color: var(--gold);
  font-family: 'Fraunces', serif;
  font-size: 1.3rem;
  font-weight: 400;
  margin: 0 auto 24px;
  position: relative;
  z-index: 1;
  box-shadow: 0 2px 16px rgba(160, 131, 64, 0.08);
}

.process-step h4 { margin-bottom: 12px; }
.process-step p { color: var(--text-secondary); font-size: 0.88rem; line-height: 1.7; }

/* ============================================
   BENEFITS GRID (B2B)
   ============================================ */
.benefits-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.benefit-item {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  padding: 28px;
  background: var(--ivory);
  border-radius: var(--radius-sm);
  border: 1px solid var(--border);
  transition: all var(--transition);
  min-width: 0;
  max-width: 100%;
  overflow: hidden;
}

.section-alt .benefit-item {
  background: var(--ivory);
}

.benefit-item:hover {
  border-color: var(--border-hover);
  transform: translateX(4px);
  box-shadow: var(--shadow);
}

.benefit-icon {
  flex-shrink: 0;
  width: 46px;
  height: 46px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--gold-glow-strong);
  border: 1px solid rgba(160, 131, 64, 0.08);
}

.benefit-icon svg {
  width: 20px;
  height: 20px;
  stroke: var(--gold);
  fill: none;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.benefit-item > div { min-width: 0; }
.benefit-item h4 { margin-bottom: 8px; overflow-wrap: break-word; word-break: break-word; hyphens: auto; }
.benefit-item p { color: var(--text-secondary); font-size: 0.86rem; line-height: 1.65; }

/* ============================================
   CONTACT SECTION
   ============================================ */
.contact-section {
  padding: 100px 0;
  position: relative;
  background: var(--navy);
  color: #fff;
}

/* Subtle glow (no blur filter – uses soft gradient instead) */
.contact-section::before {
  content: '';
  position: absolute;
  top: 15%;
  right: 5%;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(160, 131, 64, 0.06) 0%, transparent 55%);
  pointer-events: none;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: start;
  position: relative;
  z-index: 1;
}

.contact-info h2 { color: #fff; margin-bottom: 20px; }
.contact-info h2 em { color: var(--gold-bright); }
.contact-info > p { color: rgba(255,255,255,0.7); margin-bottom: 36px; line-height: 1.7; }
.contact-info .section-label { color: var(--gold-bright); }
.contact-info .section-label::before { background: var(--gold-bright); }

.contact-detail {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 18px;
  color: rgba(255,255,255,0.7);
  font-size: 0.92rem;
}

.contact-detail svg {
  width: 18px;
  height: 18px;
  stroke: var(--gold-bright);
  fill: none;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex-shrink: 0;
}

.contact-form {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: var(--radius);
  padding: 40px;
}

.form-group { margin-bottom: 22px; }

.form-group label {
  display: block;
  font-size: 0.8rem;
  font-weight: 500;
  margin-bottom: 8px;
  color: rgba(255,255,255,0.7);
  letter-spacing: 0.03em;
}

.form-group input,
.form-group textarea,
.form-group select {
  width: 100%;
  padding: 13px 18px;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: var(--radius-xs);
  background: rgba(255,255,255,0.05);
  color: #fff;
  font-size: 0.92rem;
  font-family: 'DM Sans', sans-serif;
  transition: border-color var(--transition-fast), box-shadow var(--transition-fast);
}

.form-group input::placeholder,
.form-group textarea::placeholder {
  color: rgba(255,255,255,0.3);
}

.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus {
  outline: none;
  border-color: var(--gold-bright);
  box-shadow: 0 0 0 3px rgba(160, 131, 64, 0.15);
}

.form-group textarea { resize: vertical; min-height: 110px; }
.form-group select option { background: var(--navy); color: #fff; }

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.form-submit {
  width: 100%;
  padding: 15px;
  background: linear-gradient(135deg, var(--gold), var(--gold-bright));
  color: var(--navy);
  border: none;
  border-radius: var(--radius-xs);
  font-family: 'DM Sans', sans-serif;
  font-size: 0.95rem;
  font-weight: 600;
  cursor: pointer;
  transition: all var(--transition);
  letter-spacing: 0.01em;
}

.form-submit:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 24px rgba(160, 131, 64, 0.25);
}
.form-submit--success {
  background: linear-gradient(135deg, #2d8a4e, #34a853);
  color: #fff;
}
.form-submit--error {
  background: linear-gradient(135deg, #c0392b, #e74c3c);
  color: #fff;
}

.form-privacy-note {
  margin-top: 14px;
  font-size: 0.78rem;
  line-height: 1.55;
  color: rgba(255,255,255,0.55);
}

.form-privacy-note a {
  color: rgba(255,255,255,0.75);
  text-decoration: underline;
}

.form-privacy-note a:hover {
  color: var(--gold-bright);
}

/* Calendly CTA */
.calendly-cta {
  text-align: center;
  margin-top: 28px;
  padding-top: 28px;
  border-top: 1px solid rgba(255,255,255,0.08);
}

.calendly-cta p {
  color: rgba(255,255,255,0.45);
  font-size: 0.85rem;
  margin-bottom: 14px;
}

.calendly-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 28px;
  background: transparent;
  border: 1px solid rgba(255,255,255,0.15);
  color: rgba(255,255,255,0.7);
  border-radius: var(--radius-xs);
  font-family: 'DM Sans', sans-serif;
  font-weight: 500;
  font-size: 0.88rem;
  transition: all var(--transition);
}

.calendly-btn:hover {
  border-color: var(--gold-bright);
  color: var(--gold-bright);
  background: rgba(160, 131, 64, 0.08);
}

.calendly-btn svg {
  width: 16px;
  height: 16px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.5;
}

/* ============================================
   FOOTER
   ============================================ */
.footer {
  background: var(--navy);
  color: rgba(255,255,255,0.5);
  padding: 56px 0 28px;
  border-top: 1px solid rgba(255,255,255,0.06);
}

.footer-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 28px;
  margin-bottom: 36px;
}

.footer-logo { line-height: 1; }

.footer-logo-img {
  height: 36px;
  width: auto;
  filter: brightness(1.2) contrast(0.9);
  opacity: 0.85;
  transition: opacity var(--transition-fast);
}

.footer-logo:hover .footer-logo-img {
  opacity: 1;
  filter: brightness(1.3) contrast(0.95);
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px 32px;
  list-style: none;
}

.footer-links a {
  color: rgba(255,255,255,0.5);
  font-size: 0.85rem;
  transition: color var(--transition-fast);
}

.footer-links a:hover { color: rgba(255,255,255,0.8); }

.footer-bottom {
  padding-top: 28px;
  border-top: 1px solid rgba(255,255,255,0.06);
  display: flex;
  justify-content: center;
  gap: 24px;
  font-size: 0.78rem;
  color: rgba(255,255,255,0.4);
  text-align: center;
}

/* ============================================
   DISCLAIMER
   ============================================ */
.disclaimer {
  background: rgba(26, 39, 68, 0.03);
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  padding: 24px 28px;
  margin-top: 56px;
  font-size: 0.76rem;
  color: var(--text-muted);
  line-height: 1.7;
}

/* ============================================
   ANIMATIONS
   ============================================ */
.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

/* Staggered children */
.stagger-children .reveal:nth-child(1) { transition-delay: 0s; }
.stagger-children .reveal:nth-child(2) { transition-delay: 0.1s; }
.stagger-children .reveal:nth-child(3) { transition-delay: 0.2s; }
.stagger-children .reveal:nth-child(4) { transition-delay: 0.3s; }
.stagger-children .reveal:nth-child(5) { transition-delay: 0.4s; }
.stagger-children .reveal:nth-child(6) { transition-delay: 0.5s; }

/* Hero entrance – LCP-critical elements (label + h1) visible immediately */
.hero-enter-lcp {
  opacity: 1;
  transform: translateY(0);
}

/* Non-LCP hero elements fade in with delay */
.hero-enter {
  opacity: 0;
  transform: translateY(24px);
  animation: heroFade 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}

.hero-enter:nth-child(1) { animation-delay: 0s; }
.hero-enter:nth-child(2) { animation-delay: 0.1s; }
.hero-enter:nth-child(3) { animation-delay: 0.2s; }
.hero-enter:nth-child(4) { animation-delay: 0.3s; }
.hero-enter:nth-child(5) { animation-delay: 0.4s; }

@keyframes heroFade {
  to { opacity: 1; transform: translateY(0); }
}

/* Subtle float for icons on hover */
@keyframes float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-4px); }
}

.gateway-card:hover .gateway-icon {
  animation: float 2s ease-in-out infinite;
}

/* ============================================
   RESPONSIVE
   ============================================ */
@media (max-width: 768px) {
  /* Prevent horizontal scroll from long words/headlines */
  h1, h2, h3, h4 { overflow-wrap: break-word; word-break: break-word; hyphens: auto; }

  .container { padding: 0 22px; }

  .nav-links { display: none; }
  .nav-toggle { display: flex; padding: 10px; margin-right: -10px; min-width: 44px; min-height: 44px; justify-content: center; align-items: center; }
  .nav-toggle span { transition: transform 0.3s var(--transition), opacity 0.2s ease; transform-origin: center; }
  .nav-toggle.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .nav-toggle.open span:nth-child(2) { opacity: 0; }
  .nav-toggle.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

  .nav-links.open {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    position: absolute;
    top: 76px;
    left: 0;
    right: 0;
    background: rgba(250, 248, 245, 0.98);
    padding: 12px 22px 20px;
    gap: 0;
    border-bottom: 1px solid var(--border);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    max-height: calc(100vh - 76px);
    overflow-y: auto;
    box-shadow: 0 16px 40px rgba(26, 39, 68, 0.08);
  }
  .nav-links.open li { list-style: none; border-bottom: 1px solid var(--border); }
  .nav-links.open li:last-child { border-bottom: none; margin-top: 12px; }
  .nav-links.open a {
    display: block;
    padding: 16px 4px;
    font-size: 1rem;
    color: var(--navy);
  }
  .nav-links.open a::after { display: none; }
  .nav-links.open a.nav-cta {
    text-align: center;
    padding: 14px 28px;
    background: var(--gold);
    color: #fff !important;
    border-color: var(--gold);
  }

  .gateway-grid,
  .strategy-grid,
  .benefits-grid,
  .contact-grid,
  .portfolio-grid,
  .team-grid,
  .form-row { grid-template-columns: 1fr; }

  .features-grid { grid-template-columns: 1fr; }

  .process-steps { grid-template-columns: 1fr; gap: 20px; }
  .process-steps::before { display: none; }
  .process-step { padding: 24px 12px; }

  /* Typography */
  .section-subtitle { font-size: 1rem; padding: 0 4px; }
  .section-header { margin-bottom: 44px; }
  h3 { font-size: 1.3rem; }

  .hero { padding: 132px 0 72px; }
  .hero-text { font-size: 1.05rem; margin-bottom: 32px; }
  .hero-quote { font-size: 1rem; max-width: 100%; margin-bottom: 40px; }

  .section { padding: 64px 0; }

  .image-break, .image-break img { max-height: 260px; height: 260px; }

  .split-section { grid-template-columns: 1fr; gap: 20px; padding: 56px 28px; }
  .split-card { padding: 52px 28px; }
  .split-card h3 { font-size: 1.65rem; }
  .split-card p { font-size: 0.95rem; }

  .gateway-card { padding: 36px 28px; }
  .strategy-card { padding: 32px 26px; }
  .strategy-card h3 { font-size: 1.2rem; }

  .footer-inner { gap: 20px; }
  .footer-links { gap: 14px 22px; justify-content: center; }
  .footer-links a { padding: 6px 0; font-size: 0.88rem; }
  .footer-bottom { flex-direction: column; gap: 8px; font-size: 0.74rem; }
  .disclaimer { padding: 20px 22px; font-size: 0.74rem; margin-top: 44px; }

  .contact-grid { gap: 40px; }
  .contact-section { padding: 72px 0; }
  .contact-form { padding: 28px 22px; }
  .contact-info h2 { font-size: clamp(1.6rem, 6vw, 2.2rem); }
  .contact-detail { font-size: 0.9rem; align-items: flex-start; line-height: 1.5; }
  .contact-detail a { word-break: break-all; }

  /* Form inputs: 16px font prevents iOS auto-zoom; larger tap targets */
  .form-group input,
  .form-group textarea,
  .form-group select {
    font-size: 16px;
    padding: 14px 16px;
  }
  .form-group textarea { min-height: 100px; }

  .benefit-item { padding: 22px 20px; gap: 16px; }
  .benefit-item h4 { overflow-wrap: break-word; word-break: break-word; hyphens: auto; }

  /* Buttons */
  .btn { padding: 14px 28px; font-size: 0.9rem; }
  .btn-group { gap: 12px; width: 100%; }
  .btn-group .btn { flex: 1 1 auto; min-width: 200px; justify-content: center; }

  /* Feature/icon cards */
  .feature-card { padding: 32px 26px; }

  /* Life grid — single col on phone */
  .life-grid { grid-template-columns: 1fr; }
  .life-card { padding: 32px 24px; text-align: left; }
  .life-card .feature-icon { margin: 0 0 16px; }

  /* Strategy tiles */
  .strategy-tile { padding: 36px 28px; }
  .strategy-tile h3 { font-size: 1.15rem; }

  /* Portfolio */
  .portfolio-card { padding: 28px 24px; }

  /* Team */
  .team-card { padding: 36px 28px; }
  .team-avatar,
  .team-avatar-placeholder { width: 100px; height: 100px; }
  .team-avatar-placeholder { font-size: 1.7rem; }
  .team-role { margin-bottom: 18px; font-size: 0.75rem; }

  /* Hero-photo overlay — stronger on mobile so text stays readable */
  .hero--photo .hero-bg::after {
    background: linear-gradient(
      to bottom,
      rgba(250, 248, 245, 0.9) 0%,
      rgba(250, 248, 245, 0.85) 50%,
      rgba(250, 248, 245, 0.96) 100%
    );
  }

  /* Legal pages */
  .hero--compact { padding: 120px 0 48px; }
  .legal-content h2 { font-size: 1.2rem; margin: 36px 0 14px; }
  .legal-content h3 { font-size: 1rem; margin: 26px 0 10px; }
  .legal-content p, .legal-content ul, .legal-content li { font-size: 0.95rem; }
  .legal-content a { word-break: break-word; overflow-wrap: break-word; }

  /* Award section — let image sit natural height, improve badge wrap */
  .award-section--compact { gap: 28px; }
  .award-section--compact .award-image { max-height: none; }
  .award-badge { flex-wrap: wrap; padding: 10px 18px; font-size: 0.78rem; line-height: 1.4; }

  /* Callout */
  .callout-block { padding: 36px 26px; gap: 20px; }
  .callout-icon { width: 54px; height: 54px; margin: 0 auto; }

  /* Crosslink */
  .crosslink-block h3 { font-size: 1.25rem; }

  /* Intro concept list */
  .intro-concept-item { font-size: 0.98rem; gap: 10px; padding: 10px 0; }
  .intro-divider { margin: 28px 0; }
  .intro-divider::before,
  .intro-divider::after { width: calc(50% - 48px); }
  .intro-divider span { font-size: 1rem; padding: 0 14px; }

  /* Intro CTAs — stack nicely */
  .intro-ctas { gap: 20px; flex-direction: column; align-items: center; }
  .btn-text { padding: 10px 0; }
}

/* ============================================
   INTRO TEXT (detail pages)
   ============================================ */
.intro-text {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
}

.intro-text p {
  font-size: 1.05rem;
  color: var(--text-body);
  line-height: 1.8;
}

.intro-text strong {
  color: var(--navy);
  font-weight: 600;
}

/* ============================================
   PORTFOLIO GRID (income plus detail)
   ============================================ */
.portfolio-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.portfolio-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 36px 32px;
  text-align: center;
  transition: all var(--transition);
}

.portfolio-card:hover {
  transform: translateY(-4px);
  border-color: var(--border-hover);
  box-shadow: var(--shadow);
}

.portfolio-icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  background: var(--gold-glow-strong);
  border: 1px solid rgba(160, 131, 64, 0.1);
}

.portfolio-icon svg {
  width: 22px;
  height: 22px;
  stroke: var(--gold);
  fill: none;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.portfolio-card h4 {
  margin-bottom: 10px;
}

.portfolio-card p {
  color: var(--text-secondary);
  font-size: 0.88rem;
  line-height: 1.65;
}

/* ============================================
   TEAM SECTION (über uns)
   ============================================ */
.team-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  max-width: 1080px;
  margin: 0 auto;
}

.team-card {
  background: var(--ivory);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 48px 40px;
  text-align: center;
  transition: all var(--transition);
}

.team-card:hover {
  transform: translateY(-4px);
  border-color: var(--border-hover);
  box-shadow: var(--shadow);
}

.team-avatar {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  overflow: hidden;
  justify-content: center;
  margin: 0 auto 24px;
  background: var(--gold-glow-strong);
  border: 2px solid rgba(160, 131, 64, 0.15);
}

.team-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.team-avatar svg {
  width: 32px;
  height: 32px;
  stroke: var(--gold);
  fill: none;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* Placeholder avatar with initials */
.team-avatar-placeholder {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 24px;
  background: var(--gold-glow-strong);
  border: 2px solid rgba(160, 131, 64, 0.15);
  font-family: 'Fraunces', serif;
  font-size: 2rem;
  font-weight: 400;
  color: var(--gold);
  letter-spacing: 1px;
}

.team-card h4 {
  font-size: 1.2rem;
  margin-bottom: 8px;
}

.team-role {
  display: inline-block;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 24px;
}

.team-details {
  list-style: none;
  text-align: center;
}

.team-details li {
  padding: 6px 0;
  font-size: 0.88rem;
  color: var(--text-secondary);
  line-height: 1.6;
}

/* ============================================
   BLUE ICON VARIANT (for Wachstum strategy)
   ============================================ */
.feature-icon.icon-blue {
  background: var(--blue-dim);
  border-color: rgba(61, 123, 184, 0.12);
}

.feature-icon.icon-blue svg {
  stroke: var(--blue);
}

.benefit-icon.icon-blue {
  background: var(--blue-dim);
  border-color: rgba(61, 123, 184, 0.12);
}

.benefit-icon.icon-blue svg {
  stroke: var(--blue);
}

/* ============================================
   UTILITY
   ============================================ */
.text-center { text-align: center; }
.mt-16 { margin-top: 16px; }
.mt-32 { margin-top: 32px; }
.mt-48 { margin-top: 48px; }
.mb-16 { margin-bottom: 16px; }
.mb-32 { margin-bottom: 32px; }
.mt-64 { margin-top: 64px; }

/* CTA text utility classes (replaces inline styles) */
.cta-heading { margin-bottom: 16px; }
.cta-subtext { color: var(--text-secondary); max-width: 480px; margin: 0 auto 28px; }
.cta-subtext--wide { max-width: 560px; margin-bottom: 32px; line-height: 1.75; }
.section-label--gold { color: var(--gold); }

/* === Legal Pages (Impressum, Datenschutz) === */
.hero--compact {
  padding: 140px 0 60px;
}
.hero--compact h1 {
  font-size: clamp(1.8rem, 4vw, 2.6rem);
}
.legal-content {
  max-width: 720px;
  margin: 0 auto;
  line-height: 1.8;
}
.legal-content h2 {
  font-size: 1.3rem;
  margin: 48px 0 16px;
  color: var(--navy);
}
.legal-content h2:first-child {
  margin-top: 0;
}
.legal-content h3 {
  font-size: 1.05rem;
  margin: 32px 0 12px;
  color: var(--navy);
}
.legal-content p {
  margin-bottom: 16px;
  color: var(--text-secondary);
}
.legal-content ul {
  margin: 12px 0 16px 24px;
  color: var(--text-secondary);
}
.legal-content li {
  margin-bottom: 6px;
}
.legal-content a {
  color: var(--gold);
  text-decoration: underline;
  text-underline-offset: 2px;
}
.legal-content a:hover {
  color: var(--gold-dim);
}

/* ============================================
   AWARD SECTION (image + text layout)
   ============================================ */
.award-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
  max-width: 960px;
  margin: 0 auto;
}

.award-image {
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
}

.award-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.award-content .section-label {
  margin-bottom: 16px;
}

.award-content h2 {
  text-align: left;
  margin-bottom: 20px;
}

.award-content h2 em {
  font-style: italic;
  color: var(--gold);
}

.award-content > p {
  color: var(--text-secondary);
  font-size: 1rem;
  line-height: 1.75;
  margin-bottom: 24px;
}

.award-content .award-badge {
  margin-top: 0;
}

/* Compact variant (for homepage teaser / megatrend page) */
.award-section--compact {
  gap: 48px;
  max-width: 880px;
}

.award-section--compact .award-image {
  max-height: 360px;
}

.award-section--compact .award-content h3 {
  text-align: left;
  margin-bottom: 14px;
}

.award-section--compact .award-content > p {
  font-size: 0.94rem;
  margin-bottom: 20px;
}

/* ============================================
   HERO – Homepage Variant with Photo Background
   ============================================ */
.hero--photo {
  position: relative;
  overflow: hidden;
}

.hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
}

.hero-bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(250, 248, 245, 0.88) 0%,
    rgba(250, 248, 245, 0.82) 40%,
    rgba(250, 248, 245, 0.92) 100%
  );
}

/* ============================================
   IMAGE BREAK – Full-width atmospheric divider
   ============================================ */
.image-break {
  width: 100%;
  max-height: 420px;
  overflow: hidden;
  margin: 0;
}

.image-break img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  object-position: center 35%;
  display: block;
}

/* ============================================
   SPLIT SECTION – Zielgruppen-Auswahl
   ============================================ */
.split-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  max-width: 1120px;
  margin: 0 auto;
  padding: 72px 28px;
}

.split-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 72px 48px;
  text-decoration: none;
  color: var(--navy);
  background: var(--surface);
  border: 1px solid var(--border-hover);
  border-radius: var(--radius);
  position: relative;
  transition: transform var(--transition), box-shadow var(--transition), border-color var(--transition);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
}

.split-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--gold);
  transform: scaleX(0.25);
  transform-origin: center;
  transition: transform var(--transition);
}

.split-card:hover {
  transform: translateY(-4px);
  border-color: var(--gold);
  box-shadow: 0 16px 48px rgba(26, 39, 68, 0.12);
}

.split-card:hover::before {
  transform: scaleX(1);
}

.split-card:hover .split-cta {
  color: var(--gold);
}

.split-card:hover .split-cta svg {
  transform: translateX(6px);
}

.split-label {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.1rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--gold);
  margin-bottom: 26px;
}

.split-card h3 {
  font-size: 2.15rem;
  font-weight: 500;
  line-height: 1.25;
  margin-bottom: 22px;
  color: var(--navy);
}

.split-card h3 em {
  font-style: italic;
  font-weight: 400;
  color: var(--gold);
}

.split-card p {
  font-size: 1rem;
  line-height: 1.7;
  color: var(--text-body);
  max-width: 380px;
  margin: 0 auto 32px;
}

.split-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: 'DM Sans', sans-serif;
  font-size: 0.92rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: var(--navy);
  transition: color var(--transition-fast);
}

.split-cta svg {
  width: 18px;
  height: 18px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform var(--transition);
}

/* ============================================
   TEXT BUTTON – minimal inline CTA
   ============================================ */
.intro-ctas {
  display: flex;
  gap: 40px;
  justify-content: center;
  flex-wrap: wrap;
}

.btn-text {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: 'DM Sans', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  color: var(--navy);
  text-decoration: none;
  transition: all var(--transition);
  padding: 8px 0;
  border-bottom: 2px solid transparent;
}

.btn-text:hover {
  color: var(--gold);
  border-bottom-color: var(--gold);
}

.btn-text svg {
  width: 18px;
  height: 18px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform var(--transition);
}

.btn-text:hover svg {
  transform: translateX(4px);
}

/* ============================================
   HERO SELECTOR BUTTONS
   ============================================ */
.hero-selectors {
  display: flex;
  gap: 24px;
  justify-content: center;
  max-width: 760px;
  margin: 48px auto 0;
  flex-wrap: wrap;
}

.hero-selectors--compact {
  margin-top: 56px;
}

.hero-selector-btn {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 24px 40px;
  background: var(--surface);
  border: 2px solid var(--navy);
  border-radius: var(--radius);
  font-family: 'DM Sans', sans-serif;
  font-weight: 600;
  font-size: 1rem;
  color: var(--navy);
  text-decoration: none;
  transition: all var(--transition);
  min-width: 280px;
  justify-content: center;
  text-align: center;
  line-height: 1.4;
}

.hero-selector-btn:hover {
  background: var(--navy);
  color: #fff;
  transform: translateY(-3px);
  box-shadow: var(--shadow-lg);
}

.hero-selector-btn:hover .hero-selector-icon svg,
.hero-selector-btn:hover .hero-selector-arrow svg {
  stroke: #fff;
}

.hero-selector-btn--accent {
  border-color: var(--blue);
}

.hero-selector-btn--accent:hover {
  background: var(--blue);
  border-color: var(--blue);
}

.hero-selector-icon svg,
.hero-selector-arrow svg {
  width: 22px;
  height: 22px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex-shrink: 0;
  transition: stroke var(--transition);
}

.hero-selector-arrow svg {
  width: 18px;
  height: 18px;
}

.hero-selector-label {
  flex: 1;
}

/* ============================================
   INTRO BLOCK (Konzept-Sektion Homepage)
   ============================================ */
.intro-block {
  padding: 80px 0 100px;
  text-align: center;
}

.intro-block .section-header {
  margin-bottom: 40px;
}

.intro-lead {
  font-size: 1.15rem;
  color: var(--text-secondary);
  max-width: 680px;
  margin: 18px auto 0;
  line-height: 1.75;
}

.intro-concepts {
  max-width: 700px;
  margin: 32px auto 0;
  text-align: left;
}

.intro-concept-item {
  display: flex;
  align-items: baseline;
  gap: 12px;
  padding: 12px 0;
  font-size: 1.05rem;
  color: var(--text-body);
  line-height: 1.6;
}

.intro-concept-marker {
  color: var(--gold);
  font-size: 1.4rem;
  font-weight: 600;
  flex-shrink: 0;
  line-height: 1;
}

.intro-divider {
  text-align: center;
  margin: 36px 0;
  position: relative;
}

.intro-divider::before,
.intro-divider::after {
  content: '';
  position: absolute;
  top: 50%;
  width: calc(50% - 60px);
  height: 1px;
  background: var(--border);
}

.intro-divider::before { left: 0; }
.intro-divider::after { right: 0; }

.intro-divider span {
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-size: 1.1rem;
  color: var(--text-muted);
  padding: 0 20px;
  background: var(--ivory);
  position: relative;
}

/* ============================================
   CALLOUT BLOCK (reusable highlight card)
   ============================================ */
.callout-block {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 32px;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 48px 44px;
  align-items: center;
  max-width: 880px;
  margin: 0 auto;
}

.callout-icon {
  width: 64px;
  height: 64px;
  background: var(--gold-glow);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.callout-icon svg {
  width: 28px;
  height: 28px;
  stroke: var(--gold);
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.callout-content {
  text-align: left;
}

.callout-content h3 {
  margin-bottom: 12px;
}

.callout-content p {
  color: var(--text-secondary);
  font-size: 1rem;
  line-height: 1.75;
  margin-bottom: 20px;
}

/* ============================================
   CROSSLINK BLOCK (Makler → Privatanleger)
   ============================================ */
.crosslink-block {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 52px 48px;
  text-align: center;
  max-width: 760px;
  margin: 0 auto;
  transition: all var(--transition);
}

.crosslink-block:hover {
  border-color: var(--border-hover);
  box-shadow: var(--shadow);
}

.crosslink-block h3 {
  margin-bottom: 14px;
}

.crosslink-block p {
  color: var(--text-secondary);
  font-size: 1rem;
  line-height: 1.75;
  margin-bottom: 28px;
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
}

/* ============================================
   STRATEGY TILES (Strategien overview page)
   ============================================ */
.strategy-tile-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  max-width: 900px;
  margin: 0 auto;
}

.strategy-tile {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 44px 36px;
  text-align: center;
  transition: all var(--transition);
  text-decoration: none;
  color: inherit;
  position: relative;
  overflow: hidden;
}

.strategy-tile::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--navy);
  opacity: 0;
  transition: opacity var(--transition);
}

.strategy-tile:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
  border-color: var(--border-hover);
}

.strategy-tile:hover::before {
  opacity: 1;
}

.strategy-tile.tile-content::before { background: var(--blue); }
.strategy-tile.tile-savings::before { background: var(--gold); }
.strategy-tile.tile-risk::before { background: var(--navy); }
.strategy-tile.tile-individual::before { background: var(--gold-bright); }

.strategy-tile-icon {
  width: 56px;
  height: 56px;
  margin: 0 auto 20px;
  background: var(--gold-glow);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.strategy-tile-icon svg {
  width: 24px;
  height: 24px;
  stroke: var(--gold);
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.strategy-tile h3 {
  font-size: 1.2rem;
  margin-bottom: 10px;
}

.strategy-tile p {
  color: var(--text-secondary);
  font-size: 0.92rem;
  line-height: 1.65;
}

.strategy-tile .strategy-count {
  display: inline-block;
  margin-top: 16px;
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--gold);
  letter-spacing: 1px;
  text-transform: uppercase;
}

/* ============================================
   LIFE SITUATIONS GRID (4-col)
   ============================================ */
.life-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  max-width: 1000px;
  margin: 0 auto;
}

.life-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 36px 28px;
  text-align: center;
  transition: all var(--transition);
}

.life-card:hover {
  border-color: var(--border-hover);
  box-shadow: var(--shadow);
  transform: translateY(-2px);
}

.life-card .feature-icon {
  margin: 0 auto 16px;
}

.life-card h4 {
  margin-bottom: 10px;
}

.life-card p {
  font-size: 0.9rem;
  color: var(--text-secondary);
  line-height: 1.65;
}

/* ============================================
   RESPONSIVE OVERRIDES (for new components)
   ============================================ */
@media (max-width: 960px) {
  .team-grid { grid-template-columns: 1fr 1fr; }
  .life-grid { grid-template-columns: 1fr 1fr; }
  .strategy-tile-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 768px) {
  .award-section,
  .award-section--compact { grid-template-columns: 1fr; gap: 32px; }
  .award-content h2,
  .award-section--compact .award-content h3 { text-align: center; }
  .award-content .section-label { display: block; text-align: center; }
  .award-content > p { text-align: center; }
  .award-content .award-badge { display: flex; justify-content: center; }

  .portfolio-grid,
  .team-grid { grid-template-columns: 1fr; }

  .team-card { padding: 36px 28px; }
  .portfolio-card { padding: 28px 24px; }

  /* Hero selectors */
  .hero-selectors { flex-direction: column; align-items: center; }
  .hero-selector-btn { min-width: 0; width: 100%; max-width: 400px; padding: 20px 28px; }

  /* Intro block */
  .intro-block { padding: 56px 0 72px; }
  .intro-lead br { display: none; }

  /* Callout block */
  .callout-block { grid-template-columns: 1fr; text-align: center; }
  .callout-content { text-align: center; }

  /* Strategy tiles & life grid */
  .strategy-tile-grid { grid-template-columns: 1fr; }
  .life-grid { grid-template-columns: 1fr; }

  /* Crosslink */
  .crosslink-block { padding: 36px 28px; }
}

/* ============================================
   ULTRA-SMALL PHONES (< 480px)
   These rules sit at the end of the file so they
   override any earlier mobile rules of equal specificity.
   ============================================ */
@media (max-width: 480px) {
  .container { padding: 0 18px; }

  h1 { font-size: clamp(1.9rem, 7vw, 2.4rem); }
  h2 { font-size: clamp(1.45rem, 5.5vw, 1.9rem); }
  h3 { font-size: 1.2rem; }
  h4 { font-size: 1rem; }

  /* Hero */
  .hero { padding: 108px 0 56px; }
  .hero-text { font-size: 0.98rem; margin-bottom: 28px; }
  .hero--compact { padding: 100px 0 40px; }
  .hero--photo { padding: 120px 0 64px; }

  .section { padding: 52px 0; }
  .section-header { margin-bottom: 36px; }
  .section-subtitle { font-size: 0.95rem; }

  /* Image break */
  .image-break,
  .image-break img { max-height: 220px; height: 220px; }

  /* Split cards */
  .split-card { padding: 44px 22px; }
  .split-card h3 { font-size: 1.45rem; }

  /* Buttons */
  .btn { padding: 13px 24px; font-size: 0.88rem; width: 100%; max-width: 360px; justify-content: center; }
  .btn-group { flex-direction: column; align-items: center; gap: 12px; }
  .btn-group .btn { min-width: 0; width: 100%; }

  /* Cards */
  .feature-card { padding: 28px 22px; }
  .gateway-card { padding: 32px 22px; }
  .strategy-card { padding: 28px 22px; }
  .life-card { padding: 26px 20px; }
  .portfolio-card { padding: 24px 20px; }
  .team-card { padding: 32px 22px; }
  .strategy-tile { padding: 30px 22px; }
  .crosslink-block { padding: 32px 22px; }
  .callout-block { padding: 30px 22px; }
  .benefit-item { padding: 18px 16px; gap: 14px; }

  /* Icons */
  .feature-icon,
  .benefit-icon { width: 44px; height: 44px; border-radius: 12px; }
  .feature-icon svg,
  .benefit-icon svg { width: 18px; height: 18px; }
  .gateway-icon { width: 56px; height: 56px; margin-bottom: 20px; }
  .gateway-icon svg { width: 22px; height: 22px; }
  .callout-icon { width: 48px; height: 48px; }
  .callout-icon svg { width: 22px; height: 22px; }
  .step-number { width: 50px; height: 50px; font-size: 1.1rem; margin-bottom: 18px; }
  .strategy-tile-icon { width: 48px; height: 48px; margin-bottom: 16px; }
  .strategy-tile-icon svg { width: 20px; height: 20px; }
  .portfolio-icon { width: 44px; height: 44px; border-radius: 12px; }
  .portfolio-icon svg { width: 18px; height: 18px; }

  /* Team */
  .team-avatar,
  .team-avatar-placeholder { width: 88px; height: 88px; }
  .team-avatar-placeholder { font-size: 1.5rem; }
  .team-card h4 { font-size: 1.1rem; }
  .team-role { font-size: 0.72rem; }

  /* Section labels — keep readable on tight widths */
  .section-label { font-size: 0.68rem; letter-spacing: 2.4px; padding-left: 30px; }
  .section-label::before { width: 20px; }

  /* Strategy badge */
  .strategy-badge { font-size: 0.68rem; padding: 4px 12px; margin-bottom: 18px; }

  /* Award */
  .award-image { border-radius: var(--radius-sm); }

  /* Contact */
  .contact-section { padding: 60px 0; }
  .contact-form { padding: 24px 18px; }
  .contact-info h2 { font-size: clamp(1.5rem, 7vw, 2rem); }
  .contact-detail { font-size: 0.88rem; }

  /* Nav logo slightly smaller */
  .nav-logo-img { height: 34px; }

  /* Intro block */
  .intro-block { padding: 48px 0 56px; }
  .intro-lead { font-size: 1rem; padding: 0 4px; }
  .intro-concepts { margin-top: 20px; padding: 0 4px; }
  .intro-concept-item { font-size: 0.94rem; padding: 8px 0; }
  .intro-concept-marker { font-size: 1.25rem; }

  /* Footer tighter */
  .footer { padding: 44px 0 22px; }
  .footer-logo-img { height: 32px; }
  .footer-links { gap: 10px 18px; }
  .footer-links a { font-size: 0.84rem; }

  /* Disclaimer a bit denser */
  .disclaimer { padding: 18px 18px; font-size: 0.72rem; margin-top: 36px; }

  /* Legal */
  .legal-content p,
  .legal-content ul,
  .legal-content li { font-size: 0.92rem; }

  /* Hero selector buttons — full width & smaller */
  .hero-selectors { gap: 14px; margin-top: 32px; }
  .hero-selector-btn { padding: 18px 20px; font-size: 0.95rem; gap: 12px; }
  .hero-selector-icon svg,
  .hero-selector-arrow svg { width: 20px; height: 20px; }
}

/* ============================================
   Landscape phones / very short viewports — shrink hero
   ============================================ */
/* ============================================
   Final mobile overrides for classes defined later in the
   file than the original 768px block — keeps CSS cascade
   intact without changing desktop layout.
   ============================================ */
@media (max-width: 768px) {
  .split-section { grid-template-columns: 1fr; gap: 20px; padding: 56px 28px; }
  .split-card { padding: 52px 28px; }
  .split-card h3 { font-size: 1.65rem; }
  .split-card p { font-size: 0.95rem; max-width: none; }

  .life-card { padding: 32px 24px; text-align: left; }
  .life-card .feature-icon { margin: 0 0 16px; }

  .strategy-tile { padding: 36px 28px; }
  .strategy-tile h3 { font-size: 1.15rem; }

  .callout-icon { width: 54px; height: 54px; margin: 0 auto; }

  .intro-concept-item { font-size: 0.98rem; gap: 10px; padding: 10px 0; }
  .intro-divider { margin: 28px 0; }
  .intro-divider::before,
  .intro-divider::after { width: calc(50% - 48px); }
  .intro-divider span { font-size: 1rem; padding: 0 14px; }
  .intro-ctas { gap: 20px; flex-direction: column; align-items: center; }
  .btn-text { padding: 10px 0; }

  .award-section--compact { gap: 28px; }
  .award-section--compact .award-image { max-height: none; }

  .crosslink-block h3 { font-size: 1.25rem; }

  .image-break,
  .image-break img { max-height: 260px; height: 260px; }
}

@media (max-width: 900px) and (max-height: 500px) {
  .hero { padding: 100px 0 48px; }
  .hero--compact { padding: 96px 0 36px; }
}

/* ============================================
   Touch devices — disable position-shifting hovers that stick
   ============================================ */
@media (hover: none) and (pointer: coarse) {
  .gateway-card:hover,
  .feature-card:hover,
  .benefit-item:hover,
  .portfolio-card:hover,
  .team-card:hover,
  .strategy-card:hover,
  .strategy-tile:hover,
  .life-card:hover,
  .crosslink-block:hover,
  .hero-selector-btn:hover,
  .btn:hover,
  .btn-primary:hover,
  .btn-accent:hover,
  .btn-outline:hover,
  .nav-links a.nav-cta:hover,
  .form-submit:hover {
    transform: none;
  }

  .split-card:hover { transform: none; }
  .split-card:hover .split-cta svg { transform: none; }

  .gateway-card:hover .gateway-icon { animation: none; }

  /* Remove global tap highlight flash */
  a, button { -webkit-tap-highlight-color: rgba(0,0,0,0); }
}

/* === Consent Banner === */
.consent-banner {
  position: fixed;
  left: 16px;
  right: 16px;
  bottom: 16px;
  z-index: 10000;
  background: var(--surface);
  color: var(--text-body);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  box-shadow: var(--shadow-lg);
  padding: 20px 24px;
  max-width: 760px;
  margin: 0 auto;
  font-family: 'DM Sans', sans-serif;
  font-size: 15px;
  line-height: 1.55;
  opacity: 0;
  transform: translateY(16px);
  transition: opacity var(--transition), transform var(--transition);
}

.consent-banner.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.consent-banner-inner {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.consent-banner-title {
  font-family: 'Fraunces', serif;
  font-size: 20px;
  color: var(--navy);
  margin: 0 0 6px 0;
  font-weight: 500;
}

.consent-banner-text {
  margin: 0;
  color: var(--text-body);
}

.consent-banner-text a {
  color: var(--navy);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.consent-banner-text a:hover {
  color: var(--gold);
}

.consent-banner-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.consent-btn {
  flex: 1 1 auto;
  min-width: 140px;
  padding: 12px 22px;
  border-radius: var(--radius-sm);
  font-family: 'DM Sans', sans-serif;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
  border: 1px solid var(--navy);
  transition: background var(--transition-fast), color var(--transition-fast), border-color var(--transition-fast);
}

.consent-btn-accept {
  background: var(--navy);
  color: #fff;
}

.consent-btn-accept:hover {
  background: var(--navy-soft);
  border-color: var(--navy-soft);
}

.consent-btn-reject {
  background: transparent;
  color: var(--navy);
}

.consent-btn-reject:hover {
  background: var(--surface-warm);
}

@media (min-width: 640px) {
  .consent-banner {
    padding: 24px 28px;
  }
  .consent-banner-actions {
    justify-content: flex-end;
  }
  .consent-btn {
    flex: 0 0 auto;
  }
}

.footer-links .footer-link-consent {
  background: none;
  border: 0;
  padding: 0;
  font: inherit;
  color: inherit;
  cursor: pointer;
}

.footer-links .footer-link-consent:hover {
  color: var(--gold);
}
