/* Shared Tool Page Styles */
.tool-nav {
  background: #16243D;
  padding: 0.75rem 0;
  position: sticky;
  top: 0;
  z-index: 100;
}
.tool-nav .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 1rem;
}
.tool-nav .brand {
  font-family: 'Jost', sans-serif;
  font-weight: 700;
  font-size: 1.3rem;
  color: #fff;
  text-decoration: none;
}
.tool-nav .brand:hover { color: #015FC9; }
.tool-nav .nav-links a {
  color: rgba(255,255,255,0.8);
  text-decoration: none;
  font-size: 0.85rem;
  margin-left: 1.5rem;
  font-weight: 500;
}
.tool-nav .nav-links a:hover { color: #fff; }

.tool-footer {
  background: #16243D;
  padding: 1rem 0;
  text-align: center;
  margin-top: 3rem;
}
.tool-footer p {
  color: rgba(255,255,255,0.6);
  font-size: 0.8rem;
  margin: 0;
}
.tool-footer a {
  color: rgba(255,255,255,0.9);
  text-decoration: none;
}
.tool-footer a:hover { color: #fff; }
