
  html,
  body {
    background: linear-gradient(180deg, #e7edf5 0%, #dfe6ef 100%) !important;
  }

  * {
    box-sizing: border-box;
  }

  /* =========================
   HERO
========================= */
  .pdi-hero {
    position: relative;
    height: 315px;
    overflow: hidden;
  }

  .pdi-hero img {
    width: 100%;
    height: 315px;
    object-fit: cover;
    display: block;
    filter: brightness(.42);
  }

  .pdi-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
      linear-gradient(90deg, rgba(7, 20, 33, .78) 0%, rgba(7, 20, 33, .42) 42%, rgba(7, 20, 33, .18) 100%),
      radial-gradient(circle at 18% 30%, rgba(111, 76, 195, .24), transparent 28%);
    z-index: 1;
  }

  .pdi-hero-content {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0 6%;
    height: 170px;
  }

  .pdi-hero-box {
    max-width: 620px;
  }

  .pdi-hero-line {
    width: 74px;
    height: 4px;
    border-radius: 999px;
    background: linear-gradient(90deg, #8f6bff, #6f4cc3);
    margin-bottom: 18px;
  }

  .pdi-hero-title {
    margin: 0 0 12px;
    font-size: clamp(20px, 6vw, 35px);
    line-height: .94;
    letter-spacing: -.05em;
    color: #fff;
    text-shadow: 0 16px 40px rgba(0, 0, 0, .34);
  }

  .pdi-hero-sub {
    margin: 0;
    color: rgba(255, 255, 255, .82);
    font-size: 9px;
    letter-spacing: .12em;
    text-transform: uppercase;
  }

  /* =========================
   WRAP + FLOAT
========================= */
  .pdi-centre-form-wrap {
    max-width: 1180px;
    margin: -142px auto 60px !important;
    padding: 0 18px 0;
    position: relative;
    z-index: 5;
    font-family: Inter, Tajawal, sans-serif;
  }

  .pdi-centre-form {
    background: rgba(255, 255, 255, .94);
    border: 1px solid rgba(223, 231, 241, .95);
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0 30px 90px rgba(15, 23, 42, .14);
    backdrop-filter: blur(14px);
  }

  /* =========================
   FORM HEAD
========================= */
  .pdi-centre-form-head {
    padding: 30px 34px 24px;
    background:
      radial-gradient(circle at top right, rgba(111, 76, 195, .10), transparent 30%),
      linear-gradient(180deg, #f8f9fe 0%, #f1f4fb 100%);
    border-bottom: 1px solid #dfe6f1;
  }

  .pdi-centre-form-kicker {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 16px;
    border-radius: 999px;
    background: #ebe6ff;
    color: #5d46c2;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
    margin-bottom: 14px;
  }

  .pdi-centre-form-head h2 {
    margin: 0 0 10px;
    font-size: clamp(20px, 4vw, 37px);
    line-height: 1.02;
    font-weight: 900;
    letter-spacing: -.04em;
    color: #071633;
  }

  .pdi-centre-form-head p {
    margin: 0;
    max-width: 760px;
    font-size: 15px;
    line-height: 1.8;
    color: #5e6d84;
  }

  /* =========================
   BODY
========================= */
  .pdi-centre-form-body {
    padding: 24px;
    background: linear-gradient(180deg, #f6f8fc 0%, #f2f5fa 100%);
  }

  /* =========================
   SECTION
========================= */
  .pdi-section {
    background: linear-gradient(180deg, #ffffff 0%, #f8faff 100%);
    border: 1px solid #e2e8f2;
    border-radius: 22px;
    padding: 22px;
    margin-bottom: 18px;
    box-shadow: 0 8px 24px rgba(15, 23, 42, .035);
    transition: transform .2s ease, box-shadow .2s ease;
  }

  .pdi-section:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 30px rgba(15, 23, 42, .06);
  }

  .pdi-section:last-child {
    margin-bottom: 0;
  }

  .pdi-section-tag {
    display: inline-block;
    margin: 0 0 8px;
    color: #5b43c4;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .18em;
    text-transform: uppercase;
  }

  .pdi-section h3 {
    margin: 0 0 8px;
    font-size: clamp(24px, 2.2vw, 32px);
    line-height: 1.12;
    font-weight: 900;
    letter-spacing: -.03em;
    color: #0a1734;
  }

  .pdi-section-intro {
    margin: 0 0 18px;
    color: #617188;
    font-size: 15px;
    line-height: 1.8;
  }

  /* =========================
   GRID
========================= */
  .pdi-grid {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 14px;
  }

  .pdi-col-12 {
    grid-column: span 12
  }

  .pdi-col-8 {
    grid-column: span 8
  }

  .pdi-col-6 {
    grid-column: span 6
  }

  .pdi-col-4 {
    grid-column: span 4
  }

  .pdi-col-3 {
    grid-column: span 3
  }

  /* =========================
   FIELDS
========================= */
  .pdi-field {
    display: flex;
    flex-direction: column;
  }

  .pdi-field label {
    margin: 0 0 7px;
    color: #0c1834;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.45;
  }

  .pdi-field input,
  .pdi-field textarea,
  .pdi-field select {
    width: 100%;
    border: 1px solid #d6deea;
    background: #fdfdff;
    color: #0f172a;
    border-radius: 15px;
    padding: 0 14px;
    font-size: 14px;
    outline: none;
    transition: border-color .2s ease, box-shadow .2s ease, background .2s ease, transform .2s ease;
  }

  .pdi-field input,
  .pdi-field select {
    min-height: 52px;
  }

  .pdi-field textarea {
    min-height: 108px;
    padding: 13px 14px;
    resize: vertical;
  }

  .pdi-field input:focus,
  .pdi-field textarea:focus,
  .pdi-field select:focus {
    border-color: #6f4cc3;
    box-shadow: 0 0 0 4px rgba(111, 76, 195, .10);
    background: #fff;
    transform: translateY(-1px);
  }

  /* =========================
   SUB TITLES
========================= */
  .pdi-subtitle {
    margin: 22px 0 10px;
    font-size: 16px;
    font-weight: 900;
    color: #0c1834;
  }

  /* =========================
   CHECKS / OPTIONS
========================= */
  .pdi-choice-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 12px;
  }

  .pdi-choice {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    min-height: 52px;
    padding: 12px 14px;
    border: 1px solid #e2e7f0;
    background: linear-gradient(180deg, #fafbff 0%, #f6f9ff 100%);
    border-radius: 15px;
    color: #334155;
    font-size: 13px;
    line-height: 1.65;
  }

  .pdi-choice input {
    margin-top: 3px;
    flex: 0 0 auto;
  }

  .pdi-inline-yesno {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    align-items: center;
    padding: 12px 14px;
    border: 1px solid #e2e7f0;
    background: linear-gradient(180deg, #fafbff 0%, #f6f9ff 100%);
    border-radius: 15px;
  }

  .pdi-inline-yesno>span {
    font-size: 13px;
    font-weight: 800;
    color: #0c1834;
  }

  .pdi-inline-yesno label {
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: 13px;
    color: #334155;
  }

  /* =========================
   TABLE
========================= */
  .pdi-table-wrap {
    overflow: auto;
    border: 1px solid #e4eaf3;
    border-radius: 16px;
    background: #fff;
  }

  .pdi-table {
    width: 100%;
    min-width: 700px;
    border-collapse: collapse;
  }

  .pdi-table th,
  .pdi-table td {
    border-bottom: 1px solid #edf1f6;
    padding: 12px;
    vertical-align: top;
    text-align: left;
    font-size: 14px;
  }

  .pdi-table tr:last-child td {
    border-bottom: none;
  }

  .pdi-table th {
    background: #f3f6fb;
    color: #0c1834;
    font-size: 13px;
    font-weight: 900;
  }

  .pdi-table tbody tr:nth-child(even) {
    background: #fafbfe;
  }

  .pdi-table tbody tr:hover {
    background: #f5f7fe;
  }

  .pdi-table td input,
  .pdi-table td select {
    width: 100%;
    min-height: 44px;
    border: 1px solid #d8dfeb;
    border-radius: 12px;
    padding: 0 12px;
    background: #fff;
    font-size: 14px;
    outline: none;
  }

  .pdi-table td input:focus,
  .pdi-table td select:focus {
    border-color: #6f4cc3;
    box-shadow: 0 0 0 4px rgba(111, 76, 195, .08);
  }

  /* =========================
   NOTE BOX
========================= */
  .pdi-note-box {
    margin-top: 14px;
    padding: 16px 18px;
    border: 1px solid #e8defb;
    background: #f8f5ff;
    border-radius: 16px;
  }

  .pdi-note-box p {
    margin: 0 0 8px;
    color: #526077;
    font-size: 14px;
    line-height: 1.8;
  }

  .pdi-note-box p:last-child {
    margin-bottom: 0;
  }

  .pdi-note-list {
    margin: 10px 0 0;
    padding-left: 18px;
    color: #526077;
  }

  .pdi-note-list li {
    margin-bottom: 8px;
    line-height: 1.75;
    font-size: 14px;
  }

  /* =========================
   SECTION 2 (NEW STYLE)
========================= */
.pdi-section2 {
  position: relative;
  padding: 28px;
  border-radius: 24px;
  background: #ffffff;
  border: 1px solid #e6ecf5;
  box-shadow: 0 20px 50px rgba(0,0,0,0.06);
  overflow: hidden;
}

/* 🔥 خط فوق يعطي فخامة */
.pdi-section2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background: linear-gradient(90deg, #6f4cc3, #8f6bff, #00c2ff);
}

/* =========================
   HEADER
========================= */
.pdi-section2 h3 {
  font-size: 32px;
  font-weight: 900;
  margin-bottom: 10px;
  color: #0a1734;
}

.pdi-section2 .pdi-section-tag {
  display: inline-block;
  background: linear-gradient(135deg, #6f4cc3, #8f6bff);
  color: #fff;
  padding: 6px 14px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1px;
  margin-bottom: 12px;
}

.pdi-section2 .pdi-section-intro {
  color: #5f6f88;
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 22px;
}

/* =========================
   FIELDS (أوضح)
========================= */
.pdi-section2 .pdi-field input,
.pdi-section2 .pdi-field textarea,
.pdi-section2 .pdi-field select {
  background: #f9fbff;
  border: 1px solid #d9e2ef;
  border-radius: 12px;
  transition: 0.2s;
}

.pdi-section2 .pdi-field input:focus,
.pdi-section2 .pdi-field textarea:focus,
.pdi-section2 .pdi-field select:focus {
  border-color: #6f4cc3;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(111,76,195,0.1);
}

/* =========================
   CHECKBOX / RADIO
========================= */
.pdi-section2 .pdi-choice {
  border: 1px solid #e3e9f3;
  background: #f8faff;
  transition: 0.2s;
}

.pdi-section2 .pdi-choice:hover {
  background: #eef2ff;
  border-color: #6f4cc3;
}

/* =========================
   SUBTITLE
========================= */
.pdi-section2 .pdi-subtitle {
  font-size: 18px;
  color: #0f172a;
  margin-top: 26px;
}

/* =========================
   TABLE (Staff)
========================= */
.pdi-section2 .pdi-table {
  border-radius: 14px;
  overflow: hidden;
}

.pdi-section2 .pdi-table th {
  background: linear-gradient(135deg, #6f4cc3, #8f6bff);
  color: #fff;
}

.pdi-section2 .pdi-table td {
  background: #fff;
}

/* =========================
   BUTTONS
========================= */
.pdi-section2 .pdi-add-btn {
  margin-top: 12px;
  background: linear-gradient(135deg, #00c2ff, #6f4cc3);
}

.pdi-section2 .pdi-remove-btn {
  background: #ff4d4f;
}
  /* =========================
   ACTIONS
========================= */
  .pdi-actions {
    margin-top: 20px;
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
  }

  .pdi-btn {
    min-width: 190px;
    min-height: 52px;
    border: none;
    border-radius: 14px;
    padding: 0 22px;
    font-size: 14px;
    font-weight: 900;
    cursor: pointer;
    transition: transform .2s ease, opacity .2s ease, box-shadow .2s ease;
  }

  .pdi-btn-primary {
    background: linear-gradient(135deg, #6f4cc3 0%, #7f5df0 100%);
    color: #fff;
    box-shadow: 0 12px 26px rgba(111, 76, 195, .18);
  }

  .pdi-btn-secondary {
    background: #eef3f9;
    color: #0f172a;
    border: 1px solid #d8e1ee;
  }

  .pdi-btn:hover {
    transform: translateY(-2px);
  }

  .pdi-contact-note {
    margin-top: 14px;
    color: #66758b;
    font-size: 13px;
    line-height: 1.7;
  }

  /* =========================
   RESPONSIVE
========================= */
  @media (max-width:991px) {
    .pdi-hero {
      min-height: 360px;
    }

    .pdi-hero img {
      height: 315px;
    }

    .pdi-centre-form-wrap {
      margin: -70px auto 46px !important;
    }

    .pdi-col-8,
    .pdi-col-6,
    .pdi-col-4,
    .pdi-col-3 {
      grid-column: span 12;
    }

    .pdi-choice-grid {
      grid-template-columns: 1fr;
    }

    .pdi-centre-form-body {
      padding: 18px;
    }

    .pdi-section {
      padding: 18px;
    }
  }

  .pdi-table2 {
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

.pdi-table2 th {
  background: linear-gradient(135deg, #6f4cc3, #8f6bff);
  color: #fff;
  padding: 14px;
  text-align: left;
}

.pdi-table2 td {
  padding: 12px;
  background: #ffffff;
  color: #111;
}

.pdi-table2 tr {
  border-bottom: 1px solid #eee;
}

.pdi-table2 tr:hover td {
  background: #f3f4ff;
}

.pdi-table2 select {
  background: #fff;
  color: #000;
  border-radius: 10px;
  border: 1px solid #ccc;
  padding: 6px 10px;
}

  @media (max-width:767px) {
    .pdi-hero {
      min-height: 300px;
    }

    .pdi-hero img {
      height: 300px;
    }

    .pdi-hero-content {
      padding: 0 18px;
    }

    .pdi-hero-title {
      font-size: 44px;
    }

    .pdi-centre-form-wrap {
      margin: -34px auto 34px !important;
      padding: 0 12px;
    }

    .pdi-centre-form {
      border-radius: 18px;
    }

    .pdi-centre-form-head {
      padding: 20px 18px;
    }

    .pdi-centre-form-head h2 {
      font-size: clamp(26px, 8vw, 40px);
    }

    .pdi-centre-form-head p {
      font-size: 14px;
      line-height: 1.7;
    }

    .pdi-centre-form-body {
      padding: 12px;
    }

    .pdi-section {
      padding: 16px;
      border-radius: 16px;
      margin-bottom: 14px;
    }

    .pdi-actions {
      flex-direction: column;
    }

    .pdi-btn {
      width: 100%;
      min-width: 0;
    }
  }

.pdi-add-btn {
  background: linear-gradient(135deg, #6f4cc3, #8f6bff);
  color: #fff;
  border: none;
  border-radius: 12px;
  padding: 8px 14px;
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
  transition: all 0.2s ease;
  margin-top: 10px;
}

.pdi-add-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(111, 76, 195, 0.25);
}

.pdi-remove-btn {
  background: #ff4d4f;
  color: #fff;
  border: none;
  border-radius: 10px;
  padding: 6px 10px;
  font-size: 12px;
  cursor: pointer;
  transition: 0.2s;
}

.pdi-remove-btn:hover {
  background: #d9363e;
  transform: scale(1.05);
}






  html,
  body {
    background: linear-gradient(180deg, #e7edf5 0%, #dfe6ef 100%) !important;
  }

  * {
    box-sizing: border-box;
  }

  /* =========================
   HERO
========================= */
  .apaa-hero {
    position: relative;
    min-height: 430px;
    overflow: hidden;
  }

  .apaa-hero img {
    width: 100%;
    height: 430px;
    object-fit: cover;
    display: block;
    filter: brightness(.42);
  }

  .apaa-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
      linear-gradient(90deg, rgba(7, 20, 33, .78) 0%, rgba(7, 20, 33, .42) 42%, rgba(7, 20, 33, .18) 100%),
      radial-gradient(circle at 18% 30%, rgba(111, 76, 195, .24), transparent 28%);
    z-index: 1;
  }

  .apaa-hero-content {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0 6%;
  }

  .apaa-hero-box {
    max-width: 620px;
  }

  .apaa-hero-line {
    width: 74px;
    height: 4px;
    border-radius: 999px;
    background: linear-gradient(90deg, #8f6bff, #6f4cc3);
    margin-bottom: 18px;
  }

  .apaa-hero-title {
    margin: 0 0 12px;
    font-size: clamp(44px, 6vw, 78px);
    line-height: .94;
    letter-spacing: -.05em;
    font-weight: 900;
    color: #fff;
    text-shadow: 0 16px 40px rgba(0, 0, 0, .34);
  }

  .apaa-hero-sub {
    margin: 0;
    color: rgba(255, 255, 255, .82);
    font-size: 14px;
    letter-spacing: .12em;
    text-transform: uppercase;
  }

  /* =========================
   WRAP + FLOAT
========================= */
  .apaa-centre-form-wrap {
    max-width: 1180px;
    margin: -120px auto 60px !important;
    padding: 0 18px 0;
    position: relative;
    z-index: 5;
    font-family: Inter, Tajawal, sans-serif;
  }

  .apaa-centre-form {
    background: rgba(255, 255, 255, .94);
    border: 1px solid rgba(223, 231, 241, .95);
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0 30px 90px rgba(15, 23, 42, .14);
    backdrop-filter: blur(14px);
  }

  /* =========================
   FORM HEAD
========================= */
  .apaa-centre-form-head {
    padding: 30px 34px 24px;
    background:
      radial-gradient(circle at top right, rgba(111, 76, 195, .10), transparent 30%),
      linear-gradient(180deg, #f8f9fe 0%, #f1f4fb 100%);
    border-bottom: 1px solid #dfe6f1;
  }

  .apaa-centre-form-kicker {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 16px;
    border-radius: 999px;
    background: #ebe6ff;
    color: #5d46c2;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
    margin-bottom: 14px;
  }

  .apaa-centre-form-head h2 {
    margin: 0 0 10px;
    font-size: clamp(30px, 4vw, 56px);
    line-height: 1.02;
    font-weight: 900;
    letter-spacing: -.04em;
    color: #071633;
  }

  .apaa-centre-form-head p {
    margin: 0;
    max-width: 760px;
    font-size: 15px;
    line-height: 1.8;
    color: #5e6d84;
  }

  /* =========================
   BODY
========================= */
  .apaa-centre-form-body {
    padding: 24px;
    background: linear-gradient(180deg, #f6f8fc 0%, #f2f5fa 100%);
  }

  /* =========================
   SECTION
========================= */
  .apaa-section {
    background: linear-gradient(180deg, #ffffff 0%, #f8faff 100%);
    border: 1px solid #e2e8f2;
    border-radius: 22px;
    padding: 22px;
    margin-bottom: 18px;
    box-shadow: 0 8px 24px rgba(15, 23, 42, .035);
    transition: transform .2s ease, box-shadow .2s ease;
  }

  .apaa-section:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 30px rgba(15, 23, 42, .06);
  }

  .apaa-section:last-child {
    margin-bottom: 0;
  }

  .apaa-section-tag {
    display: inline-block;
    margin: 0 0 8px;
    color: #5b43c4;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .18em;
    text-transform: uppercase;
  }

  .apaa-section h3 {
    margin: 0 0 8px;
    font-size: clamp(24px, 2.2vw, 32px);
    line-height: 1.12;
    font-weight: 900;
    letter-spacing: -.03em;
    color: #0a1734;
  }

  .apaa-section-intro {
    margin: 0 0 18px;
    color: #617188;
    font-size: 15px;
    line-height: 1.8;
  }

  /* =========================
   GRID
========================= */
  .apaa-grid {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 14px;
  }

  .apaa-col-12 {
    grid-column: span 12
  }

  .apaa-col-8 {
    grid-column: span 8
  }

  .apaa-col-6 {
    grid-column: span 6
  }

  .apaa-col-4 {
    grid-column: span 4
  }

  .apaa-col-3 {
    grid-column: span 3
  }

  /* =========================
   FIELDS
========================= */
  .apaa-field {
    display: flex;
    flex-direction: column;
  }

  .apaa-field label {
    margin: 0 0 7px;
    color: #0c1834;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.45;
  }

  .apaa-field input,
  .apaa-field textarea,
  .apaa-field select {
    width: 100%;
    border: 1px solid #d6deea;
    background: #fdfdff;
    color: #0f172a;
    border-radius: 15px;
    padding: 0 14px;
    font-size: 14px;
    outline: none;
    transition: border-color .2s ease, box-shadow .2s ease, background .2s ease, transform .2s ease;
  }

  .apaa-field input,
  .apaa-field select {
    min-height: 52px;
  }

  .apaa-field textarea {
    min-height: 108px;
    padding: 13px 14px;
    resize: vertical;
  }

  .apaa-field input:focus,
  .apaa-field textarea:focus,
  .apaa-field select:focus {
    border-color: #6f4cc3;
    box-shadow: 0 0 0 4px rgba(111, 76, 195, .10);
    background: #fff;
    transform: translateY(-1px);
  }

  /* =========================
   SUB TITLES
========================= */
  .apaa-subtitle {
    margin: 22px 0 10px;
    font-size: 16px;
    font-weight: 900;
    color: #0c1834;
  }

  /* =========================
   CHECKS / OPTIONS
========================= */
  .apaa-choice-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 12px;
  }

  .apaa-choice {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    min-height: 52px;
    padding: 12px 14px;
    border: 1px solid #e2e7f0;
    background: linear-gradient(180deg, #fafbff 0%, #f6f9ff 100%);
    border-radius: 15px;
    color: #334155;
    font-size: 13px;
    line-height: 1.65;
  }

  .apaa-choice input {
    margin-top: 3px;
    flex: 0 0 auto;
  }

  .apaa-inline-yesno {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    align-items: center;
    padding: 12px 14px;
    border: 1px solid #e2e7f0;
    background: linear-gradient(180deg, #fafbff 0%, #f6f9ff 100%);
    border-radius: 15px;
  }

  .apaa-inline-yesno>span {
    font-size: 13px;
    font-weight: 800;
    color: #0c1834;
  }

  .apaa-inline-yesno label {
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: 13px;
    color: #334155;
  }

  /* =========================
   TABLE
========================= */
  .apaa-table-wrap {
    overflow: auto;
    border: 1px solid #e4eaf3;
    border-radius: 16px;
    background: #fff;
  }

  .apaa-table {
    width: 100%;
    min-width: 700px;
    border-collapse: collapse;
  }

  .apaa-table th,
  .apaa-table td {
    border-bottom: 1px solid #edf1f6;
    padding: 12px;
    vertical-align: top;
    text-align: left;
    font-size: 14px;
  }

  .apaa-table tr:last-child td {
    border-bottom: none;
  }

  .apaa-table th {
    background: #f3f6fb;
    color: #0c1834;
    font-size: 13px;
    font-weight: 900;
  }

  .apaa-table tbody tr:nth-child(even) {
    background: #fafbfe;
  }

  .apaa-table tbody tr:hover {
    background: #f5f7fe;
  }

  .apaa-table td input,
  .apaa-table td select {
    width: 100%;
    min-height: 44px;
    border: 1px solid #d8dfeb;
    border-radius: 12px;
    padding: 0 12px;
    background: #fff;
    font-size: 14px;
    outline: none;
  }

  .apaa-table td input:focus,
  .apaa-table td select:focus {
    border-color: #6f4cc3;
    box-shadow: 0 0 0 4px rgba(111, 76, 195, .08);
  }

  /* =========================
   NOTE BOX
========================= */
  .apaa-note-box {
    margin-top: 14px;
    padding: 16px 18px;
    border: 1px solid #e8defb;
    background: #f8f5ff;
    border-radius: 16px;
  }

  .apaa-note-box p {
    margin: 0 0 8px;
    color: #526077;
    font-size: 14px;
    line-height: 1.8;
  }

  .apaa-note-box p:last-child {
    margin-bottom: 0;
  }

  .apaa-note-list {
    margin: 10px 0 0;
    padding-left: 18px;
    color: #526077;
  }

  .apaa-note-list li {
    margin-bottom: 8px;
    line-height: 1.75;
    font-size: 14px;
  }

  /* =========================
   ACTIONS
========================= */
  .apaa-actions {
    margin-top: 20px;
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
  }

  .apaa-btn {
    min-width: 190px;
    min-height: 52px;
    border: none;
    border-radius: 14px;
    padding: 0 22px;
    font-size: 14px;
    font-weight: 900;
    cursor: pointer;
    transition: transform .2s ease, opacity .2s ease, box-shadow .2s ease;
  }

  .apaa-btn-primary {
    background: linear-gradient(135deg, #6f4cc3 0%, #7f5df0 100%);
    color: #fff;
    box-shadow: 0 12px 26px rgba(111, 76, 195, .18);
  }

  .apaa-btn-secondary {
    background: #eef3f9;
    color: #0f172a;
    border: 1px solid #d8e1ee;
  }

  .apaa-btn:hover {
    transform: translateY(-2px);
  }

  .apaa-contact-note {
    margin-top: 14px;
    color: #66758b;
    font-size: 13px;
    line-height: 1.7;
  }

  /* =========================
   RESPONSIVE
========================= */
  @media (max-width:991px) {
    .apaa-hero {
      min-height: 360px;
    }

    .apaa-hero img {
      height: 360px;
    }

    .apaa-centre-form-wrap {
      margin: -70px auto 46px !important;
    }

    .apaa-col-8,
    .apaa-col-6,
    .apaa-col-4,
    .apaa-col-3 {
      grid-column: span 12;
    }

    .apaa-choice-grid {
      grid-template-columns: 1fr;
    }

    .apaa-centre-form-body {
      padding: 18px;
    }

    .apaa-section {
      padding: 18px;
    }
  }

  @media (max-width:767px) {
    .apaa-hero {
      min-height: 300px;
    }

    .apaa-hero img {
      height: 300px;
    }

    .apaa-hero-content {
      padding: 0 18px;
    }

    .apaa-hero-title {
      font-size: 36px;
    }

    .apaa-centre-form-wrap {
      margin: -34px auto 34px !important;
      padding: 0 12px;
    }

    .apaa-centre-form {
      border-radius: 18px;
    }

    .apaa-centre-form-head {
      padding: 20px 18px;
    }

    .apaa-centre-form-head h2 {
      font-size: clamp(26px, 8vw, 40px);
    }

    .apaa-centre-form-head p {
      font-size: 14px;
      line-height: 1.7;
    }

    .apaa-centre-form-body {
      padding: 12px;
    }

    .apaa-section {
      padding: 16px;
      border-radius: 16px;
      margin-bottom: 14px;
    }

    .apaa-actions {
      flex-direction: column;
    }

    .apaa-btn {
      width: 100%;
      min-width: 0;
    }
  }

.apaa-add-btn {
  background: linear-gradient(135deg, #6f4cc3, #8f6bff);
  color: #fff;
  border: none;
  border-radius: 12px;
  padding: 8px 14px;
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
  transition: all 0.2s ease;
  margin-top: 10px;
}

.apaa-add-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(111, 76, 195, 0.25);
}

.apaa-remove-btn {
  background: #ff4d4f;
  color: #fff;
  border: none;
  border-radius: 10px;
  padding: 6px 10px;
  font-size: 12px;
  cursor: pointer;
  transition: 0.2s;
}

.apaa-remove-btn:hover {
  background: #d9363e;
  transform: scale(1.05);
}
