/* Enterprise pilot — a low-risk first-customer path in the canonical Horizon language. */
.enterprise-pilot {
  padding: 145px 0;
  background: #11131a;
  color: #f6f7fb;
}

.pilot-head { align-items: end; }
.pilot-head h2 { max-width: 13ch; }
.pilot-head h2 span { color: #aab3ff; }
.pilot-head .lead { color: #c4c7d0; }
.pilot-head .text-link {
  display: inline-block;
  margin-top: 28px;
  color: #f6f7fb;
  border-bottom-color: #6d7180;
}

.pilot-frame {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(300px, .65fr);
  gap: 18px;
  align-items: stretch;
}

.pilot-scope,
.pilot-outcome {
  border: 1px solid #343741;
  border-radius: 24px;
}

.pilot-scope {
  padding: 30px;
  background: #151821;
}

.pilot-scope > small,
.pilot-outcome > small {
  display: block;
  color: #aab3ff;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: .13em;
}

.pilot-deliverables {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 30px;
  border-top: 1px solid #343741;
  border-left: 1px solid #343741;
}

.pilot-deliverables article {
  min-height: 250px;
  padding: 26px;
  border-right: 1px solid #343741;
  border-bottom: 1px solid #343741;
}

.pilot-deliverables span {
  color: #aab3ff;
  font-size: 10px;
  letter-spacing: .12em;
}

.pilot-deliverables h3 {
  max-width: 12ch;
  margin: 58px 0 14px;
  font-size: clamp(25px, 2.5vw, 39px);
  line-height: 1;
  letter-spacing: -.045em;
  font-weight: 500;
}

.pilot-deliverables p {
  max-width: 40ch;
  margin: 0;
  color: #afb2bc;
  font-size: 13px;
  line-height: 1.55;
}

.pilot-outcome {
  position: relative;
  padding: 32px;
  background: linear-gradient(145deg, #202436, #171923);
}

.pilot-status {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 9px;
  margin-bottom: 72px;
  color: #bfc3cc;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: .12em;
}

.pilot-status i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--mint);
  box-shadow: 0 0 0 6px rgba(189, 250, 215, .08);
}

.pilot-outcome h3 {
  max-width: 13ch;
  margin: 20px 0 36px;
  font-size: clamp(30px, 3.2vw, 49px);
  line-height: 1;
  letter-spacing: -.055em;
  font-weight: 500;
}

.pilot-outcome ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid #3b3e48;
}

.pilot-outcome li {
  position: relative;
  padding: 15px 0 15px 22px;
  border-bottom: 1px solid #3b3e48;
  color: #d7d9df;
  font-size: 13px;
}

.pilot-outcome li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 21px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #aab3ff;
}

.pilot-outcome > p {
  margin: 32px 0 0;
  color: #9da1ac;
  font-size: 12px;
  line-height: 1.6;
}

@media (max-width: 900px) {
  .enterprise-pilot { padding: 100px 0; }
  .pilot-frame { grid-template-columns: 1fr; }
  .pilot-outcome { min-height: 0; }
  .pilot-status { margin-bottom: 46px; }
}

@media (max-width: 600px) {
  .pilot-scope,
  .pilot-outcome {
    padding: 22px;
    border-radius: 18px;
  }

  .pilot-deliverables { grid-template-columns: 1fr; }
  .pilot-deliverables article { min-height: 220px; }
  .pilot-deliverables h3 { margin-top: 45px; }
  .pilot-outcome h3 { max-width: 15ch; }
}
