.ls-step { display: none; }
.ls-step.active { display: block; }
.ls-nav button, .ls-book-btn {
  background: #0073aa; color: #fff; padding: 10px 20px; border: none; border-radius: 4px; text-decoration: none; font-weight: 500;
}
.ls-nav button:hover { background: #005177; }
a.ls-book-btn:hover {background: var(--e-global-color-5947915);}
.ls-rank { margin: 10px 0; }
#lsa-form {
  max-width: 800px;
  margin: 50px auto;
  padding: 30px;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  box-shadow: 0 0 20px rgba(0,0,0,0.05);
}
.ls-step.home label{
	margin-bottom:5px;
}
#lsa-form h3 {
  font-size: 1.5rem;
  margin-bottom: 30px;
  color: #333;
  text-align: center;
}

#lsa-form label {
  display: block;
  min-width: 80px;
  font-weight: 600;
  color: #444;
}

#lsa-form input[type="text"],
#lsa-form input[type="email"],
#lsa-form select {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  transition: border 0.2s;
}

#lsa-form input[type="text"]:focus,
#lsa-form input[type="email"]:focus,
#lsa-form select:focus {
  border-color: #0073aa;
  outline: none;
}

.ls-nav {
  margin-top: 30px;
  display: flex;
    justify-content: space-around;
}

.ls-nav button.ls-next, .ls-book-btn{
    background: var(--e-global-color-primary);
}

.ls-nav button.ls-back{
    background: var(--e-global-color-secondary);
}

.ls-nav button,
.ls-book-btn {
  color: #fff;
  border: none;
  padding: 12px 25px;
  font-size: 1rem;
  border-radius: 4px;
  cursor: pointer;
  transition: background 0.2s;
  display: inline-block;
  text-decoration: none;
}

.ls-rank-group {
  margin-top: 20px;
}

.ls-rank {
  margin-bottom: 20px;
  display: flex;
    align-items: center;
}

.ls-error {
  color: #d93025;
  font-size: 0.9rem;
  margin-top: 5px;
}

#ls-result {
  text-align: center;
}

#ls-result h3 {
  font-size: 1.7rem;
  margin-bottom: 15px;
  color: #333;
}

#ls-result p {
  font-size: 1rem;
  color: #555;
  max-width: 500px;
  margin: 0 auto 20px auto;
}

.ls-book-btn {
  margin-top: 20px;
}
