/* ===== SA Landing – Fullscreen Background, Hero & Typography (Gold Theme) ===== */
:root{
  --gold-1:#D4AF37;
  --gold-2:#b9962f;
  --fg:#f5f5f5;
  --muted:#bdbdbd;
  --bg:#0a0a0a;
}

*,
*::before,
*::after { box-sizing:border-box; }

html,body{ margin:0; background:var(--bg); color:var(--fg); font-synthesis-weight:none; }

/* Full-page background per domain (from plugin classes on body) */
body::before{
  content:""; position:fixed; inset:0; z-index:-2;
  background-size:cover; background-position:center; background-attachment:fixed;
  filter:saturate(1.05) contrast(1.05) brightness(.92);
}
.sa-bg-regen::before  { background-image:url("/wp-content/plugins/teilnehmende-fahrschulen/public/img/hero-regen.webp"); }
.sa-bg-bahn::before   { background-image:url("/wp-content/plugins/teilnehmende-fahrschulen/public/img/hero-bahn.webp"); }
.sa-bg-bus::before    { background-image:url("/wp-content/plugins/teilnehmende-fahrschulen/public/img/hero-bus.webp"); }
.sa-bg-schnee::before { background-image:url("/wp-content/plugins/teilnehmende-fahrschulen/public/img/hero-schnee.webp"); }
.sa-bg-eltern::before { background-image:url("/wp-content/plugins/teilnehmende-fahrschulen/public/img/hero-eltern.webp"); }
.sa-bg-warten::before { background-image:url("/wp-content/plugins/teilnehmende-fahrschulen/public/img/hero-warten.webp"); }
.sa-bg-default::before{ background-image:url("/wp-content/plugins/teilnehmende-fahrschulen/public/img/hero-default.webp"); }

/* Cinematic overlay (keine Lesbarkeitsprobleme) */
body::after{
  content:""; position:fixed; inset:0; z-index:-1; pointer-events:none;
  background:
    radial-gradient(1200px 600px at 85% -25%, rgba(212,175,55,.20) 0%, transparent 55%),
    radial-gradient(900px 500px at -10% 110%, rgba(212,175,55,.16) 0%, transparent 60%),
    linear-gradient(180deg, rgba(0,0,0,.32), rgba(0,0,0,.80));
}

/* HERO */
.sa-hero{ min-height:100svh; display:grid; place-items:center; padding:clamp(16px,4vw,42px); }
.sa-hero-shell{ max-width:min(1160px, 94vw); width:100%; display:grid; gap:26px; justify-items:center; }

.sa-badge{
  display:inline-grid; place-items:center;
  height:28px; padding:0 12px; border-radius:999px;
  background:linear-gradient(180deg,var(--gold-1),var(--gold-2)); color:#141414;
  font-weight:800; letter-spacing:.05em; text-transform:uppercase; font-size:.74rem;
  box-shadow:0 8px 24px rgba(212,175,55,.35); margin:0 auto 10px;
}

.sa-hero-title{
  font-weight:900; letter-spacing:-.02em;
  font-size:clamp(2.5rem, 7.6vw, 4.9rem);
  line-height:1.02; margin:.1rem 0 0; text-align:center;
  text-shadow: 0 10px 40px rgba(0,0,0,.55);
}
.sa-hero-sub{
  margin:.35rem 0 0; text-align:center; color:var(--muted);
  font-size:clamp(1.02rem, 2.8vw, 1.24rem);
}

/* Footer minimal */
.wp-block-template-part a{ color:rgba(255,255,255,.9); }
