body,
html {
  font-family: "Poppins", sans-serif;
  margin: 0;
  position: relative;
}
.navbar {
  background-color: #2d2032;
  opacity: 0.9;
  height: 7vh;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.navbar h1 {
  margin: 0;
  color: #fff;
  z-index: 1;
}
.bg-accent {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;

  opacity: 0.7;

  background: radial-gradient(
      at 10% 0%,
      rgba(255, 233, 199, 0.95),
      rgba(255, 233, 199, 0) 55%
    ),
    radial-gradient(
      at 40% 30%,
      rgba(255, 120, 190, 0.9),
      rgba(255, 120, 190, 0) 55%
    ),
    radial-gradient(
      at 60% 65%,
      rgba(190, 70, 210, 0.9),
      rgba(190, 70, 210, 0) 60%
    ),
    radial-gradient(
      at 100% 100%,
      rgba(45, 20, 80, 0.95),
      rgba(45, 20, 80, 0) 70%
    );

  mix-blend-mode: normal;
}
.content {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem 1rem 4rem;
}
.finanzplan {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.finanzplan h2 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.bildschirm {
  width: min(40rem, 100%);
  background: linear-gradient(180deg, #2d2032, #130a1a);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
  box-shadow: 0 18px 35px rgba(0, 0, 0, 0.45), 0 3px 8px rgba(0, 0, 0, 0.3);
  transform-style: preserve-3d;
  transition: transform 0.12s ease-out, box-shadow 0.12s ease-out;
  cursor: pointer;
}

.bildschirm::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  border-top: 2px solid rgba(255, 255, 255, 0.12);
  pointer-events: none;
}
.bildschirm::after {
  content: "";
  position: absolute;
  top: 0;
  left: -20%;
  width: 60%;
  height: 60%;
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.16),
    transparent 70%
  );
  opacity: 1;
  pointer-events: none;
}
.bildschirm-inner {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.7rem;
}
.bildschirm-inner img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  margin: 0;
  display: block;
  object-fit: contain;
}
.bildschirm-fuß {
  height: 1.5rem;
  width: min(20rem, 60%);
  background: linear-gradient(180deg, #2d2032, #141018);
  border-radius: 999px;
  margin-top: 0.7rem;
  position: relative;
  box-shadow: 0 10px 18px rgba(0, 0, 0, 0.35), 0 2px 4px rgba(0, 0, 0, 0.3);
}
.bildschirm-fuß::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -0.6rem;
  width: 70%;
  height: 0.6rem;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.4);
  filter: blur(4px);
}

.wohnmobilvermietung {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.wohnmobilvermietung h2 {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .finanzplan,
  .wohnmobilvermietung {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .finanzplan h2,
  .wohnmobilvermietung h2 {
    font-size: 1.4rem;
    text-align: center;
  }
}

@media (max-width: 480px) {
  .finanzplan,
  .wohnmobilvermietung {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .finanzplan h2,
  .wohnmobilvermietung h2 {
    font-size: 1.2rem;
  }
}
.finanzplan h2 {
  position: relative;
  text-align: center;

  margin: 0;
  padding-bottom: 1.6rem;

  font-weight: 600;
  font-size: clamp(1.4rem, 2.2vw, 2rem);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  background: linear-gradient(90deg, #ff4fbf, #d165ff, #9f63ff);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.finanzplan h2::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);

  width: 4rem;
  height: 2px;

  background: linear-gradient(90deg, #ff4fbf, #9f63ff);
  border-radius: 999px;
  opacity: 1;
}
.wohnmobilvermietung h2 {
  position: relative;
  text-align: center;

  margin: 0;
  padding-bottom: 1.6rem;

  font-weight: 600;
  font-size: clamp(1.4rem, 2.2vw, 2rem);
  letter-spacing: 0.12em;
  text-transform: uppercase;

  background: linear-gradient(90deg, #f5e7c3, #cfac72, #b4894b);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.wohnmobilvermietung h2::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);

  width: 4rem;
  height: 2px;

  background: linear-gradient(90deg, #f5e7c3, #b4894b);
  border-radius: 999px;
  opacity: 1;
}
