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

/* ===== PERSONIO-CHECKLISTE (pck-) ===== */

/* Hero */
.pck-hero {
    padding: 60px 0 50px;
    background: linear-gradient(135deg, #0f172a 0%, #0d4a3a 100%);
    position: relative;
    overflow: hidden;
}
.pck-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 55% 55% at 75% 50%, rgba(13,148,136,0.2) 0%, transparent 70%);
    pointer-events: none;
}
.pck-hero-inner {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 24px;
    position: relative;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 3rem;
    align-items: center;
}
.pck-hero-content {}
.pck-eyebrow {
    display: inline-block;
    background: rgba(13,148,136,0.25);
    border: 1px solid rgba(13,148,136,0.5);
    color: #5eead4;
    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;
}
.pck-hero h1 {
    font-size: clamp(1.85rem, 4vw, 2.85rem);
    font-weight: 800;
    color: #fff;
    line-height: 1.2;
    margin-bottom: 1rem;
}
.pck-hero h1 .pck-highlight {
    background: linear-gradient(135deg, #5eead4, #0d9488);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.pck-hero-sub {
    font-size: 1.05rem;
    color: #94a3b8;
    line-height: 1.8;
    margin-bottom: 2rem;
}
.pck-hero-chips {
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;
}
.pck-hero-chip {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    background: rgba(255,255,255,0.07);
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 50px;
    padding: 0.35rem 0.875rem;
    font-size: 0.8rem;
    font-weight: 600;
    color: #94a3b8;
}
.pck-hero-chip svg { color: #5eead4; flex-shrink: 0; }

/* Hero visual: steps preview */
.pck-hero-card {
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 20px;
    padding: 1.5rem;
    width: 220px;
    flex-shrink: 0;
}
.pck-hero-card-title {
    font-size: 0.65rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #5eead4;
    margin-bottom: 1rem;
}
.pck-hero-step-row {
    display: flex;
    align-items: center;
    gap: 0.625rem;
    padding: 0.5rem 0;
    border-bottom: 1px solid rgba(255,255,255,0.07);
}
.pck-hero-step-row:last-child { border-bottom: none; }
.pck-hero-step-num {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: rgba(13,148,136,0.3);
    color: #5eead4;
    font-size: 0.7rem;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.pck-hero-step-label {
    font-size: 0.78rem;
    color: #94a3b8;
}

/* Breadcrumb */
.pck-breadcrumb {
    font-size: 0.8rem;
    color: rgba(255,255,255,0.4);
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    gap: 0.4rem;
}
.pck-breadcrumb a { color: rgba(255,255,255,0.4); text-decoration: none; }
.pck-breadcrumb a:hover { color: #5eead4; }

/* Intro section */
.pck-intro-section {
    padding: 50px 0 40px;
    background: #fff;
}
.pck-intro-section .container { max-width: 900px; margin: 0 auto; padding: 0 24px; }
.pck-intro-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    align-items: start;
}
.pck-intro-text h2 {
    font-size: 1.5rem;
    font-weight: 800;
    color: var(--text);
    margin-bottom: 0.75rem;
}
.pck-intro-text p {
    color: var(--body);
    line-height: 1.75;
    margin-bottom: 1rem;
}
.pck-time-box {
    background: var(--bg-teal);
    border: 1px solid rgba(13,148,136,0.2);
    border-radius: 16px;
    padding: 1.5rem;
}
.pck-time-box-title {
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--primary);
    margin-bottom: 1rem;
}
.pck-time-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.625rem 0;
    border-bottom: 1px solid rgba(13,148,136,0.15);
    font-size: 0.875rem;
}
.pck-time-row:last-child { border-bottom: none; }
.pck-time-phase { color: var(--body); font-weight: 500; }
.pck-time-dur { font-weight: 700; color: var(--primary); }

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

/* Print button */
.pck-print-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 12px;
    padding: 1rem 1.5rem;
    margin-bottom: 2rem;
    flex-wrap: wrap;
    gap: 0.75rem;
}
.pck-print-bar-text {
    font-size: 0.9rem;
    color: var(--body);
}
.pck-print-bar-text strong { color: var(--text); }
.pck-print-btn {
    background: var(--primary);
    color: #fff;
    border: none;
    padding: 0.625rem 1.5rem;
    border-radius: 50px;
    font-size: 0.875rem;
    font-weight: 700;
    cursor: pointer;
    transition: filter 0.18s, transform 0.15s;
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
}
.pck-print-btn:hover { filter: brightness(0.88); transform: translateY(-1px); }

/* Phase blocks */
.pck-phase-block {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 20px;
    padding: 2rem 2.5rem;
    margin-bottom: 2rem;
}
.pck-phase-header {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.75rem;
    padding-bottom: 1.25rem;
    border-bottom: 2px solid var(--primary);
}
.pck-phase-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);
    font-size: 1.1rem;
    font-weight: 800;
}
.pck-phase-header-text h3 {
    font-size: 1.1rem;
    font-weight: 800;
    color: var(--text);
    margin-bottom: 0.15rem;
}
.pck-phase-header-text p {
    font-size: 0.82rem;
    color: var(--subtle);
}

/* Steps */
.pck-steps { display: grid; gap: 0; }
.pck-step {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 1.125rem 0;
    border-bottom: 1px solid var(--border);
}
.pck-step:last-child { border-bottom: none; }
.pck-step-num-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.3rem;
    flex-shrink: 0;
}
.pck-step-num {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: rgba(13,148,136,0.1);
    color: var(--primary);
    font-size: 0.85rem;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pck-step-check {
    width: 22px;
    height: 22px;
    border: 2px solid var(--border);
    border-radius: 5px;
    margin-top: 0.25rem;
    flex-shrink: 0;
}
.pck-step-body { flex: 1; }
.pck-step-title {
    font-size: 0.95rem;
    font-weight: 700;
    color: var(--text);
    margin-bottom: 0.375rem;
}
.pck-step-desc {
    font-size: 0.85rem;
    color: var(--body);
    line-height: 1.65;
}
.pck-step-tip {
    display: inline-block;
    margin-top: 0.5rem;
    background: rgba(13,148,136,0.08);
    border-left: 3px solid var(--primary);
    padding: 0.35rem 0.75rem;
    border-radius: 0 6px 6px 0;
    font-size: 0.78rem;
    color: var(--primary-dark);
    font-weight: 600;
}
.pck-step-tag {
    display: inline-block;
    margin-top: 0.5rem;
    margin-left: 0.375rem;
    background: var(--bg-light);
    border: 1px solid var(--border);
    border-radius: 50px;
    padding: 0.15rem 0.6rem;
    font-size: 0.72rem;
    font-weight: 700;
    color: var(--subtle);
}

/* Errors section */
.pck-errors-section {
    background: #fff;
    padding: 60px 0;
}
.pck-errors-section .container { max-width: 900px; margin: 0 auto; padding: 0 24px; }
.pck-errors-header { margin-bottom: 2rem; }
.pck-errors-header h2 {
    font-size: 1.75rem;
    font-weight: 800;
    color: var(--text);
    margin-bottom: 0.5rem;
}
.pck-errors-header p { color: var(--body); }
.pck-error-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 1.25rem; }
.pck-error-card {
    background: var(--bg-light);
    border: 1px solid var(--border);
    border-left: 4px solid #ef4444;
    border-radius: 12px;
    padding: 1.5rem;
}
.pck-error-card h4 {
    font-size: 0.92rem;
    font-weight: 700;
    color: var(--text);
    margin-bottom: 0.5rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
.pck-error-icon {
    color: #ef4444;
    flex-shrink: 0;
}
.pck-error-card p {
    font-size: 0.85rem;
    color: var(--body);
    line-height: 1.65;
}
.pck-error-fix {
    margin-top: 0.625rem;
    font-size: 0.8rem;
    font-weight: 600;
    color: var(--primary);
}

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

/* Responsive */
@media (max-width: 768px) {
    .pck-hero-inner { grid-template-columns: 1fr; }
    .pck-hero-card { display: none; }
    .pck-intro-grid { grid-template-columns: 1fr; }
    .pck-error-cards { grid-template-columns: 1fr; }
    .pck-phase-block { padding: 1.25rem; }
}

/* ===== PRINT STYLES ===== */
@media print {
    .pck-no-print { display: none !important; }
    .pck-hero { display: none !important; }
    .pck-intro-section { display: none !important; }
    .pck-errors-section { display: none !important; }
    .pck-cta-section { display: none !important; }
    .pck-print-bar { display: none !important; }
    .pck-checklist-section {
        padding: 0;
        background: #fff;
    }
    .pck-checklist-section .container { max-width: 100%; padding: 0; }
    .pck-phase-block {
        border: none;
        border-radius: 0;
        padding: 0 0 40px;
        page-break-after: always;
    }
    .pck-phase-block:last-child { page-break-after: auto; }
    .pck-steps { page-break-inside: avoid; }
    body { font-size: 11pt; color: #000; }
    .pck-step-tip { background: #e8f5f3 !important; -webkit-print-color-adjust: exact; print-color-adjust: exact; }
    .pck-phase-header { border-bottom: 2px solid #000 !important; }
    .pck-step-num { background: #e8f5f3 !important; -webkit-print-color-adjust: exact; print-color-adjust: exact; }
}
