﻿/* Page: Recruiters
   Loaded after site.css. Keep only styles used by this page here. */

/* Recruiter-Seite: Hero */
.recruiter-hero {
  padding-top: 2.8rem;
  padding-bottom: 2.4rem;
}

.recruiter-hero__content {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 2rem;
  align-items: center;
}

.recruiter-kicker {
  display: inline-flex;
  margin: 0 0 0.85rem;
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  background: rgba(62, 166, 161, 0.12);
  color: var(--brand-dark);
  font-size: 0.85rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.recruiter-hero__text {
  max-width: 760px;
}

.recruiter-hero__text .lead {
  font-size: 1.1rem;
  line-height: 1.75;
}

.recruiter-hero__panel {
  padding: 1.4rem;
  border-radius: 20px;
  border: 1px solid rgba(62, 166, 161, 0.22);
  background:
    radial-gradient(circle at top right, rgba(247, 148, 30, 0.12), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, #f8fbfc 100%);
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.08);
}

.recruiter-hero__badge {
  display: inline-flex;
  margin-bottom: 0.85rem;
  padding: 0.55rem 0.75rem;
  border-radius: 13px;
  background: rgba(247, 148, 30, 0.14);
  color: #c85a00;
  font-weight: 850;
}

.recruiter-hero__panel p {
  margin: 0;
  color: #4b5f70;
  font-size: 1rem;
  line-height: 1.6;
}

@media (max-width: 820px) {
  .recruiter-hero__content {
    grid-template-columns: 1fr;
  }
}

/* Recruiter-Seite: Kurzprofil */
.recruiter-profile-section {
  margin-top: 0.5rem;
  margin-bottom: 2.4rem;
}

.recruiter-profile-card {
  padding: 1.5rem 1.6rem;
  border-radius: 18px;
  border: 1px solid rgba(62, 166, 161, 0.18);
  border-left: 5px solid var(--brand);
  background:
    radial-gradient(circle at top right, rgba(62, 166, 161, 0.10), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, #f8fbfc 100%);
  box-shadow: 0 10px 26px rgba(15, 23, 42, 0.055);
}

.recruiter-profile-main {
  max-width: 900px;
}

.recruiter-profile-main h2 {
  margin: 0 0 0.85rem;
  font-size: clamp(1.35rem, 2.4vw, 1.7rem);
  line-height: 1.25;
  color: #123f46;
}

.recruiter-profile-main p {
  margin: 0 0 0.85rem;
  color: #4b5f70;
  font-size: 1.04rem;
  line-height: 1.7;
}

.recruiter-profile-main p:last-child {
  margin-bottom: 0;
}

/* Recruiter-Seite: typische Einsatzfelder */
.recruiter-areas-section {
  margin-top: 2.6rem;
  margin-bottom: 2.6rem;
}

.recruiter-areas-section .section-title {
  margin-bottom: 1.2rem;
  font-size: clamp(1.35rem, 2.4vw, 1.7rem);
  line-height: 1.25;
  color: #111827;
}

.recruiter-area-grid {
  list-style: none;
  margin: 0;
  padding: 0;

  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem;
}

.recruiter-area-grid li {
  position: relative;
  margin: 0;
  padding: 1rem 1rem 1rem 3rem;

  border-radius: 15px;
  border: 1px solid rgba(62, 166, 161, 0.18);
  background: linear-gradient(180deg, #ffffff 0%, #fbfdfd 100%);
  box-shadow: 0 8px 22px rgba(15, 23, 42, 0.045);

  color: #4b5f70;
  font-size: 1rem;
  line-height: 1.45;
}

.recruiter-area-grid li::before {
  content: "✓";
  position: absolute;
  left: 1rem;
  top: 1rem;

  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;

  border-radius: 8px;
  background: rgba(62, 166, 161, 0.14);
  color: var(--brand-dark);
  font-weight: 900;
  font-size: 0.85rem;
}

.recruiter-area-grid li:hover {
  border-color: rgba(62, 166, 161, 0.32);
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.075);
  transform: translateY(-2px);
}

@media (max-width: 760px) {
  .recruiter-area-grid {
    grid-template-columns: 1fr;
  }
}

/* Recruiter-Seite: technologischer Fokus */
.recruiter-tech-section {
  margin-top: 2.6rem;
  margin-bottom: 2.6rem;
}

.recruiter-tech-section .section-title {
  margin-bottom: 1.2rem;
  font-size: clamp(1.35rem, 2.4vw, 1.7rem);
  line-height: 1.25;
  color: #111827;
}

.recruiter-tech-card {
  padding: 1.35rem 1.45rem;
  border-radius: 18px;
  border: 1px solid rgba(62, 166, 161, 0.18);
  background:
    radial-gradient(circle at top right, rgba(62, 166, 161, 0.10), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, #f8fbfc 100%);
  box-shadow: 0 10px 26px rgba(15, 23, 42, 0.055);
}

.recruiter-tech-tags {
  list-style: none;
  margin: 0;
  padding: 0;

  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.recruiter-tech-tags li {
  margin: 0;
  padding: 0.55rem 0.75rem;

  border-radius: 999px;
  border: 1px solid rgba(62, 166, 161, 0.20);
  background: #ffffff;

  color: #123f46;
  font-size: 0.96rem;
  font-weight: 700;
  line-height: 1.2;
  box-shadow: 0 6px 16px rgba(15, 23, 42, 0.035);
}

.recruiter-tech-tags li:hover {
  border-color: rgba(62, 166, 161, 0.38);
  background: rgba(62, 166, 161, 0.07);
  transform: translateY(-1px);
}

/* Recruiter-Seite: KI-Unterstuetzung */
.recruiter-ai-section {
  margin-top: 0;
  margin-bottom: 2.6rem;
}

/* Recruiter-Seite: Branchen / Projekterfahrung */
.recruiter-industry-section {
  margin-top: 2.6rem;
  margin-bottom: 2.6rem;
}

.recruiter-industry-section .section-title {
  margin-bottom: 1.2rem;
  font-size: clamp(1.35rem, 2.4vw, 1.7rem);
  line-height: 1.25;
  color: #111827;
}

.recruiter-industry-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 1.5rem;
  align-items: start;

  padding: 1.5rem;
  border-radius: 18px;
  border: 1px solid rgba(62, 166, 161, 0.18);
  background: linear-gradient(180deg, #ffffff 0%, #fbfdfd 100%);
  box-shadow: 0 10px 26px rgba(15, 23, 42, 0.055);
}

.recruiter-industry-text p {
  margin: 0;
  color: #4b5f70;
  font-size: 1.04rem;
  line-height: 1.7;
}

.recruiter-industry-list {
  list-style: none;
  margin: 0;
  padding: 1rem;

  display: grid;
  gap: 0.65rem;

  border-radius: 16px;
  border: 1px solid rgba(62, 166, 161, 0.16);
  background: rgba(62, 166, 161, 0.065);
}

.recruiter-industry-list li {
  position: relative;
  margin: 0;
  padding: 0.75rem 0.85rem 0.75rem 2.45rem;

  border-radius: 12px;
  background: #ffffff;
  border: 1px solid rgba(62, 166, 161, 0.14);

  color: #4b5f70;
  font-size: 0.98rem;
  line-height: 1.45;
}

.recruiter-industry-list li::before {
  content: "•";
  position: absolute;
  left: 0.9rem;
  top: 0.72rem;

  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;

  border-radius: 8px;
  background: rgba(62, 166, 161, 0.13);
  color: var(--brand-dark);
  font-weight: 900;
}

@media (max-width: 820px) {
  .recruiter-industry-card {
    grid-template-columns: 1fr;
  }
}

/* Recruiter-Seite: Branchen kompakter */
.recruiter-industry-section {
  margin-top: 2.6rem;
  margin-bottom: 2.6rem;
}

.recruiter-industry-section .section-title {
  margin-bottom: 0.9rem;
  font-size: clamp(1.35rem, 2.4vw, 1.7rem);
  line-height: 1.25;
  color: #111827;
}

.recruiter-industry-intro {
  max-width: 900px;
  margin: 0 0 1.25rem;
  color: #4b5f70;
  font-size: 1.04rem;
  line-height: 1.65;
}

.recruiter-industry-grid {
  list-style: none;
  margin: 0;
  padding: 0;

  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.9rem;
}

.recruiter-industry-grid li {
  position: relative;
  margin: 0;
  padding: 1rem 1rem 1rem 2.9rem;

  border-radius: 15px;
  border: 1px solid rgba(62, 166, 161, 0.18);
  background: linear-gradient(180deg, #ffffff 0%, #fbfdfd 100%);
  box-shadow: 0 8px 22px rgba(15, 23, 42, 0.045);

  color: #4b5f70;
  font-size: 1rem;
  line-height: 1.4;
  font-weight: 500;
}

.recruiter-industry-grid li::before {
  content: "•";
  position: absolute;
  left: 1rem;
  top: 0.95rem;

  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;

  border-radius: 8px;
  background: rgba(62, 166, 161, 0.13);
  color: var(--brand-dark);
  font-weight: 900;
}

@media (max-width: 900px) {
  .recruiter-industry-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .recruiter-industry-grid {
    grid-template-columns: 1fr;
  }
}

/* Recruiter-Seite: Wie ich arbeite */
.recruiter-work-section {
  margin-top: 2.6rem;
  margin-bottom: 2.6rem;
}

.recruiter-work-section .section-title {
  margin-bottom: 1rem;
  font-size: clamp(1.35rem, 2.4vw, 1.7rem);
  line-height: 1.25;
  color: #111827;
}

.recruiter-work-intro {
  margin-bottom: 1.25rem;
  padding: 1.25rem 1.35rem;
  border-radius: 16px;
  border: 1px solid rgba(62, 166, 161, 0.16);
  background: linear-gradient(180deg, #ffffff 0%, #fbfdfd 100%);
  box-shadow: 0 8px 22px rgba(15, 23, 42, 0.045);
}

.recruiter-work-intro p {
  margin: 0 0 0.75rem;
  color: #4b5f70;
  font-size: 1.04rem;
  line-height: 1.65;
}

.recruiter-work-intro p:last-child {
  margin-bottom: 0;
}

.recruiter-work-kicker {
  margin: 0 0 0.9rem;
  font-size: 0.85rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--brand-dark);
}

.recruiter-work-grid {
  list-style: none;
  margin: 0;
  padding: 0;

  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.9rem;
}

.recruiter-work-grid li {
  position: relative;
  margin: 0;
  padding: 1rem 1rem 1rem 3rem;

  border-radius: 15px;
  border: 1px solid rgba(62, 166, 161, 0.18);
  background: linear-gradient(180deg, #ffffff 0%, #f8fbfc 100%);
  box-shadow: 0 8px 22px rgba(15, 23, 42, 0.045);

  color: #4b5f70;
  font-size: 1rem;
  line-height: 1.45;
}

.recruiter-work-grid li::before {
  position: absolute;
  left: 1rem;
  top: 1rem;

  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;

  border-radius: 8px;
  background: rgba(62, 166, 161, 0.14);
  color: var(--brand-dark);
  font-weight: 900;
  font-size: 0.78rem;
}

.recruiter-work-grid li:nth-child(1)::before {
  content: "01";
}

.recruiter-work-grid li:nth-child(2)::before {
  content: "02";
}

.recruiter-work-grid li:nth-child(3)::before {
  content: "03";
}

.recruiter-work-grid li:nth-child(4)::before {
  content: "04";
}

@media (max-width: 1000px) {
  .recruiter-work-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .recruiter-work-grid {
    grid-template-columns: 1fr;
  }
}

/* Recruiter-Seite: Einsatzmodell */
.recruiter-engagement-section {
  margin-top: 2.6rem;
  margin-bottom: 2.6rem;
}

.recruiter-engagement-section .section-title {
  margin-bottom: 1.2rem;
  font-size: clamp(1.35rem, 2.4vw, 1.7rem);
  line-height: 1.25;
  color: #111827;
}

.recruiter-engagement-grid {
  list-style: none;
  margin: 0;
  padding: 0;

  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.9rem;
}

.recruiter-engagement-grid li {
  position: relative;
  margin: 0;
  padding: 3.2rem 1rem 1rem;

  border-radius: 16px;
  border: 1px solid rgba(62, 166, 161, 0.18);
  background:
    radial-gradient(circle at top right, rgba(62, 166, 161, 0.10), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, #f8fbfc 100%);
  box-shadow: 0 8px 22px rgba(15, 23, 42, 0.045);

  color: #4b5f70;
  font-size: 1rem;
  line-height: 1.45;
  font-weight: 600;
}

.recruiter-engagement-grid li::before {
  position: absolute;
  left: 1rem;
  top: 1rem;

  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;

  border-radius: 12px;
  background: rgba(247, 148, 30, 0.14);
  color: #c85a00;
  font-weight: 850;
  font-size: 0.9rem;
}

.recruiter-engagement-grid li:nth-child(1)::before {
  content: "01";
}

.recruiter-engagement-grid li:nth-child(2)::before {
  content: "02";
}

.recruiter-engagement-grid li:nth-child(3)::before {
  content: "03";
}

.recruiter-engagement-grid li:nth-child(4)::before {
  content: "04";
}

.recruiter-engagement-grid li:hover {
  border-color: rgba(62, 166, 161, 0.32);
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.075);
  transform: translateY(-2px);
}

@media (max-width: 1000px) {
  .recruiter-engagement-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .recruiter-engagement-grid {
    grid-template-columns: 1fr;
  }
}

/* Recruiter-Seite: Unterlagen */
.recruiter-doc-section {
  margin-top: 2.6rem;
  margin-bottom: 2.6rem;
}

.recruiter-doc-section .section-title {
  margin-bottom: 1.2rem;
  font-size: clamp(1.35rem, 2.4vw, 1.7rem);
  line-height: 1.25;
  color: #111827;
}

.recruiter-doc-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;

  padding: 1.4rem 1.5rem;
  border-radius: 18px;
  border: 1px solid rgba(247, 148, 30, 0.24);
  background:
    radial-gradient(circle at top right, rgba(247, 148, 30, 0.12), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, #fffaf4 100%);
  box-shadow: 0 10px 26px rgba(15, 23, 42, 0.055);
}

.recruiter-doc-main {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  min-width: 0;
}

.recruiter-doc-icon {
  flex: 0 0 auto;
  width: 54px;
  height: 54px;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  border-radius: 16px;
  background: rgba(247, 148, 30, 0.16);
  color: #c85a00;
  font-weight: 900;
  font-size: 0.9rem;
}

.recruiter-doc-content h3 {
  margin: 0 0 0.55rem;
  font-size: 1.15rem;
  line-height: 1.3;
  color: #123f46;
}

.recruiter-doc-content ul {
  margin: 0;
  padding-left: 1.1rem;
}

.recruiter-doc-content li {
  margin-bottom: 0.25rem;
  color: #4b5f70;
  font-size: 1rem;
  line-height: 1.45;
}

.recruiter-doc-action {
  flex: 0 0 auto;
}

.recruiter-doc-action .btn.btn-primary {
  width: auto;
  min-width: 190px;
  margin-top: 0;
  justify-content: center;
  padding: 0.9rem 1.15rem;
  border-radius: 13px;
  font-weight: 750;
  text-decoration: none;
}

@media (max-width: 760px) {
  .recruiter-doc-card {
    flex-direction: column;
    align-items: flex-start;
  }

  .recruiter-doc-action,
  .recruiter-doc-action .btn.btn-primary {
    width: 100%;
  }
}

/* Recruiter-Seite: Geeignet für Projekte */
.recruiter-suited-section {
  margin-top: 2.8rem;
  margin-bottom: 3rem;
}

.recruiter-suited-card {
  padding: 1.6rem;
  border-radius: 20px;
  border: 1px solid rgba(62, 166, 161, 0.22);
  background:
    radial-gradient(circle at top right, rgba(62, 166, 161, 0.12), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, #f8fbfc 100%);
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.065);
}

.recruiter-suited-head {
  max-width: 760px;
  margin-bottom: 1.25rem;
}

.recruiter-suited-kicker {
  display: inline-flex;
  margin: 0 0 0.55rem;
  padding: 0.3rem 0.65rem;
  border-radius: 999px;
  background: rgba(62, 166, 161, 0.12);
  color: var(--brand-dark);
  font-size: 0.8rem;
  font-weight: 850;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.recruiter-suited-head h2 {
  margin: 0;
  font-size: clamp(1.45rem, 2.6vw, 1.85rem);
  line-height: 1.25;
  color: #111827;
}

.recruiter-suited-grid {
  list-style: none;
  margin: 0;
  padding: 0;

  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
}

.recruiter-suited-grid li {
  position: relative;
  margin: 0;
  padding: 0.95rem 1rem 0.95rem 2.8rem;

  border-radius: 14px;
  border: 1px solid rgba(62, 166, 161, 0.16);
  background: #ffffff;
  box-shadow: 0 7px 18px rgba(15, 23, 42, 0.04);

  color: #4b5f70;
  font-size: 1rem;
  line-height: 1.5;
}

.recruiter-suited-grid li::before {
  content: "✓";
  position: absolute;
  left: 1rem;
  top: 0.95rem;

  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;

  border-radius: 8px;
  background: rgba(62, 166, 161, 0.14);
  color: var(--brand-dark);
  font-weight: 900;
  font-size: 0.85rem;
}

.recruiter-suited-grid li:hover {
  border-color: rgba(62, 166, 161, 0.32);
  box-shadow: 0 11px 26px rgba(15, 23, 42, 0.075);
  transform: translateY(-2px);
}

@media (max-width: 760px) {
  .recruiter-suited-card {
    padding: 1.25rem;
  }

  .recruiter-suited-grid {
    grid-template-columns: 1fr;
  }
}

/* Recruiter-Seite: Abschluss-CTA */
.recruiter-final-cta-section {
  padding-top: 3rem;
  padding-bottom: 4.5rem;
}

.recruiter-final-cta {
  margin-top: 0;
}
