.pilot-chip {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  margin-left: 2px;
  padding: 2px 7px;
  border: 1px solid rgba(233, 216, 183, .52);
  border-radius: 3px;
  background: rgba(255, 250, 240, .08);
  color: #ead8b7;
  font-family: ui-sans-serif, system-ui, sans-serif;
  font-size: 11px;
  font-weight: 750;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
  white-space: nowrap;
}
.pilot-information { background: #e8eee9; border-top: 1px solid #cbd7ce; }
.pilot-information-inner { display: grid; grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr); gap: clamp(32px, 7vw, 96px); align-items: start; }
.pilot-information-copy { max-width: 680px; color: #405348; }
.pilot-information-copy p { margin: 0 0 14px; font-size: 16px; line-height: 1.65; }
.pilot-information-copy a { color: #173f32; font-weight: 700; text-underline-offset: 4px; }
.tp-pilot-notice {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  margin: 0 0 28px;
  padding: 18px 0;
  border-top: 1px solid #b8c7bc;
  border-bottom: 1px solid #b8c7bc;
  color: #344d3f;
}
.tp-pilot-notice div { min-width: 0; }
.tp-pilot-notice strong { display: block; color: #173f32; font-size: 14px; }
.tp-pilot-notice p { margin: 4px 0 0; font-size: 14px; line-height: 1.55; }
.tp-pilot-feedback { flex: 0 0 auto; color: #173f32; font-size: 14px; font-weight: 700; text-underline-offset: 4px; }
.account-pilot-note { margin-top: 24px; padding-top: 18px; border-top: 1px solid #d4d6cd; color: #4e5e55; font-size: 14px; line-height: 1.6; }
.account-pilot-note a { color: #173f32; font-weight: 700; text-underline-offset: 4px; }
@media (max-width: 760px) {
  .pilot-chip { min-height: 22px; padding-inline: 6px; font-size: 10px; }
  .pilot-information-inner { grid-template-columns: 1fr; gap: 20px; }
  .tp-pilot-notice { align-items: flex-start; flex-direction: column; gap: 10px; }
}
