/* ============================================================
   OFFBOARDING-ARBEITSZEUGNIS.PHP, Seiten-spezifische Styles
   CSS-Prefix: oaz-
   Design: Navy→Blue Gradient Hero (#1e3a5f → #2563eb),
   Akzente Blau (#2563eb) + Emerald (#10b981) als Erledigt-Farbe
   ============================================================ */

/* ---------- Hero ---------- */
.oaz-hero {
    background: linear-gradient(135deg, #1e3a5f, #2563eb);
    padding: 100px 0 80px;
    position: relative;
    overflow: hidden;
}

.oaz-hero::before {
    content: '';
    position: absolute;
    top: -120px;
    right: -120px;
    width: 460px;
    height: 460px;
    background: radial-gradient(circle, rgba(147,197,253,0.10) 0%, transparent 70%);
    pointer-events: none;
}

.oaz-hero::after {
    content: '';
    position: absolute;
    bottom: -80px;
    left: -80px;
    width: 340px;
    height: 340px;
    background: radial-gradient(circle, rgba(16,185,129,0.08) 0%, transparent 70%);
    pointer-events: none;
}

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

.oaz-hero-content {
    min-width: 0;
}

.oaz-hero-badge {
    display: inline-block;
    background: rgba(255,255,255,0.12);
    border: 1px solid rgba(147,197,253,0.4);
    color: #93c5fd;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 6px 16px;
    border-radius: 50px;
    margin-bottom: 20px;
}

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

.oaz-highlight {
    color: #93c5fd;
}

.oaz-hero-sub {
    font-size: 1.08rem;
    color: rgba(255,255,255,0.85);
    line-height: 1.75;
    margin: 0 0 28px;
    max-width: 540px;
}

.oaz-hero-trust {
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 11px;
    margin: 0 0 36px;
}

.oaz-hero-trust-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: rgba(255,255,255,0.92);
    font-size: 0.98rem;
    line-height: 1.5;
}

.oaz-hero-trust-icon {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: rgba(16,185,129,0.2);
    color: #34d399;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 2px;
}

.oaz-hero-trust-icon svg {
    width: 12px;
    height: 12px;
}

.oaz-hero-buttons {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.oaz-hero-visual {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 0;
}

.oaz-hero-visual svg {
    max-width: 100%;
    height: auto;
    filter: drop-shadow(0 18px 40px rgba(0,0,0,0.28));
}

/* ---------- Section-Basics ---------- */
.oaz-section-header {
    max-width: 760px;
    margin: 0 auto 48px;
    text-align: center;
}

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

.oaz-section-subtitle {
    font-size: 1.04rem;
    color: #4b5563;
    line-height: 1.7;
    margin: 0;
}

.oaz-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

/* ---------- Pflichten-Karten ---------- */
.oaz-pflichten {
    background: #f8fafc;
    padding: 88px 0;
}

.oaz-pflichten-intro {
    max-width: 760px;
    margin: 0 auto 44px;
    color: #4b5563;
    font-size: 1rem;
    line-height: 1.75;
}

.oaz-pflichten-intro a {
    color: #2563eb;
}

.oaz-pflicht-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.oaz-pflicht-card {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    padding: 28px 26px;
    display: flex;
    flex-direction: column;
    transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.oaz-pflicht-card:hover {
    box-shadow: 0 14px 32px rgba(30,58,95,0.10);
    transform: translateY(-2px);
}

.oaz-pflicht-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: #eff6ff;
    color: #2563eb;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}

.oaz-pflicht-icon svg {
    width: 26px;
    height: 26px;
}

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

.oaz-pflicht-card p {
    font-size: 0.93rem;
    color: #4b5563;
    line-height: 1.65;
    margin: 0 0 16px;
    flex-grow: 1;
}

.oaz-pflicht-card p a {
    color: #2563eb;
}

.oaz-pflicht-frist {
    display: inline-block;
    align-self: flex-start;
    background: #dbeafe;
    color: #1e40af;
    font-size: 0.78rem;
    font-weight: 700;
    padding: 5px 13px;
    border-radius: 50px;
}

/* ---------- Zeitstrahl ---------- */
.oaz-timeline {
    background: #ffffff;
    padding: 88px 0;
}

.oaz-tl {
    max-width: 820px;
    margin: 0 auto;
    position: relative;
    padding-left: 38px;
}

.oaz-tl::before {
    content: '';
    position: absolute;
    left: 13px;
    top: 8px;
    bottom: 8px;
    width: 2px;
    background: #dbeafe;
}

.oaz-tl-item {
    position: relative;
    padding-bottom: 36px;
}

.oaz-tl-item:last-child {
    padding-bottom: 0;
}

.oaz-tl-marker {
    position: absolute;
    left: -38px;
    top: 2px;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #2563eb;
    color: #ffffff;
    font-size: 0.82rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 0 4px #eff6ff;
}

.oaz-tl-item--done .oaz-tl-marker {
    background: #10b981;
}

.oaz-tl-phase {
    display: inline-block;
    font-size: 0.76rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    color: #2563eb;
    margin-bottom: 6px;
}

.oaz-tl-item h3 {
    font-size: 1.12rem;
    font-weight: 700;
    color: #1f2937;
    margin: 0 0 8px;
}

.oaz-tl-item p {
    font-size: 0.95rem;
    color: #4b5563;
    line-height: 1.7;
    margin: 0;
}

.oaz-tl-item p a {
    color: #2563eb;
}

/* ---------- Arbeitszeugnis-Sektion ---------- */
.oaz-zeugnis {
    background: #f0f9ff;
    padding: 88px 0;
}

.oaz-zeugnis-lead {
    max-width: 760px;
    margin: 0 auto 40px;
    color: #4b5563;
    font-size: 1rem;
    line-height: 1.75;
}

.oaz-zeugnis-lead a {
    color: #2563eb;
}

.oaz-zeugnis-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    margin-bottom: 32px;
}

.oaz-zeugnis-card {
    background: #ffffff;
    border: 1px solid #dbeafe;
    border-radius: 16px;
    padding: 28px 26px;
}

.oaz-zeugnis-card-tag {
    display: inline-block;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    padding: 5px 13px;
    border-radius: 50px;
    margin-bottom: 14px;
}

.oaz-zeugnis-card-tag--einfach {
    background: #dbeafe;
    color: #1e40af;
}

.oaz-zeugnis-card-tag--quali {
    background: #d1fae5;
    color: #065f46;
}

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

.oaz-zeugnis-card p {
    font-size: 0.94rem;
    color: #4b5563;
    line-height: 1.7;
    margin: 0;
}

/* Zeugnissprache-Box */
.oaz-sprache-box {
    background: #ffffff;
    border: 1px solid #dbeafe;
    border-left: 4px solid #2563eb;
    border-radius: 0 14px 14px 0;
    padding: 26px 28px;
    margin-bottom: 32px;
}

.oaz-sprache-box h3 {
    font-size: 1.05rem;
    font-weight: 700;
    color: #1f2937;
    margin: 0 0 12px;
}

.oaz-sprache-box p {
    font-size: 0.94rem;
    color: #4b5563;
    line-height: 1.7;
    margin: 0 0 14px;
}

.oaz-sprache-box p:last-child {
    margin-bottom: 0;
}

.oaz-grade-list {
    list-style: none;
    padding: 0;
    margin: 0 0 14px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.oaz-grade-list li {
    display: flex;
    align-items: baseline;
    gap: 12px;
    font-size: 0.92rem;
    color: #4b5563;
    line-height: 1.55;
}

.oaz-grade-note {
    flex-shrink: 0;
    width: 92px;
    font-weight: 700;
    color: #1e3a5f;
    font-size: 0.84rem;
}

/* Generator-Box */
.oaz-generator-box {
    background: linear-gradient(135deg, #ffffff, #eff6ff);
    border: 2px solid #2563eb;
    border-radius: 18px;
    padding: 34px 36px;
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 26px;
    align-items: center;
    box-shadow: 0 14px 36px rgba(37,99,235,0.10);
}

.oaz-generator-icon {
    width: 60px;
    height: 60px;
    border-radius: 14px;
    background: #2563eb;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.oaz-generator-icon svg {
    width: 32px;
    height: 32px;
}

.oaz-generator-text h3 {
    font-size: 1.15rem;
    font-weight: 800;
    color: #1f2937;
    margin: 0 0 8px;
}

.oaz-generator-text p {
    font-size: 0.94rem;
    color: #4b5563;
    line-height: 1.65;
    margin: 0;
}

.oaz-btn-blue {
    display: inline-block;
    background: linear-gradient(135deg, #2563eb, #1e40af);
    color: #ffffff;
    font-size: 0.95rem;
    font-weight: 700;
    padding: 14px 30px;
    border-radius: 50px;
    text-decoration: none;
    white-space: nowrap;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.oaz-btn-blue:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(37,99,235,0.30);
}

/* ---------- Leistungen / Was Lohnklar übernimmt ---------- */
.oaz-leistungen {
    background: #ffffff;
    padding: 88px 0;
}

.oaz-leist-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    margin-bottom: 32px;
}

.oaz-leist-col {
    border-radius: 16px;
    padding: 30px 28px;
}

.oaz-leist-col--inklusive {
    background: #f0fdf4;
    border: 1px solid #d1fae5;
}

.oaz-leist-col--aufwand {
    background: #f8fafc;
    border: 1px solid #e5e7eb;
}

.oaz-leist-col h3 {
    font-size: 1.08rem;
    font-weight: 800;
    color: #1f2937;
    margin: 0 0 6px;
}

.oaz-leist-col-sub {
    font-size: 0.86rem;
    color: #6b7280;
    margin: 0 0 18px;
}

.oaz-leist-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.oaz-leist-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 0.94rem;
    color: #4b5563;
    line-height: 1.6;
}

.oaz-leist-check {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 2px;
}

.oaz-leist-col--inklusive .oaz-leist-check {
    background: #d1fae5;
    color: #059669;
}

.oaz-leist-col--aufwand .oaz-leist-check {
    background: #dbeafe;
    color: #2563eb;
}

.oaz-leist-check svg {
    width: 12px;
    height: 12px;
}

/* Grenze / Ehrlichkeits-Box */
.oaz-grenze-box {
    background: #eff6ff;
    border: 1px solid #bfdbfe;
    border-left: 4px solid #2563eb;
    border-radius: 0 14px 14px 0;
    padding: 24px 28px;
    max-width: 860px;
    margin: 0 auto;
}

.oaz-grenze-box h3 {
    font-size: 1rem;
    font-weight: 700;
    color: #1e40af;
    margin: 0 0 8px;
}

.oaz-grenze-box p {
    font-size: 0.94rem;
    color: #1e3a5f;
    line-height: 1.7;
    margin: 0;
}

/* ---------- Typische Fehler ---------- */
.oaz-fehler {
    background: #f8fafc;
    padding: 88px 0;
}

.oaz-fehler-list {
    max-width: 860px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.oaz-fehler-item {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-left: 4px solid #ef4444;
    border-radius: 0 14px 14px 0;
    padding: 24px 28px;
}

.oaz-fehler-pill {
    display: inline-block;
    background: #fee2e2;
    color: #991b1b;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    padding: 4px 12px;
    border-radius: 50px;
    margin-bottom: 10px;
}

.oaz-fehler-item h3 {
    font-size: 1.05rem;
    font-weight: 700;
    color: #1f2937;
    margin: 0 0 8px;
}

.oaz-fehler-item p {
    font-size: 0.94rem;
    color: #4b5563;
    line-height: 1.7;
    margin: 0;
}

.oaz-fehler-item p a {
    color: #2563eb;
}

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

.oaz-faq-list {
    max-width: 820px;
    margin: 0 auto;
}

.oaz-faq-item {
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    margin-bottom: 12px;
    overflow: hidden;
    background: #ffffff;
}

.oaz-faq-question {
    width: 100%;
    background: #f8fafc;
    border: none;
    text-align: left;
    padding: 18px 22px;
    font-size: 1rem;
    font-weight: 600;
    color: #1f2937;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    font-family: inherit;
}

.oaz-faq-chevron {
    flex-shrink: 0;
    color: #2563eb;
    transition: transform 0.25s ease;
    display: inline-flex;
}

.oaz-faq-chevron svg {
    width: 18px;
    height: 18px;
}

.oaz-faq-open .oaz-faq-chevron {
    transform: rotate(180deg);
}

.oaz-faq-answer {
    display: none;
    padding: 18px 22px;
    font-size: 0.95rem;
    color: #4b5563;
    line-height: 1.8;
    border-top: 1px solid #e5e7eb;
}

.oaz-faq-answer a {
    color: #2563eb;
}

.oaz-faq-open .oaz-faq-answer {
    display: block;
}

/* ---------- CTA ---------- */
.oaz-cta {
    background: linear-gradient(135deg, #1e3a5f, #2563eb);
    padding: 88px 0;
    text-align: center;
}

.oaz-cta-inner {
    max-width: 720px;
    margin: 0 auto;
    padding: 0 24px;
}

.oaz-cta h2 {
    font-size: clamp(1.6rem, 3.4vw, 2.2rem);
    font-weight: 800;
    color: #ffffff;
    line-height: 1.25;
    margin: 0 0 18px;
}

.oaz-cta p {
    font-size: 1.04rem;
    color: #93c5fd;
    line-height: 1.7;
    margin: 0 0 32px;
}

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

/* ---------- Responsive ---------- */
@media (max-width: 900px) {
    .oaz-hero {
        padding: 70px 0 56px;
    }

    .oaz-hero-container {
        grid-template-columns: 1fr;
        gap: 44px;
    }

    .oaz-hero-content,
    .oaz-hero-visual {
        min-width: 0;
    }

    .oaz-pflicht-grid {
        grid-template-columns: 1fr 1fr;
    }

    .oaz-zeugnis-grid,
    .oaz-leist-grid {
        grid-template-columns: 1fr;
    }

    .oaz-generator-box {
        grid-template-columns: 1fr;
        text-align: center;
        justify-items: center;
        gap: 18px;
        padding: 30px 24px;
    }
}

@media (max-width: 600px) {
    .oaz-pflicht-grid {
        grid-template-columns: 1fr;
    }

    .oaz-pflichten,
    .oaz-timeline,
    .oaz-zeugnis,
    .oaz-leistungen,
    .oaz-fehler,
    .oaz-faq,
    .oaz-cta {
        padding: 64px 0;
    }

    .oaz-tl {
        padding-left: 32px;
    }

    .oaz-tl-marker {
        left: -32px;
        width: 24px;
        height: 24px;
        font-size: 0.74rem;
    }

    .oaz-tl::before {
        left: 11px;
    }

    .oaz-hero-buttons .btn-white,
    .oaz-hero-buttons .btn-outline-white,
    .oaz-cta-buttons .btn-white,
    .oaz-cta-buttons .btn-outline-white {
        width: 100%;
        text-align: center;
    }
}
