/* Extracted from betriebspruefung.php. Edit here, not in PHP. */

/* ============================================
   BP, Betriebsprüfung Seiten-Styles (CI-konform)
   Design: "Rechtskanzlei / Trust & Authority", Lohnklar Navy & Blue
   Prefix: bp-
   ============================================ */

/* ---- HERO ---- */
.bp-hero {
    background: #1e3a5f;
    color: #fff;
    padding: 5.5rem 2rem 5rem;
}
.bp-hero-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}
.bp-hero-content {
}
.bp-badge {
    display: inline-block;
    background: rgba(37, 99, 235, 0.2);
    border: 1px solid rgba(37, 99, 235, 0.4);
    color: #93c5fd;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    padding: 0.35rem 1rem;
    border-radius: 999px;
    margin-bottom: 1.5rem;
}
.bp-hero h1 {
    font-size: clamp(1.9rem, 4vw, 2.9rem);
    font-weight: 800;
    line-height: 1.18;
    margin: 0 0 1.25rem 0;
    color: #fff;
}
.bp-hero-sub {
    font-size: 1.05rem;
    line-height: 1.75;
    color: #94a3b8;
    margin-bottom: 1.5rem;
    max-width: 580px;
}
.bp-hero-phone {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 1.1rem;
    font-weight: 700;
    color: #93c5fd;
    margin-bottom: 2rem;
    text-decoration: none;
}
.bp-hero-phone:hover {
    color: #bfdbfe;
}
.bp-hero-phone-icon {
    font-size: 1rem;
}
.bp-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    align-items: center;
}
.bp-btn-amber {
    display: inline-block;
    background: linear-gradient(135deg, #2563eb, #1e40af);
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
    padding: 0.9rem 2rem;
    border-radius: 50px;
    text-decoration: none;
    transition: background 0.15s ease, transform 0.15s ease, box-shadow 0.15s ease;
    box-shadow: 0 4px 18px rgba(37, 99, 235, 0.35);
    white-space: nowrap;
}
.bp-btn-amber:hover {
    background: linear-gradient(135deg, #1e40af, #1e3a8a);
    transform: translateY(-2px);
    box-shadow: 0 8px 28px rgba(37, 99, 235, 0.45);
}
.bp-btn-outline {
    display: inline-block;
    background: transparent;
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
    padding: 0.85rem 1.75rem;
    border-radius: 50px;
    border: 2px solid #2563eb;
    text-decoration: none;
    transition: background 0.15s ease, color 0.15s ease;
    white-space: nowrap;
}
.bp-btn-outline:hover {
    background: rgba(37, 99, 235, 0.15);
}

/* ---- HERO VISUAL: Prüfungs-Akte ---- */
.bp-visual {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 500px;
    width: 100%;
}
.bp-akte {
    background: #0d2137;
    border: 2px solid #1e3a5f;
    border-radius: 10px;
    width: 100%;
    max-width: 380px;
    padding: 0;
    overflow: hidden;
    box-shadow: 0 12px 40px rgba(0,0,0,0.5);
}
.bp-akte-header {
    background: #1a2942;
    padding: 0.9rem 1.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 2px solid #2563eb;
}
.bp-akte-label {
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #2563eb;
}
.bp-akte-dots {
    display: flex;
    gap: 5px;
}
.bp-akte-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #2d4a6b;
}
.bp-akte-body {
    padding: 1.75rem 1.5rem;
}
.bp-akte-line {
    height: 10px;
    border-radius: 3px;
    background: #1a2942;
    margin-bottom: 0.7rem;
}
.bp-akte-line.w-90 { width: 90%; }
.bp-akte-line.w-75 { width: 75%; }
.bp-akte-line.w-60 { width: 60%; }
.bp-akte-line.w-85 { width: 85%; }
.bp-akte-line.w-45 { width: 45%; }
.bp-akte-line.w-70 { width: 70%; }
.bp-akte-divider {
    border: none;
    border-top: 1px solid #1e3a5f;
    margin: 1.25rem 0;
}
.bp-akte-row {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    margin-bottom: 0.55rem;
}
.bp-akte-dot-amber {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #2563eb;
    flex-shrink: 0;
}
.bp-akte-row-text {
    font-size: 0.78rem;
    color: #64748b;
    font-weight: 500;
}
.bp-akte-footer {
    padding: 1rem 1.5rem 1.5rem;
    display: flex;
    justify-content: flex-end;
}
.bp-akte-stempel {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 3px solid #2563eb;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: rgba(37, 99, 235, 0.08);
    transform: rotate(-12deg);
}
.bp-akte-stempel-check {
    font-size: 1.4rem;
    line-height: 1;
    color: #2563eb;
}
.bp-akte-stempel-text {
    font-size: 0.55rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #2563eb;
    margin-top: 2px;
    text-align: center;
    line-height: 1.2;
}

/* ---- WARN-BANNER ---- */
.bp-warn {
    background: #eff6ff;
    border-top: 3px solid #bfdbfe;
    border-bottom: 3px solid #bfdbfe;
    padding: 1.4rem 2rem;
}
.bp-warn-inner {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    gap: 1rem;
}
.bp-warn-icon {
    font-size: 1.3rem;
    flex-shrink: 0;
    margin-top: 0.1rem;
}
.bp-warn-text {
    font-size: 0.95rem;
    color: #1e40af;
    line-height: 1.65;
    font-weight: 500;
}
.bp-warn-text strong {
    font-weight: 700;
    color: #1e3a8a;
}

/* ---- STATS-LEISTE ---- */
.bp-stats {
    background: #1e3a5f;
    padding: 2.5rem 2rem;
}
.bp-stats-inner {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
    text-align: center;
}
.bp-stat-number {
    font-size: 2rem;
    font-weight: 800;
    color: #60a5fa;
    line-height: 1;
    margin-bottom: 0.4rem;
}
.bp-stat-label {
    font-size: 0.83rem;
    color: #94a3b8;
    line-height: 1.45;
}

/* ---- PRÜFUNGSTYPEN ---- */
.bp-types {
    background: #fff;
    padding: 5.5rem 2rem;
}
.bp-types-inner {
    max-width: 1100px;
    margin: 0 auto;
}
.bp-types-header {
    text-align: center;
    margin-bottom: 3rem;
}
.bp-types-header h2 {
    font-size: clamp(1.5rem, 3vw, 2.1rem);
    font-weight: 800;
    color: #1f2937;
    margin: 0 0 0.75rem 0;
}
.bp-types-header p {
    font-size: 1rem;
    color: #6b7280;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.65;
}
.bp-types-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.75rem;
}

/* Akte-Style Cards */
.bp-akte-card {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 16px rgba(0,0,0,0.08);
    border: 1px solid #e5e7eb;
    transition: box-shadow 0.2s ease, transform 0.2s ease;
}
.bp-akte-card:hover {
    box-shadow: 0 8px 32px rgba(0,0,0,0.12);
    transform: translateY(-3px);
}
.bp-akte-card-header {
    background: #2563eb;
    padding: 1rem 1.5rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}
.bp-akte-card-header-icon {
    font-size: 1.3rem;
    line-height: 1;
}
.bp-akte-card-header h3 {
    font-size: 0.9rem;
    font-weight: 800;
    color: #ffffff;
    margin: 0;
    line-height: 1.3;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}
.bp-akte-card-body {
    background: #fff;
    padding: 1.5rem;
}
.bp-type-row {
    margin-bottom: 0.9rem;
}
.bp-type-row-label {
    font-size: 0.68rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #9ca3af;
    margin-bottom: 0.2rem;
}
.bp-type-row-text {
    font-size: 0.87rem;
    color: #374151;
    line-height: 1.6;
}
.bp-type-risk {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    background: #fef2f2;
    border: 1px solid #fecaca;
    border-radius: 6px;
    padding: 0.65rem 0.75rem;
    margin-bottom: 0.9rem;
}
.bp-type-risk-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #7f1d1d;
    flex-shrink: 0;
    margin-top: 0.25rem;
}
.bp-type-risk-text {
    font-size: 0.82rem;
    color: #7f1d1d;
    line-height: 1.55;
    font-weight: 500;
}
.bp-type-divider {
    border: none;
    border-top: 1px solid #f3f4f6;
    margin: 1rem 0;
}
.bp-type-help {
    font-size: 0.85rem;
    color: #1f2937;
    line-height: 1.6;
}
.bp-type-help strong {
    color: #2563eb;
    font-weight: 700;
}

/* ---- WAS WIR ÜBERNEHMEN ---- */
.bp-leistungen {
    background: #f0f9ff;
    padding: 5.5rem 2rem;
}
.bp-leistungen-inner {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: start;
}
.bp-leistungen-left h2 {
    font-size: clamp(1.5rem, 3vw, 2.1rem);
    font-weight: 800;
    color: #1f2937;
    margin: 0 0 1rem 0;
    line-height: 1.25;
}
.bp-leistungen-left p {
    font-size: 1rem;
    color: #4b5563;
    line-height: 1.75;
    margin-bottom: 1.25rem;
}
.bp-leistungen-left-note {
    display: flex;
    align-items: flex-start;
    gap: 0.6rem;
    background: #dbeafe;
    border-left: 4px solid #2563eb;
    border-radius: 0 6px 6px 0;
    padding: 0.85rem 1rem;
    font-size: 0.88rem;
    color: #1e40af;
    line-height: 1.6;
    font-weight: 500;
}
.bp-leistungen-right {
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
}
.bp-leistung-item {
    display: flex;
    align-items: flex-start;
    gap: 0.9rem;
    background: #fff;
    border: 1px solid #bfdbfe;
    border-left: 4px solid #2563eb;
    border-radius: 0 8px 8px 0;
    padding: 1rem 1.25rem;
}
.bp-leistung-check {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #2563eb;
    color: #fff;
    font-size: 0.75rem;
    font-weight: 900;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-top: 0.1rem;
}
.bp-leistung-text {
    font-size: 0.92rem;
    color: #1f2937;
    line-height: 1.6;
    font-weight: 500;
}
.bp-leistung-text span {
    display: block;
    font-size: 0.8rem;
    color: #6b7280;
    font-weight: 400;
    margin-top: 0.15rem;
    line-height: 1.5;
}

/* ---- PROZESS-TIMELINE ---- */
.bp-prozess {
    background: #fff;
    padding: 5.5rem 2rem;
}
.bp-prozess-inner {
    max-width: 1100px;
    margin: 0 auto;
}
.bp-prozess-header {
    text-align: center;
    margin-bottom: 3.5rem;
}
.bp-prozess-header h2 {
    font-size: clamp(1.5rem, 3vw, 2.1rem);
    font-weight: 800;
    color: #1f2937;
    margin: 0 0 0.75rem 0;
}
.bp-prozess-header p {
    font-size: 1rem;
    color: #6b7280;
    line-height: 1.65;
}
.bp-timeline {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 0;
    position: relative;
}
.bp-timeline::before {
    content: '';
    position: absolute;
    top: 26px;
    left: calc(10% + 26px);
    right: calc(10% + 26px);
    height: 2px;
    background: #2563eb;
    z-index: 0;
}
.bp-timeline-step {
    text-align: center;
    position: relative;
    z-index: 1;
    padding: 0 0.5rem;
}
.bp-timeline-circle {
    width: 52px;
    height: 52px;
    background: linear-gradient(135deg, #2563eb, #1e40af);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.05rem;
    font-weight: 800;
    color: #fff;
    margin: 0 auto 1rem;
    position: relative;
    z-index: 2;
    box-shadow: 0 4px 14px rgba(37, 99, 235, 0.4);
}
.bp-timeline-title {
    font-size: 0.85rem;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 0.4rem;
    line-height: 1.35;
}
.bp-timeline-desc {
    font-size: 0.78rem;
    color: #6b7280;
    line-height: 1.55;
}
.bp-timeline-time {
    display: inline-block;
    font-size: 0.68rem;
    font-weight: 700;
    color: #2563eb;
    background: #dbeafe;
    padding: 0.2rem 0.55rem;
    border-radius: 999px;
    margin-top: 0.5rem;
    letter-spacing: 0.03em;
}

/* ---- HÄUFIGE FEHLER ---- */
.bp-fehler {
    background: #1e3a5f;
    padding: 5.5rem 2rem;
}
.bp-fehler-inner {
    max-width: 1100px;
    margin: 0 auto;
}
.bp-fehler-header {
    text-align: center;
    margin-bottom: 3rem;
}
.bp-fehler-header h2 {
    font-size: clamp(1.5rem, 3vw, 2.1rem);
    font-weight: 800;
    color: #fff;
    margin: 0 0 0.75rem 0;
}
.bp-fehler-header p {
    font-size: 1rem;
    color: #94a3b8;
    line-height: 1.65;
    max-width: 600px;
    margin: 0 auto;
}
.bp-fehler-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}
.bp-fehler-item {
    background: #0d2137;
    border: 1px solid #1e3a5f;
    border-left: 4px solid #7f1d1d;
    border-radius: 0 8px 8px 0;
    padding: 1.1rem 1.25rem;
    display: flex;
    align-items: flex-start;
    gap: 0.9rem;
}
.bp-fehler-icon {
    font-size: 1.1rem;
    flex-shrink: 0;
    margin-top: 0.05rem;
    color: #ef4444;
}
.bp-fehler-content {
    flex: 1;
}
.bp-fehler-title {
    font-size: 0.9rem;
    font-weight: 700;
    color: #f1f5f9;
    margin-bottom: 0.25rem;
    line-height: 1.35;
}
.bp-fehler-desc {
    font-size: 0.8rem;
    color: #64748b;
    line-height: 1.55;
}
.bp-fehler-tag {
    display: inline-block;
    font-size: 0.68rem;
    font-weight: 700;
    color: #93c5fd;
    background: rgba(37, 99, 235, 0.15);
    border: 1px solid rgba(37, 99, 235, 0.25);
    padding: 0.15rem 0.5rem;
    border-radius: 4px;
    margin-top: 0.4rem;
    letter-spacing: 0.03em;
}

/* ---- INTERNER LINK-HINWEIS ---- */
.bp-tipp {
    background: #eff6ff;
    border: 1px solid #bfdbfe;
    border-radius: 10px;
    max-width: 1100px;
    margin: 0 auto -2rem;
    padding: 1.25rem 1.75rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    position: relative;
    z-index: 2;
}
.bp-tipp-icon {
    font-size: 1.5rem;
    flex-shrink: 0;
}
.bp-tipp-text {
    font-size: 0.9rem;
    color: #1e40af;
    line-height: 1.6;
}
.bp-tipp-text a {
    color: #2563eb;
    font-weight: 700;
    text-decoration: underline;
}
.bp-tipp-text a:hover {
    color: #1e40af;
}
.bp-tipp-section {
    background: #1e3a5f;
    padding: 0 2rem 3rem;
}

/* ---- FAQ ---- */
.bp-faq {
    background: #f0f9ff;
    padding: 5.5rem 2rem;
}
.bp-faq-inner {
    max-width: 820px;
    margin: 0 auto;
}
.bp-faq-header {
    text-align: center;
    margin-bottom: 2.75rem;
}
.bp-faq-header h2 {
    font-size: clamp(1.5rem, 3vw, 2.1rem);
    font-weight: 800;
    color: #1f2937;
    margin: 0 0 0.75rem 0;
}
.bp-faq-header p {
    font-size: 1rem;
    color: #6b7280;
    line-height: 1.65;
}
.bp-faq details {
    border: 1px solid #bfdbfe;
    border-radius: 8px;
    margin-bottom: 0.75rem;
    overflow: hidden;
    background: #fff;
}
.bp-faq details[open] {
    border-color: #2563eb;
    box-shadow: 0 2px 12px rgba(37, 99, 235, 0.12);
}
.bp-faq summary {
    padding: 1.15rem 1.4rem;
    font-size: 0.96rem;
    font-weight: 700;
    color: #1f2937;
    cursor: pointer;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    user-select: none;
    gap: 1rem;
}
.bp-faq summary::-webkit-details-marker { display: none; }
.bp-faq summary::after {
    content: '+';
    font-size: 1.4rem;
    color: #2563eb;
    font-weight: 300;
    flex-shrink: 0;
    line-height: 1;
    transition: transform 0.2s ease;
}
.bp-faq details[open] summary::after {
    content: '−';
}
.bp-faq-answer {
    padding: 0 1.4rem 1.4rem;
    font-size: 0.92rem;
    color: #374151;
    line-height: 1.75;
    border-top: 1px solid #dbeafe;
    margin-top: 0;
    padding-top: 1.1rem;
}

/* ---- CTA ---- */
.bp-cta {
    background: #1e3a5f;
    padding: 5.5rem 2rem;
    text-align: center;
    border-top: 3px solid #2563eb;
}
.bp-cta-inner {
    max-width: 700px;
    margin: 0 auto;
}
.bp-cta h2 {
    font-size: clamp(1.5rem, 3.5vw, 2.3rem);
    font-weight: 800;
    color: #fff;
    margin: 0 0 1rem 0;
    line-height: 1.25;
}
.bp-cta-sub {
    color: #94a3b8;
    font-size: 1.05rem;
    margin-bottom: 2.25rem;
    line-height: 1.7;
}
.bp-cta-actions {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.25rem;
}
.bp-cta-phone-link {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #93c5fd;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.15s ease;
}
.bp-cta-phone-link:hover {
    color: #bfdbfe;
}

/* ---- RESPONSIVE ---- */
@media (max-width: 1024px) {
    .bp-akte {
        max-width: 420px;
    }
    .bp-stats-inner {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem;
    }
    .bp-types-grid {
        grid-template-columns: 1fr;
        max-width: 560px;
        margin: 0 auto;
    }
    .bp-leistungen-inner {
        grid-template-columns: 1fr;
        gap: 2.5rem;
    }
    .bp-timeline {
        grid-template-columns: repeat(3, 1fr);
        gap: 2rem;
        row-gap: 2.5rem;
    }
    .bp-timeline::before {
        display: none;
    }
    .bp-fehler-grid {
        grid-template-columns: 1fr;
    }
}
@media (max-width: 768px) {
    .bp-hero-inner {
        grid-template-columns: 1fr;
        gap: 2.5rem;
    }
    .bp-hero-content {
        text-align: center;
    }
    .bp-hero {
        padding: 4rem 1.5rem;
    }
    .bp-hero-actions {
        flex-direction: column;
        align-items: flex-start;
    }
    .bp-btn-amber,
    .bp-btn-outline {
        width: 100%;
        text-align: center;
    }
    .bp-warn-inner {
        flex-direction: column;
        gap: 0.5rem;
    }
    .bp-stats-inner {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.25rem;
    }
    .bp-timeline {
        grid-template-columns: 1fr 1fr;
        gap: 1.5rem;
    }
    .bp-leistungen {
        padding: 4rem 1.5rem;
    }
    .bp-prozess {
        padding: 4rem 1.5rem;
    }
    .bp-fehler {
        padding: 4rem 1.5rem;
    }
    .bp-faq {
        padding: 4rem 1.5rem;
    }
    .bp-cta {
        padding: 4rem 1.5rem;
    }
}
@media (max-width: 480px) {
    .bp-stats-inner {
        grid-template-columns: 1fr 1fr;
        gap: 1rem;
    }
    .bp-stat-number {
        font-size: 1.6rem;
    }
    .bp-timeline {
        grid-template-columns: 1fr;
    }
    .bp-hero h1 {
        font-size: 1.75rem;
    }
}
