/* === Article de blog — CSS partage === */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
body { font-family: 'Inter', sans-serif; min-height: 100vh; background: linear-gradient(135deg, #0f0c29, #302b63, #24243e); color: #e0e0e0; padding: 32px 16px; }
.container { max-width: 760px; margin: 0 auto; }
.back-link { display: inline-block; margin-bottom: 24px; color: var(--color-mid); text-decoration: none; font-size: 0.9rem; font-weight: 600; transition: color 0.2s; }
.back-link:hover { color: var(--color-light); }
.article-card { background: rgba(20, 20, 35, 0.55); border: 1px solid rgba(255, 255, 255, 0.12); border-radius: 24px; padding: 40px 32px; box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4); }
.article-meta { font-size: 0.8rem; color: #64748b; margin-bottom: 16px; font-weight: 600; }
h1 { font-size: 1.9rem; font-weight: 800; margin-bottom: 24px; line-height: 1.3; background: linear-gradient(90deg, var(--color-light), var(--color-mid), var(--color-dark)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
h2 { font-size: 1.3rem; font-weight: 700; color: var(--color-accent); margin: 32px 0 12px; }
h3 { font-size: 1.05rem; font-weight: 700; color: var(--color-accent); margin: 20px 0 8px; }
p { font-size: 0.95rem; line-height: 1.7; color: #cbd5e1; margin-bottom: 16px; }
.article-card ul { list-style: none; padding: 0; margin-bottom: 16px; }
.article-card li { font-size: 0.92rem; color: #cbd5e1; padding: 4px 0 4px 20px; position: relative; line-height: 1.6; }
.article-card li::before { content: '\2022'; color: var(--color-mid); position: absolute; left: 4px; }
strong { color: #e2e8f0; }
.article-card a { color: var(--color-mid); text-decoration: underline; text-decoration-color: color-mix(in srgb, var(--color-mid) 40%, transparent); text-underline-offset: 2px; transition: color 0.2s, text-decoration-color 0.2s; }
.article-card a:hover { color: var(--color-light); text-decoration-color: var(--color-light); }
.article-card a:visited { color: color-mix(in srgb, var(--color-mid) 70%, #c084fc); }
a.link { color: var(--color-mid); text-decoration: none; transition: color 0.2s; }
a.link:hover { color: var(--color-light); }
.article-cta { text-align: center; margin: 28px 0; }
.article-cta .btn { font-size: 0.95rem; padding: 12px 28px; }
.article-nav { margin-top: 32px; display: flex; gap: 12px; flex-wrap: wrap; }
.btn { display: inline-block; font-family: 'Inter', sans-serif; font-size: 0.88rem; font-weight: 700; padding: 10px 20px; border-radius: 10px; text-decoration: none; color: #fff; background: linear-gradient(135deg, var(--color-btn1), var(--color-btn2)); box-shadow: 0 4px 15px color-mix(in srgb, var(--color-btn2) 40%, transparent); transition: transform 0.2s; }
.btn:hover { transform: translateY(-2px); }
.btn-outline { background: rgba(255, 255, 255, 0.07); border: 1px solid rgba(255, 255, 255, 0.15); box-shadow: none; }
footer { text-align: center; font-size: 0.78rem; color: #64748b; margin-top: 24px; }
footer a { color: #818cf8; text-decoration: none; }
@media (max-width: 480px) { .article-card { padding: 28px 18px; border-radius: 18px; } h1 { font-size: 1.5rem; } }

/* === Composants partagés des guides piliers (hero, badges, FAQ, breadcrumb) === */
.container { position: relative; z-index: 1; }
.article-card img.screenshot { display: block; max-width: 100%; border-radius: 10px; margin: 24px auto; border: 1px solid rgba(255,255,255,0.1); box-shadow: 0 4px 20px rgba(0,0,0,0.3); }
/* Hero pitch */
.hero-pitch { background: linear-gradient(135deg, rgba(34,211,238,0.12), rgba(99,102,241,0.08)); border: 1px solid rgba(34,211,238,0.3); border-radius: 14px; padding: 24px 28px; margin: 24px 0; text-align: center; font-size: 1.1rem; line-height: 1.7; color: #e2e8f0; }
.hero-pitch strong { color: #67e8f9; }
/* Value badges (cases à cocher centrées sous le hero) */
.value-badges { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin: 20px 0 8px; }
.value-badges span { display: inline-flex; align-items: center; gap: 6px; background: rgba(255,255,255,0.07); border: 1px solid rgba(255,255,255,0.13); border-radius: 50px; padding: 8px 18px; font-size: 0.88rem; color: #cbd5e1; white-space: nowrap; }
.value-badges span::before { content: '\2713'; color: #4ade80; font-weight: 700; }
/* Breadcrumb */
.breadcrumb { margin-bottom: 16px; font-size: 0.85rem; color: #94a3b8; }
.breadcrumb a { color: #67e8f9; text-decoration: none; }
.breadcrumb a:hover { text-decoration: underline; }
/* FAQ accordéon */
.faq-section { margin-top: 40px; }
.faq-section h2 { margin-bottom: 20px; }
.faq-item { border: 1px solid rgba(255,255,255,0.1); border-radius: 10px; margin-bottom: 12px; overflow: hidden; }
.faq-question { display: flex; justify-content: space-between; align-items: center; width: 100%; padding: 16px 20px; background: rgba(255,255,255,0.04); border: none; cursor: pointer; font-weight: 600; color: #e2e8f0; font-size: 0.95rem; font-family: inherit; text-align: left; transition: background 0.2s; }
.faq-question:hover { background: rgba(255,255,255,0.07); }
.faq-question:focus-visible { background: rgba(255,255,255,0.07); outline: 2px solid #67e8f9; outline-offset: -2px; }
.faq-question::after { content: '+'; font-size: 1.3rem; color: #67e8f9; flex-shrink: 0; margin-left: 12px; }
.faq-question[aria-expanded="true"]::after { content: '\2212'; }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.3s ease, padding 0.3s ease; padding: 0 20px; color: #94a3b8; line-height: 1.7; font-size: 0.92rem; }
.faq-answer[aria-hidden="false"] { max-height: 600px; padding: 0 20px 16px; }
