:root {
    --fico-navy: #0D1B3E;
    --fico-gold: #C9A84C;
    --fico-green: #1A7A5E;
    --fico-gray: #4A5568;
    --fico-white: #FFFFFF;
    --fico-primary: var(--fico-navy);
    --fico-secondary: var(--fico-gold);
}

/* ——— Charte IA FICO : typographie & base ——— */
.landing-fico {
    font-family: 'Inter', 'Nunito', system-ui, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: var(--fico-gray);
}

.landing-fico h1,
.landing-fico h2,
.landing-fico h3,
.landing-fico h4,
.landing-fico h5,
.landing-fico h6,
.landing-fico .section-title-s1 h2,
.landing-fico .section-title-s3 h2,
.landing-fico .leader-content h2,
.landing-fico .pricing-fico-header h2,
.landing-fico .chat-demo-intro h2,
.landing-fico .comparison-box h4,
.landing-fico .cta-detail h2 {
    font-family: 'Libre Baskerville', Georgia, 'Times New Roman', serif;
    letter-spacing: 0.02em;
    color: var(--fico-navy);
}

.landing-fico .section-title-s1 span,
.landing-fico .section-title-s3 span,
.landing-fico .leader-content span,
.landing-fico .pricing-fico-label,
.landing-fico .chat-demo-label {
    color: var(--fico-green);
    font-family: 'Inter', sans-serif;
    font-weight: 700;
}

.landing-fico .chat-demo__url,
.landing-fico .chat-demo-source-pill,
.landing-fico .source-badge {
    font-family: 'JetBrains Mono', ui-monospace, monospace;
}

/* ——— Charte : surcharges template Bisness ——— */
.landing-fico .mainmenu_area {
    background-color: var(--fico-navy) !important;
}

.landing-fico .mainmenu ul li > a:hover {
    color: var(--fico-gold) !important;
}

.landing-fico .scroll_header {
    background-color: var(--fico-navy) !important;
    box-shadow: 0 4px 20px rgba(13, 27, 62, 0.25);
}

.landing-fico #topbar {
    background: var(--fico-navy);
    border-bottom: 2px solid var(--fico-gold);
}

.landing-fico #topbar,
.landing-fico #topbar a,
.landing-fico #topbar li {
    color: var(--fico-white) !important;
}

.landing-fico .blue-bg {
    background: var(--fico-navy) !important;
}

.landing-fico .slider-wrapper {
    position: relative;
}

.landing-fico .slider-wrapper::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(13, 27, 62, 0.93) 0%, rgba(13, 27, 62, 0.78) 100%);
    z-index: 1;
}

.landing-fico .slider-wrapper .container {
    position: relative;
    z-index: 2;
}

.landing-fico .hero-badge {
    color: var(--fico-gold);
    border-color: rgba(201, 168, 76, 0.45);
    background: rgba(201, 168, 76, 0.12);
}

.landing-fico .slider-content h1,
.landing-fico .slider-content p,
.landing-fico .slider-content .hero-trust-note {
    color: var(--fico-white) !important;
}

.landing-fico .slider-content h1 {
    font-family: 'Libre Baskerville', Georgia, 'Times New Roman', serif;
    letter-spacing: 0.02em;
}

.landing-fico .features-icon i,
.landing-fico .service-icon i {
    color: var(--fico-gold);
}

.landing-fico .features-wrapper {
    border-top: 3px solid var(--fico-gold);
}

.landing-fico .services-grid .grid {
    border-bottom: 3px solid transparent;
    transition: border-color 0.3s ease;
}

.landing-fico .services-grid:hover .grid {
    border-bottom-color: var(--fico-green);
}

.landing-fico footer,
.landing-fico .footer-top-area {
    background: var(--fico-navy) !important;
}

.landing-fico .footer-wrapper,
.landing-fico .footer-wrapper p,
.landing-fico .footer-text,
.landing-fico .footers a,
.landing-fico .copyright p {
    color: rgba(255, 255, 255, 0.85) !important;
}

.landing-fico .footers a:hover {
    color: var(--fico-gold) !important;
}

.landing-fico .footer-bootom-area {
    border-top: 1px solid rgba(201, 168, 76, 0.25);
}

.landing-fico .preloader .inner span {
    background: var(--fico-gold);
}

.landing-fico .mainmenu_area .logo-text {
    color: var(--fico-white);
}

.landing-fico .mainmenu_area .logo-text span {
    color: var(--fico-gold);
}

.landing-fico .slicknav_menu {
    background: var(--fico-navy) !important;
}

.landing-fico .slicknav_btn {
    background: var(--fico-gold) !important;
}

.landing-fico .slicknav_nav a:hover {
    color: var(--fico-gold) !important;
}

.landing-fico .cta-section {
    background-color: var(--fico-navy);
    background-blend-mode: overlay;
}

.landing-fico .cta-detail h2,
.landing-fico .cta-detail p {
    color: var(--fico-white) !important;
}

.landing-fico .pricing-fico-section {
    background: linear-gradient(180deg, var(--fico-white) 0%, rgba(13, 27, 62, 0.03) 50%, var(--fico-white) 100%);
}

.landing-fico .chat-demo-section {
    background: linear-gradient(180deg, rgba(26, 122, 94, 0.04) 0%, var(--fico-white) 50%, rgba(13, 27, 62, 0.03) 100%);
}

.landing-fico .faq-item .faq-question {
    color: var(--fico-navy);
    font-family: 'Inter', sans-serif;
}

.landing-fico .faq-item .faq-question:hover {
    background: rgba(201, 168, 76, 0.06);
}

.header-btn a,
.leader-content > a,
.contact-title > a,
.cta-detail > a {
    background: var(--fico-gold) !important;
    color: var(--fico-navy) !important;
    border-color: var(--fico-gold) !important;
    font-weight: 700;
}

.header-btn a:hover,
.leader-content > a:hover,
.contact-title > a:hover,
.cta-detail > a:hover {
    background: #d4b45e !important;
    color: var(--fico-navy) !important;
    opacity: 1;
}

.features-icon i,
.service-icon i {
    color: var(--fico-gold);
}

.leader-content span,
.contact-title span {
    color: var(--fico-green);
}

/* ——— Tarifs ——— */
.pricing-fico-section {
    background: linear-gradient(180deg, #fff 0%, #f8f9fc 40%, #f8f9fc 100%);
    padding-top: 90px;
    padding-bottom: 90px;
}

.pricing-fico-label {
    display: inline-block;
    color: var(--fico-green);
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    margin-bottom: 12px;
}

.pricing-fico-header h2 {
    font-size: 38px;
    font-weight: 700;
    color: var(--fico-navy);
    margin-bottom: 14px;
    line-height: 1.2;
}

.pricing-fico-subtitle {
    font-size: 17px;
    color: var(--fico-gray);
    max-width: 560px;
    margin: 0 auto 48px;
    line-height: 1.65;
}

.pricing-fico-grid {
    align-items: stretch;
}

.pricing-fico-card {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    background: #fff;
    border: 1px solid #e8ecf4;
    border-radius: 16px;
    padding: 32px 28px 28px;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
}

.pricing-fico-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.08);
    border-color: #d8dee9;
}

.pricing-fico-card--featured {
    border: 2px solid var(--fico-gold);
    box-shadow:
        0 8px 32px rgba(201, 168, 76, 0.2),
        0 24px 60px rgba(13, 27, 62, 0.08);
    transform: scale(1.04);
    z-index: 2;
}

.pricing-fico-card--featured:hover {
    transform: scale(1.04) translateY(-6px);
    box-shadow:
        0 12px 40px rgba(201, 168, 76, 0.28),
        0 28px 64px rgba(13, 27, 62, 0.1);
}

.pricing-fico-ribbon {
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--fico-navy);
    color: var(--fico-gold);
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    padding: 7px 18px;
    border-radius: 50px;
    white-space: nowrap;
    border: 1px solid var(--fico-gold);
    box-shadow: 0 4px 14px rgba(13, 27, 62, 0.2);
}

.pricing-fico-card__head {
    text-align: center;
    padding-bottom: 24px;
    margin-bottom: 24px;
    border-bottom: 1px solid #eef0f5;
}

.pricing-fico-tier {
    display: block;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--fico-navy);
    margin-bottom: 16px;
}

.pricing-fico-price {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 2px;
    line-height: 1;
}

.pricing-fico-amount {
    font-size: 46px;
    font-weight: 800;
    color: var(--fico-navy);
    letter-spacing: -1px;
}

.pricing-fico-currency {
    font-size: 15px;
    font-weight: 700;
    color: var(--fico-gray);
    margin-top: 10px;
    margin-left: 4px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.pricing-fico-period {
    font-size: 14px;
    color: #888;
    margin: 12px 0 0;
    line-height: 1.5;
}

.pricing-fico-period strong {
    color: var(--fico-navy);
}

.pricing-fico-save {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    color: var(--fico-green);
    background: rgba(26, 122, 94, 0.12);
    padding: 2px 8px;
    border-radius: 20px;
    margin-left: 4px;
    vertical-align: middle;
}

.pricing-fico-features {
    list-style: none;
    padding: 0;
    margin: 0 0 28px;
    flex: 1;
}

.pricing-fico-features li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 9px 0;
    font-size: 14.5px;
    line-height: 1.45;
    color: var(--fico-gray);
}

.pricing-fico-features li i {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    margin-top: 2px;
}

.pricing-fico-features li.is-included i {
    background: rgba(26, 122, 94, 0.12);
    color: var(--fico-green);
}

.pricing-fico-features li.is-excluded {
    color: #94a3b8;
}

.pricing-fico-features li.is-excluded i {
    background: #f1f5f9;
    color: #cbd5e1;
}

.pricing-fico-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 0 24px;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none !important;
    transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease, color 0.25s ease;
    margin-top: auto;
}

.pricing-fico-btn--primary {
    color: var(--fico-white) !important;
    background: var(--fico-navy);
    border: 2px solid var(--fico-navy);
    box-shadow: 0 6px 20px rgba(13, 27, 62, 0.25);
}

.pricing-fico-btn--primary:hover {
    color: var(--fico-white) !important;
    background: #152a5c;
    transform: translateY(-2px);
    box-shadow: 0 10px 28px rgba(13, 27, 62, 0.32);
}

.pricing-fico-btn--outline {
    color: var(--fico-navy) !important;
    background: var(--fico-white);
    border: 2px solid rgba(13, 27, 62, 0.2);
}

.pricing-fico-btn--outline:hover {
    color: var(--fico-navy) !important;
    background: var(--fico-gold);
    border-color: var(--fico-gold);
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(201, 168, 76, 0.35);
}

.pricing-fico-footnote {
    margin-top: 36px;
    margin-bottom: 0;
    font-size: 14px;
    color: #888;
}

.pricing-fico-footnote i {
    margin-right: 6px;
    color: #94a3b8;
}

@media (max-width: 1199px) {
    .pricing-fico-card--featured {
        transform: none;
    }

    .pricing-fico-card--featured:hover {
        transform: translateY(-6px);
    }
}

@media (max-width: 991px) {
    .pricing-fico-header h2 {
        font-size: 30px;
    }

    .pricing-fico-card--featured {
        margin-top: 20px;
    }
}

@media (max-width: 767px) {
    .pricing-fico-amount {
        font-size: 38px;
    }
}

.comparison-box {
    border: 1px solid #e8e8e8;
    border-radius: 8px;
    padding: 32px 28px;
    height: 100%;
    background: #fff;
    transition: box-shadow 0.3s ease;
}

.comparison-box:hover {
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);
}

.comparison-box.highlight {
    border-color: var(--fico-gold);
    box-shadow: 0 12px 40px rgba(201, 168, 76, 0.2);
}

.comparison-box h4 {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 700;
}

.comparison-box ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.comparison-box ul li {
    padding: 8px 0;
    font-size: 15px;
    line-height: 1.5;
}

.comparison-box ul li.negative::before {
    content: "✕ ";
    color: #ef4444;
    font-weight: 700;
}

.comparison-box ul li.positive::before {
    content: "✓ ";
    color: var(--fico-green);
    font-weight: 700;
}

.sources-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
}

.source-badge {
    display: inline-block;
    padding: 10px 18px;
    background: rgba(13, 27, 62, 0.04);
    border: 1px solid rgba(13, 27, 62, 0.1);
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    color: var(--fico-navy);
}

.source-badge small {
    display: block;
    font-weight: 400;
    font-size: 12px;
    color: #777;
    margin-top: 2px;
}

.faq-item {
    border: 1px solid #e8e8e8;
    border-radius: 6px;
    margin-bottom: 12px;
    overflow: hidden;
}

.faq-item .faq-question {
    width: 100%;
    text-align: left;
    padding: 18px 22px;
    background: #fff;
    border: none;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.faq-item .faq-question:hover {
    background: #fafafa;
}

.faq-item .faq-answer {
    padding: 0 22px 18px;
    color: #666;
    line-height: 1.7;
    display: none;
}

.faq-item.open .faq-answer {
    display: block;
}

.faq-item.open .faq-question i {
    transform: rotate(180deg);
}

.hero-badge {
    display: inline-block;
    padding: 8px 18px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 50px;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 22px;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
}

/* Hero CTA — boutons principaux */
.hero-cta-group {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-top: 36px;
}

.btn-hero {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 58px;
    padding: 0 32px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
    text-decoration: none !important;
    letter-spacing: 0.2px;
    transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease, border-color 0.25s ease, color 0.25s ease;
    cursor: pointer;
    box-sizing: border-box;
    white-space: nowrap;
}

.btn-hero:focus-visible {
    outline: 3px solid rgba(255, 255, 255, 0.85);
    outline-offset: 3px;
}

.btn-hero-primary {
    color: var(--fico-navy) !important;
    background: var(--fico-gold);
    border: 2px solid var(--fico-gold);
    box-shadow:
        0 4px 14px rgba(0, 0, 0, 0.15),
        0 8px 28px rgba(201, 168, 76, 0.35);
}

.btn-hero-primary:hover {
    color: var(--fico-navy) !important;
    background: #d4b45e;
    border-color: #d4b45e;
    transform: translateY(-3px);
    box-shadow:
        0 8px 22px rgba(0, 0, 0, 0.18),
        0 14px 36px rgba(201, 168, 76, 0.4);
}

.btn-hero-primary:active {
    transform: translateY(-1px);
}

.btn-hero-primary .btn-hero-arrow {
    font-size: 14px;
    transition: transform 0.25s ease;
}

.btn-hero-primary:hover .btn-hero-arrow {
    transform: translateX(4px);
}

.btn-hero-secondary {
    color: #fff !important;
    background: rgba(255, 255, 255, 0.08);
    border: 2px solid rgba(255, 255, 255, 0.75);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

.btn-hero-secondary:hover {
    color: #fff !important;
    background: rgba(255, 255, 255, 0.18);
    border-color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
}

.btn-hero-secondary:active {
    transform: translateY(-1px);
}

.hero-trust-note {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 22px;
    margin-bottom: 0;
    padding: 10px 20px;
    font-size: 13px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.88);
    background: rgba(0, 0, 0, 0.2);
    border-radius: 50px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    width: auto;
    max-width: 90%;
}

.hero-trust-note i {
    color: var(--fico-gold);
    font-size: 14px;
}

.slider-content .cta-group {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
    margin-top: 28px;
}

.slider-content .cta-secondary {
    background: transparent !important;
    border: 2px solid #fff !important;
}

.slider-content .cta-secondary:hover {
    background: rgba(255, 255, 255, 0.12) !important;
}

.logo-text {
    font-size: 22px;
    font-weight: 800;
    font-family: 'Libre Baskerville', Georgia, serif;
    color: var(--fico-navy);
    text-decoration: none;
    letter-spacing: 0.02em;
}

.logo-text span {
    color: var(--fico-gold);
}

@media (max-width: 767px) {
    .slider-content h1 {
        font-size: 28px;
    }

    .slider-content p {
        width: 92%;
    }

    .hero-cta-group {
        flex-direction: column;
        width: 100%;
        padding: 0 8px;
    }

    .btn-hero {
        width: 100%;
        max-width: 320px;
        min-height: 54px;
        font-size: 15px;
        padding: 0 24px;
    }

    .hero-trust-note {
        font-size: 12px;
        padding: 10px 16px;
        border-radius: 12px;
        flex-direction: column;
        text-align: center;
        line-height: 1.5;
    }
}

/* ——— Démo chat animée ——— */
.chat-demo-section {
    background: linear-gradient(180deg, #f8f9fc 0%, #fff 50%, #f8f9fc 100%);
    padding-top: 80px;
    padding-bottom: 80px;
}

.chat-demo-label {
    display: inline-block;
    color: var(--fico-green);
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 12px;
}

.chat-demo-intro h2 {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: 18px;
    color: var(--fico-navy);
}

.chat-demo-lead {
    font-size: 16px;
    line-height: 1.75;
    color: var(--fico-gray);
    margin-bottom: 28px;
}

.chat-demo-steps {
    list-style: none;
    padding: 0;
    margin: 0 0 32px;
}

.chat-demo-steps li {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 14px 0;
    border-bottom: 1px solid #e8ecf4;
    transition: opacity 0.3s ease;
}

.chat-demo-steps li:last-child {
    border-bottom: none;
}

.chat-demo-steps li.is-active .chat-demo-step__num {
    background: var(--fico-navy);
    color: var(--fico-gold);
    box-shadow: 0 4px 14px rgba(13, 27, 62, 0.25);
}

.chat-demo-steps li.is-active .chat-demo-step__text {
    color: var(--fico-navy);
    font-weight: 600;
}

.chat-demo-step__num {
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #e8ecf4;
    color: #666;
    font-size: 13px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
}

.chat-demo-step__text {
    font-size: 15px;
    line-height: 1.5;
    color: #666;
    padding-top: 4px;
    transition: color 0.3s ease, font-weight 0.3s ease;
}

.btn-demo-cta {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 52px;
    padding: 0 28px;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 600;
    color: var(--fico-navy) !important;
    text-decoration: none !important;
    background: var(--fico-gold);
    box-shadow: 0 6px 20px rgba(201, 168, 76, 0.35);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.btn-demo-cta:hover {
    color: var(--fico-navy) !important;
    background: #d4b45e;
    transform: translateY(-2px);
    box-shadow: 0 10px 28px rgba(201, 168, 76, 0.45);
}

.chat-demo {
    background: #fff;
    border-radius: 16px;
    box-shadow:
        0 4px 6px rgba(0, 0, 0, 0.04),
        0 24px 60px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgba(0, 0, 0, 0.04);
    overflow: hidden;
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
}

.chat-demo__chrome {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 16px;
    background: #f1f3f8;
    border-bottom: 1px solid #e4e8f0;
}

.chat-demo__dots {
    display: flex;
    gap: 6px;
}

.chat-demo__dots span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #d1d5db;
}

.chat-demo__dots span:nth-child(1) { background: #ff5f57; }
.chat-demo__dots span:nth-child(2) { background: #febc2e; }
.chat-demo__dots span:nth-child(3) { background: #28c840; }

.chat-demo__url {
    font-size: 12px;
    color: #888;
    font-family: ui-monospace, monospace;
}

.chat-demo__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 18px;
    border-bottom: 1px solid #eef0f5;
    background: #fff;
}

.chat-demo__brand {
    display: flex;
    align-items: center;
    gap: 12px;
}

.chat-demo__brand strong {
    display: block;
    font-size: 14px;
    color: #1a1a2e;
}

.chat-demo__brand span {
    font-size: 12px;
    color: var(--fico-green);
    font-weight: 500;
}

.chat-demo__brand span::before {
    content: "";
    display: inline-block;
    width: 7px;
    height: 7px;
    background: var(--fico-green);
    border-radius: 50%;
    margin-right: 5px;
    vertical-align: middle;
    animation: demo-pulse 2s ease infinite;
}

@keyframes demo-pulse {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.45; }
}

.chat-demo__logo {
    width: 36px;
    height: 36px;
    object-fit: contain;
    border-radius: 8px;
}

.chat-demo__logo-fallback {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    background: var(--fico-navy);
    color: var(--fico-gold);
    font-weight: 700;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.chat-demo__badge {
    font-size: 11px;
    font-weight: 600;
    color: var(--fico-navy);
    background: rgba(201, 168, 76, 0.15);
    border: 1px solid rgba(201, 168, 76, 0.35);
    padding: 5px 10px;
    border-radius: 20px;
}

.chat-demo__messages {
    min-height: 280px;
    max-height: 320px;
    overflow-y: auto;
    padding: 20px 16px;
    background: linear-gradient(180deg, #fafbfc 0%, #f4f6f9 100%);
    scroll-behavior: smooth;
}

.chat-demo-msg {
    display: flex;
    align-items: flex-end;
    gap: 10px;
    margin-bottom: 16px;
    max-width: 92%;
}

.chat-demo-msg--user {
    margin-left: auto;
    flex-direction: row;
}

.chat-demo-msg--assistant {
    margin-right: auto;
}

.chat-demo-msg__avatar {
    flex-shrink: 0;
    width: 30px;
    height: 30px;
    border-radius: 8px;
    font-size: 11px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}

.chat-demo-msg--user .chat-demo-msg__avatar {
    background: #e2e8f0;
    color: #475569;
}

.chat-demo-msg--assistant .chat-demo-msg__avatar {
    background: var(--fico-navy);
    color: var(--fico-gold);
}

.chat-demo-msg__body {
    padding: 12px 16px;
    border-radius: 14px;
    font-size: 13.5px;
    line-height: 1.6;
}

.chat-demo-msg--user .chat-demo-msg__body {
    background: var(--fico-navy);
    color: var(--fico-white);
    border-bottom-right-radius: 4px;
}

.chat-demo-msg--assistant .chat-demo-msg__body {
    background: #fff;
    color: #334155;
    border: 1px solid #e8ecf4;
    border-bottom-left-radius: 4px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.chat-demo-msg__body p {
    margin: 0 0 8px;
}

.chat-demo-msg__body p:last-of-type {
    margin-bottom: 0;
}

.chat-demo-sources {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 12px;
    padding-top: 10px;
    border-top: 1px dashed #e2e8f0;
}

.chat-demo-source-pill {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 11px;
    font-weight: 600;
    color: var(--fico-navy);
    background: rgba(201, 168, 76, 0.12);
    border: 1px solid rgba(201, 168, 76, 0.35);
    padding: 4px 10px;
    border-radius: 20px;
}

.chat-demo-typing {
    display: inline-flex;
    gap: 4px;
    padding: 4px 0;
}

.chat-demo-typing span {
    width: 7px;
    height: 7px;
    background: #94a3b8;
    border-radius: 50%;
    animation: demo-typing-bounce 1.2s ease infinite;
}

.chat-demo-typing span:nth-child(2) { animation-delay: 0.15s; }
.chat-demo-typing span:nth-child(3) { animation-delay: 0.3s; }

@keyframes demo-typing-bounce {
    0%, 60%, 100% { transform: translateY(0); opacity: 0.5; }
    30% { transform: translateY(-5px); opacity: 1; }
}

.chat-demo__composer {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 14px 16px;
    background: #fff;
    border-top: 1px solid #eef0f5;
}

.chat-demo__input {
    flex: 1;
    min-height: 44px;
    padding: 10px 16px;
    background: #f4f6f9;
    border: 1px solid #e4e8f0;
    border-radius: 22px;
    font-size: 13px;
    color: #334155;
    line-height: 1.4;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.chat-demo__input:empty::before {
    content: "Posez votre question fiscale ou comptable…";
    color: #94a3b8;
}

.chat-demo__send {
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    border: none;
    border-radius: 50%;
    background: var(--fico-gold);
    color: var(--fico-navy);
    font-size: 15px;
    cursor: default;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.2s ease;
}

.chat-demo__send.is-sending {
    transform: scale(0.9);
}

@media (max-width: 991px) {
    .chat-demo-intro {
        text-align: center;
        margin-bottom: 20px;
    }

    .chat-demo-intro h2 {
        font-size: 28px;
    }

    .chat-demo-steps li {
        text-align: left;
    }

    .chat-demo-intro-cta {
        text-align: center;
    }
}

@media (prefers-reduced-motion: reduce) {
    .chat-demo__brand span::before,
    .chat-demo-typing span {
        animation: none;
    }
}
