body {
  font-family: 'Inter', sans-serif;
  background-color: #f8f9fb;
  color: #111;
  margin: 0;
  padding: 0;
  .container {
  max-width: 640px;
  margin: 0 auto;
  padding: 80px 24px;
  text-align: center;
}

}

}
}

h1 {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 0.25em;
  color: #1a1a1a;
}

.subtitle {
  font-size: 1.25rem;
  color: #555;
  margin-bottom: 2em;
}
.input-section {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-bottom: 24px;
}

.input-section input {
  padding: 12px 16px;
  width: 60%;
  font-size: 1rem;
  border: 1px solid #ccc;
  border-radius: 8px;
  outline: none;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
  transition: border 0.2s ease;
}

.input-section input:focus {
  border-color: #6c63ff;
}

.input-section button {
  padding: 12px 20px;
  font-size: 1rem;
  border: none;
  border-radius: 8px;
  background-color: #6c63ff;
  color: white;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.input-section button:hover {
  background-color: #5548c8;
}


.input-section {
  display: flex;
  justify-content: center;
  margin-bottom: 24px;
  gap: 12px;
}

.input-section input {
  padding: 14px 16px;
  width: 70%;
  font-size: 1rem;
  border: 1px solid #ccc;
  border-radius: 8px;
  outline: none;
  transition: border 0.2s ease;
}

.input-section input:focus {
  border-color: #6366f1;
}

.input-section button {
  padding: 14px 20px;
  font-size: 1rem;
  background-color: #6366f1;
  color: white;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.input-section button:hover {
  background-color: #4f46e5;
}


.output-section {
  background-color: #e0e7ff;
  padding: 18px 24px;
  border-radius: 12px;
  margin-bottom: 32px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  font-size: 1rem;
  color: #1e3a8a;
  text-align: left;
}

}
.email-section {
  margin-top: 40px;
  text-align: center;
}

.email-section h2 {
  font-size: 24px;
  margin-bottom: 8px;
}

.email-section p {
  font-size: 16px;
  margin-bottom: 12px;
}

.email-form {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 10px;
}

.email-form input {
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 16px;
  min-width: 250px;
}

.email-form button {
  padding: 10px 16px;
  background-color: #4F46E5;
  color: white;
  border: none;
  border-radius: 6px;
  font-weight: 500;
  cursor: pointer;
}

.email-form button:hover {
  background-color: #4338CA;
}

#emailMessage {
  font-size: 14px;
  color: green;
  margin-top: 8px;
}

.hidden {
  display: none;
}
body {
  font-family: 'Inter', sans-serif;
  background-color: #f9f9fb;
  padding: 40px 20px;
}

.container {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

