:root {
  --enterprise-navy: #111b35;
  --enterprise-blue: #3157d8;
  --enterprise-line: #e4e8f0;
  --enterprise-muted: #697386;
}

body {
  background: #f4f6f9;
  color: var(--enterprise-navy);
}

.ambient { display: none; }

.nav {
  width: 100%;
  height: 76px;
  padding: 0 max(24px, calc((100vw - 1160px) / 2));
  background: rgba(255,255,255,.96);
  border-bottom: 1px solid var(--enterprise-line);
  box-shadow: 0 1px 2px rgba(16,24,40,.03);
}

.brand-mark {
  width: 42px;
  height: 42px;
  display: block;
  object-fit: cover;
  border-radius: 10px;
  background: #080810;
  box-shadow: none;
}

.brand b { color: #101828; font-size: 16px; }
.brand small { color: #98a2b3; letter-spacing: .16em; }

.nav-primary {
  color: #344054 !important;
  padding: 10px 15px;
  border-color: #d9dee8;
  border-radius: 8px;
  box-shadow: none;
  transition: border-color .18s, background .18s;
}

.nav-primary:hover { border-color: #aeb8ca; background: #f8fafc; }

.hero {
  max-width: 860px;
  padding: 68px 0 34px;
  text-align: left;
}

.eyebrow {
  color: var(--enterprise-blue);
  font-size: 12px;
  letter-spacing: .06em;
}

.eyebrow i { background: var(--enterprise-blue); box-shadow: 0 0 0 4px #3157d815; }

.hero h1 {
  margin: 16px 0 14px;
  color: var(--enterprise-navy);
  font-size: clamp(38px, 5vw, 56px);
  line-height: 1.15;
  letter-spacing: -.04em;
}

.hero > p {
  max-width: 650px;
  margin: 0;
  color: var(--enterprise-muted);
  font-size: 16px;
  line-height: 1.75;
}

.trust-row {
  justify-content: flex-start;
  gap: 0;
  margin-top: 24px;
}

.trust-row span {
  position: relative;
  padding: 0 18px;
  color: #667085;
  font-weight: 650;
}

.trust-row span:first-child { padding-left: 0; }
.trust-row span + span::before { content: ''; position: absolute; left: 0; top: 3px; width: 1px; height: 12px; background: #d5dae3; }

.terminal,
.results {
  max-width: 100%;
  border: 1px solid #dfe4ec;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 8px 30px rgba(16,24,40,.06);
  backdrop-filter: none;
}

.terminal { margin-top: 0; }
.terminal-head { min-height: 72px; padding: 20px 26px; }
.terminal-head b { font-size: 16px; }
.terminal-head small { color: #98a2b3; font-size: 11px; letter-spacing: 0; margin-left: 8px; }
.status-dot { width: 7px; height: 7px; background: #12b76a; box-shadow: 0 0 0 4px #12b76a13; }

.online {
  color: #027a48;
  font-size: 11px;
  letter-spacing: 0;
  background: #ecfdf3;
  border-color: #abefc6;
  padding: 6px 10px;
}

.tabs {
  gap: 0;
  margin: 24px 26px 0;
  padding: 4px;
  background: #f1f3f7;
  border-radius: 9px;
}

.tab { border-radius: 7px; padding: 12px; color: #667085; }
.tab.active { color: #1d2939; background: #fff; box-shadow: 0 1px 4px rgba(16,24,40,.12); }
.tab.active span { color: var(--enterprise-blue); }

form { padding: 26px; }
.field-head { color: #344054; }
textarea { border-color: #d7dce5; border-radius: 9px; background: #fff; font-size: 14px; }
textarea:focus { border-color: #6d85dc; box-shadow: 0 0 0 3px #3157d812; }

.submit {
  height: 50px;
  border-radius: 8px;
  background: var(--enterprise-navy);
  box-shadow: none;
  transition: background .18s, transform .18s;
}

.submit:hover { background: #1e2c50; transform: translateY(-1px); }
.notice { padding: 18px 26px; background: #f8f9fb; }

.results { margin-top: 20px; }
.results-head { padding: 19px 22px; }
.result-actions { display: flex; gap: 8px; }
.results-head button { border-radius: 7px; }
.results-head .copy-all { color: #fff; border-color: var(--enterprise-navy); background: var(--enterprise-navy); }
.result-list { padding: 8px 12px 12px; }
.result-item { margin: 8px 0; padding: 18px; border-radius: 9px; background: #fbfcfd; }

.activation-wrap { display: flex; align-items: stretch; gap: 9px; margin-top: 14px; }
.activation-wrap .activation { flex: 1; margin-top: 0; border-radius: 7px; }
.copy-one { flex: 0 0 auto; padding: 0 15px; border: 1px solid #d7dce5; border-radius: 7px; background: #fff; color: #344054; font-weight: 700; cursor: pointer; }
.copy-one:hover { color: #2949bc; border-color: #9aaae0; background: #f8faff; }

.steps { max-width: 100%; margin-top: 20px; margin-bottom: 70px; }
.steps article { border-color: #e0e5ed; border-radius: 10px; background: #fff; }
.steps article > span { color: var(--enterprise-blue); }

footer { color: #7d8799; }

@media (max-width: 700px) {
  .nav { padding: 0 16px; }
  .hero { padding: 46px 0 26px; }
  .hero h1 { font-size: 38px; }
  .trust-row span { padding: 0 10px; }
  .terminal-head, form { padding-left: 17px; padding-right: 17px; }
  .tabs { margin-left: 17px; margin-right: 17px; }
  .result-actions { gap: 5px; }
  .results-head button { padding: 8px 9px; font-size: 11px; }
  .activation-wrap { display: block; }
  .copy-one { width: 100%; height: 40px; margin-top: 8px; }
}
