/* Custom Under Construction Styles for Ananke
.wip-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 70vh;
  color: #ffffff;
}

.wip-title {
  font-size: 3.5rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.wip-subtitle {
  font-size: 0.9rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #a0aec0;
  margin-bottom: 2rem;
}
/* /* 
///* Minimal Progress Bar */
/* 
.wip-progress-wrapper {
  width: 300px;
  max-width: 90%;
  margin-bottom: 2rem;
}

.wip-progress-labels {
  display: flex;
  justify-content: space-between;
  font-size: 0.75rem;
  color: #a0aec0;
  margin-top: 0.5rem;
}

.wip-progress-bar {
  width: 100%;
  height: 6px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 3px;
  overflow: hidden;
}
/* 
.wip-progress-fill {
  width: 75%; /* Adjust this percentage to shift the progress bar fill */
  /* height: 100%; */
/*   
  background-color: #7097d1; /* Accent blue color from your reference image 
  border-radius: 3px;
}

/* Call to Action Button 
.wip-btn {
  background-color: #7097d1;
  color: #ffffff;
  padding: 0.75rem 2rem;
  border-radius: 2px;
  text-transform: uppercase;
  font-size: 0.8rem;
  letter-spacing: 0.1em;
  text-decoration: none;
  transition: background 0.2s ease;
}

.wip-btn:hover {
  background-color: #557cb3;
}  */

