
  .linkstar-faq {
    padding: 72px 20px;
    background: #f7f4ef;
    color: #232323;
    font-family: Arial, Helvetica, sans-serif;
  }

  .linkstar-faq__inner {
    max-width: 1120px;
    margin: 0 auto;
  }

  .linkstar-faq__header {
    max-width: 760px;
    margin-bottom: 34px;
  }

  .linkstar-faq__eyebrow {
    margin: 0 0 10px;
    color: #9b6a38;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  .linkstar-faq__header h2 {
    margin: 0 0 14px;
    font-size: 36px;
    line-height: 1.18;
    font-weight: 700;
  }

  .linkstar-faq__header p {
    margin: 0;
    color: #5e5e5e;
    font-size: 16px;
    line-height: 1.7;
  }

  .linkstar-faq__list {
    display: grid;
    gap: 14px;
  }

  .linkstar-faq__item {
    border: 1px solid #ded6ca;
    background: #ffffff;
    border-radius: 8px;
    overflow: hidden;
  }

  .linkstar-faq__item summary {
    position: relative;
    padding: 20px 56px 20px 22px;
    cursor: pointer;
    font-size: 17px;
    line-height: 1.45;
    font-weight: 700;
    list-style: none;
  }

  .linkstar-faq__item summary::-webkit-details-marker {
    display: none;
  }

  .linkstar-faq__item summary::after {
    content: "+";
    position: absolute;
    right: 22px;
    top: 50%;
    transform: translateY(-50%);
    color: #9b6a38;
    font-size: 26px;
    line-height: 1;
    font-weight: 400;
  }

  .linkstar-faq__item[open] summary::after {
    content: "-";
  }

  .linkstar-faq__answer {
    padding: 0 22px 22px;
    color: #555555;
    font-size: 15.5px;
    line-height: 1.75;
  }

  @media (max-width: 768px) {
    .linkstar-faq {
      padding: 48px 16px;
    }

    .linkstar-faq__header h2 {
      font-size: 28px;
    }

    .linkstar-faq__item summary {
      padding: 18px 48px 18px 18px;
      font-size: 16px;
    }

    .linkstar-faq__answer {
      padding: 0 18px 18px;
    }
  }
