/* Acquiry /mandate/ v4 — site fonts + polished metric/sequence/vault boxes */
.mandate-page {
  background: #fff;
  color: #0f172a;
}

/* Dark solid chrome (white page has no hero under fixed header) */
.mandate-page .site-header {
  background: rgba(13, 27, 46, 0.97) !important;
  backdrop-filter: blur(14px);
  padding: 14px 0 !important;
  box-shadow: 0 2px 40px rgba(0, 0, 0, 0.35);
}
@media (min-width: 901px) {
  .mandate-page .primary-nav {
    display: block !important;
    position: static !important;
    transform: none !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    overflow: visible !important;
  }
  .mandate-page .primary-nav > ul {
    display: flex !important;
  }
  .mandate-page .primary-nav > ul > li > a {
    color: rgba(255, 255, 255, 0.75) !important;
  }
  .mandate-page .hamburger {
    display: none !important;
  }
}

.mdt-main {
  padding: 120px 0 96px;
  background: #fff;
}
.mdt-shell {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: minmax(0, 45fr) minmax(0, 55fr);
  gap: 56px 64px;
  align-items: start;
}

.mdt-sell {
  display: flex;
  flex-direction: column;
  gap: 36px;
  padding-right: 4px;
}

.mdt-eyebrow {
  display: block;
  margin-bottom: 14px;
  font-family: "IBM Plex Mono", ui-monospace, Menlo, monospace;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #086ad8;
}
.mdt-hero h1 {
  margin: 0;
  font-family: Poppins, sans-serif;
  font-size: clamp(2.35rem, 4.4vw, 3.15rem);
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1.08;
  color: #0d1b2e;
}
.mdt-lede {
  margin: 18px 0 0;
  max-width: 34rem;
  font-family: Rubik, sans-serif;
  font-size: 1.02rem;
  line-height: 1.7;
  color: #555;
}

/* —— Metric boxes —— */
.mdt-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}
.mdt-metric {
  padding: 18px 16px;
  background: #f4f9fc;
  border: 1px solid #e8eef5;
  border-radius: 10px;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
.mdt-metric:hover {
  border-color: #086ad8;
  box-shadow: 0 8px 24px rgba(8, 106, 216, 0.08);
}
.mdt-metric strong {
  display: block;
  font-family: Poppins, sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
  color: #0d1b2e;
}
.mdt-metric span {
  display: block;
  margin-top: 5px;
  font-family: Rubik, sans-serif;
  font-size: 0.72rem;
  color: #666;
}

/* —— Sequence as nice boxed steps —— */
.mdt-sequence h2,
.mdt-vault-head h2 {
  margin: 0 0 14px;
  font-family: Rubik, sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #94a3b8;
}
.mdt-sequence-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.mdt-seq-card {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 14px;
  align-items: start;
  padding: 16px 16px 16px 14px;
  background: #fff;
  border: 1px solid #e8eef5;
  border-radius: 12px;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
.mdt-seq-card:hover {
  border-color: #c5d8f0;
  box-shadow: 0 8px 28px rgba(13, 27, 46, 0.06);
}
.mdt-step-num {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: #eef5fc;
  border: 1px solid #d6e6f7;
  color: #086ad8;
  font-family: "IBM Plex Mono", ui-monospace, Menlo, monospace;
  font-size: 0.78rem;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.mdt-step-body strong {
  display: block;
  margin-bottom: 4px;
  font-family: Poppins, sans-serif;
  font-size: 0.92rem;
  font-weight: 700;
  color: #0d1b2e;
}
.mdt-step-body span {
  font-family: Rubik, sans-serif;
  font-size: 0.86rem;
  line-height: 1.55;
  color: #666;
}

/* —— Research vault cards —— */
.mdt-vault-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}
.mdt-vault-head h2 {
  margin: 0;
}
.mdt-vault-all {
  font-family: Rubik, sans-serif;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #086ad8;
  white-space: nowrap;
}
.mdt-vault-all:hover {
  color: #0558b5;
}
.mdt-vault-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.mdt-vault-item {
  display: grid;
  grid-template-columns: 88px 1fr auto;
  gap: 16px;
  align-items: center;
  padding: 12px 14px 12px 12px;
  background: #fff;
  border: 1px solid #e8eef5;
  border-radius: 14px;
  box-shadow: 0 2px 8px rgba(13, 27, 46, 0.03);
  transition: border-color 0.15s ease, box-shadow 0.15s ease, transform 0.15s ease;
}
.mdt-vault-item:hover {
  border-color: #086ad8;
  box-shadow: 0 12px 32px rgba(8, 106, 216, 0.1);
  transform: translateY(-1px);
}
.mdt-vault-thumb {
  width: 88px;
  height: 64px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(145deg, rgba(8, 106, 216, 0.45), transparent 55%),
    linear-gradient(225deg, #0d1b2e 0%, #1b3350 55%, #0d1b2e 100%);
}
.mdt-vault-thumb::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(
      90deg,
      transparent,
      transparent 10px,
      rgba(255, 255, 255, 0.05) 10px,
      rgba(255, 255, 255, 0.05) 11px
    ),
    repeating-linear-gradient(
      0deg,
      transparent,
      transparent 10px,
      rgba(255, 255, 255, 0.04) 10px,
      rgba(255, 255, 255, 0.04) 11px
    );
}
.mdt-vault-thumb.t2 {
  background:
    linear-gradient(160deg, rgba(8, 106, 216, 0.55), transparent 48%),
    linear-gradient(30deg, #0d1b2e, #243b55 70%, #086ad8);
}
.mdt-vault-thumb.t3 {
  background:
    linear-gradient(200deg, rgba(16, 185, 129, 0.3), transparent 45%),
    linear-gradient(120deg, #0d1b2e, #1b3350 55%, #0ea5e9);
}
.mdt-vault-copy {
  min-width: 0;
}
.mdt-vault-tag {
  display: block;
  margin-bottom: 4px;
  font-family: Rubik, sans-serif;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #086ad8;
}
.mdt-vault-copy strong {
  display: block;
  font-family: Poppins, sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
  color: #0d1b2e;
  line-height: 1.3;
}
.mdt-vault-desc {
  display: block;
  margin-top: 4px;
  font-family: Rubik, sans-serif;
  font-size: 0.78rem;
  line-height: 1.45;
  color: #666;
}
.mdt-vault-meta {
  display: block;
  margin-top: 6px;
  font-family: "IBM Plex Mono", ui-monospace, Menlo, monospace;
  font-size: 0.65rem;
  letter-spacing: 0.04em;
  color: #94a3b8;
}
.mdt-vault-lock {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 6px 10px;
  border-radius: 999px;
  background: #f4f9fc;
  border: 1px solid #e8eef5;
  font-family: Rubik, sans-serif;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #64748b;
  flex-shrink: 0;
}
.mdt-vault-lock svg {
  width: 11px;
  height: 11px;
}

/* —— Intake card —— */
.mdt-card {
  background: #0d1b2e;
  color: #e2e8f0;
  border-radius: 16px;
  padding: 28px 28px 26px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  box-shadow: 0 24px 64px rgba(13, 27, 46, 0.28);
  position: relative;
}
.mdt-card-kicker {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}
.mdt-card-kicker > span:first-child {
  font-family: Rubik, sans-serif;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #94a3b8;
}
.mdt-secure {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: Rubik, sans-serif;
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #94a3b8;
}
.mdt-secure-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #22c55e;
  box-shadow: 0 0 0 3px rgba(34, 197, 94, 0.18);
}
.mdt-secure svg {
  width: 13px;
  height: 13px;
  color: #cbd5e1;
}
.mdt-card-head h2 {
  margin: 0 0 8px;
  font-family: Poppins, sans-serif;
  font-size: 1.45rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #fff;
}
.mdt-card-head p {
  margin: 0 0 22px;
  font-family: Rubik, sans-serif;
  font-size: 0.88rem;
  line-height: 1.55;
  color: #94a3b8;
}

.mdt-intent {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-bottom: 20px;
}
.mdt-choice {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 16px 14px;
  background: #111f33;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  cursor: pointer;
  transition: border-color 0.15s ease, background 0.15s ease;
  user-select: none;
}
.mdt-choice input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.mdt-choice-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
.mdt-choice-icon {
  width: 28px;
  height: 28px;
  border-radius: 8px;
  background: rgba(8, 106, 216, 0.16);
  color: #5aa7f0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.mdt-choice-icon svg {
  width: 15px;
  height: 15px;
}
.mdt-choice-radio {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1.5px solid #475569;
  display: inline-block;
  flex-shrink: 0;
}
.mdt-choice.is-active {
  border-color: #086ad8;
  background: rgba(8, 106, 216, 0.12);
}
.mdt-choice.is-active .mdt-choice-radio {
  border-color: #086ad8;
  background: #086ad8;
  box-shadow: inset 0 0 0 3px #0d1b2e;
}
.mdt-choice strong {
  display: block;
  font-family: Poppins, sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
  color: #fff;
}
.mdt-choice > span:last-child {
  font-family: Rubik, sans-serif;
  font-size: 0.72rem;
  line-height: 1.45;
  color: #94a3b8;
}

.mdt-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-bottom: 14px;
}
.mdt-field {
  display: flex;
  flex-direction: column;
  gap: 7px;
  min-width: 0;
}
.mdt-label {
  font-family: Rubik, sans-serif;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #94a3b8;
}
.mdt-input-wrap {
  position: relative;
}
.mdt-input-wrap > svg {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  color: #64748b;
  pointer-events: none;
}
.mdt-input,
.mdt-select,
.mdt-textarea {
  width: 100%;
  appearance: none;
  background: #111f33;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  color: #f8fafc;
  font-family: Rubik, sans-serif;
  font-size: 0.88rem;
  font-weight: 500;
  padding: 12px 14px 12px 38px;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
.mdt-select {
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5l5 5 5-5' stroke='%2394a3b8' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  padding-right: 36px;
}
.mdt-input::placeholder {
  color: #64748b;
}
.mdt-input:focus,
.mdt-select:focus {
  outline: none;
  border-color: #086ad8;
  box-shadow: 0 0 0 1px #086ad8;
}
.mdt-select option {
  background: #0d1b2e;
  color: #f8fafc;
}

.mdt-conf-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  align-items: end;
  margin-bottom: 18px;
}
.mdt-badge-conf {
  display: inline-flex;
  align-items: center;
  height: 42px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(34, 197, 94, 0.12);
  border: 1px solid rgba(34, 197, 94, 0.35);
  color: #4ade80;
  font-family: Rubik, sans-serif;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  white-space: nowrap;
}

.mdt-features {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  margin: 4px 0 18px;
}
.mdt-feature {
  padding: 12px 8px;
  background: #111f33;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  text-align: center;
}
.mdt-feature strong {
  display: block;
  font-family: Rubik, sans-serif;
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #e2e8f0;
  margin-bottom: 3px;
}
.mdt-feature span {
  display: block;
  font-family: Rubik, sans-serif;
  font-size: 0.58rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #64748b;
}
.mdt-feature span.ok {
  color: #4ade80;
}

.mdt-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 2px;
  padding: 15px 20px;
  border: 0;
  border-radius: 8px;
  background: #086ad8;
  color: #fff;
  font-family: Rubik, sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.15s ease, box-shadow 0.15s ease;
}
.mdt-submit:hover {
  background: #0558b5;
  box-shadow: 0 8px 24px rgba(8, 106, 216, 0.3);
}
.mdt-submit:disabled {
  opacity: 0.65;
  cursor: wait;
}
.mdt-legal {
  margin: 14px 0 0;
  text-align: center;
  font-family: Rubik, sans-serif;
  font-size: 0.7rem;
  line-height: 1.5;
  color: #64748b;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
.mdt-legal svg {
  width: 12px;
  height: 12px;
  flex-shrink: 0;
}
.mdt-legal a {
  color: #5aa7f0;
}

.mdt-alert {
  display: none;
  margin-bottom: 18px;
  padding: 14px 16px;
  border-radius: 10px;
  font-family: Rubik, sans-serif;
  font-size: 0.88rem;
  line-height: 1.55;
}
.mdt-alert p {
  margin: 0;
}
.mdt-alert p + p {
  margin-top: 6px;
}
.mdt-alert-ok {
  background: rgba(16, 185, 129, 0.12);
  border: 1px solid rgba(16, 185, 129, 0.35);
  color: #a7f3d0;
}
.mdt-alert-err {
  background: rgba(239, 68, 68, 0.12);
  border: 1px solid rgba(239, 68, 68, 0.35);
  color: #fecaca;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.mdt-br {
  display: inline;
}

@media (max-width: 1040px) {
  .mdt-shell {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .mdt-card {
    max-width: 640px;
  }
}
@media (max-width: 640px) {
  .mdt-main {
    padding: 100px 0 64px;
  }
  .mdt-metrics {
    grid-template-columns: 1fr;
  }
  .mdt-intent,
  .mdt-row,
  .mdt-features,
  .mdt-conf-row {
    grid-template-columns: 1fr;
  }
  .mdt-vault-item {
    grid-template-columns: 64px 1fr;
  }
  .mdt-vault-thumb {
    width: 64px;
    height: 52px;
  }
  .mdt-vault-lock {
    display: none;
  }
  .mdt-br {
    display: none;
  }
  .mdt-card {
    padding: 22px 16px;
  }
  .mdt-badge-conf {
    justify-content: center;
  }
}
