/* danke.css — zentrierte Bestätigungsseite (warm theme) */

.dk { min-height: 62vh; display: flex; align-items: center; padding: 80px 0; }
.dk__inner { max-width: 640px; margin: 0 auto; text-align: center; display: flex; flex-direction: column; align-items: center; }
.dk__badge {
  width: 72px; height: 72px; border-radius: 50%;
  display: grid; place-items: center; margin-bottom: 28px;
  color: var(--accent, #b6791a);
  background: var(--surface-2, #ebe6db);
  border: 1px solid var(--rule, #d4cebd);
}
.dk__badge svg { width: 40px; height: 40px; }
.dk__eyebrow { margin: 0 auto; }
.dk__title { font-size: clamp(36px, 5.5vw, 60px); margin: 12px 0 0; }
.dk__lead { font-size: clamp(17px, 1.5vw, 20px); line-height: 1.55; color: var(--ink-2, #4a463d); margin: 22px 0 0; max-width: 48ch; }
.dk__note {
  font-size: 14.5px; line-height: 1.55; color: var(--ink-3, #8b8270);
  margin: 16px auto 0; max-width: 46ch;
  padding: 14px 18px; border-radius: 10px;
  background: var(--surface, #f2ede2); border: 1px solid var(--rule, #d4cebd);
}
.dk__ctas { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; margin-top: 32px; }
