body {
  font-family: "Mona-Sans", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
  background: #000;
  padding: 1rem;
  width: 100%;
}

.logo {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}

#header {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

#headerimg h1 a {
  font-weight: bold;
  font-size: 4rem;
  color: #ffb332;
}

.wp-block-button a {
  display: flex;
  padding: 16px;
  gap: 10px;
  border-radius: 16px;
  align-items: center;
  justify-content: center;
  font-weight: 600;
}

.wp-block-button button {
  border: none;
  background: #fff;
  color: #000;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 600;
  transition: color 0.3s;
  display: flex;
  align-items: center;
  padding: 8px;
  height: 40px;
  border-radius: 16px;
  gap: 10px;
  width: 100%;
}

.wp-block-button.primary a {
  background: #ffb332;
  border: 1px solid #ffb332;
  color: #000;
  transition: background 0.3s, color 0.3s;
  text-decoration: none;
}

.wp-block-button.primary a:hover {
  background: transparent;
  color: #ffb332;
}

.wp-block-button.primary a:hover path {
  stroke: #ffb332;
  transition: stroke 0.3s;
}

.wp-block-button.transparent a {
  background: transparent;
  color: #fff;
  transition: color 0.3s;
}

.wp-block-button.transparent a:hover {
  color: #ffb332;
}

.big {
  font-size: 2.25rem;
  font-weight: bold;
  text-align: left;
}
.bold {
  font-weight: bold;
  font-size: 1.25rem;
  margin-bottom: 1rem;
}

.small {
  font-size: 12px;
}

.grey {
  color: #999;
}

.primary {
  color: #ffb332;
}

/*
 * General
 */

main {
  display: flex;
  flex-direction: column;
  gap: 40px;
  max-width: 1200px;
  margin: auto;
  overflow: hidden;
}

.hero {
  max-width: 1000px;
  margin: auto;
}

.hero-title {
  font-family: "Author", sans-serif;
  font-style: normal;
  font-size: 2.5rem;
  line-height: 1.2;
  font-weight: 600;
  text-align: center;
  display: block;
}

.hero-legend {
  color: #d4d4d4;
  margin: auto;
  text-align: center;
  font-size: 15px;
  font-weight: 300;
  max-width: 80%;
}

.cta-hero {
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin-top: 52px;
  gap: 16px;
}

.imgs-anim {
  position: relative;
  height: 800px;
}

.img-anim {
  position: absolute;
  width: 80%;
  max-width: 430px;
}
.img-anim img {
  width: 100%;
  height: auto;
}

.img-middle {
  top: 250px;
  width: 100%;
  left: 50%;
  z-index: 1;
}

.img-left {
  top: 0;
  left: 35%;
  /* left: calc(50% - 425px); */
  z-index: 0;
  opacity: 0;
}

.img-right {
  top: 100px;
  left: 65%;
  /* left: calc(50% - 25px); */
  z-index: 0;
  opacity: 0;
}

.solution {
  position: relative;
  padding-top: 100px;
  margin: 100px 0 100px;
}

.solution .big {
  margin-bottom: 40px;
}

.why,
.testimonial,
.collapse {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-wrap: wrap;
  padding-bottom: 80px;
  display: block;
}

p {
  margin: 0;
}

.solution p:first-child {
  margin-bottom: 2rem;
}

.img-solution {
  position: absolute;
  top: -150px;
  left: -100%;
  width: 300%;
  z-index: -1;
}

.img-solution img {
  width: 100%;
  height: auto;
}

.why .small {
  margin-top: 0.5rem;
}

.why-cards {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 16px;
  margin-top: 50px;
  text-align: center;
}

.why-cards .big {
  text-align: center;
}

.card {
  position: relative;
  background: rgba(255, 255, 255, 0.04);
  flex: 1;
  border-radius: 16px;
  border: 1px solid #262626;
  padding: 24px;
  text-align: center;
  box-sizing: border-box;
  box-shadow: inset;
  transition: transform 0.3s;
}

.card:hover {
  transform: translateY(-10px);
}

.number {
  font-weight: bold;
}

.testimonial .big {
  width: 350px;
  text-align: left;
}

.footer-links,
.footer-socials {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
}

.footer-links {
  flex-direction: column;
  align-items: center;
}

.footer-socials a {
  border: 1px solid #fff;
  padding: 8px;
  line-height: 0;
  aspect-ratio: 1;
  border-radius: 16px;
  margin-bottom: 20px;
  transition: border-color 0.3s;
}
.footer-socials a:hover {
  border-color: #ffb332;
}

.footer-links a {
  color: #fff;
  transition: color 0.3s;
  text-decoration: none;
}
.footer-links a:hover {
  color: #ffb332;
}

.form-radio {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  width: fit-content;
}

#newsletter-form {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 40px;
  max-width: 530px;
}

.wpforms-content {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin: auto;
  align-items: center;
  justify-content: center;
}

.wpforms-content .grey {
  max-width: 530px;
}

#newsletter-message {
  margin: 16px 0 8px;
}

.wpforms-content .big {
  font-size: 1.5rem;
  text-align: left;
}

.wpforms-content img {
  max-width: 600px;
}

.cta {
  width: 100%;
}

.cta button {
  padding: 16px;
  height: 56px !important;
  justify-content: center;
}

input[type="radio"] {
  appearance: none;
  border: 1px solid white;
  width: 16px;
  height: 16px;
  border-radius: 16px;
}

input[type="radio"]:checked {
  background: #ffb332;
  border-color: #ffb332;
  box-shadow: inset 0 0 0 4px rgba(0, 0, 0, .5)
}

input[type="email"] {
  width: 100%;
  appearance: none;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: transparent;
  border-radius: 16px;
  height: 40px;
  padding: 8px 16px;
  color: #fff;
}

input[type="email"]:placeholder {
  color: #fff;
}

.container {
  max-width: 1024px;
  border: solid 1px #FFB332;
  border-radius: 24px;
  padding: 40px;
  background: #FF9A0A11
}

.offer {
  margin: auto;
}

.offer p {
  text-align: start;
}

.offer .primary {
  margin-bottom: 16px
}

.offer .wp-block-button {
  width: fit-content;
}

/* Desktop */

@media (min-width: 440px) {
  .img-middle {
    top: 0;
    width: 80%;
    left: 50%;
    z-index: 1;
  }

  .img-left {
    top: 50px;
    left: 30%;
    z-index: 0;
    opacity: 0;
  }

  .img-right {
    top: 50px;
    left: 70%;
    z-index: 0;
    opacity: 0;
  }
  .cta-hero,
  .why-cards {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .img-solution {
    left: 0;
    width: 100%;
    z-index: -1;
  }
  p {
    text-align: center;
  }
  .big {
    text-align: center;
  }
  .why-cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}
@media (min-width: 1024px) {
  .big {
    font-size: 3rem;
  }
}

/*
 * Animation
 */

.img-middle {
  animation: slideBotToTop 0.75s ease-in-out forwards;
}

.img-left {
  animation: slideRightToLeft 0.75s ease-in-out forwards 0.3s;
}

.img-right {
  animation: slideLeftToRight 0.75s ease-in-out forwards 0.5s;
}

@keyframes slideLeftToRight {
  0% {
    transform: translate(-0%, -0%);
    opacity: 0;
  }

  80% {
    opacity: 1;
  }

  100% {
    transform: translate(-50%, 0);
    opacity: 1;
  }
}

@keyframes slideRightToLeft {
  0% {
    transform: translate(-100%, -0%);
    opacity: 0;
  }

  80% {
    opacity: 1;
  }

  100% {
    transform: translate(-50%, -0%);
    opacity: 1;
  }
}

@keyframes slideBotToTop {
  0% {
    transform: translate(-50%, 100%);
    opacity: 0;
  }

  80% {
    opacity: 1;
  }

  100% {
    transform: translate(-50%, 0%);
  }
}

@media (min-width: 440px) {
  .hero-title {
    font-size: 2.5rem;
  }
  .hero-legend {
    max-width: 70%;
    font-size: 18px;
  }
  .form-radio {
    width: initial
  }
  .wpforms-content {
    flex-direction: row;
  }

  .footer-links {
    flex-direction: row;
  }
}

.alert {
  width: 100%;
  background: black;
  position: fixed;
  text-align: center;
  border-top: 1px solid #ffb332;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 10px;
  z-index: 999;

  animation: fadeOut 200ms forwards;
  animation-delay: 5s;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}


.how-it-works h2 {
  font-size: 2.5rem;
  font-weight: bold;
}

.steps {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
  margin-top: 40px;
}

.step {
  flex: 1;
  padding: 20px;
  transition: transform 0.3s;
}

.step:hover {
  transform: translateY(-5px);
}

.step-number {
  width: 40px;
  height: 40px;
  background: #ffb332;
  color: #000;
  font-weight: bold;
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: auto;
}

.step h3 {
  font-size: 1.2rem;
  margin-top: 15px;
  font-weight: bold;
}

.step p {
  font-size: 0.9rem;
  color: #d4d4d4;
}

.cta-container {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px
}

.cta-container p {
  font-size: 1.1rem;
  font-weight: bold;
}