/**
 * Styles pour les pages SEO de Project151
 * Gradient principal : #000000 → #a855f7
 */

/* Hero Section */
.seo-hero {
    background: linear-gradient(135deg, #000000 0%, #a855f7 100%);
    padding: 120px 0 80px;
    position: relative;
    overflow: hidden;
}

.seo-hero .btn-light:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 28px rgba(0,0,0,0.3);
}

/* Stats Section */
.seo-stats-section {
    padding: 80px 0;
}

.seo-stats-section .stat-box {
    padding: 30px 20px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 15px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
}

.seo-stats-section .stat-box:hover {
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(247, 71, 242, 0.5);
}

.seo-stats-section .stat-number {
    font-size: 3.5rem;
    font-weight: 800;
    background: linear-gradient(135deg, #f747f2 0%, #a855f7 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-shadow: 0 0 30px rgba(247, 71, 242, 0.3);
}

.seo-stats-section .stat-label {
    color: rgba(255, 255, 255, 0.7);
    font-size: 1rem;
    font-weight: 500;
}

/* Feature Cards Section */
.seo-feature-cards {
    padding: 80px 0;
}

.seo-feature-cards .feature-card {
    background: rgba(255, 255, 255, 0.05);
    padding: 40px 30px;
    border-radius: 15px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
    height: 100%;
}

.seo-feature-cards .feature-card:hover {
    transform: translateY(-8px);
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(247, 71, 242, 0.5);
}

/* Two Columns Section */
.seo-two-columns {
    padding: 80px 0;
}

.seo-two-columns .column-content h3 {
    font-size: 1.75rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 1.5rem;
}

.seo-two-columns .column-content ul {
    list-style: none;
    padding: 0;
}

.seo-two-columns .column-content ul li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
}

.seo-two-columns .column-content ul li:before {
    content: '✓';
    position: absolute;
    left: 0;
    top: 0;
    width: 24px;
    height: 24px;
    background: linear-gradient(135deg, #f747f2 0%, #a855f7 100%);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 0.9rem;
}

.seo-two-columns .column-content strong {
    color: #f747f2;
}

/* FAQ Section */
.seo-faq-section {
    padding: 80px 0;
}

.seo-faq-section .accordion-button {
    background: transparent !important;
    font-size: 1.2rem;
    font-weight: 600;
    color: #ffffff;
    padding: 20px 25px;
}

.seo-faq-section .accordion-button:not(.collapsed) {
    background: linear-gradient(135deg, #f747f2 0%, #a855f7 100%) !important;
    color: white !important;
    box-shadow: none;
}

.seo-faq-section .accordion-button:focus {
    box-shadow: 0 0 0 0.25rem rgba(247, 71, 242, 0.25);
}

.seo-faq-section .accordion-button::after {
    filter: brightness(0) invert(1);
}

.seo-faq-section .accordion-item {
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.05);
    margin-bottom: 1rem;
}

.seo-faq-section .accordion-item:hover {
    border-color: rgba(247, 71, 242, 0.5);
    background: rgba(255, 255, 255, 0.08);
}

.seo-faq-section .accordion-body {
    padding: 20px 25px;
    font-size: 1.05rem;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.7;
    background: rgba(0, 0, 0, 0.2);
}

.seo-faq-section .accordion-body a {
    color: #f747f2;
}

.seo-faq-section .accordion-body strong {
    color: #ffffff;
}

/* CTA Final Section */
.seo-cta-final {
    background: linear-gradient(135deg, #000000 0%, #a855f7 100%);
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

.seo-cta-final .btn-light:hover {
    transform: translateY(-4px) scale(1.05);
    box-shadow: 0 15px 40px rgba(0,0,0,0.4);
}

/* Table Grading - Forcer la surcharge de Bootstrap */
table.seo-table-grading,
table.seo-table-grading.table,
table.seo-table-grading.table-bordered {
    background: rgba(255, 255, 255, 0.05) !important;
    background-color: rgba(255, 255, 255, 0.05) !important;
    border-radius: 10px;
    overflow: hidden;
    border-color: rgba(255, 255, 255, 0.2) !important;
}

table.seo-table-grading thead {
    background: linear-gradient(135deg, #f747f2 0%, #a855f7 100%) !important;
    background-color: transparent !important;
    color: white !important;
}

table.seo-table-grading thead tr {
    background: transparent !important;
    background-color: transparent !important;
}

table.seo-table-grading thead th {
    padding: 20px;
    border-color: rgba(255, 255, 255, 0.3) !important;
    background: transparent !important;
    background-color: transparent !important;
    color: white !important;
    font-weight: 700 !important;
}

table.seo-table-grading tbody {
    color: rgba(255, 255, 255, 0.95) !important;
    background: transparent !important;
    background-color: transparent !important;
}

table.seo-table-grading tbody tr {
    background: rgba(255, 255, 255, 0.03) !important;
    background-color: rgba(255, 255, 255, 0.03) !important;
    border-color: rgba(255, 255, 255, 0.1) !important;
}

table.seo-table-grading tbody td {
    padding: 15px;
    border-color: rgba(255, 255, 255, 0.1) !important;
    background: transparent !important;
    background-color: transparent !important;
    color: rgba(255, 255, 255, 0.95) !important;
}

table.seo-table-grading tbody tr:nth-child(even) {
    background: rgba(0, 0, 0, 0.3) !important;
    background-color: rgba(0, 0, 0, 0.3) !important;
}

table.seo-table-grading tbody tr:nth-child(even) td {
    background: transparent !important;
    background-color: transparent !important;
}

/* Strong dans le tableau */
table.seo-table-grading tbody td strong {
    color: inherit;
}

table.seo-table-grading tbody td strong[style*="color: #f747f2"] {
    color: #f747f2 !important;
}

table.seo-table-grading tbody td strong[style*="color: #a855f7"] {
    color: #a855f7 !important;
}

/* Responsive */
@media (max-width: 768px) {
    .seo-hero {
        padding: 80px 0 60px !important;
    }
    
    .seo-hero .hero-title {
        font-size: 2rem !important;
    }
    
    .seo-hero .hero-description {
        font-size: 1.1rem !important;
    }
    
    .seo-stats-section,
    .seo-feature-cards,
    .seo-two-columns,
    .seo-faq-section {
        padding: 40px 0 !important;
    }
    
    .seo-stats-section .stat-number {
        font-size: 2.5rem !important;
    }
    
    .seo-feature-cards .section-title,
    .seo-two-columns .section-title,
    .seo-faq-section .section-title {
        font-size: 2rem !important;
    }
    
    .seo-faq-section .accordion-button {
        font-size: 1.1rem !important;
    }
    
    .seo-cta-final {
        padding: 60px 0 !important;
    }
    
    .seo-cta-final .cta-title {
        font-size: 2rem !important;
    }
    
    .seo-cta-final .cta-subtitle {
        font-size: 1.1rem !important;
    }
}


.stat-number.mb-2 {
    line-height: 2;
}