/* Extracted from lohnabrechnung-pflege.php. Edit here, not in PHP. */

/* ============================================================
   PFLEGE-SEITE, Prefix: pfl-
   Design: Fürsorge & Verlässlichkeit | Emerald-Akzent, Navy
   ============================================================ */

/* Hero, Grün-Licht-Gradient */
.pfl-hero {
    background: linear-gradient(135deg, #f0fdf4 0%, #d1fae5 50%, #ecfdf5 100%);
    padding: 80px 0 60px;
    overflow: hidden;
    position: relative;
}
.pfl-hero::before {
    content: '';
    position: absolute;
    top: -80px;
    right: -80px;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(16,185,129,0.12) 0%, transparent 70%);
    pointer-events: none;
}
.pfl-hero-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}
.pfl-hero-content {
}
.pfl-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #dcfce7;
    border: 1px solid #86efac;
    color: #059669;
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    padding: 6px 14px;
    border-radius: 50px;
    margin-bottom: 20px;
}
.pfl-hero-badge-dot {
    width: 7px;
    height: 7px;
    background: #10b981;
    border-radius: 50%;
    animation: pfl-pulse 2s ease-in-out infinite;
}
@keyframes pfl-pulse {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.5; transform: scale(1.3); }
}
.pfl-hero h1 {
    font-size: clamp(2rem, 4.5vw, 3.2rem);
    font-weight: 800;
    color: #1f2937;
    line-height: 1.15;
    margin-bottom: 20px;
}
.pfl-hero h1 .pfl-highlight {
    color: #059669;
}
.pfl-hero-sub {
    font-size: 1.1rem;
    color: #374151;
    line-height: 1.7;
    margin-bottom: 28px;
    max-width: 520px;
}
.pfl-trust-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 32px;
}
.pfl-chip {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: white;
    border: 1.5px solid #a7f3d0;
    color: #065f46;
    font-size: 0.82rem;
    font-weight: 600;
    padding: 6px 14px;
    border-radius: 50px;
    box-shadow: 0 1px 4px rgba(16,185,129,0.08);
}
.pfl-chip-icon {
    color: #10b981;
    font-size: 0.95rem;
}
.pfl-hero-btns {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}
.pfl-btn-primary {
    display: inline-block;
    background: linear-gradient(135deg, #10b981, #059669);
    color: white;
    font-weight: 700;
    font-size: 1rem;
    padding: 15px 32px;
    border-radius: 50px;
    text-decoration: none;
    box-shadow: 0 4px 18px rgba(16,185,129,0.35);
    transition: all 0.25s ease;
    white-space: nowrap;
}
.pfl-btn-primary:hover {
    background: linear-gradient(135deg, #059669, #047857);
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(16,185,129,0.4);
}
.pfl-btn-outline {
    display: inline-block;
    background: transparent;
    color: #059669;
    font-weight: 700;
    font-size: 1rem;
    padding: 14px 28px;
    border-radius: 50px;
    text-decoration: none;
    border: 2px solid #10b981;
    transition: all 0.25s ease;
    white-space: nowrap;
}
.pfl-btn-outline:hover {
    background: #f0fdf4;
    border-color: #059669;
}

/* Hero SVG */
.pfl-hero-visual {
    display: flex;
    justify-content: center;
    align-items: center;
}
.pfl-hero-svg {
    width: 100%;
    max-width: 460px;
    filter: drop-shadow(0 16px 40px rgba(16,185,129,0.18));
}

/* Stats Bar, Emerald */
.pfl-stats {
    background: linear-gradient(135deg, #065f46 0%, #047857 50%, #059669 100%);
    padding: 40px 0;
}
.pfl-stats-grid {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    text-align: center;
}
.pfl-stat-item {
    color: white;
}
.pfl-stat-number {
    font-size: 1.75rem;
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 6px;
}
.pfl-stat-label {
    font-size: 0.82rem;
    opacity: 0.88;
    line-height: 1.4;
    font-weight: 500;
}

/* Problem Section */
.pfl-problem {
    padding: 90px 0;
    background: #ffffff;
}
.pfl-problem-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}
.pfl-section-label {
    display: inline-block;
    background: #f0fdf4;
    color: #059669;
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    padding: 5px 14px;
    border-radius: 50px;
    margin-bottom: 14px;
    border: 1px solid #a7f3d0;
}
.pfl-section-title {
    font-size: clamp(1.7rem, 3.5vw, 2.4rem);
    font-weight: 800;
    color: #1f2937;
    line-height: 1.2;
    margin-bottom: 16px;
}
.pfl-section-sub {
    font-size: 1.05rem;
    color: #6b7280;
    line-height: 1.7;
    max-width: 580px;
    margin-bottom: 48px;
}
.pfl-problem-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: start;
}
.pfl-problem-text h3 {
    font-size: 1.3rem;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 16px;
}
.pfl-problem-text p {
    color: #4b5563;
    line-height: 1.75;
    margin-bottom: 18px;
    font-size: 0.97rem;
}
.pfl-problem-cards {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.pfl-problem-card {
    background: #f8fafc;
    border: 1.5px solid #e5e7eb;
    border-left: 4px solid #10b981;
    border-radius: 10px;
    padding: 18px 20px;
    display: flex;
    gap: 14px;
    align-items: flex-start;
}
.pfl-problem-card-icon {
    width: 38px;
    height: 38px;
    background: linear-gradient(135deg, #d1fae5, #a7f3d0);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    flex-shrink: 0;
}
.pfl-problem-card h4 {
    font-size: 0.95rem;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 4px;
}
.pfl-problem-card p {
    font-size: 0.85rem;
    color: #6b7280;
    line-height: 1.6;
    margin: 0;
}

/* Services, Was Lohnklar übernimmt */
.pfl-services {
    padding: 90px 0;
    background: #f0fdf4;
}
.pfl-services-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}
.pfl-services-header {
    text-align: center;
    margin-bottom: 56px;
}
.pfl-services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}
.pfl-service-card {
    background: white;
    border-radius: 16px;
    padding: 32px 28px;
    border: 1.5px solid #e5e7eb;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}
.pfl-service-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #10b981, #059669);
    opacity: 0;
    transition: opacity 0.3s ease;
}
.pfl-service-card:hover {
    box-shadow: 0 8px 32px rgba(16,185,129,0.14);
    border-color: #a7f3d0;
    transform: translateY(-3px);
}
.pfl-service-card:hover::before {
    opacity: 1;
}
.pfl-service-card.pfl-featured {
    background: linear-gradient(160deg, #f0fdf4, #dcfce7);
    border-color: #86efac;
}
.pfl-service-card.pfl-featured::before {
    opacity: 1;
}
.pfl-service-icon-wrap {
    width: 52px;
    height: 52px;
    background: linear-gradient(135deg, #d1fae5, #a7f3d0);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    margin-bottom: 18px;
}
.pfl-service-card h3 {
    font-size: 1.05rem;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 10px;
    line-height: 1.3;
}
.pfl-service-card p {
    font-size: 0.9rem;
    color: #6b7280;
    line-height: 1.7;
    margin: 0;
}
.pfl-service-tag {
    display: inline-block;
    background: #dcfce7;
    color: #059669;
    font-size: 0.72rem;
    font-weight: 700;
    padding: 3px 10px;
    border-radius: 50px;
    margin-top: 12px;
}

/* Pflegemindestlohn Sektion, Navy */
.pfl-mindestlohn {
    background: linear-gradient(135deg, #1e3a5f 0%, #0f2744 100%);
    padding: 90px 0;
    color: white;
    position: relative;
    overflow: hidden;
}
.pfl-mindestlohn::before {
    content: '';
    position: absolute;
    top: -100px;
    left: -100px;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(16,185,129,0.08) 0%, transparent 70%);
    pointer-events: none;
}
.pfl-mindestlohn-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}
.pfl-mindestlohn-header {
    text-align: center;
    margin-bottom: 56px;
}
.pfl-mindestlohn-header .pfl-section-label {
    background: rgba(16,185,129,0.15);
    border-color: rgba(16,185,129,0.3);
    color: #6ee7b7;
}
.pfl-mindestlohn-header .pfl-section-title {
    color: white;
}
.pfl-mindestlohn-header .pfl-section-sub {
    color: #cbd5e1;
    max-width: 620px;
    margin: 0 auto;
}
.pfl-lohn-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-bottom: 48px;
}
.pfl-lohn-card {
    background: rgba(255,255,255,0.07);
    border: 1.5px solid rgba(255,255,255,0.12);
    border-radius: 14px;
    padding: 28px 24px;
    text-align: center;
    position: relative;
    transition: all 0.3s ease;
}
.pfl-lohn-card:hover {
    background: rgba(255,255,255,0.1);
    border-color: rgba(16,185,129,0.4);
}
.pfl-lohn-card.pfl-lohn-highlight {
    background: rgba(16,185,129,0.12);
    border-color: rgba(16,185,129,0.4);
}
.pfl-lohn-stufe {
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #6ee7b7;
    margin-bottom: 10px;
}
.pfl-lohn-title {
    font-size: 0.95rem;
    font-weight: 600;
    color: #f1f5f9;
    margin-bottom: 16px;
    line-height: 1.4;
}
.pfl-lohn-amount {
    font-size: 2.2rem;
    font-weight: 900;
    color: #10b981;
    line-height: 1;
    margin-bottom: 4px;
}
.pfl-lohn-unit {
    font-size: 0.78rem;
    color: #94a3b8;
    margin-bottom: 14px;
}
.pfl-lohn-desc {
    font-size: 0.82rem;
    color: #94a3b8;
    line-height: 1.6;
}
.pfl-mindestlohn-info {
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.1);
    border-left: 4px solid #10b981;
    border-radius: 12px;
    padding: 24px 28px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}
.pfl-mindestlohn-info h4 {
    font-size: 0.95rem;
    font-weight: 700;
    color: #a7f3d0;
    margin-bottom: 8px;
}
.pfl-mindestlohn-info p {
    font-size: 0.87rem;
    color: #cbd5e1;
    line-height: 1.65;
    margin: 0;
}

/* Prozess */
.pfl-process {
    padding: 90px 0;
    background: #ffffff;
}
.pfl-process-container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 24px;
}
.pfl-process-header {
    text-align: center;
    margin-bottom: 56px;
}
.pfl-process-steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    position: relative;
}
.pfl-process-steps::before {
    content: '';
    position: absolute;
    top: 36px;
    left: 12.5%;
    width: 75%;
    height: 2px;
    background: linear-gradient(90deg, #10b981, #059669);
    z-index: 0;
}
.pfl-step {
    text-align: center;
    padding: 0 16px;
    position: relative;
    z-index: 1;
}
.pfl-step-num {
    width: 72px;
    height: 72px;
    background: linear-gradient(135deg, #10b981, #059669);
    color: white;
    font-size: 1.4rem;
    font-weight: 900;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    box-shadow: 0 4px 18px rgba(16,185,129,0.35);
    position: relative;
}
.pfl-step h3 {
    font-size: 0.97rem;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 10px;
}
.pfl-step p {
    font-size: 0.85rem;
    color: #6b7280;
    line-height: 1.65;
}

/* FAQ */
.pfl-faq {
    padding: 90px 0;
    background: #f8fafc;
}
.pfl-faq-container {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 24px;
}
.pfl-faq-header {
    text-align: center;
    margin-bottom: 52px;
}
.pfl-faq-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.pfl-faq-item {
    background: white;
    border: 1.5px solid #e5e7eb;
    border-radius: 12px;
    overflow: hidden;
    transition: border-color 0.2s;
}
.pfl-faq-item:hover {
    border-color: #a7f3d0;
}
.pfl-faq-question {
    width: 100%;
    background: none;
    border: none;
    padding: 20px 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    cursor: pointer;
    text-align: left;
    font-size: 0.97rem;
    font-weight: 700;
    color: #1f2937;
    line-height: 1.4;
}
.pfl-faq-question:hover {
    color: #059669;
}
.pfl-faq-icon {
    width: 28px;
    height: 28px;
    background: #f0fdf4;
    border: 1.5px solid #a7f3d0;
    color: #059669;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    font-weight: 700;
    flex-shrink: 0;
    transition: all 0.2s;
}
.pfl-faq-answer {
    display: none;
    padding: 0 24px 22px;
    font-size: 0.9rem;
    color: #4b5563;
    line-height: 1.75;
}
.pfl-faq-answer p { margin: 0; }
.pfl-faq-item.pfl-open .pfl-faq-icon {
    background: #059669;
    color: white;
    border-color: #059669;
    transform: rotate(45deg);
}
.pfl-faq-item.pfl-open .pfl-faq-answer {
    display: block;
}

/* CTA Section */
.pfl-cta {
    background: linear-gradient(135deg, #065f46 0%, #059669 50%, #10b981 100%);
    padding: 90px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.pfl-cta::before {
    content: '';
    position: absolute;
    top: -60px;
    right: -60px;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(255,255,255,0.08) 0%, transparent 70%);
}
.pfl-cta::after {
    content: '';
    position: absolute;
    bottom: -80px;
    left: -80px;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(255,255,255,0.06) 0%, transparent 70%);
}
.pfl-cta-container {
    max-width: 700px;
    margin: 0 auto;
    padding: 0 24px;
    position: relative;
    z-index: 1;
}
.pfl-cta h2 {
    font-size: clamp(1.8rem, 3.5vw, 2.5rem);
    font-weight: 800;
    color: white;
    margin-bottom: 18px;
    line-height: 1.2;
}
.pfl-cta p {
    font-size: 1.05rem;
    color: rgba(255,255,255,0.88);
    line-height: 1.7;
    margin-bottom: 36px;
}
.pfl-cta-btns {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
}
.pfl-btn-white {
    display: inline-block;
    background: white;
    color: #059669;
    font-weight: 700;
    font-size: 1rem;
    padding: 15px 34px;
    border-radius: 50px;
    text-decoration: none;
    box-shadow: 0 4px 18px rgba(0,0,0,0.15);
    transition: all 0.25s ease;
}
.pfl-btn-white:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 28px rgba(0,0,0,0.2);
    color: #047857;
}
.pfl-btn-outline-white {
    display: inline-block;
    background: transparent;
    color: white;
    font-weight: 700;
    font-size: 1rem;
    padding: 14px 30px;
    border-radius: 50px;
    text-decoration: none;
    border: 2px solid rgba(255,255,255,0.65);
    transition: all 0.25s ease;
}
.pfl-btn-outline-white:hover {
    background: rgba(255,255,255,0.1);
    border-color: white;
}

/* Branchen-Links */
.pfl-related {
    padding: 60px 0;
    background: white;
}
.pfl-related-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}
.pfl-related-header {
    text-align: center;
    margin-bottom: 40px;
}
.pfl-related-header h2 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 8px;
}
.pfl-related-header p {
    color: #6b7280;
    font-size: 0.95rem;
}
.pfl-related-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 16px;
}
.pfl-related-card {
    background: #f8fafc;
    border: 1.5px solid #e5e7eb;
    border-radius: 12px;
    padding: 20px;
    text-decoration: none;
    transition: all 0.25s ease;
    display: flex;
    align-items: center;
    gap: 12px;
}
.pfl-related-card:hover {
    background: #f0fdf4;
    border-color: #a7f3d0;
    transform: translateY(-2px);
}
.pfl-related-icon {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #d1fae5, #a7f3d0);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    flex-shrink: 0;
}
.pfl-related-card span {
    font-size: 0.88rem;
    font-weight: 600;
    color: #1f2937;
    line-height: 1.35;
}

/* Team Sektion */
.pfl-team {
    padding: 80px 0;
    background: #f0fdf4;
}
.pfl-team-container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 24px;
}
.pfl-team-header {
    text-align: center;
    margin-bottom: 52px;
}
.pfl-team-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}
.pfl-team-card {
    background: white;
    border-radius: 16px;
    padding: 28px 22px;
    text-align: center;
    border: 1.5px solid #e5e7eb;
    transition: all 0.3s;
}
.pfl-team-card:hover {
    border-color: #a7f3d0;
    box-shadow: 0 6px 24px rgba(16,185,129,0.1);
    transform: translateY(-3px);
}
.pfl-team-photo {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 16px;
    border: 3px solid #a7f3d0;
}
.pfl-team-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.pfl-team-fallback {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: linear-gradient(135deg, #10b981, #059669);
    color: white;
    font-size: 1.3rem;
    font-weight: 800;
    display: none;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
}
.pfl-team-card h3 {
    font-size: 0.97rem;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 4px;
}
.pfl-team-role {
    font-size: 0.8rem;
    color: #059669;
    font-weight: 600;
    margin-bottom: 10px;
}
.pfl-team-bio {
    font-size: 0.8rem;
    color: #6b7280;
    line-height: 1.6;
    margin: 0;
}

/* Responsive */
@media (max-width: 1024px) {
    .pfl-hero-container { grid-template-columns: 1fr; gap: 40px; text-align: center; }
    .pfl-services-grid { grid-template-columns: repeat(2, 1fr); }
    .pfl-lohn-grid { grid-template-columns: 1fr; max-width: 440px; margin-left: auto; margin-right: auto; }
    .pfl-mindestlohn-info { grid-template-columns: 1fr; }
    .pfl-process-steps { grid-template-columns: repeat(2, 1fr); }
    .pfl-process-steps::before { display: none; }
    .pfl-team-grid { grid-template-columns: repeat(2, 1fr); }
    .pfl-related-grid { grid-template-columns: repeat(2, 1fr); }
    .pfl-related-grid .pfl-related-card:last-child:nth-child(2n+1) {
        grid-column: 1 / -1;
        max-width: 360px;
        margin-left: auto;
        margin-right: auto;
    }
}
@media (max-width: 768px) {
    .pfl-hero { padding: 60px 0 40px; }
    .pfl-stats-grid { grid-template-columns: repeat(2, 1fr); gap: 24px; }
    .pfl-problem-grid { grid-template-columns: 1fr; }
    .pfl-services-grid { grid-template-columns: 1fr; }
    .pfl-process-steps { grid-template-columns: 1fr; }
    .pfl-team-grid { grid-template-columns: repeat(2, 1fr); }
    .pfl-related-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 480px) {
    .pfl-stats-grid { grid-template-columns: 1fr 1fr; }
    .pfl-team-grid { grid-template-columns: 1fr; }
    .pfl-related-grid { grid-template-columns: 1fr; }
    .pfl-cta-btns { flex-direction: column; align-items: center; }
    .pfl-hero-btns { flex-direction: column; }
}
