    :root {
      --bg: #212121;
      --card: rgb(255 255 255 / 0%);
      --border: rgb(255 255 255 / 10%);
      --text: #ffffff;
      --muted: #a1a1aa;
      --accent1: #7c3aed; /* lila */
      --accent2: #22d3ee; /* cyan */
      --accent3: #facc15; /* gelb */
    }

    * {
      box-sizing: border-box;
      margin: 0;
      padding: 0;
    }

body {
   font-family: 'Inter', sans-serif;
   background: var(--bg);
   background-repeat: no-repeat;
   background-position: center;
   background-size: cover;
   color: var(--text);
   min-height: 100vh;
   display: flex;
   justify-content: center;
   align-items: center;
   padding: 24px;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  background: linear-gradient(to bottom,rgba(0,0,0,0.75) 0%,rgba(0,0,0,0.4) 40%,rgba(0,0,0,0.2) 100%);
  z-index: 0;
}
.page-container {
  position: relative;
  z-index: 1;
}
.container {
  width: 100%;
  max-width: 420px;
  text-align: center;
  position: relative;
  z-index: 1;
}
.logo {
  margin-bottom: 24px;
}

.logo h1 {
  font-size: 2rem;
  font-weight: 800;
  letter-spacing: -0.03em;
}

    .logo span {
      background: linear-gradient(90deg, var(--accent1), var(--accent2));
      background-clip: text;
      -webkit-text-fill-color: transparent;
    }

    .subtitle {
      color: var(--muted);
      margin-top: 6px;
      font-size: 0.95rem;
    }

    .links {
      display: flex;
      flex-direction: column;
      gap: 14px;
      margin-top: 14px;
    }

    .link {
      position: relative;
      padding: 18px 20px;
      border-radius: 16px;
      background: var(--card);
      border: 1px solid var(--border);
      text-decoration: none;
      color: var(--text);
      font-weight: 600;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 16px;
      transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
      backdrop-filter: blur(12px);
    }
    

    .link::before {
      content: "";
      position: absolute;
      inset: -1px;
      border-radius: 18px;
      background: linear-gradient(120deg, var(--accent1), var(--accent2), var(--accent3));
      opacity: 0;
      transition: opacity 0.25s ease;
      z-index: -1;
    }
    

    .link:hover {
      transform: translateY(-3px) scale(1.01);
      box-shadow:
        0 0 0 1px rgba(255,255,255,0.08),
        0 10px 30px rgba(0,0,0,0.45),
        0 0 18px rgba(124,58,237,0.35);
      background: rgba(255,255,255,0.14);
    }
    

    .link:hover::before {
      opacity: 0.35;
    }

    .link small {
      font-size: 0.8rem;
      color: var(--muted);
      font-weight: 400;
    }

    footer {
      margin-top: 36px;
      font-size: 0.75rem;
      color: var(--muted);
    }

    /* Text alignment fix */
    .text {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: flex-start;
    }

    .title {
      font-weight: 600;
      line-height: 1.2;
    }

    .desc {
      font-size: 0.8rem;
      color: var(--muted);
      line-height: 1.2;
    }
   
    @media (max-width: 380px) {
      .logo h1 { font-size: 1.6rem; }
    }
	/* Nur Smartphones */
	@media (max-width: 800px) {
	  body {
    background-image: url("/img/BgoT.png");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	  }
	}

	/* Tablets */
	@media (min-width: 700px) and (max-width: 1024px) {
	  body {
		background-position: center center;
	  }
	}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 20px;
}

.contact-form input,
.contact-form textarea {
  background: rgb(0 0 0 / 50%);
  border: 1px solid rgb(0 0 0 / 25%);
  border-radius: 14px;
  padding: 14px;
  color: #fff;
}

.contact-form button {
  background: linear-gradient(135deg, #ff3d3d, #b84bff);
  border: none;
  border-radius: 16px;
  padding: 14px;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
}

.back-button {
  background: linear-gradient(135deg, #ff3d3d, #b84bff);
  border: none;
  border-radius: 16px;
  padding: 14px;
  font-weight: bold;
  color: var(--text);
  cursor: pointer;
  font-size: 16px;
}

/* ===========================
   Rechtliche Seiten
   =========================== */
.legal {
  max-width: 820px;
  margin: 0 auto;
  padding: 32px 18px 64px;
  font-size: 15px;
  line-height: 1.7;
}

.legal h1 {
  font-size: 26px;
  margin-bottom: 20px;
}

.legal h2 {
  font-size: 18px;
  margin-top: 28px;
  margin-bottom: 8px;
}

.legal p {
  margin: 0 0 14px 0;
  opacity: .9;
}

.legal a {
  text-decoration: none;
}

/* BuddyPrints3D Gradient */
.buddyprints3d {
  font-size: 40px;
  font-weight: 900;
  letter-spacing: 0.2px;
  text-transform: none;

  /* Gradient-Farbe */
  background: linear-gradient(120deg, var(--accent1), var(--accent2), var(--accent3));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;

  /* leichter Neon-Glow*/
  text-shadow:
    0 5px 10px rgba(52, 211, 255, 0.18),
    0 5px 14px rgba(178, 76, 255, 0.14);
}

