/* ===== Externe-HR-Abteilung, Prefix: eha- =====
   Am 2026-09-05 aus style.css herausgeloest, mit postcss. Der Block lag
   dort und wurde auf allen Seiten mitgeladen, obwohl ihn genau eine
   braucht. Reine Verlagerung: die berechneten Stile der Seite sind vorher
   und nachher identisch.
   ================================================================== */


.eha-process-num {
    font-family: var(--font-display);
}
.eha-compare {
    width: 100%;
    border-collapse: collapse;
    border-radius: 3px;
    overflow: hidden;
}
.eha-compare th,
.eha-compare td {
    padding: 1rem 1.25rem;
    text-align: left;
    border-bottom: 1px solid var(--border);
    font-size: 0.93rem;
}
.eha-compare thead th {
    background: var(--text);
    color: var(--white);
    font-weight: 700;
    font-size: 0.88rem;
}
.eha-compare thead th:first-child { background: var(--text); }
.eha-compare thead th.eha-col-highlight { background: var(--primary); }
.eha-compare tbody tr:last-child td { border-bottom: none; }
.eha-compare tbody tr:nth-child(even) td { background: var(--bg-light); }
.eha-compare .eha-check { color: var(--primary); font-weight: 700; font-size: 1.1rem; }
.eha-compare .eha-cross { color: #b91c1c; font-weight: 700; font-size: 1.1rem; }
.eha-compare .eha-neutral { color: #92400e; font-weight: 700; font-size: 1.1rem; }
.eha-compare td.eha-col-highlight {
    background: var(--bg-teal) !important;
    font-weight: 600;
    color: var(--primary-dark);
}
.eha-compare .eha-row-label { font-weight: 600; color: var(--text); }
.eha-services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
}
.eha-service-card {
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: 3px;
    padding: 1.75rem;
    transition: border-color 0.2s;
}
.eha-service-card:hover { border-color: var(--primary);
}
.eha-service-icon {
    width: 48px;
    height: 48px;
    border-radius: 3px;
    background: var(--bg-teal);
    color: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.1rem;
}
.eha-service-icon svg { width: 24px; height: 24px; }
.eha-service-card h3 {
    font-size: 1rem;
    font-weight: 700;
    color: var(--text);
    margin-bottom: 0.5rem;
    line-height: 1.35;
}
.eha-service-card p {
    font-size: 0.87rem;
    color: var(--body);
    line-height: 1.6;
    margin: 0;
}
.eha-when-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2.5rem;
    align-items: start;
}
.eha-when-col h3 {
    font-size: 1.15rem;
    font-weight: 700;
    color: var(--text);
    margin-bottom: 1.25rem;
    padding-bottom: 0.75rem;
    border-bottom: 2px solid var(--primary);
    display: inline-block;
}
.eha-when-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.eha-when-list li {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    padding: 0.75rem 0;
    border-bottom: 1px solid var(--border);
    font-size: 0.93rem;
    color: var(--body);
    line-height: 1.6;
}
.eha-when-list li:last-child { border-bottom: none; }
.eha-when-icon {
    flex-shrink: 0;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 1px;
}
.eha-when-icon--yes { background: var(--bg-teal); color: var(--primary); }
.eha-when-icon--no { background: #fef2f2; color: #b91c1c; }
.eha-when-icon svg { width: 12px; height: 12px; }
.eha-when-note {
    font-size: 0.87rem;
    color: var(--subtle);
    margin-top: 1rem;
    font-style: italic;
}
.eha-hero-visual {
    display: flex;
    align-items: flex-start;
    justify-content: center;
}
.eha-org-chart {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 3px;
    padding: 2rem;
    width: 100%;
    max-width: 380px;
}
.eha-org-title {
    font-size: 0.78rem;
    font-weight: 600;
    color: var(--white);
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: 1.5rem;
    text-align: center;
}
.eha-org-level {
    display: flex;
    justify-content: center;
    gap: 0.75rem;
    margin-bottom: 1rem;
}
.eha-org-level--sm { gap: 0.5rem; }
.eha-org-box {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 3px;
    padding: 0.75rem 1rem;
    text-align: center;
    min-width: 90px;
}
.eha-org-box.eha-org-highlight {
    background: rgba(11, 110, 100,0.25);
    border-color: var(--primary);
}
.eha-org-role { font-size: 0.72rem; color: var(--white); margin-bottom: 0.25rem; }
.eha-org-name { font-size: 0.85rem; font-weight: 700; color: var(--white); }
.eha-org-name.eha-teal { color: var(--primary-glow); }
.eha-org-connector { display: flex; justify-content: center; margin: 0.1rem 0; }
.eha-org-connector svg { color: rgba(255,255,255,0.70); }
.eha-cost-box {
    background: rgba(11, 110, 100,0.15);
    border: 1px solid rgba(11, 110, 100,0.3);
    border-radius: 3px;
    padding: 1rem;
    margin-top: 1.25rem;
    text-align: center;
}
.eha-cost-label { font-size: 0.75rem; color: var(--white); margin-bottom: 0.4rem; }
.eha-cost-val { font-size: 1.05rem; font-weight: 700; color: var(--primary-glow); }
.eha-process {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    position: relative;
}
.eha-process::before {
    content: '';
    position: absolute;
    top: 27px;
    left: 12.5%;
    right: 12.5%;
    height: 2px;
    background: var(--primary-light);
}
.eha-process-step { text-align: center; padding: 0 1rem; position: relative; }
.eha-process-num {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: var(--primary-dark);
    color: var(--white);
    font-size: 1.15rem;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.25rem;
    position: relative;
    z-index: 1;
}
.eha-process-step h3 {
    font-size: 0.97rem;
    font-weight: 700;
    color: var(--text);
    margin-bottom: 0.6rem;
}
.eha-process-step p { font-size: 0.84rem; color: var(--body); line-height: 1.6; }
@media (max-width: 1024px) {
    .eha-services-grid { grid-template-columns: repeat(2, 1fr); }
    .eha-process { grid-template-columns: repeat(2, 1fr); gap: 2rem; }
    .eha-process::before { display: none; }
}
@media (max-width: 768px) {
    .eha-services-grid { grid-template-columns: 1fr; }
    .eha-when-grid { grid-template-columns: 1fr; }
    .eha-process { grid-template-columns: 1fr; }
    .eha-compare { font-size: 0.82rem; }
    .eha-compare th, .eha-compare td { padding: 0.75rem; }
    .eha-hero-visual { display: none; }
}
