/* ===============================
   AGB – NewHairLeans
================================== */

html {
  scroll-behavior: smooth;
}

.agb-wrapper {
  max-width: 1000px;
  margin: 3rem auto;
  padding: 2rem;
  background-color: #1a1a1a;
  border-radius: 12px;
  box-shadow: 0 0 20px rgba(241, 196, 15, 0.1);
}

.agb-wrapper h1 {
  text-align: center;
  font-size: 2.8rem;
  color: #f1c40f;
  margin-bottom: 2rem;
  text-shadow: 0 0 8px rgba(241, 196, 15, 0.3);
}

.agb-wrapper h2 {
  color: #f1c40f;
  margin-top: 2.5rem;
  margin-bottom: 0.5rem;
  font-size: 1.6rem;
  border-bottom: 1px solid rgba(241, 196, 15, 0.2);
  padding-bottom: 0.4rem;
}

.agb-wrapper p {
  font-size: 1.1rem;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}

.agb-toc {
  margin-bottom: 3rem;
  background-color: #222;
  padding: 1.5rem;
  border-radius: 10px;
  box-shadow: inset 0 0 10px rgba(241, 196, 15, 0.05);
}

.agb-toc h2 {
  font-size: 1.4rem;
  margin-bottom: 1rem;
  color: #f1c40f;
}

.agb-toc ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.agb-toc li {
  margin: 0.4rem 0;
}

.agb-toc a {
  text-decoration: none;
  color: #f1c40f;
  font-weight: 500;
  transition: color 0.3s ease;
}

.agb-toc a:hover {
  color: #ffffff;
  text-decoration: underline;
}

/* Optional: visuelles Scroll-Ziel (Offset, falls nav sticky) */
.agb-wrapper section {
  scroll-margin-top: 100px;
}
