/* ══════════════════════════════════════════
   ElektroGH.wien – Karriere / Careers Styles
   ══════════════════════════════════════════ */

/* ──────────── HERO ──────────── */
.karriere-hero {
  background: var(--black);
  padding: 64px 0;
  text-align: center;
}
.karriere-hero-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 32px;
}
.karriere-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(240, 180, 41, 0.15);
  color: var(--yellow);
  font-size: 0.78rem;
  font-weight: 700;
  padding: 6px 14px;
  border-radius: 20px;
  margin-bottom: 20px;
  letter-spacing: 0.02em;
}
.karriere-hero-badge .lucide {
  width: 15px;
  height: 15px;
}
.karriere-hero h1 {
  font-size: 2.6rem;
  font-weight: 800;
  color: var(--white);
  letter-spacing: -0.03em;
  margin-bottom: 12px;
}
.karriere-hero p {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.5);
  max-width: 560px;
  margin: 0 auto;
  line-height: 1.65;
}

/* ──────────── BENEFITS / WHY US ──────────── */
/* Benefits styles moved to styles.css */

/* ──────────── OPEN POSITIONS ──────────── */
.jobs-section {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 32px 60px;
}
.jobs-section h2 {
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--black);
  text-align: center;
  margin-bottom: 8px;
  letter-spacing: -0.025em;
}
.jobs-subtitle {
  font-size: 0.92rem;
  color: var(--muted);
  text-align: center;
  margin-bottom: 36px;
}
.jobs-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.job-card {
  background: var(--white);
  border: 1.5px solid var(--border-light);
  border-radius: var(--radius-lg);
  padding: 28px 32px;
  display: flex;
  align-items: center;
  gap: 24px;
  box-shadow: var(--shadow-sm);
  transition: all 0.2s;
}
.job-card:hover {
  box-shadow: var(--shadow);
  border-color: var(--border);
  transform: translateY(-2px);
}
.job-icon {
  width: 56px;
  height: 56px;
  min-width: 56px;
  background: var(--surface);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.job-icon .lucide {
  width: 26px;
  height: 26px;
  color: var(--muted);
}
.job-content {
  flex: 1;
}
.job-content h3 {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--black);
  margin-bottom: 8px;
}
.job-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 10px;
}
.job-tag {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--muted);
  background: var(--surface);
  padding: 4px 10px;
  border-radius: 20px;
}
.job-tag .lucide {
  width: 13px;
  height: 13px;
}
.job-content p {
  font-size: 0.87rem;
  color: var(--muted);
  line-height: 1.6;
}
.job-action {
  flex-shrink: 0;
}
.job-action .btn-primary {
  white-space: normal;
}

/* ──────────── TESTIMONIAL ──────────── */
.testimonial-section {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 32px 60px;
}
.testimonial {
  background: var(--white);
  border: 1.5px solid var(--border-light);
  border-radius: var(--radius-lg);
  padding: 40px;
  text-align: center;
  box-shadow: var(--shadow-sm);
  position: relative;
}
.testimonial-icon {
  width: 48px;
  height: 48px;
  background: var(--yellow-light);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
}
.testimonial-icon .lucide {
  width: 24px;
  height: 24px;
  color: var(--yellow-dark);
}
.testimonial blockquote {
  font-size: 1.05rem;
  color: var(--text);
  line-height: 1.75;
  font-style: italic;
  margin-bottom: 24px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.testimonial-author {
  display: flex;
  align-items: center;
  gap: 12px;
  justify-content: center;
}
.testimonial-avatar {
  width: 44px;
  height: 44px;
  background: var(--surface);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.testimonial-avatar .lucide {
  width: 22px;
  height: 22px;
  color: var(--muted);
}
.testimonial-name {
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--black);
  text-align: left;
}
.testimonial-role {
  font-size: 0.8rem;
  color: var(--muted);
  font-weight: 500;
  text-align: left;
}

/* ──────────── INITIATIVE CTA ──────────── */
.initiative-section {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 32px 60px;
}
.initiative-inner {
  background: var(--yellow);
  border-radius: var(--radius-lg);
  padding: 52px 60px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.initiative-icon {
  width: 56px;
  height: 56px;
  background: rgba(22, 20, 15, 0.1);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
}
.initiative-icon .lucide {
  width: 28px;
  height: 28px;
  color: var(--black);
}
.initiative-inner h2 {
  font-size: 1.8rem;
  font-weight: 800;
  color: var(--black);
  margin-bottom: 12px;
  letter-spacing: -0.02em;
}
.initiative-inner p {
  font-size: 0.95rem;
  color: rgba(22, 20, 15, 0.6);
  line-height: 1.7;
  max-width: 520px;
  margin: 0 auto 28px;
}
.initiative-inner .btn-primary {
  background: var(--black);
  color: var(--white);
  display: inline-flex;
}
.initiative-inner .btn-primary:hover {
  background: var(--dark);
  box-shadow: var(--shadow);
}

/* ──────────── RESPONSIVE 1024px ──────────── */
@media (max-width: 1024px) {
  .job-card {
    flex-wrap: wrap;
  }
  .job-action {
    width: 100%;
    margin-top: 4px;
  }
  .job-action .btn-primary {
    width: 100%;
    justify-content: center;
    white-space: normal;
  }
}

/* ──────────── RESPONSIVE 768px ──────────── */
@media (max-width: 768px) {
  .karriere-hero {
    padding: 40px 0;
  }
  .karriere-hero h1 {
    font-size: 1.8rem;
  }
  .karriere-hero p {
    font-size: 0.92rem;
  }
  .jobs-section {
    padding: 0 16px 40px;
  }
  .job-card {
    padding: 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
  .job-icon {
    width: 48px;
    height: 48px;
    min-width: 48px;
  }
  .job-icon .lucide {
    width: 22px;
    height: 22px;
  }
  .testimonial-section {
    padding: 0 16px 40px;
  }
  .testimonial {
    padding: 28px 20px;
  }
  .testimonial blockquote {
    font-size: 0.95rem;
  }
  .initiative-section {
    padding: 0 16px 40px;
  }
  .initiative-inner {
    padding: 36px 24px;
  }
  .initiative-inner h2 {
    font-size: 1.4rem;
  }
}

/* ──────────── RESPONSIVE 480px ──────────── */
@media (max-width: 480px) {
  .karriere-hero h1 {
    font-size: 1.5rem;
  }
  .job-tags {
    gap: 6px;
  }
  .testimonial-author {
    flex-direction: column;
    gap: 8px;
  }
  .testimonial-name,
  .testimonial-role {
    text-align: center;
  }
  .initiative-inner p {
    font-size: 0.88rem;
  }
}
