@import url("/stc/tokens.css");

.aw-frame {
  width: min(var(--aw-frame), calc(100% - 32px));
  margin-inline: auto;
}

.aw-header {
  position: relative;
  z-index: 20;
  padding-top: 16px;
  padding-bottom: 6px;
}

.aw-header-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 44px;
}

.aw-logo {
  font-family: var(--aw-serif);
  font-weight: 700;
  font-size: var(--aw-logo);
  letter-spacing: -0.03em;
  line-height: 1;
  color: var(--aw-text);
  text-decoration: none;
}

.aw-nav {
  display: flex;
  align-items: center;
  gap: 32px;
}

.aw-nav-link {
  font-family: var(--aw-sans);
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: #334155;
  text-decoration: none;
}

.aw-nav-link.is-active {
  color: #0f172a;
}

.aw-nav-cta {
  border: 1px solid #cbd5e1;
  border-radius: 10px;
  padding: 9px 16px;
  color: #1e293b;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.05);
}

.aw-trust {
  position: relative;
  z-index: 20;
  border-top: 1px solid var(--aw-line);
  background: rgba(255, 255, 255, 0.45);
  backdrop-filter: blur(8px);
}

.aw-trust-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: center;
  padding: 14px 8px 10px;
}

.aw-trust-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 28px;
  padding: 0 12px;
  font-family: var(--aw-sans);
  font-size: 14px;
  font-weight: 500;
  color: #334155;
}

.aw-trust-item + .aw-trust-item {
  border-left: 1px solid var(--aw-line);
}

.aw-ms {
  display: grid;
  grid-template-columns: 8px 8px;
  gap: 1px;
  width: 17px;
  height: 17px;
  flex: none;
}

.aw-ms i {
  display: block;
  width: 8px;
  height: 8px;
}

.aw-trust-item svg {
  width: 20px;
  height: 20px;
  flex: none;
  color: #475569;
}
