/* ==========================================================================
   KOBIL — Produktseite SuperApp Platform — Sektion: Approach (Figma 16621:26612)
   1360x728, Text links (455px), Phone-Komposition rechts (737x608).
   Hintergrund: gebackener Radial-Glow + Wellen-Linien (bg-glow.webp).
   ========================================================================== */

.sec-superapp-approach {
  position: relative;
  isolation: isolate;
  display: flex;
  align-items: center;
  height: 728px;
  border-radius: var(--radius-card);
  overflow: hidden;
  background: #f8fbff;
}

/* ---- Hintergrund (gebackener Verlaufs-Layer) ---- */

.sec-superapp-approach__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}

/* ---- Text-Spalte ---- */

.sec-superapp-approach__copy {
  position: relative;
  z-index: 2;
  display: flex;
  flex: 0 0 455px;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  min-width: 0;
  margin-left: 40px;
}

.sec-superapp-approach__eyebrow {
  gap: 10px;
  letter-spacing: 0.48px;
  color: var(--navy-70);
}

.sec-superapp-approach__eyebrow::before {
  width: 12px;
  height: 12px;
}

.sec-superapp-approach__text {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}

.sec-superapp-approach__title {
  margin: 0;
  font-family: var(--font-sans);
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
  color: var(--navy);
}

.sec-superapp-approach__body {
  margin: 0;
  font-family: var(--font-sans);
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  color: var(--navy-70);
}

/* ---- Visual: Phone mit Payment-, Chat- und Signatur-Karten (737x608) ---- */

.sec-superapp-approach__visual {
  position: relative;
  z-index: 1;
  flex: 0 0 auto;
  width: min(737px, calc(100% - 583px));
  height: auto;
  margin-left: auto;
  margin-right: 40px;
}

/* ==========================================================================
   Responsive
   ========================================================================== */

@media (max-width: 1200px) {
  .sec-superapp-approach__title {
    font-size: 36px;
    line-height: 46px;
  }
}

@media (max-width: 1024px) {
  .sec-superapp-approach {
    flex-direction: column;
    align-items: stretch;
    height: auto;
    padding: 64px 40px;
    gap: 48px;
  }

  .sec-superapp-approach__copy {
    flex: 0 0 auto;
    max-width: 640px;
    margin-left: 0;
  }

  .sec-superapp-approach__visual {
    width: 100%;
    max-width: 737px;
    margin: 0 auto;
  }
}

@media (max-width: 768px) {
  .sec-superapp-approach {
    padding: 56px 24px;
    gap: 40px;
  }

  .sec-superapp-approach__title {
    font-size: 28px;
    line-height: 36px;
  }
}

@media (max-width: 480px) {
  .sec-superapp-approach {
    padding: 48px 20px;
    gap: 32px;
  }

  .sec-superapp-approach__body {
    font-size: 15px;
    line-height: 22px;
  }
}
