/* Extracted from hr-software-vergleich.php (was inline <style>). Auto-generated, edit here not in PHP. */

/* ===== HR SOFTWARE VERGLEICH (hsv-) ===== */
.hsv-hero {
    background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);
    padding: 80px 0 60px;
}
.hsv-hero-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}
.hsv-breadcrumb { margin-bottom: 1.25rem; }
.hsv-breadcrumb-inner {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.85rem;
    color: var(--subtle);
}
.hsv-breadcrumb-inner a { color: var(--subtle); }
.hsv-breadcrumb-inner a:hover { color: var(--primary); }
.hsv-eyebrow {
    display: inline-block;
    background: #dbeafe;
    color: #1d4ed8;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding: 0.25rem 0.8rem;
    border-radius: 50px;
    margin-bottom: 1.25rem;
}
.hsv-hero h1 {
    font-size: clamp(1.9rem, 4vw, 2.9rem);
    font-weight: 800;
    color: var(--dark);
    line-height: 1.15;
    margin-bottom: 1.25rem;
}
.hsv-hero-sub {
    font-size: 1.05rem;
    color: var(--body);
    line-height: 1.8;
    margin-bottom: 2rem;
}
.hsv-hero-btns { display: flex; gap: 1rem; flex-wrap: wrap; }
.hsv-notice {
    background: white;
    border: 1px solid #bfdbfe;
    border-left: 4px solid #2563eb;
    border-radius: 10px;
    padding: 1.25rem 1.5rem;
    font-size: 0.9rem;
    color: var(--body);
    line-height: 1.6;
    margin-top: 2rem;
}
.hsv-notice strong { color: #1d4ed8; }

/* Logo grid in hero */
.hsv-logos {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}
.hsv-logo-card {
    background: white;
    border: 1px solid var(--border);
    border-radius: 14px;
    padding: 1.5rem;
    text-align: center;
    box-shadow: 0 4px 16px rgba(0,0,0,0.05);
}
.hsv-logo-name {
    font-size: 1.2rem;
    font-weight: 800;
    color: var(--text);
    margin-bottom: 0.25rem;
}
.hsv-logo-tag {
    font-size: 0.78rem;
    color: var(--subtle);
}
.hsv-logo-rec {
    display: inline-block;
    background: #f0fdfa;
    color: var(--primary-dark);
    font-size: 0.72rem;
    font-weight: 700;
    padding: 0.15rem 0.6rem;
    border-radius: 50px;
    margin-top: 0.5rem;
}

/* Comparison table */
.hsv-table-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    border-radius: 14px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.07);
}
.hsv-table {
    width: 100%;
    min-width: 680px;
    border-collapse: collapse;
    background: white;
}
.hsv-table th {
    padding: 1rem 1.25rem;
    font-size: 0.85rem;
    font-weight: 700;
    border-bottom: 2px solid var(--border);
    text-align: left;
}
.hsv-table th:first-child { background: #f8fafc; }
.hsv-table th.hsv-th-personio { background: #f0fdfa; color: var(--primary-dark); }
.hsv-table th.hsv-th-factorial { background: #fff7ed; color: #c2410c; }
.hsv-table th.hsv-th-heaven   { background: #faf5ff; color: #6d28d9; }
.hsv-table th.hsv-th-sage     { background: #f0f9ff; color: #1d4ed8; }
.hsv-table td {
    padding: 0.875rem 1.25rem;
    font-size: 0.88rem;
    color: var(--body);
    border-bottom: 1px solid var(--border);
    vertical-align: top;
    line-height: 1.5;
}
.hsv-table tr:last-child td { border-bottom: none; }
.hsv-table td:first-child { font-weight: 600; color: var(--text); background: #f8fafc; white-space: nowrap; }
.hsv-stars { color: #f59e0b; letter-spacing: 0.05em; }
.hsv-rec-badge {
    display: inline-block;
    background: #d1fae5;
    color: #065f46;
    font-size: 0.72rem;
    font-weight: 700;
    padding: 0.15rem 0.6rem;
    border-radius: 50px;
}

/* Detail cards */
.hsv-detail-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
}
.hsv-detail-card {
    background: white;
    border: 1px solid var(--border);
    border-radius: 16px;
    padding: 2rem;
}
.hsv-detail-card-header {
    display: flex;
    align-items: center;
    gap: 0.875rem;
    margin-bottom: 1.25rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid var(--border);
}
.hsv-detail-dot {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 0.82rem;
    color: white;
}
.hsv-detail-dot--personio { background: var(--primary); }
.hsv-detail-dot--factorial { background: #ea580c; }
.hsv-detail-dot--heaven    { background: #7c3aed; }
.hsv-detail-card h3 {
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--text);
    margin: 0;
}
.hsv-detail-price {
    font-size: 0.82rem;
    color: var(--subtle);
    margin-top: 0.1rem;
}
.hsv-pros-cons { display: grid; grid-template-columns: 1fr 1fr; gap: 0.75rem; }
.hsv-pros h4, .hsv-cons h4 {
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin-bottom: 0.6rem;
}
.hsv-pros h4 { color: #059669; }
.hsv-cons h4 { color: #dc2626; }
.hsv-pros li, .hsv-cons li {
    font-size: 0.84rem;
    color: var(--body);
    padding: 0.25rem 0;
    padding-left: 1.1rem;
    position: relative;
    line-height: 1.4;
}
.hsv-pros li::before { content: '✓'; position: absolute; left: 0; color: #059669; font-weight: 700; }
.hsv-cons li::before { content: '✗'; position: absolute; left: 0; color: #dc2626; font-weight: 700; }
.hsv-detail-summary {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid var(--border);
    font-size: 0.88rem;
    color: var(--body);
    line-height: 1.6;
}

/* Decision tree */
.hsv-tree {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    position: relative;
}
.hsv-tree::before {
    content: '';
    position: absolute;
    top: 28px;
    left: 12%;
    right: 12%;
    height: 2px;
    background: linear-gradient(90deg, var(--primary-light), var(--primary));
}
.hsv-tree-node {
    text-align: center;
    position: relative;
    z-index: 1;
}
.hsv-tree-badge {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--primary), var(--primary-dark));
    color: white;
    font-size: 0.78rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
    box-shadow: 0 4px 12px rgba(13,148,136,0.3);
    text-align: center;
    line-height: 1.3;
    padding: 0 6px;
}
.hsv-tree-node h3 {
    font-size: 0.95rem;
    font-weight: 700;
    color: var(--text);
    margin-bottom: 0.4rem;
}
.hsv-tree-node p {
    font-size: 0.85rem;
    color: var(--subtle);
    line-height: 1.5;
}
.hsv-tree-node strong {
    color: var(--primary);
    font-weight: 700;
}

/* Intro section */
.hsv-intro-section {
    background: white;
    border: 1px solid var(--border);
    border-radius: 16px;
    padding: 2.5rem;
    max-width: 800px;
    margin: 0 auto;
}
.hsv-intro-section h3 {
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--text);
    margin-bottom: 1rem;
}
.hsv-intro-section p {
    color: var(--body);
    line-height: 1.8;
    margin-bottom: 1rem;
}
.hsv-intro-section p:last-child { margin-bottom: 0; }

/* CTA Band */
.hsv-cta-band {
    background: linear-gradient(135deg, #0f172a, #0d4a3a);
    padding: 70px 0;
    text-align: center;
}
.hsv-cta-band h2 {
    font-size: clamp(1.6rem, 3vw, 2.2rem);
    font-weight: 800;
    color: white;
    margin-bottom: 0.75rem;
}
.hsv-cta-band p {
    color: #94a3b8;
    font-size: 1.05rem;
    margin-bottom: 2rem;
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
}
.hsv-cta-btns { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }

@media (max-width: 900px) {
    .hsv-hero-container { grid-template-columns: 1fr; gap: 2.5rem; }
    .hsv-detail-grid { grid-template-columns: 1fr; }
    .hsv-tree { grid-template-columns: 1fr; }
    .hsv-tree::before { display: none; }
}
@media (max-width: 640px) {
    .hsv-logos { grid-template-columns: 1fr 1fr; }
    .hsv-pros-cons { grid-template-columns: 1fr; }
}
