.start-pilot {
  display: grid;
  gap: 8px;
  margin: 14px 0 4px;
  padding: 13px;
  border: 1px solid rgba(57, 230, 189, .22);
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(57, 230, 189, .1), rgba(90, 217, 255, .04));
}

.start-pilot[hidden] { display: none; }

.start-pilot button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  width: 100%;
  padding: 13px 15px;
  border: 0;
  border-radius: 12px;
  background: #39e6bd;
  color: #07121d;
  font: inherit;
  font-weight: 900;
  cursor: pointer;
}

.start-pilot button:disabled { cursor: wait; opacity: .55; }
.start-pilot small { color: #a8b8ca; font-size: 11px; line-height: 1.5; }
.start-pilot p { min-height: 18px; margin: 0; color: #d8fff5; font-size: 12px; line-height: 1.5; }

@media (max-width: 560px) {
  .start-pilot { padding: 11px; }
  .start-pilot button { align-items: flex-start; padding: 12px; text-align: left; }
}
