/* =====================================================================
   Particle Text Hero — Kontaktseite (Canvas2D), Marken-Blau
   ===================================================================== */
.ptext-hero {
  position: relative;
  width: 100%;
  min-height: 70svh;
  overflow: hidden;
  background: var(--night);
  display: flex;
  align-items: flex-end;
  border-bottom: 1px solid var(--line-d);
}
.ptext-canvas { position: absolute; inset: 0; width: 100%; height: 100%; z-index: 0; display: block; }
.ptext-hero::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 45%; z-index: 1; pointer-events: none;
  background: linear-gradient(to top, var(--night) 6%, transparent);
}
.ptext-cap {
  position: relative; z-index: 2;
  width: min(100% - 44px, var(--maxw)); margin: 0 auto;
  padding-bottom: clamp(36px, 6vw, 80px);
  text-align: center;
}
.ptext-cap .eyebrow { justify-content: center; }
.ptext-cap p.lead-line {
  color: var(--muted); font-size: clamp(1.02rem, 1.6vw, 1.28rem);
  max-width: 50ch; margin: 0 auto 28px;
}
.ptext-cap .btn { box-shadow: 0 0 0 1px rgba(120,200,255,.35) inset, var(--shadow-blue); }
