/* GENERAL CSS ========================================== */

:root {
  font-family: 'Inter', system-ui, Avenir, Helvetica, Arial, sans-serif;
  --primary: #203fff;
  --max-content-width: 1200px;
  --button-default-bg: #203fff;
  --button-hover-bg: rgba(32, 63, 255, 0.95);
  --button-active-bg: #122bc7;
  --card: #000d5f;
  --label: #2839a4;
  --text-light-primary: #18181b;
  --text-light-secondary: #898989;
  --text-dark-primary: #b3b8dc;
  --text-dark-secondary: #8b91b7;
  --tags: #ededed;
}

/* Promo Bar */
.promo-bar {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  background-color: #0F0E0D !important;
  z-index: 2147483647 !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  gap: 8px;
  pointer-events: auto !important;
  transform: none !important;
  will-change: auto !important;
  isolation: isolate !important;
}

.promo-bar * {
  z-index: inherit;
  pointer-events: auto;
}

.promo-bar-bf {
  height: 30px;
  width: auto;
  flex-shrink: 0;
  margin-right: 56px;
}

.promo-bar-content {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  justify-content: center;
}

.promo-bar img {
  height: 30px;
  width: auto;
  flex-shrink: 0;
}

.promo-bar > div {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  justify-content: center;
}

.promo-bar span:first-of-type,
.promo-bar-content span:first-of-type {
  font-family: 'Geist', sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #FFFFFF;
  white-space: nowrap;
}

.promo-bar span:last-of-type,
.promo-bar-price {
  font-family: 'Geist', sans-serif;
  font-weight: 800;
  font-size: 33px;
  color: #FFFFFF;
  white-space: nowrap;
}

.promo-bar button,
.promo-bar-cta-button {
  background: #0c86ff !important;
  transition: background-color 0.2s ease;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
  border: none;
  padding: 10px 20px;
  border-radius: 8px;
  color: white;
  font-family: 'Geist', sans-serif;
  font-weight: 600;
  font-size: 16px;
  cursor: pointer;
  white-space: nowrap;
  flex-shrink: 0;
}

.promo-bar button:hover,
.promo-bar-cta-button:hover {
  background-color: #0a75e6 !important;
}

/* Responsividade - esconder elementos progressivamente */
@media (max-width: 900px) {
  .promo-bar-cta-button {
    display: none;
  }
}

@media (max-width: 600px) {
  .promo-bar-bf {
    display: none;
  }
  
  .container {
    margin-top: 64px !important;
  }
}

@media (max-width: 768px) {
  .promo-bar {
    padding: 10px 15px;
    gap: 6px;
  }
  
  .promo-bar-content span:first-of-type,
  .promo-bar span:first-of-type {
    font-size: 13px;
  }
  
  .promo-bar-price,
  .promo-bar span:last-of-type {
    font-size: 28px;
  }
  
  .container {
    margin-top: 64px !important;
  }
}

.users-sample {
  align-items: center;
  display: flex;
  white-space: nowrap;
  min-width: max-content;

}
.users-sample p {
  background: linear-gradient(to right, #959595, #E2E2E2);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1.2;
  margin: 0;
}
.users-sample img {
  height: calc(1.2em + 4px) !important;
  width: auto;
  flex-shrink: 0;
}
/* Ajustes do Header */
header {
  justify-content: space-between !important;
  padding: 0 22px !important;
  width: calc(100% - 44px) !important;
  gap: 0 !important;
}
header > div:first-child {
  gap: 20px !important;
  align-items: center !important;
  display: flex !important;
}
header > div:last-child {
  gap: 15px !important;
  align-items: center !important;
  display: flex !important;
}
/* Ajustar botão Pricing */
header button.text.button--main {
  padding: 8px 12px !important;
  margin: 0 !important;
  white-space: nowrap !important;
}
header a {
  margin: 0 !important;
  padding: 0 !important;
}
section:first-of-type h2::before,
section:first-of-type h2::after {
  display: none !important;
}
/* Ajustar corner radius do botão */
.button--main.new-button,
.border-gradient.new-button {
  border-radius: 19px !important;
}
/* Remover animações das estrelas */
.star-1, .star-2, .star-3, .star-4, .star-5, .star-6 {
  display: none !important;
}
.button-wrapper:hover .star-1,
.button-wrapper:hover .star-2,
.button-wrapper:hover .star-3,
.button-wrapper:hover .star-4,
.button-wrapper:hover .star-5,
.button-wrapper:hover .star-6 {
  display: none !important;
}
/* Imagens decorativas */
.decorative-airplane {
  position: absolute;
  left: 300px;
  top: 45%;
  transform: translateY(-50%);
  width: 140px;
  height: auto;
  z-index: 1;
  opacity: 0.8;
}
.decorative-book {
  position: absolute;
  right: 280px;
  top: 45%;
  transform: translateY(-50%);
  width: 180px;
  height: auto;
  z-index: 1;
  opacity: 0.8;
        }
  
  @media (max-width: 2600px) {
    .decorative-airplane {
      left: 800px;
    }
    .decorative-book {
      right: 770px;
    }
  }
  
  @media (max-width: 2400px) {
    .decorative-airplane {
      left: 600px;
    }
    .decorative-book {
      right: 570px;
    }
  }
  
  @media (max-width: 2200px) {
    .decorative-airplane {
      left: 550px;
    }
    .decorative-book {
      right: 520px;
    }
  }
  
  @media (max-width: 2000px) {
    .decorative-airplane {
      left: 500px;
    }
    .decorative-book {
      right: 470px;
    }
  }
  
  @media (max-width: 1800px) {
    .decorative-airplane {
      left: 400px;
    }
    .decorative-book {
      right: 370px;
    }
  }
  
  @media (max-width: 1600px) {
    .decorative-airplane {
      left: 300px;
    }
    .decorative-book {
      right: 270px;
    }
  }
  
  @media (max-width: 1400px) {
    .decorative-airplane {
      left: 200px;
    }
    .decorative-book {
      right: 170px;
    }
  }

  @media (max-height: 1200px) {
    .decorative-airplane {
      top: 30%;
    }
    .decorative-book {
      top: 30%;
    }
  }
  
  @media (max-height: 1000px) {
    .decorative-airplane {
      top: 35%;
    }
    .decorative-book {
      top: 35%;
    }
  }
  
  @media (max-height: 900px) {
    .decorative-airplane {
      top: 40%;
    }
    .decorative-book {
      top: 40%;
    }
  }
  
  @media (max-height: 700px) {
    .decorative-airplane {
      top: 49%;
    }
    .decorative-book {
      top: 49%;
    }
  }

  @media (max-height: 600px) {
    .decorative-airplane {
      top: 55%;
    }
    .decorative-book {
      top: 55%;
    }
  }

  @media (max-width: 1350px) {
    .decorative-airplane,
    .decorative-book {
      display: none;
    }
  }

html,
body {
  padding: 0;
  margin: 0;
  scroll-behavior: smooth;
  overflow-x: hidden;
  position: relative;
}

body {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.container {
  display: flex;
  flex-direction: column;
  max-width: 85%;
  margin-top: 64px;
}


.hide-mobile {
  display: none;
}

video {
  width: 100%;
  border-radius: 33px;
  box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.10);
}

.dotted-background {
  background-image: url(landpage/dotted_background.svg);
  background-repeat: repeat;
  background-position: center;
  background-size: cover;
}

/* >>>> GLOW RELATED <<<< */

.glow {
  position: absolute;
}

.glow > div {
  z-index: -10;
}

:not(.glow) {
  z-index: 1;
}

.glow-wrapper {
  height: auto;
  width: 100vw;
  position: absolute;
  left: 0;
}

.glow.main {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.glow-image {
  width: 100%;
  height: auto;
  display: block;

  mask-image: linear-gradient(to bottom, black 90%, transparent 100%);
  -webkit-mask-image: linear-gradient(to bottom, black 90%, transparent 100%);
}

.glow .ellipsis {
  height: 560px;
  min-width: 60%;
  opacity: 49%;
  top: 0px;
  border-radius: 50%;
  filter: blur(150px);
  flex-shrink: 0;
}

.glow .small_ellipsis {
  filter: blur(150px);
  height: 59.2%;
  width: 58%;
  border-radius: 100%;
  opacity: 25%;
  position: absolute;
}

/* >>>> BUTTON RELATED <<<< */

button {
  background: linear-gradient(-50deg, #203fff, #0c86ff);
  color: white;
  white-space: nowrap;
  border: none;
  font-family: 'Inter';
  font-weight: 600;
  cursor: pointer;
  border-radius: 10px;
}

.new-button {
  background-image: 
    linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%), /* Transparent initially */
    url(landpage/ButtonMinor.svg), 
    linear-gradient(0deg, #0C86FF 0%, #203FFF 100%);
  background-blend-mode: normal, normal, normal;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: background-image 0.3s ease;
}

.new-button:hover {
  background-image: 
    linear-gradient(rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%), /* Overlay on hover */
    url(landpage/ButtonMinor.svg), 
    linear-gradient(0deg, #0C86FF 0%, #203FFF 100%);
}

.new-button:active {
  background-image: 
    linear-gradient(rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), /* Overlay on hover */
    url(landpage/ButtonMinor.svg), 
    linear-gradient(0deg, #0C86FF 0%, #203FFF 100%);
}

.button--main.new-button {
  width: 236px;
  height: 55px;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow:
    0px 79.27px 22.48px 0px rgba(0, 0, 0, 0.00),
    0px 50.87px 20.11px 0px rgba(0, 0, 0, 0.03),
    0px 28.39px 17.15px 0px rgba(0, 0, 0, 0.07),
    0px 12.42px 12.42px 0px rgba(0, 0, 0, 0.13),
    0px 2.96px 7.01px 0px rgba(0, 0, 0, 0.16);
}
header button.new-button {
  width: 157px;
  border-radius: 12px;
  box-shadow:
    0px 9.38px 9.38px 0px rgba(0, 0, 0, 0.15),
    0px 2.5px 5px 0px rgba(0, 0, 0, 0.18);
}

.join-us button.new-button {
  height: 50px;
  width: 215.5px;
  border-radius: 17px;
  box-shadow:
    0px 79.27px 22.48px 0px rgba(0, 0, 0, 0.00),
    0px 50.87px 20.11px 0px rgba(0, 0, 0, 0.03),
    0px 28.39px 17.15px 0px rgba(0, 0, 0, 0.07),
    0px 12.42px 12.42px 0px rgba(0, 0, 0, 0.13),
    0px 2.96px 7.01px 0px rgba(0, 0, 0, 0.16);
}

.button--main.new-button,
.border-gradient.new-button {
  border-radius: 19px;
}


.border-gradient {
  background: linear-gradient(-90deg, #2d97ff, #1e72d2);
  padding: 1.34px;
  border-radius: 10px;
}

button.light {
  padding: 15px 22px;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  color: black;
}

button.text {
  border: none;
  box-shadow: none;
  color: black;
  background-color: transparent;
}

button.light:hover,
button.text:hover {
  color: black;
  background-color: rgb(250, 250, 250);
}

button.light:active,
button.text:active {
  background-color: rgb(238, 238, 238);
}

button:hover {
  background-color: var(--button-hover-bg);
}

button:active {
  background-color: var(--button-active-bg);
}

.button--main {
  border-radius: 9px;
  padding: 11.66px 22px;
  font-size: 14px;
  box-shadow: 0px 4px 45px 0px rgba(32, 62, 255, 0.25);

  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  z-index: 5;
}

button.with-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

/* >>>> SECTION AND HEADING RELATED <<<< */

section {
  display: flex;
  flex-direction: column;
  align-items: center;
}

section h1 {
  text-align: center;
  color: var(--text-light-primary);
  position: relative;
}

section h1 .underline {
  display: inline-block;
}

section h1 img.icon {
  display: inline-block;
  width: 33px;
  margin-right: -7px;
}

section h2 {
  color: var(--text-light-secondary);
  font-weight: 400;
  max-width: 60%;
  font-size: 18px;
  text-align: center;
}


section h2::after,
section h2::before {
  border-radius: 16px;
  box-shadow:
    0px 70px 20px 0px rgba(86, 138, 251, 0),
    0px 45px 18px 0px rgba(86, 138, 251, 0.01),
    0px 25px 15px 0px rgba(86, 138, 251, 0.05),
    0px 11px 11px 0px rgba(86, 138, 251, 0.09),
    0px 3px 6px 0px rgba(86, 138, 251, 0.1);
}


section button {
  border-radius: 9px;
  padding: 13px 22px;
  font-size: 16px;
  width: 100%;
}

/* >>>> OTHERS <<<< */
.feature-tag {
  background-color: rgba(0, 0, 0, 0.05);
  width: fit-content;
  height: 17px;
  font-weight: 600;
  padding: 8px 13px;
  border-radius: 7px;
  font-size: 14px;
  font-family: 'Inter';
  display: flex;
  gap: 9px;
  align-items: center;
  justify-content: space-between;
}

.feature-tag img.icon {
  height: 80%;
}

.divider {
  background: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgba(42, 42, 42, 1) 50%, rgba(0, 0, 0, 0) 100%);
  opacity: 9%;
  width: 95%;
  height: 3px;
}

/* HEADER ==========================================*/
header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 65px;
  border-radius: 20px;
  /* border: 1px solid #dddddd; */
  box-shadow: 0px 3.12px 33.49px 0px rgba(0, 0, 0, 0.04);
  background-color: white;
  width: 40% !important;
  align-self: center;
  margin-top: 50px;
  margin-bottom: 50px;
}

header > div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 80px;
}

header .logo {
  width: 35px;
  height: 36px;
  background-image: url(./assets/waive.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

header nav ul,
div.nav ul {
  display: flex;
  gap: 10px;
  list-style: none;
  padding: 0px;
}

header nav li a,
div.nav a {
  white-space: nowrap;
  text-decoration: none;
  color: #3f3f46;
  font-size: 17px;
  line-height: 42px;
}

header nav li a:visited,
div.nav li a:visited {
  text-decoration: none;
  color: #3f3f46;
}

header button.text {
  font-size: 16px;
  font-weight: 400;
  background: white;
}

/* MAIN SECTION: 1 ==========================================*/
section:first-of-type h1 {
  width: 100%;
  font-size: 40px;
  line-height: 1.2;
  color: linear-gradient(to right, #000000, #00376E);
  font-weight: 600;
  font-family: 'Geist', sans-serif;
}

.heading-icon {
  height: 0.7em;
  width: auto;
  display: inline-block;
  vertical-align: baseline;
  margin-right: -0.1em;
}

.no-wrap {
  white-space: nowrap;
}

section:first-of-type h2 {
  width: 100%;
  align-items: center;
}

.h2-wrapper {
  display: flex;
  justify-content: center;
  position: relative;
  width: 100vw;
}

span.text-cursor::after {
  content: '';
  display: inline-block;
  position: relative;
  top: 5px;
  left: 1.5px;
  height: 33px;
  width: 5px;
  background-color: #0c86ff;
  border-radius: 3px;
}

section:first-of-type .users-sample {
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: center;
  color: var(--text-light-secondary);
}

section:first-of-type .users-sample p {
  width: 50%;
  font-size: 15px;
}

section:first-of-type .users-sample img {
  height: 45px;
}

section:first-of-type video {
  margin: 80px 0 100px 0;
}

section .contest-winner-tag {
  background-color: #2368fe;
  border-radius: 54.89px;
  display: flex;
  align-items: center;
  color: white;
  justify-content: center;
  padding: 12px 14px;
  box-shadow:
    inset 0px 2.1px 8.41px 0px rgba(255, 255, 255, 0.35),
    0px 67.31px 18.93px 0px rgba(0, 71, 224, 0),
    0px 43.12px 17.35px 0px rgba(0, 71, 224, 0.03),
    0px 24.19px 14.72px 0px rgba(0, 71, 224, 0.11),
    0px 10.52px 10.52px 0px rgba(0, 71, 224, 0.19),
    0px 2.63px 5.78px 0px rgba(0, 71, 224, 0.22);
  gap: 7px;
  height: 10px;
  font-size: 12px;
}


/* FEATURES: 2 ==========================================*/

.feature .glow {
  /* background-color: red !important; */
  width: 50%;
  height: 70%;
  top: 120px;
}

section.features button {
  align-self: center;
}

section.features {
  margin-top: 25px;
}

section.features .feature {
  position: relative;
  max-width: 1200px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 151px 0px;
}

.feature-video {
  max-width: 100%;
}

section.features .feature-header {
  font-family: 'Inter';
  display: flex;
  flex-direction: column;
  gap: 50px;
  margin-bottom: 30px;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

section.features .feature-header h1 {
  text-align: center;
  width: 65%;
  margin-top: 0px;
  font-size: 33px;
}

section.features .feature-header h1 br {
  display: block;
}

section.features .feature-header h1 span {
  color: var(--primary);
}

section.features .feature-header {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 15px;
}

section.features .feature-header img {
  max-width: 300px;
  overflow: hidden;
}

section.features .feature-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0px;
  width: 100%;
}

section.features .subfeature {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 30px;
  gap: 5px;
}

section.features .subfeature .title {
  font-weight: 600;
  font-size: 23px;
}

section.features .subfeature .description {
  line-height: 1.4em;
  color: #5f5f5f;
  font-weight: 400;
}

section.features .subfeature .title,
section.features .subfeature .description {
  margin: 0px;
}

section.features .subfeatures {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  box-sizing: border-box;
}

section.features .subfeature img:not(.icon) {
  align-self: flex-end;
  width: 100%;
}

section.features .subfeature .description {
  color: #37352f;
}

section.features .double {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

section.features .double .subfeature {
  width: 100%;
}

section.features h1 .underline::after {
  content: '';
  display: block;
  height: 30px;
  background-image: url(landpage/doodle-5.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  width: 170px;
}

section.features > div h1 {
  position: relative;
}


/* JOIN US (CALL-TO-ACTION): 3 ========================================== */

.join-us {
  height: 475px;
  width: 100%;
  background-color: white;
  border: 1px #dedede solid;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.04);
  margin: 200px 0px;
}

.join-us h1 {
  font-size: 40px;
  position: relative;
  /* background-color: blue; */
}

.join-us:not(.join-community ) h1::after {
  content: '';
  display: block;
  height: 40px;
  background-image: url(landpage/cursor_bia.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 100px;
  right: 0px;
  width: 90px;
}

/* NEW FEATURES: 4 ==========================================*/

.new-features h1 {
  font-size: 40px;
}

.new-feature-image {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.new-feature-image img {
  box-shadow: 0px 3.29px 40.87px 0px rgba(0, 0, 0, 0.19);
  width: 95%;
  border-radius: 11.72px;
}

.new-features .glow,
.frequently-asked-questions .glow,
.user-feedback .glow {
  width: 50%;
  height: 70%;
}

.new-feature .subfeature {
  text-align: center;
  margin: 80px 0px;
}

.new-feature .subfeature .title {
  font-size: 20px;
  margin: 0px;
}

.new-features .new-features-header {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.new-features .new-features-body {
  display: flex;
  flex-direction: column;
}

/* USER FEEDBACK: 5 ========================================== */

.user-feedback-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
  width: 100%;
  height: 100%;
  margin-bottom: 150px;
  position: relative;
}

.user-feedback-header::before {
  content: '';
  display: block;
  height: 40px;
  background-image: url(landpage/cursor_galhos.svg);
  /* background-color: orange; */
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -50px;
  left: 0px;
  width: 90px;
}

.user-feedback-header .opinions {
  width: 100%;
  display: flex;
  justify-content: center;
  overflow: hidden;
  position: relative;
  height: 300px;
}

.pagination {
  height: 20px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}

.dot {
  background-color: #515151;
  opacity: 20%;
  height: 100%;
  width: 20px;
  border-radius: 100%;
  cursor: pointer;
}

.dot.selected {
  opacity: 100%;
}

.user-feedback-header .opinion {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  background-color: transparent;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  margin-top: 2px;
  transition: left 2s ease-in-out;
}

.user-feedback-header .opinion.waiting {
  left: 100%;
  z-index: 0;
  opacity: 0%;
}

.user-feedback-header .opinion.selected {
  z-index: 2;
  left: 0%;
  opacity: 100%;
}

.user-feedback-header .opinion.leaving {
  z-index: 1;
  left: -100%;
  opacity: 100%;
}

.user-feedback-header .opinion h1 {
  margin: 0px;
}

.user-feedback-header .opinion .text {
  font-size: 30px;
}

.user-feedback-body .opinions {
  display: flex;
  gap: 20px;
  flex-direction: column;
  /* background-color: orange; */
}

.user-feedback-body .opinions .row {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.user-feedback-body .opinions .row .opinion {
  background-color: white;
  width: 217px;
  /* min-height: 210px;
  max-height: 325px; */
  padding: 31px 38px;
  border-radius: 17px;
  border: 1px #d7d7d7 solid;
  box-shadow: 0px 4px 13px 0px rgba(0, 0, 0, 0.07);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-weight: 400;
}

.user-feedback-body .opinion .text {
  color: #383838;
}

.user-feedback-body .opinion .author {
  color: #bfbfbf;
}

/* FAQ: 6 ==========================================*/

section.frequently-asked-questions {
  margin-top: 100px;
}

section.frequently-asked-questions h1 {
  font-weight: 700;
  color: black;
  font-size: 36px;
}

.frequently-asked-questions-header {
  display: flex;
  flex-direction: column;
  align-items: center;
}

section.frequently-asked-questions .questions {
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-width: 100%;
  max-width: 100%;
}

section.frequently-asked-questions .question-wrapper {
  border-radius: 15px;
  border: #dddddd 1px solid;
  padding: 27px 36px;
  background-color: white;
  box-shadow: 0px 4px 32px 0px rgba(0, 0, 0, 0.05);
  font-weight: 500;
}

section.frequently-asked-questions .question-wrapper .header {
  cursor: pointer;
}

section.frequently-asked-questions .question-wrapper .answer {
  display: none;
  max-width: 90%;
  color: #8f8f8f;
  font-size: 14px;
}

section.frequently-asked-questions .question-wrapper.opened .answer {
  display: block;
}

section.frequently-asked-questions .question-wrapper .question {
  color: #353535;
}

section.frequently-asked-questions .question-wrapper .header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

section.frequently-asked-questions .question-wrapper .header .open-button {
  cursor: pointer;
  user-select: none;
}

section.frequently-asked-questions .question-wrapper.opened .header .open-button {
  transform: rotate(180deg);
}

/* JOIN US 2 (CALL-TO-ACTION): 7 ==========================================*/

.join-us.join-community {
  align-items: start;
  box-sizing: border-box;
  padding: 80px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.join-us.join-community h1 {
  text-align: center;
  padding: 0px;
}
.join-us.join-community > div {
  display: flex;
  flex-direction: column;
}

.join-us.join-community .illustration {
  height: 100%;
}
/* PRICES: 8 ==========================================*/

section.pricing-info {
  margin-top: 100px;
}

section.pricing-info .card {
  background:
    linear-gradient(white, white) padding-box,
    linear-gradient(#203fff, #a9d1ff) border-box;
  border: 4px solid transparent;
  border-radius: 10px;
  box-shadow: 0px 1.09px 2px 2px rgba(32, 63, 255, 0.13);
  width: fit-content;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 25px;
}

section.pricing-info .label,
.tag {
  color: white;
  width: fit-content;
  border-radius: 90px;
}

section.pricing-info .label {
  padding: 5px 0px;
  background: -webkit-linear-gradient(left, #203fff, #a9d1ff);
  font-size: 24px;
  font-weight: 700;
  width: 90%;
  -webkit-background-clip: text;
  background-clip: text;
  width: 275px;
  -webkit-text-fill-color: transparent;
}

section .product {
  background-color: var(--card);
  color: white;
  padding: 40px 34px;
  border-radius: 16px;
  width: 210px;
  height: 100%;
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.05);

  display: flex;
  flex-direction: column;
}

section .product button {
  margin-top: auto;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.1);
}

section .product.light button {
  padding: 13px 22px;
}

section .product button.no_border {
  border: none;
}

section .product.light {
  background-color: white;
  border: 0.98px #e7e7e7 solid;
}

section .product-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 11px;
  font-weight: 600;
  /* background-color: red; */
  /* font-size: 12.5px; */
}

section .light .product-header {
  color: var(--primary);
}

section .light .current-price {
  color: #383838;
}

section .light .current-price span {
  color: #bebebe;
}

section .product-header .tag {
  background-color: var(--label);
  padding: 4px 7px;
  /* padding: 4px 15px; */
}

section.pricing-info {
  display: flex;
  gap: 59px;
}

section.pricing-info .products {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
}

section.pricing-info .institutional-plan {
  width: 100%;
  display: flex;
  height: 300px;
  justify-content: space-around;
  align-items: center;
}

.institutional-plan .type,
.institutional-plan .subtitle {
  font-size: 15px;
  font-weight: 500;
}

.institutional-plan .type {
  color: #0c86ff;
}

.institutional-plan .title {
  font-weight: 600;
  font-size: 18px;
}

.institutional-plan > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 30px;
}

.institutional-plan > div > .text {
  align-self: center;
}

.institutional-plan .illustration {
  height: 70%;
}

section .price-info {
  margin-top: 20px;
}

section .price-info .old-price {
  font-size: 14px;
  color: var(--text-dark-primary);
}

section .light .price-info .old-price {
  color: #626db4;
}

section .price-info .current-price {
  font-size: 40px;
  font-weight: 600;
}

section .price-info .current-price span {
  font-size: 11.9px;
  /* font-size: 16px; */
  font-weight: 400;
  color: var(--text-dark-secondary);
}

section .service-features {
  display: flex;
  flex-direction: column;
  gap: 7px;
  padding: 0px;
}

section .service-features-info {
  width: 100%;
}

section .service-features li {
  list-style: none;
  position: relative;
  padding-left: 30px;
  font-size: 14px;
  height: 22px;
  display: flex;
  align-items: center;
  color: white;
}

section .light .service-features li {
  color: #7d7d7d;
}

section .service-features li.highlight {
  color: white;
}

section .service-features li::before {
  content: '';
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%230C86FF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m9 12 2 2 4-4'/%3e%3cpath d='M21 12c0 4.97-4.03 9-9 9s-9-4.03-9-9 4.03-9 9-9 9 4.03 9 9z'/%3e%3c/svg%3e");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  width: 21px;
  height: 21px;
}

section.price-info {
  max-width: 1200px;
}

/* FOOTER: 9 ==========================================*/

footer {
  display: flex;
  box-sizing: border-box;
  padding: 30px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 200px;
  width: 100%;
  font-weight: 500;
  font-family: 'Inter';
  flex-grow: 1;
}

footer .copyright .links {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
  margin-bottom: 18px;
}

footer .links .link {
  /* color: white; */
  font-weight: 400;
}

footer .links .link a {
  text-decoration: none !important;
  color: inherit;
}

footer .links .link a:hover {
  color: rgb(156, 154, 154);
}

footer a:visited {
  color: inherit;
  background-color: red;
  text-decoration: none;
}

footer .links-wrapper {
  display: flex;
  gap: 50px;
}

footer .links-section {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

footer .copyright {
  display: none;
}

footer .logo {
  height: 39px;
}

footer .copyright span,
footer .links-wrapper .title {
  color: #a5a5a5;
  font-weight: 400;
}

.product-hunter-tag {
  position: fixed;
  right: 15px;
  bottom: 15px;
}

/* MEDIA QUERIES! (RESPONSIVIDADE)========================================== */

@media (max-width: 612px) {
  /* GENERAL CSS */
  .sm-hide {
    display: none !important;
  }

  /* HEADER */

  /* MAIN SECTION: 1 */
  /* FEATURES: 2 */
  @media (max-width: 613px) {
    section.features .feature:last-of-type {
      margin-top: 40px;
    }
  }

  section.features .subfeatures.padding-top-sm {
    padding-top: 40px;
  }

  /* JOIN US (CALL-TO-ACTION): 3 */

  /* NEW FEATURES: 4 */

  /* USER FEEDBACK: 5 */

  /* FAQ: 6 */
  section.frequently-asked-questions .questions {
    align-items: center;
  }

  section.frequently-asked-questions .question-wrapper {
    width: 70%;
  }
  /* JOIN US 2 (CALL-TO-ACTION): 7 */
  /* PRICES: 8 */
  section.pricing-info .card {
    max-width: none;
  }
  
  section .product {
    width: 280px;
    max-width: 90vw;
    height: auto;
    min-height: 400px;
  }

  /* FOOTER: 9 */
}

@media (min-width: 420px) {
  /* GENERAL CSS */
  /* HEADER */
  /* MAIN SECTION: 1 */
  /* FEATURES: 2 */
  /* JOIN US (CALL-TO-ACTION): 3 */
  .join-us h1::after {
    top: -30px;
    right: 0px;
  }
  /* NEW FEATURES: 4 */
  /* USER FEEDBACK: 5 */
  /* FAQ: 6 */
  /* JOIN US 2 (CALL-TO-ACTION): 7 */
  /* PRICES: 8 */
  /* FOOTER: 9 */
}

@media (min-width: 613px) {
  /* GENERAL CSS */
  .hide-after-sm {
    display: none;
  }

  .container {
    max-width: 75%;
  }
  .hide-mobile {
    display: unset;
  }
  section:first-of-type h2 {
    width: 100%;
  }
  section h1 .underline::after {
    height: 30px;
    width: 160px;
    margin-top: 0px;
    margin-left: 5px;
  }
  /* HEADER */
  header {
    justify-content: space-around;
    width: 70%;
  }
  header .logo {
    height: 36.06px;
  }
  /* MAIN SECTION: 1 */
  section:first-of-type .users-sample p {
    width: 100%;
  }
  section:first-of-type .users-sample {
    display: flex;
    align-items: center;
    gap: 15px;
    color: var(--text-light-secondary);
  }

  section:first-of-type .users-sample p {
    font-size: 16px;
  }

  section:first-of-type .users-sample img {
    height: 60px;
  }

  section h2::before {
    left: 30px;
    bottom: 130px;
  }

  section h2::after {
    right: 15px;
    bottom: 170px;
  }

  /* FEATURES: 2 */
  section.features .double {
    flex-direction: row;
    gap: 30px;
  }

  section.features .double .subfeature {
    width: 50%;
  }

  section.features .subfeature .info {
    padding: 70px;
  }

  /* JOIN US (CALL-TO-ACTION): 3 */
  .join-us h1::after {
    top: 70px;
  }
  /* NEW FEATURES: 4 */
  /* USER FEEDBACK: 5 */
  /* FAQ: 6 */
  /* JOIN US 2 (CALL-TO-ACTION): 7 */
  /* PRICES: 8 */
  section .product {
    width: 260px;
    height: 412px;
  }

  section .price-info .current-price span {
    font-size: 16px;
  }

  section .product-header {
    font-size: 12.5px;
  }
  /* FOOTER: 9 */
}

@media (min-width: 576px) {
  /* GENERAL CSS */
  /* HEADER */
  /* MAIN SECTION: 1 */
  /* FEATURES: 2 */
  /* JOIN US (CALL-TO-ACTION): 3 */
  /* NEW FEATURES: 4 */
  /* USER FEEDBACK: 5 */

  .user-feedback-header::before {
    bottom: 0px;
  }
  /* FAQ: 6 */
  /* JOIN US 2 (CALL-TO-ACTION): 7 */
  /* PRICES: 8 */
  /* FOOTER: 9 */
  footer {
    display: flex;
    padding: 30px;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
    font-weight: 500;
    font-family: 'Inter';
  }

  footer .copyright {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (min-width: 825px) {
  /* GENERAL CSS */
  /* HEADER */
  /* MAIN SECTION: 1 */
  section:first-of-type h1 {
    font-size: 58px;
    line-height: 1.2;
    margin-bottom: 21px;
    width: 100%;
    font-family: 'Geist', sans-serif;
  }

  span.text-cursor::after {
    display: inline-block;
    position: relative;
    top: 8px;
    left: 1.5px;
    height: 50px;
    width: 5px;
  }

  /* FEATURES: 2 */
  section.features .subfeatures.padding-right {
    padding-right: 100px;
  }
  section.features .subfeatures.padding-left {
    padding-left: 100px;
  }

  section h1 .underline::after {
    width: 235px;
  }

  .feature-video {
    max-width: 50%;
  }

  section.features .feature-body {
    flex-direction: row;
  }

  section.features > div:nth-of-type(7) h1::before {
    top: 40px;
  }

  /* JOIN US (CALL-TO-ACTION): 3 */
  .join-us.join-community {
    justify-content: space-between;
  }

  .join-us.join-community h1 {
    text-align: start;
  }
  /* NEW FEATURES: 4 */
  /* USER FEEDBACK: 5 */
  .user-feedback-header .opinion .text {
    font-size: 40px;
  }

  .user-feedback-body .opinions {
    flex-direction: row;
  }
  /* FAQ: 6 */
  /* JOIN US 2 (CALL-TO-ACTION): 7 */
  /* PRICES: 8 */
  .institutional-plan .type,
  .institutional-plan .subtitle {
    font-size: 20px;
  }

  .institutional-plan .title {
    font-size: 30px;
  }

  .institutional-plan .illustration {
    height: 100%;
  }

  .institutional-plan > div > .text {
    align-self: flex-start;
  }
  /* FOOTER: 9 */
}

@media (min-width: 1064px) {
  /* GENERAL CSS */
  /* HEADER */
  /* MAIN SECTION: 1 */
  section h2::before {
    left: 150px;
  }

  section h2::after {
    right: 150px;
  }
  /* FEATURES: 2 */
  /* JOIN US (CALL-TO-ACTION): 3 */
  /* NEW FEATURES: 4 */
  /* USER FEEDBACK: 5 */
  /* FAQ: 6 */
  /* JOIN US 2 (CALL-TO-ACTION): 7 */
  /* PRICES: 8 */
  section.pricing-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  section.pricing-info .products {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  section.pricing-info .products {
    justify-content: center;
    gap: 40px;
  }

  /* FOOTER: 9 */
}

@media (max-width: 1400px) {
  .md-hide {
    display: none !important;
  }
}

@media (min-width: 1444px) {
  /* GENERAL CSS */
  /* HEADER */
  /* MAIN SECTION: 1 */
  section:first-of-type video {
    width: 80%;
  }

  section h2::before {
    left: 200px;
  }

  section h2::after {
    right: 200px;
  }
  /* FEATURES: 2 */
  section.features .feature-header h1 br {
    display: none;
  }
  section.features .feature {
    width: 80%;
  }
  /* JOIN US (CALL-TO-ACTION): 3 */
  /* NEW FEATURES: 4 */
  /* USER FEEDBACK: 5 */
  /* FAQ: 6 */
  /* JOIN US 2 (CALL-TO-ACTION): 7 */
  /* PRICES: 8 */
  /* FOOTER: 9 */
}

@media (min-width: 1619px) {
  /* GENERAL CSS */
  /* HEADER */
  /* MAIN SECTION: 1 */
  section h2::before {
    left: 300px;
  }

  section h2::after {
    right: 300px;
  }
  /* FEATURES: 2 */
  /* JOIN US (CALL-TO-ACTION): 3 */
  /* NEW FEATURES: 4 */
  /* USER FEEDBACK: 5 */
  /* FAQ: 6 */
  /* JOIN US 2 (CALL-TO-ACTION): 7 */
  /* PRICES: 8 */

  section.pricing-info .institutional-plan {
    width: 80%;
  }
  /* FOOTER: 9 */
}
