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

/* ============================================================
   LOHNABRECHNUNG AUSLAGERN, Seite (Prefix: la-)
   Design: "Übergabe & Sicherheit", Navy Hero
   ============================================================ */

/* Hero, Navy */
.la-hero {
    background: linear-gradient(135deg, #1e3a5f 0%, #15294a 60%, #0f1f36 100%);
    color: #fff;
    padding: 100px 0 80px;
    position: relative;
    overflow: hidden;
}
.la-hero::before {
    content: '';
    position: absolute;
    top: -80px;
    right: -80px;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background: rgba(37, 99, 235, 0.08);
    pointer-events: none;
}
.la-hero::after {
    content: '';
    position: absolute;
    bottom: -100px;
    left: -60px;
    width: 380px;
    height: 380px;
    border-radius: 50%;
    background: rgba(16, 185, 129, 0.06);
    pointer-events: none;
}
.la-hero-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}
.la-hero-content {
}
.la-hero-content h1 {
    font-size: clamp(2rem, 4.5vw, 3.2rem);
    font-weight: 800;
    line-height: 1.15;
    margin-bottom: 24px;
    color: #fff;
}
.la-hero-content h1 .la-highlight {
    color: #10b981;
}
.la-hero-subtitle {
    font-size: 1.15rem;
    line-height: 1.75;
    color: rgba(255,255,255,0.85);
    margin-bottom: 32px;
    max-width: 540px;
}
.la-trust-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 36px;
}
.la-trust-badge {
    display: flex;
    align-items: center;
    gap: 8px;
    background: rgba(255,255,255,0.1);
    border: 1px solid rgba(255,255,255,0.2);
    border-radius: 50px;
    padding: 8px 16px;
    font-size: 0.875rem;
    color: rgba(255,255,255,0.9);
    backdrop-filter: blur(4px);
}
.la-trust-badge-icon {
    font-size: 1rem;
    line-height: 1;
}
.la-hero-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}
.la-btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #10b981;
    color: #fff;
    padding: 16px 32px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 1rem;
    text-decoration: none;
    transition: background 0.2s, transform 0.15s, box-shadow 0.2s;
    box-shadow: 0 4px 16px rgba(16,185,129,0.35);
}
.la-btn-primary:hover {
    background: #059669;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(16,185,129,0.4);
}
.la-btn-outline {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: transparent;
    color: #fff;
    padding: 16px 32px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 1rem;
    text-decoration: none;
    border: 2px solid rgba(255,255,255,0.4);
    transition: border-color 0.2s, background 0.2s;
}
.la-btn-outline:hover {
    border-color: #fff;
    background: rgba(255,255,255,0.08);
}

/* Hero SVG */
.la-hero-visual {
    display: flex;
    justify-content: center;
    align-items: center;
}
.la-hero-svg {
    width: 100%;
    max-width: 480px;
    height: auto;
    filter: drop-shadow(0 20px 60px rgba(0,0,0,0.3));
}

/* Trust Bar */
.la-trust-bar {
    background: #1e3a5f;
    padding: 32px 0;
    border-bottom: 1px solid rgba(255,255,255,0.08);
}
.la-trust-bar-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    text-align: center;
}
.la-trust-stat-number {
    font-size: 1.75rem;
    font-weight: 800;
    color: #10b981;
    line-height: 1;
}
.la-trust-stat-label {
    font-size: 0.85rem;
    color: rgba(255,255,255,0.7);
    margin-top: 4px;
}

/* Section base */
.la-section {
    padding: 80px 0;
}
.la-section-alt {
    padding: 80px 0;
    background: #f8fafc;
}
.la-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}
.la-section-header {
    text-align: center;
    margin-bottom: 56px;
}
.la-section-title {
    font-size: clamp(1.6rem, 3vw, 2.2rem);
    font-weight: 800;
    color: #1f2937;
    margin-bottom: 16px;
}
.la-section-subtitle {
    font-size: 1.05rem;
    color: #6b7280;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.7;
}

/* Situationen, Wann lohnt sich Auslagern */
.la-situations-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 24px;
}
.la-situation-card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    padding: 28px;
    transition: box-shadow 0.2s, transform 0.2s;
    position: relative;
}
.la-situation-card:hover {
    box-shadow: 0 8px 32px rgba(0,0,0,0.08);
    transform: translateY(-3px);
}
.la-situation-signal {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #fef3c7;
    color: #92400e;
    font-size: 0.8rem;
    font-weight: 600;
    padding: 4px 12px;
    border-radius: 50px;
    margin-bottom: 14px;
}
.la-situation-title {
    font-size: 1.05rem;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 10px;
}
.la-situation-desc {
    font-size: 0.92rem;
    color: #6b7280;
    line-height: 1.65;
}

/* Leistungen, Was übernimmt Lohnklar */
.la-leistungen-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 20px;
}
.la-leistung-item {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    padding: 24px;
    display: flex;
    gap: 16px;
    align-items: flex-start;
    transition: box-shadow 0.2s;
}
.la-leistung-item:hover {
    box-shadow: 0 6px 24px rgba(37,99,235,0.08);
}
.la-leistung-icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: #eff6ff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 1.2rem;
}
.la-leistung-title {
    font-size: 0.98rem;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 6px;
}
.la-leistung-desc {
    font-size: 0.875rem;
    color: #6b7280;
    line-height: 1.6;
}

/* Prozess, 5 Schritte */
.la-process-timeline {
    position: relative;
    max-width: 800px;
    margin: 0 auto;
}
.la-process-timeline::before {
    content: '';
    position: absolute;
    left: 28px;
    top: 0;
    bottom: 0;
    width: 3px;
    background: linear-gradient(180deg, #2563eb, #10b981);
    border-radius: 2px;
}
.la-process-step {
    display: flex;
    gap: 32px;
    margin-bottom: 40px;
    position: relative;
}
.la-process-step:last-child {
    margin-bottom: 0;
}
.la-process-num {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #2563eb;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: 0 4px 16px rgba(37,99,235,0.3);
    position: relative;
    z-index: 1;
}
.la-process-body {
    padding-top: 12px;
    flex: 1;
}
.la-process-time {
    display: inline-block;
    background: #eff6ff;
    color: #2563eb;
    font-size: 0.8rem;
    font-weight: 700;
    padding: 3px 10px;
    border-radius: 50px;
    margin-bottom: 8px;
}
.la-process-title {
    font-size: 1.1rem;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 8px;
}
.la-process-desc {
    font-size: 0.92rem;
    color: #6b7280;
    line-height: 1.65;
}

/* Bedenken, 4 Karten */
.la-bedenken-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 24px;
}
.la-bedenken-card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    padding: 28px;
    border-top: 4px solid #2563eb;
}
.la-bedenken-label {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 14px;
}
.la-bedenken-angst {
    font-size: 0.8rem;
    font-weight: 700;
    color: #dc2626;
    background: #fef2f2;
    padding: 4px 12px;
    border-radius: 50px;
}
.la-bedenken-title {
    font-size: 1rem;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 10px;
}
.la-bedenken-answer {
    font-size: 0.9rem;
    color: #6b7280;
    line-height: 1.65;
}
.la-bedenken-check {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid #f3f4f6;
    font-size: 0.875rem;
    color: #059669;
    font-weight: 600;
}

/* FAQ */
.la-faq-grid {
    max-width: 860px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.la-faq-item {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    overflow: hidden;
}
.la-faq-question {
    width: 100%;
    background: none;
    border: none;
    padding: 22px 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    cursor: pointer;
    text-align: left;
    font-size: 1rem;
    font-weight: 700;
    color: #1f2937;
    transition: background 0.15s;
}
.la-faq-question:hover {
    background: #f8fafc;
}
.la-faq-icon {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #eff6ff;
    color: #2563eb;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    font-weight: 700;
    flex-shrink: 0;
    transition: transform 0.2s, background 0.2s;
}
.la-faq-answer {
    display: none;
    padding: 0 24px 22px;
    font-size: 0.95rem;
    color: #4b5563;
    line-height: 1.75;
}
.la-faq-answer p { margin-bottom: 12px; }
.la-faq-answer p:last-child { margin-bottom: 0; }
.la-faq-item.is-open .la-faq-icon {
    transform: rotate(45deg);
    background: #2563eb;
    color: #fff;
}
.la-faq-item.is-open .la-faq-answer {
    display: block;
}

/* CTA Section */
.la-cta-section {
    background: linear-gradient(135deg, #1e3a5f, #15294a);
    padding: 80px 0;
    text-align: center;
    color: #fff;
}
.la-cta-title {
    font-size: clamp(1.6rem, 3vw, 2.2rem);
    font-weight: 800;
    margin-bottom: 16px;
}
.la-cta-subtitle {
    font-size: 1.05rem;
    color: rgba(255,255,255,0.8);
    margin-bottom: 36px;
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.7;
}
.la-cta-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: center;
}

/* Interne Links */
.la-related-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 16px;
    max-width: 900px;
    margin: 0 auto;
}
.la-related-card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 20px 24px;
    text-decoration: none;
    color: #1f2937;
    font-weight: 600;
    font-size: 0.95rem;
    transition: box-shadow 0.2s, border-color 0.2s, transform 0.15s;
    display: flex;
    align-items: center;
    gap: 10px;
}
.la-related-card:hover {
    box-shadow: 0 6px 20px rgba(37,99,235,0.1);
    border-color: #2563eb;
    transform: translateY(-2px);
    color: #2563eb;
}

/* Responsive */
@media (max-width: 768px) {
    .la-hero-container {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    .la-hero-content {
        text-align: center;
    }
    .la-trust-bar-inner {
        grid-template-columns: repeat(2, 1fr);
    }
    .la-process-timeline::before { display: none; }
    .la-process-step { flex-direction: column; gap: 12px; }
    .la-process-num { width: 48px; height: 48px; font-size: 1rem; }
}
@media (max-width: 480px) {
    .la-trust-bar-inner { grid-template-columns: repeat(2, 1fr); }
    .la-hero { padding: 70px 0 60px; }
}
