/* Premium Design - Inspired by reference image */
:root {
    --premium-blue: #103D88;
    --premium-orange: #FF6600;
    --premium-bg: #FFFFFF;
    --premium-text-main: #1F2937;
    --premium-text-muted: #6B7280;
    --premium-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

/* Base Spacing & Layout */
section {
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

/* Animated Decorative Dots for Hero Sections */
.hero-dot {
    position: absolute;
    border-radius: 50%;
    background: var(--premium-blue);
    opacity: 0.15;
    animation: float 6s ease-in-out infinite;
    z-index: 1;
}

.hero-dot-1 {
    width: 30px;
    height: 30px;
    top: 15%;
    left: 10%;
    animation-delay: 0s;
    background: var(--premium-blue);
}

.hero-dot-2 {
    width: 24px;
    height: 24px;
    top: 25%;
    right: 15%;
    animation-delay: 1s;
    background: var(--premium-orange);
}

.hero-dot-3 {
    width: 28px;
    height: 28px;
    bottom: 20%;
    left: 8%;
    animation-delay: 2s;
    background: var(--premium-blue);
}

.hero-dot-4 {
    width: 35px;
    height: 35px;
    top: 50%;
    right: 12%;
    animation-delay: 0.5s;
    background: var(--premium-orange);
}

.hero-dot-5 {
    width: 20px;
    height: 20px;
    bottom: 30%;
    right: 20%;
    animation-delay: 1.5s;
    background: var(--premium-blue);
}

.hero-dot-6 {
    width: 26px;
    height: 26px;
    top: 70%;
    left: 15%;
    animation-delay: 2.5s;
    background: var(--premium-orange);
}

@keyframes float {

    0%,
    100% {
        transform: translateY(0) translateX(0);
        opacity: 0.15;
    }

    25% {
        transform: translateY(-20px) translateX(10px);
        opacity: 0.25;
    }

    50% {
        transform: translateY(-10px) translateX(-15px);
        opacity: 0.2;
    }

    75% {
        transform: translateY(-30px) translateX(5px);
        opacity: 0.3;
    }
}

/* Inner pages hero (about, contact, courses, advantages) – style distinct de l’index, garde background-image */
.page-hero {
    background-size: cover !important;
    background-position: center !important;
    min-height: 38vh;
    padding: 56px 0 48px !important;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
}
.page-hero .hero-overlay-premium {
    background: linear-gradient(135deg, rgba(16, 61, 136, 0.82) 0%, rgba(12, 45, 102, 0.88) 50%, rgba(255, 102, 0, 0.75) 100%) !important;
    backdrop-filter: none;
}
.page-hero .section-label {
    color: rgba(255, 255, 255, 0.95);
    border-bottom: 2px solid var(--premium-orange);
    padding-bottom: 6px;
    display: inline-block;
    margin-bottom: 12px;
}
.page-hero .about-hero-title,
.page-hero .advantages-hero-title,
.page-hero .courses-hero-title,
.page-hero h1 {
    color: #fff !important;
    font-size: 2rem !important;
    font-weight: 900 !important;
    margin: 14px 0 18px !important;
    line-height: 1.2 !important;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.2);
}
.page-hero .about-hero-desc,
.page-hero .advantages-hero-desc,
.page-hero .courses-hero-desc,
.page-hero p {
    color: rgba(255, 255, 255, 0.92) !important;
    font-size: 1rem !important;
    margin-bottom: 24px !important;
}
.page-hero .hero-dot {
    background: rgba(255, 255, 255, 0.35) !important;
    opacity: 0.5;
}
.page-hero .btn-premium.btn-outline {
    border-color: #fff;
    color: #fff;
}
.page-hero .btn-premium.btn-outline:hover {
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
}
@media (min-width: 768px) {
    .page-hero {
        min-height: 42vh;
        padding: 72px 0 64px !important;
        background-attachment: fixed;
    }
    .page-hero .about-hero-title,
    .page-hero .advantages-hero-title,
    .page-hero .courses-hero-title,
    .page-hero h1 {
        font-size: 3rem !important;
        margin: 18px 0 24px !important;
    }
    .page-hero .about-hero-desc,
    .page-hero .advantages-hero-desc,
    .page-hero .courses-hero-desc,
    .page-hero p {
        font-size: 1.15rem !important;
        margin-bottom: 28px !important;
    }
}
@media (min-width: 1024px) {
    .page-hero .about-hero-title,
    .page-hero .advantages-hero-title,
    .page-hero .courses-hero-title,
    .page-hero h1 {
        font-size: 3.5rem !important;
        margin: 20px 0 28px !important;
    }
}

.container-premium {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

/* 1. HERO SECTION */
.hero-premium-section {
    padding: 120px 0 80px;
    background-color: #ffffff;
    background-image: radial-gradient(circle at 2px 2px, rgba(0, 0, 0, 0.02) 1px, transparent 0);
    background-size: 40px 40px;
}

.hero-premium {
    display: flex;
    align-items: center;
    min-height: 80vh;
    gap: 60px;
}

.hero-premium-left {
    flex: 1;
}

.hero-premium-right {
    flex: 1;
    position: relative;
}

.hero-badge-premium {
    display: inline-block;
    padding: 8px 16px;
    background: rgba(16, 61, 136, 0.1);
    color: var(--premium-blue);
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 700;
    margin-bottom: 24px;
    letter-spacing: 1px;
}

.hero-title {
    font-size: 4.5rem;
    font-weight: 900;
    line-height: 1.1;
    margin-bottom: 30px;
    color: var(--premium-text-main);
}

.highlight-blue {
    color: var(--premium-blue);
}

.highlight-orange {
    color: var(--premium-orange);
}

.hero-slogan-premium {
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--premium-orange);
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.hero-desc {
    font-size: 1.125rem;
    color: var(--premium-text-muted);
    margin-bottom: 40px;
    max-width: 600px;
    line-height: 1.8;
}

.hero-cta-group {
    display: flex;
    gap: 20px;
    align-items: center;
}

/* Capsule Grid in Hero */
.capsule-grid {
    position: relative;
    width: 100%;
    height: 600px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.capsule-item {
    position: relative;
    width: 140px;
    height: 400px;
    border-radius: 100px;
    overflow: hidden;
    margin-left: -40px;
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.1);
    transition: transform 0.5s ease;
    z-index: 1;
}

.capsule-1 {
    transform: translateY(-40px);
    z-index: 1;
}

.capsule-2 {
    transform: translateY(40px);
    z-index: 2;
}

.capsule-3 {
    transform: translateY(-20px);
    z-index: 3;
}

.capsule-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.experience-badge-premium {
    position: absolute;
    bottom: 50px;
    left: 0;
    background: white;
    padding: 20px 30px;
    border-radius: 20px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    gap: 15px;
    z-index: 10;
}

.exp-number {
    font-size: 2.5rem;
    font-weight: 900;
    color: var(--premium-blue);
    line-height: 1;
}

.exp-text {
    font-size: 0.9rem;
    font-weight: 700;
    color: var(--premium-text-main);
    line-height: 1.2;
}

/* 2. EXPERTISE SECTION - Une approche innovante de l'apprentissage */
.expertise-premium-section {
    padding: 100px 0;
}

.section-header-center {
    text-align: center;
    margin-bottom: 60px;
}

.section-label {
    display: block;
    font-size: 0.8rem;
    font-weight: 800;
    color: var(--premium-orange);
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 15px;
}

.section-title-premium {
    font-size: 3rem;
    font-weight: 800;
    margin-bottom: 40px;
    line-height: 1.2;
}

.text-blue {
    color: var(--premium-blue);
}

.text-orange {
    color: var(--premium-orange);
}

.expertise-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.expertise-item {
    background: white;
    padding: 50px 40px;
    border-radius: 30px;
    transition: all 0.4s;
    border: 1px solid transparent;
}

.expertise-item.active {
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.05);
    border-color: #f1f1f1;
}

.expertise-item:hover {
    transform: translateY(-10px);
    border-color: var(--premium-blue);
}

.expertise-icon {
    width: 70px;
    height: 70px;
    background: rgba(16, 61, 136, 0.1);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.75rem;
    color: var(--premium-blue);
    margin-bottom: 25px;
}

.expertise-item h3 {
    font-size: 1.5rem;
    font-weight: 800;
    margin-bottom: 15px;
}

.expertise-item p {
    font-size: 1rem;
    line-height: 1.6;
    color: var(--premium-text-muted);
    margin: 0;
}

/* 3. IMPACT SECTION */
.alt-section {
    display: flex;
    align-items: center;
    gap: 80px;
}

.alt-image-wrapper {
    flex: 1;
    position: relative;
}

.alt-content {
    flex: 1;
}

.mask-blob {
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    overflow: hidden;
    width: 100%;
    aspect-ratio: 1;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.1);
}

.mask-blob img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mask-organic-premium {
    width: 100%;
    aspect-ratio: 1;
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    overflow: hidden;
    position: relative;
    box-shadow: 0 30px 60px rgba(16, 61, 136, 0.1);
    border: 10px solid #ffffff;
    animation: blobAnimate 8s ease-in-out infinite;
    background: var(--premium-blue);
}

@keyframes blobAnimate {

    0%,
    100% {
        border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    }

    50% {
        border-radius: 30% 60% 70% 40% / 50% 60% 30% 60%;
    }
}

.mask-organic-premium img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.mask-organic-premium:hover img {
    transform: scale(1.1);
}

.floating-experience-card {
    position: absolute;
    top: 50%;
    left: -40px;
    transform: translateY(-50%);
    background: white;
    padding: 25px;
    border-radius: 20px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    z-index: 10;
    text-align: center;
}

.floating-experience-card strong {
    display: block;
    font-size: 2rem;
    color: var(--premium-orange);
    line-height: 1;
}

.floating-experience-card span {
    font-size: 0.85rem;
    font-weight: 700;
    color: var(--premium-text-muted);
    text-transform: uppercase;
}

.floating-badge-award {
    position: absolute;
    top: 20px;
    right: 20px;
    background: var(--premium-orange);
    color: white;
    padding: 15px 25px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 700;
    box-shadow: 0 10px 25px rgba(255, 102, 0, 0.3);
}

.premium-list {
    list-style: none;
    padding: 0;
    margin-bottom: 40px;
}

.premium-list li {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 15px;
    font-weight: 600;
    color: var(--premium-text-main);
}

.premium-list li i {
    color: #10b981;
    font-size: 1.25rem;
}

/* 4. STATS BANNER - REFINED & PROFESSIONAL */
.stats-premium-banner {
    background: #ffffff;
    padding: 50px 0;
    border-top: 1px solid #f1f5f9;
    border-bottom: 1px solid #f1f5f9;
    color: var(--premium-text-main);
}

.stats-grid-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    text-align: center;
}

.stat-item-premium {
    position: relative;
    padding: 10px 0;
}

.stat-item-premium:not(:last-child)::after {
    content: '';
    position: absolute;
    right: 0;
    top: 20%;
    height: 60%;
    width: 1px;
    background: #f1f5f9;
}

.stat-num {
    font-size: 2.5rem;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 5px;
    color: var(--premium-blue);
    letter-spacing: -1px;
}

.stat-lab {
    font-size: 0.8rem;
    font-weight: 700;
    color: var(--premium-text-muted);
    text-transform: uppercase;
    letter-spacing: 2px;
}

@media (max-width: 768px) {
    .stat-item-premium:not(:last-child)::after {
        display: none;
    }

    .stats-grid-4 {
        gap: 30px;
    }
}

/* NOUVEAUX STYLES POUR LES CARTES DE FORMATIONS - INSPIRÉ "AFTER UX" */
.courses-grid-premium {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px;
    margin-top: 40px;
}

.course-card-modern {
    background: #ffffff;
    border-radius: 16px;
    padding: 20px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    border: 1px solid #f0f0f0;
}

.course-card-modern:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
    border-color: var(--premium-orange);
}

.course-card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}

.course-flag-container {
    width: 50px;
    height: 50px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    flex-shrink: 0;
}

.course-flag {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.course-badge {
    background: linear-gradient(135deg, #10b981, #059669);
    color: white;
    padding: 4px 10px;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.course-title {
    font-size: 1.1rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 8px;
    line-height: 1.3;
}

.course-meta {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 12px;
}

.course-rating {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 0.9rem;
    color: #666;
}

.course-rating .star {
    color: #fbbf24;
    font-size: 0.85rem;
}

.course-duration {
    font-size: 0.85rem;
    color: #666;
    display: flex;
    align-items: center;
    gap: 4px;
}

.course-description {
    font-size: 0.85rem;
    color: #666;
    line-height: 1.4;
    margin-bottom: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.course-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 15px;
    border-top: 1px solid #f0f0f0;
}

.course-price {
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--premium-blue);
}

.course-price .currency {
    font-size: 0.8rem;
    color: #666;
    font-weight: 400;
}

.course-btn {
    background: var(--premium-orange);
    color: white;
    border: none;
    padding: 8px 16px;
    border-radius: 8px;
    font-size: 0.85rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.course-btn:hover {
    background: #e55a00;
    transform: scale(1.05);
    color: white;
    text-decoration: none;
}

.course-customization {
    font-size: 0.75rem;
    color: var(--premium-blue);
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
}

.course-customization:hover {
    color: var(--premium-orange);
    text-decoration: none;
}

/* STYLES POUR LES CARTES DE PRIX DES EXAMENS - INSPIRÉ "AFTER UX" */
.exam-cards-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 25px;
    margin-top: 40px;
}

.exam-price-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 25px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    border: 1px solid #f0f0f0;
}

.exam-price-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
    border-color: var(--premium-orange);
}

.exam-card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.exam-flag-icon {
    display: flex;
    align-items: center;
    gap: 12px;
}

.exam-flag {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    object-fit: cover;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.exam-title {
    font-size: 1.2rem;
    font-weight: 700;
    color: #333;
}

.exam-badge {
    background: linear-gradient(135deg, #10b981, #059669);
    color: white;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.exam-description {
    font-size: 0.9rem;
    color: #666;
    margin-bottom: 20px;
    line-height: 1.4;
}

.exam-price-section {
    background: linear-gradient(135deg, #f8fafc, #f1f5f9);
    padding: 20px;
    border-radius: 12px;
    margin-bottom: 20px;
}

.exam-price-main {
    display: flex;
    align-items: baseline;
    justify-content: center;
    margin-bottom: 15px;
}

.exam-price-amount {
    font-size: 2rem;
    font-weight: 800;
    color: var(--premium-blue);
}

.exam-price-currency {
    font-size: 1rem;
    color: #666;
    margin-left: 5px;
}

.exam-payment-options {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.exam-payment-option {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 16px;
    border-radius: 10px;
    background: white;
    border: 1px solid #e5e7eb;
}

.exam-payment-option.single {
    border-color: #10b981;
    background: rgba(16, 185, 129, 0.05);
}

.exam-payment-option.double {
    border-color: #ef4444;
    background: rgba(239, 68, 68, 0.05);
}

.exam-payment-label {
    font-size: 0.85rem;
    font-weight: 600;
    color: #333;
}

.exam-payment-discount {
    font-size: 0.9rem;
    font-weight: 700;
    padding: 4px 8px;
    border-radius: 6px;
}

.exam-payment-discount.positive {
    color: #10b981;
    background: rgba(16, 185, 129, 0.1);
}

.exam-payment-discount.negative {
    color: #ef4444;
    background: rgba(239, 68, 68, 0.1);
}

.exam-payment-amount {
    font-size: 1rem;
    font-weight: 700;
    color: #333;
}

.exam-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #f0f0f0;
}

.exam-info {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.8rem;
    color: #666;
}

.exam-info i {
    color: var(--premium-blue);
}

.exam-btn {
    background: var(--premium-orange);
    color: white;
    border: none;
    padding: 12px 24px;
    border-radius: 10px;
    font-size: 0.9rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.exam-btn:hover {
    background: #e55a00;
    transform: scale(1.05);
    color: white;
    text-decoration: none;
}

.services-grid-premium {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.service-card-premium {
    background: white;
    padding: 40px;
    border-radius: 30px;
    border: 1px solid #f1f1f1;
    transition: all 0.4s;
}

.service-card-premium:hover {
    transform: translateY(-10px);
    border-color: var(--premium-orange);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.05);
}

.service-icon-box {
    width: 60px;
    height: 60px;
    background: #f8fafc;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: var(--premium-orange);
    margin-bottom: 25px;
    transition: all 0.3s;
}

.service-card-premium:hover .service-icon-box {
    background: var(--premium-orange);
    color: white;
}

.service-card-premium h4 {
    font-size: 1.25rem;
    font-weight: 800;
    margin-bottom: 15px;
}

.service-card-premium p {
    color: var(--premium-text-muted);
    margin-bottom: 20px;
    font-size: 0.95rem;
}

.service-card-premium a {
    color: var(--premium-blue);
    font-weight: 700;
    text-decoration: none;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    gap: 8px;
}

/* 6. TESTIMONIALS - STYLE COMME L'IMAGE DE RÉFÉRENCE */
.testimonials-grid-premium {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    position: relative;
}

.testimonial-card-clean {
    background: #ffffff;
    padding: 40px 30px;
    text-align: center;
    border: none;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border-radius: 12px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    overflow: hidden;
}

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

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

.testimonial-card-clean:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.15);
    border: 1px solid var(--premium-orange);
}

.testimonial-avatar {
    margin-bottom: 20px;
}

.avatar-circle {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid var(--premium-orange);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.testimonial-card-clean:hover .avatar-circle {
    border-color: var(--premium-blue);
    transform: scale(1.1) rotate(5deg);
    box-shadow: 0 4px 15px rgba(16, 61, 136, 0.3);
}

.testimonial-info {
    margin-bottom: 20px;
}

.testimonial-info strong {
    display: block;
    font-size: 1.2rem;
    color: #333;
    font-weight: 600;
    margin-bottom: 5px;
}

.testimonial-info span {
    font-size: 0.9rem;
    color: #666;
    font-weight: 400;
    text-transform: capitalize;
}

.testimonial-content-clean {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #555;
    font-weight: 400;
    margin: 0;
    position: relative;
    padding: 0 10px;
}

.testimonial-content-clean::before {
    content: '"';
    font-size: 3rem;
    color: #e0e0e0;
    position: absolute;
    top: -15px;
    left: -10px;
    font-family: serif;
    opacity: 0.6;
}

.testimonial-content-clean::after {
    content: '"';
    font-size: 3rem;
    color: #e0e0e0;
    position: absolute;
    bottom: -35px;
    right: -10px;
    font-family: serif;
    opacity: 0.6;
}

.quote-mark-premium {
    display: none;
}

/* 7. HOW IT WORKS */
.process-grid-premium {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    position: relative;
}

.process-item-premium {
    text-align: center;
    position: relative;
    z-index: 2;
}

.process-number {
    width: 50px;
    height: 50px;
    background: var(--premium-blue);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    margin: 0 auto 20px;
    box-shadow: 0 10px 20px rgba(16, 61, 136, 0.3);
}

.process-icon-box {
    width: 80px;
    height: 80px;
    background: #f8fafc;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    color: var(--premium-blue);
    margin: 0 auto 20px;
}

.process-item-premium h4 {
    font-size: 1.25rem;
    font-weight: 800;
    margin-bottom: 10px;
}

.process-item-premium p {
    font-size: 0.9rem;
    color: var(--premium-text-muted);
    padding: 0 15px;
}

/* 8. FAQ SECTION */
.faq-grid-premium {
    max-width: 800px;
    margin: 0 auto;
}

.faq-item-premium {
    background: white;
    border-radius: 20px;
    margin-bottom: 15px;
    border: 1px solid #f1f1f1;
    overflow: hidden;
}

.faq-question-premium {
    padding: 25px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    font-weight: 700;
    color: var(--premium-text-main);
    transition: all 0.3s;
}

.faq-question-premium:hover {
    background: #fcfcfc;
}

.faq-answer-premium {
    padding: 0 30px 25px;
    color: var(--premium-text-muted);
    line-height: 1.7;
    display: none;
}

.faq-item-premium.active .faq-answer-premium {
    display: block;
}

.faq-icon {
    font-size: 0.8rem;
    transition: transform 0.3s;
}

.faq-item-premium.active .faq-icon {
    transform: rotate(180deg);
}

/* BUTTONS */
.btn-premium {
    padding: 14px 32px;
    border-radius: 12px;
    font-weight: 600;
    transition: all 0.3s;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.btn-premium:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.btn-black {
    background: #000;
    color: #fff;
}

.btn-outline {
    border: 2px solid var(--premium-blue);
    color: var(--premium-blue);
    background: transparent;
}

/* 9. BACKGROUND IMAGE OVERLAY SECTIONS */
.section-bg-image {
    position: relative;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    padding: 150px 0;
    color: white;
}

.section-overlay-dark {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(16, 61, 136, 0.75) 0%, rgba(31, 41, 55, 0.65) 100%);
    z-index: 1;
}

.section-overlay-blue {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(16, 61, 136, 0.7) 0%, rgba(255, 102, 0, 0.45) 100%);
    z-index: 1;
}

.hero-overlay-premium {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(248, 250, 252, 0.92) 0%, rgba(255, 255, 255, 0.95) 100%);
    z-index: 1;
    backdrop-filter: blur(2px);
}

.bg-content-premium {
    position: relative;
    z-index: 2;
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

.bg-content-premium h2 {
    font-size: 3.5rem;
    font-weight: 900;
    margin-bottom: 30px;
    color: white;
    line-height: 1.1;
}

.bg-content-premium p {
    font-size: 1.25rem;
    margin-bottom: 40px;
    opacity: 0.9;
    line-height: 1.8;
}

/* 11. CTA BANNER RECTANGLE - PRO STYLE */
.cta-banner-pro {
    margin-top: 80px;
    background: linear-gradient(135deg, var(--premium-blue) 0%, var(--premium-text-main) 100%);
    border-radius: 40px;
    padding: 60px 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: white;
    box-shadow: 0 25px 50px rgba(16, 61, 136, 0.2);
    position: relative;
    overflow: hidden;
}

.cta-banner-pro::before {
    content: '';
    position: absolute;
    top: -50px;
    right: -50px;
    width: 200px;
    height: 200px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 50%;
}

.cta-banner-content-pro {
    flex: 1;
    max-width: 600px;
}

.cta-banner-content-pro h3 {
    font-size: 2.5rem;
    font-weight: 800;
    margin-bottom: 15px;
    color: white;
}

.cta-banner-content-pro p {
    font-size: 1.1rem;
    opacity: 0.9;
}

.cta-banner-btn-pro {
    margin-left: 40px;
}

.btn-white-pro {
    background: white;
    color: var(--premium-blue);
    padding: 16px 40px;
    border-radius: 15px;
    font-weight: 800;
    text-decoration: none;
    transition: all 0.3s;
    display: inline-flex;
    align-items: center;
    gap: 12px;
}

.btn-white-pro:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 20px rgba(255, 255, 255, 0.2);
}

@media (max-width: 991px) {
    .cta-banner-pro {
        flex-direction: column;
        text-align: center;
        padding: 50px 30px;
    }

    .cta-banner-btn-pro {
        margin-left: 0;
        margin-top: 30px;
    }
}

/* ========================================
   COURSES PAGE - PREMIUM GLASS CARDS
   ======================================== */

/* Language Filter Premium Buttons */
.lang-filter-premium-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 8px 35px;
    background: white;
    border: 2px solid #e5e7eb;
    border-radius: 20px;
    text-decoration: none;
    color: var(--premium-text-main);
    transition: all 0.3s;
    min-width: 200px;
    max-width: 250px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.lang-filter-premium-btn:hover {
    transform: translateY(-5px);
    border-color: var(--premium-blue);
    box-shadow: 0 10px 30px rgba(16, 61, 136, 0.15);
}

.lang-filter-premium-btn.active {
    background: linear-gradient(135deg, var(--premium-blue) 0%, #0c2d66 100%);
    border-color: transparent;
    color: white;
    box-shadow: 0 10px 30px rgba(16, 61, 136, 0.3);
}

/* Currency Selector Premium */
.currency-selector-premium {
    display: inline-flex;
    align-items: center;
    gap: 15px;
    padding: 15px 30px;
    background: #f8fafc;
    border-radius: 15px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

/* Course Tabs Container */
.course-tabs-container {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
    margin-bottom: 40px;
    padding: 20px;
    background: #f8fafc;
    border-radius: 20px;
}

.course-tab-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 15px 30px;
    background: white;
    border: 2px solid #e5e7eb;
    border-radius: 15px;
    font-weight: 700;
    color: var(--premium-text-main);
    cursor: pointer;
    transition: all 0.3s;
    font-size: 0.95rem;
}

.course-tab-btn:hover {
    transform: translateY(-3px);
    border-color: var(--premium-blue);
    box-shadow: 0 8px 20px rgba(16, 61, 136, 0.15);
}

.course-tab-btn.active {
    background: linear-gradient(135deg, var(--premium-blue) 0%, #0c2d66 100%);
    border-color: transparent;
    color: white;
    box-shadow: 0 8px 20px rgba(16, 61, 136, 0.3);
}

.course-tab-btn i {
    font-size: 1.1rem;
}

/* Course Tab Content */
.course-tab-content {
    display: none;
}

.course-tab-content.active {
    display: block;
    animation: fadeIn 0.4s ease-in;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Carousel Navigation */
.course-carousel-nav {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin: 30px 0;
}

.carousel-nav-btn {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: white;
    border: 2px solid var(--premium-blue);
    color: var(--premium-blue);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s;
    font-size: 1.2rem;
}

.carousel-nav-btn:hover {
    background: var(--premium-blue);
    color: white;
    transform: scale(1.1);
    box-shadow: 0 8px 20px rgba(16, 61, 136, 0.3);
}

.carousel-nav-btn:active {
    transform: scale(0.95);
}

/* Course Cards Glass Premium */
.courses-grid-premium {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 30px;
}

.course-card-glass-premium {
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.5);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    display: flex;
    flex-direction: column;
    height: 100%;
}

.course-card-glass-premium:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 50px rgba(16, 61, 136, 0.15);
    border-color: rgba(16, 61, 136, 0.3);
}

.course-card-image-glass-premium {
    position: relative;
    width: 100%;
    height: 160px;
    overflow: hidden;
}

.course-card-image-glass-premium img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s;
}

.course-card-glass-premium:hover .course-card-image-glass-premium img {
    transform: scale(1.1);
}

.course-level-badge-glass-premium {
    position: absolute;
    top: 12px;
    left: 12px;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 800;
    color: var(--premium-blue);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.course-type-badge-glass-premium {
    position: absolute;
    top: 12px;
    right: 12px;
    background: var(--premium-blue);
    color: white;
    padding: 5px 12px;
    border-radius: 15px;
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 4px 12px rgba(16, 61, 136, 0.3);
}

.course-card-body-glass-premium {
    padding: 20px;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.course-title-glass-premium {
    font-size: 1rem;
    font-weight: 700;
    color: var(--premium-text-main);
    margin: 0;
    line-height: 1.4;
    min-height: 45px;
}

.course-meta-glass-premium {
    display: flex;
    gap: 15px;
    align-items: center;
}

.course-rating-glass-premium,
.course-duration-glass-premium {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 0.85rem;
    color: var(--premium-text-muted);
}

.course-rating-glass-premium i {
    color: #fbbf24;
    font-size: 0.9rem;
}

.course-duration-glass-premium i {
    color: var(--premium-blue);
    font-size: 0.9rem;
}

.course-price-glass-premium {
    margin-top: auto;
    padding-top: 15px;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.course-price-amount-glass-premium {
    font-size: 1.6rem;
    font-weight: 900;
    color: var(--premium-blue);
    display: block;
    line-height: 1.2;
}

.course-price-amount-glass-premium.course-price-amount-accelerated {
    color: var(--premium-orange);
}

.course-price-amount-glass-premium.course-price-amount-exam {
    color: var(--premium-blue);
}

.course-btn-glass-premium {
    display: block;
    width: 100%;
    padding: 12px 20px;
    border-radius: 12px;
    font-weight: 700;
    font-size: 0.9rem;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s;
    margin-top: 10px;
}

.course-btn-blue-premium {
    background: var(--premium-blue);
    color: white;
    box-shadow: 0 4px 12px rgba(16, 61, 136, 0.3);
}

.course-btn-blue-premium:hover {
    background: #0c2d66;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(16, 61, 136, 0.4);
}

/* Process Grid Premium */
.process-grid-premium {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    margin-top: 60px;
}

.process-item-premium {
    text-align: center;
    position: relative;
}

.process-icon-premium {
    width: 100px;
    height: 100px;
    background: linear-gradient(135deg, #eff6ff 0%, #fef3f2 100%);
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.5rem;
    color: var(--premium-blue);
    margin: 0 auto 25px;
    position: relative;
}

.process-number-premium {
    position: absolute;
    top: -10px;
    right: -10px;
    width: 35px;
    height: 35px;
    background: var(--premium-blue);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 0.9rem;
}

.process-item-premium h4 {
    font-size: 1.25rem;
    font-weight: 800;
    margin-bottom: 10px;
    color: var(--premium-text-main);
}

.process-item-premium p {
    color: var(--premium-text-muted);
    font-size: 0.95rem;
    line-height: 1.6;
}

/* RESPONSIVE */
@media (max-width: 1200px) {
    .hero-title {
        font-size: 3.5rem;
    }

    .expertise-grid,
    .services-grid-premium {
        grid-template-columns: repeat(2, 1fr);
    }

    .process-grid-premium {
        grid-template-columns: repeat(2, 1fr);
    }

    .courses-grid-premium {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Section "Une approche innovante" - tablette */
@media (max-width: 992px) {
    .expertise-premium-section {
        padding: 70px 0;
    }

    .expertise-premium-section .section-header-center {
        margin-bottom: 40px;
    }

    .expertise-premium-section .section-title-premium {
        font-size: 2.25rem;
        margin-bottom: 32px;
    }

    .expertise-premium-section .expertise-grid {
        gap: 24px;
    }

    .expertise-premium-section .expertise-item {
        padding: 36px 28px;
        border-radius: 24px;
    }

    .expertise-premium-section .expertise-icon {
        width: 60px;
        height: 60px;
        font-size: 1.5rem;
        margin-bottom: 20px;
    }

    .expertise-premium-section .expertise-item h3 {
        font-size: 1.35rem;
        margin-bottom: 12px;
    }

    .expertise-premium-section .expertise-item p {
        font-size: 0.95rem;
    }
}

@media (max-width: 768px) {
    .hero-title {
        font-size: 2.5rem;
    }

    .hero-cta-group,
    .alt-section {
        flex-direction: column;
        text-align: center;
    }

    .btn-premium {
        width: 100%;
        justify-content: center;
    }

    .expertise-grid,
    .services-grid-premium,
    .stats-grid-4,
    .testimonials-grid-premium {
        grid-template-columns: 1fr;
    }

    .stats-grid-4 {
        gap: 40px;
    }

    .testimonial-main-card {
        padding: 40px 30px;
    }

    .experience-badge-premium {
        display: none;
    }

    .capsule-grid {
        height: 400px;
        justify-content: center;
        padding: 0;
    }

    .capsule-item {
        width: 100px;
        height: 300px;
    }

    .process-grid-premium {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .courses-grid-premium {
        grid-template-columns: 1fr;
    }

    .lang-filter-premium-btn {
        min-width: 140px;
        padding: 20px 25px;
    }

    .course-tabs-container {
        flex-direction: column;
    }

    .course-tab-btn {
        width: 100%;
        justify-content: center;
    }

    .course-carousel-nav {
        margin: 20px 0;
    }

    /* Section "Une approche innovante" - mobile */
    .expertise-premium-section {
        padding: 56px 0;
    }

    .expertise-premium-section .section-header-center {
        margin-bottom: 32px;
    }

    .expertise-premium-section .section-title-premium {
        font-size: 1.85rem;
        margin-bottom: 28px;
        line-height: 1.25;
    }

    .expertise-premium-section .expertise-grid {
        gap: 20px;
    }

    .expertise-premium-section .expertise-item {
        padding: 28px 22px;
        border-radius: 20px;
    }

    .expertise-premium-section .expertise-item:hover {
        transform: translateY(-6px);
    }

    .expertise-premium-section .expertise-icon {
        width: 56px;
        height: 56px;
        font-size: 1.35rem;
        margin-bottom: 16px;
        border-radius: 16px;
    }

    .expertise-premium-section .expertise-item h3 {
        font-size: 1.2rem;
        margin-bottom: 10px;
    }

    .expertise-premium-section .expertise-item p {
        font-size: 0.9rem;
        line-height: 1.6;
    }
}

/* Section "Une approche innovante" - petit mobile */
@media (max-width: 480px) {
    .expertise-premium-section {
        padding: 40px 0;
    }

    .expertise-premium-section .section-label {
        font-size: 0.7rem;
        letter-spacing: 1.5px;
        margin-bottom: 10px;
    }

    .expertise-premium-section .section-title-premium {
        font-size: 1.5rem;
        margin-bottom: 24px;
    }

    .expertise-premium-section .container-premium {
        padding: 0 16px;
    }

    .expertise-premium-section .expertise-grid {
        gap: 16px;
    }

    .expertise-premium-section .expertise-item {
        padding: 24px 18px;
        border-radius: 18px;
    }

    .expertise-premium-section .expertise-icon {
        width: 48px;
        height: 48px;
        font-size: 1.2rem;
        margin-bottom: 14px;
        border-radius: 14px;
    }

    .expertise-premium-section .expertise-item h3 {
        font-size: 1.1rem;
        margin-bottom: 8px;
    }

    .expertise-premium-section .expertise-item p {
        font-size: 0.875rem;
    }
}