.ap-wrap {
  font-family: inherit;
  max-width: 1100px;
  margin: 0 auto;
  padding: 70px 40px;
}

/* ── Hero ── */
.ap-hero {
  text-align: center;
  max-width: 740px;
  margin: 0 auto 64px;
}
.ap-label {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #FCBF1B;
  margin-bottom: 14px;
}
.ap-title {
  font-size: 42px;
  font-weight: 800;
  color: #053273;
  line-height: 1.15;
  margin: 0 0 18px;
}
.ap-subtitle {
  font-size: 18px;
  color: #555;
  line-height: 1.6;
  margin: 0;
}

/* ── Body + Commitment ── */
.ap-content {
  display: flex;
  gap: 50px;
  align-items: flex-start;
}

/* ── Left: body text ── */
.ap-text {
  flex: 1;
}
.ap-body {
  font-size: 16px;
  color: #444;
  line-height: 1.8;
  margin: 0 0 32px;
}
.ap-body p { margin: 0 0 18px; }
.ap-body p:last-child { margin-bottom: 0; }
.ap-body strong { color: #053273; }

.ap-highlight {
  border-left: 4px solid #FCBF1B;
  padding: 16px 20px;
  background: #fafafa;
  border-radius: 0 10px 10px 0;
  font-size: 17px;
  font-weight: 700;
  color: #053273;
  line-height: 1.5;
  margin: 0;
}

/* ── Right: commitment box ── */
.ap-commitment {
  flex: 0 0 340px;
  background: #053273;
  border-radius: 20px;
  padding: 36px 32px;
  color: #fff;
}
.ap-commitment-badge {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #FCBF1B;
  margin: 0 0 16px;
}
.ap-commitment-title {
  font-size: 22px;
  font-weight: 800;
  color: #fff;
  margin: 0 0 28px;
  line-height: 1.3;
}
.ap-items {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.ap-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 15px;
  color: rgba(255,255,255,0.92);
  line-height: 1.4;
}
.ap-item-icon {
  color: #FCBF1B;
  font-weight: 700;
  font-size: 16px;
  flex-shrink: 0;
  margin-top: 1px;
}

/* ── Responsive ── */
@media (max-width: 900px) {
  .ap-wrap    { padding: 50px 24px; }
  .ap-title   { font-size: 32px; }
  .ap-content { flex-direction: column; }
  .ap-commitment { flex: none; width: 100%; box-sizing: border-box; }
}
@media (max-width: 600px) {
  .ap-title   { font-size: 26px; }
  .ap-subtitle { font-size: 16px; }
}
