/* =====================================================================
   space.fluencer.biz – Bewerbungs-Layout (NEON-Variante)
   Ergänzt main.css (v3 Neon-Tech: Lime #d7ff00 → Mint #35ffb0)
   ===================================================================== */

/* v3-main.css definiert kein --accent-2; für die Verläufe hier ergänzt */
:root { --accent-2: #35ffb0; }

/* ── Sternenflug-Hintergrund ─────────────────────────────────── */
/* body-bg von v3 ist opak (#121212 + Karo) und würde den z-1-Canvas verdecken:
   body transparent machen, dunklen Fallback auf html, Karo weg (Sterne ersetzen es) */
html { background: #070707; }
body { background-color: transparent; background-image: none; }
#starfield {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  display: block;
  pointer-events: none;
  background: radial-gradient(ellipse at 50% 38%, #14170c 0%, #0b0c07 55%, #060606 100%);
}
/* Content über dem Sternenfeld halten; Sektionen bleiben transparent */
.site-header, .page-content, .site-footer { position: relative; z-index: 1; }
.page-content > section { background: transparent; }

/* ── Profil / Hero ───────────────────────────────────────────── */
.apply-hero {
  padding: 88px 0 64px;
  border-bottom: 1px solid var(--line);
}
.apply-hero-grid {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 56px;
  align-items: center;
}
.apply-hero-copy { order: 1; }
.apply-photo {
  order: 2;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  aspect-ratio: 1/1;
  background: var(--bg-soft);
  /* rund wie auf socialmediaagentur.biz/team: 2px Akzent-Ring, kein Duotone-Filter */
  border: 2px solid var(--accent);
  box-shadow: 0 0 0 1px rgba(215,255,0,0.15), 0 18px 50px rgba(0,0,0,0.5);
}
.apply-photo img {
  width: 100%; height: 100%; object-fit: cover; display: block;
}

/* Primär-Button: weißer Text (page-content-Link-Regel würde ihn sonst pink färben) */
.page-content .btn-primary { color: #131313; }

.apply-hero h1 {
  font-size: clamp(38px, 5.5vw, 64px);
  line-height: 1.04;
  margin: 14px 0 10px;
}
.apply-hero h1 .grad {
  background: linear-gradient(90deg, var(--accent), var(--accent-2));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.apply-role {
  font-family: var(--font-display);
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 15px;
  color: var(--text-soft);
}
.apply-lead {
  color: var(--text-soft);
  font-size: 18px;
  line-height: 1.65;
  max-width: 620px;
  margin: 20px 0 22px;
}
/* Zitat im Hero (Original-Text von socialmediaagentur.biz/team) */
.apply-quote {
  margin: 20px 0 24px;
  padding: 2px 0 2px 22px;
  border-left: 3px solid var(--accent);
  max-width: 620px;
}
.apply-quote p {
  color: var(--text);
  font-size: 18px;
  line-height: 1.62;
  font-style: italic;
  margin: 0 0 12px;
}
.apply-quote cite {
  display: block;
  font-style: normal;
  font-size: 13px;
  letter-spacing: 0.02em;
  color: var(--text-soft);
}
.apply-quote cite a { color: var(--accent); text-decoration: none; }
.apply-quote cite a:hover { text-decoration: underline; }

/* Eckpunkte im Hero – je Aussage eine Zeile mit Akzent-Strich */
.apply-facts {
  margin: 22px 0 26px;
  max-width: 620px;
}
.apply-facts .fact {
  position: relative;
  margin: 0 0 13px;
  padding: 0 0 0 30px;
  color: var(--text);
  font-size: 17px;
  line-height: 1.45;
}
.apply-facts .fact:last-child { margin-bottom: 0; }
.apply-facts .fact::before {
  content: '+';
  position: absolute;
  left: 0;
  top: 0;
  color: var(--accent);
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 19px;
  line-height: 1.4;
}
.apply-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 26px; }
.apply-tag {
  font-size: 12px;
  padding: 6px 13px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--text-soft);
  letter-spacing: 0.03em;
  background: var(--panel);
}
.apply-cta { display: flex; flex-wrap: wrap; gap: 12px; }

/* Zertifikat-Logos im Hero (nur Logos, ohne Text – wie auf socialmediaagentur.biz) */
.apply-logos {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 30px;
  margin-bottom: 28px;
  max-width: 600px;
}
.apply-logos img {
  height: 26px;
  width: auto;
  max-width: 120px;
  object-fit: contain;
  filter: brightness(0) invert(1);
  opacity: 0.68;
  transition: opacity .2s;
}
.hlogo { position: relative; display: inline-flex; align-items: center; }
.hlogo:hover img { opacity: 1; }
.hlogo:hover .cred-tooltip { opacity: 1; transform: translateX(-50%) translateY(0); }
.apply-logos img.cred-logo-white { filter: none; }

/* ── Section-Grundgerüst ─────────────────────────────────────── */
.apply-section { padding: 72px 0; border-bottom: 1px solid var(--line); }
.apply-section:last-of-type { border-bottom: 0; }
.apply-eyebrow {
  display: inline-block;
  font-size: 12px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 14px;
}
.apply-section h2 {
  font-size: clamp(28px, 3.4vw, 42px);
  line-height: 1.1;
  margin: 0 0 8px;
}
.apply-section .sub {
  color: var(--text-soft);
  max-width: 640px;
  margin: 0 0 40px;
  font-size: 16px;
}

/* ── Zertifikate (aus v3 übernommen, --accent = Insta-Pink) ───── */
.credentials-row {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 24px;
  align-items: start;
  margin-top: 8px;
}
.cred-item { text-align: center; position: relative; }
.cred-logo {
  height: 56px;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 14px;
}
.cred-logo img {
  display: block; height: 38px; width: auto; max-width: 100%;
  object-fit: contain;
  filter: brightness(0) invert(1);
  opacity: 0.72;
  transition: opacity .2s;
}
.cred-item:hover .cred-logo img { opacity: 1; }
.cred-logo img.cred-logo-white { filter: none; }
.cred-name {
  font-family: var(--font-display);
  font-size: 15px; font-weight: 600; color: var(--text);
  text-transform: uppercase; letter-spacing: 0.05em;
}
.cred-sub { font-size: 12px; color: var(--text-soft); margin-top: 4px; }
.cred-tooltip {
  position: absolute;
  bottom: calc(100% + 14px);
  left: 50%;
  transform: translateX(-50%) translateY(6px);
  background: #0d0d0d;
  border: 1px solid rgba(215,255,0,0.4);
  box-shadow: 0 12px 32px rgba(0,0,0,0.6);
  padding: 16px 20px; min-width: 240px; max-width: 280px;
  text-align: left; opacity: 0; pointer-events: none;
  transition: opacity .18s ease, transform .18s ease; z-index: 30;
}
.cred-item:hover .cred-tooltip { opacity: 1; transform: translateX(-50%) translateY(0); }
.cred-tooltip::after {
  content: ''; position: absolute; top: 100%; left: 50%;
  transform: translateX(-50%); border: 7px solid transparent; border-top-color: #0d0d0d;
}
.tooltip-title {
  font-family: var(--font-display); font-size: 14px; font-weight: 600; color: #fff;
  text-transform: uppercase; letter-spacing: 0.06em; margin-bottom: 8px;
  display: flex; justify-content: space-between; align-items: baseline; gap: 12px;
}
.tooltip-title span { font-size: 11px; color: var(--accent); letter-spacing: 0.08em; font-weight: 500; }
.tooltip-sub { font-size: 11px; color: rgba(255,255,255,0.55); margin-bottom: 10px; font-style: italic; }
.cred-tooltip ul { list-style: none; margin: 0; padding: 0; }
.cred-tooltip ul li {
  font-size: 13px; line-height: 1.5; color: rgba(255,255,255,0.82); padding: 3px 0;
  display: flex; justify-content: space-between; align-items: baseline; gap: 12px;
}
.cred-tooltip li em {
  font-style: normal; font-size: 11px; color: rgba(255,255,255,0.45);
  letter-spacing: 0.04em; white-space: nowrap; flex-shrink: 0;
}

/* ── Timeline / Lebenslauf ───────────────────────────────────── */
.timeline { position: relative; margin: 56px auto 0; max-width: 920px; }
.timeline::before {
  content: ''; position: absolute; left: 50%; transform: translateX(-50%);
  top: 9px; bottom: 12px; width: 2px;
  background: linear-gradient(180deg, var(--accent), var(--accent-2));
  opacity: 0.5;
}
.tl-item {
  position: relative;
  display: grid;
  align-items: start;
  grid-template-columns: 1fr 1fr;
  column-gap: 60px;
  padding: 0 0 38px 0;
}
.tl-item:last-child { padding-bottom: 0; }
.tl-item::before {
  content: ''; position: absolute; left: 50%; top: 1px;
  transform: translateX(-50%);
  width: 16px; height: 16px; border-radius: 50%;
  background: var(--bg);
  border: 3px solid var(--accent);
  z-index: 1;
}
.tl-date {
  grid-column: 1; text-align: right;
  font-family: var(--font-display);
  font-size: 13px; line-height: 1.1; letter-spacing: 0.08em; text-transform: uppercase;
  color: var(--accent);
}
.tl-body { grid-column: 2; text-align: left; }
.tl-body .tl-title { font-size: 18px; line-height: 1.1; font-weight: 600; margin: 0; }
.tl-body .tl-org { color: var(--text-soft); font-size: 14px; margin: 6px 0 0; }

/* Mobile: einspaltig, Linie links (Datum ueber Titel) */
@media (max-width: 860px) {
  .timeline { max-width: none; }
  .timeline::before { left: 7px; transform: none; }
  .tl-item { grid-template-columns: 1fr; column-gap: 0; padding-left: 34px; padding-bottom: 30px; }
  .tl-date { grid-column: 1; text-align: left; margin-bottom: 6px; }
  .tl-body { grid-column: 1; text-align: left; }
  .tl-item::before { left: 0; transform: none; top: 3px; }
}
.tl-desc { color: var(--text-soft); font-size: 15px; line-height: 1.6; margin: 0; max-width: 640px; }

/* ── Freitext / Statement ────────────────────────────────────── */
.apply-statement {
  background: var(--panel);
  border: 1px solid var(--line);
  border-left: 3px solid var(--accent);
  border-radius: 14px;
  padding: 36px 40px;
  max-width: 820px;
}
.apply-statement p { color: var(--text); font-size: 18px; line-height: 1.72; margin: 0 0 16px; }
.apply-statement p:last-child { margin-bottom: 0; }
.apply-statement .statement-q {
  font-family: var(--font-display);
  font-size: 20px;
  font-weight: 600;
  color: var(--accent);
  margin: 24px 0 10px;
  letter-spacing: 0.02em;
}
.apply-statement .sig {
  display: block; margin-top: 20px; font-family: var(--font-display);
  letter-spacing: 0.06em; color: var(--text-soft); font-size: 14px;
}

/* Warum-ich mit Referenz-Kanaelen daneben */
.statement-grid {
  display: grid;
  grid-template-columns: 1fr 330px;
  gap: 44px;
  align-items: start;
}
.statement-grid .apply-statement { max-width: none; }
.ig-refs { display: flex; flex-direction: column; gap: 14px; }
.ig-refs a {
  display: block;
  border: 1px solid var(--line);
  border-radius: 12px;
  overflow: hidden;
  transition: border-color .2s, transform .2s;
}
.ig-refs a:hover { border-color: var(--accent); transform: translateY(-2px); }
.ig-refs img { display: block; width: 100%; height: auto; }

/* ── Skills / Ladebalken ─────────────────────────────────────── */
.skill-group {
  font-family: var(--font-display);
  font-size: 13px; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--accent); font-weight: 600;
  margin: 36px 0 16px; padding-bottom: 8px;
  border-bottom: 1px solid var(--line);
}
.skill-group:first-of-type { margin-top: 10px; }
.skills-columns {
  display: grid;
  grid-template-columns: 1.5fr 1.1fr 1fr;
  gap: 0 56px;
  margin-top: 8px;
  align-items: start;
}
.skill-col .skill-group { margin-top: 0; }
.skill { margin-bottom: 22px; }
.skill-col .skill:last-child { margin-bottom: 0; }
.skill { }
.skill-head {
  display: flex; justify-content: space-between; align-items: baseline;
  margin-bottom: 9px;
}
.skill-name { font-family: var(--font-display); font-size: 16px; letter-spacing: 0.03em; }
.skill-val { font-size: 13px; color: var(--accent); font-variant-numeric: tabular-nums; }
.skill-track {
  height: 10px; background: var(--panel-strong);
  border: 1px solid var(--line);
  border-radius: 999px; overflow: hidden;
}
.skill-fill {
  height: 100%; width: 0;
  background: linear-gradient(90deg, var(--accent), var(--accent-2));
  border-radius: 999px;
  transition: width 1.3s cubic-bezier(.22,.61,.36,1);
}

/* ── Kontakt ─────────────────────────────────────────────────── */
.contact-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 8px; }
.contact-card {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 26px 24px;
  transition: border-color .2s, transform .2s;
}
.contact-card:hover { border-color: rgba(215,255,0,0.5); transform: translateY(-3px); }
.contact-label {
  font-size: 12px; text-transform: uppercase; letter-spacing: 0.14em;
  color: var(--text-soft); margin-bottom: 10px;
}
.contact-value { font-family: var(--font-display); font-size: 19px; }
.contact-value a { color: var(--text); text-decoration: none; }
.contact-value a:hover { color: var(--accent); }
/* Kommunikator: zwei Zeilen mit Icons, gleiche Farbe */
.contact-value + .contact-value { margin-top: 10px; }
.contact-value a { display: inline-flex; align-items: center; gap: 9px; }
.contact-value svg { width: 17px; height: 17px; flex-shrink: 0; }
.contact-note {
  margin-top: 12px;
  font-family: var(--font-display);
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--accent);
}

/* ── Responsive ──────────────────────────────────────────────── */
@media (max-width: 860px) {
  .apply-hero-grid { grid-template-columns: 1fr; gap: 32px; }
  .apply-photo { order: 0; max-width: 240px; margin: 0 auto; }
  .apply-hero-copy { order: 0; }
  .statement-grid { grid-template-columns: 1fr; gap: 28px; }
  .credentials-row { grid-template-columns: repeat(3, 1fr); gap: 32px 16px; }
  .skills-columns { grid-template-columns: 1fr; }
  .skill-col:not(:first-child) .skill-group { margin-top: 34px; }
  .contact-grid { grid-template-columns: 1fr; }
}
