/* Fibrillation Auriculaire - Page spécifique */

/* Hero Section */
.fa-hero {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    padding: 8rem 0 6rem;
    position: relative;
    overflow: hidden;
}

.fa-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320"><path fill="rgba(255,255,255,0.1)" d="M0,96L48,112C96,128,192,160,288,160C384,160,480,128,576,122.7C672,117,768,139,864,138.7C960,139,1056,117,1152,106.7C1248,96,1344,96,1392,96L1440,96L1440,320L1392,320C1344,320,1248,320,1152,320C1056,320,960,320,864,320C768,320,672,320,576,320C480,320,384,320,288,320C192,320,96,320,48,320L0,320Z"></path></svg>') no-repeat bottom;
    background-size: cover;
    opacity: 0.3;
}

.fa-hero-content {
    position: relative;
    z-index: 1;
    text-align: center;
    animation: fadeInUp 1s ease-out;
}

.fa-main-title {
    font-size: 3.5rem;
    color: white;
    font-weight: 700;
    margin-bottom: 1.5rem;
    text-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    line-height: 1.2;
}

.fa-hero-subtitle {
    font-size: 1.5rem;
    color: rgba(255, 255, 255, 0.95);
    font-weight: 300;
    max-width: 800px;
    margin: 0 auto;
}

/* Introduction Section */
.fa-intro {
    padding: 5rem 0;
    background: white;
}

.fa-intro-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: 4rem;
    align-items: center;
}

.fa-intro-text h2 {
    font-size: 2.5rem;
    color: #1e3c72;
    margin-bottom: 2rem;
    position: relative;
    padding-bottom: 1rem;
}

.fa-intro-text h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #667eea, #764ba2);
    border-radius: 2px;
}

.fa-intro-text p {
    font-size: 1.15rem;
    line-height: 1.8;
    color: #555;
    margin-bottom: 1.5rem;
}

.fa-intro-text strong {
    color: #667eea;
    font-weight: 600;
}

/* Stats Box */
.fa-stats-box {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 20px;
    padding: 3rem 2rem;
    box-shadow: 0 15px 40px rgba(102, 126, 234, 0.3);
}

.fa-stat-item {
    text-align: center;
    padding: 1.5rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

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

.fa-stat-number {
    font-size: 3rem;
    font-weight: 700;
    color: white;
    margin-bottom: 0.5rem;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.fa-stat-label {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.95);
    line-height: 1.4;
}

/* Types Section */
.fa-types {
    padding: 5rem 0;
    background: #f8f9fa;
}

.fa-types-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2.5rem;
    margin-top: 3rem;
}

.fa-type-card {
    background: white;
    border-radius: 20px;
    padding: 2.5rem;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    border-top: 5px solid;
}

.fa-type-card.paroxystique {
    border-top-color: #667eea;
}

.fa-type-card.persistante {
    border-top-color: #f093fb;
}

.fa-type-card.permanente {
    border-top-color: #4facfe;
}

.fa-type-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.15);
}

.fa-type-icon {
    font-size: 3rem;
    margin-bottom: 1.5rem;
}

.fa-type-card h3 {
    font-size: 1.6rem;
    color: #1e3c72;
    margin-bottom: 1rem;
    font-weight: 700;
}

.fa-type-description {
    font-size: 1.05rem;
    color: #666;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.fa-type-features {
    list-style: none;
    padding: 0;
}

.fa-type-features li {
    padding: 0.5rem 0;
    padding-left: 1.8rem;
    position: relative;
    color: #555;
    font-size: 0.95rem;
}

.fa-type-features li::before {
    content: '→';
    position: absolute;
    left: 0;
    color: #667eea;
    font-weight: bold;
}

/* Symptoms Section */
.fa-symptoms {
    padding: 5rem 0;
    background: white;
}

.fa-section-intro {
    text-align: center;
    font-size: 1.15rem;
    color: #666;
    max-width: 800px;
    margin: 1rem auto 3rem;
    line-height: 1.7;
}

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

.fa-symptom-card {
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    border-radius: 15px;
    padding: 2rem;
    text-align: center;
    border: 2px solid transparent;
    transition: all 0.3s ease;
}

.fa-symptom-card:hover {
    border-color: #667eea;
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(102, 126, 234, 0.2);
}

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

.fa-symptom-card h3 {
    font-size: 1.3rem;
    color: #1e3c72;
    margin-bottom: 0.8rem;
    font-weight: 600;
}

.fa-symptom-card p {
    font-size: 0.95rem;
    color: #666;
    line-height: 1.5;
}

/* Alert Box */
.fa-alert-box {
    background: linear-gradient(135deg, #fff5f5 0%, #ffe8e8 100%);
    border-left: 5px solid #e53e3e;
    border-radius: 15px;
    padding: 2rem;
    display: flex;
    gap: 1.5rem;
    align-items: flex-start;
    margin-top: 2rem;
}

.fa-alert-icon {
    font-size: 2.5rem;
    flex-shrink: 0;
}

.fa-alert-content h3 {
    font-size: 1.4rem;
    color: #1e3c72;
    margin-bottom: 0.8rem;
    font-weight: 600;
}

.fa-alert-content p {
    font-size: 1.05rem;
    color: #555;
    line-height: 1.7;
    margin: 0;
}

/* Risks Section */
.fa-risks {
    padding: 5rem 0;
    background: #f8f9fa;
}

.fa-risks-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
    margin-top: 3rem;
}

.fa-risk-card {
    background: white;
    border-radius: 15px;
    padding: 1.8rem;
    text-align: center;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.fa-risk-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 35px rgba(102, 126, 234, 0.2);
}

.fa-risk-icon {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.fa-risk-card h3 {
    font-size: 1.1rem;
    color: #1e3c72;
    margin-bottom: 0.5rem;
    font-weight: 600;
}

.fa-risk-card p {
    font-size: 0.9rem;
    color: #666;
}

/* Complications Section */
.fa-complications {
    padding: 5rem 0;
    background: white;
}

.fa-complications-content {
    margin-top: 3rem;
}

.fa-complication-major {
    background: linear-gradient(135deg, #fff5f5 0%, #ffe8f0 100%);
    border-radius: 20px;
    padding: 3rem;
    margin-bottom: 3rem;
    border: 2px solid #f093fb;
}

.fa-complication-header {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    margin-bottom: 1.5rem;
}

.fa-complication-icon {
    font-size: 3.5rem;
}

.fa-complication-header h3 {
    font-size: 2rem;
    color: #1e3c72;
    font-weight: 700;
}

.fa-complication-text {
    font-size: 1.15rem;
    line-height: 1.8;
    color: #555;
    margin-bottom: 2rem;
}

.fa-complication-stats {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
}

.fa-mini-stat {
    background: white;
    border-radius: 15px;
    padding: 1.5rem;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.fa-mini-number {
    display: block;
    font-size: 2.5rem;
    font-weight: 700;
    color: #e53e3e;
    margin-bottom: 0.5rem;
}

.fa-mini-label {
    display: block;
    font-size: 1rem;
    color: #666;
}

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

.fa-complication-card {
    background: #f8f9fa;
    border-radius: 15px;
    padding: 2rem;
    border-left: 4px solid #667eea;
}

.fa-complication-card h4 {
    font-size: 1.3rem;
    color: #1e3c72;
    margin-bottom: 1rem;
    font-weight: 600;
}

.fa-complication-card p {
    font-size: 1rem;
    color: #666;
    line-height: 1.6;
}

/* Diagnosis Section */
.fa-diagnosis {
    padding: 5rem 0;
    background: #f8f9fa;
}

.fa-diagnosis-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin-top: 3rem;
}

.fa-diagnosis-card {
    background: white;
    border-radius: 20px;
    padding: 2.5rem;
    text-align: center;
    transition: all 0.3s ease;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

.fa-diagnosis-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(102, 126, 234, 0.2);
}

.fa-diagnosis-icon {
    font-size: 3rem;
    margin-bottom: 1.5rem;
}

.fa-diagnosis-card h3 {
    font-size: 1.4rem;
    color: #1e3c72;
    margin-bottom: 1rem;
    font-weight: 600;
}

.fa-diagnosis-card p {
    font-size: 1rem;
    color: #666;
    line-height: 1.6;
}

/* Treatments Section */
.fa-treatments {
    padding: 5rem 0;
    background: white;
}

.fa-treatment-categories {
    margin-top: 3rem;
}

.fa-treatment-category {
    margin-bottom: 4rem;
    padding: 3rem;
    background: #f8f9fa;
    border-radius: 25px;
}

.fa-treatment-category.highlight {
    background: linear-gradient(135deg, #fff8f0 0%, #ffe8f5 100%);
    border: 2px solid #f093fb;
}

.fa-treatment-category.highlight-primary {
    background: linear-gradient(135deg, #f0f5ff 0%, #e8f0ff 100%);
    border: 3px solid #667eea;
    box-shadow: 0 10px 40px rgba(102, 126, 234, 0.2);
}

.fa-treatment-category-title {
    font-size: 2rem;
    color: #1e3c72;
    margin-bottom: 2rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 1rem;
}

.fa-treatment-cards {
    display: grid;
    gap: 2rem;
}

.fa-treatment-card {
    background: white;
    border-radius: 20px;
    padding: 2.5rem;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

.fa-treatment-card h4 {
    font-size: 1.6rem;
    color: #667eea;
    margin-bottom: 1rem;
    font-weight: 700;
}

.fa-treatment-card p {
    font-size: 1.05rem;
    color: #555;
    line-height: 1.7;
    margin-bottom: 1rem;
}

.fa-treatment-detail {
    font-size: 1rem;
    color: #666;
    font-style: italic;
    background: #f8f9fa;
    padding: 1rem;
    border-radius: 10px;
    margin-top: 1rem;
}

.fa-treatment-list {
    list-style: none;
    padding: 0;
    margin-top: 1.5rem;
}

.fa-treatment-list li {
    padding: 0.6rem 0;
    padding-left: 2rem;
    position: relative;
    color: #555;
}

.fa-treatment-list li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #667eea;
    font-weight: bold;
    font-size: 1.2rem;
}

/* Ablation Specific */
.fa-ablation-intro {
    background: white;
    border-radius: 15px;
    padding: 2rem;
    margin-bottom: 3rem;
    border-left: 5px solid #667eea;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

.fa-ablation-intro p {
    font-size: 1.15rem;
    line-height: 1.8;
    color: #555;
    margin: 0;
}

.fa-ablation-types {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem;
    margin-bottom: 3rem;
}

.fa-ablation-card {
    background: white;
    border-radius: 20px;
    padding: 2.5rem;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
}

.fa-ablation-header {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
    border-bottom: 2px solid #f0f0f0;
}

.fa-ablation-icon {
    font-size: 3rem;
}

.fa-ablation-header h4 {
    font-size: 1.8rem;
    color: #1e3c72;
    font-weight: 700;
    margin: 0;
}

.fa-ablation-description {
    font-size: 1.1rem;
    color: #555;
    line-height: 1.7;
    margin-bottom: 2rem;
    padding: 1rem;
    background: #f8f9fa;
    border-radius: 10px;
}

.fa-procedure-box {
    background: linear-gradient(135deg, #f0f5ff 0%, #fff 100%);
    border-radius: 15px;
    padding: 2rem;
    margin-bottom: 2rem;
}

.fa-procedure-box h5 {
    font-size: 1.3rem;
    color: #667eea;
    margin-bottom: 1.5rem;
    font-weight: 600;
}

.fa-procedure-steps {
    padding-left: 1.5rem;
    margin: 0;
}

.fa-procedure-steps li {
    padding: 0.8rem 0;
    font-size: 1.05rem;
    color: #555;
    line-height: 1.6;
}

.fa-advantages {
    background: linear-gradient(135deg, #f0fff4 0%, #fff 100%);
    border-radius: 15px;
    padding: 2rem;
}

.fa-advantages h5 {
    font-size: 1.3rem;
    color: #48bb78;
    margin-bottom: 1.5rem;
    font-weight: 600;
}

.fa-advantages ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.fa-advantages li {
    padding: 0.6rem 0;
    font-size: 1.05rem;
    color: #555;
    line-height: 1.6;
}

/* Results Section */
.fa-ablation-results {
    background: white;
    border-radius: 20px;
    padding: 3rem;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

.fa-ablation-results h4 {
    font-size: 2rem;
    color: #1e3c72;
    margin-bottom: 2rem;
    text-align: center;
    font-weight: 700;
}

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

.fa-result-card {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 15px;
    padding: 2rem;
    text-align: center;
    box-shadow: 0 5px 20px rgba(102, 126, 234, 0.3);
}

.fa-result-number {
    font-size: 3rem;
    font-weight: 700;
    color: white;
    margin-bottom: 0.5rem;
}

.fa-result-label {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.95);
    line-height: 1.4;
}

.fa-results-benefits {
    background: #f8f9fa;
    border-radius: 15px;
    padding: 2rem;
}

.fa-results-benefits h5 {
    font-size: 1.5rem;
    color: #1e3c72;
    margin-bottom: 1.5rem;
    font-weight: 600;
}

.fa-results-benefits ul {
    list-style: none;
    padding: 0;
}

.fa-results-benefits li {
    padding: 0.8rem 0;
    padding-left: 2rem;
    position: relative;
    font-size: 1.05rem;
    color: #555;
    line-height: 1.6;
}

.fa-results-benefits li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #48bb78;
    font-weight: bold;
    font-size: 1.3rem;
}

/* Technology Box */
.fa-technology-box {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 20px;
    padding: 3rem;
    margin-top: 3rem;
    display: flex;
    gap: 2rem;
    align-items: flex-start;
    box-shadow: 0 15px 50px rgba(102, 126, 234, 0.3);
}

.fa-tech-icon {
    font-size: 4rem;
    flex-shrink: 0;
}

.fa-tech-content h4 {
    font-size: 1.8rem;
    color: white;
    margin-bottom: 1rem;
    font-weight: 700;
}

.fa-tech-content p {
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.95);
    line-height: 1.7;
    margin-bottom: 1.5rem;
}

.fa-tech-content ul {
    list-style: none;
    padding: 0;
}

.fa-tech-content li {
    padding: 0.6rem 0;
    padding-left: 2rem;
    position: relative;
    font-size: 1.05rem;
    color: rgba(255, 255, 255, 0.95);
    line-height: 1.6;
}

.fa-tech-content li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: white;
    font-weight: bold;
    font-size: 1.2rem;
}
.risques-section {
    padding: 5rem 0;
    background: white;
}

.safety-highlight {
    display: flex;
    gap: 2rem;
    align-items: center;
    background: linear-gradient(135deg, #dcfce7 0%, #bbf7d0 100%);
    padding: 2.5rem;
    border-radius: 20px;
    margin: 3rem 0;
    border-left: 6px solid #10b981;
}

.safety-icon {
    font-size: 5rem;
    flex-shrink: 0;
}

.safety-content h3 {
    font-size: 1.8rem;
    color: #1e3c72;
    margin-bottom: 1rem;
    font-weight: 700;
}

.safety-content p {
    font-size: 1.1rem;
    color: #065f46;
    line-height: 1.7;
    margin: 0;
}

.risks-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem;
    margin: 3rem 0;
}

.risk-card {
    background: #f8f9fa;
    border-radius: 20px;
    padding: 2.5rem;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.risk-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}

.risk-card.minor {
    border-top: 5px solid #f59e0b;
}

.risk-card.major {
    border-top: 5px solid #ef4444;
}

.risk-header {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    margin-bottom: 2rem;
    padding-bottom: 1.5rem;
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}

.risk-badge {
    padding: 0.6rem 1.5rem;
    border-radius: 50px;
    font-size: 1.1rem;
    font-weight: 700;
    color: white;
    flex-shrink: 0;
}

.minor-badge {
    background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
}

.major-badge {
    background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%);
}

.risk-header h3 {
    font-size: 1.5rem;
    color: #1e3c72;
    margin: 0;
    font-weight: 700;
}

.risk-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.risk-list li {
    display: flex;
    gap: 1rem;
    padding: 1.2rem 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.risk-list li:last-child {
    border-bottom: none;
}

.risk-bullet {
    font-size: 1.5rem;
    color: #ef4444;
    font-weight: bold;
    flex-shrink: 0;
}

.risk-list strong {
    display: block;
    color: #1e3c72;
    font-size: 1.1rem;
    margin-bottom: 0.3rem;
    font-weight: 600;
}

.risk-list p {
    color: #666;
    font-size: 0.95rem;
    line-height: 1.5;
    margin: 0;
}

.important-notice {
    display: flex;
    gap: 2rem;
    align-items: start;
    background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
    padding: 2rem;
    border-radius: 15px;
    border-left: 5px solid #f59e0b;
    margin-top: 3rem;
}

.notice-icon {
    font-size: 3rem;
    flex-shrink: 0;
}

.notice-content strong {
    display: block;
    color: #92400e;
    font-size: 1.3rem;
    margin-bottom: 0.8rem;
    font-weight: 700;
}

.notice-content p {
    color: #78350f;
    font-size: 1.05rem;
    line-height: 1.7;
    margin: 0;
}

/* Expertise Section */
.fa-expertise {
    padding: 5rem 0;
    background: #f8f9fa;
}

.fa-expertise-content {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: 4rem;
    margin-top: 3rem;
}

.fa-expertise-text p {
    font-size: 1.15rem;
    line-height: 1.8;
    color: #555;
    margin-bottom: 1.5rem;
}

.fa-expertise-highlights {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.fa-highlight-item {
    background: white;
    border-radius: 15px;
    padding: 1.5rem;
    display: flex;
    gap: 1.5rem;
    align-items: flex-start;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.fa-highlight-item:hover {
    transform: translateX(10px);
    box-shadow: 0 10px 30px rgba(102, 126, 234, 0.2);
}

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

.fa-highlight-item h4 {
    font-size: 1.2rem;
    color: #1e3c72;
    margin-bottom: 0.5rem;
    font-weight: 600;
}

.fa-highlight-item p {
    font-size: 0.95rem;
    color: #666;
    margin: 0;
}

/* Parcours Section */
.fa-parcours {
    padding: 5rem 0;
    background: white;
}

.fa-parcours-timeline {
    position: relative;
    margin-top: 4rem;
    padding-left: 4rem;
}

.fa-parcours-timeline::before {
    content: '';
    position: absolute;
    left: 2rem;
    top: 0;
    bottom: 0;
    width: 4px;
    background: linear-gradient(180deg, #667eea 0%, #764ba2 100%);
    border-radius: 2px;
}

.fa-parcours-step {
    position: relative;
    margin-bottom: 3rem;
    display: flex;
    gap: 2rem;
    align-items: flex-start;
}

.fa-parcours-number {
    position: absolute;
    left: -4rem;
    width: 4rem;
    height: 4rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: 700;
    color: white;
    box-shadow: 0 5px 20px rgba(102, 126, 234, 0.4);
    z-index: 1;
}

.fa-parcours-content {
    background: #f8f9fa;
    border-radius: 15px;
    padding: 2rem;
    flex: 1;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

.fa-parcours-content h3 {
    font-size: 1.5rem;
    color: #1e3c72;
    margin-bottom: 1rem;
    font-weight: 600;
}

.fa-parcours-content p {
    font-size: 1.05rem;
    color: #666;
    line-height: 1.7;
    margin: 0;
}

/* FAQ Section */
.fa-faq {
    padding: 5rem 0;
    background: #f8f9fa;
}

.fa-faq-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    margin-top: 3rem;
}

.fa-faq-item {
    background: white;
    border-radius: 15px;
    padding: 2.5rem;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.fa-faq-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(102, 126, 234, 0.2);
}

.fa-faq-item h3 {
    font-size: 1.3rem;
    color: #667eea;
    margin-bottom: 1rem;
    font-weight: 600;
}

.fa-faq-item p {
    font-size: 1.05rem;
    color: #666;
    line-height: 1.7;
    margin: 0;
}

/* CTA Section */
.fa-cta {
    padding: 6rem 0;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    position: relative;
    overflow: hidden;
}

.fa-cta::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320"><path fill="rgba(255,255,255,0.1)" d="M0,96L48,112C96,128,192,160,288,160C384,160,480,128,576,122.7C672,117,768,139,864,138.7C960,139,1056,117,1152,106.7C1248,96,1344,96,1392,96L1440,96L1440,0L1392,0C1344,0,1248,0,1152,0C1056,0,960,0,864,0C768,0,672,0,576,0C480,0,384,0,288,0C192,0,96,0,48,0L0,0Z"></path></svg>') no-repeat top;
    background-size: cover;
}

.fa-cta-content {
    position: relative;
    z-index: 1;
    text-align: center;
}

.fa-cta-content h2 {
    font-size: 3rem;
    color: white;
    margin-bottom: 1.5rem;
    font-weight: 700;
}

.fa-cta-content > p {
    font-size: 1.3rem;
    color: rgba(255, 255, 255, 0.95);
    margin-bottom: 2.5rem;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.btn-primary.large {
    font-size: 1.3rem;
    padding: 1.5rem 4rem;
}

.fa-cta-subtitle {
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.9);
    margin-top: 3rem;
    margin-bottom: 1rem;
}

.fa-cta-locations {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2rem;
    margin-top: 1.5rem;
}

.fa-cta-locations span {
    color: white;
    font-size: 1rem;
    background: rgba(255, 255, 255, 0.2);
    padding: 0.8rem 1.5rem;
    border-radius: 25px;
    backdrop-filter: blur(10px);
}

/* Responsive */
@media (max-width: 1200px) {
    .fa-intro-grid,
    .fa-expertise-content {
        grid-template-columns: 1fr;
    }

    .fa-types-grid {
        grid-template-columns: 1fr;
    }

    .fa-ablation-types {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 992px) {
    .fa-main-title {
        font-size: 2.5rem;
    }

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

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

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

    .fa-faq-grid {
        grid-template-columns: 1fr;
    }

    .fa-results-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .fa-main-title {
        font-size: 2rem;
    }

    .fa-hero-subtitle {
        font-size: 1.2rem;
    }

    .fa-symptoms-grid,
    .fa-risks-grid,
    .fa-diagnosis-grid,
    .fa-complications-grid {
        grid-template-columns: 1fr;
    }

    .fa-complication-stats {
        grid-template-columns: 1fr;
    }

    .fa-technology-box {
        flex-direction: column;
    }

    .fa-cta-content h2 {
        font-size: 2rem;
    }

    .fa-cta-locations {
        flex-direction: column;
        gap: 1rem;
    }
}

/* Déroulement Section */
.fa-deroulement,
.pm-deroulement {
    padding: 5rem 0;
    background: white;
}

.deroulement-phase {
    margin-bottom: 4rem;
    padding: 3rem;
    border-radius: 25px;
    background: #f8f9fa;
}

.deroulement-phase.avant {
    background: linear-gradient(135deg, #fff8f0 0%, #ffe8f5 100%);
    border: 2px solid #f093fb;
}

.deroulement-phase.pendant {
    background: linear-gradient(135deg, #f0f5ff 0%, #e8f0ff 100%);
    border: 2px solid #667eea;
}

.deroulement-phase.apres {
    background: linear-gradient(135deg, #f0fff4 0%, #e6fffa 100%);
    border: 2px solid #48bb78;
}

.phase-header {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    margin-bottom: 2.5rem;
    padding-bottom: 1.5rem;
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}

.phase-icon {
    font-size: 3.5rem;
}

.phase-header h3 {
    font-size: 2rem;
    color: #1e3c72;
    font-weight: 700;
    margin: 0;
}

.phase-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
}

.phase-item {
    background: white;
    border-radius: 15px;
    padding: 2rem;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.phase-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(102, 126, 234, 0.2);
}

.phase-item.full-width {
    grid-column: 1 / -1;
}

.phase-item.highlight {
    background: linear-gradient(135deg, #fff8f0 0%, #ffe8f5 100%);
    border: 2px solid #f093fb;
}

.phase-item.important {
    background: linear-gradient(135deg, #fff5f5 0%, #ffe8e8 100%);
    border: 2px solid #ff6b6b;
}

.phase-item.success {
    background: linear-gradient(135deg, #f0fff4 0%, #e6fffa 100%);
    border: 2px solid #48bb78;
}

.item-icon {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.phase-item h4 {
    font-size: 1.3rem;
    color: #1e3c72;
    margin-bottom: 0.8rem;
    font-weight: 600;
}

.phase-item p {
    font-size: 1.05rem;
    color: #666;
    line-height: 1.6;
    margin: 0;
}

.phase-item em {
    color: #999;
    font-size: 0.95rem;
}

.phase-item ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.phase-item li {
    padding: 0.5rem 0;
    padding-left: 1.5rem;
    position: relative;
    color: #666;
}

.phase-item li::before {
    content: '→';
    position: absolute;
    left: 0;
    color: #667eea;
    font-weight: bold;
}

/* Admission Options */
.admission-options {
    display: flex;
    gap: 1.5rem;
    margin-top: 1rem;
}

.option {
    flex: 1;
    background: white;
    border-radius: 12px;
    padding: 1.5rem;
    text-align: center;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
}

.option-label {
    display: block;
    font-size: 0.9rem;
    color: #667eea;
    font-weight: 700;
    margin-bottom: 0.5rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.option span:last-child {
    display: block;
    font-size: 1.05rem;
    color: #1e3c72;
    font-weight: 600;
}

/* Anesthesie Benefits */
.anesthesie-benefits {
    display: flex;
    gap: 1.5rem;
    margin-top: 1rem;
    flex-wrap: wrap;
}

.anesthesie-benefits span {
    flex: 1;
    min-width: 150px;
    background: white;
    padding: 1rem;
    border-radius: 10px;
    text-align: center;
    font-weight: 600;
    color: #667eea;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
}

/* Suites Info */
.suites-info {
    display: flex;
    gap: 2rem;
    margin-top: 1rem;
}

.suite-item {
    flex: 1;
    background: white;
    padding: 1.5rem;
    border-radius: 12px;
    display: flex;
    align-items: center;
    gap: 1rem;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
}

.suite-item .icon {
    font-size: 2rem;
    flex-shrink: 0;
}

.suite-item span:last-child {
    font-size: 1.05rem;
    color: #555;
    font-weight: 500;
}

/* Sortie Section */
.sortie-section {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 25px;
    padding: 3rem;
    margin-top: 4rem;
    text-align: center;
    color: white;
    box-shadow: 0 15px 50px rgba(102, 126, 234, 0.3);
}

.sortie-section h3 {
    font-size: 2rem;
    margin-bottom: 2rem;
    font-weight: 700;
}

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

.sortie-option {
    background: white;
    border-radius: 20px;
    padding: 2.5rem;
    text-align: center;
    transition: all 0.3s ease;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.sortie-option:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
}

.sortie-icon {
    font-size: 3.5rem;
    margin-bottom: 1.5rem;
}

.sortie-option h4 {
    font-size: 1.4rem;
    color: #1e3c72;
    margin-bottom: 1rem;
    font-weight: 700;
}

.sortie-option p {
    font-size: 1.05rem;
    color: #666;
    line-height: 1.6;
    margin: 0;
}

/* Responsive pour déroulement */
@media (max-width: 992px) {
    .admission-options {
        flex-direction: column;
    }

    .anesthesie-benefits {
        flex-direction: column;
    }

    .suites-info {
        flex-direction: column;
    }

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

@media (max-width: 768px) {
    .deroulement-phase {
        padding: 2rem;
    }

    .phase-header {
        flex-direction: column;
        text-align: center;
    }

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