/* Comparatif valeur — 3 paliers + gratuit réel */

.fs-value-comparison {
    max-width: 1100px;
    margin: 0 auto;
}

.fs-value-title {
    text-align: center;
    color: rgba(255, 255, 255, 0.95);
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
}

.fs-value-subtitle {
    text-align: center;
    color: rgba(255, 255, 255, 0.7);
    font-size: 1rem;
    max-width: 720px;
    margin: 0 auto 1.75rem;
    line-height: 1.6;
}

.fs-value-table-wrap {
    overflow-x: auto;
    margin-bottom: 1.5rem;
}

.fs-value-table {
    width: 100%;
    border-collapse: collapse;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid rgba(249, 115, 22, 0.25);
}

.fs-value-table th,
.fs-value-table td {
    padding: 0.85rem 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    font-size: 0.9rem;
    text-align: left;
}

.fs-value-table thead th {
    background: rgba(249, 115, 22, 0.12);
    color: #f97316;
    font-weight: 700;
}

.fs-value-table .col-free {
    background: rgba(16, 185, 129, 0.08);
    color: #6ee7b7;
    font-weight: 600;
}

.fs-value-table .col-premium {
    background: rgba(249, 115, 22, 0.08);
    color: #fdba74;
    font-weight: 600;
}

.fs-value-table .col-maitre {
    background: rgba(251, 191, 36, 0.08);
    color: #fde68a;
    font-weight: 600;
}

.fs-value-table .col-elsewhere {
    color: rgba(255, 255, 255, 0.55);
}

.fs-value-footer {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    margin-bottom: 1.5rem;
}

@media (max-width: 768px) {
    .fs-value-footer {
        grid-template-columns: 1fr;
    }
}

.fs-value-footer-card {
    border-radius: 12px;
    padding: 1rem 1.25rem;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.fs-value-footer-card.footer-free {
    background: rgba(16, 185, 129, 0.1);
    border-color: rgba(16, 185, 129, 0.35);
}

.fs-value-footer-card.footer-premium {
    background: rgba(249, 115, 22, 0.1);
    border-color: rgba(249, 115, 22, 0.35);
}

.fs-value-footer-card.footer-maitre {
    background: rgba(251, 191, 36, 0.08);
    border-color: rgba(251, 191, 36, 0.35);
}

.fs-value-footer-label {
    font-weight: 700;
    font-size: 0.95rem;
    margin-bottom: 0.25rem;
}

.fs-value-footer-price {
    font-size: 1.35rem;
    font-weight: 800;
    color: #f97316;
    margin-bottom: 0.35rem;
}

.footer-free .fs-value-footer-price {
    color: #34d399;
}

.fs-value-footer-text {
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.65);
}

.fs-value-bullets {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
    text-align: left;
}

@media (max-width: 640px) {
    .fs-value-bullets {
        grid-template-columns: 1fr;
    }
}

.fs-value-bullet-col h4 {
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: rgba(255, 255, 255, 0.9);
}

.fs-value-bullet-col.highlight h4 {
    color: #f97316;
}

.fs-value-bullet-col ul {
    list-style: none;
    padding: 0;
    font-size: 0.875rem;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.75);
}

/* Tuiles par palier */
.fs-feature-tier {
    margin-bottom: 3rem;
}

.fs-feature-tier-header {
    text-align: center;
    margin-bottom: 1.5rem;
}

.fs-feature-tier-header h3 {
    font-size: 1.35rem;
    font-weight: 800;
    color: rgba(255, 255, 255, 0.95);
    margin: 0.5rem 0 0.35rem;
}

.fs-feature-tier-header p {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.95rem;
}

.fs-tier-badge {
    display: inline-block;
    padding: 0.25rem 0.75rem;
    border-radius: 9999px;
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
}

.fs-tier-badge.premium {
    background: rgba(249, 115, 22, 0.2);
    border: 1px solid rgba(249, 115, 22, 0.5);
    color: #fdba74;
}

.fs-tier-badge.maitre {
    background: rgba(251, 191, 36, 0.2);
    border: 1px solid rgba(251, 191, 36, 0.5);
    color: #fde68a;
}

/* Grille & cartes — Détail par palier */
.features-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; /* centre la dernière ligne automatiquement */
    gap: 1.1rem;
}

@media (max-width: 1100px) {
    .features-grid {
        justify-content: center;
    }
}

@media (max-width: 820px) {
    .features-grid {
        justify-content: center;
    }
}

@media (max-width: 540px) {
    .features-grid {
        justify-content: center;
    }
}

.feature-card {
    flex: 0 1 calc(25% - 1.1rem); /* ≈ 4 par ligne */
    max-width: 280px;
    min-width: 220px;
    border-radius: 16px;
    padding: 1.25rem 1.1rem;
    background: rgba(255, 255, 255, 0.035);
    border: 1px solid rgba(255, 255, 255, 0.09);
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.25);
    transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

@media (max-width: 1100px) {
    .feature-card { flex-basis: calc(33.333% - 1.1rem); } /* ≈ 3 par ligne */
}

@media (max-width: 820px) {
    .feature-card { flex-basis: calc(50% - 1.1rem); } /* ≈ 2 par ligne */
}

@media (max-width: 540px) {
    .feature-card { flex-basis: 100%; max-width: 420px; } /* 1 par ligne */
}

.feature-card:hover {
    transform: translateY(-2px);
    border-color: rgba(249, 115, 22, 0.22);
    background: rgba(249, 115, 22, 0.03);
}

.feature-card.premium {
    border-color: rgba(249, 115, 22, 0.22);
    background: rgba(249, 115, 22, 0.03);
}

.feature-card.maitre {
    border-color: rgba(251, 191, 36, 0.35);
    background: rgba(251, 191, 36, 0.05);
}

.feature-icon-large {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 0.85rem;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.feature-icon-large i {
    font-size: 1.15rem;
    color: rgba(255, 255, 255, 0.85);
}

.feature-card.premium .feature-icon-large {
    border-color: rgba(249, 115, 22, 0.18);
    background: rgba(249, 115, 22, 0.05);
}

.feature-card.maitre .feature-icon-large {
    border-color: rgba(251, 191, 36, 0.2);
    background: rgba(251, 191, 36, 0.06);
}

.feature-title {
    text-align: center;
    font-weight: 800;
    font-size: 1rem;
    margin: 0 0 0.35rem;
    color: rgba(255, 255, 255, 0.92);
}

.feature-description {
    text-align: center;
    margin: 0;
    font-size: 0.88rem;
    line-height: 1.45;
    color: rgba(255, 255, 255, 0.62);
}

.lifetime-progress-count {
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.6);
    margin-top: 0.5rem;
    text-align: center;
    font-weight: 600;
}

.lifetime-progress-note {
    font-size: 0.75rem;
    color: rgba(249, 115, 22, 0.9);
    margin-top: 0.75rem;
    text-align: center;
    font-weight: 600;
}

.fs-market-offers-title {
    text-align: center;
    font-size: 1.35rem;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.9);
    margin: 3rem 0 0.5rem;
}

.fs-market-offers-sub {
    text-align: center;
    color: rgba(255, 255, 255, 0.55);
    margin-bottom: 2rem;
    font-size: 0.95rem;
}

/* Matrice 3 colonnes — Recrue / Premium / Maître */

.fs-feature-matrix {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
    max-width: 1100px;
    margin: 2rem auto 0;
}

@media (max-width: 860px) {
    .fs-feature-matrix {
        grid-template-columns: 1fr;
    }
}

.fs-feature-matrix-col {
    border-radius: 14px;
    padding: 1.5rem 1.25rem;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.matrix-col-recrue {
    border-color: rgba(99, 102, 241, 0.35);
}

.matrix-col-premium {
    border-color: rgba(251, 146, 60, 0.45);
    background: rgba(251, 146, 60, 0.05);
}

.matrix-col-maitre {
    border-color: rgba(234, 179, 8, 0.4);
    background: rgba(234, 179, 8, 0.04);
}

.fs-matrix-col-header {
    text-align: center;
    margin-bottom: 1.25rem;
}

.fs-matrix-col-header i {
    font-size: 1.6rem;
    margin-bottom: 0.5rem;
    display: block;
}

.matrix-col-recrue .fs-matrix-col-header i { color: #818cf8; }
.matrix-col-premium .fs-matrix-col-header i { color: #fb923c; }
.matrix-col-maitre .fs-matrix-col-header i { color: #eab308; }

.fs-matrix-col-header h4 {
    font-size: 1.05rem;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.9);
    margin: 0 0 0.25rem;
}

.fs-matrix-col-header p {
    font-size: 0.82rem;
    color: rgba(255, 255, 255, 0.5);
    margin: 0;
}

.fs-matrix-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
}

.fs-matrix-list li {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    font-size: 0.88rem;
    color: rgba(255, 255, 255, 0.78);
    line-height: 1.4;
}

.matrix-check {
    flex-shrink: 0;
    font-weight: 700;
    font-size: 0.85rem;
}

.matrix-col-recrue .matrix-check { color: #818cf8; }
.matrix-col-premium .matrix-check { color: #fb923c; }
.matrix-col-maitre .matrix-check { color: #eab308; }
