    /* ───────────────────────────────────────────
       SECTION
    ─────────────────────────────────────────── */
    .not-sure-section {
      width: 100%;
      padding: 0 0 200px;
    }
 
    .not-sure-section__inner {
      max-width: 1000px;
      margin: 0 auto;
      padding: 0;
      text-align: center;
    }
 
    /* ───────────────────────────────────────────
       HEADING
    ─────────────────────────────────────────── */
    .not-sure-section__heading-wrapper {
      margin-bottom: 10px;
    }
 
    .not-sure-section__heading {
      color: #000;
      padding: 0;
      margin: 0;
      font-family: Biotif;
      font-weight: 600;
      font-size: 38px;
      line-height: 48px;
      letter-spacing: 0;
      text-align: center;
    }
 
    /* ───────────────────────────────────────────
       SUBTITLE
    ─────────────────────────────────────────── */
    .not-sure-section__desc-wrapper {
      margin-bottom: 30px;
    }
 
    .not-sure-section__desc-wrapper p {
      color: rgba(0, 0, 0, 0.8);
      padding: 0;
      margin: 0;
      font-family: Inter;
      font-weight: 400;
      font-size: 16px;
      line-height: 29px;
      letter-spacing: 0;
      text-align: center;
    }
 
    /* ───────────────────────────────────────────
       TABLE CARD
    ─────────────────────────────────────────── */
    .not-sure-section__table-wrapper {
      width: 100%;
      border: 0;
      border-radius: 14px;
      overflow: hidden;
      margin-bottom: 45px;
      text-align: left;
      backdrop-filter: blur(7px);
      box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.05);
    }
 
    .not-sure-table {
      width: 100%;
      border-collapse: collapse;
      table-layout: fixed;
      margin: 0;
    }
 
    /* Header row */
    .not-sure-table__header-row th {
      padding: 16px 28px;
      border-bottom: 1px solid #e5eaf9;
      background: #F9FAFB;
      border: 0;
      border-bottom: 2px solid #e5eaf9;
    }
 
    .not-sure-table__header-row th:first-child {
      border-right: 0;
      width: 50%;
    }
 
    .not-sure-table__th-label {
      color: #000;
      font-family: 'Inter';
      line-height: 25px;
      padding: 0;
      margin: 0;
      font-weight: 500;
      font-size: 15px;
      letter-spacing: 0;
    }
 
    /* Body rows */
    .not-sure-table__row {
      border-top: 0;
      background: #fff;
    }
 
    .not-sure-table__row:nth-child(even) {
      background: #F9FAFB;
    }
 
    .not-sure-table__row:first-child {
      border-top: none;
    }
 
    .not-sure-table__row td {
      padding: 20px 28px;
      vertical-align: middle;
      border: 0;
    }
 
    .not-sure-table__row td:first-child {
      border-right: 0;
    }
 
    .not-sure-table__row td {
      padding: 20px 28px;
      vertical-align: middle;
      border: 0;
    }
 
    .not-sure-table__row td:first-child {
      border-right: 0;
    }
 
    /* Cell text */
    .not-sure-table__cell-label {
      color: #000;
      padding: 0;
      margin: 0;
      font-family: Inter;
      font-weight: 500;
      font-size: 15px;
      line-height: 25px;
      letter-spacing: 0px;
    }
 
    .not-sure-table__cell-value {
      color: #000;
      padding: 0;
      margin: 0;
      font-family: Inter;
      font-weight: 400;
      font-size: 15px;
      line-height: 25px;
      letter-spacing: 0px;
    }
 
    .not-sure-table__cell-value strong {
      color: #000;
      font-weight: 600;
    }
 
    /* ───────────────────────────────────────────
       RESPONSE BLOCK
    ─────────────────────────────────────────── */
    .not-sure-section__response-heading-wrapper {
      margin-bottom: 15px;
    }
 
    .not-sure-section__response-heading {
      color: #000;
      padding: 0;
      margin: 0;
      font-family: Inter;
      font-weight: 600;
      font-size: 20px;
      line-height: 30px;
      letter-spacing: -0.16px;
    }
 
    .not-sure-section__response-desc-wrapper p {
      color: rgba(0, 0, 0, 0.8);
      letter-spacing: 0;
      max-width: 700px;
      margin: 0 auto;
      padding: 0;
      font-family: Inter;
      font-weight: 400;
      font-size: 15px;
      line-height: 25px;
      letter-spacing: 0;
      text-align: center;
    }
 
    /* ───────────────────────────────────────────
       RESPONSIVE — 1024px
    ─────────────────────────────────────────── */
    @media (max-width: 1024px) {
  .not-sure-section__inner {
    padding: 0 20px;
    max-width: 100%;
  }
 
      .not-sure-section__heading {
        font-size: 40px;
      }
    }
 
    /* ───────────────────────────────────────────
       RESPONSIVE — 767px
    ─────────────────────────────────────────── */
    @media (max-width: 767px) {
      .not-sure-section__inner {
        padding: 15px 15px 60px;
      }
 
      .not-sure-section__heading {
        font-size: 28px;
        line-height: 35px;
      }
 
      .not-sure-table__header-row th,
      .not-sure-table__row td {
        padding: 14px 16px;
      }
 
      .not-sure-table__cell-label,
      .not-sure-table__cell-value,
      .not-sure-table__th-label {
      }
 
      .not-sure-section__response-heading {
        font-size: 20px;
      }
 
      .not-sure-section__response-desc-wrapper p {
        font-size: 14px;
      }
        .not-sure-section__table-wrapper {
      overflow-x: auto;
    }
 
    .not-sure-table {
      min-width: 450px;
    }
    }
