@import url('https://fonts.googleapis.com/css2?family=Archivo:wght@400;700;800&family=Jost:wght@400;700;800&family=Fraunces:ital,wght@1,300;1,400&display=swap');

body {
  background-color: #F7F2EA;
  color: #141210;
  font-family: 'Archivo', sans-serif;
  -webkit-font-smoothing: antialiased;
}

.container.wrap {
  background-color: #F7F2EA;
  border: none;
  box-shadow: none;
  max-width: 600px;
  padding: 40px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

section {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

form.optin-form {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.header {
  border-bottom: 2.5px solid #141210;
  padding-bottom: 25px;
  margin-bottom: 40px;
  display: flex;
  justify-content: center;
  width: 100%;
}

.header .logo img {
  max-width: 280px;
  height: auto;
}

h2 {
  font-family: 'Jost', sans-serif;
  font-weight: 800;
  font-size: clamp(1.8rem, 4vw, 2.5rem);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  line-height: 1.05;
  color: #141210;
  margin-top: 0;
  margin-bottom: 15px;
  text-align: center;
}

p {
  font-family: 'Archivo', sans-serif;
  font-size: 1.1rem;
  line-height: 1.58;
  color: #4A443D;
  margin-bottom: 25px;
  text-align: center;
}

.button {
  background-color: #E32F75;
  border: 2.5px solid #E32F75;
  border-radius: 0;
  color: #FFFFFF !important;
  font-family: 'Archivo', sans-serif;
  font-weight: 700;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  padding: 15px 30px;
  min-width: 260px;
  text-align: center;
  transition: background-color 0.2s, border-color 0.2s, color 0.2s;
  cursor: pointer;
  box-shadow: none;
}

.button:hover {
  background-color: #C31F60;
  border-color: #C31F60;
  color: #FFFFFF !important;
}

footer.container {
  font-family: 'Archivo', sans-serif;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: #6E675E;
  border-top: 1.5px solid #D9D2C7;
  padding-top: 25px;
  margin-top: 50px;
  text-align: center;
  max-width: 600px;
  width: 100%;
}

footer.container a {
  color: #141210;
  font-weight: 700;
  text-decoration: none;
}

footer.container a:hover {
  color: #E32F75;
}
