/* Same styling as other service pages with prefix "schadenregulierung-" */
    
    /* Hero Section */
    .schadenregulierung-hero {
        padding: 9rem 0 3rem;
        background: #1E73BE;
        color: #ffffff;
        position: relative;
        overflow: hidden;
    }

    .schadenregulierung-hero-bg {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(135deg, #1E73BE 0%, #155a94 100%);
    }

    .schadenregulierung-hero-bg::before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        width: 40%;
        height: 100%;
        background: rgba(255, 255, 255, 0.05);
        clip-path: polygon(30% 0, 100% 0, 100% 100%, 0% 100%);
    }

    .schadenregulierung-hero-container {
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 2rem;
        position: relative;
        z-index: 1;
    }

    .schadenregulierung-breadcrumb {
        display: inline-flex;
        align-items: center;
        gap: 0.5rem;
        margin-bottom: 2rem;
        font-size: 0.9rem;
        background: rgba(255, 255, 255, 0.1);
        padding: 0.5rem 1rem;
        backdrop-filter: blur(10px);
    }

    .schadenregulierung-breadcrumb a {
        color: rgba(255, 255, 255, 0.9);
        text-decoration: none;
        transition: all 0.3s ease;
    }

    .schadenregulierung-breadcrumb a:hover {
        color: #ffffff;
    }

    .schadenregulierung-breadcrumb i {
        font-size: 0.7rem;
        color: rgba(255, 255, 255, 0.6);
    }

    .schadenregulierung-breadcrumb span {
        color: #ffffff;
        font-weight: 500;
    }

    .hero-content-wrapper {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 4rem;
        align-items: center;
    }

    .hero-text-content {
        max-width: 600px;
    }

    .hero-image-content {
        position: relative;
    }

    .hero-image-content img {
        width: 100%;
        height: auto;
        border-radius: 8px;
        box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
        border: 3px solid rgba(255, 255, 255, 0.2);
    }

    .schadenregulierung-hero-title {
        font-size: 3rem;
        font-weight: 700;
        margin-bottom: 1rem;
        line-height: 1.2;
    }

    .schadenregulierung-hero-description {
        font-size: 1.15rem;
        line-height: 1.7;
        margin-bottom: 2rem;
        opacity: 0.95;
    }

    .schadenregulierung-hero-cta {
        display: flex;
        gap: 1rem;
        flex-wrap: wrap;
    }

    .hero-btn-primary,
    .hero-btn-secondary {
        display: inline-flex;
        align-items: center;
        gap: 0.75rem;
        padding: 1rem 2rem;
        font-weight: 600;
        font-size: 1rem;
        text-decoration: none;
        transition: all 0.3s ease;
    }

    .hero-btn-primary {
        background: #ffffff;
        color: #1E73BE;
        border: 2px solid #ffffff;
    }

    .hero-btn-primary:hover {
        background: transparent;
        color: #ffffff;
    }

    .hero-btn-secondary {
        background: transparent;
        color: #ffffff;
        border: 2px solid #ffffff;
    }

    .hero-btn-secondary:hover {
        background: #ffffff;
        color: #1E73BE;
    }

    /* Main Content */
    .schadenregulierung-main {
        padding: 5rem 0;
        background: #ffffff;
    }

    .schadenregulierung-container {
        max-width: 1400px;
        margin: 0 auto;
        padding: 0 2rem;
    }

    .schadenregulierung-content {
        display: grid;
        grid-template-columns: 2fr 1fr;
        gap: 4rem;
    }

    .content-subtitle {
        display: flex;
        align-items: center;
        gap: 1rem;
        margin-bottom: 1.5rem;
    }

    .subtitle-line {
        width: 50px;
        height: 2px;
        background: #1E73BE;
    }

    .content-subtitle span {
        font-size: 0.875rem;
        font-weight: 600;
        color: #1E73BE;
        text-transform: uppercase;
        letter-spacing: 2px;
    }

    .content-title {
        font-size: 2.2rem;
        font-weight: 700;
        color: #000000;
        line-height: 1.3;
        margin-bottom: 1.5rem;
    }

    .content-paragraph {
        font-size: 1rem;
        line-height: 1.8;
        color: #666666;
        margin-bottom: 1.5rem;
    }

    .content-highlights {
        background: #f8f9fa;
        padding: 2rem;
        border-left: 3px solid #1E73BE;
        margin: 2rem 0;
    }

    .content-highlights h3 {
        font-size: 1.2rem;
        font-weight: 700;
        color: #000000;
        margin-bottom: 1.5rem;
    }

    .content-highlights ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .content-highlights li {
        display: flex;
        align-items: center;
        gap: 1rem;
        padding: 0.75rem 0;
        font-size: 0.95rem;
        color: #666666;
    }

    .content-highlights li i {
        color: #1E73BE;
        font-size: 1.1rem;
    }

    /* Sidebar */
    .sidebar-box {
        background: #ffffff;
        padding: 2rem;
        margin-bottom: 2rem;
        border: 1px solid #e8e8e8;
    }

    .highlight-box {
        background: linear-gradient(135deg, #1E73BE 0%, #155a94 100%);
        color: #ffffff;
        border: none;
    }

    .highlight-box i.fas.fa-handshake {
        font-size: 2.5rem;
        margin-bottom: 1rem;
        opacity: 0.9;
    }

    .highlight-box h4 {
        font-size: 1.3rem;
        font-weight: 700;
        margin-bottom: 0.75rem;
    }

    .highlight-box p {
        font-size: 1rem;
        margin-bottom: 1rem;
        opacity: 0.95;
    }

    .highlight-box ul {
        list-style: none;
        padding: 0;
        margin: 1.5rem 0;
    }

    .highlight-box li {
        padding: 0.5rem 0;
        font-size: 0.95rem;
    }

    .sidebar-btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 0.75rem;
        width: 100%;
        padding: 1rem;
        background: #ffffff;
        color: #1E73BE;
        text-decoration: none;
        font-weight: 600;
        transition: all 0.3s ease;
        border: 2px solid #ffffff;
    }

    .sidebar-btn:hover {
        background: transparent;
        color: #ffffff;
    }

    .info-box h4 {
        font-size: 1.2rem;
        font-weight: 700;
        color: #000000;
        margin-bottom: 1.5rem;
    }

    .info-item {
        display: flex;
        gap: 1rem;
        padding: 1rem 0;
        border-bottom: 1px solid #e8e8e8;
    }

    .info-item:last-child {
        border-bottom: none;
    }

    .info-item i {
        color: #1E73BE;
        font-size: 1.3rem;
        flex-shrink: 0;
    }

    .info-item strong {
        display: block;
        font-size: 0.9rem;
        color: #000000;
        margin-bottom: 0.25rem;
    }

    .info-item p {
        font-size: 0.9rem;
        color: #666666;
        margin: 0;
    }

    .location-list {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .location-list li {
        display: flex;
        align-items: center;
        gap: 0.75rem;
        padding: 0.75rem 0;
        font-size: 0.9rem;
        color: #666666;
        border-bottom: 1px solid #e8e8e8;
    }

    .location-list li:last-child {
        border-bottom: none;
    }

    .location-list i {
        color: #1E73BE;
        font-size: 0.9rem;
    }

    /* Lawyer Section */
    .schadenregulierung-lawyer {
        padding: 5rem 0;
        background: #f8f9fa;
    }

    .lawyer-content {
        display: grid;
        grid-template-columns: 150px 1fr;
        gap: 3rem;
        align-items: center;
        background: #ffffff;
        padding: 3rem;
        border-left: 3px solid #1E73BE;
    }

    .lawyer-icon {
        width: 150px;
        height: 150px;
        background: #1E73BE;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .lawyer-icon i {
        font-size: 4rem;
        color: #ffffff;
    }

    .lawyer-text h2 {
        font-size: 2rem;
        font-weight: 700;
        color: #000000;
        margin-bottom: 1rem;
    }

    .lawyer-text p {
        font-size: 1rem;
        line-height: 1.8;
        color: #666666;
        margin-bottom: 2rem;
    }

    .lawyer-benefits {
        display: flex;
        gap: 2rem;
        flex-wrap: wrap;
    }

    .lawyer-benefit {
        display: flex;
        align-items: center;
        gap: 0.75rem;
    }

    .lawyer-benefit i {
        font-size: 1.5rem;
        color: #1E73BE;
    }

    .lawyer-benefit span {
        font-size: 0.95rem;
        font-weight: 600;
        color: #000000;
    }

    /* Process, Why, FAQ, CTA - same structure */
    .schadenregulierung-process {
        padding: 5rem 0;
        background: #ffffff;
    }

    .process-header {
        text-align: center;
        max-width: 800px;
        margin: 0 auto 4rem;
    }

    .process-timeline {
        max-width: 900px;
        margin: 0 auto;
    }

    .timeline-item {
        display: flex;
        gap: 2rem;
        margin-bottom: 3rem;
        position: relative;
    }

    .timeline-item::after {
        content: '';
        position: absolute;
        left: 30px;
        top: 60px;
        bottom: -30px;
        width: 2px;
        background: #e8e8e8;
    }

    .timeline-item:last-child::after {
        display: none;
    }

    .timeline-number {
        width: 60px;
        height: 60px;
        background: #1E73BE;
        color: #ffffff;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1.5rem;
        font-weight: 700;
        flex-shrink: 0;
        position: relative;
        z-index: 1;
    }

    .timeline-content {
        flex: 1;
        padding-top: 0.5rem;
    }

    .timeline-content h3 {
        font-size: 1.3rem;
        font-weight: 700;
        color: #000000;
        margin-bottom: 0.75rem;
    }

    .timeline-content p {
        font-size: 0.95rem;
        color: #666666;
        line-height: 1.6;
        margin: 0;
    }

    .schadenregulierung-why {
        padding: 5rem 0;
        background: #f8f9fa;
    }

    .schadenregulierung-why h2 {
        font-size: 2.2rem;
        font-weight: 700;
        text-align: center;
        color: #000000;
        margin-bottom: 3rem;
    }

    .why-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 2.5rem;
    }

    .why-item {
        text-align: center;
        padding: 2rem;
        background: #ffffff;
        border-left: 3px solid #1E73BE;
    }

    .why-item i {
        font-size: 2.5rem;
        color: #1E73BE;
        margin-bottom: 1rem;
    }

    .why-item h4 {
        font-size: 1.2rem;
        font-weight: 700;
        color: #000000;
        margin-bottom: 0.75rem;
    }

    .why-item p {
        font-size: 0.95rem;
        color: #666666;
        line-height: 1.6;
        margin: 0;
    }

    .schadenregulierung-faq {
        padding: 5rem 0;
        background: #ffffff;
    }

    .faq-header {
        text-align: center;
        max-width: 800px;
        margin: 0 auto 4rem;
    }

    .faq-list {
        max-width: 900px;
        margin: 0 auto;
    }

    .faq-item {
        background: #f8f9fa;
        margin-bottom: 1rem;
        border: 1px solid #e8e8e8;
    }

    .faq-question {
        padding: 1.5rem 2rem;
        cursor: pointer;
        display: flex;
        justify-content: space-between;
        align-items: center;
        transition: all 0.3s ease;
    }

    .faq-question:hover {
        background: #ffffff;
    }

    .faq-question h4 {
        font-size: 1.1rem;
        font-weight: 600;
        color: #000000;
        margin: 0;
    }

    .faq-question i {
        color: #1E73BE;
        transition: transform 0.3s ease;
    }

    .faq-answer {
        padding: 0 2rem 1.5rem;
        display: none;
    }

    .faq-answer p {
        font-size: 0.95rem;
        color: #666666;
        line-height: 1.7;
        margin: 0;
    }

    .faq-item.active .faq-answer {
        display: block;
    }

    .faq-item.active .faq-question i {
        transform: rotate(180deg);
    }

    .schadenregulierung-cta {
        padding: 5rem 0;
        background: linear-gradient(135deg, #1E73BE 0%, #155a94 100%);
        color: #ffffff;
    }

    .cta-content {
        text-align: center;
        max-width: 800px;
        margin: 0 auto;
    }

    .cta-content h2 {
        font-size: 2rem;
        font-weight: 700;
        margin-bottom: 1rem;
    }

    .cta-content p {
        font-size: 1.1rem;
        margin-bottom: 2rem;
        opacity: 0.95;
    }

    .cta-buttons {
        display: flex;
        gap: 1rem;
        justify-content: center;
        flex-wrap: wrap;
    }

    .cta-btn-primary,
    .cta-btn-secondary {
        display: inline-flex;
        align-items: center;
        gap: 0.75rem;
        padding: 1rem 2rem;
        font-weight: 600;
        font-size: 1rem;
        text-decoration: none;
        transition: all 0.3s ease;
    }

    .cta-btn-primary {
        background: #ffffff;
        color: #1E73BE;
        border: 2px solid #ffffff;
    }

    .cta-btn-primary:hover {
        background: transparent;
        color: #ffffff;
    }

    .cta-btn-secondary {
        background: transparent;
        color: #ffffff;
        border: 2px solid #ffffff;
    }

    .cta-btn-secondary:hover {
        background: #ffffff;
        color: #1E73BE;
    }

    /* Responsive */
    @media screen and (max-width: 968px) {
        .schadenregulierung-hero {
            padding: 9rem 0 2rem;
        }

        .schadenregulierung-hero-title {
            font-size: 2.5rem;
        }

        .hero-content-wrapper {
            grid-template-columns: 1fr;
            gap: 2rem;
        }

        .hero-image-content {
            order: -1;
        }

        .schadenregulierung-content {
            grid-template-columns: 1fr;
            gap: 3rem;
        }

        .content-sidebar {
            order: -1;
        }

        .lawyer-content {
            grid-template-columns: 1fr;
            text-align: center;
        }

        .lawyer-icon {
            margin: 0 auto;
        }

        .lawyer-benefits {
            justify-content: center;
        }

        .why-grid {
            grid-template-columns: 1fr;
        }

        .schadenregulierung-hero-cta,
        .cta-buttons {
            flex-direction: column;
        }

        .hero-btn-primary,
        .hero-btn-secondary,
        .cta-btn-primary,
        .cta-btn-secondary {
            width: 100%;
            justify-content: center;
        }
    }

    @media screen and (max-width: 768px) {
        .schadenregulierung-hero {
            padding: 7rem 0 1.5rem;
        }

        .schadenregulierung-hero-title {
            font-size: 2rem;
        }

        .content-title {
            font-size: 1.8rem;
        }
    }