:root {
    /* Palette basée sur le logo - Or, Rose poudré, Noir */
    /* Valeurs: Élégance, Féminité, Qualité */
    --primary-color: #c9a855; /* Or/Doré (logo) */
    --primary-dark: #b8962e; /* Or foncé */
    --secondary-color: #f5c0d0; /* Rose poudré (logo) */
    --accent-color: #f8d8e4; /* Rose clair */
    --accent-gold: #c9a855; /* Or (logo) */
    --text-color: #1a1a1a; /* Noir */
    --text-light: #4a4a4a; /* Gris foncé */
    --bg-color: #ffffff; /* Blanc */
    --bg-light: #faf8f5; /* Blanc cassé */
    --bg-dark: #1a1a1a; /* Noir (footer) */
    --border-color: #e8dfd7; /* Beige clair */
    --success-color: #8fa883; /* Vert sauge doux */
    --shadow: 0 4px 6px -1px rgba(26, 26, 26, 0.1), 0 2px 4px -1px rgba(26, 26, 26, 0.06);
    --shadow-lg: 0 10px 15px -3px rgba(26, 26, 26, 0.1), 0 4px 6px -2px rgba(26, 26, 26, 0.05);
    --shadow-xl: 0 20px 25px -5px rgba(26, 26, 26, 0.1), 0 10px 10px -5px rgba(26, 26, 26, 0.04);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 20px; /* Compensation pour le header flottant */
    overflow-x: hidden;
    max-width: 100vw;
}

/* Ancres précises pour les sections */
section[id],
[id="poses-contact"] {
    scroll-margin-top: 20px;
}

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;600;700&family=Poppins:wght@300;400;500;600&display=swap');

body {
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    color: var(--text-color);
    line-height: 1.6;
    background-color: var(--bg-color);
    overflow-x: hidden;
    max-width: 100vw;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

/* Prévention overflow global pour tous les textes */
h1, h2, h3, h4, h5, h6, p, span, a, li, td, th, div {
    word-wrap: break-word;
    overflow-wrap: break-word;
    max-width: 100%;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    width: 100%;
    overflow: visible;
}

/* ============================================
   HEADER AVEC LOGO CENTRÉ (style FormaBelle)
   ============================================ */

.header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.header-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 60px;
    padding: 0 2rem;
    max-width: 1400px;
    margin: 0 auto;
}

.header-left,
.header-right {
    flex: 1;
}

.header-right {
    text-align: right;
}

.header-center {
    display: none;
}

/* Desktop navigation - liens horizontaux */
.desktop-nav {
    display: none;
    align-items: center;
    gap: 1.5rem;
    flex: 1;
}

.desktop-nav {
    justify-content: center;
}

.desktop-nav a {
    text-decoration: none;
    color: var(--text-color);
    font-weight: 500;
    font-size: 0.95rem;
    letter-spacing: 0.02em;
    padding: 0.5rem 0;
    position: relative;
    transition: color 0.3s ease;
}

.desktop-nav a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    transition: width 0.3s ease;
    border-radius: 1px;
}

.desktop-nav a:hover {
    color: var(--primary-color);
}

.desktop-nav a:hover::after,
.desktop-nav a.active::after {
    width: 100%;
}

/* Desktop: montrer nav, cacher burger et CTA */
@media (min-width: 769px) {
    .desktop-nav {
        display: flex;
    }

    .menu-toggle {
        display: none !important;
    }

    .header-left {
        display: none;
    }

    .header-right {
        display: none;
    }
}

/* Logo flottant - déborde sur le hero */
.logo-floating {
    display: block;
    position: relative;
    z-index: 1001;
    text-align: center;
    margin: -10px auto 2rem;
}

.logo-floating img {
    height: 280px;
    width: auto;
    filter: drop-shadow(0 4px 20px rgba(0,0,0,0.2));
    transition: transform 0.3s ease;
}

.logo-floating:hover img {
    transform: scale(1.05);
}

/* Menu hamburger/toggle - Design moderne glassmorphism */
.menu-toggle {
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    border: none;
    border-radius: 12px;
    cursor: pointer;
    padding: 12px;
    width: 48px;
    height: 48px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    box-shadow: 0 4px 15px rgba(201, 168, 85, 0.3);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.menu-toggle:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(201, 168, 85, 0.4);
    background: linear-gradient(135deg, var(--secondary-color), var(--primary-color));
}

.menu-toggle span {
    height: 2.5px;
    background: #1a1a1a;
    transition: all 0.3s ease;
    border-radius: 2px;
    position: relative;
    z-index: 1;
}

/* Barres de longueurs variées pour un look sophistiqué */
.menu-toggle span:nth-child(1) {
    width: 22px;
}

.menu-toggle span:nth-child(2) {
    width: 16px;
}

.menu-toggle span:nth-child(3) {
    width: 22px;
}

/* Animation hamburger → X quand menu ouvert */
.menu-toggle.active {
    background: rgba(201, 168, 85, 0.15);
    border-color: var(--primary-color);
}

.menu-toggle.active span:nth-child(1) {
    width: 22px;
    transform: rotate(45deg) translate(5px, 5px);
}

.menu-toggle.active span:nth-child(2) {
    width: 0;
    opacity: 0;
    transform: translateX(-10px);
}

.menu-toggle.active span:nth-child(3) {
    width: 22px;
    transform: rotate(-45deg) translate(5px, -5px);
}

/* Bouton CTA dans le header */
.nav-cta {
    display: inline-block;
    padding: 0.75rem 1.5rem;
    border-radius: 25px;
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    color: #1a1a1a !important;
    font-weight: 600;
    transition: all 0.3s;
    text-decoration: none;
    box-shadow: 0 4px 15px rgba(201, 168, 85, 0.3);
}

.nav-cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(201, 168, 85, 0.4);
    color: #1a1a1a !important;
}

/* ============================================
   PANNEAU DE NAVIGATION LATÉRAL
   ============================================ */

.nav-panel {
    position: fixed;
    left: -350px;
    top: 0;
    width: 320px;
    height: 100vh;
    background: white;
    box-shadow: 4px 0 30px rgba(0,0,0,0.15);
    transition: left 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: 1002;
    padding: 2rem;
    display: flex;
    flex-direction: column;
}

.nav-panel.active {
    left: 0;
}

.nav-close {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    font-size: 2rem;
    background: none;
    border: none;
    cursor: pointer;
    color: var(--text-color);
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.3s;
}

.nav-close:hover {
    background: var(--bg-light);
    color: var(--primary-color);
}

.nav-panel-logo {
    text-align: center;
    padding: 1rem 0 2rem;
    border-bottom: 1px solid var(--border-color);
    margin-bottom: 2rem;
}

.nav-panel-logo img {
    height: 80px;
    width: auto;
}

.nav-panel .nav-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    flex: 1;
}

.nav-panel .nav-menu li {
    margin-bottom: 0.5rem;
}

.nav-panel .nav-menu a {
    display: block;
    padding: 1rem 1.5rem;
    font-size: 1.1rem;
    color: var(--text-color);
    text-decoration: none;
    border-radius: 10px;
    transition: all 0.3s;
    font-weight: 500;
}

.nav-panel .nav-menu a:hover {
    background: var(--bg-light);
    color: var(--primary-color);
    padding-left: 2rem;
}

.nav-panel .nav-menu a.active {
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    color: #1a1a1a;
}

.nav-panel-cta {
    padding-top: 2rem;
    border-top: 1px solid var(--border-color);
    margin-top: auto;
}

.nav-panel-cta .btn {
    display: block;
    text-align: center;
    width: 100%;
}

/* Overlay sombre derrière le menu */
.nav-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.5);
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s;
    z-index: 1001;
    backdrop-filter: blur(2px);
}

.nav-overlay.active {
    opacity: 1;
    visibility: visible;
}

/* Header sur les pages internes (non-transparent) */
.header-page {
    position: relative;
    background: var(--bg-color);
    box-shadow: var(--shadow);
}

.header-page .logo-floating img {
    height: 100px;
}

.header-page .menu-toggle {
    background: var(--bg-light);
}

/* Header-page: afficher le logo et masquer le burger sur desktop */
@media (min-width: 769px) {
    .header-page .header-left {
        display: flex;
        align-items: center;
    }

    .header-page .header-left .menu-toggle {
        display: none !important;
    }

    .header-page .header-left .logo-floating {
        margin: 0;
    }

    .header-page .header-right {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
}

/* Header sous-pages (formation, candidature) avec logo centré */
.header-subpage {
    position: relative;
    background: white;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.header-subpage .header-bar {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 70px;
    padding: 0.5rem 2rem;
}

.header-subpage .logo-center {
    display: block;
    text-align: center;
}

.header-subpage .logo-center img {
    height: 50px;
    width: auto;
}

/* Bouton retour élégant avec glassmorphism */
.btn-back {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1.25rem;
    border-radius: 25px;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    color: var(--text-color);
    text-decoration: none;
    font-weight: 500;
    font-size: 0.95rem;
    transition: all 0.3s ease;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
    border: 1px solid rgba(201, 168, 85, 0.2);
}

.btn-back:hover {
    background: white;
    transform: translateX(-4px);
    box-shadow: 0 4px 15px rgba(201, 168, 85, 0.25);
    color: var(--primary-color);
    border-color: var(--primary-color);
}

.btn-back svg {
    transition: transform 0.3s ease;
    fill: currentColor;
}

.btn-back:hover svg {
    transform: translateX(-3px);
}

/* ============================================
   RESPONSIVE HEADER
   ============================================ */

@media (max-width: 768px) {
    .header {
        background: transparent;
        box-shadow: none;
    }

    .header-bar {
        padding: 0.75rem 1rem;
    }

    .desktop-nav {
        display: none !important;
    }

    .header-left,
    .header-right {
        display: flex;
    }

    .logo-floating img {
        height: 200px;
    }

    .header-page .logo-floating img {
        height: 90px;
    }

    .nav-cta {
        display: none !important;
    }

    .menu-toggle {
        display: flex !important;
        padding: 8px;
        width: 40px;
        height: 40px;
    }

    .menu-toggle span {
        width: 18px;
    }

    .nav-panel {
        width: 280px;
        left: -300px;
    }

    /* Logo sous-pages responsive */
    .header-subpage .logo-center img {
        height: 45px;
    }

    .header-subpage + .breadcrumb {
        margin-top: 1rem;
    }
}

@media (max-width: 480px) {
    .header-bar {
        padding: 0.75rem 0.5rem;
    }

    .logo-floating img {
        height: 180px;
    }

    .header-page .logo-floating img {
        height: 80px;
    }

    .nav-cta {
        display: none !important;
    }

    .menu-toggle {
        padding: 6px;
        width: 36px;
        height: 36px;
    }

    .menu-toggle span {
        width: 16px;
        height: 2px;
    }

    .menu-toggle span:nth-child(2) {
        width: 12px;
    }

    /* Logo sous-pages responsive - très petit écran */
    .header-subpage .logo-center img {
        height: 40px;
    }

    .header-subpage + .breadcrumb {
        margin-top: 0.5rem;
    }
}

/* Hero Section */
.hero {
    background: linear-gradient(135deg, var(--accent-color) 0%, var(--bg-light) 50%, #fef5ee 100%);
    padding: 5rem 0;
    position: relative;
    overflow: hidden;
}

.hero::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(212, 163, 115, 0.1) 0%, transparent 70%);
    border-radius: 50%;
    transform: translate(30%, -30%);
}

.hero-content {
    text-align: center;
}

.hero-title {
    font-family: 'Playfair Display', serif;
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--text-color);
    letter-spacing: 0.5px;
}

.hero-subtitle {
    font-size: 1.25rem;
    color: var(--text-light);
    margin-bottom: 2rem;
}

.hero-stats {
    display: flex;
    justify-content: center;
    gap: 3rem;
    margin: 2rem 0;
}

.stat {
    text-align: center;
}

.stat strong {
    display: block;
    font-size: 2rem;
    color: var(--primary-color);
    font-weight: 700;
}

.stat span {
    color: var(--text-light);
    font-size: 0.9rem;
}

.hero-cta {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 100%;
    margin-top: 2rem;
}

/* Buttons */
.btn {
    display: inline-block;
    padding: 0.75rem 1.5rem;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s;
    border: none;
    cursor: pointer;
    font-size: 1rem;
    letter-spacing: 0.3px;
}

.btn-primary {
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    color: #1a1a1a;
    box-shadow: 0 4px 12px rgba(201, 168, 85, 0.3);
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(201, 168, 85, 0.4);
    background: linear-gradient(135deg, var(--secondary-color), var(--primary-color));
}

.btn-secondary {
    background: white;
    color: var(--primary-color);
    border: 2px solid var(--primary-color);
}

.btn-secondary:hover {
    background: var(--primary-color);
    color: white;
}

.btn-lg {
    padding: 1rem 2rem;
    font-size: 1.1rem;
}

/* Sections */
section {
    padding: 5rem 0;
}

.section-title {
    text-align: center;
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--text-color);
    word-wrap: break-word;
    overflow-wrap: break-word;
    max-width: 100%;
}

.section-subtitle {
    text-align: center;
    color: var(--text-light);
    font-size: 1.1rem;
    margin-bottom: 3rem;
    word-wrap: break-word;
    overflow-wrap: break-word;
    max-width: 100%;
}

/* À propos Section */
.apropos {
    background: var(--bg-color);
    position: relative;
    overflow: hidden;
}

.apropos::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(212, 175, 55, 0.08) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}

.about-grid {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 4rem;
    align-items: center;
    margin-top: 3rem;
    overflow: visible;
}

.about-content {
    overflow: visible;
}

.about-image {
    position: relative;
}

.about-image img {
    width: 100%;
    max-width: 400px;
    height: auto;
    border-radius: 16px;
    box-shadow: var(--shadow-lg);
    object-fit: cover;
    aspect-ratio: 3/4;
}

.about-image::after {
    content: '';
    position: absolute;
    top: 20px;
    left: 20px;
    width: 100%;
    height: 100%;
    max-width: 400px;
    border: 3px solid var(--primary-color);
    border-radius: 16px;
    z-index: -1;
    opacity: 0.5;
}

.about-content h3 {
    font-family: 'Playfair Display', serif;
    font-size: 1.75rem;
    color: var(--text-color);
    margin-bottom: 1.5rem;
    line-height: 1.3;
    word-wrap: break-word;
    overflow-wrap: break-word;
    max-width: 100%;
}

.about-content p {
    color: var(--text-light);
    font-size: 1.05rem;
    line-height: 1.8;
    margin-bottom: 1.25rem;
    word-wrap: break-word;
    overflow-wrap: break-word;
    max-width: 100%;
}

.about-highlights {
    list-style: none;
    margin: 2rem 0;
    padding: 0;
}

.about-highlights li {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 0.75rem 0;
    font-size: 1.05rem;
}

.highlight-icon {
    font-size: 1.5rem;
    flex-shrink: 0;
}

.highlight-text {
    color: var(--text-color);
}

.highlight-text strong {
    color: var(--primary-color);
}

.about-quote {
    font-style: italic;
    font-size: 1.1rem;
    color: var(--text-color);
    padding: 1.5rem;
    background: var(--bg-light);
    border-left: 4px solid var(--primary-color);
    border-radius: 0 12px 12px 0;
    margin-top: 2rem;
}

/* About section responsive */
@media (max-width: 968px) {
    .about-grid {
        grid-template-columns: 1fr;
        gap: 2.5rem;
        text-align: center;
    }

    .about-image {
        display: flex;
        justify-content: center;
    }

    .about-image img {
        max-width: 300px;
    }

    .about-image::after {
        max-width: 300px;
    }

    .about-highlights li {
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .about-content h3 {
        font-size: 1.5rem;
    }

    .about-content p {
        font-size: 1rem;
    }

    .about-image img {
        max-width: 250px;
    }

    .about-image::after {
        max-width: 250px;
        top: 15px;
        left: 15px;
    }

    .about-quote {
        padding: 1rem;
        font-size: 1rem;
    }
}

/* Formations Section */
.formations {
    background: var(--bg-light);
}

/* ===================================
   FORMATIONS PREMIUM DESIGN
   =================================== */

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

/* Card Premium Design */
.formation-card {
    background: linear-gradient(145deg, #ffffff 0%, #fefefe 100%);
    border-radius: 20px;
    padding: 0;
    box-shadow:
        0 10px 30px rgba(201, 168, 85, 0.08),
        0 1px 8px rgba(0, 0, 0, 0.04);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    display: flex;
    flex-direction: column;
    border: 1px solid rgba(201, 168, 85, 0.12);
    overflow: hidden;
}

.formation-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: linear-gradient(90deg,
        var(--primary-color) 0%,
        #e0b35d 50%,
        var(--primary-color) 100%);
    background-size: 200% auto;
    opacity: 0;
    transition: opacity 0.4s;
    z-index: 10;
}

.formation-card:hover {
    transform: translateY(-12px) scale(1.02);
    box-shadow:
        0 20px 60px rgba(201, 168, 85, 0.20),
        0 8px 16px rgba(0, 0, 0, 0.08);
    border-color: var(--primary-color);
}

.formation-card:hover::before {
    opacity: 1;
    animation: shimmer 2s infinite;
}

@keyframes shimmer {
    0%, 100% { background-position: -200% center; }
    50% { background-position: 200% center; }
}

/* Badge Excellence */
.excellence-badge {
    position: absolute;
    top: 20px;
    right: 20px;
    background: linear-gradient(135deg, var(--primary-color), #e0b35d);
    color: #1a1a1a;
    padding: 0.5rem 1rem;
    border-radius: 30px;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    z-index: 5;
    box-shadow: 0 4px 15px rgba(201, 168, 85, 0.4);
    display: flex;
    align-items: center;
    gap: 0.4rem;
}

.excellence-icon {
    font-size: 0.9rem;
    animation: sparkle 1.5s infinite;
}

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

/* Image wrapper avec overlay */
.card-image-wrapper {
    width: 100%;
    height: 280px;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, #faf8f5 0%, #f5f0e8 100%);
}

.card-image-wrapper picture {
    display: block;
    width: 100%;
    height: 100%;
}

.card-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.formation-card:hover .card-image-wrapper img {
    transform: scale(1.08);
}

.image-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.7), transparent);
    padding: 1.5rem;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.4s;
}

.formation-card:hover .image-overlay {
    opacity: 1;
    transform: translateY(0);
}

.formation-duration {
    color: white;
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
}

/* Header avec titre + slogan */
.card-header {
    padding: 1.75rem 1.75rem 1rem;
    text-align: center;
}

.formation-title {
    font-family: 'Playfair Display', serif;
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--text-color);
    margin: 0 0 0.75rem 0;
    letter-spacing: 0.5px;
    line-height: 1.3;
    word-wrap: break-word;
    overflow-wrap: break-word;
    max-width: 100%;
}

.formation-slogan {
    font-style: italic;
    font-size: 1rem;
    color: var(--primary-color);
    font-weight: 500;
    line-height: 1.5;
    margin: 0;
}

/* Prix premium */
.card-pricing {
    padding: 1.25rem 1.75rem;
    background: linear-gradient(135deg,
        rgba(201, 168, 85, 0.08) 0%,
        rgba(245, 192, 208, 0.08) 100%);
    border-top: 1px dashed rgba(201, 168, 85, 0.2);
    border-bottom: 1px dashed rgba(201, 168, 85, 0.2);
    margin: 0;
}

.price-tag {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 0.75rem;
}

.price-amount {
    font-size: 2.25rem;
    font-weight: 800;
    background: linear-gradient(135deg, var(--primary-color), #e0b35d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    letter-spacing: -1px;
}

.price-detail {
    font-size: 0.9rem;
    color: var(--text-light);
    font-weight: 500;
}

/* Benefits list */
.card-benefits {
    list-style: none;
    padding: 1.5rem 1.75rem 1rem;
    margin: 0;
    flex-grow: 1;
}

.card-benefits li {
    position: relative;
    padding: 0.6rem 0 0.6rem 1.25rem;
    font-size: 0.95rem;
    color: var(--text-color);
    line-height: 1.5;
    border-bottom: 1px solid rgba(201, 168, 85, 0.08);
}

.card-benefits li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.95rem;
    width: 6px;
    height: 6px;
    background: var(--primary-color);
    border-radius: 50%;
}

.card-benefits li:last-child {
    border-bottom: none;
}

/* ===== FORMATION CARDS - STYLES COMPLETS ===== */

/* Badge group et badges */
.card-badges-group {
    position: absolute;
    top: 15px;
    right: 15px;
    display: flex;
    gap: 0.5rem;
    z-index: 10;
}

.card-badge {
    background: linear-gradient(135deg, var(--primary-color), #e0b35d);
    color: #1a1a1a;
    padding: 0.4rem 0.9rem;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    box-shadow: 0 4px 12px rgba(201, 168, 85, 0.4);
}

.card-badge.new {
    background: linear-gradient(135deg, #4CAF50, #8BC34A);
    color: white;
}

.card-badge.premium {
    background: linear-gradient(135deg, #9C27B0, #E91E63);
    color: white;
}

/* Image de la carte */
.card-image {
    width: 100%;
    height: 200px;
    overflow: hidden;
    position: relative;
}

.card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.formation-card:hover .card-image img {
    transform: scale(1.05);
}

/* Titre de la formation (h3 dans .formation-card) */
.formation-card h3 {
    font-family: 'Playfair Display', serif;
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--text-color);
    margin: 0;
    padding: 1.25rem 1.5rem 0.5rem;
    line-height: 1.3;
}

/* Durée de la formation */
.card-duration {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0 1.5rem 1rem;
    font-size: 0.85rem;
    color: #666;
}

.card-duration svg {
    color: var(--primary-color);
    flex-shrink: 0;
}

/* Contenu de la carte */
.card-content {
    padding: 0 1.5rem;
    flex: 1;
}

/* Liste des features */
.card-features {
    list-style: none;
    padding: 0;
    margin: 0;
}

.card-features li {
    padding: 0.4rem 0;
    font-size: 0.9rem;
    color: #555;
    line-height: 1.4;
}

.card-features.compact li {
    padding: 0.3rem 0;
    font-size: 0.85rem;
}

/* Footer avec CTA Prestige */
.card-footer {
    padding: 1.25rem 1.5rem 1.5rem;
    border-top: none;
    margin-top: auto;
}

.card-footer.compact {
    padding: 1rem 1.5rem 1.25rem;
}

/* Prix et CTA */
.card-price-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.price-wrapper {
    display: flex;
    flex-direction: column;
}

.price-amount {
    font-family: 'Playfair Display', serif;
    font-size: 1.75rem;
    font-weight: 700;
    color: var(--primary-color);
}

/* Bouton de réservation dans les formations */
.formation-card .btn-primary {
    padding: 0.75rem 1.25rem;
    font-size: 0.9rem;
}

.btn-prestige {
    width: 100%;
    padding: 1.1rem 1.5rem;
    background: linear-gradient(135deg, var(--primary-color), #e0b35d);
    color: #1a1a1a;
    border: none;
    border-radius: 50px;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 8px 20px rgba(201, 168, 85, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    position: relative;
    overflow: hidden;
}

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

.btn-prestige:hover::before {
    left: 100%;
}

.btn-prestige:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 30px rgba(201, 168, 85, 0.5);
}

.btn-arrow {
    font-size: 1.2rem;
    transition: transform 0.3s;
}

.btn-prestige:hover .btn-arrow {
    transform: translateX(5px);
}

/* Responsive Premium */
@media (max-width: 768px) {
    .formations-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .formation-card {
        border-radius: 16px;
    }

    .card-image-wrapper {
        height: 220px;
    }

    .excellence-badge {
        top: 15px;
        right: 15px;
        font-size: 0.7rem;
        padding: 0.4rem 0.8rem;
    }

    .formation-title {
        font-size: 1.35rem;
    }

    .formation-slogan {
        font-size: 0.9rem;
    }

    .price-amount {
        font-size: 1.9rem;
    }

    .card-benefits {
        padding: 1.25rem 1.5rem 0.75rem;
    }

    .card-benefits li {
        font-size: 0.9rem;
    }

    .card-footer {
        padding: 0 1.5rem 1.5rem;
    }

    .btn-prestige {
        padding: 1rem 1.25rem;
        font-size: 0.9rem;
    }
}

/* Animation réduction mouvement */
@media (prefers-reduced-motion: reduce) {
    .formation-card,
    .formation-card::before,
    .card-image-wrapper img,
    .image-overlay,
    .btn-prestige,
    .btn-prestige::before,
    .excellence-icon {
        animation: none;
        transition: none;
    }
}

/* ===================================
   FORMATIONS UX ENHANCEMENTS
   =================================== */

/* Section Header Enhancement */
.formations-header {
    text-align: center;
    margin-bottom: 2rem;
}

.formations-header .section-title {
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.formations-header .section-title .title-highlight {
    display: inline;
}

.section-label {
    display: inline-block;
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--primary-color);
    background: linear-gradient(135deg, rgba(201, 168, 85, 0.1), rgba(245, 192, 208, 0.1));
    padding: 0.5rem 1.25rem;
    border-radius: 30px;
    margin-bottom: 1rem;
    border: 1px solid rgba(201, 168, 85, 0.2);
}

.title-highlight {
    color: var(--primary-color);
    position: relative;
}

.title-highlight::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 8px;
    background: linear-gradient(90deg, rgba(201, 168, 85, 0.3), rgba(245, 192, 208, 0.3));
    border-radius: 4px;
    z-index: -1;
}

/* Filter Tabs */
.formations-filters {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-bottom: 3rem;
}

.filter-btn {
    padding: 0.75rem 1.5rem;
    background: white;
    border: 2px solid var(--border-color);
    border-radius: 50px;
    font-size: 0.9rem;
    font-weight: 500;
    color: var(--text-light);
    cursor: pointer;
    transition: all 0.3s ease;
}

.filter-btn:hover {
    border-color: var(--primary-color);
    color: var(--primary-color);
    transform: translateY(-2px);
}

.filter-btn.active {
    background: linear-gradient(135deg, var(--primary-color), #e0b35d);
    border-color: var(--primary-color);
    color: #1a1a1a;
    font-weight: 600;
    box-shadow: 0 4px 15px rgba(201, 168, 85, 0.3);
}

/* Why Choose Section */
.why-choose-section {
    margin-top: 5rem;
    padding: 4rem 3rem;
    background: linear-gradient(135deg, #ffffff 0%, #fefdfb 100%);
    border-radius: 24px;
    border: 1px solid rgba(201, 168, 85, 0.15);
    box-shadow: 0 10px 40px rgba(201, 168, 85, 0.08);
}

.why-choose-title {
    text-align: center;
    font-family: 'Playfair Display', serif;
    font-size: 1.75rem;
    font-weight: 700;
    color: var(--text-color);
    margin-bottom: 3rem;
}

.why-choose-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 2.5rem;
}

.why-item {
    text-align: center;
    padding: 2rem 1.5rem;
    background: white;
    border-radius: 16px;
    border: 1px solid rgba(201, 168, 85, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.why-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(201, 168, 85, 0.15);
}

.why-item h4 {
    font-family: 'Playfair Display', serif;
    font-size: 1.15rem;
    font-weight: 600;
    color: var(--text-color);
    margin-bottom: 0.75rem;
    position: relative;
    display: inline-block;
}

.why-item h4::after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 2px;
    background: var(--primary-color);
    border-radius: 2px;
}

.why-item p {
    font-size: 0.9rem;
    color: var(--text-light);
    line-height: 1.6;
    margin-top: 0.5rem;
}

/* Formations CTA Section */
.formations-cta {
    margin-top: 4rem;
    padding: 3rem;
    background: linear-gradient(135deg, var(--primary-color) 0%, #d4b15c 100%);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    flex-wrap: wrap;
    box-shadow: 0 15px 50px rgba(201, 168, 85, 0.3);
}

.cta-content h3 {
    font-family: 'Playfair Display', serif;
    font-size: 1.5rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 0.5rem;
}

.cta-content p {
    font-size: 1rem;
    color: rgba(26, 26, 26, 0.8);
}

.btn-cta-outline {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem 2rem;
    background: white;
    color: var(--primary-color);
    border: 2px solid white;
    border-radius: 50px;
    font-weight: 600;
    font-size: 1rem;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.btn-cta-outline:hover {
    background: transparent;
    color: #1a1a1a;
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.btn-cta-outline svg {
    transition: transform 0.3s ease;
}

.btn-cta-outline:hover svg {
    transform: translateX(5px);
}

/* Responsive UX Enhancements */
@media (max-width: 768px) {
    .formations-filters {
        gap: 0.5rem;
    }

    .filter-btn {
        padding: 0.6rem 1rem;
        font-size: 0.8rem;
    }

    .why-choose-section {
        padding: 2.5rem 1.5rem;
        margin-top: 3rem;
    }

    .why-choose-title {
        font-size: 1.5rem;
    }

    .why-choose-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }

    .why-item {
        padding: 1.5rem 1rem;
    }

    .why-item h4 {
        font-size: 1rem;
    }

    .formations-cta {
        padding: 2rem 1.5rem;
        flex-direction: column;
        text-align: center;
    }

    .cta-content h3 {
        font-size: 1.25rem;
    }

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

@media (max-width: 480px) {
    .filter-btn {
        flex: 1 1 45%;
        text-align: center;
    }

    .why-choose-grid {
        grid-template-columns: 1fr;
    }
}

/* Card Actions Enhancement */
.card-actions {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.btn-secondary-outline {
    width: 100%;
    padding: 0.85rem 1.25rem;
    background: transparent;
    border: 2px solid var(--primary-color);
    border-radius: 50px;
    color: var(--primary-color);
    font-size: 0.9rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-secondary-outline:hover {
    background: rgba(201, 168, 85, 0.1);
    transform: translateY(-2px);
}

.btn-contact-scroll {
    text-decoration: none;
}

/* Avantages Section */
.avantages-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.avantage-card {
    text-align: center;
    padding: 2rem;
    background: white;
    border-radius: 16px;
    box-shadow: var(--shadow);
    transition: all 0.3s;
    border: 1px solid var(--border-color);
    position: relative;
    overflow: hidden;
}

.avantage-card::after {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(212, 163, 115, 0.05) 0%, transparent 70%);
    pointer-events: none;
}

.avantage-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-lg);
    border-color: var(--primary-color);
}

.avantage-icon {
    font-size: 3rem;
    margin-bottom: 1rem;
}

.avantage-card h3 {
    font-size: 1.25rem;
    margin-bottom: 1rem;
    color: var(--text-color);
}

.avantage-card p {
    color: var(--text-light);
    font-size: 0.95rem;
}

/* Témoignages Section */
.temoignages {
    background: var(--bg-light);
}

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

.temoignage-card {
    background: white;
    padding: 2rem;
    border-radius: 12px;
    box-shadow: var(--shadow);
}

.rating {
    color: var(--accent-color);
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

.temoignage-card p {
    font-style: italic;
    color: var(--text-color);
    margin-bottom: 1.5rem;
    line-height: 1.8;
}

.temoignage-author strong {
    color: var(--text-color);
    display: block;
    margin-bottom: 0.25rem;
}

.temoignage-author span {
    color: var(--text-light);
    font-size: 0.9rem;
}

/* Réservation Section */
.reservation {
    background: white;
}

.reservation-form {
    max-width: 700px;
    margin: 0 auto;
    background: var(--bg-light);
    padding: 2rem;
    border-radius: 12px;
    box-shadow: var(--shadow);
}

.form-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
}

.form-group {
    margin-bottom: 1.5rem;
}

.form-group label {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 600;
    color: var(--text-color);
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 0.75rem;
    border: 1px solid var(--border-color);
    border-radius: 8px;
    font-size: 1rem;
    font-family: inherit;
    transition: border-color 0.3s;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border-color: var(--primary-color);
}

.checkbox-group label {
    display: flex;
    align-items: start;
    gap: 0.5rem;
    font-weight: 400;
}

.checkbox-group input[type="checkbox"] {
    width: auto;
    margin-top: 0.25rem;
}

.confirmation-message {
    max-width: 700px;
    margin: 2rem auto;
    background: #d1fae5;
    padding: 2rem;
    border-radius: 12px;
    text-align: center;
    border: 2px solid var(--success-color);
}

.confirmation-message h3 {
    color: var(--success-color);
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

/* FAQ Section */
.faq {
    background: var(--bg-light);
}

.faq-container {
    max-width: 800px;
    margin: 0 auto;
}

.faq-item {
    background: white;
    margin-bottom: 1rem;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: var(--shadow);
}

.faq-question {
    padding: 1.5rem;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1.1rem;
    color: var(--text-color);
    transition: background 0.3s;
}

.faq-question:hover {
    background: var(--bg-light);
}

.faq-toggle {
    font-size: 1.5rem;
    color: var(--primary-color);
    font-weight: 300;
    transition: transform 0.3s;
}

.faq-item.active .faq-toggle {
    transform: rotate(45deg);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
}

.faq-item.active .faq-answer {
    max-height: 500px;
}

.faq-answer p {
    padding: 0 1.5rem 1.5rem;
    color: var(--text-light);
    line-height: 1.8;
}

/* Contact Section */
.contact {
    background: white;
}

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

.contact-info h3 {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
    color: var(--text-color);
}

.contact-item {
    margin-bottom: 1.5rem;
}

.contact-item strong {
    display: block;
    margin-bottom: 0.5rem;
    color: var(--text-color);
}

.contact-item a {
    color: var(--primary-color);
    text-decoration: none;
}

.contact-item a:hover {
    text-decoration: underline;
}

.contact-item p {
    color: var(--text-light);
}

.social-links {
    display: flex;
    gap: 1rem;
    margin-top: 1.5rem;
}

.social-links a {
    width: 40px;
    height: 40px;
    background: var(--primary-color);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
}

.social-links a:hover {
    background: var(--primary-dark);
    transform: translateY(-3px);
}

.contact-map iframe {
    width: 100%;
    height: 400px;
    border-radius: 12px;
}

/* Footer */
.footer {
    background: var(--bg-dark);
    color: white;
    padding: 3rem 0 1rem;
}

.footer-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
    margin-bottom: 2rem;
}

.footer-col h4 {
    margin-bottom: 1rem;
    color: white;
}

.footer-col p {
    color: #9ca3af;
    font-size: 0.9rem;
}

.footer-col ul {
    list-style: none;
}

.footer-col ul li {
    margin-bottom: 0.5rem;
}

.footer-col ul li a {
    color: #9ca3af;
    text-decoration: none;
    font-size: 0.9rem;
    transition: color 0.3s;
}

.footer-col ul li a:hover {
    color: white;
}

.footer-bottom {
    border-top: 1px solid #374151;
    padding-top: 1.5rem;
    text-align: center;
    color: #9ca3af;
    font-size: 0.9rem;
}

/* Tunnel d'Achat Modal */
.checkout-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 9999;
    overflow-y: auto;
    animation: fadeIn 0.3s ease;
}

.checkout-modal.active {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.checkout-container {
    background: white;
    border-radius: 16px;
    max-width: 900px;
    width: 100%;
    max-height: 90vh;
    overflow-y: auto;
    position: relative;
    animation: slideUp 0.3s ease;
}

@keyframes slideUp {
    from {
        transform: translateY(50px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

/* Header du tunnel */
.checkout-header {
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    padding: 2rem;
    border-radius: 16px 16px 0 0;
    position: relative;
    color: #1a1a1a;
}

.checkout-close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: rgba(26, 26, 26, 0.1);
    border: none;
    color: #1a1a1a;
    font-size: 2rem;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.checkout-close:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: rotate(90deg);
}

/* Progress bar */
.checkout-progress {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 700px;
    margin: 0 auto;
}

.progress-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    color: rgba(26, 26, 26, 0.5);
    transition: all 0.3s;
}

.progress-step.active {
    color: #1a1a1a;
}

.progress-step.completed {
    color: #1a1a1a;
}

.progress-circle {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(26, 26, 26, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    transition: all 0.3s;
}

.progress-step.active .progress-circle {
    background: white;
    color: var(--primary-color);
    box-shadow: 0 0 0 4px rgba(26, 26, 26, 0.1);
}

.progress-step.completed .progress-circle {
    background: white;
    color: var(--success-color);
}

.progress-step.completed .progress-circle::before {
    content: '✓';
}

.progress-line {
    flex: 1;
    height: 2px;
    background: rgba(26, 26, 26, 0.2);
    margin: 0 0.5rem;
}

.progress-step.completed + .progress-line {
    background: #1a1a1a;
}

.progress-step span {
    font-size: 0.85rem;
    font-weight: 600;
}

/* Contenu du tunnel */
.checkout-content {
    padding: 3rem 2rem;
}

.checkout-step {
    animation: fadeInStep 0.3s ease;
}

@keyframes fadeInStep {
    from {
        opacity: 0;
        transform: translateX(20px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.checkout-step h2 {
    font-size: 2rem;
    margin-bottom: 0.5rem;
    color: var(--text-color);
}

.step-subtitle {
    color: var(--text-light);
    font-size: 1.1rem;
    margin-bottom: 2rem;
}

/* Étape 1: Modalités */
.modality-options {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
    margin-top: 2rem;
}

.modality-card {
    background: var(--bg-light);
    border: 2px solid var(--border-color);
    border-radius: 12px;
    padding: 2rem;
    text-align: center;
    transition: all 0.3s;
    cursor: pointer;
}

.modality-card:hover {
    border-color: var(--primary-color);
    transform: translateY(-5px);
    box-shadow: var(--shadow-lg);
}

.modality-card.selected {
    border-color: var(--primary-color);
    background: linear-gradient(135deg, rgba(217, 70, 166, 0.05), rgba(236, 72, 153, 0.05));
}

.modality-icon {
    font-size: 3rem;
    margin-bottom: 1rem;
}

.modality-card h3 {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
    color: var(--text-color);
}

.modality-card p {
    color: var(--text-light);
    margin-bottom: 1.5rem;
}

.modality-card ul {
    list-style: none;
    text-align: left;
    margin-bottom: 1.5rem;
}

.modality-card ul li {
    padding: 0.5rem 0;
    color: var(--text-color);
}

/* Étape 2: Dates */
.dates-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 1rem;
    margin-bottom: 2rem;
}

.date-card {
    background: var(--bg-light);
    border: 2px solid var(--border-color);
    border-radius: 8px;
    padding: 1.5rem;
    cursor: pointer;
    transition: all 0.3s;
    text-align: center;
}

.date-card:hover {
    border-color: var(--primary-color);
    transform: translateY(-3px);
    box-shadow: var(--shadow);
}

.date-card.selected {
    border-color: var(--primary-color);
    background: linear-gradient(135deg, rgba(217, 70, 166, 0.1), rgba(236, 72, 153, 0.1));
}

.date-card .date-day {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 0.5rem;
}

.date-card .date-month {
    font-size: 1rem;
    color: var(--text-color);
    margin-bottom: 0.25rem;
}

.date-card .date-info {
    font-size: 0.85rem;
    color: var(--text-light);
}

/* Étape 3: Formulaire */
.checkout-form .form-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
    margin-bottom: 1.5rem;
}

.checkout-form .form-group {
    margin-bottom: 1.5rem;
}

.checkout-form .form-group label {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 600;
    color: var(--text-color);
}

.checkout-form input,
.checkout-form textarea {
    width: 100%;
    padding: 0.75rem;
    border: 2px solid var(--border-color);
    border-radius: 8px;
    font-size: 1rem;
    transition: all 0.3s;
}

.checkout-form input:focus,
.checkout-form textarea:focus {
    outline: none;
    border-color: var(--primary-color);
    box-shadow: 0 0 0 3px rgba(217, 70, 166, 0.1);
}

/* Étape 4: Récapitulatif */
.summary-box {
    background: var(--bg-light);
    border-radius: 12px;
    padding: 2rem;
    margin-bottom: 2rem;
}

.summary-item {
    display: flex;
    justify-content: space-between;
    padding: 0.75rem 0;
    border-bottom: 1px solid var(--border-color);
}

.summary-item:last-child {
    border-bottom: none;
}

.summary-item strong {
    color: var(--text-color);
}

.summary-item span {
    color: var(--text-light);
}

.payment-box {
    background: var(--bg-light);
    border-radius: 12px;
    padding: 2rem;
    margin-bottom: 2rem;
}

.payment-box h3 {
    font-size: 1.25rem;
    margin-bottom: 1rem;
    color: var(--text-color);
}

.payment-option {
    background: white;
    border: 2px solid var(--border-color);
    border-radius: 8px;
    padding: 1.5rem;
    margin-bottom: 1rem;
    cursor: pointer;
    transition: all 0.3s;
}

.payment-option:hover {
    border-color: var(--primary-color);
}

.payment-option label {
    display: flex;
    align-items: center;
    cursor: pointer;
    width: 100%;
}

.payment-option input[type="radio"] {
    width: 20px;
    height: 20px;
    margin-right: 1rem;
    cursor: pointer;
}

.payment-label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex: 1;
}

.price-total {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--primary-color);
}

/* Étape 5: Confirmation */
.confirmation-success {
    text-align: center;
    padding: 2rem;
}

.success-icon {
    width: 80px;
    height: 80px;
    background: var(--success-color);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3rem;
    margin: 0 auto 2rem;
    animation: scaleIn 0.5s ease;
}

@keyframes scaleIn {
    from {
        transform: scale(0);
    }
    to {
        transform: scale(1);
    }
}

.confirmation-success h2 {
    color: var(--text-color);
    margin-bottom: 1rem;
}

.confirmation-details {
    background: var(--bg-light);
    border-radius: 12px;
    padding: 2rem;
    margin: 2rem 0;
    text-align: left;
}

.confirmation-details h3 {
    color: var(--text-color);
    margin-bottom: 1rem;
}

.confirmation-details ol {
    margin-left: 1.5rem;
}

.confirmation-details li {
    padding: 0.5rem 0;
    color: var(--text-color);
}

.confirmation-actions {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

/* Actions du tunnel */
.checkout-actions {
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    margin-top: 2rem;
}

/* Responsive Design */
@media (max-width: 768px) {
    .hamburger {
        display: flex;
    }

    /* Note: .nav-panel .nav-menu has its own styles, these only apply to standalone nav-menu */
    .nav-menu:not(.nav-panel .nav-menu) {
        position: fixed;
        left: -100%;
        top: 60px;
        flex-direction: column;
        background-color: white;
        width: 100%;
        text-align: center;
        transition: 0.3s;
        box-shadow: var(--shadow);
        padding: 2rem 0;
    }

    .nav-menu:not(.nav-panel .nav-menu).active {
        left: 0;
    }

    /* Cacher bouton desktop, afficher bouton mobile */
    .nav-cta-desktop {
        display: none !important;
    }

    .nav-menu:not(.nav-panel .nav-menu) .nav-cta-mobile {
        display: list-item !important;
    }

    .hero-badge {
        margin-top: 1.5rem;
    }

    .hero-title {
        font-size: 2rem;
    }

    .hero-subtitle {
        font-size: 1rem;
    }

    .hero-stats {
        flex-direction: column;
        gap: 1.5rem;
    }

    .hero-cta {
        flex-direction: column;
    }

    .section-title {
        font-size: 2rem;
    }

    .formations-grid,
    .avantages-grid,
    .temoignages-grid {
        grid-template-columns: 1fr;
    }

    /* Compact cards responsive */
    .card-price-cta {
        flex-direction: column;
        align-items: stretch;
        gap: 1rem;
    }

    .card-price-cta .btn {
        width: 100%;
        padding: 1rem 1.5rem;
    }

    .card-badges-group {
        top: 10px;
        right: 10px;
        gap: 0.35rem;
    }

    .card-badge {
        padding: 0.25rem 0.6rem;
        font-size: 0.65rem;
        letter-spacing: 0.3px;
    }

    .card-rating {
        font-size: 0.85rem;
    }

    .form-row {
        grid-template-columns: 1fr;
    }

    .contact-grid {
        grid-template-columns: 1fr;
    }

    .footer-content {
        grid-template-columns: 1fr;
        text-align: center;
    }

    /* Tunnel d'achat responsive */
    .checkout-modal.active {
        padding: 1rem;
    }

    .checkout-progress {
        flex-wrap: wrap;
        gap: 0.5rem;
    }

    .progress-step span {
        display: none;
    }

    .progress-line {
        display: none;
    }

    .checkout-content {
        padding: 2rem 1.5rem;
    }

    .modality-options {
        grid-template-columns: 1fr;
    }

    .dates-grid {
        grid-template-columns: 1fr;
    }

    .checkout-form .form-row {
        grid-template-columns: 1fr;
    }

    .checkout-actions {
        flex-direction: column;
    }
}

@media (max-width: 480px) {
    .hero {
        padding: 3rem 0;
    }

    section {
        padding: 3rem 0;
    }

    .hero-title {
        font-size: 1.75rem;
    }

    .btn-lg {
        padding: 0.875rem 1.5rem;
        font-size: 1rem;
    }
}

/* ===================================
   INSTAGRAM FEED
   =================================== */

.instagram-section {
    padding: 4rem 0;
    background: var(--bg-light);
}

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

.instagram-header h2 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    background: linear-gradient(135deg, var(--primary-color), var(--primary-dark));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.instagram-header p {
    font-size: 1.125rem;
    color: var(--text-light);
}

.instagram-feed-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    margin-bottom: 2rem;
}

.instagram-post {
    position: relative;
    aspect-ratio: 1 / 1;
    border-radius: 12px;
    overflow: hidden;
    cursor: pointer;
    background: var(--bg-color);
    box-shadow: var(--shadow);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.instagram-post:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-lg);
}

.instagram-post-inner {
    position: relative;
    width: 100%;
    height: 100%;
}

.instagram-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
}

.instagram-post:hover .instagram-image {
    transform: scale(1.05);
}

.instagram-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.instagram-post:hover .instagram-overlay {
    opacity: 1;
}

.instagram-stats {
    display: flex;
    gap: 1.5rem;
    margin-bottom: 1rem;
}

.instagram-likes,
.instagram-comments {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: white;
    font-weight: 600;
    font-size: 1rem;
}

.instagram-likes svg,
.instagram-comments svg {
    width: 24px;
    height: 24px;
}

.instagram-icon {
    opacity: 0.8;
}

.instagram-cta {
    text-align: center;
    margin-top: 2rem;
}

.instagram-cta-button {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem 2rem;
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    color: #1a1a1a;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 600;
    font-size: 1.125rem;
    transition: all 0.3s ease;
    box-shadow: var(--shadow);
}

.instagram-cta-button:hover {
    transform: translateY(-2px);
    box-shadow: var(--shadow-xl);
}

.instagram-cta-button svg {
    width: 24px;
    height: 24px;
}

/* Static galleries on formation pages */
.formation-instagram-section {
    margin-top: 3rem;
    padding: 2rem;
    background: var(--bg-light);
    border-radius: 12px;
}

.formation-instagram-header {
    text-align: center;
    margin-bottom: 2rem;
}

.formation-instagram-header h3 {
    font-size: 1.75rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: var(--text-color);
}

.formation-instagram-header p {
    color: var(--text-light);
    font-size: 1rem;
}

.formation-instagram-gallery {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
    margin-bottom: 1.5rem;
}

.formation-instagram-gallery img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 12px;
    box-shadow: var(--shadow);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.formation-instagram-gallery img:hover {
    transform: scale(1.05);
    box-shadow: var(--shadow-lg);
}

.formation-instagram-cta {
    text-align: center;
    padding-top: 1rem;
}

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

.formation-instagram-link:hover {
    color: var(--secondary-color);
    transform: translateX(5px);
}

.formation-instagram-link svg {
    width: 20px;
    height: 20px;
}

/* Responsive Instagram Feed */
@media (max-width: 1024px) {
    .instagram-feed-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 1rem;
    }
}

@media (max-width: 768px) {
    .instagram-section {
        padding: 3rem 0;
    }

    .instagram-header h2 {
        font-size: 2rem;
    }

    .instagram-feed-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }

    .instagram-cta-button {
        padding: 0.875rem 1.5rem;
        font-size: 1rem;
    }

    .formation-instagram-gallery {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }

    .formation-instagram-section {
        padding: 1.5rem;
    }
}

@media (max-width: 480px) {
    .instagram-header h2 {
        font-size: 1.75rem;
    }

    .instagram-feed-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .instagram-stats {
        gap: 1rem;
    }

    .instagram-likes,
    .instagram-comments {
        font-size: 0.875rem;
    }

    .instagram-likes svg,
    .instagram-comments svg {
        width: 20px;
        height: 20px;
    }
}

/* ===================================
   POSES PRESTIGE SECTION
   =================================== */

.poses-prestige {
    background: var(--bg-color);
    padding: 5rem 0;
    position: relative;
}

.poses-prestige::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--primary-color), var(--accent-gold), var(--primary-color));
}

/* Prestations Grid */
.prestations-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
    margin-top: 3rem;
    margin-bottom: 3rem;
}

.prestations-loading {
    text-align: center;
    padding: 3rem;
    color: var(--text-light);
    font-size: 1rem;
    grid-column: 1 / -1;
}

/* Prestation Card */
.prestation-card {
    background: white;
    border-radius: 12px;
    padding: 1.5rem;
    box-shadow: var(--shadow);
    transition: all 0.3s ease;
    border: 1px solid var(--border-color);
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
}

.prestation-card .prestation-header {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin-bottom: 0.75rem;
}

.prestation-card .prestation-header h3 {
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--text-color);
    margin: 0;
    font-family: 'Playfair Display', serif;
    line-height: 1.3;
    word-wrap: break-word;
    overflow-wrap: break-word;
    max-width: 100%;
}

.prestation-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--primary-color), var(--accent-gold));
    opacity: 0;
    transition: opacity 0.3s ease;
}

.prestation-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-lg);
    border-color: var(--primary-color);
}

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

.prestation-name {
    font-size: 1.125rem;
    font-weight: 600;
    color: var(--text-color);
    margin-bottom: 0.5rem;
    font-family: 'Playfair Display', serif;
    word-wrap: break-word;
    overflow-wrap: break-word;
    max-width: 100%;
}

.prestation-description {
    font-size: 0.9rem;
    color: var(--text-light);
    margin-bottom: 1rem;
    line-height: 1.6;
    flex-grow: 1;
    word-wrap: break-word;
    overflow-wrap: break-word;
    max-width: 100%;
}

.prestation-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 1rem;
    border-top: 1px solid var(--border-color);
}

.prestation-duration {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.8rem;
    font-weight: 500;
    color: var(--primary-color);
    background: linear-gradient(135deg, rgba(201, 168, 85, 0.12) 0%, rgba(201, 168, 85, 0.08) 100%);
    padding: 0.35rem 0.75rem;
    border-radius: 20px;
    border: 1px solid rgba(201, 168, 85, 0.2);
}

.prestation-duration svg {
    width: 14px;
    height: 14px;
    opacity: 0.9;
}

.prestation-price {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--primary-color);
}

/* Prestation Category Badge */
.prestation-category {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: var(--bg-light);
    color: var(--text-light);
    padding: 0.25rem 0.75rem;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.prestation-category.manucure {
    background: rgba(212, 175, 55, 0.15);
    color: var(--primary-color);
}

.prestation-category.nail_art {
    background: rgba(236, 72, 153, 0.15);
    color: #ec4899;
}

.prestation-category.soin {
    background: rgba(143, 168, 131, 0.15);
    color: var(--success-color);
}

/* Contact Section */
.prestations-contact {
    background: var(--bg-light);
    border-radius: 16px;
    padding: 2.5rem;
    text-align: center;
    margin-top: 2rem;
}

.prestations-contact h3 {
    font-family: 'Playfair Display', serif;
    font-size: 1.5rem;
    color: var(--text-color);
    margin-bottom: 0.75rem;
}

.prestations-contact > p {
    color: var(--text-light);
    margin-bottom: 1.5rem;
    font-size: 1rem;
}

/* Contact Buttons */
.contact-buttons {
    display: flex;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.btn-contact {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.875rem 1.5rem;
    border-radius: 30px;
    font-weight: 600;
    font-size: 0.95rem;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.btn-contact svg {
    flex-shrink: 0;
}

.btn-phone {
    background: var(--primary-color);
    color: white;
}

.btn-phone:hover {
    background: var(--primary-dark);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(212, 175, 55, 0.3);
}

.btn-whatsapp {
    background: #25D366;
    color: white;
}

.btn-whatsapp:hover {
    background: #20bd5a;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(37, 211, 102, 0.3);
}

.btn-instagram {
    background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
    color: white;
}

.btn-instagram:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(225, 48, 108, 0.3);
}

/* ===================================
   PRESTATIONS PREMIUM CARDS v2
   Design catégorisé avec SEO optimisé
   =================================== */

/* Category Section Container */
.prestations-category-section {
    margin-bottom: 3rem;
}

.prestations-category-section:last-child {
    margin-bottom: 0;
}

/* Category Header */
.category-section-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid var(--border-color);
}

.category-title-group {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.category-icon {
    font-size: 1.75rem;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--bg-light), rgba(201, 168, 85, 0.1));
    border-radius: 12px;
    border: 2px solid var(--cat-color, var(--primary-color));
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
}

.category-title {
    font-family: 'Playfair Display', serif;
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--text-color);
    margin: 0;
    letter-spacing: 0.5px;
}

.category-count {
    font-size: 0.85rem;
    color: var(--text-light);
    font-weight: 500;
    background: var(--bg-light);
    padding: 0.35rem 0.85rem;
    border-radius: 20px;
}

/* Cards Grid */
.prestations-cards-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1.5rem;
}

.nail-art-grid {
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

/* Premium Prestation Card */
.prestation-card-premium {
    background: linear-gradient(145deg, #ffffff 0%, #fefefe 100%);
    border-radius: 16px;
    padding: 0;
    box-shadow:
        0 8px 24px rgba(201, 168, 85, 0.08),
        0 1px 6px rgba(0, 0, 0, 0.04);
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    display: flex;
    flex-direction: column;
    border: 1px solid rgba(201, 168, 85, 0.12);
    overflow: hidden;
}

/* Background image overlay for cards with photos */
.prestation-card-premium.has-bg-image::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: var(--card-bg-image);
    background-size: cover;
    background-position: center;
    opacity: 0.18;
    pointer-events: none;
    transition: opacity 0.35s;
}

.prestation-card-premium.has-bg-image:hover::after {
    opacity: 0.25;
}

.prestation-card-premium::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--primary-color), #e0b35d, var(--primary-color));
    background-size: 200% auto;
    opacity: 0;
    transition: opacity 0.35s;
}

.prestation-card-premium:hover {
    transform: translateY(-8px);
    box-shadow:
        0 16px 40px rgba(201, 168, 85, 0.18),
        0 6px 12px rgba(0, 0, 0, 0.06);
    border-color: var(--primary-color);
}

.prestation-card-premium:hover::before {
    opacity: 1;
    animation: shimmerPrestation 2s infinite;
}

@keyframes shimmerPrestation {
    0%, 100% { background-position: -200% center; }
    50% { background-position: 200% center; }
}

/* Premium Badge */
.prestation-badge {
    position: absolute;
    top: -0.5rem;
    right: 1rem;
    padding: 0.4rem 0.9rem;
    border-radius: 20px;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    z-index: 5;
    transform: translateY(-50%);
}

.badge-premium {
    background: linear-gradient(135deg, var(--primary-color), #e0b35d);
    color: #1a1a1a;
    box-shadow: 0 3px 12px rgba(201, 168, 85, 0.4);
}

.badge-signature {
    background: linear-gradient(135deg, var(--secondary-color), #f8d8e4);
    color: #1a1a1a;
    box-shadow: 0 3px 12px rgba(245, 192, 208, 0.4);
}

/* Card Content */
.prestation-card-premium .prestation-content {
    padding: 1.5rem 1.5rem 1rem;
    flex-grow: 1;
}

.prestation-card-premium .prestation-title {
    font-family: 'Playfair Display', serif;
    font-size: 1.15rem;
    font-weight: 600;
    color: var(--text-color);
    margin: 0 0 0.75rem 0;
    line-height: 1.35;
}

.prestation-card-premium .prestation-duration {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.85rem;
    color: var(--text-light);
    background: var(--bg-light);
    padding: 0.35rem 0.75rem;
    border-radius: 15px;
    margin-bottom: 1rem;
}

.duration-icon {
    width: 14px;
    height: 14px;
    opacity: 0.7;
}

/* Benefits List */
.prestation-benefits {
    list-style: none;
    padding: 0;
    margin: 0.75rem 0 0;
}

.prestation-benefits li {
    position: relative;
    padding: 0.4rem 0 0.4rem 1.25rem;
    font-size: 0.875rem;
    color: var(--text-color);
    line-height: 1.4;
}

.prestation-benefits li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: var(--primary-color);
    font-weight: 700;
    font-size: 0.8rem;
}

/* Card Footer */
.prestation-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1.5rem 1.5rem;
    border-top: 1px dashed rgba(201, 168, 85, 0.2);
    background: linear-gradient(135deg, rgba(201, 168, 85, 0.04), rgba(245, 192, 208, 0.04));
}

.prestation-price-block {
    display: flex;
    flex-direction: column;
}

.price-value {
    font-size: 1.75rem;
    font-weight: 800;
    background: linear-gradient(135deg, var(--primary-color), #e0b35d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    letter-spacing: -0.5px;
    line-height: 1;
}

/* Reserve Button */
.btn-reserve-prestation {
    padding: 0.7rem 1.25rem;
    background: linear-gradient(135deg, var(--primary-color), #e0b35d);
    color: #1a1a1a;
    border: none;
    border-radius: 25px;
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.3px;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 12px rgba(201, 168, 85, 0.25);
}

.btn-reserve-prestation:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(201, 168, 85, 0.4);
}

.btn-reserve-prestation:active {
    transform: translateY(0);
}

/* Contact Section Highlight Animation */
.poses-contact {
    transition: all 0.3s ease;
}

.poses-contact.highlight-contact {
    animation: pulseHighlight 0.6s ease 2;
    box-shadow: 0 0 0 4px rgba(201, 168, 85, 0.4);
}

@keyframes pulseHighlight {
    0%, 100% { box-shadow: 0 0 0 4px rgba(201, 168, 85, 0.2); }
    50% { box-shadow: 0 0 0 8px rgba(201, 168, 85, 0.4); }
}

/* Empty & Error States */
.prestations-empty,
.prestations-error {
    grid-column: 1 / -1;
    text-align: center;
    padding: 3rem 2rem;
    background: var(--bg-light);
    border-radius: 12px;
    color: var(--text-light);
}

.prestations-error {
    background: #fef2f2;
    border: 1px solid #fecaca;
}

.prestations-error p {
    margin-bottom: 1rem;
    color: #dc2626;
}

/* Responsive Premium Cards */
@media (max-width: 768px) {
    .poses-prestige {
        padding: 3rem 0;
    }

    .category-section-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.75rem;
    }

    .category-count {
        align-self: flex-start;
    }

    .category-icon {
        width: 44px;
        height: 44px;
        font-size: 1.5rem;
    }

    .category-title {
        font-size: 1.25rem;
    }

    .prestations-cards-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

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

    .prestation-card-premium {
        border-radius: 12px;
    }

    .prestation-card-premium .prestation-title {
        font-size: 1.05rem;
    }

    .prestation-badge {
        font-size: 0.65rem;
        padding: 0.3rem 0.7rem;
        top: -0.4rem;
    }

    .prestation-footer {
        flex-direction: column;
        align-items: stretch;
        gap: 1rem;
        text-align: center;
    }

    .prestation-price-block {
        align-items: center;
    }

    .btn-reserve-prestation {
        width: 100%;
        padding: 0.8rem;
    }

    .prestations-contact {
        padding: 1.5rem;
    }

    .contact-buttons {
        flex-direction: column;
        align-items: stretch;
    }

    .btn-contact {
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .category-title-group {
        gap: 0.5rem;
    }

    .category-icon {
        width: 38px;
        height: 38px;
        font-size: 1.25rem;
        border-radius: 10px;
    }

    .category-title {
        font-size: 1.1rem;
    }

    .nail-art-grid {
        grid-template-columns: 1fr;
    }

    .prestation-card-premium .prestation-content {
        padding: 1.25rem 1.25rem 0.75rem;
    }

    .prestation-card-premium .prestation-title {
        font-size: 1rem;
    }

    .prestation-benefits li {
        font-size: 0.8rem;
    }

    .prestation-footer {
        padding: 0.75rem 1.25rem 1.25rem;
    }

    .price-value {
        font-size: 1.5rem;
    }

    .prestations-contact h3 {
        font-size: 1.25rem;
    }
}

/* Animation réduction mouvement */
@media (prefers-reduced-motion: reduce) {
    .prestation-card-premium,
    .prestation-card-premium::before,
    .btn-reserve-prestation,
    .poses-contact {
        animation: none !important;
        transition: none !important;
    }
}


/* ===================================
   RESPONSIVE UTILITY CLASSES
   =================================== */

@media (min-width: 769px) {
    .mobile-only { display: none !important; }
}

@media (max-width: 768px) {
    .desktop-only { display: none !important; }
}

/* Performance Optimizations */
@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}

/* Print Styles */
@media print {
    .header,
    .hero-cta,
    .reservation,
    .footer {
        display: none;
    }
}
/* ============================================
   MODAL DE CANDIDATURE
   ============================================ */

.application-modal {
    display: none !important;
    position: fixed;
    inset: 0;
    background: rgba(26, 26, 26, 0.8);
    z-index: 2000;
    overflow-y: auto;
    padding: 2rem 1rem;
}

.application-modal.active {
    display: flex !important;
    justify-content: center;
    align-items: flex-start;
}

.application-container {
    background: var(--bg-color);
    border-radius: 16px;
    width: 100%;
    max-width: 680px;
    position: relative;
    box-shadow: var(--shadow-xl);
    animation: modalSlideIn 0.3s ease-out;
}

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

.application-close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    width: 40px;
    height: 40px;
    border: none;
    background: var(--bg-light);
    border-radius: 50%;
    font-size: 1.5rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--text-light);
    transition: all 0.2s;
    z-index: 10;
}

.application-close:hover {
    background: var(--primary-color);
    color: white;
}

.application-header {
    padding: 2rem 2rem 1rem;
    text-align: center;
    border-bottom: 1px solid var(--border-color);
}

.application-header h2 {
    font-family: 'Playfair Display', serif;
    font-size: 1.75rem;
    color: var(--text-color);
    margin-bottom: 0.5rem;
}

.application-subtitle {
    color: var(--primary-color);
    font-weight: 600;
    font-size: 1.1rem;
}

.application-form {
    padding: 1.5rem 2rem 2rem;
}

.form-section {
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid var(--border-color);
}

.form-section:last-of-type {
    border-bottom: none;
    margin-bottom: 1rem;
}

.form-section-title {
    font-size: 1rem;
    font-weight: 600;
    color: var(--text-color);
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.form-section-title::before {
    content: '';
    width: 4px;
    height: 20px;
    background: var(--primary-color);
    border-radius: 2px;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

.application-form .form-group {
    margin-bottom: 1rem;
}

.application-form label {
    display: block;
    font-weight: 500;
    margin-bottom: 0.5rem;
    color: var(--text-color);
    font-size: 0.9rem;
}

.application-form input[type="text"],
.application-form input[type="email"],
.application-form input[type="tel"],
.application-form input[type="number"],
.application-form select,
.application-form textarea {
    width: 100%;
    padding: 0.75rem 1rem;
    border: 1px solid var(--border-color);
    border-radius: 8px;
    font-size: 0.95rem;
    font-family: inherit;
    transition: border-color 0.2s, box-shadow 0.2s;
    background: var(--bg-color);
}

.application-form input:focus,
.application-form select:focus,
.application-form textarea:focus {
    outline: none;
    border-color: var(--primary-color);
    box-shadow: 0 0 0 3px rgba(201, 168, 85, 0.15);
}

.application-form textarea {
    resize: vertical;
    min-height: 80px;
}

.form-hint {
    display: block;
    font-size: 0.8rem;
    color: var(--text-light);
    margin-top: 0.25rem;
}

.checkbox-group {
    margin-top: 0.5rem;
}

.checkbox-label {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    cursor: pointer;
    font-weight: 400 !important;
}

.checkbox-label input[type="checkbox"] {
    width: 20px;
    height: 20px;
    margin-top: 2px;
    flex-shrink: 0;
    accent-color: var(--primary-color);
}

.checkbox-label span {
    font-size: 0.9rem;
    line-height: 1.4;
}

.form-actions {
    text-align: center;
    padding-top: 1rem;
}

.form-actions .btn {
    min-width: 200px;
}

.form-error {
    background: #fee2e2;
    color: #dc2626;
    padding: 1rem;
    border-radius: 8px;
    margin: 0 2rem 1rem;
    font-size: 0.9rem;
    text-align: center;
}

/* Message de succes */
.application-success {
    padding: 3rem 2rem;
    text-align: center;
}

.application-success .success-icon {
    width: 80px;
    height: 80px;
    background: var(--success-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.5rem;
    color: white;
    margin: 0 auto 1.5rem;
}

.application-success h2 {
    font-family: 'Playfair Display', serif;
    font-size: 1.5rem;
    color: var(--text-color);
    margin-bottom: 0.5rem;
}

.application-success > p {
    color: var(--text-light);
    margin-bottom: 2rem;
}

.success-details {
    background: var(--bg-light);
    border-radius: 12px;
    padding: 1.5rem;
    text-align: left;
    margin-bottom: 2rem;
}

.success-details h3 {
    font-size: 1rem;
    margin-bottom: 1rem;
    color: var(--text-color);
}

.success-details ol {
    padding-left: 1.25rem;
}

.success-details li {
    margin-bottom: 0.75rem;
    color: var(--text-light);
    line-height: 1.5;
}

.success-details li strong {
    color: var(--primary-color);
}

.success-actions {
    display: flex;
    justify-content: center;
    gap: 1rem;
}

/* Responsive */
@media (max-width: 640px) {
    .application-modal {
        padding: 1rem 0.5rem;
    }

    .application-container {
        border-radius: 12px;
    }

    .application-header {
        padding: 1.5rem 1.5rem 1rem;
    }

    .application-header h2 {
        font-size: 1.4rem;
    }

    .application-form {
        padding: 1rem 1.5rem 1.5rem;
    }

    .form-row {
        grid-template-columns: 1fr;
    }

    .form-error {
        margin: 0 1.5rem 1rem;
    }

    .application-success {
        padding: 2rem 1.5rem;
    }
}

/* ===================================
   HERO SECTION - Formations en avant
   =================================== */

.hero-section {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 5rem 2rem;
    padding-top: 80px; /* Espace pour le header (logo désormais dans le hero) */
    background: linear-gradient(135deg, var(--bg-light) 0%, #fff9f0 50%, var(--bg-light) 100%);
    position: relative;
    overflow: hidden;
}

.hero-section::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(ellipse at center, rgba(201, 168, 85, 0.08) 0%, transparent 70%);
    animation: hero-glow 15s ease-in-out infinite;
}

@keyframes hero-glow {
    0%, 100% { transform: translate(0, 0) scale(1); }
    50% { transform: translate(5%, 5%) scale(1.1); }
}

.hero-content {
    position: relative;
    z-index: 1;
    max-width: 100%;
    margin-top: 1.5rem;
}


@media (max-width: 480px) {
    .hero-section {
        padding-top: 180px;
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .hero-badge {
        margin-top: 1rem;
        font-size: 0.8rem;
        padding: 0.4rem 1rem;
    }

    .hero-title {
        font-size: clamp(1.3rem, 6vw, 1.8rem);
        line-height: 1.25;
        margin-bottom: 1rem;
    }

    .hero-subtitle {
        font-size: clamp(0.9rem, 3vw, 1rem);
        line-height: 1.5;
        margin-bottom: 2rem;
    }

    .hero-cta {
        gap: 0.75rem;
    }

    .btn-hero-primary,
    .btn-hero-secondary {
        padding: 0.875rem 1.75rem;
        font-size: 0.95rem;
    }
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: linear-gradient(135deg, var(--primary-color), var(--primary-dark));
    color: white;
    padding: 0.5rem 1.25rem;
    border-radius: 50px;
    font-size: 0.9rem;
    font-weight: 500;
    margin-bottom: 1.5rem;
    box-shadow: 0 4px 15px rgba(201, 168, 85, 0.3);
}

.hero-title {
    font-family: 'Playfair Display', serif;
    font-size: clamp(1.8rem, 5vw, 3.5rem);
    font-weight: 700;
    color: var(--text-color);
    line-height: 1.2;
    margin-bottom: 1.5rem;
    word-wrap: break-word;
    overflow-wrap: break-word;
    max-width: 100%;
}

.hero-highlight {
    background: linear-gradient(135deg, var(--primary-color), var(--primary-dark));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.hero-subtitle {
    font-size: clamp(1rem, 2.5vw, 1.25rem);
    color: var(--text-light);
    margin-bottom: 2.5rem;
    line-height: 1.7;
    word-wrap: break-word;
    overflow-wrap: break-word;
    max-width: 100%;
}

.hero-cta {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 100%;
    flex-wrap: wrap;
    margin-bottom: 3rem;
}

.btn-hero-primary {
    background: linear-gradient(135deg, var(--primary-color), var(--primary-dark));
    color: white;
    padding: 1rem 2.5rem;
    border-radius: 50px;
    font-weight: 600;
    font-size: 1.1rem;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(201, 168, 85, 0.3);
}

.btn-hero-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(201, 168, 85, 0.4);
}

.btn-hero-secondary {
    background: transparent;
    color: var(--primary-color);
    padding: 1rem 2.5rem;
    border-radius: 50px;
    font-weight: 600;
    font-size: 1.1rem;
    text-decoration: none;
    border: 2px solid var(--primary-color);
    transition: all 0.3s ease;
}

.btn-hero-secondary:hover {
    background: var(--primary-color);
    color: white;
    transform: translateY(-3px);
}

.hero-stats {
    display: flex;
    gap: 3rem;
    justify-content: center;
    flex-wrap: wrap;
}

.hero-stat {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.stat-number {
    font-family: 'Playfair Display', serif;
    font-size: 2rem;
    font-weight: 700;
    color: var(--primary-color);
}

.stat-label {
    font-size: 0.9rem;
    color: var(--text-light);
    margin-top: 0.25rem;
}

/* Hero responsive */
@media (max-width: 768px) {
    .hero-section {
        min-height: 60vh;
        padding: 3rem 1.5rem;
        padding-top: 180px;
    }

    .hero-title {
        font-size: clamp(1.5rem, 4vw, 2rem);
        line-height: 1.3;
    }

    .hero-subtitle {
        font-size: clamp(0.95rem, 2vw, 1.1rem);
        line-height: 1.6;
    }

    .hero-stats {
        gap: 2rem;
    }

    .stat-number {
        font-size: 1.5rem;
    }

    .hero-cta {
        flex-direction: column;
        align-items: center;
    }

    .btn-hero-primary,
    .btn-hero-secondary {
        width: 100%;
        max-width: 280px;
        text-align: center;
    }
}

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

.contact-section {
    background: linear-gradient(135deg, var(--bg-light) 0%, #fff9f0 100%);
    padding: 5rem 0;
    position: relative;
}

.contact-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--primary-color), var(--accent-gold), var(--primary-color));
}

.contact-content {
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
}

.contact-intro {
    margin-bottom: 2.5rem;
}

.contact-intro p {
    color: var(--text-light);
    font-size: 1.05rem;
    line-height: 1.7;
    margin-bottom: 0.75rem;
}

.contact-intro strong {
    color: var(--primary-color);
}

.contact-buttons {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 2.5rem;
}

.btn-contact {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem 1.75rem;
    border-radius: 50px;
    font-weight: 600;
    font-size: 1rem;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: var(--shadow);
}

.btn-contact svg {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}

.btn-phone {
    background: linear-gradient(135deg, #4A90D9, #357ABD);
    color: white;
}

.btn-phone:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(74, 144, 217, 0.4);
}

.btn-whatsapp {
    background: linear-gradient(135deg, #25D366, #128C7E);
    color: white;
}

.btn-whatsapp:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(37, 211, 102, 0.4);
}

.btn-instagram {
    background: linear-gradient(135deg, #F58529, #DD2A7B, #8134AF);
    color: white;
}

.btn-instagram:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(221, 42, 123, 0.4);
}

.contact-alternative {
    padding-top: 2rem;
    border-top: 1px solid var(--border-color);
}

.contact-alternative p {
    color: var(--text-light);
    margin-bottom: 1rem;
}

.btn-outline {
    background: transparent;
    color: var(--primary-color);
    border: 2px solid var(--primary-color);
    padding: 0.75rem 1.5rem;
    border-radius: 50px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-outline:hover {
    background: var(--primary-color);
    color: white;
}

/* Contact responsive */
@media (max-width: 640px) {
    .contact-section {
        padding: 3rem 0;
    }

    .contact-buttons {
        flex-direction: column;
        align-items: center;
    }

    .btn-contact {
        width: 100%;
        max-width: 280px;
        justify-content: center;
    }
}

/* ===================================
   FORMATION CARD ACTIONS (2 buttons)
   =================================== */

.card-actions {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    width: 100%;
}

.btn-contact-scroll {
    text-decoration: none;
    text-align: center;
}

.btn-secondary-outline {
    background: transparent;
    color: var(--primary-color);
    border: 2px solid var(--primary-color);
    padding: 0.75rem 1.5rem;
    border-radius: 50px;
    font-weight: 500;
    font-size: 0.95rem;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-secondary-outline:hover {
    background: var(--primary-color);
    color: white;
}

/* ===================================
   POSES CONTACT - Section intégrée
   pour réservation rapide
   =================================== */

.poses-contact {
    background: linear-gradient(135deg, #fdfcf9 0%, #f8f5ec 100%);
    border: 2px solid var(--primary-color);
    border-radius: 20px;
    padding: 0;
    margin-top: 3rem;
    overflow: hidden;
    transition: all 0.3s ease;
}

.poses-contact-inner {
    padding: 2.5rem;
    text-align: center;
}

.poses-contact-icon {
    width: 80px;
    height: 80px;
    background: var(--primary-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
}

.poses-contact-icon svg {
    stroke: white;
}

.poses-contact h3 {
    font-family: 'Playfair Display', serif;
    font-size: 1.75rem;
    color: var(--text-color);
    margin-bottom: 0.75rem;
}

.poses-contact-subtitle {
    color: var(--text-light);
    font-size: 1.1rem;
    margin-bottom: 1.5rem;
}

.poses-contact-response {
    color: var(--primary-color);
    font-size: 0.95rem;
    margin-bottom: 1.5rem;
}

.poses-contact-buttons {
    display: flex;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.btn-poses-contact {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    padding: 1rem 1.75rem;
    border-radius: 50px;
    font-weight: 600;
    font-size: 1rem;
    text-decoration: none;
    transition: all 0.3s ease;
    min-width: 140px;
    justify-content: center;
}

.btn-poses-whatsapp {
    background: #25D366;
    color: white;
}

.btn-poses-whatsapp:hover {
    background: #20bd5a;
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(37, 211, 102, 0.35);
}

.btn-poses-phone {
    background: var(--primary-color);
    color: white;
}

.btn-poses-phone:hover {
    background: var(--primary-dark);
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(212, 175, 55, 0.35);
}

.btn-poses-instagram {
    background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
    color: white;
}

.btn-poses-instagram:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(225, 48, 108, 0.35);
}

/* Highlight Animation when scrolling to contact */
.poses-contact.highlight-contact {
    animation: highlight-pulse 0.8s ease-in-out 2;
}

@keyframes highlight-pulse {
    0%, 100% {
        box-shadow: 0 0 0 0 rgba(212, 175, 55, 0);
    }
    50% {
        box-shadow: 0 0 0 15px rgba(212, 175, 55, 0.3);
    }
}

/* Responsive */
@media (max-width: 768px) {
    .poses-contact-inner {
        padding: 2rem 1.5rem;
    }

    .poses-contact h3 {
        font-size: 1.5rem;
    }

    .poses-contact-buttons {
        flex-direction: column;
        align-items: center;
    }

    .btn-poses-contact {
        width: 100%;
        max-width: 280px;
    }
}

/* ===================================
   FLOATING CTA - Bouton flottant mobile
   =================================== */

.floating-cta {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: all 0.3s ease;
}

.floating-cta.visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.floating-cta-btn {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    background: var(--primary-color);
    color: white;
    padding: 0.875rem 1.25rem;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.95rem;
    box-shadow: 0 4px 20px rgba(212, 175, 55, 0.4);
    transition: all 0.3s ease;
}

.floating-cta-btn:hover {
    background: var(--primary-dark);
    transform: scale(1.05);
    box-shadow: 0 6px 25px rgba(212, 175, 55, 0.5);
}

.floating-cta-btn svg {
    stroke: white;
}

/* Hide on desktop by default, show only on scroll */
@media (min-width: 769px) {
    .floating-cta {
        display: none;
    }
}

/* ===================================
   RESERVATION TOAST - Notification
   =================================== */

.reservation-toast {
    position: fixed;
    bottom: 80px;
    left: 50%;
    transform: translateX(-50%) translateY(20px);
    background: #1a1a1a;
    color: white;
    padding: 1rem 1.5rem;
    border-radius: 12px;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    max-width: 90%;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.reservation-toast.show {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
}

.reservation-toast svg {
    stroke: #25D366;
    flex-shrink: 0;
}

.reservation-toast span {
    font-size: 0.95rem;
}

.reservation-toast strong {
    color: var(--primary-color);
}

@media (max-width: 480px) {
    .reservation-toast {
        bottom: 100px;
        padding: 0.875rem 1.25rem;
        font-size: 0.9rem;
    }
}

/* ===================================
   PAGE FORMATION DÉDIÉE
   =================================== */

.formation-detail-page {
    padding-top: 3rem;
    padding-bottom: 4rem;
    min-height: 80vh;
}

/* Espacement après le logo sur les pages formation */
.header-subpage + .breadcrumb {
    margin-top: 1rem;
}

/* Breadcrumb */
.breadcrumb {
    padding: 1rem 0;
    font-size: 0.9rem;
    color: var(--text-light);
    background: var(--bg-light);
}

.breadcrumb a {
    color: var(--primary-color);
    text-decoration: none;
    transition: color 0.2s;
}

.breadcrumb a:hover {
    color: var(--text-color);
    text-decoration: underline;
}

.breadcrumb-separator {
    margin: 0 0.5rem;
    color: var(--border-color);
}

/* Loading Skeleton */
.formation-loading {
    padding: 2rem 0;
}

.skeleton-hero {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    margin-bottom: 2rem;
}

.skeleton-image {
    width: 100%;
    height: 400px;
    border-radius: 16px;
}

.skeleton-info {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.skeleton-badges {
    display: flex;
    gap: 0.5rem;
}

.skeleton-badge {
    width: 100px;
    height: 32px;
    border-radius: 20px;
}

.skeleton-title {
    height: 3rem;
    width: 80%;
    border-radius: 8px;
}

.skeleton-subtitle {
    height: 1.5rem;
    width: 60%;
    border-radius: 6px;
}

.skeleton-price {
    height: 3rem;
    width: 120px;
    border-radius: 8px;
}

.skeleton-description {
    margin-top: 2rem;
}

.skeleton-line {
    height: 1rem;
    width: 100%;
    border-radius: 4px;
    margin-bottom: 0.75rem;
}

.skeleton-line:nth-child(2) {
    width: 90%;
}

.skeleton-line:nth-child(3) {
    width: 75%;
}

.skeleton-pulse {
    background: linear-gradient(
        90deg,
        var(--bg-light) 25%,
        #f0ede8 50%,
        var(--bg-light) 75%
    );
    background-size: 200% 100%;
    animation: skeleton-loading 1.5s infinite;
}

@keyframes skeleton-loading {
    0% { background-position: 200% 0; }
    100% { background-position: -200% 0; }
}

/* Skeleton Cards for Formations Grid */
.skeleton-card {
    background: var(--bg-light);
    border-radius: 16px;
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.skeleton-card .skeleton-image {
    height: 180px;
    border-radius: 12px;
    background: linear-gradient(90deg, #e8e4df 25%, #f0ede8 50%, #e8e4df 75%);
    background-size: 200% 100%;
    animation: skeleton-loading 1.5s infinite;
}

.skeleton-card .skeleton-title {
    height: 1.5rem;
    width: 70%;
    border-radius: 6px;
    background: linear-gradient(90deg, #e8e4df 25%, #f0ede8 50%, #e8e4df 75%);
    background-size: 200% 100%;
    animation: skeleton-loading 1.5s infinite;
}

.skeleton-card .skeleton-text {
    height: 1rem;
    width: 100%;
    border-radius: 4px;
    background: linear-gradient(90deg, #e8e4df 25%, #f0ede8 50%, #e8e4df 75%);
    background-size: 200% 100%;
    animation: skeleton-loading 1.5s infinite;
}

.skeleton-card .skeleton-text.short {
    width: 60%;
}

.skeleton-card .skeleton-button {
    height: 2.5rem;
    width: 140px;
    border-radius: 8px;
    margin-top: auto;
    background: linear-gradient(90deg, #e8e4df 25%, #f0ede8 50%, #e8e4df 75%);
    background-size: 200% 100%;
    animation: skeleton-loading 1.5s infinite;
}

/* Skeleton Cards for Prestations Grid */
.skeleton-prestation {
    background: var(--bg-light);
    border-radius: 16px;
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.skeleton-prestation .skeleton-title {
    height: 1.25rem;
    width: 80%;
    border-radius: 6px;
    background: linear-gradient(90deg, #e8e4df 25%, #f0ede8 50%, #e8e4df 75%);
    background-size: 200% 100%;
    animation: skeleton-loading 1.5s infinite;
}

.skeleton-prestation .skeleton-text {
    height: 0.875rem;
    width: 100%;
    border-radius: 4px;
    background: linear-gradient(90deg, #e8e4df 25%, #f0ede8 50%, #e8e4df 75%);
    background-size: 200% 100%;
    animation: skeleton-loading 1.5s infinite;
}

.skeleton-prestation .skeleton-price {
    height: 2rem;
    width: 80px;
    border-radius: 6px;
    margin-top: 0.5rem;
    background: linear-gradient(90deg, #e8e4df 25%, #f0ede8 50%, #e8e4df 75%);
    background-size: 200% 100%;
    animation: skeleton-loading 1.5s infinite;
}

/* Error State */
.formation-error {
    text-align: center;
    padding: 5rem 2rem;
    max-width: 500px;
    margin: 0 auto;
}

.formation-error .error-icon {
    width: 80px;
    height: 80px;
    background: #fee2e2;
    color: #dc2626;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.5rem;
    font-weight: bold;
    margin: 0 auto 1.5rem;
}

.formation-error h1 {
    font-family: 'Playfair Display', serif;
    font-size: 1.75rem;
    margin-bottom: 1rem;
    color: var(--text-color);
}

.formation-error p {
    color: var(--text-light);
    margin-bottom: 2rem;
}

/* Formation Hero */
.formation-hero {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    padding: 2rem 0 3rem;
    align-items: start;
}

.formation-image {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: var(--shadow-lg);
}

.formation-image img {
    width: 100%;
    height: auto;
    display: block;
    aspect-ratio: 4/3;
    object-fit: cover;
}

.formation-info {
    padding-top: 1rem;
}

.formation-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: 1.5rem;
}

.badge {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    background: var(--bg-light);
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 500;
    color: var(--text-color);
}

.badge svg {
    width: 16px;
    height: 16px;
    opacity: 0.7;
}

.badge-duration {
    background: rgba(201, 168, 85, 0.1);
    color: var(--primary-color);
}

.badge-capacity {
    background: rgba(74, 144, 226, 0.1);
    color: #4a90e2;
}

.formation-title {
    font-family: 'Playfair Display', serif;
    font-size: 2.5rem;
    line-height: 1.2;
    color: var(--text-color);
    margin-bottom: 1rem;
}

.formation-short-desc {
    font-size: 1.1rem;
    color: var(--text-light);
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.formation-price-highlight {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 2rem;
}

/* Formation Details Section */
.formation-details-section {
    padding: 3rem 0;
    border-top: 1px solid var(--border-color);
}

.formation-details-section h2 {
    font-family: 'Playfair Display', serif;
    font-size: 1.75rem;
    margin-bottom: 1.5rem;
    color: var(--text-color);
}

.formation-description {
    font-size: 1.1rem;
    line-height: 1.8;
    color: var(--text-light);
}

.formation-description p {
    margin-bottom: 1rem;
}

.formation-features {
    margin-top: 2rem;
}

.formation-features h3 {
    font-size: 1.25rem;
    margin-bottom: 1rem;
    color: var(--text-color);
}

.formation-features ul {
    list-style: none;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.75rem;
}

.formation-features li {
    padding: 0.75rem 1rem;
    padding-left: 2.5rem;
    position: relative;
    background: var(--bg-light);
    border-radius: 8px;
    font-size: 0.95rem;
}

.formation-features li::before {
    content: '✓';
    position: absolute;
    left: 1rem;
    color: var(--primary-color);
    font-weight: bold;
}

/* Sessions Section */
.formation-sessions-section {
    padding: 3rem 0;
    border-top: 1px solid var(--border-color);
}

.formation-sessions-section h2 {
    font-family: 'Playfair Display', serif;
    font-size: 1.75rem;
    margin-bottom: 1.5rem;
    color: var(--text-color);
}

.sessions-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 1rem;
}

.session-card {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    background: var(--bg-light);
    border-radius: 12px;
    padding: 1.25rem;
    border: 1px solid var(--border-color);
}

.session-date {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 60px;
    padding: 0.5rem;
    background: var(--primary-color);
    border-radius: 8px;
    color: white;
}

.session-day {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
}

.session-month {
    font-size: 0.75rem;
    text-transform: uppercase;
    margin-top: 0.25rem;
}

.session-year {
    font-size: 0.7rem;
    opacity: 0.8;
}

.session-info {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.session-location {
    font-weight: 500;
    color: var(--text-color);
}

.session-spots {
    font-size: 0.85rem;
    color: var(--text-light);
}

.session-spots.spots-limited {
    color: #e74c3c;
    font-weight: 500;
}

/* Reservation Section */
.formation-reservation-section {
    padding: 3rem 0;
    border-top: 1px solid var(--border-color);
}

.reservation-container {
    max-width: 680px;
    margin: 0 auto;
    background: var(--bg-color);
    border-radius: 16px;
    box-shadow: var(--shadow-lg);
    overflow: hidden;
}

.reservation-header {
    padding: 2rem 2rem 1rem;
    text-align: center;
    border-bottom: 1px solid var(--border-color);
}

.reservation-header h2 {
    font-family: 'Playfair Display', serif;
    font-size: 1.75rem;
    color: var(--text-color);
    margin-bottom: 0.5rem;
}

.reservation-subtitle {
    color: var(--primary-color);
    font-weight: 600;
    font-size: 1.1rem;
}

/* Other Formations Section */
.other-formations-section {
    padding: 3rem 0;
    border-top: 1px solid var(--border-color);
}

.other-formations-section h2 {
    font-family: 'Playfair Display', serif;
    font-size: 1.75rem;
    margin-bottom: 2rem;
    color: var(--text-color);
    text-align: center;
}

.other-formations-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

.other-formation-card {
    background: var(--bg-color);
    border-radius: 12px;
    overflow: hidden;
    box-shadow: var(--shadow-md);
    text-decoration: none;
    transition: transform 0.2s, box-shadow 0.2s;
}

.other-formation-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-lg);
}

.other-formation-image img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}

.other-formation-info {
    padding: 1.25rem;
}

.other-formation-info h3 {
    font-size: 1.1rem;
    color: var(--text-color);
    margin-bottom: 0.5rem;
}

.other-formation-info p {
    font-size: 0.9rem;
    color: var(--text-light);
    margin-bottom: 0.75rem;
    line-height: 1.4;
}

.other-formation-price {
    font-weight: 600;
    color: var(--primary-color);
}

/* Button Spinner */
.btn-spinner {
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 2px solid rgba(255,255,255,0.3);
    border-top-color: white;
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
    margin-right: 0.5rem;
    vertical-align: middle;
}

@keyframes spin {
    to { transform: rotate(360deg); }
}

/* Responsive - Formation Page */
@media (max-width: 992px) {
    .formation-hero {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .skeleton-hero {
        grid-template-columns: 1fr;
    }

    .formation-features ul {
        grid-template-columns: 1fr;
    }

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

@media (max-width: 768px) {
    .formation-detail-page {
        padding-top: 1rem;
    }

    .formation-title {
        font-size: 1.75rem;
    }

    .formation-price-highlight {
        font-size: 2rem;
    }

    .reservation-header {
        padding: 1.5rem 1.5rem 1rem;
    }

    .reservation-header h2 {
        font-size: 1.4rem;
    }
}

@media (max-width: 640px) {
    .other-formations-grid {
        grid-template-columns: 1fr;
    }

    .sessions-list {
        grid-template-columns: 1fr;
    }
}

/* ===================================
   HERO CAROUSEL
   =================================== */

/* Carrousel Background */
.hero-carousel {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    overflow: hidden;
}

.hero-carousel-slides {
    position: relative;
    width: 100%;
    height: 100%;
}

.hero-carousel-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

.hero-carousel-slide.active {
    opacity: 1;
}

.hero-carousel-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-carousel-slide iframe {
    width: 100%;
    height: 100%;
    border: none;
    pointer-events: none;
}

/* Overlay pour lisibilité du texte */
.hero-carousel-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(250, 248, 245, 0.85) 0%, rgba(255, 249, 240, 0.85) 100%);
    z-index: 1;
}

/* Indicateurs - Style barres de progression modernes */
.hero-carousel-indicators {
    position: absolute;
    bottom: 24px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 6px;
    z-index: 10;
    padding: 8px 16px;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 20px;
}

.hero-carousel-indicator {
    width: 32px;
    height: 4px;
    border-radius: 2px;
    background: rgba(255, 255, 255, 0.4);
    cursor: pointer;
    transition: all 0.3s ease;
    border: none;
    padding: 0;
    overflow: hidden;
    position: relative;
}

.hero-carousel-indicator:hover {
    background: rgba(255, 255, 255, 0.6);
    transform: scaleY(1.5);
}

.hero-carousel-indicator::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background: var(--primary-color);
    border-radius: 2px;
    transition: none;
}

.hero-carousel-indicator.active::after {
    width: 100%;
    animation: progress-fill var(--slide-duration, 5s) linear forwards;
}

.hero-carousel-indicator.completed::after {
    width: 100%;
    animation: none;
}

@keyframes progress-fill {
    from { width: 0; }
    to { width: 100%; }
}

/* Ajuster hero-content pour être au-dessus */
.hero-content {
    position: relative;
    z-index: 2;
}

/* Fallback gradient quand pas de médias */
.hero-section.no-carousel {
    background: linear-gradient(135deg, var(--bg-light) 0%, #fff9f0 50%, var(--bg-light) 100%);
}

.hero-section.no-carousel::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(ellipse at center, rgba(201, 168, 85, 0.08) 0%, transparent 70%);
    animation: hero-glow 15s ease-in-out infinite;
}

/* Responsive pour indicateurs */
@media (max-width: 768px) {
    .hero-carousel-indicators {
        padding: 6px 12px;
        gap: 4px;
    }

    .hero-carousel-indicator {
        width: 24px;
        height: 3px;
    }
}

/* ========================================
   SECTION TÉMOIGNAGES / AVIS
   ======================================== */

.temoignages-section {
    padding: 5rem 0;
    background: var(--bg-light);
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

.temoignages-section.visible {
    opacity: 1;
    transform: translateY(0);
}

/* Carrousel horizontal */
.temoignages-carousel-wrapper {
    position: relative;
    margin-top: 2.5rem;
    overflow: hidden;
}

.temoignages-carousel {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    padding: 1rem 0 2rem;
    cursor: grab;
    /* Masquer la scrollbar native */
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.temoignages-carousel::-webkit-scrollbar {
    display: none;
}

/* Card témoignage */
.temoignage-card {
    flex: 0 0 calc(33.333% - 14px);
    min-width: 280px;
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: var(--shadow);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    scroll-snap-align: start;
}

.temoignage-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-lg);
}

/* Screenshot */
.temoignage-screenshot {
    width: 100%;
    max-height: 300px;
    overflow: hidden;
    background: #f8f8f8;
    cursor: pointer;
}

.temoignage-screenshot img {
    width: 100%;
    height: auto;
    max-height: 300px;
    object-fit: contain;
    display: block;
    transition: transform 0.3s ease;
}

.temoignage-screenshot:hover img {
    transform: scale(1.02);
}

/* Corps de la card */
.temoignage-card-body {
    padding: 1.2rem;
}

/* Badge source */
.temoignage-source-badge {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 0.25rem 0.7rem;
    border-radius: 20px;
    font-size: 0.72rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    margin-bottom: 0.75rem;
}

.temoignage-source-badge.source-instagram_dm,
.temoignage-source-badge.source-instagram_comment {
    background: linear-gradient(135deg, #833ab4, #fd1d1d, #fcb045);
    color: white;
}

.temoignage-source-badge.source-google {
    background: #f0f0f0;
    color: #333;
}

.temoignage-source-badge.source-manual {
    background: linear-gradient(135deg, var(--primary-color), var(--primary-dark));
    color: white;
}

/* Étoiles */
.temoignage-stars {
    display: flex;
    gap: 2px;
    margin-bottom: 0.75rem;
}

.temoignage-star {
    color: #ddd;
    display: flex;
    align-items: center;
}

.temoignage-star.filled {
    color: var(--primary-color);
}

.temoignage-star svg {
    width: 16px;
    height: 16px;
}

/* Commentaire */
.temoignage-comment {
    font-size: 0.92rem;
    line-height: 1.6;
    color: var(--text-light);
    font-style: italic;
    margin-bottom: 1rem;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Auteur */
.temoignage-author {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding-top: 0.75rem;
    border-top: 1px solid var(--border-color);
}

.temoignage-author strong {
    font-family: 'Playfair Display', serif;
    font-size: 0.95rem;
    color: var(--text-color);
}

.temoignage-formation {
    font-size: 0.78rem;
    color: var(--primary-color);
    font-weight: 500;
}

/* Navigation carrousel */
.temoignages-nav {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-top: 1.5rem;
}

.temoignages-nav-btn {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1px solid var(--border-color);
    background: white;
    color: var(--text-color);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.temoignages-nav-btn:hover {
    background: var(--primary-color);
    color: white;
    border-color: var(--primary-color);
}

/* Lightbox */
.temoignage-lightbox {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

.temoignage-lightbox.active {
    opacity: 1;
    pointer-events: all;
}

.temoignage-lightbox-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.85);
}

.temoignage-lightbox-content {
    position: relative;
    max-width: 90vw;
    max-height: 90vh;
    z-index: 1;
}

.temoignage-lightbox-content img {
    max-width: 90vw;
    max-height: 85vh;
    object-fit: contain;
    border-radius: 8px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
}

.temoignage-lightbox-close {
    position: absolute;
    top: -40px;
    right: 0;
    background: none;
    border: none;
    color: white;
    font-size: 2rem;
    cursor: pointer;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.2s;
}

.temoignage-lightbox-close:hover {
    transform: scale(1.2);
}

/* Responsive témoignages */
@media (max-width: 768px) {
    .temoignages-section {
        padding: 3rem 0;
    }

    .temoignage-card {
        flex: 0 0 85vw;
        min-width: 260px;
    }

    .temoignage-screenshot {
        max-height: 250px;
    }

    .temoignage-screenshot img {
        max-height: 250px;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .temoignage-card {
        flex: 0 0 calc(50% - 10px);
    }
}

@media (min-width: 1025px) {
    .temoignage-card {
        flex: 0 0 calc(33.333% - 14px);
    }
}

/* === Bouton téléchargement PDF === */
.download-btn {
    display: inline-block;
    background: var(--primary-color, #c9a855);
    color: #fff;
    padding: 10px 20px;
    border-radius: 8px;
    text-decoration: none;
    font-size: 0.95rem;
    font-weight: 500;
    margin-bottom: 20px;
    transition: background 0.3s ease, transform 0.2s ease;
}
.download-btn:hover {
    background: var(--primary-dark, #b8962e);
    transform: translateY(-1px);
    color: #fff;
}
