details summary::-webkit-details-marker { display: none; }
details summary::marker { display: none; }

/* ── HERO V2 — deux colonnes ── */
.hero-v2 { background: linear-gradient(to right, #f2f6ff, #f1f5fe); overflow-x: clip; }
.hero-v2-inner {
  width: 100%; padding: 0 0 0 clamp(24px, calc((100vw - 1280px) / 2 + 48px), 200px);
  display: flex; align-items: stretch; gap: 0;
}
.hero-v2-left {
  flex: 0 0 auto; width: min(46%, 560px); max-width: min(46%, 560px);
  padding-right: 40px; padding-top: 24px; padding-bottom: 24px;
  display: flex; flex-direction: column; justify-content: space-between;
}
.hero-v2-badge {
  display: inline-block; width: fit-content; font-size: 10px; font-weight: 700;
  text-transform: uppercase; letter-spacing: 1.5px; color: var(--color-primary);
  background: #d5ebff; padding: 6px 16px; border-radius: 999px;
}
.hero-v2-title { font-family: 'Inter', sans-serif; font-size: clamp(32px, 4vw, 58px); font-weight: 800; color: #111; line-height: 1.12; letter-spacing: -0.5px; }
.hero-v2-heading { display: flex; flex-direction: column; gap: 28px; padding-top: 20px; }
.hero-v2-line { display: block; }
.hero-v2-accent { display: block; color: var(--color-primary); }
.hero-v2-desc { font-size: 13px; color: #555; line-height: 1.6; margin-top: 14px; max-width: 460px; }

.hero-v2-search { margin-top: 14px; }
.hero-v2-search .ls-wrap { max-width: 100%; }
.hero-v2-search .ls-form {
  border: 1.5px solid #ddd; border-radius: 999px; overflow: hidden; background: #fff;
  box-shadow: 0 2px 12px rgba(0,0,0,0.06); transition: border-color 0.2s;
}
.hero-v2-search .ls-form:focus-within { border-color: var(--color-primary); }
.hero-v2-search .ls-input { padding: 14px 16px; font-size: 14px; background: #fff; }
.hero-v2-search .ls-btn { padding: 0 28px; font-size: 12px; font-weight: 700; letter-spacing: 0.5px; text-transform: uppercase; background: var(--color-primary); border-radius: 0; }
.hero-v2-search .ls-btn:hover { background: var(--color-primary-dark); }
.hero-v2-search .ls-dropdown { box-shadow: 0 12px 40px rgba(0,0,0,0.12); }

.hero-v2-popular { display: flex; flex-wrap: wrap; align-items: center; gap: 6px 10px; font-size: 12px; margin-top: 14px; }
.popular-label { color: #888; font-weight: 600; }
.popular-tag { color: #555; background: #f0f0f0; border: 1px solid #e0e0e0; border-radius: 999px; padding: 4px 12px; font-size: 11px; font-weight: 600; }

.hero-v2-right { flex: 1; position: relative; display: flex; align-items: flex-start; }
.hero-v2-img { position: relative; z-index: 1; width: 100%; height: auto; display: block; }

@media (max-width: 960px) {
  .hero-v2-inner { flex-direction: column; padding: 16px 24px 0; }
  .hero-v2-left { width: 100%; max-width: 100%; padding-right: 0; padding-top: 0; padding-bottom: 24px; align-items: center; text-align: center; justify-content: flex-start; gap: 14px; }
  .hero-v2-heading { padding-top: 0; gap: 16px; align-items: center; }
  .hero-v2-title { font-size: clamp(26px, 9vw, 48px); }
  .hero-v2-right { width: 100%; min-height: 360px; }
  .hero-v2-popular { justify-content: center; margin-top: 6px; }
}

/* ── STATS BAR ── */
.stats-bar { background: #1a3a8f; background-image: radial-gradient(circle, rgba(255,255,255,0.07) 1px, transparent 1px); background-size: 20px 20px; padding: 32px 0; }
.stats-bar-inner { max-width: 1280px; margin: 0 auto; padding: 0 48px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.stat-item { display: flex; align-items: center; gap: 16px; color: #fff; }
.stat-icon { width: 36px; height: 36px; flex-shrink: 0; opacity: 0.85; }
.stat-title { font-size: 14px; font-weight: 700; line-height: 1.2; margin-bottom: 3px; }
.stat-sub { font-size: 11px; font-weight: 400; opacity: 0.72; line-height: 1.3; }
@media (max-width: 960px) { .stats-bar-inner { grid-template-columns: repeat(2, 1fr); padding: 0 24px; } }
@media (max-width: 540px) { .stats-bar-inner { grid-template-columns: 1fr 1fr; gap: 16px; } }

/* ── CATEGORY CARDS ── */
.cat-cards-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
@media (max-width: 767px) { .cat-cards-grid { grid-template-columns: repeat(2, 1fr); } }
.cat-card {
  display: flex; flex-direction: column; align-items: center; gap: 12px;
  padding: 24px 14px 20px; background: white; border: 1px solid #E5E5E5;
  text-align: center; transition: border-color 0.2s, box-shadow 0.2s; cursor: pointer;
}
.cat-card:hover { border-color: var(--color-primary); box-shadow: 0 4px 20px rgba(0,0,0,0.08); }
.cat-card-icon { width: 80px; height: 80px; display: flex; align-items: center; justify-content: center; background: #F5F5F5; flex-shrink: 0; overflow: hidden; }
.cat-card-img { width: 100%; height: 100%; object-fit: contain; padding: 4px; }
.cat-card-name { font-family: 'Inter', sans-serif; font-weight: 700; font-size: 13px; color: #111111; margin: 0 0 4px; line-height: 1.3; }
.cat-card-desc { font-family: 'Inter', sans-serif; font-size: 11px; color: #999999; margin: 0 0 10px; }
.cat-card-count { font-family: 'Inter', sans-serif; font-size: 11px; font-weight: 700; color: var(--color-primary); }
.cat-card-cta { font-family: 'Inter', sans-serif; font-size: 11px; font-weight: 600; color: #333333; text-transform: uppercase; letter-spacing: 0.5px; margin-top: auto; }

/* ── STEPS ── */
.steps-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 2rem; }
@media (max-width: 1023px) { .steps-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 639px) { .steps-grid { grid-template-columns: 1fr; } }
.step { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 14px; position: relative; }
.step-connector { position: absolute; top: 20px; left: calc(50% + 30px); right: -10px; height: 1px; background: linear-gradient(to right, var(--color-primary), #E5E5E5); }
.step-num { position: relative; z-index: 1; width: 44px; height: 44px; display: flex; align-items: center; justify-content: center; font-family: 'Inter', sans-serif; font-size: 18px; font-weight: 800; color: white; background: var(--color-primary); flex-shrink: 0; }
.step-title { font-family: 'Inter', sans-serif; font-weight: 700; font-size: 14px; color: #111111; margin: 0; }
.step-desc { font-family: 'Inter', sans-serif; font-size: 13px; color: #666666; line-height: 1.6; margin: 0; }

/* ── TRUST H2 (bandeau confiance sur la home) ── */
.trust-header { text-align: center; margin-bottom: 36px; }
.trust-h2 { font-family: 'Inter', sans-serif; font-weight: 800; font-size: 20px; text-transform: uppercase; color: white; letter-spacing: 0.5px; margin: 0; }

/* ── SEO BLOCK ── */
.seo-intro { margin-bottom: 32px; }
.seo-intro p { font-family: 'Inter', sans-serif; font-size: 14px; color: #444444; line-height: 1.8; margin: 0 0 14px; }
.seo-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
@media (max-width: 767px) { .seo-grid { grid-template-columns: 1fr; } }
.seo-block-item { padding: 22px 20px; background: #F9F9F9; border-left: 3px solid var(--color-primary); }
.seo-block-title { font-family: 'Inter', sans-serif; font-weight: 700; font-size: 14px; color: #111111; margin: 0 0 10px; }
.seo-block-desc { font-family: 'Inter', sans-serif; font-size: 13px; color: #666666; line-height: 1.7; margin: 0; }

/* ── FAQ ── */
.faq-list { background: white; border: 1px solid #E5E5E5; }
.faq-item--border { border-bottom: 1px solid #E5E5E5; }
.faq-summary { display: flex; align-items: center; justify-content: space-between; cursor: pointer; padding: 18px 20px; gap: 16px; user-select: none; }
.faq-q { font-family: 'Inter', sans-serif; font-weight: 700; font-size: 14px; color: #111111; }
.faq-icon { flex-shrink: 0; width: 24px; height: 24px; display: flex; align-items: center; justify-content: center; background: var(--color-primary); color: white; font-size: 14px; font-weight: 700; transition: transform 0.25s; line-height: 1; }
details[open] .faq-icon { transform: rotate(45deg); }
.faq-a { font-family: 'Inter', sans-serif; font-size: 13px; color: #666666; line-height: 1.7; margin: 0; padding: 0 20px 20px; border-top: 1px solid #F0F0F0; }
.faq-contact { text-align: center; margin-top: 36px; }
.faq-contact-text { font-family: 'Inter', sans-serif; font-size: 13px; color: #666666; margin-bottom: 16px; }

/* ── PARTNERS ── */
.partners-section { padding: 36px 0; background: white; border-top: 1px solid #E5E5E5; }
.partners-label { font-family: 'Inter', sans-serif; font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: 3px; color: #BBBBBB; margin-bottom: 24px; }
.partners-list { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 24px 36px; }
.partner-name { font-family: 'Inter', sans-serif; font-weight: 700; font-size: 13px; color: #CCCCCC; transition: color 0.2s; cursor: default; letter-spacing: 0.3px; }
.partner-name:hover { color: #111111; }
