:root {
  --brand: #287a32;
  --brand-dark: #1e5d27;
  --brand-logo: #a8c844;
  --brand-pale: #f2f6e7;
  --panel-border: #dde3d7;
  --ink: #30352f;
  --muted: #5f685d;
  --paper: #fafaf7;
  --white: #ffffff;
}

* { box-sizing: border-box; }

html { min-height: 100%; background: var(--paper); }

body {
  min-height: 100vh;
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 12% 8%, rgba(168, 200, 68, 0.19), transparent 30rem),
    radial-gradient(circle at 88% 92%, rgba(40, 122, 50, 0.12), transparent 34rem),
    var(--paper);
  font-family: Inter, system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

.hinweisseite {
  display: grid;
  min-height: 100vh;
  place-items: center;
  padding: clamp(20px, 5vw, 64px) 18px;
}

.hinweiskarte {
  width: min(100%, 780px);
  overflow: hidden;
  border: 1px solid var(--panel-border);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 18px 55px rgba(30, 93, 39, 0.12);
}

.markenleiste {
  height: 9px;
  background: linear-gradient(90deg, var(--brand) 0 72%, var(--brand-logo) 72% 100%);
}

.hinweiskarte__inhalt { padding: clamp(32px, 6vw, 60px); text-align: center; }

.kicker,
.nachfolge__label {
  margin: 0 0 12px;
  color: var(--brand);
  font-size: 0.76rem;
  font-weight: 750;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

h1, h2, p { margin-top: 0; }

h1 {
  max-width: 650px;
  margin-right: auto;
  margin-bottom: 16px;
  margin-left: auto;
  color: var(--ink);
  font-size: clamp(2rem, 6vw, 3.25rem);
  font-weight: 750;
  letter-spacing: -0.035em;
  line-height: 1.08;
}

.einleitung {
  margin-bottom: 0;
  color: var(--muted);
  font-size: clamp(1rem, 2.5vw, 1.15rem);
  line-height: 1.6;
}

.trennung {
  display: flex;
  align-items: center;
  width: min(100%, 390px);
  margin: clamp(28px, 5vw, 42px) auto;
}

.trennung::before,
.trennung::after { flex: 1; height: 1px; background: var(--panel-border); content: ""; }

.trennung span {
  width: 17px;
  height: 17px;
  margin: 0 16px;
  border-radius: 80% 0 80% 80%;
  background: var(--brand-logo);
  transform: rotate(-45deg);
}

.nachfolge h2 {
  margin-bottom: 14px;
  color: var(--brand);
  font-size: clamp(1.55rem, 4vw, 2.2rem);
  letter-spacing: -0.025em;
  line-height: 1.2;
}

.nachfolge > p:not(.nachfolge__label):not(.externer-hinweis) {
  max-width: 590px;
  margin-right: auto;
  margin-bottom: 24px;
  margin-left: auto;
  font-size: 1.03rem;
  line-height: 1.65;
}

.shop-link {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 13px;
  padding: 14px 22px;
  border: 2px solid var(--brand);
  border-radius: 10px;
  color: var(--white);
  background: var(--brand);
  box-shadow: 0 5px 14px rgba(40, 122, 50, 0.2);
  font-weight: 720;
  line-height: 1.25;
  text-decoration: none;
}

.shop-link__pfeil { font-size: 1.35rem; line-height: 1; transition: transform 160ms ease; }

.shop-link:hover,
.shop-link:focus-visible { border-color: var(--brand-dark); background: var(--brand-dark); }

.shop-link:hover .shop-link__pfeil { transform: translateX(3px); }

.shop-link:focus-visible {
  outline: 4px solid rgba(168, 200, 68, 0.48);
  outline-offset: 3px;
}

.externer-hinweis { margin: 10px 0 0; color: var(--muted); font-size: 0.76rem; }

.klarstellung {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  max-width: 620px;
  margin: 32px auto 0;
  padding: 15px 17px;
  border: 1px solid var(--panel-border);
  border-radius: 10px;
  background: var(--brand-pale);
  text-align: left;
}

.klarstellung svg { flex: 0 0 20px; width: 20px; margin-top: 1px; fill: var(--brand); }

.klarstellung p { margin-bottom: 0; color: #485046; font-size: 0.82rem; line-height: 1.5; }

.seitenfuss {
  padding: 17px 24px;
  border-top: 1px solid var(--panel-border);
  background: var(--paper);
  text-align: center;
}

.seitenfuss a,
.zurueck-link {
  color: var(--brand-dark);
  font-size: 0.86rem;
  font-weight: 650;
  text-underline-offset: 3px;
}

.rechtliches { text-align: left; }

.rechtliches h1 {
  margin-left: 0;
  font-size: clamp(2rem, 5vw, 2.8rem);
}

.rechtliches h2 {
  margin: 30px 0 10px;
  color: var(--brand);
  font-size: 1.15rem;
}

.rechtliches p,
.rechtliches address {
  margin-bottom: 14px;
  font-size: 1rem;
  font-style: normal;
  line-height: 1.65;
}

.rechtliches a { color: var(--brand-dark); }

.zurueck-link { display: inline-block; margin-top: 25px; }

@media (max-width: 520px) {
  .hinweisseite { align-items: start; padding: 12px; }
  .hinweiskarte { border-radius: 13px; }
  .hinweiskarte__inhalt { padding: 30px 20px 24px; }
  .shop-link { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  .shop-link__pfeil { transition: none; }
}
