/* Styles spécifiques pour les pages de services */

/* Hero Section Service */
.service-hero {
    background: linear-gradient(135deg, rgba(0, 13, 26, 0.95) 0%, rgba(0, 51, 102, 0.9) 100%);
    padding: 140px 0 80px;
    position: relative;
    overflow: hidden;
}

.service-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 
        radial-gradient(circle at 20% 80%, rgba(255, 102, 0, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 80% 20%, rgba(0, 102, 204, 0.1) 0%, transparent 50%);
    animation: float 20s ease-in-out infinite;
}

.hero-content-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}

.hero-text {
    animation: slideInFromLeft 1s ease-out both;
}

.back-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: var(--accent);
    text-decoration: none;
    font-weight: 600;
    margin-bottom: 40px;
    padding: 12px 24px;
    background: rgba(255,255,255,0.05);
    border-radius: 25px;
    border: 1px solid rgba(255,255,255,0.1);
    transition: var(--transition);
    backdrop-filter: blur(10px);
    animation: fadeInUp 0.8s ease-out 0.2s both;
}

.back-btn:hover {
    transform: translateX(-10px);
    background: rgba(255,102,0,0.1);
    border-color: var(--accent);
}

.service-badge {
    display: inline-block;
    background: var(--gradient-accent);
    color: var(--white);
    padding: 10px 20px;
    border-radius: 20px;
    font-size: 0.9rem;
    font-weight: 700;
    margin-bottom: 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 5px 15px rgba(255,102,0,0.3);
    animation: fadeInUp 0.8s ease-out 0.4s both;
}

.service-icon-main {
    font-size: 5rem;
    color: var(--accent);
    margin-bottom: 30px;
    filter: drop-shadow(0 0 20px var(--accent-glow));
    animation: bounce 3s infinite, fadeInUp 0.8s ease-out 0.6s both;
}

.hero-text h1 {
    font-size: 3.5rem;
    font-weight: 800;
    margin-bottom: 25px;
    background: linear-gradient(135deg, var(--text), var(--accent));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: 'Orbitron', sans-serif;
    line-height: 1.2;
    animation: fadeInUp 0.8s ease-out 0.8s both;
}

.hero-text .hero-subtitle {
    font-size: 1.4rem;
    color: var(--text-light);
    margin-bottom: 40px;
    line-height: 1.6;
    animation: fadeInUp 0.8s ease-out 1s both;
}

.hero-stats {
    display: flex;
    gap: 40px;
    animation: fadeInUp 0.8s ease-out 1.2s both;
}

.hero-stat {
    text-align: center;
}

.stat-value {
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--accent);
    font-family: 'Orbitron', sans-serif;
    text-shadow: 0 0 15px var(--accent-glow);
    margin-bottom: 5px;
}

.stat-label {
    font-size: 0.9rem;
    color: var(--text-light);
    font-weight: 600;
}

.hero-visual {
    position: relative;
    height: 500px;
    border-radius: 25px;
    overflow: hidden;
    box-shadow: 
        0 25px 50px rgba(0,0,0,0.4),
        0 0 0 1px rgba(255,255,255,0.1);
    animation: slideInFromRight 1s ease-out 0.6s both;
}

.hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: var(--transition-slow);
}

.hero-visual:hover .hero-image {
    transform: scale(1.05);
}

.floating-card {
    position: absolute;
    background: rgba(255,255,255,0.1);
    backdrop-filter: blur(15px);
    border: 1px solid rgba(255,255,255,0.2);
    border-radius: 15px;
    padding: 15px 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 600;
    color: var(--text);
    box-shadow: 0 10px 25px rgba(0,0,0,0.2);
    animation: floatAnimation 6s ease-in-out infinite;
    z-index: 2;
}

.floating-card i {
    color: var(--accent);
    font-size: 1.2rem;
}

.card-1 {
    top: 20%;
    left: -20px;
    animation-delay: 0s;
}

.card-2 {
    top: 50%;
    right: -20px;
    animation-delay: 2s;
}

.card-3 {
    bottom: 20%;
    left: -20px;
    animation-delay: 4s;
}

/* Service Details */
.service-details {
    padding: 100px 0;
    background: rgba(0, 13, 26, 0.7);
}

.service-intro {
    text-align: center;
    margin-bottom: 80px;
    animation: fadeInUp 0.8s ease-out both;
}

.intro-content h2 {
    font-size: 2.8rem;
    font-weight: 700;
    margin-bottom: 30px;
    background: linear-gradient(135deg, var(--text), var(--accent));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: 'Orbitron', sans-serif;
}

.intro-content p {
    font-size: 1.3rem;
    color: var(--text-light);
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.7;
}

/* Service Sections */
.service-section {
    margin-bottom: 100px;
    animation: fadeInUp 0.8s ease-out both;
}

.section-header {
    text-align: center;
    margin-bottom: 60px;
}

.section-header h3 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 20px;
    color: var(--text);
    font-family: 'Orbitron', sans-serif;
}

.section-header p {
    font-size: 1.2rem;
    color: var(--text-light);
    max-width: 600px;
    margin: 0 auto;
}

/* Intervention Grid */
.intervention-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 30px;
}

.intervention-card {
    background: rgba(255,255,255,0.05);
    border-radius: 20px;
    padding: 40px 30px;
    backdrop-filter: blur(15px);
    border: 1px solid rgba(255,255,255,0.1);
    transition: var(--transition);
    position: relative;
    overflow: hidden;
}

.intervention-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.1), transparent);
    transition: var(--transition-slow);
}

.intervention-card:hover::before {
    left: 100%;
}

.intervention-card:hover {
    transform: translateY(-15px);
    background: rgba(255,255,255,0.08);
    box-shadow: 0 20px 40px rgba(0,0,0,0.3), 0 0 20px var(--accent-glow);
}

.card-icon {
    width: 80px;
    height: 80px;
    background: var(--gradient);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    font-size: 2rem;
    color: var(--white);
    box-shadow: 0 10px 25px rgba(0,0,0,0.3);
}

.intervention-card h4 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 15px;
    color: var(--text);
}

.intervention-card p {
    color: var(--text-light);
    margin-bottom: 20px;
    line-height: 1.6;
}

.intervention-card ul {
    list-style: none;
}

.intervention-card li {
    color: var(--text-light);
    margin-bottom: 8px;
    position: relative;
    padding-left: 20px;
}

.intervention-card li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: var(--accent);
    font-weight: bold;
}

/* Process Timeline */
.process-section {
    background: linear-gradient(135deg, rgba(255,102,0,0.05) 0%, rgba(0,102,204,0.05) 100%);
    border-radius: 25px;
    padding: 60px 40px;
    margin: 100px 0;
}

.process-timeline {
    position: relative;
    max-width: 800px;
    margin: 0 auto;
}

.process-timeline::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50px;
    width: 3px;
    height: 100%;
    background: linear-gradient(to bottom, var(--accent), var(--secondary));
    transform: translateX(-50%);
}

.process-step {
    display: flex;
    align-items: center;
    margin-bottom: 60px;
    position: relative;
    animation: slideInFromRight 0.8s ease-out both;
}

.process-step:nth-child(1) { animation-delay: 0.1s; }
.process-step:nth-child(2) { animation-delay: 0.3s; }
.process-step:nth-child(3) { animation-delay: 0.5s; }
.process-step:nth-child(4) { animation-delay: 0.7s; }

.step-number {
    width: 60px;
    height: 60px;
    background: var(--gradient-accent);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: 800;
    color: var(--white);
    margin-right: 40px;
    position: relative;
    z-index: 2;
    box-shadow: 0 10px 25px rgba(255,102,0,0.3);
    flex-shrink: 0;
}

.step-content {
    flex: 1;
    background: rgba(255,255,255,0.05);
    border-radius: 15px;
    padding: 25px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.1);
}

.step-content h4 {
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 10px;
    color: var(--text);
}

.step-content p {
    color: var(--text-light);
    line-height: 1.6;
}

.step-icon {
    margin-left: 30px;
    font-size: 2.5rem;
    color: var(--accent);
    filter: drop-shadow(0 0 10px var(--accent-glow));
    animation: pulse 3s infinite;
    flex-shrink: 0;
}

/* Benefits Section */
.benefits-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.benefit-card {
    background: rgba(255,255,255,0.05);
    border-radius: 20px;
    padding: 40px 30px;
    text-align: center;
    backdrop-filter: blur(15px);
    border: 1px solid rgba(255,255,255,0.1);
    transition: var(--transition);
    position: relative;
    overflow: hidden;
}

.benefit-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: var(--gradient-accent);
}

.benefit-card:hover {
    transform: translateY(-10px);
    background: rgba(255,255,255,0.08);
    box-shadow: 0 20px 40px rgba(0,0,0,0.3);
}

.benefit-icon {
    width: 80px;
    height: 80px;
    background: var(--gradient);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    font-size: 2rem;
    color: var(--white);
    box-shadow: 0 10px 25px rgba(0,0,0,0.3);
}

.benefit-card h4 {
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 15px;
    color: var(--text);
}

.benefit-card p {
    color: var(--text-light);
    margin-bottom: 20px;
    line-height: 1.6;
}

.benefit-value {
    font-size: 2rem;
    font-weight: 800;
    color: var(--accent);
    font-family: 'Orbitron', sans-serif;
    text-shadow: 0 0 15px var(--accent-glow);
}

/* Standards Grid */
.standards-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 50px;
}

.standard-card {
    background: rgba(255,255,255,0.05);
    border-radius: 20px;
    padding: 35px 25px;
    text-align: center;
    backdrop-filter: blur(15px);
    border: 1px solid rgba(255,255,255,0.1);
    transition: var(--transition);
    position: relative;
    overflow: hidden;
}

.standard-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.1), transparent);
    transition: var(--transition-slow);
}

.standard-card:hover::before {
    left: 100%;
}

.standard-card:hover {
    transform: translateY(-10px);
    background: rgba(255,255,255,0.08);
    box-shadow: 0 20px 40px rgba(0,0,0,0.3);
}

.standard-icon {
    width: 70px;
    height: 70px;
    background: var(--gradient);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    font-size: 1.8rem;
    color: var(--white);
    box-shadow: 0 10px 25px rgba(0,0,0,0.3);
    transition: var(--transition);
}

.standard-card:hover .standard-icon {
    transform: scale(1.1) rotate(10deg);
    box-shadow: 0 15px 35px rgba(0,0,0,0.4), 0 0 20px var(--accent-glow);
}

.standard-card h3 {
    font-size: 1.4rem;
    margin-bottom: 15px;
    color: var(--text);
    font-weight: 700;
    transition: var(--transition);
}

.standard-card p {
    color: var(--text-light);
    font-size: 1rem;
    line-height: 1.6;
    transition: var(--transition);
}

.standard-card:hover h3,
.standard-card:hover p {
    color: var(--white);
}

/* Section Cas d'Intervention */
.cases-section {
    background: linear-gradient(135deg, rgba(255,102,0,0.05) 0%, rgba(0,102,204,0.05) 100%);
    border-radius: 25px;
    padding: 60px 40px;
    margin: 80px 0;
}

.cases-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 30px;
    margin-top: 50px;
}

.case-card {
    background: rgba(255,255,255,0.05);
    border-radius: 20px;
    padding: 30px;
    backdrop-filter: blur(15px);
    border: 1px solid rgba(255,255,255,0.1);
    transition: var(--transition);
    position: relative;
    overflow: hidden;
    animation: fadeInUp 0.8s ease-out both;
}

.case-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.1), transparent);
    transition: var(--transition-slow);
}

.case-card:hover::before {
    left: 100%;
}

.case-card:hover {
    transform: translateY(-10px);
    background: rgba(255,255,255,0.08);
    box-shadow: 0 20px 40px rgba(0,0,0,0.3), 0 0 20px var(--accent-glow);
}

.case-header {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    gap: 15px;
}

.case-icon {
    width: 60px;
    height: 60px;
    background: var(--gradient);
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: var(--white);
    box-shadow: 0 8px 20px rgba(0,0,0,0.3);
    flex-shrink: 0;
    transition: var(--transition);
}

.case-title {
    flex: 1;
}

.case-title h4 {
    font-size: 1.3rem;
    font-weight: 700;
    color: var(--text);
    margin-bottom: 5px;
}

.case-value {
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--accent);
    text-shadow: 0 0 10px var(--accent-glow);
}

.case-card p {
    color: var(--text-light);
    line-height: 1.6;
    margin-bottom: 20px;
    font-size: 1rem;
}

.case-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.tag {
    background: rgba(255,255,255,0.1);
    color: var(--text-light);
    padding: 6px 12px;
    border-radius: 15px;
    font-size: 0.8rem;
    font-weight: 600;
    border: 1px solid rgba(255,255,255,0.2);
    transition: var(--transition);
    backdrop-filter: blur(10px);
}

.case-card:hover .tag {
    background: rgba(255,102,0,0.2);
    color: var(--accent);
    border-color: var(--accent);
}

/* Animations spécifiques pour les cartes de cas */
.case-card:nth-child(1) { animation-delay: 0.1s; }
.case-card:nth-child(2) { animation-delay: 0.2s; }
.case-card:nth-child(3) { animation-delay: 0.3s; }
.case-card:nth-child(4) { animation-delay: 0.4s; }
.case-card:nth-child(5) { animation-delay: 0.5s; }
.case-card:nth-child(6) { animation-delay: 0.6s; }

/* Effets au survol spécifiques */
.case-card:hover .case-icon {
    transform: scale(1.1) rotate(5deg);
    box-shadow: 0 12px 25px rgba(0,0,0,0.4), 0 0 15px var(--accent-glow);
}

.case-card:hover .case-value {
    animation: pulse 1s infinite;
}

/* CTA Section */
.service-cta-section {
    background: linear-gradient(135deg, rgba(255,102,0,0.1) 0%, rgba(0,102,204,0.1) 100%);
    border-radius: 25px;
    padding: 70px 50px;
    text-align: center;
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255,255,255,0.15);
    position: relative;
    overflow: hidden;
}

.service-cta-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 
        radial-gradient(circle at 30% 30%, rgba(255,102,0,0.2) 0%, transparent 50%),
        radial-gradient(circle at 70% 70%, rgba(0,102,204,0.2) 0%, transparent 50%);
    animation: float 15s ease-in-out infinite;
}

.cta-content h3 {
    font-size: 2.5rem;
    font-weight: 800;
    margin-bottom: 20px;
    background: linear-gradient(135deg, var(--accent), var(--text));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: 'Orbitron', sans-serif;
}

.cta-content p {
    font-size: 1.3rem;
    color: var(--text-light);
    margin-bottom: 40px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.cta-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.btn-primary {
    background: var(--gradient-accent);
    color: var(--white);
}

.btn-outline {
    background: transparent;
    border: 2px solid var(--accent);
    color: var(--accent);
}

.btn-outline:hover {
    background: var(--accent);
    color: var(--white);
}

/* Animations spécifiques */
@keyframes slideInFromLeft {
    from {
        opacity: 0;
        transform: translateX(-50px) scale(0.95);
    }
    to {
        opacity: 1;
        transform: translateX(0) scale(1);
    }
}

@keyframes slideInFromRight {
    from {
        opacity: 0;
        transform: translateX(50px) scale(0.95);
    }
    to {
        opacity: 1;
        transform: translateX(0) scale(1);
    }
}

/* Responsive Design */
@media (max-width: 992px) {
    .hero-content-wrapper {
        grid-template-columns: 1fr;
        gap: 50px;
    }
    
    .hero-text h1 {
        font-size: 2.8rem;
    }
    
    .hero-visual {
        height: 400px;
        order: -1;
    }
    
    .intervention-grid {
        grid-template-columns: 1fr;
    }
    
    .process-timeline::before {
        left: 30px;
    }
    
    .step-number {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin-right: 20px;
    }
    
    .step-icon {
        margin-left: 20px;
        font-size: 2rem;
    }
    
    .cases-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .service-hero {
        padding: 120px 0 60px;
    }
    
    .hero-text h1 {
        font-size: 2.2rem;
    }
    
    .hero-stats {
        flex-direction: column;
        gap: 20px;
    }
    
    .process-step {
        flex-direction: column;
        text-align: center;
    }
    
    .step-number {
        margin-right: 0;
        margin-bottom: 20px;
    }
    
    .step-icon {
        margin-left: 0;
        margin-top: 20px;
    }
    
    .cta-buttons {
        flex-direction: column;
        align-items: center;
    }
    
    .btn {
        width: 100%;
        max-width: 300px;
    }
    
    .cases-section {
        padding: 40px 25px;
        margin: 60px 0;
    }
    
    .cases-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .case-card {
        padding: 25px 20px;
    }
    
    .case-header {
        flex-direction: column;
        text-align: center;
        gap: 10px;
    }
    
    .case-title h4 {
        font-size: 1.2rem;
    }
}

@media (max-width: 576px) {
    .service-hero {
        padding: 100px 0 40px;
    }
    
    .hero-text h1 {
        font-size: 1.8rem;
    }
    
    .service-icon-main {
        font-size: 3.5rem;
    }
    
    .intro-content h2 {
        font-size: 2rem;
    }
    
    .section-header h3 {
        font-size: 1.8rem;
    }
    
    .floating-card {
        padding: 10px 15px;
        font-size: 0.9rem;
    }
    
    .service-cta-section {
        padding: 50px 30px;
    }
    
    .cta-content h3 {
        font-size: 1.8rem;
    }
    
    .cases-section {
        padding: 30px 20px;
    }
    
    .case-card {
        padding: 20px 15px;
    }
    
    .case-icon {
        width: 50px;
        height: 50px;
        font-size: 1.3rem;
    }
    
    .case-title h4 {
        font-size: 1.1rem;
    }
    
    .case-value {
        font-size: 1rem;
    }
    
    .tag {
        font-size: 0.75rem;
        padding: 5px 10px;
    }
}
/* Styles pour Solutions Énergétiques Vertes */
.energy-solutions-section {
    background: linear-gradient(135deg, rgba(0, 255, 127, 0.05) 0%, rgba(0, 102, 204, 0.05) 100%);
    border-radius: 25px;
    padding: 60px 40px;
    margin: 80px 0;
    border: 1px solid rgba(0, 255, 127, 0.1);
}

.energy-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 50px;
}

.energy-card {
    background: rgba(255,255,255,0.05);
    border-radius: 20px;
    padding: 35px 25px;
    text-align: center;
    backdrop-filter: blur(15px);
    border: 1px solid rgba(255,255,255,0.1);
    transition: var(--transition);
    position: relative;
    overflow: hidden;
}

.energy-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(0, 255, 127, 0.1), transparent);
    transition: var(--transition-slow);
}

.energy-card:hover::before {
    left: 100%;
}

.energy-card:hover {
    transform: translateY(-10px);
    background: rgba(0, 255, 127, 0.08);
    box-shadow: 0 20px 40px rgba(0,0,0,0.3), 0 0 20px rgba(0, 255, 127, 0.3);
}

.energy-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #00ff7f, #00cc66);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    font-size: 2rem;
    color: var(--white);
    box-shadow: 0 10px 25px rgba(0,255,127,0.3);
    transition: var(--transition);
}

.energy-card:hover .energy-icon {
    transform: scale(1.1) rotate(10deg);
    box-shadow: 0 15px 35px rgba(0,255,127,0.4), 0 0 25px rgba(0, 255, 127, 0.5);
}

.energy-card h4 {
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 15px;
    color: var(--text);
}

.energy-card p {
    color: var(--text-light);
    margin-bottom: 20px;
    line-height: 1.6;
}

.energy-features {
    list-style: none;
    text-align: left;
}

.energy-features li {
    color: var(--text-light);
    margin-bottom: 8px;
    position: relative;
    padding-left: 25px;
}

.energy-features li::before {
    content: '🌱';
    position: absolute;
    left: 0;
    color: #00ff7f;
}

/* Indicateurs de performance énergétique */
.energy-metrics {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    margin-top: 40px;
}

.energy-metric {
    background: rgba(0, 255, 127, 0.1);
    border-radius: 15px;
    padding: 25px 20px;
    text-align: center;
    border: 1px solid rgba(0, 255, 127, 0.2);
    transition: var(--transition);
}

.energy-metric:hover {
    transform: translateY(-5px);
    background: rgba(0, 255, 127, 0.15);
    box-shadow: 0 10px 25px rgba(0,255,127,0.2);
}

.metric-value {
    font-size: 2.5rem;
    font-weight: 800;
    color: #00ff7f;
    font-family: 'Orbitron', sans-serif;
    text-shadow: 0 0 15px rgba(0, 255, 127, 0.5);
    margin-bottom: 10px;
}

.metric-label {
    font-size: 0.9rem;
    color: var(--text-light);
    font-weight: 600;
}

/* Styles pour Conformité Réglementaire Maritime */
.compliance-section {
    background: linear-gradient(135deg, rgba(255, 193, 7, 0.05) 0%, rgba(255, 102, 0, 0.05) 100%);
    border-radius: 25px;
    padding: 60px 40px;
    margin: 80px 0;
    border: 1px solid rgba(255, 193, 7, 0.1);
}

.compliance-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 30px;
    margin-top: 50px;
}

.compliance-card {
    background: rgba(255,255,255,0.05);
    border-radius: 20px;
    padding: 35px 25px;
    backdrop-filter: blur(15px);
    border: 1px solid rgba(255,255,255,0.1);
    transition: var(--transition);
    position: relative;
    overflow: hidden;
}

.compliance-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 193, 7, 0.1), transparent);
    transition: var(--transition-slow);
}

.compliance-card:hover::before {
    left: 100%;
}

.compliance-card:hover {
    transform: translateY(-10px);
    background: rgba(255, 193, 7, 0.08);
    box-shadow: 0 20px 40px rgba(0,0,0,0.3), 0 0 20px rgba(255, 193, 7, 0.3);
}

.compliance-header {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    gap: 15px;
}

.compliance-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #ffc107, #ff9800);
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: var(--white);
    box-shadow: 0 8px 20px rgba(255, 193, 7, 0.3);
    flex-shrink: 0;
    transition: var(--transition);
}

.compliance-card:hover .compliance-icon {
    transform: scale(1.1) rotate(5deg);
    box-shadow: 0 12px 25px rgba(255, 193, 7, 0.4), 0 0 15px rgba(255, 193, 7, 0.5);
}

.compliance-title h4 {
    font-size: 1.3rem;
    font-weight: 700;
    color: var(--text);
    margin-bottom: 5px;
}

.compliance-badge {
    display: inline-block;
    background: rgba(255, 193, 7, 0.2);
    color: #ffc107;
    padding: 4px 12px;
    border-radius: 12px;
    font-size: 0.8rem;
    font-weight: 600;
    border: 1px solid rgba(255, 193, 7, 0.3);
}

.compliance-card p {
    color: var(--text-light);
    line-height: 1.6;
    margin-bottom: 20px;
}

.compliance-features {
    list-style: none;
}

.compliance-features li {
    color: var(--text-light);
    margin-bottom: 8px;
    position: relative;
    padding-left: 25px;
}

.compliance-features li::before {
    content: '✅';
    position: absolute;
    left: 0;
    color: #ffc107;
}

/* Tableau des normes */
.standards-table {
    background: rgba(255,255,255,0.05);
    border-radius: 15px;
    padding: 30px;
    margin-top: 40px;
    backdrop-filter: blur(15px);
    border: 1px solid rgba(255,255,255,0.1);
}

.standards-table h4 {
    font-size: 1.4rem;
    margin-bottom: 25px;
    color: var(--text);
    text-align: center;
    font-weight: 700;
}

.standards-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 15px;
}

.standard-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 15px;
    background: rgba(255,255,255,0.03);
    border-radius: 10px;
    transition: var(--transition);
}

.standard-item:hover {
    background: rgba(255, 193, 7, 0.1);
    transform: translateX(5px);
}

.standard-item i {
    color: #ffc107;
    font-size: 1.1rem;
    width: 20px;
}

.standard-item span {
    color: var(--text-light);
    font-size: 0.9rem;
    font-weight: 500;
}

/* Animations spécifiques */
.energy-card:nth-child(1) { animation-delay: 0.1s; }
.energy-card:nth-child(2) { animation-delay: 0.2s; }
.energy-card:nth-child(3) { animation-delay: 0.3s; }
.energy-card:nth-child(4) { animation-delay: 0.4s; }

.compliance-card:nth-child(1) { animation-delay: 0.1s; }
.compliance-card:nth-child(2) { animation-delay: 0.2s; }
.compliance-card:nth-child(3) { animation-delay: 0.3s; }
.compliance-card:nth-child(4) { animation-delay: 0.4s; }

/* Responsive Design pour les nouvelles sections */
@media (max-width: 768px) {
    .energy-solutions-section,
    .compliance-section {
        padding: 40px 25px;
        margin: 60px 0;
    }
    
    .energy-grid,
    .compliance-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .energy-metrics {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }
    
    .standards-list {
        grid-template-columns: 1fr;
    }
    
    .compliance-header {
        flex-direction: column;
        text-align: center;
        gap: 10px;
    }
}

@media (max-width: 576px) {
    .energy-solutions-section,
    .compliance-section {
        padding: 30px 20px;
    }
    
    .energy-card,
    .compliance-card {
        padding: 25px 20px;
    }
    
    .energy-metrics {
        grid-template-columns: 1fr;
    }
    
    .metric-value {
        font-size: 2rem;
    }
    
    .energy-icon,
    .compliance-icon {
        width: 60px;
        height: 60px;
        font-size: 1.5rem;
    }
    
    .standards-table {
        padding: 20px 15px;
    }
}
/* Styles spécifiques pour la page Transition Énergétique */

/* Section Technologies Énergétiques */
.technologies-section {
    background: linear-gradient(135deg, rgba(0, 102, 204, 0.05) 0%, rgba(0, 51, 102, 0.08) 100%);
    border-radius: 25px;
    padding: 60px 40px;
    margin: 80px 0;
    border: 1px solid rgba(0, 102, 204, 0.1);
    position: relative;
    overflow: hidden;
}

.technologies-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 
        radial-gradient(circle at 20% 30%, rgba(0, 255, 127, 0.03) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(0, 102, 204, 0.03) 0%, transparent 50%);
    animation: float 20s ease-in-out infinite;
}

.technologies-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 50px;
}

.technology-card {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 20px;
    padding: 35px 25px;
    text-align: center;
    backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: var(--transition);
    position: relative;
    overflow: hidden;
}

.technology-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(0, 255, 127, 0.1), transparent);
    transition: var(--transition-slow);
}

.technology-card:hover::before {
    left: 100%;
}

.technology-card:hover {
    transform: translateY(-10px);
    background: rgba(0, 255, 127, 0.08);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3), 0 0 20px rgba(0, 255, 127, 0.2);
}

.tech-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #00ff7f, #00cc66);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    font-size: 2rem;
    color: var(--white);
    box-shadow: 0 10px 25px rgba(0, 255, 127, 0.3);
    transition: var(--transition);
}

.technology-card:hover .tech-icon {
    transform: scale(1.1) rotate(10deg);
    box-shadow: 0 15px 35px rgba(0, 255, 127, 0.4), 0 0 25px rgba(0, 255, 127, 0.5);
}

.technology-card h4 {
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 15px;
    color: var(--text);
}

.technology-card p {
    color: var(--text-light);
    margin-bottom: 20px;
    line-height: 1.6;
}

.tech-stats {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
}

.tech-stat {
    text-align: center;
    padding: 10px 15px;
    background: rgba(0, 255, 127, 0.1);
    border-radius: 10px;
    border: 1px solid rgba(0, 255, 127, 0.2);
    transition: var(--transition);
}

.technology-card:hover .tech-stat {
    background: rgba(0, 255, 127, 0.2);
    transform: scale(1.05);
}

.stat-value {
    display: block;
    font-size: 1.5rem;
    font-weight: 800;
    color: #00ff7f;
    font-family: 'Orbitron', sans-serif;
    text-shadow: 0 0 15px rgba(0, 255, 127, 0.5);
    margin-bottom: 5px;
}

.stat-label {
    display: block;
    font-size: 0.8rem;
    color: var(--text-light);
    font-weight: 600;
}

/* Section Indicateurs de Performance */
.performance-section {
    background: linear-gradient(135deg, rgba(255, 102, 0, 0.05) 0%, rgba(0, 102, 204, 0.05) 100%);
    border-radius: 25px;
    padding: 60px 40px;
    margin: 80px 0;
    border: 1px solid rgba(255, 102, 0, 0.1);
}

.performance-metrics {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 30px;
    margin-top: 50px;
}

.performance-metric {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 20px;
    padding: 35px 25px;
    text-align: center;
    backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: var(--transition);
    position: relative;
    overflow: hidden;
}

.performance-metric::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #00ff7f, #0066cc);
}

.performance-metric:hover {
    transform: translateY(-10px);
    background: rgba(255, 255, 255, 0.08);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.metric-icon {
    font-size: 2.5rem;
    color: #00ff7f;
    margin-bottom: 20px;
    filter: drop-shadow(0 0 10px rgba(0, 255, 127, 0.3));
    transition: var(--transition);
}

.performance-metric:hover .metric-icon {
    transform: scale(1.2);
    color: #00cc66;
}

.metric-value {
    font-size: 2.8rem;
    font-weight: 800;
    color: var(--accent);
    font-family: 'Orbitron', sans-serif;
    text-shadow: 0 0 15px var(--accent-glow);
    margin-bottom: 10px;
    transition: var(--transition);
}

.performance-metric:hover .metric-value {
    color: #00ff7f;
    text-shadow: 0 0 20px rgba(0, 255, 127, 0.5);
}

.metric-label {
    font-size: 1rem;
    color: var(--text-light);
    font-weight: 600;
}

/* Section Solutions Énergétiques */
.energy-solutions-section {
    background: linear-gradient(135deg, rgba(0, 255, 127, 0.05) 0%, rgba(0, 102, 204, 0.05) 100%);
    border-radius: 25px;
    padding: 60px 40px;
    margin: 80px 0;
    border: 1px solid rgba(0, 255, 127, 0.1);
}

.energy-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 50px;
}

.energy-card {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 20px;
    padding: 35px 25px;
    text-align: center;
    backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: var(--transition);
    position: relative;
    overflow: hidden;
}

.energy-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(0, 255, 127, 0.1), transparent);
    transition: var(--transition-slow);
}

.energy-card:hover::before {
    left: 100%;
}

.energy-card:hover {
    transform: translateY(-10px);
    background: rgba(0, 255, 127, 0.08);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3), 0 0 20px rgba(0, 255, 127, 0.3);
}

.energy-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #00ff7f, #00cc66);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    font-size: 2rem;
    color: var(--white);
    box-shadow: 0 10px 25px rgba(0, 255, 127, 0.3);
    transition: var(--transition);
}

.energy-card:hover .energy-icon {
    transform: scale(1.1) rotate(10deg);
    box-shadow: 0 15px 35px rgba(0, 255, 127, 0.4), 0 0 25px rgba(0, 255, 127, 0.5);
}

.energy-card h4 {
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 15px;
    color: var(--text);
}

.energy-card p {
    color: var(--text-light);
    margin-bottom: 20px;
    line-height: 1.6;
}

.energy-features {
    list-style: none;
    text-align: left;
}

.energy-features li {
    color: var(--text-light);
    margin-bottom: 8px;
    position: relative;
    padding-left: 25px;
}

.energy-features li::before {
    content: '🌱';
    position: absolute;
    left: 0;
    color: #00ff7f;
}

/* Section Avantages Énergétiques */
.energy-benefits-section {
    background: linear-gradient(135deg, rgba(0, 102, 204, 0.05) 0%, rgba(0, 255, 127, 0.05) 100%);
    border-radius: 25px;
    padding: 60px 40px;
    margin: 80px 0;
    border: 1px solid rgba(0, 102, 204, 0.1);
}

.benefits-grid-energy {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 50px;
}

.benefit-card-energy {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 20px;
    padding: 35px 25px;
    text-align: center;
    backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: var(--transition);
    position: relative;
    overflow: hidden;
}

.benefit-card-energy::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #00ff7f, #0066cc);
}

.benefit-card-energy:hover {
    transform: translateY(-10px);
    background: rgba(255, 255, 255, 0.08);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.benefit-icon-energy {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #00ff7f, #00cc66);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    font-size: 1.8rem;
    color: var(--white);
    box-shadow: 0 8px 20px rgba(0, 255, 127, 0.3);
    transition: var(--transition);
}

.benefit-card-energy:hover .benefit-icon-energy {
    transform: scale(1.1);
    box-shadow: 0 12px 25px rgba(0, 255, 127, 0.4);
}

.benefit-card-energy h4 {
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 15px;
    color: var(--text);
}

.benefit-card-energy p {
    color: var(--text-light);
    line-height: 1.6;
    margin-bottom: 20px;
}

.benefit-value-energy {
    font-size: 2rem;
    font-weight: 800;
    color: #00ff7f;
    font-family: 'Orbitron', sans-serif;
    text-shadow: 0 0 15px rgba(0, 255, 127, 0.5);
}

/* Animations spécifiques pour les cartes énergétiques */
.technology-card:nth-child(1) { animation-delay: 0.1s; }
.technology-card:nth-child(2) { animation-delay: 0.2s; }
.technology-card:nth-child(3) { animation-delay: 0.3s; }
.technology-card:nth-child(4) { animation-delay: 0.4s; }

.energy-card:nth-child(1) { animation-delay: 0.1s; }
.energy-card:nth-child(2) { animation-delay: 0.2s; }
.energy-card:nth-child(3) { animation-delay: 0.3s; }
.energy-card:nth-child(4) { animation-delay: 0.4s; }

.benefit-card-energy:nth-child(1) { animation-delay: 0.1s; }
.benefit-card-energy:nth-child(2) { animation-delay: 0.2s; }
.benefit-card-energy:nth-child(3) { animation-delay: 0.3s; }

.performance-metric:nth-child(1) { animation-delay: 0.1s; }
.performance-metric:nth-child(2) { animation-delay: 0.2s; }
.performance-metric:nth-child(3) { animation-delay: 0.3s; }
.performance-metric:nth-child(4) { animation-delay: 0.4s; }

/* Effets de brillance pour les icônes énergétiques */
@keyframes energyPulse {
    0%, 100% { 
        box-shadow: 0 10px 25px rgba(0, 255, 127, 0.3);
    }
    50% { 
        box-shadow: 0 10px 25px rgba(0, 255, 127, 0.3), 0 0 20px rgba(0, 255, 127, 0.6);
    }
}

.tech-icon, .energy-icon, .benefit-icon-energy {
    animation: energyPulse 3s infinite;
}

/* Responsive Design */
@media (max-width: 992px) {
    .technologies-grid,
    .energy-grid,
    .benefits-grid-energy {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    
    .performance-metrics {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .technologies-section,
    .energy-solutions-section,
    .energy-benefits-section,
    .performance-section {
        padding: 40px 25px;
        margin: 60px 0;
    }
    
    .technologies-grid,
    .energy-grid,
    .benefits-grid-energy,
    .performance-metrics {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .technology-card,
    .energy-card,
    .benefit-card-energy,
    .performance-metric {
        padding: 25px 20px;
    }
    
    .tech-icon,
    .energy-icon {
        width: 60px;
        height: 60px;
        font-size: 1.5rem;
    }
    
    .benefit-icon-energy {
        width: 50px;
        height: 50px;
        font-size: 1.3rem;
    }
    
    .tech-stats {
        flex-direction: column;
        gap: 10px;
    }
}

@media (max-width: 576px) {
    .technologies-section,
    .energy-solutions-section,
    .energy-benefits-section,
    .performance-section {
        padding: 30px 20px;
    }
    
    .technology-card,
    .energy-card,
    .benefit-card-energy,
    .performance-metric {
        padding: 20px 15px;
    }
    
    .metric-value {
        font-size: 2.2rem;
    }
    
    .benefit-value-energy {
        font-size: 1.6rem;
    }
}