    :root{
      --bg:#f5ede5;            /* beige backdrop */
      --bg-2:#ffffff;          /* white cards */
      --bg-3:#0f1012;          /* dark section */
      --ink:#0d1513;           /* primary text */
      --muted:#616a6a;         /* body text */
      --line:#e8dfd6;          /* borders */
      --brand:#1f7a55;         /* green */
      --brand-700:#176247;     /* hover */
      --accent:#d9c6b6;        /* light beige card */
      --shadow:0 8px 24px rgba(0,0,0,.06);
      --radius:12px;
      --radius-sm:10px;
      --radius-lg:22px;
      --max:1200px;
    }
    *{box-sizing:border-box}
    body{margin:0; font-family:"Graphik", "IBM Plex Sans Arabic", sans-serif; color:var(--ink); background:var(--bg); line-height:1.6}
    h1{font-size:4.5rem; font-weight:700; margin:0}
    h2{font-size:3.5rem; font-weight:700; margin:0}
    h3{font-size:2.5rem; font-weight:700; margin:0}
    a{color:inherit; text-decoration:none}
    img{max-width:100%; display:block}
    .container{max-width:var(--max); margin:0 auto; padding:0 24px}
    .section{padding:90px 0}
    .grid{display:grid; gap:28px}

    /* Buttons */
    .btn{display:inline-flex; align-items:center; justify-content:center; gap:10px; font-weight:600; font-size:1.125rem; padding:12px 22px; border-radius:8px; cursor:pointer; border:1px solid transparent; line-height:1.2; transition:background .15s ease}
    .btn.primary{background:#12715B; color:#fff}
    .btn.primary:hover{background:#12715B}
    .btn.secondary{background:#fff; border:1px solid #d6d9de; color:#0f1419}

    /* Header */
    header{background:var(--bg); border-bottom:1px solid var(--line); position:sticky; top:0; z-index:30}
    .nav{display:flex; align-items:center; justify-content:space-between; height:72px; font-size:15px}
    .brand{display:flex; align-items:center; gap:10px; font-weight:800}
    .brand-badge{width:30px; height:30px; border-radius:8px; background:var(--brand); color:#fff; display:grid; place-items:center}
    .menu{display:flex; align-items:center; gap:22px}
    .menu a{font-weight:600}
    .menu .muted{color:#6b7279}

    /* Hero */
    .hero{padding:110px 0 56px; text-align:center; position:relative; overflow:hidden}
    .hero h1{font-size:4.5rem; line-height:1.05; letter-spacing:-.02em}
    .hero p{max-width:700px; margin:16px auto 0; color:var(--muted); font-size:18px}
    .hero .actions{margin-top:22px; display:flex; gap:12px; justify-content:center; flex-wrap:wrap}
    .hero .note{margin-top:10px; color:var(--muted); font-size:14px}
    .doodle{position:absolute; width:44px; height:44px; opacity:.95}
    .d1{left:60px; top:160px}
    .d2{right:80px; top:180px}
    .d3{left:7%; top:380px}
    .d4{right:10%; top:420px}

    /* Device mock */
    .device{max-width:980px; margin:40px auto 0}
    .frame{background:#fff; border:1px solid #e7ebef; border-radius:20px; box-shadow:var(--shadow); padding:16px}
    .bezel{height:18px; background:linear-gradient(#f7f8f9,#eef1f3); border-bottom:1px solid #e5eaee; border-top-left-radius:14px; border-top-right-radius:14px}
    .screen{border:1px solid #e7eaee; border-bottom-left-radius:14px; border-bottom-right-radius:14px; overflow:hidden}

    /* Trust strip */
    .trust{padding:56px 0}
    .trust-card{background:#fff; border:1px solid var(--line); border-radius:24px; padding:26px; display:flex; align-items:center; justify-content:space-between; gap:20px}
    .logos{display:grid; grid-template-columns:1fr; gap:100px; align-items:center}
    .logo-item{background:#fff; border:0px dashed #e1e3e7; border-radius:10px}

    /* Feature split blocks */
    .split{display:grid; grid-template-columns:1fr 1fr; align-items:center; gap:40px}
    .eyebrow{color:#0b7a59; font-weight:800; letter-spacing:.04em}
    .kicker{background:#fff; border:1px solid #e6e8eb; border-radius:14px; padding:18px; color:#374151}
    .panel{background:#fdeecb; border:1px solid #f4d7a9; border-radius:22px; padding:24px; box-shadow:0 14px 30px rgba(242,196,105,.25)}
    .panel.lilac{background:#e9dbff; border-color:#cbb7ff; box-shadow:0 14px 30px rgba(145,123,255,.25)}
    .panel.mint{background:#e0f3ea; border-color:#c7eadd; box-shadow:0 14px 30px rgba(31,122,85,.1)}

    /* Dark grid section */
    .dark{background:var(--bg-3); color:#e9ecef}
    .dark h2{color:#fff}
    .features-grid{display:grid; grid-template-columns:repeat(3,1fr); gap:22px}
    .feature-card{background:#141517; border:1px solid #2a2c2e; border-radius:18px; padding:24px}
    .feature-card.alt{background:#efe4da; color:#111; border:1px solid #e5d8cb}

    /* Pricing */
    .pricing-grid{display:grid; grid-template-columns:repeat(2,1fr); gap:26px}
    .price-card{background:#efe4da; border:1px solid var(--line); border-radius:24px; padding:26px}
    .price-card .cta{margin-top:14px}

    /* Testimonial big */
    .testimonial{background:#efe4da; border:1px solid var(--line); border-radius:30px; padding:28px}
    .testimonial .wrap{display:grid; grid-template-columns:1fr 1.4fr; gap:28px; align-items:center}

    /* Insights cards */
    .blog-grid{display:grid; grid-template-columns:repeat(3,1fr); gap:24px}
    .blog-card{background:#efe4da; border:1px solid var(--line); border-radius:22px; overflow:hidden}
    .blog-card .txt{padding:18px}

    /* CTA + Footer */
    .super-cta{text-align:center; padding:90px 0 40px}
    .footer{background:#0f1012; color:#cdd1d5; padding:56px 0 26px; border-top:1px solid #1e2125}
    .footer a{color:#e9ecef}
    .footgrid{display:grid; grid-template-columns:1.2fr 1fr 1fr 1fr 1fr; gap:28px}
    .foot-bottom{border-top:1px solid #1e2125; margin-top:24px; padding-top:18px; display:flex; align-items:center; justify-content:space-between}

    /* Responsive */
    @media (max-width:1024px){
      .split{grid-template-columns:1fr}
      .features-grid{grid-template-columns:1fr 1fr}
      .pricing-grid{grid-template-columns:1fr}
      .blog-grid{grid-template-columns:1fr}
      .footgrid{grid-template-columns:1fr 1fr}
      .hero h1{font-size:48px}
    }
    @media (max-width:560px){
      .features-grid{grid-template-columns:1fr}
      .footgrid{grid-template-columns:1fr}
      .hero h1{font-size:40px}
    }
	#faq .feature-card {
  background: #1a1a1a; /* fond sombre */
  color: #f5f5f5;      /* texte clair */
}

#faq .feature-card h3 {
  color: #ffffff;      /* titres bien visibles */
  font-weight: 600;
}

#faq .feature-card p {
  color: #cccccc;      /* texte secondaire plus doux */
}

