  body {
    font-family: 'Segoe UI', sans-serif;
    background-color: #f4f8fc;
    color: #333;
    line-height: 1.6;
  }
  
  /* Hero Section */
  .hero {
    text-align: center;
    padding: 60px 20px;
    background: white;
  }
  
  .hero-img {
    max-width: 250px;
    margin-bottom: 20px;
  }
  
  .hero h1 {
    font-family: Oxygen;
	  font-weight: 700;
	  font-size: 64px;
	  line-height: 100%;
	  letter-spacing: 0%;
  	text-align: center;
  	vertical-align: middle;
    color: #4EA5D9;
;
  }
  
  .underscore {
    font-family: Source Sans Pro;
	  font-weight: 400;
	  font-size: 20px;
	  line-height: 100%;
	  letter-spacing: 0%;
	  text-align: center;
	  text-decoration: underline;
	  text-decoration-style: solid;
	  text-decoration-offset: 0%;
	  text-decoration-thickness: 0%;
  }
  
  .subtitle {
    font-size: 16px;
    color: #666;
    margin-top: 10px;
  }
  
  .scroll-indicator {
    font-size: 24px;
    margin-top: 20px;
    color: #aaa;
  }
  
  /* Generator Section */
  .generator {
    background-color: #4EA5D9;
    padding: 60px 20px;
  }
  
  .generator h2 {
    text-align: center;
    font-size: 28px;
    color: #FAFAFA;
    margin-bottom: 40px;
  }
  
  .generator-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
  }
  
  /* Left Panel */
  .left-panel {
    background: none;
    padding: 20px;
    width: 280px;
    
  }
  
  .left-panel label {
    width: 208;
	  height: 123;
	  top: 1022px;
	  left: 304px;
	  opacity: 1;
    color: #FAFAFA;


  }
  
  .radio-group {
    margin-bottom: 20px;
  }
  
  select {
    width: 240px;
    padding: 8px;
    margin-bottom: 20px;
    border-radius: 4px;
  }
  
  .generate-btn {
    width: 150px;
    padding: 10px;
    background-color: #FAFAFA;
    color: black;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-family: Source Sans Pro;
	  font-weight: 700;
	  font-size: 16px;
	  line-height: 100%;
	  letter-spacing: 0.46px;
	  text-align: center;

  }
  
  /* Right Panel */
  .right-panel {
    width: 227px;
	  height: 31px;
	  top: 1030px;
	  left: 748px;
	  opacity: 1px;

  }
  
  .export-label {
    font-family: Source Sans Pro;
	  font-weight: 400;
	  font-size: 16px;
	  line-height: 200%;
	  letter-spacing: 0.46px;
	  text-align: right;
    color: #FAFAFA;

  }
  
  .password-field {
    background: white;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 6px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  }
  
  .password-field button.delete {
    background: transparent;
    border: none;
    color: red;
    font-weight: bold;
    cursor: pointer;
  }
  
  .add-btn {
    margin-top: 10px;
    padding: 8px 16px;
    background-color: #e1f1ff;
    border: 1px solid #2a7dd4;
    border-radius: 4px;
    cursor: pointer;
  }
  
  .illustration {
    margin-top: 20px;
    max-width: 100%;
  }
  