:root {
  --primary-color: #f5db37; /* global scope */
}

* {
  margin: 0;
  padding: 0;
}

html,
body {
  overflow-x: hidden;
}

body {
  background: #ffce01;
  color: #eeecec;
  font-size: 1rem;

  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  overflow-x: hidden;
}

input,
button {
  padding: 0;
  border: none;
  background: none;
}

.nav {
  width: 80%;
  margin: 0 auto;
  display: flex;
  justify-content: end;
  margin-top: 36px;
}

.vincent {
  width: 90%;
  position: relative;
  margin: 0 auto;
  margin-top: 160px;
  margin-bottom: 120px;
  max-width: 530px;
}

.vincent .cypress {
  width: 35%;
  max-width: 130px;
  position: absolute;
  right: -20%;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1000;
}

.vincent .portrait {
  width: 65%;
  position: absolute;
  right: 0%;

  top: 50%;
  transform: translate(0, -50%);
  z-index: -500;
  max-width: 300px;
}

.name {
  width: 80%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}

.first-name {
  font-size: 1.4rem;
  font-weight: 400;
  color: #222;
  z-index: -750;
}

.last-name {
  font-size: 5rem;
  line-height: 5rem;
  font-weight: 700;
  color: #222;
}

.introduction {
  margin: 0 auto;
  width: 80%;
  text-align: right;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  max-width: 660px;
  color: #222222;
}

.first-phrase {
  width: 80%;
  margin: 0 auto;
  gap: 1em;
  display: flex;
  flex-direction: column;
  margin-top: 72px;
  max-width: 800px;
}

.first-phrase p {
  font-weight: 700;
  position: relative;
  font-size: 2.4rem;
  color: #222222;
}

.first-phrase span {
  color: #222;
}

.first-phrase p span {
  position: absolute;
  font-size: 4rem;
  color: #22222290;
  font-weight: 800;
  font-family: "Inter", sans-serif;
  margin-left: 0.5rem;
  margin-top: -0.2rem;
}

.first-phrase p::before,
.first-phrase p::after {
  position: absolute;
  font-size: 4rem;
  color: #22222290;
  font-weight: 800;
  font-family: "Inter", sans-serif;
}

/* aspa de abertura */
.first-phrase p::before {
  content: "“";
  left: -2.2rem;
  top: -0.7rem;
}

.first-phrase img {
  position: absolute;
  width: 100%;
  transform: translateY(-10%);
  opacity: 0.2;
  max-width: 300px;
}

.second-phrase {
  width: 80%;
  margin: 0 auto;
  gap: 1em;
  display: flex;
  flex-direction: column;
  margin-top: 72px;
  max-width: 800px;
}

.second-phrase p {
  font-weight: 700;
  position: relative;
  font-size: 1.9rem;
  color: #e5edff;
}

.second-phrase p span {
  position: absolute;
  font-size: 2rem;
  color: rgba(255, 255, 255, 0.15);
  font-weight: 800;
  font-family: "Inter", sans-serif;
  margin-left: 0.5rem;
  margin-top: -0.2rem;
}

.second-phrase p::before,
.second-phrase p::after {
  position: absolute;
  font-size: 4rem;
  color: rgba(255, 255, 255, 0.15);
  font-weight: 800;
  font-family: "Inter", sans-serif;
}

/* aspa de abertura */
.second-phrase p::before {
  content: "“";
  left: -2.2rem;
  top: -0.7rem;
}

.subscription {
  width: 80%;
  margin: 0 auto;
  margin-top: 128px;
  max-width: 800px;
}

.subscription h2 {
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: 800;
  font-size: 2rem;
}

.subscription p {
  font-size: 0.9rem;
  margin: 24px 0;
}

form {
  display: flex;
  flex-direction: column;
  gap: 1em;
}

form input[type="text"],
form input[type="email"] {
  width: 70%;
  padding: 1.3em 2em;
  background: #fff;
}

form input[type="submit"] {
  width: fit-content;
  padding: 1.3em 4em;
  background: var(--primary-color);
  margin-top: -1em;
}

.subscription .disclaimer {
  font-size: 0.8rem;
  color: #ded6d6;
}

.painture {
  width: 100%;
  margin: 0 auto;
  max-width: 800px;
}

.painture img {
  width: 100%;
  margin-top: 72px;
}

.footer {
  width: 80%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 2em;
  padding-bottom: 56px;
  margin-top: 56px;
  max-width: 800px;
  color: #ffffff80;
}

.footer img {
  width: 3em;
}

.footer .disclaimer {
  color: #ffffff80;
  font-size: 0.9rem;
}

#mc_embed_signup_scroll {
  display: flex;
  flex-direction: column;
  gap: 1em;
}

.response {
  margin-bottom: 1em;
}
