/* Investoren Seite – eigenes Stylesheet (immer mit investoren.html deployen) */

.page-investors .site-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 110;
  background: transparent;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  border-bottom-color: transparent;
  box-shadow: none;
}

.page-investors .site-header.is-scrolled {
  position: fixed;
  background-color: rgba(255, 255, 255, 0.97);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-bottom-color: var(--color-border);
  box-shadow: var(--shadow-header);
}

.page-investors .site-header.is-scrolled .site-logo,
.page-investors .site-header.is-scrolled .nav-list a {
  color: var(--color-text-muted);
}

.page-investors .site-header.is-scrolled .nav-list a.is-active,
.page-investors .site-header.is-scrolled .nav-list a:hover {
  color: var(--color-primary-dark);
}

.page-investors .site-header.is-scrolled .nav-toggle-bar {
  background-color: var(--color-text);
}

.page-investors .site-logo {
  color: var(--color-white);
}

.page-investors .nav-list a {
  color: rgba(255, 255, 255, 0.88);
}

.page-investors .nav-list a:hover,
.page-investors .nav-list a.is-active {
  color: var(--color-white);
}

.page-investors .nav-toggle-bar {
  background-color: var(--color-white);
}

.page-investors .header-cta .btn--primary {
  background-color: var(--color-white);
  color: var(--color-primary);
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.12);
}

.page-investors .header-cta .btn--primary:hover {
  background-color: #f8fafc;
  color: var(--color-primary-dark);
}

.hero--investors {
  position: relative;
  padding: calc(var(--header-height) + 56px) 0 128px;
  background-color: #1e3a8a;
  background-image:
    linear-gradient(125deg, rgba(30, 58, 138, 0.92) 0%, rgba(37, 99, 235, 0.88) 42%, rgba(14, 165, 233, 0.9) 100%),
    linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: auto, 48px 48px, 48px 48px;
  color: var(--color-white);
  overflow: hidden;
}

.hero--investors::before {
  display: none;
}

.hero--investors::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 80% 60% at 100% 0%, rgba(255, 255, 255, 0.14) 0%, transparent 55%);
  pointer-events: none;
}

.hero--investors .container {
  position: relative;
  z-index: 1;
  text-align: left;
  max-width: var(--container-max);
}

.hero--investors .inv-badge {
  display: inline-block;
  margin: 0 0 20px;
  padding: 8px 16px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--color-white);
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
}

.hero--investors h1 {
  max-width: 720px;
  margin: 0 0 20px;
  font-size: clamp(2rem, 4.5vw, 3.125rem);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -0.03em;
  color: var(--color-white);
}

.hero--investors .inv-lead {
  max-width: 520px;
  margin: 0;
  font-size: clamp(1.0625rem, 2vw, 1.25rem);
  font-weight: 400;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.92);
}

.inv-hero-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(20px, 4vw, 48px);
  max-width: 820px;
  margin-top: 56px;
  padding-top: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
}

.inv-hero-stat__value {
  display: block;
  font-size: clamp(2.25rem, 5vw, 3rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1;
  color: var(--color-white);
  margin-bottom: 8px;
}

.inv-hero-stat__label {
  display: block;
  font-size: 0.9375rem;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.82);
}

.inv-main {
  padding: 0 0 0;
  background: linear-gradient(180deg, #eff6ff 0%, #f8fafc 100%);
}

.inv-sheet {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: -88px;
  position: relative;
  z-index: 2;
  background-color: var(--color-white);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-xl);
  box-shadow: 0 24px 48px rgba(15, 23, 42, 0.08), 0 4px 12px rgba(15, 23, 42, 0.04);
  overflow: hidden;
}

.inv-sheet__stripe {
  grid-column: 1 / -1;
  height: 4px;
  background: linear-gradient(90deg, #22c55e 0%, #06b6d4 35%, #2563eb 70%, #6366f1 100%);
}

.inv-sheet__main {
  padding: clamp(32px, 5vw, 52px) clamp(28px, 4vw, 48px);
}

.inv-sheet__main .inv-eyebrow {
  display: block;
  margin-bottom: 12px;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--color-primary);
}

.inv-sheet__main h2 {
  font-size: clamp(1.375rem, 2.5vw, 1.75rem);
  font-weight: 800;
  letter-spacing: -0.025em;
  line-height: 1.28;
  color: var(--color-text);
  margin-bottom: 20px;
}

.inv-sheet__main p {
  font-size: 1rem;
  line-height: 1.75;
  color: var(--color-text-muted);
  margin-bottom: 16px;
}

.inv-sheet__main p:last-of-type {
  margin-bottom: 0;
}

.inv-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 32px;
}

.inv-tag {
  padding: 10px 16px;
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--color-primary);
  background: linear-gradient(135deg, rgba(37, 99, 235, 0.08) 0%, rgba(6, 182, 212, 0.08) 100%);
  border: 1px solid rgba(37, 99, 235, 0.14);
  border-radius: 999px;
}

.inv-sheet__aside {
  padding: clamp(32px, 5vw, 52px) clamp(28px, 4vw, 44px);
  background: linear-gradient(165deg, #eff6ff 0%, #e0f2fe 100%);
  border-left: 1px solid var(--color-border);
}

.inv-sheet__aside .inv-eyebrow {
  display: block;
  margin-bottom: 28px;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--color-primary);
}

.inv-fund-row + .inv-fund-row {
  margin-top: 24px;
}

.inv-fund-row__head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px;
  font-size: 0.9375rem;
  font-weight: 600;
  color: var(--color-text);
}

.inv-fund-row__pct {
  font-size: 0.875rem;
  font-weight: 800;
  color: var(--color-primary);
  flex-shrink: 0;
}

.inv-fund-row__track {
  height: 10px;
  background-color: rgba(255, 255, 255, 0.85);
  border-radius: 999px;
  overflow: hidden;
  box-shadow: inset 0 1px 2px rgba(15, 23, 42, 0.06);
}

.inv-fund-row__fill {
  height: 100%;
  border-radius: 999px;
}

.inv-fund-row__fill--40 {
  width: 40%;
  background: linear-gradient(90deg, #2563eb 0%, #3b82f6 100%);
}

.inv-fund-row__fill--30 {
  width: 30%;
  background: linear-gradient(90deg, #1d4ed8 0%, #2563eb 100%);
}

.inv-fund-row__fill--20 {
  width: 20%;
  background: linear-gradient(90deg, #06b6d4 0%, #22d3ee 100%);
}

.inv-fund-row__fill--10 {
  width: 10%;
  background: linear-gradient(90deg, #64748b 0%, #94a3b8 100%);
}

.inv-partnership {
  padding: var(--section-padding-y) 0;
  background: linear-gradient(180deg, #f0f9ff 0%, #f8fafc 100%);
}

.inv-partner-header {
  max-width: 640px;
  margin: 0 auto 56px;
  text-align: center;
}

.inv-partner-header h2 {
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.2;
  color: var(--color-text);
  margin-bottom: 16px;
}

.inv-partner-header p {
  font-size: 1.0625rem;
  line-height: 1.65;
  color: var(--color-text-muted);
  margin: 0;
}

.inv-partner-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(24px, 4vw, 40px);
}

.inv-partner-card {
  text-align: center;
  padding: 0 12px;
}

.inv-partner-card__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  margin: 0 auto 24px;
  border-radius: 50%;
  background: linear-gradient(135deg, #2563eb 0%, #06b6d4 100%);
  box-shadow: 0 12px 28px rgba(37, 99, 235, 0.28);
  color: var(--color-white);
}

.inv-partner-card__icon svg {
  width: 32px;
  height: 32px;
}

.inv-partner-card h3 {
  font-size: 1.125rem;
  font-weight: 700;
  color: var(--color-text);
  margin-bottom: 12px;
  letter-spacing: -0.02em;
}

.inv-partner-card p {
  font-size: 0.9375rem;
  line-height: 1.7;
  color: var(--color-text-muted);
  margin: 0;
}

.inv-pitch {
  padding: 0 0 var(--section-padding-y);
  background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
}

.inv-pitch__card {
  max-width: 720px;
  margin: 0 auto;
  padding: clamp(40px, 6vw, 56px) clamp(28px, 5vw, 48px);
  text-align: center;
  background: linear-gradient(165deg, #0f172a 0%, #1e293b 100%);
  border-radius: var(--radius-xl);
  box-shadow: 0 24px 48px rgba(15, 23, 42, 0.2);
}

.inv-pitch__card h2 {
  font-size: clamp(1.375rem, 2.5vw, 1.75rem);
  font-weight: 800;
  letter-spacing: -0.025em;
  color: var(--color-white);
  margin-bottom: 16px;
}

.inv-pitch__card > p {
  font-size: 1rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.78);
  margin: 0 0 32px;
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
}

.inv-pitch__links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 16px 32px;
}

.inv-pitch__link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 1rem;
  font-weight: 600;
  color: var(--color-white);
  text-decoration: none;
  transition: color 0.2s ease, opacity 0.2s ease;
}

.inv-pitch__link svg {
  flex-shrink: 0;
  opacity: 0.85;
}

.inv-pitch__link:hover {
  color: #7dd3fc;
}

@media (max-width: 1024px) {
  .inv-sheet {
    grid-template-columns: 1fr;
    margin-top: -56px;
  }

  .inv-sheet__aside {
    border-left: none;
    border-top: 1px solid var(--color-border);
  }

  .inv-partner-grid {
    grid-template-columns: 1fr;
    max-width: 420px;
    margin: 0 auto;
  }

  .page-investors .site-nav.is-open .nav-list a {
    color: var(--color-text);
  }

  .page-investors .site-nav.is-open .nav-list a.is-active {
    color: var(--color-primary-dark);
  }
}

@media (max-width: 640px) {
  .inv-hero-stats {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .inv-pitch__links {
    flex-direction: column;
    gap: 16px;
  }
}
