+
+ {(['DE','EN'] as const).map((l, i) => (
+
+ {i === 1 && |}
+
+
+ ))}
+
+
+ {SOCIAL.map(s => )}
+
+
- {SOCIAL.map(s =>
)}
+
+ {/* CTAs */}
+
+
setOpen(false)}
+ style={{ display:'inline-block', background:GOLD, color:'#101828', fontSize:12, fontWeight:700, textTransform:'uppercase', letterSpacing:'.12em', padding:'13px 28px', textDecoration:'none', fontFamily:FF_DISPLAY, transition:'background .2s, box-shadow .2s' }}
+ onMouseEnter={e => { e.currentTarget.style.background = '#FFD130'; e.currentTarget.style.boxShadow = '0 0 18px rgba(239,191,4,0.65), 0 0 40px rgba(239,191,4,0.3)'; }}
+ onMouseLeave={e => { e.currentTarget.style.background = GOLD; e.currentTarget.style.boxShadow = 'none'; }}
+ >Jetzt bewerben
+
setOpen(false)}
+ style={{ display:'inline-block', background:'transparent', color:MUTED, fontSize:12, fontWeight:700, textTransform:'uppercase', letterSpacing:'.12em', padding:'11px 26px', textDecoration:'none', fontFamily:FF_DISPLAY, border:`1.5px solid rgba(239,191,4,0.35)`, transition:'border-color .2s, color .2s' }}
+ onMouseEnter={e => { e.currentTarget.style.borderColor = GOLD; e.currentTarget.style.color = GOLD; }}
+ onMouseLeave={e => { e.currentTarget.style.borderColor = 'rgba(239,191,4,0.35)'; e.currentTarget.style.color = MUTED; }}
+ >Mitglied werden
+
+
setOpen(false)}
+ style={{ display:'flex', alignItems:'center', gap:10, background:'rgba(255,255,255,0.04)', color:'rgba(255,255,255,0.45)', fontSize:11, fontWeight:700, textTransform:'uppercase', letterSpacing:'.14em', padding:'10px 18px', textDecoration:'none', fontFamily:FF_DISPLAY, border:'1px dashed rgba(255,255,255,0.15)', transition:'color .2s, border-color .2s, background .2s' }}
+ onMouseEnter={e => { e.currentTarget.style.color='#fff'; e.currentTarget.style.borderColor='rgba(255,255,255,0.4)'; e.currentTarget.style.background='rgba(255,255,255,0.07)'; }}
+ onMouseLeave={e => { e.currentTarget.style.color='rgba(255,255,255,0.45)'; e.currentTarget.style.borderColor='rgba(255,255,255,0.15)'; e.currentTarget.style.background='rgba(255,255,255,0.04)'; }}
+ >
Formular hochladen
+
-
setOpen(false)}
- style={{ display:'inline-block', background:'#EFBF04', color:'#101828', fontSize: 15, fontWeight:700, textTransform:'uppercase', letterSpacing:'.12em', padding:'11px 24px', textDecoration:'none', transition:'background .2s, box-shadow .2s', borderRadius:0, fontFamily:FF_DISPLAY }}
- onMouseEnter={e=>{ e.currentTarget.style.background='#FFD130'; e.currentTarget.style.boxShadow='0 0 18px rgba(239,191,4,0.65), 0 0 40px rgba(239,191,4,0.3)'; }}
- onMouseLeave={e=>{ e.currentTarget.style.background='#EFBF04'; e.currentTarget.style.boxShadow='none'; }}
- >Jetzt bewerben
-
setOpen(false)}
- style={{ display:'inline-block', background:'transparent', color:MUTED, fontSize: 15, fontWeight:700, textTransform:'uppercase', letterSpacing:'.12em', padding:'10px 24px', textDecoration:'none', transition:'border-color .2s, color .2s', borderRadius:0, fontFamily:FF_DISPLAY, border:'1.5px solid rgba(239,191,4,0.35)' }}
- onMouseEnter={e=>{ e.currentTarget.style.borderColor='#EFBF04'; e.currentTarget.style.color='#EFBF04'; }}
- onMouseLeave={e=>{ e.currentTarget.style.borderColor='rgba(239,191,4,0.35)'; e.currentTarget.style.color=MUTED; }}
- >Mitglied werden
-
- {/* ── Upload separator ── */}
-
-
-
setOpen(false)}
- style={{
- display:'flex', alignItems:'center', gap:10,
- background:'rgba(255,255,255,0.04)',
- color:'rgba(255,255,255,0.45)',
- fontSize:11, fontWeight:700,
- textTransform:'uppercase', letterSpacing:'.14em',
- padding:'10px 18px',
- textDecoration:'none',
- fontFamily:FF_DISPLAY,
- border:'1px dashed rgba(255,255,255,0.15)',
- transition:'color .2s, border-color .2s, background .2s',
- }}
- onMouseEnter={e=>{
- e.currentTarget.style.color='#fff';
- e.currentTarget.style.borderColor='rgba(255,255,255,0.4)';
- e.currentTarget.style.background='rgba(255,255,255,0.07)';
- }}
- onMouseLeave={e=>{
- e.currentTarget.style.color='rgba(255,255,255,0.45)';
- e.currentTarget.style.borderColor='rgba(255,255,255,0.15)';
- e.currentTarget.style.background='rgba(255,255,255,0.04)';
- }}
- >
-
Formular hochladen
-
-