/* ========================================
   STYLES POUR LA PAGE PROTOCOLES
   ======================================== */

.protocols-hero {
    padding: 140px 0 80px;
    background: radial-gradient(circle at top right, rgba(139, 92, 246, 0.15), transparent 50%),
        radial-gradient(circle at bottom left, rgba(59, 130, 246, 0.1), transparent 50%);
    text-align: center;
}

.badge-protocols {
    background: linear-gradient(135deg, #8b5cf6, #3b82f6);
    color: white;
    padding: 5px 15px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 0.85rem;
    display: inline-block;
    margin-bottom: 20px;
}

/* Shared premium hero system for protocol detail pages */
.protocol-hero {
    padding: 150px 0 92px;
    text-align: center;
}

.protocol-hero .hero-content {
    display: flex !important;
    justify-content: center !important;
    align-items: center;
}

.protocol-hero .hero-text {
    width: 100% !important;
    max-width: 860px !important;
    margin: 0 auto !important;
    text-align: center !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.35rem;
}

.protocol-hero .hero-text > .badge:first-child,
.protocol-hero .hero-text > .platform-badge:first-child {
    margin: 0 auto 18px !important;
}

.protocol-hero .hero-title {
    width: 100% !important;
    max-width: none !important;
    margin: 0 auto !important;
    text-align: center !important;
    font-size: clamp(2.95rem, 5vw, 4.9rem);
    line-height: 1.01;
    letter-spacing: -0.05em;
    text-wrap: initial;
    text-shadow: 0 10px 30px rgba(0, 0, 0, 0.18);
}

.protocol-hero .hero-title > span {
    display: inline-block;
}

.protocol-hero .hero-title > span:last-child {
    margin-top: 0.14em;
}

.protocol-main {
    padding-top: 48px;
}

.protocol-main > .tuto-grid:first-of-type {
    margin-top: 28px !important;
    margin-bottom: 72px !important;
    gap: 3.2rem !important;
}

.protocol-main .tuto-grid {
    gap: 3.5rem !important;
    margin-bottom: 88px !important;
}

.protocol-main .section-header {
    width: 100%;
    max-width: 820px;
    margin: 0 auto 40px !important;
    text-align: center;
}

.protocol-main .section-header .section-title,
.protocol-main .section-header .section-title-premium {
    margin-bottom: 18px;
    letter-spacing: -0.025em;
}

.protocol-main .section-header .section-subtitle {
    width: 100% !important;
    max-width: 760px;
    margin: 0 auto;
    line-height: 1.76;
    color: rgba(255, 255, 255, 0.78);
}

.protocol-main .section-header + .tuto-grid,
.protocol-main .section-header + section {
    margin-top: 72px !important;
}

.protocol-main table.fee-table + p + .section-header,
.protocol-main table.fee-table + .section-header {
    margin-top: 180px !important;
}

.protocol-main table.fee-table + p {
    margin-top: 24px !important;
    margin-bottom: 120px !important;
    line-height: 1.75;
}

.protocol-main .tuto-grid.reverse-layout .tuto-content > a[href^="../"],
.protocol-main .tuto-grid.reverse .tuto-content > a[href^="../"] {
    display: inline-flex !important;
    align-items: center !important;
    gap: 10px !important;
    padding: 17px 32px !important;
    border-radius: 16px !important;
    font-weight: 800 !important;
    font-size: 1rem !important;
    text-decoration: none !important;
    transition: transform 0.28s ease, box-shadow 0.28s ease, opacity 0.28s ease !important;
}

.protocol-main .protocol-action-block {
    margin: 112px 0 84px !important;
    padding: 72px 56px !important;
    border-radius: 34px !important;
    text-align: center;
    box-shadow: 0 28px 80px rgba(0, 0, 0, 0.28);
    backdrop-filter: blur(12px);
}

.protocol-main .protocol-action-block > h3 {
    margin-bottom: 20px !important;
    line-height: 1.06 !important;
    letter-spacing: -0.03em !important;
}

.protocol-main .protocol-action-block > p {
    max-width: 760px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.protocol-main .protocol-action-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.protocol-main .protocol-action-buttons > a {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 58px;
    border-radius: 16px !important;
    font-weight: 800 !important;
    transition: transform 0.28s ease, box-shadow 0.28s ease, background 0.28s ease !important;
}

@media (max-width: 992px) {
    .protocol-hero {
        padding: 132px 0 80px;
    }

    .protocol-hero .hero-text {
        max-width: 680px !important;
    }

    .protocol-hero .hero-title {
        font-size: clamp(2.35rem, 8vw, 3.6rem);
        line-height: 1.05;
    }

    .protocol-main > .tuto-grid:first-of-type,
    .protocol-main .tuto-grid {
        gap: 2.4rem !important;
        margin-bottom: 72px !important;
    }

    .protocol-main {
        padding-top: 36px;
    }

    .protocol-main .section-header + .tuto-grid,
    .protocol-main .section-header + section {
        margin-top: 56px !important;
    }

    .protocol-main table.fee-table + p + .section-header,
    .protocol-main table.fee-table + .section-header {
        margin-top: 120px !important;
    }

    .protocol-main table.fee-table + p {
        margin-bottom: 88px !important;
    }

    .protocol-main .protocol-action-block {
        padding: 52px 26px !important;
        border-radius: 28px !important;
    }
}

/* Shared premium system for wallet detail pages */
.wallet-detail-hero {
    padding: 150px 0 92px;
    text-align: center;
}

.wallet-detail-hero .hero-content {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

.wallet-detail-hero .hero-text {
    width: 100% !important;
    max-width: 900px !important;
    margin: 0 auto !important;
    text-align: center !important;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.wallet-detail-hero .hero-text > .badge:first-child,
.wallet-detail-hero .hero-text > .platform-badge:first-child {
    margin: 0 auto 22px !important;
}

.wallet-detail-hero .hero-title {
    width: 100% !important;
    max-width: none !important;
    margin: 0 auto !important;
    text-align: center !important;
    font-size: clamp(2.9rem, 5vw, 4.75rem);
    line-height: 1.03;
    letter-spacing: -0.05em;
    text-wrap: balance;
}

.wallet-detail-page {
    padding-top: 40px !important;
}

.wallet-detail-page > .tuto-grid:first-of-type {
    margin-top: 20px !important;
    margin-bottom: 64px !important;
    gap: 3rem !important;
}

.wallet-detail-page .tuto-grid {
    gap: 3.5rem !important;
    margin-bottom: 88px !important;
}

.wallet-detail-page .section-header {
    width: 100%;
    max-width: 820px;
    margin: 0 auto 34px !important;
    text-align: center;
}

.wallet-detail-page .section-header .section-title,
.wallet-detail-page .section-header .section-title-premium {
    margin-bottom: 16px;
}

.wallet-detail-page .section-header .section-subtitle {
    width: 100% !important;
    max-width: 760px;
    margin: 0 auto;
    line-height: 1.76;
}

.wallet-detail-page .section-header + .tuto-grid,
.wallet-detail-page .section-header + section {
    margin-top: 72px !important;
}

.wallet-detail-page .fee-table + p + .section-header,
.wallet-detail-page .fee-table + .section-header {
    margin-top: 150px !important;
}

.wallet-detail-page .fee-table + p {
    margin-top: 24px !important;
    margin-bottom: 76px !important;
    line-height: 1.75;
}

.wallet-detail-page .tuto-grid.reverse-layout .tuto-content > a[href^="../"],
.wallet-detail-page .tuto-grid.reverse .tuto-content > a[href^="../"] {
    display: inline-flex !important;
    align-items: center !important;
    gap: 10px !important;
    padding: 17px 32px !important;
    border-radius: 16px !important;
    font-weight: 800 !important;
    font-size: 1rem !important;
    text-decoration: none !important;
    transition: transform 0.28s ease, box-shadow 0.28s ease, opacity 0.28s ease !important;
}

.wallet-detail-page .wallet-action-block {
    margin: 112px 0 84px !important;
    padding: 72px 56px !important;
    border-radius: 34px !important;
    text-align: center;
}

.wallet-detail-page .wallet-action-block > h3 {
    margin-bottom: 20px !important;
    line-height: 1.06 !important;
    letter-spacing: -0.03em !important;
}

.wallet-detail-page .wallet-action-block > p {
    max-width: 760px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.wallet-detail-page .wallet-action-block > a,
.wallet-detail-page .wallet-action-block > .btn,
.wallet-detail-page .wallet-action-block .btn {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 58px;
    border-radius: 16px !important;
    font-weight: 800 !important;
    transition: transform 0.28s ease, box-shadow 0.28s ease, background 0.28s ease !important;
}

@media (max-width: 992px) {
    .wallet-detail-hero {
        padding: 132px 0 80px;
    }

    .wallet-detail-hero .hero-text {
        max-width: 680px !important;
    }

    .wallet-detail-hero .hero-title {
        font-size: clamp(2.35rem, 8vw, 3.6rem);
        line-height: 1.06;
    }

    .wallet-detail-page > .tuto-grid:first-of-type,
    .wallet-detail-page .tuto-grid {
        gap: 2.4rem !important;
        margin-bottom: 72px !important;
    }

    .wallet-detail-page .section-header + .tuto-grid,
    .wallet-detail-page .section-header + section {
        margin-top: 56px !important;
    }

    .wallet-detail-page .fee-table + p + .section-header,
    .wallet-detail-page .fee-table + .section-header {
        margin-top: 120px !important;
    }

    .wallet-detail-page .fee-table + p {
        margin-bottom: 64px !important;
    }

    .wallet-detail-page .wallet-action-block {
        padding: 52px 26px !important;
        border-radius: 28px !important;
    }
}

/* Hero overlay badges aligned with the premium XYZ hero badge design */
.hero .hero-content .hero-text > .badge:first-child,
.hero .hero-content .hero-text > .platform-badge:first-child,
.hero .hero-content .hero-text > .badge-fiscal:first-child,
.hero .hero-content .hero-text > .badge-tools:first-child {
    display: inline-flex !important;
    align-items: center !important;
    gap: var(--spacing-xs) !important;
    width: fit-content !important;
    padding: var(--spacing-xs) var(--spacing-md) !important;
    margin: 0 auto 20px !important;
    border-radius: var(--radius-full) !important;
    background: color-mix(in srgb, var(--active-color, #8b5cf6) 15%, transparent) !important;
    border: 1px solid color-mix(in srgb, var(--active-color, #8b5cf6) 40%, transparent) !important;
    color: white !important;
    font-size: var(--font-size-sm) !important;
    font-weight: 500 !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1) !important;
    backdrop-filter: blur(10px) !important;
    -webkit-backdrop-filter: blur(10px) !important;
}

.hero .hero-content .hero-text > .badge:first-child .badge-icon,
.hero .hero-content .hero-text > .platform-badge:first-child .badge-icon,
.hero .hero-content .hero-text > .badge-fiscal:first-child .badge-icon,
.hero .hero-content .hero-text > .badge-tools:first-child .badge-icon {
    color: inherit !important;
}

/* Platform Intro Card Style */
.protocol-intro-card {
    background: rgba(15, 12, 26, 0.6);
    border: 1px solid rgba(139, 92, 246, 0.2);
    border-radius: 24px;
    padding: 40px;
    margin-bottom: 60px;
    backdrop-filter: blur(10px);
    text-align: center;
}

/* Service Cards adjusted for Protocols Features */
.feature-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
    margin: 40px 0;
}

.feature-card {
    position: relative;
    background: linear-gradient(180deg, rgba(21, 26, 44, 0.88) 0%, rgba(11, 15, 27, 0.96) 100%);
    border: 1px solid rgba(255, 255, 255, 0.08);
    padding: 25px;
    border-radius: 20px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease, background 0.3s ease;
    text-align: left;
    box-shadow: 0 24px 60px rgba(2, 6, 23, 0.2);
}

.feature-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.04), transparent 42%);
    pointer-events: none;
}

.feature-card:hover {
    border-color: rgba(139, 92, 246, 0.3);
    transform: translateY(-6px);
    background: linear-gradient(180deg, rgba(34, 23, 57, 0.92) 0%, rgba(12, 15, 28, 0.98) 100%);
    box-shadow: 0 32px 70px rgba(2, 6, 23, 0.28);
}

.feature-card h4 {
    color: #8b5cf6;
    margin-bottom: 12px;
    font-size: 1.28rem;
    font-family: 'Outfit', sans-serif;
    font-weight: 750;
    line-height: 1.18;
    letter-spacing: -0.02em;
    display: flex;
    align-items: center;
    gap: 10px;
}

.feature-card p {
    color: var(--color-text-secondary);
    line-height: 1.74;
    margin: 0;
    font-size: 1.02rem;
    letter-spacing: -0.01em;
}

.highlight-box {
    background: rgba(255, 255, 255, 0.03);
    padding: 25px;
    border-radius: 16px;
    border-left: 4px solid #8b5cf6;
    margin-bottom: 25px;
}

.highlight-box p {
    margin: 0;
    color: var(--color-text-secondary);
    line-height: 1.8;
    letter-spacing: -0.01em;
}

.stat-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.stat-badge {
    padding: 10px 20px;
    background: rgba(139, 92, 246, 0.08);
    border: 1px solid rgba(139, 92, 246, 0.15);
    border-radius: 100px;
    font-size: 0.9rem;
    color: #a78bfa;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 10px;
}

/* Grid logic to ensure image columns have identical space (Desktop only) */
@media (min-width: 993px) {
    .tuto-grid {
        display: grid;
        grid-template-columns: 1fr 1fr !important;
        gap: 2.5rem;
        align-items: stretch;
        margin-bottom: 60px;
    }

    .tuto-grid.reverse-layout {
        grid-template-columns: 1fr 1fr !important;
    }
}

.tuto-img {
    display: flex;
    align-items: stretch;
    justify-content: center;
    width: 100%;
}

.tuto-img img {
    width: 100% !important;
    height: 100% !important;
    max-width: 100%;
    object-fit: cover;
    border-radius: 24px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: transform 0.5s ease;
}

.tuto-img:hover img {
    transform: scale(1.02);
}

.section-title-premium {
    font-family: 'Outfit', sans-serif;
    font-size: 2.18rem;
    font-weight: 800;
    color: white;
    margin-bottom: 22px;
    line-height: 1.08;
    letter-spacing: -0.03em;
}

/* Styles pour les boutons de navigation rapides */
.nav-shortcut-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 80px;
    margin-top: 20px;
}

.btn-nav-shortcut {
    min-width: 200px;
}

/* Legacy Support / Migration Classes */
.mt-6rem {
    margin-top: 6rem !important;
}

.protocols-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}


.guide-concepts {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
    margin: 3rem auto 0;
    width: 100%;
}

.concept-box {
    padding: 1.25rem 2rem;
    background: rgba(102, 126, 234, 0.05);
    border: 1px solid rgba(102, 126, 234, 0.2);
    border-radius: var(--radius-lg);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    text-align: left;
    transition: all var(--transition-base);
}

.concept-box:hover {
    background: rgba(102, 126, 234, 0.08);
    border-color: rgba(102, 126, 234, 0.4);
    transform: translateY(-4px);
}

.concept-box h5 {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 0;
    color: #fff;
    font-size: 1.15rem;
}

.concept-box .btn {
    font-size: 0.85rem;
    padding: 8px 20px;
    min-width: 130px;
    white-space: nowrap;
}

@media (max-width: 768px) {
    .guide-concepts {
        grid-template-columns: 1fr;
    }

    .concept-box {
        flex-direction: column;
        text-align: center;
        gap: 1rem;
        padding: 1.5rem;
    }
}

/* Notes importantes existantes adaptées */
.protocols-notes {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--spacing-lg);
    margin-top: var(--spacing-2xl);
}

.note-card {
    background: var(--color-bg-card);
    border: 1px solid var(--color-border);
    border-radius: var(--radius-lg);
    padding: var(--spacing-xl);
    text-align: left;
    /* Alignement à gauche demandé */
}

.note-card h4 {
    margin-bottom: var(--spacing-md);
    color: var(--color-primary-light);
    text-align: center;
    /* Le titre reste centré selon la demande (sauf emoji titre) */
}

.note-card ul {
    padding-left: 0;
    list-style: none;
    margin: 0 auto;
    display: inline-block;
    text-align: left;
}

.note-card li {
    margin-bottom: 0.75rem;
    color: var(--color-text-secondary);
    font-size: 0.95rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

@media (max-width: 992px) {

    .concepts-grid,
    .protocols-notes,
    .guide-concepts {
        grid-template-columns: 1fr;
    }

    .step-content-wrapper {
        flex-direction: column-reverse;
        gap: 1.5rem;
        align-items: flex-start;
    }

    .step-image {
        flex: 0 0 auto;
        width: 100%;
        max-width: 300px;
    }
}

/* ========================================
   FAMILY CARTS (Hardware & Software)
   ======================================== */

.family-cards-grid-v2 {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 30px !important;
    margin-top: 50px !important;
    margin-bottom: 40px !important;
}

.family-card {
    border-radius: 16px !important;
    padding: 18px 20px !important;
    color: white !important;
    transition: transform 0.3s ease !important;
    display: flex !important;
    flex-direction: column !important;
    overflow: hidden !important;
}

.family-card.hardware {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
    box-shadow: 0 10px 30px rgba(102, 126, 234, 0.2) !important;
}

.family-card.software {
    background: linear-gradient(135deg, #2193b0 0%, #6dd5ed 100%) !important;
    box-shadow: 0 10px 30px rgba(33, 147, 176, 0.2) !important;
}

.family-card-header {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    width: 100% !important;
    gap: 15px !important;
    min-height: 44px !important;
}

.family-card-title-group {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    flex: 1 !important;
    min-width: 0 !important;
}

.family-card-icon-wrapper {
    width: 38px !important;
    height: 38px !important;
    background: rgba(255, 255, 255, 0.2) !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    -webkit-backdrop-filter: blur(10px) !important;
    backdrop-filter: blur(10px) !important;
    flex-shrink: 0 !important;
    font-size: 18px !important;
}

.family-card h4 {
    font-size: 1rem !important;
    font-weight: 700 !important;
    margin: 0 !important;
    color: white !important;
    line-height: 1.2 !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}

.btn-en-savoir-plus {
    background: rgba(255, 255, 255, 0.2);
    color: white;
    border-radius: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    padding: 6px 14px !important;
    text-decoration: none;
    font-size: 0.8rem !important;
    font-weight: 600;
    min-width: 100px !important;
    margin: 0 !important;
}

.btn-en-savoir-plus:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: translateY(-2px);
    color: white !important;
}

.btn-arrow {
    margin-left: 6px !important;
    transition: transform 0.3s ease !important;
    display: inline-block !important;
}

.reveal-content {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.reveal-content.active {
    max-height: 1000px;
    opacity: 1;
    margin-top: 30px !important;
}

.reveal-content p {
    line-height: 1.6 !important;
    opacity: 0.95 !important;
    margin: 0 !important;
    text-align: left !important;
    padding-top: 15px !important;
    border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
    font-size: 0.9rem !important;
}

@media (max-width: 768px) {
    .family-cards-grid-v2 {
        grid-template-columns: 1fr !important;
    }
}

/* ========================================
   FAQ & PREMIUM INFO BAR (Imported from Niveau 1)
   ======================================== */

.faq-container {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    align-items: start !important;
    gap: 25px !important;
    max-width: 1200px !important;
    margin: 50px auto !important;
}

.premium-info-bar {
    background: rgba(15, 12, 26, 1) !important;
    border: 1px solid rgba(124, 58, 237, 0.2) !important;
    border-radius: 24px !important;
    padding: 15px 25px !important;
    margin-bottom: 25px !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 0 !important;
    width: 100% !important;
    -webkit-backdrop-filter: blur(10px) !important;
    backdrop-filter: blur(10px) !important;
    transition: all 0.4s ease !important;
}

.premium-info-bar.faq-style {
    margin: 0 !important;
}

@media (max-width: 1024px) {
    .faq-container {
        grid-template-columns: 1fr !important;
    }
}

.info-bar-main {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    width: 100% !important;
    gap: 15px !important;
}

@media (max-width: 768px) {
    .info-bar-main {
        flex-direction: column !important;
        text-align: center !important;
    }
}

.info-bar-left {
    display: flex !important;
    align-items: center !important;
    gap: 15px !important;
    flex: 1 !important;
}

@media (max-width: 768px) {
    .info-bar-left {
        flex-direction: column !important;
    }
}

.info-bar-icon-box {
    width: 48px !important;
    height: 48px !important;
    background: rgba(30, 24, 52, 1) !important;
    border-radius: 14px !important;
    border: 1px solid rgba(124, 58, 237, 0.3) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 1.2rem !important;
    flex-shrink: 0 !important;
    box-shadow: 0 0 20px rgba(124, 58, 237, 0.1) !important;
    overflow: hidden !important;
}

.info-bar-icon-box img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}

.info-bar-content h3 {
    font-family: 'Outfit', sans-serif !important;
    font-size: 1.05rem !important;
    font-weight: 700 !important;
    margin: 0 !important;
    color: white !important;
}

.info-bar-content h3 span {
    color: white !important;
}

.btn-premium-action {
    background: rgba(30, 24, 52, 0.6) !important;
    border: 1px solid rgba(124, 58, 237, 0.4) !important;
    padding: 8px 20px !important;
    border-radius: 100px !important;
    color: white !important;
    font-weight: 700 !important;
    font-size: 0.85rem !important;
    text-decoration: none !important;
    transition: all 0.3s ease !important;
    white-space: nowrap !important;
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    cursor: pointer !important;
}

.btn-premium-action:hover {
    background: rgba(124, 58, 237, 0.2) !important;
    transform: translateX(5px) !important;
    box-shadow: 0 0 15px rgba(124, 58, 237, 0.3) !important;
}

.info-bar-reveal {
    max-height: 0 !important;
    overflow: hidden !important;
    opacity: 0 !important;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.premium-info-bar.active .info-bar-reveal {
    max-height: 800px !important;
    opacity: 1 !important;
    margin-top: 25px !important;
    padding-top: 25px !important;
    border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
}

.mica-standards-list {
    list-style: none !important;
    padding: 0 !important;
    margin: 20px 0 0 0 !important;
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)) !important;
    gap: 15px !important;
}

.mica-standards-list li {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    color: white !important;
    font-size: 0.95rem !important;
}

.mica-standards-list li span.check {
    color: #10b981 !important;
    font-weight: 800 !important;
}

/* ========================================
   CUSTOM PURPLE BUTTONS FOR PROTOCOLES
   ======================================== */
.btn-primary {
    background: linear-gradient(135deg, #8b5cf6, #5b21b6) !important;
    border-color: rgba(139, 92, 246, 0.5) !important;
    box-shadow: 0 4px 15px rgba(139, 92, 246, 0.3) !important;
}

.btn-primary:hover {
    background: linear-gradient(135deg, #7c3aed, #4c1d95) !important;
    box-shadow: 0 8px 25px rgba(139, 92, 246, 0.4) !important;
    transform: translateY(-2px) !important;
}

.btn-outline {
    border-color: rgba(139, 92, 246, 0.5) !important;
    color: #a78bfa !important;
}

.btn-outline:hover {
    background: rgba(139, 92, 246, 0.1) !important;
    border-color: #8b5cf6 !important;
    color: white !important;
}
