@font-face {
  font-family: 'Neue Plak Condensed ExtraBlack';
  src: url('/fonts/Neue Plak Condensed ExtraBlack.woff') format('woff');
  font-style: normal;
  font-weight: 900;
}

@font-face {
  font-family: 'Neue Plak Light';
  src: url('/fonts/Neue Plak Light.woff') format('woff');
  font-style: normal;
  font-weight: 300;
}

@font-face {
  font-family: 'Neue Plak Text Black';
  src: url('/fonts/Neue Plak Text Black.woff') format('woff');
  font-style: normal;
  font-weight: 900;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Neue Plak Light', sans-serif;
  background-color: #f4f6f8;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

main {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-top: 60px;
  padding-bottom: 60px;
}

.form-container {
  width: 100%;
  max-width: 400px;
  padding: 0 20px;
}

.titulo-suerte {
  font-family: 'Neue Plak Condensed ExtraBlack', sans-serif;
  font-size: 44px;
  text-align: center;
  margin-bottom: 1rem;
  color: #000;
}

.sub {
  text-align: center;
  font-size: 14px;
  color: #6b7280;
  margin-bottom: 24px;
}

label {
  font-family: 'Neue Plak Text Black', sans-serif;
  font-size: 13px;
  color: #000;
  display: block;
  margin-bottom: 6px;
  text-transform: uppercase;
}

input[type="text"] {
  width: 100%;
  padding: 12px 16px;
  margin-bottom: 24px;
  border: 1.5px solid #000;
  border-radius: 24px;
  background-color: #f9fafb;
  font-size: 15px;
  font-family: 'Neue Plak Light', sans-serif;
}

.button-wrapper {
  text-align: center;
  margin-bottom: 20px;
}

.button-wrapper img {
  width: 100%;
  max-width: 280px;
  cursor: pointer;
}

.message {
  background-color: #fee2e2;
  color: #b91c1c;
  padding: 12px;
  border-radius: 8px;
  margin-bottom: 18px;
  text-align: center;
  font-family: 'Neue Plak Text Black', sans-serif;
}

.note {
  margin-top: 20px;
  text-align: center;
  font-size: 14px;
  color: #000;
  font-family: 'Neue Plak Light', sans-serif;
}

.note a {
  color: #000;
  font-weight: 600;
  font-family: 'Neue Plak Text Black', sans-serif;
  text-decoration: none;
}

footer {
  width: 100%;
  text-align: center;
  padding: 20px 16px;
  background-color: #f9f9f9;
  font-size: 14px;
  color: #000;
}
