    :root {
        --primary: #00D9A3;
        --primary-dark: #00B88A;
        --bg-dark: #0f0f0f;
        --bg-darker: #0a0a0a;
        --bg-light: #f8f9fa;
        --text-white: #ffffff;
        --text-dim: #9ca3af;
        --text-dark: #1a1a1a;
        --text-mid: #4a4a4a;
        --border-glow: rgba(0,217,163,0.4);
        --radius-lg: 1rem;
        --radius-md: 0.75rem;
    }

    body.page-template-page-webentwicklung-final {
        background: #000;
        font-family: 'Manrope', system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
        -webkit-font-smoothing: antialiased;
    }

    .section-inner {
        max-width: 1280px;
        margin: 0 auto;
        padding: 3rem 1.5rem 4rem;
    }
    @media (min-width: 768px) {
        .section-inner {
            padding: 4rem 1.5rem 5rem;
        }
    }

    /* HERO LIGHT */
    .hero-wrapper {
        background: radial-gradient(circle at 20% 20%, rgba(0,217,163,0.08) 0%, rgba(255,255,255,0) 70%), #f8f9fa;
        color: var(--text-dark);
        padding: 5rem 1.5rem 6rem;
        box-shadow: inset 0 0 200px rgba(0, 217, 163, 0.05);
    }

    .hero-inner {
        max-width: 1280px;
        margin: 0 auto;
        display: grid;
        grid-template-columns: minmax(0,1fr) minmax(0,420px);
        gap: 2.5rem;
        align-items: start;
    }
    @media (max-width: 900px) {
        .hero-inner {
            grid-template-columns: 1fr;
        }
    }

    .highlight-badge {
        display: inline-flex;
        align-items: center;
        gap: 0.5rem;
        background: radial-gradient(circle at left top, rgba(0,217,163,0.15) 0%, rgba(255,255,255,0) 60%);
        background-color: rgba(0,217,163,0.1);
        border: 1px solid rgba(0,217,163,0.4);
        border-radius: 999px;
        padding: 0.5rem 0.75rem;
        font-size: 0.7rem;
        font-weight: 600;
        color: var(--text-dark);
        line-height: 1.2;
        margin-bottom: 1rem;
    }
    .highlight-dot {
        width: 8px;
        height: 8px;
        border-radius: 999px;
        background: var(--primary);
    }

    .hero-headline {
        font-size: clamp(2rem, 1rem + 2vw, 2.8rem);
        line-height: 1.1;
        font-weight: 700;
        letter-spacing: -0.04em;
        color: var(--text-dark);
        margin: 0 0 1rem 0;
       
    }
    .hero-headline .accent {
        color: var(--primary);
        display: inline-block;
    }

    .hero-desc {
        font-size: 1rem;
        line-height: 1.5;
        color: var(--text-mid);
        max-width: 46ch;
        margin-bottom: 1.5rem;
    }

    .hero-bullets {
        display: grid;
        gap: 0.75rem;
        margin-bottom: 2rem;
    }
    .hero-bullet-row {
        display: flex;
        align-items: flex-start;
        gap: 0.6rem;
        color: var(--text-dark);
        font-size: 0.95rem;
        line-height: 1.4;
        font-weight: 500;
    }
    .check-icon {
        width: 1.4rem;
        height: 1.4rem;
        min-width: 1.4rem;
        border-radius: 0.5rem;
        background: linear-gradient(to bottom right, var(--primary), var(--primary-dark));
        color: #000;
        font-weight: 700;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 0.8rem;
        line-height: 1;
        border: 1px solid rgba(0,0,0,0.1);
    }

    .hero-actions-row {
        display: flex;
        flex-wrap: wrap;
        gap: 1rem;
        margin-bottom: 2rem;
    }
    .call-chip {
        display: flex;
        align-items: center;
        gap: 0.6rem;
        background: #fff;
        border-radius: var(--radius-md);
        border: 1px solid rgba(0,0,0,0.1);
        padding: 0.75rem 1rem;
        font-size: 0.9rem;
        line-height: 1.2;
        font-weight: 600;
        color: var(--text-dark);
        text-decoration: none;
        transition: all 0.3s ease;
    }
    .call-chip:hover {
        transform: translateY(-2px);
    }
    .call-chip .chip-icon-circle {
        width: 1.6rem;
        height: 1.6rem;
        border-radius: 999px;
        background: radial-gradient(circle at 30% 30%, var(--primary) 0%, var(--primary-dark) 70%);
        color: #000;
        font-weight: 600;
        font-size: 0.8rem;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .wa-chip {
        display: flex;
        flex-direction: column;
        justify-content: center;
        background: radial-gradient(circle at 20% 20%, rgba(0,0,0,0.05) 0%, rgba(0,0,0,0) 60%), linear-gradient(to bottom right, var(--primary), var(--primary-dark));
        border-radius: var(--radius-md);
        padding: 0.75rem 1rem;
        min-width: 200px;
        color: #000;
        text-decoration: none;
        font-weight: 600;
        font-size: 0.9rem;
        line-height: 1.3;
        border: 1px solid rgba(0,0,0,0.1);
        transition: all 0.3s ease;
    }
    .wa-chip:hover {
        transform: translateY(-2px);
    }
    .wa-chip .wa-top {
        font-size: 0.8rem;
        font-weight: 500;
        opacity: 0.8;
        line-height: 1.2;
        color: #000;
    }
    .wa-chip .wa-bottom {
        font-size: 0.9rem;
        line-height: 1.3;
        font-weight: 700;
        color: #000;
    }

    .offer-chip {
        display: flex;
        align-items: center;
        justify-content: center;
        background: #fff;
        border-radius: var(--radius-md);
        border: 2px solid var(--primary);
        padding: 0.75rem 1.5rem;
        font-size: 0.9rem;
        line-height: 1.2;
        font-weight: 600;
        color: var(--primary);
        text-decoration: none;
        transition: all 0.3s ease;
        cursor: pointer;
        min-width: 160px;
    }
    .offer-chip:hover {
        background: var(--primary);
        color: #000;
        transform: translateY(-2px);
    }

    .hero-stats {
        display: flex;
        gap: 2rem;
        padding-top: 1.5rem;
        border-top: 1px solid rgba(0,0,0,0.1);
    }
    .stat-box {
        display: flex;
        flex-direction: column;
    }
    .stat-num {
        font-size: 1.8rem;
        font-weight: 700;
        color: var(--primary);
        line-height: 1;
        margin-bottom: 0.25rem;
    }
    .stat-label {
        font-size: 0.8rem;
        color: var(--text-mid);
        line-height: 1.3;
    }

    .hero-sidecard {
        background: rgba(255,255,255,0.9);
        border-radius: var(--radius-lg);
        border: 1px solid rgba(0,0,0,0.1);
        padding: 1.25rem 1rem 1rem;
        color: var(--text-dark);
        min-height: 100%;
        backdrop-filter: blur(10px);
    }
    .sidecard-title {
        font-size: 0.95rem;
        font-weight: 600;
        color: var(--text-dark);
        line-height: 1.4;
        margin-bottom: 0.5rem;
    }
    .sidecard-desc {
        font-size: 0.85rem;
        line-height: 1.5;
        color: var(--text-mid);
        margin-bottom: 1.25rem;
    }
    .sidecard-list {
        display: grid;
        gap: 1rem;
        font-size: 0.9rem;
        color: var(--text-dark);
        line-height: 1.4;
    }
    .sidecard-item {
        display: grid;
        grid-template-columns: auto 1fr;
        gap: 0.75rem;
        align-items: flex-start;
    }
   .sidecard-accent {
        background: linear-gradient(135deg, #FFD700 0%, #FFA500 100%);
        border: 1px solid rgba(0,0,0,0.1);
        border-radius: 0.5rem;
        min-width: 2rem;
        min-height: 2rem;
        font-size: 0.8rem;
        line-height: 1;
        color: #000;
        font-weight: 700;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0 0 20px rgba(255, 215, 0, 0.6), 0 0 40px rgba(255, 215, 0, 0.4);
        animation: starGlow 2s ease-in-out infinite;
    }
    
    .sidecard-accent svg {
        width: 1.2rem;
        height: 1.2rem;
        color: #000;
        filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
    }
    
    @keyframes starGlow {
        0%, 100% { 
            box-shadow: 0 0 20px rgba(255, 215, 0, 0.6), 0 0 40px rgba(255, 215, 0, 0.4);
            transform: scale(1);
        }
        50% { 
            box-shadow: 0 0 30px rgba(255, 215, 0, 0.8), 0 0 60px rgba(255, 215, 0, 0.6);
            transform: scale(1.05);
        }
    }
    .sidecard-item-text {
        padding-top: 0.35rem;
    }
    .sidecard-item-title {
        font-size: 0.9rem;
        font-weight: 600;
        color: var(--text-dark);
        line-height: 1.3;
        margin-bottom: 0.2rem;
    }
    .sidecard-item-desc {
        font-size: 0.8rem;
        color: var(--text-mid);
        line-height: 1.3;
    }

    /* ============================================
       PLATFORMS SECTION - Plateformes supportées
       ============================================ */
    .platforms-wrapper {
        background: var(--bg-light);
        border-top: 1px solid rgba(0,0,0,0.05);
        padding: 2.5rem 1.5rem;
    }

    .platforms-inner {
        max-width: 1280px;
        margin: 0 auto;
        text-align: center;
    }

    .platforms-title {
        font-size: 0.85rem;
        font-weight: 600;
        letter-spacing: 0.05em;
        text-transform: uppercase;
        color: var(--text-mid);
        margin-bottom: 1.75rem;
    }

    .platforms-grid {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 4rem;
        flex-wrap: wrap;
    }

    .platform-item {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 0.75rem;
        transition: all 0.3s ease;
        opacity: 0.6;
    }

    .platform-item:hover {
        opacity: 1;
        transform: translateY(-5px);
    }

    .platform-logo-wrapper {
        width: 80px;
        height: 80px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #fff;
        border-radius: var(--radius-md);
        border: 1px solid rgba(0,0,0,0.08);
        box-shadow: 0 5px 20px rgba(0,0,0,0.05);
        transition: all 0.3s ease;
        padding: 1rem;
    }

    .platform-item:hover .platform-logo-wrapper {
        border-color: rgba(0,217,163,0.3);
        box-shadow: 0 10px 40px rgba(0,217,163,0.15);
        transform: scale(1.05);
    }

    .platform-logo {
        max-width: 100%;
        max-height: 100%;
        width: auto;
        height: auto;
        object-fit: contain;
        transition: filter 0.3s ease;
    }

    .platform-name {
        font-size: 0.85rem;
        font-weight: 600;
        color: var(--text-mid);
        transition: color 0.3s ease;
    }

    .platform-item:hover .platform-name {
        color: var(--primary);
    }

    /* ============================================
       SERVICES SECTION - VERSION AMÉLIORÉE AVEC SVG
       ============================================ */
    .services-wrapper {
        background: var(--bg-dark);
        color: var(--text-white);
        position: relative;
        overflow: hidden;
    }

    /* Grille animée en arrière-plan */
    .services-wrapper::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: 
            linear-gradient(90deg, rgba(0,217,163,0.03) 1px, transparent 1px),
            linear-gradient(rgba(0,217,163,0.03) 1px, transparent 1px);
        background-size: 50px 50px;
        animation: grid-flow 20s linear infinite;
        opacity: 0.3;
    }

    @keyframes grid-flow {
        0% { transform: translate(0, 0); }
        100% { transform: translate(50px, 50px); }
    }

    .section-header-sm {
        font-size: 0.7rem;
        font-weight: 600;
        letter-spacing: 0.1em;
        text-transform: uppercase;
        color: var(--primary);
        margin-bottom: 0.5rem;
        display: inline-block;
        position: relative;
    }

    .section-header-sm::after {
        content: '';
        position: absolute;
        bottom: -4px;
        left: 0;
        width: 0;
        height: 2px;
        background: var(--primary);
        transition: width 0.6s ease;
    }

    .section-inner:hover .section-header-sm::after {
        width: 100%;
    }

    .section-title {
        font-size: clamp(1.6rem, 0.8rem + 1.5vw, 2rem);
        font-weight: 700;
        line-height: 1.2;
        color: var(--text-white);
        margin-bottom: 2rem;
    }

    .services-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
        gap: 2rem;
        position: relative;
        z-index: 1;
    }

    /* Cards avec effet 3D et animations - MAINTENANT UN LIEN */
    .service-card {
        background: rgba(15,15,15,0.6);
        border: 1px solid rgba(255,255,255,0.08);
        border-radius: var(--radius-lg);
        padding: 2rem 1.5rem 1.5rem;
        color: var(--text-white);
        box-shadow: 0 10px 40px rgba(0,0,0,0.5);
        transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        position: relative;
        overflow: hidden;
        cursor: pointer;
        transform-style: preserve-3d;
        display: block;
        text-decoration: none;
    }

    /* Effet de breathing subtil */
    .service-card {
        animation: card-breathing 4s ease-in-out infinite;
    }

    @keyframes card-breathing {
        0%, 100% { transform: translateY(0); }
        50% { transform: translateY(-4px); }
    }

    .service-card:hover {
        animation: none;
        border-color: var(--border-glow);
        box-shadow: 
            0 20px 60px rgba(0,217,163,0.3),
            0 0 40px rgba(0,217,163,0.15),
            inset 0 1px 0 rgba(255,255,255,0.1);
        transform: translateY(-8px) scale(1.02);
    }

    /* Effet de lueur qui suit le curseur */
    .service-card::before {
        content: '';
        position: absolute;
        top: -50%;
        left: -50%;
        width: 200%;
        height: 200%;
        background: radial-gradient(
            circle at var(--mouse-x, 50%) var(--mouse-y, 50%),
            rgba(0,217,163,0.15) 0%,
            transparent 50%
        );
        opacity: 0;
        transition: opacity 0.3s ease;
        pointer-events: none;
    }

    .service-card:hover::before {
        opacity: 1;
    }

    /* Numéro avec effet glassmorphism */
    .service-number {
        position: absolute;
        top: 1.5rem;
        right: 1.5rem;
        font-size: 3.5rem;
        font-weight: 700;
        background: linear-gradient(135deg, rgba(0,217,163,0.15) 0%, rgba(0,217,163,0.05) 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        line-height: 1;
        transition: all 0.4s ease;
    }

    .service-card:hover .service-number {
        transform: scale(1.1) rotate(5deg);
        background: linear-gradient(135deg, rgba(0,217,163,0.3) 0%, rgba(0,217,163,0.1) 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    /* Conteneur icône avec animations avancées */
    .service-icon-wrapper {
        width: 4.5rem;
        height: 4.5rem;
        position: relative;
        margin-bottom: 1.5rem;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .service-icon-bg {
        position: absolute;
        width: 100%;
        height: 100%;
        border-radius: var(--radius-md);
        background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
        box-shadow: 
            0 10px 30px rgba(0,217,163,0.3),
            0 0 0 0 rgba(0,217,163,0.4);
        transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    }

    .service-card:hover .service-icon-bg {
        box-shadow: 
            0 15px 40px rgba(0,217,163,0.5),
            0 0 0 8px rgba(0,217,163,0.2);
        transform: scale(1.05) rotate(5deg);
    }

    /* Effet de pulsation */
    .service-icon-bg::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100%;
        height: 100%;
        border-radius: var(--radius-md);
        background: inherit;
        transform: translate(-50%, -50%);
        animation: icon-pulse 2s ease-out infinite;
        opacity: 0;
    }

    @keyframes icon-pulse {
        0% {
            transform: translate(-50%, -50%) scale(1);
            opacity: 0.8;
        }
        100% {
            transform: translate(-50%, -50%) scale(1.5);
            opacity: 0;
        }
    }

    /* Icône SVG */
    .service-icon {
        width: 2.2rem;
        height: 2.2rem;
        position: relative;
        z-index: 2;
        color: #000;
        transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    }

    .service-card:hover .service-icon {
        transform: scale(1.15) rotate(-5deg);
    }

    /* Animations flottantes pour chaque icône */
    .service-card:nth-child(1) .service-icon {
        animation: float-icon-1 3s ease-in-out infinite;
    }

    .service-card:nth-child(2) .service-icon {
        animation: float-icon-2 3.5s ease-in-out infinite;
    }

    .service-card:nth-child(3) .service-icon {
        animation: float-icon-3 4s ease-in-out infinite;
    }

    @keyframes float-icon-1 {
        0%, 100% { transform: translateY(0) rotate(0deg); }
        50% { transform: translateY(-6px) rotate(3deg); }
    }

    @keyframes float-icon-2 {
        0%, 100% { transform: translateY(0) rotate(0deg); }
        50% { transform: translateY(-8px) rotate(-3deg); }
    }

    @keyframes float-icon-3 {
        0%, 100% { transform: translateY(0) rotate(0deg); }
        50% { transform: translateY(-5px) rotate(2deg); }
    }

    .service-title {
        font-size: 1.15rem;
        font-weight: 600;
        line-height: 1.3;
        color: var(--text-white);
        margin-bottom: 0.75rem;
        transition: color 0.3s ease;
    }

    .service-card:hover .service-title {
        color: var(--primary);
    }

    .service-desc {
        font-size: 0.9rem;
        line-height: 1.6;
        color: var(--text-dim);
        transition: color 0.3s ease;
        margin-bottom: 1.5rem;
    }

    .service-card:hover .service-desc {
        color: rgba(255,255,255,0.9);
    }

    /* NOUVEAU: Lien "Mehr erfahren" en bas */
    .service-link {
        display: inline-flex;
        align-items: center;
        gap: 0.5rem;
        font-size: 0.9rem;
        font-weight: 600;
        color: var(--primary);
        text-decoration: none;
        transition: all 0.3s ease;
        margin-top: auto;
        padding-top: 1rem;
    }

    .service-link-arrow {
        font-size: 1.1rem;
        transition: transform 0.3s ease;
    }

    .service-card:hover .service-link {
        gap: 0.75rem;
    }

    .service-card:hover .service-link-arrow {
        transform: translateX(4px);
    }

    /* Effet de particule au hover */
    .service-card::after {
        content: '';
        position: absolute;
        bottom: -50px;
        right: -50px;
        width: 100px;
        height: 100px;
        background: radial-gradient(circle, var(--primary) 0%, transparent 70%);
        border-radius: 50%;
        opacity: 0;
        transition: all 0.6s ease;
        filter: blur(20px);
    }

    .service-card:hover::after {
        opacity: 0.2;
        transform: translate(-20px, -20px);
    }

    /* Animation de révélation au scroll */
    @keyframes reveal-up {
        from {
            opacity: 0;
            transform: translateY(30px);
        }
        to {
            opacity: 1;
            transform: translateY(0);
        }
    }

    .service-card {
        animation: reveal-up 0.6s ease-out backwards, card-breathing 4s ease-in-out infinite 0.6s;
    }

    .service-card:nth-child(1) { animation-delay: 0.1s, 0.7s; }
    .service-card:nth-child(2) { animation-delay: 0.2s, 0.8s; }
    .service-card:nth-child(3) { animation-delay: 0.3s, 0.9s; }

    /* ============================================
       BENEFITS SECTION - VERSION AMÉLIORÉE AVEC SVG
       ============================================ */
    .benefits-wrapper {
        background: var(--bg-light);
        color: var(--text-dark);
        position: relative;
    }

    .benefits-wrapper .section-title {
        color: var(--text-dark);
    }

    .benefits-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
        gap: 1.5rem;
    }

    .benefit-card {
        background: #fff;
        border: 1px solid rgba(0,0,0,0.08);
        border-radius: var(--radius-md);
        padding: 1.5rem 1.25rem;
        box-shadow: 0 5px 20px rgba(0,0,0,0.05);
        transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        position: relative;
        overflow: hidden;
    }

    /* Effet de breathing */
    .benefit-card {
        animation: benefit-breathing 5s ease-in-out infinite;
    }

    @keyframes benefit-breathing {
        0%, 100% { transform: translateY(0); }
        50% { transform: translateY(-3px); }
    }

    .benefit-card:hover {
        animation: none;
        border-color: rgba(0,217,163,0.4);
        box-shadow: 0 15px 50px rgba(0,217,163,0.2);
        transform: translateY(-6px) scale(1.02);
    }

    /* Effet de lueur au hover */
    .benefit-card::before {
        content: '';
        position: absolute;
        top: -50%;
        left: -50%;
        width: 200%;
        height: 200%;
        background: radial-gradient(
            circle at center,
            rgba(0,217,163,0.1) 0%,
            transparent 50%
        );
        opacity: 0;
        transition: opacity 0.3s ease;
        pointer-events: none;
    }

    .benefit-card:hover::before {
        opacity: 1;
    }

    /* Conteneur icône avec animations */
    .benefit-icon-wrapper {
        width: 3.5rem;
        height: 3.5rem;
        position: relative;
        margin-bottom: 1.25rem;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .benefit-icon-bg {
        position: absolute;
        width: 100%;
        height: 100%;
        border-radius: var(--radius-md);
        background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
        box-shadow: 0 8px 25px rgba(0,217,163,0.3);
        transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    }

    .benefit-card:hover .benefit-icon-bg {
        box-shadow: 
            0 12px 35px rgba(0,217,163,0.5),
            0 0 0 6px rgba(0,217,163,0.15);
        transform: scale(1.08) rotate(8deg);
    }

    /* Effet de pulsation subtile */
    .benefit-icon-bg::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100%;
        height: 100%;
        border-radius: var(--radius-md);
        background: inherit;
        transform: translate(-50%, -50%);
        animation: benefit-icon-pulse 2.5s ease-out infinite;
        opacity: 0;
    }

    @keyframes benefit-icon-pulse {
        0% {
            transform: translate(-50%, -50%) scale(1);
            opacity: 0.6;
        }
        100% {
            transform: translate(-50%, -50%) scale(1.4);
            opacity: 0;
        }
    }

    /* SVG Icon - Blanc */
    .benefit-icon {
        width: 1.8rem;
        height: 1.8rem;
        position: relative;
        z-index: 2;
        color: #fff;
        transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    }

    .benefit-card:hover .benefit-icon {
        transform: scale(1.15) rotate(-8deg);
    }

    /* Animations flottantes spécifiques pour chaque icône */
    .benefit-card:nth-child(1) .benefit-icon {
        animation: float-benefit-1 3.2s ease-in-out infinite;
    }

    .benefit-card:nth-child(2) .benefit-icon {
        animation: float-benefit-2 3.6s ease-in-out infinite;
    }

    .benefit-card:nth-child(3) .benefit-icon {
        animation: float-benefit-3 4s ease-in-out infinite;
    }

    .benefit-card:nth-child(4) .benefit-icon {
        animation: float-benefit-4 3.4s ease-in-out infinite;
    }

    .benefit-card:nth-child(5) .benefit-icon {
        animation: float-benefit-5 3.8s ease-in-out infinite;
    }

    .benefit-card:nth-child(6) .benefit-icon {
        animation: float-benefit-6 4.2s ease-in-out infinite;
    }

    @keyframes float-benefit-1 {
        0%, 100% { transform: translateY(0) rotate(0deg); }
        50% { transform: translateY(-5px) rotate(2deg); }
    }

    @keyframes float-benefit-2 {
        0%, 100% { transform: translateY(0) rotate(0deg); }
        50% { transform: translateY(-6px) rotate(-2deg); }
    }

    @keyframes float-benefit-3 {
        0%, 100% { transform: translateY(0) rotate(0deg); }
        50% { transform: translateY(-4px) rotate(3deg); }
    }

    @keyframes float-benefit-4 {
        0%, 100% { transform: translateY(0) rotate(0deg); }
        50% { transform: translateY(-7px) rotate(-3deg); }
    }

    @keyframes float-benefit-5 {
        0%, 100% { transform: translateY(0) rotate(0deg); }
        50% { transform: translateY(-5px) rotate(2deg); }
    }

    @keyframes float-benefit-6 {
        0%, 100% { transform: translateY(0) rotate(0deg); }
        50% { transform: translateY(-6px) rotate(-2deg); }
    }

    .benefit-title {
        font-size: 1.05rem;
        font-weight: 600;
        line-height: 1.3;
        color: var(--text-dark);
        margin-bottom: 0.5rem;
        transition: color 0.3s ease;
    }

    .benefit-card:hover .benefit-title {
        color: var(--primary);
    }

    .benefit-desc {
        font-size: 0.88rem;
        line-height: 1.5;
        color: var(--text-mid);
        transition: color 0.3s ease;
    }

    .benefit-card:hover .benefit-desc {
        color: var(--text-dark);
    }

    /* Animation de révélation au scroll */
    @keyframes reveal-up-benefit {
        from {
            opacity: 0;
            transform: translateY(25px);
        }
        to {
            opacity: 1;
            transform: translateY(0);
        }
    }

    .benefit-card {
        animation: reveal-up-benefit 0.5s ease-out backwards, benefit-breathing 5s ease-in-out infinite 0.5s;
    }

    .benefit-card:nth-child(1) { animation-delay: 0.05s, 0.55s; }
    .benefit-card:nth-child(2) { animation-delay: 0.1s, 0.6s; }
    .benefit-card:nth-child(3) { animation-delay: 0.15s, 0.65s; }
    .benefit-card:nth-child(4) { animation-delay: 0.2s, 0.7s; }
    .benefit-card:nth-child(5) { animation-delay: 0.25s, 0.75s; }
    .benefit-card:nth-child(6) { animation-delay: 0.3s, 0.8s; }

    /* Effet de particule lumineuse au hover */
    .benefit-card::after {
        content: '';
        position: absolute;
        bottom: -40px;
        right: -40px;
        width: 80px;
        height: 80px;
        background: radial-gradient(circle, var(--primary) 0%, transparent 70%);
        border-radius: 50%;
        opacity: 0;
        transition: all 0.5s ease;
        filter: blur(15px);
    }

    .benefit-card:hover::after {
        opacity: 0.15;
        transform: translate(-15px, -15px);
    }

    /* ============================================
       TESTIMONIALS SECTION - Erfahrungen & Feedback
       ============================================ */
    .testimonials-wrapper {
        background: var(--bg-light);
        color: var(--text-dark);
        position: relative;
    }

    .testimonials-wrapper .section-header-sm {
        color: var(--primary);
    }

    .testimonials-wrapper .section-title {
        color: var(--text-dark);
    }

    .testimonials-intro {
        text-align: center;
        color: var(--text-mid);
        font-size: 1rem;
        margin-bottom: 2rem;
        max-width: 700px;
        margin-left: auto;
        margin-right: auto;
    }

    .testimonials-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        gap: 2rem;
        margin-top: 3rem;
    }

    .testimonial-card {
        background: #fff;
        border: 1px solid rgba(0,0,0,0.08);
        border-radius: var(--radius-lg);
        padding: 2rem 1.5rem;
        box-shadow: 0 5px 20px rgba(0,0,0,0.05);
        transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        position: relative;
        overflow: hidden;
        display: flex;
        flex-direction: column;
    }

    .testimonial-card {
        animation: testimonial-breathing 5s ease-in-out infinite;
    }

    @keyframes testimonial-breathing {
        0%, 100% { transform: translateY(0); }
        50% { transform: translateY(-3px); }
    }

    .testimonial-card:hover {
        animation: none;
        border-color: rgba(0,217,163,0.3);
        box-shadow: 0 15px 50px rgba(0,217,163,0.15);
        transform: translateY(-6px) scale(1.02);
    }

    .testimonial-stars {
        display: flex;
        gap: 0.25rem;
        margin-bottom: 1.5rem;
        font-size: 1.2rem;
        color: #FFA500;
    }

    .star {
        transition: transform 0.3s ease;
    }

    .testimonial-card:hover .star {
        transform: scale(1.15);
    }

    .testimonial-card:hover .star:nth-child(1) { transition-delay: 0s; }
    .testimonial-card:hover .star:nth-child(2) { transition-delay: 0.05s; }
    .testimonial-card:hover .star:nth-child(3) { transition-delay: 0.1s; }
    .testimonial-card:hover .star:nth-child(4) { transition-delay: 0.15s; }
    .testimonial-card:hover .star:nth-child(5) { transition-delay: 0.2s; }

    .testimonial-text {
        font-size: 0.95rem;
        line-height: 1.6;
        color: var(--text-mid);
        margin-bottom: 2rem;
        flex-grow: 1;
    }

    .testimonial-profile {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 1rem;
        margin-top: auto;
    }

    .testimonial-avatar {
        width: 4rem;
        height: 4rem;
        border-radius: 50%;
        overflow: hidden;
        border: 3px solid var(--primary);
        box-shadow: 0 5px 20px rgba(0,217,163,0.3);
        transition: all 0.3s ease;
    }

    .testimonial-card:hover .testimonial-avatar {
        transform: scale(1.1);
        box-shadow: 0 8px 30px rgba(0,217,163,0.5);
    }

    .testimonial-avatar img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .testimonial-name {
        font-size: 0.95rem;
        font-weight: 600;
        color: var(--text-dark);
        text-align: center;
        line-height: 1.3;
    }

    @keyframes reveal-up-testimonial {
        from {
            opacity: 0;
            transform: translateY(30px);
        }
        to {
            opacity: 1;
            transform: translateY(0);
        }
    }

    .testimonial-card {
        animation: reveal-up-testimonial 0.6s ease-out backwards, testimonial-breathing 5s ease-in-out infinite 0.6s;
    }

    .testimonial-card:nth-child(1) { animation-delay: 0.1s, 0.7s; }
    .testimonial-card:nth-child(2) { animation-delay: 0.2s, 0.8s; }
    .testimonial-card:nth-child(3) { animation-delay: 0.3s, 0.9s; }

    /* ============================================
       ABOUT SECTION - Über uns + Unsere Werte
       ============================================ */
    .about-wrapper {
        background: var(--bg-light);
        color: var(--text-dark);
    }

    .about-wrapper .section-header-sm {
        color: var(--primary);
    }

    .about-content .section-header-sm {
        margin-bottom: 0.5rem;
    }

    .values-header .section-header-sm {
        margin-bottom: 0.5rem;
    }

    .about-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 3rem;
        align-items: start;
    }

    @media (max-width: 900px) {
        .about-grid {
            grid-template-columns: 1fr;
            gap: 2rem;
        }
    }

    .about-left {
        display: flex;
        flex-direction: column;
        gap: 2rem;
    }

    .about-image-wrapper {
        position: relative;
        border-radius: var(--radius-lg);
        overflow: hidden;
        box-shadow: 0 20px 60px rgba(0,0,0,0.15);
        transition: all 0.4s ease;
    }

    .about-image-wrapper:hover {
        transform: scale(1.02);
        box-shadow: 0 25px 70px rgba(0,217,163,0.2);
    }

    .about-image {
        width: 100%;
        height: auto;
        display: block;
        border-radius: var(--radius-lg);
    }

    .about-content {
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }

    .about-title {
        font-size: 1.8rem;
        font-weight: 700;
        color: var(--text-dark);
        line-height: 1.2;
        margin-bottom: 0.5rem;
    }

    .about-text {
        font-size: 1rem;
        line-height: 1.6;
        color: var(--text-mid);
        margin-bottom: 1rem;
    }

    .about-text strong {
        color: var(--primary);
        font-weight: 600;
    }

    .about-link {
        display: inline-flex;
        align-items: center;
        gap: 0.5rem;
        font-size: 0.95rem;
        font-weight: 600;
        color: var(--primary);
        text-decoration: none;
        transition: all 0.3s ease;
    }

    .about-link-arrow {
        font-size: 1.1rem;
        transition: transform 0.3s ease;
    }

    .about-link:hover {
        gap: 0.75rem;
    }

    .about-link:hover .about-link-arrow {
        transform: translateX(4px);
    }

    .about-right {
        display: flex;
        flex-direction: column;
        gap: 2rem;
    }

    .values-header {
        margin-bottom: 1rem;
    }

    .values-title {
        font-size: 1.8rem;
        font-weight: 700;
        color: var(--text-dark);
        line-height: 1.2;
        margin-bottom: 0.5rem;
    }

    .values-subtitle {
        font-size: 1rem;
        line-height: 1.6;
        color: var(--text-mid);
    }

    .values-subtitle strong {
        color: var(--text-dark);
        font-weight: 600;
    }

    .values-list {
        display: grid;
        gap: 2rem;
    }

    .value-item {
        display: grid;
        grid-template-columns: auto 1fr;
        gap: 1.25rem;
        align-items: start;
        padding: 1.5rem;
        background: #fff;
        border: 1px solid rgba(0,0,0,0.08);
        border-radius: var(--radius-md);
        box-shadow: 0 5px 20px rgba(0,0,0,0.05);
        transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    }

    .value-item:hover {
        border-color: rgba(0,217,163,0.3);
        box-shadow: 0 10px 40px rgba(0,217,163,0.15);
        transform: translateX(8px);
    }

    .value-icon-wrapper {
        width: 3.5rem;
        height: 3.5rem;
        min-width: 3.5rem;
        border-radius: var(--radius-md);
        background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0 8px 25px rgba(0,217,163,0.3);
        transition: all 0.4s ease;
    }

    .value-item:hover .value-icon-wrapper {
        transform: scale(1.1) rotate(5deg);
        box-shadow: 0 12px 35px rgba(0,217,163,0.5);
    }

    .value-icon {
        width: 1.8rem;
        height: 1.8rem;
        color: #fff;
    }

    .value-content {
        display: flex;
        flex-direction: column;
        gap: 0.5rem;
        padding-top: 0.25rem;
    }

    .value-name {
        font-size: 1.1rem;
        font-weight: 600;
        color: var(--text-dark);
        line-height: 1.3;
    }

    .value-desc {
        font-size: 0.9rem;
        line-height: 1.5;
        color: var(--text-mid);
    }

    @keyframes reveal-up-value {
        from {
            opacity: 0;
            transform: translateY(20px);
        }
        to {
            opacity: 1;
            transform: translateY(0);
        }
    }

    .value-item {
        animation: reveal-up-value 0.6s ease-out backwards;
    }

    .value-item:nth-child(1) { animation-delay: 0.1s; }
    .value-item:nth-child(2) { animation-delay: 0.2s; }
    .value-item:nth-child(3) { animation-delay: 0.3s; }
    .value-item:nth-child(4) { animation-delay: 0.4s; }

    /* ============================================
       REFERENCES SECTION - Projets réalisés
       ============================================ */
    .references-wrapper {
        background: var(--bg-dark);
        color: var(--text-white);
        position: relative;
        overflow: hidden;
    }

    .references-wrapper::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: 
            linear-gradient(90deg, rgba(0,217,163,0.02) 1px, transparent 1px),
            linear-gradient(rgba(0,217,163,0.02) 1px, transparent 1px);
        background-size: 50px 50px;
        animation: grid-flow 20s linear infinite;
        opacity: 0.3;
    }

    .references-wrapper .section-title {
        color: var(--text-white);
    }

    .references-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
        gap: 2rem;
        position: relative;
        z-index: 1;
    }

    .reference-card {
        background: rgba(15,15,15,0.6);
        border: 1px solid rgba(255,255,255,0.08);
        border-radius: var(--radius-lg);
        padding: 2rem 1.5rem;
        color: var(--text-white);
        box-shadow: 0 10px 40px rgba(0,0,0,0.5);
        transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        position: relative;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        gap: 1.25rem;
        text-decoration: none;
    }

    .reference-card {
        animation: card-breathing 4s ease-in-out infinite;
    }

    .reference-card:hover {
        animation: none;
        border-color: var(--border-glow);
        box-shadow: 
            0 20px 60px rgba(0,217,163,0.3),
            0 0 40px rgba(0,217,163,0.15),
            inset 0 1px 0 rgba(255,255,255,0.1);
        transform: translateY(-8px) scale(1.02);
    }

    .reference-card::before {
        content: '';
        position: absolute;
        top: -50%;
        left: -50%;
        width: 200%;
        height: 200%;
        background: radial-gradient(
            circle at center,
            rgba(0,217,163,0.15) 0%,
            transparent 50%
        );
        opacity: 0;
        transition: opacity 0.3s ease;
        pointer-events: none;
    }

    .reference-card:hover::before {
        opacity: 1;
    }

    .reference-header {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        gap: 1rem;
    }

    .reference-icon-wrapper {
        width: 3.5rem;
        height: 3.5rem;
        min-width: 3.5rem;
        border-radius: var(--radius-md);
        background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0 8px 25px rgba(0,217,163,0.3);
        transition: all 0.4s ease;
    }

    .reference-card:hover .reference-icon-wrapper {
        transform: scale(1.1) rotate(5deg);
        box-shadow: 0 12px 35px rgba(0,217,163,0.5);
    }

    .reference-icon {
        width: 1.8rem;
        height: 1.8rem;
        color: #000;
    }

    .reference-status {
        display: inline-flex;
        align-items: center;
        gap: 0.4rem;
        background: rgba(0,217,163,0.15);
        border: 1px solid rgba(0,217,163,0.4);
        border-radius: 999px;
        padding: 0.35rem 0.75rem;
        font-size: 0.7rem;
        font-weight: 600;
        color: var(--primary);
        line-height: 1.2;
    }

    .status-dot {
        width: 6px;
        height: 6px;
        border-radius: 999px;
        background: var(--primary);
        animation: pulse-dot 2s ease-in-out infinite;
    }

    @keyframes pulse-dot {
        0%, 100% { opacity: 1; transform: scale(1); }
        50% { opacity: 0.5; transform: scale(0.8); }
    }

    .reference-content {
        display: flex;
        flex-direction: column;
        gap: 0.75rem;
        flex-grow: 1;
    }

    .reference-name {
        font-size: 1.15rem;
        font-weight: 600;
        line-height: 1.3;
        color: var(--text-white);
        transition: color 0.3s ease;
    }

    .reference-card:hover .reference-name {
        color: var(--primary);
    }

    .reference-url {
        font-size: 0.85rem;
        line-height: 1.4;
        color: var(--text-dim);
        font-family: 'Courier New', monospace;
        word-break: break-all;
    }

    .reference-link {
        display: inline-flex;
        align-items: center;
        gap: 0.5rem;
        font-size: 0.9rem;
        font-weight: 600;
        color: var(--primary);
        text-decoration: none;
        transition: all 0.3s ease;
        margin-top: auto;
    }

    .reference-link-arrow {
        font-size: 1.1rem;
        transition: transform 0.3s ease;
    }

    .reference-card:hover .reference-link {
        gap: 0.75rem;
    }

    .reference-card:hover .reference-link-arrow {
        transform: translateX(4px);
    }

    .reference-card:nth-child(1) { animation-delay: 0.1s, 0.7s; }
    .reference-card:nth-child(2) { animation-delay: 0.2s, 0.8s; }
    .reference-card:nth-child(3) { animation-delay: 0.3s, 0.9s; }
    .reference-card:nth-child(4) { animation-delay: 0.4s, 1s; }

    /* CTA SECTION - DARK */
    .cta-wrapper {
        background: var(--bg-dark);
        color: var(--text-white);
        text-align: center;
    }
    .cta-inner {
        max-width: 700px;
        margin: 0 auto;
    }
    .cta-title {
        font-size: clamp(1.6rem, 0.8rem + 1.5vw, 2rem);
        font-weight: 700;
        line-height: 1.2;
        color: var(--text-white);
        margin-bottom: 1rem;
    }
    .cta-desc {
        font-size: 1rem;
        line-height: 1.6;
        color: var(--text-dim);
        margin-bottom: 2rem;
    }
    .cta-actions {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        gap: 1rem;
    }

    /* RESPONSIVE */
    @media (max-width: 768px) {
        .hero-stats {
            gap: 1.5rem;
        }
        .stat-num {
            font-size: 1.5rem;
        }
        .hero-actions-row {
            flex-direction: column;
        }
        .call-chip,
        .wa-chip,
        .offer-chip {
            width: 100%;
            min-width: 100%;
        }
        .platforms-wrapper {
            padding: 2rem 1.5rem;
        }
        .platforms-grid {
            gap: 2.5rem;
        }
        .platform-logo-wrapper {
            width: 65px;
            height: 65px;
        }
        .services-grid {
            grid-template-columns: 1fr;
            gap: 1.5rem;
        }
        .service-card {
            padding: 1.5rem 1.25rem;
        }
        .service-icon-wrapper {
            width: 4rem;
            height: 4rem;
        }
        .service-number {
            font-size: 2.5rem;
        }
        .benefits-grid {
            grid-template-columns: 1fr;
            gap: 1.25rem;
        }
        .benefit-card {
            padding: 1.25rem 1rem;
        }
        .benefit-icon-wrapper {
            width: 3rem;
            height: 3rem;
        }
        .benefit-icon {
            width: 1.6rem;
            height: 1.6rem;
        }
        .testimonials-grid {
            grid-template-columns: 1fr;
            gap: 1.5rem;
        }
        .about-title,
        .values-title {
            font-size: 1.5rem;
        }
        .value-item {
            padding: 1.25rem;
        }
        .value-icon-wrapper {
            width: 3rem;
            height: 3rem;
            min-width: 3rem;
        }
        .value-icon {
            width: 1.5rem;
            height: 1.5rem;
        }
        .references-grid {
            grid-template-columns: 1fr;
            gap: 1.5rem;
        }
        .reference-card {
            padding: 1.5rem 1.25rem;
        }
        .reference-header {
            flex-direction: column;
            align-items: flex-start;
        }
    }

