/* Extracted from recruiting.php. Edit here, not in PHP. */

/* === Recruiting, Prefix: rec- === */

/* Hero, Navy Gradient */
.rec-hero {
    background: linear-gradient(135deg, #1e3a5f 0%, #1e40af 100%);
    padding: 7rem 0 5rem;
    position: relative;
    overflow: hidden;
}
.rec-hero::before {
    content: '';
    position: absolute;
    bottom: -60px;
    left: -60px;
    width: 350px;
    height: 350px;
    background: rgba(16,185,129,0.08);
    border-radius: 50%;
    pointer-events: none;
}
.rec-hero-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}
.rec-hero-content {
}
.rec-hero-visual {
    display: flex;
    justify-content: center;
    align-items: center;
}
.rec-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: rgba(16,185,129,0.2);
    color: #34d399;
    padding: 0.4rem 1rem;
    border-radius: 50px;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
}
.rec-hero h1 {
    font-size: clamp(2rem, 4.5vw, 3rem);
    font-weight: 800;
    color: #fff;
    line-height: 1.2;
    margin-bottom: 1.25rem;
}
.rec-hero-sub {
    color: #93c5fd;
    font-size: 1.1rem;
    line-height: 1.7;
    margin-bottom: 2rem;
}
.rec-hero-checks {
    list-style: none;
    margin-bottom: 2.5rem;
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
}
.rec-hero-checks li {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    color: #e0f2fe;
    font-size: 0.95rem;
}
.rec-hero-checks li svg { flex-shrink: 0; color: #34d399; }
.rec-hero-btns { display: flex; gap: 1rem; flex-wrap: wrap; }

/* Partner-Hinweis */
.rec-partner-note {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: rgba(255,255,255,0.1);
    border: 1px solid rgba(255,255,255,0.2);
    color: #93c5fd;
    padding: 0.5rem 1rem;
    border-radius: 50px;
    font-size: 0.82rem;
    margin-top: 1.5rem;
}

/* Stats */
.rec-stats {
    background: #fff;
    border-bottom: 1px solid #e5e7eb;
    padding: 2.5rem 0;
}
.rec-stats-grid {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
    text-align: center;
}
.rec-stat strong { display: block; font-size: 2rem; font-weight: 800; color: #2563eb; }
.rec-stat span { font-size: 0.88rem; color: #6b7280; }

/* Sections */
.rec-section { padding: 5rem 0; }
.rec-section-alt { background: #f8fafc; }
.rec-container { max-width: 1200px; margin: 0 auto; padding: 0 2rem; }
.rec-section-title { font-size: 2rem; font-weight: 800; color: #1f2937; margin-bottom: 1rem; }
.rec-section-sub { color: #4b5563; font-size: 1.05rem; line-height: 1.7; max-width: 660px; margin: 0 auto; text-align: center; }

/* Was uns abhebt */
.rec-differenz-section {
    background: linear-gradient(135deg, #1e3a5f 0%, #1e40af 100%);
    padding: 4.5rem 0;
    color: #fff;
}
.rec-differenz-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    margin-top: 2.5rem;
}
.rec-differenz-card {
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 16px;
    padding: 1.75rem;
    transition: background 0.2s;
}
.rec-differenz-card:hover { background: rgba(255,255,255,0.13); }
.rec-differenz-icon {
    width: 48px; height: 48px;
    background: rgba(16,185,129,0.25);
    border-radius: 12px;
    display: flex; align-items: center; justify-content: center;
    color: #34d399;
    margin-bottom: 1rem;
}
.rec-differenz-card h3 { font-size: 1rem; font-weight: 700; color: #fff; margin-bottom: 0.5rem; }
.rec-differenz-card p { font-size: 0.88rem; color: #93c5fd; line-height: 1.6; }
.rec-differenz-vs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
    margin-top: 2.5rem;
    background: rgba(255,255,255,0.06);
    border-radius: 20px;
    padding: 2rem;
}
.rec-differenz-vs-col h4 { font-size: 0.95rem; font-weight: 700; margin-bottom: 1rem; }
.rec-differenz-vs-col--them h4 { color: #f87171; }
.rec-differenz-vs-col--us h4 { color: #34d399; }
.rec-differenz-vs-col ul { list-style: none; display: flex; flex-direction: column; gap: 0.5rem; }
.rec-differenz-vs-col li { font-size: 0.85rem; line-height: 1.5; display: flex; gap: 0.5rem; }
.rec-differenz-vs-col--them li { color: #fca5a5; }
.rec-differenz-vs-col--them li::before { content: '✗'; color: #ef4444; flex-shrink: 0; }
.rec-differenz-vs-col--us li { color: #a7f3d0; }
.rec-differenz-vs-col--us li::before { content: '✓'; color: #34d399; flex-shrink: 0; }

/* Fokus-Stellen */
.rec-stellen-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    margin-top: 2.5rem;
}
.rec-stelle-card {
    background: #fff;
    border: 2px solid #e5e7eb;
    border-radius: 14px;
    padding: 1.5rem 1.25rem;
    text-align: center;
    transition: border-color 0.2s, transform 0.2s;
    cursor: default;
}
.rec-stelle-card:hover {
    border-color: #2563eb;
    transform: translateY(-3px);
}
.rec-stelle-icon {
    width: 48px; height: 48px;
    margin: 0 auto 0.875rem;
    background: #eff6ff;
    border-radius: 12px;
    display: flex; align-items: center; justify-content: center;
    color: #2563eb;
}
.rec-stelle-card h3 { font-size: 0.95rem; font-weight: 700; color: #1f2937; margin-bottom: 0.3rem; }
.rec-stelle-card p { font-size: 0.8rem; color: #6b7280; }

/* Prozess-Timeline */
.rec-timeline {
    position: relative;
    margin-top: 3rem;
    padding-left: 2.5rem;
}
.rec-timeline::before {
    content: '';
    position: absolute;
    left: 20px;
    top: 0;
    bottom: 0;
    width: 2px;
    background: linear-gradient(180deg, #2563eb, #10b981);
}
.rec-timeline-item {
    position: relative;
    padding: 0 0 2.5rem 2.5rem;
}
.rec-timeline-item:last-child { padding-bottom: 0; }
.rec-timeline-dot {
    position: absolute;
    left: -2rem;
    top: 0;
    width: 40px;
    height: 40px;
    background: #fff;
    border: 3px solid #2563eb;
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-weight: 800;
    color: #2563eb;
    font-size: 0.9rem;
}
.rec-timeline-item:nth-child(even) .rec-timeline-dot { border-color: #10b981; color: #10b981; }
.rec-timeline-content {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    padding: 1.5rem;
}
.rec-timeline-content h3 { font-size: 1.05rem; font-weight: 700; color: #1f2937; margin-bottom: 0.5rem; }
.rec-timeline-content p { font-size: 0.9rem; color: #4b5563; line-height: 1.6; }
.rec-timeline-tag {
    display: inline-block;
    background: #dbeafe;
    color: #1d4ed8;
    font-size: 0.78rem;
    font-weight: 700;
    padding: 0.2rem 0.75rem;
    border-radius: 50px;
    margin-bottom: 0.75rem;
}
.rec-timeline-item:nth-child(even) .rec-timeline-tag { background: #d1fae5; color: #065f46; }

/* Vorteile vs. Eigenrecruiting */
.rec-vorteile-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 1.5rem;
    margin-top: 3rem;
}
.rec-vorteil-card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    padding: 1.75rem;
    transition: box-shadow 0.2s;
}
.rec-vorteil-card:hover { box-shadow: 0 4px 16px rgba(37,99,235,0.1); }
.rec-vorteil-icon {
    width: 48px; height: 48px;
    background: linear-gradient(135deg, #dbeafe, #eff6ff);
    border-radius: 12px;
    display: flex; align-items: center; justify-content: center;
    margin-bottom: 1rem;
    color: #2563eb;
}
.rec-vorteil-card h3 { font-size: 1rem; font-weight: 700; color: #1f2937; margin-bottom: 0.5rem; }
.rec-vorteil-card p { font-size: 0.88rem; color: #4b5563; line-height: 1.6; }

/* Kombi-Banner */
.rec-kombi-banner {
    background: linear-gradient(135deg, #f0fdf4, #d1fae5);
    border: 2px solid #a7f3d0;
    border-radius: 20px;
    padding: 2.5rem;
    margin-top: 3rem;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 2rem;
    align-items: center;
}
.rec-kombi-banner h3 { font-size: 1.25rem; font-weight: 800; color: #065f46; margin-bottom: 0.5rem; }
.rec-kombi-banner p { color: #047857; font-size: 0.95rem; line-height: 1.6; }
.rec-kombi-chips {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
    margin-top: 1rem;
}
.rec-kombi-chip {
    background: #fff;
    border: 1px solid #a7f3d0;
    color: #065f46;
    font-size: 0.82rem;
    font-weight: 600;
    padding: 0.3rem 0.75rem;
    border-radius: 50px;
}

/* FAQ */
.rec-faq-grid { display: flex; flex-direction: column; gap: 1rem; margin-top: 3rem; }
.rec-faq-item { background: #fff; border: 1px solid #e5e7eb; border-radius: 12px; overflow: hidden; }
.rec-faq-q {
    width: 100%; display: flex; align-items: center; justify-content: space-between;
    padding: 1.25rem 1.5rem; background: none; border: none; cursor: pointer;
    text-align: left; font-size: 0.95rem; font-weight: 700; color: #1f2937; gap: 1rem;
}
.rec-faq-q svg { flex-shrink: 0; transition: transform 0.3s; color: #2563eb; }
.rec-faq-q[aria-expanded="true"] svg { transform: rotate(180deg); }
.rec-faq-a { padding: 0 1.5rem 1.25rem; display: none; font-size: 0.92rem; color: #4b5563; line-height: 1.7; }
.rec-faq-a.open { display: block; }

/* CTA */
.rec-cta { background: linear-gradient(135deg, #1e3a5f, #2563eb); padding: 5rem 0; text-align: center; color: #fff; }
.rec-cta h2 { font-size: 2rem; font-weight: 800; margin-bottom: 1rem; }
.rec-cta p { color: #93c5fd; max-width: 560px; margin: 0 auto 2rem; line-height: 1.7; }

/* Maja-Profil */
.rec-maja-section {
    background: #f8fafc;
    padding: 3.5rem 0;
    border-bottom: 1px solid #e5e7eb;
}
.rec-maja-card {
    max-width: 860px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 2.5rem;
    align-items: center;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 20px;
    padding: 2.5rem;
    box-shadow: 0 4px 24px rgba(0,0,0,0.05);
}
.rec-maja-avatar {
    width: 96px;
    height: 96px;
    border-radius: 50%;
    flex-shrink: 0;
    overflow: hidden;
}
.rec-maja-avatar img {
    width: 96px;
    height: 96px;
    border-radius: 50%;
    object-fit: cover;
    display: block;
}
.rec-maja-avatar-fallback {
    width: 96px;
    height: 96px;
    border-radius: 50%;
    background: linear-gradient(135deg, #0d9488, #0f766e);
    color: #fff;
    display: none;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 1.35rem;
    letter-spacing: 0.02em;
}
.rec-maja-label {
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #2563eb;
    margin-bottom: 0.4rem;
}
.rec-maja-name {
    font-size: 1.35rem;
    font-weight: 800;
    color: #1f2937;
    margin-bottom: 0.2rem;
}
.rec-maja-role {
    font-size: 0.9rem;
    color: #6b7280;
    margin-bottom: 1rem;
}
.rec-maja-bio {
    font-size: 0.92rem;
    color: #4b5563;
    line-height: 1.75;
    margin-bottom: 1rem;
}
.rec-maja-chips {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
}
.rec-maja-chip {
    background: #eff6ff;
    color: #1d4ed8;
    font-size: 0.8rem;
    font-weight: 600;
    padding: 0.3rem 0.85rem;
    border-radius: 50px;
    border: 1px solid #dbeafe;
}

/* Responsive */
@media (max-width: 768px) {
    .rec-maja-card { grid-template-columns: 1fr; text-align: center; }
    .rec-maja-avatar { margin: 0 auto; }
    .rec-maja-chips { justify-content: center; }
    .rec-hero { padding: 5rem 0 3.5rem; }
    .rec-hero-container { grid-template-columns: 1fr; gap: 2.5rem; }
    .rec-hero-content { text-align: center; }
    .rec-hero-visual svg { width: 100%; height: auto; }
    .rec-stats-grid { grid-template-columns: repeat(2, 1fr); }
    .rec-stellen-grid { grid-template-columns: repeat(2, 1fr) !important; }
    .rec-vorteile-grid { grid-template-columns: 1fr; }
    .rec-timeline { padding-left: 1.5rem; }
    .rec-kombi-banner { grid-template-columns: 1fr; }
    .rec-differenz-grid { grid-template-columns: 1fr; }
    .rec-differenz-vs { grid-template-columns: 1fr; }
}
