@import url('https://fonts.googleapis.com/css2?family=Figtree&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Outfit:wght@100..900&family=Red+Hat+Display:ital,wght@0,300..900;1,300..900&family=Young+Serif&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* NAVIGATION */
nav {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px;
}

/* HERO SECTION */
.hero-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 50px 20px;
  position: relative;
}

.hero-image-wrapper {
  display: flex;
  gap: 10px;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
}

.hero-images {
  flex: 1 1 0;
  max-width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 25px;
}

.hero-text {
  flex: 2;
  max-width: 500px;
  text-align: center;
}

.hero-text h1 {
  font-size: 66px;
  font-weight: 900;
  font-family: 'Red Hat Display';
  color: #28283D;
}

.hero-text p {
  font-family: 'Red Hat Display';
  color: #87879D;
  font-weight: 600;
  font-size: 18px;
  margin-top: 40px;
}

/* MAIN IMAGES */
.main-images img {
  width: 256px;
  height: 256px;
  object-fit: cover;
  border-radius: 25px;
  padding: 10px;
}

/* MAIN CONTENT */
.main-content {
  grid-template-columns: repeat(1, 4fr);
  gap: 10px;
  justify-content: center;
  align-items: center;
  text-align: center;
  max-width: 1100px;
  margin: 0 auto;
  padding-bottom: 250px;
}

/* NUMBERS IN CIRCLES */
.wrapper,
.wrapper2 {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.wrapper2 {
  position: absolute;
  top: 43px;
  left: 50%;
  transform: translateX(-50%);
}

.VL, .VL2 {
  width: 2px;
  height: 110px;
  background-color: #d1d1df;
}

.VL2 {
  margin-top: -160px;
}

.section-number, .section-number2 {
  width: 50px;
  height: 50px;
  border: 2px solid #d1d1df;
  border-radius: 50%;
  font-size: 18px;
  font-weight: bold;
  font-family: 'Red Hat Display';
  color: #d1d1df;
  display: flex;
  justify-content: center;
  align-items: center;
}

.section-number2 {
  background-color: #ffffff;
  margin-top: -20px; 
  position: relative;
}

/* TEXT BOX */
.text-box {
  width: 575px;
  height: 235px;
  text-align: center;
  padding: 20px;
  margin: 0 auto;
}

.text-box h2 {
  color: #4d96a9;
  font-family: 'Red Hat Display';
  font-size: 16px;
  letter-spacing: 4px;
  line-height: 110%;
  padding: 5px 15px;
}

.text-box h3 {
  color: #28283D;
  font-family: 'Red Hat Display';
  font-size: 40px;
  font-weight: 900;
  padding: 10px 20px;
}

.text-box p {
  color: #87879D;
  font-family: 'Red Hat Display';
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  padding: 10px 20px;
}

/* FOOTER CTA */
.footer-cta {
  background: linear-gradient(rgba(77,150,169, 0.6),rgba(77,150,169, 0.6)), url(./assets/desktop/image-footer.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 80px 20px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
  min-height: 300px;
  width: 100%;
}

.footer-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}

.footer-cta h2 {
  font-size: 42px;
  font-weight: 900;
  font-family: 'Red Hat Display', sans-serif;
  color: #fafafa;
  padding-bottom: 15px;
  max-width: 400px;
  position: absolute;
  left: 100px;
}

.footer-cta p {
  font-size: 18px;
  font-weight: 500;
  font-family: 'Red Hat Display', sans-serif;
  color: #fafafa;
  line-height: 1.6;
  max-width: 350px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}

/* BUTTONS */
.hero-buttons {
  margin-top: 40px;
  display: flex;
  gap: 15px;
  justify-content: center;
  align-items: center;
}

.buttonDownload, .buttonDownload2, .buttonWhatisit {
  border: none;
  font-size: 16px;
  font-weight: 900;
  padding: 14px 40px;
  border-radius: 85px;
  transition-duration: 0.5s;
}

.buttonDownload {
  background-color: #4D96A9;
}

.buttonDownload:hover {
  background-color: #71c0d4;
}

.buttonWhatisit {
  background-color: #855fb1;
  color: #fafafa;
}

.buttonWhatisit:hover {
  background-color: #b18bdd;
}

.buttonDownload2 {
  background-color: #855fb1;
  display: inline-block;
  position: absolute;
  right: 100px;
  margin-top: 20px;
  flex-shrink: 0;
}

.buttonDownload2:hover {
  background-color: #b18bdd;
}

.text-main {
  color: #fafafa;
}

.version {
  color: #8fe3f9;
}

.text-main2 {
  color: #fafafa;
}

.version2 {
  color: #d9b8ff;
}

/* TABLET & MOBILE */
@media (max-width: 1024px) {
  .hero-container {
    display: grid;
    grid-template-areas:
      'left right'
      'text text';
    grid-template-columns: 1fr 1fr;
    align-items: center;
    text-align: center;
    padding: 40px 20px;
    gap: 0;
  }

  .hero-image-left {
    grid-area: left;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .hero-image-right {
    grid-area: right;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .hero-text {
    grid-area: text;
    max-width: 90%;
    margin: 20px auto 0 auto;
    display: block;
    width: 100%;
  }

  .hero-images {
    width: 90%;
    max-width: 180px;
    height: auto;
    object-fit: cover;
    display: block;
  }

  .hero-buttons {
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }

  .buttonDownload,
  .buttonWhatisit {
    width: 100%;
    max-width: 300px;
    font-size: 14px;
  }

  .footer-cta {
    flex-direction: column;
    text-align: center;
    padding: 40px 20px;
  }

  .footer-content {
    flex-direction: column;
    text-align: center;
  }

  .footer-cta h2,
  .footer-cta p {
    position: static;
    max-width: 100%;
    text-align: center;
  }

  .footer-cta h2 {
    font-size: 28px;
  }

  .footer-cta p {
    font-size: 16px;
  }

  .buttonDownload2 {
    position: static;
    width: 100%;
    max-width: 300px;
    margin: 20px auto 0;
  }

  .wrapper2 {
    left: 50%;
    transform: translateX(-50%);
  }
}

/* TABLET SPECIFIC STYLES */
@media (min-width: 601px) and (max-width: 1024px) {
  .hero-container {
    display: grid;
    grid-template-areas:
      'left right'
      'text text';
    grid-template-columns: 1fr 1fr;
    align-items: center;
    text-align: center;
    padding: 40px 20px;
    gap: 0;
  }

  .hero-image-left,
  .hero-image-right {
    grid-area: unset;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .hero-image-left {
    grid-area: left;
  }

  .hero-image-right {
    grid-area: right;
  }

  .hero-images {
    width: 100%;
    max-width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
    border-radius: 25px;
  }

  .hero-text {
    grid-area: text;
    max-width: 90%;
    margin: 20px auto 0 auto;
    display: block;
    width: 100%;
  }

  .hero-buttons {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 15px;
  }

  .buttonDownload,
  .buttonWhatisit {
    width: auto;
    max-width: none;
    font-size: 16px;
  }
}

/* MOBILE SPECIFIC STYLES */
@media (max-width: 600px) {
  .text-box {
    margin: 0 auto;
    left: 0;
    right: 0;
    position: relative;
    width: 90%;
    max-width: 100%;
    text-align: center;
    display: block;
  }
}
