/* Über das Projekt – page sections */

.page-ueber {
  background: #fff;
  color: #1a1a1a;
}

.idee-section {
  padding: 4.5rem 0;
}

.idee-section-muted {
  background: #f5f5f5;
}

.idee-section-cream {
  background: #fbf4ea;
}

.idee-kicker {
  margin: 0 0 0.75rem;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #9d284b;
}

.idee-kicker-light {
  color: rgba(255, 255, 255, 0.88);
}

.idee-heading {
  margin: 0 0 1.25rem;
  font-size: clamp(1.65rem, 3.2vw, 2.35rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.15;
  color: #1a1a1a;
}

.idee-heading-narrow {
  max-width: 38rem;
}

.idee-heading-light {
  color: #fff;
}

.idee-section-lead {
  max-width: 40rem;
  margin: 0 0 2.5rem;
  font-size: 1.05rem;
  line-height: 1.6;
  color: #666;
}

.idee-prose {
  color: #5c5c5c;
  font-size: 1rem;
  line-height: 1.65;
}

.idee-prose p {
  margin: 0 0 1rem;
}

.idee-prose p:last-child {
  margin-bottom: 0;
}

.idee-anlass-close {
  margin: 1.5rem 0 0;
  padding-left: 0.95rem;
  border-left: 4px solid #d3003d;
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.45;
  color: #1a1a1a;
}

.idee-text-link {
  display: inline-block;
  margin-top: 1.5rem;
  color: #9d284b;
  font-weight: 600;
  text-decoration: none;
}

.idee-text-link:hover {
  color: #7a1e3a;
  text-decoration: underline;
  text-underline-offset: 0.15em;
}

.idee-media {
  overflow: hidden;
  border-radius: 1.5rem;
  background: #e8e8e8;
  aspect-ratio: 1 / 1;
}

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

/* 1 Hero */
.idee-hero {
  position: relative;
  color: #fff;
  min-height: min(92vh, 52rem);
  display: flex;
  align-items: flex-end;
  padding: 6rem 0 0;
  background-color: #141820;
  background-image:
    linear-gradient(180deg, rgba(10, 12, 18, 0.55) 0%, rgba(10, 12, 18, 0.78) 55%, #0b0d12 100%),
    var(--idee-hero-image);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.idee-hero-inner {
  width: 100%;
  padding-bottom: 0;
}

.idee-hero-title {
  max-width: none;
  margin: 0 0 1.1rem;
  font-size: clamp(2rem, 5vw, 3.4rem);
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1.08;
}

.idee-hero-lead {
  max-width: 40rem;
  margin: 0 0 1.75rem;
  font-size: 1.05rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.9);
}

.idee-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 2.75rem;
}

.idee-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.85rem 1.35rem;
  border-radius: 999px;
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  transition: transform 0.15s ease, background-color 0.15s ease, opacity 0.15s ease;
}

.idee-btn:hover {
  transform: translateY(-1px);
}

.idee-btn-primary {
  background: linear-gradient(90deg, #e2185a, #d3003d);
  color: #fff;
}

.idee-btn-primary:hover {
  color: #fff;
}

.idee-btn-ghost {
  border: 1px solid rgba(255, 255, 255, 0.55);
  color: #fff;
  background: transparent;
}

.idee-btn-ghost:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
}

.idee-btn-outline {
  border: 1px solid #1a1a1a;
  color: #1a1a1a;
  background: transparent;
}

.idee-btn-outline:hover {
  color: #1a1a1a;
  background: rgba(0, 0, 0, 0.04);
}

.idee-btn-white {
  background: #fff;
  color: #1a1a1a;
}

.idee-btn-white:hover {
  color: #1a1a1a;
  background: #f3f3f3;
}

.idee-hero-facts {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
  padding: 1.5rem 0 2.25rem;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.idee-hero-fact {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

.idee-hero-fact strong {
  font-size: 1rem;
  font-weight: 700;
}

.idee-hero-fact span {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.72);
}

/* 3 Reasons grid */
.idee-reasons {
  display: grid;
  gap: 1rem;
  margin-top: 2rem;
  grid-template-columns: 1fr;
}

.idee-reason {
  background: #fff;
  border-radius: 1.25rem;
  padding: 1.5rem 1.4rem 1.6rem;
}

.idee-reason-dark {
  background: #0f172a;
  color: #fff;
}

.idee-reason-blush {
  background: #fff1f2;
}

.idee-reason-num {
  display: block;
  margin-bottom: 0.85rem;
  font-size: 1.15rem;
  font-weight: 800;
  color: #c84459;
}

.idee-reason-dark .idee-reason-num {
  color: #e85a78;
}

.idee-reason-title {
  margin: 0 0 0.65rem;
  font-size: 1.15rem;
  font-weight: 700;
  letter-spacing: -0.01em;
}

.idee-reason-text {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.55;
  color: #5c5c5c;
}

.idee-reason-dark .idee-reason-text {
  color: rgba(255, 255, 255, 0.78);
}

.idee-reason-dark .idee-reason-title {
  color: #fff;
}

/* 4 Promise */
.idee-promise {
  background: #d3003d;
  color: #fff;
}

.idee-promise-lead {
  max-width: 42rem;
  margin: 0 0 2.25rem;
  font-size: 1.05rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.9);
}

.idee-glass-card {
  border-radius: 1.15rem;
  padding: 1.4rem 1.3rem 1.5rem;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.28);
  backdrop-filter: blur(8px);
}

.idee-glass-num {
  display: block;
  margin-bottom: 0.75rem;
  font-size: 0.85rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.75);
}

.idee-glass-title {
  margin: 0 0 0.55rem;
  font-size: 1.15rem;
  font-weight: 700;
}

.idee-glass-text {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.86);
}

/* 5 Steps */
.idee-steps {
  margin-top: 0.5rem;
}

.idee-step {
  height: 100%;
}

.idee-step-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.15rem;
  height: 2.15rem;
  margin-bottom: 0.95rem;
  border-radius: 50%;
  background: #d3003d;
  color: #fff;
  font-size: 0.92rem;
  font-weight: 700;
}

.idee-step-title {
  margin: 0 0 0.5rem;
  font-size: 1.1rem;
  font-weight: 700;
}

.idee-step-text {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.55;
  color: #666;
}

.idee-step-highlight {
  padding: 1.25rem 1.15rem 1.35rem;
  border-radius: 1rem;
  background: #fbf4ea;
}

.idee-steps-note {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  margin: 1.75rem 0 0;
  font-size: 0.95rem;
  line-height: 1.5;
  color: #666;
}

.idee-steps-note::before {
  content: "";
  flex: 0 0 1.1rem;
  height: 2px;
  margin-top: 0.65rem;
  background: #d3003d;
}

/* 7 Principles */
.idee-principle {
  background: #fff;
  border-radius: 1.15rem;
  padding: 1.5rem 1.4rem;
  border: 1px solid rgba(0, 0, 0, 0.04);
  box-shadow: 0 8px 24px rgba(20, 20, 30, 0.04);
}

.idee-principle-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  margin-bottom: 1rem;
  border-radius: 50%;
  background: #fde8ee;
  color: #d3003d;
}

.idee-principle-icon svg {
  display: block;
}

.idee-principle-title {
  margin: 0 0 0.55rem;
  font-size: 1.1rem;
  font-weight: 700;
}

.idee-principle-text {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.55;
  color: #666;
}

.idee-principles-note {
  max-width: 40rem;
  margin: 2rem auto 0;
  text-align: center;
  font-size: 0.92rem;
  line-height: 1.55;
  color: #777;
}

/* 8 Founder */
.idee-role {
  margin: 0 0 1.25rem;
  font-size: 1.05rem;
  font-weight: 700;
  color: #9d284b;
}

.idee-quote {
  position: relative;
  margin: 1.75rem 0 0;
  padding: 1.35rem 1.35rem 1.25rem;
  background: #fff;
  border-radius: 1rem;
}

.idee-quote-mark {
  display: block;
  margin-bottom: 0.35rem;
  font-size: 1.75rem;
  line-height: 1;
  color: #9d284b;
  font-weight: 700;
}

.idee-quote p {
  margin: 0;
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.45;
  color: #2a2a2a;
}

.idee-founder-media {
  aspect-ratio: 4 / 5;
}

.idee-founder-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem;
  margin-top: 2.75rem;
}

/* 9 Limits */
.idee-limits {
  background: #0f172a;
  color: #fff;
}

.idee-limit {
  padding-top: 0.35rem;
}

.idee-limit-title {
  position: relative;
  margin: 0 0 0.55rem;
  padding-top: 0.85rem;
  font-size: 1.1rem;
  font-weight: 700;
}

.idee-limit-title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1.5rem;
  height: 2px;
  background: #e85a78;
}

.idee-limit-text {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.7);
}

/* 10 FAQ */
.idee-faq {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.75rem;
  margin-top: 2rem;
}

.idee-faq-item {
  border: 1px solid #e6e6e6;
  border-radius: 0.9rem;
  background: #fff;
  overflow: hidden;
}

.idee-faq-trigger {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.15rem;
  border: 0;
  background: transparent;
  text-align: left;
  font-size: 0.98rem;
  font-weight: 600;
  color: #1a1a1a;
  cursor: pointer;
}

.idee-faq-icon {
  flex-shrink: 0;
  color: #9d284b;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1;
}

.idee-faq-panel {
  padding: 0 1.15rem 1.1rem;
  color: #666;
  font-size: 0.95rem;
  line-height: 1.55;
}

.idee-faq-panel p {
  margin: 0;
}

.idee-faq-item.is-open .idee-faq-icon {
  transform: rotate(45deg);
}

/* 11 CTA */
.idee-cta {
  position: relative;
  padding: 5.5rem 0;
  color: #fff;
  background-color: #d3003d;
  background-image:
    linear-gradient(0deg, rgba(211, 0, 61, 0.82), rgba(211, 0, 61, 0.82)),
    var(--idee-cta-image);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.idee-cta-title {
  margin: 0 0 0.65rem;
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 800;
  letter-spacing: -0.03em;
}

.idee-cta-sub {
  margin: 0 0 1.5rem;
  font-size: 1.05rem;
  color: rgba(255, 255, 255, 0.92);
}

@media (min-width: 768px) {
  .idee-hero-facts {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
  }

  .idee-reasons {
    grid-template-columns: 1fr 1fr;
  }

  .idee-faq {
    grid-template-columns: 1fr 1fr;
    gap: 0.85rem 1rem;
  }
}

@media (min-width: 992px) {
  .idee-section {
    padding: 6rem 0;
  }

  .idee-hero {
    align-items: flex-end;
    padding-top: 7rem;
  }

  .idee-hero-facts {
    padding-bottom: 2.75rem;
  }
}
