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

/* ===== HR-STARTPAKET (hsp-) ===== */

/* Hero */
.hsp-hero {
    padding: 60px 0 50px;
    background: linear-gradient(135deg, var(--bg-teal) 0%, #e0f7f4 100%);
}
.hsp-hero-inner {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 24px;
    text-align: center;
}
.hsp-eyebrow {
    display: inline-block;
    background: rgba(13,148,136,0.12);
    border: 1px solid rgba(13,148,136,0.3);
    color: var(--primary-dark);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding: 0.3rem 0.9rem;
    border-radius: 50px;
    margin-bottom: 1.25rem;
}
.hsp-hero h1 {
    font-size: clamp(1.85rem, 4.5vw, 2.9rem);
    font-weight: 800;
    color: var(--text);
    line-height: 1.2;
    margin-bottom: 1rem;
}
.hsp-hero h1 .hsp-highlight { color: var(--primary); }
.hsp-hero-sub {
    font-size: 1.1rem;
    color: var(--body);
    line-height: 1.8;
    margin-bottom: 2rem;
}
.hsp-no-download-note {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 50px;
    padding: 0.5rem 1.25rem;
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--text);
}
.hsp-no-download-note svg { color: var(--primary); }

/* Preview cards */
.hsp-preview-section {
    padding: 60px 0 40px;
    background: #fff;
}
.hsp-preview-section .container { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.hsp-section-header { text-align: center; margin-bottom: 2.5rem; }
.hsp-section-title {
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 800;
    color: var(--text);
    margin-bottom: 0.5rem;
}
.hsp-section-sub { color: var(--subtle); font-size: 1rem; }
.hsp-preview-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
}
.hsp-preview-card {
    background: var(--bg-light);
    border: 1px solid var(--border);
    border-radius: 16px;
    padding: 1.75rem;
    position: relative;
}
.hsp-preview-card-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: rgba(13,148,136,0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
    color: var(--primary);
}
.hsp-preview-card h3 {
    font-size: 1rem;
    font-weight: 700;
    color: var(--text);
    margin-bottom: 0.5rem;
}
.hsp-preview-card p {
    font-size: 0.88rem;
    color: var(--body);
    line-height: 1.65;
}
.hsp-preview-badge {
    display: inline-block;
    margin-top: 1rem;
    padding: 0.2rem 0.75rem;
    background: rgba(13,148,136,0.1);
    color: var(--primary-dark);
    border-radius: 50px;
    font-size: 0.75rem;
    font-weight: 700;
}

/* Print button bar */
.hsp-print-bar {
    background: var(--text);
    padding: 1rem 0;
    text-align: center;
    position: sticky;
    top: 0;
    z-index: 50;
}
.hsp-print-btn {
    background: var(--primary);
    color: #fff;
    border: none;
    padding: 0.75rem 2rem;
    border-radius: 50px;
    font-size: 0.95rem;
    font-weight: 700;
    cursor: pointer;
    transition: filter 0.18s, transform 0.15s;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}
.hsp-print-btn:hover { filter: brightness(0.88); transform: translateY(-1px); }
.hsp-print-bar-note {
    color: rgba(255,255,255,0.55);
    font-size: 0.78rem;
    margin-top: 0.375rem;
}

/* Templates section */
.hsp-templates-section {
    padding: 60px 0 80px;
    background: var(--bg-light);
}
.hsp-templates-section .container { max-width: 900px; margin: 0 auto; padding: 0 24px; }

.hsp-template {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 20px;
    padding: 2.5rem;
    margin-bottom: 2.5rem;
}
.hsp-template-header {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 2rem;
    padding-bottom: 1.25rem;
    border-bottom: 2px solid var(--primary);
}
.hsp-template-icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: rgba(13,148,136,0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: var(--primary);
}
.hsp-template-header h2 {
    font-size: 1.25rem;
    font-weight: 800;
    color: var(--text);
    margin-bottom: 0.15rem;
}
.hsp-template-header p {
    font-size: 0.82rem;
    color: var(--subtle);
}

/* Checklist phases */
.hsp-phase {
    margin-bottom: 2rem;
}
.hsp-phase:last-child { margin-bottom: 0; }
.hsp-phase-title {
    font-size: 0.75rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--primary);
    background: rgba(13,148,136,0.08);
    border-radius: 6px;
    padding: 0.35rem 0.875rem;
    display: inline-block;
    margin-bottom: 1rem;
}
.hsp-checklist {
    list-style: none;
    padding: 0;
    display: grid;
    gap: 0;
}
.hsp-check-item {
    display: flex;
    align-items: flex-start;
    gap: 0.875rem;
    padding: 0.75rem 0;
    border-bottom: 1px solid var(--border);
}
.hsp-check-item:last-child { border-bottom: none; }
.hsp-checkbox {
    width: 20px;
    height: 20px;
    border: 2px solid var(--border);
    border-radius: 5px;
    flex-shrink: 0;
    margin-top: 0.125rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.hsp-check-text {
    flex: 1;
}
.hsp-check-text strong {
    display: block;
    font-size: 0.92rem;
    font-weight: 700;
    color: var(--text);
    margin-bottom: 0.125rem;
}
.hsp-check-text span {
    font-size: 0.82rem;
    color: var(--subtle);
    line-height: 1.5;
}
.hsp-check-who {
    font-size: 0.72rem;
    font-weight: 700;
    background: var(--bg-light);
    border: 1px solid var(--border);
    border-radius: 50px;
    padding: 0.15rem 0.6rem;
    color: var(--subtle);
    white-space: nowrap;
    margin-top: 0.25rem;
    align-self: flex-start;
    flex-shrink: 0;
}

/* KPI Table */
.hsp-kpi-table-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.hsp-kpi-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.875rem;
}
.hsp-kpi-table th {
    background: var(--bg-light);
    color: var(--text);
    font-weight: 700;
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    padding: 0.75rem 1rem;
    text-align: left;
    border-bottom: 2px solid var(--border);
    white-space: nowrap;
}
.hsp-kpi-table td {
    padding: 0.75rem 1rem;
    border-bottom: 1px solid var(--border);
    color: var(--body);
    vertical-align: top;
}
.hsp-kpi-table tr:last-child td { border-bottom: none; }
.hsp-kpi-table tr:nth-child(even) td { background: var(--bg-light); }
.hsp-kpi-name {
    font-weight: 700;
    color: var(--text);
    display: block;
}
.hsp-kpi-formula {
    font-family: monospace;
    font-size: 0.78rem;
    background: #f1f5f9;
    padding: 0.15rem 0.4rem;
    border-radius: 4px;
    display: inline-block;
    margin-top: 0.25rem;
    color: var(--primary-dark);
}
.hsp-kpi-target {
    font-weight: 700;
    color: var(--primary);
}

/* CTA after templates */
.hsp-outro {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 16px;
    padding: 2rem;
    text-align: center;
    margin-top: 2.5rem;
}
.hsp-outro p {
    font-size: 1rem;
    color: var(--body);
    line-height: 1.75;
    margin-bottom: 1.5rem;
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
}
.hsp-outro-btns { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }

/* CTA band */
.hsp-cta-section {
    background: linear-gradient(135deg, #0f172a, #0d4a3a);
    padding: 60px 0;
    text-align: center;
}
.hsp-cta-inner { max-width: 620px; margin: 0 auto; padding: 0 24px; }
.hsp-cta-section h2 { font-size: 2rem; font-weight: 800; color: #fff; margin-bottom: 1rem; }
.hsp-cta-section p { color: #94a3b8; font-size: 1.05rem; line-height: 1.75; margin-bottom: 2rem; }
.hsp-cta-btns { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }

/* Breadcrumb */
.hsp-breadcrumb {
    font-size: 0.8rem;
    color: var(--subtle);
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    gap: 0.4rem;
    justify-content: center;
}
.hsp-breadcrumb a { color: var(--subtle); text-decoration: none; }
.hsp-breadcrumb a:hover { color: var(--primary); }

/* Responsive */
@media (max-width: 768px) {
    .hsp-preview-grid { grid-template-columns: 1fr; }
    .hsp-template { padding: 1.5rem; }
    .hsp-check-who { display: none; }
}

/* ===== PRINT STYLES ===== */
@media print {
    .hsp-no-print { display: none !important; }
    .hsp-print-bar { display: none !important; }
    .hsp-hero { display: none !important; }
    .hsp-preview-section { display: none !important; }
    .hsp-cta-section { display: none !important; }
    .hsp-outro { display: none !important; }
    .hsp-templates-section {
        padding: 0;
        background: #fff;
    }
    .hsp-templates-section .container { max-width: 100%; padding: 0; }
    .hsp-template {
        border: none;
        border-radius: 0;
        padding: 0 0 40px;
        margin-bottom: 0;
        page-break-after: always;
    }
    .hsp-template:last-child { page-break-after: auto; }
    .hsp-checklist { page-break-inside: avoid; }
    .hsp-kpi-table { page-break-inside: avoid; }
    .hsp-phase { page-break-inside: avoid; }
    .hsp-check-who { display: inline-block !important; }
    body { font-size: 11pt; color: #000; }
    .hsp-kpi-table th { background: #eee !important; -webkit-print-color-adjust: exact; print-color-adjust: exact; }
    .hsp-kpi-table tr:nth-child(even) td { background: #f9f9f9 !important; -webkit-print-color-adjust: exact; print-color-adjust: exact; }
    .hsp-phase-title { background: #e0f5f3 !important; -webkit-print-color-adjust: exact; print-color-adjust: exact; }
}
