
  :root{
    --ld-red:#FD0001;
    --ld-black:#131313;
    --ld-text:#1b1b1b;
    --ld-muted:#5c5c5c;
    --ld-line:rgba(19,19,19,.12);
  }

  .ld-faq{
    max-width: 980px;
    margin: 0 auto;
    padding: 0; /* no big background, no heavy color blocks */
    color: var(--ld-text);
    font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, "Helvetica Neue", sans-serif;
  }

  .ld-faq__header{
    margin-bottom: 18px;
  }

  .ld-faq__kicker{
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    font-size: 12px;
    color: var(--ld-black);
  }
  .ld-faq__kicker::before{
    content:"";
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background: var(--ld-red); /* subtle accent */
  }

  .ld-faq__title{
    margin: 10px 0 6px;
    font-size: 28px;
    line-height: 1.2;
