/* Mobile Responsive Styles - Zentral für alle Service-Seiten */
@media (max-width: 768px) {
    /* Titles & Text */
    .section-title {
        font-size: 2rem !important;
    }

    .section-subtitle {
        font-size: 1rem !important;
        line-height: 1.6 !important;
    }

    /* Grid Layouts */
    .grid-2,
    .grid-3 {
        grid-template-columns: 1fr !important;
        gap: 1.5rem !important;
    }

    /* Cards */
    .card {
        padding: 1.5rem !important;
    }

    .card h3,
    .card-title {
        font-size: 1.25rem !important;
    }

    .card p,
    .card-text {
        font-size: 0.95rem !important;
    }

    /* Hero Sections & Large Containers */
    div[style*="padding: 3rem"],
    div[style*="padding: 2.5rem"] {
        padding: 2rem 1.5rem !important;
        margin-top: 2rem !important;
        border-radius: 1rem !important;
    }

    /* Headings in colored sections */
    h2[style*="font-size: 2.2rem"],
    h2[style*="font-size: 2rem"] {
        font-size: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }

    h2[style*="font-size: 1.8rem"],
    h2[style*="font-size: 1.6rem"] {
        font-size: 1.4rem !important;
    }

    h3[style*="font-size: 1.4rem"],
    h3[style*="font-size: 1.3rem"] {
        font-size: 1.2rem !important;
    }

    h4[style*="font-size: 1.2rem"],
    h4[style*="font-size: 1.1rem"] {
        font-size: 1rem !important;
    }

    p[style*="font-size: 1.3rem"],
    p[style*="font-size: 1.1rem"] {
        font-size: 1rem !important;
        line-height: 1.6 !important;
    }

    /* Lists */
    ul li {
        font-size: 0.9rem !important;
        line-height: 1.6 !important;
    }

    ul li span {
        font-size: 0.9rem !important;
    }

    /* Inner Cards/Boxes */
    div[style*="padding: 2rem"] {
        padding: 1.5rem !important;
    }

    div[style*="padding: 1.5rem"] {
        padding: 1rem !important;
    }

    /* Decorative Elements */
    div[style*="width: 200px"][style*="height: 200px"],
    div[style*="width: 150px"][style*="height: 150px"] {
        width: 80px !important;
        height: 80px !important;
        opacity: 0.3 !important;
    }

    div[style*="width: 80px"][style*="height: 3px"] {
        width: 60px !important;
    }

    /* SVG Icons */
    svg {
        max-width: 1.5rem !important;
        max-height: 1.5rem !important;
    }

    .card-icon svg {
        max-width: 2rem !important;
        max-height: 2rem !important;
    }

    /* Comparison Section Specific (KI-Programmierung) */
    div[style*="display: flex"][style*="align-items: stretch"] {
        flex-direction: column !important;
        gap: 1.5rem !important;
    }

    div[style*="max-width: 400px"] {
        max-width: 100% !important;
    }

    div[style*="min-width: 80px"] {
        display: none !important;
    }

    /* Stats/Numbers */
    div[style*="font-size: 3rem"] {
        font-size: 2rem !important;
    }

    /* Buttons */
    .hero-buttons {
        flex-direction: column !important;
        gap: 1rem !important;
    }

    .btn {
        width: 100% !important;
        text-align: center !important;
        justify-content: center !important;
    }
}
