/* Page d'accueil — cohérence avec l'univers corporate V3 */
:root {
  --black: #0b0d10 !important;
  --black-soft: #14171c !important;
  --yellow: #f4bb18 !important;
  --yellow-dark: #c99409 !important;
  --cream: #f4f5f7 !important;
  --gray-dark: #20242b !important;
  --gray-mid: #606771 !important;
  --gray-border: #e1e4e8 !important;
}

body {
  background:
    linear-gradient(90deg, rgba(20,44,76,.025) 1px, transparent 1px),
    linear-gradient(rgba(20,44,76,.025) 1px, transparent 1px),
    #f4f5f7 !important;
  background-size: 32px 32px !important;
}

header { background: rgba(11,13,16,.97) !important; border-bottom: 0 !important; box-shadow: 0 1px 0 rgba(255,255,255,.08); }
.header-contacts a { border-radius: 2px !important; }

.hero {
  position: relative;
  padding-top: 118px !important;
  padding-bottom: 126px !important;
  background: linear-gradient(128deg, #0b0d10 0%, #142c4c 100%) !important;
}

.hero::after {
  content: "";
  position: absolute;
  right: -120px;
  bottom: -180px;
  width: 520px;
  height: 520px;
  border: 95px solid rgba(244,187,24,.08);
  border-radius: 50%;
}

.hero-eyebrow { border-radius: 2px !important; padding: 8px 13px !important; font-size: 9px !important; }
.hero h1 { letter-spacing: -2.2px; }
.hero p.lead { max-width: 820px !important; }

.hero-actions {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 34px;
}

.hero-primary,
.hero-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 15px 22px;
  border-radius: 3px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: .25s ease;
}

.hero-primary { background: #f4bb18; border: 1px solid #f4bb18; color: #0b0d10; }
.hero-primary span { margin-left: 16px; font-size: 18px; }
.hero-secondary { border: 1px solid rgba(255,255,255,.35); color: #fff; }
.hero-primary:hover { background: #fff; border-color: #fff; transform: translateY(-2px); }
.hero-secondary:hover { background: rgba(255,255,255,.10); border-color: #fff; transform: translateY(-2px); }
.hero-stat { border-radius: 3px !important; background: rgba(255,255,255,.045) !important; }
.hero-stat:hover { transform: translateY(-3px) !important; }

.confidence-strip {
  position: relative;
  z-index: 3;
  width: min(1120px, calc(100% - 40px));
  margin: -38px auto 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background: #fff;
  border: 1px solid #e1e4e8;
  box-shadow: 0 18px 45px rgba(10,18,30,.10);
}

.confidence-strip > div {
  position: relative;
  padding: 25px 28px 25px 46px;
  border-right: 1px solid #e1e4e8;
}

.confidence-strip > div:last-child { border-right: 0; }
.confidence-strip > div::before {
  content: "✓";
  position: absolute;
  left: 22px;
  top: 27px;
  color: #c99409;
  font-weight: 900;
}
.confidence-strip strong { display: block; color: #142c4c; font-size: 13px; }
.confidence-strip span { display: block; margin-top: 5px; color: #69717c; font-size: 11px; line-height: 1.5; }

.selector-intro, .cards-container { background: transparent !important; }
.selector-intro { padding-top: 84px !important; }
.selector-intro { scroll-margin-top: 86px; }

.card {
  background: #fff !important;
  border: 1px solid #e1e4e8 !important;
  border-radius: 4px !important;
  box-shadow: 0 10px 28px rgba(10,18,30,.06) !important;
}

.card::before { opacity: 0 !important; }
.card:hover { transform: translateY(-5px) !important; box-shadow: 0 22px 48px rgba(10,18,30,.11) !important; }
.card-body { padding: 30px !important; }
.card-icon { border-radius: 3px !important; }
.card-title { color: #142c4c !important; letter-spacing: -.5px; }
.card-description { color: #626a75 !important; line-height: 1.7 !important; }
.card-meta { padding-top: 16px !important; border-top: 1px solid #edf0f2; }
.card-cta { border-radius: 3px !important; background: #142c4c !important; color: #fff !important; }
.card-cta:hover { background: #f4bb18 !important; color: #0b0d10 !important; }

.how-it-works { background: #fff !important; }
.step-num { border-radius: 3px !important; background: #142c4c !important; color: #fff !important; box-shadow: none !important; }
.cta-banner { background: linear-gradient(128deg, #0b0d10, #142c4c) !important; }
.cta-banner-btn { border-radius: 3px !important; }

@media (max-width: 720px) {
  .hero { padding: 78px 20px 84px !important; }
  .hero::after { width: 300px; height: 300px; right: -150px; bottom: -130px; border-width: 52px; }
  .hero-actions { flex-direction: column; }
  .hero-primary, .hero-secondary { width: 100%; }
  .confidence-strip { grid-template-columns: 1fr; margin-top: -28px; }
  .confidence-strip > div { border-right: 0; border-bottom: 1px solid #e1e4e8; }
  .confidence-strip > div:last-child { border-bottom: 0; }
}
