:root {
    --color-red: #FF0000;
    --color-red-rgb: 255, 0, 0;
    --color-gold: #FFD700;
    --color-gold-rgb: 255, 215, 0;
    --color-green: #0a7734;
    --color-green-rgb: 10, 119, 52;
    --color-white: #FFFFFF;
    --color-black: #0A0A0A;
    --color-gray: #6B7280;
    
    --gradient-red: linear-gradient(135deg, #FF0000, #CC0000);
    --gradient-gold: linear-gradient(135deg, #FFD700, #DAA520);
    --gradient-green: linear-gradient(135deg, #0a7734, #085c28);
    --gradient-dark: linear-gradient(135deg, #1a1a2e, #16213e);
    
    --shadow-premium: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    --shadow-glow-red: 0 0 30px rgba(255, 0, 0, 0.3);
    --shadow-glow-gold: 0 0 30px rgba(255, 215, 0, 0.3);
}

/* Hero Section */
/* .hero-premium {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: linear-gradient(135deg, #0a0a1a 0%, #1a1a2e 100%);
} */

.hero-premium {
    position: relative;
    z-index: 1;
    min-height: 100vh;
    display: flex;
    align-items: center;
    overflow: hidden;

    background-image: url("../img/backgroung_cineaste.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    
}

.hero-premium::before {
    position: absolute;
    content: '';
    opacity: 0.75;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #0a2e1a 0%, #0a7734 50%, #085c28 100%);
}

/* Alternative avec transition plus douce */
/* .hero-premium {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: linear-gradient(180deg, #ffffff 0%, #f8f9fa 30%, #0a5a2a 100%);
} */

/* Background Effects */
.hero-premium__background {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.hero-premium__gradient {
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 20% 50%, rgba(var(--color-red-rgb), 0.15) 0%, transparent 50%),
                radial-gradient(circle at 80% 80%, rgba(var(--color-gold-rgb), 0.1) 0%, transparent 50%),
                linear-gradient(135deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.6) 100%);
}

.hero-premium__pattern {
    position: absolute;
    inset: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='350' height='350' viewBox='0 0 350 350' xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3Cpattern id='tripodCameraPattern' x='0' y='0' width='350' height='350' patternUnits='userSpaceOnUse'%3E%3Cg fill='none'%3E%3C!-- Caméra sur trépied (Très grand format, espacé) --%3E%3C!-- Tête de caméra --%3E%3Crect x='85' y='85' width='110' height='65' rx='8' stroke='%23FFD700' stroke-width='2.5' fill='none' opacity='0.12'/%3E%3C!-- Objectif --%3E%3Crect x='190' y='98' width='55' height='40' rx='5' stroke='%23FFD700' stroke-width='2' fill='none' opacity='0.12'/%3E%3Ccircle cx='225' cy='118' r='14' stroke='%23FFD700' stroke-width='1.8' fill='none' opacity='0.1'/%3E%3Ccircle cx='233' cy='118' r='6' fill='%23FF0000' opacity='0.1'/%3E%3C!-- Viseur --%3E%3Crect x='95' y='68' width='35' height='22' rx='3' fill='%23FFFFFF' opacity='0.08'/%3E%3Crect x='95' y='68' width='35' height='22' rx='3' stroke='%23FFD700' stroke-width='1.5' fill='none' opacity='0.1'/%3E%3C!-- Contrôles --%3E%3Crect x='135' y='80' width='10' height='10' rx='2' fill='%23FF0000' opacity='0.08'/%3E%3Crect x='152' y='80' width='10' height='10' rx='2' fill='%23FF0000' opacity='0.08'/%3E%3Ccircle cx='178' cy='85' r='8' stroke='%23FFFFFF' stroke-width='1.5' fill='none' opacity='0.08'/%3E%3C!-- Poignée --%3E%3Cpath d='M105,85 L105,65 L165,65 L165,85' stroke='%23FFD700' stroke-width='2.5' fill='none' opacity='0.1'/%3E%3C!-- Plateforme --%3E%3Crect x='105' y='150' width='70' height='10' rx='3' fill='%23FFD700' opacity='0.1'/%3E%3C!-- Trépied --%3E%3Cline x1='130' y1='160' x2='90' y2='230' stroke='%23FFFFFF' stroke-width='2.5' opacity='0.08'/%3E%3Cline x1='140' y1='160' x2='140' y2='240' stroke='%23FFFFFF' stroke-width='2.5' opacity='0.08'/%3E%3Cline x1='150' y1='160' x2='190' y2='230' stroke='%23FFFFFF' stroke-width='2.5' opacity='0.08'/%3E%3C!-- Roulettes --%3E%3Ccircle cx='85' cy='235' r='9' stroke='%23FFFFFF' stroke-width='2' fill='none' opacity='0.07'/%3E%3Ccircle cx='140' cy='245' r='9' stroke='%23FFFFFF' stroke-width='2' fill='none' opacity='0.07'/%3E%3Ccircle cx='195' cy='235' r='9' stroke='%23FFFFFF' stroke-width='2' fill='none' opacity='0.07'/%3E%3C!-- Lumière recording --%3E%3Ccircle cx='105' cy='118' r='5' fill='%23FF0000' opacity='0.15'/%3E%3Ccircle cx='105' cy='118' r='5' stroke='%23FF0000' stroke-width='1.5' fill='none' opacity='0.2'/%3E%3C/g%3E%3C/pattern%3E%3C/defs%3E%3Crect width='100%25' height='100%25' fill='url(%23tripodCameraPattern)'/%3E%3C/svg%3E");
    background-repeat: repeat;
    opacity: 0.4;
}

/* .hero-premium__pattern {
    position: absolute;
    content: '';
    opacity: 0.15;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../img/backgroung_cineaste.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
} */

.hero-premium__particles {
    position: absolute;
    inset: 0;
}

/* Container */
.hero-premium__container {
    position: relative;
    z-index: 2;
    max-width: 1400px;
    margin: 0 auto;
    padding: 100px 2rem;
}

/* Grid Layout */
.hero-premium__grid {
    display: grid;
    grid-template-columns: 1fr 0.9fr;
    gap: 4rem;
    align-items: start;
}

/* Badge */
.hero-premium__badge {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.5rem 1.25rem;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border-radius: 100px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 2rem;
}

.badge-pulse {
    width: 8px;
    height: 8px;
    background: var(--color-gold);
    border-radius: 50%;
    animation: pulse 2s infinite;
}

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

.hero-premium__badge span {
    color: var(--color-white);
    font-size: 0.85rem;
    font-weight: 500;
    letter-spacing: 0.5px;
}

/* Title */
.hero-premium__title {
    font-size: clamp(1.9rem, 4.6vw, 3.2rem);
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 1.5rem;
    color: var(--color-white);
}

.title-gradient {
    background: var(--gradient-gold);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    position: relative;
    display: inline-block;
}

.title-highlight {
    background: linear-gradient(135deg, var(--color-white), rgba(255, 255, 255, 0.8));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

/* Description */
.hero-premium__description {
    font-size: clamp(0.9rem, 1.4vw, 1.1rem);
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 2rem;
    max-width: 90%;
}

/* Buttons */
.hero-premium__actions {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 2.5rem;
}

.actions-group {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    flex-wrap: wrap;
}

.btn-premium {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border-radius: 50px;
    text-decoration: none;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
}

.btn-content {
    position: relative;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem 2rem;
    font-weight: 600;
    font-size: 1rem;
}

.btn-primary {
    background: var(--gradient-red);
    color: var(--color-white);
    box-shadow: var(--shadow-glow-red);
}

.btn-primary .btn-glow {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transform: translateX(-100%);
    transition: transform 0.6s ease;
}

.btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(255, 0, 0, 0.4);
}

.btn-primary:hover .btn-glow {
    transform: translateX(100%);
}

.btn-outline {
    background: transparent;
    border: 2px solid rgba(255, 215, 0, 0.5);
    color: var(--color-white);
}

.btn-outline:hover {
    color: var(--color-white);
    border-color: var(--color-red);
    background: rgba(255, 0, 0, 0.1);
    transform: translateY(-3px);
}

.btn-secondary {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: var(--color-white);
}

.btn-secondary:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: translateY(-3px);
}

.action-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.85rem;
    font-weight: 600;
}

/* Trust Indicators */
.hero-premium__trust {
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
}

.trust-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.85rem;
}

.trust-item i {
    color: var(--color-gold);
    font-size: 1rem;
}

/* Services Card */
.hero-premium__services {
    position: relative;
}

.services-card {
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(20px);
    border-radius: 32px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    overflow: hidden;
    transition: all 0.4s ease;
}

.services-card:hover {
    transform: translateY(-5px);
    border-color: rgba(255, 215, 0, 0.3);
    box-shadow: var(--shadow-premium);
}

.services-card__header {
    padding: 2rem;
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.header-icon {
    width: 40px;
    height: 40px;
    margin: 0 auto 1rem;
    background: linear-gradient(135deg, rgba(255, 215, 0, 0.1), rgba(255, 215, 0, 0.05));
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-icon i {
    font-size: 1rem;
    color: var(--color-gold);
}

.header-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--color-white);
    margin-bottom: 0.5rem;
}

.header-subtitle {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.6);
}

/* Services List */
.services-list {
    padding: 1rem;
}

.service-item {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem;
    border-radius: 16px;
    transition: all 0.3s ease;
    cursor: pointer;
}

.service-item:hover {
    background: rgba(255, 255, 255, 0.05);
    transform: translateX(5px);
}

.service-icon {
    width: 48px;
    height: 48px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.service-icon i {
    font-size: 1.2rem;
    color: var(--color-gold);
}

.service-content {
    flex: 1;
}

.service-content h4 {
    font-size: 1rem;
    font-weight: 600;
    color: var(--color-white);
    margin-bottom: 0.25rem;
}

.service-content p {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.6);
    margin: 0;
}

.service-arrow {
    opacity: 0;
    transform: translateX(-10px);
    transition: all 0.3s ease;
}

.service-item:hover .service-arrow {
    opacity: 1;
    transform: translateX(0);
}

.service-arrow i {
    color: var(--color-gold);
    font-size: 0.9rem;
}

.services-card__footer {
    padding: 1.5rem;
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

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

.link-more:hover {
    gap: 1rem;
}

/* Statistics */
.hero-premium__stats {
    margin-top: 4rem;
    padding-top: 3rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

/* Title */
.hero-premium__stats__title {
    font-size: clamp(1.1rem, 2.3vw, 1.8rem);
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 3rem;
    color: var(--color-white);
    text-align: center;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 2rem;
}

.stat-item {
    text-align: center;
    padding: 1.5rem;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 20px;
    transition: all 0.3s ease;
}

.stat-item:hover {
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 0.05);
}

.stat-icon {
    margin-bottom: 1rem;
}

.stat-icon i {
    font-size: 2rem;
    color: var(--color-gold);
}

.stat-number {
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--color-white);
    line-height: 1;
    margin-bottom: 0.5rem;
}

.stat-label {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.6);
}

/* Scroll Indicator */
.hero-premium__scroll {
    position: absolute;
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    cursor: pointer;
    z-index: 3;
}

.scroll-mouse {
    width: 30px;
    height: 50px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 20px;
    position: relative;
}

.scroll-wheel {
    width: 4px;
    height: 10px;
    background: var(--color-gold);
    border-radius: 2px;
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    animation: scrollWheel 2s infinite;
}

@keyframes scrollWheel {
    0% { opacity: 1; transform: translateX(-50%) translateY(0); }
    80% { opacity: 0; transform: translateX(-50%) translateY(20px); }
    100% { opacity: 0; transform: translateX(-50%) translateY(0); }
}

.scroll-text {
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
    letter-spacing: 2px;
}

/* Responsive */
@media (max-width: 1024px) {
    .hero-premium__grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .hero-premium__description {
        max-width: 100%;
    }
    
    .stats-grid {
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
        gap: 1rem;
    }
}

@media (max-width: 768px) {
    .hero-premium__container {
        padding: 60px 1.5rem;
    }
    
    .actions-group {
        flex-direction: column;
        width: 100%;
    }
    
    .btn-premium {
        width: 100%;
    }
    
    .action-divider {
        padding: 0.5rem 0;
    }
    
    .hero-premium__trust {
        justify-content: center;
    }
    
    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 480px) {
    .stats-grid {
        grid-template-columns: 1fr;
    }
    
    .stat-number {
        font-size: 2rem;
    }
}



/* Statistics Section Styles */
.hero-premium__stats {
    margin-top: 4rem;
    padding-top: 3rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.stats-header {
    text-align: center;
    margin-bottom: 3rem;
}

.stats-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: rgba(255, 215, 0, 0.1);
    padding: 0.5rem 1.25rem;
    border-radius: 50px;
    margin-bottom: 1rem;
}

.stats-badge i {
    color: var(--color-gold);
    font-size: 0.9rem;
}

.stats-badge span {
    color: var(--color-gold);
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.stats-title {
    font-size: 1.8rem;
    font-weight: 700;
    color: var(--color-white);
    margin: 0;
}

/* Stats Grid */
.stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1.5rem;
    margin-bottom: 2rem;
}

.stat-item {
    text-align: center;
    padding: 1.8rem 1rem;
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(10px);
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.stat-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--color-red), var(--color-gold), var(--color-green));
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.stat-item:hover {
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(255, 215, 0, 0.2);
}

.stat-item:hover::before {
    transform: scaleX(1);
}

.stat-icon {
    margin-bottom: 1rem;
}

.stat-icon i {
    font-size: 2.2rem;
    background: var(--color-gold);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.stat-number {
    font-size: 2.8rem;
    font-weight: 800;
    color: var(--color-white);
    line-height: 1;
    margin-bottom: 0.5rem;
    letter-spacing: -1px;
}

.stat-label {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 0.5rem;
    font-weight: 500;
}

.stat-trend {
    font-size: 0.7rem;
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    padding: 0.2rem 0.6rem;
    border-radius: 20px;
}

.stat-trend.positive {
    background: rgba(10, 119, 52, 0.2);
    color: #2ecc71;
}

.stat-trend.neutral {
    background: rgba(255, 215, 0, 0.1);
    color: var(--color-gold);
}

.stat-trend i {
    font-size: 0.65rem;
}

/* Secondary Stats Grid */
.stats-secondary-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
    margin-top: 1.5rem;
}

.stat-card-horizontal {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    padding: 1.5rem;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    transition: all 0.3s ease;
}

.stat-card-horizontal:hover {
    background: rgba(255, 255, 255, 0.05);
    transform: translateX(5px);
}

.stat-card-icon {
    width: 60px;
    height: 60px;
    background: rgba(255, 215, 0, 0.1);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.stat-card-icon i {
    font-size: 1.8rem;
    color: var(--color-gold);
}

.stat-card-content {
    flex: 1;
}

.stat-card-value {
    font-size: 1.8rem;
    font-weight: 800;
    color: var(--color-white);
    line-height: 1;
    margin-bottom: 0.25rem;
}

.stat-card-label {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 0.75rem;
}

.progress-bar {
    height: 4px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 2px;
    overflow: hidden;
}

.progress-fill {
    height: 100%;
    background: linear-gradient(90deg, var(--color-gold), var(--color-red));
    border-radius: 2px;
    position: relative;
    animation: progressFill 1.5s ease-out;
}

@keyframes progressFill {
    from {
        width: 0;
    }
    to {
        width: var(--target-width);
    }
}

/* Responsive */
@media (max-width: 768px) {
    .stats-title {
        font-size: 1.3rem;
    }
    
    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }
    
    .stat-item {
        padding: 1.2rem 0.5rem;
    }
    
    .stat-number {
        font-size: 2rem;
    }
    
    .stat-icon i {
        font-size: 1.5rem;
    }
    
    .stat-label {
        font-size: 0.75rem;
    }
    
    .stats-secondary-grid {
        grid-template-columns: 1fr;
    }
    
    .stat-card-horizontal {
        padding: 1rem;
    }
    
    .stat-card-icon {
        width: 50px;
        height: 50px;
    }
    
    .stat-card-icon i {
        font-size: 1.4rem;
    }
    
    .stat-card-value {
        font-size: 1.4rem;
    }
}

@media (max-width: 480px) {
    .stats-grid {
        grid-template-columns: 1fr;
    }
    
    .stats-header {
        margin-bottom: 2rem;
    }
    
    .stats-badge span {
        font-size: 0.75rem;
    }
}   