/* ========================================
   css/home-pages.css - Styles page d'accueil repositionnée
======================================== */

/* =================================
   SYSTÈME D'ICÔNES DYNAMIQUES CONSERVÉ
================================= */

.hero-icons-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    z-index: 5;
    overflow: visible;
}

.hero-dynamic-icon {
    position: absolute;
    font-size: 1.8rem;
    opacity: 0;
    pointer-events: none;
    z-index: 10;
    filter: drop-shadow(0 0 12px currentColor);
    transition: none;
}

/* Animations des icônes conservées */
.hero-dynamic-icon.anim-1 {
    color: var(--primary-color);
    animation: iconAnim1 4s ease-in-out;
}

@keyframes iconAnim1 {
    0% { 
        top: 20%; 
        left: -80px; 
        opacity: 0;
        transform: scale(0.2) rotate(0deg);
    }
    10% {
        opacity: 1;
        transform: scale(1.6) rotate(120deg);
        top: 50%;
        left: 15%;
    }
    25% {
        top: 10%;
        left: 40%;
        transform: scale(0.6) rotate(240deg);
    }
    40% {
        top: 80%;
        left: 25%;
        transform: scale(1.8) rotate(360deg);
    }
    60% {
        top: 30%;
        left: 70%;
        transform: scale(0.8) rotate(480deg);
    }
    80% {
        top: 70%;
        left: 90%;
        transform: scale(1.4) rotate(600deg);
    }
    100% { 
        left: calc(100% + 60px); 
        top: 45%;
        opacity: 0;
        transform: scale(0.3) rotate(720deg);
    }
}

/* Autres animations similaires pour anim-2 à anim-6... */
.hero-dynamic-icon.anim-2 {
    color: var(--secondary-color);
    animation: iconAnim2 3.5s ease-in-out 0.3s;
}

.hero-dynamic-icon.anim-3 {
    color: var(--accent-color);
    animation: iconAnim3 4.2s ease-in-out 0.6s;
}

.hero-dynamic-icon.anim-4 {
    color: #10b981;
    animation: iconAnim4 3.8s ease-in-out 0.9s;
}

.hero-dynamic-icon.anim-5 {
    color: #f59e0b;
    animation: iconAnim5 4.5s ease-in-out 1.2s;
}

.hero-dynamic-icon.anim-6 {
    color: #ef4444;
    animation: iconAnim6 3.2s ease-in-out 1.5s;
}

/* Keyframes pour les autres animations... */
@keyframes iconAnim2 {
    0% { top: 60%; left: -60px; opacity: 0; transform: scale(0.3) rotate(0deg); }
    15% { opacity: 1; transform: scale(1.4) rotate(-90deg); top: 25%; left: 20%; }
    30% { top: 75%; left: 35%; transform: scale(0.7) rotate(-180deg); }
    50% { top: 15%; left: 55%; transform: scale(1.6) rotate(-270deg); }
    70% { top: 85%; left: 80%; transform: scale(0.9) rotate(-360deg); }
    90% { top: 35%; left: 95%; transform: scale(1.2) rotate(-450deg); }
    100% { left: calc(100% + 50px); top: 65%; opacity: 0; transform: scale(0.4) rotate(-540deg); }
}

@keyframes iconAnim3 {
    0% { top: 40%; left: -70px; opacity: 0; transform: scale(0.4) rotate(0deg); }
    8% { opacity: 1; transform: scale(1.8) rotate(60deg); top: 80%; left: 10%; }
    20% { top: 20%; left: 30%; transform: scale(0.5) rotate(150deg); }
    35% { top: 90%; left: 45%; transform: scale(2) rotate(270deg); }
    55% { top: 5%; left: 65%; transform: scale(0.7) rotate(390deg); }
    75% { top: 75%; left: 85%; transform: scale(1.5) rotate(510deg); }
    95% { top: 40%; left: 98%; transform: scale(0.8) rotate(630deg); }
    100% { left: calc(100% + 70px); top: 20%; opacity: 0; transform: scale(0.2) rotate(720deg); }
}

@keyframes iconAnim4 {
    0% { top: 10%; left: -50px; opacity: 0; transform: scale(0.3) rotate(0deg); }
    12% { opacity: 1; transform: scale(1.3) rotate(-45deg); top: 60%; left: 25%; }
    28% { top: 40%; left: 50%; transform: scale(0.8) rotate(-135deg); }
    45% { top: 85%; left: 35%; transform: scale(1.7) rotate(-225deg); }
    65% { top: 25%; left: 75%; transform: scale(0.6) rotate(-315deg); }
    85% { top: 65%; left: 95%; transform: scale(1.4) rotate(-405deg); }
    100% { left: calc(100% + 55px); top: 55%; opacity: 0; transform: scale(0.5) rotate(-495deg); }
}

@keyframes iconAnim5 {
    0% { top: 70%; left: -90px; opacity: 0; transform: scale(0.2) rotate(0deg); }
    6% { opacity: 1; transform: scale(1.9) rotate(90deg); top: 30%; left: 8%; }
    18% { top: 95%; left: 20%; transform: scale(0.4) rotate(200deg); }
    32% { top: 5%; left: 45%; transform: scale(1.6) rotate(330deg); }
    48% { top: 60%; left: 30%; transform: scale(0.9) rotate(480deg); }
    65% { top: 15%; left: 80%; transform: scale(1.3) rotate(600deg); }
    82% { top: 85%; left: 95%; transform: scale(0.7) rotate(750deg); }
    100% { left: calc(100% + 80px); top: 35%; opacity: 0; transform: scale(0.3) rotate(900deg); }
}

@keyframes iconAnim6 {
    0% { top: 35%; left: -75px; opacity: 0; transform: scale(0.4) rotate(0deg); }
    10% { opacity: 1; transform: scale(1.5) rotate(-60deg); top: 15%; left: 12%; }
    22% { top: 70%; left: 18%; transform: scale(2.1) rotate(-150deg); }
    38% { top: 35%; left: 40%; transform: scale(0.3) rotate(-240deg); }
    55% { top: 90%; left: 60%; transform: scale(1.8) rotate(-330deg); }
    75% { top: 10%; left: 85%; transform: scale(0.8) rotate(-420deg); }
    92% { top: 55%; left: 98%; transform: scale(1.2) rotate(-510deg); }
    100% { left: calc(100% + 65px); top: 80%; opacity: 0; transform: scale(0.4) rotate(-600deg); }
}

/* =================================
   HERO SECTION - Layout amélioré conservé
================================= */

.hero-section {
    min-height: 65vh !important;
    display: flex;
    align-items: center;
    background: var(--gradient-hero);
    position: relative;
    overflow: hidden;
    padding: var(--space-10) 0;
}

.hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(
        ellipse at center,
        rgba(0, 212, 255, 0.1) 0%,
        transparent 50%
    );
    pointer-events: none;
}

.hero-section .container {
    max-width: var(--container-max-width) !important;
    width: 100% !important;
    margin: 0 auto !important;
    padding: 0 var(--space-4) !important;
}

.home-page .hero-section .hero-content,
.hero-section .container .hero-content {
    display: grid !important;
    grid-template-columns: 2fr 1fr !important;
    gap: var(--space-8) !important;
    align-items: center;
    position: relative;
    z-index: 2;
    width: 100% !important;
    margin: 0 auto !important;
}

.home-page .hero-section .hero-text,
.hero-section .hero-text {
    display: flex;
    flex-direction: column;
    gap: var(--space-5);
    max-width: 650px !important;
    width: 100% !important;
    padding-right: var(--space-4) !important;
    position: relative;
    z-index: 3 !important;
    cursor: pointer;
    transition: none;
}

.home-page .hero-title,
.hero-section .hero-title {
    font-size: clamp(2.5rem, 5vw, 4rem) !important;
    font-weight: var(--font-weight-black);
    line-height: 1.15 !important;
    color: var(--text-primary);
    margin: 0 !important;
    max-width: 100% !important;
    position: relative;
    z-index: 3 !important;
}

.home-page .hero-title .text-gradient,
.hero-title .text-gradient {
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    position: relative;
    display: inline;
}

.home-page .hero-description,
.hero-section .hero-description {
    font-size: var(--font-size-lg) !important;
    color: var(--text-secondary);
    line-height: var(--line-height-relaxed);
    max-width: 580px !important;
    margin: 0 !important;
    position: relative;
    z-index: 3 !important;
}

.home-page .hero-actions,
.hero-section .hero-actions {
    display: flex;
    gap: var(--space-4);
    flex-wrap: wrap;
    position: relative;
    z-index: 3 !important;
    max-width: 500px !important;
}

/* Hero Visual conservé */
.home-page .hero-visual,
.hero-section .hero-visual {
    display: flex !important;
    align-items: center;
    justify-content: center;
    position: relative;
    opacity: 0.4 !important;
    z-index: 1 !important;
}

.home-page .hero-graphic,
.hero-section .hero-graphic {
    position: relative;
    width: 320px !important;
    height: 320px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-section .graphic-element {
    position: absolute;
    width: 65px !important;
    height: 65px !important;
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.6rem !important;
    box-shadow: 0 6px 20px rgba(0, 212, 255, 0.2) !important;
    opacity: 0;
    transform: scale(0.8);
    transition: all 0.6s ease;
}

.hero-section .graphic-element.animate {
    opacity: 0.7 !important;
    transform: scale(1);
    animation: floatBackground 4s ease-in-out infinite !important;
}

.hero-section .graphic-element.element-1 {
    top: 0;
    left: 50%;
    transform: translateX(-50%) scale(0.8);
}

.hero-section .graphic-element.element-1.animate {
    transform: translateX(-50%) scale(1);
}

.hero-section .graphic-element.element-2 {
    top: 50%;
    right: 0;
    transform: translateY(-50%) scale(0.8);
    animation-delay: 0.5s;
}

.hero-section .graphic-element.element-2.animate {
    transform: translateY(-50%) scale(1);
}

.hero-section .graphic-element.element-3 {
    bottom: 0;
    left: 50%;
    transform: translateX(-50%) scale(0.8);
    animation-delay: 1s;
}

.hero-section .graphic-element.element-3.animate {
    transform: translateX(-50%) scale(1);
}

.hero-section .graphic-element.element-4 {
    top: 50%;
    left: 0;
    transform: translateY(-50%) scale(0.8);
    animation-delay: 1.5s;
}

.hero-section .graphic-element.element-4.animate {
    transform: translateY(-50%) scale(1);
}

@keyframes floatBackground {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-6px);
    }
}

/* =================================
   EXPERTISE SECTION
================================= */

.expertise-section {
    padding: var(--space-20) 0;
    background: var(--bg-secondary);
    position: relative;
}

.expertise-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: var(--space-8);
    margin-top: var(--space-12);
}

.expertise-card {
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: var(--radius-xl);
    padding: var(--space-8);
    text-align: left;
    transition: all var(--transition-base);
    position: relative;
    overflow: hidden;
    height: auto;
    display: flex;
    flex-direction: column;
}

.expertise-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(0, 212, 255, 0.1),
        transparent
    );
    transition: left 0.6s ease;
}

.expertise-card:hover::before {
    left: 100%;
}

.expertise-card:hover {
    background: var(--bg-card-hover);
    box-shadow: var(--shadow-xl);
    transform: translateY(-4px);
    border-color: rgba(0, 212, 255, 0.3);
}

.expertise-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    border-radius: var(--radius-lg);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 2rem;
    margin-bottom: var(--space-6);
    position: relative;
    z-index: 2;
}

.expertise-card h3 {
    font-size: var(--font-size-xl);
    font-weight: var(--font-weight-bold);
    margin-bottom: var(--space-4);
    color: var(--text-primary);
    position: relative;
    z-index: 2;
}

.expertise-card p {
    color: var(--text-secondary);
    line-height: var(--line-height-relaxed);
    margin-bottom: var(--space-6);
    position: relative;
    z-index: 2;
}

.expertise-points {
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
    z-index: 2;
}

.expertise-points li {
    color: var(--text-secondary);
    margin-bottom: var(--space-2);
    display: flex;
    align-items: center;
    gap: var(--space-2);
}

.expertise-points li::before {
    content: '→';
    color: var(--primary-color);
    font-weight: bold;
    font-size: 1.1rem;
}

/* =================================
   PROCESS SECTION - Grille 2x2
================================= */

.process-section {
    padding: var(--space-20) 0;
    background: var(--bg-primary);
}

.process-flow {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: var(--space-8);
    margin-top: var(--space-12);
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.process-step {
    text-align: center;
    padding: var(--space-6);
    border-radius: var(--radius-xl);
    transition: all var(--transition-base);
    position: relative;
    background: linear-gradient(
        135deg,
        rgba(0, 212, 255, 0.05) 0%,
        rgba(124, 58, 237, 0.05) 100%
    );
    border: 1px solid rgba(0, 212, 255, 0.1);
}

.process-step:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-xl);
    border-color: rgba(0, 212, 255, 0.3);
}

.step-icon {
    position: relative;
    margin: 0 auto var(--space-6);
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.step-number {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 2rem;
    font-weight: var(--font-weight-bold);
    z-index: 2;
}

.step-icon i {
    position: absolute;
    font-size: 1.2rem;
    color: rgba(255, 255, 255, 0.8);
    bottom: 15px;
    right: 15px;
    z-index: 3;
    background: rgba(0, 0, 0, 0.2);
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.step-content h3 {
    font-size: var(--font-size-xl);
    font-weight: var(--font-weight-bold);
    margin-bottom: var(--space-4);
    color: var(--text-primary);
}

.step-content p {
    color: var(--text-secondary);
    line-height: var(--line-height-relaxed);
    margin: 0;
}

/* =================================
   TRUST SECTION
================================= */

.trust-section {
    padding: var(--space-20) 0;
    background: linear-gradient(135deg, 
        rgba(0, 212, 255, 0.1) 0%, 
        rgba(124, 58, 237, 0.1) 100%);
    position: relative;
    overflow: hidden;
}

.trust-content {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: var(--space-16);
    align-items: center;
}

.trust-text h2 {
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 800;
    margin-bottom: var(--space-8);
    color: var(--text-primary);
}

.trust-points {
    display: flex;
    flex-direction: column;
    gap: var(--space-6);
}

.trust-point {
    display: flex;
    align-items: flex-start;
    gap: var(--space-4);
}

.trust-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    border-radius: var(--radius-lg);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.5rem;
    flex-shrink: 0;
}

.trust-info h4 {
    font-size: var(--font-size-lg);
    font-weight: var(--font-weight-bold);
    margin-bottom: var(--space-2);
    color: var(--text-primary);
}

.trust-info p {
    color: var(--text-secondary);
    line-height: var(--line-height-relaxed);
    margin: 0;
}

.trust-stats {
    display: flex;
    flex-direction: column;
    gap: var(--space-8);
    text-align: center;
}

.stat-item {
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: var(--radius-xl);
    padding: var(--space-8);
    transition: all var(--transition-base);
}

.stat-item:hover {
    background: var(--bg-card-hover);
    transform: translateY(-4px);
    box-shadow: var(--shadow-lg);
}

.stat-number {
    font-size: 3rem;
    font-weight: var(--font-weight-black);
    color: var(--primary-color);
    line-height: 1;
    margin-bottom: var(--space-2);
    display: block;
}

.stat-label {
    color: var(--text-secondary);
    font-weight: var(--font-weight-medium);
    font-size: var(--font-size-sm);
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

/* =================================
   CONTACT CTA SECTION
================================= */

.contact-cta {
    padding: var(--space-20) 0;
    background: linear-gradient(135deg, 
        rgba(0, 212, 255, 0.1) 0%, 
        rgba(124, 58, 237, 0.1) 100%);
    position: relative;
    overflow: hidden;
}

.contact-cta::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--gradient-card);
    opacity: 0.5;
    animation: pulse 4s ease-in-out infinite;
}

@keyframes pulse {
    0%, 100% { opacity: 0.3; }
    50% { opacity: 0.6; }
}

.contact-content {
    text-align: center;
    position: relative;
    z-index: 2;
}

.contact-title {
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 800;
    margin-bottom: var(--space-4);
    color: var(--text-primary);
}

.contact-content p {
    font-size: var(--font-size-lg);
    color: var(--text-secondary);
    max-width: 600px;
    margin: 0 auto var(--space-8);
    line-height: var(--line-height-relaxed);
}

.contact-actions {
    display: flex;
    gap: var(--space-4);
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
    z-index: 2;
}

/* =================================
   MODAL DE CONTACT
================================= */

.contact-modal {
    padding: var(--space-4);
}

.contact-intro {
    text-align: center;
    margin-bottom: var(--space-8);
}

.contact-intro p {
    color: var(--text-secondary);
    font-size: var(--font-size-lg);
    line-height: var(--line-height-relaxed);
}

.contact-options {
    display: flex;
    flex-direction: column;
    gap: var(--space-4);
    margin-bottom: var(--space-8);
}

.contact-option {
    display: flex;
    align-items: center;
    gap: var(--space-4);
    padding: var(--space-6);
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: var(--radius-lg);
    transition: all var(--transition-base);
    cursor: pointer;
}

.contact-option:hover {
    background: var(--bg-card-hover);
    border-color: var(--primary-color);
    transform: translateY(-2px);
    box-shadow: var(--shadow-md);
}

.contact-option-icon {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.25rem;
    flex-shrink: 0;
}

.contact-option-content {
    flex: 1;
}

.contact-option-content h4 {
    font-size: var(--font-size-lg);
    font-weight: var(--font-weight-bold);
    margin-bottom: var(--space-1);
    color: var(--text-primary);
}

.contact-value {
    font-size: var(--font-size-lg);
    font-weight: var(--font-weight-medium);
    color: var(--primary-color);
    margin-bottom: var(--space-1);
}

.contact-note {
    font-size: var(--font-size-sm);
    color: var(--text-muted);
    margin: 0;
}

.contact-option-action {
    color: var(--text-muted);
    font-size: 1rem;
}

.contact-info {
    display: flex;
    justify-content: space-around;
    gap: var(--space-4);
    padding-top: var(--space-6);
    border-top: 1px solid var(--border-color);
}

.info-item {
    display: flex;
    align-items: center;
    gap: var(--space-2);
    color: var(--text-secondary);
    font-size: var(--font-size-sm);
}

.info-item i {
    color: var(--primary-color);
}

/* =================================
   RESPONSIVE DESIGN
================================= */

/* Tablette portrait - maintenir 2x2 pour "Notre approche" */
@media (min-width: 481px) and (max-width: 767px) {
    .process-flow {
        grid-template-columns: repeat(2, 1fr);
        gap: var(--space-4);
        max-width: 600px;
    }
    
    .process-step {
        padding: var(--space-4);
    }
    
    .step-icon {
        width: 80px;
        height: 80px;
        margin-bottom: var(--space-4);
    }
    
    .step-number {
        font-size: 1.5rem;
    }
    
    .step-icon i {
        font-size: 1rem;
        bottom: 12px;
        right: 12px;
        width: 24px;
        height: 24px;
    }
    
    .step-content h3 {
        font-size: var(--font-size-lg);
        margin-bottom: var(--space-2);
    }
    
    .step-content p {
        font-size: var(--font-size-sm);
    }
}

@media (max-width: 1200px) {
    .home-page .hero-content,
    .hero-section .container .hero-content {
        grid-template-columns: 2.5fr 1fr !important;
    }
    
    .trust-content {
        grid-template-columns: 1fr;
        gap: var(--space-12);
        text-align: center;
    }
    
    .trust-stats {
        flex-direction: row;
        justify-content: center;
        max-width: 600px;
        margin: 0 auto;
    }
    
    .process-flow {
        max-width: 900px;
        gap: var(--space-6);
    }
}

@media (max-width: 1024px) {
    .home-page .hero-content,
    .hero-section .container .hero-content {
        grid-template-columns: 1fr !important;
        gap: var(--space-4) !important;
        text-align: center;
    }
    
    .home-page .hero-visual,
    .hero-section .hero-visual {
        order: -1;
        opacity: 0.15 !important;
        position: absolute !important;
        top: 50% !important;
        right: 0 !important;
        transform: translateY(-50%) !important;
        z-index: 1 !important;
        width: auto !important;
    }
    
    .expertise-grid {
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        gap: var(--space-6);
    }
    
    .process-flow {
        grid-template-columns: repeat(2, 1fr);
        gap: var(--space-6);
        max-width: 800px;
    }
}

@media (max-width: 768px) {
    .hero-section {
        min-height: 55vh !important;
        padding: var(--space-6) 0 !important;
    }
    
    .expertise-section,
    .process-section,
    .trust-section {
        padding: var(--space-12) 0;
    }
    
    .expertise-grid {
        grid-template-columns: 1fr !important;
        gap: var(--space-6) !important;
    }
    
    .process-flow {
        grid-template-columns: 1fr !important;
        grid-template-rows: auto !important;
        gap: var(--space-6) !important;
        max-width: 500px !important;
    }
    
    .trust-stats {
        flex-direction: column;
        gap: var(--space-4);
    }
    
    .contact-actions {
        flex-direction: column !important;
        align-items: center !important;
    }
    
    .contact-actions .btn {
        width: 100% !important;
        max-width: 300px !important;
    }
    
    .contact-info {
        flex-direction: column;
        gap: var(--space-3);
        align-items: center;
        text-align: center;
    }
}

@media (max-width: 480px) {
    .home-page .hero-visual,
    .hero-section .hero-visual {
        display: none !important;
    }
    
    .hero-dynamic-icon {
        display: none;
    }
    
    .expertise-card,
    .process-step {
        padding: var(--space-6) !important;
    }
    
    .expertise-icon,
    .trust-icon {
        width: 60px !important;
        height: 60px !important;
        font-size: 1.5rem !important;
    }
    
    .step-icon {
        width: 80px !important;
        height: 80px !important;
    }
    
    .step-number {
        font-size: 1.5rem !important;
    }
    
    .step-icon i {
        font-size: 1rem !important;
        bottom: 10px !important;
        right: 10px !important;
        width: 24px !important;
        height: 24px !important;
    }
    
    .stat-number {
        font-size: 2.5rem !important;
    }
}

/* =================================
   ANIMATIONS ET EFFETS
================================= */

.fade-in-up {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.6s ease;
}

.fade-in-up.animate {
    opacity: 1;
    transform: translateY(0);
}

/* Délais d'animation pour effet cascade */
.fade-in-up:nth-child(1) { transition-delay: 0.1s; }
.fade-in-up:nth-child(2) { transition-delay: 0.2s; }
.fade-in-up:nth-child(3) { transition-delay: 0.3s; }
.fade-in-up:nth-child(4) { transition-delay: 0.4s; }

/* Animation d'interaction avec les icônes arrière-plan */
.hero-text:hover ~ .hero-visual .graphic-element,
.hero-visual.text-hovered .graphic-element {
    opacity: 0.9 !important;
    transform: scale(1.05);
    animation-duration: 2s;
    transition: all 0.4s ease;
}

.hero-visual.text-hovered {
    opacity: 0.6 !important;
    transition: opacity 0.4s ease;
}

.hero-visual.text-hovered .hero-graphic {
    animation: graphicPulse 3s ease-in-out infinite;
}

@keyframes graphicPulse {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.02);
    }
}

/* =================================
   ACCESSIBILITÉ
================================= */

@media (prefers-reduced-motion: reduce) {
    .fade-in-up,
    .graphic-element,
    .hero-dynamic-icon {
        opacity: 1 !important;
        transform: none !important;
        transition: none !important;
        animation: none !important;
        display: none !important;
    }
    
    .contact-cta::before {
        animation: none;
    }
    
    .expertise-card::before {
        display: none;
    }
    
    .hero-text:hover {
        transform: none;
    }
    
    .hero-visual.text-hovered .graphic-element {
        transform: none;
        animation: none;
    }
    
    .hero-visual.text-hovered .hero-graphic {
        animation: none;
    }
}

/* Mode focus pour l'accessibilité clavier */
.hero-text:focus-within {
    outline: 2px solid var(--primary-color);
    outline-offset: 4px;
    border-radius: var(--radius-lg);
}