/* Pilot — Executive Assessment (Deep Ocean) */

#pilot {
  text-align: left;
}

#pilot .kicker,
#pilot h2,
#pilot .pi-assessment-line {
  text-align: center;
}

#pilot h2 {
  max-width: 760px;
  margin: 0 auto 0.75rem;
  font-size: clamp(26px, 2.7vw, 34px);
  font-weight: 500;
  color: var(--ink);
}

.pi-assessment-line {
  margin: 0 auto 1.75rem;
  max-width: 660px;
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--hp-panel, #124155);
  letter-spacing: 0.01em;
}

#pilot-product {
  margin-top: 0.25rem;
}

.pi-shell {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 1.25rem;
  align-items: start;
  margin-bottom: 1.25rem;
}

@media (max-width: 960px) {
  .pi-shell {
    grid-template-columns: 1fr;
  }
}

.pi-col-title {
  margin: 0 0 0.75rem;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #64748b;
}

.pi-flow {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.pi-flow-step {
  padding: 0.875rem 1rem;
  border-radius: var(--radius);
  background: #fff;
  border: 1px solid var(--line);
}

.pi-flow-step--active {
  border-color: #bbf7d0;
  background: #f0fdf4;
}

.pi-flow-step-head {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 0.75rem;
}

.pi-flow-step-label {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #64748b;
}

.pi-flow-step-value {
  margin: 0.35rem 0 0;
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.45;
  color: var(--ink);
}

.pi-flow-arrow {
  text-align: center;
  font-size: 1.25rem;
  line-height: 1;
  color: #94a3b8;
  padding: 0.2rem 0;
}

.pi-flow-step-kind {
  flex-shrink: 0;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 0.15rem 0.45rem;
  border-radius: 999px;
  background: #f1f5f9;
  color: #64748b;
}

.pi-kind-calculated {
  background: #ecfdf5;
  color: #047857;
}

.pi-kind-estimated {
  background: #fffbeb;
  color: #b45309;
}

.pi-kind-demo {
  background: #f1f5f9;
  color: #475569;
}

.pi-deliverable-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.pi-deliverable {
  padding: 0.875rem 1rem;
  border-radius: var(--radius);
  background: #fff;
  border: 1px solid var(--line);
}

.pi-deliverable-head {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 0.75rem;
  margin-bottom: 0.35rem;
}

.pi-deliverable-head h4 {
  margin: 0;
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--ink);
}

.pi-deliverable p {
  margin: 0;
  font-size: 13px;
  line-height: 1.55;
  color: #475569;
}

.pi-handoff {
  max-width: 720px;
  margin: 0 auto 1rem;
  padding: 0.875rem 1rem;
  border-radius: var(--radius);
  background: #ecfdf5;
  border: 1px solid #bbf7d0;
  font-size: 13px;
  line-height: 1.55;
  color: #14532d;
  text-align: center;
}

.pi-actions {
  text-align: center;
  margin-top: 0.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
}

.pi-cta-secondary {
  padding: 0.875rem 1.5rem;
}

.pi-cta-primary {
  padding: 0.875rem 2rem;
}

.pi-cta-hint {
  margin: 0.75rem auto 0;
  max-width: 560px;
  text-align: center;
  font-size: 13px;
  color: #64748b;
}
