@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap");

body.foerderlotse-app-contact-body {
  margin: 0;
  min-height: 100vh;
  font-family: "Poppins", sans-serif;
  color: #101010;
  background: #f8f9fb;
}

.foerderlotse-app-contact-backdrop {
  min-height: 100vh;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 2rem 1rem 3rem;
  background:
    radial-gradient(circle at right top, rgba(61, 104, 188, 0.08) 0%, transparent 32%),
    radial-gradient(circle at left bottom, rgba(255, 115, 50, 0.12) 0%, transparent 30%),
    #f8f9fb;
}

.foerderlotse-app-contact-card {
  width: 100%;
  max-width: 64rem;
  background: transparent;
  padding: 0.5rem 0 1rem;
}

@media (min-width: 640px) {
  .foerderlotse-app-contact-card {
    padding: 1rem 0.5rem 1.5rem;
  }
}

.foerderlotse-app-contact-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
}

.foerderlotse-app-contact-logo {
  width: 6.25rem;
  height: auto;
}

.foerderlotse-app-contact-login-link {
  margin-top: 0.35rem;
  font-size: 0.95rem;
  font-weight: 500;
  color: #3d68bc;
  text-decoration: none;
}

.foerderlotse-app-contact-login-link:hover {
  text-decoration: underline;
}

.foerderlotse-app-contact-intro {
  margin: 2rem 0 0;
  max-width: 40rem;
}

.foerderlotse-app-contact-intro h1 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 2.5rem);
  font-weight: 500;
  letter-spacing: -0.03em;
  color: #101010;
}

.foerderlotse-app-contact-intro p {
  margin: 1rem 0 0;
  font-size: 1rem;
  color: rgb(0 0 0 / 0.65);
  line-height: 1.6;
}

.foerderlotse-app-contact-channels {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  margin-top: 2.5rem;
}

@media (min-width: 768px) {
  .foerderlotse-app-contact-channels {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.foerderlotse-app-contact-channel {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 1.75rem 1.5rem;
  border: 1px solid rgb(0 0 0 / 0.08);
  background: #ffffff;
  text-decoration: none;
  color: inherit;
  transition: border-color 0.2s ease, background-color 0.2s ease;
}

.foerderlotse-app-contact-channel:hover {
  border-color: rgb(61 104 188 / 0.35);
  background: rgb(61 104 188 / 0.03);
}

.foerderlotse-app-contact-channel-eyebrow {
  margin: 0;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #3d68bc;
}

.foerderlotse-app-contact-channel h2 {
  margin: 0.75rem 0 0;
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: -0.02em;
  color: #101010;
}

.foerderlotse-app-contact-channel p {
  margin: 0.75rem 0 0;
  flex: 1;
  font-size: 1rem;
  line-height: 1.6;
  color: rgb(0 0 0 / 0.65);
}

.foerderlotse-app-contact-channel-email {
  margin-top: 1.5rem;
  font-size: 1rem;
  font-weight: 600;
  color: #3d68bc;
}

.foerderlotse-app-contact-section {
  margin-top: 4rem;
}

.foerderlotse-app-contact-section h2 {
  margin: 0;
  font-size: clamp(1.4rem, 3vw, 1.75rem);
  font-weight: 500;
  letter-spacing: -0.02em;
  color: #101010;
}

.foerderlotse-app-contact-team-lead {
  margin: 0.75rem 0 0;
  max-width: 40rem;
  font-size: 1rem;
  line-height: 1.6;
  color: rgb(0 0 0 / 0.65);
}

.foerderlotse-app-contact-team {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
  margin: 2.5rem 0 0;
}

@media (min-width: 640px) {
  .foerderlotse-app-contact-team {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2rem;
  }
}

@media (min-width: 960px) {
  .foerderlotse-app-contact-team {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.foerderlotse-app-contact-member {
  min-width: 0;
}

.foerderlotse-app-contact-member-figure {
  margin: 0;
}

.foerderlotse-app-contact-member-figure img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: top center;
  background: #eef1f6;
  transition: transform 0.5s ease;
}

.foerderlotse-app-contact-member:hover .foerderlotse-app-contact-member-figure img {
  transform: scale(1.02);
}

.foerderlotse-app-contact-member-figure figcaption {
  margin-top: 1.25rem;
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: #101010;
}

.foerderlotse-app-contact-member p {
  margin: 0.5rem 0 0;
  font-size: 1rem;
  line-height: 1.6;
  color: rgb(0 0 0 / 0.65);
}
