/* ═══════════════════════════════════════════════════════════════════════════
   FEATURES SECTION 2026 - Autonome
   Source: prototype-homepage-parfaite-2026.html
   Date: 2026-02-05
   ═══════════════════════════════════════════════════════════════════════════ */

.sxo-2026-wrapper .features-section-2026 {
    background: linear-gradient(135deg, #0a1628 0%, #1a365d 100%);
    padding: 48px 0;
}

@media (min-width: 768px) {
    .sxo-2026-wrapper .features-section-2026 {
        padding: 64px 0;
    }
}

@media (min-width: 1200px) {
    .sxo-2026-wrapper .features-section-2026 {
        padding: 80px 0;
    }
}

.sxo-2026-wrapper .features-section-2026 .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 16px;
}

.sxo-2026-wrapper .features-header-2026 {
    text-align: center;
    margin-bottom: 40px;
}

.sxo-2026-wrapper .features-title-2026 {
    font-size: 1.75rem;
    font-weight: 800;
    color: #ffffff;
    margin: 0 0 12px 0;
}

@media (min-width: 768px) {
    .sxo-2026-wrapper .features-title-2026 {
        font-size: 2.25rem;
    }
}

@media (min-width: 1200px) {
    .sxo-2026-wrapper .features-title-2026 {
        font-size: 2.5rem;
    }
}

.sxo-2026-wrapper .features-subtitle-2026 {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.7);
    max-width: 600px;
    margin: 0 auto;
}

.sxo-2026-wrapper .features-grid-2026 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}

@media (min-width: 576px) {
    .sxo-2026-wrapper .features-grid-2026 {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1200px) {
    .sxo-2026-wrapper .features-grid-2026 {
        grid-template-columns: repeat(4, 1fr);
        gap: 24px;
    }
}

.sxo-2026-wrapper .features-card-2026 {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    padding: 28px 20px;
    text-align: center;
    transition: background 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
}

.sxo-2026-wrapper .features-card-2026:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(196, 163, 90, 0.3);
    transform: translateY(-4px);
}

.sxo-2026-wrapper .features-icon-2026 {
    width: 56px;
    height: 56px;
    background: linear-gradient(135deg, #c4a35a 0%, #d4b86a 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
}

.sxo-2026-wrapper .features-icon-2026 i {
    font-size: 1.25rem;
    color: #0a1628;
}

.sxo-2026-wrapper .features-card-title-2026 {
    font-size: 1rem;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 10px 0;
}

.sxo-2026-wrapper .features-card-text-2026 {
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.75);
    margin: 0;
    line-height: 1.5;
}

/* === CLICKABLE CARDS (url present) === */
.sxo-2026-wrapper .features-card-link-2026 {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
    display: block;
}

.sxo-2026-wrapper .features-card-link-2026:focus-visible {
    outline: 2px solid #c4a35a;
    outline-offset: 2px;
    border-radius: 16px;
}

.sxo-2026-wrapper .features-card-link-2026:active {
    transform: translateY(-2px);
}

/* === COMING SOON CARDS === */
.sxo-2026-wrapper .features-card-coming-soon-2026 {
    opacity: 0.65;
    cursor: default;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.sxo-2026-wrapper .features-card-coming-soon-2026:hover {
    transform: none;
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(255, 255, 255, 0.1);
}

.sxo-2026-wrapper .features-badge-coming-soon-2026 {
    display: inline-block;
    margin-top: auto;
    background: linear-gradient(135deg, #c4a35a 0%, #d4b86a 100%);
    color: #0a1628;
    font-size: 0.8125rem;
    font-weight: 700;
    padding: 6px 16px;
    border-radius: 50px;
    letter-spacing: 0.5px;
    box-shadow: 0 2px 8px rgba(196, 163, 90, 0.4);
}

/* === ACCESSIBILITE === */
@media (prefers-reduced-motion: reduce) {
    .sxo-2026-wrapper .features-card-2026,
    .sxo-2026-wrapper .features-card-link-2026 {
        transition: none;
    }
}
