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

/* ============================================================
   LOHNABRECHNUNG-KLEINE-UNTERNEHMEN.PHP, Seiten-spezifische Styles (Prefix: lkl-)
   Design-Konzept: Light Hero (#f0f9ff → #e0f2fe), Akzent #2563eb Blau,
   Team-SVG, 4-Schritt-Prozess, 5 Leistungskarten
   ============================================================ */

/* ---------- Hero ---------- */
.lkl-hero {
    background: linear-gradient(135deg, #f0f9ff, #e0f2fe);
    padding: 100px 0 80px;
    position: relative;
    overflow: hidden;
}

.lkl-hero::before {
    content: '';
    position: absolute;
    top: -80px;
    right: -80px;
    width: 440px;
    height: 440px;
    background: radial-gradient(circle, rgba(37,99,235,0.07) 0%, transparent 70%);
    pointer-events: none;
}

.lkl-hero::after {
    content: '';
    position: absolute;
    bottom: -60px;
    left: -40px;
    width: 320px;
    height: 320px;
    background: radial-gradient(circle, rgba(16,185,129,0.05) 0%, transparent 70%);
    pointer-events: none;
}

.lkl-hero-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    position: relative;
    z-index: 1;
}

.lkl-hero-badge {
    display: inline-block;
    background: #dbeafe;
    border: 1px solid #bfdbfe;
    color: #1d4ed8;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 6px 16px;
    border-radius: 50px;
    margin-bottom: 20px;
}

.lkl-hero-content h1 {
    font-size: clamp(2rem, 4.5vw, 3.1rem);
    font-weight: 800;
    color: #1f2937;
    line-height: 1.15;
    margin: 0 0 22px;
}

.lkl-highlight {
    color: #2563eb;
}

.lkl-hero-sub {
    font-size: 1.1rem;
    color: #4b5563;
    line-height: 1.75;
    margin: 0 0 30px;
    max-width: 520px;
}

.lkl-hero-trust {
    display: flex;
    flex-direction: column;
    gap: 11px;
    margin-bottom: 34px;
}

.lkl-hero-trust-item {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #374151;
    font-size: 0.96rem;
}

.lkl-trust-check {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #dbeafe;
    border: 1px solid #bfdbfe;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #2563eb;
    font-size: 0.85rem;
    font-weight: 700;
}

.lkl-hero-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
}

.lkl-btn-outline-blue {
    display: inline-block;
    background: transparent;
    color: #2563eb;
    font-weight: 600;
    font-size: 1rem;
    padding: 15px 30px;
    border-radius: 50px;
    border: 2px solid #2563eb;
    text-decoration: none;
    transition: border-color 0.2s, background 0.2s, color 0.2s;
}

.lkl-btn-outline-blue:hover {
    background: #2563eb;
    color: #ffffff;
}

/* ---- Hero Visual ---- */
.lkl-hero-visual {
    display: flex;
    justify-content: center;
    align-items: center;
}

.lkl-team-svg {
    width: 100%;
    max-width: 400px;
    height: auto;
    filter: drop-shadow(0 16px 40px rgba(37,99,235,0.12));
}

/* ---------- Trust / Stats Bar ---------- */
.lkl-stats {
    background: #ffffff;
    border-bottom: 1px solid #e5e7eb;
    padding: 32px 0;
}

.lkl-stats-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    text-align: center;
}

.lkl-stat-num {
    font-size: 2.1rem;
    font-weight: 800;
    color: #2563eb;
    line-height: 1;
    margin-bottom: 5px;
}

.lkl-stat-label {
    font-size: 0.82rem;
    color: #6b7280;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

/* ---------- Gemeinsame Section-Stile ---------- */
.lkl-section {
    padding: 80px 0;
}

.lkl-section-light {
    background: #f0f9ff;
}

.lkl-section-white {
    background: #ffffff;
}

.lkl-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

.lkl-section-header {
    text-align: center;
    margin-bottom: 52px;
}

.lkl-section-title {
    font-size: clamp(1.6rem, 3vw, 2.1rem);
    font-weight: 800;
    color: #1f2937;
    margin: 0 0 14px;
}

.lkl-section-subtitle {
    font-size: 1.05rem;
    color: #4b5563;
    line-height: 1.7;
    max-width: 680px;
    margin: 0 auto;
}

/* ---------- Problem-Block ---------- */
.lkl-problem-intro {
    max-width: 760px;
    margin: 0 auto 40px;
    text-align: center;
}

.lkl-problem-intro p {
    font-size: 1.05rem;
    color: #4b5563;
    line-height: 1.8;
    margin: 0 0 14px;
}

.lkl-problem-intro p:last-child {
    margin-bottom: 0;
}

.lkl-problem-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}

.lkl-problem-card {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-left: 4px solid #2563eb;
    border-radius: 14px;
    padding: 28px 24px;
}

.lkl-problem-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: #eff6ff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}

.lkl-problem-icon svg {
    width: 24px;
    height: 24px;
    stroke: #2563eb;
    stroke-width: 2;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.lkl-problem-card h3 {
    font-size: 1rem;
    font-weight: 700;
    color: #1f2937;
    margin: 0 0 10px;
}

.lkl-problem-card p {
    font-size: 0.91rem;
    color: #4b5563;
    line-height: 1.7;
    margin: 0;
}

/* ---------- Leistungsblock ---------- */
.lkl-leistung-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.lkl-leistung-card {
    background: #f8fafc;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    padding: 28px 24px;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.lkl-leistung-card:hover {
    border-color: #bfdbfe;
    box-shadow: 0 4px 20px rgba(37,99,235,0.08);
}

.lkl-leistung-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: #eff6ff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}

.lkl-leistung-icon svg {
    width: 24px;
    height: 24px;
    stroke: #2563eb;
    stroke-width: 2;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.lkl-leistung-card h3 {
    font-size: 1rem;
    font-weight: 700;
    color: #1f2937;
    margin: 0 0 10px;
}

.lkl-leistung-card p {
    font-size: 0.91rem;
    color: #4b5563;
    line-height: 1.7;
    margin: 0;
}

/* ---------- Prozess Steps ---------- */
.lkl-prozess {
    background: #f0f9ff;
    padding: 80px 0;
}

.lkl-prozess-steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    position: relative;
    margin-top: 52px;
}

.lkl-prozess-steps::before {
    content: '';
    position: absolute;
    top: 28px;
    left: calc(12.5% + 14px);
    right: calc(12.5% + 14px);
    height: 2px;
    background: linear-gradient(90deg, #bfdbfe, #2563eb, #bfdbfe);
    z-index: 0;
}

.lkl-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 0 12px;
    position: relative;
    z-index: 1;
}

.lkl-step-num {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #2563eb;
    color: #ffffff;
    font-size: 1.2rem;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    flex-shrink: 0;
    box-shadow: 0 4px 16px rgba(37,99,235,0.25);
}

.lkl-step h3 {
    font-size: 0.95rem;
    font-weight: 700;
    color: #1f2937;
    margin: 0 0 8px;
}

.lkl-step p {
    font-size: 0.86rem;
    color: #4b5563;
    line-height: 1.65;
    margin: 0 0 10px;
}

.lkl-step-timing {
    display: inline-block;
    background: #dbeafe;
    color: #1d4ed8;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    padding: 4px 12px;
    border-radius: 50px;
    margin-top: auto;
}

/* ---------- Mid-CTA ---------- */
.lkl-mid-cta {
    background: #1e3a5f;
    padding: 56px 0;
    text-align: center;
}

.lkl-mid-cta-inner {
    max-width: 640px;
    margin: 0 auto;
    padding: 0 24px;
}

.lkl-mid-cta-inner h2 {
    font-size: clamp(1.4rem, 3vw, 1.9rem);
    font-weight: 800;
    color: #ffffff;
    margin: 0 0 14px;
}

.lkl-mid-cta-inner p {
    font-size: 1rem;
    color: rgba(255,255,255,0.78);
    line-height: 1.7;
    margin: 0 0 28px;
}

/* ---------- FAQ ---------- */
.lkl-faq {
    background: #ffffff;
    padding: 80px 0;
}

.lkl-faq-inner {
    max-width: 860px;
    margin: 0 auto;
    padding: 0 24px;
}

.lkl-faq-list {
    margin-top: 48px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.lkl-faq-item {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    overflow: hidden;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.lkl-faq-item.lkl-faq-open {
    border-color: #bfdbfe;
    box-shadow: 0 4px 20px rgba(37,99,235,0.08);
}

.lkl-faq-question {
    width: 100%;
    background: none;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 22px 24px;
    text-align: left;
}

.lkl-faq-question-text {
    font-size: 1rem;
    font-weight: 700;
    color: #1f2937;
    line-height: 1.4;
}

.lkl-faq-icon {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #eff6ff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: background 0.2s, transform 0.25s;
}

.lkl-faq-icon svg {
    width: 16px;
    height: 16px;
    stroke: #2563eb;
    stroke-width: 2.5;
    stroke-linecap: round;
    transition: transform 0.25s;
}

.lkl-faq-item.lkl-faq-open .lkl-faq-icon {
    background: #2563eb;
}

.lkl-faq-item.lkl-faq-open .lkl-faq-icon svg {
    stroke: #ffffff;
    transform: rotate(45deg);
}

.lkl-faq-answer {
    display: none;
    padding: 0 24px 24px;
}

.lkl-faq-item.lkl-faq-open .lkl-faq-answer {
    display: block;
}

.lkl-faq-answer p {
    font-size: 0.97rem;
    color: #4b5563;
    line-height: 1.8;
    margin: 0 0 12px;
}

.lkl-faq-answer p:last-child {
    margin-bottom: 0;
}

/* ---------- CTA Final ---------- */
.lkl-cta {
    background: linear-gradient(135deg, #1e3a5f, #2563eb);
    padding: 80px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.lkl-cta::before {
    content: '';
    position: absolute;
    top: -120px;
    left: 50%;
    transform: translateX(-50%);
    width: 700px;
    height: 700px;
    background: radial-gradient(circle, rgba(255,255,255,0.04) 0%, transparent 65%);
    pointer-events: none;
}

.lkl-cta-inner {
    max-width: 700px;
    margin: 0 auto;
    padding: 0 24px;
    position: relative;
    z-index: 1;
}

.lkl-cta-inner h2 {
    font-size: clamp(1.6rem, 3.5vw, 2.3rem);
    font-weight: 800;
    color: #ffffff;
    margin: 0 0 16px;
}

.lkl-cta-inner p {
    font-size: 1.05rem;
    color: rgba(255,255,255,0.82);
    line-height: 1.75;
    margin: 0 0 32px;
}

.lkl-cta-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    justify-content: center;
}

.lkl-btn-cta-white {
    display: inline-block;
    background: #ffffff;
    color: #1e3a5f;
    font-weight: 700;
    font-size: 1rem;
    padding: 16px 36px;
    border-radius: 50px;
    text-decoration: none;
    transition: opacity 0.2s, transform 0.15s;
    border: none;
    cursor: pointer;
}

.lkl-btn-cta-white:hover {
    opacity: 0.92;
    transform: translateY(-1px);
}

.lkl-cta-contact {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    justify-content: center;
    margin-top: 28px;
}

.lkl-cta-contact-item {
    display: flex;
    align-items: center;
    gap: 8px;
    color: rgba(255,255,255,0.75);
    text-decoration: none;
    font-size: 0.95rem;
    transition: color 0.2s;
}

.lkl-cta-contact-item:hover {
    color: #ffffff;
}

/* ---------- Responsive ---------- */
@media (max-width: 1024px) {
    .lkl-leistung-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .lkl-leistung-card:last-child:nth-child(2n+1) {
        grid-column: 1 / -1;
        max-width: 380px;
        margin-left: auto;
        margin-right: auto;
    }
    .lkl-problem-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .lkl-prozess-steps {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }
    .lkl-prozess-steps::before {
        display: none;
    }
}

@media (max-width: 768px) {
    .lkl-hero {
        padding: 70px 0 56px;
    }
    .lkl-hero-container {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    .lkl-hero-content {
        text-align: center;
    }
    .lkl-hero-trust {
        align-items: center;
    }
    .lkl-team-svg {
        max-width: 280px;
    }
    .lkl-stats-inner {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    .lkl-problem-grid {
        grid-template-columns: 1fr;
    }
    .lkl-leistung-grid {
        grid-template-columns: 1fr;
    }
    .lkl-leistung-card:last-child:nth-child(2n+1) {
        grid-column: 1;
        max-width: none;
    }
    .lkl-prozess-steps {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .lkl-cta-contact {
        flex-direction: column;
        align-items: center;
        gap: 14px;
    }
    .lkl-hero-buttons {
        justify-content: center;
    }
}
