@font-face {
  font-family: "Freestyle Script";
  src: url('envio/freescpt.ttf') format('truetype');
}

section {
  padding: 12px 0px 12px 0px;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #121214;
  color: white;
  text-align: center;
  z-index: 40000;
}

article {
  display: grid;
  align-items: center;
}

form {
  display: flex;
  flex-wrap: wrap;
}

form > input {
  flex: 1 1 10ch;
  margin: 0.5rem;
}

form > input[type="email"] {
  flex: 3 1 30ch;
}

input {
  border: none;
  background: hsl(0, 0%, 93%);
  border-radius: 0.25rem;
  padding: 0.75rem 1rem;
}

input[type="submit"] {
  background: #0088cc;
  background: #306784;
  color: white;
  box-shadow: 0 0.75rem 0.5rem -0.5rem hsl(0, 50%, 80%);
}

/* === Hero Section (from original working layout) === */

.hero-image {
  background-image: url('../Hero_Image/hero_test_unique_aldus_V2.png');
  background-size: cover;
  background-position: center;
  height: 100vh;
  position: relative;
}

.hero-text {
  position: absolute;
  top: 28%;
  left: 5%;
  transform: translateY(-50%);
  color: white;
}

.hero-text h1 {
  font-size: 3vw;
  font-weight: bold;
  margin: 0;
}

.hero-text h2 {
  font-size: 1.6vw;
  margin: 0.5vw 0;
}

.hero-text h3 {
  font-size: 1.4vw;
  margin-top: 0.8vw;
}
