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

html {
  scroll-behavior: smooth;
}

* {
  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: 50%;
  margin: 0 auto;
  margin-top: 100px;

  margin-bottom: 36px;
  max-width: 250px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.vincent .portrait {
  width: 70%;

  max-width: 150px;
  margin-left: 0%;
}

.portrait-container {
  width: 50%;
  z-index: -500;
}

.name {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  display: flex;
  justify-content: right;
}

.stars-header{
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1000;
  opacity: 0.3;
}

.first-name {
  font-size: 1rem;
  font-weight: 400;
  color: #F9F6F6;
  z-index: -750;
  font-family: "Rock Salt", cursive;
}

.last-name {
  font-size: 3rem;
  line-height: 3rem;
  font-weight: 700;
  color: #F9F6F6;
  font-family: "Rock Salt", cursive;
}

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

.cursive-name {
  font-family: "Pinyon Script", cursive;
  font-weight: 400;
  font-style: normal;
  font-size: 38vw;
  position: absolute;
  top: 0;
  left: 0;
  color: #000;
  z-index: -500;
  opacity: 0.1;
}

@media screen and (min-width: 720px) {
  .cursive-name {
    opacity: 0.03;
  }
}

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

.letter-svg {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 36px;
}

.letter-svg img {
  width: 10%;
  max-width: 50px;
}

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

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

.first-phrase span {
  color: #959ABD;
}

.first-phrase p span {
  position: absolute;
  font-size: 4rem;
  color: #959ABD90;
  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: #959ABD90;
  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: 96px;
  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: 96px;
  max-width: 800px;
}

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

.subscription p {
  font-size: 1rem;
  margin-top: 24px;
}

.subscription ul {
  font-size: 1rem;
  list-style-position: inside;
  margin-bottom: 24px;
  margin-top: 6px;
}

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

form input[type="text"],
form input[type="email"] {
  width: 90%;
  padding: 0.9em 1em;
  background: #fff;
  font-size: 1.1rem;
}

form input[type="submit"] {
  width: 100%;
  max-width: 400px;
  text-align: center;
  padding: 1.3rem 1.5em;
  background: var(--primary-color);
  margin-top: -1em;
  white-space: normal;
}

.subscription .disclaimer {
  font-size: 0.8rem;
  color: #ded6d6;
  margin-top: 12px;
}

.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;
}

.terms-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1000;
}

.close-terms {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 5px 10px;
  cursor: pointer;
}

.consentiment-modal {
  background: #fff;
  max-width: 600px;
  margin: 50px auto;
  padding: 20px;
  border-radius: 8px;
  position: relative;
  max-height: 80%;
  overflow-y: auto;
  color: #000;
  font-size: 1rem;
}

.consentiment-modal ul {
  list-style-position: inside;
}

.consentiment-modal ul li {
  font-size: 0.9rem;
}

.link {
  text-decoration: underline;
  cursor: pointer;
}

#mc-embedded-subscribe {
  color: #000;
  font-size: 1rem;
  font-weight: 600;
}

.cta {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 36px;
}

.cta a {
  padding: 1.3rem;
  max-width: 400px;
  width: 60%;
  text-align: center;
  font-size: 1rem;
  text-decoration: none;
  background: #89477B;
  color: #fff;
  border-radius: 16px;
  transition: transform 0.15s, box-shadow 0.15s;
}
