.xr-whs-lang {
  position: fixed;
  top: 20px;
  right: 20px;
}

.xr-whs-lang button {
  margin-left: 5px;
  padding: 6px 12px;
  border: none;
  cursor: pointer;
  background: #0066cc;
  color: #fff;
  border-radius: 4px;
}

.xr-whs-hero {
  text-align: center;
  padding: 100px 20px 60px;
  background: #f5f9ff;
}

.xr-whs-hero h1 { color: #0066cc; }

.xr-whs-steps {
  display: flex;
  justify-content: center;
  gap: 30px;
  padding: 60px 5%;
}

.xr-whs-step {
  background: #fff;
  padding: 30px;
  border-radius: 12px;
  text-align: center;
  width: 100%;
  max-width: 250px;
  box-shadow: 0 10px 20px rgba(0,0,0,.08);
  transition: .3s;
}

.xr-whs-step:hover { transform: translateY(-6px); }

.xr-whs-icon { font-size: 36px; }

.xr-whs-cta {
  background: #0066cc;
  color: #fff;
  padding: 60px 20px;
  text-align: center;
}

.xr-whs-btn {
  background: #00a86b;
  padding: 12px 26px;
  border-radius: 6px;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  margin-top: 15px;
}

@media(max-width: 900px){
  .xr-whs-steps { flex-direction: column; }
}
