.start-cockpit {
  position: relative;
  overflow: hidden;
  scroll-margin-top: 88px;
  margin-bottom: 22px;
  padding: clamp(20px, 3vw, 34px);
  border: 1px solid color-mix(in srgb, var(--cyan, #62d8ff) 30%, transparent);
  border-radius: 28px;
  background:
    radial-gradient(circle at 92% 0%, color-mix(in srgb, var(--cyan, #62d8ff) 16%, transparent), transparent 32%),
    linear-gradient(145deg, rgba(11, 27, 45, .98), rgba(6, 15, 28, .99));
  box-shadow: 0 24px 80px rgba(0, 0, 0, .24);
}

.start-cockpit::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.025), transparent);
}

.start-cockpit-head,
.start-cockpit-layout,
.start-cockpit-metrics {
  position: relative;
  z-index: 1;
}

.start-cockpit-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 28px;
}

.start-cockpit-head > div { max-width: 780px; }
.start-cockpit-head > div > span,
.start-next-actions > span {
  color: var(--mint, #44e3c2);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .16em;
}

.start-cockpit-head h2 {
  margin: 8px 0 10px;
  color: #f7fbff;
  font-size: clamp(27px, 3.5vw, 44px);
  letter-spacing: -.045em;
}

.start-cockpit-head p {
  margin: 0;
  color: #aab8cb;
  line-height: 1.65;
}

.start-cockpit-primary {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-width: 250px;
  padding: 15px 18px;
  border-radius: 15px;
  background: linear-gradient(135deg, var(--mint, #44e3c2), var(--cyan, #62d8ff));
  color: #04101c;
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 16px 38px color-mix(in srgb, var(--cyan, #62d8ff) 18%, transparent);
}

.start-cockpit-primary b { font-size: 21px; }

.start-cockpit-metrics {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
  margin-top: 24px;
}

.start-cockpit-metrics article {
  min-width: 0;
  padding: 15px;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 15px;
  background: rgba(255,255,255,.035);
}

.start-cockpit-metrics span,
.start-cockpit-metrics small { display: block; }
.start-cockpit-metrics span { color: #7f90a8; font-size: 10px; font-weight: 850; letter-spacing: .11em; }
.start-cockpit-metrics b { display: block; margin: 5px 0 1px; color: #f7fbff; font-size: 28px; }
.start-cockpit-metrics small { overflow: hidden; color: #8c9bb0; font-size: 11px; text-overflow: ellipsis; white-space: nowrap; }

.start-cockpit-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr);
  gap: 14px;
  margin-top: 14px;
}

.start-flow {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.start-flow a {
  display: flex;
  align-items: center;
  gap: 13px;
  min-width: 0;
  padding: 14px;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 15px;
  background: rgba(255,255,255,.025);
  color: #eef6ff;
  text-decoration: none;
  transition: border-color .18s ease, background .18s ease, transform .18s ease;
}

.start-flow a:hover { transform: translateY(-1px); border-color: color-mix(in srgb, var(--mint, #44e3c2) 45%, transparent); background: rgba(255,255,255,.05); }
.start-flow a > b { display: grid; flex: 0 0 34px; height: 34px; place-items: center; border-radius: 11px; background: rgba(68,227,194,.11); color: var(--mint, #44e3c2); }
.start-flow a span { min-width: 0; }
.start-flow strong,
.start-flow small { display: block; }
.start-flow strong { margin-bottom: 3px; font-size: 13px; }
.start-flow small { overflow: hidden; color: #8595aa; font-size: 11px; text-overflow: ellipsis; white-space: nowrap; }

.start-next-actions {
  padding: 17px 18px;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 15px;
  background: rgba(2, 10, 20, .48);
}

.start-next-actions ol { display: grid; gap: 8px; margin: 13px 0 14px; padding: 0; list-style: none; counter-reset: action; }
.start-next-actions li { position: relative; padding-left: 26px; color: #d8e3ef; font-size: 13px; line-height: 1.45; counter-increment: action; }
.start-next-actions li::before { content: counter(action); position: absolute; left: 0; top: 1px; display: grid; width: 18px; height: 18px; place-items: center; border-radius: 7px; background: rgba(98,216,255,.11); color: var(--cyan, #62d8ff); font-size: 10px; font-weight: 900; }
.start-next-actions p { margin: 0; color: #7f90a8; font-size: 11px; line-height: 1.5; }
.start-next-actions p b { color: #b7c7d9; }

@media (max-width: 980px) {
  .start-cockpit-head { align-items: stretch; flex-direction: column; }
  .start-cockpit-primary { width: 100%; min-width: 0; }
  .start-cockpit-metrics { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .start-cockpit-layout { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
  .start-cockpit { padding: 18px 14px; border-radius: 20px; }
  .start-cockpit-metrics { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .start-cockpit-metrics article:last-child { grid-column: 1 / -1; }
  .start-flow { grid-template-columns: 1fr; }
  .start-flow small { white-space: normal; }
}
